@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>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: 24%;
        right: 50px;
        width: 25%;
        height: 31vw;
    }

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

    .nav ul::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../images/bg_nav.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        z-index: -1;
    }


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

    .nav ul li::after {
        content: "";
        position: absolute;
        background-image: url(../images/arrow_nav.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 10%;
        height: 2vw;
        z-index: 10;
    }

    .nav ul li:first-of-type::after {
        top: 6vw;
        right: 5%;
    }

    .nav ul li:nth-of-type(2)::after {
        top: 12.8vw;
        right: 5%;
    }

    .nav ul li:last-of-type::after {
        top: 22vw;
        right: 5%;
    }

    .nav ul li a {
        display: block;
        position: absolute;
        width: 100%;
    }

    .nav ul li:first-of-type a {
        top: 6.1vw;
        left: 36%;
    }

    .nav ul li:nth-of-type(2) a {
        top: 12.6vw;
        left: 13%;
    }

    .nav ul li:last-of-type a {
        top: 19.3vw;
        left: 6%;
    }

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

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

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


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

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

#fv .coupon {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0px auto 0 8%;
}

#fv .insta {
    position: absolute;
    bottom: 4.5%;
    right: 0;
    left: 0;
    width: 55%;
    margin: 0 auto 0 24%;
}


#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 .movie {
    width: 75%;
    margin: 0 auto 0 11%;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
}

#content07 .coupon {
    position: absolute;
    top: 65.5%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0px auto 0 7%;
}

#content07 .btn {
    position: absolute;
    top: 82%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
}

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

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

.swiper01 {
    position: relative;
    margin: auto;
    padding-bottom: 18%;
}

.swiper01 .swiper-slide {
    position: relative;
    padding: 18% 0 0;
}

.swiper01 .swiper-slide .btn {
    position: absolute;
    top: 41%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0px auto 0 6%;
}

.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 {
    position: relative;
    display: block;
    width: 78%;
    margin: 0 auto 0 9%;
}

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

.swiper01 .swiper-button-next {
    right: 8%;
    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: 17%;
}

.swiper01 .swiper-pagination {
    bottom: initial;
    top: 27%;
    left: -1%;
    width: 100%;
}

.swiper_02 {
    position: absolute;
    top: 41%;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;

}

.swiper02 {
    position: relative;
    margin: auto;
    padding-bottom: 15%;
}

.swiper02 .swiper-slide img {
    display: block;
    margin: auto;
}

.swiper02 .swiper-button-prev {
    left: 7%;
    background-image: url("../images/btn_prev.png");
}

.swiper02 .swiper-button-next {
    right: 7%;
    background-image: url("../images/btn_next.png");
}

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

.swiper-pagination-bullet {
    width: 5vw;
    height: 5vw;
    background: #EB6709;
    opacity: 0.5;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2vw;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EB6709;
}

@media only screen and (min-width:1024px) {
    .swiper-pagination-bullet {
        width: 19px;
        height: 19px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 10px;
    }
}



/* ==================================== */
/*                 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
    }
}