@charset "UTF-8";
html{
    position: relative;
    scroll-behavior: smooth;
}
body{
    color: #2d2d2d;
}
.o-header {
    border-top: 3px solid #b60081;
}
.o-footer{
    position: static;
}
.p-campaigncontentsbody_inner .a-text {
  font-size: 14px;
}
ul, li {
  list-style: none;
}
img{
    width: 100%;
    height: auto!important;
}
.sp{
    display: none!important;
}
@media (max-width: 769px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    .o-header {
    border-top: 0 solid #b60081;
}
}
.o-header{
    padding-top: 0px!important;
}
.wrap{
    width:100%;
}
.o-section{
    width: 1000px;
    margin: 0 auto;
}
@media (max-width: 769px) {
    .o-section{
        width: 92%;
        margin: 0 auto;
    }
}
h1{
    font-size: 0;
    margin: 0;
}
h2{
    display: block;
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
h3 {
    display: block;
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    unicode-bidi: isolate;
}


.btn p{
    text-align: center;
    margin: 25px auto!important;
    color: #00003c;
    font-size: 30px!important;
    font-weight: 600;
}
.btn a{
    display: block;
    width: 480px;
    background-color: #00003c;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    padding: 10px;
    border-radius: 100px;
    margin: 0 auto;
}
.btm30{
    margin-bottom: 30px!important;
}
.btm50{
    margin-bottom: 50px!important;
}
.btm60{
    margin-bottom: 60px!important;
}
.btm70{
    margin-bottom: 70px!important;
}
.btm110{
    margin-bottom: 110px!important;
}
sup{

}



.accordion{
    width: 830px;
    margin: 0 auto;
}
.accordion_title{
    padding: 35px 0;
    background-color: #FFF;
    margin: 0 auto;
    text-align: center;
}
.accordion_title h3{
    font-size: 36px;
    font-weight: 600;
    color: #007bff;
}
.accordion_title p{
    font-size: 25px;
    font-weight: 600;
}

.accordion-panel{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease, opacity .35s ease;
  opacity: 0;
}
.accordion-panel.open{
  grid-template-rows: 1fr;
  opacity: 1;
}
.accordion-inner{
  overflow: hidden;
}

/* ボタン例（必要なら） */
.accordion-btn{
    position: relative;
    font-size: 25px;
    font-weight: 400;
    width:100%;
    padding:12px;
    background:#3176f9;
    color:#fff; border:0;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.accordion-btn .icon{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 1.2;
    border-radius: 100px;
    right: 20px;
    background-color: #FFF;
    font-size: 25px;
    color: #3176f9;
    margin-left: 8px;
    font-weight: 600;
}

.imgtabs{
    padding: 30px 0;
    background-color: #FFF;
}
/* タブ周り */
.imgtabs-tablist {
  display: flex;
  padding: 0 40px;
  justify-content: center;
}
.imgtabs-tab {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.imgtabs-tab img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* パネル */
.imgtabs-panel {
  display: none;
  text-align: center;
}
.imgtabs-panel.is-active {
  display: block;
}
.imgtabs-panels{
    padding: 0 40px;
}
.imgtabs-panels p{
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
}


.inner{
    width: 1000px;
    margin: 0 auto;
}
h2 {
  position: relative;
  font-size: 40px;
  color: #00003c;
  padding-left: 70px;
  margin-bottom: 20px;
}
h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../images/check.svg") no-repeat center center;
  background-size: contain;
}
.copy{
    font-size: 25px;
    margin-bottom: 20px;
}
.noto{
    font-size: 14px;
    color: #6a6a6a;
}

/* main */
.main img{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
h1{
    position: relative;
    background-image: url(../images/main_bk.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #5aa9f6;
}


/* about_shop */
.about_shop{
    background-color: #e8f0f5;
    padding: 80px 0;
}
.about_shop img{
    margin-bottom: 10px;
}
.move iframe{
    width: 1000px;
    height: 562px;
    position: relative!important;
}
.move p{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #007bff;
    background-color: #b2d7ff;
    padding: 10px;
    margin-bottom: 0;
}

/* about_revo */
.about_revo{
    background-color: #e8f0f5;
    padding: 80px 0 0;
}
.about_revo .noto{
    width: 830px;
    margin: 0 auto;
}
.login{
    background-color: #FFF;
    width: 100%;
    padding: 80px 0;
}
.login p{
    text-align: center;
    margin: 30px auto;
    font-size: 25px;
}

/* pay */
.pay{
    background-color: #e8f0f5;
    padding: 80px 0;
}
.pay img{
    width: 100%;
}


/* convenience */
.convenience_title{
    padding: 50px 0;
    font-weight: 600;
}
.convenience h2 {
  position: relative;
  font-size: 40px;
  color: #00003c;
  padding-left: 70px;
  margin-bottom: 30px;
}
.convenience h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 105px;
  height: 105px;
  background: url("../images/heart.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.convenience_con{
    background-color: #e8f0f5;
    padding: 80px 0;
}
/* .convenience_con img{
    width: 100%;
} */
.convenience_web{
    position: relative;
}
.convenience_web .btn a{
    position: absolute;
    bottom: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.convenience_copy{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
    color: #2d2d2d;
}

/* credit */
.credit{
    width: 1000px;
    margin: 80px auto 150px;
}
.credit_copy{
    color: #00003c;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin: 40px auto 70px;
}
.credit_copy a{
    position: relative;
    color: #00003c;
    text-decoration: underline;
}
.credit_copy a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/link.svg) no-repeat center center;
    background-size: contain;
}


/* points */
.points{
    width: 670px;
    margin: 0 auto;
}
.points h2{
    position: relative;
    font-size: 23px;
    color: #000000;
    padding-left: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 3px #f0f0f0;
}
.points h2::before {
    content: "";
    position: absolute;
    top: 17px;
    left: -4px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/points_h2.svg) no-repeat center center;
    background-size: contain;
}
.points h3{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding-left: 30px;
    margin-bottom: 30px;
}
.points h3::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/points_h3.svg") no-repeat center center;
  background-size: contain;
}
.points ul{
    font-size: 16px;
    margin-bottom: 110px;
}
.points ul li{
    margin-bottom: 6px;
}
.points_li{
    margin-bottom: 3px!important;
}
.pink{
    color: #a5227e;
}


/* アコーディオンリンク */
.accordion-inner{
  position: relative;
}
.accordion-inner a{
    font-size: 16px;
    color: #0000ff;
    text-decoration: underline;
    position: absolute;
}
.accordion-inner0101 a{
    top: 461px;
    left: 634px;
    font-size: 14px;
}
.accordion-inner0102 a{
    top: 464px;
    left: 476px;
    font-size: 14px;
}
.accordion-inner0201 .link_01{
    top: 446px;
    left: 0;
    font-size: 14px;
}
.accordion-inner0201 .link_02{
    top: 444px;
    left: 456px;
    font-size: 14px;
}
.accordion-inner0202 .link_01{
    top: 448px;
    left: 0;
    font-size: 14px;
    text-align: left;
}
.accordion-inner0202 .link_02{
    top: 447px;
    left: 442px;
    font-size: 14px;
    text-align: left;
}
.accordion-inner0301 .link_01{
    top: 440px;
    left: 0;
    font-size: 12px;
    text-align: left;
}
.accordion-inner030201 .link_01{
    top: 447px;
    left: 0;
    font-size: 12px;
    text-align: left;
}
.accordion-inner030202 .link_01{
    top: 466px;
    left: 6px;
    font-size: 12px;
    text-align: left;
}
.imgtabs-panels_{
    padding: 40px;
}




.scroll-viewport{ overflow-x:auto; display:flex; gap:16px; }
.scroll-img{ flex:0 0 80vw; /* SPで1枚分の幅を持たせる例 */ height:auto; }
.scroll-prev,.scroll-next{ pointer-events:auto; }
.scroll-viewport{
  overflow-x: auto;
  display: flex;
  gap: 16px;
  scroll-behavior: smooth;
}

/* アイテムを“横幅を持つブロック”にする */
.scroll-img{
  flex: 0 0 80vw;      /* SPなら1枚分の幅。PCなら任意で調整 */
  display: block;
  white-space: nowrap; /* a要素のとき行折返し防止 */
}


.scroll-wrap {
    position: relative;
    width: 830px;
    background-color: #FFF;
    padding: 30px 0;
}
.scroll-viewport {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 700px;
    height: 520px;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
}
.scroll-viewport::-webkit-scrollbar {
    display: none;
}
.scroll-img {
    height: 100% !important;
    width: auto;
    display: inline-block;
}
.scroll-prev,
.scroll-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}
.scroll-prev {
    right: 90px;
}
.scroll-next {
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/slick-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.scroll-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(../images/slick-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.scroll-prev:disabled,
.scroll-next:disabled {
    opacity: .15;
    cursor: default;
    transition: none;
}

.tab_scroll .scroll-wrap{
    width: 750px;
    padding: 0;
}

.tab_scroll .scroll-viewport{
    width: 650px;
}



@media (max-width: 769px) {
    .accordion-inner a{
        position: static;
    }
    .o-header_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 168px;
        transform: translate(-50%, -50%);
    }
    .btn p{
        text-align: center;
        margin: 3vw auto !important;
        color: #00003c;
        font-size: 4.5vw !important;
        font-weight: 600;
    }
    .btn a{
        display: block;
        width: 80vw;
        background-color: #00003c;
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        color: #FFF;
        padding: 3vw;
        border-radius: 15vw;
        margin: 0 auto;
    }
    .btm30{
        margin-bottom: 3vw!important;
    }
    .btm50{
        margin-bottom: 5vw!important;
    }
    .btm60{
        margin-bottom: 6vw!important;
    }
    .btm70{
        margin-bottom: 7vw!important;
    }
    .btm110{
        margin-bottom: 11vw!important;
    }




    .accordion{
        width: 90vw;
        margin: 0 auto;
    }
    .accordion_title{
        padding: 4vw 0;
        background-color: #FFF;
        margin: 0 auto;
        text-align: center;
    }
    .accordion_title h3{
        font-size: 6vw;
        font-weight: 600;
        color: #007bff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    .accordion_title p{
        font-size: 3.8vw;
        font-weight: 600;
    }

    .accordion-panel{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease, opacity .35s ease;
    opacity: 0;
    }
    .accordion-panel.open{
    grid-template-rows: 1fr;
    opacity: 1;
    }
    .accordion-inner{
    overflow: hidden;
    }

    /* ボタン例（必要なら） */
    .accordion-btn{
        font-size: 3.8vw;
        font-weight: 600;
        width: 100%;
        padding: 2.5vw;
        background: #3176f9;
        color: #fff;
        border: 0;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .accordion-btn .icon{
        position: absolute;
        width: 3.901vw;
        height: 3.901vw;
        line-height: 1.2;
        border-radius: 13.004vw;
        right: 2.601vw;
        background-color: #FFF;
        font-size: 3.251vw;
        color: #3176f9;
        margin-left: 1.04vw;
        font-weight: 600;
    }

    .imgtabs{
        padding: 3.901vw 0;
        background-color: #FFF;
    }
    /* タブ周り */
    .imgtabs-tablist {
    display: flex;
    padding: 0 5.202vw;
    justify-content: center;
    }
    .imgtabs-tab {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    }
    .imgtabs-tab img {
    display: block;
    max-width: 100%;
    height: auto;
    }

    /* パネル */
    .imgtabs-panel {
    display: none;
    text-align: center;
    }
    .imgtabs-panel.is-active {
    display: block;
    }
    .imgtabs-panels{
        padding: 0 5.202vw;
    }
    .imgtabs-panels p{
        font-size: 1.821vw;
        text-align: center;
        margin: 30px auto;
    }


    .inner{
        width: 90vw;
        margin: 0 auto;
    }
    h2 {
    position: relative;
    font-size: 4.5vw;
    color: #00003c;
    padding-left: 8vw;
    margin-bottom: 3vw;
    }
    h2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 6.5vw;
        height: 6.5vw;
        background: url(../images/check.svg) no-repeat center center;
        background-size: contain;
    }
    .copy{
font-size: 3.8vw;
        margin-bottom: 3vw;
    }
    .noto{
        font-size: 3.2vw;
        color: #6a6a6a;
    }

    /* main */
    .main img{
        width: 100%;
    }



    /* about_shop */
    .about_shop{
        background-color: #e8f0f5;
        padding: 10vw 0 0;
    }
    .about_shop img{
        margin-bottom: 1.3vw;
    }
    video{
        width: 90vw;
    }
    .move iframe{
        width: 90vw;
        height: 50.5vw;
        position: relative !important;
    }
    .move p{
        font-size: 4vw;
        font-weight: 600;
        text-align: center;
        color: #007bff;
        background-color: #b2d7ff;
        padding: 2vw 0;
        margin-bottom: 0;
    }

    /* about_revo */
    .about_revo{
        background-color: #e8f0f5;
        padding: 10vw 0 0;
    }
    .about_revo .noto{
        width: 90vw;
        margin: 0 auto;
    }
    .login{
        background-color: #FFF;
        width: 100%;
        padding: 10.403vw 0;
    }
    .login p{
        text-align: center;
        margin: 5vw auto;
        font-size: 3.8vw;
    }

    /* pay */
    .pay{
        background-color: #e8f0f5;
        padding: 10.403vw 0;
    }
    .pay img{
        width: 100%;
    }


    /* convenience */
    .convenience_title{
        padding: 10vw 0 8vw;
        font-weight: 600;
    }
    .convenience h2 {
        position: relative;
        font-size: 6.5vw;
        color: #00003c;
        padding-left: 9vw;
        margin-bottom: 4vw;
    }
    .convenience h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13.654vw;
    height: 13.654vw;
    background: url("../images/heart.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
    }
    .convenience_con{
        background-color: #e8f0f5;
        padding: 10.403vw 0;
    }
    /* .convenience_con img{
        width: 100%;
    } */
    .convenience_web{
        position: relative;
    }
    .convenience_web .btn a{
        position: absolute;
        bottom: 6vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .convenience_copy{
        font-size: 3.901vw;
        font-weight: 600;
        text-align: center;
        margin: 50px auto;
    }

    /* credit */
    .credit{
        width: 90vw;
        margin: 10vw auto 20vw;
    }
    .credit_copy{
        color: #00003c;
        font-weight: 600;
        font-size: 3.3vw;
        text-align: center;
        margin: 5vw auto 8vw;
    }
    .credit_copy a{
        position: relative;
        color: #00003c;
        text-decoration: underline;
    }
    .credit_copy a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2.601vw;
        height: 2.601vw;
        background: url(../images/link.svg) no-repeat center center;
        background-size: contain;
    }


    /* points */
    .points{
        width: 90vw;
        margin: 0 auto;
        color: #000;
    }
    .points h2{
        position: relative;
        font-size: 6vw;
        color: #000000;
        padding-left: 8vw;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
        border-bottom: solid 3px #f0f0f0;
    }
    .points h2::before {
        content: "";
        position: absolute;
        top: 4.5vw;
        left: 0;
        transform: translateY(-50%);
        width: 7vw;
        height: 7vw;
        background: url(../images/points_h2.svg) no-repeat center center;
        background-size: contain;
    }
    .points h3{
        position: relative;
        font-size: 5vw;
        color: #000000;
        padding-left: 7vw;
        margin-bottom: 5vw;
    }
    .points h3::before {
        content: "";
        position: absolute;
        top: 3.5vw;
        left: 1vw;
        transform: translateY(-50%);
        width: 4vw;
        height: 4vw;
        background: url(../images/points_h3.svg) no-repeat center center;
        background-size: contain;
    }
    .points ul{
        font-size: 3.8vw;
        margin-bottom: 15vw;
    }
    .points ul li{
        margin-bottom: 3vw;
    }
    .points_li{
        margin-bottom: 1vw!important;
    }
    .pink{
        color: #a5227e;
    }
}


body.is-pc [role=button]:focus, body.is-pc [role=button]:hover, body.is-pc button:focus, body.is-pc button:hover {
    opacity: 1 !important;
}