@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: #004160;
  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.jpg");
  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.jpg");*/
    /*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: 1.5vw;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: white;
    padding: 32px 0;
    top: 0;
    right: 0;
  }
}
.sec-mv__sns-item {
  margin-left: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 36px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  /*height: 410px;*/
  display: flex;
  align-items: center;
  padding-top: 65px;
}
.sec-menu .inner{
  max-width: 735px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 15px 2%;
}
.menu-list__item {
  width: 32%;
}
.menu-list__item a {
  display: block;
}

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

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

}


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

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

.bg_g{
  max-width: 680px;
  background-color: #f9c2ff;
  border: 8px solid #fff;
  border-radius: 18px;
  padding: 0 15px 85px; 
  margin: auto;
  position: relative;
} 
.bg_g::before{
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 4px solid #108ab6;
  border-radius: 16px;
  position: absolute;
  top: -6px;
  left: -6px;
  pointer-events: none;
}

.sec_ttl{
  display: block;
  max-width: 600px;
  margin: -85px auto 0;
  z-index: 1;
  position: relative;
}


.sec_mainTxt{
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
  margin-top: 35px;
}
.fw_bold{
  font-weight: 900;
  color: #9e2fcc;
}

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

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



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

  .sec{
    margin-top: 22.5vw;
  }

  .bg_g{
    border: 4px solid #fff;
    border-radius: 10px;
    padding: 0 10px 50px; 
  } 
  .bg_g::before{
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #108ab6;
    border-radius: 9px;
    position: absolute;
    top: -3px;
    left: -3px;
  }

  .sec_ttl{
    display: block;
    margin: -11.5vw auto 0;
  }

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

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

  .random-img {
    width: 50%;
    margin: 20px auto 0;
  }

}

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

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

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

@media screen and (max-width: 834px){
  .sec-plus{
      margin-top: 17.4vw;
  }
  .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: 20px;
}

.goods_list {
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3.2%;
  margin: 25px auto 0;
}
.goods_list + .come-txt{
  margin-top: 65px;
}
.goods_list-item {
  width: 48.4%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin-top: 5px;
}
.goods_price{
  width: 222px;
  border: 2px solid #004160;
  margin: 5px auto 0;

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

    > span{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    > span:first-child{
      width: calc((100% - 62%) / 2);
      background-color: #108ab6;
    }
    > span:nth-child(2){
      width: calc((100% - 62%) / 2);
      background-color: #ff73ca;
    }
    > span:last-child{
      width: 63%;
      background-color: #004160;
    }

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

  > p{
    height: 30px;
    font-size: 18px;
    font-weight: 800;
    border-top: 2px solid #004160;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.set_price{
  border-top: 0;
  margin-top: 0;

  /*> div{
    > span:first-child{
      width: calc(100% - 62%);
      background-color: #ff73ca;
    }
  }*/
}

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

.sec-goods_online a{
  display: block;
  max-width: 360px;
  margin: 30px auto 0;
}

/* store-block */
.store-block{
  margin: 80px auto 0;

  .sec_mainTxt .fw_bold{
    color: #db359c;
  }
}


.store_ttl{
  max-width: 560px;
  margin: 0 auto;
}

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

.store-img{
  max-width: 620px;
  margin: 30px auto 0;
}



@media screen and (max-width: 834px) {
  .menu-block .sec_mainTxt + .come-txt{
    margin-top: 15px;
  }

  .goods_list {
    gap: 20px 3.2%;
  }
  .goods_list + .come-txt{
    margin-top: 40px;
  }
 
  .goods_list-ttl{
    font-size: 12px;
    line-height: 14px;
  }

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

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

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

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

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

  .sec-goods_online a{
    width: 78%;
    margin: 20px auto 0;
  }


  /* store-block */
  .store-block{
    margin: 40px auto 0;
  }
  .store_ttl{
    width: 89%;
  }
  .store-img {
    margin: 20px auto 0;
  }
}


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

}*/

/*//////////////////////////// sec-product ////////////////////////////*/
/* product-block */
.product-list{
  margin-top: 35px;
}
.product-list > ul.drink{
  /*max-width: 568px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 2%;
  margin: 0 auto;

  li{
    width: 48%;
  }
}
.product-list > ul.food{
  margin-top: 65px;

  li{
    margin-top: 10px;
  }
}

/* special-block */
.special-block01{
  .special_img{
    max-width: 600px;
    margin: 80px auto 0;
  }
  .product_price{
    font-size: 20px;
    font-weight: 800;
    margin-top: 35px;
  }
}
.special-block02{
  .special_img{
    max-width: 600px;
    margin: 80px auto 0;
  }
}


/* present-block */
.present_ttl{
  max-width: 600px;
  margin: 80px auto 0;
}
.present_img{
  max-width: 560px;
  margin: 30px auto 0;
}

.present_random{
  max-width: 440px;
  margin: 30px auto 0;
}


@media screen and (max-width: 834px) { 
  /*product-block*/
  .product-list{
    margin-top: 25px;
  }
  .product-list > ul.drink{
    gap: 30px 4%;
  }
  .product-list > ul.food{
    margin-top: 35px;

    li{
      margin-top: 5px;
    }
  }
 
  /* special-block */
  .special-block01{
    .special_img{
      width: 95%;
      margin: 40px auto 0;
    }
    .product_price{
      font-size: 16px;
      margin-top: 15px;
    }
  }
  .special-block02{
    .special_img{
      width: 95%;
      margin: 40px auto 0;
    }
  }

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

  .present_random{
    width: 76%;
    margin: 20px auto 0;
  }

}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 410px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
.bath_menu .bath_menu-item{
  width: 14.7%;
}

.bath-table {
  overflow-x: auto;
}
.bath-table__img {
  width: 780px;
  margin-top: 30px;
}

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

  .bath_menu .bath_menu-item{
    width: 14.3%;
  }
  /*.bath-table {
    overflow-x: auto;
  }*/
  .bath-table__img {
    width: 520px;
    margin-top: 15px;
  }
}


/*//////////////////////////// sec-collabo ////////////////////////////*/
.deco-img{
  margin: 30px auto 0;
}
.spot-ttl{
  max-width: 560px;
  margin: 80px auto 0;
}
.spot-ttl + .sec_mainTxt{
  margin-top: 25px;
}
.spot-img{
  max-width: 480px;
  margin: 30px auto 0;
}

.spot-flow{
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 24px;
  border: 8px solid #9e2fcc;
  margin: 55px auto 0;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
    z-index: 0;
    border-radius: 22px;
    background: linear-gradient(to right, #fff 0%, #73e5c7 100%);
  }
  &::after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    z-index: 1;
    border-radius: 18px;
    background: #108ab6;
  }

  .spot-flow_ttl{
    max-width: 120px;
    position: relative;
    z-index: 3;
    margin: -28px auto 0;
  }

  ul{
    padding: 30px 25px 25px;
    position: relative;
    z-index: 2;

    &::before{
      content: '';
      width: 100%;
      height: calc(100% + 20px);
      border: 2px solid #9e2fcc;
      border-radius: 18px;
      position: absolute;
      top: -22px;
      left: -2px;
      pointer-events: none;
    }

    /*li{
      z-index: 10;
      position: relative;
    }*/
    li + li{
      border-top: 2px solid #fff;
      padding-top: 25px;
      margin-top: 25px;
    }

    .flow02 .txt2{
      font-size: 20px;
      line-height: 30px;
      margin-top: 15px;
    }
    .flow02 .txt3{
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
      margin-top: 15px;
    }
    .flow03 .txt1 span{
      font-size: 26px;
      color: #ffff00;
      display: inline-block;
      margin-top: 10px;
    }
    .flow03 .txt4{
      font-size: 24px;
      color: #108ab6;
      background-color: #fff;
      display: inline-block;
      margin-top: 15px;
      padding: 0.35em 1.65em;
    }
  }
}


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

  .spot-ttl{
    width: 90%;
    margin: 40px auto 0;
  }
  .spot-ttl + .sec_mainTxt{
    margin-top: 20px;
  }
  .spot-img{
    width: 82%;
    margin: 20px auto 0;
  }

  .spot-flow{
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 12px;
    border: 8px solid #9e2fcc;
    margin: 30px auto 0;
    position: relative;

    &::before {
      content: '';
      position: absolute;
      width: calc(100% + 14px);
      height: calc(100% + 14px);
      top: -7px;
      left: -7px;
      z-index: 0;
      border-radius: 12px;
      background: linear-gradient(to right, #fff 0%, #73e5c7 100%);
    }
    &::after {
      content: '';
      position: absolute;
      width: calc(100% + 6px);
      height: calc(100% + 6px);
      top: -3px;
      left: -3px;
      z-index: 1;
      border-radius: 8px;
      background: #108ab6;
  }

    .spot-flow_ttl{
      width: 80px;
      position: relative;
      z-index: 3;
      margin: -22px auto 0;
    }

    ul{
      padding: 15px;
      position: relative;
      z-index: 2;

      &::before{
        content: '';
        width: calc(100% + 6px);
        height: calc(100% + 16px);
        border: 1px solid #9e2fcc;
        border-radius: 10px;
        position: absolute;
        top: -14px;
        left: -4px;
      }

      li + li{
        border-top: 1px solid #fff;
        padding-top: 12px;
        margin-top: 12px;
      }

      .flow02 .txt2{
        font-size: 10px;
        line-height: 15px;
        margin-top: 5px;
      }
      .flow02 .txt3{
        font-size: 10px;
        line-height: 15px;
        white-space: nowrap;
        margin-top: 10px;
      }
      .flow03 .txt1 span{
        font-size: 14px;
        margin-top: 5px;
      }
      .flow03 .txt4{
        font-size: 12px;
        margin-top: 10px;
      }
    }
  }

}


/*//////////////////////////// sec-campaign ////////////////////////////*/
.sec-campaign {
  .sec_mainTxt{
    span:first-of-type{
      color: #cc3d3d;
    }
    span:last-of-type{
      color: #36b35f;
    }
  }
  .spot-flow h4{
    font-weight: 800;
  }
}

.campaign_img{
  max-width: 620px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;

  img{
    width: 48.4%;
  }
}

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

/*campaign-sanka*/
.sanka01_link{
  max-width: 440px;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;

  > div{
    width: 47.8%;
  }
}
.sanka02{
  line-height: 40px;
  z-index: 10;
  position: relative;

  a{
    color: #ffd766;
    cursor: pointer;
  }
} 
.sanka03{
  line-height: 40px;

  p{
    span:first-of-type{
      color: #ff9f9f;
    }
    span:last-of-type{
      color: #7dea7a;
    }
  }
}
.sanka04{
  line-height: 40px;

  p + p{
    margin-top: 1em;
  }
}


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

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

  .sec-campaign {
    .spot-flow h4{
      white-space: nowrap;
      margin-left: -0.8em;
    }
  }

  .campaign_img{
    margin: 15px auto 0;
  }

  /*campaign-sanka*/
  .sanka01_link{
    margin: 10px auto 0;

    > div{
      width: 49.2%;
    }
  }
  .sanka02{
    line-height: 20px;
  } 
  .sanka03{
    line-height: 20px;
    letter-spacing: -0.025em;
    white-space: nowrap;
  }
  .sanka04{
    line-height: 20px;
    letter-spacing: -0.025em;
  }


}


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


}


/*//////////////////////////// sec-broadcast ////////////////////////////*/
.broadcast_img{
  max-width: 490px;
  margin: 30px auto 0;
}

@media screen and (max-width: 834px) {
  .broadcast_img{
    width: 90%;
  }

}



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

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

.open-list_box{
  max-width: 450px;
  margin: 0 auto;
}
.open-list_box + .open-list_box{
  margin-top: 60px;
}
.open-list_box_ttl{
  width: 100%;
  height: 30px;
  border-radius: 15px;
  background-color: #ff299e;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-list_shop{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin: 15px auto 0;
}
.open-list_shop-item{
  display: flex;
  font-size: 18px;
  position: relative;
}

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

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


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


@media screen and (max-width: 834px) {
  .open-list{
    margin: 15px auto 0;
  }
  .open-list + .open-list{
    margin-top: 40px;
  }

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

  .open-list_box{
    width: 90%;
  }
  .open-list_box + .open-list_box{
    margin-top: 30px;
  }
  .open-list_box_ttl{
    height: 20px;
    font-size: 14px;
  }

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

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

}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  /*font-family: "Noto Sans JP", sans-serif;*/
  max-width: 610px;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  /*letter-spacing: 0.03em;*/
  text-align: left;
  margin: 25px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.5em;
}

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

}

/*//////////////////////////// sec-about ////////////////////////////*/
.sec-about .bg_g{
  padding: 0 15px 70px;
}
.about_txt{
  max-width: 620px;
  margin: 30px auto 0;
}

@media screen and (max-width: 834px) {
  .sec-about .bg_g{
    padding: 0 10px 25px;
  }
  .about_txt{
    margin: 15px auto 0;
  }
}

/*//////////////////////////// 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: 35px 0 20px;
}
.main-footer__desc{
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  /*font-family: "Noto Sans JP", sans-serif;*/
  margin-top: 75px;
}

.gk_link{
  display: block;
  max-width: 210px;
  margin: 30px auto 0;
}
.footer_logo{
  display: block;
  max-width: 270px;
  margin: 60px auto 0;
}

.main-footer__copyright{
  font-size: 15px;
  color: #fff;
  margin: 15px auto 0;
}

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

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 40px 0 15px;
  }
  .main-footer__logo{
    width: 50%;
  }
  .main-footer__desc{
    font-size: 10px;
    margin-top: 25px;
  }
  .gk_link{
    width: 39%;
    margin: 15px auto 0;
  }
  .footer_logo{
    width: 54%;
    margin: 50px auto 0;
  }
  .main-footer__copyright {
    font-size: 10px;
    margin: 15px auto 0;
  }
  .foot_btnwrap{
    bottom: 20px;
    right: 3%;
    width: 60px;
  }
  .main-footer__backtop {
    margin: 10px auto 0;
  }

}




