/**
 * ================================================================================
 * HININE NOTE カスタマイザー - スタイルシート
 * ================================================================================
 */
[v-cloak] { display: none !important; }

/* ========================================
   イメージプレビューエリア
   ======================================== */
.hn-preview__canvas {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.hn-preview__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* ----------------------------------------
   外装プレビュー レイヤー順序
   数値が大きいほど前面に表示
   ---------------------------------------- */
.hn-preview__layer--bg { z-index: 0; }
.hn-preview__layer--cover-right { z-index: 1; }
.hn-preview__layer--cover-left { z-index: 2; }
.hn-preview__layer--ring { z-index: 3; }
.hn-preview__layer--band,
.hn-preview__layer--marutak-string { z-index: 4; }
.hn-preview__layer--marutak { z-index: 5; }
.hn-preview__layer--hatome { z-index: 6; }

/* 箔押しテキストオーバーレイ */
.hn-preview__engraving {
    z-index: 7;
    display: block;
    top: 0;
    bottom: 0;
    right: calc(15% / 2);
    left: auto;
    margin: auto;
    width: 42%;
    height: fit-content;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    pointer-events: none;
    word-break: break-all;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.hn-preview__engraving--bottom {
    top: auto;
    bottom: 22%;
}

/* ----------------------------------------
   内装プレビュー レイヤー順序
   ---------------------------------------- */
.hn-preview__layer--spec { z-index: 1; }
.hn-preview__layer--pac1 { z-index: 2; }
.hn-preview__layer--pac2 { z-index: 3; }
.hn-preview__layer--pac3 { z-index: 5; }
.hn-preview__layer--pac4 { z-index: 0; }


/* ========================================
   STEP見出し
   ======================================== */
.hn-step-heading {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

/* ========================================
   FutureShopオプション項目スタイル
   ======================================== */
.fs-c-productOption__name {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(8, 8, 8, 0.5);
    margin-bottom: 20px;
}

.fs-c-productOption__label {
    font-size: 16px;
    font-weight: 500;
}

.fs-c-requiredMark {
    display: none;
}

.fs-c-productOption__price {
    display: none;
}

input[name="productOptionsWithPrice[5].id"] + .fs-c-productOption__name,
input[name="productOptionsWithPrice[7].id"] + .fs-c-productOption__name  {
    display: none;
}

.fs-c-productOption__option {
    margin-bottom: 32px;
}

.fs-c-productOption__option:last-child {
    margin-bottom: 0;
}

input[name="productOptionsWithPrice[6].id"] + .fs-c-productOption__name, 
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name, 
input[name="productOptionsWithPrice[10].id"] + .fs-c-productOption__name, 
input[name="productOptionsWithPrice[11].id"] + .fs-c-productOption__name,
input[name="productOptionsWithPrice[13].id"] + .fs-c-productOption__name,
input[name="productOptionsWithPrice[14].id"] + .fs-c-productOption__name,
input[name="productOptionsWithPrice[15].id"] + .fs-c-productOption__name,
input[name="productOptionsWithPrice[16].id"] + .fs-c-productOption__name {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 8px;
}
input[name="productOptionsWithPrice[6].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[10].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[11].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[13].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[14].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[15].id"] + .fs-c-productOption__name .fs-c-productOption__label,
input[name="productOptionsWithPrice[16].id"] + .fs-c-productOption__name .fs-c-productOption__label {
    display: none;
}
input[name="productOptionsWithPrice[6].id"] + .fs-c-productOption__name::after {
    content: "・ハトメ（ゴムを留める金具の色をお選びください）";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name::after {
    content: "・文字入力";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[10].id"] + .fs-c-productOption__name::after {
    content: "・文字色";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[11].id"] + .fs-c-productOption__name::after {
    content: "・位置";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[13].id"] + .fs-c-productOption__name::after {
    content: "・pac1";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[14].id"] + .fs-c-productOption__name::after {
    content: "・pac2";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[15].id"] + .fs-c-productOption__name::after {
    content: "・pac3";
    font-size: 14px;
    font-weight: 500;
}
input[name="productOptionsWithPrice[16].id"] + .fs-c-productOption__name::after {
    content: "・pac4";
    font-size: 14px;
    font-weight: 500;
}

.hn-step-heading--inside + .fs-c-productOption__name + .fs-c-productOption__option {
    margin-bottom: 0;
}
.hn-step-heading--inside + .fs-c-productOption__name + .fs-c-productOption__option::after {
    content: "中紙を選ぶ";
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(8, 8, 8, 0.5);
    margin-top: 32px;
    margin-bottom: 20px;
}


.fs-c-productOption .fs-c-radioGroup {
    column-gap: 28px;
    padding-left: 1px;
}
.fs-c-productOption .fs-c-radio {
    max-width: 96px;
    padding: 8px;
    border-radius: 4px;
}
.fs-c-productOption .fs-c-radio:has(.fs-c-radio__radio:checked:enabled) {
    outline: 1px solid rgba(8, 8, 8, 0.5);
}
.fs-c-productOption .fs-c-radio__label {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.fs-c-productOption .fs-c-radio__radioMark {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    position: relative;
    min-width: 16px;
    background: transparent;
    border-radius: 0;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
input[name="productOptionsWithPrice[13].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioMark,
input[name="productOptionsWithPrice[14].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioMark,
input[name="productOptionsWithPrice[15].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioMark,
input[name="productOptionsWithPrice[16].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioMark {
    outline: 1px solid #EDEDED;
}
.fs-c-productOption .fs-c-radio__radioLabelText {
    width: 100%;
    font-size: 13px;
    line-height: 1;
    text-align: left;
    word-break: break-word;
}
input[name="productOptionsWithPrice[13].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioLabelText,
input[name="productOptionsWithPrice[14].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioLabelText,
input[name="productOptionsWithPrice[15].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioLabelText,
input[name="productOptionsWithPrice[16].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-radio__radioLabelText {
    line-height: 1.3;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    content: none;
}

#optionWithPrice_1_0 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_2_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/cover/susu.png);
}
#optionWithPrice_1_1 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_2_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/cover/daidai.png);
}
#optionWithPrice_1_2 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_2_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/cover/wakaba.png);
}
#optionWithPrice_1_3 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_2_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/cover/kiriiro.png);
}

/* オプション3: リング */
#optionWithPrice_3_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/ring/tn_g_h_008.png);
}
#optionWithPrice_3_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/ring/tn_g_h_010.png);
}
#optionWithPrice_3_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/ring/tn_g_h_011.png);
}
#optionWithPrice_3_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/ring/tn_g_h_015.png);
}
#optionWithPrice_3_4 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/ring/tn_g_h_016.png);
}

/* オプション5: ゴムバンド色 */
#optionWithPrice_5_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_001.png);
}
#optionWithPrice_5_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_024.png);
}
#optionWithPrice_5_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_023.png);
}
#optionWithPrice_5_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_011.png);
}
#optionWithPrice_5_4 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/2212_rame_thumbnail-01.png);
}
#optionWithPrice_5_5 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_021.png);
}
#optionWithPrice_5_6 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/band/tn_l_019.png);
}

/* オプション6: ハトメ */
#optionWithPrice_6_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/hatome/tn_hatome_s.png);
}
#optionWithPrice_6_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/hatome/tn_hatome_g.png);
}

/* オプション7: 丸タック色 */
#optionWithPrice_7_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/marutak/susu.png);
}
#optionWithPrice_7_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/marutak/daidai.png);
}
#optionWithPrice_7_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/marutak/wakaba.png);
}
#optionWithPrice_7_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/marutak/kiriiro.png);
}

/* オプション10: 文字色 */
#optionWithPrice_10_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/mojiiro/silver.png);
}
#optionWithPrice_10_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/mojiiro/gold.png);
}
#optionWithPrice_10_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/mojiiro/copper.png);
}
#optionWithPrice_10_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/mojiiro/white.png);
    outline: 1px solid rgba(8, 8, 8, 0.5);
}
#optionWithPrice_10_4 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/mojiiro/lavender.png);
}

/* オプション12: 仕様 */
#optionWithPrice_12_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/spec/note.png);
}
#optionWithPrice_12_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/spec/monthly.png);
}
#optionWithPrice_12_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/spec/weekly.png);
}

/* オプション13-16: 中紙pac1-4（共通） */
#optionWithPrice_13_0 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_0 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_0 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_0 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/hogan_pink.webp);
}
#optionWithPrice_13_1 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_1 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_1 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_1 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/hogan_green.png);
}
#optionWithPrice_13_2 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_2 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_2 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_2 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/hogan_white.webp);
}
#optionWithPrice_13_3 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_3 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_3 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_3 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/hogan_taburo.png);
}
#optionWithPrice_13_4 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_4 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_4 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_4 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/muji_white.webp);
}
#optionWithPrice_13_5 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_14_5 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_15_5 + .fs-c-radio__label .fs-c-radio__radioMark,
#optionWithPrice_16_5 + .fs-c-radio__label .fs-c-radio__radioMark {
    background-image: url(../../images/hininenote/select/note/muji_taburo.png);
}


.fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[4].value"]), 
.fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[8].value"]), 
.fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[11].value"]), 
.fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[12].value"]) {
    column-gap: 20px;
    row-gap: 20px;
}
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[4].value"]), 
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[8].value"]), 
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[11].value"]), 
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[12].value"]) {
    max-width: none;
    padding: 0;
    border-radius: 0;
    outline: 1px solid rgba(8, 8, 8, 0.5);
}
.fs-c-productOption .fs-c-radio:has(.fs-c-radio__radio[name="productOptionsWithPrice[4].value"]:checked:enabled),
.fs-c-productOption .fs-c-radio:has(.fs-c-radio__radio[name="productOptionsWithPrice[8].value"]:checked:enabled),
.fs-c-productOption .fs-c-radio:has(.fs-c-radio__radio[name="productOptionsWithPrice[11].value"]:checked:enabled),
.fs-c-productOption .fs-c-radio:has(.fs-c-radio__radio[name="productOptionsWithPrice[12].value"]:checked:enabled) {
    background-color: #EDEDED;
}
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[4].value"]) .fs-c-radio__label,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[8].value"]) .fs-c-radio__label,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[11].value"]) .fs-c-radio__label,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[12].value"]) .fs-c-radio__label {
    padding: 8px 24px;
}
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[4].value"]) .fs-c-radio__radioMark,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[8].value"]) .fs-c-radio__radioMark,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[11].value"]) .fs-c-radio__radioMark,
.fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[12].value"]) .fs-c-radio__radioMark {
    display: none;
}

.fs-c-productOption .fs-c-radio:has(#optionWithPrice_5_7), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_6_2), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_7_4), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_10_5), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_11_2), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_13_6), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_14_6), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_15_6), 
.fs-c-productOption .fs-c-radio:has(#optionWithPrice_16_6) {
    display: none;
}


input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name + .fs-c-productOption__option {
    display: flex;
    flex-flow: column-reverse;
    gap: 12px;
}
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-productOption__comment p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 12px;
}
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-productOption__comment p a {
    text-decoration: underline;
}
input[name="productOptionsWithPrice[9].id"] + .fs-c-productOption__name + .fs-c-productOption__option .fs-c-productOption__comment img {
    max-width: 262px;
}
#optionWithPrice_9 {
    max-width: 320px;
    padding: 9px 15px;
    border: 1px solid #080808;
}
#optionWithPrice_9.hn-input--error {
    border-color: #CE0A0A;
    background-color: rgba(206, 10, 10, 0.1);
}

/* 刻印入力エラーメッセージ */
.hn-engraving-error {
    color: #D91C0B;
    font-size: 11px;
    font-weight: 500;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .fs-c-productOption .fs-c-radio {
        max-width: 76px;
    }
    .fs-c-productOption .fs-c-radio__radioMark {
        width: 60px;
        height: 60px;
    }
    .fs-c-productOption .fs-c-radioGroup {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 3px;
    }
    .fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[4].value"]), 
    .fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[8].value"]), 
    .fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[11].value"]), 
    .fs-c-productOption .fs-c-radioGroup:has([name="productOptionsWithPrice[12].value"]) {
        column-gap: 14px;
        row-gap: 14px;
    }
    .fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[4].value"]), 
    .fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[8].value"]), 
    .fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[11].value"]), 
    .fs-c-productOption .fs-c-radio:has([name="productOptionsWithPrice[12].value"]) {
        flex-basis: auto;
    }

    .hn-preview__engraving {
        font-size: 3vw;
    }
}


/* ---------------------------- */
/* 全体的なレイアウト調整
/* ---------------------------- */
.fs-l-productLayout {
    display: block;
    padding: 0 30px 80px;
    margin-bottom: 0;
}
.hn-select-preview-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 80px;
}
.fs-product-imageArea {
    position: sticky;
    top: 120px;
    width: 52%;
    padding-left: 8vw;
}
.fs-product-infoArea {
    position: static;
}
.fs-tabArea {
    margin-top: 16px;
}
.hn-selectArea {
    max-height: 752px;
    padding-right: 38px;
    padding-bottom: 60px;
}

/* OverlayScrollbars カスタムスタイル */
.hn-selectArea .os-scrollbar-handle {
    background: rgba(8, 8, 8, 0.3) !important;
    border-radius: 5px;
}
.hn-selectArea .os-scrollbar-track {
    background: rgba(8, 8, 8, 0.1) !important;
}

.fs-tabArea-container.--about {
    position: relative;
}
.fs-tabArea-container.--about::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 78px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.fs-c-productChooseVariation {
    display: none;
}
.fs-c-productQuantityAndWishlist {
    display: none;
}
.fs-c-productActionButton {
    width: 43.6%;
    padding-right: 38px;
    margin-left: auto;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .fs-product-imageArea {
        width: 48%;
        padding-left: 0;
    }
    .fs-product-infoArea {
        width: 47.6%;
    }
}
@media (max-width: 768px) {
    .fs-l-productLayout {
        padding: 0 20px 45px;
    }
    .hn-select-preview-wrapper {
        position: relative;
        flex-flow: column;
        align-items: center;
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
    /* .hn-select-preview-wrapper::after {
        content: "";
        position: absolute;
        inset: auto 0 60px 0;
        margin: auto;
        display: block;
        width: 100%;
        height: 78px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
        z-index: 1;
    } */
    .fs-product-imageArea {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .fs-product-infoArea {
        /* position: relative;
        top: 0; */
        width: 100%;
        /* overflow-y: auto;
        max-height: 500px;
        padding-right: 20px; */
    }
    .fs-tabArea-container.--about::after {
        content: none;
    }
    .fs-tabArea-tabs .fs-tabArea-tab {
        margin-right: 14px;
    }
    .fs-tabArea-tabs .fs-tabArea-tab:last-child {
        margin-right: 0;
    }
    .hn-selectArea {
        max-height: none;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .fs-tabArea {
        max-height: 300px;
    }
    .fs-tabArea::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        margin: auto;
        display: block;
        width: 100%;
        height: 78px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
        z-index: 1;
        pointer-events: none;
    }
    /* SP用 OverlayScrollbars スタイル */
    .fs-tabArea .os-scrollbar-handle {
        background: rgba(8, 8, 8, 0.3) !important;
        border-radius: 5px;
    }
    .fs-tabArea .os-scrollbar-track {
        background: rgba(8, 8, 8, 0.1) !important;
    }

    .fs-c-breadcrumb {
        width: 100%;
    }
    .fs-c-breadcrumb__list {
        padding: 0;
        margin-bottom: 10px;
    }
    .hn-base-price {
        width: 100%;
        margin-bottom: 20px;
    }


}
@media screen and (max-width: 389px) {
    .fs-tabArea-tabs .fs-tabArea-tab {
        margin-right: 14px;
    }
}

/* ---------------------------- */
/* 選択結果概要エリア
/* ---------------------------- */
.hn-summary__section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.hn-summary__section--inside {
    margin-bottom: 0;
}
.hn-summary__heading {
    width: 43.6%;
    padding-right: 38px;
    margin-bottom: 30px;
    margin-left: auto;
}
.hn-summary__heading h3 {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.hn-summary__image-area {
    width: 52%;
    padding-left: 8vw;
    margin-top: -8px;
}
.hn-summary__details {
    width: 43.6%;
    padding-right: 38px;
}
.hn-summary__image-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.hn-summary__image-box {
    position: relative;
    aspect-ratio: 2 / 1;
    background-color: #F3F3F3;
    overflow: hidden;
}
.hn-summary__layer {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 73%;
}
.hn-summary__section--inside .hn-summary__layer {
    bottom: 21%;
}

.hn-summary__layer--bg { z-index: 0; }
.hn-summary__layer--cover-right { z-index: 1; }
.hn-summary__layer--cover-left { z-index: 2; }
.hn-summary__layer--ring { z-index: 3; }
.hn-summary__layer--band,
.hn-summary__layer--marutak-string { z-index: 4; }
.hn-summary__layer--marutak { z-index: 5; }
.hn-summary__layer--hatome { z-index: 6; }

/* 箔押しテキスト（サマリー用） */
.hn-summary__engraving {
    z-index: 7;
    display: block;
    top: 0;
    bottom: 0;
    right: calc(38% / 2);
    left: auto;
    margin: auto;
    width: 31%;
    height: fit-content;
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    pointer-events: none;
    word-break: break-all;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.hn-summary__engraving--bottom {
    top: auto;
    bottom: 9%;
}

.hn-summary__layer--spec { z-index: 1; }
.hn-summary__layer--pac1 { z-index: 2; }
.hn-summary__layer--pac2 { z-index: 3; }
.hn-summary__layer--pac3 { z-index: 5; }
.hn-summary__layer--pac4 { z-index: 0; }


.hn-summary__list {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.hn-summary__item dt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}
.hn-summary__item dd {
    padding: 16px;
    background-color: rgba(8, 8, 8, 0.05);
    border-top: 1px solid rgba(8, 8, 8, 0.3);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.hn-summary__value--required {
    color: #CE0A0A;
}

@media (max-width: 1024px) {
    .hn-summary__image-area {
        width: 48%;
        padding-left: 0;
    }
    .hn-summary__details {
        width: 47.6%;
    }
    .hn-summary__heading {
        width: 47.6%;
    }
}
@media (max-width: 768px) {
    .hn-summary__section {
        flex-flow: column;
        align-items: center;
    }
    .hn-summary__image-area {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hn-summary__image-box {
        aspect-ratio: 1.5 / 1;
    }
    .hn-summary__layer {
        width: 98%;
    }
    .hn-summary__details {
        width: 100%;
        padding-right: 0;
    }
    .hn-summary__heading {
        width: 100%;
        padding-right: 0;
    }
    .hn-summary__engraving {
        right: calc(16% / 2);
        width: 42%;
        font-size: 2.5vw;
    }
}

/* ---------------------------- */
/* 価格計算エリア
/* ---------------------------- */
.hn-price {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-bottom: 16px;
}
.hn-price__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.hn-price__item {
    flex: 1;
}
.hn-price__label {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px;
}
.hn-price__value {
    padding: 11px 16px;
    border: 1px solid #080808;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.hn-price__operator {
    font-size: 20px;
    line-height: 1;
    padding-top: 18px;
}


.hn-base-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.hn-order-flow {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
}
.hn-delivery {
    width: 43.6%;
    padding-right: 38px;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.8;
}
@media (max-width: 1024px) {
    .hn-price__row {
        gap: 4px;
    }
    .fs-c-productActionButton {
        width: 47.6%;
    }
    .hn-delivery {
        width: 47.6%;
    }
}
@media (max-width: 768px) {
    .hn-price__row {
        gap: 8px;
    }
    .fs-c-productActionButton {
        width: 100%;
        padding-right: 0;
    }
    .hn-delivery {
        width: 100%;
        padding-right: 0;
    }
}

.fs-c-productPrices--productDetail {
    display: none;
}
.fs-c-productPreorderMessage {
    display: none;
}
.hn-preview__mode-label {
    display: none;
}

.hn-preview__reset {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 120px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #EDEDED;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
}
@media (max-width: 768px) {
    .hn-preview__reset {
        bottom: 10px;
        right: 10px;
        gap: 2px;
        width: 80px;
        height: 32px;
        font-size: 12px;
        z-index: 10;
    }
    .hn-preview__reset svg {
        width: 10px;
    }
}


/* ---------------------------- */
/* リセット確認モーダル
/* ---------------------------- */
.hn-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.hn-modal__content {
    background-color: #fff;
    padding: 40px 48px;
    text-align: center;
}
.hn-modal__message {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 32px;
}
.hn-modal__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.hn-modal__btn {
    width: 120px;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #080808;
    cursor: pointer;
}
.hn-modal__btn--yes {
    background-color: #080808;
    color: #fff;
}
.hn-modal__btn--no {
    background-color: #fff;
    color: #080808;
}

/* ---------------------------- */
/* FVエリア
/* ---------------------------- */
.hn-fv {
    padding: 40px 30px 0;
}
.hn-fv__inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 80px;
}
.hn-fv__img {
    display: block;
    max-width: 380px;
    margin-bottom: 30px;
}
.hn-fv__img-sp {
    width: 356px;
    object-fit: contain;
    margin-bottom: 32px;
}
.hn-fv__txt {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 32px;
}
.hn-fv__txt.--top {
    font-size: 13px;
}
.hn-fv__txt.--bottom {
    font-size: 12px;
}
.hn-fv__txt a {
    text-decoration: underline;
}
.hn-fv__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.hn-fv__link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hn-fv__link span {
    font-size: 13px;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .hn-fv {
        padding: 27px 20px 0;
    }
    .hn-fv__inner {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
    .hn-fv__img {
        max-width: 320px;
    }
    .hn-fv__img-sp {
        width: 280px;
    }
    .hn-fv__txt {
        text-align: left;
    }
    .hn-fv__links {
        flex-flow: column;
        gap: 20px;
    }
}

.hn-caution {
    padding: 0 30px;
}
.hn-caution__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.hn-caution__container {
    max-width: 1036px;
    margin: 0 auto;
}
.hn-caution__ttl {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 12px;
}
.hn-caution__txt {
    font-size: 12px;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .hn-caution {
        padding: 0 20px;
    }
    .hn-caution__inner {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}


.hn-about {
    padding: 0 30px;
}
.hn-about__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hn-about__ttl {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
}
.hn-about__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}
.hn-about__container img {
    width: 50%;
}
.hn-about__content {
    width: 46%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.hn-about__logo {
    width: 236px;
    margin-bottom: 20px;
}
.hn-about__txt {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}
@media (max-width: 768px) {
    .hn-about {
        padding: 0 20px;
    }
    .hn-about__inner {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hn-about__ttl {
        margin-bottom: 40px;
    }
    .hn-about__container {
        flex-flow: column;
        gap: 40px;
    }
    .hn-about__container img {
        width: 100%;
    }
    .hn-about__content {
        width: 100%;
    }
    .hn-about__container .hn-about__logo {
        width: 236px;
    }
    
    .hn-select-preview-wrapper:has(.fs-tabArea-container.--spec.is-active)::after,
    .hn-select-preview-wrapper:has(.fs-tabArea-container.--review.is-active)::after {
        content: none;
    }
}
