@charset "UTF-8";

/*///////////////////// font-face ///////////////////////////*/
@font-face {
    font-family: "Gloria Hallelujah";
    src: url(/fonts/GloriaHallelujah-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Kiwi Maru";
    src: url(/fonts/KiwiMaru-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Kiwi Maru";
    src: url(/fonts/KiwiMaru-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "RocknRoll One";
    src: url(/fonts/RocknRollOne-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans JP";
    src: url(/fonts/IBMPlexSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans JP";
    src: url(/fonts/IBMPlexSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans JP";
    src: url(/fonts/IBMPlexSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face ///////////////////////////*/

html{
    scroll-behavior: smooth;
}

body { 
    margin: 0;
}

#topsearch{
    scroll-margin-top: 100px;
}

/* ============================
リセット
============================ */
.l-main *{
    font-family: "IBM Plex Sans JP", sans-serif;
}

.l-main{
    width: auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
    font-weight: 500;
}

/* ============================
共通
============================ */
[class*="section__wrapper--"]{
    position: relative;
    padding-block: 100px;
}

[class*="section__inner--"]{
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

[class*="ttl__box--"]{
    display: flex;
    flex-direction: column;
    text-align: center;
}

[class*="section__ttl--"]{
    margin: 0;
    color: #74A72E;
    font-family: "Gloria Hallelujah", sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
}

[class*="section__sub-ttl--"]{
    margin: 0;
    color: #74A72E;
    text-align: center;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.l-main a:hover,
.l-main button:hover{
    opacity: 1;
}

/* もっと見るボタン（共通） */
.section-more{
    margin: 0;
}

.section-more__link{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 280px;
    height: 60px;
    padding: 0 19px 0 42px;
    background-color: var(--section-more-bg, #fec641);
    border-radius: 9999px;
    text-decoration: none;
    --section-more-bg: #fec641;
    --section-more-fg: #64503e;
    transition: background-color 0.3s ease;
}

.section-more__link--sm{
    width: 200px;
    height: 40px;
}

.section-more__text{
    flex: 1;
    color: var(--section-more-fg);
    font-family: "Kiwi Maru", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: color 0.3s ease;
}

.section-more__link--sm .section-more__text{
    font-size: 16px;
}

.section-more__icon{
    display: block;
    flex-shrink: 0;
    width: 9px;
    height: 16px;
    color: var(--section-more-fg);
    transition: color 0.3s ease;
    fill: none;
}

.section-more__link:hover{
    background-color: var(--section-more-fg);
}

.section-more__link:hover .section-more__text,
.section-more__link:hover .section-more__icon{
    color: var(--section-more-bg);
}

/* ============================
装飾・イラスト（共通）
============================ */
[class*="section__wrapper--"] > .section-deco{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    pointer-events: none;
}

.section-deco__item{
    position: absolute;
    display: block;
}


/* ============================
スクロールフェードイン
============================ */
.js-fade-bottom,
.js-fade-left,
.js-fade-right,
.js-fade-zoom {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-bottom {
    transform: translateY(40px);
}

.js-fade-left {
    transform: translateX(-40px);
}

.js-fade-right {
    transform: translateX(40px);
}

/* 奥から手前に浮かび上がる */
.js-fade-zoom {
    transform: scale(0.86) translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-fade-bottom.is-visible,
.js-fade-left.is-visible,
.js-fade-right.is-visible,
.js-fade-zoom.is-visible {
    opacity: 1;
    transform: translate(0);
}

@media (prefers-reduced-motion: reduce) {
    .js-fade-bottom,
    .js-fade-left,
    .js-fade-right,
    .js-fade-zoom {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* ============================
メインビジュアル
============================ */
.main__box{
    position: relative;
}

.org-top-mv-slider{
    width: 100%;
    overflow: hidden;
}

.org-top-mv-slider__slide{
    width: 100%;
}

.org-top-mv-slider__figure,
.main__img{
    margin: 0;
    line-height: 0;
}

.org-top-mv-slider__figure{
    width: 100%;
    aspect-ratio: 1920 / 920;
    overflow: hidden;
}

.org-top-mv-slider__figure img,
.main__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.org-top-mv-slider__figure img{
    transform: scale(1);
    transition: transform 0.4s ease;
}

.org-top-mv-slider__link:hover .org-top-mv-slider__figure img{
    transform: scale(1.08);
}

/* ============================
コンセプト
============================ */
.section__wrapper--concept{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.section__wrapper--concept::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/concept_bg.webp) center / cover no-repeat;
    pointer-events: none;
    width: 100%;
    height: 1537px;
}

.section__wrapper--concept > *{
    position: relative;
    z-index: 1;
}

.ttl__box--concept{
    gap: 48px;
    text-align: left;
}

.concept__slider-area{
    width: 100%;
}

.concept__slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.concept__slider .swiper-wrapper{
    align-items: center;
}

.concept__slide{
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 560px;
    height: 540px;
    transition: width 0.6s ease;
}

.concept__slide.swiper-slide-active{
    width: 720px;
}

.concept__figure{
    margin: 0;
    width: 100%;
    line-height: 0;
}

.concept__img{
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    transition: height 0.6s ease;
}

.concept__slide.swiper-slide-active .concept__img{
    height: 540px;
}

.concept__nav{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 0;
}

.concept__nav img{
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.concept__nav:hover img{
    transform: scale(1.1);
    opacity: 0.8;
}

.concept__nav--prev{
    left: calc(50% - 360px - 20px);
}

.concept__nav--next{
    left: calc(50% + 360px - 20px);
}

.concept__text{
    display: flex;
    flex-direction: column;
    gap: 29px;
    text-align: center;
}

[class*="concept__text-item"]{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-shadow: 0 0 11px #78b6dd;
}

.deco-concept-01{
    top: -103px;
    left: -15px;
    width: 168px;
    height: 166px;
}

.deco-concept-02{
    top: -1px;
    left: 593px;
    width: 197px;
    height: 62px;
}

.deco-concept-03{
    top: 90px;
    left: 1095px;
    width: 117px;
    height: 43px;
}

.deco-concept-04{
    top: 78px;
    left: -30px;
    width: 38px;
    height: 28px;
}

.deco-concept-05{
    top: 125px;
    left: 16px;
    width: 38px;
    height: 39px;
}

/* ============================
物件検索
============================ */
.section__wrapper--search{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 42px 39px;
}

.section__wrapper--search::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/search_bg.webp) center / cover no-repeat;
    pointer-events: none;
    top: -391px;
}

.section__wrapper--search > *{
    position: relative;
    z-index: 1;
}

.section__inner--search{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.ttl__box--search{
    gap: 12px;
    align-items: center;
}

.section__sub-ttl--search{
    font-size: 28px;
    font-weight: 500;
}

.search__caption{
    display: flex;
    flex-direction: column;
    gap: 29px;
    width: 100%;
    text-align: center;
}

[class*="search__caption-item"]{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    color: #64503e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.search__content{
    display: flex;
    flex-direction: column;
    gap: 33px;
    width: 100%;
}

.search__form{
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px 24px;
    background-color: #74a72e;
    border: none;
    border-radius: 12px;
}

.search__form-ttl{
    margin: 0;
    flex-shrink: 0;
    color: #fff;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.search__input-wrap{
    display: flex;
    align-items: center;
    flex: 1;
    gap: 12px;
    min-width: 0;
    height: 60px;
    padding: 8px 8px 8px 24px;
    background-color: #fff;
    border-radius: 9999px;
    box-sizing: border-box;
}

.search__input-wrap .search__input{
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #64503e;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.search__input-wrap .search__input::placeholder{
    color: #bfbfbf;
}

.search__input-wrap .search__input:focus{
    border: none;
    outline: none;
    background: transparent;
}

.search__input-wrap .search__submit{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0 20px 2px;
    border: none;
    background-color: #fec641;
    border-radius: 9999px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    --section-more-bg: #fec641;
    --section-more-fg: #64503e;
    transition: background-color 0.3s ease;
}

.search__submit-text{
    color: #64503e;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.search__input-wrap .search__submit:hover{
    background-color: var(--section-more-fg);
}

.search__input-wrap .search__submit:hover .search__submit-text{
    color: var(--section-more-bg);
}

.search__category-list{
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__category-item{
    flex: 1;
    min-width: 0;
}

.search__category-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 200px;
    padding-bottom: 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.search__category-item--sale .search__category-link:hover{
    background-color: #fff;
}

.search__category-item--sale .search__category-link:hover [class*="search__category-text"]{
    color: #439749;
}

.search__category-item--house .search__category-link:hover,
.search__category-item--land .search__category-link:hover{
    background-color: #fff;
}

.search__category-item--house .search__category-link:hover [class*="search__category-text"],
.search__category-item--land .search__category-link:hover [class*="search__category-text"]{
    color: #74a72e;
}

.search__category-item--sale .search__category-link{
    background-color: #439749;
}

.search__category-item--house .search__category-link,
.search__category-item--land .search__category-link{
    background-color: #74a72e;
}

.search__category-icon{
    display: block;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    line-height: 0;
}

.search__category-icon img{
    display: block;
    width: 100px;
    height: 100px;
}

[class*="search__category-text"]{
    color: #fff;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.search__bnr-list{
    display: flex;
    gap: 33px;
    width: 100%;
    justify-content: space-between;
}

.search__bnr-item{
    min-width: 0;
}

.search__bnr-link{
    position: relative;
    display: block;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
}

.search__bnr-link::after{
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-22deg);
    pointer-events: none;
}

.search__bnr-link:hover::after{
    animation: bnr-shine 0.8s ease-out;
}

@keyframes bnr-shine{
    from{
        left: -80%;
    }

    to{
        left: 130%;
    }
}

@media (prefers-reduced-motion: reduce){
    .search__bnr-link:hover::after{
        animation: none;
    }
}

.search__bnr-img{
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.illust-concept{
    top: -86px;
    right: -163px;
    width: 451px;
    height: 430px;
}

.illust-search-01{
    top: 140px;
    left: 1px;
    width: 180px;
    height: 206px;
}

.illust-search-02{
    top: 159px;
    left: 195px;
    width: 127px;
    height: 190px;
}

.illust-search-03{
    top: 244px;
    left: -111px;
    width: 142px;
    height: 181px;
}

.deco-search-01{
    top: 251px;
    right: -230px;
    width: 231px;
    height: 308px;
}

.deco-search-02{
    top: 90px;
    right: 0;
    width: 231px;
    height: 308px;
}

.deco-search-04{
    top: 659px;
    left: -390px;
    width: 304px;
    height: 391px;
}

/* ============================
ピックアップ
============================ */
.section__wrapper--pick-up{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background-color: #EADFC9;
}

.section__wrapper--pick-up > *{
    position: relative;
    z-index: 1;
}

.section__inner--pick-up{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ttl__box--pick-up{
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    text-align: left;
}

.section__sub-ttl--pick-up{
    font-size: 28px;
    font-weight: 500;
}

.pickup__caption{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pickup__caption-ttl{
    margin: 0;
    color: #439749;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.pickup__caption-text{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    color: #64503e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.pickup__slider-area{
    width: 100%;
}

.pickup__slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pickup__slide{
    width: 720px;
    height: 540px;
}

.pickup__link{
    display: block;
    width: 720px;
    height: 540px;
    border-radius: 24px;
    overflow: hidden;
    line-height: 0;
}

.pickup__img{
    display: block;
    width: 720px;
    height: 540px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.pickup__link:hover .pickup__img{
    transform: scale(1.08);
}

.pickup__nav{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 0;
}

.pickup__nav img{
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pickup__nav:hover img{
    transform: scale(1.1);
    opacity: 0.8;
}

.pickup__nav--prev{
    left: calc(50% - 360px - 20px);
}

.pickup__nav--next{
    left: calc(50% + 360px - 20px);
}

.deco-search-03{
    top: -305px;
    right: -390px;
    width: 249px;
    height: 417px;
}

.deco-pick-up-01{
    top: -73px;
    right: 164px;
    width: 231px;
    height: 308px;
}

.deco-pick-up-02{
    top: 65px;
    left: -335px;
    width: 231px;
    height: 308px;
}

.illust-pick-up{
    top: 202px;
    right: -122px;
    width: 296px;
    height: 185px;
}

/* ============================
おすすめ物件
============================ */
.section__wrapper--recommend{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background-color: #EADFC9;
    padding-block: 40px 80px;
}

.section__wrapper--recommend::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/recommend_bg.webp) no-repeat center / cover;
    pointer-events: none;
    top: -68px;
    width: 100%;
    height: 1344px;
}

.section__wrapper--recommend > *{
    position: relative;
    z-index: 1;
}

.section__inner--recommend{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.ttl__box--recommend{
    gap: 12px;
    align-items: center;
}

.section__ttl--recommend,
.section__sub-ttl--recommend{
    color: #64503e;
}

.section__sub-ttl--recommend{
    font-size: 28px;
    font-weight: 500;
}

.recommend__caption{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    text-align: center;
}

.recommend__caption-ttl{
    margin: 0;
    color: #439749;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.recommend__caption-body{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

[class*="recommend__caption-text"]{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    color: #64503e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.bkn-slider{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.bkn-slider__view{
    width: 100%;
    overflow: visible;
}

.section__wrapper--recommend .bkn__item,
.section__wrapper--recommend .bkn__card{
    width: calc((1140px - 60px) / 4);
}

.section__wrapper--recommend .bkn__img,
.section__wrapper--recommend .bkn__img > img{
    width: 100%;
    height: auto;
    aspect-ratio: 238 / 159;
}

.section__wrapper--recommend .bkn__new img{
    width: 59px;
    height: 22px;
    aspect-ratio: auto;
}

.bkn__item{
    width: 270px;
    height: auto;
}

.bkn__card{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 270px;
    min-height: 298px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.bkn__link{
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    position: relative;
    padding: 16px;
}

.bkn__img{
    position: relative;
    margin: 0;
    width: 238px;
    height: 159px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    background: #dbdbdb;
}

.bkn__img img{
    display: block;
    width: 238px;
    height: 159px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.bkn__link:hover .bkn__img img{
    transform: scale(1.08);
}

.bkn__new{
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 2;
    display: block;
    width: 59px;
    height: 22px;
    line-height: 0;
}

.bkn__new img{
    display: block;
    width: 59px;
    height: 22px;
}

.bkn__body{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    overflow: hidden;
}

.bkn__name{
    margin: 0;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bkn__meta{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 9px;
    width: 100%;
}

.bkn__price{
    margin: 0;
    color: #bc0000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.bkn__price .price{
    margin: 0;
    color: #bc0000;
    font-family: "Gloria Hallelujah", "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

[class*="bkn__area"],
[class*="bkn__spec"],
[class*="bkn__address"]{
    margin: 0;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.bkn__address{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bkn__type{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin: 0;
    padding: 0 12px;
    background-color: #439749;
    border-radius: 0 0 12px 0;
}

.bkn__type-text{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.bkn__favorite{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: url(/images/top/icon_favorite.svg) no-repeat center / contain;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.bkn__favorite.is-checked{
    background: url(/images/top/icon_favorite_on.svg) no-repeat center / contain;
}

.bkn-slider__control{
    display: flex;
    align-items: center;
    gap: 10px;
}

.bkn-slider__prev,
.bkn-slider__next{
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.bkn-slider__prev img,
.bkn-slider__next img{
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.bkn-slider__prev:hover img,
.bkn-slider__next:hover img{
    transform: scale(1.1);
    opacity: 0.8;
}

.bkn-slider__pager{
    margin: 0;
    color: #64503e;
    font-family: "Gloria Hallelujah", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.deco-recommend-01{
    top: 68px;
    right: -79px;
    width: 82px;
    height: 148px;
}

.deco-recommend-02{
    top: 367px;
    left: 56px;
    width: 82px;
    height: 148px;
}

.deco-recommend-03{
    top: -11px;
    left: -110px;
    width: 82px;
    height: 148px;
}

.deco-recommend-04{
    top: 260px;
    left: -229px;
    width: 82px;
    height: 148px;
}

.deco-recommend-05{
    top: 243px;
    right: -232px;
    width: 82px;
    height: 148px;
}

.deco-recommend-06{
    top: 36px;
    right: 108px;
    width: 82px;
    height: 148px;
}

.illust-recommend-01{
    top: 284px;
    right: -108px;
    width: 220px;
    height: 226px;
}

.illust-recommend-02{
    top: 161px;
    left: -182px;
    width: 375px;
    height: 185px;
    z-index: -1;
}

/* ============================
お知らせ
============================ */
.section__wrapper--information{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 20px 100px;
}

.section__wrapper--information::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/info_bg.webp) center / cover no-repeat;
    pointer-events: none;
    top: -178px;
    width: 100%;
    height: 1026px;
}

.section__wrapper--information > *{
    position: relative;
    z-index: 1;
}

.section__inner--information{
    gap: 60px;
    width: 1140px;
}

.info__inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.info__en-ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    margin: 0;
    color: #439749;
    font-family: "Gloria Hallelujah", sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.info__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 30px;
    padding-right: 150px;
    margin-top: 100px;
}

.info__jp-ttl{
    margin: 0;
    width: 100%;
    color: #439749;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.info__news{
    width: 100%;
    height: 480px;
}

.info__list{
    height: 100%;
}

.info__items{
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info__item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 17px;
    border-bottom: 2px dashed #dec6b1;
    width: 790px;
}

.section__wrapper--information [class*="info__date"]{
    margin: 0;
    color: #439749;
    font-family: "RocknRoll One", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.section__wrapper--information [class*="info__text"]{
    color: #333;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.section__wrapper--information .info__text-p,
.section__wrapper--information .info__text-span,
.section__wrapper--information .info__text-link,
.section__wrapper--information .info__text-li{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.section__wrapper--information .info__text-p{
    margin: 0;
}

.section__wrapper--information .info__text-link{
    position: relative;
    text-decoration: none;
}

.section__wrapper--information .info__text-link::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: left center;
}

.section__wrapper--information .info__text-link:hover{
    opacity: 1;
    text-decoration: none;
}

.section__wrapper--information .info__text-link:hover::after{
    transform: scaleX(1);
}

.info__list .simplebar-track.simplebar-vertical{
    top: 0;
    right: 0;
    width: 12px;
    background: #fff;
    border-radius: 9999px;
}

.info__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{
    inset: 2px;
    background: #000;
    border-radius: 9999px;
    opacity: 1;
}

.info__list .simplebar-track.simplebar-horizontal{
    display: none;
}

.deco-information{
    top: 149px;
    right: -456px;
    width: 361px;
    height: 404px;
    z-index: -1;
}

.illust-information-01{
    top: -133px;
    right: -60px;
    width: 174px;
    height: 302px;
}

.illust-information-02{
    top: -188px;
    left: 96px;
    width: 274px;
    height: 276px;
}

/* ============================
スタッフブログ
============================ */
.section__wrapper--staff-blog{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #bbeae6;
    padding-block: 0 100px;
}

.section__inner--staff-blog{
    position: relative;
    width: 1140px;
}

.section__inner--staff-blog::before{
    content: "";
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: 0;
    width: 1550px;
    height: 545px;
    background: url(/images/top/blog_bg.webp) no-repeat center / cover;
    pointer-events: none;
}

.section__inner--staff-blog > *{
    position: relative;
    z-index: 1;
}

.staff-blog__inner {
    display: flex;
    gap: 60px;
}

.staff-blog__en-ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    margin: 0;
    color: #439749;
    font-family: "Gloria Hallelujah", sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.staff-blog__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
    gap: 30px;
    margin: 100px 0 0;
}

.staff-blog__jp-ttl{
    margin: 0;
    width: 100%;
    color: #439749;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.blog-slider{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.blog-slider__view{
    width: 100%;
    overflow: visible;
    clip-path: inset(0 -230% 0 0);
}

.blog__item{
    width: 270px;
    height: auto;
}

.blog__card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 270px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.blog__link{
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    min-height: 277px;
    padding: 16px 16px 14px;
}

.blog__img{
    margin: 0;
    width: 238px;
    height: 159px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    background: #dbdbdb;
}

.blog__img img{
    display: block;
    width: 238px;
    height: 159px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.blog__link:hover .blog__img img{
    transform: scale(1.08);
}

.blog__body{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    overflow: hidden;
}

.blog__ttl{
    margin: 0;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog__detail{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.blog__excerpt{
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog__date{
    margin: 0;
    overflow: hidden;
    color: #439749;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-slider__action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blog-slider__control{
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-slider__prev,
.blog-slider__next{
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.blog-slider__prev img,
.blog-slider__next img{
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.blog-slider__prev:hover img,
.blog-slider__next:hover img{
    transform: scale(1.1);
    opacity: 0.8;
}

/* 背景シェイプが .section__inner--staff-blog::before のため、装飾を前面に出す */
.section__wrapper--staff-blog > .section-deco{
    z-index: 2;
}

.illust-staff-blog{
    top: -137px;
    right: 83px;
    width: 173px;
    height: 274px;
}

/* ============================
スタッフ紹介
============================ */
.section__wrapper--staff{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #BBEAE6;
    padding-block: 30px 100px;
}

.section__wrapper--staff::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/deco_staff_01.webp) no-repeat center / cover;
    pointer-events: none;
    width: 100%;
    height: 1196px;
    top: -10px;
}

.section__wrapper--staff > *{
    position: relative;
    z-index: 1;
}

.section__inner--staff{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.ttl__box--staff{
    gap: 12px;
    align-items: center;
}

.section__ttl--staff,
.section__sub-ttl--staff{
    color: #64503e;
}

.section__sub-ttl--staff{
    font-size: 28px;
    font-weight: 500;
}

.staff__caption{
    margin: 0;
    width: 100%;
    color: #64503e;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.staff__list{
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.staff__item{
    width: 364px;
}

.staff__card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 364px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.staff__link{
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    min-height: 445px;
    padding: 16px;
}

.staff__img{
    margin: 0;
    width: 332px;
    height: 221px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    background: #dbdbdb;
}

.staff__img img{
    display: block;
    width: 332px;
    height: 221px;
    object-fit: cover;
    object-position: center top;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.staff__link:hover .staff__img img{
    transform: scale(1.08);
}

.staff__body{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-inline: 8px;
}

.staff__name{
    margin: 0;
    width: 100%;
    color: #74a72e;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.staff__divider{
    display: block;
    flex-shrink: 0;
    width: 202px;
    height: 2px;
    background-color: #fec641;
}

.staff__detail{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.staff__qualification{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 8px 8px 6px;
    background-color: #fff4d9;
}

.staff__qualification-label{
    margin: 0;
    flex-shrink: 0;
    color: #74a72e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.staff__qualification-text{
    margin: 0;
    flex: 1;
    min-width: 0;
    color: #64503e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.staff__comment{
    margin: 0;
    color: #64503e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.deco-staff-01{
    top: -40px;
    left: -390px;
    width: 1920px;
    height: 1196px;
    z-index: -1;
}

.deco-staff-blog-01{
    top: 257px;
    left: -518px;
    width: 361px;
    height: 404px;
    z-index: -1;
}

.deco-staff-02{
    top: 13px;
    right: 22px;
    width: 83px;
    height: 62px;
}

.deco-staff-03{
    top: 113px;
    right: 77px;
    width: 82px;
    height: 84px;
}

.deco-staff-tree-01{
    top: 444px;
    left: -390px;
    width: 439px;
    height: 447px;
    z-index: -1;
}

.deco-staff-tree-02{
    top: 503px;
    right: -390px;
    width: 429px;
    height: 388px;
    z-index: -1;
}

/* ============================
ABOUT US
============================ */
.section__wrapper--about-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.section__wrapper--about-us::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/images/top/about_us_bg.webp) center / cover no-repeat;
    pointer-events: none;
}

.section__wrapper--about-us > *{
    position: relative;
    z-index: 1;
}

.about-us__gallery{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 1920px;
    height: 621px;
    margin-left: -960px;
    pointer-events: none;
}

.about-us__gallery-item{
    position: absolute;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}

.about-us__gallery-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us__gallery-item--dim{
    opacity: 0.3;
}

.about-us__gallery-item--01{
    top: 21px;
    left: 349px;
    width: 360px;
    height: 240px;
}

/* 上端が画面外で切れるため、上側の角丸なし */
.about-us__gallery-item--02{
    top: -100px;
    left: 144px;
    width: 300px;
    height: 175px;
    border-radius: 0 0 20px 20px;
}

/* 右端が画面外で切れるため、右側の角丸なし */
.about-us__gallery-item--03{
    top: 226px;
    right: 0;
    width: 340px;
    height: 260px;
    border-radius: 20px 0 0 20px;
}

.about-us__gallery-item--04{
    top: -65px;
    right: 513px;
    width: 270px;
    height: 180px;
}

.about-us__gallery-item--05{
    top: 194px;
    left: 0;
    width: 420px;
    height: 280px;
}

.about-us__gallery-item--06{
    top: 11px;
    right: 207px;
    width: 360px;
    height: 240px;
}

.section__inner--about-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.ttl__box--about-us{
    gap: 12px;
    align-items: center;
}

.section__ttl--about-us,
.section__sub-ttl--about-us{
    color: #fff;
}

.section__sub-ttl--about-us{
    font-size: 28px;
    font-weight: 500;
}

.about-us__lead{
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    text-align: center;
}

.about-us__lead-text{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.about-us__content{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.about-us__slider{
    position: relative;
    flex-shrink: 0;
    width: 600px;
}

.about-us__slider-view{
    width: 600px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.about-us__slide{
    width: 600px;
    height: 400px;
}

.about-us__slide-figure{
    margin: 0;
    width: 600px;
    height: 400px;
    line-height: 0;
    background: #dbdbdb;
}

.about-us__slide-figure img{
    display: block;
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.about-us__prev,
.about-us__next{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 0;
}

.about-us__prev{
    left: -20px;
}

.about-us__next{
    right: -20px;
}

.about-us__prev img,
.about-us__next img{
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.about-us__prev:hover img,
.about-us__next:hover img{
    transform: scale(1.1);
    opacity: 0.8;
}

.about-us__pager{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 80px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px 0 20px 0;
    color: #fff;
    font-family: "Gloria Hallelujah", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.about-us__info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-width: 0;
}

.about-us__info-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.about-us__company-name{
    margin: 0;
    color: #fff;
    font-family: "RocknRoll One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.about-us__info-list{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.about-us__info-row{
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
}

.about-us__info-label{
    flex-shrink: 0;
    width: 64px;
    margin: 0;
    padding-top: 4px;
    color: #fff;
    font-family: "RocknRoll One", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.about-us__info-value{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.about-us__info-value-text{
    font-family: "IBM Plex Sans JP", sans-serif;
    margin: 0;
    flex: 1;
    min-width: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

