@charset "UTF-8";

@media only screen and (min-width: 300px) and (max-width: 764px) {
  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/nicobelt/img/pc_bg/pc-bg.jpg) top center/cover no-repeat fixed;
    margin: 0 0;
    padding: 0;
    /* background: #000; */
  }
  /************************PC Only****************************/
  .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);
    }
  }
  #pc-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide_vertical_wrap {
    position: absolute;
    top: 0;
    right: 1%;
    height: 100vh;
    overflow: hidden;
  }
  .slide_vertical_wrap li {
    width: 12vw;
  }
  .slide_vertical_wrap li img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 5vw;
    opacity: 0.3;
  }
  #pc-only .pc-logo {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  #pc-only .pc-logo img {
    display: block;
    width: 15vw;
    max-width: 250px;
    margin-bottom: 1.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: 300px;
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 9999;
  }
  #purchase-btn-box .purchase-btn {
    width: 100%;
    background: linear-gradient(to right, #DE00C5 5%, #BE0000 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 right, #c200ab 5%, #ab0101 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, #5b6073, 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: A1MinchoStd, "游明朝体", "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 */
.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;
}
.cont-txt68 {
  font-size: min(14vw, 68px);
  margin: 1rem 0;
}
.f-gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.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;
}

.section-line {
  width: 90%;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 4rem auto;
}

.movie-blk {
  width: 90%;
  height: 35vw;
  min-height: 170px;
  max-height: 230px;
  background-color: rgb(62, 62, 62);
  margin: 2rem auto;
}
/*===============================
  contents img txt
================================*/
/* section img */
#wrap img {
  width: 100%;
  height: auto;
  display: block;
}
/* cont-img */
.cont-img {
  text-align: center;
  display: block;
  position: relative;
}
.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.35em;
}
.big2 {
  font-size: 1.5em;
}
.big3 {
  font-size: 1.8em;
}
.big4 {
  font-size: 2.2em;
}
.big5 {
  font-size: 2.8em;
}
.small {
  font-size: 0.8em;
}
.small2 {
  font-size: 0.6em;
}
.txt-inner {
  width: 90%;
  margin: 0 auto;
}

/* 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 {
  width: 100%;
  margin: 1.5rem 0;
}
.cont-movie.w90 {
  width: 100%;
  padding: 0 5%;
  margin: 1.5rem 0;
}
.cont-movie .movie-box {
  position: relative;
  width: 100%;
  padding: 0 5%;
  padding-top: 55%;
  overflow: hidden;
  border: 1px solid #fff;
}
.cont-movie .movie-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.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.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 {
  display: inline-block;
  border-bottom: solid 1px #EB64AA;
  margin-bottom: 10px;
  line-height: 1.4;
}
.line-purple {
  display: inline-block;
  border-bottom: solid 1px #D31ABB;
  margin-bottom: 10px;
  line-height: 1.4;
}
.line-red {
  display: inline-block;
  border-bottom: solid 1px #f00;
  margin-bottom: 10px;
  line-height: 1.4;
}
.line-normal1 {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255,255,255,.6);
}
.line-normal2 {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 2px solid rgba(255,255,255,.9);
}
.line-normal3 {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255,255,255,.9);
}
.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, #00CEF7 0%, #A42B90 80%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-gra2 {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.line-gra2::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #00CEF7 0%, #A42B90 80%);
  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: 7px;
  width: 100%;
  background: linear-gradient(to right, #00CEF7 0%, #A42B90 80%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-gra4 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.line-gra4::after {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 100%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
  left: 0;
  bottom: 8px;
  opacity: 0.8;
  z-index: -1;
}
.line-gra5 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.line-gra5::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #6F21CC, #D20E7F);
  left: 0;
  bottom: 3px;
  opacity: 0.8;
  z-index: -1;
}
.line-gra6 {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra6::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #3d15f0 30%, #8fecff 70%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.line-gra7 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra7::after {
  position: absolute;
  content: "";
  height: 0.4em;
  width: 100%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
  left: 0;
  bottom: 0px;
  opacity: 0.8;
  z-index: -1;
}
.line-gra8 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  z-index: 1;
}
.line-gra8::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #1d3efe 30%, #2ee3ff 70%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.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 {
  position: relative;
  margin: 1rem 5%;
  padding: 3rem 0;
}
.txt-block-box2::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content_img/txt-line-gra.png)
    center center / cover no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2.5rem;
}
.txt-block-box2::after {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady_ideal/img/content_img/txt-line-gra.png)
    center center / cover no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2.5rem;
}

/* 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;
}

.txt-bg-wht {
  position: relative;
  display: inline-block;
  color: #000!important;
  z-index: 1;
  line-height: 1;
}
.txt-bg-wht::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 0.5rem 1rem 0;
  background: #fff;
  transform: translate(-50%,-50%) skewX(-20deg);
  z-index: -1;
}

.txt-bg-gra {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
  margin-left: 2rem;
}
.txt-bg-gra::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 0.5rem 1rem 0;
  transform: translate(-50%,-50%) skewX(-20deg);
  background: linear-gradient(40deg, #171717 40%, #8E8E8E 70%, #171717 92%);
  z-index: -1;
}

.txt-bg-pnk {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}
.txt-bg-pnk::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 0.5rem 1rem 0;
  background: linear-gradient(40deg, #BE0000 0%, #DE00C5 100%);
  transform: translate(-50%,-50%) skewX(-20deg);
  z-index: -1;
}


.fukidashi-txt {
  position: relative;
  text-align: center;
  font-size: min(6vw,27px);
  margin-bottom: 5%;
}
.fukidashi-txt .fukidashi {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1rem 0.2rem 0.2rem;
  margin-bottom: 1.5rem;
}
.fukidashi-txt .fukidashi::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/fukidashi_yellow.png) right 0 / cover no-repeat;
  width: 100%;
  height: 1.8rem;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
}
.fukidashi-txt .icon_thunder {
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem 0;
}
.fukidashi-txt .icon_thunder::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/icon_thunder.png) 0 0 / contain no-repeat;
  width: 2rem;
  height: 3rem;
  top: 0%;
  left: 0%;
}
.fukidashi-txt .icon_thunder::after {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/icon_thunder.png) 0 0 / contain no-repeat;
  width: 2rem;
  height: 3rem;
  top: 0%;
  right: 0%;
}

.fukidashi-pink {
  position: relative;
  text-align: center;
  margin-bottom: 3%;
  line-height: 1;
}
.fukidashi-pink .fukidashi.block {
  width: 80%!important;
  margin: 0 auto 5%;
}
.fukidashi-pink .fukidashi {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 0.5rem 0.2rem;
  margin-bottom: 2rem;
}
.fukidashi-pink .fukidashi::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/fukidashi_pink.png) right 0 / cover no-repeat;
  width: 100%;
  height: 1.8rem;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.txt-dotto {
  background-image: radial-gradient(circle at 55%, #ffffff 10%, transparent 12%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 5.5%;
}
.txt-dotto-pk {
  background-image: radial-gradient(circle at center, #EB64AA 14%, transparent 12%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.5em;
}
/* caution txt */
.cautionRightTxt {
  text-align: right;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500 !important;
  padding-right: 1rem;
  font-style: normal !important;
}
.cautionRightTxt.pr20 {
  padding-right: 2rem;
}
.cautionCenterTxt {
  text-align: center;
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: normal;
  font-style: normal !important;
}
.cautionLeftTxt {
  text-align: left;
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: normal;
  padding-left: 1rem;
  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;
}

/*===============================
  arrow-img
================================*/
.arrow-img {
  width: 35px!important;
  margin: 0 auto;
  padding: 1rem 0;
}
.arrow-red{
  position: relative;
  height: 20px;
  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: 15px;
  border: 15px solid transparent;
  border-top: 20px solid #f00;
}
.arrow-pink .arrow {
  display: block;
  width: 16px!important;
  margin: 0 auto;
}
.arrow-blue .arrow {
  display: block;
  width: 30px!important;
  margin: 2rem auto;
}

.plus-txt .txt1 {
  padding: 1rem 0;
  font-size: min(10vw,47px);
  text-align: center;
}
.plus-txt .txt2 {
  text-align: center;
  font-size: 5rem;
  opacity: .7;
}
/*===============================
  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%;
  max-width: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerSet .leftLogoInner {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.3;
}
header .headerSet .leftLogoInner img {
  display: block;
  width: 100% !important;
  max-width: 130px;
  margin: 0.2rem auto 0.7rem;
}
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(90deg, #DE00C5 0%, #BE0000 100%);
  width: 50%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}
header .headerBtn {
  background: initial;
  font-size: min(4.3vw,19px);
  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.2;
}
header .headerBtn .txt small {
  font-size: 0.8em;
}
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%);
}

header .headerSet02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerSet02 .leftLogo {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerSet02 .leftLogoInner {
  width: 60%;
  margin: 0 auto;
  line-height: 1.3;
}
header .headerSet02 .leftLogoInner img {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0.2rem auto 0.7rem;
}
header .headerLogo {
  width: 100%;
  height: auto;
}
header .headerLogoRuby {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: inline-block;
  width: 120%;
  font-size: 1rem;
  transform: scale(0.8);
  transform-origin: 15% 0;
  letter-spacing: normal;
  line-height: 0.8;
  color: #fff;
}
header .headerLogoRuby span {
  display: inline-block;
  width: 20%;
}
/*===============================
  footer
================================*/
footer {
  padding: 5rem 0 1rem;
  text-align: center;
}
footer .logoBox {
  margin-bottom: 40px;
}
footer .logoBox .logo {
  width: 50%;
  max-width: 130px;
  margin: 0 auto 0.5rem;
}
footer .logoBox .logo img {
  width: 100%;
}
footer .logoBox .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1rem;
  color: #fff;
}
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 .footer-word-list {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 5rem;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
footer .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 .footer-word-list li {
    transform: scale(0.6);
    transform-origin: 25% 0;
  }
}
footer .copyright {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 80px;
  margin: 0 auto 3rem;
}
footer .copyright img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
/*===============================
  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;
}
/* ================================
animation-txt
================================*/
.animation-txt .color{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #FFEB00;
  text-align: center;
  display: block;
  }
.animation-txt .color.txt1{
  font-size: min(6vw,27px);
  }
.animation-txt .color.txt2{
  font-size: min(8vw,40px);
  }
.animation-txt .color.txt3{
  font-size: min(5.5vw,25px); 
  }
  .animated{
    padding: 20px 0;
    animation: move-y .5s infinite alternate ease-in-out;
    display: inline-block;
  }
  
  @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;
    }
  }/*===============================
  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-caution {
  text-align: center;
  font-size: min(4vw, 18px);
  padding: 2rem 0;
}
.youtube-box .oneMovieBlk {
  margin-bottom: 30px;
}
.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;
}
/*===============================
  nb-price-block
================================*/
.nb-price-block {
  background-color: #000;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2rem 5% 0;
}
.nb-price-block .price_top_txt {
  position: relative;
  display: inline-block;
  font-size: min(4.8vw, 22px);
  margin-bottom: 1rem;
  font-weight: 500;
}
.nb-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%;
}
.nb-price-block .price3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.nb-price-block .price3Box li {
  background: #8E8E8E;
  background: linear-gradient(120deg, #b7b7b7 0%, #8E8E8E 47%, #cacaca 100%);
  background-size: cover;
  width: calc(100% / 3);
  height: 8rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  font-size: min(6vw,27px);
}
.nb-price-block .price3Box li:nth-child(1) {
  clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
  padding-left: 0.5rem;
}
.nb-price-block .price3Box li:nth-child(2) {
  clip-path: polygon(100% 0, 90% 100%, 0 100%, 10% 0);
  padding-left: 1rem;
}
.nb-price-block .price3Box li:nth-child(3) {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
  padding-left: 1.5rem;
}
.nb-price-block .purchaseButton {
  position: relative;
  background: rgb(196, 64, 125);
  background: linear-gradient(90deg, #DE00C5 0%, #BE0000 100%);
  box-shadow: 5px 5px 10px rgba(255,255,255,.8) inset;
  padding: 3rem 2rem;
  border-radius: 100px;
  font-size: min(5.5vw, 25px);
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: 500;
  z-index: 1;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
}
.nb-price-block .purchaseButton .yellow {
  color: #ffe200;
}
.nb-price-block .purchaseButtonBgWrap {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  max-width: 400px;
  margin: 3rem auto 4rem;
}
.nb-price-block .purchaseButtonBgWrap::before {
  position: absolute;
  content: "";
  background-color: rgba(255,255,255,.1);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  top: 10px;
}
.nb-price-block .btnCampTxt01 .txt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #ffeb00;
  font-weight: bold;
}
.nb-price-block .btnCampTxt02 .txt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #d52626;
  font-weight: bold;
}
.nb-price-block .btnCampTxt02 .txt2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #d52626;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.nb-price-block .amznBtn {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
/*===============================
  nb_price_txt
================================*/
.nb_price_txt {
  text-align: center;
  padding: 1rem 0;
}
.nb_price_txt .price-label{
  font-size: min(3.8vw,18px);
  letter-spacing: 0;
  line-height: 1;
  padding: .5rem .8rem;
  color: #fff;
  border: solid 1px;
  display: inline-block;
  margin-bottom: 1rem;
}
.nb_price_txt .price-label2{
  font-size: min(3.8vw,18px);
  letter-spacing: 0;
  line-height: 1;
  padding: .5rem .8rem;
  color: #000;
  background-color: #fff;
  border: solid 1px;
  display: inline-block;
  margin-bottom: 1rem;
}
.nb_price_txt .campBoxSet{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nb_price_txt .priceTxtOlg{
  font-size: min(15vw,65px);
  padding-left: 0.45em;
  line-height: 1;
  letter-spacing: -4px;
  position: relative;
  display: inline-block;
}
.nb_price_txt .priceTxtOlg::after,
.nb_price_txt .priceTxtOlg::before{
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.nb_price_txt .priceTxtOlg::after{
  top: 30%;
}
.nb_price_txt .priceTxtOlg::before{
  top: -5%;
}
.nb_price_txt .priceTxt {
  position: relative;
}
.nb_price_txt .priceTxt .taxTxt,
.nb_price_txt .priceTxtOlg .taxTxt{
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0.3em;
  margin: auto;
  line-height: 1.2;
  height: 2em;
  color: #fff;
}
.nb_price_txt .priceTxt .yenTxt,
.nb_price_txt .priceTxtOlg .yenTxt{
  font-size: 0.4em;
  padding-left: 0.2em;
}
.nb_price_txt .priceTxt{
  font-size: min(20vw,80px);
  padding-left: 0.45em;
  line-height: 1;
  letter-spacing: -.4rem;
}

/*===============================
  nb-splitPurchaseBlk
================================*/
.nb-splitPurchaseBlk {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #000;
  text-align: center;
  padding: 5rem 0 3rem;
  position: relative;
  background-size: 100% 100%;
  color: #fff;
  z-index: 0;
}
.nb-splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
.nb-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/splitPurchaseBlk_bg.jpg)
    center center no-repeat;
  background-size: 100% 100%;
  padding: 3rem 10% 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.nb-splitPurchaseBlk .listBlk .tit {
  background: #fff;
  color: #000;
  padding: 0.7rem 0;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.nb-splitPurchaseBlk .listBlk .txt {
  font-size: min(10vw, 47px);
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
}
.nb-splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
  margin: 0 0.5rem;
}
.nb-splitPurchaseBlk .listUnderBtn {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  width: 85%;
  max-width: 360px;
  margin: 0 auto 2rem;
  background: #E20F7D;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 2rem 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 5px 5px 10px rgba(255,255,255,.2) inset;
  z-index: 1;
}
.nb-splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.65rem;
  letter-spacing: 0;
  line-height: 1.6;
}
/*===============================
  smallface-set-price-block
================================*/
.smallface-set-price-block {
  background-color: #000;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2rem 5% 0;
}
.smallface-set-price-block .price_top_txt {
  position: relative;
  display: inline-block;
  font-size: min(4.8vw, 22px);
  margin-bottom: 1rem;
  font-weight: 500;
}
.smallface-set-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%;
}
.smallface-set-price-block .price3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.smallface-set-price-block .price3Box li {
  background: #8E8E8E;
  background: linear-gradient(120deg, transparent 5%, #5C1FA5 20%, #DE00C5 70%, transparent 95%);
  background-size: cover;
  width: calc(100% / 3);
  height: 8rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  font-size: min(6vw,27px);
}
.smallface-set-price-block .price3Box li:nth-child(1) {
  clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
  padding-left: 0.5rem;
}
.smallface-set-price-block .price3Box li:nth-child(2) {
  clip-path: polygon(100% 0, 90% 100%, 0 100%, 10% 0);
  padding-left: 1rem;
}
.smallface-set-price-block .price3Box li:nth-child(3) {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
  padding-left: 1.5rem;
}
.smallface-set-price-block .purchaseButton {
  position: relative;
  background: #611AB8;
  background: linear-gradient(45deg, #611AB8 0%, #5C1FA5 30%, #DE00C5 80%, #DE00C5 100%);
  box-shadow: 5px 5px 10px rgba(255,255,255,.8) inset;
  padding: 3rem 2rem;
  border-radius: 100px;
  font-size: min(5.5vw, 25px);
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: 500;
  z-index: 1;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
}
.smallface-set-price-block .purchaseButton .yellow {
  color: #ffe200;
}
.smallface-set-price-block .purchaseButtonBgWrap {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  max-width: 400px;
  margin: 3rem auto 4rem;
}
.smallface-set-price-block .purchaseButtonBgWrap::before {
  position: absolute;
  content: "";
  background-color: rgba(255,255,255,.1);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  top: 10px;
}
.smallface-set-price-block .btnCampTxt01 .txt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #ffeb00;
  font-weight: bold;
}
.smallface-set-price-block .btnCampTxt02 .txt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #d52626;
  font-weight: bold;
}
.smallface-set-price-block .btnCampTxt02 .txt2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #d52626;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.smallface-set-price-block .amznBtn {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
/*===============================
  smallface-set-splitPurchaseBlk
================================*/
.smallface-set-splitPurchaseBlk {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #000;
  text-align: center;
  padding: 5rem 0 3rem;
  position: relative;
  background-size: 100% 100%;
  color: #fff;
  z-index: 0;
}
.smallface-set-splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
.smallface-set-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/nicobelt/img/content_img/smallface_splitPurchaseBlk_bg.jpg)
    center center no-repeat;
  background-size: 100% 100%;
  padding: 3rem 10% 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.smallface-set-splitPurchaseBlk .listBlk .tit {
  background: #fff;
  color: #000;
  padding: 0.7rem 0;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.smallface-set-splitPurchaseBlk .listBlk .txt {
  font-size: min(10vw, 47px);
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
}
.smallface-set-splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
  margin: 0 0.5rem;
}
.smallface-set-splitPurchaseBlk .listUnderBtn {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  width: 85%;
  max-width: 360px;
  margin: 0 auto 2rem;
  background: #DE00C5;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 2rem 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 5px 5px 10px rgba(255,255,255,.2) inset;
  z-index: 1;
}
.smallface-set-splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.65rem;
  letter-spacing: 0;
  line-height: 1.6;
}

/*===============================
  nb-30day-repayment
================================*/
.nb-30day-repayment {
  margin: 0 5%;
  text-align: center;
  margin-bottom: 3rem;
}
.nb-30day-repayment .bgBox {
  background: #1f1f1f;
  text-align: left;
  padding: 3rem 2rem;
}
.nb-30day-repayment .bgBox .boxTxt1 {
  font-size: min(5vw,23px);
  letter-spacing: 0;
  margin-bottom: 3rem;
}
.nb-30day-repayment .bgBox .boxTxt1 .txtspace {
  display: inline-block;
  padding-left: 1em;
}
.nb-30day-repayment .bgBox .boxTxt2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: min(3.5vw,16px);
  letter-spacing: 0;
  line-height: 2;
  padding-left: 2.2rem;
}
.nb-30day-repayment .bgBox .boxTxt3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: min(4vw,18px);
  letter-spacing: 0;
  line-height: 2;
  padding-left: 2.2rem;
}
.nb-30day-repayment .bgBox .boxTxt3 a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-top: 1rem;
  font-size: 1.1em;
}

.nb-30day-repayment .bgBox .boxTxt2 .lage {
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1;
}
.nb-30day-repayment .bgBox .boxTxt2 .small {
  font-size: 0.7em;
  letter-spacing: 0;
}
.nb-30day-repayment .bgBox .boxTxt2 .line {
  border-bottom: solid 1px #ff1400;
}
.nb-30day-repayment .bgBox .boxTxt2 .yellow {
  color: #ffff00;
}
/*===============================
  about-title
================================*/
.about-title {
  position: relative;
  text-align: center;
  padding: 5rem 1.5rem 1rem;
}
.about-title .head {
  margin-bottom: 3rem;
}
.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-factorybrand
================================*/
.about-factorybrand .imgBlk {
  position: relative;
}
.about-factorybrand .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-factorybrand .imgBlk .txtBlk .innerTxt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: min(6vw, 26px);
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
/*===============================
  about-icelady
================================*/
.about-icelady {
  padding: 3rem 5%;
}
.about-icelady .logo_img {
  width: 35%!important;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 3rem;
}
.about-icelady .logo_img img {
  display: block;
  margin-bottom: 0.5rem;
}
.about-icelady .innerTxt {
  width: 90%;
  margin: 0 auto;
  font-size: min(4vw,18px);
}
/*===============================
  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.4vw, 14px);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.8;
}
/*===============================
  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 .txt .repayment-txt {
  display: block;
  margin-bottom: 1rem;
}
.about-repayment .txtBox .link {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}
/*===============================
  ilc-480k-block
================================*/
.ilc-480k-block .imgBlk {
  position: relative;
  text-align: center;
}
.ilc-480k-block .imgBlk .arrow {
  position: absolute;
  bottom: -.7rem;
  left: 50%;
  transform: translate(-50%);
  border-top: 1.4rem solid #fff;
  border-right: .9rem solid transparent;
  border-left: .9rem solid transparent;
  z-index: 1;
}
.ilc-480k-block .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ilc-480k-block .imgBlk .txtBlk .txt1 {
  font-size: min(8.8vw, 38px);
  letter-spacing: .3rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 13%;
}
.ilc-480k-block .imgBlk .txtBlk .txt1 small {
  font-size: min(2.3vw, 10px);
  letter-spacing: normal;
}
.ilc-480k-block .imgBlk .txtBlk .txt2 {
  width: 85%;
  margin: 0 auto;
}
.ilc-480k-block .imgBlk .txtBlk .txt2 .num {
  position: relative;
  z-index: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(18vw, 80px);
  font-weight: 500;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.ilc-480k-block .imgBlk .txtBlk .txt2 .num small {
  font-size: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 .0 .5rem .7rem;
  letter-spacing: 0.2rem;
  font-style: normal;
}
.ilc-480k-block .imgBlk .txtBlk .txt2 .num::before {
  position: absolute;
  content: "";
  bottom: .3rem;
  width: 100%;
  border-bottom: 1px solid #66BAF8;
  border-image: linear-gradient(to right, #0062FF 0% 20%, #367AB4 30% 40%, #66BAF8 50% 100%);
  border-image-slice: 1;
  z-index: -1;
}
/*===============================
  txt-block-ilc-4
================================*/
.txt-block-ilc-4 {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady-cabriolet/img/content/sec28_txt_bg_230228.jpg) center center / cover no-repeat;
  padding: 1rem 0;
}
.txt-block-ilc-4 .txtBlk {
  text-shadow: 0 5px 7px rgba(0,0,0,.7);
}
/*===============================
  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;
  }
}
