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

.wrap {
    position: relative;
}

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

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


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

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

#content01 .btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    margin: auto;
    width: 67%;
}

#fv .web_coupon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 82%;
}

#fv .coupon {
    display: flex;
    position: fixed;
    bottom: 3%;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 81%;
    margin: auto;

}

/* #fv .coupon.fixed {
    position: fixed;
    top: initial;
    bottom: 3%;
}

#fv .coupon.none {
    display: none;
} */




@media screen and (min-width: 1024px) {
    #fv .coupon {
        width: 29%;
    }

    #fv .coupon.fixed {
        width: 29%;
        max-width: 1023px;
    }
}

/* ==================================== */
/*          content01　                 */
/* ==================================== */
#content01 .btn {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: 18%;
    left: 0;
    right: 0;
    width: 67%;
    margin: auto;
}

#content01 .modal-content {
    position: relative;
    z-index: 1000;
}

#content01 .movie {
    display: block;
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
}

/* モーダルと背景の指定 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 5%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1000;
}

/* モーダルの擬似要素の指定 */
.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
    opacity: 1;
    visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
    font-size: 9vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3%;
    right: 12%;
    color: #000;
    cursor: pointer;
    z-index: 2000;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {}

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

    .modal-container {
        max-width: 410px;
    }

    .modal-content {
        max-width: 410px;
        margin: auto;
    }

    .modal-close {
        font-size: 40px;
        top: 3%;
        right: 11%;
    }

}

/* ==================================== */
/*          content02                 */
/* ==================================== */
#content02 .btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50.6%;
    margin: auto;
    width: 67%;
}



/* ==================================== */
/*          content03                 */
/* ==================================== */

/* ==================================== */
/*          content04                   */
/* ==================================== */

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


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

.swiper_01 {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.swiper01 {
    position: relative;
    margin: auto;
    z-index: 1;
}

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



.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: 14%;
    top: 35%;
}

.swiper01 .btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
}


@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: 30px 0 150px;
}

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

@media screen and (max-width:1023px) {
    .l-footer {
        padding: 30px 0 40vw;
    }

    .l-footer ul {
        gap: 1.6vw
    }

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

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