@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&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 {
  /*font-size: 10px;
  position: relative;
  top: 0em;
  margin-left: 0.3em;*/

  /* 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: #666666;
  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/bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
}

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

@media screen and (max-width: 834px) {
  body {
    background-image: url("../img/bg_sp.jpg");
  }

}

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: 1.5vw;
  right: 20px;
}
.sec-mv__sns-item {
  margin-left: 19px;
}
.sec-mv__sns-item img {
  width: 36px;
}

@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: #fff;
    padding: 30px 0;
    top: 0;
    right: 0;
  }
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  margin-top: 50px;
}

.menu-list {
  width: 100%;
  max-width: 740px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 1.2%;
  margin: 0 auto;
  position: relative;
}

.menu-list__item {
  width: 32.5%;
}
.menu-list__item a {
  display: block;
}

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

}

@media screen and (max-width: 834px) {
  .sec-menu{
    margin-top: 15px;
  }

  .menu-list {
    gap: 10px 2%;
  }

  .menu-list__item {
    width: 49%;
  }

}


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

#round-content-top.anchor{
  margin-top: 15px;
}

/*#id-11.anchor{
  margin-top: 0;
}*/

.sec{
  margin-top: 80px;
  padding-bottom: 110px;
  position: relative;

  &::after{
    content: '';
    width: 750px;
    height: 30px;
    background: url("../img/meguri01/foot_img.png") center / 100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bg-main2{
  .sec{
    &::after{
      background: url("../img/meguri02/foot_img.png") center / 100% no-repeat;
    }
  }
}

.sec.sec-things{
  padding-bottom: 80px;
  &::after{
    content: none;
  }
}
.inner {
  display: block;
  max-width: 870px;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}


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

.sec_mainTxt{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;

  span{
    font-weight: 800;
  }
}

.size-txt{
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}
.come-txt{
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.random-img{
  max-width: 240px;
  margin: 30px auto 0;
}


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

  .sec{
    margin-top: 40px;
    padding-bottom: 60px;
    position: relative;

    &::after{
      width: 92%;
      height: 0;
      background: url("../img/meguri01/foot_img_sp.png") center / 100% no-repeat;
      padding-top: 6.3%;
    }
  }

  .bg-main2{
    .sec{
      &::after{
        background: url("../img/meguri02/foot_img_sp.png") center / 100% no-repeat;
      }
    }
  }

  .sec.sec-things{
    padding-bottom: 40px;
    &::after{
      content: none;
    }
  }


  .inner {
    padding: 0 4%;
  }

  .bg_g{
    padding: 20px 10px 60px; 
  } 

  .sec_ttl{
    width: 89%;
  }

  .p_block{
    padding: 0 4%;
  }

  .sec_mainTxt{
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    margin-top: 15px;
  } 

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

  .random-img{
    width: 58%;
    margin: 15px auto 0;
  }


}


/*//////////////////////////// sec-sealrally ////////////////////////////*/
.sec-sealrally{
  padding-top: 65px;

  .sec_mainTxt{
    span{
      color: #82cbca;
    }
  }
}

.sealrally-block{
  border-radius: 20px;
  border: 6px solid #4eb3e5;
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: 75px;

  .come-txt a{
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.event_ttl{
  max-width: 240px;
  /*transform: translateY(-50%);*/
  margin: -38px auto 0;
}

.sealrally_ttl{
  max-width: 360px;
  margin: 10px auto 0;
}


.sealrally_date{
  max-width: 450px;
  border-radius: 15px;
  border: 3px solid #4eb3e5;
  background-color: #fff;
  color: #4eb3e5;
  margin: 45px auto 0;
  padding-bottom: 15px;

  .date_ttl{
    max-width: 105px;
    transform: translateY(-50%);
    margin: -1.5px auto 0;
  }
  .date_txt1{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    margin-top: -5px;
  }
  .date_txt2{
    font-size: 14px;
    margin-top: 10px;
  }
}


.sealrally-img{
  max-width: 480px;
  margin: 30px auto 0;
}

.sealrally-sanka{
  max-width: 450px;
  background-color: #7fc2f4;
  border-radius: 20px;
  padding: 10px 10px 30px 10px;
  margin: 50px auto 0;
  outline: 3.5px dotted rgba(255, 255, 255, 0.5);
  outline-offset: -10px;

  .sanka_ttl{
    max-width: 210px;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
    margin: -10px auto 0;
  }

  ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 800;
    margin-top: 5px;

    .sanka_num{
      width: 30px;
    }
    .sanka_txt{
      margin-top: 10px;

      span{
        color: #e8ed79;
      }
    }
  }

  li + li{
    margin-top: 25px;
  }

  .sanka_come{
    max-width: 375px;
    border-radius: 11px;
    background-color: #35b4c9;
    margin: 15px auto 0;
    padding: 10px;

    p:last-child{
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
    }

  }
}

@media screen and (max-width: 834px) {
  .sealrally-block{
    border-radius: 10px;
    border: 3px solid #4eb3e5;
    padding-bottom: 30px;
  }
  .event_ttl{
    max-width: 200px;
    margin: -32px auto 0;
  }

  .sealrally_ttl{
    width: 80%;
  }

  .sealrally_date{
    width: 92%;
    border-radius: 10px;
    border: 3px solid #4eb3e5;
    margin: 25px auto 0;
    padding-bottom: 10px;

    .date_ttl{
      max-width: 80px;
    }
    .date_txt1{
      font-size: 13px;
      margin-top: -5px;
    }
    .date_txt2{
      font-size: 10px;
      margin-top: 5px;
    }
  }


  .sealrally-img{
    width: 80%;
    margin: 15px auto 0;
  }

  .sealrally-sanka{
    width: 92%;
    border-radius: 15px;
    padding: 10px 5% 25px 5%;
    margin: 25px auto 0;
    outline: 2.5px dotted rgba(255, 255, 255, 0.5);
    outline-offset: -7px;

    .sanka_ttl{
      max-width: 160px;
    }

    ul li{
      font-size: 12px;
      line-height: 18px;

      .sanka_num{
        width: 20px;
      }
      .sanka_txt{
        margin-top: 5px;
      }
    }

    li + li{
      margin-top: 20px;
    }

    .sanka_come{
      width: 94%;
      border-radius: 7px;
      margin: 10px auto 0;
      padding: 5px;

      p:last-child{
        font-size: 10px;
        line-height: 13px;
      }

    }
  }



}

/*//////////////////////////// round-content ////////////////////////////*/
.bg-main1,
.bg-main2{
  text-align: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 6px solid #ff9999;
  padding: 0 15px;
}

.bg-main2{
  border: 6px solid #8ae6d6;
}

.open_date{
  max-width: 432px;
  margin: 25px auto 0;
}

@media screen and (max-width: 834px) {
  .bg-main1,
  .bg-main2{
    border-radius: 10px;
    padding: 0;
  }

  .bg-main.meguri01{
    border: 3px solid #ff9999;
  }
  .bg-main.meguri02{
    border: 3px solid #8ae6d6;
  }

  .open_date{
    width: 90%;
    margin: 15px auto 0;
  }

}


/*//////////////////////////// sec-plus ////////////////////////////*/
.sec-plus{
  margin-top: 80px;

  .sec_mainTxt{
    span{
      color: #ffcc99;
    }
  }
}

.plus-price{
  max-width: 450px;
  margin: 30px auto 0;
}

.bg-main1{
  .plus-img{
     max-width: 600px;
  }
}
.bg-main2{
  .plus-img{
     max-width: 440px;
  }
}

.plus-img{
  margin: 30px auto 0;
}

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

  .plus-price{
    margin: 15px auto 0;
  }

  .plus-img{
    margin: 15px auto 0;
  }

}


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

.menu-block .sec_mainTxt + .come-txt{
  margin-top: 15px;
}

.goods_list {
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 6.2%;
  color: #ff6666;
  margin: 30px auto 0;
}

.goods_list-item {
  width: 46.9%;
}

.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-top: 10px;
}
.goods_price{
  width: 222px;
  border: 2px solid #ff6666;
  margin: 10px auto 0;

  > div{
    height: 27px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;

    > span{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    > span:first-child{
      width: 19%;
      background-color: #ff9999;
    }
    > span:nth-child(2){
      width: 19%;
      background-color: #ffcc99;
    }
    > span:last-child{
      width: 63%;
      background-color: #ff6666;
    }

    span + span{
      border-left: 2px solid #ff6666;
    }
  }

  > p{
    height: 28px;
    font-size: 18px;
    font-weight: 800;
    color: #ff6666;
    background-color: #fff;
    border-top: 2px solid #ff6666;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.set_price{
  border-top: 0;
  margin-top: 0;

  > div{
    > span:first-child{
      width: 38%;
      background-color: #ffcc99;
    }
    > span:last-child{
      width: 63%;
      letter-spacing: -0.05em;
      background-color: #ff6666;
    }
  }
}

.store_price{
  border: 2px solid #ff9999;
  margin: 10px auto 0;

  > div{
    > span:first-child{
      width: 38%;
      background-color: #ffcc99;
    }
    > span:last-child{
      width: 63%;
      letter-spacing: -0.05em;
      background-color: #ff6666;
    }
  }
}


.bg-main2{
  .goods_list {
    color: #2ac6ac;
  }
  .goods_price{
    border: 2px solid #2ac6ac;

    > div{
      > span:first-child{
        background-color: #8ae6d6;
      }
      > span:last-child{
        background-color: #2ac6ac;
      }
      span + span{
        border-left: 2px solid #2ac6ac;
      }
    }

    > p{
      color: #2ac6ac;
      border-top: 2px solid #2ac6ac;
    }
  }

  .set_price{
    border-top: 0;
    margin-top: 0;

    > div{
      > span:last-child{
        background-color: #2ac6ac;
      }
    }
  }
}


.goods_list02{
  .goods_list-ttl{
    color: #e66b2e;;
  }
  .goods_price{
    border: 2px solid #e66b2e;

    > div{

      > span:first-child{
        background-color: #ffcc99;
      }
      > span:last-child{
        background-color: #e66b2e;
      }

      span + span{
        border-left: 2px solid #e66b2e;
      }
    }

    > p{
      color: #e66b2e;
      border-top: 2px solid #e66b2e;
    }
  }
  .set_price{
    border-top: 0;
    margin-top: 0;

    > div{
      > span:first-child{
        background-color: #ffcc99;
      }
      > span:last-child{
        background-color: #e66b2e;
      }
    }
  }

  .goods_price_size{
    color: #e66b2e;
  }
}

.goods_price_size{
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  margin-top: 10px;
}


.sec-goods_online{
  margin-top: 25px;

  a{
    display: block;
    max-width: 420px;
    margin: 35px auto 0;
  }
}


.cs_img{
  max-width: 600px;
  margin: 30px auto 0;
}



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

  .menu-block{
    padding: 0 3%;
  }

  .goods_list {
    gap: 15px 3%;
    margin: 15px auto 0;
  }

  .goods_list-item {
    width: 48.5%;
  }

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

  .goods_price{
    width: 100%;
    border: 1px solid #ff6666;
    margin: 5px auto 0;

    > div{
      height: 16px;
      font-size: 10px;

      span + span{
        border-left: 1px solid #ff6666;
      }
    }

    > p{
      height: 20px;
      font-size: 12px;
      border-top: 1px solid #ff6666;
    }
  }
  .set_price{
    border-top: 0;
    margin-top: 0;
  }

  .goods_list02{
    .goods_price{
      border: 1px solid #e66b2e;

      > div{
        span + span{
          border-left: 1px solid #e66b2e;
        }
      }

      > p{
        border-top: 1px solid #e66b2e;
      }
    }
    .set_price{
      border-top: 0;
      margin-top: 0;
    }

  }

  .goods_price_size{
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }


  .sec-goods_online{
    margin-top: 15px;

    a{
      width: 87%;
      margin: 15px auto 0;
    }
  }

  .bg-main1{
    .goods_price_size span{
      letter-spacing: -0.03em;
    }
  }

  .cs_img{
    margin: 15px auto 0;
  }


}


/*//////////////////////////// sec-product ////////////////////////////*/
/* product-block */
.product-list{
  margin-top: 30px;
}
.product-list > ul{
  max-width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 4.6%;
  margin: 0 auto;

  li{
    width: 47.7%;

    .product_name{
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      margin-top: 10px;
    }
    .product_price{
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      margin-top: 5px;
    }
  }
  li.product-list-ttl{
    width: 100%;
    max-width: 450px;
  }
}

.special-block{
  .product_price{
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin-top: 30px;
  }
}

.color_01{
  color: #dc415c;
}
.color_02{
  color: #e22b6d;
}
.color_03{
  color: #f78e2a;
}
.color_04{
  color: #ff9999;
}

.color_05{
  color: #dbe05a;
}
.color_06{
  color: #acbfbf;
}
.color_07{
  color: #665f6d;
}
.color_08{
  color: #66ccc6;
}
.color_09{
  color: #8ae6d6;
}

.product-list > ul + ul{
  margin-top: 60px;
}


/* special-block */
.special-block{
  .special_ttl{
    max-width: 330px;
    margin: 60px auto 0;
  }
  .special_img{
    max-width: 600px;
    margin: 30px auto 0;
  }
}


/* present-block */
.present-block{
  .present_ttl{
    max-width: 420px;
    margin: 60px auto 0;
  }
  .present_img{
    max-width: 500px;
    margin: 30px auto 0;
  }
}

.bg-main2{
  .present-block{

    .present_img{
      max-width: 600px;
    }
  }
}



@media screen and (max-width: 834px) { 
  /* product-block */
  .product-block{
    padding: 0 3%;
  }
  .product-list{
    margin-top: 15px;
  }
  .product-list > ul{
    gap: 15px 4%;
    margin: 0 auto;

    li{
      width: 48%;

      .product_name{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
      }
      .product_price{
        font-size: 12px;
        line-height: 16px;
      }
    }
    li.product-list-ttl{
      width: 94%;
    }
  }

  .product-list > ul + ul{
    margin-top: 30px;
  }

  .special-block{
    .product_price{
      font-size: 12px;
      line-height: 16px;
      margin-top: 15px;
    }
  }


  /* special-block */
  .special-block{
    .special_ttl{
      width: 80%;
      margin: 30px auto 0;
    }
    .special_img{
      margin: 15px auto 0;
    }
  }

  /* present-block */
  .present-block{
    .present_ttl{
      width: 93%;
      margin: 30px auto 0;
    }
    .present_img{
      width: 96%;
      margin: 15px auto 0;
    }
  }

  .bg-main2{
    .present-block{

      .present_img{
        width: 100%;
      }
    }
  }



}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 564px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3.4%;
  margin: 35px auto 0;

  li {
    width: 48.3%;
  }
}

.bg-main2{
  .bath_menu{
    li:first-child{
      margin: 0 10%;
    }
  }
}

@media screen and (max-width: 834px) {
  .bath_menu{
    width: 97%;
    gap: 15px 3.4%;
    margin: 15px auto 0;
  }

}



/*//////////////////////////// sec-collabo ////////////////////////////*/
.deco-img{
  max-width: 600px;
  margin: 30px auto 0;
}


@media screen and (max-width: 834px) {
  .deco-img{
    margin: 15px auto 0;
  }

}



/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign-block{
  .sec_mainTxt span:first-child{
    color: #e22b6d;
  }
  .sec_mainTxt span:last-child{
    color: #f78e2a;
  }
}
.campaign_img{
  max-width: 540px;
  margin: 30px auto 0;

  img + img{
    margin-top: 30px;
  }
}

.campaign_deco{
  margin-top: 80px;

  .campaign_deco_ttl{
    max-width: 420px;
    margin: 0 auto;
  }
  .campaign_deco_img{
    max-width: 600px;
    margin: 30px auto 0;
  }
}

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

/*campaign-sanka*/
.campaign-sanka{
  max-width: 450px;
  background-color: #ffbfbf;
  border-radius: 20px;
  padding: 10px 10px 30px 10px;
  margin: 50px auto 0;
  position: relative;
  outline: 3.5px dotted rgba(255, 255, 255, 0.5);
  outline-offset: -10px;

  .sanka_ttl{
    max-width: 210px;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
    margin: -10px auto 0;
  }

  .sanka_link{
    max-width: 324px;
    margin-top: 5px;
  }

  .js-copy-txt{
    color: #ffffcc;
    cursor: pointer;
  }

  ul{
    z-index: 10;
    position: relative;
  }

  ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 800;
    margin-top: 5px;

    .sanka_num{
      width: 30px;
    }
    .sanka_txt{
      letter-spacing: -0.04em;
      margin-top: 10px;
    }
  }

  li + li{
    margin-top: 25px;
  }

  .sanka_come{
    max-width: 375px;
    border-radius: 11px;
    background-color: #ff891f;
    margin: 15px auto 0;
    padding: 10px;

    p:last-child{
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
    }

  }
}


.bg-main2{
  .campaign-block{
    .sec_mainTxt span:first-child{
      color: #c5cc29;
    }
    .sec_mainTxt span:last-child{
      color: #56d0dd;
    }
  }

  .campaign-sanka{
    background-color: #8ae6d6;

    .sanka_come{
      background-color: #89c7e6;
    }
  }

}


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

@media screen and (max-width: 834px) {
  .campaign_img{
    width: 93%;
    margin: 15px auto 0;

    img + img{
      margin-top: 15px;
    }
  }

  .campaign_deco{
    margin-top: 40px;

    .campaign_deco_ttl{
      width: 93%;
    }
    .campaign_deco_img{
      margin: 15px auto 0;
    }
  }

  /*campaign-sanka*/
  .campaign-sanka{
    width: 100%;
    padding: 10px 5% 25px 5%;
    margin: 25px auto 0;
    outline: 2.5px dotted rgba(255, 255, 255, 0.5);
    outline-offset: -7px;

    .sanka_ttl{
      max-width: 160px;
    }

    .sanka_link{
      width: 84%;
    }


    ul li{
      font-size: 12px;
      line-height: 18px;

      .sanka_num{
        width: 20px;
      }

      .sanka_txt{
        letter-spacing: -0.05em;
        margin-top: 5px;
      }
    }

    li + li{
      margin-top: 15px;
    }

    .sanka_come{
      width: 92%;
      border-radius: 7px;
      margin: 10px auto 0;
      padding: 5px;

      p:last-child{
        font-size: 10px;
        line-height: 13px;
        margin-top: 5px;
      }

    }
  }




}

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

}

/*//////////////////////////// sec-mystery ////////////////////////////*/
.hint-ttl{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
.hint-txt{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hint_sub-txt{
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

.mystery_img{
  max-width: 480px;
  margin: 30px auto 0;
}


@media screen and (max-width: 834px) {
  .hint-ttl{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .hint_sub-txt{
    font-size: 10px;
    line-height: 1.4;
    margin-top: 3px;
  }

  .mystery_img{
    width: 92%;
    margin: 25px auto 0;
  }

}

/*//////////////////////////// sec-broadcast ////////////////////////////*/
.broadcast-img{
  max-width: 560px;
  margin: 60px auto 0;
}

@media screen and (max-width: 834px) {
  .broadcast-img{
    width: 89%;
    margin: 15px auto 0;
  }

}


/*//////////////////////////// sec-open ////////////////////////////*/
.open-list{
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
}
.open-list + .open-list{
  margin-top: 65px;
}

.open-list_ttl{
  width: 100%;
}
.cafe_txt{
  font-size: 20px;
  color: #d7003a;
  margin-top: 10px;
}

.open-list.cafe{
  .open-list_shop{
    margin-top: 30px;
  }
}

.open-list_box{
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.open-list_box.tohoku{
  margin-top: 30px;
}
.open-list_box + .open-list_box{
  margin-top: 45px;
}
.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;
  align-items: center;
  gap: 15px 0;
  margin: 20px auto 0;
}
.open-list_shop-item{
  display: flex;
  font-size: 20px;
  position: relative;
}

.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
  display: flex;
}

.open-list_shop-item span{
  height: 24px;
  background-color: #666;
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 0.3em;
}

.open-list_shop-item.kome{
  padding-bottom: 1em;
}
.open-list_shop-item.kome > p{
  width: 100%;
  font-size: 12px;
  text-align: left;
  position: absolute;
  bottom: 0.25em;
  left: 5em;
  white-space: nowrap;
}



@media screen and (min-width: 835px) {
  .open-list_shop-item.kome{
    width: 290px;
  }
}


@media screen and (max-width: 834px) {
  .open-block{
    padding: 0 5%;
  }
  .open-list{
    margin: 15px auto 0;
  }

  .open-list + .open-list{
    margin-top: 30px;
  }
  .cafe_txt{
    font-size: 14px;
  }
  .open-list.cafe{
    .open-list_shop{
      margin-top: 15px;
    }
}


  .open-list_box + .open-list_box{
    margin-top: 30px;
  }
  .open-list_box.tohoku{
    margin-top: 15px;
  }
  .open-list_box_ttl{
    height: 20px;
    font-size: 14px;
  }

  .open-list_shop{
    gap: 10px 0;
    margin: 15px auto 0;
  }
  .open-list_shop-item{
    font-size: 14px;
  }

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

  .open-list_shop-item.kome{
    width: 200px;
    padding-bottom: 1.25em;
    margin: auto;
  }
  .open-list_shop-item.kome > p{
    font-size: 10px;
    left: 4.75em;
  }



}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  max-width: 600px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin: 30px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 834px) {
  .things-box{
    width: 92%;
    font-size: 12px;
    line-height: 19px;
    margin: 15px auto 0;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.sec-about {
  margin-top: 80px;

  .bg_g{
    border: 6px solid #4eb3e5;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px 0 80px;
  }
}
.about_txt{
  font-size: 24px;
  line-height: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {            
  .sec-about {
    margin-top: 40px;

    .sec_ttl{
      width: 70%;
    }

    .bg_g{
      border: 3px solid #4eb3e5;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.85);
      padding: 25px 0 40px;
    }
  }
  .about_txt{
    font-size: 12px;
    line-height: 20px;
  }

}

/*//////////////////////////// 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{
  margin-top: 30px;
  padding-bottom: 50px;
}

.main-footer__desc{
  font-size: 20px;
  line-height: 1.6;
}

.footer_logo{
  display: block;
  max-width: 320px;
  margin: 100px auto 0;
}

.main-footer__copyright{
  max-width: 90px;
  margin: 25px auto 0;
}

.foot_btnwrap{
  position: fixed;
  bottom: 60px;
  right: 6%;
  display: none;
  cursor: pointer;
  width: 160px;
  z-index: 10;
}
.main-footer__cart {
  width: 120px;
  display: block;
  margin: 15px auto 0;
}
.main-footer__cart img {
  max-width: 100%;
  width: 100%;
}
.main-footer__backtop {
  width: 144px;
  transition: 0.3s;
  margin: 10px auto 0;
}
.main-footer__backtop:hover {
  opacity: 0.7;
}

.foot_btnwrap{
  button{
    width: 160px;

    transition: 0.3s;

    &:hover{
      opacity: 0.7;
    }
  }
  button + button{
    margin-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .main-footer{
    margin-top: 15px;
    padding-bottom: 25px;
  }

  .main-footer__desc{
    font-size: 12px;
    line-height: 20px;
  }

  .footer_logo{
    width: 50%;
  }

  .main-footer__copyright{
    width: 20%;
    margin: 10px auto 0;
  }

  .foot_btnwrap{
    bottom: 20px;
    right: 3%;
    width: 80px;
  }
  .main-footer__cart {
    width: 60px;
    margin: 10px auto 0;
  }

  .main-footer__backtop {
    width: 72px;
    transition: 0.3s;
    margin: 5px auto 0;
  }


  .foot_btnwrap{
    button{
      width: 80px;
    }
    button + button{
      margin-top: 5px;
    }
  }

}


/*///////////////////// round tab /////////////////////*/
.sec-round-nav {
  padding-top: 40px;

  .inner{
    max-width: 910px;
  }
}

button{
  border: none;
  background-color: initial;
}

.round-jump {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*gap: 12px;*/
  max-width: 880px;
  margin: 0 auto;
}

.round-jump__btn {
  max-width: 420px;
  /*flex: 1;
  display: block;
  padding: 18px 10px;
  border: 3px solid #fff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
  transition: opacity 0.3s ease, transform 0.2s ease;*/
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.round-jump__btn:hover {
  opacity: 0.8;
}

/*.round-jump__btn[data-round="1"] {
  background-color: #f0887d;
}

.round-jump__btn[data-round="2"] {
  background-color: #7ecfd6;
}*/

.sec-common-sealrally {
  padding: 30px 0 0;
}

.common-sealrally-block__frame {
  min-height: 200px;
  padding: 40px 20px;
  border: 3px dashed #b8ddd8;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #7d624b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.common-sealrally-block__frame::before {
  content: "共通シールラリー（コンテンツは後で追加）";
}

.sec-round-tab {
  padding: 30px 0 0;
}

.round-tab {
  display: flex;
  /* gap: 8px; */
  max-width: 565px;
  margin: 0 auto -1px;
}

.round-tab__btn {
  /*flex: 1;
  display: block;
  padding: 14px 10px 16px;
  border: 3px solid #fff;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.06) inset;*/
  transition: opacity 0.3s ease, padding 0.2s ease;
  width: 240px;
  margin-top: auto;
  padding: 0;
}
.round-tab__btn + .round-tab__btn {
  margin-left: 4px;
}

.round-tab__btn:hover {
  opacity: 0.8;
}

/*.round-tab__btn[data-round="1"] {
  background-color: #f0887d;
}

.round-tab__btn[data-round="2"] {
  background-color: #7ecfd6;
}*/

.round-tab__btn.is-active {
  /*padding-bottom: 20px;*/
  opacity: 1;
  width: 320px;
}

.round-tab__btn:not(.is-active) {
  /*opacity: 0.55;*/
  /*padding-bottom: 12px;*/
}

.round-tab__btn:not(.is-active):hover {
  opacity: 0.75;
}

.round-panel {
  display: none;
}

.round-panel.is-active {
  display: block;
}

@media screen and (max-width: 834px) {
  .sec-round-nav {
    padding: 20px 0 0;
  }

  .round-jump {
    flex-direction: column;
    gap: 10px 0;
    /*padding: 0 15px;*/
  }

  .round-jump__btn {
    width: 85%;
    margin: 0 auto;
    /*padding: 14px 8px;
    font-size: 14px;
    border-width: 2px;*/
  }

  .sec-common-sealrally {
    padding: 20px 0 0;
  }

  .common-sealrally-block__frame {
    min-height: 120px;
    padding: 30px 15px;
    font-size: 13px;
    border-radius: 15px;
  }

  .sec-round-tab {
    padding: 50px 0 0;
  }

  .round-tab {
    /*gap: 6px;*/
    padding: 0 15px;
  }

  /*.round-tab__btn {
    padding: 12px 8px 14px;
    font-size: 13px;
    border-width: 2px;
    border-radius: 15px 15px 0 0;
  }*/

  /*.round-tab__btn.is-active {
    padding-bottom: 16px;
  }

  .round-tab__btn:not(.is-active) {
    padding-bottom: 10px;
  }*/
}

/*///////////////////// 追記 /////////////////////*/
.sec-ps{
  font-size: 16px;
  line-height: 1.75;
  /*color: #666666;*/
  background-color: rgba(255, 255, 255, 0.85);
  padding: 75px 0;

  h2{
    font-size: 20px;
    font-weight: 700;
  }

  h3{
    font-size: 20px;
    font-weight: 700;
    color: #ff6666;
  }

  .ps_in{
    margin-top: 1.5em;
  }
  .ps_date{
    color: #ff6666;
  }

}
@media screen and (max-width: 834px) {
  .sec-ps{
    font-size: 14px;
    /*margin-top: 30px;*/
    padding: 50px 0;
    h2{
      font-size: 17px;
    }

    h3{
      font-size: 17px;
    }
  }
  
}

