/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
    /* セクションラベルの色 */
    background: #7E0F09;
    /* セクションラベルのフォント色*/
    color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
    /* セクションラベルの色 */
    background: #203594;
    /* セクションラベルのフォント色*/
    color: #ffffff;
    /* セクションラベルのフォントサイズ */
    font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
    border-top: 1px solid #d0dcec;
    border-right: 1px solid #d0dcec;
    background: #FFF;
    border-bottom: 1px solid #999;
}


/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
    background-color: #e1edfd;
    border-bottom: 1px solid #d0dcec;
    border-left: 1px solid #d0dcec;
    background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
    border-bottom: 1px solid #d0dcec;
    border-left: 1px solid #d0dcec;
    background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
    border: 0px;
    width: 400px;
    height: 150px;
    background-size: 394px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*-------------------------------------*
     * スマートフォンデザイン可変部分
     *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
    /* セクションラベルの色 */
    background: #7E0F09;
    /* セクションラベルのフォント色*/
    color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
    /* セクションラベルの色 */
    background: #203594;
    /* セクションラベルのフォント色*/
    color: #ffffff;
    /* セクションラベルのフォントサイズ */
    font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
    background: #cadefc;
    border-bottom: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
    border: 0px;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}


img {
    pointer-events: none;
}

.slide-arrow {
    width: 60px;
    position: absolute;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

@media screen and (max-width: 425px) {
    .slide-arrow {
        width: 40px;
    }
}

.leave_table {
    top: 61%;
    padding: 0 60px;
}

.horizon-scroll img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .horizon-scroll img {
        width: 180%;
    }

    .leave_table {
        top: 56%;
        padding: 0 22px 0 42px;
    }

}

.apartments {
    background:#ECE6DD;
    padding-top: 40px;
}
.block-head{
    margin: 0 auto 40px;
}
.block-head.is-in{
    margin: 0 auto 40px;
    width: calc(100% - 32px);
}
.block-head .primary-heading::after{
    content: '';
    display: block;
    background: #8C7A70;
    width: 160px;
    height: 1px;
    margin: 16px auto 0;
}
.block-head .secondary-heading::after{
    content: '';
    display: block;
    background: #8C7A70;
    width: 160px;
    height: 1px;
    margin: 16px auto 0;
}
.page-badges{
    margin: 40px auto;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.page-cross{
    aspect-ratio: 1 / 1;
    width: 28px;
    position: relative;
}
.page-cross::before,
.page-cross::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;;
    width: 1px;
    height: 100%;
    background: #868686;
}
.page-cross::before{
    transform: translate(-50% , -50%) rotate(-45deg);
}
.page-cross::after{
    transform: translate(-50% , -50%) rotate(45deg);
}
.page-badge{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #93040B;
    width: 120px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.page-badge-num{
    color: #EAB7B8;
    font-size: clamp(20px , 3.4vw,34px);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
    padding-top: 8px;
}
.page-badge-text{
    color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-size: 20px;
    font-size: clamp(14px , 2vw,20px);
    padding-bottom: 20px;
}
.page-badge-text .large-text{
    font-size: 125%;
}
.page-box{
    padding: 32px 24px ;
    border: 1px solid #8F7F6F;
    position: relative;
}
.page-box::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #8F7F6F;
    border-top: 0;
    transform: translate(-10px, -3px) rotate(-45deg);
}
.page-box::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #8F7F6F;
    border-bottom: 0;
    transform: translate(10px, 3px) rotate(-45deg);
}
.page-box .note{
    margin: 0;
}
.no1-wrap{
    max-width: 800px;
    margin: 0 auto;
}
.no1-wrap .fit-img{
    max-width: 650px;
    margin: 0 auto;
    display: block;
}
@media(max-width:767px) {
    .video{
        /* padding-top: 40px; */
    }
    .block-head{
        margin-bottom: 32px;
    }
    .block-head.is-in{
        width: calc(100% - 32px);
    }
    .apartments .ttl_pc_apartment-list {
        width: 85%;
        margin: 0 auto;
        padding: 48px 0 40px;
        display: block;
    }
    .page-badges{
        gap: 8px;
    }
    .page-badge{
        width: 72px;
    }
    .page-badge-num{
        height: 28px;
        padding-bottom: 2px;
    }
    .page-badge-text {
    height: 44px;
    font-size: clamp(14px, 2vw, 20px);
    padding-bottom: 12px;
    }
    .page-box{
        padding: 16px;
        position: relative;
    }
}
.apartments .apartments .apartments_list {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.apartments_list_slider .slide-arrow,
.footer_slider .slide-arrow {
    top: 30%;
}

.common_area_slider .slide-arrow, .footer_slider .slide-arrow {
    top: 48%;
}

.pillar_slider .slide-arrow, .footer_slider .slide-arrow {
    top: 45%;
}

.prev-arrow {
    left: -20px;
}

.next-arrow {
    right: -20px;
}

.slick-slide img {
    padding: 2px;
}

@media screen and (max-width: 374px) {
    .header-cta-btn {
        font-size: 12px;
    }
}

@keyframes btn-ani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes btn-ani-cta {
    0% {
        -webkit-transform:translateX(-50%) scale(1);
        transform:translateX(-50%) scale(1);
    }

    30% {
        -webkit-transform:translateX(-50%) scale(1);
        transform:translateX(-50%) scale(1);
    }

    40% {
        -webkit-transform:translateX(-50%) scale(1.05);
        transform:translateX(-50%) scale(1.05);
    }

    50% {
        -webkit-transform:translateX(-50%) scale(1);
        transform:translateX(-50%) scale(1);
    }

    60% {
        -webkit-transform:translateX(-50%) scale(1.05);
        transform:translateX(-50%) scale(1.05);
    }

    70% {
        -webkit-transform:translateX(-50%) scale(1);
        transform:translateX(-50%) scale(1);
    }

    100% {
        -webkit-transform:translateX(-50%) scale(1);
        transform:translateX(-50%) scale(1);
    }
}

.horizon-scroll::-webkit-scrollbar {
    height: 3px;
}

.horizon-scroll::-webkit-scrollbar-track {
    background-color: #F7F4F2;
}

.horizon-scroll::-webkit-scrollbar-thumb {
    background-color: #93040B;
}


.imgSP {
    display:none;
}
@media(max-width:768px) {
    .imgPC {
        display:none;
    }
    .imgSP {
        display:block;
    }
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 11px 22px;
    height: 70px;
}
.header-btn{
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
header img {
    width: 40%;
}
header a.header-cta-btn {
    width: 50%;
    text-align: center;
    background-color: #93040B;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-family: Noto Sans JP;
    font-size: .8rem;
    line-height: 1.4;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header a.header-cta-tel-btn {
    width: 200px;
    text-align: center;
    background-color: #456254;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-family: Noto Sans JP;
    font-size: 1.1rem;
    line-height: 1.4;
    height: 50px;
    display: none;
}
header .logo a {
    display: block;
}
header .logo a img {
    width: 100%;
}

.sp-tel-btn {
    width: 45px;
    height: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
    text-align: center;
    transition: all .3s ease-out;
    height: 50px;
    border: 1px solid;
    border-radius: 5px;
}
.sp-tel-btn .icon-tel-btn {
    width: 16px;
    margin-bottom: 2px;
}
.btn-label {
    font-size: 10px;
    font-feature-settings: 'palt';
    margin-top: 3px;
}
main {
    padding-top: 70px;
    margin: 0 auto;
}
.inn{
    max-width: 1440px;
    margin: auto;
    width: 100%;
    position: relative;
}
.fv {
    position: relative;
    background-image: url(../images/pc/fv-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.fv .inn{
    max-width: 100%;
}
.fv-btn {
    position: absolute;
    z-index: 10;
    bottom: 66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
}
.fv-btn img {
    animation: btn-ani 2s ease infinite;
}
.fv-btn img.fv-btn-img {
    height: auto;
}
.apartments .apartments_list {
    padding: 0 42px 40px;
    background-color: #ECE6DD;
    position: relative;
}
.video_container {
    position: relative;
}
.video_container .video {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
/* .cta {
    position: relative;
}
.cta a {
    position: absolute;
    bottom: 13%;
    left: 27.5%;
    transform: translateX(0);
    width: 45%;
    display: block;
}
.cta a img {
    animation: btn-ani 2s ease infinite;
} */
.cta-wrap{
    margin-bottom: 80px;
    border: 6px solid #a31f24;
    padding: 28px 24px 100px;
    position: relative;
}
.cta-wrap .primary-heading{
    font-size: clamp(20px, 2.7vw, 42px);
    margin-bottom: .4em;
}
.cta-img{
    position: absolute;
    top: 5%;
    left: 1%;
    width: 35%;
}
.cta-lists{
    display: flex;
    justify-content: flex-end;
    gap: 3%;
    margin: 0 0 0 auto;
    width: calc(100% - 35% - 24px);
}
.cta-list{
    font-size: clamp(12px, 2vw, 36px);
    line-height: 1.3;
    text-align: center;
    aspect-ratio: 1 / 1;
    flex: 1;
    background: #d5cdc1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.cta-wrap-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #9D0000;
    position: absolute;
    bottom: -60px;
    max-width: 648px;
    height: 120px;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
    gap: 12px;
    animation: btn-ani-cta 2s ease infinite;
}
.cta-wrap-btn .main{
    font-size: clamp( 24px, 3.6vw,40px);
}
.cta-wrap-btn .sub{
    font-size: clamp( 14px , 2vw , 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cta-wrap-btn .sub::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
}
.cta-copy{
    font-size: clamp(14px, 2.6vw, 26px);
    line-height: 1.3;
}
.cta-copy .inline-block{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
}
.cta-copy .inline-block::before,
.cta-copy .inline-block::after{
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background: #9D0000;
}
.cta-copy .inline-block::before{
    transform: rotate(25deg);
    margin-right: 16px;
}
.cta-copy .inline-block::after{
    transform: rotate(-25deg);
    margin-left: 16px;
}
@media(max-width:767px) {
    .cta-wrap {
        margin-bottom: 32px;
        border: 6px solid #a31f24;
        padding: 12px 16px 40px;
    }
    .cta-lists {
        width: 100%;
    }
    .cta-img {
        margin: 12px auto;
        position: static;
        width: 100%;
    }
    .cta-wrap-btn{
        height: 60px;
        gap: 4px;
        bottom: -30px;
    }
    .cta-wrap-btn .sub::after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #fff;
    }
    .cta-copy .inline-block::before, .cta-copy .inline-block::after{
        height: 24px;
        width: 2px;
    }
}
.voice_video {
    padding: 35px 22px 0;
    position: relative;
}
.voice_video .v-num {
    position:absolute;
    width: 70px;
    left: 22px;
    top: 0px;
}
.voice_video h3 {
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    margin-left: 80px;
}
.voice_video video {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
.common_area_list {
    padding: 0 10% 15%;
    margin-top: -105%;
    position: relative;
}
.point_num {
    position: absolute;
    width: 16.9%;
    left: 32px;
    top: -58px;
    z-index: 40;
}
.free {
    position: relative;
}
.pillar_list {
    padding: 0 10% 59%;
    margin-top: -156%;
    position: relative;
}
.leave {
    position: relative;
}
.leave .leave_table {
    position: absolute;
    width: 100%;
}
.leave .leave_table .horizon-scroll {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
    padding-bottom: 24px;
}
.message {
    padding-bottom: 40px;
}
.qa {
    padding: 0 22px;
    margin-bottom: 100px;
}
.qa_container {
    background-color: #ECE6DD;padding: 40px 20px;
}

.points,.preparation,.bgs{
    background: #ECE6DD;
}
.bgs2{
    background-color: #898277;
}
.qa_box:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #8C8076;
    margin-bottom: 20px;
}
.question{
    padding-right: 44px;
    position: relative;
    cursor: pointer;
    display: flex;
}
.question::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 24px;
    height: 2px;
    background: #000;
    transition: all 0.4s ease-in-out;
}

.question::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 11px;
    width: 2px;
    height: 24px;
    background: #000;
    transition: all 0.4s ease-in-out;
}

.question.open::after {
    transform: rotate(90deg);
    opacity: 0;
}
.qa_box_icon{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 24px;
    margin-right: 20px;
    color: #93040B;
}
.qa_box_qtext{
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}
.accordion-content{
    display: none;
}
.answer{
    padding-top: 20px;
    display: flex;
}
.qa_box_atext{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 25.6px;
}
.qa_box_atext span{
    font-size: 14px;
}
.label-heading{
    margin: 0 auto;
    max-width: 1400px;
    background: #7DAAD4;
    padding: 32px 0;
    text-align: center;
    font-size: clamp(18px, 2.6vw, 26px);
    position: relative;
    line-height: 1.7;
}
.label-heading::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #7DAAD4;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}
.label-heading-block{
    display: inline-block;
}
.label-heading span::after {
    content: '';
    display: block;
    background: #fff;
    width: 120px;
    height: 1px;
    margin: 16px auto 0;
}
.label-heading + .inner{
    background: #fff;
}
.label-heading + .inner + .inner{
    background: #fff;
}
.common-inner{
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 48px);
}
.common-wrap{
    margin-top: 80px;
    display: flex;
    gap: 32px;
}
.common-img{
    width: 52%;
}
.common-item{
    padding-top: 16px;
    width: calc(48% - 32px);
}
.common-point{
    position: absolute;
    width: 120px;
    aspect-ratio: 1 / 1;
    background: #93040B;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-top: 12px;
    top: -40px;
    gap: 4px;
    z-index: 1;
}
.common-point.left{
    left: -40px;
}
.common-point.right{
    right: -40px;
}
.common-point .en{
    font-size: 16px;
    letter-spacing: .075em;
    
}
.common-point .num{
    font-size: 48px;
}
.common-imgs{
    position: absolute;
    left: 5%;
    right: 5%;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    bottom: -8%;
}
.common-container-wrap{
    margin-top: 80px;
    position: relative;
}
.common-slider-wrap{
    display: grid;
    grid-template-columns: 54% 46%;
    border: 2px solid #93040B;
}
.common-slider-item:last-child{
    padding: 32px 40px;
}
.slick-slide .common-slider-item img{
    padding: 0;
}
@media(max-width:767px) {
    .voice + .tel-area{
        margin-top: 0;
    }
    .common-wrap {
        margin-top: 60px;
        gap: 16px;
        flex-wrap: wrap;
    }
    .common-wrap.sp-reverse {
        flex-direction: column-reverse;
    }
    .common-img {
        width: 100%;
    }
    .common-inner {
        width: calc(100% - 32px);
    }

    .common-point {
        width: 60px;
        padding-top: 8px;
    }
    .common-point .num {
        font-size: 24px;
    }
    .common-point .en {
        font-size: 12px;
        letter-spacing: .075em;
    }
    .common-point.left {
        left: -8px;
    }
    .common-point.right {
        right: -8px;
    }
    .common-item {
        padding-top: 16px;
        width: 100%;
    }
    .common-slider-wrap {
        grid-template-columns: 100%;
    }
    .common-slider-item:last-child {
        padding: 16px;
    }
    .common-container-wrap{
        margin: 0 auto;
        margin-top: 40px;
        width: 95%;
    }
}
.free-img{
    margin: 0 auto 60px;
    max-width: 800px;
}
.free-label{
    margin-bottom: 60px;
    background: #930011;
    padding: 0 60px 0 16px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 900px;
    color: #fff;
    text-align: right;
    font-size: clamp(18px, 2.6vw, 26px);
    width: calc(100% - 60px);
    position: relative;
}
.free-label::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 32px solid #fff;
    border-left: 0;
    position: absolute;
    right: 0;
}
@media(max-width:767px) {
    .free-img {
        margin: 0 auto 32px;
    }
    .free-label {
    margin-bottom: 32px;
    padding: 0 60px 0 32px;
    height: 80px;
    display: flex
;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    font-size: clamp(14px, 2.6vw, 26px);
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    }
}
sub{
    vertical-align: baseline;
    font-size: 12px;
}
.assets-img{
    margin: 80px auto 0;
    max-width: 800px;
}
.assets-img-02{
    margin: 32px auto 0;
    max-width: 800px;
}
.assets-wrap{
    padding: 40px 0;
    margin: 0 auto;
    max-width: 850px;
    width: calc(100% - 48px);
    border: 2px solid #93040B;
    background: #fff;
    position: relative;
}
.assets-wrap .assets-item:last-child{
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 32%;
}
.assets-label{
    margin-bottom: 32px;
    background: #930011;
    padding: 0 60px 0 16px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    color: #fff;
    text-align: right;
    font-size: clamp(18px, 2.6vw, 26px);
    width: calc(100% - 60px);
    position: relative;
}
.assets-label + .lead{
    padding-left: 24px;
    margin-bottom: 0;
}
.assets-label::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 32px solid #fff;
    border-left: 0;
    position: absolute;
    right: 0;
}
.assets-img-03{
    margin: 0 auto 24px;
    max-width: 1100px;
    width: calc(100% - 48px);
}
.assets-table{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 8px;
    align-items: flex-end;
}
.assets-table-lists{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    border: 2px solid transparent;
}
.assets-table-lists.has-boder{
    border: 2px solid #95040b;
}
.assets-table-list{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
.assets-table .large-text{
    font-size: 125%;
}
.assets-table-lists.has-boder .assets-table-list:first-child{
    height: 120px;
}
.assets-table-list .maru{
    width: 32px;
    aspect-ratio: 1 / 1;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
}
.assets-table-list .maru.bd{
    border: 4px solid #95040b;
}
.assets-table-list .maru.nijiu::before{
    content: '';
    display: block;
    width: 16px;
    aspect-ratio: 1 / 1;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.assets-table-list .batsu {
  width: 32px;
  aspect-ratio: 1 / 1;
  position: relative;
}

.assets-table-list .batsu::before,
.assets-table-list .batsu::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px; /* 少し太さを持たせると見やすい */
  background: #000;
  transform-origin: center;
}

.assets-table-list .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.assets-table-list .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.assets-table-list .sankaku {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;  /* 左辺 */
  border-right: 16px solid transparent; /* 右辺 */
  border-bottom: 28px solid #000;       /* 下辺（色をつける部分） */
  position: relative;
}
.assets-table-list .sankaku::after {
  content: '';
  position: absolute;
  top: 4px;   /* 内側にずらす */
  left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21.8px solid #f8f4f1; /* 背景色に合わせる */
}
.assets-table-list .line{
    width: 32px;
    height: 2px;
    background: #000;
}
@media(max-width:767px) {
    .assets-wrap {
        padding: 0px 0 20px;
        width: calc(100% - 32px);
    }
    .assets-label{
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
        height: 60px;
        font-size: 16px;
        justify-content: flex-start;
    }
    .assets-label + .lead {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .assets-label::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 24px solid #fff;
    border-left: 0;
    position: absolute;
        right: 0;
    }
    .assets-wrap .assets-item:last-child {
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 40%;
    }
    .assets-img-03 {
        margin: 0 auto 24px;
        max-width: 1100px;
        width: calc(100% - 32px);
    }
    .assets-table {
        overflow-x: auto;
        grid-template-columns: 120px 120px 120px 120px 120px;
    }
    .assets-table-list {
        height: 60px;
        font-size: 14px;
    }
    .assets-table-lists.has-boder .assets-table-list:first-child {
    height: 80px;
    }
    .assets-table-list .maru{
        width: 28px;
    }
    .assets-table-list .maru.bd{
        border: 4px solid #95040b;
    }
    .assets-table-list .maru.nijiu::before{
        width: 12px;
    }
    .assets-table-list .batsu {
        width: 28px;
    }
    .assets-table-list .line {
        width: 28px;
    }
    .assets-table-list .sankaku {
        transform: scale(.8);
    }
}
.ranking-wrap{
    padding: 0 40px 40px;
}
.ranking-flex{
    display: grid;
    grid-template-columns: 1fr 48%;
    gap: 32px;
}
.ranking-label {
    background: #930011;
    padding: 0 60px 0 16px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    color: #fff;
    text-align: right;
    font-size: clamp(18px, 2.6vw, 26px);
    width: calc(100% - 60px);
    position: relative;
    top: -40px;
    left: -40px;
}
.ranking-label::before {
    content: '';
  position: absolute;
  right: 0;
  width: 32px;      /* 三角の横幅 */
  height: 80px;     /* 三角の高さ */
  background: linear-gradient(to bottom, #898277 50%, #fff 50%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%); /* ←左向き三角 */
}
@media(max-width:767px) {
    .ranking-wrap{
        padding: 0 16px 20px;
        margin-top: 20px;
    }
    .ranking-flex{
        display: grid;
        grid-template-columns: 100%;
        gap: 32px;
    }
    .ranking-label {
        background: #930011;
        padding: 0 60px 0 16px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 600px;
        color: #fff;
        text-align: left;
        font-size: clamp(18px, 2.6vw, 26px);
        width: 100%;
        position: relative;
        top: -40px;
        left: -16px;
        line-height: 1.5;
    }
    .ranking-label::before {
        content: '';
    position: absolute;
    right: 0;
    width: 32px;      /* 三角の横幅 */
    height: 80px;     /* 三角の高さ */
    background: linear-gradient(to bottom, #898277 50%, #fff 50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%); /* ←左向き三角 */
    }
    .ranking-img{
        position: relative;
    }
    .ranking-img .ranking-img-item{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.message-wrap{
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.message-box .page-box{
    margin: -48px auto 0;
    max-width: 1000px;
    width: calc(100% - 48px);
    background: #fff;
}
.points-wrap{
    padding: 60px 0;
}
.points-wrap .common-inner{
    margin-top: 80px;
}
.points-head{
    position: relative;
}
.points-head .page-badge{
    position: absolute;
    top: -36px;
}
.points-head .page-badge.left{
    left: -36px;
}
.points-head .page-badge.right{
    right: -36px;
}
.points-body .secondary-heading{
    margin-bottom: .2em;
}
.points-body .note{
    margin: 0;
}
.preparation-01{
    position: relative;
}
.preparation-head{
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.preparation-head .primary-heading{
    letter-spacing: 0;
}
.preparation-head .note{
    margin-bottom: 0;
}
.preparation-02{
    position: relative;
}
.fukidashi{
    position: absolute;
    top: -20px;
    background: url(../images/fukidashi.webp) no-repeat center center;
    background-size: 100%;
    aspect-ratio: 26 / 25;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-size: 26px;
    right: 25%;
}
.preparation-02-head{
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
}
.preparation-02-head .lead{
    margin-bottom: 0;
}
.preparation-02-head .primary-heading{
    margin-bottom: 0;
    text-shadow: 2px 2px 0 #fff;
}
.preparation-03{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.preparation-04{
    padding: 60px 48px;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 32px;
    align-items: center;
}
.preparation-04 .secondary-heading{
    margin-bottom: .2em;
}
@media(max-width:767px) {
    .points-wrap .common-inner {
        margin-top: 60px;
        background: #fff;
        width: 100%;
    }
    .points-wrap.bg-light{
        padding: 0;
        background: transparent;
    }
    .points-head{
        position: unset;
    }
    .points-box{
        padding: 16px;
        position: relative;
    }
    .points-head .page-badge {
    position: absolute;
        top: -48px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .points-head .page-badge.left {
        left: 50%;
    }
    .points-body{
        padding-top: 16px;
    }
    .points-body .note {
        margin-bottom: 1em;
    }
    .preparation-04 {
    padding: 32px 16px;
    grid-template-columns: 100%;
    gap: 32px;
    }
    .preparation-01{
        padding: 16px 16px 16px;
        background: #fff;
    }
    .preparation-head {
                position: absolute;
        top: 16px;
        transform: unset;
        left: 16px;
        right: 16px;
        height: 39vw;
        display: flex;
        align-items: center;
        line-height: 1.5;
    }
    .preparation-head .primary-heading{
        font-size: 20px;
        margin-bottom: 0;
    }
    .preparation-02-head .primary-heading {
        font-size: 5.4vw;
    }
    .preparation-02-head{
        left: 40%;
    }
    .fukidashi {
        position: absolute;
        top: -14%;
        width: 20vw;
        font-size: 4.6vw;
        right: 7%;
    }
}
.cometrue-grid{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.cometrue-grid .cometrue-item{
    position: relative;
}
.cometrue-item-inner{
    padding: 16px;
}
.cometrue-head{
    font-size: clamp(18px, 2.6vw, 26px);
    position: absolute;
    top: calc(-22px);
    right: 16px;
}
.cometrue-badge{
    position: absolute;
    top: -60px;
    left: 20px;
    width: 160px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.7;
    font-size: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 0 !important;
}
.cometrue-label{
    margin: 0 auto -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #93040B;
    max-width: 800px;
    width: calc(100% - 60px);
    height: 80px;
    padding: 0 32px;
    font-size: clamp(26px, 3.6vw, 36px);
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.cometrue-label::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -32px;
    width: 38px;
    height: 100%;
    background: url(../images/ribbon-left.svg)no-repeat left center;
    background-size: 100%;
}
.cometrue-label::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    width: 38px;
    height: 100%;
    background: url(../images/ribbon-right.svg)no-repeat left center;
    background-size: 100%;
}
.cometrue-copy{
    position: absolute;
    bottom: 9%;
    left: 0;
    background: linear-gradient(90deg, #fff 0 , #fff 90%, transparent 100%);
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 1.9;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    width: 60%;
}
@media(max-width:767px) {
    .cometrue-label {
        margin: 0 auto -40px;
        width: calc(100% - 60px);
        height: 80px;
        padding: 0 16px;
        font-size: clamp(20px, 3.6vw, 40px);
        text-align: center;
        line-height: 1.5;
    }
        .cometrue-copy {
        position: absolute;
        bottom: 5%;
        left: 0;
        background: linear-gradient(90deg, #fff 0, #fff 90%, transparent 100%);
        font-size: clamp(14px, 2.6vw, 26px);
        line-height: 1.9;
        height: 60px;
        width: 100%;
    }
    .cometrue-grid {
        margin-top: 100px;
        grid-template-columns: 100%;
        gap: 48px;
    }
    .cometrue-badge {
        position: absolute;
        top: -60px;
        left: 20px;
        width: 120px;
        font-size: 14px;
    }
    .cometrue-grid .cometrue-item .cometrue-head{
        right: auto;
        left: 16px;
        top: -20px;
        font-size: 24px;
    }
    .cometrue-badge{
        left: auto;
        right: 20px;
    }
}
.apartments-wrap{
    border: 2px solid #93040B;
    padding: 60px 0;
    background: #fff;
}
.apartments-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, 3.2vw, 32px);
    gap: 20px;
    margin-bottom: 1.4em;
}
.apartments-heading .num{
    width: 40px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 75%;
}
.apartments-heading .num::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #C68A0E;
    z-index: -1;
    transform: rotate(45deg);
}
.apartments-grid{
    display: grid;
    grid-template-columns: 58% 42%;
}
.apartments-grid .apartments-item:last-child .fit-img{
    width: 80%;
    margin: 0 0 0 auto;
}
.apartments-inner{
    margin: 0 auto;
    max-width: 1100px;
    width: calc(100% - 48px);
}
.slick-slide .apartments-inner img {
    padding: 0;
}
.apartments-body{
    margin-top: 32px;
    border: 1px solid #8B7F73;
}
.apartments-body dl{
    display: grid;
    align-items: center;
    grid-template-columns: 120px calc(100% - 120px);
}
.apartments-body dl dt{
    background: #8B7F73;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 16px 0;
    font-size: clamp(14px, 2vw, 20px);
}
.apartments-body dl dd{
    padding: 8px;
    color: #000;
    line-height: 1.7;
    font-size: clamp(12px, 1.6vw, 16px);
    font-feature-settings: "palt";
}
.apartments-body dl:first-child dt{
    border-bottom: 1px solid #fff;
}
.apartments-body dl:first-child dd{
    border-bottom: 1px solid #8B7F73;
}
@media(max-width:767px) {
    .qa {
        margin-bottom: 80px;
    }
    .apartments-wrap{
        padding-top: 0;
        padding-bottom: 12px;
    }
    .apartments-inner {
        width: 100%;
    }
    .apartments-body{
        margin: 0 auto 16px;
        width: calc(100% - 32px);
    }
    .apartments-grid {
        grid-template-columns: 100%;
    }
    .apartments-heading {
        margin-top: 32px;
        gap: 16px;
        margin-bottom: 1.4em;
    }
    .apartments-heading .num {
        width: 24px;
    }
    .apartments-body dl {
        grid-template-columns: 60px calc(100% - 60px);
    }
    .apartments-grid .apartments-item:last-child .fit-img{
    width: 60%;
    margin: 0 auto;
    }
}








footer {
    background-color: #93040B;padding: 20px 24px;
}
footer ul {
    display: flex;flex-wrap: wrap;justify-content: center;gap: 10px 16px;margin-bottom: 15px;
}
footer ul li {
    color:#fff;
}
footer ul li a {
    color: #fff;font-weight: 500;font-family: 'Noto Serif JP', serif;
}
footer small {
    font-size: 13px;color: #fff;font-family: 'Noto Serif JP', serif;font-weight: 500;display: block;text-align: center;
}
#voice1{
    padding-top: 80px;
    margin-top: -80px;
}

/*-------------------------------------*
   * PC VIEW
   *-------------------------------------*/
@media(min-width:768px) {
    header {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    /*header {
        max-width: 1440px;
    }*/
    header .inn{
        display: flex;
        justify-content: space-between;
    }
    header a.header-cta-btn {
        width: 200px;
        padding: 10px 20px;
        font-size: 1.1rem;
    }
    header a.header-cta-tel-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp-tel-btn {
        display: none;
    }
    header img {
        width: auto;
        height: 34px;
        margin-right: 20px;
    }
    .fv-btn {
        bottom: 15.5%;
        left: 9.5%;
        transform: translateX(0%);
    }
    .fv-btn img.fv-btn-img {
        width: 42%;
        height: auto;
        /* position: relative;
        top: -55px;
        left: 55px; */
    }
    /* LINE BNR IMG*/
    .fanp-img-plugin {
        width: 55%;
        margin: 0 auto;
    }
    .line-bnr{
        margin: 0 auto;
        max-width: 1000px;
    }
    .line-bnr a {
        display: block;
        text-align: center;
    }
    .apartments {
        padding:67px 0px;
    }
    .apartments .apartments_list {
        padding:0px 42px;
    }
    .apartments .ttl_pc_apartment-list {
        width: 670px;
        display: block;
        margin: 0 auto;
        margin-bottom:45px;
    }
    .slick-slide img.imgSP {
        display:none!important;
    }
    .apartments_list_slider .slide-arrow {
        top:45%;
    }
    .prev-arrow {
        left: 20px
    }
    .next-arrow {
        right:20px;
    }
    .slick-dots li button:before {
        font-size:15px;
        margin-top: 10px;
        opacity: 1;
        color: #fff;
    }
    .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    img.ttl_pc_on_video {
        width: 600px;
        display: block;
        margin: 0 auto;
        margin-top: 42px;
        margin-bottom: 42px;
    }
    .video_container  {
        width:800px;
        display: block;
        margin:0 auto;
    }
    .video .img_pc_below_video {
        width: 760px;
        display: block;
        margin:0 auto;    
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cta a img.imgPC {
        /*width: 38%;
        margin: 0 auto;
        display: block;*/
    }
    img.ttl_user_voice {
        width: 400px;
        display: block;
        margin: 0 auto;
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .voice_video {
        width: 800px;
        margin: 0 auto;
    }
    .voice_video:last-child {
        padding-bottom: 0;
    }
    #voice1{
        padding-top: 60px;
        margin-top: -60px;
    }
    .voice_video h3 {
        font-size:30px;
        color:#8C8075;
        margin-bottom: 20px;
    }
    .voice_video .v-num {
        top:24px;
    }
    .common_area_list {    
        margin-top: -38%;        
        padding-bottom: 7.5%;
    }
    .point_num {
        width: 10%;
        left: 13%;
    }
    .slick-dotted.slick-slider.common_area_slider {
        margin-bottom: 48px;
    }
    .common_area_slider .slick-dots li button:before {
        color:#ECE6DD;
    }
    .common_area_slider .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    .pillar_list {
        margin-top: -50%;
        padding: 0 10% 19%;
    }
    .leave_table {
        display:none;
    }
    .QA img.qa-img {
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 48px;
    }
    .footer_apartments_list .slick-dots li button:before {
        color:#ECE6DD;
    }
    .footer_apartments_list .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    ul.pillar_slider.slick-dotted.slick-slider {
        margin: 0 auto;
        margin-bottom: 48px;
    }
    ul.pillar_slider .slick-dots li button:before {
        color:#ECE6DD;
    }
    ul.pillar_slider .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    ul.pillar_slider .prev-arrow {
        left:-28px;
    }
    ul.pillar_slider .next-arrow {
        right: -26px;
    }
}
@media (max-width: 768px) {
    .slick-slide img.imgPC {
        display:none!important;
    } 
    .slick-dots {
        display:none!important;
    }
    .slick-dotted.slick-slider {
        margin-bottom:0px;
    }
    .leave .leave_table .horizon-scroll {
        width: 95%;
    }
    .leave .leave_table {
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        width:95%;
    }
    .line-bnr a {
        display: block;
        text-align: center;
    }
    .QA img.qa-img {
        display: block;
        height: auto;
    }
}
@media(min-width:769px) and (max-width:1439px) {
    header {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media(min-width:769px) and (max-width:1300px) {
    .common_area_list {
        padding-bottom: 5.5%;
    }
    .pillar_list {
        padding: 0 10% 17%;
    }
    .common_area_slider {
        margin-top: 10px;
    }
}
@media(min-width:769px) and (max-width:1175px) {
    .fv-btn img.fv-btn-img {
        width: 350px;
    }
}
@media(min-width:769px) and (max-width:900px) {
    .fv-btn img.fv-btn-img {
        width: 280px;
    }
    .video_container,.voice_video {
        width:auto;
    }
    .video .img_pc_below_video {
        width: 94%;
    }
}
@media(max-width:767px) {
    .fv-btn {
        margin: 32px auto 0;
        position: static;
        transform: unset;
        display: block;
    }
    .fv .fv-btn{
        display: none;
    }
    .main-lead.secondary-heading{
        font-size: clamp(14px, 2.6vw, 26px);
    }
}


@media(min-width:769px) {
    .common_slider_area {
        width: 95%;
        margin: 0 auto;
        margin-top: -43.5%;
    }
} 
@media(min-width:769px) and (max-width:1299px) {
    .common_slider_area {
        margin-top: -41%;
    }
}
@media(min-width:769px) and (max-width:1180px) {
    .common_slider_area {
        margin-top: -42.5%;
    }
}

@media(max-width:768px) {
    .common_area {
        padding-bottom: 41%;
    }
    .common_slider_area {
        width: 80%;
        margin: auto;    
        margin-top: -100%;
        padding: 0 10% 0%;
    }
}
@media(max-width:500px) {
    .common_area {
        padding-bottom: 34%;
    }
    .common_area .point_num {
        top:-20px;
    }
}
@media(min-width:769px) and (max-width:900px) {
    header img {
        width: auto;
        height: 32px;
        margin-right: 12px;
    }
}
@media(max-width:768px) {
    header {
        padding: 10px 10px 10px 22px;
        height:auto;
    }
    header .logo {
        width:auto;
        display:inline-block;
        flex-basis: 49%;
    }
    header img {
        width:auto;
        display:block;
        height: auto;
        max-width: 100%;
        height:20px;
    }
    header img:nth-child(1) {    
        margin-bottom: 6px;
    }
}

@media(max-width:375px) {
    header img {
        height:17px;
    }
}

/* new map and image gallery */

.inner + .inner {
    padding-top: 0;
}

.inner-area {
    max-width: 1568px !important;
}
.inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 96px);
    max-width: 1000px;
}
.inner-min{
    max-width: 800px;
}
.inner-mid{
    max-width: 1200px;
}
.inner-wide{
    max-width: 1400px;
}

.area-wrapper {
    gap: 8px;
    text-align: center;
    justify-content: flex-start;
}
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.area-item {
    counter-increment: count;
}
.area-item {
    margin-bottom: 32px;
    width: calc(100% / 4 - 6px);
    color: #000;
    figure{
        overflow: hidden;
    }
}
.area-item img{
    transition: all .3s ease-out;
}
.area-item:hover img{
    transform: scale(1.1);
}
.note {
    margin: 1em 0;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1;
}
.count {
    font-size: 1.125em;
    margin-top: -0.6em;
}
.inline-block {
    display: inline-block;
}
.img-wrapper {
    position: relative;
}
.fit-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.has-max {
	height: auto;
	max-width: 100%;
}
.area-item .img-wrapper::before {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #456254;
    content: attr(data-num);
    color: #fff;
    line-height: 30px;
}


.area-item.is-new .img-wrapper::before{
    background-color: #820000;
}
.area-item.is-new .img-wrapper::after{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1;
    background: linear-gradient(to bottom right, #fffac6, #c2b569);
    color: #c80000;
    content: "NEW";
}

@media(max-width:767px) {
    .inner {
        padding: 40px 0;
        width: calc(100% - 32px);
    }
    .over-scroll {
        overflow-x: auto;
        position: relative;
    }
    .area-wrapper {
        flex-wrap: nowrap;
    }
    .area-item {
        min-width: 200px;
    }
    .cta {
        position: relative;
        width: auto;
        padding-bottom:18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 18px;
    }
    .cta a {
        width: 80%;
        bottom: 11%;
        left: 50%;
        transform: translateX(-50%);
        /* margin-left: auto;  */
        /* margin-right: auto; */
        /* left: 0; */
        /* right: 0; */
        /* transform: inherit; */
    }
    .concept-inner{
        padding: 32px 0 60px;
        width: calc(100% - 96px);
    }
}
/* .is-new:nth-child(-n+3){
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1;
    background: linear-gradient(to bottom right, #fffac6, #c2b569);
    content: counter(count);
    color: #c80000;
    line-height: 30px;
    margin: 0 auto;
} */



/* add */
.bnrs{
    background-color: #f4f4f4;
    padding: 40px 0;
}
.bnrs a{
    display: block;
    max-width: 610px;
    width: 90%;
    margin: auto;
    color: #333;
    transition: .3s;
}
.bnrs a:hover{
    opacity: .6;
}
.bnrs dl{}
.bnrs dt{
    width: 90%;
    margin: auto;
}
.bnrs dd{
    font-size: 12px;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro" ,"Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: "palt";
    margin-top: 1em;
    text-align: center;
}
@media(min-width:769px) {
    .bnrs dt{
        width: 100%;
    }
    .bnrs dd{
        font-size: 14px;
        text-align: left;
    }
}

.tel-area {
    justify-content: center;
    display: grid;
    margin: 40px auto ;
    padding: 16px;
    background: #DFE5E1;
    max-width: 900px;
    width: 90%;
    border-radius: 100px;
    filter: drop-shadow(6px 5px 4px rgba(0, 0, 0, 0.3));
}
.tel-text{
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}
.tel-area div {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.tel-area img {
    margin-right: 8px;
    width: 50px;
}
.tel-number {
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
}
@media(min-width:768px) {
    .tel-area {
        margin: 0px auto 80px;
        padding: 30px 0;
    }
    .tel-text{
        font-size: 1.4rem;
    }
    .tel-area img {
        width: 100px;
    }
    .tel-number {
        font-size: 4.4rem;
    }
}
/* @media(max-width:767px) {
    .tel-area{
        margin: 0 auto;
    }
} */
.yakusho-wrap{
    padding: 60px 48px;
    background: url(../images/pc/yakusho-bg.webp) no-repeat top center;
    background-size: cover;
    border: 3px solid #870000;
    position: relative;
}
.yakusho-heading{
    font-size: clamp(20px , 3.6vw , 36px);
    line-height: 1.3;
    padding-bottom: .2em;
    margin-bottom: .6em;
    border-bottom:1px solid #870000;
}
.yakusho-heading .large-text{
    font-size: 135%;
}
.yakusho-new{
    position: absolute;
    top: -28px;
    left: -3.6%;
    width: 20%;
}
.yakusho-flex{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.yakusho-title{
    font-size: clamp(18px , 2vw , 25px);
}
.movie-thumb{
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
@media(max-width:767px) {
    .yakusho-wrap{
        padding: 40px 16px;
        background: url(../images/sp/yakusho-bg.jpg) no-repeat top center;
        background-size: cover;
    }
    .yakusho-flex{
        margin-top: 32px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .yakusho-new{
        top: -1.6%;
        left: -4.6%;
        width: 25%;
    }
    .yakusho-wrap .note{
        font-size: 12px;
    }
    .cap-inner{
        padding: 32px 0;
    }
    .scroll-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        max-width: 150px;
        transform: translate(-50%, -50%);
        pointer-events: none;
        visibility: visible !important;
        z-index: 1;
    }
    .scroll-icon img {
        width: 100%;
        animation: swipeIcon 5s ease-in-out 0.8s both infinite;
    }
    @keyframes swipeIcon {
		0%{
			transform: translateX(0);
		}
		10%{
			transform: translateX(-20px);
		}
		20%{
			transform: translateX(0);
		}
		30%{
			transform: translateX(-20px);
		}
		40%,100%{
			transform: translateX(0);
		}
	}
}
.caption {
    font-size: .75rem;
    line-height: 1.5;
}

@media(min-width:768px) {
    .shine-bg{
        background: url(../images/shine-bg.webp) no-repeat top center;
        background-size: 100%;
    }
    .scroll-icon {
        display: none;
    }
    
}
@media(max-width:767px) {
    .shine-bg{
        background: url(../images/shine-bg.webp) no-repeat top center;
        background-size: 150%;
        position: relative;
        overflow: hidden;
    }
}

.is-none{
    display: none;
}






/*--------------------------------
common
--------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.en-font{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.small-text {
	font-size: 75%;
}
.middle-text{
	font-size: 125%;
}
.large-text{
	font-size: 150%;
}
.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.align-center{
	align-items: center;
}
.has-gap{
	gap: 16px;
}
.col-2{
	width: 50%;
}
.col-3{
	width: calc(100% / 3);
}
.col-4{
	width: calc(100% / 3);
}
.has-gap .col-2{
	width: calc(50% - 8px);
}
.has-gap .col-3{
	width: calc(100% / 3 - 11px);
}
.has-gap .col-4{
	width: calc(100% / 4 - 12px);
}
@media screen and (max-width: 767px){
	.col-2,
	.has-gap .col-2,
	.col-3,
	.has-gap .col-3{
		width: 100%;
	}
	.has-gap .col-4{
		width: calc(50% - 8px);
	}
	.has-gap .sp-col-3{
		width: 100%;
	}
    .sp-text-left {
        text-align: left;
    }
    .sp-text-center {
        text-align: center;
    }
}
.img-wrapper{
	position: relative;
}
.img-wrapper .caption{
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}
.caption.cap-top{
    height: fit-content;
	top: 62%;
	bottom: auto;
	opacity: .7;
}
.inline-block{
	display: inline-block;
}
.grid-wrapper{
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 940px){
	.grid-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px){
	.grid-wrapper{
		grid-template-columns: 1fr;
	}
	.caption.cap-top{
		top: 70%;
	}
}
.nav-link{
	color: #444;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
}
.nav-link.none{
	position: relative;
}

/*--------------------------------
componet
--------------------------------*/

.primary-heading{
	margin-bottom: .8em;
	font-size: clamp(26px, 3.6vw, 36px);
	font-weight: 400;
	line-height: 1.3;
}
.primary-heading .jp{
	font-size: clamp(1.2rem, 1.95vw, 1.6rem);
	display: block;
}
.secondary-heading{
	margin-bottom: .8em;
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: 400;
	line-height: 1.7;
}
.tertiary-heading{
	margin-bottom: .8em;
	font-size: clamp(1.8px, 2.4vw, 2.4px);
	font-weight: 400;
	line-height: 1.4;
}
.primary-heading.mb-none,
.secondary-heading.mb-none,
.tertiary-heading.mb-none{
            margin-bottom: 0;
}
.page-heading{
	margin-bottom: .8em;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: .2em;
	text-indent: .1em;
}
.page-heading .note{
	letter-spacing: .1em;
}
.note{
	margin: 1em 0;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.6;
}
.lead{
	margin: 1em 0;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.6;
}
.lead.mb-none{
    margin-bottom: 0;
}
.caption{
	margin: .4em 0;
	font-size: 12px;
	line-height: 1.4;
}
.cta-btns{
	display: flex;
	justify-content: center;
}
.cta-arrow{
	width: 40px;
	margin-left: 12px;
}
.cta-arrow .cls-1 {
	fill: #fff;
	stroke-width: 0px;
}
.cta-arrow .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: .25px;
}
.btn{
	padding: 8px 16px;
	display: inline-block;
	position: relative;
	background: #2c2c2c;
	color: #fff;
	font-size: 1.6rem;
	transition: all .3s ease-out;
}
.general-btn{
	border-radius: 27px;
	margin: 8px;
	padding: 4px;
	width: 100%;
	max-width: 350px;
	height: 50px;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #223c3d;
	font-size: 2rem;
	color: #fff;
}
.general-btn .btn-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
/* .general-btn:hover{
	filter: brightness(.8);
} */
@media screen and (max-width: 767px){
	.caption{
		font-size: 10px;
	}
	.general-btn{
		width: calc(100% - 16px);
		height: 54px;
		font-size: 1.8rem;
		line-height: 54px;
	}
}
.mincho{ 
    font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .075em;
}
.gothic{
    font-family: Noto Sans JP;
}
.is-kerning{
    font-feature-settings: "palt";
}
.is-gry{
    color: #8C7A70;
}
.is-red{
    color: #930011;
}
.is-light{
    color: #fff;
}
.is-yel{
    color:#D7D42F;
}
.bg-light{
    background: #fff;
}
.bg-blu{
    background: #7eabd4;
}
.bg-brn{
    background: #8c8072;
}
.bg-beg{
    background: #f8f4f1;
}
.bg-red{
    background: #95040b;
}
.is-marker{
    background: linear-gradient(transparent 50%, #fff 50%);
}
.is-marker-beg{
    background: linear-gradient(transparent 50%, #EEE7DD 50%);
}
.is-bold{
    font-weight: 600;
}
.line-wide{
    line-height: 2.4;
}
.layout-stack-wide > * + * {
    margin-top: 60px;
}
.layout-stack > * + * {
    margin-top: 32px;
}
.has-pd{
    padding-bottom: 80px;
}


@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
	.slick-slide img.sp-none{
		display: none;
	}
    .has-pd{
        padding-bottom: 40px;
    }

}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
	.slick-slide img.pc-none{
		display: none;
	}
}

/*--------------------------------
article
--------------------------------*/
/* 固定ページタイトル */
.article-pages_title {
    padding: clamp(45px, 8vw, 80px) 20px clamp(30px, 6vw, 60px);
    font-size: clamp(20px, 3.6vw, 36px);
    line-height: 1.3;
}
.article-pages_title .block-head {
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .article-pages_title {
        padding: 80px 20px 60px;
    }
}

/* 一覧 */
.article-lists .item {
    display: flex;
    align-items: flex-start;
    gap: clamp(15px, 3vw, 30px);
    padding: 20px 0;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ECE6DD;
}
.article-lists .thumbnail {
    aspect-ratio: 1 / 1;
    width: min(calc(150px + clamp(15px, 3vw, 30px)), 30%);
    width: clamp(100px, calc(150 / 800 * 100%), 150px);
}
.article-lists .thumbnail img {
    max-width: 100%;
    height: auto;
}
.article-lists .info {
    width: calc(100% - (clamp(100px, calc(150 / 800 * 100%), 150px) + clamp(15px, 3vw, 30px)));
}
.article-lists .status {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.article-lists time {
    font-size: clamp(16px, 2vw, 20px);
}
.article-lists .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: clamp(12px, 1.6vw, 16px);
}
.article-lists .categories li {
    background: #898277;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
}
.article-lists .title {
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
}

/* もっと見るボタン */
.article-btn_more {
    margin: clamp(20px, 4vw, 40px) auto 0;
    padding: clamp(15px, 2vw, 20px) clamp(30px, 5vw, 50px);
    font-size: clamp(16px, 1.8vw, 18px);
    border-radius: 5px;
    display: block;
    width: fit-content;
    background: #930011;
    color: #fff;
    font-weight: bold;
    /* transition: all .2s ease-out; */
}
/* @media screen and (min-width: 768px){
    .article-btn_more:hover {
        opacity: .6;
    }
} */

/* ページネーション */
.pagination {
    margin-top: clamp(30px, 5vw, 50px);
}
.pagination:empty {
    display: none;
}
.pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: clamp(15px, 2.3vw, 23px);
}
.pagination li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.pagination li .page-numbers:not(.dots) {
    padding-bottom: 3px;
    aspect-ratio: 1 / 1;
    width: clamp(40px, 5vw, 50px);
    border: 1px solid #ECE6DD;
    border-radius: 40px;
    /* transition: all .2s ease-out; */
}
.pagination li span.current {
    color: #fff;
    background: #93040B;
    border-color: #93040B;
}
/* @media screen and (min-width: 768px){
    .pagination li a.page-numbers:hover {
        background: #93040B;
        color: #fff;
        border-color: #93040B;
    }
} */
@media screen and (max-width: 767px){
    .pagination ul {
        gap: 4px;
    }
    .pagination li .page-numbers:not(.dots) {
        padding-bottom: 2px;
        width: 40px;
    }
}

/* 記事詳細 */
.single-header {
    padding-bottom: clamp(20px, 3vw, 30px);
    margin-bottom: clamp(20px, 4vw, 40px);
    border-bottom: 1px solid #ECE6DD;
}
.single-header .status {
    margin-bottom: clamp(10px, 2vw, 20px);
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
}
.single-header time {
    font-size: clamp(12px, 1.6vw, 16px);
}
.single-header .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: clamp(10px, 1.2vw, 12px);
}
.single-header .categories li {
    background: #898277;
    padding: 5px 10px 6px;
    border-radius: 10px;
    color: #fff;
}
.single-header .title {
    font-size: clamp(24px, 3.6vw, 36px);
    line-height: 1.5;
}

.single-detail {
    line-height: 1.8;
    font-size: clamp(16px, 1.8vw, 18px);
}
.single-detail > * + * {
    margin-top: 1em;
}
.single-detail > * + .wp-block-heading {
    margin-top: 2em;
}

.single-detail .wp-block-heading {
    font-weight: 500;
    line-height: 1.3;
}

.single-detail h1 {
    font-size: 200%;
}
.single-detail h2 {
    font-size: 180%;
}
.single-detail h3 {
    font-size: 160%;
}
.single-detail h4 {
    font-size: 140%;
}
.single-detail h5 {
    font-size: 120%;
}
.single-detail h6 {
    font-size: 100%;
}

.single-detail ul.wp-block-list,
.single-detail ol.wp-block-list {
    list-style: revert;
    padding-left: 1.3em;
}
.single-detail .wp-block-image {
    position: relative;
    z-index: 0;
    width: fit-content;
}
.single-detail .wp-block-image::before {
    content: none !important;
}
.single-detail .wp-element-caption {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 100%;
    padding: 1em !important;
    font-size: 0.7em !important;
    text-align: right !important;
    z-index: 1;
    color: #fff;
    margin-bottom: 0;
}
.single-detail .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.single-detail .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------
breadclumbs
--------------------------------*/
.breadclumbs{
	padding: 16px;
}
.breadclumbs-lists{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.breadclumbs-list{
	font-size: 14px;
	display: flex;
	align-items: center;
	font-feature-settings: 'palt';
}
.breadclumbs-list:not(:last-child)::after{
	content: '';
	margin-left: 8px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	transform: rotate(45deg);
}
.breadclumbs-list a{
	color: #2c2c2c;
	text-decoration: underline;
}
.breadclumbs-list a.current{
	pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	.breadclumbs{
		/* padding-bottom: 0; */
	}
	.breadclumbs-lists{
		gap: 12px 8px;
	}
	.breadclumbs-list{
		font-size: 12px;
	}
	.breadclumbs-list:not(:last-child)::after{
		width: 6px;
		height: 6px;
	}
}