@charset "utf-8";

/* ==============================
   Layout
============================== */
main {
    position: relative;
    padding-top: 12.5%;
    padding-bottom: 10.7%;
}
@media print, screen and (max-width: 768px) {
    main {
        padding-top: 37.3vw; /*140/375*/
        padding-bottom: 13.4vw;
    }
}

/* ==============================
   Background decoration
============================== */
.shop-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 73.8%; /* 1418/1920 */
    aspect-ratio: 1418 / 465;
    z-index: 0;
    pointer-events: none;
}

.shop-bg--bottom {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 63.2%; /* 1215/1920 */
    aspect-ratio: 135 / 46;
}
@media print, screen and (max-width: 768px) {
    .shop-bg {
        top: -9.3vw;
        width: 100%;
        aspect-ratio: 125 / 104;
    }

    .shop-bg--bottom {
        display: none;
    }
}

/* ==============================
   Hero
============================== */
.shop-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.shop-hero-en {
    font-size: min(2.4rem, 1.25vw);
    color: #8d8d8d;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 0.6em;
    display: block;
}

.shop-hero-title {
    font-size: min(4.8rem, 2.5vw);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
}

.shop-hero-img-wrap {
    position: relative;
    line-height: 0;
}

.shop-hero-img-masked {
    width: 100%;
    display: block;
    margin: 4.8% 0 3.5%;
}
@media print, screen and (max-width: 768px) {
    .shop-hero-en {
        font-size: 3.7vw;
        margin-bottom: 0.35em;
    }

    .shop-hero-title {
        font-size: 6.6vw;
    }

    .shop-hero-img-masked {
        margin: 11.7vw 0 15.9vw;
    }
}

/* ==============================
   Honten feature section (index)
============================== */
.shop-honten-section {
    width: 57.29%; /* 1100/1920 */
    max-width: 1100px;
    margin: 0 auto;
}

.shop-honten-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    font-size: min(2.0rem, 1.05vw);
}

.shop-honten-left {
    width: 26.5em;
}

.shop-honten-right {
    width: max-content;
}

.shop-honten-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: min(4.0rem, 2.1vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 24px;
}

.shop-honten-line {
    width: 46.8%; /* 240/512 */
}

.shop-honten-line img {
    width: 100%;
}

.shop-body-text {
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #000;
    text-align: justify;
}

.shop-honten-info {
    font-size: min(2.0rem, 1.05vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.shop-map-btn {
    margin-top: 0.8em;
}

.shop-map-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    width: 5.9em;
    height: 2.5em;
    transition: all 0.3s;
}

.shop-map-btn a:hover {
    color: #FFF;
    background-color: #000;
}

.shop-honten-btn-wrap {
    margin: 0 auto;
}

.shop-honten-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.58em;
    border: 1px solid #000;
    padding: 0 40px;
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s;
    box-sizing: border-box;
    font-size: min(2.4rem, 1.25vw);
}

.shop-honten-btn-text {
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-right: 1.75em;
}
@media print, screen and (max-width: 768px) {
    .shop-honten-section {
        width:84.8vw; /* 318/375 */
        max-width: 84.8vw;
        padding-bottom: 16vw;
    }

    .shop-honten-inner {
        flex-direction: column;
        margin-bottom: 5vw;
        font-size: 4.2vw;
    }

    .shop-honten-left,
    .shop-honten-right {
        width: 100%;
    }

    .shop-honten-right {
        margin-top: 10.6vw;
    }

    .shop-honten-name {
        flex-direction: column;
        align-items: center;
        font-size: 6.6vw;
        letter-spacing: 0.25em;
        margin-bottom: 8.6vw;
    }

    .shop-honten-line {
        margin-top: 3.12vw;
        width:51.2vw; /* 192.28/375 */
    }

    .shop-body-text {
        line-height: 2;
        letter-spacing: 0.1em;
    }

    .shop-honten-info {
        font-size: 4.2vw;
        line-height: 1.5;
    }

    .shop-map-btn {
        margin-top: 4vw;
    }

    .shop-honten-btn {
        position: relative;
        height: 2.68em;
        padding: 0;
        font-size: 4.2vw;
    }

    .shop-honten-btn-text {
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-right: 0.54em;
    }
    .shop-honten-btn .more-arrow  {
        position: absolute;
        right: 4vw;
    }
}

/* ==============================
   Stores list (index)
============================== */
.shop-stores {
    width: 57.29%; /* 1100/1920 */
    max-width: 1100px;
    margin: 10.5% auto 0;
}

.shop-store-pair {
    margin-bottom: 9.2%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.shop-store-pair:last-child {
    margin-bottom: 0;
}

.shop-store-box {
    width: 47.2%;
}

.shop-store-photo-item {
    position: relative;
    aspect-ratio: 2 / 1;
}

.shop-store-photo-item img {
    position: absolute;
    place-self: center;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-store-info-col {
    margin-top: 5.1%;
    font-size: min(2.0rem, 1.05vw);
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #000;
}

.shop-store-info-name {
    font-size: min(4.0rem, 2.1vw);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 2px;
}

.shop-store-info-desc {
    margin-bottom: 0.9em;
    width: 82.7%;
}

.shop-store-info-address {
    margin-bottom: 16px;
}
@media print, screen and (max-width: 768px) {
    .shop-stores {
        width: 100%;
        max-width: 100%;
    }

    .shop-store-pair {
        flex-direction: column;
        margin-bottom: 15.7vw;
    }

    .shop-store-pair:last-child {
        margin-bottom: 0;
    }

    .shop-store-box {
        width: 100%;
    }

    .shop-store-photo-item {
        aspect-ratio: 25 / 18;
    }

    .shop-store-info-col {
        width:84.8vw; /* 318/375 */
        max-width: 84.8vw;
        margin: 15.9vw auto 16vw;
        font-size: 4.2vw;
        letter-spacing: 0.1em;
        line-height: 2;
    }

    .shop-store-info-name {
        font-size: 6.6vw;
        letter-spacing: 0.15em;
        margin-bottom: 9.6vw;
        text-align: center;
    }

    .shop-store-info-desc {
        margin-bottom: 2.68em;
        width: 100%;
    }

    .shop-store-info-address {
        margin-bottom: 4vw;
    }
}


/* ==============================
  Back to top
============================== */
.back-to-top {
    display: none;
    text-align: center;
    margin-top: 8.5%;
}

.back-to-top-link {
    display: inline-flex;
    align-items: center;
    gap: 2em;
    font-size: min(2.4rem, 1.25vw);
    font-weight: 500;
    letter-spacing: 0.2em;
}

.back-to-top .more-arrow::before {
    right: auto;
    left: 35%;
    transform: translateY(-50%) rotate(180deg);
    transition: left .3s;
}

.back-to-top-link:hover .more-arrow::before {
    left: 5%;
}
@media print, screen and (max-width: 768px) {
    .back-to-top {
        display: block;
        margin-top: 12.5vw;
    }

    .back-to-top-link {
        gap: 1.81em;
        font-size: 4.2vw;
        letter-spacing: 0.25em;
    }
}

/* ==============================
   Honten page (body.page-honten body) — dark theme
============================== */
body.page-honten {
    background-color: #606060;
    color: #FFF;
}

body.page-honten header {
    background-color: rgba(255, 255, 255, 0.9);
    transition: none;
    mix-blend-mode: normal;
}

body.page-honten .header-content nav ul li > a {
    color: #000;
}

body.page-honten .hamburger-btn span {
    background-color: #000;
}

body.page-honten.nav-is-open header {
    background-color: transparent;
}

body.page-honten.nav-is-open .hamburger-btn span {
    background-color: #FFF;
}

body.page-honten main {
    padding-top: 0;
}
@media print, screen and (max-width: 768px) {
    body.page-honten header {
        background-color: rgba(255, 255, 255, 1);
        transition: none;
        mix-blend-mode: normal;
        /* width: 100vw;
        top: 0;
        left: 0;
        padding: 6.16svh 5.6vw 0; */
    }

    body.page-honten main {
        padding-top: 13.5svh; /* 110/810*/
    }

}

/* ==============================
   Honten: Intro (centered)
============================== */
body.page-honten .shop-intro {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 5.8% 0 8%;
}

body.page-honten .shop-intro .shop-bg--honten {
    position: absolute;
    width: 63.75%;
    aspect-ratio: 408 / 155;
    top: 0;
    left: 0;
    z-index: 0;
}

body.page-honten .shop-intro-inner {
    position: relative;
    z-index: 1;
}

body.page-honten .shop-intro-inner .shop-hero-content {
    margin-bottom: 2.1%;
}

body.page-honten .shop-intro-inner .shop-hero-en {
    font-size: min(2.4rem, 1.25vw);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #fff;
    display: block;
}

body.page-honten .shop-intro-inner .shop-hero-title {
    font-size: min(4.8rem, 2.5vw);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #fff;
    display: block;
}

body.page-honten .shop-intro-text {
    font-size: min(2.0rem, 1.05vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.4;
    color: #fff;
    text-align: center;
    width: 61%; /* 1086/1920 */
    margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
    body.page-honten .shop-intro {
        padding: 9.5vw 0 24vw;
    }

    body.page-honten .shop-intro .shop-bg--honten {
        width: 100%;
        aspect-ratio: 375 / 314;
    }

    body.page-honten .shop-intro-inner .shop-hero-content {
        margin-bottom: 16vw;
    }

    body.page-honten .shop-intro-inner .shop-hero-en {
        font-size: 3.7vw;
        color: #8d8d8d;
    }

    body.page-honten .shop-intro-inner .shop-hero-title {
        font-size: 6.6vw;
        letter-spacing: 0.15em;
    }

    body.page-honten .shop-intro-text {
        font-size: 4.2vw;
        line-height: 2;
        width: 84.8vw; /* 318/375 */
        margin: 0 auto;
        text-align: left;
    }
}

/* ==============================
   Honten: Wave photo (full-width)
============================== */
body.page-honten .shop-wave-photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 96 / 35;
}

body.page-honten .shop-wave-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.page-honten .shop-wave-photo--sm img {
    height: 500px;
}
@media print, screen and (max-width: 768px) {
    body.page-honten .shop-wave-photo {
        width:92.26vw; /* 346/375 */
        aspect-ratio: 346 / 249;
        margin: 0 0 0 auto;
    }
    body.page-honten .shop-wave-photo.sold {
        margin: 0;
    }

    body.page-honten .shop-wave-photo--sm img {
        height: 100%;
    }
}

/* ==============================
   Honten: Content sections (gift / sold / pickles)
============================== */
body.page-honten .shop-section {
    position: relative;
    z-index: 1;
}

body.page-honten .shop-section .shop-bg--honten {
    position: absolute;
    width: 63.75%;
    aspect-ratio: 408 / 155;
    top: 0;
    left: 0;
    z-index: 0;
}

body.page-honten .shop-section .shop-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 77.6%; /* 1490/1920 */
    padding: 8.9% 0 10.5%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

body.page-honten #pickles.shop-section .shop-section-inner {
    padding-bottom: 6.3%;
}

body.page-honten .shop-section-text {
    width: 39.1%; /* 584/1490 */
}

body.page-honten .shop-section-heading {
    position: relative;
    display: flex;
    align-items: center;
    font-size: min(4.8rem, 2.5vw);
    padding-bottom: 0.93em;
    margin-bottom: 10.9%;
}

body.page-honten .shop-section-heading h2 {
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #fff;
    margin-right: 0.5em;
}

body.page-honten .shop-section-en {
    font-size: min(2.4rem, 1.25vw);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #fff;
    display: block;
}

body.page-honten .shop-section-deco {
    position: absolute;
    bottom: 0;
    left: -25.6%; /* -150/584 */
    width: 51.3%; /* 300/584 */
    max-width: 300px;
}

body.page-honten .shop-section-body {
    font-size: min(2.0rem, 1.05vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.4;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}

body.page-honten .shop-section-photo {
    position: relative;
    width: 51.5%; /* 768/1490 */
    aspect-ratio: 128 / 93;
}

body.page-honten .shop-section-photo img {
    position: absolute;
    place-self: center;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-honten #gift.shop-section .shop-bg--honten {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    aspect-ratio: 421 / 138;
}

body.page-honten .shop-bg--bottom {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    aspect-ratio: 421 / 138;
}
@media print, screen and (max-width: 768px) {
    body.page-honten .shop-section {
        z-index: 0;
    }

    body.page-honten .shop-section .shop-bg--honten {
        width: 100%;
        aspect-ratio: 25 / 16;
    }

    body.page-honten .shop-section .shop-section-inner {
        position: relative;
        flex-direction: column;
        width: 100%;
        padding: 25.7vw 0 14.6vw;
    }

    body.page-honten #pickles.shop-section .shop-section-inner {
        padding-bottom: 6.3%;
    }

    body.page-honten .shop-section-text {
        width: 100%;
    }

    body.page-honten .shop-section-heading {
        font-size: 6.6vw;
        padding-bottom: 7.1vw;
        padding-left: 6.4vw;
        margin-bottom: 9.4vw;
    }

    body.page-honten .shop-section-heading h2 {
        margin-right: 0.32em;
    }

    body.page-honten .shop-section-en {
        font-size: 3.7vw;
    }

    body.page-honten .shop-section-deco {
        position: absolute;
        bottom: 0;
        left: -18.6vw; /* -70/375 */
        width: 51.27vw; /* 192.28/375  */
        max-width: 300px;
    }

    body.page-honten .shop-section-body {
        font-size: 4.2vw;
        line-height: 2;
        width: 84.8vw; /* 318/375 */
        margin: 98.29vw auto 0;
    }

    body.page-honten .shop-section-photo {
        position: absolute;
        top: 49.7vw;
        left: 0;
        width: 100%;
        aspect-ratio: 375 / 272;
    }

    body.page-honten #gift.shop-section .shop-bg--honten {
        top: -14.4vw;
        right: 0;
        bottom: auto;
        left: auto;
        aspect-ratio: 25 / 16;
    }

    body.page-honten #sold.shop-section .shop-bg--honten {
        aspect-ratio: 375 / 314;
    }
    body.page-honten #sold.shop-section .shop-bg--honten.bg-bottom {
        top: auto;
        bottom: 0;
        aspect-ratio: 25 / 16;
    }

    body.page-honten #pickles.shop-section .shop-bg--honten {
        aspect-ratio: 375 / 314;
    }

    body.page-honten .shop-bg--bottom {
        display: none;
    }
}

/* ==============================
   Honten: CTA (link to stores list)
============================== */
body.page-honten .shop-cta {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 77.3%; /* 1485/1920 */
    margin: 0 auto;
}

body.page-honten .shop-cta-box {
    border: 1px solid #fff;
    height: 4.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(2.4rem, 1.25vw);
}

body.page-honten .shop-cta-link {
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

body.page-honten .shop-cta-link span:first-child {
    margin-right: 2.8em;
}
@media print, screen and (max-width: 768px) {
    body.page-honten .shop-cta {
        width: 84.5vw; /* 317/375 */
        margin: 0 auto;
    }

    body.page-honten .shop-cta-box {
        position: relative;
        height: 2.68em;
        font-size: 4.7vw;
    }

    body.page-honten .shop-cta-link span:first-child {
        margin-right: 0;
    }

    body.page-honten .shop-cta-link .more-arrow {
        position: absolute;
        left: 4vw;
        transform: rotate(180deg);
    }

}
