@charset "utf-8";


/*==========================
common
==========================*/

:root {
    --primary_turquoise: #23A4AA;
    --primary_red: #FF6F4E;
    --primary_yerrow: #FDB945;
    --primary_black: #000000;
    --primary_truewhite: #FFFFFF;
    --primary_glay: #989898;
    --primary_offwhite: #F3EFEB;
    --din: "din-2014-narrow", sans-serif;
    --gill_sans: "gill-sans-nova", sans-serif;

}

html {
    font-size: 4.266666666vw;
}

@media screen and (min-width:768px) {
    html {
        font-size: 1.111111111vw;
    }

}

img {
    max-width: 100%;
    height: auto;
}

.article {
    position: relative;
    height: auto;
    /* コンテナの高さ */
    width: 100%;
    /* コンテナの横幅 */
    overflow: hidden;
    /* コンテナからはみ出した要素を隠す */
    z-index: 5;
}

.container {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .spbr {
        display: none;
    }
}

/*==========================
loading
==========================*/
.loading_contents {
    position: fixed;
    color: var(--primary_truewhite);
    font-family: var(--gill_sans);
    font-style: italic;
    font-weight: 800;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: max-content;
}

.loading_text {
    transform: translateY(216%);
    font-size: 2rem;
}

.loading_dot {
    animation: tenmetu 2s step-start infinite;

}

.loading_dot:nth-child(2) {
    animation: tenmetu 2s step-start infinite;
    animation-delay: 0.5s;

}

.loading_dot:nth-child(3) {
    animation: tenmetu 2s step-start infinite;
    animation-delay: 1s;
}

.loading_sticker {
    position: fixed;
    width: 264px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-69%);
}

.loading_sticker_img {
    animation: poyopoyo1 2.1s ease-out infinite;

}

@keyframes poyopoyo1 {

    0%,
    35%,
    45%,
    55% {
        transform: scale(1);
    }

    40%,
    50% {
        transform: scale(0.9);
    }
}

@media screen and (min-width:768px) {

    .loading_text {
        transform: translateY(183%);
        font-size: 2.75rem;
    }



    .loading_sticker {
        width:19.75rem;
        transform: translateX(-50%) translateY(-71%);
    }
}



.loading {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: var(--primary_turquoise);
    z-index: 500;
}

.loading::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/noise.webp);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    opacity: 0.77;
    mix-blend-mode: overlay;
    background-size: cover;
}

.loading.loaded {
    /*0.5秒かけてopacityを0にする*/
    opacity: 0;
    visibility: hidden;
}


@media screen and (min-width:768px) {
    .loading::after {
        background-image: url(../images/noise_pc.webp);
        opacity: 0.37;
    }
}

/*==========================
noise
==========================*/
.noise {
    will-change: left, top;
    background: url("../images/noise.webp");
    content: "";
    height: 300%;
    position: absolute;
    width: 300%;
    z-index: 0;
    opacity: 0.77;
    mix-blend-mode: overlay;

}

.background_color {
    background-color: var(--primary_turquoise);
    height: 300%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 300%;
    z-index: 0;
}

/*==========================
header
==========================*/
.header_button {
    transform: translate(0px, 0px);
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 201;
}

.header {
    position: relative;
    z-index: 100;
}

.header_logo {
    width: 9.8125rem;
    position: fixed;
    top: 1.125rem;
    left: 1.1875rem;
    z-index: 1000;
}

.btn_menu {
    width: 3.125rem;
    position: fixed;
    top: 1.125rem;
    right: 0.75rem;
    z-index: 1000;
}

@media screen and (min-width:768px) {
    .header_logo {
        width: 14.3125rem;
        top: 2.3125rem;
        left: 2.1875rem;
    }

    .btn_menu {
        width: 5.5rem;
        top: 1.9rem;
        right: 2.1875rem;
    }
}

/*==========================
nav
==========================*/
.nav {
    position: fixed;
    transform: translateY(100vh);
    z-index: 200;
    transition: all 0.4s;
}

.nav.active {
    animation: menu 0.4s steps(20);
    transform: translateY(0);
}

.nav_receipt {
    margin: 6.1rem auto;
    padding: 2.2rem 1.963125rem 4rem;
    background-image: url(../images/receript.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 92.9157333333%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 100;
    transition: transform 0.4s;
}

.nav_logo_receipt {
    margin: 1.740626rem auto 0.874375rem;
    width: 13.359375rem;
}

.nav_content_date {
    display: flex;
    justify-content: space-between;
    font-family: var(--din);
    font-size: 0.8478125rem;
    letter-spacing: -0.0085rem;
}

.nav_content_date.line {

    letter-spacing: 0.05rem;

}

.nav_content_menu {
    display: flex;
    justify-content: space-between;
    font-family: var(--din);
    font-size: 1.04275rem;
    font-weight: 700;
    line-height: 1.15rem;
    margin-right: 2.51rem
}

.nav_sns_icon {
    text-align: center;
}

.nav_content_menu_line {
    user-select: none;
    font-size: 2.5011875rem;
    letter-spacing: 0.022rem;
    font-weight: 250;
    line-height: 0.25rem;
    font-family: var(--din);
}

.nav__item_header_contents {
    font-family: var(--din);
    font-size: 1.45rem;
    display: flex;
    justify-content: space-between;
}

.nav__item_header_contents_link {
    width: 4.34375rem;
    border: 1px solid;
    font-size: 1.15rem;
    border-radius: 0.987875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__item_header_contents_title {
    transition: 0.2s;
}

.nav__item_header:hover .nav__item_header_contents_title {
    animation: tenmetu 0.65s step-start infinite;
}

@keyframes tenmetu {
    0% {
        opacity: 1;
    }

    15% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.nav__item_header:hover .nav__item_header_contents_link {
    background-color: black;
    color: white;
    transition: 0.3s;
}

.nav_content_menu_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.605px;
    margin: 0.8rem 0;
}

.nav_sns_icon {
    display: flex;
    gap: 1.258125rem;
    justify-content: center;
}

.sns_icon_item {
    margin: 1.4rem 0;
    transition: 0.2s;
}

.sns_icon_item:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.sns_icon_item img {
    height: 2.57275rem;
}

.sns_icon_item.threads {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.nav_barcode {
    width: 80%;
    margin: 0 auto;
}

.menu_button {
    position: relative;
}

.menu_circle {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    width: 3.425rem;
    height: 3.425rem;
    border-radius: 400px;
    top: 0.875rem;
    right: 1rem;
    padding: 1rem;
    background-color: black;
    transition: all .3s;
}

.menu_circle:hover {
    transform: scale(1.1, 1.1);
}

.menu_circle.active {
    background-color: white;
    animation: poyopoyomenu 0.65s ease;
}

@keyframes poyopoyomenu {
    0% {
        transform: scale(0.9, 0.9);
    }

    40% {
        transform: scale(1.2, 1.2);
    }

    60% {
        transform: scale(1, 1);
    }

    80% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


.hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    top: 1.79rem;
    right: 2.68rem;
    width: 1.375rem;
    height: 1.75rem;
    border-radius: 400px;
    transform: translateX(50%);
}

.line_menu {
    position: absolute;
    width: 1.375rem;
    height: 0.24rem;
    background-color: var(--primary_truewhite);
    border-radius: 300px;
}

#hamb.active .line_menu {
    background-color: #000;
}

.animation {
    transition: all .6s;
}

.line_menu:nth-child(1) {
    top: 0.3125rem;
    animation: line01 .35s forwards;

}

.line_menu:nth-child(2) {
    top: 1rem;
    animation: line02 .35s forwards;

}

#hamb.active .line_menu:nth-child(1) {
    animation: line01_2 .35s forwards;

}

#hamb.active .line_menu:nth-child(2) {
    animation: line02_2 .35s forwards;

}

@keyframes line01 {
    0% {
        transform: translateY(0.3625rem) rotate(45deg);
    }

    50% {
        transform: translateY(0.3625rem) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes line02 {
    0% {
        transform: translateY(-0.3625rem) rotate(-45deg);
    }

    50% {
        transform: translateY(-0.3625rem) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes line01_2 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(0.3625rem) rotate(0);
    }

    100% {
        transform: translateY(0.3625rem) rotate(45deg);
    }
}

@keyframes line02_2 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-0.3625rem) rotate(0);
    }

    100% {
        transform: translateY(-0.3625rem) rotate(-45deg);
    }
}


/* nav pc */
@media screen and (min-width:768px) {
    .nav {
        z-index: 1001;
    }

    .nav_receipt {
        width: 22rem;
        filter: drop-shadow(6.27px 36.055px 18.811px rgba(7, 38, 55, 0.38));
        margin: auto;
        position: absolute;
        left: 58rem;
        top: 7rem;
    }

    .nav_content_menu_line {
        font-size: 2.5011875rem;
        letter-spacing: 0.0298rem;
    }

    .menu_circle {
        width: 5.5rem;
        height: 5.5rem;
        top: 1rem;
    }


    .hamb {
        top: 2.9rem;
        right: 3.75rem;
        width: 1.75rem;
    }

    .line_menu {
        width: 1.75rem;
        height: 0.3125rem;
        background-color: var(--primary_truewhite);
    }

    .line_menu:nth-child(1) {
        top: 0.23rem;
    }

    .line_menu:nth-child(2) {
        top: 1.201rem;
    }

    @keyframes line01 {
        0% {
            transform: translateY(0.8375rem) rotate(45deg);
        }

        50% {
            transform: translateY(0.8375rem) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @keyframes line02 {
        0% {
            transform: translateY(-0.8375rem) rotate(-45deg);
        }

        50% {
            transform: translateY(-0.8375rem) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @keyframes line01_2 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(0.495rem) rotate(0);
        }

        100% {
            transform: translateY(0.495rem) rotate(45deg);
        }
    }

    @keyframes line02_2 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-0.495rem) rotate(0);
        }

        100% {
            transform: translateY(-0.495rem) rotate(-45deg);
        }
    }


}

/*==========================
footer
==========================*/

.footer {
    background-color: var(--primary_black);
    padding: 4.625rem 0;
    z-index: 5;
    position: relative;
}

.footer_logo {
    width: 14rem;
    margin: 0 auto;
}

.footer_menu {
    margin-top: 1.4rem;
    display: flex;
    flex-flow: column;
    gap: 0.75rem;
}

.nav_item_footer {
    font-family: "Effra";
    color: var(--primary_truewhite);
    font-weight: 900;
    font-size: 1.730625rem;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.15575rem;
}

.footer_sns_icon_sp {
    margin-top: 3.288125rem;
    display: flex;
    gap: 1.375rem;
    justify-content: center;
}

.footer_sns_icon_pc {
    display: none;
}

.footer_sns_icon_item {
    width: 2.8105625rem;

}


.footer_sns_icon_item img {
    height: 2.7rem;

}

.barcode {
    width: 15.8125rem;
    margin-top: 2.9375rem;
    margin: 2.9375rem auto 0;
}
.hidden_page{
    z-index: 10005;
}
.glay_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity:0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 10005;
}
.glay_bg.active{
    opacity:0.7;
    visibility: visible;
    transition: all 0.4s;
}
.hidden_illust {
    position: fixed;
    z-index: 200;
    transition: all 0.4s;
    width: 20rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100vh);
    opacity: 1;
    z-index: 10006;
}
.hidden_illust_cross {
    position: fixed;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
}
.hidden_illust.active {
    animation: menu 0.4s steps(20);
    transform: translate(-50%, -50%);
}
.prohibitions {
    color: var(--primary_truewhite);
    font-family: "Noto Sans JP", sans-serif;
    width: 15.8125rem;
    margin: 2.5rem auto 0;
    font-size: 0.8rem;
    line-height: 1.4rem;
    letter-spacing: 0.02rem;
}

/* footer_pc */
@media screen and (min-width:768px) {
    .footer {
        padding: 4.625rem 0 1.3rem;
    }
    .footer__group {
        display: flex;
        height: 7.5625rem;
    }

    .footer_logo {
        width: 14rem;
        margin: 0;
    }

    .footer_menu {
        font-size: 1.71875rem;
        margin-top: 0;
        margin-left: 2.375rem;
        margin-right: 4.9375rem;
        align-items: flex-end;
        flex-flow: nowrap;
        gap: 1.9375rem;
    }

    .footer__group {
        margin: 0 6rem;
        position: relative;
    }

    .footer_sns_icon_pc {
        margin-top: 0;
        display: flex;
        justify-content: left;
        margin-top: 0.7rem;
    }

    .footer_sns_icon_pc a {
        margin-right: 1.1rem;
    }

    .footer_sns_icon_pc img {
        height: 2.8125rem;
    }

    .footer_sns_icon_sp {
        display: none;
    }

    .nav_item_footer {
        font-size: 1.730625rem;
        letter-spacing: 0.15575rem;
    }

    .barcode {
        position: absolute;
        width: 15.8125rem;
        margin: 0;
        right: 0;
        bottom: 0rem;
    }
    .hidden_illust {
        width: 33rem;
    }
    .prohibitions {
        margin: 3.9rem 6rem 0;
        width: auto;
    }
}