@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;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: #666;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*letter-spacing: -0.05em;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  /*background-image: url("../img/bg_01.jpg");*/
  /*background-image: url("../img/bg01.png"),url("../img/bg02.svg");*/
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% auto;
   background-attachment: fixed; 
  position: relative;
}


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

@media screen and (min-width: 835px) {
  body{
    background-image: url("../img/bg_01.jpg");
  }
  body::before{
    content: '';
    width: 840px;
    height: 100%;
    background: url(../img/inner_bg.svg) center / 840px 368px repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

}


@media screen and (max-width: 834px) {
  /*body {
    background-image: url("../img/bg_sp.svg");
  }*/
  body{
    background-image: url("../img/inner_bg_sp.svg");
  }

}

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%;
  display: block;
}
.sec-mv__slider-wrap {
  position: relative;
}
.sec-mv__slider-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sec-mv__slider {
  position: relative;
  z-index: 1;
}
.sec-mv__slider .slick-slide {
  outline: none;
}
.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;
  z-index: 2;
}
.sec-mv__sns-item {
  margin-left: 19px;
}
.sec-mv__sns-item img {
  width: 36px;
}


@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    justify-content: center;
    background: #fff;
    padding: 30px 0;
    top: 0;
    right: 0;
  }
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}



/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  height: auto;
  display: flex;
  align-items: center;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}

.sec-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/bg_02.jpg) center / cover repeat;
}
.sec-menu .inner{
  max-width: 790px;
  position: relative;
  z-index: 1;
}
.menu-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2.6%;
  margin: 0 auto;
  position: relative;
}

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

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

}

@media screen and (max-width: 834px) {
  .sec-menu{
    padding: 25px 0;
  }

  .sec-menu::after {
    background: url(../img/bg_02_sp.jpg) center / cover repeat;
  }

  .menu-list {
    width: 100%;
    gap: 10px 2%;
  }
  .menu-list__item {
    width: 48%;
  }

}


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

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

.bg_g{
  padding: 80px 80px 120px;
  position: relative;

  &::after{
    content: '';
    width: 680px;
    height: 40px;
    background: url(../img/sec_foot.png) center / cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-footer{
  .bg_g{
    padding-bottom: 0;

    &::after{
      content: none;
    }
  }
}

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

.sec_mainTxt{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;

  .fw_bold{
    font-size: 20px;
    font-weight: 800;
    color: #c86cff;
  }
}

.size-txt{
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 30px;
}
.come-txt{
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 30px;
}

.random-img{
  max-width: 180px;
  margin: 30px auto 0;
}

.sec_foot{
  max-width: 680px;
  margin: 80px auto 0;
}

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

  .inner {
    /*padding: 0 4%;*/
    padding: 0 7%;
  }


  .bg_g{
    padding: 40px 5px 60px;

    &::after{
      width: 100%;
      height: 0;
      background: url(../img/sec_foot_sp.png) center / cover no-repeat;
      padding-top: 6%;
    }
  }

  .main-footer{
    .bg_g{
      padding-bottom: 0;

      &::after{
        content: none;
      }
    }
  }


  .sec_ttl{
    width: 100%;
  }

  .sec_mainTxt{
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;

    .fw_bold{
      font-size: 12px;
    }
  }

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

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


}


/*//////////////////////////// sec-plus ////////////////////////////*/
.plus-price{
  max-width: 330px;
  margin: 30px auto 0;
}

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

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

  .plus-img{
    width: 100%;
    margin: 15px auto 0;
  }

}



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

.menu-block .sec_mainTxt + .come-txt{
  margin-top: 25px;
}

.goods_list {
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 6.2%;
  margin: 30px auto 0;
}


.goods_list-item {
  width: 46.9%;
}
.goods_list-item a {
  display: block;
}
 
.goods_list-ttl{
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #9f86b8;
  margin-top: 10px;
}
.goods_price{
  width: 222px;
  border: 2px solid #9f86b8;
  margin: 10px auto 0;

  > div{
    height: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;

    > span{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    > span:first-child{
      width: 19%;
      background-color: #9f86b8;
    }
    > span:nth-child(2){
      width: 19%;
      background-color: #f9d3e3;
    }
    > span:last-child{
      width: 62%;
      color: #fff;
      background-color: #9f86b8;
    }

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

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

  > div{
    > span:first-child{
      width: 38%;
      background-color: #f9d3e3;
    }
    > span:last-child{
      width: 62%;
      color: #fff;
      letter-spacing: -0.05em;
      background-color: #9f86b8;
    }
  }
}

.goods_price_size{
  font-size: 14px;
  line-height: 18px;
  color: #9f86b8;
  margin-top: 10px;
}


.sec-goods_online{
  margin-top: 30px;

  a{
    display: block;
    max-width: 450px;
    margin: 30px auto 0;
  }
}


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

  .store_ttl{
    max-width: 450px;
    margin: 0 auto;
  }
  .sec_mainTxt{
    margin-top: 30px;
  }
  .store-img{
    max-width: 600px;
    margin: 30px auto 0;
  }
}


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

  .goods_list {
    gap: 30px 5.2%;
    margin: 15px auto 0;
  }

  .goods_list-item {
    width: 47.4%;
  }

  .goods_list-ttl{
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .goods_price{
    width: 100%;
    max-width: 222px;
    border: 1px solid #9f86b8;
    margin: 5px auto 0;

    > div{
      height: 16px;
      font-size: 10px;

      > span:last-child{
        width: 63%;
      }

      span + span{
        border-left: 1px solid #9f86b8;
      }
    }

    > p{
      height: 20px;
      font-size: 12px;
      border-top: 1px solid #9f86b8;
    }
  }
  .set_price{
    border-top: 0;
    margin-top: 0;

    > div{
      > span:last-child{
        width: 63%;
      }
    }
  }
  .goods_price_size{
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }


  .sec-goods_online{
    margin-top: 15px;

    a{
      width: 96%;
    }
  }


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

    .sec_mainTxt{
      margin-top: 15px;
    }
    .store-img{
      margin: 15px auto 0;
    }
  }

}


/*//////////////////////////// sec-product ////////////////////////////*/
/* product-block */
.product-list{
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
  gap: 55px 6.2%;
  margin: 30px auto 0;
}

.product-list-item{
  width: 46.9%;
}

.product_name{
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin: 10px auto 0;
}
.product_price{
  font-size: 18px;
  font-weight: 800;
  margin-top: 10px;
}

.item_a{
  color: #ad8fcc;
}
.item_b{
  color: #ff9999;
}
.item_c{
  color: #3adeff;
}
.item_d{
  color: #ff99cc;
}
.item_e{
  color: #ff66cc;
}


/* special-block */
.special-block{
  .special_ttl1{
    max-width: 450px;
    margin: 60px auto 0;
  }
  .special_ttl2{
    max-width: 450px;
    margin: 30px auto 0;
  }
  .special_img{
    max-width: 600px;
    margin: 30px auto 0;
  }

  .special_price{
    font-size: 20px;
    font-weight: 800;
    color: #9f86b8;
    text-align: center;
    margin-top: 30px;
  }
}

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


/* sealrally-block */
.sealrally-block{
  .sealrally_ttl{
    max-width: 450px;
    margin: 60px auto 0;
  }
  .sealrally_txt{
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
  }
  .sealrally_img{
    max-width: 480px;
    margin: 30px auto 0;
  }
}


@media screen and (max-width: 834px) { 
  /* product-block */
  .product-list{
    gap: 15px 4%;
    margin: 15px auto 0;
  }

  .product-list-item{
    width: 48%;
  }

  .product_name{
    font-size: 12px;
    line-height: 16px;
    margin: 5px auto 0;
  }
  .product_price{
    font-size: 12px;
    margin-top: 5px;
  }

  /* special-block */
  .special-block{
    .special_ttl1{
      margin: 30px auto 0;
    }
    .special_ttl2{
      margin: 15px auto 0;
    }
    .special_img{
      margin: 15px auto 0;
    }

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

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


  /* sealrally-block */
  .sealrally-block{
    .sealrally_ttl{
      margin: 30px auto 0;
    }
    .sealrally_txt{
      font-size: 10px;
      line-height: 16px;
      margin-top: 15px;
    }
    .sealrally_img{
      width: 80%;
      margin: 15px auto 0;
    }
  }




}

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


}


/*//////////////////////////// sec-bath ////////////////////////////*/
.bath_menu{
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
  margin: 30px auto 0;

  li{
    width: 50%;
  }
}

.bath-table {
  overflow-x: auto;
}
.bath-table__img {
  width: 1080px;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .bath_menu{
    width: 220px;
    flex-direction: column;
    gap: 15px 0;
    margin: 15px auto 0;

    li{
      width: 100%;
    }
  }

  .bath-table__img {
    width: 720px;
    margin-top: 15px;
  }
}


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


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

}


/*//////////////////////////// sec-test ////////////////////////////*/
.test-img{
  max-width: 600px;
  margin: 30px auto 0;
}

.sanka_wrap{
  max-width: 470px;
  border: 3px solid #a581ea;
  border-radius: 16px;
  margin: 52px auto 0;

  > div{
    max-width: 467px;
    border: 1.5px solid #fff;
    border-radius: 13px;
    background-image: linear-gradient(0deg, #f09cb5, #f6c8d6);

    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }

  h4{
    max-width: 162px;
    margin: -22px auto 0;
  }
  ul{
    white-space: nowrap;
    padding: 20px 15px 30px;

    li + li{
      border-top: 2px dotted #fff;
      margin-top: 25px;
      padding-top: 25px;
    }

    .b_txt{
      color: #bbe1e8;
    }
    .y_txt{
      color: #f9d95e;
    }
  }
}

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

  .sanka_wrap{
    border: 2px solid #a581ea;
    border-radius: 10px;
    margin: 31px auto 0;

    > div{
      border: 1px solid #fff;
      border-radius: 8px;

      font-size: 12px;
      line-height: 20px;
    }

    h4{
      max-width: 120px;
      margin: -16px auto 0;
    }
    ul{
      padding: 15px 10px;

      li + li{
        border-top: 1px dotted #fff;
        margin-top: 15px;
        padding-top: 15px;
      }
    }
  }

}


/*//////////////////////////// sec-campaign ////////////////////////////*/
.campaign_img{
  max-width: 400px;
  margin: 30px 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: #9f86b8;
  font-weight: 800;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  z-index: 1;
}

.sanka_link{
  display: flex;
  justify-content: center;
  margin-top: 20px;

  .sanka_link1{
    width: 182px;
  }
  .sanka_link2{
    width: 167px;
    margin-left: 13px;
  }
}

#copy-txt{
  cursor: pointer;
}


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

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

  .sanka_link{
    margin-top: 15px;

    .sanka_link1{
      width: 51%;
    }
    .sanka_link2{
      width: 46.8%;
      margin-left: 2%;
    }
  }


}

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

}

/*//////////////////////////// sec-greeting ////////////////////////////*/
.greeting_img{
  max-width: 450px;
  margin: 30px auto 0;
}

.greeting_sub{
  display: flex;
  flex-direction: column;
  align-items: center;

  dt{
    width: 300px;
    height: 30px;
    background-color: #ec85b2;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  dd{
    font-size: 18px;
    font-weight: 800;
    color: #ec85b2;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
  }
}

.greeting_txt{
  dt{
    width: 450px;
    background-color: #ba79b1;
  }
  dd{
    color: #ba79b1;
  }
}


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

  .greeting_sub{
    display: flex;
    flex-direction: column;
    align-items: center;

    dt{
      width: 200px;
      height: 20px;
      font-size: 12px;
      margin-top: 15px;
    }
    dd{
      font-size: 12px;
      line-height: 20px;
      margin-top: 5px;
    }
  }

  .greeting_txt{
    dt{
      width: 300px;
    }
  }

}



/*//////////////////////////// sec-open ////////////////////////////*/
.open-list{
  max-width: 450px;
  margin: 30px auto 0;

  > li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  > li + li{
    margin-top: 45px;
  }

  .open-list_shop{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;

    li + li{
      margin-top: 12px;
    }

    .open-list_shop-item span{
      background-color: #666;
    }
  }
}

.open-list_box_ttl{
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  width: 100%;
  height: 30px;
  background-color: #ec85b2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-list_shop-item{
  display: flex;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

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

.open-list_shop-item span{
  width: 51px;
  height: 24px;
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}


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


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

    > li + li{
      margin-top: 30px;
    }

    .open-list_shop{
      margin-top: 15px;

      li + li{
        margin-top: 12px;
      }
    }
  }

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


  .open-list_shop-item span{
    width: 44px;
    height: 16px;
    font-size: 12px;
  }

}

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

/*//////////////////////////// sec-things ////////////////////////////*/
.things-box{
  max-width: 600px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 30px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 834px) {
  .things-box{
    width: 95%;
    font-size: 12px;
    line-height: 20px;
    margin: 15px auto 0;
  }

}

/*//////////////////////////// sec-about ////////////////////////////*/
.about_img{
  max-width: 620px;
  margin: 30px auto 0;
}

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

}

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


/*///////////////////// footer /////////////////////*/
.main-footer{
  padding-bottom: 30px;
  position: relative;
}

.main-footer__desc{
  font-size: 20px;
  line-height: 30px;
}

.gk_link{
  display: block;
  max-width: 210px;
  margin: 30px auto 0;
}
.footer_logo{
  display: block;
  max-width: 300px;
  margin: 30px auto 0;
}

.main-footer__copyright{
  max-width: 315px;
  margin: 30px auto 0;
}

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

@media screen and (max-width: 834px) {
  .main-footer{
    padding-bottom: 15px;
  }
  .main-footer__desc{
    font-size: 12px;
    line-height: 20px;
  }

  .gk_link{
    width: 48%;
    margin: 30px auto 0;
  }
  .footer_logo{
    width: 80%;
    margin: 30px auto 0;
  }

  .main-footer__copyright{
    width: 210px;
    margin: 30px auto 0;
  }

  .foot_btnwrap{
    bottom: 20px;
    right: 3%;
    width: 60px;
  }


}


/*///////////////////// 追記 /////////////////////*/
.sec-ps{
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  background-color: #cfa1e6;
  padding: 75px 0;
  z-index: 1;
  position: relative;

  h2{
    font-size: 20px;
    font-weight: 700;
  }

  h3{
    font-size: 20px;
    font-weight: 700;
    color: #a546cc;
  }

  .ps_in{
    margin-top: 1.5em;
  }
  .ps_date{
    color: #a546cc;
  }

}
@media screen and (max-width: 834px) {
  .sec-ps{
    font-size: 14px;
    margin-top: 30px;
    padding: 50px 0;
    h2{
      font-size: 17px;
    }

    h3{
      font-size: 17px;
    }
  }
  
}

