@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 679px;
    margin-top: 90px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/showroom/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 679px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower main .mv-title__outer {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(-50%,50%);
    z-index: 10;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 100px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 8px;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 48px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Merriweather";
}

/* -----------------------------------------------------------------------------
detail-text（扉を開けると、そこは別世界。）
----------------------------------------------------------------------------- */
main .detail-text {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
    background-image: url(../images/showroom/bg_lead.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

main .detail-text__inner {
    max-width: 1120px;
    width: 88%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

main .detail-text .text .lead {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

/* -----------------------------------------------------------------------------
Tap Scroll（基本CSSはcommonへ）
----------------------------------------------------------------------------- */
.tap-scroll .link {
    font-size: 20px;
}

.link01 {
    background-image: url(../images/showroom/tap01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link02 {
    background-image: url(../images/showroom/tap02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link03 {
    background-image: url(../images/showroom/tap03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tap-scroll .link:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* -----------------------------------------------------------------------------
Showroom
----------------------------------------------------------------------------- */
.showroom {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
    background-color: #f9f6f2;
}

.bb {
    border-bottom: solid 96px #fff;
}

.showroom__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.showroom__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.showroom__inner .title-showroom {
    color: #333;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.showroom__inner .sub-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.summary-showroom__outer {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 75px;
}

.summary-showroom-thumb {
    max-width: 50%;
    width: 100%;
    position: relative;
    aspect-ratio: 1002 / 592;
}

.summary-showroom__outer {
    flex-direction: row-reverse;
}

.summary-showroom {
    min-height: 592px;
}

.summary-showroom {
    max-width: 50%;
    width: 100%;
    position: relative;
    padding: 50px 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.summary-showroom-thumb figure {
    aspect-ratio: 1002 / 592;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    width: auto;
    height: 592px;
}

.summary-showroom-thumb figure img {
    aspect-ratio: 1002 / 592;
    display: block;
    width: 100%;
    height: auto;
}

.summary-showroom__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -10px;
}

.summary-showroom .card-title {
    margin-top: 30px;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 2;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-family: "Noto Sans JP";
}

.summary-showroom .text {
    margin-top: 50px;
}

.summary-showroom .text .card-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.summary-showroom-movie {
    width: 100%;
    position: relative;
    padding: 75px 0 60px;
    box-sizing: border-box;
}

.summary-showroom-movie figure {
    border-radius: 50px;
    overflow: hidden;
}

.summary-showroom-movie figure img {
    aspect-ratio: 1120 / 643;
    display: block;
    width: 100%;
    height: auto;
}

.showroom__inner .cta-btn {
    display: flex;
    justify-content: center;
}

.showroom__inner .cta-btn a {
    position: relative;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner .mv {
    background-image: url(../images/showroom/sp_main.jpg);
}

.lower main .main__inner .mv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
}

.lower main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.lower main .mv-title__outer {
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 55%;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(0%,50%);
    z-index: 10;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 3px;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 25px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

/* -----------------------------------------------------------------------------
SP__detail-text（扉を開けると、そこは別世界。）
----------------------------------------------------------------------------- */
main .detail-text {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/showroom/sp_bg_lead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

main .detail-text__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

main .detail-text .title-wrap .title-lead {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Noto Sans JP";
    line-height: 1.8;
}

main .detail-text .text .lead {
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 1.8;
}

/* -----------------------------------------------------------------------------
SP__Tap Scroll（基本CSSはcommonへ）
----------------------------------------------------------------------------- */
.tap-scroll .link {
    font-size: 14px;
}

.link01 {
    background-image: url(../images/showroom/sp_tap01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link02 {
    background-image: url(../images/showroom/sp_tap02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link03 {
    background-image: url(../images/showroom/sp_tap03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tap-scroll .link:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* -----------------------------------------------------------------------------
SP__Showroom
----------------------------------------------------------------------------- */
.showroom {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
    background-color: #f9f6f2;
}

.bb {
    border-bottom: solid 50px #fff;
}

.showroom__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.showroom__inner>.title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.showroom__inner .title-showroom {
    color: #333;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 500;
}

.showroom__inner .sub-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.summary-showroom__outer {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

.summary-showroom-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.summary-showroom {
    min-height: auto;
}

.summary-showroom {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 30px 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.summary-showroom-thumb figure {
    aspect-ratio: 360 / 248;
    position: none;
    left: 0px;
    right: auto;
    top: 0;
    width: 100%;
    height: 248px;
}

.summary-showroom-thumb figure img {
    aspect-ratio: 360 / 248;
    display: block;
    width: 100%;
    height: auto;
}

.summary-showroom__inner {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    padding: 0 15px;
}

.summary-showroom .card-title {
    margin-top: 0px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-family: "Noto Sans JP";
}

.summary-showroom .text {
    margin-top: 20px;
}

.summary-showroom .text .card-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.summary-showroom-movie {
    width: 100%;
    position: relative;
    padding: 40px 0;
    box-sizing: border-box;
}

.summary-showroom-movie figure {
    border-radius: 22px;
}

.summary-showroom-movie figure img {
    aspect-ratio: 360 / 206;
    display: block;
    width: 100%;
    height: auto;
}

.showroom__inner .cta-btn {
    display: flex;
    justify-content: center;
}

.showroom__inner .cta-btn a {
    position: relative;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.lower main .main__inner .mv {
    width: 100%;
    height: 460px;
    margin-top: 50px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/showroom/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

main .detail-text__inner {
    width: 80%;
    padding: 0 15px;
}

.summary-showroom-thumb {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 1002 / 592;
}

.showroom .title-wrap {
    text-align: center;
}

.summary-showroom__outer:nth-child(odd) .summary-showroom,
.summary-showroom__outer:nth-child(even) .summary-showroom {
    width: 80%;
    margin: 0 auto;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.bgcolor__beige {
    background-color: #f4efe4 !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}
