.mv {
    position: relative;
    width: 100%;
    background-image: url(../image/top/mv_bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pc_nav {
    padding-right: 110px;
}

.pc_nav a {
    padding-bottom: 0.4em;
}

.epi_info p {
    color: #608996;
    line-height: 1.7;
    margin-top: 32px;
    font-size: 13px;
}

h2 {
    width: 600px;
    padding-bottom: 32px;
}

.mv_top_area {
    padding: 16vh 5vw 0;
}

.mv_top_area,
.mv_top_area .row {
    align-items: end;
}

.mv_top_area .row {
    position: relative;
}

.mv_banner {
    width: 200px;
    margin-bottom: -48px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(24px);
}

.mv.is-active .mv_banner {
    animation: bannerPopFloat 1s cubic-bezier(.25, .46, .45, .94) forwards;
    animation-delay: 0.8s;
}

.mv_turtle {
    width: 116px;
    position: absolute;
    bottom: 0;

    /* バナー中央の裏に配置 */
    transform: translateX(-50%) scale(0.9);

    opacity: 0;
    z-index: 1;
    /* バナーの後ろ */
}

.mv.is-active .mv_turtle {
    animation: turtleFromBehind 3s cubic-bezier(.25, .8, .25, 1) forwards;
    animation-delay: 1.8s;
}

@keyframes bannerPopFloat {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }


    /* ぽっかり浮く */
    70% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes turtleFromBehind {
    0% {
        opacity: 0;
        transform: translateX(-30%) scale(0.9);
        /* バナー裏 */
    }

    /* 顔だけひょこ */
    35% {
        opacity: 1;
        transform: translateX(-40%) translateY(-4px) scale(1.02);
    }

    /* ちょっと止まる（溜め） */
    55% {
        opacity: 1;
        transform: translateX(-60%) translateY(-4px) scale(1.02);
    }

    /* ほぼ到達（まだほんの少し動いてる） */
    90% {
        opacity: 1;
        transform: translateX(-140%) translateY(0) scale(0.99);
    }

    /* ゆっくり収束 */
    100% {
        opacity: 1;
        transform: translateX(-150%) translateY(0) scale(1);
    }
}


.mv_catch {
    opacity: 0;
    transform: translateY(10px);
}

.mv.is-active .mv_catch {
    animation: catchFade 1.2s ease-out forwards;
}

@keyframes catchFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kv_image {
    position: relative;
    padding: 0 4vw;
}


.mv_bg_right,
.mv_bg_left {
    position: absolute;
    z-index: -1;
}

.mv_bg_right {
    width: 46vw;
    min-width: 580px;
    top: -41vh;
    right: 0;
}

.mv_bg_left {
    width: 44vw;
    min-width: 556px;
    left: 0;
    bottom: -62%;
}


.section_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.section_title .en {
    color: #F2D600;
    display: inline-block;
    text-align: center;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #608996;
    line-height: 1.6;
    margin-bottom: 0.1em;
}

.sec_news {
    position: relative;
}

.sec_news ul {
    margin-top: 24px;
}

.sec_news .btn_wrap {
    position: absolute;
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    background-color: #fff;
    padding: 0 2em;
}

.sec_about {
    text-align: center;
    position: relative;
    padding-bottom: 200px;
}

.sec_about .section_title {
    position: relative;
}

.sec_about .section_title img {
    position: absolute;
    width: 40px;
    top: -8px;
    right: -70px;
}

.sec_about p {
    text-align: left;
    display: inline-block
}

.section_image_wrapper {
    position: absolute;
    bottom: 0;
    width: 40%;
    right: 0;
}

.sec_service {
    padding-top: 40px;
}

.sec_service .btn {
    margin-top: 70px;
}

.service_item {
    text-align: center;
    position: relative;
}

.service_item_inner {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.service_item_title img {
    width: 68px;
    margin-bottom: 20px;
}

.item_cabinet {
    width: 375px;
    height: 100%;
    aspect-ratio: 375 / 412;
    background: url(../image/top/cabine_bg.png) no-repeat center / contain;
    margin-top: -24px;
}

.item_cocon {
    width: 396px;
    height: 100%;
    min-height: 344px;
    aspect-ratio: 396 / 365;
    background: url(../image/top/cocon_bg.png) no-repeat center / contain;
    margin-top: 24px;
}

.item_aneaua {
    width: 372px;
    height: 100%;
    aspect-ratio: 372 / 409;
    background: url(../image/top/anneua_bg.png) no-repeat center / contain;
    margin-top: -20px;
}

.service_item_title {
    margin-bottom: 20px;
}

.service_item_title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.service_item_title span {
    font-size: 13px;
    color: #A8ADAE;
}

.service_item ul {
    width: fit-content;
    text-align: left;
    margin: 0 auto;
}

.service_illust {
    position: absolute;
}

.item_cabinet .service_illust {
    width: 117px;
    right: -10px;
    bottom: 60px;
}

.service_item .target {
    background-color: #FCF9D9;
    border-radius: 100vmax;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 70px;
    padding: 1em 1.6em;
    color: #608996;
    line-height: 1.5;
    align-items: center;
}

.service_item .target p {
    border-left: 1px solid #608996;
    padding-left: 0.8em;
    margin-left: 0.8em;
}

.item_cocon .service_item_inner {
    top: 10px;
}

.item_cocon .target {
    margin-top: 32px;
    background-color: #EFF7FC;
}

.item_cocon .service_illust {
    width: 104px;
    bottom: -86px;
    right: 23px;
}

.item_aneaua .service_item_inner {
    top: 9px;
}

.item_aneaua .target {
    background-color: #EBF7F7;
    margin-top: 42px;
}

.item_aneaua .service_illust {
    width: 219px;
    bottom: -106px;
    right: 23px;
}


.sec_yadori .inner {
    max-width: 936px;
    background-color: #EDF9F0;
    border-radius: 24px;
    padding: 60px;
}

.sec_yadori .section_body {
    max-width: 404px;
    text-align: left;
}

.sec_yadori .section_title {
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
}

.sec_yadori .section_title img {
    position: absolute;
    width: 140px;
    right: -170px;
    bottom: -8px;
}

.sec_yadori figure {
    max-width: 343px;
}

.sec_yadori .btn {
    margin-top: 32px;
}

.sec_link {
    margin-bottom: 0;
}

.sec_partner {
    margin-bottom: 150px;
}

.sec_partner .row {
    justify-content: center;
    gap: 24px;
}

.sec_partner .row a {
    width: 272px;
}

@media screen and (max-width: 767px) {

    .sec_chiffon-cake .image_l,
    .sec_bakery .image_l,
    .sec_fermented .image_l {
        margin-top: 24px;
    }

    .sec_chiffon-cake .image_s_list,
    .sec_bakery .image_s_list,
    .sec_fermented .image_s_list {
        margin-top: 8px;
    }

    .mv_img {
        margin-top: -20px;
    }

    .mv_bg_right {
        min-width: inherit;
    }

    .mv_bg_left {
        min-width: inherit;
        width: 180px;
        bottom: -110px;
    }

    .epi_info p {
        margin-top: 32px;
    }

    h2 {
        width: 100%;
        padding-bottom: 0;
    }

    h2 img {
        width: 280px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .image_l {
        margin: 0;
    }

    h5 {
        font-size: 16px;
    }

    .kv_image {
        height: 400px;
    }

    .kv_image .kv {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .mv_turtle {
        width: 88px;
        margin-right: 4px;
        left: 14%;
    }

    .mv_banner {
        width: 140px;
        margin-bottom: -40px;
    }

    .mv_top_area,
    .mv_top_area .row {
        justify-content: flex-end;
    }

    .mv_top_area {
        padding: 10vh 5vw 0;
        gap: 0;
    }

    .mv_bg_right {
        width: 80vw;
        min-width: inherit;
        top: -170px;
        right: 0;
    }

    .sec_news .btn_wrap {
        bottom: -30px;
        padding: 0 1em;
    }

    .section_title {
        margin-bottom: 32px;
    }

    .sec_about {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .sec_about .section_title::after {
        right: -50px;
    }

    .sec_about p {
        text-align: left;
    }

    .section_image_wrapper {
        width: 280px;
    }

    .service_list {
        margin-top: 40px;
        justify-content: center;
    }

    .item_cocon,
    .item_cabinet,
    .item_aneaua {
        margin-top: 0;
        width: 330px;
    }

    .service_item_title img {
        margin-bottom: 14px;
    }

    .item_cabinet .service_illust {
        bottom: 36px;
        width: 96px;
    }

    .item_cocon .service_illust {
        bottom: -66px;
        width: 92px;
    }

    .service_item .target {
        margin-top: 32px;
    }

    .item_cocon .target {
        margin-top: 22px;
    }

    .item_aneaua .service_illust {
        width: 178px;
        bottom: -81px;
        right: inherit;
        left: 0;
    }

    .sec_service .btn {
        margin-top: 40px;
    }

    .sec_yadori .section_title {
        margin-bottom: 32px;
    }

    .sec_yadori .section_title img {
        width: 100px;
        right: -110px;
        bottom: -7px;
    }

    .sec_yadori .inner {
        border-radius: 20px;
        padding: 32px;
        gap: 32px;
    }

    .sec_yadori .btn {
        margin-top: 24px;
    }

    .sec_yadori .section_body {
        text-align: center;
    }

    .sec_yadori .section_body p {
        text-align: left;
    }

    .sec_link {
        padding-top: 80px;
    }

    .sec_partner {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .sec_partner .row {
        gap: 16px;
    }

    .sec_partner .row a {
        width: 220px;
    }

}