@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@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 {
  /*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: #402512;
  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/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: 20px 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;
}
.sec-menu .inner{
  max-width: 1040px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 26px 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: 25px;
  }
  .sec-menu::after {
    background: url(../img/bg01_sp.jpg) center top -76px / 100% auto repeat;
  }
  .menu-list {
    width: 100%;
    gap: 5px 2%;
  }
  .menu-list__item {
    width: 49%;
  }

}


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

.sec{
  margin-top: 100px;
}
.inner {
  display: block;
  max-width: 1020px;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.bg_w{
  max-width: 680px;
  /*background: url(../img/bg03.png) center / 170px 97px repeat;*/
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px 100px 20px 20px;
  padding: 50px 20px; 
  margin: auto;
} 

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


.sec_mainTxt{
  font-size: 18px;
  line-height: 1.52;
  margin-top: 50px;
}
/*.fw_bold{
  font-size: 26px;
  font-weight: 700;
}*/

.size-txt{
  font-size: 14px;
  line-height: 1.42;
  margin-top: 20px;
}
.come-txt{
  font-size: 14px;
  line-height: 1.42;
  margin-top: 25px;
}

/*.random-img {
  max-width: 210px;
  margin: 0 auto 5px;
}
*/


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

  .sec{
    margin-top: 30px;
  }

  .bg_w{
    border-radius: 30px 30px 0 0;
    padding: 15px 20px 25px;
  }
  .bg_w::before {
    width: 75%;
    max-width: 700px;
    height: 20px;
    border-radius: 20px 20px 0 0;
    top: -20px;
  }

  /*.sec_ttl{
    width: 93.7%;
  }*/
  /*.sec_ttl {
    width: 90%;
    min-width: 340px;
  }*/

  .sec_mainTxt{
    font-size: 13px;
    line-height: 1.35;
    margin-top: 15px;
  }
  /*.fw_bold{
    font-size: 18px;
  }*/

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

  .random-img {
    width: 60%;
  }

}


/*//////////////////////////// sec-goods ////////////////////////////*/
.sec-goods{
  margin-top: 75px;
}

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

.goods_list {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 6.6%;
  margin: 50px auto 0;
}
.goods_list-item {
  width: 46.7%;
}
.goods_list-item01{
  width: 100%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 18px;
  line-height: 1.22;
  white-space: nowrap;
  margin-top: 10px;
}
.goods_price{
  font-size: 17px;
  margin-top: 15px;
}
.goods_price_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.goods_price_box .box_txt{
  font-size: 10px;
  line-height: 1.1;
  color: #fff;
  background-color: #483f95;
  padding: 1.5px 5px 2px;
}

.goods_price_box .box_price{
  font-size: 17px;
  margin-left: 5px;
}
.goods_price_size{
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

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

/* store-block */
.store-block{
  margin: 65px auto 0;
}
.store_ttl{
  max-width: 430px;
  margin: 0 auto;
}

.store_txt{
  font-size: 18px;
  line-height: 1.39;
  margin-top: 15px;
}
.store_txt .fw_bold{
  display: block;
  font-size: 23px;
  margin-top: 10px;
}

.store_txt + .img_wrap{
  margin-top: 20px;
}
.img_wrap_txt{
  max-width: 316px;
  margin: 0 auto;
}

.store-img01{
  max-width: 590px;
  margin: 20px auto 0;
}
.store-img02{
  max-width: 590px;
  margin: 30px auto 0;
}


@media screen and (max-width: 834px) {
  .sec-goods{
    margin-top: 30px;
  }
  .goods_list {
    margin: 30px auto 0;
  }

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

  /* store-block */
  .store-block{
    margin: 45px auto 0;
  }
  .store_ttl{
    width: 86%;
  }

  .store_txt{
    font-size: 11px;
    margin-top: 10px;
  }
  .store_txt .fw_bold{
    font-size: 13px;
    margin-top: 5px;
  }

  .store_txt + .img_wrap{
    margin-top: 15px;
  }
  .img_wrap_txt{
    width: 62%;
  }

  .store-img01{
    max-width: 590px;
  }
  .store-img02{
    max-width: 470px;
    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: 30px;
}
.product-list > ul{
  max-width: 568px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 8.4%;
  margin: 0 auto;
}
.product-list > ul li{
  width: 45.8%;
}
.product_name{
  font-size: 17px;
  line-height: 1.3;
  white-space: nowrap;
  margin-top: -25px;
}
.product_price{
  font-size: 16px;
  margin-top: 5px;
}
.product_kome{
  font-size: 10px;
  font-weight: 700;
  margin-top: 10px;
}

/* special-block */
.special-block01{

  .special_img{
    max-width: 450px;
    margin: 30px auto 0;
  }
  .product_name{
    font-size: 20px;
    margin-top: 10px;
  }
  .product_price{
    font-size: 17px;
    margin-top: 10px;
  }
}
.special-block02{
  
  .special_img{
    max-width: 420px;
    margin: 35px auto 0;
  }
  .product_price{
    font-size: 17px;
    margin-top: 10px;
  }
}


/* present-block */
.present_ttl{
  max-width: 430px;
  margin: 50px auto 0;
}
.present-block .img_wrap_txt{
  max-width: 316px;
  margin: 25px auto 0;
}
.present_img01{
  max-width: 452px;
  margin: 20px auto 0;
}
.present_img02{
  max-width: 452px;
  margin: 30px auto 0;
}



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




@media screen and (max-width: 834px) { 
  /*product-block*/
  .product-list{
    margin-top: 20px;
  }
  .product-list > ul{
    gap: 15px 8%;
  }
  .product-list > ul li{
    width: 46%;
  }
  .product_name {
    font-size: 10px;
    margin-top: -10px;
  }
  .product_price {
    font-size: 11px;
    margin-top: 5px;
  }
  .product_kome{
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
  }

  /* special-block */
  .special-block01{

    .product_name{
      font-size: 16px;
    }
    .product_price{
      font-size: 15px;
      margin-top: 5px;
    }
  }
  .special-block02{
    
    .product_price{
      font-size: 15px;
      margin-top: 5px;
    }
  }

  /* present-block */
  .present_ttl{
    width: 86%;
    margin: 30px auto 0;
  }
  .present-block .img_wrap_txt{
    margin: 15px auto 0;
  }
  .present_img02{
    margin: 20px auto 0;
  }

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



}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 570px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 5.4%;
  margin: 40px auto 0;
}
.bath_menu .bath_menu-item{
  width: 47.3%;
}

.bath-table__img {
  max-width: 650px;
  display: block;
  margin-top: 45px;
}

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

  .bath_menu .bath_menu-item{
    width: 47.3%;
  }
  .bath-table {
    overflow-x: auto;
  }
  .bath-table__img {
    width: 650px;
    margin-top: 30px;
  }
}


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

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

}

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

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

}

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

/*campaign-sanka*/
.campaign-sanka{
  font-family: "Kosugi Maru", sans-serif;
}
.sanka_ttl{
  max-width: 194px;
  margin: 30px auto 0;
}
.sanka_box01{
  font-size: 18px;
  line-height: 1.4;
  color: #04263f;
  margin-top: 25px;

  > span:first-of-type{
    font-size: 20px;
    display: inline-block;
    margin-top: 0.2em;

    a{
      background-color: #ffdf00;
      padding: 0.2em;
    }
  }

  > span:last-of-type{
    font-size: 15px;
  }
}

.sanka_box02{
  font-size: 20px;
  color: #04263f;
  line-height: 1.2;
  padding-top: 40px;
  position: relative;

  span{
    font-size: 14px;
  }
}
.sanka_box02::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #04263f;
  border-bottom: 0;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.sanka_box03{
  max-width: 580px;
  border: 3px solid #ad7e45;
  padding: 20px 0;
  margin: 30px auto 0;
  position: relative;

  > p{
    font-size: 16px;
    line-height: 1.8;

    > span{
      font-size: 14px;
      line-height: 1.4;
      display: inline-block;
      margin-top: 0.5em;
    }
  }
  
}

.date_wrap{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.date_wrap > div{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  position: relative;

   > span{
    min-width: 85px;
    font-size: 14px;
    color: #fff;
    padding: 0.6em;
  }
}
.date_wrap > div + div{
  margin-left: 30px;
}

.date_wrap .green > span{
  background-color: #0d9991;
}
.date_wrap .red > span{
  background-color: #dc5434;
}
.date_wrap .date{
  font-size: 20px;
  margin-left: 0.5em;

  span{
    font-size: 12px;
  }
}

.date_wrap .kome{
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 12em;
}


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

@media screen and (max-width: 834px) {
  .sec-campaign{
    .sec_ttl{
      padding: 0 20px;
    }
  }
  .campaign_img{
    padding: 0 5px;
    margin: 15px auto 0;
  }


  /*campaign-sanka*/
  /*.campaign-sanka{
    font-family: "Kosugi Maru", sans-serif;
  }*/
  .sanka_ttl{
    width: 43%;
    margin: 20px auto 0;
  }
  .sanka_box01{
    font-size: 14px;
    margin-top: 15px;

    > span:first-of-type{
      font-size: 15px;
    }

    > span:last-of-type{
      font-size: 11px;
    }
  }

  .sanka_box02{
    font-size: 15px;
    padding-top: 30px;

    span{
      font-size: 11px;
    }
  }
  .sanka_box02::before{
    top: 8px;
  }
  .sanka_box03{
    width: calc(100% - 40px);
    border: 2px solid #ad7e45;
    padding: 15px 0;
    margin: 20px auto 0;

    > p{
      font-size: 12px;
      line-height: 1.5;

      > span{
        font-size: 10px;
      }
    } 
  }

  .date_wrap{
    width: 210px;
    flex-direction: column;
    margin: 15px auto 0;
  }
  .date_wrap > div{

     > span{
      min-width: 68px;
      font-size: 11px;
    }
  }
.date_wrap > div + div{
  margin-left: 0;
}

.date_wrap .date{
  font-size: 16px;
  /*margin-left: 0.5em;*/

  span{
    font-size: 10px;
  }
}

.date_wrap .kome{
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 9em;
}

  /*.campaign_img {
    width: 94%;
    margin: 10px auto 0;
  }*/



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

  .sanka_ttl{
    width: 36%;
  }
  .sanka_box{
    margin-top: 4vw;
  }
  .sanka_box .number{
    width: 8%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sanka_box + .sanka_box{
    margin-top: 5vw;
  }
  .sanka_box01 > p{
    font-size: 16px;
  }
  .sanka_box01 > a{
    width: 64%;
    max-width: 195px;
  }
  .sanka_box02{
    font-size: 13px;
  }
  .sanka_box02 > a{
    font-size: 16px;
  }
  .sanka_box03 .txt1{
    font-size: 16px;
  }
  .sanka_box03 .txt2{
    font-size: 13px;
    line-height: 1.35;
  }
  .sanka_box03 .txt3{
    font-size: 12px;
  }
  .date_wrap{
    flex-direction: column;
    align-items: center;
  }
  .date_wrap .date{
    font-size: 16px;
  }
  .date_wrap .date span{
    font-size: 12px;
  }
  .date_wrap .kome{
    left: 11em;
  }*/


}


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

}





/*//////////////////////////// sec-open ////////////////////////////*/
.open-block{
  max-width: 625px;
  margin: 0 auto;
}

.cafe_block{
  color: #e05c5c;
  margin-top: 35px;

  .zenkaku{
    letter-spacing: -0.25em;
  }
  .open-list_box_ttl{
    width: 200px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    background-color: #e05c5c;
    border-radius: 5px;
    margin: 0 auto;
  }

  .open-list_shop-item{
    font-size: 21px;
  }
  .open-list_shop-item span:first-of-type{
    background-color: #e05c5c;
  }
  .come-txt{
    font-size: 15px;
  }
}

.open-list{
  margin-top: 35px;
}
.open-list_box + .open-list_box{
  margin-top: 30px;
}
.open-list_box_ttl{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-list_shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 20px auto 0;
}

.open-list_shop-item{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
  position: relative;
}

.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.open-list_shop-item span:first-of-type{
  min-width: 41px;
  height: 21px;
  font-size: 13px;
  color: #fff;
  background-color: #452f2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  padding: 0 0.3em;
}
.open-list_shop-item span.zenkaku{
  letter-spacing: -0.25em;
}
.open-list_shop-item.kome{
  padding-bottom: 0.9em;
}
.open-list_shop-item.kome > p{
  font-size: 10px;
  position: absolute;
  top: 2.5em;
  right: 0;
}


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


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

    .zenkaku{
      letter-spacing: -0.25em;
    }
    .open-list_box_ttl{
      width: 170px;
      height: 25px;
      font-size: 17px;
    }

    .open-list_shop-item{
      font-size: 18px;
    }
    .come-txt{
      font-size: 10px;
    }
  }


  .open-list {
    margin: 25px auto 0;
  }
  .open-list_box{
    overflow: hidden;
  }
  .open-list_box_ttl {
    width: 100vw;
    margin-left: -35px;
  }
  .open-list_shop-item{
    font-size: 18px;
  }


}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  /*font-family: "Noto Sans JP", sans-serif;*/
  max-width: 610px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  /*letter-spacing: 0.03em;*/
  text-align: left;
  margin: 40px 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: 11px;
    /*line-height: 1.6;*/
    margin: 20px auto 0;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.about_box{
  margin: 70px auto 0;
}
.about_ttl{
  font-size: 42px;

  span{
    font-size: 52px;
  }
}
.about_txt{
  font-size: 16px;
  line-height: 1.68;
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  .sec-about .bg_w{
    padding: 25px 0;
  } 
  .about_box{
    margin: 50px auto 0;
  }
  .about_ttl{
    font-size: 20px;

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

    span{
      letter-spacing: -0.02em;

      span{
        margin-left: -0.4em;
        margin-right: -0.4em;
      }
    }
  }

}

/*//////////////////////////// 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: 90px 0 40px;
}
.main-footer__logo{
  display: block;
  max-width: 310px;
  margin: 0 auto;
}
.main-footer__desc{
  font-size: 16px;
  line-height: 1.725;
  /*font-family: "Noto Sans JP", sans-serif;*/
  margin-top: 75px;
}
.main-footer__copyright{
  max-width: 326px;
  margin: 35px auto 0;
}
.foot_btnwrap{
  position: fixed;
  bottom: 100px;
  right: 6%;
  display: none;
  cursor: pointer;
  width: 150px;
  z-index: 10;
}
.main-footer__cart {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.main-footer__cart img {
  max-width: 100%;
  width: 100%;
}
.main-footer__backtop {
  width: 100%;
  transition: 0.3s;
  margin: 15px auto 0;
}
.main-footer__backtop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 75px 0 50px;
  }
  .main-footer__logo{
    width: 50%;
  }
  .main-footer__desc{
    font-size: 10px;
    margin-top: 25px;
  }
  .main-footer__copyright {
    width: 190px;
    margin: 25px auto 0;
  }
  .foot_btnwrap{
    bottom: 40px;
    right: 3%;
    width: 70px;
  }
  .main-footer__cart {
    margin: 0 auto;
  }
  .main-footer__backtop {
    margin: 10px auto 0;
  }

}




