/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'BIZ UDPMincho', serif;
    background-color: #FFFDFA;
    color: #37290C;
    line-height: 1.8;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
    overflow-x: hidden;
}

/* ヒーローセクション */
.hero {
    width: 100vw;
    height: 42.222vw;
    position: relative;
}

.hero__breadcrumbs {
    display: flex;
    gap: 0.66vw;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.597vw;
    left: 2.431vw;
}

.hero__breadcrumbs li {
    overflow: hidden;
    color: #666;
    font-feature-settings: 'palt' on, 'liga' off;
    text-overflow: ellipsis;
    font-family: "BIZ UDPMincho";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.hero__breadcrumbs li a {
    color: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.hero__breadcrumbs-split {
    width: 0.347vw;
    height: 0.556vw;
    background-image: url('../images/common/breadcrumb.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__image--pc {
    display: block;
    width: 71.806vw;
    height: 35.972vw;
    position: absolute;
    top: 3.125vw;
    right: 0;
    overflow: hidden;
    border-radius: 2.083vw 0 0 2.083vw;
}

.hero__image--sp {
    display: none;
}

.hero__logo {
    width: 19.444vw;
    height: 18.125vw;
    position: absolute;
    top: 12.083vw;
    left: 4.583vw;
    margin: 0;
    padding: 0;
}

.hero__logo--pc {
    display: block;
    animation: shake 4s infinite;
    transform: rotate(20deg);
}

@keyframes shake {
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    } 
}

.hero__logo--sp {
    display: none;
}

.hero__text {
    color: #37290C;
    text-align: center;
    font-feature-settings: 'vert' on;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: 0.067vw;
    position: absolute;
    top: 30.208vw;
    left: 10.833vw;
    margin: 0;
    padding: 0;
}


/* アバウトセクション */
.about {
    width: 100vw;
    padding: 6.944vw 0;
    position: relative;
    background-color: #F8F6F1;
}

.about__container {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 5.556vw;
    align-items: flex-start;
}

.about__content {
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.about__image {
    width: 31.944vw;
    height: 22.5vw;
    border: 1px solid #37290c;
    border-radius: 1.667vw;
    overflow: hidden;
}

.about__text {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
}

.about__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.111vw;
}

.about__title-text {
    color: #B6831F;
    font-feature-settings: 'vert' on;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #B6831F;
    font-family: AppleGothic;
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
}

.about__title {
    color: #37290C;
    background-color: #fffdfa;
    font-family: "BIZ UDPMincho", serif;
    font-size: 3.472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    padding: 1.111vw 0.556vw 0;
    box-sizing: border-box;
    width: fit-content;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.point {
    width: 100vw;
    padding: 5.556vw 0;
    position: relative;
}

.point__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.667vw;
}

.point__text {
    color: #37290C;
    text-align: center;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
}

.point__image {
    width: 41.875vw;
    height: 18.09vw;
    overflow: hidden;
}

.story {
    width: 100vw;
    padding: 6.944vw 0;
    background-color: #F8F6F1;
}

.story__container {
    width: 69.444vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.story__title {
    color: #37290C;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}

.story__row-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.556vw;
}

.story__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story__row:nth-child(even) {
    flex-direction: row-reverse;
}

.story__image {
    width: 27.778vw;
    height: 27.778vw;
    border: 1px solid #b6831f;
    border-radius: 2.083vw;
    overflow: hidden;
}

.story__content {
    width: 34.514vw;
    display: flex;
    flex-direction: column;
    gap: 1.875vw;
}

.story__content-title-wrap {
    display: flex;
    gap: 1.667vw;
    align-items: center;
}

.story__content-title-no {
    color: #B6831F;
    font-family: "DIN Alternate";
    font-size: 4.444vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.056em;
    margin: 0;
    padding: 0;
}

.story__content-title {
    color: #37290C;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #37290C;
    font-family: "BIZ UDMincho";
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.09em;
    margin: 0;
    padding: 0;
}

.story__text {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.167em;
    margin: 0;
    padding: 0;
}

.story__button {
    width: 22.222vw;
    height: 5.694vw;
    border: 2px solid #b6831f;
    background-color: transparent;
    color: #b6831f;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 0.556vw;
    padding: 1.667vw 0 1.667vw 5.556vw;
    position: relative;
    margin: 0;
}

.story__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 5.556vw;
    background-image: url('../images/common/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.product {
    width: 100vw;
    padding: 6.944vw 0;
}

.product__container {
    width: 69.444vw;
    margin: 0 auto;
    padding-left: 36.528vw;
    position: relative;
}

.product__image {
    width: 41.806vw;
    height: 29.306vw;
    position: absolute;
    top: -2.063vw;
    left: -5.925vw;
    z-index: 0;
}

.product__image-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: url('../images/common/product-mask.svg');
    mask-image: url('../images/common/product-mask.svg');
    -webkit-mask-size: 40.556vw 33.478vw;
    mask-size: 40.556vw 33.478vw;
    -webkit-mask-position: 1.932vw -1.65vw;
    mask-position: 1.932vw -1.65vw;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.product__content-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.product__content {
    display: flex;
    flex-direction: column;
    gap: 1.111vw;
}

.product__title {
    color: #37290C;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #37290C;
    font-family: "BIZ UDMincho";
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.09em;
    margin: 0;
    padding: 0;
}

.product__price-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product__price {
    display: flex;
    align-items: center;
    gap: 1.111vw;
}

.product__price-text {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}

.product__price-text span {
    font-size: 1.944vw;
}

.product__price-text2 {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.product__info-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.667vw;
    row-gap: 0.625vw;
}

.product__info {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.111vw;
    align-items: center;
    min-width: 0;
}

.product__info-label {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    border-radius: 0.278vw;
    border: 1px solid #37290C;
    padding: 0.278vw 0.556vw;
}

.product__info-value {
    color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.product__text {
    font-family: "BIZ UDPMincho";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.product__content-button {
    width: 32.847vw;
    height: 5.694vw;
    background-color: #B6831F;
    color: #fff;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 0.556vw;
    padding: 1.667vw 0 1.667vw 10.868vw;
    position: relative;
    margin: 0;
}

.product__content-button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 10.868vw;
    background-image: url('../images/common/white-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lineup {
    width: 100vw;
    padding: 6.944vw 0;
    background-color: #F8F4EB;
}

.lineup__container {
    width: 77.778vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.lineup__title {
    color: #37290C;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
}

.lineup__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.778vw;
}

#hidden-lineup {
    width: 100%;
}

.lineup__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;;
    gap: 2.778vw;
    row-gap: 2.778vw;
}

.lineup__item {
    width: 16.667vw;
    display: flex;
    flex-direction: column;
    gap: 0.556vw;
    text-decoration: none;
}

.lineup__image {
    width: 16.667vw;
    height: 13.889vw;
    border-radius: 1.667vw;
    overflow: hidden;
}

.lineup__item-title {
    color: #37290C;
    -webkit-text-stroke-width: 0.028vw;
    -webkit-text-stroke-color: #37290C;
    font-family: "BIZ UDPMincho";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineup__button {
    width: 22.778vw;
    height: 5.694vw;
    border: 2px solid #B6831F;
    background-color: transparent;
    color: #B6831F;
    font-family: "BIZ UDPMincho";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-radius: 1.111vw;
    cursor: pointer;
    padding: 1.667vw 0 1.667vw 5.556vw;
    position: relative;
    margin: 0;
}

.lineup__button.is-open {
    padding: 1.667vw 0 1.667vw 8.333vw;
}

.lineup__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 5.556vw;
    background-image: url('../images/common/arrow-open.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#more-lineup.is-open::after {
    transform: scaleY(-1);
    transform-origin: center;
}

.image-bg {
    width: 100vw;
    height: 27.778vw;
}

/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents {
        width: 100vw;
    }

    /* セクション共通 */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* ヒーローセクション */
    .hero {
        width: 100vw;
        height: 161.333vw;
    }

    .hero__breadcrumbs {
        gap: 2.533vw;
        top: 4.267vw;
        left: 4.267vw;
    }

    .hero__breadcrumbs li {
        font-size: 3.2vw;
    }

    .hero__breadcrumbs-split {
        width: 1.333vw;
        height: 2.1333vw;
    }

    .hero__image--pc {
        display: none;
    }

    .hero__image--sp {
        display: block;
        width: 91.2vw;
        height: 138.4vw;
        position: absolute;
        top: 16.533vw;
        left: 4.267vw;
        overflow: hidden;
        border-radius: 8vw;
    }

    .hero__image--sp::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.32);
        pointer-events: none;
    }

    .hero__logo {
        width: 50.355vw;
        height: 46.933vw;
        top: 53.867vw;
        left: 24.8vw;
    }

    .hero__logo--pc {
        display: none;
    }

    .hero__logo--sp {
        display: block;
    animation: shakesp 4s infinite;
    transform: rotate(10deg);
}

@keyframes shakesp {
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    } 
}
    .hero__text {
        color: white;
        font-size: 4.267vw;
        top: 100.8vw;
        left: 50%;
        transform: translateX(-50%);
    }

    /* アバウトセクション */
    .about {
        width: 100vw;
        padding: 10.667vw 0;
    }

    .about__container {
        width: 91.2vw;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .about__content {
        gap: 10.667vw;
    }

    .about__image {
        width: 91.2vw;
        height: 64.267vw;
        border-radius: 6.4vw;
    }

    .about__text {
        font-size: 6.4vw;
    }

    .about__title-wrap {
        gap: 4.267vw;
    }

    .about__title-text {
        font-size: 6.4vw;
    }

    .about__title {
        font-size: 8.533vw;
        writing-mode: horizontal-tb;
        text-orientation: upright;
        padding: 1.067vw 2.133vw;
        width: fit-content;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: keep-all;
    }

    .point {
        width: 100vw;
        padding: 10.667vw 0;
    }

    .point__container {
        width: 100%;
        padding: 0 4.4vw;
        gap: 10.667vw;
    }

    .point__text {
        font-size: 4.8vw;
        text-align: left;
    }

    .point__image {
        width: 91.2vw;
        height: 39.4vw;
    }

    .story {
        width: 100vw;
        padding: 10.667vw 0;
    }

    .story__container {
        width: 91.2vw;
        margin: 0 auto;
        padding: 0;
        gap: 16vw;
    }

    .story__title {
        font-size: 5.333vw;
    }

    .story__row-wrap {
        gap: 16vw;
    }

    .story__row {
        flex-direction: column;
        align-items: center;
        gap: 8vw;
    }

    .story__row:nth-child(even) {
        flex-direction: column;
    }

    .story__image {
        width: 91.2vw;
        height: 91.2vw;
        border-radius: 6.4vw;
    }

    .story__content {
        width: 100%;
        gap: 6.4vw;
    }

    .story__content-title-wrap {
        gap: 4.267vw;
    }

    .story__content-title-no {
        font-size: 12.8vw;
    }
    
    .story__content-title {
        font-size: 7.467vw;
    }

    .story__text {
        font-size: 4.8vw;
    }
    
    .story__button {
        width: 64vw;
        height: 16vw;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8vw;
        border-radius: 2.133vw;
    }
    
    .story__button::after {
        top: 4.4vw;
        right: 10vw;
        width: 6.4vw;
        height: 6.4vw;
    }
    
    .product {
        width: 100vw;
        padding: 10.667vw 0;
    }

    .product__container {
        width: 91.467vw;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 6.4vw;
    }

    .product__image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 91.467vw;
        height: auto;
        aspect-ratio: 584 / 482;
        margin: 0 auto;
    }

    .product__image-photo {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-position: center;
        mask-position: center;
    }

    .product__content-wrap {
        gap: 10.667vw;
    }

    .product__content {
        gap: 5.333vw;
    }

    .product__title {
        font-size: 8.533vw;
    }

    .product__price-wrap {
        gap: 0;
    }

    .product__price {
        gap: 5.867vw;
    }

    .product__price-text {
        font-size: 4.267vw;
    }

    .product__price-text span {
        font-size: 5.333vw;
    }

    .product__price-text2 {
        font-size: 3.733vw;
    }
    
    .product__info-wrap {
        display: flex;
        flex-direction: column;
        gap: 5.333vw;
    }

    .product__info {
        display: flex;
        gap: 5.333vw;
    }

    .product__info-label {
        font-size: 3.733vw;
        padding: 1.067vw 2.133vw;
    }

    .product__info-value {
        font-size: 3.733vw;
    }

    .product__text {
        font-size: 4.267vw;
    }
    
    .product__content-button {
        width: 64vw;
        height: 16vw;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8vw;
        border-radius: 2.133vw;
    }

    .product__content-button::after {
        top: 4.4vw;
        right: 10vw;
        width: 6.4vw;
        height: 6.4vw;
    }

    .lineup {
        width: 100vw;
        padding: 10.667vw 0;
    }

    .lineup__container {
        width: 91.467vw;
        margin: 0 auto;
        padding: 0;
        gap: 10.667vw;
    }

    .lineup__title {
        font-size: 5.333vw;
    }

    .lineup__wrap {
        gap: 5.333vw;
        margin-top: 5.333vw;
    }

    .lineup__list {
        gap: 5.333vw;
        row-gap: 5.333vw;
    }

    .lineup__item {
        width: 43.067vw;
    }

    .lineup__image {
        width: 43.067vw;
        height: 35.888vw;
        border-radius: 6.4vw;
        overflow: hidden;
    }

    .lineup__item-title {
        font-size: 3.733vw;
        line-height: 1.4;
        letter-spacing: 0.04em;
    }

    .lineup__button {
        margin-top :10.667vw;
        width: 64vw;
        height: 16vw;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8vw;
        border-radius: 2.133vw;
    }

    .lineup__button.is-open {
        padding: 0;
    }
    
    .lineup__button::after {
        top: 4.4vw;
        right: 10vw;
        width: 6.4vw;
        height: 6.4vw;
    }
    
    .image-bg {
        width: 100vw;
        height: 27.778vw;
    }
}