:root {
    --container-max: 680px;
    --page-bg: #0a0a0a
}

* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../images/BG.webp');
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-attachment: initial;
    z-index: -1;
}

body {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-display: swap;
    font-weight: 300;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    z-index: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.main_content {
    background-image: url('../images/bg_under.webp');
    background-size: contain;   
}

.wrapper {
    width: min(var(--container-max), 100%);
    margin: 0 auto
}

.section {
    position: relative
}

.section img {
    display: block;
    width: 100%;
    height: auto
}

.panel {
    padding: 16px
}

.store-section-inner {
    text-align: center;
    font-size: 24px;
    padding: 0 0 16px;
    color: #ffeb2a;
}

.store-card {
    background-image: linear-gradient(90deg, rgba(145, 0, 0, 1), rgba(160, 0, 0, 1) 30%, rgba(220, 0, 0, 1) 50%, rgba(160, 0, 0, 1) 70%, rgba(145, 0, 0, 1));
    padding: 20% 40px 16px;
    margin: 16px 20px;
    position: relative;
}



.store-card h3 {
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    padding-bottom: 12px;
    margin: 20px 0;
    font-size: 32px;
    margin: 50px 0 20px;
}

.store-card h3:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.store-list {
    columns: 2;
    column-gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.store-list li {
    break-inside: avoid;
    padding: 8px 0
}

.store-link {
    display: inline-block;
    text-decoration: none;
    color: #fff
}

.store-prefix {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.store-name {
    display: block;
    font-size: 28px;
    font-weight: 700
}

@media (max-width:680px) {
    body::before {
        background-image: url('../images/bg_under.webp');
    }
    .main_content {
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

@supports (-webkit-touch-callout: none) {
    body::before {
        background-attachment: scroll;
    }
}

@media (max-width:500px) {

    .store-card {
        padding: 20% 15px 12px;
        margin: 12px 15px;
    }

    .store-count {
        font-size: 18px;
    }

    .store-title {
        width: 86% !important
    }

    .store-section-inner {
        font-size: 14px;
        padding: 0 0 8px
    }

    .store-card h3 {
        font-size: 26px;
        border-bottom-width: 1.5px;
        padding-bottom: 8px;
        margin: 30px 0 12px
    }

    .store-count {
        font-size: 16px
    }

    .store-list li {
        padding: 6px 0
    }

    .store-link {
        padding: 6px 0
    }

    .store-prefix {
        font-size: 12px
    }

    .store-name {
        font-size: 20px;
        line-height: 1.35;
        letter-spacing: .5px
    }
}

.footer {
    text-align: center;
    font-size: 16px;
    padding: 10% 0 3%;
}


/* hero video overlay */
.hero {
    position: relative;
    overflow: hidden
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero.has-video {
    padding-bottom: 0
}

.hero .video-embed {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 640px;
    aspect-ratio: 16/9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
    border-radius: 8px;
    overflow: hidden;
    z-index: 2
}

.hero .video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.hero .twitter-embed {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 560px;
    z-index: 2
}

.hero .twitter-embed blockquote {
    margin: 0
}

.dates-row {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 20px 0;
}

.dates-row a {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(33.333% - 0px);
}

.dates-row img {
    width: 100%;
    height: auto;
    display: block
}

/* date stacked placeholder */
.date-card {
    position: relative;
    width: 100%;
}
.date-card-base,
.date-card-overlay {
    display: block;
    width: 100%;
    height: auto;
}
.date-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
}

.store-section {
    position: relative;
    padding-top: 25%;
    padding-bottom: 5%;
}

.store-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    width: 70% !important;
}

.store-count {
    font-size: 22px;
    font-weight: 400;
}

.store-list a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 2px 0;
    line-height: 1.4;
}

.store-list a:hover {
    text-decoration: underline
}

.sns-section {
    position: relative;
    padding-top: 30%;
}

.sns-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url('../images/bg_sns.webp');
    background-size: cover;
    z-index: -1
}

.sns-title {
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 40% !important;
}

.sns-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 0;
    flex-wrap: wrap
}

.sns-row .sns-site-link {
    display: block;
    width: 58%;
    margin-right: 25px;
}

.sns-row .sns-icon-link {
    display: block;
    width: 15%;
}

.sns-row .sns-site-img {
    height: auto;
    width: 100%;
    display: block;
    margin-right: 25px;
}

.sns-row .sns-icon-img {
    height: auto;
    width: 100%;
    display: block;
}

.site-footer {
    position: relative;
    padding: 20px 0
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #222
}

.site-footer .footer-logo {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto
}

@media (max-width:480px) {

    .site-footer {
        padding: 15px 0;
    }
    .site-footer .footer-logo {
        height: 20px;
    }
    
}

@media (max-width:400px) {
    .store-name {
        font-size: 18px;
    }
}