/*
HEADER
FOOTER
MAIN CONTENTS
*/

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(to right, #fc1a1a 50%, #2420e2 50%);
    color: var(--color-primary);
    font-family: "Hiragino Sans", var(--gfont-jp), "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    overflow-x: hidden;
    position: relative;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a:link,
a:visited,
a:active,
a:hover {
    color: var(--color-textlink);
    transition: var(--transition-opacity);
}

a:active,
a:hover {
    opacity: var(--fade-opacity);
    text-decoration: none;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (min-width: 1240px) {
    #wrapper {
        max-width: 1920px;
    }

    #wrapper::before, #wrapper::after {
        /* border-right: 1px solid var(--color-primary);
        border-left: 1px solid var(--color-primary); */
        content: "";
        width: 70px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 20;
    }

    #wrapper::before {
        background: url(../img/ribbon.png) center top repeat-y;
        background-size: 100% auto;
        left: 0;
    }

    #wrapper::after {
        background: url(../img/ribbon_b.png) center top repeat-y;
        background-size: 100% auto;
        right: 0;
    }
}

/* HEADER ==================== */
header {
    width: 100%;
}

header h1 {
    background-image: url(../img/mv--sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 750 / 1340;
    margin-bottom: -13.3333333333vw;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 640px) {
    header h1 {
        background-image: url(../img/mv.png);
        background-size: auto 100%;
        max-width: 177.7777777778vw;
        aspect-ratio: 3840 / 2000;
        margin-bottom: -1px;
    }
}

@media screen and (min-width: 1240px) {
    header h1 {
        max-width: 1920px;
    }
}

/* FOOTER ==================== */
footer {
    background-color: var(--color-bg);
    color: var(--color-bg-goods);
    margin-top: -10.6666666667vw;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

.copyright {
    font-family: var(--gfont-en), sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 640px) {
    footer {
        margin-top: -80px;
        padding: 0;
    }

    .copyright {
        line-height: 90px;
        text-align: left;
        padding: 0 var(--padding-rl-sp);
    }
}

@media screen and (min-width: 1240px) {
    .copyright {
        width: var(--width-pc);
        margin: 0 auto;
        padding: 0;
    }
}


/* MAIN CONTENTS ==================== */
main {
    position: relative;
    background-image: url(../img/bg__main__lower--sp.jpg), url(../img/bg__main__upper--sp.jpg), url(../img/bg__main--sp.jpg);
    background-position: center bottom, center top, center;
    background-size: contain, contain, contain;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding-bottom: 86.6666666667vw;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0vw;
}

h2 {
    text-shadow: 0 3px 0 var(--color-secondary);
    color: #efea45;
    font-family: var(--gfont-en), sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 70px 0 0;
}

h3 {
    background-color: var(--color-primary);
    border-radius: 3px;
    color: var(--color-bg-goods);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4vw;
    padding: 10px;
}

@media screen and (min-width: 640px) {
    main {
        background-image: url(../img/bg__main__lower.jpg), url(../img/bg__main__upper.jpg), url(../img/bg__main.jpg);
        background-position: center bottom, center top, center center;
        background-size: 177.7777777778vw auto, 177.7777777778vw auto, 177.7777777778vw auto;
        background-repeat: no-repeat, no-repeat, repeat-y;
        padding-bottom: 79.6296296296vw;
        max-width: 177.7777777778vw;
        margin: 0 auto;
        margin-top: 0;
    }

    h2 {
        font-size: 4rem;
        padding: 40px 0 0;
    }

    h3 {
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 17px;
    }
}

@media screen and (min-width: 1240px) {
    main {
        background-image: url(../img/bg__main__lower.jpg), url(../img/bg__main__upper.jpg), url(../img/bg__main.jpg);
        background-position: center bottom, center top, center center;
        background-size: 1920px auto, 1920px auto, 1920px auto;
        background-repeat: no-repeat, no-repeat, repeat-y;
        padding-bottom: 860px;
        max-width: 1920px;
        margin: 0 auto;
        margin-top: 0;
    }

    h2 {
        font-size: 5.6rem;
    }
}

.section__1 {
    padding: 8vw 0 0;
}

.section__2 {
    padding: 8vw 0 0;
}

@media screen and (min-width: 640px) {
    .section__1 {
        padding: 40px 0 0;
    }

    .section__2 {
        padding: 60px 0 0;
    }
}

@media screen and (min-width: 960px) {
    .section__1 {
        padding: 80px 0 0;
    }
}


/* Store Select */
#store-select__wrap {
    background-color: var(--color-bg-goods);
    border-radius: 2.6666666667vw;
    margin: 0 var(--padding-rl-sp);
    padding: 6.4vw;
}

#store-select {
    border-bottom: 1px solid var(--color-secondary);
    margin-bottom: 6.4vw;
    padding-bottom: 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 6vw;
}

#store-select li {
    width: 100%;
}

#store-select li a {
    background: linear-gradient(-35deg, #efea45 0%, #efea45 30%, #fff 45%, #efea45 60%, #efea45 100%);
    border: 0.5333333333vw solid var(--color-secondary);
    border-radius: 9999px;
    box-shadow: 0 0.5333333333vw 0 var(--color-secondary);
    color: var(--color-secondary);
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 66px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 70px;
    transition: var(--transition-opacity);
}

#store-select li a::after {
    content: "";
    display: inline-block;
    border-top: 2px solid var(--color-secondary);
    border-right: 2px solid var(--color-secondary);
    width: 10px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    right: 20px;
    transform-origin: center center 0;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 640px) {
    #store-select__wrap {
        border-radius: 2.3148148148vw;
        margin: 0 var(--padding-rl-sp);
        padding: 48px;
    }

    #store-select {
        margin-bottom: 48px;
        padding-bottom: 48px;
        flex-direction: row;
        justify-content: center;
        column-gap: 30px;
    }

    #store-select li a {
        background: linear-gradient(-35deg, #efea45 0%, #fff 25%, #efea45 100%);
        border-width: 3px;
        box-shadow: 0 3px 0 var(--color-secondary);
        line-height: 64px;
    }
}

@media screen and (min-width: 1240px) {
    #store-select__wrap {
        border-radius: 25px;
        margin: 0 auto;
        width: var(--width-pc);
    }

    #store-select {
        column-gap: 60px;
    }

    #store-select li {
        width: auto;
    }

    #store-select li a {
        min-width: 280px;
    }
}

@media screen and (hover: hover) {
    #store-select li a:hover {
        opacity: var(--fade-opacity);
    }
}


/* Goods */
.goods__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    padding: 0 var(--padding-rl-sp);
    width: 100%;
}

.goods {
    background-color: var(--color-bg-goods);
    border-radius: 1.3333333333vw;
    color: #fff;
    position: relative;
    width: calc((100% - (20px * 1)) / 2);
}

.goods a {
    color: var(--color-primary);
    display: block;
    text-decoration: none;
    padding: 16px;
    width: 100%;
    height: 100%;
    transition: var(--transition-opacity);
}

.goods img {
    width: 100%;
    height: auto;
}

.goods__name {
    font-weight: 600;
    line-height: 1.6;
    padding: 16px 0 6px;
}

.goods__price {
    color: var(--color-tertiary);
}

.goods__price span {
    font-size: 87.5%;
}

.goods__new-icon {
    background-color: var(--color-secondary);
    border-radius: 50%;
    color: var(--color-bg);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    width: 40px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -10px;
    right: -10px;
}

@media screen and (min-width: 640px) {
    .goods__wrap {
        gap: 30px;
        padding: 0 var(--padding-rl-sp);
    }

    .goods {
        border-radius: 10px;
        width: calc((100% - (30px * 2)) / 3);
    }

    .goods a {
        padding: 20px;
    }

    .goods__name {
        padding: 20px 0 10px;
    }

    .goods__new-icon {
        top: -16px;
        right: -16px;
    }
}

@media screen and (min-width: 1240px) {
    .goods__wrap {
        gap: 50px;
        padding: 0;
        width: var(--width-pc);
    }

    .goods {
        width: calc((100% - (50px * 2)) / 3);
    }

    .goods a {
        padding: 24px;
    }

    .goods__name {
        font-size: 1.6rem;
    }

    .goods__new-icon {
        font-size: 1.6rem;
        line-height: 56px;
        width: 56px;
        top: -20px;
        right: -20px;
    }
}

@media screen and (hover: hover) {
    .goods a:hover {
        opacity: var(--fade-opacity);
    }
}


/* Schedule */
.schedule__wrap {
    background-color: var(--color-bg-goods);
    border-radius: 2.6666666667vw;
    margin: 0 var(--padding-rl-sp);
    padding: 6vw;
}

.schedule li {
    font-size: 1.6rem;
    padding-bottom: 24px;
}

.schedule li p {
    font-size: 1.4rem;
}

.schedule__att {
    border-top: 1px solid var(--color-secondary);
    margin-top: 6vw;
    padding-top: 6vw;
}

@media screen and (min-width: 640px) {
    .schedule__wrap {
        border-radius: 2.3148148148vw;
        padding: 50px;
    }

    .schedule li {
        font-size: 1.8rem;
    }

    .schedule__att {
        margin-top: 45px;
        padding-top: 45px;
    }
}

@media screen and (min-width: 1240px) {
    .schedule__wrap {
        border-radius: 25px;
        margin: 0 auto;
        width: var(--width-pc);
    }
}