@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/bathtimevonmie/img/pc_bg/pc-bg.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: 0%;
    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.6;
  }
  #pc-only .pc-logo {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  #pc-only .pc-logo img {
    display: block;
    width: 15vw;
    max-width: 230px;
    margin-bottom: 1.5rem;
    filter: brightness(93%) invert(100%);
  }
  #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(3.5vw, 16px);
  }
  #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%, #a70cca 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, #445e71, 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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
  line-height: 1.7;
  padding-top: 8rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.secInner {
  width: 90%;
  margin: 0 auto;
}
/* margin padding */
.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-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
================================*/
#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.4em;
  line-height: 1.2;
}
.big2 {
  font-size: 1.8em;
  line-height: 1.1;
}
.small {
  font-size: 0.8em;
}
.txt-inner {
  margin: 0 5%;
}

/* 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;
}
.rotate6 {
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
}

/* 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 {
  width: 100%;
  margin: 1.5rem 0;
}
.cont-movie.w90 {
  width: 100%;
  padding: 0 5%;
  margin: 1.5rem 0;
}
.left-right-txt {
  width: 85%;
  margin: 0 auto;
  line-height: 1.3;
}
/*===============================
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.2;
  margin-bottom: 0.5rem;
}
.line-blue::before {
  position: absolute;
  content: "";
  background: #d8f5ff;
  width: 100%;
  height: 2px;
  bottom: -0.2rem;
  box-shadow: 0 0 8px #00baff, 0 0 8px #00baff;
  z-index: -1;
}
.line-pink {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
  border-bottom: solid 3px #cd50a3;
}
.line-gra1 {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.line-gra1::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #6300c6;
  border-image: linear-gradient(to right, #6300c6 0% 3%, #b236b4 40% 50%, #f866a4 80% 100%);
  border-image-slice: 1;
}
.line-gra2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  z-index: 1;
  margin-bottom: 1rem;
}
.line-gra2.block {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.line-gra2::after {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content_img/txt-line-gra.png)
    0 0 / cover no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 100%;
  height: 2.5rem;
  z-index: 1;
}
.line-gra3 {
  display: inline-block;
  position: relative;
}
.line-gra3::after {
  content: "";
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, #6300c6, #f866a4);
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.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-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-line-double */
.txt-line-double {
  position: relative;
  padding: 3rem 0;
}
.txt-line-double .line-top {
  position: absolute;
  content: "";
}
.txt-flame {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 1.3rem 2.5rem;
  margin: 1.5rem 0;
}
.txt-flame .top_right_flame,
.txt-flame .bottom_left_flame {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.txt-flame .top_right_flame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d;
}
.txt-flame .top_right_flame::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d;
}
.txt-flame .bottom_left_flame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 8px #58acc7, 0 0 8px #58acc7, 0 0 8px #58acc7;
}
.txt-flame .bottom_left_flame::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 8px #58acc7, 0 0 8px #58acc7, 0 0 8px #58acc7;
}
.txt-flame .caution_sup {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
/* 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;
}
/*===============================
  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-color: #000;
}
header .headerSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerSet .leftLogo {
  width: 50%;
  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 .topText {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
header .headerSet .leftLogoInner img {
  width: 70%!important;
  filter: brightness(93%) invert(100%);
  margin: 0.05rem auto 0.3rem;
}
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 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  background: linear-gradient(to top, #a70cca, #e86a73);
  width: 50%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerBtn {
  background: initial;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0em;
  display: inline-block;
  color: #fff;
  width: auto;
  max-width: 210px;
  width: 100%;
  position: relative;
  margin: auto;
}

header .headerBtn .txt {
  display: inline-block;
  position: relative;
}

header .headerBtn .yellow {
  font-size: 1.2em;
  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: 50px 0 50px;
  text-align: center;
}
footer .logoBox {
  margin-bottom: 40px;
}
footer .logoBox .logo {
  width: 30%;
  max-width: 130px;
  margin: 0 auto;
  filter: brightness(93%) invert(100%);
}
footer .logoBox img {
  width: 100%;
  filter: brightness(93%) invert(100%);
}
footer .logoBox .name {
  letter-spacing: 0.05em;
  font-size: 1rem;
}
footer .logo_icon {
  width: 70%;
  margin-bottom: 50px;
}
footer .link-list{
  margin-bottom: 60px;
}
footer .link-list li{
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer .link-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 .copyright {
  width: 80px;
  margin: 0 auto;
  font-size: 1rem;
}
footer .copyright img {
  display: inline-block;
  width: 100%;
  filter: brightness(93%) invert(100%);
  margin-bottom: 0.5rem;
}
.footer-word-list {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 5rem;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
  }
}
.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;
}
/* ================================
arrow_bottom
================================*/
.arrow_bottom {
  position: relative;
  height: 10px;
  margin: 15px auto;
}
.arrow_bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 5px;
  border: 10px solid transparent;
  border-top: 5px solid #f00;
}
.plus-txt {
  text-align: center;
  font-size: 3.5rem;
}
/* ================================
animation_txt
================================*/
.animation_txt {
  font-family: a-otf-ryumin-pr6n, "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  display: block;
}
.animation_txt .color {
  color: #ffeb00;
}
.animation_txt .txt1 {
  font-size: min(6vw, 28px);
}
.animation_txt .txt2 {
  font-size: min(9vw, 42px);
}
.animation_txt .txt3 {
  font-size: min(5vw, 24px);
}
.animated {
  padding: 20px 0;
  animation: move-y 0.5s infinite alternate ease-in-out;
  display: inline-block;
}
/*===============================
  btv-ss-block
================================*/
.btv-ss-block {
  background-color: #000;
  text-align: center;
  padding: 0rem 0 2rem;
}
.btv-ss-block .ss_ttl {
  position: relative;
  width: 80%;
  margin: 0 auto 7%;
}
.btv-ss-block .ss_ttl .ss_ttl_inner .pop-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: min(4.8vw,20px);
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: -0.2rem;
  top: -38%;
  right: -10%;
  font-style: italic;
  transform: rotate(10deg);
  line-height: 1.3;
  width: 10rem;
  height: 10rem;
  background-color: #1c1c1c;
  z-index: 2;
  border-radius: 999px;
  border: 4px double #fff131;
  color: #ffe81a;
  box-shadow: 0 0 8px rgba(255,255,255,.7), inset 0 0 5px rgba(255,255,255,.5);
}
.btv-ss-block .ss_ttl .ss_ttl_inner {
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
.btv-ss-block .ss_ttl .neon_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(to right,transparent 8%,#ae00c7 15%,#94ffff 70%, transparent 92%);
  border-radius: 999px;
  z-index: 1;
}
.btv-ss-block .ss_ttl .txt1,
.btv-ss-block .ss_ttl .txt2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  font-size: min(14.5vw,70px);
  font-weight: bold;
}
.btv-ss-block .ss_ttl .txt1 {
  display: inline-block;
  padding: 5% 6% 0 6%;
  background: linear-gradient(to right, #e1c680 25%, #e7d58a 50%, #f2ede0 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btv-ss-block .ss_ttl .txt2 {
  display: inline-block;
  padding: 6% 0 0 0;
  background: linear-gradient(to right, #f2ede0 1%, #b28421 20%, #dfc381 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.btv-ss-block .ss_ttl .txt1 .ruby1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  font-size: min(2.8vw,12px);
  letter-spacing: .5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
}
.btv-ss-block .ss_ttl .txt2 .ruby2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  width: 100%;
  top: 1%;
  left: 48%;
  transform: translate(-50%);
  font-size: min(3.5vw,16px);
  letter-spacing: 0.5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.btv-ss-block .ss_label {
  position: relative;
  display: inline-block;
  font-size: min(6vw,27px);
  font-style: italic;
  background: linear-gradient(to right,transparent 8%,#94ffff 15%,#d201cf 70%, transparent 92%);
  line-height: 1.2;
}
.btv-ss-block .ss_label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right,transparent 8%,#d201cf 15%,#94ffff 70%, transparent 92%);
}
.btv-ss-block .ss_label::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right,transparent 8%,#d201cf 15%,#94ffff 70%, transparent 92%);
}
.btv-ss-block .ss_label .ss_label_inner {
  position: relative;
  display: block;
  padding: .5rem 6rem;
  color: #000;
  text-shadow :2px 2px 6px rgba(255,255,255,1),
  -2px 2px 6px rgba(255,255,255,1),
  2px -2px 6px rgba(255,255,255,1),
  -2px -2px 6px rgba(255,255,255,1);
  font-size: min(6.5vw,27px);
}
.btv-ss-block .ss_label .ss_label_inner::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/ss_label_deco.png);
  width: 6.5rem;
  height: 6.5rem;
  background-size: contain;
  top: -35%;
  right: 6.5rem;
}
.btv-ss-block .ss_label big {
  font-size: 1.5em;
}/*===============================
  btv-ttl-label
================================*/
.btv-ttl-label {
  padding: 1rem 0 1rem;
}
.btv-ttl-label .btv-ttl-label_txt {
  position: relative;
  display: inline-block;
  background-color: #ffe200;
  color: #000;
  padding: 0.5rem 5rem;
  line-height: 1.3;
  font-size: min(4.5vw, 20px);
  font-weight: bold;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
/*===============================
  btv-counter
================================*/
.btv-counter {
  margin: 0 5%;
  padding: 1.5rem 0;
  /* 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;
}
.btv-counter .center {
  text-align: center;
}
.btv-counter .countWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.btv-counter .tick {
  width: 75%;
  text-align: center;
}
.btv-counter .leftBlk {
  color: #ffe200;
  writing-mode: vertical-rl;
  font-size: min(8vw, 35px);
  font-weight: bold;
}
.btv-counter .rightBlk {
  color: #ffe200;
  font-size: min(6.5vw, 30px);
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
}
.btv-counter .leftBlk.zan {
  font-size: min(7.5vw, 35px);
}
.btv-counter.japan .leftBlk.zan {
  font-size: 2.2rem;
}
.btv-counter .rightBlk .lage {
  color: #ffe200;
  font-size: 1.5em;
  font-style: italic;
  vertical-align: middle;
}
.btv-counter .dayTxt {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.btv-counter.japan .dayTxt {
  font-size: 1.2rem;
  font-weight: initial;
  letter-spacing: 0;
}

.btv-counter .f-text {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 20px;
}
.btv-counter .txtImg0919 {
  width: 80%;
  margin: 0 auto 1rem;
}
.btv-counter.japan .txtImg0919 {
  width: auto;
}
.btv-counter .btv-counter-title {
  font-style: italic;
  letter-spacing: 0;
  font-size: min(7.5vw, 35px);
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}

.btv-counter .btv-counter-title .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.btv-counter .btv-counter-title .underline::after {
  content: "";
  height: 100%;
  width: 110%;
  background: linear-gradient(to right, transparent 0%, #ae1895, 50%, #00b5f7 80%, transparent 100%);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btv-counter .btv-counter-title.underline {
  display: inline-block;
  position: relative;
}
.btv-counter .btv-counter-title.underline::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #2002a5, #01e8f1);
  position: absolute;
  left: 0;
  bottom: 4px;
}
.btv-counter .btv-counter-title.underline::after {
  height: 10px;
  width: 103%;
  left: -3px;
  bottom: 8px;
}
.btv-counter .btv-counter-title.underline span {
  position: relative;
  z-index: 2;
}
.btv-counter .btv-counter-title .underline02 {
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
}
.btv-counter .count {
  position: relative;
  font-size: min(15vw, 80px);
  text-align: center;
  letter-spacing: 2rem;
  line-height: 1;
}
.btv-counter .count::before {
  position: absolute;
  content: "";
  border-bottom: 6px solid rgba(215, 30, 30, 0.5);
  width: 85%;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
.btv-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;
}
.btv-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;
}
/*===============================
  カウンター
================================*/
.tick:after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  height: 6px;
  width: 90%;
  background: #ff00007a;
  z-index: 100;
}
.top .pekopeko {
  animation: pekopeko 2s infinite;
}
/*===============================
  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-box {
  margin: 0 5%;
}
.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-bottom: 1rem;
}
.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 .txt1013 {
  font-size: min(3.8vw, 16px);
  letter-spacing: 0;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.7;
}
/*===============================
  btv-price-block
================================*/
.btv-price-block {
  background-color: #000;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2rem 5% 0;
}
.btv-price-block .price_top_txt {
  position: relative;
  display: inline-block;
  font-size: min(4.8vw, 22px);
  margin-bottom: 1rem;
  font-weight: 500;
}
.btv-price-block .price_top_txt::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmhttps://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content/txt_deco.png)
    0 0 no-repeat;
  width: 7rem;
  height: 7rem;
  background-size: contain;
  top: -85%;
  left: -18%;
}
.btv-price-block .price3Box {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.btv-price-block .price3Box li {
  color: #fff;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content/price_3box_bg.jpg) 0
    0 no-repeat;
  background-size: cover;
  width: 10rem;
  height: 10rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.btv-price-block .price3Box li .listWrap .lage {
  font-size: 2.4em;
  letter-spacing: -1px;
}
.btv-price-block .price3Box li.first .listWrap .lage {
  font-size: 1.8em;
}
.btv-price-block .purchaseButton {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  background: #000;
  box-shadow: 0px 0px 15px #ff9d00 inset;
  border: 2px solid #fff;
  padding: 3rem 4rem;
  border-radius: 30px;
  font-size: 2.5rem;
  letter-spacing: 0em;
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  z-index: 1;
  text-align: left;
}
.btv-price-block .purchaseButton::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 0px 15px #ff9d00;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
}
.btv-price-block .purchaseButton .arrow {
  position: absolute;
  right: 5%;
  width: 6rem;
  height: 6rem;
  vertical-align: middle;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content/price_btn_arrow.png)
    0 0 no-repeat;
  background-size: contain;
}
.btv-price-block .purchaseButton.pekopeko {
  display: flex;
  align-items: center;
  animation: pekopeko 2s infinite;
}
.btv-price-block .purchaseButton .left {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}
.btv-price-block .purchaseButton .left .small {
  font-size: 0.8em;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.5;
}
.btv-price-block .purchaseButtonBgWrap {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  max-width: 400px;
  margin: 25px auto 25px;
}
.btv-price-block .btnCampTxt01 .txt1 {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #ffeb00;
  font-weight: bold;
}
.btv-price-block .btnCampTxt02 .txt1 {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #d52626;
  font-weight: bold;
}
.btv-price-block .btnCampTxt02 .txt2 {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #d52626;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.btv-price-block .amznBtn {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
/*===============================
  btv-splitPurchaseBlk
================================*/
.btv-splitPurchaseBlk {
  margin: 0 5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #000;
  text-align: center;
  padding: 5rem 0;
  position: relative;
  background-size: 100% 100%;
  color: #fff;
  z-index: 0;
}
.btv-splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
.btv-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmie/img/content/splitPurchaseBlk_bg3.png)
    left center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.btv-splitPurchaseBlk .listBlk .tit {
  background: #fff;
  color: #000;
  font: 1em sans-serif;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.btv-splitPurchaseBlk .listBlk .txt {
  font-size: min(10vw, 47px);
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
}
.btv-splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
  margin: 0 0.5rem;
}
.btv-splitPurchaseBlk .listUnderBtn {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background: #000;
  box-shadow: 0px 0px 15px #ff9d00 inset;
  border: 2px solid #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 2rem 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 2rem;
  font-weight: bold;
  z-index: 1;
}
.btv-splitPurchaseBlk .listUnderBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 0px 15px #ff9d00;
  border: 2px solid #fff;
  border-radius: 999px;
  z-index: -1;
}
.btv-splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: bold;
}
.secPointBust {
  padding: 10px 0 0;
  text-align: center;
}
.secPointBust .txt1 {
  font-size: 2.3rem;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: solid 1px;
  color: #207bb3;
  display: inline-block;
  margin-bottom: 20px;
}
.secPointBust .txt2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(transparent 65%, #b6effa 40%);
}
.secPointBust .allowImg {
  width: 30px;
  padding: 20px 0 10px;
  margin: auto;
}
.btnCampTxt0324_02 .txt1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff700;
  font-weight: bold;
}
.btnCampTxt0324 .txt1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #ff0000;
  font-weight: bold;
}
.btnCampTxt0324 .txt2 {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
/*===============================
  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;
}
/*===============================
  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: 2rem;
}
.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: 1.2rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.8;
}
/*===============================
  btv-30day-repayment
================================*/
.btv-30day-repayment {
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 5%;
  text-align: center;
  margin-bottom: 30px;
}
.btv-30day-repayment.bathLink {
  padding: 0px 0 10px;
  position: relative;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/bathtimevonmhttps://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content0811/ili-splitPurchaseBlk_bg.png)
    left center no-repeat;
  background-size: 100% 100%;
}
.btv-30day-repayment.bc1116 {
  color: #fff;
  background: #000;
  padding: 30px 0;
  margin-bottom: 0;
}
.btv-30day-repayment .topSale {
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelahttps://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content/btv-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;
}
.btv-30day-repayment .topSale .deg {
  transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
}
.btv-30day-repayment .topSale .line {
  border-bottom: solid 1px #fd4ca3;
  display: inline-block;
}
.btv-30day-repayment .topSale .lage {
  font-size: 1.4em;
  line-height: 1;
}
.btv-30day-repayment .txtSet0721 {
  margin-top: -160px;
}
.btv-30day-repayment .txt0721_1 {
  font-size: 2rem;
  color: #000;
  padding: 3px 10px;
  margin-bottom: 15px;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.btv-30day-repayment .txt0721_2 {
  font-size: 4rem;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.btv-30day-repayment .txt0721_3 {
  font-size: 7.4rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.btv-30day-repayment .txt2 {
  font-size: 2.7rem;
  margin-bottom: 30px;
}
.btv-30day-repayment .txt2 .line {
  display: inline-block;
  border-bottom: solid 1px #fd4ca3;
  margin-bottom: 10px;
}
.btv-30day-repayment .imgBlk {
  position: relative;
  padding: 50px 0 0;
}
.btv-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%);
}
.btv-30day-repayment .txt3 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #000;
}
.btv-30day-repayment .txt3 .bg {
  background: #fff;
  padding: 3px 10px;
}
.btv-30day-repayment .cautionTxt {
  font-size: 0.5rem;
  text-align: left;
  margin-left: 15%;
}
.btv-30day-repayment .katamuku {
  position: absolute;
  top: 2%;
  left: 10%;
  font-size: 3rem;
  transform: rotate(-23deg);
}
.btv-30day-repayment .bgBox {
  background: #1f1f1f;
  border-radius: 10px;
  text-align: left;
  padding: 25px 15px;
}
.btv-30day-repayment .bgBox .boxTxt1 {
  font-size: min(4.5vw, 22px);
  letter-spacing: 0;
  margin-bottom: 20px;
}
.btv-30day-repayment .bgBox .boxTxt1 .txtspace {
  display: inline-block;
  padding-left: 1em;
}
.btv-30day-repayment .bgBox .boxTxt2 {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2;
  padding-left: 25px;
}
.btv-30day-repayment .bgBox .boxTxt2 .lage {
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1;
}
.btv-30day-repayment .bgBox .boxTxt2 .small {
  font-size: 0.7em;
  letter-spacing: 0;
}
.btv-30day-repayment .bgBox .boxTxt2 .line {
  border-bottom: solid 1px #ff1400;
}
.btv-30day-repayment .bgBox .boxTxt2 .yellow {
  color: #ffff00;
}
/*===============================
  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;
  }
}