@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff") format("woff"), url("../fonts/NotoSans_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff") format("woff"), url("../fonts/NotoSans_Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff") format("woff"), url("../fonts/NotoSans_Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff") format("woff"), url("../fonts/NotoSans_Black.woff2") format("woff2");
}
/* FontFamily */
/* font-weight */
/* -------------------------------------
    設定
-----------------------------------------*/
/* -------------------------------------
        l-section
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .l-section img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* -------------------------------------
        l-bg
-----------------------------------------*/
.l-bgwrap {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .l-bgwrap {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-bgwrap {
    display: none;
  }
}

.l-bg {
  position: relative;
  background: url(../images/common/mv-pc.jpg) 50% bottom no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 0 20px;
}
.l-bg.fixed {
  position: fixed;
  margin-top: -70px;
}
@media screen and (max-width: 1105px) {
  .l-bg.fixed {
    margin-top: -130px;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 991px) {
  .l-bg.fixed {
    margin-top: -80px;
    background-image: url(../images/common/mv-tab.jpg);
  }
}
@media screen and (max-width: 959px) {
  .l-bg.fixed {
    margin-top: 0;
    background-position: 50% calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .l-bg.fixed {
    margin-top: 0;
  }
}
.l-bg__icon {
  position: absolute;
  top: 59%;
  left: calc(50% - 300px);
  width: 26px;
  z-index: 20;
}
@media screen and (min-width: 1921px) {
  .l-bg__icon {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-bg__icon {
    display: none;
  }
}
.l-bg__img {
  position: absolute;
  top: 34%;
  left: 10%;
  max-width: 369px;
  width: 22vw;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .l-bg__img {
    left: 17%;
  }
}
@media screen and (max-width: 1500px) {
  .l-bg__img {
    left: 5%;
  }
}
@media screen and (max-width: 1260px) {
  .l-bg__img {
    display: none;
  }
}

/* -------------------------------------
        l-content
-----------------------------------------*/
@media screen and (max-width: 860px) {
  .l-content-wrap {
    position: relative;
    width: 100%;
    z-index: 10;
  }
}

.l-content {
  position: relative;
  width: 478px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 12px solid #DBDBDB;
  border-right: 12px solid #DBDBDB;
  margin-bottom: -24px;
  z-index: 90;
}
@media screen and (max-width: 1260px) {
  .l-content {
    margin: 0 0 -24px 160px;
  }
}
@media screen and (max-width: 1100px) {
  .l-content {
    margin: 0 0 -24px 70px;
  }
}
@media screen and (max-width: 970px) {
  .l-content {
    margin: 0 0 -24px 30px;
  }
}
@media screen and (max-width: 860px) {
  .l-content {
    margin: 0 auto -24px;
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
    border: none;
  }
}


.l-content main { background: #DBDBDB;}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.l-footer .container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.l-footer .btn-basic {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .l-footer .btn-basic {
    font-size: 14px;
  }
}

/* -------------------------------------
        c-cards
-----------------------------------------*/
.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 12px;
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  font-size: 16px;
}
.c-card:not(:first-child) {
  margin-top: 40px;
}
.c-card figure {
  margin-bottom: 0;
}
.c-card__text {
  line-height: 1.4;
  margin-top: 10px;
}
.c-card__link {
  text-align: right;
  margin-top: 16px;
}
.c-card__link a {
  display: inline-block;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-card__link a:hover {
  opacity: 0.7;
}
.c-card__link::after {
  content: "";
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
@media screen and (max-width: 500px) {
  .c-card__link::after {
    width: 16px;
    height: 16px;
  }
}
.c-card p {
  margin-bottom: 0;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 0 0 10px 10px;
  background-color: #F5C539;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 10px;
  cursor: pointer;
}
.c-btn::before {
  content: "詳細を見る";
}
.c-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--color01 {
  background-color: #F5C539;
}
.c-btn--color01::after {
  background-image: url(../images/icon/icon_down01.png);
}
.c-btn--color02 {
  background-color: #BE82AD;
}
.c-btn--color02::after {
  background-image: url(../images/icon/icon_down02.png);
}
.c-btn--color03 {
  background-color: #92C9CD;
}
.c-btn--color03::after {
  background-image: url(../images/icon/icon_down03.png);
}

.p-home__btn.is-open .c-btn::before {
  content: "閉じる";
}
.p-home__btn.is-open .c-btn--color01::after {
  background-image: url(../images/icon/icon_up01.png);
}
.p-home__btn.is-open .c-btn--color02::after {
  background-image: url(../images/icon/icon_up02.png);
}
.p-home__btn.is-open .c-btn--color03::after {
  background-image: url(../images/icon/icon_up03.png);
}

/* -------------------------------------
        p-autumn
-----------------------------------------*/
.p-autumn {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}
.p-autumn a {
  color: inherit;
}
.p-autumn img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-autumn .l-inner {
  max-width: 560px;
  padding: 0 12px;
  margin: 0 auto;
}
.p-autumn button {
  border: none;
}
.p-autumn button:focus {
  outline: none;
}

@media screen and (max-width: 959px) {
  .globalHeader .only_sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .p-mv { margin-right: -12px; margin-left: -12px;}
}


/* -------------------------------------
        p-side-nav
-----------------------------------------*/
.p-side-nav {
  position: absolute;
  top: 48%;
  z-index: 1;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  width: 350px;
  color:#333333;
  z-index: 10;
  right: calc(50% - 660px);
  font-size: 18px;
}
.p-side-nav .p-sp-nav__list_wrap { padding: 24px 16px 32px;}
@media screen and (max-width: 1260px) {
  .p-side-nav {
    top: 45%;
    left: 678px;
    width: 290px;
  }
}
@media screen and (max-width: 1100px) {
  .p-side-nav {
    top: 53%;
    left: 588px;
  }
}
@media screen and (max-width: 970px) {
  .p-side-nav {
    left: 548px;
  }
}
@media screen and (max-width: 991px) {
  .p-side-nav {
    top: 45%;
  }
}
@media screen and (max-width: 959px) {
  .p-side-nav {
    top: 40%;
  }
}
@media screen and (max-width: 860px) {
  .p-side-nav {
    display: none;
  }
}
.p-side-nav__title {
  display: none;
}
@media screen and (max-width: 1260px) {
  .p-side-nav__title {
    display: block;
    max-width: 396px;
    width: 100%;
  }
}
.p-side-nav__head {
  max-width: 143px;
  width: 100%;
  font-size: 20px;
}
.p-side-nav__list {
  margin-top: 18px;
}
.p-side-nav__item {
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav__item:not(:first-child) {
  margin-top: 12px;
}
.p-side-nav__item.align-top a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-side-nav__item.align-top .p-side-nav__item-num {
  padding-top: 1px;
}
.p-side-nav a {
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav a:hover .p-side-nav__item-text {
  color: #A92928;
}
.p-side-nav a:hover .p-side-nav__item-num {
  color: #A92928;
}
.p-side-nav__item-num {
  display: inline-block;
  color: #FF8900;
  font-size: 20px;
  font-weight: 700;
  margin-right: 12px;
}
.p-side-nav__item-text {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav__item-btn {
  max-width: 350px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-top: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .p-side-nav__item-btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 1260px) {
  .p-side-nav__item-btn {
    max-width: 350px;
  }
}
.p-side-nav__item-btn a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-side-nav__item-btn a:hover::before {
  content: none;
}
.p-side-nav__item-btn-head {
  padding: 0 18px;
}

/* -------------------------------------
        p-sp-nav
-----------------------------------------*/
.p-sp-nav {
  display: none;
  padding: 33px 0 60px;
}

.p-sp-nav__inner {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .p-sp-nav__inner {
    max-width: 338px;
  }
}
.p-sp-nav__head {
  max-width: 137px;
  width: 100%;
  font-size: 24px;
}
.p-sp-nav__list_wrap {
  border-radius: 10px;
}
.p-sp-nav__item {
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px dotted #d9d9d9;
}
.p-sp-nav__item:not(:first-child) {
  margin-top: 20px;
}
.p-sp-nav a:focus,
.p-sp-nav a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 10px 32px 10px 8px;
}
.p-sp-nav a:hover .p-sp-nav__item-text {
  color: #FF8900;
}
.p-sp-nav a:hover .p-sp-nav__item-num {
  color: #FF8900;
}
.p-sp-nav a:hover .p-sp-nav__item-new {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.p-sp-nav__list li a::after {
  content: '';
  width: 24px; height: 24px;
  background: url(../images/icon/icon_down2.png);
  background-size: cover;
  position: absolute; top: 50%; right: 0;
  transform: translateY(-50%);
}
.p-sp-nav__list li a .p-sp-nav__img {
  height: 24px; width: auto;
  margin-bottom: 3px;
}
.p-sp-nav__item-num {
  display: inline-block;
  margin-right: 12px;
  color: #FF8900;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.p-sp-nav__item-text {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__item-btn {
  max-width: 334px;
  width: 100%;
  margin-top: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__item-btn a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-sp-nav__item-btn a:hover::before {
  content: none;
}
.p-sp-nav__list_wrap .p-section__cv-btn { margin-right: 16px; margin-left: 16px;}
@media screen and (min-width: 768px) {
  .p-sp-nav__list_wrap { padding-top: 32px;}
  .p-sp-nav__list_wrap h3 {
    width: 122px; height: 31px;
  }
  .p-sp-nav__list {
    margin-top: 24px;
    padding-bottom: 16px;
    border-top: 1px dotted #d9d9d9;
  }
  .p-sp-nav__list .p-sp-nav__item {
    margin-top: 0;
  }
  .p-sp-nav__item::before { width: 24px; height: 24px;}
  .p-sp-nav__list .p-sp-nav__item:last-child { border-right: 0;}
  .p-sp-nav a::after {
    position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .p-sp-nav__list .p-sp-nav__item { padding-right: 1.5%; padding-left: 1.5%;}
  .p-sp-nav a { font-size: 14px;}
}
@media screen and (max-width: 767px) {
  .p-sp-nav__list_wrap { position: relative;}
  .p-sp-nav__list_wrap h3 {
    width: 22px; height: 100px;
    position: absolute; top: 24px; left: 14px;
  }
  .p-sp-nav {
    display: noe;
    /* padding-top: 0; padding-bottom: 40px;
    background: url(../images/common/campaign_present_bg.png);
    background-size: 100% auto; */
  }
  .p-sp-nav__inner {
    max-width: 338px;
    margin: -70px auto 0;
  }
  .p-sp-nav__head {
    width: 100%;
  }
  .p-sp-nav__list {
    padding: 10px 16px 10px 50px;
  }
  .p-sp-nav a {
    font-size: 16px;
  }
  .p-sp-nav__item:not(:first-child) { margin-top: 0;}
  .p-sp-nav__item::before { background: none;}
  .p-sp-nav a::after { margin-left: 10px;}
}

@media screen and (max-width: 360px) {
  .p-sp-nav a {
    font-size: 14px;
  }
  .p-sp-nav__item-num {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .p-sp-nav__item-btn {
    max-width: 290px;
  }
}

/* -------------------------------------
        p-section
-----------------------------------------*/
.p-section__cv-btn {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-section__cv-btn {
    padding: 0;
    margin: 12px auto 0;
  }
}
.p-section__cv-btn:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-section__cv-btn:hover::before {
  content: none;
}



/* -------------------------------------
        p-section--award
-----------------------------------------*/
.p-section--award {
  padding-bottom: 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 16px;
}

.p-section--award.--last { margin-bottom: 0;}

.p-section--award .-_title {
  margin-top: 0; margin-bottom: 8px;
}

.p-section--award .-_comment {
  width: 87%;
  margin-top: 32px; margin-right: auto; margin-left: auto;
}




/* -------------------------------------
        p-section--preview以下
-----------------------------------------*/
.p-section--preview,
.modelhouseSearch_note,
.footer_logo { background: #fff;}

.modelhouseSearch_note {
  padding: 12px 8%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .modelhouseSearch_note {
    padding: 12px 3%;
  }
}


/* -------------------------------------
        スライダー
-----------------------------------------*/
.js_sliders { position: relative;}

.js_sliders .-_slider {
  position: relative; z-index: 10;
  width: calc(83.9% + 10px);
  overflow: hidden;
  margin: 20px auto;
}

.js_sliders .-__slides {
  display: flex;
  transition: transform 0.5s ease;
  touch-action: pan-y;
}

.js_sliders .slide {
  width: calc(100% - 10px);
  margin: 0 5px;
  flex-shrink: 0;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
}

.js_sliders .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.js_sliders .-_controls {
  position: absolute; bottom: 0; left: 8.05%;
  z-index: 5;
  width: calc(83.9% + 10px);
  display: flex;
  flex-wrap: wrap; justify-content: space-between; align-items: center;
}

.js_sliders .-_indicators {
  text-align: center;
  margin-top: 5px;
}

.js_sliders .indicator {
  display: inline-block;
  position: relative; z-index: 5;
  width: 13px;
  height: 13px;
  margin: 0 16px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.js_sliders .indicator.active {
  background-color: #E3001A;
}

.js_sliders button {
  padding: 5px 10px;
  cursor: pointer;
}



/* -------------------------------------
        more_box
-----------------------------------------*/
.more_box { position: relative;}

.more_contents {
	height: 130px;
	overflow: hidden;
}

.more_contents section:last-child { margin-bottom: 60px;}

.show_more {
  padding-top: 78px;
  position: absolute; bottom: 0; left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0.2) 0%, rgb(255, 255, 255, 1) 40%);
  cursor: pointer;
  transition: bottom 0.2s;
}

.more_contents h4 {
  font-size: 16px;
  margin-top: 16px;
}

.show_more.active { background: none;}

.p-section--01  .show_more.active { background: none;}

.show_more::before {
  content: '';
  position: absolute;
  bottom: 0px; left: 50%;
  transform: translateX(-50%);
  width: 95.5%; height: 42px;
  background: url(../images/common/accordion_open.png) no-repeat center top;
  background-size: 100% auto;
}

.show_more.active::before {
  background: url(../images/common/accordion_close.png) no-repeat;
  background-size: 100% auto;
}



/* -------------------------------------
        PC/SP非表示
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .pc_non { display: none;}
}
@media screen and (max-width: 767px) {
  .sp_non { display: none;}
}


/* -------------------------------------
        パーツ
-----------------------------------------*/
.fw_500 { font-weight: 500;}




/* -------------------------------------
        footer デフォルトPC仕様打消し
-----------------------------------------*/
#footer { padding-bottom: 0;}

#footer .btnSet a { color: #fff;}

.sp_topcta.only-sp.not-tb { display: none !important;}

.footer-bottom { padding-bottom: 16px;}

@media screen and (min-width: 768px) {
  #footer .container { padding-right: 16px; padding-left: 16px;}

  #footer .row { margin-right: 0; margin-left: 0;}

  #footer .row.btnSet li {
    width: 50%;
    padding-right: 4px; padding-left: 4px;
  }

  #footer .row.btnSet li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  #footer .btnSet a span {
    font-size: 16px;
  }

  #footer .btnSet .btn-online span { font-size: 14px;}

  #footer .col-md-4 { width: 100%;}

}