section,
button {
    padding: 0;
}

/*--------- 
共通 
-----------*/

.l-page {
    padding-top: 55px;
    background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
    color: #000000;
    font-family: "Shippori Mincho B1", serif;
}

.section_space {
    width: calc(100% - 40px);
    margin-inline: auto;
}

.section_title_block {
    background: #CAA111;
    padding: 4px 0 0;
}

.section_title {
    background: #0C2F54;
    font-size: 40px;
    font-weight: 300;
    color: #C8A766;
    line-height: calc(40 / 40);
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    padding: 30px 0;
}


picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 表示 */
.sp_in {
    display: block;
}

/* 非表示 */
.pc_in {
    display: none;
}

@media (min-width:768px) {

    .section_space {
        width: 100%;
        max-width: 1128px;
        margin-inline: auto;
    }

    .section_title {
        font-size: 74px;
        line-height: 1;
        padding: 80px 0;
    }

    /* 表示 */
    .pc_in {
        display: block;
    }

    /* 非表示 */
    .sp_in {
        display: none;
    }

}

/*--------- 
メインコンテンツ
-----------*/

/*-- fv --*/

body .fv {
    display: block;
    background-image: url("../images/concept/mv_img_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
    width: 100%;
    height: 283px;
    padding-top: 10px;
    position: relative;
    z-index: 0;
    overflow: inherit;
}

.main_catch {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 300;
    color: #000000;
    line-height: calc(40 / 32);
    letter-spacing: 0.06em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-top: -35px;
}

.main_catch span {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(40 / 32);
    letter-spacing: 0;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

.fv_art_des_wrap {
    padding-bottom: 65px;
}

.fv_art_des_box {
    background: #FFFBF2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 30px 10px;
    width: 90%;
    max-width: 310px;
    margin: -40px auto 50px;
    position: relative;
    z-index: 1;
}

.fv_art_des_top_block {
    margin-bottom: 40px;
}

.fv_art_title {
    width: 201px;
    margin: 0 auto 20px;
}

.fv_art_subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: calc(32 / 18);
    text-align: center;
}

.fv_art_text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(25 / 14);
    text-align: center;
}

.fv_art_text:not(:last-child) {
    margin-bottom: 20px;
}

.fv_art_box {
    max-width: 265px;
    margin: 0 auto;
}

.fv_art_photo_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.fv_art_photo_item {
    aspect-ratio: 265 / 180;
    width: 100%;
    max-width: 265px;
}

@media (min-width:768px) {

    body .fv {
        background-image: url("../images/concept/mv_img.png");
        /* height: 906px; */
        height: auto;
        padding-top: 0;
        aspect-ratio: 2732 / 1812;
    }

    .main_catch {
        font-size: 60px;
        line-height: calc(60 / 60);
        margin-top: -15px;
    }

    .main_catch span {
        font-size: 20px;
        line-height: calc(32 / 20);
    }

    .fv_art_des_wrap {
        padding-bottom: 105px;
    }

    .fv_art_des_box {
        padding: 60px 40px;
        width: 100%;
        max-width: 522px;
        margin: -140px auto 80px;
    }

    .fv_art_des_top_block {
        margin-bottom: 30px;
    }

    .fv_art_title {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 25px;
    }

    .fv_art_subtitle {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    .fv_art_text {
        font-size: 14px;
        line-height: calc(28 / 14);
    }

    .fv_art_text:not(:last-child) {
        margin-bottom: 30px;
    }

    .fv_art_box {
        max-width: 866px;
    }

    .fv_art_photo_list {
        flex-direction: row;
        gap: 40px;
    }

    .fv_art_photo_item {
        aspect-ratio: 262 / 210;
        max-width: 262px;
    }

}

/*--------- 
Horizon
-----------*/

/*--- 共通ブロック ---*/
.gallery_photo_box.exterior {
    position: relative;
}

.gallery_photo_box.exterior .xpected-completion {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.section_content--horizon .section_space {
    padding-bottom: 65px;
}

.horizn_photo_box {
    position: relative;
}

.horizn__text {
    position: absolute;
    color: #fff;
    top: 10%;
    right: 5%;
}

.xpected-completion {
    color: rgb(0, 0, 0);
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
    /* font-weight: 600; */
}

.section_content--architecture .xpected-completion {
    color: #fff;
}

.gallery_des_box {
    width: 90%;
    max-width: 310px;
    background: #FFFBF2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 30px 10px;
    margin: -35px auto 0;
    position: relative;
    z-index: 1;
}

.gallery_description_top_block {
    margin-bottom: 20px;
}

.gallery_title {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: calc(32 / 44);
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 20px;
}

.gallery_subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: calc(32 / 18);
    text-align: center;
}



/*--- コンテンツブロック ---*/

.gallery_photo_box {
    background: #CAA111;
    padding: 4px 0;
    position: relative;
    z-index: 0;
}

.gallery_photo {
    width: 100%;
}

.gallery_text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(25 / 14);
    text-align: center;
}

.gallery_text:not(:last-child) {
    margin-bottom: 20px;
}


@media (min-width:768px) {
    .xpected-completion {
        font-size: 16px;
    }

    /*--- 共通ブロック ---*/
    .horizn__text {
        top: 5%;
        right: 11%;
        font-size: 2vw;
    }

    .section_content--horizon .section_space {
        padding-bottom: 100px;
    }

    .gallery_des_box {
        width: 100%;
        max-width: 522px;
        padding: 60px 35px;
        margin: -105px auto 0;
    }

    .gallery_description_top_block {
        margin-bottom: 40px;
    }

    .gallery_title {
        font-size: 48px;
        line-height: calc(32 / 48);
        margin-bottom: 30px;
    }

    .gallery_subtitle {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    /*--- コンテンツブロック ---*/

    .gallery_text:not(:last-child) {
        margin-bottom: 30px;
    }


}


/*--------- 
Design
-----------*/

/*--- 共通ブロック ---*/

.section_content--design .section_space {
    padding-bottom: 65px;
}

.section_content--design .gallery_des_box {
    margin: 45px auto 0;
}


/*--- コンテンツブロック ---*/


@media (min-width:768px) {
    .section_content--design .section_space {
        padding-bottom: 100px;
    }

    .section_content--design .gallery_des_box {
        margin: 100px auto 0;
    }

}




/*--------- 
ARCHITECTURAL DESIGN
-----------*/

/*--- 共通ブロック ---*/

.section_content--architecture {
    background: #0C2F54;
}

.section_content--architecture .section_space {
    width: 100%;
}

.section_content--architecture .gallery_photo_box {
    padding: 0 0 4px;
    margin-bottom: 40px;
}

.section_content--architecture .gallery_photo_box:nth-child(2) {
    padding: 4px 0;
    margin-bottom: 0;
}


/*--- コンテンツブロック ---*/


.design-section {
    width: calc(100% - 40px);
    margin-inline: auto;
}


.design-section__title {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: calc(40 / 40);
    letter-spacing: 0.02em;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.design-section__title::before,
.design-section__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #fff;
}

.design-section__flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.design-card__body {
    background: radial-gradient(ellipse 220px 220px at 50% 50%, #005395 0%, #005395 5%, #0c2f54 80%, #0c2f54 100%);
    margin-bottom: 30px;
}

.design-card__heading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: calc(32 / 22);
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
}

.design-card__text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: calc(28 / 16);
    margin-bottom: 20px;
}

.design-card__author {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: calc(32 / 18);
    text-align: right;
}

.design-card__post {
    display: block;
    font-size: 14px;
    line-height: calc(32 / 14);
}

.design-card__gallery {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.design-card__gallery.design-card__gallery_bottom {
    margin-bottom: 30px;
}

.design-card__photo {
    width: 100%;
    /* max-width: 335px; */
}

.design-card__features {
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-start;
}

.feature-item:nth-child(2) {
    align-items: flex-start;
}

.feature-item:not(:last-child) {
    margin-bottom: 40px;
}

.feature-item__img {
    width: 100%;
    margin-right: 20px;
}

.feature-item:nth-child(1) .feature-item__img {
    flex: 0 1 204px;
    /* max-width: 60%; */
    max-width: 50%;
}

.feature-item:nth-child(2) .feature-item__img {
    max-width: 141px;
    margin-bottom: 15px;
}

.feature-item__inner {
    width: calc((145/375) * 100%);
    margin-right: 20px;
}

.feature-item__note {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: calc(24 / 16);
}

.feature-item__note__title {
    font-size: 22px;
}

.feature-item__note.small_text {
    flex: 0 0 170px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: calc(25 / 14);
}

.feature-item__caption {
    width: 84px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: calc(18 / 12);
    margin-left: 15px;
}

.exterior {
    position: relative;
}

.xpected-completion__wrap {
    position: relative;
}

.xpected-completion__text {
    position: absolute;
    top: 7%;
    left: 7%;
    font-size: 4vw;
    line-height: 1.75;
    color: #fff;
    writing-mode: vertical-rl;
}

@media (min-width:768px) {
    .design-card__heading {
        text-align: left;
    }

    .xpected-completion__wrap {
        position: relative;
    }

    .xpected-completion__text {
        position: absolute;
        top: 12%;
        left: 10%;
        font-size: 3vw;
        line-height: 1.75;
        color: #fff;
        writing-mode: vertical-rl;
    }

    .xpected-completion {
        margin: 20px 0 15px 20px;
        /* width: 90%; */
    }

    /*--- 共通ブロック ---*/

    .section_content--architecture .section_space {
        width: 100%;
        max-width: 100%;
    }

    .section_content--architecture .gallery_photo_box {
        margin-bottom: 40px;
    }

    .section_content--architecture .gallery_photo_box:nth-child(2) {
        padding: 4px 0;
        margin-bottom: 0;
    }


    /*--- コンテンツブロック ---*/


    .design-section {
        width: 100%;
        max-width: 968px;
        margin: 0 auto 100px;
    }


    .design-section__title {
        font-size: 48px;
        line-height: calc(32 / 48);
        letter-spacing: 0.06em;
        display: block;
        margin: 100px 0 60px;
        position: relative;
    }

    .design-section__title::before,
    .design-section__title::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        max-width: 237px;
        height: 1px;
        background: #fff;
    }

    .design-section__title::before {
        left: 0;
    }

    .design-section__title::after {
        right: 0;
    }

    .design-section__flex {
        background: radial-gradient(400px at center, #005395 0%, #005395 5%, #0c2f54 80%, #0c2f54 100%);
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
        box-sizing: border-box;
    }

    .design-card {
        flex: 1 1 55%;
        max-width: 526px;
        min-width: 0;
        /* 中身のテキストによる突き出しを防止 */
    }

    .design-card:nth-child(2) {
        flex: 1 1 40%;
        max-width: 392px;
        min-width: 0;
    }

    .design-card__body {
        background: none;
        margin-bottom: 50px;
    }

    .design-card:nth-child(2) .design-card__body {
        margin-bottom: 60px;
    }

    .design-card:nth-child(2) .design-card__text {
        margin-bottom: 0;
    }

    .design-card__author {
        text-align: inherit;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
    }

    .design-card__gallery {
        gap: 50px;
    }

    .design-card__gallery.design-card__gallery_bottom {
        margin-bottom: 35px;
    }

    .design-card__gallery.design-card__gallery_bottom .design-card__photo {
        max-width: 333px;
        margin: 0 auto;
    }

    .design-card__photo {
        width: 100%;
        max-width: 100%;
        /* 親要素の幅以上に絶対にならないように */
        height: auto;
    }

    .design-card__features {
        margin-bottom: 20px;
    }

    .feature-item:nth-child(1) .feature-item__img {
        flex: 0 1 204px;
    }

    .feature-item:nth-child(2) .feature-item__img {
        max-width: 120px;
    }

    .feature-item__inner {
        flex: 0 1 141px;
        width: 100%;
        max-width: 100%;
    }

    .feature-item__note {
        font-size: 24px;
        line-height: calc(39 / 24);
    }

    .feature-item__note.small_text {
        flex: 1;
        max-width: 240px;
        min-width: 0;
    }

    .feature-item__caption {
        margin-left: 0;
    }
}



/*--------- 
LANDSCAPE DESIGN
-----------*/

/*--- 共通ブロック ---*/

.section_content--landscape {
    background: #0C2F54;
    padding-bottom: 35px;
}

.section_content--landscape .section_space {
    width: 100%;
}

/*--- コンテンツブロック ---*/

.landscape_sub_title {
    background: #0C2F54;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: calc(32 / 20);
    text-align: center;
}

.garden_intro {
    background: #FFFBF2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 30px 10px 30px;
    width: 90%;
    max-width: 310px;
    margin: -40px auto 50px;
    position: relative;
    z-index: 1;
}

.garden_intro__logo {
    width: 125px;
    height: 54px;
    margin: 0 auto 30px;
}

.garden_intro__text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(25 / 14);
    text-align: center;
}

.garden_produce {
    background: radial-gradient(240px at center, #005395 0%, #005395 5%, #0c2f54 80%, #0c2f54 100%);
    width: calc(100% - 40px);
    margin: 0 auto 30px;
}

.garden_produce__title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: calc(32 / 22);
    text-align: center;
    margin-bottom: 20px;
}

.garden_produce__desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: calc(28 / 16);
}

/*--- プロフィール ---*/

.garden_profile {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
}

.garden_profile__img {
    width: 100%;
    margin-bottom: 50px;
}

.garden_profile__info {
    margin-bottom: 30px;
}

.garden_profile__header {
    margin-bottom: 20px;
}

.garden_profile__header .label {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: calc(32 / 22);
    letter-spacing: 0.4em;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 15px;
}

.garden_profile__header .name {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: calc(32 / 30);
    letter-spacing: 0.14em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.garden_profile__header .name .en {
    font-size: 14px;
    font-weight: 300;
    line-height: calc(18 / 14);
    letter-spacing: 0.3em;
    font-family: "Cormorant Garamond", serif;
}

.garden_profile__bio .bio_label {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: calc(32 / 20);
    letter-spacing: 0.1em;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

.garden_profile__bio .bio_label::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
}

.garden_profile__bio .bio_text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: calc(28 / 16);
}

/*--- チェルシーフラワーショー作品 ---*/

.garden_achievement_wrap {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
}

.garden_achievement {
    margin-bottom: 30px;
}

.garden_achievement__figure img {
    margin-bottom: 10px;
}

figcaption .title {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

figcaption .source {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.garden_award__title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: calc(30 / 20);
    margin-bottom: 20px;
}

.garden_award__flex {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-start;
    margin-bottom: 10px;
}

.award_icon {
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 15px;
}

.award_text {
    flex: 1;
    max-width: 240px;
    margin-right: 10px;
}

.award_text .en {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.award_text .jp {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.garden_award__note {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: calc(20 / 14);
}

/*--- プロモーションムービーを見る ---*/

.garden-action {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.btn-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    width: 290px;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(#d8b958 0%, #b4900c 100%);
    border: 2px solid #7e6400;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-video:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.garden-action__footer-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: calc(28 / 16);
    text-align: center;
}

/* 動画ポップアップ */

/* スクロールを禁止するクラス */
body.is-locked {
    overflow: hidden;
}


/* モーダル全体の重なり */
.video-modal {
    display: none;
    /* 初期は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* 表示中のクラス（JSで切り替え） */
.video-modal.is-active {
    display: flex;
}

/* 動画を囲む枠 */
.video-modal__content {
    position: relative;
    width: 90%;
    max-width: 800px;
    z-index: 10;
    background: #000;
}

/* 閉じるボタン */
.video-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* 背景の黒い透過レイヤー */
.video-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}



@media (min-width:768px) {


    /*--- 共通ブロック ---*/

    .section_content--landscape {
        padding-bottom: 60px;
    }

    .section_content--landscape .section_space {
        width: 100%;
        max-width: 100%;
    }

    /*--- コンテンツブロック ---*/

    .landscape_sub_title {
        padding: 80px 0;
        font-size: 28px;
        line-height: calc(49 / 28);
    }

    .garden_intro {
        padding: 60px 40px;
        width: 100%;
        max-width: 543px;
        margin: -80px auto 80px;
    }

    .garden_intro__logo {
        width: 100%;
        height: 54px;
        max-width: 142px;
        margin: 0 auto 40px;
    }

    .garden_intro__text {
        font-size: 14px;
        font-weight: 400;
        line-height: calc(25 / 14);
        text-align: center;
    }

    .garden_produce {
        background: radial-gradient(250px at center, #005395 0%, #005395 5%, #0c2f54 80%, #0c2f54 100%);
        width: 100%;
        max-width: 543px;
        margin: 0 auto 100px;
    }

    .garden_produce__title {
        margin-bottom: 30px;
    }

    .garden_produce__desc {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: calc(28 / 16);
    }

    /*--- プロフィール ---*/

    .garden_profile {
        width: 100%;
        max-width: 1022px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
        margin: 0 auto 60px;
    }

    .garden_profile__img {
        flex: 1 1 45%;
        max-width: 490px;
        min-width: 0;
    }

    .garden_profile__info {
        flex: 1 1 50%;
        max-width: 472px;
        min-width: 0;
    }

    .garden_profile__header {
        margin-bottom: 20px;
    }

    .garden_profile__header .label {
        font-size: 30px;
        line-height: calc(32 / 30);
        letter-spacing: 0.45em;
        margin-bottom: 10px;
    }

    .garden_profile__bio .bio_label {
        margin-bottom: 20px;
    }

    .garden_profile__bio .bio_label::after {
        content: "";
        background: #fff;
        flex: 1;
        height: 1px;
    }


    .garden_profile__bio .bio_text {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: calc(28 / 16);
    }

    /*--- チェルシーフラワーショー作品 ---*/

    .garden_achievement_wrap {
        width: 100%;
        max-width: 1022px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
        margin: 0 auto 60px;
    }

    .garden_achievement {
        flex: 1 1 40%;
        max-width: 403px;
        min-width: 0;
    }

    .garden_achievement__figure img {
        margin-bottom: 10px;
    }

    figcaption .title {
        margin-bottom: 10px;
    }

    figcaption .source {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }

    .garden_award {
        flex: 1 1 55%;
        max-width: 583px;
        min-width: 0;
    }

    .garden_award__flex {
        justify-content: inherit;
        gap: 20px;
        margin-bottom: 30px;
    }

    .award_text {
        flex: 1;
        max-width: 337px;
        min-width: 0;
        margin-right: 10px;
    }

    .award_text .en {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .award_text .jp {
        font-size: 16px;
    }

    /*--- プロモーションムービーを見る ---*/

    .garden-action {
        width: 100%;
        margin: 0 auto;
    }

    .btn-video {
        width: 100%;
        height: 58px;
        max-width: 316px;
        margin: 0 auto 40px;
        font-size: 20px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .btn-video:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        filter: brightness(1.1);
    }


    .garden-action__footer-text {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        line-height: calc(28 / 16);
        text-align: center;
    }

    /* 動画ポップアップ */

    /* 動画を囲む枠 */
    .video-modal__content {
        max-width: 860px;
    }

    /* 閉じるボタン */
    .video-modal__close {
        top: -60px;
        font-size: 50px;
    }
}


/*--------- 
annotation
-----------*/

.section_content--annotation {
    background: #fff;
    padding: 40px 0;
}

.annotation_text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21 / 14);
}

.annotation_text:not(:last-child) {
    margin-bottom: 10px;
}

@media (min-width:768px) {

    .section_content--annotation {
        padding: 80px 0;
    }

    .annotation_text {
        font-size: 16px;
        line-height: calc(28 / 16);
        letter-spacing: 0.04em;
    }

    .annotation_text:not(:last-child) {
        margin-bottom: 20px;
    }


}

/*--------- 
パンくず
-----------*/

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1128px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-link {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb-item:last-child::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    transform: rotate(45deg);
    display: inline-block;
}

@media (min-width: 768px) {
    .breadcrumb {
        margin-left: auto;
        margin-right: auto;
    }
}