@charset "utf-8";
/* CSS Document */
/* ===========================
   ポイント履歴ページ
=========================== */
/* 全体 */
.fs-c-history {
    display: block !important;
    width: 90% !important;
    margin: 30px auto 60px !important;
}
/* サマリーカード */
.fs-c-history__info {
    width: 100% !important;
    background: #f9f7f5;
    border-left: 4px solid #ccbda7;
    padding: 25px !important;
    box-sizing: border-box !important;
    margin-bottom: 25px;
}
.fs-c-pointSummary {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fs-c-pointSummary dt {
    font-size: 0.8em;
    color: #888;
    padding: 10px 0 4px;
    border-bottom: 1px solid #ede9e4;
}
.fs-c-pointSummary dd {
    font-size: 0.8em;
    padding: 10px 0 4px;
    border-bottom: 1px solid #ede9e4;
    text-align: right;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 1.6em;
    font-weight: bold;
    color: #ccbda7;
}
/* 履歴リスト */
.fs-c-history__listContainer {
    width: 100% !important;
    background: #fff;
    border: 1px solid #ede9e4;
    padding: 20px;
    box-sizing: border-box;
}
/* 年度セレクト */
.fs-c-history__termCtrl .fs-c-dropdown__menu {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0d9d0;
    background: #fff;
    font-size: 0.9em;
}
/* 件数表示 */
.fs-c-listControl {
    font-size: 0.8em;
    color: #bbb;
    text-align: right;
    margin: 10px 0;
}
/* テーブルをdl風に */
.fs-c-pointListTable thead {
    display: none;
}
.fs-c-pointListTable tbody tr {
    display: block;
    border: 1px solid #ede9e4;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    background: #faf8f6;
}
.fs-c-pointListTable tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dotted #ede9e4;
    text-align: left;
    font-size: 0.85em;
}
.fs-c-pointListTable tbody td:last-child {
    border-bottom: none;
}
.fs-c-pointListTable tbody td::before {
    content: attr(aria-label);
    color: #999;
    font-size: 0.85em;
    flex-shrink: 0;
    margin-right: 10px;
}
/* ＋マーク */
.fs-c-symbol--plus {
    color: #ccbda7;
    font-weight: bold;
}
/* ボタン */
.fs-c-buttonContainer--myPageTop {
    margin-bottom: 50px;
}
.fs-c-button--myPageTop .fs-c-button__label {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 14px 0;
}
/* ===========================
   ロレックス新着スライダー
=========================== */
.rolex_new_slider {
    padding: 10% 0 5%;
}
.rolex_new_slider .hl {
    margin-bottom: 40px;
}
.rolex_new_slider .rolex_slider_wrap {
    width: 95%;
    margin: 0 auto;
}
.rolex_new_slider .rolex_slider_wrap .item {
    padding: 0 10px;
    box-sizing: border-box;
}
.rolex_new_slider .rolex_slider_wrap .item a {
    display: block;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}
.rolex_new_slider .rolex_slider_wrap .item a:hover {
    opacity: 0.6;
}
.rolex_new_slider .rolex_slider_wrap .item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.rolex_new_slider .rolex_slider_wrap .item .title {
    font-size: 0.85em;
    line-height: 160%;
    margin-bottom: 8px;
    text-align: left;
}
.rolex_new_slider .rolex_slider_wrap .item .item_price {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #333;
}
/* slick矢印 */
.rolex_new_slider .slick-prev, .rolex_new_slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    top: 40%;
    transform: translateY(-50%);
}
.rolex_new_slider .slick-prev {
    left: 0;
}
.rolex_new_slider .slick-prev:before {
    content: '◀';
    color: #212121;
}
.rolex_new_slider .slick-next {
    right: 0;
}
.rolex_new_slider .slick-next:before {
    content: '▶';
    color: #212121;
}
.rolex_new_slider .slick-dots {
    margin-top: 15px;
    position: relative;
    bottom: auto;
}
.rolex_new_slider .slick-dots li button:before {
    font-size: 22px !important;
}
/* ===========================
   LIVE接客
=========================== */
.oc-wrap *, .oc-wrap *::before, .oc-wrap *::after {
    box-sizing: border-box;
}
.oc-wrap {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #2d2e3d;
    background: #ffffff;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.oc-wrap .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}
/* ===== TYPOGRAPHY ===== */
.oc-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 10px;
    letter-spacing: 0.35em;
    color: #9c7d3d;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}
.oc-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #9c7d3d;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.oc-wrap .hero {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-bottom: 1px solid #e8e4dc;
}
.oc-wrap .hero-image {
    position: relative;
    background: #f5efe4;
    height: 320px;
    overflow: hidden;
    order: 1;
}
.oc-wrap .hero-image-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-wrap .hero-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .hero-watch-svg {
    width: 50%;
    max-width: 220px;
    opacity: 0.8;
}
.oc-wrap .image-label {
    position: absolute;
    bottom: 14px;
    right: 14px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 10px;
    color: #6e5826;
    letter-spacing: 0.15em;
    background: rgba(255, 255, 255, 0.85);
    padding: 4px 10px;
    border: 1px solid rgba(156, 125, 61, 0.18);
}
.oc-wrap .hero-text {
    padding: 56px 24px 64px;
    background: #ffffff;
    order: 2;
}
.oc-wrap .hero-text-inner {
    max-width: 100%;
}
.oc-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 10px;
    letter-spacing: 0.06em;
    color: #1f2030;
}
.oc-wrap .hero-title .accent {
    color: #6e5826;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}
.oc-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-style: italic;
    color: #6e5826;
    font-weight: 400;
    margin: 16px 0 0;
    letter-spacing: 0.1em;
}
.oc-wrap .hero-divider {
    width: 40px;
    height: 1px;
    background: #9c7d3d;
    margin: 24px 0;
}
.oc-wrap .hero-tagline {
    font-size: 12px;
    color: #6b6557;
    letter-spacing: 0.25em;
    margin: 0 0 28px;
}
.oc-wrap .cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.oc-wrap .cta-row-center {
    align-items: stretch;
}
/* ===== BUTTONS ===== */
.oc-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #1f2030;
    background: transparent;
    color: #1f2030;
    text-indent: 0.2em;
}
.oc-wrap .btn-primary {
    background: #1f2030;
    color: #ffffff;
}
/* ===== SECTION COMMON ===== */
.oc-wrap .section {
    padding: 64px 0;
    position: relative;
}
.oc-wrap .section-beige {
    background: #f5efe4;
}
.oc-wrap .section-beige-soft {
    background: #faf6ee;
}
.oc-wrap .section-header {
    text-align: center;
    margin-bottom: 44px;
}
.oc-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #1f2030;
}
.oc-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #6e5826;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0.12em;
}
/* ===== 2. 3 START PATTERNS ===== */
.oc-wrap .pattern-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.oc-wrap .pattern-card {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    overflow: hidden;
}
.oc-wrap .pattern-image {
    height: 140px;
    background: #f5efe4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(156, 125, 61, 0.18);
}
.oc-wrap .pattern-image svg {
    width: 50%;
    height: 50%;
    color: #6e5826;
    opacity: 0.7;
}
.oc-wrap .pattern-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .pattern-body {
    padding: 28px 24px 32px;
    text-align: center;
}
.oc-wrap .pattern-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #6e5826;
    margin-bottom: 12px;
    letter-spacing: 0.18em;
}
.oc-wrap .pattern-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.12em;
    color: #1f2030;
}
.oc-wrap .pattern-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #6e5826;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
}
.oc-wrap .pattern-desc {
    font-size: 12px;
    color: #6b6557;
    line-height: 1.9;
    margin: 0;
}
/* ===== 3. TOOLS ===== */
.oc-wrap .tools-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.oc-wrap .tool-card {
    text-align: center;
    padding: 32px 20px;
    border: 1px solid #e8e4dc;
    background: #ffffff;
}
.oc-wrap .tool-logo {
    height: 32px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-wrap .tool-logo img {
    max-height: 100%;
    max-width: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.oc-wrap .tool-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.08em;
    color: #1f2030;
}
.oc-wrap .tool-note {
    font-size: 11px;
    color: #6b6557;
    letter-spacing: 0.15em;
}
/* ===== 4. FEATURES ===== */
.oc-wrap .feature-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}
.oc-wrap .feature-block:last-child {
    margin-bottom: 0;
}
.oc-wrap .feature-image {
    aspect-ratio: 4 / 3;
    background: #f5efe4;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-wrap .feature-image svg {
    width: 60%;
    height: 60%;
    color: #6e5826;
    opacity: 0.75;
}
.oc-wrap .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .feature-image-label {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 10px;
    color: #6e5826;
    letter-spacing: 0.15em;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
}
.oc-wrap .feature-text {
    padding: 0;
}
.oc-wrap .feature-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    color: #6e5826;
    line-height: 1;
    margin-bottom: 12px;
}
.oc-wrap .feature-num::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #9c7d3d;
    margin-top: 12px;
}
.oc-wrap .feature-title {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 12px;
    letter-spacing: 0.08em;
    color: #1f2030;
    line-height: 1.5;
}
.oc-wrap .feature-desc {
    font-size: 13px;
    color: #6b6557;
    line-height: 2;
    margin: 0;
}
/* ===== 5. STEP FLOW ===== */
.oc-wrap .step-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    max-width: 100%;
}
.oc-wrap .step-item {
    text-align: center;
    padding: 0 4px;
}
.oc-wrap .step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #9c7d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 20px;
    color: #6e5826;
    box-shadow: 0 0 0 5px #faf6ee;
}
.oc-wrap .step-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    color: #1f2030;
}
.oc-wrap .step-desc {
    font-size: 11px;
    color: #6b6557;
    letter-spacing: 0.08em;
}
/* ===== 6. ASSURANCE ===== */
.oc-wrap .assurance-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.oc-wrap .assurance-card {
    background: #ffffff;
    padding: 36px 24px;
    text-align: center;
    border: 1px solid #e8e4dc;
}
.oc-wrap .assurance-icon-wrap {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5efe4;
    color: #6e5826;
}
.oc-wrap .assurance-icon-wrap svg {
    width: 26px;
    height: 26px;
}
.oc-wrap .assurance-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    color: #1f2030;
}
.oc-wrap .assurance-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #6e5826;
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0.12em;
}
.oc-wrap .assurance-desc {
    font-size: 12px;
    color: #6b6557;
    line-height: 1.9;
    margin: 0;
}
/* ===== 7. TESTIMONIALS ===== */
.oc-wrap .testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.oc-wrap .testimonial-card {
    padding: 32px 24px;
    border: 1px solid #e8e4dc;
    position: relative;
    background: #ffffff;
}
.oc-wrap .testimonial-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f5efe4;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e5826;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
}
.oc-wrap .testimonial-quote {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 18px;
    color: #2d2e3d;
    font-weight: 400;
    position: relative;
}
.oc-wrap .testimonial-quote::before {
    content: '"';
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    line-height: 0;
    color: #9c7d3d;
    opacity: 0.4;
    position: absolute;
    top: 6px;
    left: -6px;
}
.oc-wrap .testimonial-meta {
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    color: #6e5826;
    letter-spacing: 0.12em;
    border-top: 1px solid #e8e4dc;
    padding-top: 14px;
    font-weight: 500;
}
.oc-wrap .testimonial-meta-jp {
    font-family: "Noto Serif JP", serif;
    font-size: 11px;
    color: #6b6557;
    margin-top: 4px;
    letter-spacing: 0.12em;
    font-weight: 300;
}
/* ===== 8. FAQ ===== */
.oc-wrap .faq-list {
    max-width: 100%;
}
.oc-wrap .faq-item {
    border-bottom: 1px solid #e8e4dc;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.oc-wrap .faq-q {
    font-size: 13px;
    letter-spacing: 0.06em;
    color: #1f2030;
    font-weight: 400;
    line-height: 1.7;
}
.oc-wrap .faq-q .faq-marker {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: #6e5826;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.oc-wrap .faq-toggle {
    color: #6e5826;
    font-size: 18px;
    font-weight: 300;
    flex-shrink: 0;
}
/* ===== 9. FINAL CTA ===== */
.oc-wrap .final-section {
    padding: 72px 0;
    text-align: center;
    background: #f5efe4;
    position: relative;
    overflow: hidden;
}
.oc-wrap .final-content {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}
.oc-wrap .final-ornament {
    width: 60px;
    height: 1px;
    background: #9c7d3d;
    margin: 0 auto 24px;
    position: relative;
}
.oc-wrap .final-ornament::before, .oc-wrap .final-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #9c7d3d;
    border-radius: 50%;
    transform: translateY(-50%);
}
.oc-wrap .final-ornament::before {
    left: -8px;
}
.oc-wrap .final-ornament::after {
    right: -8px;
}
.oc-wrap .final-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 18px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #1f2030;
}
.oc-wrap .final-title .accent {
    color: #6e5826;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}
.oc-wrap .final-sub {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 15px;
    color: #6e5826;
    margin: 0 0 12px;
}
.oc-wrap .final-hours {
    font-size: 12px;
    color: #6b6557;
    letter-spacing: 0.25em;
    margin: 0 0 32px;
}
.fs-l-productLayout.fs-system-product .right_side .item_remote_banner {
    width: 100%;
    margin-bottom: 5%;
}
/* ===========================
   保証ページ
=========================== */
/* ===== RESET & BASE ===== */
.gr-wrap *, .gr-wrap *::before, .gr-wrap *::after {
    box-sizing: border-box;
}
.gr-wrap {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #3d2f24;
    background: #ffffff;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.gr-wrap .container {
    margin: 0 auto;
    padding: 0 20px;
}
/* ===== TYPOGRAPHY ===== */
.gr-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 10px;
    letter-spacing: 0.35em;
    color: #b9a373;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}
.gr-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #b9a373;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.gr-wrap .hero {
    position: relative;
    padding: 88px 20px 80px;
    /* ▼ 背景画像 - 差し替え時はここを変更 */
    background-image:
        linear-gradient(rgba(64, 47, 36, 0.6), rgba(64, 47, 36, 0.6)), url('https://tick.itembox.design/item/page/guarantee/mv_sp.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #ccbda7;
    color: #fef8ea;
}
.gr-wrap .hero-content {
    max-width: 100%;
}
.gr-wrap .hero-ornament {
    width: 80px;
    height: 1px;
    background: #d4c294;
    margin: 0 auto 24px;
    position: relative;
}
.gr-wrap .hero-ornament::before, .gr-wrap .hero-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #d4c294;
    border-radius: 50%;
    transform: translateY(-50%);
}
.gr-wrap .hero-ornament::before {
    left: -8px;
}
.gr-wrap .hero-ornament::after {
    right: -8px;
}
.gr-wrap .hero .eyebrow {
    color: #d4c294;
}
.gr-wrap .hero .eyebrow::before {
    background: #d4c294;
}
.gr-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.08em;
    color: #fef8ea;
}
.gr-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-style: italic;
    color: #d4c294;
    margin: 16px 0 0;
    letter-spacing: 0.1em;
}
.gr-wrap .hero-lead {
    font-size: 13px;
    color: rgba(254, 248, 234, 0.92);
    line-height: 2;
    margin: 28px auto 0;
    text-align: left;
}
/* ===== SECTION COMMON ===== */
.gr-wrap .section {
    padding: 64px 0;
}
.gr-wrap .section-beige {
    background: #fef8ea;
}
.gr-wrap .section-beige-soft {
    background: #fef8ea;
}
.gr-wrap .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.gr-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #402f24;
}
.gr-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-top: 10px;
    letter-spacing: 0.12em;
}
.gr-wrap .section-lead {
    font-size: 13px;
    color: #7a6856;
    margin-top: 14px;
    line-height: 1.9;
    text-align: left;
}
/* ===== 1. 保証期間カード ===== */
.gr-wrap .period-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gr-wrap .period-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 36px 28px;
    text-align: center;
}
.gr-wrap .period-card.featured {
    background: #402f24;
    color: #ffffff;
}
.gr-wrap .period-card.featured .period-label, .gr-wrap .period-card.featured .period-label-en {
    color: #d4c294;
}
.gr-wrap .period-card.featured .period-value {
    color: #ffffff;
}
.gr-wrap .period-card.featured .period-unit {
    color: #d4c294;
}
.gr-wrap .period-card.featured .period-desc {
    color: rgba(255, 255, 255, 0.7);
}
.gr-wrap .period-label {
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    color: #8a7553;
    letter-spacing: 0.18em;
    margin-bottom: 6px;
}
.gr-wrap .period-label-en {
    font-family: "Cinzel", serif;
    font-size: 10px;
    color: #b9a373;
    letter-spacing: 0.25em;
    margin-bottom: 18px;
}
.gr-wrap .period-value-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}
.gr-wrap .period-value {
    font-size: 56px;
    font-weight: 400;
    color: #402f24;
    line-height: 1;
}
.gr-wrap .period-unit {
    font-size: 16px;
    color: #8a7553;
    letter-spacing: 0.1em;
}
.gr-wrap .period-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.12em;
}
.gr-wrap .period-desc {
    font-size: 12px;
    color: #7a6856;
    line-height: 1.8;
    margin: 0;
}
/* ===== 2. 基本ポリシー ===== */
.gr-wrap .policy-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gr-wrap .policy-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    overflow: hidden;
}
.gr-wrap .policy-image {
    aspect-ratio: 16 / 9;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.gr-wrap .policy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.gr-wrap .policy-image-label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 10px;
    color: #8a7553;
    letter-spacing: 0.15em;
    background: rgba(254, 248, 234, 0.9);
    padding: 4px 10px;
}
.gr-wrap .policy-body {
    padding: 24px 24px 28px;
}
.gr-wrap .policy-num {
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 10px;
    letter-spacing: 0.18em;
}
.gr-wrap .policy-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px;
    letter-spacing: 0.1em;
    color: #402f24;
    line-height: 1.5;
}
.gr-wrap .policy-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #b9a373;
    margin-top: 12px;
}
.gr-wrap .policy-text {
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
    margin: 0;
}
.gr-wrap .policy-text strong {
    font-weight: 500;
    color: #8a7553;
}
/* ===== 3. 保証対象外 ===== */
.gr-wrap .excluded-intro {
    padding: 18px 20px;
    background: #fef8ea;
    border-left: 3px solid #b9a373;
    margin: 0 0 28px;
    text-align: left;
}
.gr-wrap .excluded-intro p {
    margin: 0;
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
}
.gr-wrap .excluded-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gr-wrap .excluded-item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    align-items: center;
}
.gr-wrap .excluded-mark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fef8ea;
    color: #8a7553;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}
.gr-wrap .excluded-text {
    font-size: 12px;
    color: #3d2f24;
    line-height: 1.6;
}
/* ===== 4. 注意点 ===== */
.gr-wrap .notice-list {
    max-width: 100%;
}
.gr-wrap .notice-item {
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: flex-start;
}
.gr-wrap .notice-item:last-child {
    margin-bottom: 0;
}
.gr-wrap .notice-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 20px;
    color: #8a7553;
    line-height: 1.2;
}
.gr-wrap .notice-content {
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
}
.gr-wrap .notice-content strong {
    font-weight: 500;
    color: #8a7553;
}
/* ===== 5. 返品・交換 ===== */
.gr-wrap .return-intro {
    text-align: left;
    margin: 0 0 32px;
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
}
.gr-wrap .return-block {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 28px 24px;
    margin-bottom: 16px;
}
.gr-wrap .return-block:last-child {
    margin-bottom: 0;
}
.gr-wrap .return-block.alert {
    border-color: #b9a373;
    background: #fef8ea;
}
.gr-wrap .return-block-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccbda7;
}
.gr-wrap .return-block.alert .return-block-header {
    border-bottom-color: rgba(185, 163, 115, 0.4);
}
.gr-wrap .return-block-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fef8ea;
    color: #8a7553;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gr-wrap .return-block-icon svg {
    width: 18px;
    height: 18px;
}
.gr-wrap .return-block-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.1em;
    color: #402f24;
}
.gr-wrap .return-block-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #8a7553;
    margin-top: 4px;
    letter-spacing: 0.08em;
    display: block;
}
.gr-wrap .return-block p {
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
    margin: 0 0 14px;
}
.gr-wrap .return-block p:last-child {
    margin-bottom: 0;
}
.gr-wrap .return-block strong {
    font-weight: 500;
    color: #8a7553;
}
.gr-wrap .return-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.gr-wrap .return-step {
    background: #ffffff;
    text-align: center;
    border: 1px solid #ccbda7;
    overflow: hidden;
}
.gr-wrap .return-step-image {
    aspect-ratio: 16 / 9;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.gr-wrap .return-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.gr-wrap .return-step-body {
    padding: 18px 16px 22px;
}
.gr-wrap .return-step-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: #8a7553;
    margin-bottom: 6px;
    letter-spacing: 0.18em;
}
.gr-wrap .return-step-title {
    font-size: 13px;
    font-weight: 500;
    color: #402f24;
    margin-bottom: 6px;
    letter-spacing: 0.06em;
}
.gr-wrap .return-step-desc {
    font-size: 11px;
    color: #7a6856;
    line-height: 1.6;
}
.gr-wrap .return-step-desc strong {
    color: #8a7553;
}
/* ===== 6. お問い合わせCTA ===== */
.gr-wrap .cta-section {
    padding: 72px 0;
    background: #fef8ea;
    text-align: center;
}
.gr-wrap .cta-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.gr-wrap .cta-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #402f24;
}
.gr-wrap .cta-title .accent {
    color: #8a7553;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}
.gr-wrap .cta-text {
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.9;
    margin: 0 0 28px;
}
.gr-wrap .cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gr-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #402f24;
    background: transparent;
    color: #402f24;
    text-indent: 0.2em;
}
.gr-wrap .btn-primary {
    background: #402f24;
    color: #ffffff;
}
.gr-wrap .cta-shop {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(185, 163, 115, 0.4);
    font-size: 12px;
    color: #7a6856;
    letter-spacing: 0.12em;
    line-height: 1.9;
}
.gr-wrap .cta-shop strong {
    color: #402f24;
    font-weight: 500;
}
/* ===========================
   メンテナンスページ
=========================== */
/* ===== RESET & BASE ===== */
.wc-wrap *, .wc-wrap *::before, .wc-wrap *::after {
    box-sizing: border-box;
}
.wc-wrap {
    margin: 0;
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #3d2f24;
    background: #ffffff;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.wc-wrap .container {
    margin: 0 auto;
    padding: 0 20px;
}
/* ===== TYPOGRAPHY ===== */
.wc-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 10px;
    letter-spacing: 0.35em;
    color: #b9a373;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}
.wc-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #b9a373;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.wc-wrap .hero {
    position: relative;
    padding: 88px 20px 80px;
    /* ▼ 背景画像 - 差し替え時はここを変更 */
    background-image:
        linear-gradient(rgba(64, 47, 36, 0.6), rgba(64, 47, 36, 0.6)), url('https://tick.itembox.design/item/page/maintenance/mv_sp.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #ccbda7;
    color: #fef8ea;
}
.wc-wrap .hero-content {
    max-width: 100%;
}
.wc-wrap .hero-ornament {
    width: 80px;
    height: 1px;
    background: #d4c294;
    margin: 0 auto 24px;
    position: relative;
}
.wc-wrap .hero-ornament::before, .wc-wrap .hero-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #d4c294;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wc-wrap .hero-ornament::before {
    left: -8px;
}
.wc-wrap .hero-ornament::after {
    right: -8px;
}
.wc-wrap .hero .eyebrow {
    color: #d4c294;
}
.wc-wrap .hero .eyebrow::before {
    background: #d4c294;
}
.wc-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.08em;
    color: #fef8ea;
}
.wc-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-style: italic;
    color: #d4c294;
    margin: 16px 0 0;
    letter-spacing: 0.1em;
}
.wc-wrap .hero-lead {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: rgba(254, 248, 234, 0.92);
    line-height: 2;
    margin: 28px auto 0;
    text-align: left;
}
/* ===== SECTION COMMON ===== */
.wc-wrap .section {
    padding: 64px 0;
}
.wc-wrap .section-beige {
    background: #fef8ea;
}
.wc-wrap .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.wc-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #402f24;
}
.wc-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-top: 10px;
    letter-spacing: 0.12em;
}
.wc-wrap .section-lead {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    margin-top: 14px;
    line-height: 1.9;
}
/* ===== 2. リード文 ===== */
.wc-wrap .intro-section {
    padding: 56px 20px;
    background: #fef8ea;
    text-align: center;
}
.wc-wrap .intro-content {
    max-width: 100%;
}
.wc-wrap .intro-text {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    line-height: 2.2;
    color: #402f24;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-align: left;
}
/* ===== 3. 毎日のお手入れ ===== */
.wc-wrap .daily-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wc-wrap .daily-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    overflow: hidden;
}
.wc-wrap .daily-image {
    aspect-ratio: 16 / 9;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.wc-wrap .daily-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .daily-image-label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 10px;
    color: #8a7553;
    letter-spacing: 0.15em;
    background: rgba(254, 248, 234, 0.9);
    padding: 4px 10px;
}
.wc-wrap .daily-body {
    padding: 24px 24px 28px;
    text-align: center;
}
.wc-wrap .daily-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 10px;
    letter-spacing: 0.18em;
}
.wc-wrap .daily-title {
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.12em;
    color: #402f24;
}
.wc-wrap .daily-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #8a7553;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
}
.wc-wrap .daily-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 4. お手入れの道具 ===== */
.wc-wrap .tools-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.wc-wrap .tool-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    align-items: center;
}
.wc-wrap .tool-image {
    aspect-ratio: 1 / 1;
    background: #ccbda7;
    overflow: hidden;
}
.wc-wrap .tool-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .tool-info {
    padding: 0;
}
.wc-wrap .tool-name {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px;
    letter-spacing: 0.08em;
    color: #402f24;
}
.wc-wrap .tool-name-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #8a7553;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}
.wc-wrap .tool-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    color: #7a6856;
    line-height: 1.7;
    margin: 0;
}
/* ===== 5. やってはいけないこと ===== */
.wc-wrap .avoid-list {
    max-width: 100%;
}
.wc-wrap .avoid-intro {
    text-align: left;
    margin-bottom: 28px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    line-height: 1.9;
}
.wc-wrap .avoid-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 24px 20px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    margin-bottom: 10px;
    align-items: flex-start;
}
.wc-wrap .avoid-item:last-child {
    margin-bottom: 0;
}
.wc-wrap .avoid-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 28px;
    color: #b9a373;
    line-height: 1;
    text-align: center;
}
.wc-wrap .avoid-num::after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #b9a373;
    margin: 10px auto 0;
}
.wc-wrap .avoid-title {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.08em;
    color: #402f24;
    line-height: 1.5;
}
.wc-wrap .avoid-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 6. 保管について ===== */
.wc-wrap .storage-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.wc-wrap .storage-image {
    aspect-ratio: 16 / 9;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.wc-wrap .storage-image img, .wc-wrap .storage-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .storage-image-label {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 10px;
    color: #8a7553;
    letter-spacing: 0.15em;
    background: rgba(254, 248, 234, 0.9);
    padding: 4px 10px;
}
.wc-wrap .storage-text {
    padding: 0;
}
.wc-wrap .storage-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 12px;
    letter-spacing: 0.12em;
}
.wc-wrap .storage-title {
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 18px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #402f24;
}
.wc-wrap .storage-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #b9a373;
    margin-top: 14px;
}
.wc-wrap .storage-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
.wc-wrap .storage-desc strong {
    color: #8a7553;
    font-weight: 500;
}
/* ===== 7. 四季の手入れ ===== */
.wc-wrap .season-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.wc-wrap .season-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 24px 16px;
    text-align: center;
}
.wc-wrap .season-jp {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    color: #402f24;
    margin-bottom: 4px;
    letter-spacing: 0.12em;
}
.wc-wrap .season-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #8a7553;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
}
.wc-wrap .season-divider {
    width: 20px;
    height: 1px;
    background: #b9a373;
    margin: 0 auto 14px;
}
.wc-wrap .season-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 11px;
    color: #7a6856;
    line-height: 1.8;
    margin: 0;
}
/* ===== 8. オーバーホール ===== */
.wc-wrap .overhaul-intro {
    text-align: center;
    margin-bottom: 36px;
}
.wc-wrap .overhaul-cycle {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 400;
    color: #402f24;
    letter-spacing: 0.06em;
    line-height: 1.7;
}
.wc-wrap .overhaul-cycle .accent {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 26px;
    color: #8a7553;
    margin: 0 6px;
}
.wc-wrap .overhaul-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wc-wrap .overhaul-step {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 28px 24px;
    text-align: center;
}
.wc-wrap .overhaul-step-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 26px;
    color: #b9a373;
    line-height: 1;
    margin-bottom: 10px;
}
.wc-wrap .overhaul-step-num::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #b9a373;
    margin: 10px auto 0;
}
.wc-wrap .overhaul-step-title {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    color: #402f24;
}
.wc-wrap .overhaul-step-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    color: #7a6856;
    line-height: 1.8;
    margin: 0;
}
/* ===== 9. 編集後記 ===== */
.wc-wrap .message-section {
    padding: 72px 0;
    background: #fef8ea;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wc-wrap .message-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
.wc-wrap .message-ornament {
    width: 60px;
    height: 1px;
    background: #b9a373;
    margin: 0 auto 24px;
    position: relative;
}
.wc-wrap .message-ornament::before, .wc-wrap .message-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #b9a373;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wc-wrap .message-ornament::before {
    left: -8px;
}
.wc-wrap .message-ornament::after {
    right: -8px;
}
.wc-wrap .message-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
}
.wc-wrap .message-title {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 28px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #402f24;
}
.wc-wrap .message-text {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    color: #402f24;
    line-height: 2.2;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.06em;
}
/* ============================================================
   ▼ 以下、fs_original.css（管理画面）から移動したSP用スタイル
   移動日: 2026-09-18
   移動元: oreginal_css.txt 3672〜5877行
   ============================================================ */
body {
    min-width: 100%;
}
.pc_only {
    display: none !important;
}
.fs-l-page .notice a {
    padding: 2% 0;
}
.tick_header {
    min-height: initial !important;
    padding-bottom: 4%;
}
.fs-l-page .tick_header .logo_area {
    padding: 2% 0;
    width: 100%;
}
.fs-l-page .tick_header .logo {
    width: 9.5%;
}
.logo_area .head_contact {
    display: none;
}
.base-container {
    position: relative;
    width: 100%;
}
#mega_menu {
    width: 90%;
    margin: 0 auto;
}
#mega_menu .menu_area {
    display: block;
    margin-left: 0;
    width: 100%;
}
#mega_menu .menu_area .menu_list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 3%;
}
.menu-parent {
    display: none;
}
#mega_menu .menu_area .form_area {
    flex: 1;
    padding: 0 5px;
    box-sizing: border-box;
}
#mega_menu .menu_area .form_area form {
    display: flex;
    width: 100%;
    gap: 5px;
}
#mega_menu .menu_area .form_area form input {
    flex: 1;
    min-width: 0;
    padding: 8px;
}
#mega_menu .menu_area .form_area form button {
    width: 36px !important; /* 固定サイズに変更 */
    height: 36px !important;
    flex-shrink: 0 !important;
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
#mega_menu .menu_area ul li {
    flex-shrink: 0; /* ← inputが押し出されないように */
}
#mega_menu .menu_area ul li .icon_link img {
    max-width: 18px;
}
#mega_menu .menu_area .menu_list li .contact_btn {
    padding: 7px 12px;
    border-radius: 7px;
    display: none;
}
/*----------------------------------------------------------------------------
    Hamburger menu
----------------------------------------------------------------------------*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3000;
    right: 10px;
    top: 30px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #3e322c;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #FFFFFF;
}
.hamburger.active span {
    background: #fff;
}
/*-----------------------------------------*/
.hamburger.active {
    left: 10px;
    right: auto;
    background: none;
}
.hamburger.active span {
    background: transparent;
}
.hamburger.active::before, .hamburger.active::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 1%;
    width: 30px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
}
.hamburger.active::after {
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    display: none;
}
/*-----------------------------------------*/
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    /*overflow-y: auto;  ← これを追加！ */
    -webkit-overflow-scrolling: touch;
    overflow: hidden; /* スクロールは子要素に任せる */
    display: block;
}
nav.globalMenuSp .page_menu {
    background: #FFF;
    margin: 0 auto;
    padding: 0 0 150px;
    width: 100vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    font-size: 1rem;
}
nav.globalMenuSp .page_menu li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #CCC;
    text-align: left;
    display: block;
}
nav.globalMenuSp::-webkit-scrollbar, nav.globalMenuSp .page_menu::-webkit-scrollbar { /* Chrome, Safari 陝�ｽｾ陟｢�ｽ */
    display: none;
}
nav.globalMenuSp .page_menu li:last-child {
    padding-bottom: 0;
}
nav.globalMenuSp .page_menu li a:hover {
    background: #B29544;
}
nav.globalMenuSp .page_menu li a {
    display: block;
    padding: 1em 2em;
    font-size: 1rem;
    font-weight: normal;
}
/* メニューの幅 */
nav.globalMenuSp.active {
    transform: translateX(13%);
}
.globalMenuSp .g_menu_search {
    background: rgba(61, 55, 41, 0.8);
    width: 30%;
    margin: 0 auto;
    padding: 2em;
    text-align: left;
}
.globalMenuSp .g_menu_search form .fs-p-searchForm__inputGroup.fs-p-inputGroup .fs-p-searchForm__input.fs-p-inputGroup__input {
    background: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
    width: 260px;
    margin-right: 10px;
}
.globalMenuSp .g_menu_search form .fs-p-searchForm__inputGroup.fs-p-inputGroup .fs-p-searchForm__button.fs-p-inputGroup__button {
    background: #e3b9b3;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.globalMenuSp .store_menu {
    background: rgba(0, 0, 0, 0.8); /* 髢ｭ譴ｧ蜍ｹ豼ｶ�ｲ */
    width: 30%;
    margin: 0 auto;
    display: flex;
}
.globalMenuSp .store_menu li {
    width: 25%;
    text-align: center;
    padding: 7% 0;
    border-right: 1px solid #FFFFFF;
}
.globalMenuSp .store_menu li:last-child {
    border-right: none;
}
.globalMenuSp .store_menu li a {
    color: #000000 !important;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.5s;
}
.globalMenuSp .store_menu li a:hover {
    background: #B29544 !important;
}
.globalMenuSp .store_menu li a i {
    display: block;
    margin: 0 auto 10px;
}
.globalMenuSp .page_menu .ac-parent {
    cursor: pointer;
    color: #000000;
    padding: 1.5em 2em !important;
    position: relative !important;
    z-index: 1000;
    display: block;
    transition: 0.3s;
}
.globalMenuSp .page_menu .ac-parent:hover {
    background: #B29544 !important;
}
.globalMenuSp .page_menu .ac-parent .icon {
    /*font-size: 1.8em;*/
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
}
.globalMenuSp .page_menu .ac-child {
    display: none;
}
nav.globalMenuSp .page_menu li .ac-child ol li:last-child {
    border-bottom: none;
}
.globalMenuSp .page_menu .ac-child ol {
    all: initial;
}
.globalMenuSp .page_menu .ac-child ol li {
    padding-left: 1em;
}
.globalMenuSp .page_menu .ac-child ol li a::before {
    content: " ▶ ";
}
.globalMenuSp .page_menu .ac-child ol li:last-child {
    border-bottom: none;
}
.globalMenuSp .page_menu .search_box form[role="search"] {
    display: flex;
    align-items: center; /* 垂直方向に中央揃え */
    box-sizing: border-box;
    padding: 3%;
}
.globalMenuSp .page_menu .search_box input[type="search"] {
    background: #FFFFFF;
    width: 100%;
    max-width: 260px;
    padding: 2% 3%;
}
.globalMenuSp .page_menu .search_box form[role="search"] button {
    display: inline-block;
    width: 18%;
    margin-left: 3%;
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 2% 0;
}
.sp-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); /* 黒っぽいグレーに */
    z-index: 1500; /* globalMenuSpより下で、他要素より上 */
}
.hl {
    margin-bottom: 7%;
}
.hl h4 {
    font-size: 1.9em;
}
.fs-l-page .top_insta {
    padding: 15% 0;
}
.fs-l-page .top_insta .simply-scroll-list li {
    width: 120px;
}
.fs-l-page .top_insta .new_btn, .fs-l-page .top_youtube .new_btn {
    margin-top: 10%;
}
.fs-l-page .top_insta .new_btn a, .fs-l-page .top_youtube .new_btn a {
    width: 150px;
    padding: 3% 0;
}
.fs-l-page .top_info {
    padding: 15% 0 0;
}
.fs-l-page .top_info .top_info_wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.fs-l-page .top_info .top_info_wrap .image {
    width: 100%;
    margin-bottom: 7%;
}
.fs-l-page .top_info .top_info_wrap .text {
    width: 100%;
}
.fs-l-page .top_info .top_info_wrap .text section .title {
    font-size: 1.3em;
}
.fs-l-page .top_info .top_info_wrap .text .sns_icon {
    width: 80%;
    margin-bottom: 15%;
}
.fs-l-page .top_info iframe {
    display: block;
    width: 100%;
    height: 350px;
}
.fs-l-page .tick_footer {
    display: none;
}
.catch_copy span {
    display: none;
}
/* -------------------------------------
トップページ設定 
------------------------------------- */
.mv_area .mv_slide {
    margin-top: 7%;
}
.mv_area .mv_slide .slick-slide {
    margin: 0 10px 10px;
}
.slick-dots li button:before {
    font-size: 22px !important;
}
.mv_area .slick-prev {
    left: 5px;
}
/* slick右矢印位置 */
.mv_area .slick-next {
    right: 5px;
}
.fs-l-page .top_pickup_brand {
    padding: 10% 0;
}
.fs-l-page .top_pickup_brand ul {
    width: 95%;
    padding-left: 0 !important;
}
.fs-l-page .top_pickup_brand ul li {
    width: 48%;
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .top_news {
    margin: 10% 0 15%;
}
.fs-l-page .fs-l-main .top_news ul {
    width: 90%;
}
.fs-l-page .fs-l-main .top_news ul li {
    width: 100%;
    padding: 0;
}
.fs-l-page .fs-l-main .top_news ul li a {
    padding: 5% 0;
}
.fs-l-page .fs-l-main .top_news ul li time {
    margin-bottom: 3%;
}
.fs-l-page .fs-l-main .top_new_arrival {
    padding: 10% 0 15%;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap {
    width: 90%;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap .item {
    width: 48%;
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap .item a {
    text-decoration: none;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap .item .title {
    width: 95%;
    margin: 0 auto 3%;
}
/* -------------------------------------
SNSコンテンツ 
------------------------------------- */
.top_youtube {
    width: 95%;
    margin: 0 auto 17%;
}
.top_youtube .thumbnail {
    width: 100%;
    margin: 0 auto 17%;
}
.top_youtube .thumbnail div img {
    margin-bottom: 5%;
}
.top_youtube .thumbnail div .title {
    margin-bottom: 3%;
}
.top_youtube .thumbnail .slick-prev, .top_youtube .thumbnail .slick-next, .top_youtube .short .slick-prev, .top_youtube .short .slick-next {
    width: 20px;
    height: 50px;
}
.top_youtube .content_title {
    margin-bottom: 5%;
}
/* -------------------------------------
商品ページ設定 
------------------------------------- */
/*パンくずリスト*/
.fs-c-breadcrumb {
    width: 90%;
    margin: 5% auto;
    line-height: 180%;
}
.fs-l-page .fs-l-main {
    /*width: 95%;
margin: 0 auto;*/
}
/*商品詳細の始祖*/
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product {
    display: block;
    width: 95%;
    margin: 0 auto 15%;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .left_side {
    width: 100%;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .right_side {
    width: 100%;
}
/*商品画像*/
.fs-c-productCarouselMainImage {
    margin-bottom: 10%;
}
/*商品タイトル*/
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .right_side .fs-c-productNameHeading.fs-c-heading {
    font-size: 1.5em;
    margin-bottom: 3%;
}
/*商品番号*/
.fs-l-productLayout.fs-system-product .right_side .fs-c-productNumber {
    margin-bottom: 3%;
}
/*商品マークのサイズ変更*/
.fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
    padding: 10px 50px !important;
    font-size: 0.9em !important;
    margin-bottom: 10%;
}
/*金額下の余白*/
.fs-l-productLayout.fs-system-product .right_side .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 3%;
}
/*在庫切れ*/
.fs-system-product .fs-c-productNotice.fs-c-productNotice--outOfStock {
    margin-bottom: 10%;
}
/*カートに入れるボタン*/
.right_side .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary {
    font-size: 1.5em;
    padding: 5% 0;
    margin-bottom: 7%;
}
/*お気に入りボタン*/
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--addToWishList--detail.fs-c-button--particular {
    margin-bottom: 3%;
    padding: 3%;
    background-position: 125px 9px;
}
/*配送料*/
.right_side .fs-c-productPostage {
    margin-bottom: 3%;
}
/*サムネイル設定*/
.fs-c-productCarouselMainImage__thumbnailList > li {
    width: 22% !important;
    margin-bottom: 5%;
}
.fs-c-productCarouselMainImage__expandButton button {
    padding: 8px 20px;
    top: -27px;
    font-size: 1.5em;
}
/*アイテムページ説明上部html*/
.right_side .tick_item_html .item_contact {
    margin-bottom: 5%;
}
.right_side .tick_item_html .item_payment {
    width: 100%;
    margin-bottom: 5%;
    display: block;
}
.right_side .tick_item_html .item_payment .title {
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 5%
}
.right_side .tick_item_html .item_payment .title p {
    text-align: center;
}
.right_side .tick_item_html .item_payment .pay_type {
    width: 100%;
}
.right_side .tick_item_html .item_payment .pay_type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    margin-bottom: 5%;
}
.right_side .tick_item_html .item_payment .pay_type ul li {
    background: #FFFFFF;
    font-size: 0.9em;
    padding: 3px 10px;
}
.right_side .tick_item_html .item_payment .pay_type ul li span {
    background: #FFFFFF;
    padding: 3px 13px;
}
.right_side .tick_item_html .item_payment .button_area {
    width: 60%;
    margin: 0 auto;
}
.right_side .tick_item_html .item_payment .button_area button {
    width: 100%;
}
.tick_item_desc {
    display: none;
}
.tick_item_desc.pc {
    display: none;
}
.tick_item_desc.sp {
    display: block;
}
/* 画像コンテナ＆画像のサイズ制御（見切れ防止） */
body.fs-body-product-2024000014094 .fs-c-productCarouselMainImage__image {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
}
body.fs-body-product-2024000014094 .fs-c-productCarouselMainImage__image > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 72svh !important; /* 画面高の約7割に抑える */
    object-fit: contain !important;
    object-position: center center !important;
}
/* スライド1枚ずつを縦中央寄せ（高さ可変でも中央に来る） */
body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
}
/* slickの表示エリアは通常通り（スワイプのため overflow: hidden） */
body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-list {
    overflow: hidden !important;
    padding: 0 !important; /* centerMode の左右余白を無効化 */
}
/* “センター拡大”のscaleだけ無効化（track の transform は触らない） */
body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-center .fs-c-productCarouselMainImage__image, body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-current .fs-c-productCarouselMainImage__image, body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-center .fs-c-productCarouselMainImage__image > img, body.fs-body-product-2024000014094 #fs_productCarouselMainImage .slick-current .fs-c-productCarouselMainImage__image > img {
    transform: none !important;
}
/* -------------------------------------
カテゴリページ 
------------------------------------- */
/*コントローラー大枠*/
.fs-c-productList__controller {
    display: block;
}
/*新着、料金順横並び*/
.fs-c-sortItems {
    width: 100%;
    margin-bottom: 7%;
}
.fs-c-listControl {
    justify-content: flex-end;
}
.fs-c-productList {
    width: 100%;
    margin-bottom: 15%;
}
.fs-c-productList__list {
    width: 90%;
    margin: 0 auto;
}
.fs-c-productList__list__item {
    width: 45%;
}
.fs-c-productList__list__item.fs-c-productListItem .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
    padding: 7px 15px !important;
}
/* -------------------------------------
ログイン
------------------------------------- */
.fs-c-subSection__title {
    margin-bottom: 7%;
}
.fs-c-inputTable {
    margin-bottom: 5%;
}
button, [type="button"], [type="reset"], [type="submit"] {
    /*padding: 3% 5%;
margin: 0 auto 7%;*/
}
.submit_area input[type="submit"] {
    padding: 3% 5%;
    margin: 0 auto 7%;
}
#fs_form .fs-c-inputInformation__button button {
    padding: 3% 5%;
    margin: 0 auto 7%
}
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister.fs-c-button--primary .fs-c-button__label {
    padding: 3% 5%;
    margin: 0 auto 7%
}
.fs-c-fsLogin.fs-c-inputInformation {
    margin-bottom: 3%;
}
.fs-c-inputInformation__message {
    margin-bottom: 5%;
}
.fs-c-agreementField.fs-c-additionalCheckField {
    margin: 0 auto 5%;
}
.fs-c-privacyPolicyAgreeField, .memberPolicyAgree {
    margin-bottom: 5%;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
    margin-bottom: 15%;
}
.fs-c-newUsers__message.fs-c-subSection__message {
    margin-bottom: 7%;
}
.fs-l-main .fs-c-guestPurchase .fs-c-buttonContainer.fs-c-buttonContainer--guestPurchase a {
    padding: 4% 0;
}
/* -------------------------------------
コンタクト、会社概要
------------------------------------- */
.new_page_contents {
    padding: 12% 0 0;
}
.new_page_contents .new_contact_text {
    width: 80%;
    margin: 0 auto 12%;
}
.new_contact_wrap {
    margin-bottom: 0;
}
.new_contact_wrap .new_contact_table {
    width: 90%;
    margin-bottom: 7%;
}
.new_contact_wrap .new_contact_table th {
    width: 30%;
    padding: 2%;
}
.new_contact_wrap .new_contact_table th span {
    font-size: 0.8em;
    margin-top: 5px;
}
.new_contact_wrap .new_contact_table td {
    width: 70%;
    padding: 2%;
}
.new_contact_wrap .new_contact_table input[type="text"], .new_contact_wrap .new_contact_table input[type="email"] {
    border: 1px solid #CCC;
    padding: 1% 2%;
    width: 100%;
}
.new_contact_wrap .new_contact_table textarea {
    width: 100%;
    border: 1px solid #CCC;
    padding: 2%;
}
.new_contact_wrap .new_submit_area {
    text-align: center;
}
.new_contact_wrap .new_submit_area input[type="submit"] {
    background: #B29544;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    width: 200px;
    padding: 15px 0;
    transition: 0.5s;
    border: 2px solid #B29544;
}
.new_contact_wrap .new_submit_area input[type="submit"]:hover {
    background: #FFF;
    color: #B29544;
    text-align: center;
    border: 2px solid #B29544;
}
.new_page_contents .new_contact_text .dai_name {
    width: 35%;
}
/* ---------------------------------------------- */
/*お買い物ガイド
/* ---------------------------------------------- */
.new_page_contents .guide_wrap {
    width: 90%;
    margin: 0 auto;
}
.new_page_contents .guide_wrap .guide_title {
    margin-bottom: 5%;
}
.new_page_contents .guide_wrap .block {
    margin-bottom: 15%;
}
.new_page_contents .guide_wrap .block .head_line {
    margin-bottom: 2%;
}
.new_page_contents .guide_wrap .block .card_list {
    width: 100%;
    margin-bottom: 3%;
}
.new_page_contents .guide_wrap .block .card_list li {
    margin-right: 2%;
}
.new_page_contents .new_btn {
    padding: 3% 0;
    margin: 5% auto 0;
    width: 60%;
    display: block;
}
/* ---------------------------------------------- */
/*シミュレーション
/* ---------------------------------------------- */
.new_page_contents .input-tbl {
    width: 90%;
    margin-bottom: 7%;
}
.new_page_contents .mt-m {
    margin-bottom: 10%;
}
.new_page_contents #result-area {
    margin: 15% auto;
}
.new_page_contents #result-area #result .result_tbl {
    width: 90%;
    margin-bottom: 10%;
}
.new_page_contents #result-area .memo.mt-s {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 180%;
}
.new_page_contents .input-tbl tr td #bonus_heiyo {
    border: 1px solid #CCC;
    padding: 2%;
    width: 90%;
}
.new_page_contents form .mt-m #back, .new_page_contents form .mt-m #reset {
    display: none;
}
.new_page_contents form .mt-m #execute {
    padding: 5% 50px !important;
}
/* -------------------------------------
FAQ
------------------------------------- */
.new_question_wrap {
    margin-bottom: 12%;
}
.question_list {
    width: 90%;
}
.question_list dt {
    padding: 4%;
}
.question_list dt p {
    line-height: 160%;
}
/* -------------------------------------
recruit
------------------------------------- */
.new_page_contents .recruit_mv .wrap {
    width: 100%;
    height: 60vh;
}
.new_page_contents .recruit_mv .wrap h1 {
    width: 80%;
    font-size: 3em;
}
.new_page_contents .recruit_mv .wrap h1 span {
    margin-top: 3%;
}
.new_page_contents .recruit_comment {
    padding: 15% 0;
    width: 90%;
}
.new_page_contents .recruit_comment .title {
    margin-bottom: 5%;
}
.new_page_contents .recruit_comment .comment {
    text-align: left;
    width: 90%;
}
.new_page_contents .recruit_comment .img_01, .new_page_contents .recruit_comment .img_02 {
    display: none;
}
.new_page_contents .recruit_works {
    margin-bottom: 15%;
}
.new_page_contents .recruit_works .wrap {
    width: 90%;
    margin: 0 auto;
}
.new_page_contents .recruit_works .wrap .image {
    width: 100%;
    margin-bottom: 7%;
}
.new_page_contents .recruit_works .wrap .image img {
    width: 100%;
    border-radius: 5%;
}
.new_page_contents .recruit_works .wrap .text {
    width: 100%;
    line-height: 180%;
}
.new_page_contents .recruit_fit {
    margin-bottom: 15%;
}
.new_page_contents .recruit_fit .wrap {
    width: 90%;
    margin: 0 auto;
}
.new_page_contents .recruit_fit .wrap .image {
    width: 100%;
    margin-bottom: 5%;
}
.new_page_contents .recruit_fit .wrap .image img {
    width: 100%;
}
.new_page_contents .recruit_fit .wrap .text {
    width: 100%;
    line-height: 180%;
}
.new_page_contents .recruit_interview {
    margin-bottom: 15%;
}
.new_page_contents .recruit_interview .wrap {
    width: 90%;
    margin: 0 auto;
}
.new_page_contents .recruit_interview .wrap .image {
    width: 70%;
    position: relative;
    text-align: center;
    margin: 0 auto 7%;
}
.new_page_contents .recruit_interview .wrap .image .name {
    padding: 3% 10%;
}
.new_page_contents .recruit_interview .wrap .image .name span {
    font-size: 1.5em;
}
.new_page_contents .recruit_interview .wrap .text {
    width: 100%;
}
.new_page_contents .recruit_interview .wrap .text .block {
    margin-bottom: 10%;
}
.new_page_contents .recruit_interview .wrap .text .block .q {
    text-align: center;
}
.new_page_contents .recruit_guide_area table {
    width: 90%;
}
.new_page_contents .recruit_guide_area table tr th {
    width: 24%;
}
.new_page_contents .recruit_guide_area table tr td {
    width: 59%;
}
.new_page_contents .recruit_btn {
    margin-bottom: 15%;
}
.new_page_contents .recruit_btn a {
    padding: 6% 0;
}
/* -------------------------------------
CART
------------------------------------- */
.fs-l-cart__contentsArea {
    width: 90%;
    border-bottom: 10%;
}
tbody .fs-c-cartTable__row .fs-c-cartTable__dataCell {
    border: 1px solid #ccc;
}
.fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    border-top: none !important;
    border-bottom: none !important;
}
.fs-c-cartTable__row .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    border-top: none !important;
}
.fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-estimatedDeliveryDate {
    margin: 5% 0 7%;
}
#fs-checkout-payHere-container .fs-c-purchaseHere.fs-c-cartPayment .fs-c-purchaseHere__message {
    font-size: 1.4em;
    margin-bottom: 8%;
}
/* ボタン部分を横並びに */
.fs-c-purchaseHere {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0;
}
.fs-c-cartPayment__button a {
    display: block;
    padding: 7% 0;
    width: 100%; /* 同じ大きさに固定 */
    margin-bottom: 10%;
}
.fs-l-page .fs-l-main .fs-c-continueShopping {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.fs-l-page .fs-l-main .fs-c-continueShopping a {
    padding: 7% 0;
    width: 100%;
    display: block;
}
/* -------------------------------------
CheckOut
------------------------------------- */
.fs-l-checkout__mainColumn {
    width: 90%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__title, #fs-addressInfo-container .fs-c-checkout-shippingInfo.fs-c-checkout-preview .fs-c-checkout-shippingInfo__title, #fs_orderTotalContainer h2 {
    margin-bottom: 7%;
}
/*お客様情報*/
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body {
    display: block;
    padding: 5%;
    margin-bottom: 12%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo {
    display: block;
    width: 100%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
    width: 100%;
    margin-bottom: 2%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name ruby rt {
    margin-bottom: 0;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__email {
    width: 100%;
    margin-bottom: 2%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__address {
    width: 100%;
    margin-bottom: 2%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__tel {
    width: 100%;
    margin-bottom: 7%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body #fs_button_changeBuyer {
    display: inline-block;
    width: 20%;
    text-align: center;
    border: 1px #CCC solid;
    box-sizing: border-box;
    padding: 2% 0;
}
/*お届け内容*/
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption {
    margin-bottom: 5%;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dt {
    margin-bottom: 3%;
}
/*お届け先*/
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__title {
    margin-bottom: 3%;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__body .fs-c-checkout-shippingAddress {
    margin-bottom: 3%;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control {
    margin-bottom: 12%;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control button {
    padding: 2% 0;
    width: 20%;
    text-align: center;
}
/*お届け詳細*/
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__title {
    margin-bottom: 3%;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__outline {
    margin-bottom: 3%;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__outline .fs-c-checkout-shippingDetail__deliveryDateInfo {
    margin-bottom: 3%;
}
/*お届け詳細の画像*/
.fs-c-checkout-shippingDetail__outline .fs-c-checkout-shippingDetail__parcel .fs-c-checkout-shippingParcel.case-noLabel {
    padding: 3%;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product {
    box-sizing: border-box;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage {
    width: 16%;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage img {
    width: 100%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo {
    width: 83%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__productName {
    width: 62%;
    line-height: 180%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__unitPrice {
    width: 24%;
    margin-bottom: 0 !important;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__quantity {
    width: 12%;
}
/*お届け詳細*/
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__detail {
    margin-bottom: 12%;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__detail .fs-c-checkout-shippingDetail__deliveryDetail {
    margin-bottom: 12%;
}
.fs-c-checkout-shippingDetail__button button {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 1.5% 0;
}
/*お届け詳細*/
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__fee {
    margin-bottom: 12%;
}
/*お支払い方法*/
#fs-paymentList-container .fs-c-checkout-paymentInfo__title {
    margin-bottom: 3%;
}
#fs-paymentList-container .fs-c-checkout-paymentInfo__body {
    margin-bottom: 12%;
}
/*ご注文内容*/
#fs-orderContents-container .fs-c-checkout-orderInfo__title {
    margin-bottom: 3%;
}
#fs-orderContents-container .fs-c-checkout-orderInfo .fs-c-checkout-orderInfo__body .fs-c-cartTable .fs-c-cartTable__dataCell .fs-c-cartTable__product {
    align-items: center;
    text-align: left;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo {
    font-size: 0.6em;
    line-height: 180%;
}
#fs-orderContents-container .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall a {
    display: inline-block;
    width: 20%;
    text-align: center;
    border: 1px #CCC solid;
    box-sizing: border-box;
    padding: 2% 0;
    margin: 0 0 7%;
}
/*返品特約*/
.fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
    margin-bottom: 12%;
}
/*お支払い金額*/
#fs_orderTotalContainer {
    width: 90%;
}
#fs_orderTotalContainer .fs-c-orderTotalTable {
    width: 100%;
    margin: 0 auto 10% !important;
}
#fs_orderTotalContainer .fs-c-orderTotalTable tr th {
    width: 30%;
    font-size: 0.9em;
}
#fs_orderTotalContainer .fs-c-orderTotalTable tr td {
    padding: 3%;
    width: 50%;
}
/*注文ボタン*/
#fs_button_placeOrder {
    text-align: center;
    margin-bottom: 20%;
}
#fs_button_placeOrder button {
    padding: 4%;
    width: 60%;
}
#fs_button_placeOrder button:hover {
    opacity: 0.6;
}
/* -------------------------------------
チェックアウト
------------------------------------- */
.fs-l-main .fs-c-checkoutSuccess.fs-c-subSection .fs-c-checkoutSuccess__message.fs-c-subSection__message {
    width: 90%;
    margin: 0 auto;
    line-height: 180%;
}
/* -------------------------------------
item_rower_desc
------------------------------------- */
.fs-l-main .tick_item_melit {
    padding: 15% 0;
    width: 100%;
}
.fs-l-main .tick_item_melit .comment {
    width: 80%;
    margin: 0 auto 10%;
}
.fs-l-main .tick_item_melit .list {
    width: 90%;
    display: block;
}
.fs-l-main .tick_item_melit .list li {
    width: 100%;
    padding: 5%;
    margin-bottom: 10%;
    box-sizing: border-box;
}
.fs-l-main .tick_item_melit .list li img {
    margin-bottom: 5%;
}
.fs-l-main .tick_item_melit .list li .title {
    margin-bottom: 5%;
}
.fs-l-main .tick_item_melit .list li .text {
    margin-bottom: 5%;
}
.fs-l-main .tick_item_melit .list li .btn a {
    display: inline-block;
    padding: 6% 0;
}
/* -------------------------------------
マイページ
------------------------------------- */
.fs-l-page .fs-l-main .fs-c-accountService {
    width: 100%;
    margin: 0 auto 15%;
    gap: 0;
}
.fs-l-page .fs-l-main .fs-c-accountService li {
    width: 95%;
    margin: 0 auto 7%;
}
.fs-l-page .fs-l-main .fs-c-accountService li a {
    padding: 5% 0;
}
.fs-l-page .fs-l-main .fs-c-wishlistProduct {
    width: 90%;
    margin: 0 auto 10%;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    margin-bottom: 7%;
}
.fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    gap: 30px;
    width: 100%;
    margin-bottom: 10%;
}
.fs-l-main .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a {
    padding: 4% 0;
}
/* -------------------------------------
会員登録完了
------------------------------------- */
.fs-l-page .fs-l-main .fs-c-registerSuccessMessage {
    width: 80%;
    margin: 0 auto 10%;
}
.fs-l-page .fs-l-main .fs-c-registerSuccessMessage p {
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
    width: 200px;
    margin: 0 auto 7%;
    padding: 4% 0;
}
/* -------------------------------------
会員情報変更
------------------------------------- */
.fs-l-main #fs_form .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change a {
    margin: 0 auto 10%;
    padding: 4% 0;
}
/* -------------------------------------
お届け先リスト変更
------------------------------------- */
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__addButton.fs-c-buttonContainer.fs-c-buttonContainer--addAddressbook a {
    margin: 0 auto 5%;
    padding: 4% 0;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__count.fs-c-addressBookCount {
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .fs-c-addressBookList__message.fs-c-noResultMessage {
    margin-bottom: 10%;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__list.fs-c-listTable {
    width: 90%;
    margin: 0 auto 10%;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__list.fs-c-listTable tr td {
    padding: 2% 5%;
    box-sizing: border-box;
    width: 100%;
}
.fs-c-buttonContainer.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation.fs-c-button--secondary .fs-c-button__label {
    padding: 3% 0;
    margin-bottom: 5%;
    width: 200px;
}
/* -------------------------------------
new_item
------------------------------------- */
.fs-l-main .new_arrival_area {
    padding: 10% 0;
}
.fs-l-main .new_arrival_area .wrap {
    width: 90%;
}
.fs-l-main .new_arrival_area .wrap .item {
    width: 48%;
    margin-bottom: 10%;
}
.fs-l-main .new_arrival_area .wrap .item img {
    margin-bottom: 5%;
}
.fs-l-main .new_arrival_area .wrap .item .title {
    margin-bottom: 5%;
}
/* -------------------------------------
ご注文履歴
------------------------------------- */
.fs-l-page .fs-l-main .fs-c-history {
    width: 90%;
    margin: 0 auto 10%;
    display: block;
}
.fs-l-main .fs-c-history .fs-c-history__info {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    margin-bottom: 7%;
}
.fs-l-main .fs-c-history .fs-c-history__listContainer {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}
.fs-l-main .fs-c-history .fs-c-history__info #fs_form .fs-c-dropdown {
    margin-bottom: 4%;
}
.fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
    margin-bottom: 4%;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo {
    margin-bottom: 5%;
}
/* 	注文詳細　*/
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
    width: 30%;
}
/* 	注文詳細を見るボタン　*/
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail a {
    margin-bottom: 5%;
}
/* 	商品リスト　*/
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
    margin-bottom: 10%;
    flex-wrap: wrap;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productImage {
    width: 36%;
    margin-bottom: 0;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productImage img {
    width: 100%;
}
.fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
    width: 55%;
}
/* -------------------------------------
買取
------------------------------------- */
.new_kaitori_mv {
    background: #000000;
}
.new_kaitori_mv .sp_back {
    display: block;
    width: 100%;
}
.new_kaitori_mv .wrap_02 {
    width: 90%;
    height: 15vh;
}
.new_kaitori_mv .wrap_02 h1 {
    position: relative;
}
.new_kaitori_reazon {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
}
.new_kaitori_reazon .wrap {
    width: 100%;
    display: block;
}
.new_kaitori_reazon .wrap .point {
    width: 100%;
    margin-bottom: 5%;
    box-sizing: border-box;
}
.new_kaitori_reazon .wrap .point .title {
    padding: 4% 0;
}
.new_kaitori_reazon .wrap .point .comment {
    padding: 4%;
}
.new_kaitori_list {
    width: 90%;
    padding: 10% 0 5%;
}
.new_kaitori_list .text {
    width: 100%;
    margin: 0 auto 5%;
}
.fs-l-main .kaitori_list {
    width: 90%;
    margin: 0 auto 15%;
    justify-content: space-between;
    gap: 3%;
}
.fs-l-main .kaitori_list .item {
    width: 47%;
    margin-bottom: 7%;
}
.fs-l-main .kaitori_list .item img {
    margin-bottom: 5%;
}
/* -------------------------------------
保証
------------------------------------- */
.fs-l-main .guarantee_mv {
    background-position: center center;
    position: relative;
    height: 30vh;
}
.fs-l-main .guarantee_mv .wrap {
    width: 100%;
    height: 30vh;
}
.fs-l-main .guarantee_mv .wrap h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fs-l-main .guarantee_intro {
    padding: 10% 0;
}
.fs-l-main .guarantee_intro .wrap {
    width: 100%;
    display: block;
}
.fs-l-main .guarantee_intro .wrap .img {
    width: 90%;
    margin: 0 auto 5%;
}
.fs-l-main .guarantee_intro .wrap .img img {
    width: 100%;
}
.fs-l-main .guarantee_intro .wrap .comment01 {
    width: 90%;
    margin: 0 auto;
}
.fs-l-main .guarantee_intro .wrap .comment01 p strong {
    margin-bottom: 5%;
}
.fs-l-main .guarantee_intro .wrap .comment01 .cap {
    margin-top: 5%;
}
.fs-l-main .guarantee_wrap {
    padding: 0 0 15%;
}
.fs-l-main .guarantee_wrap .text {
    width: 90%;
}
.fs-l-main .guarantee_wrap .text h3 {
    margin-bottom: 5%;
}
/* -------------------------------------
/*商品詳細　住所変更
------------------------------------- */
.fs-c-estimatedDeliveryDate__button .fs-c-button--changeLocation.fs-c-button--plain .fs-c-button__label {
    width: 120px;
    padding: 7% 0;
    margin-top: 7%;
}
.fs-c-modal__inner {
    width: 70%;
}
.fs-c-modal--changeLocation .fs-c-inputTable--inModal > tbody {
    padding: 3%;
}
.fs-c-modal--changeLocation .fs-c-inputTable--inModal > tbody > tr {
    width: 100%;
}
.fs-c-modal--changeLocation .fs-c-buttonContainer button {
    width: 80px;
    padding: 3% 0;
}
.fs-c-modal__contents table {
    width: 100%;
}
/* -------------------------------------
企業理念
------------------------------------- */
.fs-l-main .mv_rinen {
    padding: 10% 7%;
}
.fs-l-main .mv_rinen .ja {
    padding: 4% 0;
}
.fs-l-main .mv_rinen .bg {
    font-size: 18em;
    top: 5%;
}
.fs-l-page .fs-l-main .rinen_block_01 {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 10%;
    display: block;
}
.fs-l-page .fs-l-main .rinen_block_01 .image {
    width: 100%;
    position: relative;
    z-index: -1;
}
.fs-l-page .fs-l-main .rinen_block_01 .text {
    width: 70%;
    margin-top: -14%;
    background: #FFF;
    padding: 7%;
    padding-left: 0;
}
.fs-l-page .fs-l-main .rinen_block_01 .text .title {
    font-size: 10vw;
}
.fs-l-page .fs-l-main .rinen_block_01 .text .midashi {
    padding: 5% 0;
}
.fs-l-page .fs-l-main .rinen_block_02 {
    width: 90%;
    padding: 5% 0;
    display: block;
}
.fs-l-page .fs-l-main .rinen_block_02 .image {
    width: 60%;
    margin: 0 auto 10%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text {
    width: 100%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .title {
    font-size: 10vw;
    text-align: center;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .midashi {
    font-size: 1.4em;
    padding: 5% 0;
    text-align: center;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment {
    line-height: 180%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment strong {
    margin-top: 7%;
    margin-bottom: 5px;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment strong span {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 20px;
}
/* -------------------------------------
採用ページトップ
------------------------------------- */
.fs-l-page .fs-l-main .recruit_mv {
    min-height: 70vh;
    background-position: 65% 16%;
}
.fs-l-page .fs-l-main .recruit_mv h2 {
    font-size: 12vw;
}
.fs-l-page .fs-l-main .recruit_mv h2 span {
    font-size: 0.3em;
}
.fs-l-page .fs-l-main .recruit_intro {
    padding: 13% 0;
}
.fs-l-page .fs-l-main .recruit_intro p {
    width: 80%;
}
.fs-l-main .recruitment .wrap {
    width: 90%;
    display: block;
}
.fs-l-main .recruitment .wrap .block {
    width: 100%;
    margin-bottom: 10%;
}
.fs-l-main .recruitment .wrap .block .title {
    margin-bottom: 5%;
}
.fs-l-main .recruitment .wrap .block .comment {
    margin-bottom: 5%;
}
.fs-l-main .recruitment .wrap .block a {
    width: 60%;
    padding: 4% 0;
}
/* -------------------------------------
採用ページ概要
------------------------------------- */
.recruitment_table {
    width: 90%;
    margin: 0 auto 13%;
}
.recruitment_table tr th {
    width: 100%;
    display: block;
    padding: 4% 5%;
}
.recruitment_table tr td {
    width: 100%;
    display: block;
    padding: 3% 4%;
}
.recruitment_block {
    margin-top: 15%;
}
.fs-c-inputTable {
    width: 90%;
    margin: 0 auto 5%;
}
.fs-c-inputTable tr td select {
    width: 100%;
}
/* -------------------------------------
商品問い合わせ
------------------------------------- */
.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
    text-align: center;
    font-size: 1.5em;
    margin-top: 7%;
    letter-spacing: 0.7px;
    font-family: 'Cinzel', serif;
    width: 100%;
}
/* 商品画像フレーム */
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct {
    display: block;
    border: 1px solid #CCC;
    width: 80%;
    margin: 5% auto;
    box-sizing: border-box;
    padding: 5%;
}
/* 商品画像 */
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage.fs-c-productImage {
    width: 60%;
    display: block;
    margin: 0 auto 5%;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage.fs-c-productImage img {
    width: 100%;
}
/* 商品タイトル */
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productName.fs-c-productName {
    width: 100%;
    line-height: 180%;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryMessage {
    text-align: center;
    margin-bottom: 3%;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__headerCell {
    padding: 2%;
    width: 100%;
    border: none;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__dataCell {
    width: 100%;
    border: none;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__dataCell input {
    box-sizing: border-box;
    padding: 1% 2%;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal {
    border: none;
    width: 83% !important;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry .fs-c-button--sendInquiry.fs-c-button--standard {
    background: #000000;
    color: #FFFFFF;
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto 7%;
    padding: 5% 0;
}
/* -------------------------------------
2512 aficionados_lustre
------------------------------------- */
.fs-l-page .a_lustre_mv {
    width: 100%;
    min-height: 250px;
    margin-bottom: 7%
}
.fs-l-page .a_lustre_comment {
    margin-bottom: 10%;
}
.fs-l-page .a_lustre_comment .sale_period {
    margin-bottom: 4%;
}
/* -------------------------------------
2512 セカンダリープレミアムキャンペーン<
------------------------------------- */
.fs-l-page .fs-l-main .spc_mv {
    width: 100%;
    margin: 0 auto 10%;
    min-height: 250px;
}
.fs-l-main .spc_content h2 {
    text-align: center;
    line-height: 180%;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 2%;
}
.fs-l-main .spc_content .info {
    width: 90%;
    margin: 0 auto 10%;
}
.fs-l-main .spc_content .comment {
    width: 90%;
}
.spc_info ul {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.spc_info ul li {
    width: 100%;
    margin-bottom: 10%
}
.spc_info ul li .frame {
    padding: 7% 5%;
}
.spc_info ul li .frame figure {
    width: 14%;
}
.spc_info ul li .frame .title {
    margin-bottom: 5%;
    font-size: 1.6em;
}
.fs-l-page .fs-l-main .spc_comment {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.fs-l-page .fs-l-main .spc_comment figure {
    width: 100%;
}
.fs-l-page .fs-l-main .spc_comment figure img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap {
    width: 85%;
    padding: 23% 0;
    margin: 0 auto;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap .title {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap .comment {
    line-height: 180%;
}
.fs-l-main .spc_youtube .wrap {
    width: 90%;
    margin: 0 auto;
}
.spc_youtube .comment_wrap {
    width: 90%;
    margin: 0 auto;
}
.spc_youtube .comment_wrap .comment {
    line-height: 180%;
}
/* -------------------------------------
セール価格表示
------------------------------------- */
/* 1行目：通常販売価格（小さめでOKなら） */
.fs-c-productPrices--productDetail .fs-c-productPrice--listed {
    /*font-size: 1.1rem;  お好みで調整可能 */
}
.fs-c-productPrice--listed, .fs-c-productPrice--listed .fs-c-productPrice__main, .fs-c-productPrice--listed .fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-productPrice__main__price, .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
    font-size: 12px;
    margin-bottom: 0;
}
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
    font-size: 12px;
    display: block;
    margin: 0 auto;
}
/* 2行目：価格＋税込 を横並びで */
.fs-c-productPrice--selling .fs-c-productPrice__main {
    flex-direction: column;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price {
    font-size: 23px;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon {
    font-size: 12px;
    margin-top: 4%;
}
/* 商品詳細ページの「税込」を下揃えにする */
.fs-c-productPrices--productDetail .fs-c-productPrice--selling {
    align-items: baseline !important; /* ←親を baseline 揃えに */
}
.fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__addon {
    align-self: flex-end !important; /* ←税込を下に寄せる */
}
/* ======================== 
セール用の動画
======================== */
.fs-l-main .top_campaign {
    padding: 10% 0;
}
.fs-l-main .top_campaign .wrap {
    flex-direction: column;
    padding: 0 16px;
    gap: 40px;
}
.fs-l-main .top_campaign .video_item {
    width: 100%;
}
.fs-l-main .top_campaign .video_caption {
    font-size: 13px;
    text-align: left;
}
.fs-l-main .top_campaign .video_item button {
    margin-top: 3%;
}
/* -------------------------------------
入荷お知らせメール
------------------------------------- */
.fs-c-modal__inner .fs-c-modal__contents .fs-c-stockNotificationsProduct {
    margin-bottom: 5%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productImage.fs-c-productImage {
    width: 20%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productName.fs-c-productName {
    width: 75%;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-stockNotificationsMessage {
    margin-bottom: 5%;
}
form .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--subscribeToArrivalNotice .fs-c-button--subscribeToArrivalNotice.fs-c-button--standard {
    padding: 4% 7%;
}
/* -------------------------------------
ポイント企画ページ
------------------------------------- */
.fs-l-page .fs-l-main .point_page_mv {
    height: 70vh;
    background-position: center center;
}
.fs-l-page .fs-l-main .point_page_mv h1 {
    font-size: 3.5em;
}
.fs-l-page .fs-l-main .point_page_mv h1 span {
    display: block;
    text-align: center;
    margin-bottom: 10%;
}
.fs-l-page .fs-l-main .point_page_mv h1 span:last-child {
    margin-bottom: 0;
}
.fs-l-page .fs-l-main .point_intro {
    padding: 20% 0 15%;
}
.fs-l-page .fs-l-main .point_intro .comment {
    text-align: left;
    margin: 0 auto;
    width: 80%;
}
.fs-l-page .fs-l-main .point_image {
    width: 100%;
    margin-bottom: 15%;
}
.fs-l-page .fs-l-main .point_image img {
    width: 100%;
}
.fs-l-page .fs-l-main .point_get_area {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}
.fs-l-page .fs-l-main .point_get_area .comment {
    width: 100%;
}
.fs-l-page .fs-l-main .point_get_area .image {
    width: 100%;
    margin-bottom: 15%;
}
.fs-l-page .fs-l-main .point_get_area .comment .text {
    margin-bottom: 10%;
}
.fs-l-page .fs-l-main .point_get_area .comment .title {
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .point_image_area_01 {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 15%;
    align-items: center;
    gap: 2%;
    box-sizing: border-box;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_01 {
    width: 100%;
    margin: 0 0 10%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_01 img {
    width: 100%;
    bottom: 0;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_02 {
    width: 47%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_02 img {
    width: 80%
}
.fs-l-page .fs-l-main .point_image_area_01 .img_03 {
    width: 47%;
    margin-right: 4%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_03 img {
    width: 100%;
    bottom: 0;
}
.fs-l-page .fs-l-main .point_use_area {
    width: 90%;
    margin: 0 auto 15%;
    flex-direction: column-reverse;
}
.fs-l-page .fs-l-main .point_use_area .comment {
    width: 100%;
}
.fs-l-page .fs-l-main .point_use_area .image {
    width: 100%;
    margin-bottom: 10%;
}
.fs-l-page .fs-l-main .point_use_area .comment .text {
    margin-bottom: 7%;
}
.fs-l-page .fs-l-main .point_use_area .comment .title {
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .point_use_area .comment ul {
    list-style: none;
    padding-left: 0;
    line-height: 180%;
}
.fs-l-page .fs-l-main .point_confirm .comment ul {
    width: 80%;
    margin: 0 auto 15%;
}
/* =========================
  VIPルーム：背景動画セクション
========================= */
.top_about_store .wrap {
    padding: 48px 16px;
    width: 90%;
}
.top_about_store {
    min-height: 60vh; /* SPの高さ（好みで） */
    width: 100%;
}
nav.globalMenuSp .page_menu li.price_search_box {
    padding: 0 3% 3%;
    box-sizing: border-box;
}
/* 価格検索フォーム全体 */
.page_menu li form[role="price_search"] {
    width: 80vw;
    max-width: 80vw;
    box-sizing: border-box;
}
/* 1行レイアウト（基本） */
.page_menu li form[role="price_search"] .price_search {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr) auto minmax(0, 1fr) minmax(0, 72px);
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
/* liを縮められるようにする（超重要） */
.page_menu li form[role="price_search"] .price_search > li {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}
/* 入力欄 */
.page_menu li form[role="price_search"] .price_search input[type="text"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
}
/* 検索ボタン（黒） */
.page_menu li form[role="price_search"] .price_search button[type="submit"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px 0;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
}
/* ====== 狭い端末は2段にする（絶対はみ出さない） ====== */
@media (max-width: 420px) {
    .page_menu li form[role="price_search"] .price_search {
        grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-areas:
            "label min tilde max"
            "btn   btn btn   btn";
    }
    .page_menu li form[role="price_search"] .price_search > li:nth-child(1) {
        grid-area: label;
        text-align: left;
    }
    .page_menu li form[role="price_search"] .price_search > li:nth-child(2) {
        grid-area: min;
    }
    .page_menu li form[role="price_search"] .price_search > li:nth-child(3) {
        grid-area: tilde;
    }
    .page_menu li form[role="price_search"] .price_search > li:nth-child(4) {
        grid-area: max;
    }
    .page_menu li form[role="price_search"] .price_search > li:nth-child(5) {
        grid-area: btn;
    }
}
/* “価格” 見出し */
nav.globalMenuSp .page_menu li.price_search_box .price_label {
    margin: 0 0 10px;
    font-weight: 700;
}
/* 横並び行（はみ出し防止のキモ） */
nav.globalMenuSp .page_menu li.price_search_box .price_row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}
/* 入力は伸縮させる（はみ出し防止） */
nav.globalMenuSp .page_menu li.price_search_box input {
    flex: 1 1 0;
    min-width: 0; /* ←これが無いと横にはみ出しやすい */
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #ccc;
}
/* 〜 */
nav.globalMenuSp .page_menu li.price_search_box .sep {
    flex: 0 0 auto;
    white-space: nowrap;
}
/* 検索ボタンを黒に固定 */
nav.globalMenuSp .page_menu li.price_search_box button {
    flex: 0 0 auto;
    background: #000;
    color: #fff;
    padding: 10px 16px;
    border: none;
    white-space: nowrap;
}
nav.globalMenuSp .page_menu li.search_box {
    border-bottom: none !important;
}
nav.globalMenuSp .page_menu li.price_search_box {
    border-top: none !important; /* 念のため */
}
/* -------------------------------------
投稿用ページ
------------------------------------- */
.fs-l-main .new_page_contents .post_wrap {
    width: 90%;
    margin: 0 auto 15%;
}
.new_page_contents .post_wrap h2 {
    font-size: 1.3em;
    margin-bottom: 5%;
}
.new_page_contents .post_wrap .time {
    margin-bottom: 10%;
}
.new_page_contents .post_wrap .image_area {
    max-width: 100%;
}
.new_page_contents .post_wrap .image_area img {
    max-width: 100%;
}
/* -------------------------------------
 会員情報 
------------------------------------- */
.fs-p-accountInfo {
    width: 90%;
    margin: 30px auto;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.fs-p-accountInfo__accountName__name {
    font-size: 1.3em;
}
.fs-p-accountInfo__point__point__available__number {
    font-size: 1.6em;
}
/* メニュー */
.fs-l-page .fs-l-main .fs-c-accountService {
    width: 90%;
    margin: 0 auto 50px;
    gap: 15px;
}
.fs-l-page .fs-l-main .fs-c-accountService li {
    width: calc(50% - 8px);
}
.fs-l-page .fs-l-main .fs-c-accountService li a {
    padding: 25px 0;
    font-size: 0.85em;
}
/* 会員サービス案内 */
.fs-p-card {
    width: 90%;
    margin: 0 auto 60px;
    padding: 25px;
}
.fs-p-card__title {
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.fs-p-card__footer a {
    display: block;
    text-align: center;
    padding: 14px 0;
    width: 100%;
    box-sizing: border-box;
}
/* -------------------------------------
買取サイト誘導ボタン（右端固定）
------------------------------------- */
/* 買取サイト誘導ボタン */
.tick-kaitori-fab {
    width: 40px;
    padding: 14px 0;
    gap: 10px;
    font-size: 12px;
}
.tick-kaitori-fab-icon svg {
    width: 18px;
    height: 18px;
}
.tick-kaitori-fab-en {
    font-size: 8px;
}}