@charset "UTF-8";

/*===============================
  first-view-ilc
================================*/
.first-view-ilc {
  margin-bottom: 3rem;
}
.first-view-ilc .imgBlk {
  position: relative;
}
.first-view-ilc .imgBlk .txtBlk {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -3%;
}
.first-view-ilc .imgBlk .txtBlk .txt_top .txt1 {
  font-size: min(4.8vw, 22px);
  line-height: 1.3;
  font-weight: 500;
  text-align: right;
}
.first-view-ilc .imgBlk .txtBlk .txt_top .txt1 big {
  font-size: 1.2em;
}
.first-view-ilc .imgBlk .txtBlk .txt_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.first-view-ilc .imgBlk .txtBlk .txt_bottom .txt2 {
  font-size: min(6.5vw, 30px);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 2rem;
}
.first-view-ilc .imgBlk .txtBlk .txt_bottom .logo_img {
  width: min(58vw, 250px);
  font-size: min(5.5vw, 22px);
  white-space: nowrap;
  text-align: center;
}
.first-view-ilc .imgBlk .txtBlk .txt_bottom .logo_img img {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
/*===============================
  txt-block-ilc-1
================================*/
.txt-block-ilc-1{
  position: relative;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady-cabriolet/img/content/mv_230228_bg.jpg) center center no-repeat;
  padding: 3rem 0;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-align: center;
}
.txt-block-ilc-1.arrow::before {
  position: absolute;
  content: "";
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%);
  border-top: 1.4rem solid #fff;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  z-index: 1;
}
.txt-block-ilc-1 .txt-slash {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
  height: 5rem;
}
.txt-block-ilc-1 .txt-slash::before {
  position: absolute;
  content: "";
  height: 5rem;
  border-left: 1px solid #fff;
  bottom: 0;
  left: 0;
  transform: rotate(-30deg);
}
.txt-block-ilc-1 .txt-slash::after {
  position: absolute;
  content: "";
  height: 5rem;
  border-left: 1px solid #fff;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
}
/*===============================
  txt-block-ilc-2
================================*/
.txt-block-ilc-2{
  position: relative;
  background-color: #1f1f1f;
  padding:3.5rem 0;
  text-align: center;
}
/*===============================
  txt-block-ilc-3
================================*/
.txt-block-ilc-3{
  position: relative;
  background-color: #0f3049;
  padding: 3rem 0;
  text-align: center;
  line-height: 1.5;
}
.txt-block-ilc-3.arrow::before {
  position: absolute;
  content: "";
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%);
  border-top: 1.4rem solid #fff;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  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);
}
/*===============================
  txt-block-ilc-5
================================*/
.txt-block-ilc-5{
  padding: 2rem 0;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content1026/secBc1026_08_bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}
/*===============================
  ic-movie-block2
================================*/
.ic-movie-block2 .inner_box {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady-cabriolet/img/content/mv_230228_bg.jpg)
    center center no-repeat;
  padding: 4rem 0 3rem;
}
.ic-movie-block2 .inner_box .txt_box {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
.ic-movie-block2 .inner_box .txt_box .border {
  border-bottom: 1px solid rgb(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 0.5rem;
  line-height: 1;
}
.ic-movie-block2 .inner_box .txt_box .txt1 {
  font-size: min(6.5vw, 28px);
  letter-spacing: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.7;
}
.ic-movie-block2 .inner_box .txt_box .txt2 {
  font-size: min(6vw, 28px);
  letter-spacing: 0.5rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}
.ic-movie-block2 .inner_box .txt_box .txt2 .c_purple {
  color: #749aff;
  font-size: min(7vw, 28px);
}
.ic-movie-block2 .inner_box .txt_box .txt2 big {
  font-size: min(7.5vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.ic-movie-block2 .inner_box .txt_box .txt2 small {
  font-size: 0.8em;
}
.ic-movie-block2 .inner_box .txt_box .txt3 {
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.ic-movie-block2 .inner_box .txt_box .txt3 .sub_txt {
  display: flex;
  flex-direction: column;
}
.ic-movie-block2 .inner_box .txt_box .txt3 .num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-weight: normal;
  font-size: min(25vw, 100px);
  margin-right: 1.5rem;
}
.ic-movie-block2 .inner_box .txt_box .txt3 .num img {
  width: 45vw!important;
  max-width: 230px;
}
.ic-movie-block2 .inner_box .txt_box .txt3 .ja {
  font-size: min(7vw, 28px);
  margin-bottom: 1rem;
}
.ic-movie-block2 .inner_box .txt_box .txt3 .en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: min(6vw, 24px);
  margin-bottom: 1rem;
  opacity: 0.4;
}
.ic-movie-block2 .inner_box .txt_box .txt4 {
  font-weight: 500;
  text-align: center;
  font-size: min(10vw, 48px);
  letter-spacing: 0.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.ic-movie-block2 .inner_box .txt_box .txt4 big {
  font-weight: 500;
  text-align: center;
  font-size: 1.05em;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.ic-movie-block2 .inner_box .txt_box .txt5 {
  font-weight: 500;
  text-align: center;
  font-size: min(8vw, 35px);
  letter-spacing: 0.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.ic-movie-block2 .inner_box .txt_box .txt6 {
  font-weight: 500;
  text-align: center;
  font-size: min(8vw, 35px);
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
.ic-movie-block2 .inner_box .txt_box .txt6 big {
  font-size: 1.2em;
}
.ic-movie-block2 .inner_box .txt_box .txt6 small {
  font-size: 0.85em;
}
.ic-movie-block2 .inner_box .movie_contents {
  width: 90%;
  margin: 0 auto;
}
.ic-movie-block2 .inner_box .movie_contents img {
  width: 100%;
}
/*===============================
  ic-phototoner_ttl
================================*/
.ic-phototoner_ttl {
  width: 90%;
  margin: 4rem auto;
}
.ic-phototoner_ttl .phototoner_ttl_inner {
  background: #0b2031;
  background: linear-gradient(45deg, #0b2031 32%, #0587c8 85%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 1.6rem 0 2.3rem;
  line-height: 1.3;
}
.ic-phototoner_ttl .phototoner_ttl_inner .ja {
  font-size: min(4vw, 17px);
  letter-spacing: 0.2rem;
}
.ic-phototoner_ttl .phototoner_ttl_inner .en {
  width: 70%;
  margin: 0 auto;
}
.ic-phototoner_ttl .phototoner_ttl_inner .en img {
  width: 100%;
}
/*===============================
  ic-movie-block1
================================*/
.ic-movie-block1 {
  margin-bottom: 0.7rem;
}
.ic-movie-block1 .inner_box {
  padding: 4rem 0 3rem;
}
.ic-movie-block1 .inner_box .txt_box {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0 2rem;
  letter-spacing: -0.08rem;
}
.ic-movie-block1 .inner_box .txt_box .txt1 {
  font-size: min(6vw, 28px);
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.ic-movie-block1 .inner_box .txt_box .border {
  display: inline-block;
  border-bottom: 1px solid #0062ff;
  border-image: linear-gradient(to right, #0062ff 0% 20%, #367ab4 30% 40%, #66baf8 50% 100%);
  padding-bottom: 0.8rem;
  border-image-slice: 1;
  line-height: 1;
}
.ic-movie-block1 .inner_box .txt_box .txt2 {
  font-size: min(9vw, 38px);
  margin-bottom: 1rem;
  line-height: 1;
}
.ic-movie-block1 .inner_box .txt_box .txt2.pl {
  padding-left: 8%;
}
.ic-movie-block1 .inner_box .txt_box .txt2.left {
  text-align: left;
}
.ic-movie-block1 .inner_box .txt_box .txt2.right {
  text-align: right;
}
.ic-movie-block1 .inner_box .txt_box.center {
  text-align: center;
}
.ic-movie-block1 .inner_box .txt_box .num {
  font-size: min(11vw, 60px);
  letter-spacing: normal;
}
.ic-movie-block1 .inner_box .txt_box .num small {
  font-size: 0.6em;
}

.ic-movie-block1 .inner_box .txt_box .txt2 .c_purple {
  color: #749aff;
  font-size: min(7vw, 28px);
}

.ic-movie-block1 .inner_box .txt_box .txt2 big {
  font-size: 1.8em;
}
.ic-movie-block1 .inner_box .txt_box .txt3 {
  font-size: min(7.4vw, 35px);
  line-height: 1.7;
}
.ic-movie-block1 .inner_box .txt_box .txt3 big {
  font-size: 1.8em;
}

.ic-movie-block1 .inner_box .txt_box .txt4 {
  font-weight: 500;
  font-size: min(8vw, 37px);
  line-height: 1.7;
}

.ic-movie-block1 .inner_box .txt_box .txt4 big {
  font-weight: 500;
  text-align: center;
  font-size: min(11vw, 50px);
  letter-spacing: 0.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.ic-movie-block1 .inner_box .txt_box .txt5 {
  font-weight: 500;
  text-align: center;
  font-size: min(8vw, 35px);
  letter-spacing: 0.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.ic-movie-block1 .inner_box .txt_box .txt6 {
  font-weight: 500;
  text-align: center;
  font-size: min(8vw, 35px);
  letter-spacing: 0.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.ic-movie-block1 .inner_box .txt_box .txt6 big {
  font-size: 1.2em;
}
.ic-movie-block1 .inner_box .movie_contents {
  width: 90%;
  margin: 0 auto;
}
.ic-movie-block1 .inner_box .movie_contents img {
  width: 100%;
}
.movie-text {
  position: absolute;
  bottom: 4%;
  left: 2.2%;
  padding: 0 5px 0 0;
  font-size: min(4.8vw, 22px);
  font-style: italic;
  line-height: 1.25em;
  background: rgb(248,102,160);
  background: linear-gradient(40deg, rgba(248,102,160,1) 0%, rgba(99,0,198,1) 100%);
}
/*===============================
  ic-caution-txt
================================*/
.ic-caution-txt {
  width: 90%;
  margin: 4rem auto 4rem;
}
.ic-caution-txt .txtBlk .txt1 {
  position: relative;
  font-size: min(4vw, 18px);
  line-height: 2;
  padding-left: 4rem;
}
.ic-caution-txt .txtBlk .txt1::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady-cabriolet/img/content/deco_txt.png) 0 0
    no-repeat;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  top: 0.5rem;
  left: 0.2rem;
}
.ic-caution-txt .txtBlk .txt2 {
  position: relative;
  font-size: min(5.3vw, 23px);
  line-height: 1.7;
  padding-left: 1rem;
}
.ic-caution-txt .txtBlk .txt3 {
  position: relative;
  font-size: min(6vw, 27px);
  line-height: 1.7;
  padding-left: 1rem;
  text-align: center;
}
/*===============================
  ss-block-ilc
================================*/
.ss-block-ilc {
  background-color: #000;
  text-align: center;
  padding: 3rem 0 2rem;
}
.ss-block-ilc .ss_ttl {
  position: relative;
  width: 90%;
  margin: 0 auto 7%;
}
.ss-block-ilc .ss_ttl .ss_ttl_inner .pop-text {
  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: -25%;
  right: -3%;
  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 #f2f556;
  color: #f1f440;
  box-shadow: 0 0 8px rgba(255,255,255,.7), inset 0 0 5px rgba(255,255,255,.5);
}
.ss-block-ilc .ss_ttl .ss_ttl_inner {
  line-height: 1;
  padding: 1.5rem 0;
}
.ss-block-ilc .ss_ttl .neon_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent 8%,
    #141d28 10%,
    #172130 20%,
    #2e648d 40%,
    #3d74a7 70%,
    transparent 92%
  );
  border-radius: 999px;
  z-index: 1;
}
.ss-block-ilc .ss_ttl .txt1 {
  position: relative;
  font-size: min(8vw, 38px);
  text-align: center;
  line-height: 1.1;
}
.ss-block-ilc .ss_ttl .txt1 small {
  font-size: 0.75em;
}
.ss-block-ilc .ss_ttl .txt1 {
  display: block;
  background: linear-gradient(to right, #e1c680 15%, #e7d58a 18%, #f2ede0 41%, #b28421 73%, #dfc381 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ss-block-ilc .ss_label {
  position: relative;
  display: inline-block;
  font-size: min(6vw, 27px);
  font-style: italic;
  background: linear-gradient(
    to right,
    transparent 8%,
    #141d28 10%,
    #172130 20%,
    #2e648d 40%,
    #3d74a7 70%,
    transparent 92%
  );
  line-height: 1.2;
}
.ss-block-ilc .ss_label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 8%,
    #3d74a7 10%,
    #2e648d 20%,
    #172130 40%,
    #141d28 70%,
    transparent 92%
  );
}
.ss-block-ilc .ss_label::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 8%,
    #3d74a7 10%,
    #2e648d 20%,
    #172130 40%,
    #141d28 70%,
    transparent 92%
  );
}
.ss-block-ilc .ss_label .ss_label_inner {
  position: relative;
  display: block;
  padding: 0.5rem 6rem;
  font-size: min(7vw, 30px);
}
.ss-block-ilc .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;
}
.ss-block-ilc .ss_label big {
  font-size: 1.5em;
}
/*===============================
  ilc-price-block
================================*/
.ilc-price-block {
  padding-bottom: 30px;
  margin: 0 5%;
}
.ilc-price-block .price3Box {
  width: 100%;
  max-width: 360px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  text-align: center;
  margin: 3rem auto;
}
.ilc-price-block .price3Box li {
  background: #7370d9;
  background: linear-gradient(146deg, #7370d9 0%, #0f3a5f 47%, #332f9a 100%);
  padding: 10px 0 10px;
  width: 30%;
  margin: 0 1%;
  letter-spacing: 0.2em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.ilc-price-block .price3Box li .lage {
  font-size: 2.4em;
}
.ilc-price-block .price3Box li .lage02 {
  font-size: 1.8em;
}
.ilc-price-block .btnCampTxt0324 {
  text-align: center;
  margin-bottom: 3rem;
}
.ilc-price-block .price-block-caution .txt1 {
  font-size: min(6vw,27px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff700;
  font-weight: bold;
  text-align: center;
}
.ilc-price-block .price-block-caution .txt2 {
  font-size: min(6vw,27px);
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}
.ilc-price-block .price-block-caution .txt2 small {
  font-size: 0.7em;
}
.ilc-price-block .purchaseButton {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/purchaseButton_bg.png) center
    no-repeat;
  background-size: cover;
  font-size: 2.7rem;
  padding: 1.5rem 0;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  line-height: 1.5;
}
.ilc-price-block .purchaseButton .left {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.ilc-price-block .purchaseButton .left .small {
  font-size: 0.8em;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
}
.ilc-price-block .purchaseButton.pekopeko {
  position: relative;
  display: inline-block;
  animation: pekopeko 2s infinite;
}
.ilc-price-block .sec18.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.ilc-price-block .amznBtn.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.ilc-price-block .addTxt1013.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.ilc-price-block .purchaseButtonBgWrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.ilc-price-block .purchaseButtonBgWrap small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
}
.ilc-price-block .underBtn {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-bottom: 30px;
}
.ilc-price-block_price3Box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  width: 90%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ilc-price-block_price3Box li {
  border: solid 1px #000;
  padding: 15px 0;
  width: 32%;
  margin: 0 0.5%;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
}
.ilc-price-block_price3Box li .listWrap .lage {
  font-size: 1.2em;
  letter-spacing: -1px;
}
.bg_b .ilc-price-block_price3Box li {
  border: solid 1px #fff;
}
/*===============================
  ilc-sale-price
================================*/
.ilc-sale-price {
  position: relative;
  text-align: center;
  margin: 4rem 0;
}
.ilc-sale-price.alignC {
  text-align: center;
}
.ilc-sale-price .bgWrap {
  background-size: 100% 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 0 0 5rem;
}
.ilc-sale-price .bgWrap.flatBg {
  background: #0b2841;
  padding-bottom: 30px;
}
.ilc-sale-price .topLogo {
  width: 200px;
  margin: 0 auto 30px;
}
.ilc-sale-price .priceTxt {
  font-size: 9rem;
  padding-left: 0.4em;
  line-height: 1;
  letter-spacing: -4px;
  position: relative;
  display: inline-block;
}
.ilc-sale-price .priceTxt.line::after {
  content: "";
  height: 7px;
  width: 95%;
  background: linear-gradient(to right, #00cef7 0%, #a42b90 80%);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -3px;
  opacity: 0.8;
  z-index: -1;
}
.ilc-sale-price .priceTxt .taxTxt {
  font-size: 0.3em;
  position: absolute;
  bottom: 0.4em;
  left: 0;
  margin: auto;
  line-height: 1.1;
  display: inline-block;
  height: 2.2em;
  top: initial;
  background: none;
  color: #fff;
  padding: 0;
  letter-spacing: 0;
}
.ilc-sale-price .priceTxt .yenTxt {
  font-size: 2rem;
  padding-left: 5px;
}
.ilc-sale-price .price3Box li {
  border-color: #fff;
  color: #000;
  background: #fff;
}
.ilc-sale-price .price_yellow_label {
  padding: 2rem 0 1rem;
}
.ilc-sale-price .price_yellow_label .price_yellow_label_txt {
  position: relative;
  display: inline-block;
  background-color: #ffff00;
  color: #000;
  padding: 0.5rem 5rem;
  line-height: 1.3;
  font-size: min(6vw, 28px);
  font-weight: bold;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.ilc-sale-price .priceTxtCampBox1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 8px;
  color: #fff;
  border: solid 1px;
  display: inline-block;
  margin-bottom: 10px;
}
.ilc-sale-price .saleTxt {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: 100;
}
.ilc-sale-price .campBoxSet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ilc-sale-price .priceTxtOlg {
  font-size: 6rem;
  padding-left: 0.45em;
  line-height: 1;
  letter-spacing: -4px;
  position: relative;
  display: inline-block;
}
.ilc-sale-price .priceTxtOlg::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f00;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  transform: rotate(-10deg);
}
.ilc-sale-price .priceTxtOlg .taxTxt {
  font-size: 0.3em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 2.2em;
}
.ilc-sale-price .priceTxtOlg .yenTxt {
  font-size: 0.4em;
  padding-left: 0.2em;
}
.ilc-sale-price .priceOff {
  color: #fff;
  padding: 10px 13px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  background: #f00;
  font-style: italic;
  font-weight: bold;
}
.ilc-sale-price .campBoxSet .price-label {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: min(4vw,18px);
  line-height: 1;
  padding: 1rem 2rem;
}
/*===============================
  ic-txt-content
================================*/
.ic-txt-content {
  padding: 2rem 0 3.5rem;
}
.ic-txt-content .txtBlk {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.ic-txt-content .txtBlk .txt1 {
  font-size: min(5vw, 20px);
  line-height: 2;
  margin-bottom: 2rem;
}
.ic-txt-content .txtBlk .txt2 {
  font-size: min(6.5vw, 28px);
  margin-bottom: 2rem;
  font-weight: 500;
}
.ic-txt-content .txtBlk .txt2 big {
  font-size: 1.5em;
}
.ic-txt-content .txtBlk .txt3 {
  font-size: min(5vw, 20px);
  line-height: 2;
}
/*===============================
  ic-point-ttl
================================*/
.ic-point-ttl {
  padding: 3rem 0 1rem;
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 4rem auto;
}
.ic-point-ttl .txtBlk .txt1 {
  position: relative;
  font-size: min(5.5vw, 24px);
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.ic-point-ttl .txtBlk .txt2 {
  font-size: min(11vw, 45px);
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.ic-point-ttl .txtBlk .txt2 .dotto {
  position: relative;
  display: inline-block;
}
.ic-point-ttl .txtBlk .txt2 .dotto::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
}
.ic-point-ttl .txtBlk .border {
  display: inline-block;
  border-bottom: 1px solid #0062ff;
  border-image: linear-gradient(to right, #0062ff 0% 20%, #367ab4 30% 40%, #66baf8 50% 100%);
  padding-bottom: 0.8rem;
  border-image-slice: 1;
  line-height: 1;
}
.arrow_img.bg_bk {
  background-color: #000;
}
/*===============================
  repayment-30days-ic
================================*/
.repayment-30days-ic .imgBlk {
  position: relative;
  z-index: 1;
}
.repayment-30days-ic .imgBlk::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #101010);
  bottom: 0;
  left: 0;
}
.repayment-30days-ic .top_txt {
  text-align: center;
  font-weight: 500;
  padding: 2.7rem 0;
  font-size: min(9vw, 40px);
}
.repayment-30days-ic .imgBlk {
  position: relative;
  text-align: center;
}
.repayment-30days-ic .imgBlk .txtBlk {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.repayment-30days-ic .imgBlk .txtBlk .txt1 {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 15.8rem;
  height: 15.8rem;
  border-radius: 999px;
  font-size: min(6.5vw, 29px);
  color: #0f3049;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.28);
  z-index: 5;
}
.repayment-30days-ic .imgBlk .txtBlk .txt2 {
  width: 100%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%);
  font-size: min(7.2vw, 31px);
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  z-index: 5;
}
.repayment-30days-ic .imgBlk .txtBlk .txt2 span {
  border-bottom: 2px solid white;
}
.repayment-30days-ic .imgBlk .txtBlk .txt2 big {
  font-size: 1.6em;
}
/*===============================
  ilc-price-box
================================*/
.ilc-price-box {
  padding: 0 5% 3rem;
}
.ilc-price-box .price3Box {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  text-align: center;
  margin: 30px auto;
}
.ilc-price-box .price3Box li {
  background: #7370d9;
  background: linear-gradient(146deg, #7370d9 0%, #0f3a5f 47%, #332f9a 100%);
  padding: 10px 0 10px;
  width: 30%;
  margin: 0 1%;
  letter-spacing: 0.2em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.ilc-price-box .price3Box li .lage {
  font-size: 2.4em;
}
.ilc-price-box .price3Box li .lage02 {
  font-size: 1.8em;
}
.ilc-price-box .price-attention-text {
  text-align: center;
  margin-bottom: 3rem;
}
.ilc-price-box .price-attention-text .txt1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #ff0000;
  font-weight: bold;
}
.ilc-price-box .price-attention-text .txt2 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ff0000;
}
.ilc-price-box .price-attention-text .txt3 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #fff700;
  font-weight: bold;
}
.ilc-price-box .purchaseButton {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/purchaseButton_bg.png) center
    no-repeat;
  background-size: cover;
  font-size: 2.7rem;
  padding: 1.5rem 0;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  line-height: 1.5;
}
.ilc-price-box .purchaseButtonBgWrap {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.ilc-price-box .purchaseButtonBgWrap small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
}
/*===============================
  ilc-splitPurchaseBlk
================================*/
.ilc-splitPurchaseBlk {
  text-align: center;
  margin: 0 5% 5rem;
}
.ilc-splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
html.webp .ilc-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/splitPurchaseBlk_bg.png)
    center no-repeat;
  background-size: 100% 100%;
}
.ilc-splitPurchaseBlk .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/splitPurchaseBlk_bg.png)
    center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.ilc-splitPurchaseBlk .listBlk .tit {
  background: #ffffff3b;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 10px;
}
.ilc-splitPurchaseBlk .listBlk .txt {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1;
}
.ilc-splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
}
.ilc-splitPurchaseBlk .listUnderBtn {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 20px 0px 20px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/listUnderBtn_bg.png) center
    no-repeat;
  background-size: contain;
}
.ilc-splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}

/*===============================
adult-use-8
================================*/
.adult-use-8 {
  line-height: 1.2;
}
.adult-use-8 .imgBlk {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.adult-use-8 .imgBlk img {
  height: 100%;
  margin: -2rem 0 -5rem;
}
.adult-use-8 .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12%;
}
.adult-use-8 .txtBlk .inner_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.adult-use-8 .txtBlk .txt1 {
  font-size: min(8vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  padding-left: 1rem;
  text-align: center;
}
.adult-use-8 .txtBlk .txt1 big {
  font-size: 1.4em;
  margin: 0 .3rem;
}
.adult-use-8 .txtBlk .txt1 small {
  font-size: .7em;
}
.adult-use-8 .txtBlk .txt1 .txt1_inner {
  position: relative;
  display: inline-block;
  padding-bottom: .7rem;
}
.adult-use-8 .txtBlk .txt1 .txt1_inner .border1 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.adult-use-8 .txtBlk .txt1 .txt1_inner .border2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 38%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.adult-use-8 .txtBlk .txt1 .txt1_inner .border3 {
  position: absolute;
  content: "";
  bottom: -8%;
  left: 53%;
  height: 2px;
  width: 8%;
  background: linear-gradient(to right, #A70CCA, #F866A4);
  transform: rotate(-50deg);
}
.adult-use-8 .txtBlk .circle_txt {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-style: italic;
  letter-spacing: .2rem;
}
.adult-use-8 .txtBlk .circle_txt .txt2 {
  font-size: min(10vw,43px);
  margin-bottom: 3%;
}
.adult-use-8 .txtBlk .circle_txt .txt2 big {
  font-size: 1.7em;
}
.adult-use-8 .txtBlk .circle_txt .txt3 {
  font-size: min(9.3vw,40px);
  margin-bottom: 4%;
}
.adult-use-8 .txtBlk .circle_txt .txt3 big {
  font-size: 1.4em;
}
.adult-use-8 .txtBlk .circle_txt .txt4 {
  font-size: min(9.3vw,40px);
}

/*===============================
  repayment-30days-ilc
================================*/
.repayment-30days-ilc .imgBlk {
  position: relative;
  z-index: 1;
}
.repayment-30days-ilc .imgBlk::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #101010);
  bottom: 0;
  left: 0;
}
.repayment-30days-ilc .top_txt {
  text-align: center;
  font-weight: 500;
  padding: 2.7rem 0;
  font-size: min(9vw, 40px);
}
.repayment-30days-ilc .imgBlk {
  position: relative;
  text-align: center;
}
.repayment-30days-ilc .imgBlk .txtBlk {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.repayment-30days-ilc .imgBlk .txtBlk .txt1 {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 15.8rem;
  height: 15.8rem;
  border-radius: 999px;
  font-size: min(6.5vw, 29px);
  color: #0f3049;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.28);
  z-index: 5;
}
.repayment-30days-ilc .imgBlk .txtBlk .txt2 {
  width: 100%;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%);
  font-size: min(7.2vw, 31px);
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  z-index: 5;
}
.repayment-30days-ilc .imgBlk .txtBlk .txt2 span {
  border-bottom: 2px solid white;
}
.repayment-30days-ilc .imgBlk .txtBlk .txt2 big {
  font-size: 1.6em;
}
/*===============================
  ilc-worry-txt
================================*/
.ilc-worry-txt {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.ilc-worry-txt .worry-ist {
  width: 100%;
}
.ilc-worry-txt .worry-ist li {
  position: relative;
  background: linear-gradient(to right, #39378b 0%, #68036f 100%);
  margin-bottom: 4rem;
  padding: 1rem 2rem;
  font-size: min(5vw, 25px);
  text-align: center;
  letter-spacing: normal;
}
.ilc-worry-txt .worry-ist li::before {
  position: absolute;
  content: "";
  right: 18%;
  bottom: -19px;
  width: 20px;
  height: 20px;
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #5f0e75 50%, #5f0e75 100%);
}