@charset "UTF-8";

/* 共通項目------------------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    color: #fafdff;
    background-color: #fafdff;
    font-size: 100%;
    font-family: "Kiwi Maru", serif;
}


.visually-hidden {
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
}

img {
    max-width: 100%;
}


#info-nav,
#step-list,
#area-nav,
#campaign-info,
#history,
#form {
    width: 85%;
    margin: 80px auto;
    text-align: center;
}

#shop-list {
    width: 90%;
    margin: auto;
}

/* pc版背景の表示 */
#pc-mv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100lvh;
}
#pc-mv div,
.pc-overlay {
    display: none;
}

.pc-overlay ul li a {
    color: #1b1464;
    font-size: 20px;
}

.menu-list li:last-child a {
    text-indent: -0.7rem;
    padding-left: 0.7rem;
}

.pc-overlay ul li a:hover {
    color: #E85E33;
    transition: .4s;
}


/* hamburger-menu---------------------------------- */

.button_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    border-radius: 50%;
    background-color: #fafdff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.221);
}

.button_container:hover {
    opacity: 0.7;
}



.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #1b1464;
}

.button_container.active .middle {
    background: #008C3E;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #BA3632;
}

.button_container span {
    background: #1b1464;
    border: none;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container .top {
    background-color: #1b1464;
}

.button_container .middle {
    background-color: #008C3E;
}

.button_container .bottom {
    background-color: #BA3632;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background-color: #fafdff;
    background-image: url(../img/bgi/bgi-sp-back.webp);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 98;
}

.overlay.open {
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.overlay ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #1b1464;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover {
    color: #E85E33;
    transition: .4s;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

#main-menu-group,
#pc-overlay nav  {
    background-color: #fafdffdd;
    padding: 1rem;
    width: 87%;
    margin: auto;
    z-index: 90;
}

.main-menu-box {
    border-bottom: 1px dotted #1b1464;
    padding-top: 20px;
}

.main-menu-box:nth-child(3) {
    border-bottom: none;
}

.main-menu-item {
    font-size: 24px;
    font-weight: bold;
}

.menu-item {
    font-size: 20px;
}

.menu-list {
    text-align: left;
    padding-left: 40px;
}

.main-sns-box {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.main-sns-box img {
    width: 50px;
}

.top-nav-list-small {
    text-align: center;

}

body.is-active {
    height: 100%;
    overflow: hidden;
}



/* fooetr------------------------------------------- */

#main-footer {
    background-color: #1b1464;
}

#shop-footer {
    background-color: #1b1464;
}

.footer-menu {
    margin-top: -20px;
}

.footer-menu a:hover {
    opacity: .7;
    transition: .4s;
}


.footer-menu-box {
    width: 270px;
    margin: 0 auto 1rem;
}

.footer-item-box {
    display: flex;
    justify-content: space-between;
}


.footer-menu-item {
    font-size: 16px;
    font-weight: bold;
}

.footer-menu-item a {
    color: #fafdff;
}

.footer-item {
    font-size: 13px;
    min-height: 30px;
}

.footer-item a {
    color: #fafdff;
}

.footer-list {
    text-align: left;
    padding-top: 10px;
    width: 60%;
}

.footer-sns-box {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.footer-sns-box img {
    width: 40px;
}

.footer-nav-list-small {
    text-align: center;
    color: #fafdff;
    padding-bottom: 2rem;

}


/* all-shop-listページ-------------------------------------------- */
.shop-nav-wrapper {
    position: relative;
}

.container {
    margin-top: 40px;
}

#shop-list-img {
    width: 100%;
}

#shop-list-img img {
    display: block;
}


.ttl-icon {
    width: 35px;
    margin-right: 10px;
}

#shop-top-ttl {
    width: 70%;
    display: flex;
    justify-content: center;
    background-color: #040B2B;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    padding: 10px 0;
}

#shop-top-ttl h2 {
    color: #FFFF00;
}


#shop-top-nav {
    background-color: #040B2B;
    padding: 1rem;
}

#shop-top-nav.top-fixed { /* navをスクロールで画面TOPに固定する */
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70;
}

.shop-top-img {
    padding-top: 100px;
}

.shop-top-nav-list a {
    background: #1b1464;
    color: #fafdff;
    padding: 3px 6px;
    border-radius: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
}

.shop-top-nav-list a.click-change{
    background: #fafdff;
    color: #1b1464;
    flex-direction: row;
}

.shop-top-nav-box {
    display: flex;
    gap: .8rem;
    max-width: 350px;
    margin: auto;
}

@media screen and (min-width: 500px) {
    .shop-top-nav-box {
        justify-content: space-between;
    }
}

@media screen and (min-width: 600px) {
    #shop-top-nav.top-fixed {
        width: 600px;
        left: 50%;
        translate: -50%;
    }
}

@media screen and (min-width: 1366px) {
    #shop-top-nav.top-fixed {
        left: calc(80% - 600px);
        translate: 0;
    }
}

.shop-top-nav-box:nth-child(2) {
    margin-top: 1rem;
}

.shop-list-wrapper {
    max-width: 600px;
    background-image: url(../img/bgi/night-bgi.webp);
    background-color: #140E48;
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 17px;
}

.shop-list-wrapper .footer-top-img {
    display: block;
}

.shop-top-nav-list img {
    width: 20px;
    vertical-align: bottom;
}

.shop-icon {
    width: 40px;
    margin: -10px 0 -30px 20px;

}

.shop-box {
    background-color: #040B2B;
    border: solid 4px #1CD6CE;
    border-radius: 30px;
    padding-top: 25px;
    text-align: center;
}

.shop-box p {
    margin-bottom: 16px;
}

.shop-box h3,
p {
    color: #FFFF00;
}

.shop-box h3 {
    font-size: 24px;
}

.shop-box a {
    color: #FFFF00;
    font-size: 20px;
    position: relative;
}

.shop-img:hover {
    opacity: .8;
    transition: all .4s;
}

.shop-img {
    width: 90%;
    border-radius: 30px 30px 0 0;
}


.shop-more {
    padding: 1rem;
}


.shop-icon-btn {
    width: 30px;
    position: absolute;
    left: calc(100% + 10px);
}

.popup_open:hover {
    opacity: .8;

    transition: all .4s;
}

/* popup */
.popup_wrapper {
    position: fixed;
    width: 100%;
    z-index: 70;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(250, 253, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

.popup_wrapper.show {
    opacity: 1;
    visibility: inherit;
}

.popup_content {
    width: 90%;
    max-width: 600px;
    background-color: #040B2B;
    border: 10px solid #1CD6CE;
    border-radius: 30px;
    padding: 20px;
    margin: 150px auto 50px;
    position: relative;
}


.popup_content img {
    width: 30px;
    vertical-align: bottom;
}

.shop-time {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mina .shop-time,
.aeon .shop-time {
    justify-content: center;
    gap: 10px;
}

.small-text {
    font-size: 1rem;
}

.shop-time-box p {
    font-size: 16px;
    color: #fafdff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}

.circle-text-small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1b1464;
    text-align: center;
    color: #fafdff;
}

.popup-item-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #1CD6CE;
}

.popup-shop-img{
    text-align: center;
}

.popup-shop-img img {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
}

.popup-item-box figcaption {
    font-size: 14px;
}

.popup-info {
    padding: 20px 0;
}

.popup-info p {
    color: #fafdff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.tel {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.tel:hover {
    opacity: .8;
    transition: .8s;

}

.tel a {
    color: #fafdff;
}

address {
    font-style: normal;
    color: #fafdff;
}

.address a{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.shop-sns-box {
    display: flex;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.shop-sns-box img {
    width: 40px;
}

.shop-sns-box img:hover {
    opacity: .8;
    transition: .4s;
}

.close-btn {
    position: absolute;
    bottom: 97%;
    right: -20px;
}

.close-btn:hover {
    opacity: 0.8;
    transition: .8s;
}

.close-btn img {
    width: 40px;
}

/* PCレスポンシブ ----------------------------- */
@media screen and (min-width: 600px) {
    .pc-mv-bgi {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #sp-mv {
        max-width: 600px;
        margin: auto;
        overflow-x: hidden;
    }

    .area-nav-wrapper {
        background-position: 0 -200px;
        padding: 200px 0 0 0;
    }
    
}
@media screen and (min-width: 1366px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    #pc-mv div {
        display: block;
        width: calc(80% - 600px);
        position: absolute;
        top: 50%;
        translate: -0 -50%;
        text-align: center;
    }

    .pc-mv-logo{
        width: 80%;
        max-width: 850px;
    }

    .pc-overlay {
        display: block;
        position: fixed;
        right: 0;
        top: 50%;
        translate: 0 -50%;
    }

    #sp-mv {
        margin-left: auto;
        margin-right: 20%;
    }

}

@media screen and (min-width: 1500px) {
    .pc-overlay {
        right: calc((20% - 300px) / 2);
    }
}