@charset "UTF-8";

/* ==================================== */
/*              全体共通                 */
/* ==================================== */
html {
    font-size: 10px;
    scroll-behavior: smooth;
    /* scroll-padding-top: 50px; */
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

*:focus {
    outline: none;
}

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

main {
    background-color: #FFF;
}

main>div {
    position: relative;
}

main a {
    display: block;
    transition: opacity 0.4s;
}

main a:hover {
    opacity: 0.6;
}

.nav {
    display: none;
}

@media only screen and (min-width:1024px) {
    body {
        background-image: url(../images/bg_pc.jpg);
        background-size: cover;
        background-attachment: fixed;
    }

    .wrap {
        width: 32%;
        max-width: 444px;
        margin: auto;
        overflow: hidden;
    }

    .nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 50px;
        width: 25%;
        height: 16.6vw;
        margin: auto;
    }

    .nav ul {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .nav ul li {
        position: relative;
        width: 100%;
    }

    .nav ul li a {
        display: block;
    }

    .nav ul li:first-of-type img {
        width: 23%;
    }

    .nav ul li:nth-of-type(2) img {
        width: 55.6%;
    }

    .nav ul li:nth-of-type(3) img {
        width: 76%;
    }

    .nav ul li:last-of-type img {
        width: 59%;
    }
}


/* ==================================== */
/*              　　FV　                 */
/* ==================================== */

#fv h1,
#content01 h2 {
    display: none;
}

#fv .coupon {
    position: absolute;
    top: 51%;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}

#content03 .btn {
    position: absolute;
    top: 79%;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto 0 19%;
}

#content04 .btn {
    position: absolute;
    top: 74.5%;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto 0 15%;
}

#content05>div {
    width: 90%;
    margin: auto;
}

#content05 .js-accordion {
    position: relative;
}

#content05 .js-accordion::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 7%;
    background-image: url(../images/arrow_acc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7%;
    height: 30%;
    transform: rotate(180deg);
    transition: transform 0.4s;
}

#content05 .js-accordion.open::after {
    content: "";
    position: absolute;
    top: 56%;
    right: 5%;
    background-image: url(../images/arrow_acc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7%;
    height: 30%;
    transform: rotate(0deg);
    transition: transform 0.4s;
}

#content05 .accordion_inner {
display: none;
}

#content07 .btn {
    position: absolute;
    bottom:2%;
    right: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
}



#content08 .coupon {
    position: absolute;
    top: 55%;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}

#content08 .store {
    position: absolute;
    top: 82.5%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}

/* ==================================== */
/*                swiper                */
/* ==================================== */

.swiper_01 {
    position: absolute;
    top: 12%;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.swiper01 {
    position: relative;
    margin: auto;
}

.swiper01 .swiper-slide {
    position: relative;
}

.swiper01::after {
    content: "";
    display: block;
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/recommend.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 7%;
    z-index: 10;
}

.swiper01 .swiper-slide img {

}

.swiper01 .swiper-button-prev {
    left: 0;
    background-image: url("../images/arrow_left.png");
}

.swiper01 .swiper-button-next {
    right: 0;
    background-image: url("../images/arrow_right.png");
}

.swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
    color: transparent;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 10%;
    height: 10%;
    top: 12%;
}



@media only screen and (min-width:1024px) {

}



/* ==================================== */
/*                 tab                  */
/* ==================================== */

/* ==================================== */
/*              link_list               */
/* ==================================== */


#link_list .store_search {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    width: 53%;
    margin: 0 auto;
}

@media only screen and (max-width:1023px) {

    #link_list .store_search {
        top: 84%;
        width: 90%;
        margin: 0 auto 14%;
    }
}


/* ==================================== */
/*                footer                */
/* ==================================== */
.l-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding: 10px 30px
}

.l-footer ul {
    display: flex;
    gap: 10px
}

.l-footer ul li a {
    display: block;
    font-size: 1.4rem;
    color: #fff
}

.l-footer ul li a:before {
    content: "＞"
}

.l-footer p {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .1em
}

.l-footer {
    flex-direction: column;
    padding: 30px 0;
}

@media screen and (max-width:1023px) {


    .l-footer ul {
        gap: 1.6vw
    }

    .l-footer ul li a {
        font-size: 2.6666666667vw
    }

    .l-footer p {
        font-size: 2.6666666667vw
    }
}