@charset "UTF-8";
/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background-color: #1C1D1E;
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #fff;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  position: relative;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header_in {
  position: relative;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 50px;
    padding: 0 4%;
  }
}
.l-header_logo {
  width: 440px;
  z-index: 11;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 220px;
  }
}
.l-header_logo img {
  vertical-align: middle;
}
.l-header_nav {
  transition: 0.2s ease-in-out;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 150px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  .l-header_nav.is-open {
    visibility: visible;
    z-index: 10;
    opacity: 1;
  }
}
.l-header_nav li a {
  transition: 0.2s ease-in-out;
  display: block;
  color: #fff;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
}
.l-header_nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 769px) {
  .l-header_nav li a {
    padding: 0 25px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav li a {
    padding: 0 25px;
    text-align: center;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
  }
  .l-header_btn span {
    transition: 0.2s ease-in-out;
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    right: 15px;
  }
  .l-header_btn span:nth-child(1) {
    top: 32%;
  }
  .l-header_btn span:nth-child(2) {
    top: 50%;
    width: 20px;
  }
  .l-header_btn span:nth-child(3) {
    top: 68%;
    width: 15px;
  }
  .l-header_btn.is-open span {
    width: 25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header_btn.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(-2px, 15px);
  }
  .l-header_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_btn.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(-2px, -15px);
  }
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-top: 0;
  }
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 35px 4%;
  }
}
.l-sec_in {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  font-size: 1rem;
  background-color: #333333;
  padding: 10px 25px;
  font-size: 1.2rem;
}
.l-footer_in {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .l-footer_in {
    flex-flow: column;
  }
}
.l-footer_nav > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul li {
    font-size: 12px;
  }
}
.l-footer_nav > ul li a {
  text-decoration: none;
}
.l-footer_nav > ul li:nth-of-type(n+2)::before {
  content: "／";
  margin: 0 10px;
}
.l-footer ._copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer ._copyright {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
c-titleStyle1
------------------------------------ */
.c-titleStyle1 {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 20px;
  }
}
.c-titleStyle1 > ._caption {
  position: relative;
  z-index: 1;
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #ebda61;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._caption {
    font-size: 4.2rem;
    font-size: 3.2rem;
    font-size: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._caption {
    font-size: 2rem;
    font-size: 1.8rem;
  }
}
.c-titleStyle1 > ._title {
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._title {
    margin-top: 30px;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._title {
    flex-direction: column;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._title span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._title span {
    font-size: 2rem;
  }
}
.c-titleStyle1 > ._title span i {
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._title span i {
    text-combine-upright: all;
    margin-bottom: 0.1em;
  }
}
.c-titleStyle1.-technology:after {
  content: "";
  display: block;
  width: 337px;
  height: 60px;
  background: url(../img/title_bg.svg) no-repeat center/contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-technology:after {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1.-technology:after {
    top: -15px;
    left: -160px;
  }
}
.c-titleStyle1.-modelhouse {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1.-modelhouse {
    padding-top: 100px;
  }
}
.c-titleStyle1.-modelhouse:before {
  content: "";
  display: block;
  width: 337px;
  height: 60px;
  background: url(../img/title_bg.svg) no-repeat center/contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-modelhouse:before {
    top: -15px;
    left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1.-modelhouse:before {
    top: -15px;
    left: -200px;
  }
}
.c-titleStyle1.-modelhouse:after {
  content: "";
  display: block;
  width: 337px;
  height: 60px;
  background: url(../img/title_bg.svg) no-repeat center/contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-modelhouse:after {
    bottom: -15px;
    right: -150px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1.-modelhouse:after {
    bottom: 0px;
    right: -180px;
  }
}
.c-titleStyle1.-modelhouse2 ._caption {
  color: #2595d5;
}

/* -----------------------------------
c-btnStyle1
------------------------------------ */
.c-btnStyle1 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.c-btnStyle1 > span {
  transition: 0.2s ease-in-out;
  position: relative;
  border: 2px #4C4C4C solid;
  border-radius: 7px;
  width: 200px;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.c-btnStyle1 > span:after {
  transition: 0.2s ease-in-out;
  content: "";
  display: block;
  width: 46px;
  height: 10px;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  margin-top: -5px;
}
.c-btnStyle1:hover > span {
  background-color: #ebda61;
  color: #000;
}
.c-btnStyle1:hover > span:after {
  right: -30px;
}

/* -----------------------------------
c-btnStyle2
------------------------------------ */
.c-btnStyle2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.c-btnStyle2 > span {
  transition: 0.2s ease-in-out;
  position: relative;
  background-color: #4C4C4C;
  border-radius: 7px;
  width: 200px;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.c-btnStyle2:hover > span {
  background-color: #ebda61;
  color: #000;
}

/* -----------------------------------
c-scroll_txt
------------------------------------ */
.c-scroll_txt {
  font-size: 1.2rem;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #ebda61;
}
@media screen and (min-width: 769px) {
  .c-scroll_txt {
    display: none;
  }
}
.c-scroll_txt:before {
  content: "< ";
}
.c-scroll_txt:after {
  content: " >";
}

/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  transition: 0.2s ease-in-out;
}
.c-hover:hover {
  filter: brightness(120%);
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* ---------------------------------------
p-secKv
--------------------------------------- */
.p-secKv {
  padding: 0;
}
.p-secKv_in {
  position: relative;
}
.p-secKv_video {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secKv_video {
    height: 100vh;
    max-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-secKv_video {
    height: 100vh;
    height: 100lvh;
  }
}
.p-secKv_video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-secKv_title {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secKv_title {
    width: 60.4%;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secKv_title {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .p-secKv_title img {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKv_title img {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ---------------------------------------
p-secLead
--------------------------------------- */
.p-secLead {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-secLead {
    padding-bottom: 0;
  }
}
.p-secLead_caption {
  position: absolute;
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #ebda61;
}
@media screen and (min-width: 1301px) {
  .p-secLead_caption {
    left: 20px;
    bottom: -140px;
    font-size: 2.1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1300px) {
  .p-secLead_caption {
    top: 25px;
    right: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_caption {
    position: static;
    text-align: right;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_title {
    position: absolute;
    left: 15%;
  }
}
@media screen and (min-width: 769px) {
  .p-secLead_title span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_title span {
    font-size: 2.4rem;
  }
}
.p-secLead_body {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-secLead_body {
    font-size: 1.8rem;
    padding-top: 65px;
    padding-bottom: 220px;
    padding-bottom: 140px;
    padding-left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-secLead_body {
    margin-top: 10px;
  }
}

/* ---------------------------------------
p-secDesign
--------------------------------------- */
.p-secDesign {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secDesign {
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_title {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img1, .p-secDesign_img2 {
    position: absolute;
    top: 0;
    width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .p-secDesign_img1, .p-secDesign_img2 {
    margin: 0 -5%;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img1 {
    left: 0;
    margin-left: -520px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img2 {
    right: 0;
    margin-right: -520px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-secDesign_img2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img3, .p-secDesign_img4 {
    position: absolute;
    width: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-secDesign_img3, .p-secDesign_img4 {
    width: 58px;
    margin-left: auto;
    margin-top: -50px;
  }
}
.p-secDesign_img3 span, .p-secDesign_img4 span {
  display: block;
  font-family: "Oswald", serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-secDesign_img3 span, .p-secDesign_img4 span {
    font-size: 1.8rem;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-secDesign_img3 span, .p-secDesign_img4 span {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img3 {
    bottom: 0;
    left: 0;
    margin-left: -60px;
        margin-bottom: -80px;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_img4 {
    bottom: 0;
    right: 0;
    margin-right: -60px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-secDesign_body {
    max-width: 540px;
    margin: 100px auto 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secDesign_body {
    margin-top: 30px;
  }
}

/* ---------------------------------------
p-secVariation
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secVariation_title {
    position: absolute;
    top: 0;
    left: 150px;
  }
}
.p-secVariation_img1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secVariation_img1 {
    margin: 30px auto 0;
    height: 776px;
  }
}
@media screen and (max-width: 768px) {
  .p-secVariation_img1 {
    margin: -30px -5% 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-secVariation_img1 img {
    width: 11297px;
    max-width: 1400px;
    height: 776px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-secVariation_img2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secVariation_img2 {
    max-width: 500px;
    margin: -70px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secVariation_img2 {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* ---------------------------------------
p-secDetail
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secDetail_title {
    position: absolute;
    width: 200px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secDetail_img1 {
    margin-left: 200px;
    width: 996px;
  }
}
.p-secDetail_img1 ul {
  display: flex;
  justify-content: space-between;
}
.p-secDetail_img1 ul li {
  position: relative;
  flex-basis: 49%;
}
.p-secDetail_img1 ul li img {
  position: relative;
  z-index: 0;
}
.p-secDetail_img1 ul li span {
  position: absolute;
  z-index: 1;
  left: 15px;
  bottom: 15px;
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #1c1d1e;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secDetail_img1 ul li span {
    font-size: 1.6rem;
  }
}
.p-secDetail_body {
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .p-secDetail_body {
    margin-top: 30px;
  }
}
.p-secDetail_slider {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-secDetail_slider {
    margin-top: 60px;
  }
}

/* ---------------------------------------
p-secTechnology
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secTechnology_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secTechnology_title {
    flex-basis: 200px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secTechnology_img1 {
    position: absolute;
    z-index: 0;
    width: 620px;
    left: -450px;
    bottom: 540px;
  }
}
@media screen and (min-width: 769px) {
  .p-secTechnology_cnt1 {
    flex-basis: calc(100% - 300px);
  }
}
.p-secTechnology_cnt1 ._box + ._box {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt1 ._box + ._box {
    margin-top: 40px;
  }
}
.p-secTechnology_cnt1 ._box ._num {
  display: block;
  line-height: 1;
  text-align: right;
  font-size: 4.2rem;
  font-size: 3.2rem;
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #ebda61;
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt1 ._box ._num {
    font-size: 2.1rem;
    font-size: 2rem;
    margin-top: 20px;
  }
}
.p-secTechnology_cnt1 ._box ._title {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt1 ._box ._title {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.p-secTechnology_cnt1 ._box ._title:before {
  content: "+";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ebda61;
}
.p-secTechnology_cnt1 ._box ._body {
  margin-top: 20px;
}
.p-secTechnology_cnt1 ._box ._img1 {
  margin-top: 30px;
}
.p-secTechnology_cnt1 ._box ._img1 img {
  max-width: 624px;
}
.p-secTechnology_cnt2 {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt2 ._img1 {
    overflow-x: scroll;
  }
}
.p-secTechnology_cnt2 ._img1 img {
  width: 1000px;
  max-width: 1000px;
}
.p-secTechnology_cnt2 ._txt1 {
  margin-top: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-secTechnology_cnt2 ._txt1 {
    font-size: 1.2rem;
  }
}
.p-secTechnology_cnt2 ._txt2 {
  margin-top: 10px;
  font-size: 1.2rem;
}

/* ---------------------------------------
p-secModelhouse
--------------------------------------- */
@media screen and (min-width: 769px) {
  .p-secModelhouse_title {
    text-align: center;
  }
}
.p-secModelhouse_nav {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav {
    margin-top: 30px;
  }
}
.p-secModelhouse_nav ._caption {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 6rem;
  font-size: 4rem;
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 1;
  opacity: 0.05;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._caption {
    font-size: 3rem;
  }
}
.p-secModelhouse_nav ._txt1 {
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._txt1 {
    text-align: right;
  }
}
.p-secModelhouse_nav ._nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._nav {
    flex-wrap: wrap;
  }
}
.p-secModelhouse_nav ._nav:after {
  content: "";
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_nav ._nav:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._nav:after {
    flex-basis: 24%;
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_nav ._nav li {
    margin: 0 10px;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._nav li {
    flex-basis: 23%;
    margin-bottom: 12px;
  }
}
.p-secModelhouse_nav ._nav li span {
  transition: 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #4C4C4C;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_nav ._nav li span {
    height: 30px;
  }
}
.p-secModelhouse_nav ._nav li:not(.is-current):hover span {
  background-color: #ebda61;
  color: #000;
}
.p-secModelhouse_nav ._nav li.is-current span {
  border: 1px solid #ebda61;
  color: #ebda61;
}
.p-secModelhouse_tab {
  padding-top: 50px;
}
.p-secModelhouse_tab_cnt1 + .p-secModelhouse_tab_cnt2 {
  margin-top: 30px;
}
.p-secModelhouse_tab_caption {
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: 3.6rem;
  font-size: 2.8rem;
  line-height: 1;
  opacity: 0.05;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_caption {
    font-size: 1.4rem;
  }
}
.p-secModelhouse_tab_title {
  margin-top: 10px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_tab_modelhouse ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-secModelhouse_tab_modelhouse ul:after {
  content: "";
  flex-basis: 32%;
}
.p-secModelhouse_tab_modelhouse ul li {
  flex-basis: 32%;
  margin-bottom: 40px;
}
.p-secModelhouse_tab_modelhouse ul li ._caption {
  display: block;
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #606060;
}
.p-secModelhouse_tab_modelhouse ul li ._img1 {
  margin-top: 20px;
}
.p-secModelhouse_tab_modelhouse ul li ._txt1 {
  margin-top: 20px;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_modelhouse ul li ._txt1 {
    font-size: 1.8rem;
  }
}
.p-secModelhouse_tab_modelhouse ul li ._txt1 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_modelhouse ul li ._txt1 span {
    font-size: 1.4rem;
  }
}
.p-secModelhouse_tab_modelhouse ul li ._btn {
  margin-top: 20px;
  text-align: center;
}
.p-secModelhouse_tab_tenjijyo table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table thead {
    display: none;
  }
}
.p-secModelhouse_tab_tenjijyo table thead tr th {
  text-align: left;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table thead tr th {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td {
    padding: 10px 40px;
    border-top: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td1 {
    border-right: 1px dotted #4C4C4C;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td1 {
    flex-basis: 100%;
    padding: 15px 0 5px;
    border-top: 1px solid #4C4C4C;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td2 {
    padding: 0 10px 15px 0;
    flex-basis: calc(100% - 120px);
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td3 {
    width: 200px;
    padding: 10px 20px;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td3 {
    flex-basis: 120px;
    padding: 0 0 15px 0;
    text-align: right;
  }
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td3 .c-btnStyle1 > span {
    width: 100px;
    height: 35px;
  }
  .p-secModelhouse_tab_tenjijyo table tbody tr td._td3 .c-btnStyle1 > span:after {
    width: 20px;
    right: -12px;
    margin-top: 0px;
  }
}
.p-secModelhouse_btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse_btn {
    margin-top: 40px;
  }
}

.js-tabCnt {
  display: none;
}
.js-tabCnt.is-current {
  display: block;
}

/* ---------------------------------------
p-slider
--------------------------------------- */
.p-slider {
  width: 80%;
  margin-left: -20px;
  margin-right: -20px;
  /* ナビゲーション上書き */
}
@media screen and (max-width: 768px) {
  .p-slider {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
  }
}
@media screen and (min-width: 769px) {
  .p-slider .slick-list {
    overflow: visible;
  }
}
.p-slider_item ._groupMain {
  position: relative;
}
.p-slider_item ._groupMain ._caption {
  font-weight: bold;
  font-family: "Oswald", serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._caption {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30%;
    text-align: center;
    font-size: 3.2rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._groupMain ._caption {
    font-size: 1.6rem;
    margin: 0 20px;
  }
}
.p-secSmartAirs .p-slider_item ._groupMain ._caption {
  color: #2595d5;
}

.p-secWide .p-slider_item ._groupMain ._caption {
  color: #de2b75;
}

@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._caption + ._title {
    top: 70px;
  }
}
@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._title {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._groupMain ._title {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs .p-slider_item ._groupMain ._title {
    min-height: 100px;
  }
}

@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._title span, .p-slider_item ._groupMain ._title p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
}
.p-slider_item ._groupMain ._title span i, .p-slider_item ._groupMain ._title p i {
  font-style: normal;
  text-combine-upright: all;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._title span {
    margin-left: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._groupMain ._title span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._title p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._groupMain ._title p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-slider_item ._groupMain ._img {
    padding-right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._groupMain ._img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-slider_item ._desc {
    margin-top: 50px;
    margin-left: 30%;
    min-height: 10em;
  }
}
@media screen and (max-width: 768px) {
  .p-slider_item ._desc {
    margin: 20px 30px;
    font-size: 1.2rem;
  }
}
.p-slider .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-slider .slick-dots {
    width: 30%;
    top: auto;
    top: 69%;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-slider .slick-dots {
    top: 75%;
  }
}
@media screen and (max-width: 768px) {
  .p-slider .slick-dots {
    width: 100%;
    position: static;
  }
}
.p-slider .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.p-slider .slick-dots li button {
  font-size: initial;
  color: initial;
  background: initial;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
}
.p-slider .slick-dots li button:before {
  content: "";
}
.p-slider .slick-dots li button:hover {
  color: #fff;
}
.p-slider .slick-dots li.slick-active button {
  border: 1px solid #EDDC61;
  color: #EDDC61;
}
.p-secSmartAirs .p-slider .slick-dots li.slick-active button {
  border: 1px solid #2595d5;
  color: #2595d5;
}

.p-secWide .p-slider .slick-dots li.slick-active button {
  border: 1px solid #de2b75;
  color: #de2b75;
}

/* ---------------------------------------
p-secSmartAirs
--------------------------------------- */
.p-secSmartAirs_img1 {
  position: relative;
  margin: 65px -20px 0;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_img1 {
    margin: 25px -4% 0;
  }
}
.p-secSmartAirs_img1 ._title {
  position: absolute;
  z-index: 1;
  left: 50px;
  bottom: 50px;
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: 7.2rem;
  font-size: 5.2rem;
  color: #1c1d1e;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_img1 ._title {
    left: 40px;
    bottom: 40px;
    font-size: 2.6rem;
  }
}
.p-secSmartAirs_img1 ._img1 {
  position: relative;
  z-index: 0;
}
.p-secSmartAirs_img1 ._img1 img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.p-secSmartAirs_cnt1 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_cnt1 {
    margin-top: 25px;
  }
}
.p-secSmartAirs_cnt1 ._title {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_cnt1 ._title {
    font-size: 2rem;
  }
}
.p-secSmartAirs_cnt1 ._body {
  margin-top: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_cnt1 ._body {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.p-secSmartAirs_slider {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secSmartAirs_slider {
    margin-top: 50px;
  }
}
.p-secSmartAirs_banner {
  margin-top: 50px;
}
.p-secSmartAirs_banner a {
  display: block;
  transition: 0.2s ease-in-out;
}
.p-secSmartAirs_banner a:hover {
  filter: brightness(110%);
}

/* ---------------------------------------
p-secWide
--------------------------------------- */
.p-secWide_img1 {
  position: relative;
  margin: 65px -20px 0;
}
@media screen and (max-width: 768px) {
  .p-secWide_img1 {
    margin: 0 -4% 0;
  }
}
.p-secWide_img1 ._title {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 50px;
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: 7.2rem;
  font-size: 5.2rem;
  color: #1c1d1e;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-secWide_img1 ._title {
    left: 40px;
    top: 40px;
    font-size: 2.6rem;
  }
}
.p-secWide_img1 ._img1 {
  position: relative;
  z-index: 0;
}
.p-secWide_img1 ._img1 img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.p-secWide_cnt1 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secWide_cnt1 {
    margin-top: 25px;
  }
}
.p-secWide_cnt1 ._title {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-secWide_cnt1 ._title {
    font-size: 2rem;
  }
}
.p-secWide_cnt1 ._body {
  margin-top: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-secWide_cnt1 ._body {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.p-secWide_slider {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secWide_slider {
    margin-top: 50px;
  }
}

/* ---------------------------------------
p-secModelhouse2
--------------------------------------- */
.p-secModelhouse2 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-secModelhouse2 {
    padding-bottom: 100px;
  }
}
.p-secModelhouse2_in {
  max-width: 830px;
}
@media screen and (min-width: 769px) {
  .p-secModelhouse2_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secModelhouse2_map {
    padding-left: 300px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse2_map {
    padding-left: 45%;
  }
}
.p-secModelhouse2_btn {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secModelhouse2_btn {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secModelhouse2_btn {
    top: 110px;
  }
}

/* ---------------------------------------
p-fixedBnr
--------------------------------------- */
.p-fixedBnr {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr {
    top: 50%;
    right: 0px;
    z-index: 100;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li {
    flex-basis: 50%;
  }
}
.p-fixedBnr ul li a {
  background-color: #ebda61;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-fixedBnr ul li a {
    width: 55px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li a {
    height: 50px;
  }
}
.p-fixedBnr ul li a img {
  vertical-align: middle;
}
.p-fixedBnr ul li a:hover {
  filter: brightness(110%);
}
@media screen and (min-width: 769px) {
  .p-fixedBnr ul li:nth-of-type(2) a {
    border-top: 1px solid #a89f67;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(2) a {
    border-left: 1px solid #a89f67;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(1) a img {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBnr ul li:nth-of-type(2) a img {
    width: 96.5px;
  }
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slideup {
  transition: 0.6s ease-out;
  opacity: 0;
  transform: translateY(50px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  transform: translateY(0px);
}
.js-animation.-slidein {
  transition: 0.8s ease-out;
  opacity: 0;
  transform: translateX(100px);
}
.js-animation.-slidein.is-animation {
  opacity: 1;
  transform: translateX(0px);
}
.js-animation.-zoomup {
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
  opacity: 0;
  transform: scale(0.7, 0.7) translateY(40px);
}
.js-animation.-zoomup.is-animation {
  opacity: 1;
  transform: scale(1, 1) translateY(0px);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    transition-delay: 0.1s;
  }
  .js-animation.-delay2 {
    transition-delay: 0.2s;
  }
  .js-animation.-delay3 {
    transition-delay: 0.3s;
  }
  .js-animation.-delay4 {
    transition-delay: 0.4s;
  }
  .js-animation.-delay5 {
    transition-delay: 0.5s;
  }
  .js-animation.-delay6 {
    transition-delay: 0.6s;
  }
  .js-animation.-delay7 {
    transition-delay: 0.7s;
  }
  .js-animation.-delay8 {
    transition-delay: 0.8s;
  }
  .js-animation.-delay9 {
    transition-delay: 0.9s;
  }
  .js-animation.-delay10 {
    transition-delay: 1s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-font-jp {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  .u-customhide {
    display: none !important;
  }
}
/* ===================================
Page
=================================== */
/*
 * _page.scss
 */
/* -----------------------------------
#top
------------------------------------ *//*# sourceMappingURL=style.css.map */