@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@900&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/*sup {
  vertical-align: top; 
}*/

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}


.nolink{
  pointer-events: none;
  opacity: .6;
}


body {
  color: #fff;
  font-family: "Kosugi", 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.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;*/
  background-color: #ceaf80;
  background-attachment: fixed;
}



@media screen and (min-width: 641px) {
  /*body {
    background-attachment: fixed;
  }*/
}

@media screen and (max-width: 834px) {
  body {
    /*background-image: url("../img/bg02_sp.png");*/
    /*background-size: 375px 640px;*/
  }

}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .noneSP {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .nonePC {
    display: none !important;
  }
}



/*//////////////////////////// content_end ////////////////////////////*/

.content_end{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content_end > div{
  background:red;
  border-radius:6px;
  font-weight:bold;
  text-align:center;
  max-width:800px;
  margin:0 auto;
  color:#fff;
  padding:10px;
  font-size: 36px;
}
@media screen and (max-width: 834px) {
  .content_end{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content_end > div{
    max-width:calc(100% - 40px);
    font-size: 22px;
    letter-spacing: -0.1em;
  }
}




/*//////////////////////////// sec-mv ////////////////////////////*/
.sec-mv {
  position: relative;
  overflow: hidden;
}
.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: 1vw;
  right: 4.5vw;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: #ceaf80;
    padding: 20px 0;
    top: 0;
    right: 0;
  }
}
.sec-mv__sns-item {
  margin-left: 19px;
}
@media screen and (max-width: 834px) {
  /*.sec-mv__sns{
    background: url(../img/bg01_sp.jpg) center top / 100% auto repeat;
  }*/
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 36px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  height: 400px;
  display: flex;
  align-items: center;
  /*background-color: #ceaf80;*/
  position: relative;
}
/*.sec-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/bg01.jpg) top center / cover repeat;
}*/
.sec-menu .inner{
  max-width: 1020px;
  position: relative;
  z-index: 1;
}
.menu-list {
  max-width: 870px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px 3.3%;
}
.menu-list__item {
  /*width: 31.9%;*/
  width: calc((100% - 6.6%) / 3);
}
.menu-list__item a {
  display: block;
}

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

@media screen and (max-width: 834px) {
  .sec-menu{
    height: auto;
    /*padding-top: 40px;*/
    padding-bottom: 20px;
  }
  /*.sec-menu::after {
    background: url(../img/bg01_sp.jpg) center top -76px / 100% auto repeat;
  }*/
  .menu-list {
    width: 100%;
    gap: 10px 2%;
  }
  .menu-list__item {
    width: 47%;
  }

}

/*背景*/
@media screen and (min-width: 835px) {
  .bg-main{
    position: relative;
  }
  .bg-main::after {
    content: "";
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    background: url(../img/bg01.png) top center / 100% repeat;
    transform: translateX(-50%);
  }
  .bg-main > section{
    z-index: 1;
  }
}

/*//////////////////////////// 共通 ////////////////////////////*/

.anchor{
  position: absolute;
  height: 0;
  pointer-events: none;
  margin-top: 100px;
}
#id-01.anchor{
  margin-top: 30px;;
}

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



.sec_bg{
  max-width: 680px;
  background-color: rgba(91, 71, 191, 0.5);
  padding: 40px 0;
  margin: 0 auto;
}
.sec_ttl{
  display: block;
  max-width: 620px;
  margin: 0 auto;
}


.sec_mainTxt{
  font-size: 18px;
  line-height: 1.5;
  margin-top: 35px;
}
.fw_bold{
  font-size: 27px;
  display: block;
  margin-top: 0.4em;
}

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

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


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

  .sec{
    margin-top: 30px;
  }


  .sec_bg{
    padding: 20px 0;
  }

  .sec_ttl{
    width: 90%;
    max-width: 440px;
  }

  .sec_mainTxt{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .fw_bold{
    font-size: 20px;
  }

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

  .random-img {
    width: 50%;
  }

}


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

.plus-price{
  max-width: 498px;
  margin: 45px auto 0;
}

.plus-img{
  max-width: 600px;
  margin: 55px auto 0;
}


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

}

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

  .plus-img{
    width: 94%;
    margin: 30px auto 0;
  }

}

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

.goods_list {
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 3%;
  margin: 45px auto 0;
}
.goods_list-item {
  width: 48.5%;
}
.goods_list-item a {
  display: block;
}
.goods_list-ttl{
  font-size: 18px;
  line-height: 1.25;
  /*white-space: nowrap;*/
  margin-top: 15px;
}
.goods_price{
  font-size: 17px;
  margin-top: 10px;
}
.goods_price_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.goods_price_box .box_txt{
  font-size: 10px;
  white-space: nowrap;
  line-height: 1.1;
  color: #fff;
  background-color: #5b47bf;
  padding: 1.9px 5px;
}
.goods_price_box .box_price{
  font-size: 17px;
  margin-left: 5px;
}

.goods_price_size{
  font-size: 14px;
  line-height: 1.25;
  margin-top: 10px;
}


.sec-goods_online a{
  display: block;
  max-width: 310px;
  margin: 120px auto 0;
}
.sec-goods_online .come-txt{
  margin-top: 10px;
}


/* store-block */
.store-block{
  margin: 100px auto 0;
}
.store_ttl{
  max-width: 360px;
  margin: 0 auto;
}
.store_ttl + .sec_mainTxt{
  margin-top: 25px;
}
.store-img{
  width: 100%;
  margin: 25px auto 0;
  picture{
    display: block;
  }
  picture + picture{
    margin-top: 15px;
  }
}

@media screen and (max-width: 709px) {
  .menu-block{
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .sec-goods_online a{
    width: 80%;
    margin: 60px auto 0;
  }


  /* store-block */
  .store-block{
    margin: 50px auto 0;
  }
  .store_ttl{
    width: 98%;
  }
  .store_ttl + .sec_mainTxt{
    margin-top: 15px;
  }
  .store-img{
    width: 100%;
    margin: 20px auto 0;
    picture + picture{
      margin-top: 25px;
    }
  }


}


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

}

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

/* product-block */
.product-list{
  margin-top: 30px;

  > div{
    margin: auto;
  }
  > div + div{
    margin-top: 25px;
  }

  .one{
    max-width: 310px;

    > div{
      /*padding: 0 15px 10px;*/
      padding: 0 0 10px;
      width: 100%;
      margin: auto;
    }
  }

  .two{
    max-width: 600px;

    ul{
      display: flex;
      justify-content: space-between;
      padding: 0 11px 10px;
    }
  }

}

.product-list_a{
  background-color: #1f86c9;
}
.product-list_b{
  background-color: #ec7aa7;
}
.product-list_c{
  background-color: #dca435;
}
.product-list_d{
  background-color: #b93a37;
}
.product-list_e{
  background-color: #9c3e92;
}
.product-list_f{
  background-color: #6da73d;
}

.product-list-name{
  max-width: 310px;
  margin: auto;
}
.product-list_sub{
  max-width: 280px;
}
.product_name{
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 5px;
}
.product_price{
  font-size: 16px;
  margin-top: 5px;
}


/* special-block */
.special-img{
  max-width: 460px;
  margin: 45px auto 0;
}


/* present-block */
.present_ttl{
  max-width: 430px;
  margin: 75px auto 0;
}
.present_ttl + .sec_mainTxt{
  margin-top: 25px;
}
.present_img{
  width: 100%;
  margin: 45px auto 0;
  picture{
    display: block;
  }
  picture + picture{
    margin-top: 65px;
  }
}


/* sticker-block */
.sticker-block{
  max-width: 402px;
  margin: 100px auto 0;
}


@media screen and (max-width: 709px) {
  .product-block{
    padding: 0 12px;
  }
}

@media screen and (max-width: 643px) { 
  /* product-block */
  .product-list{
    margin-top: 20px;

    > div + div{
      margin-top: 15px;
    }

    .one{
      /*max-width: 165px;*/
      max-width: 295px;
      width: 50.3%;
      min-width: 165px;

      > div{
        width: 100%;
        padding: 0 8px 10px;
      }
    }

    .two{
      max-width: 600px;

      ul{
        display: flex;
        justify-content: space-between;
        padding: 0 8px 10px;
      }
    }

  }

  .product-list-name{
    max-width: 165px;
    margin: auto;
  }
  .product-list_sub{
    width: 48.85%;
  }
  .product-list .one .product-list_sub{
    width: 100%;
    max-width: initial;
  }
  .product-list .one .product-list-img{
    max-width: 280px;
  }
  .product_name{
    font-size: 11px;
    letter-spacing: 0;
  }
  .product_price{
    font-size: 11px;
  }


  /* special-block */
  .special-img{
    width: 94%;
    margin: 45px auto 0;
  }


  /* present-block */
  .present_ttl{
    width: 89%;
    margin: 40px auto 0;
  }
  .present_ttl + .sec_mainTxt{
    margin-top: 15px;
  }
  .present_img{
    margin: 15px auto 0;
    picture + picture{
      margin-top: 10px;
    }
  }


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

}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 540px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 4%;
  padding: 20px;
  margin: 25px auto 0;
}
.bath_menu-item{
  width: 48%;
}

/*.bath-table__img{
  margin-top: 30px;
}*/

@media screen and (max-width: 834px) {
/*  .bath-table {
    overflow-x: auto;
  }
  .bath-table__img {
    width: 620px;
    display: block;
  }*/
}


@media screen and (max-width: 834px) {
  .bath_menu{
    width: 90%;
    border-radius: 10px;
    gap: 15px 4%;
    padding: 10px;
    margin: 20px auto 0;
  }

}

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

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

}


/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign_img{
  max-width: 640px;
  margin: 40px auto 0;
}

.success-msg{
  display: none;
  position: fixed;
  width: auto;
  max-width: clamp(300px, 90vw, 500px) ;
  height: auto;
  line-height: 1.5;
  padding: 20px;
  background-color: #33ffcc;
  font-weight: 700;
  color: #2f2965;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  z-index: 1;
}

/*campaign-sanka*/
.sanka_top{
  margin-top: 60px;
  margin-bottom: -1px; 
}
.sanka_bottom{
  margin-top: -2px;
}

.campaign-sanka{
  background-color: #2f2965;
  padding: 10px 30px;

  > div + div{
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
  }

  h4{
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    img{
      width: 24px;
      position: relative;
      top: -5px;
      margin-right: 10px;
    }
  }
}

.sanka01{
  h4{
    font-size: 24px;
  }
  > div{
    display: flex;
    justify-content: center;
    font-size: 18px;
  }
  
}
.sanka01_link{
  > div{
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }
  > div + div{
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
  }
  a{
    height: 17px;
    display: block;
    margin-top: 5px;
    img{
      height: 100%;
    }
  }
}

.sanka02{
  h4{
    font-size: 20px;
    a{
      font-size: 25px;
      font-weight: 700;
      color: #2f2965;
      background-color: #ffdf00;
      margin: 0 5px;
    }
  }
}

.sanka03{
  h4{
    font-size: 19px;
    span{
      font-size: 21px;
      font-weight: 700;
    }
  }

  .sanka03_date{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15px;

    img:first-child{
      width: 163px;
    }
    img:last-child{
      width: 267px;
      margin-left: 35px;
    }
  }
}

.campaign-block > .come-txt{
  color: #2f2965;
}

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

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


  /*campaign-sanka*/
  .sanka_top{
    margin-top: 30px;
  }
  .sanka_bottom{
    margin-top: -5px;
  }

  .campaign-sanka{
    padding: 10px;

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

    h4{
      display: flex;
      flex-direction: column;
      align-items: center;
      img{
        width: 22px;
        position: initial;
        margin-right: 0;
        margin-bottom: 5px;
      }
    }
  }

  .sanka01{
    h4{
      font-size: 23px;
    }
    > div{
      flex-direction: column;
      align-items: center;
    }
    
  }
  .sanka01_link{
    > div{
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-items: center;
      margin-top: 20px;
    }
    > div + div{
      width: 230px;
      border-top: 3px dotted #fff;
      border-left: none;
      margin-left: 0;
      padding-left: 0;
      padding-top: 20px;
    }
  }

  .sanka02{
    h4{
      font-size: 17px;
      line-height: 1;
      span{
        margin-top: 10px;
      }
      a{
        font-size: 20px;
      }
    }
  }

  .sanka03{
    h4{
      font-size: 17px;
      span{
        font-size: 18px;
        margin-bottom: -20px;
      }
    }

    .sanka03_date{
      flex-direction: column;
      align-items: center;

      img:first-child{
        width: 158px;
      }
      img:last-child{
        width: 260px;
        margin-left: 0;
        margin-top: 10px;
      }
    }
  }

}


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


/*//////////////////////////// sec-open ////////////////////////////*/
.open-list.cafe{
  max-width: 610px;
  border: 3px solid #2f2965;
  border-radius: 9px;
  margin: 40px auto 0;
  padding-bottom: 15px;

  .open-list_ttl{
    width: 200px;
    font-size: 20px;
    color: #fff;
    background-color: #e05c5c;
    border: 3px solid #2f2965;
    border-radius: 2.5px;
    margin: -15px auto 0;
    padding: 0.1em 0;
  }

  .open-list_shop{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 0 15px;
  }

  .come-txt{
    font-size: 15px;
    line-height: 1.4;
    span{
      color: #ffff00;
    }
  }
}

.open-list{
  color: #2f2965;
}
.open-list.raku{
  max-width: 600px;
  margin: 35px auto 0;

  li{
    width: 100%;
  }
}

.open-list_shop-item{
  display: flex;
  justify-content: center;
  font-size: 22px;
  position: relative;
  margin-top: 20px;
}
.open-list_shop-item a{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.open-list_shop-item span{
  height: 20px;
  background-color: #2f2965;
  font-size: 13px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 0.5em;
}

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


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

@media screen and (max-width: 834px) {
  .open-block{
    padding: 0 10px;
  }
  .open-list.cafe{
    border: 2px solid #2f2965;
    margin: 30px auto 0;

    .open-list_ttl{
      width: 180px;
      font-size: 18px;
      border: 2px solid #2f2965;
    }

    .open-list_shop{
      flex-direction: column;
      margin-top: 0;
    }

    .come-txt{
      font-size: 13px;
    }

  }

  .open-list.raku{
    margin: 20px auto 0;
  }

  .open-list_shop-item{
    font-size: 16px;
  }
  .open-list_shop-item a{
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .open-list_shop-item span{
    height: 18px;
    font-size: 12px;
  }

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


}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  max-width: 610px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 25px auto 0;
}
.things-box p{
  line-break: strict;
  span{
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
  }
}
.things-box > p + p{
  margin-top: 2em;
}

@media screen and (max-width: 834px) {
  .things-box{
    font-size: 13px;
    padding: 0 15px;
  }

}

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

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

}

/*//////////////////////////// popup ////////////////////////////*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease;
  overflow-y: scroll;
}
.popup.on {
  opacity: 1;
  pointer-events: unset;
  z-index: 99;
  transition: 0.8s ease;
}
.popup-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
}
.popup-wrap--big {
  max-width: 800px;
}
.popup-wrap__ct {
  position: relative;
}
.popup-wrap__ct--top {
  padding: 20px 0;
}
.popup-wrap__ct--top .popup-wrap__close {
  bottom: auto;
  top: -10px;
  right: 0;
}
.popup-wrap__close {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s ease;
}
.popup-wrap__close:hover {
  opacity: 1;
  transition: 0.2s ease;
}
.popup-wrap__close--top {
  bottom: auto;
  top: -35px;
}
.popup-wrap__list {
  max-height: 100%;
}
.popup-wrap__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.popup-wrap__list-img:before {
  content: "";
  display: block;
  background: white;
  padding-bottom: 100%;
}
.popup-wrap__list-img--thumb {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrap__list-img img {
  max-width: 100%;
  max-height: 100%;
}
.popup-wrap__list-ttl {
  display: block;
  color: #ccc;
  font-size: 1.5rem;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging {
  color: #999;
  font-size: 1.2rem;
  list-style: none;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging li {
  display: none;
}
.popup-wrap__list .custom_paging li.slick-active {
  display: inline-block;
}
.popup-wrap__list .slick-prev, .popup-wrap__list .slick-next {
  top: 0;
  transform: unset;
  width: 20%;
  height: calc(100% - 42px);
  z-index: 1;
}
.popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 28px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease;
}
@media screen and (min-width: 835px) {
  .popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
    opacity: 0;
  }
}
.popup-wrap__list .slick-prev:hover:before, .popup-wrap__list .slick-next:hover:before {
  opacity: 1;
  transition: 0.6s ease;
}
.popup-wrap__list .slick-next {
  right: 0;
}
.popup-wrap__list .slick-next:before {
  right: 20px;
}
.popup-wrap__list .slick-prev {
  left: 0;
}
.popup-wrap__list .slick-prev:before {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}


/*///////////////////// footer /////////////////////*/
.main-footer{
  padding: 65px 0 40px;
}
.main-footer__logo{
  max-width: 458px;
  margin: 0 auto; 
}
.main-footer__desc{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #5a48bf;
  margin-top: 20px;
}
.main-footer__copyright{
  max-width: 58px;
  margin: 45px auto 0;
}
.foot_btnwrap{
  width: 120px;
  position: fixed;
  bottom: 50px;
  right: 4%;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.main-footer__cart {
  width: 120px;
  margin: 0 auto;
}

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

@media screen and (max-width: 834px) {
  .main-footer{
    padding: 30px 0;
  }
  .main-footer__logo{
    width: 85%;
  }
  .main-footer__desc{
    font-size: 10px;
    margin-top: 30px;
  }
  .main-footer__copyright {
    margin: 15px auto 0;
  }
  .foot_btnwrap{
    width: 60px;
    bottom: 15px;
  }
  .main-footer__cart {
    width: 60px;
  }
  .main-footer__backtop {
    width: 60px;
    margin: 10px auto 0;
  }

}




