@import "../../../../../../../fonts.googleapis.com/css2@family=Cormorant+Infant%253Awght@500&family=Shippori+Mincho%253Awght@500&family=Zen+Kaku+Gothic+New&display=swap.css";
.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75em;
    position: absolute;
    font-size: 2rem;
    line-height: 1;
}
.more-btn .arrow {
    position: relative;
    aspect-ratio: 1/1;
    width: 25px;
    overflow: hidden;
}
.more-btn .arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60%;
    left: -150%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    -webkit-clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    background-color: #fff;
    opacity: 1;
    -webkit-transition: left 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.2s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: left 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.2s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.more-btn .arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background-color: #fff;
    -webkit-clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    opacity: 1;
    -webkit-transition: left 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: left 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.keyvisual {
    position: relative;
    width: 100%;
    height: max(700px, 100vh);
    margin-top: -100px;
    overflow: hidden;
}

.keyvisual .swiper{
    height: 100%;
}
.keyvisual .swiper .swiper-img{
    height: 100%;
    width: 100%;
}
.keyvisual .swiper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .keyvisual {
        height: calc(100vh - 55px);
        height: calc(100svh - 55px);
        margin-top: 55px;
    }
}
.keyvisual.active::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 5s ease-out;
    transition: opacity 1s ease-in-out, -webkit-transform 5s ease-out;
    transition: opacity 1s ease-in-out, transform 5s ease-out;
    transition: opacity 1s ease-in-out, transform 5s ease-out, -webkit-transform 5s ease-out;
}
.keyvisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/top_fv.webp);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .keyvisual::before {
        background-position: 67% 50%;
    }
}
.keyvisual .kv-topic {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;*/
    gap: 5px;
    position: absolute;
    top: 48%;
    left: 20%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    font-size: clamp(2rem, 1.9444444444vw, 2.8rem);
    z-index: 9;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    font-size: 50px;
    letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
    .keyvisual .kv-topic {
        top: 60%;
        left: 50%;
        width: 86%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
}
.keyvisual .kv-topic .text {
/*    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    line-height: 1.6;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .keyvisual .kv-topic .text {
        padding: 0.5em 0;
    }
}
.keyvisual .availability {
    display: grid;
    grid-template-columns: 45% calc(55% - 10px);
    gap: 10px;
    position: absolute;
    right: 10px;
    bottom: 30px;
    aspect-ratio: 9/4;
    width: 270px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #2a79c1;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .keyvisual .availability {
        bottom: 10px;
        aspect-ratio: 61/27;
        width: 180px;
        padding: 5px;
    }
}
.keyvisual .availability .top-box {
    display: grid;
    place-content: center;
}
.keyvisual .availability .top-box .topic {
    font-size: clamp(1.3rem, 1.25vw, 1.8rem);
}
.keyvisual .availability .top-box .date {
    margin-top: 0.25em;
    color: #2a79c1;
    font-size: clamp(0.9rem, 0.8333333333vw, 1.2rem);
    letter-spacing: normal;
}
.keyvisual .availability .bottom-box {
    display: grid;
    place-content: center;
    background-color: #3B86C0;
    border: 1px solid #2a79c1;
    color: #d6be98;
    font-size: clamp(1.1rem, 1.0416666667vw, 1.5rem);
}
.keyvisual .availability .bottom-box .topic {
    display: block;
}
.keyvisual .availability .bottom-box .room .num {
    font-size: clamp(4.8rem, 5vw, 7.2rem);
    line-height: 0.9;
}
.topics-area {
    position: relative;
    padding: 50px 0;
    background-color: rgba(214, 190, 152, 0.2);
}
@media screen and (max-width: 768px) {
    .topics-area {
        padding: 60px 0;
    }
}
.topics-area::before,
.topics-area::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.topics-area::before {
    top: 10px;
}
.topics-area::after {
    bottom: 10px;
}
.topics-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 2.5vw;
    width: min(1500px, 94%);
    margin-inline: auto;
}
@media screen and (max-width: 1024px) {
    .topics-area .inner {
        width: min(1010px, 70%);
    }
}
@media screen and (max-width: 768px) {
    .topics-area .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        padding-right: 0;
    }
}
.topics-area .topic-text-img {
    width: calc((100% - 10vw) / 5);
    height: clamp(28px, 2.5vw, 36px);
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .topics-area .topic-text-img {
        width: auto;
    }
}
.topics-area .topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 2.5vw;
}
@media screen and (max-width: 768px) {
    .topics-area .topics-list {
        gap: 15px;
        width: 100%;
        margin-top: 20px;
    }
}
.topics-area .topics-list .list-item {
    position: relative;
    aspect-ratio: 12/11;
    width: min(240px, 16.6666666667vw);
    width: clamp(170px, 16.5277777778vw, 238px);
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media screen and (max-width: 768px) {
    .topics-area .topics-list .list-item {
        aspect-ratio: 1/1;
        width: calc((100% - 15px) / 2);
        padding: 5% 0 2%;
    }
}
.topics-area .topics-list .list-item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(214, 190, 152, 0.5);
    box-shadow: 0 0 20px 0 rgba(214, 190, 152, 0.5);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.topics-area .topics-list .list-item:hover .item-link::after {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    -webkit-transition: all 0.3s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.topics-area .topics-list .list-item:nth-of-type(2) .text {
    line-height: 1.2;
}
.topics-area .topics-list .list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 0.75px solid #2a79c1;
}
@media screen and (max-width: 768px) {
    .topics-area .topics-list .list-item::before {
        width: calc(100% - 7px);
        height: calc(100% - 7px);
    }
}
.topics-area .topics-list .item-link {
    display: grid;
    place-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.topics-area .topics-list .item-link::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: 28px;
    margin: 5px auto;
    background-color: #2a79c1;
    -webkit-clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.08, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.08, 0.68, 0.53);
}
.topics-area .topics-list .icon {
    aspect-ratio: 7/6;
    width: 60%;
    margin-inline: auto;
}
.topics-area .topics-list .text {
    font-size: clamp(1.4rem, 1.1805555556vw, 1.7rem);
}
@media screen and (max-width: 768px) {
    .topics-area .topics-list .text {
        letter-spacing: normal;
    }
}
.topics-area .topics-list .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#282b2c), to(#282b2c)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#282b2c, #282b2c) 100% 100%/0 1px no-repeat;
}
.intro-area {
    margin-top: 220px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .intro-area {
        margin-top: 70px;
    }
}
.intro-area .intro-top-topic {
    width: min(1200px, 90%);
    margin-inline: auto;
}
.intro-area .intro-top-topic .top-text {
    height: clamp(65px, 7.3611111111vw, 106px);
    margin-left: 0.5em;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0;
}
@media screen and (max-width: 768px) {
    .intro-area .intro-top-topic .top-text {
        height: min(126px, 23.1466666667vw);
    }
}
.intro-area .intro-top-topic .top-text.active {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: filter 1.1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 1.1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.intro-area .intro-top-topic .bottom-text {
    margin-top: 0.75em;
    color: #3B86C0;
    font-size: clamp(1.3rem, 1.5277777778vw, 2.2rem);
    letter-spacing: 0.075em;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0;
}
.intro-area .intro-top-topic .bottom-text.active {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: filter 0.85s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 0.85s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.85s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.intro-area .content-wrapper {
    position: relative;
    padding-top: 120px;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper {
        padding-top: 0;
    }
}
.intro-area .content-wrapper.wrap01 {
    margin-right: auto;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01 {
        padding-top: 50px;
    }
}
/*.intro-area .content-wrapper.wrap01::before {
    top: -70px;
    right: -9%;
    aspect-ratio: 1/1;
    width: max(260px, 34.0277777778vw);
    background-image: url(../img/common/botanical/botanical2.webp);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01::before {
        aspect-ratio: 123/208;
        width: min(160px, 32.8vw);
        top: 35vw;
        right: 0;
    }
}*/
.intro-area .content-wrapper.wrap01 .inner {
    grid-template-columns: clamp(230px, 40.1111111111vw, 620px) 1fr;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01 .inner {
        grid-template-columns: auto;
    }
}
.intro-area .content-wrapper.wrap01 .text-box {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 5em;
    margin-left: min(120px, 8.3333333333vw);
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01 .text-box {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: 0;
    }
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper {
    overflow: hidden;
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper01 {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01 .top-intro-img-wrapper01 {
        margin-right: auto;
        margin-left: -13%;
    }
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper01 .top-intro-img-inner {
    aspect-ratio: 1/0.692;
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper02 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: calc((min(120px, 8.3333333333vw) + 2vw) * -1);
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap01 .top-intro-img-wrapper02 {
        grid-row: 3/4;
    }
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper02 .top-intro-img-inner {
    aspect-ratio: 1/0.733;
    width: clamp(205px, 20.8333333333vw, 300px);
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper02 .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper.active .top-intro-img-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-area .content-wrapper.wrap01 .top-intro-img-wrapper .top-intro-img-inner {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.intro-area .content-wrapper .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.intro-area .content-wrapper.wrap02 {
    margin-right: 0;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 {
        margin-top: 30px;
    }
}
/*.intro-area .content-wrapper.wrap02::before {
    top: 160px;
    left: -4%;
    aspect-ratio: 50/71;
    width: max(110px, 20.8333333333vw);
    background-image: url(../img/common/botanical/botanical7.webp);
}
@media screen and (max-width: 1024px) {
    .intro-area .content-wrapper.wrap02::before {
        left: -6%;
    }
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02::before {
        aspect-ratio: 55/108;
        top: auto;
        bottom: 71vw;
        left: 0;
    }
}*/
.intro-area .content-wrapper.wrap02 .inner {
    grid-template-columns: 1fr auto;
}
@media screen and (max-width: 1024px) {
    .intro-area .content-wrapper.wrap02 .inner {
        gap: 50px min(85px, 4.5572916667vw);
    }
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .inner {
        grid-template-columns: auto;
    }
}
.intro-area .content-wrapper.wrap02 .text-box {
    grid-column: 1/2;
    grid-row: 1/3;
    display: grid;
    place-content: flex-end;
    padding-right: 5%;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .text-box {
        grid-column: 1/2;
        grid-row: 2/3;
        place-content: center;
    }
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper {
    overflow: hidden;
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper03 {
    grid-column: 2/3;
    grid-row: 1/2;
    width: clamp(227px, 40.1111111111vw, 620px);
    margin-right: 0;
    /*margin-left: min(120px, 8.3333333333vw);*/
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .top-intro-img-wrapper03 {
        grid-column: 1/2;
        grid-row: 3/4;
        width: 100%;
        margin-top: 30px;
        margin-right: -13%;
        margin-left: auto;
    }
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper03 .top-intro-img-inner {
    aspect-ratio: 1/0.692;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .top-intro-img-wrapper03 .top-intro-img-inner {
        aspect-ratio: 227/200;
    }
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper04 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: clamp(115px, 19.4444444444vw, 280px);
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .top-intro-img-wrapper04 {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-top: -22%;
        margin-left: -3%;
    }
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper05 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: clamp(290px, 29.1666666667vw, 420px);
    margin-top: 180px;
    margin-right: auto;
    margin-left: 13%;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper.wrap02 .top-intro-img-wrapper05 {
        aspect-ratio: 290/239;
        margin-top: 130px;
        margin-left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 100% 50%;
        object-position: 100% 50%;
    }
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper.active .top-intro-img-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.intro-area .content-wrapper.wrap02 .top-intro-img-wrapper .top-intro-img-inner {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.intro-area .content-wrapper::before {
    content: "";
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .intro-area .content-wrapper::before {
        background-position: 100% 50%;
        background-size: cover;
    }
}
.intro-area .inner {
    display: grid;
    grid-auto-rows: auto;
    /* gap: 50px min(120px, 8.3333333333vw); */
    width: min(1440px, 100%);
    gap: 0;
    /*width: min(1200px, 90%);*/
	margin-inline: auto ;
	max-width: none;
}
@media screen and (min-width: 1441px) {
    .intro-area .inner {
        margin-inline: auto !important;
    }
}
@media screen and (max-width: 768px) {
    .intro-area .inner {
        width: 80%;
        margin-inline: auto;
    }
}
.intro-area .inner .text-box {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    font-size: clamp(1.5rem, 1.25vw, 1.8rem);
    letter-spacing: 0.05em;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
    .intro-area .inner .text-box {
        line-height: 1.8;
    }
}
.intro-area .inner .text-box .text:not(:first-of-type) {
    margin-top: 2em;
}
.feature-area {
    position: relative;
    padding-top: clamp(120px, 9.0555555556vw, 260px);
}
/*.feature-area::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 3%;
    aspect-ratio: 87/124;
    width: 30.1388888889vw;
    background-image: url(../img/common/botanical/botanical8.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .feature-area::before {
        display: none;
    }
}*/
.feature-area .sec-title {
    text-align: center;
}
.feature-area .sec-title .top-text {
    margin-inline: auto;
}
.feature-area .sec-title .bottom-text {
    margin-top: 1em;
}
.feature-list {
    position: relative;
    margin-top: clamp(50px, 8.3333333333vw, 120px);
    overflow: hidden;
}
.feature-list .list-item:hover .item-link::before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.feature-list .list-item:hover .topic .bottom-text .text-inner {
    background-position: 0 100%;
    background-size: 100% 1px;
}
.feature-list .list-item:hover .arrow::before {
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.feature-list .list-item:hover .arrow::after {
    left: 200%;
    opacity: 1;
    -webkit-transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.feature-list .list-item:nth-of-type(even) .text-box {
    background-color: #c08735;
}
.feature-list .list-item:nth-of-type(even) .more-btn .btn-text {
    background-color: #c08735;
}
.feature-list .list-item .text-box {
    background-color: #D2DD51;
    color: #fff;
}
.feature-list .list-item.item01 .item-link::before {
    background-image: url(../img/home/3.JPG);
}
@media screen and (max-width: 768px) {
    .feature-list .list-item.item01 .item-link::before {
        background-position: 43% 56%;
        background-size: auto 150%;
    }
}
.feature-list .list-item.item02 .item-link::before {
    background-image: url(../img/home/4.JPG);
}
.feature-list .list-item.item03 .item-link::before {
    background-image: url(../img/home/5.JPG);
}
.feature-list .list-item.item04 .item-link::before {
    background-image: url(../img/top/feature4.webp);
}
.feature-list .item-link {
    display: grid;
    grid-template-columns: 36% 64%;
    grid-template-rows: auto;
    overflow: hidden;
}
@media only screen and (min-width: 768px){
    .feature-list .list-item:nth-child(even) .item-link{
        direction: rtl;
    }
}
@media screen and (max-width: 768px) {
    .feature-list .item-link {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-auto-rows: auto;
    }
}
.feature-list .item-link::before {
    content: "";
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .feature-list .item-link::before {
        grid-column: 1/2;
        grid-row: 1/2;
        aspect-ratio: 25/16;
    }
}
.feature-list .text-box {
    display: grid;
    place-content: center;
    grid-column: 1/2;
    aspect-ratio: 27/28;
    padding: 40px 40px 70px;
}
@media screen and (max-width: 768px) {
    .feature-list .text-box {
        aspect-ratio: auto;
        grid-row: 2/3;
    }
}
/*.feature-list .text-box::before {
    top: 11px;
    left: 20px;
    width: calc(100% - 39px);
    height: calc(100% - 22px);
    border-top: 0.75px solid #d6be98;
    border-bottom: 0.75px solid #d6be98;
}
.feature-list .text-box::after {
    top: 20px;
    left: 11px;
    width: calc(100% - 22px);
    height: calc(100% - 39px);
    border-right: 0.75px solid #d6be98;
    border-left: 0.75px solid #d6be98;
}*/
.feature-list .text-box .num {
    height: clamp(21px, 1.9444444444vw, 28px);
    margin-inline: auto;
}
.feature-list .text-box .topic {
    margin-top: 30px;
    text-align: center;
}
.feature-list .text-box .topic .top-text {
    font-size: clamp(1.5rem, 1.25vw, 1.8rem);
}
.feature-list .text-box .topic .bottom-text {
    margin-top: 0.5em;
    font-size: clamp(3.2rem, 2.7777777778vw, 4rem);
    line-height: 1.3;
}
.feature-list .text-box .text {
    width: 84%;
    margin-top: 1.5em;
    margin-inline: auto;
    font-size: 1.5rem;
    line-height: 2;
	direction: ltr;
}
@media screen and (max-width: 768px) {
    .feature-list .text-box .text {
        margin-bottom: 0.5em;
    }
}
.feature-list .text-box .more-btn {
    right: 40px;
    bottom: 40px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .feature-list .text-box .more-btn {
        bottom: 30px;
    }
}
.feature-list .text-box .frame {
    position: absolute;
    aspect-ratio: 1/1;
    width: 20px;
}
.feature-list .image {
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: 45/28;
    width: 62.5vw;
}
@media screen and (max-width: 768px) {
    .feature-list .image {
        grid-column: 1/2;
        grid-row: 1/2;
        aspect-ratio: auto;
        width: 100%;
        height: 64vw;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.frame-box {
    position: relative;
}
.frame-box::before,
.frame-box::after {
    content: "";
    position: absolute;
    z-index: 20;
}
.frame-box .frame {
    position: absolute;
    aspect-ratio: 1/1;
    z-index: 20;
}
.frame-box .frame.frame01 {
    top: 0;
    left: 0;
}
.frame-box .frame.frame02 {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.frame-box .frame.frame03 {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.frame-box .frame.frame04 {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.living-area {
    position: relative;
    padding-top: clamp(120px, 15.2777777778vw, 220px);
}
/*.living-area::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 10%;
    aspect-ratio: 395/292;
    width: 27.4305555556vw;
    background-image: url(../img/common/botanical/botanical9.webp);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px) {
    .living-area::before {
        right: 2%;
        aspect-ratio: 177/116;
        width: 47.2vw;
    }
}*/
.living-area .wrapper {
    width: min(1200px, 90%);
    margin-inline: auto;
}
.living-area .sec-title .top-text {
    height: clamp(33px, 4.5833333333vw, 66px);
}
.living-area .sec-title .bottom-text {
    margin-top: 0.25em;
}
.living-area .living-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 70px 7.6388888889vw;
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .living-area .living-list {
        grid-template-columns: auto;
        gap: 70px 0;
        margin-top: 40px;
    }
}
.living-area .living-list .list-item {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
@media screen and (max-width: 768px) {
    .living-area .living-list .list-item {
        width: 100%;
    }
}
.living-area .living-list .list-item:hover .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .list-item:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 0.5px;
}
.living-area .living-list .list-item:hover .arrow::before {
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .list-item:hover .arrow::after {
    left: 200%;
    opacity: 1;
    -webkit-transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .list-item:nth-of-type(even) {
    /*margin-top: 7.6388888889vw;*/
}
@media screen and (max-width: 768px) {
    .living-area .living-list .list-item:nth-of-type(even) {
        margin-top: 0;
    }
}
.living-area .living-list .list-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .img-box {
    /*aspect-ratio: 1/0.8;*/
    width: 100%;
    background-color: rgba(69, 69, 69, 0.2);
    overflow: hidden;
}
/*.living-area .living-list .img-box::before {
    top: 10px;
    left: 17px;
    width: calc(100% - 34px);
    height: calc(100% - 20px);
    border-top: 0.75px solid #fff;
    border-bottom: 0.75px solid #fff;
}
.living-area .living-list .img-box::after {
    top: 17px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 34px);
    border-right: 0.75px solid #fff;
    border-left: 0.75px solid #fff;
}
.living-area .living-list .img-box::before,
.living-area .living-list .img-box::after {
    border-color: #fff;
}*/
.living-area .living-list .img-box .image {
    position: relative;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .img-box .frame {
    position: absolute;
    aspect-ratio: 1/1;
    width: 20px;
}
.living-area .living-list .top-text {
    
    margin-top: 0;
    font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
}
@media screen and (max-width: 768px) {
    .living-area .living-list .top-text {
        margin-top: 0.75em;
    }
}
.living-area .living-list .bottom-text {
    margin-top: 0.25em;
    font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
}
.living-area .living-list .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#282b2c), to(#282b2c)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#282b2c, #282b2c) 100% 100%/0 1px no-repeat;
}
.living-area .living-list .more-btn {
    right: 7px;
    bottom: 0px;
    color: #2a79c1;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.living-area .living-list .more-btn::after {
    background-color: #2a79c1;
}
.news-area {
    position: relative;
    margin-top: max(100px, 13.8888888889vw);
    padding-top: max(100px, 8.3333333333vw);
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .news-area {
        padding-bottom: 20px;
    }
}
.news-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 94%;
    height: 1px;
    background-color: #d4cec9;
}
@media screen and (max-width: 768px) {
    .news-area::before {
        width: 80%;
    }
}
.news-area .wrapper {
    width: min(1200px, 90%);
    margin-inline: auto;
}
.news-area .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.news-area .top-container .more-btn {
    position: relative;
    right: 10px;
    margin-bottom: 0.5em;
    color: #2a79c1;
    font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media screen and (max-width: 768px) {
    .news-area .top-container .more-btn {
        margin-bottom: 0;
    }
}
.news-area .top-container .more-btn:hover .arrow::before {
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.news-area .top-container .more-btn:hover .arrow::after {
    left: 200%;
    opacity: 1;
    -webkit-transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: left 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0s 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.news-area .post-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22.75%, 1fr));
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 3%;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .news-area .post-list {
        display: block;
        margin-top: 30px;
    }
}
.news-area .post-list .list-item {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #d4cec9;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .list-item {
        display: block;
        padding: 30px 0;
    }
}
.news-area .post-list .list-item:hover .post-thumb-img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.news-area .post-list .list-item:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 0.5px;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .list-item:first-of-type {
        padding-top: 0;
    }
}
.news-area .post-list .item-link {
    display: grid;
    grid-row: inherit;
    grid-template-rows: inherit;
    gap: 7px;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .item-link {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 0 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.news-area .post-list .post-thumb {
    aspect-ratio: 3/2;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .post-thumb {
        grid-row: 1/4;
        aspect-ratio: 1/1;
    }
}
.news-area .post-list .post-thumb-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.news-area .post-list .date {
    display: block;
    margin-top: 10px;
    font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
    letter-spacing: normal;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .date {
        grid-column: 2/3;
        grid-row: 1/2;
        align-self: flex-end;
        margin-top: 0;
    }
}
.news-area .post-list .title {
    font-size: clamp(1.5rem, 1.25vw, 1.8rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .title {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
.news-area .post-list .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#282b2c), to(#282b2c)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#282b2c, #282b2c) 100% 100%/0 1px no-repeat;
}
.news-area .post-list .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0.5em;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: normal;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .news-area .post-list .content {
        grid-column: 2/3;
        grid-row: 3/4;
        align-self: flex-start;
    }
}

/* ============================================================
   2026 TOP renewal — FV refinement / intro / One Day section
   ============================================================ */

/* ---- FV: overlay scrim for depth & legibility ---- */
.keyvisual .kv-scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(18,30,44,0.55) 0%, rgba(18,30,44,0) 42%),
        linear-gradient(105deg, rgba(18,30,44,0.42) 0%, rgba(18,30,44,0) 55%);
}

/* ---- FV: catch copy container ---- */
.keyvisual .kv-topic {
    z-index: 9;
    font-size: 0;
    letter-spacing: normal;
}

/* eyebrow (English, gold sheen) */
.keyvisual .kv-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
    opacity: 0;
    transform: translateY(14px);
}
.keyvisual .kv-eyebrow-bar {
    display: block;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #d6be98, #c08735);
}
.keyvisual .kv-eyebrow-text {
    font-size: clamp(17px, 1.5vw, 22px);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #f3e9d6;
    background: linear-gradient(100deg, #e9d9b6 0%, #ffffff 45%, #c9a35f 55%, #e9d9b6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.keyvisual.active .kv-eyebrow {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.9s ease 0.2s, transform 0.9s cubic-bezier(0.16, 0.84, 0.44, 1) 0.2s;
}
.keyvisual.active .kv-eyebrow-bar {
    width: 54px;
    transition: width 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0.35s;
}
.keyvisual.active .kv-eyebrow-text {
    animation: kvSheen 6s linear 1.2s infinite;
}
@keyframes kvSheen {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

/* catch — line mask + blur reveal */
.keyvisual .kv-catch {
    font-size: clamp(34px, 5.6vw, 62px);
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.keyvisual .kv-line {
    display: block;
    overflow: hidden;
    padding: 0.06em 0;
}
.keyvisual .kv-line-inner {
    display: inline-block;
    transform: translateY(115%);
    opacity: 0;
    filter: blur(6px);
}
.keyvisual.active .kv-line-inner {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
    transition: transform 1.1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease, filter 1s ease;
}
.keyvisual.active .kv-line:nth-child(1) .kv-line-inner { transition-delay: 0.45s; }
.keyvisual.active .kv-line:nth-child(2) .kv-line-inner { transition-delay: 0.62s; }

/* lead */
.keyvisual .kv-lead {
    margin-top: 30px;
    font-size: clamp(17px, 1.7vw, 22px);
    line-height: 2;
    letter-spacing: 0.09em;
    color: #f4f1ea;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(14px);
}
.keyvisual.active .kv-lead {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease 1s, transform 1s cubic-bezier(0.16, 0.84, 0.44, 1) 1s;
}

/* scroll indicator */
.keyvisual .kv-scroll {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    opacity: 0;
}
.keyvisual .kv-scroll-text {
    font-size: 13px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}
.keyvisual .kv-scroll-line {
    position: relative;
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
}
.keyvisual .kv-scroll-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #d6be98);
    transform: translateY(-60px);
    animation: kvScroll 2.2s cubic-bezier(0.76, 0, 0.3, 1) infinite;
}
@keyframes kvScroll {
    0% { transform: translateY(-60px); }
    60%, 100% { transform: translateY(60px); }
}
.keyvisual.active .kv-scroll {
    opacity: 1;
    transition: opacity 1s ease 1.6s;
}
@media screen and (max-width: 768px) {
    .keyvisual .kv-catch { font-size: clamp(26px, 7.6vw, 38px); line-height: 1.35; }
    .keyvisual .kv-eyebrow { justify-content: center; margin-bottom: 16px; }
    .keyvisual .kv-eyebrow-text { font-size: 14px; letter-spacing: 0.24em; }
    .keyvisual .kv-lead { margin-top: 18px; font-size: clamp(14px, 3.8vw, 17px); line-height: 1.9; }
    .keyvisual .kv-scroll { bottom: 14px; }
}

/* ---- intro heading: small EN eyebrow + JP catch copy ---- */
.intro-area .intro-top-topic .intro-eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #c08735;
    font-size: clamp(13px, 1.2vw, 17px);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    line-height: 1;
}
.intro-area .intro-top-topic .top-text.intro-jp-catch {
    height: auto;
    margin-left: 0;
    font-family: "Shippori Mincho", "Playfair Display", serif;
    font-weight: 500;
    font-size: clamp(28px, 3.9vw, 54px);
    line-height: 1.45;
    letter-spacing: 0.06em;
    color: #3B86C0;
}
@media screen and (max-width: 768px) {
    .intro-area .intro-top-topic .intro-eyebrow {
        margin-bottom: 12px;
        font-size: 13px;
    }
    .intro-area .intro-top-topic .top-text.intro-jp-catch {
        height: auto;
        font-size: clamp(22px, 6.6vw, 32px);
        line-height: 1.55;
    }
}

/* ---- intro lead paragraph ---- */
.intro-area .intro-top-topic .intro-lead {
    max-width: 860px;
    margin-top: 36px;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 2.2;
    letter-spacing: 0.04em;
    color: #4a4d4e;
}
@media screen and (max-width: 768px) {
    .intro-area .intro-top-topic .intro-lead {
        font-size: 15px;
        line-height: 2;
    }
}

/* ---- intro text-box: label + title ---- */
.intro-area .text-box .text-box-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c08735;
}
.intro-area .text-box .text-box-title {
    margin-bottom: 22px;
    font-size: clamp(21px, 2.2vw, 30px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #282b2c;
}

/* ---- FV background: reveal the autoplay slideshow + soft gradient + motion ---- */
/* Replace the opaque webp overlay with a subtle brand-tinted gradient so the
   3-image fade slideshow (autoplay, every 4s) becomes visible again. */
.keyvisual::before {
    background-image: linear-gradient(115deg, rgba(42, 121, 193, 0.32) 0%, rgba(18, 30, 44, 0.12) 42%, rgba(214, 190, 152, 0.26) 100%) !important;
    background-size: cover !important;
    opacity: 1;
    transform: none;
    z-index: 1;
}
.keyvisual.active::before {
    transform: none;
}
/* keep the slideshow beneath the gradient/scrim */
.keyvisual .swiper {
    position: absolute;
    inset: 0;
    z-index: 0;
}
/* slow, continuous Ken Burns motion so the FV always feels alive */
.keyvisual .swiper .swiper-img {
    overflow: hidden;
}
.keyvisual .swiper img {
    animation: kvKenBurns 16s ease-in-out infinite alternate;
    transform-origin: 60% 40%;
    will-change: transform;
}
@keyframes kvKenBurns {
    0%   { transform: scale(1.06); }
    100% { transform: scale(1.18) translate(-1.5%, -1.2%); }
}

/* ---- respect reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
    .keyvisual .kv-eyebrow,
    .keyvisual .kv-lead,
    .keyvisual .kv-line-inner,
    .keyvisual .kv-scroll {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
    .keyvisual .kv-eyebrow-bar { width: 54px !important; }
    .keyvisual.active .kv-eyebrow-text { animation: none !important; }
    .keyvisual .kv-scroll-line::after { animation: none !important; }
    .keyvisual .swiper img { animation: none !important; transform: scale(1.06) !important; }
}
