@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&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: #050001;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  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;
}

@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: #000;
    padding: 15px 0;
    top: 0;
    right: 0;
  }
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}



/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  height: 415px;
  display: flex;
  align-items: center;
  background-color: #000;
}
.sec-menu .inner{
  max-width: 1030px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px 2%;
  margin: 0 auto;
  position: relative;
}

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

@media screen and (min-width: 835px) {
  .menu-list::before{
    content: '';
    background: url(../img/menu-bg01.svg) center / 100% no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    top: 70px;
    left: -70px;
    pointer-events: none;
    z-index: 1;
  }
  .menu-list::after{
    content: '';
    background: url(../img/menu-bg02.svg) center / 100% no-repeat;
    width: 95px;
    height: 126px;
    position: absolute;
    bottom: 48px;
    right: -70px;
    pointer-events: none;
  }

}

@media screen and (max-width: 834px) {
  .sec-menu{
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .menu-list {
    width: 100%;
    gap: 10px 3%;
  }
  .menu-list__item {
    width: 46%;
  }

}


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

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

.bg_g{
  max-width: 680px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 30px; 
  margin: auto;
} 

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

.sec_mainTxt{
  font-size: 18px;
  line-height: 27px;
}
.fw_bold{
  font-size: 26px;
  display: inline-block;
  margin-top: 5px;
}

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

.random-txt{
  font-size: 19px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;

  span{
    font-size: 22px;
  }
}
.random-txt::before,
.random-txt::after{
  content: '';
  width: 16px;
  height: 22px;
  background: url(../img/random_icon.svg) center / 100% no-repeat;
  position: relative;
  top: 3px;
}
.random-txt::before{
  margin-right: 5px;
}
.random-txt::after{
  margin-left: 5px;
}


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


  .bg_g{
    padding: 25px 10px; 
  } 

  .sec_mainTxt{
    font-size: 13px;
    line-height: 17px;
  }
  .fw_bold{
    font-size: 18px;
    line-height: 22px;
  }

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

  .random-txt{
    font-size: 14px;
    margin: 10px auto 0;

    span{
      font-size: 16px;
    }
  }
  .random-txt::before,
  .random-txt::after{
    width: 12px;
    height: 16px;
    top: 2px;
  }




}

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

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

.plus-img{
  max-width: 650px;
  margin: 25px auto 0;
}

@media screen and (max-width: 834px){
  .sec-plus{
    margin-top: 30px;
  }
  .plus-price{
    width: 80%;
    margin: 20px auto 0;
  }

  .plus-img{
    margin: 20px 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-item {
  width: 48.4%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.goods_price{
  width: 240px;
  border: 2px solid #16576f;
  margin: 10px auto 0;

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

    > span{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    > span:first-child{
      width: 27%;
      background-color: #b1a66c;
    }
    > span:nth-child(2){
      width: 27%;
      background-color: #621d87;
    }
    > span:last-child{
      width: 46%;
      color: #16576f;
      background-color: #fff;
    }

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

  > p{
    height: 28px;
    font-size: 17px;
    font-weight: 700;
    color: #16576f;
    background-color: #fff;
    border-top: 2px solid #16576f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.set_price{
  border-top: 0;
  margin-top: 0;

  > div{
    > span:first-child{
      width: 27%;
      background-color: #621d87;
    }
    > span:last-child{
      width: 73%;
    }
  }
}

.goods_list-item8{
  .goods_price{
    > div{
      > span:first-child{
        width: 50%;
        background-color: #b1a66c;
      }
      > span:last-child{
        width: 50%;
      }
    }
  }
}

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

.come-txt.goods_09{
  display: inline-block;
  background-color: #ffdc00;
  padding: 0.5em;
  margin-top: 10px;
}

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

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

  .store_ttl{
    max-width: 500px;
    margin: 0 auto;
  }
  .sec_mainTxt{
    margin-top: 25px;
  }
  .store-img{
    max-width: 582px;
    margin: 25px auto 0;
  }
}

/* gk-block */
.gk-block{
  margin: 65px auto 0;

  .gk_ttl{
    max-width: 386px;
    margin: 0 auto;
  }
  .sec_mainTxt{
    margin-top: 15px;
  }
  .gk-img{
    max-width: 604px;
    margin: 20px auto 0;
  }
  .gk-price{
    font-size: 18px;
    font-weight: 700;
    margin-top: 35px;
  }
  .gk-howto{
    width: 300px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin: 20px auto 0;
  }
}


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

  .goods_price_size{
    font-size: 14px;
    line-height: 17px;
  }

  .sec-goods_online a{
    width: 80%;
    margin: 35px auto 0;
  }

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

    .store_ttl{
      width: 80%;
    }
    .sec_mainTxt{
      margin-top: 15px;

      .fw_bold{
        font-size: 15px;
        margin-top: 0;
      }
    }
  }

  /* gk-block */
  .gk-block{
    margin: 35px auto 0;

    .gk_ttl{
      width: 62%;
    }
    .sec_mainTxt{
      margin-top: 10px;
    }
    .gk-price{
      font-size: 13px;
      margin-top: 20px;
    }
    .gk-howto{
      width: 200px;
      height: 40px;
      font-size: 12px;
      margin: 15px auto 0;
    }
  }

}


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

}

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

  li{
    width: 48.4%;
    font-weight: 700;

    .product_name{
      font-size: 18px;
      line-height: 1.1;
      white-space: nowrap;
      margin-top: 5px;
    }
    .product_price{
      font-size: 17px;
      margin-top: 5px;
    }
    .product_come{
      font-size: 10px;
      line-height: 1.1;
      margin-top: 5px;
    }

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


/* special-block */
.special-block01{
  .special_img{
    max-width: 634px;
    margin: 125px auto 0;
  }
  .product_name{
    font-size: 20px;
    margin-top: 5px;
  }
  .product_price{
    font-size: 17px;
    margin-top: 10px;
  }
}
.special-block02{
  .special_img{
    max-width: 660px;
    margin: 90px auto 0;
  }
}


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


/*sealrally-block*/
.sealrally_ttl{
  max-width: 660px;
  margin: 90px auto 0;
}


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

    li{
      .product_name{
        font-size: 10px;
        line-height: 1.2;
      }
      .product_price{
        font-size: 11px;
        margin-top: 5px;
      }
    }
  }
  .product-list > ul + ul{
    margin-top: 15px;
  }


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


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


  /*sealrally-block*/
  .sealrally_ttl{
    margin: 40px auto 0;
  }


}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 390px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.6%;
  margin: 40px auto 0;
}
.bath_menu .bath_menu-item{
  width: 48.7%;
}


.bath-table__img {
  width: 620px;
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .bath_menu{
    gap: 8px 2.6%;  
    margin: 20px auto 0;
  }
  .bath-table {
    overflow-x: auto;
  }
  .bath-table__img {
    width: 510px;
    margin-top: 20px;
  }
}


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

.stamp-block{
  margin-top: 30px;

  .sec_mainTxt{
    margin-top: -1.5em;
  }
  p.come-txt:first-of-type{
    line-height: 18px;
    margin-top: 40px;
  }
  p.come-txt:last-of-type{
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
  }
}
.stamp-ttl{
  max-width: 660px;
  margin: 0 auto;
}
.stamp-img{
  max-width: 380px;
  margin: 30px auto 0;
}

.stamp-flow{
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;

  .stamp-flow_ttl{
    max-width: 190px;
    margin: 0 auto;
  }

  ul{
    max-width: 336px;
    margin: 0 auto;

    li{
      margin-top: 1em;
    }
    li + li{
      border-top: 1px solid #000;
      padding-top: 1em;
    }
  }
  .txt2{
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
  }
}

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

  .stamp-block{
    .sec_mainTxt{
      margin-top: 0;
    }
    p.come-txt:first-of-type{
      font-size: 11px;
      line-height: 13px;
      margin-top: 20px;
    }
    p.come-txt:last-of-type{
      font-size: 10px;
      line-height: 12px;
    }
  }

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

  .stamp-flow{
    font-size: 13px;
    line-height: 15px;
    margin-top: 15px;

    .stamp-flow_ttl{
      width: 45%;
    }

    ul{
      width: 95%;
    }
    .txt2{
      font-size: 12px;
    }
  }

}


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

@media screen and (max-width: 834px) {
  .broadcast_img{
    width: 100%;
    margin: 20px auto 0;
  }

}



/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign_img{
  max-width: 640px;
  margin: 20px 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: #ffdf00;
  font-weight: 800;
  color: #000;
  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: 640px;
  margin: 25px auto 0;
}

.sanka01{
  h4 > img{
    max-width: 280px;
  }
  .sanka01_link{
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0;

    > a:first-child{
      width: 219px;
    }
    > a:last-child{
      width: 192px;
    }
  }
}
.sanka02{
  a{
    display: block;
    max-width: 452px;
    cursor: pointer;
    margin: 0 auto;
  }
} 
.sanka03{
  img{
    max-width: 433px;
    margin: 0 auto;
  }
  p{
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.sanka02,
.sanka03{
  position: relative;
  margin-top: 60px;

  &::before{
    content: '';
    width: 100%;
    height: 2px;
    background: url(../img/sanka_border.svg) center / 100% no-repeat;
    position: absolute;
    top: -30px;
    left: 0;
  }
}
.sanka04{
  max-width: 300px;
  margin: 20px auto 0;
}


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

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

  /*campaign-sanka*/
  .campaign-sanka{
    width: 94%;
    margin: 15px auto 0;
  }

  .sanka01{
    h4 > img{
      width: 57.4%;
    }
    .sanka01_link{
      margin-top: 15px;

      > a:first-child{
        width: 48.8%;
      }
      > a:last-child{
        width: 43%;
      }
    }
  }
  .sanka02{
    a{
      width: 92%;
    }
  } 
  .sanka03{
    img{
      width: 88.7%;
    }
    p{
      font-size: 12px;
      line-height: 16px;
      margin-top: 10px;
    }
  }

  .sanka02,
  .sanka03{
    margin-top: 40px;

    &::before{
      height: 2px;
      top: -20px;
    }
  }
  .sanka04{
    width: 80%;
    margin: 15px auto 0;
  }

}

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


}


/*//////////////////////////// sec-open ////////////////////////////*/
.open-block{
  max-width: 625px;
  margin: 0 auto;
}
.open-list{
  max-width: 600px;
  margin: 25px auto 0;
}
.open-list + .open-list{
  margin-top: 20px;
}

.open-list.cafe{
  color: #af3938;

  .open-list_ttl{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #af3938;
    border-radius: 3px;
    padding: 0.2em 1.7em;
  }
  .open-list_shop{
    display: flex;
    justify-content: center;
    margin-top: 20px;

    li + li{
      margin-left: 45px;
    }
  }
  .open-list_shop-item span{
    background-color: #af3938;
  }
}

.open-list_box + .open-list_box{
  margin-top: 55px;
}
.open-list_box_ttl{
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before,
  &::after{
    content: '';
    width: 23px;
    height: 31px;
    background: url(../img/random_icon.svg) center / 100% no-repeat;
    position: relative;
    top: -5px;
  }
  &::before{
    margin-right: 1.2em;
  }
  &::after{
    margin-left: 1.2em;
  }
}
.open-list.spa{
  .open-list_shop{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 30px;
    margin: 15px auto 0;
  }

  .open-list_shop-item span{
    background-color: #000;
  }
}
.open-list_shop-item{
  display: flex;
  font-size: 22px;
  position: relative;
}

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

.open-list_shop-item span{
  height: 20px;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 0.6em;
}

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


@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.cafe{

    .open-list_ttl{
      font-size: 16px;
    }
    .open-list_shop{
      flex-direction: column;
      align-items: center;
      margin-top: 15px;

      li + li{
        margin-left: 0;
        margin-top: 10px;
      }
    }
  }

  .open-list_box + .open-list_box{
    margin-top: 30px;
  }
  .open-list_box_ttl{
    font-size: 16px;

    &::before,
    &::after{
      content: '';
      width: 18px;
      height: 26px;
      top: -3px;
    }
  }
  .open-list.spa{
    .open-list_shop{
      width: 90%;
      gap: 10px 30px;
    }
  }
  .open-list_shop-item{
    font-size: 16px;
  }

  .open-list_shop-item span{
    height: 20px;
    font-size: 14px;
  }

  .open-list_shop-item.kome > p{
    bottom: 0.3em;
  }

}

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

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

@media screen and (max-width: 834px) {
  .things-box{
    width: 94%;
  }

}

/*//////////////////////////// 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{
  margin-top: 100px;
  padding: 0 0 80px;
}

.main-footer .bg_g{
  padding: 40px 0 80px;

  .sec_ttl{
    font-size: 34px;
    font-weight: 700;

    span{
      font-size: 24px;
    }
  }
}
.about_txt{
  font-size: 16px;
  line-height: 27px;
  margin: 30px auto 0;

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

.footer_logo{
  display: block;
  max-width: 415px;
  margin: 90px auto 0;
}
.gk_link{
  display: block;
  max-width: 144px;
  margin: 75px auto 0;
}

.main-footer__desc{
  font-size: 16px;
  line-height: 25px;
  margin-top: 75px;
}

.main-footer__copyright{
  max-width: 364px;
  margin: 55px auto 0;
}

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

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

  .main-footer .bg_g{
    padding: 30px 0 40px;

    .sec_ttl{
      font-size: 17px;

      span{
        font-size: 13px;
      }
    }
  }
  .about_txt{
    font-size: 13px;
    line-height: 1.6;
    margin: 20px auto 0;
  }

  .footer_logo{
    width: 70%;
    margin: 40px auto 0;
  }
  .gk_link{
    width: 39%;
    margin: 30px auto 0;
  }

  .main-footer__desc{
    font-size: 10px;
    line-height: 15px;
    margin-top: 30px;
  }

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


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

}




