@media screen and (max-width: 1023px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container li {
        background: #FFF;
        height: 66px;
        width: 66px;
        color: #4b4641;
        font-size: 8px;
        text-align: center;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.6;
        font-weight: 400;
        white-space: nowrap;
    }
}

.plan-card__icons {
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 32px 20px 24px;
}

.circle_container_img {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
}

.circle_container_img img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
}

.circle_container_text {
        text-align: center;
        font-size: 11px;
        line-height: 1.2;
        color: #4b4641;
}

@media screen and (max-width: 1023px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container li {
        background: #FFF;
        height: 66px;
        width: 66px;
        color: #4b4641;
        font-size: 8px;
        text-align: center;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.6;
        font-weight: 400;
        white-space: nowrap;
        flex-direction: column;
    }
}

/* --- FV動画オーバーレイ --- */
#fv.fv_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

#fv.fv_wrap .title_wrap {
    z-index: 2;
}

/* --- FV動画 PC/SP出し分け --- */
.fv_video_sp { display: none; }
.fv_video_pc { display: block; }
@media screen and (max-width: 1023px) {
    .fv_video_pc { display: none; }
    .fv_video_sp { display: block; }
}

.sub {
    font-size: 12px;
    letter-spacing: .15rem;
    margin-top: 10px;
}

@media screen and (max-width: 1023px) {
    div#fv.fv_wrap div.scroll_area {
        right: 14px;
        width: 8px;
        height: 144px;
        z-index: 2;
    }
}
@media screen and (max-width: 1023px) {
    div#fv.fv_wrap div.scroll_area div.scroll_text {
        font-size: 8px;
        line-height: 16px;
        letter-spacing: .1rem;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1023px) {
    div#price.price_section>.price_wrap div.price_container ul.second li div.container div.text_wrap div.price_wrap div.price h4 {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1023px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container div.text_wrap div.price_wrap div.price h3 {
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: bold;
    }
}

@media screen and (max-width: 1023px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container.upgrade {
        gap: 35px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1023px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container.premium {
        gap: 18px;
        margin-top: 15px;
        align-items: baseline;
    }
}

/* --- PC版 circle_container 白背景・縦並び上書き --- */
@media screen and (min-width: 1024px) {
    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container li {
        background: #FFF;
        height: 131px;
        width: 131px;
        color: #4b4641;
        font-size: 13px;
        flex-direction: column;
        padding: 0;
    }

    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container .circle_container_img {
        width: 60px;
        height: 60px;
        margin-bottom: 4px;
    }

    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container .circle_container_text {
        font-size: 13px;
        line-height: 1.3;
    }

    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container {
        gap: 54px;
        margin: 33px 0 0;
    }

    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container.upgrade {
        gap: 17px;
    }

    div#price.price_section div.price_wrap div.price_container ul.second li div.container .circle_container.premium {
        gap: 4px;
        align-items: baseline;
    }
}

/* =====================
   OPTION & SERVICE
   ===================== */

#option.option_section {
    width: 100%;
    background: #fff;
}

/* --- 背景ヘッダー --- */
.option_bg {
    position: relative;
    background: url("/images/OPTION&SERVICE_bg.jpg") center center / cover no-repeat;
    padding: 60px 14px 40px;
    text-align: center;
    color: #fff;
}

.option_sub_title {
    position: relative;
    font-size: 11px;
    letter-spacing: 0.2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-bottom: 16px;
}

.option_main_title {
    position: relative;
    font-size: 22px;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

/* --- ホワイトカード --- */
.option_card {
    background: #f0ede6;
    position: relative;
    padding: 4px;
    margin-bottom: 20px;
    max-width: 425px;
    margin: 0 auto 20px;
}

/* --- アイテム共通 --- */
.option_item {
    background: #fff;
    padding: 0;
}

.option_item:first-child {
    border-top: none;
    padding-top: 0;
}

.option_item_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 16px;
}

.option_icon_wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.option_icon_wrap img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.option_item_name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #4B4641;
    margin-bottom: 0;
    flex: none;
}

.option_item_desc {
    width: 100%;
    font-size: 12px;
    color: #4B4641;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-top: 5px;
    padding: 0 4px;
}

/* --- スムージーグリッド --- */
.smoothy_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 12px;
    border-bottom: 1px solid #A5A2A0;
    padding-bottom: 20px;
}

.smoothy_flavor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smoothy_img_wrap {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.smoothy_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smoothy_label {
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 7px;
}

.smoothy_label.green {
    color: #467328;
}

.smoothy_label.berry {
    color: #8C4B69;
}

.smoothy_list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    font-size: 10px;
    color: #4b4641;
    line-height: 1.9;
    text-align: left;
    width: 100%;
    letter-spacing: 0.03rem;

}

.smoothy_list li {
    white-space: nowrap;
}

.smoothy_list li::before {
    content: '・';
}

/* --- ボタン --- */
.option_btn {
    display: block;
    width: 120px;
    height: 30px;
    padding: 6px 0;
    background: #4B4641;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
}

/* --- プロテインスライダー --- */
.protein_slider {
    display: flex;
    overflow-x: hidden;
    scrollbar-width: none;
    padding: 5px 0px 20px;
    gap: 11px;
}

.protein_slider::-webkit-scrollbar {
    display: none;
}

.protein_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 110px;
}

.protein_img_wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.protein_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.protein_label {
    font-size: 10px;
    letter-spacing: 0.1rem;
    margin-top: 10px;
    text-align: center;
}

/* フレーバーごとの文字色 */
.protein_slide--kiwi      .protein_label { color: #9BA234; }
.protein_slide--mixfruit  .protein_label { color: #E3B986; }
.protein_slide--berry     .protein_label { color: #a03060; }
.protein_slide--mango     .protein_label { color: #d09020; }
.protein_slide--chocolate .protein_label { color: #7a5030; }
.protein_slide--peachyoghourt .protein_label { color: #d06060; }
.protein_slide--strawberry .protein_label { color: #c03060; }
.protein_slide--banana .protein_label { color: #d09020; }



/* --- 価格行 --- */
.option_price_row {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 0;
}

.option_price_label {
    font-size: 13px;
    color: #4B4641;
    white-space: nowrap;
    letter-spacing: 0.15em;
    flex-shrink: 0;
    padding: 0 20px 0 10px;
}

.option_price_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
    border-left: 1px solid #E3DFD1;  
    flex: 1;
    position: relative;
}

.option_price_amount {
    font-size: 20px;
    color: #4B4641;
    letter-spacing: 0.1rem;
    display: inline-block;
    position: relative;
}

.option_price_amount_unit {
    font-size: 16px;
    margin-left: 3px;
}



.option_price_tax {
    font-size: 9px;
    color: #4B4641;
    margin-top: 2px;
    letter-spacing: 0.1rem;
}

.option_price_premium {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 15px;
    flex-shrink: 0;
}

.option_price_premium_label {
    font-size: 11px;
    color: #c0392b;
    line-height: 1.2;
    text-align: center;
}

.option_price_free {
    font-size: 36px;
    font-weight: 700;
    color: #c85a32;
    line-height: 1;
}

.option_price_free_unit {
    font-size: 16px;
    font-weight: 600;
    margin-left: -5px;
}

@font-face {
    font-family: 'TheSeasons-Bold';
    src: url('/resources/fonts/TheSeasons-Bold.woff2') format('woff2'),
         url('/resources/fonts/TheSeasons-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.seasons {
    font-family: 'TheSeasons-Bold', serif;
}

.protein_price_premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.protein_price_premium_label {
    font-size: 11px;
    color: #c0392b;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.05rem;
}

.protein_price_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
    border-left: 1px solid #E3DFD1;
    flex: 1;
    position: relative;
    padding: 0 0 0 9px;
}

.protein_price_amount {
    font-size: 20px;
    color: #4B4641;
    letter-spacing: 0.1rem;
    display: inline-block;
    position: relative;
}



.protein_price_row {
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 8px;
    gap: 0;
    border-top: 1px solid #A5A2A0;
    margin: 0 12px;

}

.protein_icon_wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

/* --- スムージーモーダル --- */
.smoothy_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.smoothy_modal.is-open {
    display: flex;
    pointer-events: auto;
}

.smoothy_modal.is-visible {
    opacity: 1;
}

.smoothy_modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.smoothy_modal__content {
    position: relative;
    z-index: 1;
    width: 390px;
    height: 520px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.smoothy_modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smoothy_modal__iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.smoothy_modal__iframe.is-active {
    display: block;
}

@media screen and (min-width: 1024px) {
    #option {
        display: none;
    }
}
