@charset "UTF-8";

/* ===============
Page Hero
=================*/

.page-hero {
    padding: 110px 0 100px;
    text-align: center;
    background-color: #faf7f5;
}

.page-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.page-hero__title {
    position: relative;
    isolation: isolate;
    display: inline-block;
    font-size: 5.6rem;
    font-weight: 400;
    color: #373737;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 16px;
}

.page-hero__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 320px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 210, 179, 0.90) 0%,
        rgba(255, 210, 179, 0)    70%
    );
    z-index: -1;
    pointer-events: none;
}

.page-hero__subtitle {
    display: block;
    font-size: 1.3rem;
    color: #8b7d6b;
    letter-spacing: 0.12em;
}

@media (max-width: 1023px) {
    .page-hero {
        padding: 56px 0 72px;
    }

    .page-hero__inner {
        padding: 0 24px;
    }

    .page-hero__title {
        font-size: 3.6rem;
    }

    .page-hero__title::before {
        width: 340px;
        height: 200px;
    }
}

/* ===============
Vision
=================*/

.vision {
    background-color: #faf7f5;
}

.vision__header {
    text-align: center;
    margin-bottom: 40px;
}

.vision__title-en {
    position: relative;
    isolation: isolate;
    display: block;
    font-size: 4.8rem;
    font-weight: 300;
    color: #373737;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 8px;
}

.vision__title-en::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 260px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 210, 179, 0.60) 0%,
        rgba(255, 210, 179, 0)    70%
    );
    pointer-events: none;
    z-index: -1;
}

.vision__text {
    font-size: 1.5rem;
    line-height: 2.0;
    color: #373737;
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 1023px) {
    .vision__title-en {
        font-size: 3.6rem;
    }

    .vision__title-en::before {
        width: 240px;
        height: 180px;
    }

    .vision__text {
        font-size: 1.4rem;
    }
}

/* ===============
Value
=================*/

.value {
    background-color: #faf7f5;
}

.value__header {
    text-align: center;
    margin-bottom: 56px;
}

.value__title-en {
    position: relative;
    isolation: isolate;
    display: block;
    font-size: 4.8rem;
    font-weight: 300;
    color: #373737;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 8px;
}

.value__title-en::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 260px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 210, 179, 0.60) 0%,
        rgba(255, 210, 179, 0)    70%
    );
    pointer-events: none;
    z-index: -1;
}

/* ---- ダイアグラム ---- */
.value__diagram {
    position: relative;
    width: 480px;
    aspect-ratio: 5 / 4;
    margin: 0 auto;
}

.value__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.value__lines line {
    stroke: rgba(55, 55, 55, 0.18);
    stroke-width: 1;
}

.value__circle {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #faf7f5;
    border: 1px solid rgba(55, 55, 55, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.value__circle--top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.value__circle--bottom-left {
    bottom: 0;
    left: 0;
}

.value__circle--bottom-right {
    bottom: 0;
    right: 0;
}

.value__circle-label {
    font-size: 1.5rem;
    font-weight: 400;
    color: #373737;
    letter-spacing: 0.05em;
}

.value__circle-text {
    font-size: 1.1rem;
    color: #8b7d6b;
    letter-spacing: 0.06em;
    line-height: 1.6;
    text-align: center;
    padding: 0 12px;
}

@media (max-width: 1023px) {
    .value__title-en {
        font-size: 3.6rem;
    }

    .value__title-en::before {
        width: 240px;
        height: 180px;
    }

    .value__diagram {
        width: 100%;
        max-width: 320px;
    }

    .value__circle {
        width: 106px;
        height: 106px;
    }

    .value__circle-label {
        font-size: 1.3rem;
    }

    .value__circle-text {
        font-size: 1.0rem;
        padding: 0 8px;
    }
}

/* ===============
About Message
=================*/

.about-message {
    background-color: #faf7f5;
}

.about-message__wrapper {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.about-message__heading {
    font-size: 2.2rem;
    font-weight: 500;
    color: #373737;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-bottom: 80px;
}

.about-message__body p {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(55, 55, 55, 0.85);
    letter-spacing: 0.04em;
    line-height: 2.0;
    text-align: center;
}

.about-message__body p + p {
    margin-top: 32px;
}

@media (max-width: 1023px) {
    .about-message__heading {
        font-size: 1.8rem;
    }

    .about-message__body p {
        font-size: 1.4rem;
    }
}

/* ===============
About Photos
=================*/

.about-photos {
    background-color: #faf7f5;
}

.about-photos__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.about-photos__item {
    margin: 0;
    overflow: hidden;
}

.about-photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 2;
}

@media (max-width: 1023px) {
    .about-photos__grid {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .about-photos__grid {
        grid-template-columns: 1fr;
    }
}

/* ===============
Representative Message
=================*/

.message {
    background-color: #faf7f5;
    background-image: url("../images/bg_message.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.message__wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.message__header {
    text-align: center;
    margin-bottom: 56px;
}

.message__title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #373737;
    letter-spacing: 0.08em;
}

.message__body p {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(55, 55, 55, 0.85);
    letter-spacing: 0.04em;
    line-height: 2.0;
    text-align: center;
}

.message__body p + p {
    margin-top: 28px;
}

.message__name {
    margin-top: 56px;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 500;
    color: #373737;
    letter-spacing: 0.08em;
}

@media (max-width: 1023px) {
    .message__title {
        font-size: 1.8rem;
    }

    .message__body p {
        font-size: 1.4rem;
    }

    .message__name {
        font-size: 1.4rem;
    }
}

/* ===============
Gallery（店内の様子）
=================*/

.gallery {
    background-color: #faf7f5;
    overflow: hidden;
}

.gallery__header {
    text-align: center;
    margin-bottom: 48px;
}

.gallery__title-en {
    position: relative;
    isolation: isolate;
    display: block;
    font-size: 4.8rem;
    font-weight: 300;
    color: #373737;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 8px;
}

.gallery__title-en::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 260px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 210, 179, 0.60) 0%,
        rgba(255, 210, 179, 0)    70%
    );
    pointer-events: none;
    z-index: -1;
}

.gallery__title-ja {
    display: block;
    font-size: 1.3rem;
    color: #8b7d6b;
    letter-spacing: 0.12em;
    margin-top: 8px;
}

.gallery__marquee {
    overflow: hidden;
    width: 100%;
}

.gallery__track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: gallery-scroll 30s linear infinite;
}

.gallery__item {
    flex-shrink: 0;
    width: 400px;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes gallery-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1023px) {
    .gallery__title-en {
        font-size: 3.6rem;
    }

    .gallery__title-en::before {
        width: 240px;
        height: 180px;
    }

    .gallery__item {
        width: 280px;
    }

    .gallery__track {
        gap: 16px;
    }
}


/* ===============
CJK keep-all (desktop only - see mobile fallback rationale)
=================*/

@media (min-width: 1024px) {
    .vision__text {
        word-break: keep-all;
        overflow-wrap: break-word;
        line-break: strict;
        font-size: 1.6rem;
    }

    .about-message__body p {
        word-break: keep-all;
        overflow-wrap: break-word;
        line-break: strict;
        font-size: 1.6rem;
    }

    .message__body p {
        word-break: keep-all;
        overflow-wrap: break-word;
        line-break: strict;
        font-size: 1.6rem;
    }
}
