@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..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 {
  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: #75655d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 100%;
  /*letter-spacing: -0.05em;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-image: url("../img/bg01.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;
  /*background-color: #75655d;*/
  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;
}
.mv_under{
  margin-top: -25px;
}
.sec-mv__ttl{
  position: relative;
  z-index: 1;
}
.sec-mv__ttl img {
  width: 100%;
}
.sec-mv__sns {
  /*position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 1vw;
  right: 4.5vw;*/
  display: flex;
  justify-content: center;
  background-color: #fffbf5;
  margin-top: -15px;
  z-index: 1;
  position: relative;
}

.sns_top {
  margin-top: -10px;

  img{
    transform: scale(1, -1);
  }
}
.sns_foot{
  margin-top: -15px;
}

/*@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: #ceaf80;
    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;
  }*/
  .mv_under{
    margin-top: -4vw;
  }
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 36px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  height: 505px;
  display: flex;
  align-items: center;
  position: relative;
}

.sec-menu .inner{
  max-width: 1020px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 876px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  /*gap: 20px 3.3%;*/
}
.menu-list__item {
  width: calc(100% / 3);
}
.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: 20px;
  }

  .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 4%;
  margin: 0 auto;
  width: 100%;
}



.sec_bg{
  max-width: 776px;
  background-color: #fff;
  padding: 0 15px 15px 15px;
  margin: 0 auto;
  position: relative;
}
.sec_bg_top{
  max-width: 776px;
  margin: 0 auto;
}
.sec_bg::after{
  content: '';
  background: url("../img/bg_foot.png") center / 100% no-repeat;
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: -44px;
  left: 0;
}

.linear-gradient-image{
  > div{
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 833px) {
  /* 四方上 */
  .linear-gradient-image.all {
    /*background-image: url("../img/yoko.png");
    background-size: 24px 4px;
    background-repeat: repeat-x;
    background-position: center top;*/
    position: relative;
  }
  /* 四方下 */
  .linear-gradient-image.all::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 44px);
    background-image: url("../img/yoko.png");
    background-size: 24px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
    z-index: 1;
  }
  /* 縦線 */
  .linear-gradient-image.all span.tate {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 44px);
  }
  /* 四方左 */
  .linear-gradient-image.all span.tate {
    background-image: url("../img/tate.png");
    background-size: 4px 24px;
    background-repeat: repeat-y;
    background-position: left bottom;
    z-index: 1;
  }
  /* 四方右 */
  .linear-gradient-image.all span.tate::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/tate.png");
    background-size: 4px 24px;
    background-repeat: repeat-y;
    background-position: right bottom;
    z-index: 1;
  }
}


.sec_ttl{
  display: block;
  max-width: 890px;
  /*margin: 0 auto -137px;*/
  margin: 0 auto clamp(-137px, -15vw, -124px);
  z-index: 2;
  position: relative;
}

.sec_mainTxt{
  font-size: 15px;
  line-height: 20px;
  /*margin-top: 35px;*/
  padding-top: 10px;

  span.red{
    color: #e76254;
  }
  span.big{
    font-size: 20px;
  }
}

.size-txt{
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}
.come-txt{
  font-size: 10px;
  line-height: 14px;
  margin-top: 15px;
}

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


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

  .sec {
      margin-top: 14vw;
  }

  /* プラスセットエリア：灰色の点線囲み（太さ2px・ダッシュ12px・線の両端が丸・角丸12px） */
  .linear-gradient-image{
    position: relative;
  }
  .linear-gradient-image::before{
    content: '';
    width: 100%;
    /*height: 100%;*/
    height: calc(100% + 6.8vw);
    position: absolute;
    top: -3.4vw;
    left: 0;
    border: none;
    border-radius: 0px;
    /* SVGで stroke-linecap:round の点線を4辺にタイル（太さ2px・タイル12px・ダッシュ6px+間隔5px・1px余白で両端の丸が切れないように） */
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2'%3E%3Cline x1='1' y1='1' x2='12' y2='1' stroke='%23999' stroke-width='2' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2'%3E%3Cline x1='1' y1='1' x2='12' y2='1' stroke='%23999' stroke-width='2' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12'%3E%3Cline x1='1' y1='1' x2='1' y2='12' stroke='%23999' stroke-width='2' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12'%3E%3Cline x1='1' y1='1' x2='1' y2='12' stroke='%23999' stroke-width='2' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px;
    /* 線端の丸（半径1px）による見た目のズレを打ち消すため、1px内側に配置 */
    background-position: calc(50% - 2px) 0, calc(50% + 2px) 100%, 0px 50%, 100% 50%;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    z-index: 1;
  }

  .sec_bg{
    padding: 0 1.5vw;
  }
  .sec_bg::before{
    content: '';
    background: url("../img/bg_foot.png") center / 100% no-repeat;
    width: 100%;
    height: 0;
    position: absolute;
    top: -5.2vw;
    left: 0;
    transform: scale(1, -1);
    padding-top: 5.3vw;
  }
  .sec_bg::after{
    content: '';
    background: url("../img/bg_foot.png") center / 100% no-repeat;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -5.2vw;
    left: 0;
    padding-top: 5.3vw;
  }

  .sec_ttl{
    width: 100vw;
    margin-left: -4vw;
    margin-bottom: -16vw;
  }

  .sec_mainTxt{
    margin-top: 4.4vw;
    padding-top: 2.4vw;
  }

  .random-img {
    width: 22%;
  }

}

@media screen and (max-width: 640px){
  .sec_mainTxt{
    padding-top: 10vw;
  }
}


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

.plus-price{
  max-width: 678px;
  margin: 10px auto 0;
}

.plus-img{
  max-width: 678px;
  margin: 0 auto;
  p.size-txt{
    margin-right: 0.5em;
  }
}


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

}

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

    .sec_mainTxt{
      padding-top: 2.4vw;
    }
  }
  .plus-price{
    width: 94%;
  }

  .plus-img{
    width: 94%;
  }

}

@media screen and (max-width: 640px){
  .sec-plus{
    .sec_mainTxt{
      padding-top: 4vw;
    }
  }

}

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

.goods_list {
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  /*gap: 15px 3%;*/
  margin: 0 auto;
}
.goods_list-item {
  width: 50%;
}
.goods_list-item a {
  display: block;
  container-type: inline-size;
}
.goods_list-ttl{
  font-size: 15px;
  line-height: 19px;
  margin-top: 15px;
}
.goods_price{
  font-size: 15px;
  span{
    font-size: 20px;
    margin: 0 0.2em;
  }
  margin-top: 10px;
}
.goods_price_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.goods_price_box .box_txt{
  max-width: 234px;
  margin: 0 auto;
}
.goods_price_box .box_price{
  font-size: 15px;
  color: #e78470;
  margin-top: 5px;

  span{
    font-size: 20px;
    margin: 0 0.2em;
  }
}

.goods_red{
  font-size: 10px;
  line-height: 14px;
  color: #e76254;
  margin-top: 1em;
}
.goods_price_size{
  font-size: 10px;
  line-height: 14px;
  margin-top: -3cqw;
}


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



/* store-block */
.store-block{
  margin: 25px auto 0;
}
.store_ttl{
  max-width: 540px;
  margin: 0 auto;
}
.store_ttl + .sec_mainTxt{
  margin-top: 0;
}
.store-img{
  width: 100%;
  margin: 5px auto 0;
  p.size-txt{
    margin-right: 10em;
  }
}


.br_s{
  display: none;
}

/*@media screen and (max-width: 709px) {
  .menu-block{
    padding: 0 15px;
  }
}
*/
@media screen and (max-width: 834px) {
  .sec-goods_online a{
    width: 86%;
    margin: 20px auto 0;
  }

  .goods_list{
    width: 96%;
  }

  /* store-block */
  .store-block{
    margin: 15px auto 0;
  }
  .store_ttl{
    width: 86%;
  }
  .store_ttl + .sec_mainTxt {
    margin-top: 0;
  }
  .store-img {
    p.size-txt {
        margin-right: 11vw;
    }
  } 

}


@media screen and (max-width: 640px){
  .sec-goods{
    .sec_mainTxt{
      padding-top: 8vw;
    }
  }
  .br_s{
    display: block;
  }

}

/*//////////////////////////// sec-product ////////////////////////////*/

/* product-block */
.product-list{
  max-width: 730px;
  margin: 0 auto;

  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    li{
      width: 50%;
    }
  }

}

.product-list_a{
  margin-top: 45px;
}
.product-list_b,
.product-list_c{
  margin-top: 90px;
}

.product-list-name{
  max-width: 446px;
  margin: 0 auto -15px;
}

.product_name{
  font-size: 15px;
  line-height: 19px;
  margin-top: -55px;
}
.product_price{
  font-size: 15px;
  margin-top: 15px;
  span{
    font-size: 20px;
  }
}

.ashiato{
  max-width: 610px;
  margin: 65px auto 30px;
}


/* special-block */
.special-img{
  max-width: 720px;
  margin: 0 auto;
}
.special-block .product_name{
  line-height: 25px;
  margin-top: 10px;
  span{
    font-size: 20px;
  }
}
.special_ttl{
  max-width: 580px;
  margin: 55px auto 0;
}
.special-img2{
  max-width: 685px;
  margin: 0 auto;
}


/* present-block */
.present_ttl{
  max-width: 776px;
  margin: 30px auto 0;
}
.present_img{
  width: 100%;
  margin: 0 auto;
}
.present-block{
  .size-txt{
    margin-right: 4em;
    margin-top: -120px;
  }
}


@media screen and (max-width: 834px) { 
  /* product-block */
  .product-list_a{
    margin-top: 25px;
  }
  .product-list_b,
  .product-list_c{
    margin-top: 45px;
  }

  .product-list-name{
    width: 80%;
    margin: 0 auto -1.8vw;
  }

  .product_name{
    margin-top: -6vw;
  }
  .product_price{
    margin-top: 10px;
    span{
      font-size: 20px;
    }
  }

  .ashiato{
    width: 80%;
    margin: 30px auto 20px;
  }


  /* special-block */
  .special-img{
    width: 96%;
  }
  
  .special_ttl{
    width: 76%;
    margin: 30px auto 0;
  }
  .special-img2{
    width: 90%;
  }


  /* present-block */
  .present_ttl{
    margin: 15px auto 0;
  }

  .present-block{
    .size-txt{
      margin-right: 5vw;
      margin-top: -14vw;
    }
  }

}

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

}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 704px;
  margin: 20px auto 0;
}
.bath_ttl{
  max-width: 540px;
  margin: 0 auto;
}
.bath-table__img{
  width: 100%;
  margin: 0 auto;
}
/*.bath-table__img{
  margin-top: 30px;
}*/

@media screen and (max-width: 834px) {
  .bath_ttl{
    width: 86%;
  }
  .bath-table__img{
    width: 98%;
  }

  /*  .bath-table {
    overflow-x: auto;
  }
  .bath-table__img {
    width: 620px;
    display: block;
  }*/

}

/*//////////////////////////// sec-event ////////////////////////////*/
.event_icon{
  max-width: 324px;
  margin: 0 auto;
}


.item_ttl{
  max-width: 540px;
  margin: 15px auto 0;
}
.item_list{
  max-width: 700px;
  display: flex;
  margin: 15px auto 0;

  > li{
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item_name{
    width: 94%;
  }
  .item_price{
    font-size: 20px;
    color: #f4a711;
    margin-top: 5px;
    span{
      font-size: 30px;
    }
  }
}
.item_box .come-txt{
  margin-top: 30px;
}

.how_to .come-txt{
  margin-top: -30px;
}

.period{
  max-width: 680px;
  margin: 10px auto 0;
}

.place{
  max-width: 680px;
  margin: 0 auto;
}

.booking{
  display: block;
  max-width: 476px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .event_icon{
    width: 50%;
    margin: 4.4vw auto 0;
    padding-top: 2vw;
  }

  .sec-event .sec_mainTxt{
    padding-top: 0;
    margin-top: 0;
  }

  .item_ttl{
    width: 80%;
    margin: 10px auto 0;
  }
  .item_list{
    margin: 10px auto 0;

    .item_name{
      width: 90%;
    }
    .item_price{
      font-size: clamp(12px, 2.4vw, 20px);
      span{
        font-size: clamp(18px, 3.6vw, 30px);
      }
    }
  }

  .item_box .come-txt{
    margin-top: 15px;
  }

  .how_to{
    width: 96%;
    margin: 15px auto 0;

    .come-txt{
      margin-top: 0;
    }
  }

  .period{
    width: 96%;
  }

  .place{
    width: 96%;
  }

  .booking{
    width: 76%;
    margin-top: 15px;
  }

}

/*//////////////////////////// sec-quiz ////////////////////////////*/
.quiz_ttl{
  max-width: 484px;
  margin: 20px auto 0;
}
.quiz_img{
  max-width: 446px;
  margin: -10px auto 0;
  position: relative;

  .size-txt{
    text-align: left;
    position: absolute;
    position: absolute;
    bottom: 1.4cqh;
    left: calc((100% - 70%) / 2);
  }
}
.quiz_sanka{
  max-width: 720px;
  margin: 15px auto 0;
}

.quiz_block .come-txt{
  margin-top: -30px;
}

@media screen and (max-width: 834px) {
  .quiz_ttl{
    width: 90%;
    margin: 10px auto 0;
  }
  .quiz_img{
    width: 96%;
  }
  .quiz_sanka{
    width: 96%;
  }

  .quiz_block .come-txt{
    margin-top: 0;
  }


}

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

@media screen and (max-width: 834px) {
  .broadcast-img{
    width: 96%;
  }

}

/*//////////////////////////// sec-collabo ////////////////////////////*/
.deco-img{
  width: 100%;
  margin: 20px auto 0;
  .come-txt{
    margin-top: -30px;
  }
}

.ar_ttl{
  max-width: 588px;
  margin: 10px auto 0;
}
.ar_txt{
  font-size: 15px;
  line-height: 20px;
  margin-top: -20px;
}

.ar-img{
  max-width: 718px;
  margin: 0 auto;
}

.ar_sanka{
  max-width: 686px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .deco-img{
    width: 96%;
    margin: 10px auto 0;
    .come-txt{
      margin-top: 0;
    }
  }

  .ar_txt{
    margin-top: -10px;
  }

  .ar-img{
    width: 96%;
  }

  .ar_sanka{
    width: 96%;
  }

}
   

/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign_img{
  max-width: 714px;
  margin: 10px 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: #de5f90;
  font-weight: 700;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  z-index: 1;
}

.campaign-block > .come-txt{
  color: #5f5f5f;
}

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

}

@media screen and (max-width: 834px) {
  .campaign-sanka{
    margin: 0 2%;
  }

}


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


/*//////////////////////////// sec-open ////////////////////////////*/
.open-list{
  max-width: 540px;
  margin: 40px auto 0;
}

.open-list_box_ttl{
  max-width: 200px;
  margin: 0 auto;
}

.open-list_shop{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
.open-list_shop-item{
  display: flex;
  justify-content: center;
  font-size: 20px;
  position: relative;
  margin-top: 20px;
}
.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.open-list_shop-item span{
  height: 38px;
  background-color: #75655d;
  border-radius: 19px;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  padding: 0 0.5em;
}

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


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

@media screen and (max-width: 834px) {
  .open-list{
    margin: 20px auto 0;
  }
  .open-list_shop-item{
    margin-top: 10px;
  }
  .open-list_box + .open-list_box{
    margin-top: 30px;
  }

}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-block{
  max-width: 640px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-top: 80px;
  margin: 0 auto;
}
.things-block p{
  line-break: strict;
}
.things-block > p + p{
  margin-top: 2em;
}

@media screen and (max-width: 834px) {
  .things-block{
    font-size: 14px;
    margin: 4.4vw 5% 0;
    padding-top: 10vw;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.about--img{
  max-width: 680px;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 834px) {
  .about--img{
    width: 83%;
    min-width: 300px;
  }

}

/*//////////////////////////// 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: 260px 0 40px;
}
.main-footer__logo{
  max-width: 600px;
  margin: 0 auto; 
}
.main-footer__desc{
  max-width: 600px;
  margin: 10px auto 0;
}
.main-footer__copyright{
  max-width: 158px;
  margin: 0 auto;
}
.gk_logo{
  max-width: 270px;
  margin: 25px auto 0;
}
.foot_btnwrap{
  width: 150px;
  position: fixed;
  bottom: 50px;
  right: 4%;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.main-footer__cart {
  width: 150px;
  margin: 0 auto;
}

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

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 100px 0 110px;
  }
  .main-footer__logo{
    width: 85%;
  }
  .main-footer__desc{
    width: 85%;
  }
  .main-footer__copyright {
    width: 22%;
  }
  .gk_logo{
    width: 45%;
    margin: 15px auto 0;
  }
  .foot_btnwrap{
    width: 75px;
    bottom: 15px;
  }
  .main-footer__cart {
    width: 75px;
  }
  .main-footer__backtop {
    width: 75px;
  }

}




