@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/*sup {
  vertical-align: top; 
}*/

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}


.nolink{
  pointer-events: none;
  opacity: .6;
}


body {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*letter-spacing: -0.05em;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-image: url("../img/bg02.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;

  background-attachment: fixed;
}

@media screen and (min-width: 641px) {
  /*body {
    background-attachment: fixed;
  }*/
}

@media screen and (max-width: 834px) {
  body {
    background-image: url("../img/bg02_sp.png");
    /*background-size: 375px 640px;*/
  }

}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .noneSP {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .nonePC {
    display: none !important;
  }
}



/*//////////////////////////// content_end ////////////////////////////*/

.content_end{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content_end > div{
  background:red;
  border-radius:6px;
  font-weight:bold;
  text-align:center;
  max-width:800px;
  margin:0 auto;
  color:#fff;
  padding:10px;
  font-size: 36px;
}
@media screen and (max-width: 834px) {
  .content_end{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content_end > div{
    max-width:calc(100% - 40px);
    font-size: 22px;
    letter-spacing: -0.1em;
  }
}




/*//////////////////////////// sec-mv ////////////////////////////*/
.sec-mv {
  position: relative;
  overflow: hidden;
}
.sec-mv__ttl img {
  width: 100%;
}
.sec-mv__sns {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 7.5vw;
  right: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: white;
    padding: 20px 0;
    top: 0;
    right: 0;
  }
}
.sec-mv__sns-item {
  margin-left: 19px;
}
@media screen and (max-width: 834px) {
  /*.sec-mv__sns{
    background: url(../img/bg01_sp.jpg) center top / 100% auto repeat;
  }*/
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 36px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  height: 400px;
  display: flex;
  align-items: center;
  background-color: #1a3247;
  position: relative;
}
.sec-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/bg01.jpg) top center / cover repeat;
}
.sec-menu .inner{
  max-width: 1020px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 940px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 2.1%;
}
.menu-list__item {
  width: 31.9%;
}
.menu-list__item a {
  display: block;
}

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

@media screen and (max-width: 834px) {
  .sec-menu{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*.sec-menu::after {
    background: url(../img/bg01_sp.jpg) center top -76px / 100% auto repeat;
  }*/
  .menu-list {
    width: 100%;
    gap: 10px 2%;
  }
  .menu-list__item {
    width: 47%;
  }

}


/*//////////////////////////// 共通 ////////////////////////////*/
.anchor{
  position: absolute;
  height: 0;
  pointer-events: none;
  margin-top: 100px;
}
#id-01.anchor{
  margin-top: 30px;;
}

.sec{
  margin-top: 100px;
}
.inner {
  display: block;
  max-width: 1020px;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


.sec_ttl{
  display: block;
  max-width: 620px;
  margin: 0 auto;
}

.sec_bg{
  max-width: 680px;
  background-color: rgba(70, 69, 99, 0.9);
  padding: 70px 28px 85px;
  margin: -60px auto 0;
}

.sec_mainTxt{
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
.fw_bold{
  font-weight: 800;
  color: #99ccff;
}

.size-txt{
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.come-txt{
  font-size: 15px;
  line-height: 24px;
  margin-top: 40px;
}

.random-img {
  max-width: 300px;
  margin: 20px auto 0;
}

.img_wrap + .img_wrap{
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .anchor{
    margin-top: 40px;
  }
  #id-01.anchor{
    margin-top: 30px;
  }

  .sec{
    margin-top: 30px;
  }


  .sec_ttl{
    width: 90%;
    max-width: 440px;
  }

  .sec_bg{
    padding: clamp(45px , 12vw, 80px) 16px 50px;
    margin: clamp(-37px , -7vw, -27px) auto 0;
  }

  .sec_mainTxt{
    font-size: 14px;
    line-height: 24px;
  }
  .fw_bold{
    font-size: 14px;
  }

  .size-txt{
    font-size: 10px;
    line-height: 16px;
    margin-top: 15px;
  }
  .come-txt{
    font-size: 10px;
    line-height: 16px;
    margin-top: 20px;
    white-space: nowrap;
  }

  .random-img {
    width: 60%;
  }

}


/*//////////////////////////// sec-plus ////////////////////////////*/
.sec-plus{
  margin-top: 30px;
}
.sec-plus .sec_bg{
  border: 4px solid #a1dffd;
}

.plus-price{
  max-width: 390px;
  margin: 35px auto 0;
}

.plus-img{
  max-width: 520px;
  margin: 40px auto 0;  
    img + img{
      margin-top: 10px;
    }
}



.game_ttl{
  max-width: 420px;
  margin: 100px auto 0;
}
.game-img{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  .game-img01{
    max-width: 300px;
  }
  .game-img02{
    max-width: 360px;
    margin-top: 5px;
  }
}

.game-img + .size-txt{
  margin-top: 5px;
}
.game-flow_ttl{
  max-width: 300px;
  margin: 40px auto 0;
}

.game-flow{
  ul{
    width: 600px;
    height: 480px;
    background: url(../img/game_bg.svg) center / 100% no-repeat;
    color: #464563;
    padding: 60px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;

    li + li{
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #464563;
    }
    .game-flow_txt01{
      font-size: 24px;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      img{
        width: 29px;
        margin-right: 0.2em;
      }
      sup{
        font-size: 15px;
      }
    }

    .game-flow_txt02{
      font-size: 18px;
      line-height: 24px;
      margin-top: 10px;
    }
  }
}

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

}

@media screen and (max-width: 834px) {
  .sec-plus{
    margin-top: 8vw;
  }

  .sec-plus .sec_bg{
    border: 2px solid #a1dffd;
  }
  .plus-price{
    width: 76%;
    margin-top: 20px;
  }

  .plus-img{
    max-width: 520px;
    margin: 25px auto 0;  
      img + img{
        margin-top: 5px;
      }
  }


  .game_ttl{
    width: 80%;
    margin: 65px auto 0;
  }
  .game-img{
    margin-top: 15px;
    .game-img01{
      width: 75%;
    }
    .game-img02{
      width: 65%;
      margin-top: 0;
    }
  }

  .game-flow_ttl{
    width: 150px;
  }

  .game-flow{
    ul{
      width: 300px;
      height: 335px;
      background: url(../img/game_bg_sp.svg) center / 100% no-repeat;
      padding: 40px 15px 30px;
      margin-top: -12px;

      li + li{
        margin-top: 15px;
        padding-top: 15px;
      }
      .game-flow_txt01{
        font-size: 16px;
        line-height: 18px;
        align-items: flex-start;
        img{
          width: 20px;
        }
        span{
          text-align: left;
        }
        sup{
          font-size: 10px;
          position: relative;
          top: 3px;
        }
      }

      .game-flow_txt02{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
      }
    }
  }

  

}

/*//////////////////////////// sec-goods ////////////////////////////*/
.sec-goods .sec_bg{
  border: 4px solid #de2e2a;
}

.menu-block .sec_mainTxt a{
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.goods_list {
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 3%;
  margin: 45px auto 0;
}
.goods_list-item {
  width: 48.5%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-img > p{
  width: calc(100% - 10px);
  height: 33px;
  background-color: #eebf6e;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.goods_list-img > p span{
  font-size: 14px;
  margin-left: 0.5em;
}
.goods_list-ttl{
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  /*white-space: nowrap;*/
  margin-top: 15px;
}
.goods_price{
  font-size: 24px;
  line-height: 28px;
  margin-top: 5px;
  span{
    font-size: 20px;
  }
}
.goods_price_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.goods_price_box .box_txt{
  width: 260px;
  height: 26px;
  border-radius: 13px;
  font-size: 18px;
  color: #fff;
  background-color: #56bbfd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods_price_box .box_price{
  font-size: 24px;
  line-height: 28px;
  color: #56bbfd;
  margin-top: 5px;
  span{
    font-size: 20px;
  }
}
.goods_price_size{
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}

.sec-goods_online .come-txt{
  margin-top: 80px;
}
.sec-goods_online a{
  display: block;
  width: 450px;
  margin: 60px auto 0;
}




@media screen and (max-width: 834px) {
  .sec-goods .sec_bg{
    border: 2px solid #de2e2a;
  }

  .goods_list {
    gap: 30px 2%;
    margin: 20px auto 0;
  }
  .goods_list + .goods_list{
    margin-top: 40px;
  }

  .goods_list-ttl{
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
  .goods_price{
    font-size: 12px;
    line-height: 14px;
    span{
      font-size: 10px;
      line-height: 12px;
    }
  }

  .goods_price_box{
    margin-top: 15px;
  }
  .goods_price_box .box_txt{
    width: 144px;
    height: 16px;
    border-radius: 8px;
    font-size: 10px;
  }

  .goods_price_box .box_price{
    font-size: 12px;
    line-height: 14px;
    span{
      font-size: 10px;
      line-height: 12px;
    }
  }
  .goods_price_size{
    font-size: 10px;
    line-height: 14px;
  }


  .sec-goods_online .come-txt{
    margin-top: 50px;
  }
  .sec-goods_online a{
    width: 80%;
    margin: 30px auto 0;
  }

}


/*@media screen and (max-width: 640px){
  .goods_list-item {
    width: 100%;
  }

}*/

/*//////////////////////////// sec-product ////////////////////////////*/
.sec-product .sec_bg{
  border: 4px solid #d153ee;
}

/* product-block */
.product-list{
  margin-top: 40px;
}
.product-list_a{
  color: #a1dffd;
}
.product-list_b{
  color: #ff3530;
}
.product-list_c{
  color: #e059ff;
}
.product-list_d{
  color: #ffd65b;
}


.product-list > ul{
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px 3%;
  margin: 0 auto;
}
.product-list > ul + ul{
  margin-top: 110px;
}
.product-list > ul li{
  width: 48.5%;
}
.product_name{
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.06em;
  /*white-space: nowrap;*/
  margin-top: 10px;
}

.product-list-item.a01{
  .product_name{
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
}

.product_price{
  font-size: 24px;
  margin-top: 10px;
  span{
    font-size: 20px;
  }
}


/* special-block */
.special_ttl01{
  max-width: 450px;
  margin: 110px auto 0;
}
.special-img01{
  max-width: 600px;
  margin: -10px auto 0;
}
.special-price{
  font-size: 24px;
  span{
    font-size: 20px;
  }
}
.special_ttl02{
  max-width: 300px;
  margin: 30px auto 0;
}
.special-img02{
  max-width: 200px;
  margin: 25px auto 0;
}

.special-flow_ttl {
  max-width: 300px;
  margin: 40px auto 0;
}
.special-flow_bg{
  width: 600px;
  height: 761px;
  background: url(../img/special-bg.svg) center / 100% no-repeat;
  color: #464563;
  padding: 50px 30px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  li + li{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #464563;
  }
  .game-flow_txt01{
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    img{
      width: 29px;
      margin-right: 0.2em;
    }
    sup{
      font-size: 15px;
    }
  }
  .game-flow_txt02{
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.special-thrill{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.special-thrill_txt1{
  width: 160px;
}
.special-thrill_txt2{
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
  margin-left: 0.5em;
}

.special-flow_link{
  display: block;
  margin: 15px auto 0;
}

.special-flow .come-txt{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
}

/* present-block */
.present_ttl{
  max-width: 450px;
  margin: 40px auto 0;
}
.present_img{
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 834px) { 
  .sec-product .sec_bg{
    border: 2px solid #d153ee;
  }

  /* product-block */
  .product-list{
    margin-top: 30px;
  }

  .product-list > ul{
    gap: 20px 3%;
  }
  .product-list > ul + ul{
    margin-top: 40px;
  }

  .product_name{
    font-size: 12px;
    line-height: 14px;
    /*white-space: nowrap;*/
    margin-top: 5px;
  }
  .product_price{
    font-size: 12px;
    span{
      font-size: 10px;
    }
  }


  /* special-block */
  .special_ttl01{
    width: 90%;
    margin: 75px auto 0;
  }
  .special-img01{
    width: 100%;
    margin: 0 auto;
  }
  .special-price{
    font-size: 16px;
    span{
      font-size: 14px;
    }
    margin-top: 10px;
  }
  .special_ttl02{
    width: 55%;
  }
  .special-img02{
    margin: 15px auto 0;
  }

  .special-flow_ttl {
    width: 150px;
    margin: 25px auto 0;
  }
  .special-flow_bg{
    width: 300px;
    height: 505px;
    background: url(../img/special-bg_sp.svg) center / 100% no-repeat;
    padding: 25px 15px 30px;
    margin-top: -12px;

    li + li{
      margin-top: 15px;
      padding-top: 15px;
    }
    .game-flow_txt01{
      font-size: 16px;
      line-height: 18px;
      align-items: flex-start;
      img{
        width: 20px;
      }
      span{
        text-align: left;
      }
      sup{
        font-size: 10px;
        position: relative;
        top: 3px;
      }
    }

    .game-flow_txt02{
      font-size: 12px;
      line-height: 16px;
      margin-top: 10px;
    }
  }

  .special-thrill{
    flex-direction: column;
    margin-top: 30px;
  }
  .special-thrill_txt1{
    width: 260px;
  }
  .special-thrill_txt2{
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-top: 5px;
  }

  .special-flow_link{
    width: 250px;
  }

  .special-flow .come-txt{
    font-size: 10px;
    line-height: 16px;
  }


  /* present-block */
  .present_ttl{
    width: 95%;
  }
  .present_img{
    width: 100%;
    margin: 20px auto 0;
  }


}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.sec-bath .sec_bg{
  border: 4px solid #ffd65b;
}

.bath_menu{
  max-width: 420px;
  margin: 55px auto 0;
}
.bath_menu li + li{
  margin-top: 10px;
}

/*.bath-table__img{
  margin-top: 30px;
}*/

@media screen and (max-width: 834px) {
/*  .bath-table {
    overflow-x: auto;
  }
  .bath-table__img {
    width: 620px;
    display: block;
  }*/
}


@media screen and (max-width: 834px) {
  .sec-bath .sec_bg{
    border: 2px solid #ffd65b;
  }
  .bath_menu{
    width: 90%;
    margin: 20px auto 0;
  }


}

/*//////////////////////////// sec-collabo ////////////////////////////*/
.sec-collabo .sec_bg{
  border: 4px solid #ff884d;
}
.deco-img{
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 834px) {
  .sec-collabo .sec_bg{
    border: 2px solid #ff884d;
  }
  .deco-img{
    margin: 20px auto 0;
  }

}


/*//////////////////////////// sec-campaign ////////////////////////////*/
.sec-campaign .sec_bg{
  border: 4px solid #92ff5b;
}

.haihu_img{
  max-width: 600px;
  margin: 0 auto;
    img + img{
      margin-top: 25px;
    }
}
.campaign_ttl{
  max-width: 450px;
  margin: 40px auto 0;
}
.campaign_txt{
  font-size: 24px;
  margin-top: 40px;
  span{
    font-size: 30px;
    font-weight: 800;
  }
}
.campaign_img{
  max-width: 600px;
  margin: 25px auto 0;
}


.success-msg{
  display: none;
  position: fixed;
  width: auto;
  max-width: clamp(300px, 90vw, 500px) ;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  background-color: #ffb81a;
  font-weight: 700;
  color: #464563;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  z-index: 1;
}

/*campaign-sanka*/
.sanka_ttl {
  max-width: 300px;
  margin: 40px auto 0;
}
.campaign-sanka_bg{
  width: 600px;
  height: 680px;
  background: url(../img/sanka_bg.svg) center / 100% no-repeat;
  color: #464563;
  padding: 50px 30px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  li + li{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #464563;
  }
  .game-flow_txt01{
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    img{
      width: 29px;
      margin-right: 0.2em;
    }
    a{
      font-weight: 800;
      color: #ffb81a;
      cursor: pointer;
    }
  }
  .gokurakuyu{
    max-width: 300px;
    display: block;
    margin: 5px auto 0;
  }
  .game-flow_txt02{
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .game-flow_txt03{
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin-top: 20px;
  }
}


@media screen and (min-width: 835px) {
  .campaign-sanka a:hover{
    opacity: 0.7;
  }
}

@media screen and (max-width: 834px) {
  .sec-campaign .sec_bg{
    border: 2px solid #92ff5b;
  }

  .haihu_img{
    img + img{
      margin-top: 0;
    }
  }
  .campaign_ttl{
    width: 80%;
    margin: 25px auto 0;
  }
  .campaign_txt{
    font-size: 16px;
    margin-top: 15px;
    span{
      font-size: 20px;
    }
  }
  .campaign_img{
    margin: 10px auto 0;
  }


  /*campaign-sanka*/
  .sanka_ttl {
    width: 150px;
    margin: 25px auto 0;
  }
  .campaign-sanka_bg{
    width: 300px;
    height: 480px;
    background: url(../img/sanka_bg_sp.svg) center / 100% no-repeat;
    padding: 30px 15px 0;
    margin-top: -12px;
    li + li{
      margin-top: 15px;
      padding-top: 15px;
    }
    li:nth-child(3){
      letter-spacing: -0.06em;
    }
    .game-flow_txt01{
      font-size: 16px;
      line-height: 20px;
      img{
        width: 20px;
      }
    }
    .gokurakuyu{
      max-width: 200px;
    }
    .game-flow_txt02{
      font-size: 12px;
      line-height: 16px;
      margin-top: 5px;
    }
    .game-flow_txt03{
      font-size: 12px;
      line-height: 18px;
      margin-top: 10px;
    }
  }

}


@media screen and (max-width: 640px){
  .sec-campaign .bg_w{
    padding-left: 0;
    padding-right: 0;
  }

}

/*//////////////////////////// sec-broadcast ////////////////////////////*/
.sec-broadcast .sec_bg{
  border: 4px solid #667fff;
}
.broadcast_img{
  width: 100%;
  margin: 25px auto 0;
}

@media screen and (max-width: 834px) {
  .sec-broadcast .sec_bg{
    border: 2px solid #667fff;
  }

  .broadcast_img{
    margin: 15px auto 0;
  }

}



/*//////////////////////////// sec-open ////////////////////////////*/
.sec-open .sec_bg{
  border: 4px solid #ff99bb;
}

.open-list{
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px auto 0;
}
.open-list + .open-list{
  margin-top: 65px;
}

.open-list_ttl{
  width: 100%;
}
.open-list_ttl.spa + .open-list_box{
  margin-top: 20px;
}

.open-list_box{
  width: 480px;
  margin: 0 auto;
}
.open-list_box + .open-list_box{
  margin-top: 50px;
}
.open-list_box_ttl{
  width: 100%;
  height: 30px;
  border-radius: 15px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tohoku .open-list_box_ttl{
  background-color: #96d5ff;
}
.kanto .open-list_box_ttl{
  background-color: #94ef6f;
}
.tokai .open-list_box_ttl{
  background-color: #ffce66;
}
.hokuriku .open-list_box_ttl{
  background-color: #66ccba;
}
.kinki .open-list_box_ttl{
  background-color: #f47da9;
}
.kyushu .open-list_box_ttl{
  background-color: #b6b9ff;
}

.open-list_shop{
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 25px auto 0;
  padding-left: 23%;
}
.open-list_shop-item{
  display: flex;
  font-size: 20px;
  position: relative;
}

.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.open-list_shop-item span{
  height: 24px;
  background-color: #fff;
  font-size: 15px;
  color: #464563;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 0.5em;
}
.open-list_shop-item.kome{
  padding-bottom: 1em;
}
.open-list_shop-item.kome > p{
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #ffff00;
  position: absolute;
  bottom: 0.25em;
  left: 5.5em;
}

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

@media screen and (max-width: 834px) {
  .sec-open .sec_bg{
    border: 2px solid #ff99bb;
  }

  .open-list + .open-list{
    margin-top: 40px;
  }

  .open-list_ttl.spa + .open-list_box{
    margin-top: 15px;
  }

  .open-list_box{
    max-width: 480px;
    width: 100%;
  }
  .open-list_box + .open-list_box{
    margin-top: 35px;
  }
  .open-list_box_ttl{
    height: 20px;
    font-size: 14px;
  }

  .open-list_shop{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 10px auto 0;
    padding-left: 19%;
  }
  .open-list_shop-item{
    font-size: 14px;
  }

  .open-list_shop-item span{
    height: 16px;
    font-size: 11px;
  }

  .open-list_shop-item.kome > p{
    font-size: 10px;
    bottom: 0;
    left: 4.8em;
  }


}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.sec-things .sec_bg{
  border: 4px solid #4dffc3;
}

.things-box{
  max-width: 600px;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  margin: 20px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 2em;
}

@media screen and (max-width: 834px) {
  .sec-things .sec_bg{
    border: 2px solid #4dffc3;
  }
  .things-box{
    font-size: 10px;
    line-height: 14px;
    margin: 0 auto;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.sec-about .sec_bg{
  border: 4px solid #00d5ff;
}

.about_box > p{
  font-size: 20px;
  line-height: 34px;
}
.about_box > div{
  font-size: 18px;
  line-height: 22px;
  margin-top: 55px;
}
.about_box > div + div{
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .sec-about .sec_bg{
    border: 2px solid #00d5ff;
  }
  .about_box > p{
    font-size: 10px;
    line-height: 17px;
  }
  .about_box > div{
    font-size: 10px;
    line-height: 12px;
    margin-top: 30px;
  }
  .about_box > div + div{
    margin-top: 15px;
  }

}

/*//////////////////////////// popup ////////////////////////////*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease;
  overflow-y: scroll;
}
.popup.on {
  opacity: 1;
  pointer-events: unset;
  z-index: 99;
  transition: 0.8s ease;
}
.popup-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
}
.popup-wrap--big {
  max-width: 800px;
}
.popup-wrap__ct {
  position: relative;
}
.popup-wrap__ct--top {
  padding: 20px 0;
}
.popup-wrap__ct--top .popup-wrap__close {
  bottom: auto;
  top: -10px;
  right: 0;
}
.popup-wrap__close {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s ease;
}
.popup-wrap__close:hover {
  opacity: 1;
  transition: 0.2s ease;
}
.popup-wrap__close--top {
  bottom: auto;
  top: -35px;
}
.popup-wrap__list {
  max-height: 100%;
}
.popup-wrap__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.popup-wrap__list-img:before {
  content: "";
  display: block;
  background: white;
  padding-bottom: 100%;
}
.popup-wrap__list-img--thumb {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrap__list-img img {
  max-width: 100%;
  max-height: 100%;
}
.popup-wrap__list-ttl {
  display: block;
  color: #ccc;
  font-size: 1.5rem;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging {
  color: #999;
  font-size: 1.2rem;
  list-style: none;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging li {
  display: none;
}
.popup-wrap__list .custom_paging li.slick-active {
  display: inline-block;
}
.popup-wrap__list .slick-prev, .popup-wrap__list .slick-next {
  top: 0;
  transform: unset;
  width: 20%;
  height: calc(100% - 42px);
  z-index: 1;
}
.popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 28px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease;
}
@media screen and (min-width: 835px) {
  .popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
    opacity: 0;
  }
}
.popup-wrap__list .slick-prev:hover:before, .popup-wrap__list .slick-next:hover:before {
  opacity: 1;
  transition: 0.6s ease;
}
.popup-wrap__list .slick-next {
  right: 0;
}
.popup-wrap__list .slick-next:before {
  right: 20px;
}
.popup-wrap__list .slick-prev {
  left: 0;
}
.popup-wrap__list .slick-prev:before {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}


/*///////////////////// footer /////////////////////*/
.main-footer{
  padding: 0 0 65px;
}
.main-footer__logo{
  max-width: 330px;
  margin: 25px auto 0; 
}
.main-footer__desc{
  font-size: 15px;
  color: #000;
  line-height: 21px;
  /*font-family: "Noto Sans JP", sans-serif;*/
  margin-top: 45px;
}
.main-footer__copyright{
  max-width: 90px;
  margin: 45px auto 0;
}
.foot_btnwrap{
  width: 160px;
  position: fixed;
  bottom: 20px;
  right: 2%;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.main-footer__cart {
  width: 150px;
  margin: 0 auto;
}

.main-footer__backtop {
  width: 160px;
  transition: 0.3s;
  margin: 10px auto 0;
}
.main-footer__backtop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 0 0 110px;
  }
  .main-footer__logo{
    width: 65%;
  }
  .main-footer__desc{
    font-size: 10px;
    line-height: 14px;
    margin-top: 20px;
  }
  .main-footer__copyright {
    width: 60px;
    margin: 15px auto 0;
  }
  .foot_btnwrap{
    width: 80px;
    bottom: 15px;
  }
  .main-footer__cart {
    width: 75px;
  }
  .main-footer__backtop {
    width: 80px;
    margin: 0 auto;
  }

}




