@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Noto+Sans: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: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 100%;
  /*letter-spacing: -0.02em;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-image: url("../img/bg02.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;

  background-attachment: fixed;
}

/*.udp{
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}*/

@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;
}
.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: 20px;
  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{
    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: 353px;
  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: 946px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 18px 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-bottom: 25px;
  }
  .sec-menu::after {
    background: url(../img/bg01_sp.jpg) center top -76px / 100% auto repeat;
  }
  .menu-list {
    width: 100%;
    gap: 16px 8%;
  }
  .menu-list__item {
    width: 46%;
  }

}


/*//////////////////////////// 共通 ////////////////////////////*/
.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{
  max-width: 710px;
  margin: auto;
}


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


.sec_mainTxt{
  font-size: 23px;
  line-height: 1.5;
  margin-top: 20px;
  span{
    color: #e8e3a1;
  }
}


.size-txt{
  font-size: 20px;
  margin-top: 15px;
}
.come-txt{
  font-size: 13px;
  line-height: 1.3;
  margin-top: 15px;
}

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


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

  .sec{
    margin-top: 13.34cqw;
  }

  .inner {
    container-type: inline-size;
    padding: 0 3.6%;
  }

  .bg_w{
    max-width: initial;
  }

  .sec_ttl{
    width: 80.4cqw;
  }

  .sec_mainTxt{
    font-size: 3.45cqw;
    margin-top: 4.31cqw;
  }

  .size-txt{
    font-size: 2.88cqw;
    margin-top: 2.88cqw;
  }
  .come-txt{
    font-size: 2.88cqw;
    margin-top: 2.88cqw;
  }

  .random-img {
    width: 35.63cqw;
    margin-top: 2.88cqw;
  }

}


/*//////////////////////////// sec-plus ////////////////////////////*/
.sec-plus{
  margin-top: 50px;
}
.sec-plus .bg_w{
  background: url(../img/sec_bg01.svg) top center / 100% no-repeat;
  padding-top: 95px;
  padding-bottom: 107px;
}

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

.plus-img{
  max-width: 560px;
  margin: 35px auto 0;
}

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

}

@media screen and (max-width: 834px) {
  .sec-plus{
    margin-top: 8cqw;
  }
  .sec-plus .bg_w{
    background: url(../img/sec_bg01_sp.png) top center / 100% 100% no-repeat;
    padding-top: 13.5cqw;
    padding-bottom: 13.6cqw;
  }

  .plus-price{
    max-width: 80.45cqw;
    margin: 4.31cqw auto 0;
  }

  .plus-img{
    max-width: 80.45cqw;
    margin: 4.31cqw auto 0;
  }

}

/*//////////////////////////// sec-goods ////////////////////////////*/
.sec-goods .bg_w{
  background: url(../img/sec_bg02.svg) top center / 100% no-repeat;
  padding-top: 95px;
  padding-bottom: 102px;
}
.menu-block .sec_mainTxt a{
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.goods_list {
  max-width: 608px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
  margin: 25px auto 0;
}
.goods_list-item {
  width: 50%;
}
.goods_list-item a {
  display: block;
}
.goods_list-img{
  max-width: 260px;
  margin: 0 auto;
}

.goods_list-ttl{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  /*max-width: 292px;*/
  margin: 10px auto 0;

  span{
    font-size: 20px;
  }
}
.goods_price{
  font-size: 24px;
  margin-top: 5px;

  span{
    font-size: 15px;
    margin-left: 0.25em;
  }
}
.goods_price_box{
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto 0;
}
.goods_price_box .box_txt{
  width: 100%;
}
.goods_price_box .box_price{
  font-size: 23px;
  margin-top: 5px;
}

.goods_price_size{
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
}


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

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

.store_txt{
  font-size: 23px;
  line-height: 1.5;
  margin-top: 20px;
  span{
    color: #e7e2a0;
  }
}

.store-img{
  max-width: 520px;
  margin: 20px auto 0;
}



@media screen and (max-width: 834px) {
  .sec-goods .bg_w{
    background: url(../img/sec_bg02_sp.png) top center / 100% 100% no-repeat;
    padding-top: 8.5cqw;
    padding-bottom: 12.5cqw;
  }

  .goods_list {
    max-width: 83.33cqw;
    justify-content: space-between;
    gap: 2.5cqw 0;
    margin: 5.74cqw auto 0;
  }
  .goods_list-ttl{
    font-size: 3.45cqw;
    white-space: nowrap;

    span{
      font-size: 2.88cqw
    }
  }
  .goods_list-item {
    width: 48%;
  }
  .goods_price{
    font-size: 3.45cqw;
    
    span{
      font-size: 2.88cqw
    }
  }

  .goods_price_box .box_price{
    font-size: 3.45cqw;
  }

  .goods_price_size{
    font-size: 2.88cqw;
    margin-top: 2.88cqw;
  }

  .sec-goods_online a{
    width: 73.27cqw;
    margin: 2.88cqw auto 0;
  }

  /* store-block */
  .store-block{
    margin: 4.31cqw auto 0;
  }
  .store_ttl{
    max-width: 80.45cqw;
  }

  .store_txt{
    font-size: 3.45cqw;
    margin-top: 5px;
  }

  .store-img{
    max-width: 74.71cqw;
    margin: 2.88cqw  auto 0;
  }

}


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

/*//////////////////////////// sec-product ////////////////////////////*/
.sec-product .bg_w{
  background: url(../img/sec_bg03.svg) top center / 100% no-repeat;
  padding-top: 75px;
  padding-bottom: 90px;
}

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

.product-list{
  max-width: 612px;
  font-weight: 500;
  margin: 30px auto 0;

  div + div{
    margin-top: 20px;
  }

  ul{
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;

    li{
      width: 260px;

      .product-list-img{
        max-width: 200px;
        margin: auto;
      }
    }
  }

  .product-list_a{
    ul{
      width: 100%;
      li{
        width: calc(100% / 3);
      }
    }
  }

}

.product_name{
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  white-space: nowrap;
  margin-top: 5px;
  span{
    font-size: 13px;
  }
}
.product_price{
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
}

/* special-block */
.special_img{
  max-width: 560px;
  margin: 30px auto 0;
}
.special_price{
  font-size: 25px;
}

/* present-block */
.present_ttl{
  max-width: 560px;
  margin: 20px auto 0;
}
.present_img{
  max-width: 560px;
  margin: 10px auto 0;
}



/*sealrally-block*/
.sealrally_ttl{
  max-width: 560px;
  margin: 60px auto 0;
}
.sealrally-block .sec_mainTxt{
  font-size: 23px;
  margin-top: 5px;

  .num{
    color: #fff;
    font-size: 26px;
  }
}
.sealrally_img{
  max-width: 560px;
  margin: 10px auto 0;
}




@media screen and (max-width: 834px) { 
  .sec-product .bg_w{
    background: url(../img/sec_bg03_sp.png) top center / 100% 100%no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }


  /* product-block */
  .product-list-name {
    width: 80.45cqw;
  }

  .product-list{
    margin: 4.31cqw auto 0;

    div + div{
      margin-top: 2.88cqw;
    }

    ul{
      justify-content: center;
      margin: 2.88cqw auto 0;

      li{
        width: 44%;

        .product-list-img{
          width: 66%;
        }
      }
    }

    .product-list_a{

      ul{
        width: 94%;
        gap: initial;
      }
    }

  }

.product_name{
  font-size: 3.45cqw;
  span{
    font-size: 2.88cqw;
  }
}
  .product_price{
    font-size: 3.45cqw;
    margin-top: 5px;
  }

  /* special-block */
  .special_img{
    max-width: 80.45cqw;
    margin: 2.88cqw auto 0;
  }
  .special_price{
    font-size: 4.02cqw;
  }

  /* present-block */
  .present_ttl{
    max-width: 80.45cqw;
    margin: 2.88cqw auto 0;
  }
  .present_img{
    max-width: 80.45cqw;
    margin: 2.88cqw auto 0;
  }



  /*sealrally-block*/
  .sealrally_ttl{
    max-width: 77.58cqw;
    margin: 10.05cqw auto 0;
  }
  .sealrally-block .sec_mainTxt{
    margin-top: 5px;
  }
  .sealrally_img{
    max-width: 80.45cqw;;
    margin: 5px auto 0;
  }




}

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

}


/*//////////////////////////// sec-bath ////////////////////////////*/
.sec-bath .bg_w{
  background: url(../img/sec_bg04.svg) top center / 100% no-repeat;
  padding-top: 65px;
  padding-bottom: 101px;
} 

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

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

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


@media screen and (max-width: 834px) {
  .sec-bath .bg_w{
    background: url(../img/sec_bg04_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  } 

  .bath_menu{
    width: 80.45cqw;
    margin: 5px auto 0;
  }

  .bath-table__img{
    width: 80.45cqw;
  }


}

/*//////////////////////////// sec-collabo ////////////////////////////*/
.sec-collabo .bg_w{
  background: url(../img/sec_bg05.svg) top center / 100% no-repeat;
  padding-top: 70px;
  padding-bottom: 71px;
}
.deco-img{
  max-width: 550px;
  margin: 25px auto 0;
}


.ar_ttl{
  max-width: 590px;
  margin: 20px auto 0;
}
.ar_ttl + .sec_mainTxt{
  font-size: 21px;
  margin-top: 10px;
}
.ar_img{
  max-width: 560px;
  margin: 20px auto 0;
}

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


@media screen and (max-width: 834px) {
  .sec-collabo .bg_w{
    background: url(../img/sec_bg05_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }
  .deco-img{
    max-width: 80.45cqw;
    margin: 5px auto 0;
  }


  .ar_ttl{
    max-width: 83.33cqw;
    margin: 5.74cqw auto 0;
  }
  .ar_ttl + .sec_mainTxt{
    font-size: 3.45cqw;
    margin-top: 5px;
  }
  .ar_img{
    max-width: 80.45cqw;
    margin: 5px auto 0;
  }

  .ar_sanka{
    max-width: 83.33cqw;
    margin: 2.88cqw auto 0;
  }

}


/*//////////////////////////// sec-campaign ////////////////////////////*/
.sec-campaign .bg_w{
  background: url(../img/sec_bg06.svg) top center / 100% no-repeat;
  padding-top: 85px;
  padding-bottom: 79px;
}

.campaign_img{
  max-width: 576px;
  margin: 30px auto 0;
}

.success-msg{
  display: none;
  position: fixed;
  width: auto;
  max-width: clamp(400px, 90vw, 600px) ;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  background-color: #F0BF6E;
  font-weight: 700;
  color: #655247;
  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: 560px;
  margin: 15px auto 0;
  .sanka01 {
    display: flex;
    justify-content: center;
  }
}


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

@media screen and (max-width: 834px) {
  .sec-campaign .bg_w{
    background: url(../img/sec_bg06_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }

  .campaign_img{
    max-width: 86.2cqw;
    margin: 2.88cqw auto 0;
  }


  /*campaign-sanka*/
  .campaign-sanka{
    max-width: 80.45cqw;
    margin: 5px auto 0;
  }

}


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

}





/*//////////////////////////// sec-open ////////////////////////////*/
.sec-open .bg_w{
  background: url(../img/sec_bg07.svg) top center / 100% no-repeat;
  padding-top: 70px;
  padding-bottom: 103px;
}
.open-list{
  max-width: 560px;
  margin: 30px auto 0;
}

.open-list_box + .open-list_box{
  margin-top: 20px;
}
.open-list_box_ttl{
  width: 100%;
  height: 40px;
  font-size: 22px;
  background-color: #e4007f; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-list_shop{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin: 30px auto 0;
}


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

.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.open-list_shop-item span{
  min-width: 66px;
  height: 40px;
  font-size: 22px;
  color: #fff;
  background-color: #464448;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4em;
  padding: 0 0.3em;
}


@media screen and (max-width: 834px) {
  .sec-open .bg_w{
    background: url(../img/sec_bg07_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }

  .open-list{
    max-width: 80.45cqw;
    margin: 5px auto 0;
  }

  .open-list_box + .open-list_box{
    margin-top: 2.88cqw;
  }
  .open-list_box_ttl{
    height: 5.74cqw;
    font-size: 3.45cqw;
  }

  .open-list_shop{
    gap: 2.88cqw 0;
    margin: 2.88cqw auto 0;
  }


  .open-list_shop-item{
    font-size: 3.45cqw;
  }

  .open-list_shop-item span{
    min-width: 34px;
    height: 5.74cqw;
    font-size: 3.45cqw;
  }


}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.sec-things .bg_w{
  background: url(../img/sec_bg08.svg) top center / 100% no-repeat;
  padding-top: 70px;
  padding-bottom: 87px;
}

.things-box{
  max-width: 560px;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 25px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 834px) {
  .sec-things .bg_w{
    background: url(../img/sec_bg08_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }

  .things-box{
    width: 80.45cqw;
    font-size: 3.45cqw;
    margin: 4.31cqw auto 0;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.sec-about .bg_w{
  background: url(../img/about_bg.svg) top center / 100% no-repeat;
  padding-top: 110px;
  padding-bottom: 107px;
}

.about_ttl{
  max-width: 580px;
  margin: 0 auto;
}
.about_txt{
  font-size: 22px;
  line-height: 1.6;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .sec-about .bg_w{
    background: url(../img/about_bg_sp.png) top center / 100% 100% no-repeat;
    padding-top: 7.5cqw;
    padding-bottom: 12cqw;
  }


  .about_ttl{
    max-width: 80.45cqw;
  }
  .about_txt{
    font-size: 3.45cqw;
    margin-top: 4.31cqw;
  }


}

/*//////////////////////////// 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: 0 0 25px;
}
.main-footer__logo{
  margin: 25px auto 0;

  .logo01{
    max-width: 234px;
    margin: 0 auto;
  }
  .logo02{
    display: block;
    max-width: 410px;
    margin: 25px auto 0;
  }
}
.main-footer__desc{
  max-width: 595px;
  margin: 90px auto 0;
}
.main-footer__copyright{
  max-width: 646px;
  margin: 15px auto 0;
}

.foot_btnwrap{
  position: fixed;
  width: 153px;
  bottom: 100px;
  right: 6%;
  display: none;
  cursor: pointer;
  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: 8.62cqw 0 8.62cqw;
  }
  .main-footer__logo{
    margin: 8.62cqw auto 0;

    .logo01{
      max-width: 58.9cqw;
    }
    .logo02{
      max-width: 40.22cqw;
      margin: 2.88cqw auto 0;
    }
  }
  .main-footer__desc{
    max-width: 80.45cqw;
    margin: 0 auto;
  }
  .main-footer__copyright{
    max-width: 646px;
    width: 92.8cqw;
    margin: 2.88cqw auto 0;
  }

  .foot_btnwrap{
    width: 75px;
    bottom: 6%;
    right: 3%;
  }
  .main-footer__backtop {
    margin: 5px auto 0;
  }

}




