:root {
    --paddingLR: 24px;

    --line-height: 150%;
    --font-weight: 400;
    --font-family: "Noto Sans JP", Roboto, Arial, Helvetica, sans-serif;
    --font-familyRoboto: Roboto, Arial, Helvetica, sans-serif;
    --font-familyYuGothic: "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --font-familyRounded: "Rounded Mplus 1c", "Helvetica Rounded", "Roboto", Arial, sans-serif;
    --font-size: 16px;

    --carousel-borderRadius: 10px;
    --headerNav-height: 50px;

    --main-width: 1120px;
    --main-gap: 56px;
    --aside-width: 240px;
    --spacing-between-sections: 80px;

    --color-black: #000;
    --color-gray-dark444: #444;
    --color-gray-dark: #A2A6AE;
    --color-gray-lightDDD: #DDD;
    --color-gray-lightEEE: #EEE;
    --color-gray-white: #FBFBFB;
    --color-white: #FFF;

    --color-all: #A2A6AE;
    --color-yellow: #F1D530;
    --color-store: #C8B22D;
    --color-sanrio: #024287;
    --color-media: #7ABCC0;
    --color-kuji: #D79169;
    --color-stage: #A46666;
    --color-cafe: #9CC396;
    --color-event: #C4A07E;
    --color-link: #3C6CE7;
    --color-gradient: linear-gradient(90deg, #F1D530 0%, #FFB017 100%), var(--eeo-yellow, #F1D530);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: var(--line-height);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
}

html,
body {
    color: var(--color-gray-dark444);
    transition: z-index 0s .005s;
    background-color: #fff;
    margin: 0;
    font-family: var(--font-family);
    font-display: swap;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}


li {
    list-style: none;
}

span {
    display: inline-block;
    width: fit-content;
}

a {
    text-decoration: none;
    color: var(--color-link);
}

nav li:hover,
a:hover {
    opacity: .7;
}

a:active {
    text-decoration: none;
}

input:focus {
    outline: none;
    border: none;
}

button {
    border: none;
    background: transparent;
}

button:hover,
i:hover {
    cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-familyRounded);
    transform:rotateZ(0.03deg);
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.navfix {
    width: 100%;
    background-color: #fff;
}

.store {
    color: var(--color-store);
}

.sanrio {
    color: var(--color-sanrio);
}

.media {
    color: var(--color-media);
}

.kuji {
    color: var(--color-kuji);
}

.stage {
    color: var(--color-stage);
}

.cafe {
    color: var(--color-cafe);
}

main {
    max-width: 1120px;
    margin: 0 auto 72px;
}

/* SWIPER  */

.swiper-wrapper {
    height: fit-content;
}

.swiper-slide {
    height: fit-content;
    width: fit-content;
}


/* HEADER NAV */
.header__nav {
    margin: 0 auto;
    padding: 0;
    padding-left: 16px;
    position: fixed;
    z-index: 900;
    width: 100%;
    background-color: white;
    height: var(--headerNav-height);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

#swiper-nav {
    padding: 60px 0 16px;
}

#swiper-nav .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header__nav-ul {
    display: flex;
    height: fit-content;
    width: 100%; 
    align-items: start;
    justify-content: center;
}

.nav__item-a {
    display: grid;
    grid-template-rows: 26px 1fr;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-gray-dark);
    gap: 6px;
}

.nav__item-icon {
    height: 26px;
    width: auto;
    justify-self: center;
}

.nav__item-text {
    text-align: center;
    font-size: 11px;
    color: var(--color-gray-dark444);
    word-break: keep-all;
    align-self: flex-start;
}

.header__nav-ul-sp {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nav__item-login {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    gap: 4px;
}

.nav__item-point {
    justify-content: center;
    align-items: center;
    --font-size: 16px;
    --line-height: 22px;
    --font-weight: 700;
    gap: 4px;
}

.nav__item-login a {
    color: var(--color-gray-dark444)
}

.nav__item-logo {
    width: min-content;
    height: fit-content;
}

.nav__item-logo a {
    display: block;
    height: fit-content;
    line-height: 1;
}

.nav__item-logo img {
    height: 100%;
    width: auto;
    max-width: 71px;
}

.nav__item-checkbox {
    display: block;
    position: relative;
    z-index: 1000;
}

#menu-btn-check {
    display: none;
}

.menu-btn {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: relative;
}

.menu-btn:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu-btn span.bar-top,
.menu-btn span.bar-middle,
.menu-btn span.bar-bottom {
    height: 3px;
    width: 22px;
    border-radius: 3px;
    position: absolute;
    transition: all .3s ease-out;
    background-color: black;
    border-radius: 50px;
}

.menu-btn span.bar-top {
    top: 16px;
}

.menu-btn span.bar-bottom {
    bottom: 15px;
}

#menu-btn-check:checked~.menu-btn span.bar-middle {
    opacity: 0;
    transition: all .1s ease-out;
}

#menu-btn-check:checked~.menu-btn span.bar-top {
    top: 24px;
    transform: rotate(45deg);
    transition: all .3s ease-out;
}

#menu-btn-check:checked~.menu-btn span.bar-bottom {
    bottom: 23px;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
}


@media only screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    header {
        background: var(--white, #FFF);
    }

    .header__nav {
        display: flex;
        max-width: 660px;
        position: static;
        padding: 0;
        box-shadow: none;
        height: 80px;
    }

    #swiper-nav {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .header__nav-ul-sp,
    .nav__item-li {
        display: none;
    }

    .nav__item-login,
    .nav__item-checkbox {
        display: none;
    }

    .nav__item-logo {
        width: min-content;
    }

    .nav__item-logo img {
        max-width: 118px;
        height: 35px;
    }

    #swiper-news .swiper-slide {
        width: 100%;
    }
}

/* ASIDE NAV */

.aside {
    position: fixed;
    top: 0;
    z-index: 100;
    min-width: 240px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background-color: white;
    overflow-y: scroll;
    right: -100%;
    transition: right 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
    padding-top: calc(var(--headerNav-height) + 32px);
    min-height: 100%;
}

.aside::-webkit-scrollbar {
    display: none;
}

.aside__nav {
    width: 100%;
}

.aside__nav-name {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.aside__nav-ul {
    display: flex;
    padding: 0 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}


.aside__nav-li {
    width: 100%;
}

.aside__nav__item-a {
    display: grid;
    grid-template-columns: 24px 1fr;
    height: fit-content;
    padding: 4px 0px;
    align-items: center;
    gap: 8px;
}

.aside__nav__item-text {
    color: var(--color-gray-dark444)
}

.aside__nav__item-icon-top {
    width: 10px;
    height: 6px;
    justify-self: center;
}

.aside__nav-unlogged {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 3px;
    background: #EEE;
    gap: 16px;
}

.nav-unlogged-description {
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    --font-size: 16px;
    word-break: keep-all;
}

.link__hajimete {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 1000px;
    border: 3px solid var(--color-yellow);
    background: #FFF;
    width: 100%;
    color: var(--color-gray-dark444);
}

.link__hajimete p {
    font-weight: 700;
    --font-size: 14px;
}

.link__login {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 1000px;
    background: var(--color-gradient);
    width: 100%;
}

.link__login p {
    font-weight: 700;
    color: var(--color-gray-dark444);
    --font-size: 16px;
}

.aside__nav-logged {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 3px;
    background: var(--color-gradient);
}

.aside__nav-slice {
    display: flex;
    padding: 6px 8px 12px 8px;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    border-radius: 3px;
    background: #FFF;
}

.genzaipoint-title {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #F1D530;
    overflow: hidden;
    color: var(--black, #444);
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.genzaipoint-points {
    display: flex;
    padding-top: 4px;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    width: 100%;
    text-align: right;
}

.aside__nav-genzaipoint span {
    font-weight: 700;
    line-height: 22px;
}

.aside__nav-barcode {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
}

.genzaipoint-bango {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
}

.aside__nav-kainbango {
    overflow: hidden;
    color: var(--black, #444);
    text-align: right;
    text-overflow: ellipsis;
    --font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    width: 100%;
}

.aside__nav__li-logout {
    display: grid;
    grid-template-columns: max-content min-content;
    padding: 16px 0px;
    justify-content: end;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #DDD;
    width: 100%;
    text-align: right;
}

.icon-logout {
    width: 16px;
}

.icon-hajimete {
    max-width: 16px;
}

.link__eeopoint {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    --line-height: 22px;
    gap: 8px;
    color: var(--color-gray-dark444);
}

.link__eeopoint span {
    --font-size: 16px;
}

/* EC ROLE */
.blocks-container {
    width: 100%;
    padding-top: 0px;
}

@media only screen and (min-width: 768px) {
    main {
        display: flex;
        gap: var(--main-gap);
        margin-bottom: 72px;
    }

    .aside {
        width: 240px;
        position: static;
        padding-right: 0;
        overflow: visible;
        padding-top: 24px;
    }

    .aside__nav-logged {
        padding: 16px;
    }

    .aside__nav-name {
        font-size: 16px;
    }

    .link__hajimete,
    .link__login {
        padding: 18px;
    }

    .link__login p {
        --font-size: 14px;
    }

    .aside__nav-unlogged {
        padding: 20px;
    }

    .nav-unlogged-description {
        --font-size: 12px;
    }

    .aside__nav-ul {
        padding: 0;
    }

    .aside__nav__item-a {
        padding: 8px 0;
        grid-template-columns: min-content 1fr;
    }

    .aside__nav__item-a::before {
        content: "";
        width: 6px;
        height: 1px;
        background: var(--light-gray, #DDD);
    }

    .aside__nav__item-icon {
        display: none;
    }

    .icon-hajimete,
    .icon-questionmark,
    .icon-logout {
        display: block;
    }

    .genzaipoint {
        flex-grow: 1;
        text-align: center;
    }

    .link__eeopoint {
        grid-template-columns: 16px 1fr;
    }

    .link__eeopoint span {
        font-size: 12px;
    }

    .aside__nav-kainbango {
        --font-size: 14px;
    }

    .blocks-container {
        flex: 1;
        width: calc(100% - calc(var(--main-gap) + var(--aside-width)));
        padding-top: 32px;
    }
}


footer {
    background-color: var(--color-gray-dark444);
    display: flex;
    padding: 48px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.footer__logolinks {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1120px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    gap: 48px;
    padding: 0 var(--paddingLR);
}

.footer__logolinks-logo {
    margin: 0 auto;
}

h1 {
    color: var(--white, #FFF);
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
    font-family: var(--font-familyYuGothic);
}

.footer__logo {
    width: 210px;
}

.footer__logolinks-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.footer__ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer__ul-last {
    padding-top: 32px;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
}

.footer__ul-last .footer__li {
    --line-height: 1;
    padding-right: 8px;
}

.footer__ul-last .footer__li:last-of-type {
    border-right: none;
}

.footer__li-link {
    display: flex;
    gap: 8px;
    color: #fff;
}

.footer__li-text {
    white-space: nowrap;
    word-break: keep-all;
    --font-size: 12px;
}

.footer__li-icon {
    max-width: 14px;
}

.footer__copyright {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.no-content {
    display: none;
    margin-bottom: 20px;
    padding: 25px 10px;
    width: 100%;
    text-align: left;
    background-color: #fff9e2;
}

.no-content-footer {
    margin: 0px 10px;
    padding: 25px 10px;
    background-color: #fff9e2;
}

@media only screen and (min-width: 381px) {
    .footer__ul-last {
        flex-direction: row;
    }

    .footer__ul-last .footer__li {
        border-right: 1px solid var(--color-white);
    }

    .no-content-footer {
        margin: 0px 20px;
        padding: 25px 10px;
        background-color: #fff9e2;
    }
}

@media only screen and (min-width: 768px) {
    :root {
        --spacing-between-sections: 40px;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .footer__copyright {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1021px) {
    .footer__logolinks {
        flex-direction: row;
        padding: 0;
    }

    .footer__logolinks-links {
        flex-direction: row;
        gap: 48px;
        width: 100%;
    }

    .footer__ul-last {
        flex-direction: column;
        gap: 16px;
        padding-top: 0;
    }

    .footer__ul-last .footer__li {
        padding-right: 0;
        border-right: none;
    }
}