/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #423203;
    line-height: 1.8;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

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

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

.contents {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
}

.deco01 {
    position: absolute;
    top: 48.75vw;
    right: 1.458vw;
    width: 12.878vw;
    height: 16.388vw;
    z-index: 1;
}

.deco02 {
    position: absolute;
    top: 118vw;
    left: 3.809vw;
    width: 10.753vw;
    height: 15.206vw;
    z-index: 1;
}

.deco03 {
    position: absolute;
    top: 267.361vw;
    right: 0;
    width: 10.551vw;
    height: 10.764vw;
    z-index: 1;
}

.deco04 {
    position: absolute;
    top: 275.694vw;
    left: 1.892vw;
    width: 13.074vw;
    height: 10.278vw;
    z-index: 1;
}

/* ヒーローセクション */
.hero {
    position: relative;
    width: 100vw;
    background: #423203;
    overflow: hidden;
}

.hero__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100vw;
    padding: 5.556vw 6.944vw;
    display: flex;
    flex-direction: column;
    gap: 3.333vw;
}

.hero__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.556vw;
    text-align: center;
    color: #f6f2e7;
}

.hero__entitle {
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.389vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.hero__title {
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.24em;
}

.hero__showcase {
    display: flex;
    align-items: center;
    gap: 1.667vw;
    width: 100%;
}

.hero__image {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 1.111vw;
}

.hero__image--left,
.hero__image--right {
    height: 29.167vw;
}

.hero__image--center {
    height: 36.111vw;
}

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

.hero__deco {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.hero__deco img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero__deco--01 {
    top: 3.472vw;
    left: 6.944vw;
    width: 8.194vw;
    height: 8.125vw;
}

.hero__deco--02 {
    top: 3.194vw;
    left: 11.181vw;
    width: 7.014vw;
    height: 7.153vw;
}

/* 秋の厳選商品セクション */
.pickup {
    position: relative;
    width: 100vw;
    background:
        radial-gradient(ellipse 40% 30% at 100% 62%, rgba(239, 36, 22, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 30% 25% at 99% 0%, rgba(233, 217, 41, 0.2) 0%, transparent 70%),
        radial-gradient(ellipse 25% 20% at 1% 22%, rgba(239, 36, 22, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 30% 25% at 0% 82%, rgba(233, 217, 41, 0.2) 0%, transparent 70%),
        #f6f2e7;
    overflow: hidden;
}

.pickup__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 8.333vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.444vw;
}

.pickup__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #423203;
}

.pickup__entitle {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.pickup__title {
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.24em;
}

.pickup__list {
    width: 100%;
    max-width: 100vw;
    padding-left: 11.111vw;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 5.556vw;
}

.pickup__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.778vw;
    width: 100%;
}

.pickup__number {
    position: absolute;
    left: -0.694vw;
    top: 0.139vw;
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 5.556vw;
    font-weight: 400;
    line-height: 0.96;
    color: #423203;
    text-align: center;
}

.pickup__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.778vw;
    width: 30.069vw;
    flex-shrink: 0;
}

.pickup__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.667vw;
    width: 100%;
}

.pickup__name {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.24em;
    color: #423203;
}

.pickup__name--sm {
    letter-spacing: 0.16em;
}

.pickup__line {
    display: block;
    width: 3.333vw;
    height: 0.139vw;
    background: #6d0b15;
}

.pickup__text {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #423203;
}

.pickup__more {
    display: inline-flex;
    align-items: center;
    gap: 0.556vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #423203;
    transition: opacity 0.2s;
}

.pickup__more:hover {
    color: #423203;
    opacity: 1;
}

.pickup__more-arrow {
    width: 4.444vw;
    height: 0.486vw;
    object-fit: contain;
}

.pickup__image {
    width: 44.444vw;
    height: 22.222vw;
    flex-shrink: 0;
    overflow: hidden;
}

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

/* 商品一覧セクション */
.catalog {
    position: relative;
    width: 100vw;
    background: #423203;
    overflow: hidden;
}

.catalog__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 8.333vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.catalog__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #f6f2e7;
}

.catalog__entitle {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.catalog__title {
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.24em;
}

.catalog__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2.778vw 1.111vw;
    width: 100%;
    padding: 0 8.333vw;
}

.catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.111vw;
    width: 15.556vw;
    padding: 0.833vw;
    background: #f6f2e7;
    border: 0.139vw solid #423203;
    border-radius: 0.556vw;
    box-shadow: 0 0.278vw 1.389vw rgba(0, 0, 0, 0.08);
}

.catalog__image {
    position: relative;
    width: 13.889vw;
    height: 8.472vw;
    overflow: hidden;
    border-radius: 0.556vw;
}

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

.catalog__badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0.278vw 0.556vw;
    background: #6d0b15;
    border-radius: 0 0.556vw 0 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 0.972vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #f6f2e7;
    white-space: nowrap;
}

.catalog__body {
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
    width: 100%;
}

.catalog__name {
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.389vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #423203;
}

.catalog__name--sm {
    font-size: 1.25vw;
    letter-spacing: 0.04em;
}

.catalog__price {
    display: flex;
    align-items: flex-end;
    gap: 0.278vw;
    margin: 0;
    color: #423203;
}

.catalog__price-label,
.catalog__price-unit {
    font-family: 'Shippori Mincho', serif;
    font-size: 0.972vw;
    font-weight: 600;
    line-height: 1;
}

.catalog__price-value {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.222vw;
    font-weight: 700;
    line-height: 1;
}

.catalog__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.556vw;
    width: 100%;
    padding: 0.833vw 0;
    background: #6d0b15;
    border-radius: 0.139vw;
    box-shadow: 0 0.278vw 0.139vw rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #f6f2e7;
    transition: opacity 0.2s;
}

.catalog__button:hover {
    color: #f6f2e7;
    opacity: 1;
}

.catalog__button-arrow {
    width: 1.667vw;
    height: 1.667vw;
    object-fit: contain;
}

/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .deco01 {
        display: none;
    }

    .deco02 {
        display: none;
    }

    .deco03 {
        top: 1109.333vw;
        right: 0;
        width: 26.667vw;
        height: 27.2vw;
    }

    .deco04 {
        top: 1125.333vw;
        left: 2.667vw;
        width: 26.667vw;
        height: 20.963vw;
    }

    /* ヒーローセクション SP（Figma 390px / node 3765:4983） */
    .hero__container {
        padding: 10.256vw 4.103vw;
        gap: 10.256vw;
    }

    .hero__title-wrap {
        gap: 2.051vw;
        width: 100%;
    }

    .hero__entitle {
        font-size: 4.103vw;
        letter-spacing: 0.1em;
        width: 100%;
    }

    .hero__title {
        font-size: 8.205vw;
        letter-spacing: 0.24em;
        width: 100%;
    }

    .hero__title .sp {
        display: block;
    }

    .hero__showcase {
        display: grid;
        grid-template-columns: 54.872vw 33.846vw;
        grid-template-rows: 1fr 1fr;
        align-items: stretch;
        gap: 3.077vw;
        width: 100%;
        height: 98.462vw;
    }

    .hero__image {
        flex: none;
        width: 100%;
        height: 100%;
        border-radius: 4.103vw;
    }

    .hero__image--center {
        grid-column: 1;
        grid-row: 1 / 3;
        height: 100%;
    }

    .hero__image--left {
        grid-column: 2;
        grid-row: 1;
        height: 100%;
    }

    .hero__image--right {
        grid-column: 2;
        grid-row: 2;
        height: 100%;
    }

    .hero__deco {
        display: none;
    }

    /* 秋の厳選商品セクション SP */
    .pickup__container {
        padding: 16vw 0;
        gap: 10.667vw;
    }

    .pickup__entitle {
        font-size: 3.733vw;
    }

    .pickup__title {
        font-size: 6.4vw;
        letter-spacing: 0.16em;
    }

    .pickup__list {
        padding: 0 5.333vw;
        gap: 13.333vw;
    }

    .pickup__item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5.333vw;
    }

    .pickup__number {
        position: static;
        font-size: 13.333vw;
        line-height: 1;
    }

    .pickup__text-wrap {
        width: 100%;
        gap: 5.333vw;
        order: 1;
    }

    .pickup__body {
        gap: 4.267vw;
        order: 1;
    }

    .pickup__name {
        font-size: 6.4vw;
        letter-spacing: 0.12em;
    }

    .pickup__line {
        width: 8vw;
        height: 0.533vw;
    }

    .pickup__text {
        font-size: 3.733vw;
        letter-spacing: 0.04em;
    }

    .pickup__more {
        font-size: 3.733vw;
        gap: 2.133vw;
        order: 3;
    }

    .pickup__more-arrow {
        width: 12.8vw;
        height: 1.6vw;
    }

    .pickup__image {
        width: 100%;
        height: 53.333vw;
        order: 2;
    }

    .pickup__item .pickup__text-wrap {
        display: contents;
    }

    .pickup__item .pickup__body {
        order: 1;
        width: 100%;
    }

    .pickup__item .pickup__image {
        order: 2;
    }

    .pickup__item .pickup__more {
        order: 3;
    }

    /* 商品一覧セクション SP */
    .catalog__container {
        padding: 16vw 0;
        gap: 10.667vw;
    }

    .catalog__entitle {
        font-size: 3.733vw;
    }

    .catalog__title {
        font-size: 6.4vw;
        letter-spacing: 0.16em;
    }

    .catalog__row {
        flex-direction: column;
        padding: 0 5.333vw;
        gap: 10.666vw;
    }

    .catalog__item {
        width: 100%;
        padding: 2.133vw;
        gap: 2.667vw;
        border-width: 0.533vw;
        border-radius: 2.133vw;
        box-shadow: 0 1.067vw 5.333vw rgba(0, 0, 0, 0.08);
    }

    .catalog__row .catalog__item:nth-child(n+6) {
        display: none;
    }

    .catalog.is-open .catalog__row .catalog__item:nth-child(n+6) {
        display: flex;
    }

    .catalog__image {
        width: 100%;
        height: 48vw;
    }

    .catalog__badge {
        top: 0;
        right: 0;
        padding: 1.067vw 2.133vw;
        border-radius: 0 2.133vw 0 0;
        font-size: 3.733vw;
    }

    .catalog__body {
        gap: 4.267vw;
    }

    .catalog__name {
        font-size: 5.333vw;
        letter-spacing: 0.04em;
    }

    .catalog__name--sm {
        font-size: 4.8vw;
    }

    .catalog__price-label,
    .catalog__price-unit {
        font-size: 3.733vw;
    }

    .catalog__price-value {
        font-size: 8.533vw;
    }

    .catalog__button {
        padding: 2.667vw 0;
        gap: 1.067vw;
        border-radius: 0.533vw;
        font-size: 3.2vw;
        box-shadow: 0 1.067vw 0.533vw rgba(0, 0, 0, 0.25);
    }

    .catalog__button-arrow {
        width: 4.267vw;
        height: 4.267vw;
    }

    .catalog__more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10.667vw);
        margin: 0 auto;
        padding: 3.2vw 0;
        border: none;
        border-radius: 0.533vw;
        background: #6d0b15;
        box-shadow: 0 1.067vw 0.533vw rgba(0, 0, 0, 0.25);
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 3.733vw;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.08em;
        color: #f6f2e7;
        cursor: pointer;
    }

    .catalog.is-open .catalog__more {
        display: none;
    }
}
