@charset "UTF-8";

@media only screen and (min-width: 300px) and (max-width: 765px) {
  body {
    margin: 0 0;
    padding: 0;
    background: #000;
  }
  #purchase-btn-box {
    display: none;
  }
  .logo-en {
    display: none;
  }
}
@media screen and (min-width: 765px) {
  body {
    background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/pc_bg/pc-bgv2.jpg) top
      center/cover no-repeat fixed;
    margin: 0 0;
    padding: 0;
    /* background: #000; */
  }
  /************************PC Only****************************/
  #pc-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .scroll-container {
    position: relative;
    width: 100%;
    max-width: 140px;
    top: 20%;
    left: calc(10% + 150px + 50px);
    z-index: 999;
    text-align: center;
  }
  #scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
  }
  .arrow-down:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scroll-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #scroll-down::before {
    -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */

    -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */

    -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */

    animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #ffffff;
    content: " ";
  }
  @-webkit-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-moz-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-o-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  .slide_vertical_wrap {
    position: absolute;
    top: 0;
    right: 2%;
    height: 100vh;
    overflow: hidden;
  }
  .slide_vertical_wrap li {
    width: 13vw;
  }
  .slide_vertical_wrap li img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 5vw;
    opacity: 0.8;
  }
  #pc-only .pc-logo {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  #pc-only .pc-logo img {
    display: block;
    width: 15vw;
    max-width: 200px;
    margin-bottom: 0.5rem;
  }
  #pc-only .pc-logo::after {
    position: absolute;
    content: "アイスレディ";
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    color: #fff;
    font-weight: 500;
    font-size: min(3vw, 12px);
  }
  #purchase-btn-box {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 9999;
  }
  #purchase-btn-box .purchase-btn {
    width: 100%;
    background: linear-gradient(to bottom, #e86a73 5%, #6300c6 100%);
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5) inset;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: min(3.5vw, 16px);
    padding: 2rem 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  #purchase-btn-box .purchase-btn .btn-txt {
    line-height: 1.5;
  }
  #purchase-btn-box .purchase-btn .btn-txt .c-yellow {
    color: #ffe200;
  }
  #purchase-btn-box .purchase-btn:hover {
    background: linear-gradient(to bottom, #cd747a 5%, #8f21a7 100%);
  }
  #purchase-btn-box a.purchase-btn:active {
    position: relative;
    top: 1px;
  }
  #purchase-btn-box .purchase-btn:after {
    position: absolute;
    content: "";
    background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content/purchase-btn-arrow.png)
      0 0 no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .pc_contents .notime_logo {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
  .pc_contents .notime_logo img {
    width: 7vw;
    max-width: 80px;
  }
  .pc_contents .bg_right {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .pc_contents .bg_right::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #2d479b, transparent);
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
  }
  .pc_contents .bg_right .pc_nav {
    font-family: "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    z-index: 4;
    position: absolute;
    bottom: 8%;
    left: calc(10% + 150px + 50px);
    z-index: 999;
  }
  .pc_contents .bg_right .pc_nav ul li {
    margin-bottom: 1vw;
  }
  .pc_contents .bg_right .pc_nav ul li span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1vw;
    border-bottom: 1px solid transparent;
    padding: 0.5rem 0;
    margin-left: 2.2rem;
    transition: all 0.3s;
    cursor: pointer;
  }
  .pc_contents .bg_right .pc_nav ul li span::before {
    position: absolute;
    content: "";
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid #fff;
    left: -2.2rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
  }
  .pc_contents .bg_right .pc_nav ul li span:hover {
    border-bottom: 1px solid #fff;
  }
  .pc_contents .bg_right .pc_nav ul li span:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .pc_contents {
    display: none;
  }
}

#wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
  line-height: 1.8;
  padding-top: 8rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

/* margin padding */
.mt10 {
  margin-bottom: 1rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mt20 {
  margin-bottom: 2rem;
}
.mb20 {
  margin-bottom: 2rem;
}

/* font-size */
.cont-txt10 {
  font-size: min(2.3vw, 10px);
  margin: 1rem 0;
}
.cont-txt15 {
  font-size: min(3.2vw, 15px);
  margin: 1rem 0;
}
.cont-txt18 {
  font-size: min(3.8vw, 18px);
  margin: 1rem 0;
}
.cont-txt19 {
  font-size: min(4.2vw, 19px);
  margin: 1rem 0;
}
.cont-txt20 {
  font-size: min(4.5vw, 20px);
  margin: 1rem 0;
}
.cont-txt23 {
  font-size: min(5vw, 23px);
  margin: 1rem 0;
}
.cont-txt25 {
  font-size: min(5.5vw, 25px);
  margin: 1rem 0;
}
.cont-txt27 {
  font-size: min(5.8vw, 27px);
  margin: 1rem 0;
}
.cont-txt28 {
  font-size: min(6vw, 28px);
  margin: 1rem 0;
}
.cont-txt30 {
  font-size: min(6.5vw, 30px);
  margin: 1rem 0;
}
.cont-txt32 {
  font-size: min(7vw, 32px);
  margin: 1rem 0;
}
.cont-txt35 {
  font-size: min(7.5vw, 35px);
  margin: 1rem 0;
}
.cont-txt38 {
  font-size: min(8vw, 38px);
  margin: 1rem 0;
}
.cont-txt40 {
  font-size: min(8.5vw, 40px);
  margin: 1rem 0;
}
.cont-txt42 {
  font-size: min(9vw, 42px);
  margin: 1rem 0;
}
.cont-txt45 {
  font-size: min(9.5vw, 45px);
  margin: 1rem 0;
}
.cont-txt47 {
  font-size: min(10vw, 47px);
  margin: 1rem 0;
}
.cont-txt51 {
  font-size: min(11vw, 51px);
  margin: 1rem 0;
}
.cont-txt56 {
  font-size: min(12vw, 56px);
  margin: 1rem 0;
}
.cont-txt61 {
  font-size: min(13vw, 61px);
  margin: 1rem 0;
}
.f-gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
}
/*===============================
  contents img txt
================================*/
/* img */
#wrap img {
  width: 100%;
  height: auto;
  display: block;
}
/* cont-img */
.cont-img {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.cont-img img {
  width: 100%;
  max-width: 465px;
}
.cont-img.w90 {
  width: 100%;
  padding: 0 5%;
}
.cont-img .cont-ab1 {
  bottom: 15%;
  left: 0;
}
.cont-img .cont-ab2 {
  bottom: -3%;
  right: 0;
}
.cont-img .cont-ab1,
.cont-img .cont-ab2 {
  position: absolute;
  z-index: 10;
  padding: 5px 15px;
  display: inline-block;
  font-size: 3em;
  font-style: italic;
  background: rgb(196, 64, 125);
  background: linear-gradient(90deg, rgba(196, 64, 125, 1) 0%, rgba(88, 172, 199, 1) 100%);
}
.big {
  font-size: 1.25em;
}
.big2 {
  font-size: 1.8em;
}
.big3 {
  font-size: 3em;
  line-height: 1;
}
.small {
  font-size: 0.8em;
}
.txt-inner {
  width: 85%;
  margin: 0 auto;
}
.lh1 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh15 {
  line-height: 1.5;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}
.lh25 {
  line-height: 2.5;
}
.lh28 {
  line-height: 2.8;
}



/* text-align */
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}

/* font-style */
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}

/* underline */
.normal_line {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 2;
}

/* cont-movie */
.cont-movie {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
}
.cont-movie .kadomaru {
  border-radius: 5%;
}
/* cont-movie */
.cont-movie.w90 {
  position: relative;
  width: 100%;
  padding: 0 5%;
  margin: 1.5rem 0;
}
/* cont-movie */
.cont-movie.kadomaru video {
  border-radius: 5%;
}
.left-right-txt {
  width: 85%;
  margin: 0 auto;
  line-height: 1.3;
}
.cont-movie .movie-text {
  position: absolute;
  bottom: 8%;
  left: 8%;
  padding: 0 5px 0 0;
  font-size: min(4.8vw, 22px);
  font-style: italic;
  line-height: 1.25em;
  background: rgb(248,102,160);
  background: linear-gradient(40deg, rgba(248,102,160,1) 0%, rgba(99,0,198,1) 100%);
}

/* txt-fukidashi */
.txt-fukidashi {
  position: relative;
  line-height: 1.2;
  padding-bottom: 2rem;
}
.txt-fukidashi .txtBlk .txt1 {
  font-size: min(8vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  padding-left: 1rem;
  text-align: center;
}
.txt-fukidashi .txtBlk .txt1 big {
  font-size: 1.4em;
  margin: 0 .3rem;
}
.txt-fukidashi .txtBlk .txt1 small {
  font-size: .7em;
}
.txt-fukidashi .txtBlk .txt1 .txt1_inner {
  position: relative;
  display: inline-block;
  padding-bottom: .7rem;
}
.txt-fukidashi .txtBlk .txt1 .txt1_inner .border1 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.txt-fukidashi .txtBlk .txt1 .txt1_inner .border2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 38%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.txt-fukidashi .txtBlk .txt1 .txt1_inner .border3 {
  position: absolute;
  content: "";
  bottom: -8%;
  left: 53%;
  height: 2px;
  width: 8%;
  background: linear-gradient(to right, #A70CCA, #F866A4);
  transform: rotate(-50deg);
}
/*===============================
txt-deco
================================*/
/* txt-kakko */
.txt-kakko {
  margin: 0 5%;
  position: relative;
}
.txt-kakko::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content_img/txt-kakko.png)
    center center / contain no-repeat;
  width: 3rem;
  height: 100%;
}
.txt-kakko::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content_img/txt-kakko.png)
    center center / contain no-repeat;
  width: 3rem;
  height: 100%;
}
.txt-kakko .txt1 {
  text-align: center;
}
/* txt-line */
.line-blue {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.line-blue::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px #58acc7, 0 0 8px #58acc7, 0 0 8px #58acc7, 0 0 8px #58acc7;
}
.line-pink {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.line-pink::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d;
}
.line-gra1 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra1::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #6300c6, #f866a4);
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-gra2 {
  display: inline-block;
  position: relative;
}
.line-gra2::after {
  content: "";
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, #6300c6, #f866a4);
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.line-gra3 {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #6300c6, #f866a4);
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-gra4 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra4::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #66baf8 0% 20%, #367ab4 30% 40%, #0062ff 50% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-normal {
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 1.3;
}
.line-normal2 {
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,.5);
  line-height: 1.3;
}

.bg-gra1 {
  display: inline-block;
  line-height: 1;
  padding: 0.7rem 1.5rem 0.8rem 0.8rem;
  background: linear-gradient(to right, #f866a4 20%, #6300c6 70%, transparent);
}
.bg-gra2 {
  display: inline-block;
  line-height: 1;
  padding: 0.7rem 1.5rem 0.8rem 0.8rem;
  background: linear-gradient(to right, transparent, #f866a4 40%, #6300c6 100%);
}

.txt-block-box {
  position: relative;
  margin: 1rem 5%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.7rem 0;
  background-color: #000;
  z-index: 1;
  box-shadow: 0 0 15px #c4407d, 0 0 15px #c4407d inset;
}
.txt-inline-box p {
  position: relative;
  display: inline-block;
  margin: 1rem auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.7rem 2rem;
  background-color: #000;
  z-index: 1;
  box-shadow: 0 0 15px #c4407d, 0 0 15px #c4407d inset;
}
.txt-block-box2 {
  display: block;
  margin: 2rem 5%;
  font-size: min(6.5vw, 26px);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  padding: 3rem 0;
  border-top: 1px solid #0062ff;
  border-bottom: 1px solid #0062ff;
  border-image: linear-gradient(to right, #0062ff 0% 20%, #367ab4 30% 40%, #66baf8 50% 100%);
  border-image-slice: 1;
}
.txt-block-box2 p {
  position: relative;
  display: inline-block;
  margin: 1rem auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.7rem 2rem;
  background-color: #000;
  z-index: 1;
  box-shadow: 0 0 15px #c4407d, 0 0 15px #c4407d inset;
}
/* txt-line */

/* txt-gra-bg */
.txt-gra-bg {
  background: linear-gradient(90deg, #c4407d 0%, #58acc7 100%);
  padding: 1.3rem 2rem;
  line-height: 2.6;
}
/* txt-line-box */
.txt-line-box {
  width: 85%;
  padding: 1rem 0;
  margin: 1rem auto;
  border-top: 1px solid #c4407d;
  border-bottom: 1px solid #c4407d;
  border-image: linear-gradient(to right, #c4407d 0%, #58acc7 100%);
  border-image-slice: 1;
  line-height: 2;
}

/* txt-color */
.color-pink {
  color: #eb50ed;
}
.color-blue {
  color: #66baf8;
}

/* txt-line-double */
.txt-line-double {
  position: relative;
  padding: 3rem 0;
}
.txt-line-double .line-top {
  position: absolute;
  content: "";
}
/* txt-flame */
.txt-flame {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  margin: 2rem 0;
}
.leftBox,
.rightBox {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  white-space: nowrap;
  height: 100%;
}
.leftBox {
  left: 0%;
}
.rightBox {
  right: 0%;
}
.leftBox:before,
.leftBox:after,
.rightBox:before,
.rightBox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.leftBox:before {
  top: 0;
  left: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
.leftBox:after {
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.rightBox:before {
  top: 0;
  right: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.rightBox:after {
  right: 0;
  bottom: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* caution txt */
.cautionRightTxt {
  text-align: right;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500 !important;
  padding-right: 1rem;
  line-height: 1.5;
  font-style: normal !important;
}
.cautionRightTxt.pr20 {
  padding-right: 2rem;
}
.cautionCenterTxt {
  text-align: center;
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: normal;
  line-height: 1.5;
  font-style: normal !important;
}
.cautionLeftTxt {
  text-align: left;
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: normal;
  padding-left: 1rem;
  line-height: 1.5;
  font-style: normal !important;
}
.cautionLeftTxt.pl20 {
  padding-left: 2rem;
}
.caution_sup {
  font-size: min(0.4em, 10px);
  vertical-align: super;
  position: relative;
  top: -1.3em;
  right: 0;
  font-style: normal;
  font-weight: 500 !important;
}

.secInner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.secInner.innerOver {
  width: 100%;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
.c-white {
  color: #fff;
}


/*===============================
  arrow-img
================================*/
.big-arrow-img {
  width: 80%;
  max-width: 300px;
  margin: 4rem auto;
}
.big-arrow-img img {
  width: 100%;
}
.arrow-red{
  position: relative;
  height: 10px;
  margin: 2rem 0;
}
 .arrow-red::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top: 15px solid #f00;
}

.plus-txt .txt1 {
  text-align: center;
  font-size: 3rem;
}
/*===============================
  header
================================*/
header {
  max-width: 465px;
  height: 8rem;
  width: 100%;
  padding: 0px 0px 0 0px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 100;
  text-align: center;
  background: #000;
}
header .headerSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerSet .leftLogo {
  width: 50%!important;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerSet .leftLogoInner {
  width: 60%;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.3;
}
header .headerSet .leftLogoInner img {
  display: block;
  width: 80%!important;
  margin: 0.3rem auto;
}
header .headerLogo {
  width: 100%;
  height: auto;
}
header a .headerLogoRuby {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
header .headerLogoRuby span {
  display: inline-block;
  width: 20%;
}
header .rightBtn {
  background: linear-gradient(to top, #6300c6, #e86a73);
  width: 50%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerBtn {
  background: initial;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0em;
  display: inline-block;
  color: #fff;
  width: auto;
  max-width: 210px;
  width: 100%;
  position: relative;
  margin: auto;
}
header .topText {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
header .headerBtn .txt {
  display: inline-block;
  position: relative;
  line-height: 1.3;
}
header .headerBtn .yellow {
  font-size: 0.9em;
  color: #ffe200;
}
header .headerBtn .txt .bold {
  font-weight: bold;
}
header .headerBtn .iconImg {
  height: 1.5em;
  width: auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
/*===============================
  footer
================================*/
footer {
  padding: 5rem 0 1rem;
  text-align: center;
}
footer .logoBox .logo {
  width: 30%;
  max-width: 130px;
  margin: 0 auto;
  margin-bottom: 10px;
}
footer .logoBox .logo img {
  width: 100%;
}
footer .logoBox .name {
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
}
footer .logo_icon {
  width: 70%;
  margin-bottom: 50px;
}
footer .list {
  margin-bottom: 60px;
}
footer .list > li {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer .list > li a {
  color: #fff;
  position: relative;
}
footer .sns-list{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
footer .sns-list li:not(:last-child){
  margin-right: 1rem;
}

footer .sns-list a{
  width: 30px;
  display: inline-block;
}
footer .sns-list img{
  width: 100%;
}
.footer-word-list {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 5rem;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.footer-word-list li {
  width: 49%;
  text-align: left;
  color: #636363;
  font-size: 1rem;
  transform: scale(0.8);
  transform-origin: 25% 0;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .footer-word-list li {
    transform: scale(0.6);
    transform-origin: 25% 0;
  }
}

footer .copyright {
  width: 80px;
  line-height: 1.5;
  margin: 0 auto 3rem;
}
footer .copyright img {
  display: block;
  width: 100%;
  margin-bottom: .5rem;
}
/*===============================
  bnr-contents
================================*/
.bnr-contents {
  padding: 4rem 0 0;
}
.bnr-contents .bnr-block {
  margin-bottom: 4rem;
}
.bnr-contents .bnr-block .name {
  font-size: min(5vw,22px);
  margin-bottom: 1rem;
}
.pageBottomtxt {
  padding: 20px 0 20px;
  color: #fff;
  font-size: 1rem;
  background: #121212;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.pageBottomtxt .en {
  margin-right: 5px;
  font-size: 1.4rem;
}
/*===============================
  about-title
================================*/
.about-title {
  text-align: center;
  padding: 0 15px 10px;
  background-color: #000;
  color: #fff;
}
.about-title .head {
  margin-bottom: 30px;
}
.about-title .head .en {
  font-size: 5rem;
  margin-bottom: 10px;
  line-height: 1;
}
.about-title .head .ja {
  font-size: 1.5rem;
}
.about-title .box {
  border: solid 1px #fff;
  padding: 40px 0;
  margin-bottom: 20px;
}
/* ================================
animation-txt
================================*/
.animation-txt {
  line-height: 1.7;
}
.animation-txt .color {
  font-family: a-otf-ryumin-pr6n, "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  color: #ffeb00;
  text-align: center;
  display: block;
}
.animation-txt .color.txt1 {
  font-size: min(6vw, 28px);
}
.animation-txt .color.txt2 {
  font-size: 4.5rem;
}
.animation-txt .color.txt3 {
  font-size: 3rem;
}
/*===============================
  il-30day-repayment
================================*/
.il-30day-repayment {
  text-align: center;
  margin: 2rem 5%;
}
.il-30day-repayment.bathLink {
  padding: 0px 0 10px;
  position: relative;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content0811/splitPurchaseBlk_bg.png)
    left center no-repeat;
  background-size: 100% 100%;
}
.il-30day-repayment.bc1116 {
  color: #fff;
  background: #000;
  padding: 30px 0;
  margin-bottom: 0;
}
.il-30day-repayment .topSale {
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/il-30day-repayment_topSale_bg_sp.jpg")
    no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 3.4rem;
  padding: 80px 0 100px;
  font-style: italic;
}
.il-30day-repayment .topSale .deg {
  transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
}
.il-30day-repayment .topSale .line {
  border-bottom: solid 1px #fd4ca3;
  display: inline-block;
}
.il-30day-repayment .topSale .lage {
  font-size: 1.4em;
  line-height: 1;
}
.il-30day-repayment .txtSet0721 {
  margin-top: -160px;
}
.il-30day-repayment .txt0721_1 {
  font-size: 2rem;
  color: #000;
  padding: 3px 10px;
  margin-bottom: 15px;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.il-30day-repayment .txt0721_2 {
  font-size: 4rem;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.il-30day-repayment .txt0721_3 {
  font-size: 7.4rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.il-30day-repayment .txt2 {
  font-size: 2.7rem;
  margin-bottom: 30px;
}
.il-30day-repayment .txt2 .line {
  display: inline-block;
  border-bottom: solid 1px #fd4ca3;
  margin-bottom: 10px;
}
.il-30day-repayment .imgBlk {
  position: relative;
  padding: 50px 0 0;
}
.il-30day-repayment .imgBlk .txtBlk {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 200px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.il-30day-repayment .txt3 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #000;
}
.il-30day-repayment .txt3 .bg {
  background: #fff;
  padding: 3px 10px;
}
.il-30day-repayment .cautionTxt {
  font-size: 0.5rem;
  text-align: left;
  margin-left: 15%;
}
.il-30day-repayment .katamuku {
  position: absolute;
  top: 2%;
  left: 10%;
  font-size: 3rem;
  transform: rotate(-23deg);
}
.il-30day-repayment .bgBox {
  background: #1f1f1f;
  border-radius: 10px;
  text-align: left;
  padding: 25px 15px;
}
.il-30day-repayment .bgBox .boxTxt1 {
  font-size: min(4.5vw, 22px);
  letter-spacing: 0;
  margin-bottom: 20px;
}
.il-30day-repayment .bgBox .boxTxt1 .txtspace {
  display: inline-block;
  padding-left: 1em;
}
.il-30day-repayment .bgBox .boxTxt2 {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2;
  padding-left: 25px;
}
.il-30day-repayment .bgBox .boxTxt2 .lage {
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1;
}
.il-30day-repayment .bgBox .boxTxt2 .small {
  font-size: 0.7em;
  letter-spacing: 0;
}
.il-30day-repayment .bgBox .boxTxt2 .line {
  border-bottom: solid 1px #ff1400;
}
.il-30day-repayment .bgBox .boxTxt2 .yellow {
  color: #ffff00;
}

/*===============================
  めちゃモテセット
================================*/
/*===============================
  secBc230113
================================*/
.secBc230113 {
  padding: 4rem 0;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content/secAdd_230113_1_bg.jpg)
    center center no-repeat;
  background-size: 100% 100%;
}
.secBc230113 .bgBlk .txtBlk {
  font-size: 4rem;
  font-size: min(8.8vw, 4rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
  text-align: right;
}
.secBc230113 .bgBlk .txtBlk2 {
  font-size: min(5.5vw, 25px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}
.secBc230113 .bgBlk .txtBlk2 big {
  font-size: 1.3em;
}
.secBc230113 .bgBlk .txtBlk .big {
  font-size: 1.35em;
  text-shadow: 1px 3px 17px #808080;
}
.secBc230113 .bgBlk .txtBlk.serif {
  text-align: center !important;
  font-size: 6rem;
  font-size: min(18vw, 6rem);
  font-style: italic;
}
/*===============================
  mainVisual_ttl
================================*/
.mainVisual_ttl {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/face_top_bannerv3.png) center
    bottom no-repeat;
  background-size: cover;
  width: 100%;
  font-size: min(7vw, 30px);
  text-align: center;
  padding: 3rem 0 5rem;
  line-height: 1.5;
}
/*===============================
  phototone-set-sale-price
================================*/
.phototone-set-sale-price {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  margin-bottom: 2rem;
}
.product-img {
  width: 120%;
  overflow: hidden;
  margin-left: -10%;
}
.phototone-set-sale-price .sale-sam-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.phototone-set-sale-price .sale-sam-box::before {
  position: absolute;
  content: "＋";
  font-size: min(6.5vw, 28px);
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}
.phototone-set-sale-price .sale-sam-box .price-block {
  width: 40%;
  text-align: center;
}
.phototone-set-sale-price .sale-sam-box .price-block .name {
  font-size: min(4.5vw, 20px);
  margin-bottom: 2rem;
}
.phototone-set-sale-price .sale-sam-box .price-block .price-box .price-label {
  font-size: min(4vw, 18px);
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.phototone-set-sale-price .sale-sam-box .price-block .price-box .price-txt {
  width: 100%;
  font-size: min(10vw, 47px);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.phototone-set-sale-price .sale-sam-box .price-block .price-box .price-txt .price {
  position: relative;
  padding-right: 12%;
}
.phototone-set-sale-price .sale-sam-box .price-block .price-box .price-txt .taxTxt {
  font-size: min(3vw, 14px);
  padding-right: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.8rem;
}
.phototone-set-sale-price .sale-sam-box .price-block .price-box .price-txt .yenTxt {
  position: absolute;
  right: 0;
  bottom: 10%;
  font-size: min(3vw, 10px);
  padding-left: 4px;
}
/*===============================
  price-label
================================*/
.price-label {
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 1rem;
}
.price-label .price-label_txt {
  display: inline-block;
  position: relative;
  background-color: #ffe200;
  color: #000;
  padding: 0.7rem 5rem 0.5rem;
  line-height: 1.3;
  font-size: min(5vw, 25px);
  font-weight: bold;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
/*===============================
  price_off_230324
================================*/
.price_off_230324 {
  text-align: center;
  color: #f90491;
  line-height: 1.1;
}
.price_off_230324 .txt1 {
  font-size: min(7vw, 35px);
  font-style: italic;
}
.price_off_230324 .txt1 big {
  font-size: 2.2em;
  margin: 0 0.5rem;
}
.price_off_230324 .txt2 {
  font-size: min(7vw, 35px);
}

/*===============================
  youtube-inner
================================*/
.youtube-inner .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 64;
}
.youtube-inner .arrow button {
  background: #0000;
  border: none;
}
.youtube-inner .arrow button .ytp-large-play-button-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}
.youtube-inner:hover .arrow button .ytp-large-play-button-bg {
  fill: #f00;
}
.youtube-inner .yt.ytThumb {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/*===============================
  il-sale-price
================================*/
.il-sale-price .priceTxtBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.il-sale-price .priceTxtBlk .priceTxt {
  font-size: min(18vw, 84px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.il-sale-price .priceTxtBlk .priceTxt.small {
  font-size: 4rem;
  padding-left: 3rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.il-sale-price .priceTxt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  position: relative;
  padding-left: 3rem;
}
.il-sale-price .priceTxt .taxTxt {
  font-size: min(4.5vw, 18px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 3.1em;
  padding: 5px 3px 0;
  letter-spacing: 0;
}
.il-sale-price .priceTxt .taxTxt.small {
  font-size: 1.5rem;
}
.il-sale-price .priceTxt .taxTxtw {
  font-size: min(4.5vw, 18px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 3.1em;
  color: white;
  padding: 5px 3px 0;
  letter-spacing: 0;
}
.il-sale-price .price_ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: min(5vw, 20px);
  margin-bottom: 1.5rem;
  line-height: 1;
  text-align: center;
}
.il-sale-price .price_ttl span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.7rem 1rem;
}
.il-sale-price .price_ttl02 {
  display: inline-block;
  font-size: min(4vw, 18px);
  margin-bottom: 1.5rem;
  background-color: red;
  color: #fff;
  padding: 0.5rem 3rem;
  line-height: 1;
}
.il-sale-price .yenTxt {
  font-size: 0.4em;
  padding-left: 1rem;
}
.priceTxt.del::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 33%;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.priceTxt.del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.animated {
  padding: 20px 0;
  animation: move-y 0.5s infinite alternate ease-in-out;
  display: inline-block;
}

/*===============================
  icelady_table
================================*/
.icelady_table {
  width: 90%;
  margin: 0 auto;
}
.icelady_table .table_ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  background-color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  font-size: min(5vw, 20px);
  margin-bottom: 2rem;
}
.icelady_table table {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  width: 100%;
  font-weight: bold;
}
.icelady_table table thead th {
  background-color: #fff;
  border-bottom: 2px solid #000;
}
.icelady_table table thead th:first-child {
  width: 24%;
  background-color: #000;
}
.icelady_table table thead th:nth-child(2),
.icelady_table table thead th:nth-child(3) {
  width: 38%;
  padding-top: 1rem;
}
.icelady_table table thead th:nth-child(2) {
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
.icelady_table table thead th .machine_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.icelady_table table .machine_box .sale_label {
  position: absolute;
  content: "";
  top: -15%;
  right: -2%;
  background-color: #ff1c1c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  transform: rotate(5deg);
}
.icelady_table table thead th .machine_logo {
  width: 70%;
  margin: 0 auto 0.3rem;
}
.icelady_table table thead th .machine_name {
  font-weight: normal;
}
.icelady_table table thead th .machine_img {
  width: 100%;
  margin: 0 auto;
}
.icelady_table table tbody th,
.icelady_table table tbody td {
  padding: 1rem 0;
  text-align: center;
  font-size: min(3.8vw, 18px);
}
.icelady_table table tbody th {
  background-color: #b372f4;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.icelady_table table tbody td {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #000;
}
.icelady_table table tbody td:nth-child(2n) {
  border-right: 2px solid #000;
}
.icelady_table table tbody td:nth-child(2n) {
  border-right: 2px solid #000;
}
.icelady_table table tbody td .caution_sup {
  color: #000 !important;
}

/*===============================
  il-price-block
================================*/
.il-price-block {
  text-align: center;
  padding: 2rem 5% 0;
}
.il-price-block .cautionTxt {
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 15px;
  margin-right: -20px;
}
.il-price-block .product_logo {
  width: 70%;
}
.il-price-block .product_name {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.il-price-block .product_imgBlk {
  position: relative;
}
.il-price-block .product_imgBlk .nameTxt {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.il-price-block .product_img {
  margin-bottom: 30px;
}
.il-price-block .purchaseButton {
  background: #f866a4;
  background: linear-gradient(180deg, #f866a4 0%, #6300c6 100%);
  font-size: 2.7rem;
  padding: 1.5rem 0;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  line-height: 1.5;
}
.il-price-block .purchaseButton small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
}
.il-price-block .underlineTxt_top {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 36px;
}
.il-price-block .underlineTxt {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.il-price-block .price-block-caution .txt1 {
  font-size: min(6vw,27px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff700;
  font-weight: bold;
}
.il-price-block .price-block-caution .txt2 {
  font-size: min(6vw,27px);
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #FF0000;
  font-weight: bold;
}
.il-price-block .price-block-caution .txt2 small {
  font-size: 0.7em;
}
.il-price-block .amznBtn {
  width: 100%;
  max-width: 380px;
  margin: 30px auto 0;
}
.il-price-block .addTxt1013 {
  padding: 10px 0;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 30px auto 0;
  background: linear-gradient(to top, #0918d7, #5be0c1);
  border-radius: 10px;
}
/* priceTxtBlk
================================*/
.il-price-block .priceTxtBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.il-price-block .priceTxtBlk .leftLogo {
  padding-right: 20px;
}
.il-price-block .priceTxtBlk .leftLogo .logoImg {
  width: 94px;
  height: auto;
}
.il-price-block .priceTxtBlk .leftLogo .txt {
  font-size: 1.2rem;
  letter-spacing: 0;
}
/* priceTxt
================================*/
.il-price-block .priceTxt {
  font-size: 5rem;
  padding-left: 30px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.il-price-block .priceTxt .taxTxt {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 3.1em;
  background: #fff;
  color: #000;
  padding: 5px 3px 0;
  letter-spacing: 0;
}
/* price3Box
================================*/
.il-price-block .price3Box {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  text-align: center;
}
.il-price-block .price3Box li {
  border: solid 1px #af6dcf;
  padding: 10px 0 10px;
  width: 30%;
  margin: 0 1%;
  letter-spacing: 0.2em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.il-price-block .price3Box li .lage {
  font-size: 2.4em;
}
.il-price-block .price3Box li.first .lage {
  font-size: 1.8em;
}

/*===============================
  il-splitPurchaseBlk
================================*/
.il-splitPurchaseBlk {
  text-align: center;
  margin: 0 5% 5rem;
}
.il-splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
html.webp .il-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/splitPurchaseBlk_bg.png)
    center no-repeat;
  background-size: 100% 100%;
}
.il-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/splitPurchaseBlk_bg.png)
    center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.il-splitPurchaseBlk .listBlk .tit {
  background: #ffffff3b;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 10px;
}
.il-splitPurchaseBlk .listBlk .txt {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1;
}
.il-splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
}
.il-splitPurchaseBlk .listUnderBtn {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 20px 0px 20px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/listUnderBtn_bg.png) center
    no-repeat;
  background-size: contain;
}
.il-splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
/*===============================
  il-counter
================================*/
.il-counter {
  padding: 3rem 0 2.5rem;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/secCounter0614_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.il-counter .txt0919 .line {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.il-counter .txt0919 {
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.il-counter .txt0919.underline::after {
  height: 0.4em;
}
.il-counter .countWrap {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.il-counter .tick {
  width: 75%;
  text-align: center;
}
.il-counter .leftBlk {
  color: #ffe200;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: bold;
}
.il-counter .rightBlk {
  color: #ffe200;
  font-size: min(6.5vw, 30px);
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
}
.il-counter .leftBlk.zan {
  font-size: min(7.5vw, 35px);
}
.il-counter.japan .leftBlk.zan {
  font-size: 2.2rem;
}
.il-counter .rightBlk .lage {
  color: #ffe200;
  font-size: 1.5em;
  font-style: italic;
  vertical-align: middle;
}
.il-counter .dayTxt {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.il-counter.japan .dayTxt {
  font-size: 1.2rem;
  font-weight: initial;
  letter-spacing: 0;
}
.il-counter .f-text {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 20px;
}
.il-counter .txtImg0919 {
  margin: 0 auto 20px;
}
.il-counter.japan .txtImg0919 {
  width: auto;
}
.il-counter .il-counter-title {
  font-style: italic;
  letter-spacing: 0;
  font-size: min(8.5vw,40px);
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 2rem;
}
.il-counter .il-counter-title .border {
  display: inline-block;
  border-bottom: 4px solid #f00;
  line-height: 1.4;
}
.il-counter .count {
  position: relative;
  font-size: min(15vw, 75px);
  text-align: center;
  letter-spacing: 2rem;
  line-height: 1;
}
.il-counter .count::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ffff00;
  width: 85%;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
.il-counter .count .count-text {
  position: relative;
  background-image: linear-gradient(0deg, #373636, #2a2828);
  padding: 1.5rem 0rem 2rem;
  border-radius: 0.8rem;
  padding-left: 2rem;
  z-index: 1;
  border-top: 1px solid #4a4848;
  border-left: 1px solid #4a4848;
  overflow: hidden;
}
.il-counter .count .count-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #373636, #272626);
  border-top: 1px solid #1f1e1e;
  border-bottom: 1px solid #413f3f;
  z-index: -1;
}
/*===============================
  youtube-box
================================*/
.youtube-box .logoBlk {
  text-align: center;
  margin-bottom: 20px;
}
.youtube-box .logoBlk .logoImg {
  width: 143px;
}
.youtube-box .logoBlk .logoTxt {
  font-size: 1.2rem;
}
.youtube-box .bgBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/camp0325TopBgBlk_bg.jpg)
    center top no-repeat;
  background-size: cover;
  padding: 40px 0px 10px;
}
.youtube-box .oneMovieBlk {
  margin: 0 5% 3rem;
}
.youtube-box .oneMovieBlk .tit {
  text-align: center;
  background: #ffe200;
  color: #ff0000;
  font-size: 1.2rem;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.youtube-box .oneMovieBlk .name {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
.youtube-box .youtube-inner {
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
}
.youtube-box .yt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.youtube-box .cautionTxt {
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
}
.youtube-box .cautionTxt.cautionMb {
  margin-bottom: 10px;
}
.youtube-box .camp0615Tit {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
.youtube-box .camp0615Tit .small {
  font-size: 0.7em;
}
/*===============================
  youtube-inner
================================*/
.youtube-inner .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 64;
}
.youtube-inner .arrow button {
  background: #0000;
  border: none;
}
.youtube-inner .arrow button .ytp-large-play-button-bg {
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}
.youtube-inner:hover .arrow button .ytp-large-play-button-bg {
  fill: #f00;
}
.youtube-inner .yt.ytThumb {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.youtube-box .youtube-caution {
  font-size: min(4vw, 20px);
  letter-spacing: 0;
  margin: 3rem auto;
  text-align: center;
  line-height: 1.7;
}
/*===============================
  about-tmof
================================*/
.about-tmof {
  margin: 0 5%;
  text-align: center;
  padding: 3rem 0;
}
.about-tmof .box {
  border: solid 1px #fff;
  padding: 4rem 3rem;
  margin-bottom: 3rem;
}
.about-tmof .box .logo {
  width: 160px;
}
.about-tmof .box .txt {
  font-size: 2.2rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.about-tmof .box .txt .bold {
  font-weight: bold;
}
.about-tmof .box .companyTxt {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.about-tmof .underTxt {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.about-tmof .boxutxt {
  font-size: min(3.5vw,16px);
  text-align: center;
  line-height: 2;
}
/*===============================
  about-factorybrand
================================*/
.about-factorybrand {
  padding: 40px 0 40px;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec37_bg.png") right center
    no-repeat;
  color: white;
}
.about-factorybrand .topTxt {
  text-align: left;
  width: 80%;
  font-size: 1.9rem;
  line-height: 1.9;
  margin: 0 auto 30px;
}
.about-factorybrand .bottomBlk .beltTxt {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec06_bg.jpg) center
    no-repeat;
  background-size: cover;
  font-size: 2.6rem;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 20px;
}
.about-factorybrand .bottomBlk .logoImg {
  width: 200px!important;
  margin: auto;
}
.about-factorybrand .bottomBlk .logoRuby {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}
.about-factorybrand .bottomTxt {
  width: 90%;
  font-size: 1.5rem;
  text-align: left;
  margin: 20px auto 0;
}
/*===============================
  about-repayment
================================*/
.about-repayment {
  margin: 0 5%;
  padding: 2rem 0;
}
.about-repayment .txtBox {
  border: solid 1px;
  padding: 4rem 0;
  text-align: center;
}
.about-repayment .txtBox .txt {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.about-repayment .txtBox .link {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}
/*===============================
  pekopeko
================================*/
.purchaseButton.pekopeko {
  position: relative;
  display: inline-block;
  animation: pekopeko 2s infinite;
}
.sec18.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.amznBtn.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.addTxt1013.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.pekopeko {
  animation: pekopeko 2s infinite;
}

@keyframes pekopeko {
  0% {
    top: 0px;
  }
  10% {
    top: 3px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 3px;
  }
  40% {
    top: 0px;
  }
}