@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*!
Theme Name: BELLEHOUSING OSAKA THEME
*/


/* common-css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder,
textarea::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #ccc;
}

:root{
    interpolate-size: allow-keywords;

    --base-color: #171412;
    --base-font: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --font-md-text: 18px;

    --header-width: 100px;

    --wrap: 1420px;
    --wrap-sm: 1060px;
    --space: calc(((100vw - var(--header-width)) - var(--wrap))/2);
    --space-sm: calc(((100vw - var(--header-width)) - var(--wrap-sm))/2);
    --padding: 100px;
    --minus-margin: calc(-1 * ((var(--wrap) - var(--wrap-sm))/2));
    --figtree: 'Figtree', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --theme-color: #0287D5;
    --light-gray: #EFEDEC;
    --gray: #867D7A;

    --transition: .2s;
}

body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    font-family: var(--base-font);
    padding-left: var(--header-width);
    font-weight: 500;
}

body.home .wrap,
.wrap{
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
}
body.home .wrap.sm,
.wrap.sm{
    max-width: var(--wrap-sm);
}

a{
    transition: var(--transition);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    a:hover{
        opacity: .6;
    }
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.padding-top{
    padding-top: var(--padding);
}
.padding-bottom{
    padding-bottom: var(--padding);
}
.padding-tb{
    padding: var(--padding) 0;
}



/* FADE */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    filter: blur(10px);
    transition : all 600ms;
}
.fadeinr {
    opacity : 0;
    transform : translate(50px, 0);
    filter: blur(10px);
    transition : all 600ms;
}
.fadeinb {
    opacity : 0;
    transform : translate(0, -50px);
    filter: blur(10px);
    transition : all 600ms;
    }

.fadeinl {
    opacity : 0;
    transform : translate(-50px, 0);
    filter: blur(10px);
    transition : all 600ms;
    }

.fadeino {
    opacity : 0;
    filter: blur(10px);
    transition : all 600ms;
}

.blur{
    opacity: 0;
    filter: blur(10px);
    transition: 1.5s;
}
.blur.scrollin{
    opacity: 1;
    filter: blur(0);
}
.img-animation img{
    clip-path: inset(0 100% 0 0);
    transition: 1s;
}
.img-animation.scrollin img{
    clip-path: inset(0 0 0 0);
}

.ts1 {
    transition-delay: 300ms;
}

.ts2 {
    transition-delay: 600ms;
}

.ts3 {
    transition-delay: 900ms;
}

.ts4 {
    transition-delay: 1200ms;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    filter: blur(0);
}

.fadeino.scrollin {
   opacity : 1;
   filter: blur(0);
}



/* FIXED LOGO */
#fixed-logo{
    position: fixed;
    top: 20px;
    left: calc(var(--header-width) + 20px);
    z-index: 999;
}
.fixed-logo__flex{
    gap: 20px;
}
.fixed-logo__flex-img a,
.fixed-logo__flex-img img{
    display: block;
}
.fixed-logo__flex.wh img{
    -webkit-filter: brightness(0) grayscale(100%) invert(1);
    -moz-filter: brightness(0) grayscale(100%) invert(1);
    -o-filter: brightness(0) grayscale(100%) invert(1);
    -ms-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);
    transition: var(--transition);
}
.fixed-logo__flex.wh.over img{
    -webkit-filter: initial;
    -moz-filter: initial;
    -o-filter: initial;
    -ms-filter: initial;
    filter: initial;
}


/* FIXED CONTACT */
#fixed-contact{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
#fixed-contact a{
    display: block;
    background-color: var(--base-color);
    line-height: 78px;
    border: 1px solid var(--base-color);
    width: 140px;
    color: #fff;
    text-align: center;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    font-size: 14px;
}
@media screen and (min-width: 992px) {
    #fixed-contact a:hover{
        opacity: 1;
        background-color: #fff;
        color: var(--base-color);
    }   
}


/* HEADER */
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: var(--header-width);
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    border-right: 1px solid var(--base-color);
}
.header-hm-wrap{
    position: absolute;
    transform: translateX(-50%);
    top: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-hm{
    width: 20px;
    height: 20px;
    position: relative;
    transition: .6s cubic-bezier(0.68,-0.55,0.27,1.55)
}
.header-hm::before,
.header-hm::after{
    content: "";
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--base-color);
    transition: var(--transition);
}
.header-hm::before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.header-hm::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header-hm span{
    position: absolute;
    width: 4px;
    height: 4px;
    transition: var(--transition);
    background-color: var(--base-color);
    border-radius: 50%;
}
.header-hm span:nth-of-type(1){
    top: 0;
    left: 0;
}
.header-hm span:nth-of-type(2){
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-hm span:nth-of-type(3){
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}
.header-hm span:nth-of-type(4){
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-hm span:nth-of-type(5){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-hm span:nth-of-type(6){
    top: 50%;
    left: 100%;
    transform: translate(-100%,-50%);
}
.header-hm span:nth-of-type(7){
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
.header-hm span:nth-of-type(8){
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.header-hm span:nth-of-type(9){
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
}
@media screen and (min-width: 992px) {
    #header:not(.open) .header-hm:hover{
        transform: translateX(-50%) rotate(360deg);
    }
}
#header.open .header-hm span{
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
}
#header.open .header-hm::before,
#header.open .header-hm::after{
    width: 100%;
    transition-delay: .2s;
}
.header-sns{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.header-sns a,
.header-sns a img{
    display: block;
}
.header-sns li:not(:last-child){
    margin-bottom: 15px;
}



/* FOOTER */
#footer{
    margin-top: 200px;
}
.footer-contact{
    padding: 100px 0;
    text-align: center;
    background: url(img/common/footer-bg.webp) no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}
.footer-contact::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-color);
    opacity: 0.6;
    z-index: 1;
}
.footer-contact .wrap{
    position: relative;
    z-index: 1;
}
.footer-contact__ttl{
    font-size: 40px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.footer-contact__text{
    margin-bottom: 80px;
}
.footer-contact__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.footer-contact__grid-item{
    border: 1px solid #fff;
    padding: 40px 0;
}
.footer-contact__tel-text{
    margin: 6px 0 0;
    line-height: 1.3;
}
.footer-contact__tel-text a{
    display: inline-block;
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-family: var(--figtree);
}
.footer-contact__tel-time{
    font-size: 14px;
}
.footer-contact__form-text{
    line-height: 1.4;
    margin-bottom: 20px;
}
.footer-contact__form-link a{
    display: block;
    margin: 0 auto;
    width: 260px;
    max-width: 100%;
    border-radius: 40px;
    padding: 15px 0 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    position: relative;
    font-weight: bold;
}
.footer-contact__form-link a span,
.footer-bottom__flex-right__link a span,
#aside ul li a span,
.view-more a span{
    width: 34px;
    height: 34px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 8px;
    background-color: #fff;
    border-radius: 50%;
}
.footer-contact__form-link a span::before,
.footer-contact__form-link a span::after,
.footer-bottom__flex-right__link a span::before,
.footer-bottom__flex-right__link a span::after,
#aside ul li a span::before,
#aside ul li a span::after,
.view-more a span::before,
.view-more a span::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    transform: translate(-50%,-50%);
    transition: .2s;
}
.footer-contact__form-link a span::before,
.footer-bottom__flex-right__link a span::before,
#aside ul li a span::before,
.view-more a span::before{
    background-color: var(--base-color);
}
.footer-contact__form-link a span::after,
.footer-bottom__flex-right__link a span::after,
#aside ul li a span::after,
.view-more a span::after{
    background-color: #fff;
    transform: translate(-50%,-50%) scale(0);
}
@media screen and (min-width: 992px) {
    .footer-contact__form-link a:hover,
    .footer-bottom__flex-right__link a:hover,
    #aside ul li a:hover,
    .view-more a:hover{
        opacity: 1;
        background-color: #fff;
        color: var(--base-color);
    }
    .footer-contact__form-link a:hover span::before,
    .footer-bottom__flex-right__link a:hover span::before,
    #aside ul li a:hover span::before,
    .view-more a:hover span::before{
        width: 100%;
        height: 100%;
    }
    .footer-contact__form-link a:hover span::after,
    .footer-bottom__flex-right__link a:hover span::after,
    #aside ul li a:hover span::after,
    .view-more a:hover span::after{
        transform: translate(-50%,-50%) scale(1);
    }
}
.footer-bottom{
    padding: 80px 0;
    background-color: var(--base-color);
    color: #fff;
}
.footer-bottom__flex{
    justify-content: space-between;
}
.footer-bottom__flex-left{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 80px;
}
.footer-bottom__flex-left__logo a,
.footer-bottom__flex-left__logo img{
    display: block;
}
.footer-bottom__flex-left__menu{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.footer-bottom__flex-left__menu li a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
}
.footer-bottom__flex-right{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 670px;
    width: 100%;
    gap: 10px;
}
.footer-bottom__flex-right__link:nth-of-type(2){
    grid-column: 2 / 4;
}
.footer-bottom__flex-right__link a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid #fff;
    height: 100px;
    padding-left: 20px;
    font-size: var(--font-md-text);
    font-weight: bold;
    line-height: 1.4;
}
.footer-bottom__flex-right__link.wh a{
    background-color: #fff;
}
.footer-bottom__flex-right__link a small{
    font-family: var(--figtree);
    font-size: 10px;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-top: 5px;
}
.footer-bottom__flex-right__link a span{
    right: 20px;
}
.footer-bottom__copy{
    margin-top: 40px;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
}


/* COMMON */
.view-more a{
    width: 260px;
    max-width: 100%;
    border: 1px solid var(--base-color);
    display: block;
    border-radius: 40px;
    line-height: 48px;
    padding-left: 30px;
    font-weight: bold;
    position: relative;
}
.view-more.center a{
    margin: 0 auto;
}
.view-more.mt{
    margin-top: 40px;
}
.view-more:not(.wh) a span{
    background-color: var(--base-color);
}
.view-more:not(.wh) a span::before{
    background-color: #fff;
}
.view-more:not(.wh) a span::after{
    background-color: var(--base-color);
}
.view-more.wh a{
    color: #fff;
    border-color: #fff;
}
@media screen and (min-width: 992px) {
    .view-more a:hover{
        opacity: 1;
        background-color: var(--base-color);
        color: #fff;
    }
    .view-more.wh a:hover{
        background-color: #fff;
        color: var(--base-color);
    }
}


/* DRAWER */
#drawer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-left: var(--header-width);
    background-color: #fff;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    pointer-events: none;
}
#drawer.open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.drawer-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#drawer ul.sin-ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px 80px;
}
#drawer ul.sin-ul > li > a{
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    padding-left: 22px;
}
#drawer ul.sin-ul > li > a::before{
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--base-color);
    position: absolute;
    bottom: 8px;
    left: 0;
}
#drawer ul.sin-ul > li > a span{
    display: block;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-left: -22px;
}
#drawer ul.sin-ul > li > a:not([href]){
    cursor: pointer;
}
/* #drawer ul.sec-ul{
    display: none;
} */
#drawer ul.sec-ul{
    padding-top: 5px;
}
#drawer ul.sec-ul li,
#drawer ul.sec-ul li a{
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
}
#drawer ul.sec-ul li::before{
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
    background: url(img/common/arrow-next.svg) no-repeat center center/ contain;
}
.footer-contact__text br.s-up{
    display: none;
}


/* TOP */
.mv{
    height: 34.375vw;
    position: relative;
    z-index: 0;
}
.mv-img,
.mv-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mv-img img,
.mv-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-img::before,
.mv-video::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.2;
}
.mv-text{
    width: 29.8vw;
    padding-left: 50px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: var(--space);
}
.mv-box{
    padding-left: 50px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: var(--space);
    color: #fff;
    border-left: 1px solid #fff;
}
.mv-box__label{
    margin-bottom: 10px;
}
.mv-box__label span{
    background-color: #fff;
    border-radius: 25px;
    padding: 6px 30px;
    border: 1px solid var(--base-color);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--base-color);
    display: inline-block;
}
.mv-box__text{
    font-size: 44px;
    margin-bottom: 35px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-weight: bold;
}
.mv-box__en{
    font-size: var(--font-md-text);
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--figtree);
}
.top-topics__slider-item{
    width: 330px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
    transition: .5s;
}
.top-topics__slider-item.slick-current,
.top-topics__slider-item.is-active-next{
    position: relative;
    z-index: 10;
    transform: scale(1.21);
}
.top-topics__slider .slick-track{
    padding: 80px 0;
}
.top-slider-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.top-slider-nav__arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--gray);
    background-color: var(--light-gray);
    cursor: pointer;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
}
.top-slider-nav__arrow:hover{
    background-color: #fff;
}
.top-slider-nav__arrow.prev{
    background-image: url(img/common/arrow-prev.svg);
}
.top-slider-nav__arrow.next{
    background-image: url(img/common/arrow-next.svg);
}
.top-slider-nav__count{
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
}
.top-event__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.top-event__grid-item{
    border: 1px solid var(--gray);
}
.top-event__grid-item a{
    display: block;
    padding: 20px;
}
@media screen and (min-width: 992px) {
    .top-event__grid-item a:hover .top-event__grid-item__flex-img img{
        transform: scale(1.1);
    }
    .top-event__grid-item a:hover{
        opacity: 1;
        color: var(--gray);
    }
}
.top-event__grid-item__flex{
    align-items: center;
}
.top-event__grid-item__flex-img{
    width: 40%;
    overflow: hidden;
    margin-bottom: 20px;
}
.top-event__grid-item__flex-img__inner{
    padding-top: 75.2%;
    position: relative;
}
.top-event__grid-item__flex-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.top-event__grid-item__flex-box{
    width: 60%;
    padding-left: 30px;
}
.top-event__grid-item__flex-box__date{
    font-size: 26px;
    font-weight: bold;
}
.top-event__grid-item__flex-box__date .year{
    font-size: 18px;
    margin-right: 10px;
}
.top-event .event-card__content-meta__category{
    margin-bottom: 10px;
}
.top-event__grid-item__title{
    font-weight: bold;
}
.top-event__grid-item__area{
    font-size: 12px;
}
.top-event__title{
    text-align: center;
}
.top-concept .concept-sec01__grid{
    align-items: flex-start;
}
.top-concept .concept-sec01__grid-box{
    border-left: none;
}
body.home .bg-gray{
    border: none;
}
.top-finder .wrap{
    padding-right: calc(-1 * var(--minus-margin));
}
.top-finder__flex{
    justify-content: space-between;
    margin-bottom: 80px;
}
.top-finder__flex-box__lead{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.top-finder__flex-box__en{
    font-size: 14px;
    font-family: var(--figtree);
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 30px;
}
.top-finder__flex-text{
    width: 100%;
    max-width: 530px;
    font-size: var(--font-md-text);
}
.top-finder__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: var(--wrap-sm);
    width: 100%;
    margin-left: auto;
}
.top-works__flex{
    justify-content: space-between;
}
.top-works__slider .slick-track{
    padding: 80px 0;
}
.top-works__slider-item{
    width: 330px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
    transition: .5s;
}
.top-works__slider-item a{
    display: block;
    background-color: #fff;
}
.top-works__slider-item.slick-current,
.top-works__slider-item.is-active-next{
    transform: scale(1.21);
    position: relative;
    z-index: 1;
}
.top-works__slider-item__thumb-inner{
    position: relative;
    overflow: hidden;
    padding-top: 128.75%;
}
.top-works__slider-item__thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.top-works__slider-item__content{
    padding: 15px 20px;
    min-height: 185px;
}
@media screen and (min-width: 992px) {
    .top-works__slider-item a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .top-works__slider-item a:hover .top-works__slider-item__thumb img{
        transform: scale(1.1);
    }
}
.contact-cta{
    background: url(img/frontpage/contact-bg.webp) no-repeat center center / cover;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(-1 * var(--minus-margin));
    color: #fff;
    margin-top: 80px;
    position: relative;
    z-index: 0;
}
.contact-cta::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(23 20 18 / .6);
}
.contact-cta__text{
    font-size: 34px;
    line-height: 1.4;
}
.top-voice__slider .slick-track{
    padding-top: 20px;
}
.top-voice__slider-item{
    width: 400px;
    transform: scale(0.825);
    transition: .5s;
    margin: 0 -50px;
    opacity: 0.3;
}
.top-voice__slider-item a{
    display: block;
}
.top-voice__slider-item__thumb-inner{
    padding-top: 121%;
    position: relative;
    overflow: hidden;
}
.top-voice__slider-item__thumb{
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
}
.top-voice__slider-item__thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-voice__slider-item__content{
    margin-top: -20px;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.top-voice__slider-item__content-inner{
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    background-color: var(--theme-color);
    color: #fff;
}
/* .top-voice__slider-item__content-inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-100%);
    width: 24px;
    height: 20px;
    background-color: var(--light-gray);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: .5s;
} */
.top-voice__slider-item__content-ttl__text{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    transition: .5s;
}
.top-voice__slider-item__content-client{
    font-size: var(--font-md-text);
    font-weight: bold;
}
.top-voice__slider-item__content-meta{
    font-size: 12px;
}
.top-voice__slider-item.slick-current,
.top-voice__slider-item.is-active-next{
    transform: scale(1);
    position: relative;
    z-index: 1;
    opacity: 1;
}
.top-lineup{
    background-color: var(--theme-color);
}
.fixed-bg{
    height: 700px;
    /* padding-right: 3.125vw; */
    position: relative;
    z-index: 0;
}
.fixed-bg::before,
.fixed-bg::after{
    content: "";
    position: absolute;
    left: 0;
    height: 51%;
    width: 100%;
    z-index: -1;
}
.fixed-bg::before{
    top: -1px;
}
.fixed-bg::after{
    bottom: -1px;
}
.fixed-bg__img{
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid var(--base-color);
    border-left: none;
}
.support-bg .fixed-bg__img{
    background-image: url(img/frontpage/support-bg.webp);
}
.support-bg::before{
    background-color: var(--theme-color);
}
.support-bg::after{
    background-color: var(--base-color);
}
.top-support{
    background-color: var(--base-color);
    color: #fff;
}
.top-support__flex-item{
    width: 100%;
    max-width: 260px;
}
.top-support__flex-item__lead{
    font-size: 40px;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}
.top-support__flex-item__en{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-family: var(--figtree);
}
.top-support__flex-item__text{
    font-size: var(--font-md-text);
}
.top-support__flex-box{
    width: calc(100% - 260px);
    padding-left: 70px;
}
.top-support__flex-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
}
.top-support__flex-box__link{
    border: 1px solid #fff;
}
.top-support__flex-box__link a{
    display: block;
    padding: 15px 10px 10px 20px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .top-support__flex-box__link a:hover{
        opacity: 1;
        background-color: #fff;
        color: var(--base-color);
    }
    .top-support__flex-box__link a:hover .top-support__flex-box__link-img img{
        transform: scale(1.1);
    }
}
.top-support__flex-box__link-text{
    font-size: var(--font-md-text);
    font-weight: bold;
    margin-bottom: 10px;
}
.top-support__flex-box__link-text span{
    font-family: var(--figtree);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
}
.top-support__flex-box__link-img{
    width: 60.6%;
    height: 120px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid var(--base-color);
}
.top-support__flex-box__link-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.top-modelhouse__flex{
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--base-color);
}
.top-modelhouse__flex-text{
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--theme-color);
    font-family: var(--figtree);
    z-index: 1;
    line-height: 1;
    width: 100%;
    margin-top: 70px;
}
.top-modelhouse__flex-ttl__text{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-bottom: 30px;
}
.top-modelhouse__flex-ttl__en{
    font-family: var(--figtree);
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.top-modelhouse__flex-box{
    width: 100%;
    max-width: 880px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.top-modelhouse__flex-box__elm{
    background-color: #fff;
    border: 1px solid var(--gray);
    padding: 20px;
}
.top-modelhouse__flex-box__img{
    margin-bottom: 20px;
}
.top-modelhouse__flex-box__item-name{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 15px;
}
.top-modelhouse__flex-box__item-info dl{
    display: flex;
    align-items: center;
}
.top-modelhouse__flex-box__item-info dl dt{
    white-space: nowrap;
}
.top-modelhouse__flex-box__item-info dl dt img{
    display: block;
}
.top-modelhouse__flex-box__item-info dl dd{
    font-size: 12px;
    font-weight: 500;
    color: #867D7A;
    padding-left: 6px;
}
.top-modelhouse__flex-box__item-holiday{
    font-size: 12px;
    font-weight: 500;
    color: #867D7A;
}
.top-modelhouse__flex-box__item-btn{
    margin-top: 30px;
}
.top-modelhouse__content{
    padding-top: 80px;
}
.top-modelhouse__content-flex__side{
    width: 100%;
    max-width: calc(-1 * var(--minus-margin));
}
.top-modelhouse__content-flex__side-ttl{
    font-size: 24px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.top-modelhouse__content-flex__side ul li:not(:last-child){
    margin-bottom: 4px;
}
.top-modelhouse__content-flex__side ul li a{
    line-height: 1.16;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--gray);
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (min-width: 992px) {
    .top-modelhouse__content-flex__side ul li a:hover{
        opacity: 1;
        background-color: var(--gray);
        color: #fff;
    }
}
.top-modelhouse__content-flex__side ul li ul{
    margin-top: 4px;
}
.top-modelhouse__content-flex__side ul li ul li{
    padding-left: 0.5em;
}
.top-modelhouse__content-flex__side > ul > li:not(:last-child){
    margin-bottom: 15px;
}
.top-modelhouse__content-flex__side > ul > li > a{
    display: block;
}
.top-modelhouse__content-flex__main{
    width: 100%;
    padding-left: 30px;
    max-width: calc(100% - (-1 * var(--minus-margin)));
}
.top-modelhouse__content-flex__main-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 13px;
}
.blog-bg .fixed-bg__img{
    background-image: url(img/frontpage/blog-bg.webp);
}
.blog-bg::before{
    background-color: var(--light-gray);
}
.blog-bg::after{
    display: none;
}
.top-blog__slider-wrap{
    padding-left: var(--space);
}
.top-blog__slider-item{
    margin-right: 20px;
    width: 320px;
    border: 1px solid var(--gray);
    background-color: var(--light-gray);
}
.top-blog__slider-item a{
    padding: 10px;
}
.top-blog .top-slider-nav{
    justify-content: flex-start;
    margin-top: 40px;
}
.top-news{
    border-top: 1px solid var(--base-color);
}
.top-news__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.top-news__list .news-card{
    border: 1px solid var(--gray);
}
.top-news__list .news-card a{
    padding: 10px;
    align-items: flex-start;
}
.top-news__list .news-card__thumb{
    width: 32.5%;
}
.top-news__list .news-card__content{
    width: 67.5%;
}
.top-concept__flex{
    justify-content: space-between;
}
.top-concept__flex-box{
    width: 100%;
    max-width: 580px;
}
.top-concept__flex-img{
    width: 100%;
    max-width: calc(100% - 580px);
    padding-left: 60px;
    height: 605px;
}
.top-concept__flex-img img{
    width: calc(100% + var(--space));
    max-width: calc(100% + var(--space));
    height: 100%;
    object-fit: cover;
}
.top-concept__flex-box__text{
    margin-top: 75px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.top-concept__lead{
    margin-bottom: 70px;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.top-lineup__flex{
    justify-content: space-between;
    color: #fff;
    margin-bottom: 40px;
}
.top-lineup__flex .title{
    margin-bottom: 0;
}
.top-lineup__box{
    padding: 30px;
    text-align: left;
}
.top-lineup__box-lead{
    font-size: var(--font-md-text);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}
.top-lineup__box-tag span{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    border: 1px solid var(--base-color);
}
.top-lineup__box-tag{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.top-lineup__box-price{
    color: var(--theme-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.top-lineup__box-price span{
    font-size: 40px;
    letter-spacing: 0;
    display: inline-block;
    font-family: var(--figtree);
}
.top-lineup__box-price small{
    font-size: 12px;
    display: inline-block;
}
.top-lineup__box-brand{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--figtree);
}
.top-lineup__box-text{
    font-size: 12px;
    font-weight: 500;
}


/* MODELHOUSE CARD */
.modelhouse-card{
    border: 1px solid var(--gray);
}
.modelhouse-card a{
    display: block;
    background-color: #fff;
    padding: 10px;
}
@media screen and (min-width: 992px) {
    .modelhouse-card a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .modelhouse-card a:hover .modelhouse-card__thumb-inner img{
        transform: scale(1.1);
    }
}
.modelhouse-card__thumb{
    position: relative;
}
.modelhouse-card__thumb-brand{
    position: absolute;
    line-height: 1.16;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--gray);
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #fff;
}
.modelhouse-card__thumb-inner{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.modelhouse-card__thumb-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.modelhouse-card__content{
    padding: 20px 10px 0;
}
.modelhouse-card__content-title{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 6px;
}
.modelhouse-card__content-area{
    font-size: 12px;
    color: var(--gray);
    padding-left: 20px;
}
.modelhouse-card__content-area::before{
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-left: -20px;
    background: url(img/common/icon-pin.svg) no-repeat center center / contain;
    display: inline-block;
    position: relative;
    top: 2px;
}
.modelhouse-card__content-more{
    text-align: right;
    margin-top: 30px;
}
.modelhouse-card__content-more span{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}



/* PAGE */
.page-first-sec{
    padding-top: 160px;
    margin-bottom: 80px;
}
.page-first-sec__title-en{
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
    line-height: 1.4;
    font-weight: 600;
}
.page-first-sec__title-text{
    font-size: 20px;
}
.top-concept__img{
    margin: 40px 0 80px;
    text-align: center;
}
.top-concept .concept-sec01__grid-box{
    padding-left: 0;
}
.top-concept .concept-sec01__grid-box__text{
    font-size: var(--font-md-text);
}



/* ASIDE */
#aside{
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 99;
}
#aside ul li:not(:last-child){
    margin-bottom: 10px;
}
#aside ul li a{
    background-color: var(--base-color);
    border: 1px solid var(--base-color);
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 180px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 14px 7px 0 12px;
    position: relative;
}
#aside ul li a small{
    display: block;
    font-size: 10px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
}
#aside ul li a span{
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    width: 24px;
    height: 24px;
}


/* BREADCRUMBS */
.breadcrumbs{
    position: absolute;
    z-index: 99;
    top: 95px;
    left: calc(var(--header-width) + 20px);
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs.wh{
    color: #fff;
}
.breadcrumbs a,
.breadcrumbs span{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}
.breadcrumbs > span::after{
    content: "-";
    margin: 0 6px;
}
.breadcrumbs > span:last-child::after{
    display: none;
}
.breadcrumbs a{
    text-decoration: underline;
}



/* ARCHIVE */
.archive-sec__flex{
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.archive-sec__flex-side{
    width: 100%;
    max-width: 200px;
    position: relative;
    z-index: 0;
}
.archive-sec__flex-side::before{
    content: "";
    top: 0;
    right: 1px;
    width: calc(var(--space) + 1px);
    height: 100%;
    background-color: var(--light-gray);
    position: absolute;
    transform: translateX(100%);
    z-index: -1;
}
.archive-sec__flex-side__inner{
    background-color: var(--light-gray);
    padding: 30% 0 30% 20%;
}
.archive-sec__flex-side__box:not(:last-child){
    margin-bottom: 40px;
}
.archive-sec__flex-side__box-label{
    font-size: 24px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
}
.archive-sec__flex-side__box ul li{
    margin-bottom: 4px;
}
.archive-sec__flex-side__box ul li a{
    line-height: 1.16;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--gray);
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}
.archive-sec__flex-side__box ul li.current > a{
    background-color: var(--gray);
    color: #fff;
    pointer-events: none;
}
@media screen and (min-width: 992px) {
    .archive-sec__flex-side__box ul li a:hover{
        opacity: 1;
        background-color: var(--gray);
        color: #fff;
    }
}
.archive-sec__flex-main{
    width: 100%;
    max-width: calc(100% - 160px - 200px);
}
.archive-sec__flex-side__box ul li ul{
    margin-top: 4px;
    padding-left: 0.5em;
}
.post-type-archive-modelhouse .archive-sec__flex-side__box > ul > li > a,
.post-type-archive-land .archive-sec__flex-side__box > ul > li > a{
    display: block;
}
.post-type-archive-modelhouse .archive-sec__flex-side__box > ul > li:not(:last-child),
.post-type-archive-land .archive-sec__flex-side__box > ul > li:not(:last-child){
    margin-bottom: 15px;
}


/* SINGLE */
.single-sec__header{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--base-color);
    margin-bottom: 50px;
}
.single-sec__header-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.single-sec__header-meta__category{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 4px;
}
.single-sec__header-meta__category-text,
.news-card__content-category span{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid var(--gray);
    line-height: 1.3;
}
.single-sec__header-meta__category-text.opening{
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    color: #4AFFF1;
}
.single-sec__header-meta__date{
    font-size: 12px;
    color: var(--gray);
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--gray);
}
.single-sec__header-meta__date span{
    display: inline-block;
}
.single-sec__header-meta__date .year{
    margin-right: 10px;
}
.single-sec__header-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
.single-sec__body > *{
    margin: 50px 0;
    font-weight: normal;
}
.single-sec__body > *:last-child{
    margin-bottom: 0;
}
.single-sec__nav{
    height: 160px;
    position: relative;
    margin-top: 100px;
}
.single-sec__nav-index{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.single-sec__nav-index a{
    display: block;
}
@media screen and (min-width: 992px) {
    .single-sec__nav-index a:hover,
    .quality-nav__flex-ttl a:hover{
        opacity: 1;
    }
    .single-sec__nav-index a:hover .single-sec__nav-index__box,
    .quality-nav__flex-ttl a:hover .single-sec__nav-index__box{
        transform: rotate(360deg);
    }
}
.single-sec__nav-index__box{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    transition: .6s cubic-bezier(0.68,-0.55,0.27,1.55);
}
.single-sec__nav-index__box span{
    position: absolute;
    width: 4px;
    height: 4px;
    transition: var(--transition);
    background-color: var(--base-color);
    border-radius: 50%;
}
.single-sec__nav-index__box span:nth-of-type(1){
    top: 0;
    left: 0;
}
.single-sec__nav-index__box span:nth-of-type(2){
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.single-sec__nav-index__box span:nth-of-type(3){
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}
.single-sec__nav-index__box span:nth-of-type(4){
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.single-sec__nav-index__box span:nth-of-type(5){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-sec__nav-index__box span:nth-of-type(6){
    top: 50%;
    left: 100%;
    transform: translate(-100%,-50%);
}
.single-sec__nav-index__box span:nth-of-type(7){
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
.single-sec__nav-index__box span:nth-of-type(8){
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.single-sec__nav-index__box span:nth-of-type(9){
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
}
.single-sec__nav-index__text{
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.single-sec__nav-article{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background-color: #fff;
    border: 1px solid var(--gray);
}
.single-sec__nav-article.prev{
    left: 0;
}
.single-sec__nav-article.next{
    right: 0;
}
.single-sec__nav-article a{
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .single-sec__nav-article a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .single-sec__nav-article a:hover .single-sec__nav-article__thumb-inner img{
        transform: scale(1.1);
    }
}
.single-sec__nav-article__thumb{
    height: 100%;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.single-sec__nav-article__thumb-inner{
    height: 100%;
    overflow: hidden;
}
.single-sec__nav-article__thumb-inner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .6s;
}
.single-sec__nav-article__cont{
    padding-left: 20px;
}
.single-sec__nav-article__cont-category{
    margin-bottom: 15px;
}
.single-sec__nav-article__cont-category span{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid var(--gray);
    line-height: 1.1;
}
.single-sec__nav-article__cont-title{
    font-weight: bold;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.single-sec__nav-article__cont-date{
    font-size: 12px;
    color: var(--gray);
}



/* EVENT ARCHIVE */
.event-archive-sec__list,
.blog-archive-sec__list,
.news-archive-sec__list,
.works-archive-sec__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}


/* EVENT CARD */
.event-card{
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray);
}
.event-card a{
    display: block;
}
@media screen and (min-width: 992px) {
    .event-card a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .event-card a:hover .event-card__thumb-inner img{
        transform: scale(1.1);
    }
}
.event-card__thumb{
    margin-bottom: 40px;
}
.event-card__thumb-inner{
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.event-card__thumb-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.event-card__content{
    padding: 0 15px;
}
.event-card__content-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.event-card__content-meta__category{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 4px;
}
.event-card__content-meta__category-text{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid var(--gray);
    line-height: 1.3;
}
.event-card__content-meta__category-text.opening{
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    color: #4AFFF1;
}
.event-card__content-meta__date{
    line-height: 1;
}
.event-card__content-meta__date span{
    display: inline-block;
}
.event-card__content-meta__date .year{
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.event-card__content-meta__date .day{
    font-size: 26px;
    font-weight: bold;
}
.event-card__content-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.event-card__content-area{
    font-size: 12px;
    color: var(--gray);
}


/* BLOG CARD */
.blog-card{
    border-bottom: 1px solid var(--gray);
}
.blog-card a{
    display: block;
}
@media screen and (min-width: 992px) {
    .blog-card a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .blog-card a:hover .blog-card__thumb-inner img{
        transform: scale(1.1);
    }
}
.blog-card__thumb-inner{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.blog-card__thumb-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.blog-card__content{
    padding: 30px 15px 20px;
}
.blog-card__content-title{
    font-weight: bold;
    line-height: 1.6;
}
.blog-card__content-date{
    color: var(--gray);
    font-size: 12px;
}
.blog-card__content-more{
    text-align: right;
    margin-top: 20px;
}
.blog-card__content-more span{
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--figtree);
}


/* SINGLE BLOG */
.blog-single-sec .single-sec__header-meta__date{
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}


/* NEWS CARD */
.news-card__content-category span{
    display: inline-block;
}
.news-card__content-category{
    margin-bottom: 20px;
}
.news-card{
    border-bottom: 1px solid var(--gray);
}
.news-card a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
    .news-card a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .news-card a:hover .news-card__thumb-inner img{
        transform: scale(1.1);
    }
}
.news-card__thumb{
    width: 43%;
}
.news-card__thumb-inner{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.news-card__thumb-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.news-card__content{
    width: 57%;
    padding-left: 20px;
}

.news-card__content-title{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-card__content-date{
    color: var(--gray);
    font-size: 12px;
}


/* WORKS CARD */
.works-card a{
    display: block;
}
@media screen and (min-width: 992px) {
    .works-card a:hover{
        opacity: 1;
        color: var(--gray);
    }
    .works-card a:hover .works-card__thumb-inner img{
        transform: scale(1.1);
    }
}
.works-card{
    box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
}
.works-card__thumb-inner{
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.works-card__thumb-inner::before{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(23, 20, 18, 0) 0%, var(--base-color) 100%);
}
.works-card__thumb-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.works-card__content{
    padding: 20px 40px 15px;
}
.works-card__content-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
}
.works-card__content-meta__category{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid var(--base-color);
    padding: 0 6px;
}
.works-card__content-title{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.works-card__content-client,
.works-single-meta-sec__flex-client{
    font-size: 14px;
}


/* WORKS SINGLE */
.works-single-slider__item{
    width: var(--wrap-sm);
}
.works-single-meta-sec__flex{
    align-items: center;
    gap: 10px 20px;
    margin-bottom: 40px;
}
.works-single-meta-sec__flex .works-card__content-meta{
    margin: 0;
}
.works-single-slider__thumb{
    margin-top: 40px;
}
.works-single-slider__thumb-slider__item{
    position: relative;
}
.works-single-slider__thumb-slider__item.slick-current::before{
    opacity: 0;
}
.works-single-slider__thumb-slider__item::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    transition: var(--transition);
    pointer-events: none;
}
.works-single-slider__thumb-slider__item-inner{
    position: relative;
    padding-top: 57%;
    overflow: hidden;
    cursor: pointer;
}
.works-single-slider__thumb-slider__item-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-single-slider__thumb-slider__item{
    margin: 0 5px;
}
.works-single-slider-wrap{
    margin-bottom: 100px;
}
.works-single-slider__item img{
    margin: 0 auto;
    display: block;
}
.works-single-sec__outline{
    margin-top: 60px;
    padding: 60px 0;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
}
.works-single-sec__outline-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 35px;
}
.works-single-sec__outline-ttl span{
    display: block;
    font-family: var(--figtree);
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.works-single-sec__outline-data dl{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}
.works-single-sec__outline-data dl dt{
    color: var(--gray);
}
.works-single-sec__outline-data dl:last-child{
    margin-bottom: 0;
}



/* PAGE */
.page-mv{
    height: 36.4vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.page-mv::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 20 18 / .4);
    z-index: 1;
    backdrop-filter: blur(20px);
    transition: 1.4s;
}
.page-mv.scrollin::before{
    backdrop-filter: blur(0);
}
.page-mv__title{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: var(--space);
    color: #fff;
    z-index: 2;
}
.page-mv__title-en{
    font-family: var(--figtree);
    font-size: 44px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.page-mv__title-text{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.title{
    margin-bottom: 40px;
}
.title-en{
    font-family: var(--figtree);
    line-height: 1.4;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.title-text{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0;
}
.bg-gray{
    background-color: var(--light-gray);
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
}
.anchor-nav{
    background-color: var(--light-gray);
    padding: 40px 0;
}
.anchor-nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.anchor-nav ul li a{
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 14px;
}
.anchor-nav ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    background: url(img/common/anchor-arrow.svg) no-repeat center center / contain;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.anchor-nav__box{
    padding-right: 20px;
    position: relative;
    margin-bottom: 40px;
}
.anchor-nav__box::before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 45px;
    height: calc(100% - 40px);
    background: url(img/common/ring.webp) repeat-y center center / contain;
}
.anchor-nav__box-inner{
    background-color: #fff;
    border: 1px solid var(--gray);
    padding: 40px 80px 40px 50px;
}
.anchor-nav__box-flex__item{
    width: 100%;
    max-width: 500px;
}
.anchor-nav__box-flex__item-ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.anchor-nav__box-flex__item-ttl + .anchor-nav__box-flex__item-label{
    font-size: 18px;
    padding: 18px 0;
}
.anchor-nav__box-flex__item-label{
    font-size: 34px;
    line-height: 1.4;
    color: var(--gray);
    padding: 25px 0;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.anchor-nav__box-flex__item-text{
    font-weight: normal;
}
.anchor-nav__box-flex__img{
    width: 100%;
    max-width: calc(100% - 500px);
    padding-left: 60px;
}
.subtitle{
    margin-bottom: 40px;
}
.subtitle-text{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.subtitle-en{
    color: var(--gray);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 8px;
}




/* CONCEPT */
.concept-sec01__grid{
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(2,1fr);
}
.concept-sec01__grid-ttl__text{
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4;
}
.concept-sec01__grid-ttl__sub{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
}
.concept-sec01__grid-ttl__en{
    font-size: 20px;
    font-weight: bold;
    font-family: var(--figtree);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.concept-sec01__grid-box{
    padding-left: 60px;
    border-left: 1px solid var(--base-color);
}
.concept-sec01__grid-box__text{
    font-size: 14px;
}
.concept-sec01__grid-box__img{
    text-align: center;
}
.concept-sec02{
    padding-right: 60px;
    position: relative;
    z-index: 0;
}
.concept-sec02::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-color: var(--base-color);
}
.concept-sec02__bg{
    height: 36.45vw;
    background: url(img/concept/fix-bg.webp) no-repeat center center / cover;
    background-attachment: fixed;
}
.concept-sec03{
    background-color: var(--base-color);
    color: #fff;
}
.concept-sec03__ttl{
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 50px;
}
.concept-sec03__ttl span{
    line-height: 1;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.concept-sec03__cont-box{
    padding: 40px 0;
    margin-bottom: 20px;
    border: 1px solid #fff;
    overflow: hidden;
}
.concept-sec03__cont-box:last-child{
    margin-bottom: 0;
}
.concept-sec03__cont-box__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    padding: 0 40px;
}
.concept-sec03__cont-box__grid-box__num{
    font-size: 12px;
    font-family: var(--figtree);
    letter-spacing: 0;
    text-transform: uppercase;
}
.concept-sec03__cont-box__grid-box__lead{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}
.concept-sec03__cont-box__grid-box__text{
    letter-spacing: 0;
}
.concept-sec03__cont-box__text{
    font-size: 60px;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 0.2;
    line-height: 1;
    margin-top: 20px;
}
.concept-sec03__cont-box__text .slick-track{
    padding-bottom: 5px;
}
.concept-sec03__cont-box__text-item{
    margin-right: 1em;
    font-weight: 500;
}
.concept-sec04{
    background: url(img/concept/voice-bg.webp) no-repeat center center / cover;
    background-attachment: fixed;
}
.concept-sec04 .wrap{
    max-width: 650px;
}
.concept-sec04__cont{
    background-color: #fff;
    max-height: 900px;
    overflow-y: scroll;
    border-radius: 10px;
    border: 1px solid var(--base-color);
    padding: 40px;
}
.concept-sec04__cont-box:not(:last-child){
    margin-bottom: 40px;
}
.concept-sec04__cont-box{
    display: flex;
    flex-wrap: wrap;
}
.concept-sec04__cont-box__icon{
    width: 80px;
}
.concept-sec04__cont-box__item{
    width: 100%;
    max-width: calc(100% - 80px);
}
.concept-sec04__cont-box:nth-of-type(odd) .concept-sec04__cont-box__item{
    padding-left: 40px;
}
.concept-sec04__cont-box:nth-of-type(even) .concept-sec04__cont-box__item{
    padding-right: 40px;
}
.concept-sec04__cont-box:nth-of-type(even){
    flex-direction: row-reverse;
}
.concept-sec04__cont-box__item-owner{
    font-size: var(--font-md-text);
    font-weight: bold;
}
.concept-sec04__cont-box__item-meta{
    font-size: 12px;
}
.concept-sec04__cont-box__item-inner{
    background-color: var(--light-gray);
    padding: 30px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
}
.concept-sec04__cont-box__item-inner::before{
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    top: 40px;
    background-color: var(--light-gray);
    position: absolute;
}
.concept-sec04__cont-box:nth-of-type(odd) .concept-sec04__cont-box__item-inner::before{
    left: 1px;
    transform: translateX(-100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.concept-sec04__cont-box:nth-of-type(even) .concept-sec04__cont-box__item-inner::before{
    right: 1px;
    transform: translateX(100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.concept-sec04__cont-box:nth-of-type(even) .concept-sec04__cont-box__item-owner,
.concept-sec04__cont-box:nth-of-type(even) .concept-sec04__cont-box__item-meta{
    text-align: right;
}
.concept-sec04__cont-box__item-lead{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}
.concept-sec04__cont-box__item-text{
    font-weight: normal;
}
.concept-sec05__ttl{
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.concept-sec05__ttl span{
    display: block;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
}
.concept-sec05__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 20px;
}
.concept-sec05__grid-item__img{
    text-align: center;
}
.concept-sec05__grid-item__text{
    font-size: var(--font-md-text);
    margin-top: 15px;
}
.concept-sec06{
    background-color: var(--theme-color);
    position: relative;
    z-index: 0;
    margin-bottom: -200px;
}
.concept-sec06__slider-item{
    width: 360px;
    margin: 0 8px;
}
.concept-sec06__slider-wrap:not(:last-child){
    margin-bottom: 16px;
}
.concept-sec06__en{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.concept-sec05 .contact-cta{
    margin: 0;
}


/* LINEUP */
.lineup-mv{
    background-image: url(img/lineup/mv.webp);
}
.lineup-sec01__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.lineup-sec01__grid-item{
    border: 1px solid var(--base-color);
    background-color: #fff;
}
.lineup-sec01__grid-item a{
    display: block;
    text-align: center;
    position: relative;
    height: 100%;
}
.lineup-sec01__grid-item__img-inner{
    padding-top: 121.7%;
    position: relative;
    overflow: hidden;
}
.lineup-sec01__grid-item__img-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.lineup-sec01__grid-item__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 30px;
}
.lineup-sec01__grid-item__title span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--figtree);
}
.lineup-sec01__grid-item__text{
    font-size: 14px;
    font-weight: bold;
    color: var(--gray);
    padding-bottom: 50px;
    transition: var(--transition);
}
.lineup-sec01__grid-item__more,
.lineup-sec03__grid-item__arrow,
.top-support__flex-box__link-arrow{
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--base-color);
    border-radius: 50%;
}
.lineup-sec01__grid-item__more::before,
.lineup-sec01__grid-item__more::after,
.lineup-sec03__grid-item__arrow::before,
.lineup-sec03__grid-item__arrow::after,
.top-support__flex-box__link-arrow::before,
.top-support__flex-box__link-arrow::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    transform: translate(-50%,-50%);
    transition: .2s;
}
.lineup-sec01__grid-item__more::before,
.lineup-sec03__grid-item__arrow::before,
.top-support__flex-box__link-arrow::before{
    background-color: #fff;
}
.lineup-sec01__grid-item__more::after,
.lineup-sec03__grid-item__arrow::after,
.top-support__flex-box__link-arrow::after{
    background-color: var(--base-color);
    transform: translate(-50%,-50%) scale(0);
}
@media screen and (min-width: 992px) {
    .lineup-sec01__grid-item a:hover{
        opacity: 1;
        background-color: var(--base-color);
        color: #fff;
    }
    .lineup-sec01__grid-item a:hover .lineup-sec01__grid-item__img-inner img{
        transform: scale(1.1);
    }
    .lineup-sec01__grid-item a:hover .lineup-sec01__grid-item__text{
        color: #fff;
    }
    .lineup-sec01__grid-item a:hover .lineup-sec01__grid-item__more{
        opacity: 1;
        color: var(--base-color);
    }
    .lineup-sec01__grid-item a:hover .lineup-sec01__grid-item__more::before,
    .lineup-sec03__grid-item a:hover .lineup-sec03__grid-item__arrow::before,
    .top-support__flex-box__link a:hover .top-support__flex-box__link-arrow::before{
        width: 100%;
        height: 100%;
    }
    .lineup-sec01__grid-item a:hover .lineup-sec01__grid-item__more::after,
    .lineup-sec03__grid-item a:hover .lineup-sec03__grid-item__arrow::after,
    .top-support__flex-box__link a:hover .top-support__flex-box__link-arrow::after{
        transform: translate(-50%,-50%) scale(1);
    }
}
.lineup-sec02{
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
}
.lineup-sec02__flex-content__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 20px;
}
.lineup-sec02__flex-side{
    width: 100%;
    max-width: 180px;
}
.lineup-sec02__flex-content{
    width: 100%;
    max-width: var(--wrap-sm);
}
.lineup-sec02__flex-content__list-box__img-inner{
    padding-top: 61.3%;
}
.lineup-sec02__flex-content__list-box__title{
    padding-top: 25px;
    font-size: 28px;
    font-weight: bold;
    font-family: var(--figtree);
    margin-bottom: 5px;
}
.lineup-sec02__flex-side__sticky{
    position: sticky;
    top: 130px;
}
.lineup-sec03__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.lineup-sec03__grid-item a{
    display: block;
    position: relative;
    background-color: var(--base-color);
}
@media screen and (min-width: 992px) {
    .lineup-sec03__grid-item a:hover{
        opacity: 1;
    }
    .lineup-sec03__grid-item a:hover .lineup-sec03__grid-item__img img{
        transform: scale(1.1);
    }
    .lineup-sec03__grid-item a:hover .lineup-sec03__grid-item__filter{
        backdrop-filter: blur(5px);
        background-color: rgb(23 20 18 / .5);
    }
}
.lineup-sec03__grid-item__img{
    position: relative;
    height: 240px;
    overflow: hidden;
    margin-left: auto;
    width: 45%;
}
.lineup-sec03__grid-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}
.lineup-sec03__grid-item__filter{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(23 20 18 / .2);
    width: 100%;
    height: 100%;
    transition: .6s;
}
.lineup-sec03__grid-item__title{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.lineup-sec03__grid-item__title span{
    display: block;
    font-size: 30px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 600;
}
.lineup-sec03__grid-item__arrow{
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: 3;
    transition: .6s;
    bottom: auto;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.lineup-sec03__grid-item__arrow::before,
.top-support__flex-box__link-arrow::before{
    background-color: var(--base-color);
}
.lineup-sec03__grid-item__arrow::after,
.top-support__flex-box__link-arrow::after{
    background-color: #fff;
}
@media screen and (min-width: 992px) {
    .lineup-sec03__grid-item a:hover .lineup-sec03__grid-item__arrow,
    .top-support__flex-box__link a:hover .top-support__flex-box__link-arrow{
        background-color: transparent;
    }
}
.top-support__flex-box__link-arrow{
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: 3;
    transition: .6s;
    bottom: 20px;
    left: 20px;
    right: auto;
}


/* CONTACT */
.contact-sec01__text{
    margin-bottom: 40px;
}
.contact-sec01__subtitle{
    text-align: center;
}
.contact-sec01__subtitle + .contact-sec01__text{
    text-align: center;
}
.form-wrap{
    padding: 40px;
    border: 1px solid var(--gray);
}
.form dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--light-gray);
}
.form dl:first-child{
    padding-top: 0;
}
.form dl dt{
    width: 100%;
    max-width: 280px;
}
.form dl dt small{
    font-size: 12px;
}
.form dl dt span{
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
    padding: 4px 8px;
    position: relative;
    top: -1px;
    display: inline-block;
}
.form dl dt span.must{
    background-color: var(--gray);
}
.form dl dd{
    width: 100%;
    max-width: calc(100% - 280px);
}
.form dl dd input[type="text"],
.form dl dd input[type="tel"],
.form dl dd input[type="email"],
.form dl dd input[type="number"],
.form dl dd textarea{
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid var(--gray);
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    font-weight: 500;
}
.form dl dd input[type="text"],
.form dl dd input[type="tel"],
.form dl dd input[type="email"],
.form dl dd input[type="number"]{
    height: 40px;
    padding: 0 10px;
}
.form dl dd textarea{
    padding: 10px;
    height: 140px;
    resize: none;
}
.form dl dd input[name="zipcode"]{
    max-width: 400px;
}
.form dl dd .zipcode-unit{
    margin-right: 10px;
}
.form-item:not(:last-child){
    margin-bottom: 10px;
}
.form dl.block{
    display: block;
}
.form dl.block dt,
.form dl.block dd{
    max-width: 100%;
}
.form dl.block dt{
    margin-bottom: 20px;
}
.form-submit{
    margin-top: 40px;
    text-align: center;
}
.form-submit__btn{
    display: inline-block;
    position: relative;
}
.form-submit__btn input[type="submit"]{
    display: block;
    max-width: 100%;
    width: 260px;
    border-radius: 40px;
    border: 1px solid var(--base-color);
    height: 50px;
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    transition: var(--transition);
}
.form-submit__btn input[type="submit"]:disabled{
    pointer-events: none;
    background-color: var(--gray);
    opacity: 0.2;
}
.form-submit__btn span{
    width: 34px;
    height: 34px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 8px;
    background-color: var(--base-color);
    border-radius: 50%;
    pointer-events: none;
}
.form-submit__btn span::before,
.form-submit__btn span::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    transform: translate(-50%,-50%);
    transition: .2s;
}
.form-submit__btn span::before{
    background-color: #fff;
}
.form-submit__btn span::after{
    background-color: var(--base-color);
    transform: translate(-50%,-50%) scale(0);
}
@media screen and (min-width: 992px) {
    .form-submit__btn input[type="submit"]:hover{
        opacity: 1;
        background-color: var(--base-color);
        color: #fff;
    }
    .form-submit__btn:hover span::before{
        width: 100%;
        height: 100%;
    }
    .form-submit__btn:hover span::after{
        transform: translate(-50%,-50%) scale(1);
    }
}
.contact-sec02{
    margin-top: var(--padding);
}
.contact-sec02__ttl{
    margin-bottom: 100px;
}
.contact-sec02__text{
    margin-bottom: 40px;
}
.contact-sec02__cont-box{
    margin-bottom: 40px;
}
.contact-sec02__cont-box__label{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.form-wrap__dl-reserve__item:not(:last-child){
    margin-bottom: 20px;
}
.form-wrap__dl-address__item-unit{
    display: inline-block;
    margin-right: 15px;
}
.form-wrap__dl-reserve__item-unit{
    display: inline-block;
    margin-right: 10px;
}
.form-wrap__dl-reserve__item-att{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.form dl dd input.md {
    max-width: 350px;
}
.wpcf7-spinner{
    position: absolute;
    transform: translate(-50%,100%);
    bottom: -15px;
    left: 50%;
    margin: 0;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    color: red;
}
.wpcf7-list-item{
    margin: 0;
}
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-acceptance{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
    display: inline-block;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before{
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray);
    position: absolute;
    top: 6px;
    left: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before{
    border-radius: 50%;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--gray);
    position: absolute;
    top: 9px;
    left: 3px;
    transition: .3s;
    opacity: 0;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    opacity: 1;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after{
    content: "";
    width: 20px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 1px;
    background: url(img/common/icon-check.svg) no-repeat center center / contain;
    opacity: 0.15;
    transition: .3s;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a{
    font-weight: bold;
    text-decoration: underline;
    color: var(--gray);
}
.wpcf7-list-item.has-free-text{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.wpcf7-list-item.has-free-text input[type="text"]{
    width: 300px;
    max-width: 100%;
}


/* FLOW */
.flow-mv{
    background-image: url(img/flow/mv.webp);
}
.flow-sec01__flex{
    justify-content: space-between;
}
.flow-sec01__flex .title{
    margin-left: var(--minus-margin);
}
.flow-sec01__flex-box{
    width: 100%;
    max-width: 740px;
}
.flow-sec01__flex-box__label{
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 24px;
}
.flow-sec01__flex-box__text{
    font-weight: normal;
}
.flow-sec01__ttl{
    margin-top: var(--padding);
}
.flow-sec01__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.flow-sec01__grid-item{
    border: 1px solid var(--gray);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}
.flow-sec01__grid-item__icon{
    width: 100%;
    max-width: 60px;
}
.flow-sec01__grid-item__box{
    width: 100%;
    max-width: calc(100% - 60px);
    padding-left: 20px;
}
.flow-sec01__grid-item__box-num{
    font-size: 12px;
    font-weight: bold;
    font-family: var(--figtree);
    margin-bottom: 15px;
}
.flow-sec01__grid-item__box-label{
    font-size: var(--font-md-text);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.flow-sec02__list{
    padding-left: 100px;
    position: relative;
    margin-top: var(--padding);
}
.flow-sec02__list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(0deg, var(--light-gray) 25%, var(--gray) 25%, var(--gray) 50%, var(--light-gray) 50%, var(--light-gray) 75%, var(--gray) 75%, var(--gray) 100%);
    background-size: 5px 5px;
    z-index: 1;
}
.flow-sec02__list-box{
    background-color: #fff;
    padding: 40px;
    border: 1px solid var(--gray);
    margin-bottom: 20px;
    position: relative;
}
.flow-sec02__list-box::before{
    content: "";
    width: 60px;
    height: 1px;
    background-color: var(--base-color);
    position: absolute;
    top: 50px;
    left: -40px;
}
.flow-sec02__list-box::after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--base-color);
    position: absolute;
    top: 48px;
    left: -40px;
}
.flow-sec02__list-box:last-child{
    margin-bottom: 0;
}
.flow-sec02__list-box__flex-item{
    width: 100%;
    max-width: 360px;
}
.flow-sec02__list-box__flex-item__ttl{
    margin-bottom: 30px;
}
.flow-sec02__list-box__flex-item__ttl-num{
    font-size: 12px;
    font-family: var(--figtree);
    font-weight: 500;
}
.flow-sec02__list-box__flex-item__ttl-text{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.flow-sec02__list-box__flex-item__text{
    font-weight: normal;
}
.flow-sec02__list-box__flex-img{
    width: 100%;
    max-width: calc(100% - 360px);
    padding-left: 60px;
}



/* AFTER SUPPORT */
.after-mv{
    background-image: url(img/after/mv.webp);
}
.after-sec01__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: var(--padding);
}
.after-sec01__grid-item__text{
    font-size: 12px;
    margin-top: 10px;
}
.after-sec01__schedule{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
    margin-top: var(--padding);
}
.after-sec01__schedule-flow{
    width: 100%;
    max-width: 860px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.after-sec01__schedule-flow dl{
    border: 1px solid var(--gray);
    padding: 12px 15px 0;
    position: relative;
}
.after-sec01__schedule-flow dl::before{
    content: "";
    width: 15px;
    height: 18px;
    background-color: var(--gray);
    position: absolute;
    transform: translate(100%,-50%);
    top: 50%;
    right: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.after-sec01__schedule-flow dl:last-child::before{
    display: none;
}
.after-sec01__schedule-flow dl dt{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid var(--gray);
    color: var(--gray);
    padding-bottom: 5px;
}
.after-sec01__schedule-flow dl dt span{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
    margin-right: 15px;
}
.after-sec01__schedule-flow dl dd{
    text-align: center;
    font-size: var(--font-md-text);
    font-weight: bold;
    padding: 20px 0;
}
.after-sec02__img{
    margin-top: var(--padding);
}
.after-sec02__app{
    padding-top: var(--padding);
}
.after-sec02__app-grid,
.after-sec03__app-grid{
    grid-template-columns: repeat(3,1fr);
    margin-bottom: var(--padding);
}
.after-sec02__app-grid__item{
    background-color: #fff;
}
.after-sec02__app-note__item:not(:last-child){
    margin-bottom: 40px;
}
.after-sec02__app-note__item-ttl{
    font-size: var(--font-md-text);
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray);
}
.after-sec02__app-note__item-text{
    font-weight: normal;
}
.flow-sec01__grid-item__box-text{
    font-weight: normal;
}
.after-sec02__app-note__item ul li{
    padding-left: 1em;
    font-weight: normal;
}
.after-sec02__app-note__item ul li::before{
    content: "※";
    margin-left: -1em;
}
.after-sec03__app-grid__item .flow-sec01__grid-item__box{
    max-width: 100%;
    padding-left: 0;
}
.after-sec03__flow{
    margin-top: var(--padding);
}
.after-sec04__flex-box__img{
    margin-top: 40px;
}
.after-sec04__img{
    margin-top: var(--padding);
}
.after-sec04__example{
    padding-top: var(--padding);
}
.after-sec04__example-img{
    text-align: center;
}



/* QUALITY & TECHNOLOGY */
.quality-mv{
    background-image: url(img/quality/mv.webp);
}
.quality-anchor{
    border-top: 1px solid var(--base-color);
    margin-top: var(--padding);
}
.quality-anchor__flex{
    justify-content: space-between;
    align-items: flex-end;
}
.quality-anchor__flex-link{
    width: 19.7%;
    border: 1px solid var(--base-color);
    border-bottom: none;
}
.quality-anchor__flex-link a{
    display: block;
    height: 94px;
    padding: 20px 0 20px 40px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (min-width: 992px) {
    .quality-anchor__flex-link a:hover{
        opacity: 1;
        background-color: var(--base-color);
        color: #fff;
    }
}
.quality-anchor__flex-link a span{
    display: block;
    font-size: 22px;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
    font-weight: 500;
}
.quality-anchor__flex-title{
    width: 39.4%;
    line-height: 1.3;
    padding: 36px 0 36px 40px;
}
.quality-anchor__flex-title__en{
    font-family: var(--figtree);
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.quality-anchor__flex-title__text{
    font-size: var(--font-md-text);
    font-weight: bold;
}
.quality-header__flex-img{
    width: 100%;
    max-width: calc(100% - 460px);
    height: 500px;
    padding-right: 100px;
}
.quality-header__flex-img img{
    width: calc(100% + var(--space-sm));
    max-width: calc(100% + var(--space-sm));
    margin-left: calc(var(--space-sm) * -1);
    height: 100%;
    object-fit: cover;
}
.quality-header__flex-box{
    width: 100%;
    max-width: 460px;
    padding-top: 60px;
}
.quality-header__flex-box__num{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
}
.quality-header__flex-box__ttl{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 30px;
}
.quality-header__flex-box__lead{
    font-size: var(--font-md-text);
    font-weight: bold;
    margin-bottom: 10px;
}
.quality-header__flex-box__text,
.quality-body__column-box__text{
    font-weight: normal;
}
.quality-header + .quality-body{
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    position: relative;
    border-top: 1px solid var(--base-color);
    padding-top: 60px;
}
.quality-header + .quality-body::before,
.quality-header + .quality-body::after{
    content: "";
    position: absolute;
    top: -1px;
    height: calc(100% + 1px);
    background-color: #fff;
    border-top: 1px solid var(--base-color);
    z-index: -1;
}
.quality-header + .quality-body::before{
    left: 1px;
    width: calc((-1 * var(--minus-margin)) + 1px);
    transform: translateX(-100%);
}
.quality-header + .quality-body::after{
    right: 1px;
    width: var(--space-sm);
    transform: translateX(100%);
}
.bg-gray .quality-header + .quality-body,
.bg-gray .quality-header + .quality-body::before,
.bg-gray .quality-header + .quality-body::after{
    background-color: var(--light-gray);
}
.quality-body__column{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.quality-body > div:not(:last-child){
    margin-bottom: 60px;
}
.quality-body__column-box{
    padding-right: 60px;
}
.quality-body__column-box__point{
    margin-bottom: 40px;
}
.quality-body__column-box__point-num{
    font-size: 12px;
    font-family: var(--figtree);
    font-weight: 500;
}
.quality-body__column-box__point-ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.quality-body__column-box__text small{
    display: block;
    font-size: 12px;
    margin-top: 15px;
}
.quality-body__column-box__text small + small{
    margin-top: 0;
}
.quality-body__column-img__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.quality-body__column-img__grid-item__text{
    text-align: center;
    margin-top: 10px;
}
.quality-nav{
    padding-top: var(--padding);
}
.quality-nav__flex{
    justify-content: space-between;
    align-items: center;
}
.quality-nav__flex-ttl a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.quality-nav__flex-ttl__text{
    font-size: 11px;
    font-weight: 500;
    font-family: var(--figtree);
    letter-spacing: 0.1em;
}
.quality-nav__flex-link{
    width: 100%;
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
}
.quality-nav__flex-link__item a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    height: 92px;
    border: 1px solid var(--base-color);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
}
.quality-nav__flex-link__item a span{
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--figtree);
}
@media screen and (min-width: 992px) {
    .quality-nav__flex-link__item a:hover{
        opacity: 1;
        background-color: var(--base-color);
        color: #fff;
    }
}
.quality-body__card-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.quality-body__card-grid__box{
    border: 1px solid var(--gray);
    padding: 40px;
}
.quality-body__card-grid__box-item__ttl{
    font-size: var(--font-md-text);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
}
.quality-body__card-grid__box-item__ttl span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: var(--gray);
}
.quality-body__card-grid__box.has-icon{
    display: flex;
    flex-wrap: wrap;
}
.quality-body__card-grid__box.has-icon .quality-body__card-grid__box-icon{
    width: 100%;
    max-width: 60px;
}
.quality-body__card-grid__box.has-icon .quality-body__card-grid__box-item{
    width: 100%;
    max-width: calc(100% - 60px);
    padding-left: 20px;
}
.quality-body__vertical-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.quality-body__vertical-grid__box-img{
    margin-bottom: 20px;
}
.quality-body__vertical-grid__box-ttl{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
}
.quality-body__vertical-grid__box-text{
    letter-spacing: 0.02em;
    font-weight: normal;
}
.quality-body__vertical-grid__box-text small{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
}
.quality-body__vertical-grid__box ul{
    margin-top: 15px;
}
.quality-body__vertical-grid__box ul li{
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    padding-left: 1em;
}
.quality-body__vertical-grid__box ul li::before{
    content: "※";
    margin-left: -1em;
}
.structure-sec05__cont-grid__box-item__text,
.quality-body__card-grid__box-item__text{
    font-weight: normal;
}



/* QUALITY & TECHNOLOGY - INSULATION */
.insulation-sec03 .quality-body__card-grid{
    grid-template-columns: repeat(3,1fr);
}
.insulation-sec03 .quality-body__card-grid__box-item__ttl span{
    color: var(--base-color);
    font-size: 14px;
}
.insulation-sec04__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}


/* QUALITY & TECHNOLOGY - STRUCTURE */
.structure-sec05__cont-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    position: relative;
}
.structure-sec05__cont-grid__plus{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.structure-sec05__cont-grid__box{
    border: 1px solid var(--gray);
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.structure-sec05__cont-grid__box-item{
    padding-left: 30px;
}
.structure-sec05__cont-grid__box-item__lead{
    font-size: var(--font-md-text);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}
.structure-sec05__cont-grid__box-item__lead span{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    background-color: var(--gray);
    color: #fff;
    padding: 1px 6px;
    margin-bottom: 10px;
}



/* VOICE ARCHIVE */
.voice-list__card a{
    padding: 30px;
    border-bottom: 1px dashed var(--gray);
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .voice-list__card a:hover{
        opacity: 1;
        background-color: var(--light-gray);
    }
}
.voice-list__card-icon{
    width: 60px;
}
.voice-list__card-box{
    width: calc(100% - 60px);
    padding-left: 25px;
}
.voice-list__card:first-child{
    padding-top: 0;
}
.voice-list__card:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.voice-list__card-text{
    margin-top: 10px;
}
#modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    backdrop-filter: blur(20px);
    z-index: 9998;
}
#modal{
    display: none;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9999;
}
.modal-close{
    position: absolute;
    transform: translate(50%,-50%);
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--base-color);
    border-radius: 50%;
    cursor: pointer;
}
.modal-close::before,
.modal-close::after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal-close::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-inner{
    padding: 30px 50px 40px;
    max-height: 80svh;
    overflow-y: scroll;
    overscroll-behavior: none;
}
.modal-title{
    font-weight: bold;
    font-size: 20px;
}
.modal-date{
    font-size: 14px;
    margin-bottom: 10px;
}
.modal-content{
    font-size: 14px;
    margin-top: 15px;
}

.modal-content h2,
.modal-content h3{
    font-size: 16px;
    background-color: var(--base-color);
    color: #fff;
    padding: 4px 10px;
}
.modal-content > *:not(:last-child){
    margin-bottom: 15px;
}



/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 6px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: 1px solid var(--gray) !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: #0A0905;
    background-color: #fff;
    transition: all 0.3s;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: var(--gray);
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: var(--gray);
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    background-color: #fff;
}
.wp-pagenavi a.previouspostslink{
    margin-right: 14px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 14px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 13px;
    height: 14px;
    display: block;
    background: url(img/common/arrow-next.svg) no-repeat center center / contain;
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
}



/* MODELHOUSE ARCHIVE */
.modelhouse-archive-sec__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}



/* MODELHOUSE SINGLE */
.modelhouse-single__copy{
    font-size: 20px;
    margin-bottom: 30px;
}
.modelhouse-single__cat{
    margin-bottom: 10px;
}
.modelhouse-single__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.modelhouse-single__title.mb,
.modelhouse-single__price{
    margin-bottom: 50px;
}
.modelhouse-single__price{
    text-align: right;
    font-size: 42px;
    font-family: var(--figtree);
    font-weight: bold;
    color: var(--gray);
    line-height: 1;
}
.modelhouse-single__price small{
    font-size: 18px;
    margin-left: 5px;
}
.modelhouse-single__price span{
    border: 1px solid var(--gray);
    line-height: 26px;
    height: 28px;
    display: inline-block;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.modelhouse-single__img-slider-wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.modelhouse-single__img-slider__item{
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.modelhouse-single__img-slider__item img{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    object-fit: cover;
}
.modelhouse-single__img-thumb{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 8px;
    margin-top: 8px;
}
.modelhouse-single__img-thumb__item-img{
    cursor: pointer;
    position: relative;
    padding-top: 100%;
}
.modelhouse-single__img-thumb__item-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modelhouse-single__img-thumb__item-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / .65);
    pointer-events: none;
    z-index: 1;
    transition: .3s;
}
.modelhouse-single__img-thumb__item.current .modelhouse-single__img-thumb__item-img{
    pointer-events: none;
}
.modelhouse-single__img-thumb__item.current .modelhouse-single__img-thumb__item-img::before{
    opacity: 0;
}
.works-single__commitment,
.modelhouse-single__img,
.modelhouse-single__point,
.modelhouse-single__info,
.modelhouse-single__recommend,
.modelhouse-single__body{
    margin-bottom: 50px;
}
.modelhouse-single__img.grid{
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 50px;
}
.modelhouse-single__img-plan{
    text-align: center;
}
.modelhouse-single__point{
    counter-reset: count;
}
.modelhouse-single__point li{
    counter-increment: count;
    position: relative;
    padding: 15px 20px 15px 30px;
    border-bottom: 1px dashed var(--gray);
    font-weight: bold;
}
.modelhouse-single__point li:last-child{
    margin-bottom: 0;
}
.modelhouse-single__point li::before{
    content: counter(count);
    position: absolute;
    top: 21px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
    line-height: 1;
    font-family: var(--figtree);
    font-weight: bold;
    font-size: 13px;
    background-color: var(--gray);
    color: #fff;
    border-radius: 50%;
}
.modelhouse-single__recommend{
    padding: 85px 40px 40px 40px;
    position: relative;
    background-color: rgb(255 211 87 / .1);
    border: 1px solid var(--gray);
}
.modelhouse-single__recommend-text{
    position: absolute;
    top: 25px;
    left: -10px;
    background-color: var(--base-color);
    padding: 6px 25px;
    color: #fff;
    font-weight: bold;
}
.modelhouse-single__recommend-text::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(100%);
    left: 0;
    bottom: 0;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, var(--gray) 50.5%) no-repeat top left / 100% 100%;
}
.modelhouse-single__recommend li{
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.modelhouse-single__recommend li:last-child{
    margin-bottom: 0;
}
.modelhouse-single__recommend li::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background-color: var(--gray);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.modelhouse-single__info{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 30px;
    padding: 20px 40px;
    border: 1px solid var(--gray);
}
.modelhouse-single__info dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.modelhouse-single__info dl dt{
    background-color: var(--base-color);
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
}

.modelhouse-single__submit{
    margin-bottom: 25px;
    text-align: right;
}
.modelhouse-single__submit input[type="submit"]{
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: var(--base-color);
    color: #fff;
    transition: .3s;
    border: 1px solid var(--base-color);
    font-weight: bold;
}
@media screen and (min-width: 992px) {
    .modelhouse-single__submit input[type="submit"]:hover{
        background-color: #fff;
        color: var(--base-color);
    }
}
.modelhouse-single__detail-table table{
    table-layout: fixed;
    width: 100%;
}
.modelhouse-single__detail-table table th,
.modelhouse-single__detail-table table td{
    font-size: 14px;
    border: 1px solid #c8d2d2;
    padding: 9px 15px;
}
.modelhouse-single__detail-table table th{
    background-color: rgb(74 167 111 / .07);
    text-align: center;
    width: 180px;
}
.modelhouse-single__detail-table table td{
    width: calc(100% - 180px);
}
.modelhouse-single__detail-table.column table td{
    width: calc(50% - 180px);
}
.modelhouse-single__detail-table table td{
    background-color: #fff;
}
.modelhouse-single__detail-table:not(.column) table tr:first-child th,
.modelhouse-single__detail-table:not(.column) table tr:first-child td{
    border-top: none;
}
.modelhouse-single__detail-contact{
    text-align: center;
    margin-top: 30px;
}
.modelhouse-single__detail-contact a{
    display: inline-block;
    padding: 10px 50px;
    border-radius: 10px;
    background-color: var(--base-color);
    color: #fff;
    border: 1px dashed var(--base-color);
}
.modelhouse-single__detail-contact a:hover{
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .modelhouse-single__detail-contact a:hover{
        background-color: #fff;
        color: var(--base-color);
    }
}
.modelhouse-single__detail-map{
    margin-top: 30px;
}
.modelhouse-single__detail-map iframe{
    width: 100%;
    vertical-align: bottom;
    height: 450px;
}
.single-column__thumbnail{
    margin-bottom:60px;
}
.single-body > *:first-child{
    margin-top: 0;
}
.single-body > *{
    margin-bottom: 35px;
}
.single-body > *:last-child{
    margin-bottom: 0;
}
.single-body > h2,
.single-body > h3,
.single-body > h4,
.single-body > h5{
    margin: 60px 0 25px;
}
.single-body h2{
    background: none;
    color: var(--gray);
    padding: 0 0 5px 0;
    border-bottom: 1px dashed var(--gray);
    font-size: 20px;
    font-weight: bold;
}
.single-body h3{
    border-left: 5px solid var(--gray);
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.single-body h4,
.single-body h5{
    font-size: 18px;
}
.single-body a{
    display: inline-block;
    color: var(--gray);
    text-decoration: underline;
}
.modelhouse-single__content{
    margin-bottom: 50px;
}
.modelhouse-single__surrounding__ttl{
    color: var(--gray);
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.modelhouse-single__surrounding-info{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.modelhouse-single__surrounding-info dl{
    display: flex;
    flex-wrap: wrap;
}
.modelhouse-single__surrounding-info dl dt,
.modelhouse-single__surrounding-info dl dd{
    padding: 15px 20px;
}
.modelhouse-single__surrounding-info dl dt{
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: var(--gray);
    width: 150px;
}
.modelhouse-single__surrounding-info dl dd{
    border-bottom: 1px dashed #eee;
    width: calc(100% - 150px);
}
.modelhouse-single-sec__label{
    margin-bottom: 10px;
}
.modelhouse-single-sec__label span{
    border-radius: 4px;
    background-color: var(--base-color);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    line-height: 1.3;
}
.modelhouse-single-sec__meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    margin-bottom: 10px;
}
.modelhouse-single-sec__meta-text{
    border: 1px solid var(--base-color);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 15px;
}
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}
.acf-map__link a{
    display: inline-block;
    border: 1px solid var(--base-color);
    font-size: 14px;
    background-color: var(--base-color);
    color: #fff;
    font-weight: bold;
    padding: 10px 80px 8px 30px;
    border-radius: 25px;
    position: relative;
    transition: .3s;
}
.acf-map__link a svg{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}
.acf-map__link a svg circle{
    fill: #fff;
}
.acf-map__link a svg path{
    fill: var(--base-color);
    transition: .3s;
}
.acf-map__link a:hover{
    opacity: 1;
}
.acf-map__link{
    margin-top: 20px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .acf-map__link a:hover{
        background-color: #fff;
        color: var(--gray);
    }
    .acf-map__link a:hover svg circle{
        fill: var(--gray);
    }
    .acf-map__link a:hover svg path{
        fill: #fff;
    }
}


.lineup-single__body-info{
    padding: 50px 0;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
    margin-bottom: 50px;
}
.lineup-single__body-info__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.lineup-single__body-info__grid-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lineup-single__body-info__grid-box{
    padding-left: 45px;
}
.lineup-single__body-info__grid-box__lead{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.lineup-single__body-info__grid-box__price{
    font-size: 26px;
    font-family: var(--figtree);
    color: var(--theme-color);
    font-weight: 500;
    position: relative;
}
.lineup-single__body-info__grid-box__price span{
    font-size: 46px;
}
.lineup-single__body-info__grid-box__price small{
    display: inline-block;
    font-size: 14px;
}
.lineup-single__body-item,
.lineup-single__body-grid{
    margin-bottom: 50px;
}
.lineup-single__body-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.lineup-single__body-item__lead{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
}
.lineup-single__body-item__text{
    font-size: var(--font-md-text);
}
.lineup-single__body-plan__box{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    border-top: 1px dotted var(--base-color);
}
.lineup-single__body-plan__box-item{
    width: 40%;
}
.lineup-single__body-plan__box-item__ttl{
    margin-bottom: 40px;
}
.lineup-single__body-plan__box-item__ttl span{
    font-family: var(--figtree);
    color: var(--theme-color);
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    display: block;
}
.lineup-single__body-plan__box-item__ttl{
    font-size: 20px;
    font-weight: bold;
}
.lineup-single__body-plan__box-sample{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.lineup-single__body-plan__box-item__text{
    font-size: var(--font-md-text);
    font-weight: bold;
}
.lineup-single__body-plan__box-sample__module{
    width: 38.6%;
}
.lineup-single__body-plan__box-sample__module.delta{
    width: 32%;
}
.lineup-single__body-plan__box-sample__module.smart{
    width: 29%;
}
.lineup-single__body-plan__box-sample__img{
    width: 43.1%;
}
.lineup-single__body-plan__box-sample__img.smart{
    width: 18%;
}
.lineup-single__body-plan__box-sample__img.sage{
    width: 26%;
}
.lineup-single__body-plan__box-sample__img.delta{
    width: 19%;
}
.lineup-single__body-plan__box-sample__img.delta:last-child{
    width: 23%;
}
.lineup-single__body-plan__box-sample__x{
    width: 18.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.lineup-single__body-plan__box-sample__x.smart,
.lineup-single__body-plan__box-sample__x.delta{
    width: 12.35%;
}
.lineup-single__detail-flex{
    padding: 50px 0;
    border-bottom: 1px dashed var(--base-color);
}
.lineup-single__detail-flex:last-child{
    border-bottom: none;
}
.lineup-single__detail-flex__box{
    width: 35%;
}
.lineup-single__detail-flex__box-ttl{
    font-size: 28px;
    margin-bottom: 30px;
}
.lineup-single__detail-flex__box-ttl span{
    font-family: var(--figtree);
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.lineup-single__detail-flex__img{
    width: 65%;
    padding-left: 30px;
    text-align: center;
}
.lineup-single__detail-flex__box-name{
    margin-top: 15px;
    color: var(--theme-color);
    font-family: var(--figtree);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.lineup-single__detail-flex__box-name span{
    display: block;
}
.lineup-single__perform-tab li{
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
}
.lineup-single__perform-tab li.current{
    background-color: #3C3C3C;
    color: #fff;
}
.lineup-single__perform-tab{
    margin-bottom: 30px;
}
.lineup-single__perform-cont__grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 35px;
}
.lineup-single__perform-cont__grid-item__img img{
    width: 100%;
}
.lineup-single__perform-cont__grid-item__img{
    margin-bottom: 15px;
}
.lineup-single__perform-cont__grid-item__ttl{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: var(--font-md-text);
}
.lineup-single__perform-cont__grid-item__text{
    font-size: 14px;
}


/* EVENT */
.single-sec__thumb{
    text-align: center;
    margin-bottom: 40px;
}