@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&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: 500;*/
}

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: #655247;
  font-family: "Kaisei Decol", 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: 15px;
  right: 19px;
}
@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{
    background: url(../img/bg01_sp.jpg) center top / 100% auto repeat;
  }
  .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;
  background-color: #1a3247;
  position: relative;
}
.sec-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/bg01.jpg) center center / cover repeat;
}
.sec-menu .inner{
  max-width: 1020px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 990px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 1.4%;
}
.menu-list__item {
  width: 32.4%;
}
.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: 30px;
}

.sec{
  margin-top: 100px;
}
.inner {
  display: block;
  max-width: 1020px;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.bg_w{
  background-color: rgba(144, 128, 117, 0.2);
  padding: 50px 25px 45px;
}


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


.sec_mainTxt{
  font-size: 20px;
  line-height: 1.75;
  margin-top: 20px;
}
.fw_bold{
  font-size: 26px;
  font-weight: 700;
}

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

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


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

  .sec{
    margin-top: 30px;
  }

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

  .sec_ttl{
    width: 93.7%;
  }

  .sec_mainTxt{
    font-size: 14px;
    line-height: 1.35;
  }
  .fw_bold{
    font-size: 14px;
  }

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

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

}


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

.plus-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}
.plusset_name1{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.plusset_plus{
  width: 50px;
  display: block;
  margin: 20px auto;
}
.plusset_name2{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
.plusset_name3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.1em;
}
.plusset_price{
  width: 320px;
  margin-top: 20px;
}

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

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

}

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

  .plus-block .sec_mainTxt{
    font-size: 12px;
  }
  .plus-price{
    margin-top: 30px;
  }
  .plusset_name1{
    font-size: 24px;
  }
  .plusset_plus{
    width: 30px;
    margin: 15px auto;
  }
  .plusset_name2{
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .plusset_name3{
    font-size: 18px;
  }
  .plusset_price{
    width: 200px;
    margin-top: 10px;
  }

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


}

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

.goods_list {
  max-width: 638px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 6%;
  margin: 45px auto 0;
}
.goods_list-item {
  width: 47%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 20px;
  line-height: 1.1;
  white-space: nowrap;
  margin-top: 15px;
}
.goods_price{
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.goods_price_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.goods_price_box .box_txt{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #655247;
  padding: 1.5px 5px 4px;
}
.goods_list-item02 .goods_price_box .box_txt{
  letter-spacing: -0.15em;
}
.goods_price_box .box_price{
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
.goods_price_size{
  font-size: 16px;
  line-height: 1.1;
  margin-top: 10px;
}
.goods_price_size span{
  letter-spacing: -0.2em;
}
.goods_price_come{
  font-size: 14px;
  line-height: 1.1;
  margin-top: 10px;
}

.sec-goods_online a{
  display: block;
  width: 300px;
  margin: 50px auto 0;
}

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

.store_txt{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 25px;
}
.store_txt .fw_bold{
  font-size: 23px;
  font-weight: 700;
}
.store_txt + .store_txt{
  margin-top: 15px;
}

.store-sub{
  margin-top: 40px;
}
.store-sub + .store-sub{
  margin-top: 50px;
}
.store-sub_ttl{
  max-width: 480px;
  margin: 0 auto;
}
.store-img{
  max-width: 440px;
  margin: 20px auto 0;
}
.store-img + .store-img{
  margin-top: 10px;
}
.store-sub + .store-sub .store-img{
  max-width: 484px;
}

/*winner_wrap*/
.winner_wrap{
  max-width: 550px;
  background-color: #795954;
  color: #fff;
  margin: 20px auto 0;
  padding: 15px 0;
}
.winner_txt{
  font-size: 17px;
  line-height: 1.4;
}
.winner_date{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.winner_date dl{
  width: 45%;
}
.winner_date dt{
  font-size: 14px;
  color: #795954;
  background-color: #ffe2d8;
  display: inline-block;
  padding: 1.5px 28px 4px;
}
.winner_date dl + dl dt{
  background-color: #c9dbde;
}
.winner_date dd{
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.winner_date dd span{
  font-size: 14px;
}
.winner_date dd.come-txt{
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}


@media screen and (max-width: 834px) {
  .goods_list {
    gap: 20px 3.2%;
  }

  .goods_list-ttl{
    font-size: 18px;
  }
  .goods_price{
    font-size: 16px;
  }
  .goods_price_box .box_txt{
    font-size: 14px;
  }
  .goods_price_box .box_price {
    font-size: 16px;
  }
  .goods_price_size{
    font-size: 13px;
  }

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

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

  .store_txt{
    font-size: 12px;
    margin-top: 15px;
  }
  .store_txt .fw_bold{
    font-size: 14px;
  }
  .store_txt + .store_txt{
    margin-top: 5px;
  }

  .store-sub{
    margin-top: 10px;
  }
  .store-sub + .store-sub{
    margin-top: 30px;
  }
  .store-sub_ttl{
    width: 80%;
  }
  .store-img{
    width: 80%;
    margin: 10px auto 0;
  }
  .store-sub + .store-sub .store-img{
    width: 80%;
  }


  /*winner_wrap*/
  .winner_wrap{
    width: 100%;
    max-width: 330px;
    margin: 15px auto 0;
    padding: 10px;
  }
  .winner_txt{
    font-size: 11px;
  }
  .winner_date{
    display: block;
    margin-top: 10px;
  }
  .winner_date dl{
    width: 100%;
  }
  .winner_date dl + dl{
    margin-top: 15px;
  }
  .winner_date dt{
    font-size: 12px;
    display: block;
    padding: 1.5px 28px 2px;
  }
  .winner_date dd{
    font-size: 14px;
    margin-top: 5px;
  }
  .winner_date dd span{
    font-size: 12px;
  }
  .winner_date dd.come-txt{
    font-size: 11px;
  }


}


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

}

/*//////////////////////////// sec-product ////////////////////////////*/
/* product-block */
.product-list{
  margin-top: 50px;
}
.product-list_box + .product-list_box{
  margin-top: 50px;
}

.product-list_box > ul{
  max-width: 634px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.product-list_box > ul li{
  width: 47.4%;
}
.product_name{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  margin-top: 15px;
}
.product_name09{
  width: 87%;
  margin: 18px auto 0;
}
.product_price{
  font-size: 18px;
  margin-top: 10px;
}


/* present-block */
.present_ttl{
  max-width: 550px;
  margin: 80px auto 0;
}
.present_img{
  max-width: 700px;
  margin: 25px auto 0;
}

.present-block .random-img{
  margin: 40px auto 0;
}


@media screen and (max-width: 834px) { 
  /*product-block*/
  .product-list {
    margin-top: 30px;
  }
  .product-list_box + .product-list_box {
    margin-top: 30px;
  }
  .product-list_box > ul {
    margin: 10px auto 0;
  }


  .product_name {
    font-size: 18px;
    margin-top: 15px;
  }
  .product_name09 {
    width: 236px;
  }
  .product_price {
    font-size: 16px;
    margin-top: 10px;
  }


  /* present-block */
  .present-block{
    padding: 0 15px;
  }
  .present_ttl{
    width: 80%;
    margin: 40px auto 0;
  }
  .present_img{
    width: 100%;
    margin: 20px auto 0;
  }
  .present-block .random-img {
    margin: 15px auto 0;
  }


}

@media screen and (max-width: 640px){
  .sec-product .bg_w{
    padding-left: 0;
    padding-right: 0;
  }
  .product-list_box > ul {
    justify-content: center;
    margin: 10px auto 0;
  }
  .product-list_box > ul li{
    width: 100%;
  }
  .product-list_box > ul li + li{
    margin-top: 35px;
  }
 

}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 1.7%;
  margin: 50px auto 0;
}
.bath_menu .bath_menu-item{
  width: 32.2%;
}


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

  .bath_menu .bath_menu-item{
    width: 49%;
  }


}

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

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

}

/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign_img01 .campaign_img{
  max-width: 760px;
  display: block;
  margin: 15px auto 0;
}
.campaign_name01{
  max-width: 450px;
  margin: -15px auto 0;
}

.campaign_img02 .campaign_img{
  max-width: 910px;
  margin: 10px auto 0;
}
.campaign_name02{
  width: 93%;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin: -20px auto 0;
}
.campaign_name02 img{
  width: 23.6%;
}

.success-msg{
  display: none;
  position: fixed;
  width: auto;
  max-width: clamp(400px, 90vw, 600px) ;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  background-color: #655247;
  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-sanka*/
.campaign-sanka{
  max-width: 842px;
  margin: 30px auto 0;
}

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

@media screen and (max-width: 834px) {
  .campaign_img01 .campaign_img{
    width: 90%;
    margin: 0 auto;
  }
  .campaign_name01{
    width: 90%;
    margin: -5px auto 0;
  }

  .campaign_img02 .campaign_img{
    max-width: 520px;
    padding: 0 10px;
    margin: -2vw auto 0;
  }
  .campaign_name02{
    width: 83%;
    max-width: 416px;
    margin: -2.5vw auto 0;
  }
  .campaign_name02 img{
    width: 48%;
  }

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

  .campaign-block .come-txt{
    margin-top: 10px;
  }


}


@media screen and (max-width: 640px){
  .sec-campaign .bg_w{
    padding-left: 0;
    padding-right: 0;
  }
  .campaign_name02 {
    max-width: 432px;
  }
  .campaign_img02 .campaign_img{
    max-width: 520px;
    padding: 0;
    margin: -10px auto 0;
  }


}


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

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

}


/*//////////////////////////// sec-open ////////////////////////////*/
.open-list{
  max-width: 840px;
  margin: 55px auto 0;
}
.open-list + .open-list{
  margin-top: 40px;
}

.open-list_ttl.cafe{
  width: 223px;
  border: 1.5px solid #452f2f;
  border-radius: 4px;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  background-color: #e05c5c; 
  margin: -16px auto 0;
  padding: 1px 0 4px;
}
.open-list_ttl.spa{
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sec-open .come-txt{
  font-size: 14px;
}
.come-txt .red{
  color: #b8272d;
  font-weight: 700;
}

.open-list_box{
  border: 2px solid #452f2f;
  border-radius: 10px;
  width: 100%;
  padding: 0 7% 25px;
}
.open-list_box + .open-list_box{
  margin-top: 45px;
}
.open-list_box_ttl{
  width: 174px;
  border: 1.5px solid #452f2f;
  border-radius: 4px;
  font-size: 23px;
  font-weight: 700;
  background-color: #e0c9bd; 
  margin: -16px auto 0;
  padding: 1px 0 4px;
}

.open-list_shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 25px auto 0;
}


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

.open-list_shop-item a{
  display: flex;
  white-space: nowrap;
}
.open-list_shop-item span{
  min-width: 38px;
  height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #452f2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 0.3em 0.1em;
  position: relative;
  top: 0.2em;
}
.open-list_shop-item.kome{
  padding-bottom: 0.9em;
}
.open-list_shop-item.kome > p{
  font-size: 10px;
  position: absolute;
  top: 2.75em;
  left: 4.5em;
}



@media screen and (min-width: 835px) {
  .item10{
    margin-left: 1%;
  }
  .item10{
    margin-right: 1%;
  }

}



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

  .open-list_ttl.cafe{
    width: 200px;
    font-size: 20px;
    margin: -16px auto 0;
  }
  .open-list_ttl.spa{
    font-size: 20px;
  }


  .open-list_box{
    padding: 0 7% 20px;
  }
  .open-list_box + .open-list_box{
    margin-top: 35px;
  }
  .open-list_box_ttl{
    width: 150px;
    font-size: 20px;
  }

  .open-list_shop{
    gap: 20px;
    margin: 20px auto 0;
  }

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

  .open-list_shop-item.kome > p{
    top: 2.45em;
    left: auto;
    right: -0.5em;
  }


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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  font-family: "Noto Sans JP", sans-serif;
  max-width: 880px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
  margin: 50px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.5em;
}

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

}

/*//////////////////////////// sec-about ////////////////////////////*/
.sec-about .sec_ttl{
  max-width: 600px;
}


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


}

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

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 40px 0 140px;
  }
  .main-footer__logo{
    width: 73%;
  }
  .main-footer__desc{
    font-size: 11px;
    margin-top: 25px;
  }
  .main-footer__copyright {
    width: 110px;
    margin: 25px auto 0;
  }
  .foot_btnwrap{
    bottom: 30px;
    right: 3%;
    width: 100px;
  }
  .main-footer__cart {
    width: 100px;
    margin: 10px auto 0;
  }
  .main-footer__backtop {
    width: 100px;
    margin: 15px auto 0;
  }

}




