@charset "UTF-8";

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

html {
    scroll-behavior: smooth;
}

body {
    color: #1b1464;
    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%;
}


#sp-mv {
    background-color: #fcfeff;
    position: relative;
    z-index: 0;
}

#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: .5s;
}


/* 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 {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

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

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

.overlay.open li:nth-of-type(4) {
    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: .5s;
}

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


@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: 24px;
}

.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;
}




/* header------------------------------------------- */
#top-header {
    position: relative;
}


#top-img {
    background-image: url(../img/top-img/top-img.webp);
    width: 100%;
    height: 100vh;
    min-height: 610px;
    background-size: cover;
    background-position: bottom;
    margin: auto;
    position: relative;
}

#top-img img {
    width: 90%;
    max-width: 510px;
    display: block;
    margin: auto;
    padding-top: 10px;
}

#top-nav {
    width: 240px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    translate: -50%;
}

.top-nav-list {
    background-color: #1b1464;
    padding: 8px 0;
    border-radius: 50px;
    margin: 1.25rem 0;
    position: relative;
}

.top-nav-list .icon-next-svg {
    position: absolute;
    right: 12px;
    top: 50%;
    translate: 0 -50%;
}

.top-nav-list .icon-next-path {
    fill: #fafdff;
}

.top-nav-list a {
    display: block;
    font-size: 20px;
    color: #fafdff;
    font-weight: bold;
}

.top-nav-list:hover {
    background-color: #E85E33;
    transition: .5s;
}


/* info-nav ---------------------------------*/

#info-nav {
    font-size: 20px;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    background-size: auto auto;
    background-color: rgba(255, 224, 141, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(241, 142, 78, 1) 7px, rgba(241, 142, 78, 1) 17px);
    padding: 15px;
    border-radius: 20px;
    position: relative;

}

#info-nav-img,
#info-cracker-img {
    max-width: 180px;
    position: absolute;
    top: -4.5vw;
}

@media screen and (min-width: 600px) {
    #info-nav-img,
    #info-cracker-img {
        top: -27px;
    }
}

#info-nav-img {
    left: -20px;
    translate: 0 -30%;
    width: 40%;
}

#info-cracker-img {
    right: -30px;
    translate: 0 -25%;
    width: 45%;
}



.info-nav-container {
    background-color: #fafdff;
    border-radius: 10px;
}

.info-nav-box {
    padding: 30px 16px;
}

.text-stroke {
    color: #ffcb40;
    font-size: 40px;
    text-shadow: rgb(27, 20, 100) 4px 0px 0px, rgb(27, 20, 100) 3.87565px 0.989616px 0px, rgb(27, 20, 100) 3.51033px 1.9177px 0px, rgb(27, 20, 100) 2.92676px 2.72656px 0px, rgb(27, 20, 100) 2.16121px 3.36588px 0px, rgb(27, 20, 100) 1.26129px 3.79594px 0px, rgb(27, 20, 100) 0.282949px 3.98998px 0px, rgb(27, 20, 100) -0.712984px 3.93594px 0px, rgb(27, 20, 100) -1.66459px 3.63719px 0px, rgb(27, 20, 100) -2.51269px 3.11229px 0px, rgb(27, 20, 100) -3.20457px 2.39389px 0px, rgb(27, 20, 100) -3.69721px 1.52664px 0px, rgb(27, 20, 100) -3.95997px 0.56448px 0px, rgb(27, 20, 100) -3.97652px -0.432781px 0px, rgb(27, 20, 100) -3.74583px -1.40313px 0px, rgb(27, 20, 100) -3.28224px -2.28625px 0px, rgb(27, 20, 100) -2.61457px -3.02721px 0px, rgb(27, 20, 100) -1.78435px -3.57996px 0px, rgb(27, 20, 100) -0.843183px -3.91012px 0px, rgb(27, 20, 100) 0.150409px -3.99717px 0px, rgb(27, 20, 100) 1.13465px -3.8357px 0px, rgb(27, 20, 100) 2.04834px -3.43574px 0px, rgb(27, 20, 100) 2.83468px -2.82216px 0px, rgb(27, 20, 100) 3.44477px -2.03312px 0px, rgb(27, 20, 100) 3.84068px -1.11766px 0px, rgb(27, 20, 100) 3.9978px -0.132717px 0px;
}


.info-nav-box p {
    color: #1b1464;

}


.info-nav-time-ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: #fafdff;
    background-color: #E85E33;
    width: calc(100% + 30px);
    translate: -15px;
}

.info-nav-time-box {
    padding: 24px;
}

.time {
    margin-top: 20px;
    font-size: 1rem;
}

.big-text {
    font-size: 36px;
}

.circle-text {
    display: inline-block;
    color: #fcfeff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1b1464;
    text-align: center;
}



.icon-time {
    width: 20px;
    margin-right: 4px;
    vertical-align: bottom;
}

.info-nav-place {
    width: 90%;
    margin: auto;
    border-top: 1px solid #1b1464;
    padding: 14px 0px 24px;
}

.nav-place-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.info-nav-place img {
    width: 20px;
    margin-right: 8px;
}

.info-nav-place p {
    font-size: 1rem;
    color: #1b1464;
    font-weight: bold;
}



/* step-list------------------------------------ */

#step-list {
    margin-bottom: 0;
}


.ribbon {
    font-weight: bold;
    color: #fafdff;
}



.ribbon {
    padding: 0 calc(1.8em + 0.5em) 0.8em;
    line-height: 1.8;
    background:
      conic-gradient(at left 1.8em bottom 0.8em,
        #0000 25%, #0008 0 37.5%, rgba(0, 0, 0, 0.102) 0) 0 / 50% 100% no-repeat,
      conic-gradient(at right 1.8em bottom 0.8em,
        rgba(0, 0, 0, 0.102) 62.5%, #0008 0 75%, #0000 0) 100% / 50% 100% no-repeat;
    clip-path: polygon(
      0 0.8em,
      1.8em 0.8em,
      1.8em 0,
      calc(100% - 1.8em) 0,
      calc(100% - 1.8em) 0.8em,
      100% 0.8em,
      calc(100% - 0.8em) calc(50% + 0.4em),
      100% 100%,
      calc(100% - 2.6em) 100%,
      calc(100% - 2.6em) calc(100% - 0.8em),
      calc(1.8em + 0.8em) calc(100% - 0.8em),
      calc(1.8em + 0.8em) 100%,
      0 100%,
      0.8em calc(50% + 0.4em)
    );
    background-color: #0C45AF;    
}


.step-list-container {
    background-color: #fafdff;
    border: 3px solid #1b1464;
    border-radius: 30px;
    margin: 40px 0 0;
    position: relative;
}

.step-list-container:nth-child(3) {
    border: 3px solid #008C3E;
    position: relative;
    margin-top: 100px;
}

.step-list-container:nth-child(3)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 390px;
    background-color: #DBF3FF;
    position: absolute;
    top: -100px;
    left: 50%;
    translate: -50%;
    z-index: -1;
}

.step-list-container:nth-child(3)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 76px solid #fafdff;
    border-bottom: 0;
    position: absolute;
    top: -100px;
    left: 50%;
    translate: -50%;
    z-index: -1;
}

.step-list-container:nth-child(4)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 410px;
    background-color: #C3ECFF;
    position: absolute;
    top: -100px;
    left: 50%;
    translate: -50%;
    z-index: -1;
}

.step-list-container:nth-child(4)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 76px solid #DBF3FF;
    border-bottom: 0;
    position: absolute;
    top: -100px;
    left: 50%;
    translate: -50%;
    z-index: -1;
}

.step-list-container:nth-child(4) {
    border: 3px solid #BA3632;
    margin-top: 100px;
}

.step-list-container img {
    width: 250px;
    height: 105px;
    object-fit: contain;
}


.step-list-box {
    padding: 25px 10px;
}

.step-list-container:last-child img {
    height: 82px;
}

.step-list-box p {
    color: #1b1464;
}


.step-area-ttl {
    background-color: #1b1464;
}

.step-shop-ttl {
    background-color: #008C3E;
}

.step-buy-ttl {
    background-color: #BA3632;
}

.step-ttl {
    width: 200px;
    padding: 5px 0;
    font-size: 20px;
    color: #fafdff;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: 50%;
    translate: -50%;
}



.step-area-text {
    margin-bottom: 1rem;
}

.step-area-text p {
    font-size: 24px;
    line-height: 3rem;
}

.large-text {
    font-size: 32px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
    font-size: 1.25rem;
}




/* area-nav--------------------------------------- */
#area-nav {
    margin-top: 0;
}

.area-nav-wrapper {
    background-image: url(../img/asset/cloud-back-sky.webp);
    background-position: 0 -30vw;
    background-size: contain;
    padding: 30vw 0 0 0;
}

.period {
    background-color: #fafdff;
    border-top: 3px solid #1b1464;
    border-bottom: 3px solid #1b1464;
    margin: 0 0 40px;
    padding: 40px 0;
    position: relative;
}

#area-nav .text-stroke {
    padding: 0 10px;
}

.medium-text {
    font-size: 24px;
}

.period-ttl {
    background-color: #1B1464;
    width: 150px;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 50px;
    position: absolute;
    bottom: 87%;
    left: 50%;
    translate: -50%;

}

.period-box img {
    padding: 0 5px;
}

.period-ttl h3 {
    color: #fafdff;
}

.areattl {
    text-shadow: 2px 2px 2px #ffcb40;
}

#area-nav h3:nth-child(2)::before,
#area-nav h3:nth-child(2)::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #1b1464;
}

#area-nav h3:nth-child(2)::before {
    rotate: 45deg;
    translate: -10px -10px;
}

#area-nav h3:nth-child(2)::after {
    rotate: -45deg;
    translate: 10px -10px;
}

.area-nav-item:not(:last-child) a {
    width: 280px;
    height: 55px;
    padding: 0 20px;
    border-radius: 30px;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.area-nav-item:hover {
    cursor: pointer;
    opacity: .8;
    transition: .5s;
}

.area-nav-item a {
    color: #fafdff;
    font-size: 24px;
    line-height: 1;
}

.area-nav-item a .area-nav-a-small {
    font-size: 16px;
}

.area-nav-a-small::before {
    display: block;
    content: "";
    white-space: pre;
}

.area-nav-item img {
    width: 30px;
}

.area-nav-item:last-child a {
    color: #1B1464;
    border-bottom: 1px solid #1b1464;
}

.area-nav-item:last-child a::after {
    content: url(../img/asset/next.svg);
    display: inline-block;
    padding-left: 10px;
}

.area-nav-item .icon-next-path {
    fill: #fafdff;
}

.area-nav-item:first-child a {
    background-color: #1b1464;
}

.area-nav-item:nth-child(2) a {
    background-color: #008C3E;
}

.area-nav-item:nth-child(3) a {
    background-color: #BA3632;
}







/* campaign-info--------------------------------------- */

.campaign-info-wrapper {
    position: relative;
    margin-top: 30%;
}

.campaign-info-wrapper::before {
    background-image: url(../img/asset/cloud-back.webp);
    background-size: cover;
    content: "";
    display: inline-block;
    width: 100%;
    aspect-ratio: 1200/341;
    position: absolute;
    bottom: 100%;
    left: 0;
}

#campaign-info {
    background-color: #FCFEFF;
    border-radius: 30px;
    padding: 0 8px 40px;
}

.campaign-info-ttl {
    font-size: 20px;
    font-weight: 600;
    background-color: #C3ECFF;
    border-radius: 50px;
    width: 155px;
    margin: 50px auto 20px;
}

.campaign-info-text time span {
    font-size: .75rem;
    position: relative;
    z-index: 1;
    color: #FCFEFF;
    /* display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #BA3632;
    border-radius: 50%; */
}

.campaign-info-text time span::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #1B1464;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -55% -38%;
    z-index: -1;
}

.campaign-info-text time span:nth-child(2)::after {
    background-color: #BA3632;
    left: 50%;
    top: 50%;
    translate: -50% -40%;
}

.campaign-info-text.oyafukou {
    margin-top: 40px;
}

.campaign-info-text.mina {
    margin: 30px auto;
}












/* history------------------------------------------- */

#history {
    background-color: #FCFEFF;
    padding: 0 20px 40px;
    border-radius: 30px;
}

#history img {
    width: 230px;
    margin: 40px 0 20px;
}


#history p {
    color: #1b1464;
    line-height: 2rem;

}

.history-info {
    margin-top: 2rem;
}

.history-info a {
    font-size: 20px;
    color: #1b1464;
    font-weight: bold;
    border-bottom: 1px solid #1b1464;
}

.history-info a::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/asset/open_in_new.svg);
    background-size: contain;
    padding: 0 0 0 0.2rem;
    margin-bottom: .75rem;
}




/* form--------------------------------------------- */

#form a {
    width: 270px;
    background-color: #E85E33;
    padding: 10px 5px;
    border-radius: 50px;
    font-size: 20px;
    color: #fafdff;
    font-weight: bold;
    position: relative;
}

#form a:hover{
    transition: .5s;
    background-color: #1b1464;
}

.bgc-wrapper {
    background-image: linear-gradient(180deg, rgba(255, 236, 202, 1) 3%, rgba(255, 217, 150, 1) 46%, rgba(27, 20, 100, 1) 91%);
}

#form .icon-next-svg {
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
}

#form .icon-next-path {
    fill: #fafdff;
}

.footer-aseet{
    width: 25%;
    margin: 0 auto;
    position: relative;
}

.footer-aseet-star {
    width: 25%;
    position: absolute;
}

.footer-aseet-star:nth-last-of-type(1){
    /* top: -240px;
    left: -195px; */
    top: -148%;
    left: -130%;
}
.footer-aseet-star:nth-last-of-type(2){
    /* top: -155px;
    right: -170px; */
    top: -96%;
    right: -114%;
    width: 8%;
}
.footer-aseet-star:nth-last-of-type(3){
    /* bottom: 270px;
    left: -75px; */
    bottom: 166%;
    left: -50%;
}
.footer-aseet-star:nth-last-of-type(4){
    /* bottom: 155px;
    right: -100px; */
    bottom: 95%;
    right: -67%;
}
.footer-aseet-star:nth-last-of-type(5){
    /* top: -285px;
    left: -210px; */
    top: -170%;
    left: -140%;
    width: 10%;
}


/* footer------------------------------------------- */

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

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

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

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


.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: #fafdffd5;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    padding: 10px 0;
}

#shop-top-nav {
    background-color: #d1f0fff5;
    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: #fafdff;
    padding: 3px 6px;
    border-radius: 16px;
    color: #1b1464;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
}

.shop-top-nav-list a.click-change{
    background: #1b1464;
    color: #fafdff;
    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/bgi-sp-back.webp);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}

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

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

}

.shop-box {
    background-color: #1b1464;
    border-radius: 30px;
    padding-top: 25px;
    text-align: center;
}

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

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

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

.shop-box a {
    color: #fafdff;
    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: #fafdff;
    border: 15px solid #1b1464;
    border-radius: 30px;
    padding: 20px;
    margin: 150px auto 50px;
    position: relative;
}

.mina .popup_content {
    border: 15px solid #008C3E;
    color: #008C3E;
}

.aeon .popup_content {
    border: 15px solid #BA3632;
    color: #BA3632;
}


.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: #1b1464;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}

.shop-sns-box a {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #008C3E;
}

.mina .shop-time-box p {
    color: #008C3E;
}

.aeon .shop-time-box p {
    color: #BA3632;
}

.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;
}

.mina .circle-text-small {
    background: #008C3E;
}

.aeon .circle-text-small {
    background-color: #BA3632;
}

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

.mina .popup-item-box {
    border-bottom: 1px solid #008C3E;
}

.aeon .popup-item-box {
    border-bottom: 1px solid #BA3632;
}

.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: #1b1464;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.mina .popup-info p {
    color: #008C3E;
}

.aeon .popup-info p {
    color: #BA3632;
}

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

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

}

.tel a {
    color: #1b1464;
}

.mina .tel a {
    color: #008C3E;
}

.aeon .tel a {
    color: #BA3632;
}


address {
    font-style: normal;
    color: #1b1464;
}

.mina address {
    color: #008C3E;
}

.aeon address {
    color: #BA3632;
}




.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: .5s;
}

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

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

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

/* minaエリア---------------------------------------- */

.mina-shop-box {
    background-color: #008C3E;
    border-radius: 30px;
    text-align: center;
    padding: 40px 24px;
}


.mina-shop-box p {
    color: #fafdff;
    padding: 20px 0 30px;
}

.mina-shop-box h3 {
    font-size: 24px;
    color: #fafdff;

}

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

.mina-shop-more {
    width: 80%;
    margin: auto;
    padding: 30px;
    border-top: 2px solid #fafdff;

}


/* aeonエリア-------------------------------------------- */

.aeon-shop-box {
    background-color: #BA3632;
    border-radius: 30px;
    text-align: center;
    padding: 40px;
}


.aeon-shop-box p {
    color: #fafdff;
    padding: 20px 0 30px;
}

.aeon-shop-box h3 {
    font-size: 24px;
    color: #fafdff;

}

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

.aeon-shop-more {
    width: 80%;
    margin: auto;
    padding: 30px;
    border-top: 2px solid #fafdff;

}



/* questionページ-------------------------------------------- */
#contact-ttl {
    text-align: center;
    background-image: linear-gradient(180deg, rgba(110, 201, 255, 1), rgba(252, 254, 255, 1) 100%, rgba(195, 236, 255, 1) 53%);
}

#contact-ttl img {
    width: 80%;
    margin: 40px auto;
}

#question,
#contact {
    max-width: 500px;
    width: 90%;
    margin: auto;
}

#question h2,
#contact h2 {
    color: #fafdff;
    background-color: #1B1464;
    text-align: center;
    font-size: 18px;
    width: 150px;
    padding: 0.5rem;
    border-radius: 30px;
    margin: 2rem auto;
}

.question-box {
    background-color: #DBF3FF;
    border: 3px solid #1B1464;
    border-radius: 15px;
    margin: 3.5rem auto;
    position: relative;
}

.q {
    position: relative;
}

.question-box .question-q {
    width: 250px;
    margin: 0 auto;
    color: #1b1464;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px;

}

.answer {
    background-color: #fafdff;
    border-radius: 0px 0 15px 15px;
    border-top: 1px solid #D4D4D4;
    position: relative;
    visibility: hidden;
    box-sizing: content-box;
    opacity: 0;
    max-height: 0;
    transition: all .4s;
}

.answer.show {
    padding: 10px 0;
    visibility: inherit;
    opacity: 1;
    max-height: 200px;
}

.question-box .question-a {
    width: 250px;
    margin: 0 auto;
    color: #5B5974;
    font-size: 1rem;
    font-weight: bold
}

.q-icon,
.a-icon {
    color: #fafdff;
}

.q-icon {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #1B1464;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: -20px;
    left: 10px;
    padding-bottom: 7px;
}

.a-icon {
    font-size: 1rem;
    font-weight: bold;
    background-color: #E85E33;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 5px;
}

.question-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.question-btn:hover {
    opacity: .8;
    transition: .5s;
}

.question-btn div {
    background-color: #F2F3F7;
    border: 1px solid #83828E;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
}

.question-btn span:first-child {
    display: inline-block;
    width: 13px;
    height: 2px;
    background-color: #83828E;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.question-btn span:last-child {
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #83828E;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: all .4s;
}

.question-btn span:last-child.show {
    opacity: 0;
}



/* contactページ-------------------- */

.contact-wrapper {
    max-width: 500px;
    width: 90%;
    margin: 100px auto 0;
    background-color: #C3ECFF;
    border: 3px solid #1b1464;
    border-radius: 15px;
    text-align: center;
    color: #1b1464;
}

.contact-nav-box {
    background-color: #fafdff;
    padding: 10px;
    border-radius: 10px;
    border: 1px dotted #a0b6c0;
    margin-bottom: 40px;
}

#contact p {
    color: #1b1464;
}

.contact-box {
    background-color: #fafdff;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
}

.b-area {
    border: 5px solid #1b1464;
}

.g-area {
    border: 5px solid #008C3E;
    margin-top: 40px;
}

.r-area {
    border: 5px solid #BA3632;
    margin: 40px 0;
}

.contact-wrapper img {
    width: 15px;
}

.contact-tel {
    margin-bottom: 1.5rem;
}

.contact-tel:hover {
    cursor: pointer;
    opacity: .8;
    transition: all .4s;
}

.contact-tel a {
    color: #1b1464;
    font-weight: bold;
}


/* 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);
    }
}