:root {
    --ink: #27231f;
    --soft: #756e67;
    --gold: #a18450;
    --gold-dark: #91713c;
    --paper: #fff;
    --off: #faf9f7;
    --line: #e7e2dc;
    --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
    --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Arial, sans-serif;
    --header: 76px;
    --shadow: 0 18px 50px rgba(60, 48, 36, .09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: var(--sans);
    line-height: 1.85;
    letter-spacing: .035em;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button {
    font: inherit;
    color: inherit;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 8px;
    left: 8px;
    padding: 8px 14px;
    background: #111;
    color: #fff;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: none;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
}

.narrow {
    width: min(820px, calc(100% - 48px));
    margin: auto;
}

.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header);
    padding: 0 !important;
    border-bottom: 1px solid rgba(39, 35, 31, .08);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(13px);
}

.site-header.is-scrolled {
    box-shadow: 0 8px 25px rgba(50, 40, 30, .07);
}

.header-inner {
    display: grid;
    height: 100%;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    padding: 0 32px;
}

.brand-logo {
    width: 150px;
    display: inline-flex;
    /* width: max-content; */
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.brand-logo-main {
    padding-left: .28em;
    font-family: Georgia, serif;
    font-size: 25px;
    letter-spacing: .28em;
}

.brand-logo-sub {
    margin-top: 7px;
    padding-left: .43em;
    font-family: Georgia, serif;
    font-size: 9px;
    letter-spacing: .43em;
}

.global-nav {
    display: flex;
    justify-content: center;
    gap: clamp(22px, 3vw, 42px);
}

.global-nav a {
    font-family: var(--serif);
    font-size: 13px;
}

.global-nav a:hover {
    color: var(--gold-dark);
}

.header-reserve {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 30px;
    background: var(--gold);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.menu-toggle {
    display: none;
}

.breadcrumb {
    margin-top: var(--header);
    border-bottom: 1px solid var(--line);
}

.breadcrumb ol {
    display: flex;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 13px 0;
    gap: 12px;
    list-style: none;
    color: #908980;
    font-size: 10px;
}

.breadcrumb li+li:before {
    content: "/";
    margin-right: 12px;
    color: #c3bdb5;
}

.product-hero {
    display: grid;
    width: min(1240px, calc(100% - 48px));
    margin: 52px auto 80px;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    gap: 64px;
}

.main-visual {
    position: relative;
    display: flex;
    min-height: 540px;
    align-items: center;
    justify-content: center;
    background: var(--off);
    border: 1px solid var(--line);
    overflow: hidden;
}

.main-visual img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    transition: opacity .2s;
}

.image-note {
    position: absolute;
    right: 16px;
    bottom: 13px;
    color: #aaa29a;
    font-family: Georgia, serif;
    font-size: 9px;
    letter-spacing: .18em;
}

.thumbnail-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.thumbnail {
    padding: 0;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.thumbnail.is-active {
    border-color: var(--gold);
}
img#mainProductImage {
    max-width: unset;
    margin: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-summary {
    padding-top: 20px;
}

.brand-name {
    margin: 0 0 18px;
    color: var(--gold-dark);
    font-family: Georgia, serif;
    font-size: 15px;
    letter-spacing: .2em;
}

.product-summary h1 {
    margin: 0 0 28px;
    font-family: var(--serif);
    font-size: clamp(32px, 3.6vw, 45px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .08em;
}

.product-summary h1 span {
    display: block;
    margin-top: 5px;
    font-size: .48em;
    letter-spacing: .12em;
}

.product-summary h1 span.h1_ja {
    font-size: .3em;
    color: #555;
}

.b_limited {
    position: relative;
    width: fit-content;
    margin: 20px 0 4px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(167, 123, 53, .35);
}


/* LIMITED EDITION */
.b_limited__label {
    display: block;
    margin-bottom: 7px;
    color: var(--gold-dark);
    font-family: Georgia, serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .24em;
}


/* 日本語部分 */
.b_limited__text {
    margin: 0;
    color: #665b4d;
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .07em;
}

/* 商品ストーリー
----------------------------------------- */
.product-story {
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    margin: 28px 0 34px;
    padding: 25px 26px 25px 28px;
    background:
        linear-gradient(
            135deg,
            rgba(167, 123, 53, .07) 0%,
            rgba(167, 123, 53, .025) 50%,
            rgba(255, 255, 255, 0) 100%
        );
}

.product-story.product-story--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.product-story__icon {
    position: relative;
    padding: 2px;
    display: grid;
    place-items: center;
    width: 108px;
    height: auto;
    background:
        linear-gradient(
            145deg,
            #b99357,
            #8e6c38
        );
    box-shadow:
        0 8px 24px rgba(72, 52, 25, .10);
}


/* アイコンの外側に細いリング */
.product-story__icon::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(167, 123, 53, .25);
}

.product-story__icon .d_img {
    position: relative;
    z-index: 1;

    width: 100%;
    max-height: 100%;
    margin: 0;

    object-fit: contain;

    background: transparent;
}


/* 説明文 */
.product-story__text {
    color: var(--soft);

    font-family: var(--serif);
    font-size: 13px;
    font-weight: 400;

    line-height: 2.15;
    letter-spacing: .07em;
}


/* ACFがpタグを出力する場合 */
.product-story__text p {
    margin: 0;
}


.price-table {
    border-top: 1px solid var(--line);
}

.price-row {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    gap: 12px;
}

.price-row>span {
    font-size: 12px;
}

.price-row strong {
    font-family: Georgia, var(--serif);
    font-size: 23px;
    font-weight: 400;
}

.price-row strong small {
    display: inline;
    font-family: var(--sans);
    font-size: 11px;
}

.price-row em {
    color: #918981;
    font-size: 10px;
    font-style: normal;
}

.price-note,
.reservation-note {
    color: #8a837b;
    font-size: 10px;
}

.summary-points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 25px 0;
}

.summary-points span {
    padding: 6px 11px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 10px;
}

.primary-actions {
    display: grid;
    gap: 10px;
}

.button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 13px 26px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    transition: .2s;
}

.button b {
    font-size: 20px;
    font-weight: 400;
}

.button-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.button-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    transform: translateY(-2px);
}

.button-outline {
    border-color: #b9b0a6;
    background: #fff;
}

.button-outline:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
}

.section {
    padding: 110px 0;
}

.section-heading {
    text-align: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold-dark);
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
}

.section-heading h2,
.details-copy h2,
.appointment-copy h2,
.bottom-cta h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(29px, 3.4vw, 45px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .07em;
}

.section-heading>p:last-child {
    max-width: 760px;
    margin: 23px auto 0;
    color: var(--soft);
    font-size: 13px;
}

.visit-benefits {
    border-top: 1px solid var(--line);
    background: var(--off);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 52px;
    background: var(--line);
    border: 1px solid var(--line);
}

.benefit-card {
    min-height: 245px;
    padding: 38px 34px;
    background: #fff;
}

.benefit-card span {
    color: #c5a56a;
    font-family: Georgia, serif;
    font-size: 13px;
}

.benefit-card h3 {
    margin: 22px 0 13px;
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 500;
}

.benefit-card p {
    margin: 0;
    color: var(--soft);
    font-size: 12px;
}

.details-section {
    background: #fff;
}

.details-layout {
    display: grid;
    grid-template-columns: 34% 66%;
    gap: 70px;
}

.details-copy>p:last-child {
    margin: 24px 0 0;
    color: var(--soft);
    font-size: 13px;
}

.spec-list {
    margin: 0;
    border-top: 1px solid var(--line);
}

.spec-list>div {
    display: grid;
    grid-template-columns: 175px 1fr;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    gap: 25px;
}

.spec-list dt {
    color: #746d66;
    font-size: 12px;
}

.spec-list dd {
    margin: 0;
    font-size: 13px;
}

.appointment-section {
    padding-top: 20px;
}

.appointment-inner {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    min-height: 470px;
    margin: auto;
    grid-template-columns: 52% 48%;
    border: 1px solid var(--line);
}

.appointment-image {
    overflow: hidden;
}

.appointment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appointment-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 55px 64px;
    background: #fff;
}

.appointment-copy>p:not(.eyebrow) {
    margin: 23px 0 30px;
    color: var(--soft);
    font-size: 13px;
}

.stores-section {
    background: var(--off);
    border-top: 1px solid var(--line);
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 52px;
}

.store-card {
    display: flex;
    min-height: 315px;
    flex-direction: column;
    padding: 30px 27px;
    border: 1px solid var(--line);
    background: #fff;
}

.store-area {
    margin: 0 0 12px;
    color: var(--gold-dark);
    font-family: Georgia, serif;
    font-size: 10px;
    letter-spacing: .18em;
}

.store-card h3 {
    margin: 0 0 22px;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.store-card>p:not(.store-area) {
    margin: 2px 0;
    color: var(--soft);
    font-size: 11px;
}

.store-card>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    border-top: 1px solid var(--line);
}

.store-card>div a {
    padding-top: 15px;
    font-size: 11px;
}

.store-card>div a+a {
    text-align: right;
}

.faq-section {
    background: #fff;
}

.faq-list {
    margin-top: 40px;
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    position: relative;
    padding: 23px 48px 23px 4px;
    cursor: pointer;
    font-family: var(--serif);
    font-size: 15px;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary:after {
    content: "＋";
    position: absolute;
    right: 8px;
    color: var(--gold-dark);
}

.faq-item[open] summary:after {
    content: "－";
}

.faq-item p {
    margin: 0;
    padding: 0 42px 25px 4px;
    color: var(--soft);
    font-size: 12px;
}
.main-visual.entry-content.bridal_label.item_label.limited_item {
    position: relative;
    height: 0;
    padding-top: 100%;
}
.main-visual.entry-content.bridal_label.item_label.limited_item > img {
    margin: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: unset;
}
.bridal_label > img +.labels {
    position: absolute;
    left: 0em;
    top: 0em;
    margin: 0 !important;
}

.bottom-cta {
    padding: 100px 0;
    text-align: center;
    background: var(--off);
    border-top: 1px solid var(--line);
}

.bottom-cta p:not(.eyebrow) {
    margin: 20px 0 30px;
    color: var(--soft);
    font-size: 13px;
}

.site-footer {
    padding: 45px 0;
    border-top: 1px solid var(--line);
}

.footer-inner2 {
    display: flex;
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.footer-links {
    display: flex;
    gap: 24px;
    font-size: 11px;
}

.site-footer small {
    color: #948d85;
    font-size: 9px;
}

.mobile-reserve {
    display: none;
}

.page-top {
    position: fixed;
    z-index: 900;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border: 1px solid #bdb5ac;
    background: rgba(255, 255, 255, .95);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: .2s;
}

.page-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s, transform .65s;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media screen and (max-width: 1000px) {
    .header-inner {
        display: flex !important;
        align-items: center;
        justify-content: space-between !important;
    }
}

@media(max-width:900px) {
    :root {
        --header: 66px;
    }

    .header-inner {
        grid-template-columns: 1fr auto;
        padding: 0 20px;
    }

    .header-reserve {
        display: none;
    }

    .menu-toggle {
        display: flex;
        width: 48px;
        height: 56px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 0;
        background: transparent;
    }

    .menu-toggle>span {
        display: flex;
        width: 23px;
        flex-direction: column;
        gap: 5px;
    }

    .menu-toggle i {
        display: block;
        height: 1px;
        background: var(--ink);
    }

    .menu-toggle small {
        font-size: 7px;
    }

    .global-nav {
        position: fixed;
        top: var(--header);
        left: 0;
        display: flex;
        width: 100%;
        height: calc(100vh - var(--header));
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 30px 27px 100px;
        background: rgba(255, 255, 255, .99);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: .22s;
    }

    .global-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .global-nav a {
        padding: 18px 4px;
        border-bottom: 1px solid var(--line);
        font-size: 15px;
    }

    .product-hero {
        grid-template-columns: 1fr;
        margin-top: 28px;
        gap: 38px;
    }

    .main-visual,
    .main-visual img {
        min-height: 56vw;
    }

    .product-summary {
        padding-top: 0;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 0;
    }

    .details-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .appointment-inner {
        grid-template-columns: 1fr;
    }

    .appointment-image {
        height: 350px;
    }

    .store-grid {
        grid-template-columns: 1fr;
    }

    .store-card {
        min-height: 260px;
    }

    .product-story {
        grid-template-columns: unset;
    }

    .product-story__icon {
        margin: 0 auto;
    }

    .mobile-reserve {
        position: fixed;
        z-index: 999;
        left: 14px;
        right: 14px;
        bottom: 12px;
        display: flex;
        min-height: 55px;
        align-items: center;
        justify-content: center;
        gap: 25px;
        background: var(--gold);
        color: #fff;
        box-shadow: 0 10px 30px rgba(67, 47, 18, .22);
        font-size: 13px;
        font-weight: 700;
    }

    .page-top {
        bottom: 81px;
    }

    .footer-inner2 {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:580px) {

    .container,
    .narrow {
        width: calc(100% - 34px);
    }

    .breadcrumb ol {
        width: calc(100% - 34px);
        white-space: nowrap;
        overflow: hidden;
    }

    .product-hero {
        width: calc(100% - 34px);
        margin-bottom: 65px;
    }

    .main-visual,
    .main-visual img {
        min-height: 72vw;
    }

    .product-summary h1 {
        font-size: 35px;
    }

    .price-row {
        grid-template-columns: 58px 1fr;
    }

    .price-row em {
        display: none;
    }

    .section {
        padding: 82px 0;
    }

    .section-heading h2,
    .details-copy h2,
    .appointment-copy h2,
    .bottom-cta h2 {
        font-size: 29px;
    }

    .benefit-grid {
        margin-top: 40px;
    }

    .spec-list>div {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 15px 0;
    }

    .spec-list dt {
        font-size: 10px;
    }

    .appointment-inner {
        width: calc(100% - 34px);
    }

    .appointment-image {
        height: 245px;
    }

    .appointment-copy {
        padding: 38px 25px;
    }

    .appointment-copy .button {
        width: 100%;
    }

    .store-grid {
        margin-top: 40px;
    }

    .bottom-cta .button {
        width: 100%;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}
