@charset "UTF-8";
.secIce16 .onTxtBg .addtextBlock{
  text-align: center;
  font-size: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
  font-weight: 600;
  font-family: Hiragino Sans;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 5px 0;
  position: relative;
}
.secIce16 .onTxtBg .addtextBlock::after{
  content: "※ 顔全体";
  position: absolute;
  top: 100%;
  right: 1%;
  font-size: 1rem;
  color: #999999;
  font-weight: normal;
}
.secIce16 .onTxtBg .addtextBlock .big{
  font-size: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
  font-weight: bold;
}


@media only screen and (min-width: 300px) and (max-width: 765px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0 0;
    padding: 0;
    background: #000;
  }
  #purchase-btn-box {
    display: none;
  }
}
@media screen and (min-width: 765px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy_faceinvestment/img/pc_bg/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:.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%;
  }
  #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: 1rem;
  }
  #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, 10px);
    white-space: nowrap;
  }
  #pc-only .spin_text {
    position: absolute;
    top: 15%;
    right: -20%;
    width: 90vw;
    z-index: 5;
  }
  #pc-only .spin_text img {
    width: 100%;
    opacity: 0.5;
  }
  #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(145deg, #2790c8 5%, #b1c8d3 80%);
    box-shadow: 5px 5px 10px rgba(255,255,255,.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(145deg, #2988bb 5%, #a5bcc6 80%);
  }
  #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/icedandy_faceinvestment/img/content/arrow_icon.svg) 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, #222222, transparent);
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
  }
  .pc_contents .bg_right .pc_nav {
    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;
  }
}

/* @media screen and (max-width: 768px) { */
.movie_contents.height_short {
  padding-top: 40%;
  border: solid 1px;
  overflow: hidden;
}
.movie_contents.height_short video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


/* font-size */
.cont-txt10 {
  font-size: min(2.3vw, 10px);
  margin: 1rem 0;
}
.cont-txt15 {
  font-size: min(3.2vw, 15px);
  margin: 1rem 0;
}
.cont-txt18 {
  font-size: min(3.8vw, 18px);
  margin: 1rem 0;
}
.cont-txt19 {
  font-size: min(4.2vw, 19px);
  margin: 1rem 0;
}
.cont-txt20 {
  font-size: min(4.5vw, 20px);
  margin: 1rem 0;
}
.cont-txt23 {
  font-size: min(5vw, 23px);
  margin: 1rem 0;
}
.cont-txt25 {
  font-size: min(5.5vw, 25px);
  margin: 1rem 0;
}
.cont-txt27 {
  font-size: min(5.8vw, 27px);
  margin: 1rem 0;
}
.cont-txt28 {
  font-size: min(6vw, 28px);
  margin: 1rem 0;
}
.cont-txt30 {
  font-size: min(6.5vw, 30px);
  margin: 1rem 0;
}
.cont-txt32 {
  font-size: min(7vw, 32px);
  margin: 1rem 0;
}
.cont-txt35 {
  font-size: min(7.5vw, 35px);
  margin: 1rem 0;
}
.cont-txt38 {
  font-size: min(8vw, 38px);
  margin: 1rem 0;
}
.cont-txt40 {
  font-size: min(8.5vw, 40px);
  margin: 1rem 0;
}
.cont-txt42 {
  font-size: min(9vw, 42px);
  margin: 1rem 0;
}
.cont-txt45 {
  font-size: min(9.5vw, 45px);
  margin: 1rem 0;
}
.cont-txt47 {
  font-size: min(10vw, 47px);
  margin: 1rem 0;
}
.cont-txt51 {
  font-size: min(11vw, 51px);
  margin: 1rem 0;
}
.cont-txt56 {
  font-size: min(12vw, 56px);
  margin: 1rem 0;
}
.cont-txt61 {
  font-size: min(13vw, 61px);
  margin: 1rem 0;
}
.f-gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
}
/*===============================
  contents img txt
================================*/
/* section img */
/* section 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.35em;
}
.big2 {
  font-size: 1.5em;
}
.big3 {
  font-size: 1.8em;
}
.small {
  font-size: 0.8em;
}
.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;
}

.lh13 {
  line-height: 1.3;
}
.lh15 {
  line-height: 1.5;
}


/* 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%;
  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.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-red {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f00;
}

.line-pink {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.line-pink::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d, 0 0 8px #c4407d;
}
.line-gra1 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  z-index: 1;
  margin-bottom: 1rem;
}
.line-gra1.block {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.line-gra1::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;
  z-index: 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-height: 1.5;
}
.line-gra3::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #00cef7 0%, #a42b90 80%);
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.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;
}
/* 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;
}


.mtSp30 {
  margin-top: 30px;
}
.mbSp30 {
  margin-bottom: 30px;
}

#wrap {
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  background: #101010;
  color: #fff;
  padding-top: 8rem;
  line-height: 1.8;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.secInner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.secInner.innerOver {
  width: 100%;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
/*===============================
  header
================================*/
header {
  max-width: 465px;
  width: 100%;
  height: 8rem;
  padding: 0px 0px 0 0px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 100;
  text-align: center;
  background: #000;
}
/* txtBlk
================================*/
header .headerLogo {
  width: 55%;
  line-height: 1.2;
}
header .headerLogo img {
  width: 19rem;
  max-width: 190px;
}
header .headerLogo .txtBlk {
  height: 8rem;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .headerLogo .txtBlk .logo_img {
  width: 70%;
  max-width: 150px;
  height: auto;
}
header .headerLogo .txtBlk .logo_img .img {
  width: 100%;
  height: auto;
  margin: 2px 0;
}
header .topText {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
header .headerLogo .txtBlk .ja {
  font-size: min(2vw, 10px);
  display: inline-block;
  line-height: 1;
  letter-spacing: -0.2rem;
  text-align: center;
}
@media screen and (max-width: 389px) {
  header .headerLogo .txtBlk .ja {
    width: 120%;
    transform: scale(0.75);
    transform-origin: 50% 0;
  }
}
header .headerInner {
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
}
header .headerLeft {
  width: 55%;
  height: 100%;
  line-height: 1;
}
header .btnWrap {
  width: 50%;
  height: 8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(to right, #ff0526, #711b4c);
}
header .btnTxt {
  position: relative;
  font-size: min(3.5vw, 16px);
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.4;
}
header .btnTxt .yellow {
  font-size: 1.2em;
  color: #ffe200;
}
header .btnTxt .small {
  font-size: 0.9em;
}
header .btnTxt .arrow {
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: auto;
}
/*===============================
  footer
================================*/
footer {
  padding: 6rem 0 1rem;
  text-align: center;
  background: #000;
}
footer .logo_icon {
  width: 70%;
  margin-bottom: 50px;
}
footer .list {
  margin-bottom: 60px;
}
footer .list > li {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer .list > li a {
  color: #fff;
  position: relative;
}
footer .sns-list{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
footer .sns-list li:not(:last-child){
  margin-right: 1rem;
}
footer .sns-list a{
  width: 30px;
  display: inline-block;
}
footer .sns-list img{
  width: 100%;
}
footer .bnr-contents {
  padding: 4rem 0 0;
}
footer .bnr-contents .bnr-block {
  margin-bottom: 4rem;
}
footer .bnr-contents .bnr-block img {
  width: 100%;
  height: auto;
  display: block;
}
footer .bnr-contents .bnr-block .name {
  font-size: min(5vw,22px);
  margin-bottom: 1rem;
}
.pageBottomtxt {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  background: #000;
  text-align: center;
}
.pageBottomtxt .en {
  margin-right: 5px;
  font-size: 1.4rem;
}
.pageBottomtxt .img {
  width: 130px;
  margin-bottom: 5px;
}
.pageBottomtxt .logoTxt {
  letter-spacing: -1px;
  line-height: 1;
}
/* logoBlk
================================*/
footer .logoBlk {
  width: 250px;
  margin: 0 auto 50px;
}
footer .logoBlk .img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
footer .logoBlk .logoTxt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 389px) {
  footer .logoBlk .logoTxt {
    width: 120%;
    transform: scale(0.75);
    transform-origin: 15% 0;
  }
}
footer .copyright {
  width: 150px;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
}
.footer-word-list {
  width: 100%;
  max-width: 450px;
  margin: 5rem auto 5rem;
  box-sizing: border-box;
  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.7);
  transform-origin: 25% 0;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .footer-word-list li {
    transform: scale(0.5);
    transform-origin: 25% 0;
  }
}

/*===============================
  btn0203ice_0728
================================*/
.btnSec_ice_0728 {
  text-align: center;
  color: #fff;
  padding: 20px 0 0px;
  margin-bottom: 10px;
}
.btnSec_ice_0728.bgNone {
  background: initial;
}
.btnSec_ice_0728.bg_b {
  color: #fff;
  background: #000;
}
.btnSec_ice_0728.btnSec_radius {
  border-radius: 15px 15px 0 0;
}
.btnSec_ice_0728.onlyBtn {
  padding-top: 0;
}
/* priceTxtCampSet
================================*/
.priceTxtCampSet {
  margin-bottom: 30px;
}
.priceTxtCampSet .priceTxtCampBox1 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 55px;
  background: #000;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 5px;
}
.bg_b .priceTxtCampSet .priceTxtCampBox1 {
  background: #fff;
  color: #000;
}
.priceTxtCampSet .priceTxtCampBox2 {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 50px;
  background: #f00;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.priceTxtCampSet .priceTxtCampBox3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 9px 30px 11px;
  background: #cc1300;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 5px;
}

.priceTxtCampSet .saleTxt {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: 100;
}
/*======== priceTxtOlg ========*/
.priceTxtCampSet .priceTxtOlg {
  font-size: 7.5rem;
  padding-left: 0.45em;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.priceTxtCampSet .priceTxtOlg::after {
  top: 30%;
}
.priceTxtCampSet .priceTxtOlg::before {
  top: -5%;
}
.priceTxtCampSet .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;
}
.priceTxtCampSet .priceTxtOlg .yenTxt {
  font-size: 0.4em;
  padding-left: 0.2em;
}
.priceTxtCampSet .arrow_bottom {
  position: relative;
  height: 10px;
  margin: 7px auto 10px;
}
.priceTxtCampSet .arrow_bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  border-top: 10px solid #f00;
}
.priceTxtCampSet .priceOff {
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  background: #f00;
  font-style: italic;
  font-weight: bold;
}
.btnSec_ice_0728 .priceTxtCampBox1 {
  background: #ff0000;
  color: #fff;
}
/* price3Box_dandy
================================*/
.price3Box_dandy {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  width: 90%;
  font-weight: bold;
}
.price3Box_dandy li {
  border: solid 1px #000;
  background: #fff;
  color: #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;
}
.bg_b .price3Box_dandy li {
  border: solid 1px #fff;
}
.price3Box_dandy li .listWrap .lage {
  font-size: 1.2em;
  letter-spacing: -1px;
}
/* btnSecTopBlk
================================*/
.btnSec_ice_0728 .btnSecTopBlk {
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/dandy_dandy/img/content/btnSecTopBlk_bg.jpg")
    no-repeat;
  background-size: cover;
  padding: 15px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: -120px;
}
.btnSec_ice_0728 .btnSecTopBlk .btnSecTopBlk_inner {
  padding: 40px 0;
  border: solid 1px #fff;
}
.btnSec_ice_0728 .btnSecTopBlk .txt1 {
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #000;
  background: #fff;
  font-weight: bold;
}
.btnSec_ice_0728 .btnSecTopBlk .txt2 {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 20px;
  font-style: italic;
  transform: rotate(-7.3deg);
  font-weight: bold;
}
.btnSec_ice_0728 .btnSecTopBlk .txt3 {
  font-size: 2.5rem;
  font-weight: bold;
}
.btnSec_ice_0728 .cautionTxt {
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 15px;
  margin-right: -20px;
}
.btnSec_ice_0728 .cautionTxt2 {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.btnSec_ice_0728 .product_logo {
  width: 70%;
  max-width: 280px;
}
.btnSec_ice_0728 .product_name {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.btnSec_ice_0728 .product_img {
  width: 60%;
  max-width: 280px;
}
.btnSec_ice_0728 .purchaseButton {
  background: linear-gradient(#c6ffac, #4eb123, #0f3307);
  padding: 40px 0px;
  border-radius: 100px;
  font-size: 2.5rem;
  letter-spacing: 0em;
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.btnSec_ice_0728 .purchaseButtonBgWrap {
  position: relative;
  margin-bottom: 25px;
  max-width: 400px;
  margin: 0 auto 70px;
}
.btnSec_ice_0728 .purchaseButtonBgWrap::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 100%;
  height: 93px;
  background: linear-gradient(rgba(198, 255, 172, 0.5), rgba(15, 51, 1, 0.5));
  z-index: 0;
  border-radius: 100px;
}
.btnSec_ice_0728 .purchaseButton2 {
  background: #ff591c;
  padding: 10px 0px;
  border-radius: 50px;
  font-size: 2.1rem;
  letter-spacing: 0em;
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
}
.btnSec_ice_0728 .purchaseButton.pekopeko {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSec_ice_0728 .purchaseButton .left {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}
.btnSec_ice_0728 .purchaseButton .left .small {
  font-size: 0.8em;
  margin-bottom: 5px;
  display: inline-block;
}
.btnSec_ice_0728 .purchaseButton .arrow {
  content: "";
  position: absolute;
  right: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid;
  border-right: 3px solid;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnSec_ice_0728 .underBtn {
  font-size: 1.2rem;
  margin: 10px 0 30px;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ffff00;
}
/* priceTxt
================================*/
.btnSec_ice_0728 .priceTxt {
  font-size: 6.1rem;
  padding-left: 20px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.btnSec_ice_0728 .priceTxt .taxTxt {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 2.2em;
}
.btnSec_ice_0728 .priceTxt .yenTxt {
  font-size: 2rem;
  padding-left: 5px;
}

.btnSec_ice_0728 .price3Box li {
  color: #fff;
  background: linear-gradient(#9a2c21, #6e1f18);
  border-radius: 5px;
}
/* addTxt1025
================================*/
.btnSec_ice_0728 .addTxt1025 {
  letter-spacing: 0;
  font-size: 2.1rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
.btnSec_ice_0728 .addTxt1025 .line {
  position: relative;
}
.btnSec_ice_0728 .addTxt1025 .line:after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #ff0526, #711b4c);
  position: absolute;
  left: 0;
  bottom: -1px;
}
/*===============================
  splitPurchaseBlk1108
================================*/
.splitPurchaseBlk1108 {
  text-align: center;
  padding: 30px 0;
  position: relative;
  color: #fff;
}
.splitPurchaseBlk1108 .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
/*======== listBlk ========*/
.splitPurchaseBlk1108 .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/dandy_dandy/img/content0922/splitPurchaseBlk_bg.png)
    center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.splitPurchaseBlk1108 .listBlk .tit {
  background: #180e00b8;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 10px;
}
.splitPurchaseBlk1108 .listBlk .txt {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1;
}
.splitPurchaseBlk1108 .listBlk .txt .small {
  font-size: 0.5em;
}
.splitPurchaseBlk1108 .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/dandy_dandy/img/content0922/listUnderBtn_bg.png)
    center no-repeat;
  background-size: contain;
}
.splitPurchaseBlk1108 .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
/*================================
splitPurchaseBlk_ice1207_02
================================*/
.splitPurchaseBlk_ice1207_02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  padding: 30px 0;
  position: relative;
  color: #fff;
}
.splitPurchaseBlk_ice1207_02 .topTxt {
  font-size: min(4vw, 18px);
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
/*======== listBlk ========*/
.splitPurchaseBlk_ice1207_02 .listBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy_faceinvestment/img/content/splitPurchaseBlk_bgv2.png)
    center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.splitPurchaseBlk_ice1207_02 .listBlk li {
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
.splitPurchaseBlk_ice1207_02 .listBlk li::after {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
  border-radius: 5px;
}
.splitPurchaseBlk_ice1207_02 .listBlk .tit {
  width: 145px;
  margin: 0 auto;
  background: #000;
  padding: 2px 0;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-radius: 5px;
}
.splitPurchaseBlk_ice1207_02 .listBlk .txt {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.splitPurchaseBlk_ice1207_02 .listBlk .txt .small {
  font-size: 0.5em;
}
.splitPurchaseBlk_ice1207_02 .listUnderBtn {
  background: linear-gradient(#c6ffac, #4eb123, #0f3307);
  padding: 30px 0px;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: min(4.5vw, 20px);
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 1;
}
.splitPurchaseBlk_ice1207_02 .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.splitPurchaseBlk_ice1207_02::after {
  content: "";
  width: 80%;
  height: 1px;
  background: linear-gradient(to left, #ff0526, #711b4c);
  position: absolute;
  left: 0%;
  right: 0;
  margin: auto;
  bottom: -3px;
}
.arrow_section {
  position: relative;
  height: 4rem;
}
.arrow_section::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  border-top: 20px solid #ff003b;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
}
/*===============================
  secBc1031_6_v2
================================*/
.secBc1031_6_v2 {
  color: #fff;
  padding-block: 30px;
  background-color: #000;
}
.secBc1031_6_v2 .txtBlk1 {
  margin-bottom: 10px;
  text-align: center;
}
.secBc1031_6_v2 .txtBlk1 .txt1 {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  margin-bottom: 7px;
}
.secBc1031_6_v2 .txtBlk1 .txt2 {
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
}
.secBc1031_6_v2 .txtBlk2 {
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
.secBc1031_6_v2 .txtBlk2 .txt1 {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  margin-bottom: 7px;
}
.secBc1031_6_v2 .txtBlk2 .txt2 {
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
}
.secBc1031_6_v2 .txtBlk3 {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}
.secBc1031_6_v2 .txtBlk3 .bg1 {
  display: inline-block;
  background: linear-gradient(to bottom, #e10b2d, #6e1c47);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.secBc1031_6_v2 .txtBlk3 .bg2 {
  display: inline-block;
  background: linear-gradient(to bottom, #4eafe3, #bec7cb);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
/*===============================
  secBc1031_6_v3
================================*/
.secBc1031_6_v3 {
  color: #fff;
  padding-block: 30px 0;
  text-align: center;
  background-color: #000;
}
.secBc1031_6_v3 .txtBlk1 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 10px 30px;
  background: #ff003b;
  display: inline-block;
}
.secBc1031_6_v3 .txtBlk2 {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
/*===============================
  secBc1031_6
================================*/
.secBc1031_6 {
  background-color: #101010;
}
.secBc1031_6.alignC {
  text-align: center;
}
.secBc1031_6.alignC .small_02 {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.secBc1031_6 .bgBlk {
  padding: 5px 5% 0;
}
.secBc1031_6 .bgBlk .top_txt {
  color: yellow;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.secBc1031_6 .purchaseButton {
  background: linear-gradient(to right, #ff0526, #711b4c);
  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;
}
.secBc1031_6 .purchaseButton small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
}
.secBc1031_6 .v2 .purchaseButton {
  background: linear-gradient(to right, #6d0b9c, #63088c);
}
.secBc1031_6 .purchaseButtonBgWrap {
  position: relative;
  margin-bottom: 25px;
  max-width: 400px;
  margin: 0 auto 25px;
  text-align: center;
}
.secBc1031_6 .v2.purchaseButtonBgWrap::after {
  background: #36014b;
}
.purchaseButtonBgWrap_txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.purchaseButtonBgWrap .purchaseButton .small_02 {
  font-size: 2rem;
}
.secBc1031_6 .purchaseButton .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
}
.secBc1031_6 .purchaseButton .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  color: #ff591c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.secBc1031_6 .v2 .purchaseButton .arrow::after {
  color: #6d0b9c;
}
.secBc1031_6 .underBtn {
  line-height: 1;
  letter-spacing: 0;
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.secBc1031_6 .underBtn big {
  font-size: 2.5rem;
}

/* secBc1031_6_price3Box
================================*/
.secBc1031_6_price3Box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  width: 90%;
  font-weight: bold;
  margin-bottom: 20px;
}
.secBc1031_6_price3Box li {
  background: #fff;
  color: #000;
  padding: 15px 0;
  width: 30%;
  margin: 0 1%;
  letter-spacing: 0.2em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: normal;
  font-weight: bold;
}
.bg_b .secBc1031_6_price3Box li {
  border: solid 1px #fff;
}
.secBc1031_6_price3Box li .listWrap .lage {
  font-size: 1.8em;
  letter-spacing: -1px;
}
.secBc1031_6_price3Box li .listWrap .lage02 {
  font-size: 1.4em;
  letter-spacing: -1px;
}
/*===============================
  price_yellow_label
================================*/
.price_yellow_label {
  padding: 0rem 0 1rem;
  text-align: center;
}
.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(4.5vw, 20px);
  font-weight: bold;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
/*===============================
  price_red_label
================================*/
.price_red_label {
  padding: 0rem 0 1rem;
}
.price_red_label .price_red_label_txt {
  position: relative;
  display: inline-block;
  background-color: #ca1402;
  color: #fff;
  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%);
}
/*===============================
  ss_bnr_230511
================================*/
.ss_bnr_230511 {
  position: relative;
  text-align: center;
  padding: 2rem 0 2rem;
}
.ss_bnr_230511::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy_faceinvestment/img/content/secAdd0922_3_bg_spv2.jpg)
    center center no-repeat;
  background-size: cover;
  text-align: center;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  z-index: -1;
}
.ss_bnr_230511 .ss_ttl {
  width: 95%;
  margin: 0 auto 2%;
}
.ss_bnr_230511 .ss_ttl .ss_ttl_inner {
  position: relative;
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
.ss_bnr_230511 .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: -35%;
  right: 2%;
  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_bnr_230511 .ss_ttl .neon_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent 8%, #711b4c 15%, #ca1402 70%, transparent 92%);
  border-radius: 999px;
  z-index: 1;
}
.ss_bnr_230511 .cautionTxt {
  margin-bottom: 2%;
  margin-right: 10%;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  font-size: 1rem;
  letter-spacing: normal;
}
.ss_bnr_230511 .ss_ttl .txt1,
.ss_bnr_230511 .ss_ttl .txt2 {
  position: relative;
  font-size: min(9.5vw, 45px);
  font-weight: bold;
}
.ss_bnr_230511 .ss_ttl .txt1 {
  display: inline-block;
  padding: 6% 0 0 0;
  background: linear-gradient(to right, #e1c680 25%, #f2ede0 50%, #b28421 70%, #e7d58a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ss_bnr_230511 .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;
}
.ss_bnr_230511 .ss_ttl .txt1 .ruby1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 52%;
  transform: translate(-50%);
  font-size: min(3vw, 14px);
  letter-spacing: 1rem;
  color: #fff;
  font-weight: bold;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
}
.ss_bnr_230511 .ss_ttl .txt2 .ruby2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: min(3.5vw, 18px);
  letter-spacing: 1.2rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
}
.ss_bnr_230511 .ss_label {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: min(5.8vw, 27px);
  font-style: italic;
  background: linear-gradient(to right, transparent 8%, #ca1402 15%, #711b4c 70%, transparent 92%);
  line-height: 1.2;
}
.ss_bnr_230511 .ss_label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right, transparent 8%, #711b4c 15%, #ca1402 70%, transparent 92%);
}
.ss_bnr_230511 .ss_label::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right, transparent 8%, #711b4c 15%, #ca1402 70%, transparent 92%);
}
.ss_bnr_230511 .ss_label .ss_label_inner {
  position: relative;
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.ss_bnr_230511 .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: -30%;
  right: 6.5rem;
}
.ss_bnr_230511 .ss_label big {
  font-size: 1.3em;
}

.plus_txt {
  padding: 1rem 0;
  font-size: min(12vw, 60px);
  text-align: center;
}
.ss_bnr_230511 .cautionRightTxt {
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
}
/*===============================
  priceTxtBlk
================================*/
.price_icedandy .priceTxtBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.price_icedandy .priceTxtBlk .leftLogo {
  padding-right: 20px;
}
.price_icedandy .priceTxtBlk .leftLogo .logoImg {
  width: 94px;
  height: auto;
}
.price_icedandy .priceTxtBlk .leftLogo .txt {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.price_icedandy {
  text-align: center;
}
.price_icedandy .priceTxtBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.priceTxt {
  font-size: min(20vw, 75px);
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.priceTxt.small {
  font-size: 4rem;
  padding-left: 3rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
.priceTxt.del::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 33%;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.priceTxt.del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.price_icedandy .priceTxt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  position: relative;
  padding-left: 3rem;
}
.price_icedandy .priceTxt .taxTxt {
  font-size: min(4.5vw, 18px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 3.1em;
  padding: 5px 3px 0;
  letter-spacing: 0;
}
.price_icedandy .priceTxt .taxTxt.small {
  font-size: 1.5rem;
}
.price_icedandy .priceTxt .taxTxtw {
  font-size: min(4.5vw, 18px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto;
  line-height: 1.2;
  display: inline-block;
  height: 3.1em;
  color: white;
  padding: 5px 3px 0;
  letter-spacing: 0;
}
.price_icedandy .priceTxt big {
  font-size: 1.2em;
  letter-spacing: normal;
}
.price_icedandy .price_ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  display: inline-block;
  font-size: min(5vw, 20px);
  margin-bottom: 1.5rem;
  border: 1px solid #fff;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.price_icedandy .price_ttl02 {
  display: inline-block;
  font-size: min(4vw, 18px);
  margin-bottom: 1.5rem;
  background-color: red;
  color: #fff;
  padding: 0.5rem 3rem;
  line-height: 1;
}
.price_icedandy .yenTxt {
  font-size: 0.3em;
  padding-left: 1rem;
}
.animated {
  padding: 20px 0;
  animation: move-y 0.5s infinite alternate ease-in-out;
  display: inline-block;
}
.underline {
  display: inline-block;
  position: relative;
}
.underline::after {
  content: "";
  height: 10px;
  width: 100%;
  background: red;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}
/*===============================
  priceTxtCampSet230116
================================*/
.priceTxtCampSet .priceTxtCampBox1 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 35px;
  margin-bottom: 10px;
  display: inline-block;
}
.btnSec_ice_0728 .price_ttl {
  font-size: min(5vw, 20px);
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
}
.btnSec_ice_0728 .price_ttl02 {
  font-size: min(5vw, 20px);
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  background-color: red;
  color: #fff;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
}
.btnSec_ice_0728 .priceTxt {
  font-size: min(20vw, 60px);
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  margin: 15px 0;
  font-weight: bold;
}
.priceTxtCampSet .priceTxtCampBox2 {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 30px;
  background: #fff;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.btnSec_ice_0728 .priceTxt.bk_txt {
  color: #010101;
}
/*======== priceTxtOlg ========*/
.priceTxtCampSet .priceTxtOlg {
  font-size: 5.5rem;
  font-size: min(18vw, 5.5rem);
  padding-left: 0.45em;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.priceTxtCampSet .priceTxtOlg::after,
.priceTxtCampSet .priceTxtOlg::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.priceTxtCampSet .priceTxtOlg::after {
  top: 30%;
}
.priceTxtCampSet .priceTxtOlg::before {
  top: -5%;
}
.priceTxtCampSet .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;
}
.priceTxtCampSet .priceTxtOlg .yenTxt {
  font-size: 0.4em;
  padding-left: 0.2em;
}
.priceTxtCampSet .arrow_bottom {
  position: relative;
  height: 10px;
  margin: 7px auto 10px;
}
.priceTxtCampSet .arrow_bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 15px;
  height: 20px;
  border: 8px solid transparent;
  border-top: 10px solid #f00;
}
.priceTxtCampSet .priceOff {
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  background: #f00;
  font-style: italic;
  font-weight: bold;
}
/*===============================
  btnSec
================================*/
.btnSec {
  padding: 20px 0 0;
  background-color: #f4f4f4;
}
/* listBlk
================================*/
.btnSec .listBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 5px;
}
.btnSec .listBlk li {
  background: #00b0e9;
  padding: 15px 10px;
  font-size: min(4vw, 1.86rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
/* 
================================*/
.btnSec .priceBlk {
  width: 80%;
  margin: 20px auto;
}
/* 
================================*/
.btnSec .top_txt {
  color: #000;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.btnSec .btnCampTxt0324 {
  text-align: center;
}
.btnSec .btnCampTxt0324 .txt1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #ff0000;
  font-weight: bold;
}
.btnSec .btnCampTxt0324 .txt2 {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ff0000;
}
.btnSec .txt0923 {
  text-align: center;
  background: #fff;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 20px;
  padding: 20px 0;
  margin-right: -5%;
  margin-left: -5%;
}
.btnSec .amznBtn {
  width: 90%;
  max-width: 380px;
  margin: 30px auto 0;
}
.btnSec .purchaseButton {
  background: linear-gradient(to right bottom, #219ee1, #79b0cc, #c2c8cb);
  font-size: 2.7rem;
  padding: 2rem 0;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  line-height: 1.5;
}
.btnSec .purchaseButton .small {
  display: inline-block;
  font-size: 0.73em;
  line-height: 1.6;
}
.btnSec .purchaseButtonCenter {
  position: relative;
  text-align: center;
}
.btnSec .purchaseButton .txtSet .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: auto;
}
.btnSec .sentTxt {
  background: #ff003b;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 20px;
  margin: 0 auto 15px;
  text-align: center;
  font-weight: bold;
}
.btnSec .sentTxtSub {
  color: #ff0000;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
/*==============================*/
/* price3Box
================================*/
.price3Box {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
}
.price3Box li {
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 5px #0000003b;
  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;
  letter-spacing: normal;
}
.price3Box li .lage {
  font-size: 2.4em;
}
.price3Box li.first .lage {
  font-size: 1.8em;
}
/* splitPurchaseBlk
================================*/
.splitPurchaseBlk {
  text-align: center;
  padding: 30px 0;
}
.splitPurchaseBlk .topTxt {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
/*======== listBlk ========*/
html.webp .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%;
}
.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;
}
.splitPurchaseBlk {
  background-color: #f4f4f4;
  color: #000;
}
.splitPurchaseBlk .listBlk .tit {
  background: #ffffff3b;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 10px;
}
.splitPurchaseBlk .listBlk .txt {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1;
}
.splitPurchaseBlk .listBlk .txt .small {
  font-size: 0.5em;
}
.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;
}
.splitPurchaseBlk .listUnderBtnTxt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
/* } */

/*===============================
  secbc1221
================================*/
.animated {
  padding: 20px 0;
  animation: move-y 0.5s infinite alternate ease-in-out;
  display: inline-block;
}
/*===============================
  pekopeko
================================*/
.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.purchaseButton.pekopeko {
  position: relative;
  display: inline-block;
  animation: pekopeko 2s infinite;
}
.purchaseButton2.pekopeko {
  position: relative;
  display: inline-block;
  animation: pekopeko 2s infinite;
}
.secSplit .bgBlk.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.bottomImgBlk.pekopeko {
  position: relative;
  display: block;
  animation: pekopeko 2s infinite;
}
.secTabLink .bottomBlk.pekopeko {
  position: relative;
  animation: pekopeko 2s infinite;
}
.rightFix .rightFixInner.pekopeko {
  position: relative;
  animation: pekopeko 2s infinite;
}
.amznBtn.pekopeko {
  position: relative;
  animation: pekopeko 2s infinite;
}
.secTabLink .lines {
  color: #fff;
  background: #f00;
  padding: 5px 25px;
  letter-spacing: 0;
  font-size: 1.7rem;
  margin-bottom: 0px;
  margin-top: 20px;
  display: inline-block;
}
.secTabLink.first {
  padding-top: 15px;
}

/*===============================
  secCounter0614
================================*/
.secCounter0614 {
  padding: 2.5rem 0 4rem;
  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;
}
.secCounter0614 .txt0919 .line {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.secCounter0614 .txt0919 {
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.secCounter0614 .txt0919.underline::after {
  height: 0.4em;
}
.secCounter0614 .center {
  text-align: center;
}
.secCounter0614 .tit0718 {
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0em;
  padding: 8px 0px;
  color: white;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.secCounter0614 .tit0718 .line {
  position: relative;
  z-index: 1;
}
.secCounter0614 .tit0718:after {
  content: "";
  height: 0.4em;
  width: 100%;
  background: #9d1bc6;
  position: absolute;
  left: 0;
  bottom: 4px;
  opacity: 0.8;
}
.secCounter0614 .countWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.secCounter0614 .tick {
  width: 75%;
  text-align: center;
}
.secCounter0614 .leftBlk {
  color: #ffe200;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: bold;
}
.secCounter0614 .rightBlk {
  color: #ffe200;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
}
.secCounter0614 .leftBlk.zan {
  font-size: 2.8rem;
}
.secCounter0614 .rightBlk .lage {
  color: #ffe200;
  font-size: 1.9em;
  font-style: italic;
  vertical-align: middle;
}
.secCounter0614 .dayTxt {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.secCounter0614 .f-text {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 20px;
}
.secCounter0614 .txtImg0919 {
  margin: 0 auto 20px;
}
.secCounter0614 .secCounter0614_0919txt {
  font-style: italic;
  font-size: 3.4rem;
  white-space: nowrap;
  font-weight: bold;
}
.secCounter0614 .secCounter0614_0919txt .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.secCounter0614 .secCounter0614_0919txt .underline::after {
  content: "";
  height: 100%;
  width: 120%;
  background: linear-gradient(to right, transparent 0%, #ca1402 30%, #711b4c 80%, transparent 100%);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.secCounter0614 .secCounter0614_0919txt.underline::after {
  height: 10px;
  width: 103%;
  left: -3px;
  bottom: 8px;
}
.secCounter0614 .secCounter0614_0919txt.underline span {
  position: relative;
  z-index: 2;
}
.secCounter0614 .secCounter0614_0919txt .underline02 {
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
}

.secCounter0614 .secCounter0614_0919txt .underBtn {
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.secCounter0614 .secCounter0614_0919txt .underBtn big {
  font-size: 2.2em;
}

.tick:after {
  content: "";
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  height: 4px;
  width: 85%;
  background: #ff00007a;
  z-index: 100;
}

.tick.harf:after {
  content: "";
  position: absolute;
  top: 83%;
  /* left: 50%; */
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  height: 4px;
  /* width: 85%; */
  width: 45%;
  background: #ff00007a;
  z-index: 100;
}
/*===============================
  ytWrap
================================*/
.ytWrap {
  width: 100%;
  height: 0;
  padding-top: 56.4%;
  position: relative;
  margin-bottom: 7px;
}
.ytWrap .yt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ytWrap .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;
}
.ytWrap .arrow button {
  background: #0000;
  border: none;
}
.ytWrap .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;
}
.ytWrap:hover .arrow button .ytp-large-play-button-bg {
  fill: #f00;
}
.ytWrap .yt.ytThumb {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* ================================
animation-txt
================================*/
.animation-txt {
  padding: 2rem 0 3rem;
}
.animation-txt .color {
  font-weight: 500;
  color: #ffeb00;
  text-align: center;
  display: block;
  font-weight: bold;
}
.animation-txt .color.txt1 {
  /* font-size: min(6vw,35px); */
  font-size: 2.6rem;
}
.animation-txt .color.txt2 {
  font-size: 4.5rem;
}
.animation-txt .color.txt3 {
  font-size: 3rem;
}
/*===============================
arrow_bottom
================================*/
.arrow_bottom {
  position: relative;
  margin-bottom: 2rem;
  height: 4rem;
}
.arrow_bottom::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 1.5rem;
  border: 2rem solid transparent;
  border-top: 2.5rem solid #f00;
}
/*===============================
  sec32_0511
================================*/
.sec32_0511 {
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
.sec32_0511 .head {
  margin-bottom: 30px;
}
.sec32_0511 .head .en {
  font-size: 4rem;
  margin-bottom: 10px;
  line-height: 1;
}
.sec32_0511 .head .ja {
  font-size: 1.6rem;
}
.sec32_0511 .box {
  border: solid 1px #fff;
  padding: 40px 0 30px;
  margin-bottom: 20px;
}
.sec32_0511 .box .logo {
  width: 160px;
}
.sec32_0511 .box .txt {
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.sec32_0511 .box .txt .bold {
  font-weight: bold;
}
.sec32_0511 .box .companyTxt {
  font-size: 12px;
  letter-spacing: 0;
}
.sec32_0511 .underTxt {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.sec32_0511 .boxutxt {
  font-size: min(3.5vw,14px);
  letter-spacing: 0;
  line-height: 1.8;
}

/*===============================
  sec30_230404
================================*/
.sec30_230404 {
  text-align: center;
  padding: 8rem 15px 1rem;
}
.sec30_230404 .head {
  margin-bottom: 30px;
}
.sec30_230404 .head .en {
  font-size: 5rem;
  margin-bottom: 10px;
  line-height: 1;
}
.sec30_230404 .head .ja {
  font-size: 1.5rem;
}
.sec30_230404 .box {
  border: solid 1px #fff;
  padding: 40px 0;
  margin-bottom: 20px;
}
.sec30_230404 .box .logo {
  width: 160px;
}
.sec30_230404 .box .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.sec30_230404 .boxutxt {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.8;
  margin-top: 30px;
}
.sec30_230404 .imgBlk {
  position: relative;
}
.sec30_230404 .imgBlk .SearchBlk {
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 3px;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.1em;
}
.sec30_230404 .imgBlk .SearchBlk .searchTtl1 {
  color: #fff;
  margin-bottom: 4px;
}
.sec30_230404 .imgBlk .SearchBlk .searchTtl2 .txt {
  color: #fff;
  display: inline-block;
}
.sec30_230404 .imgBlk .SearchBlk .serch {
  color: #000;
  display: inline-block;
  width: auto;
  max-width: 100%;
  background-size: 356px 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/bg_search.png");
  font-size: 13px;
  text-align: left;
  padding: 10px 45px 7px 10px;
  box-sizing: content-box;
  margin-left: 6px;
  width: auto;
  font-size: 10px;
  text-align: left;
  padding: 8px 27px 8px 3px;
  margin-left: 3px;
}
/*===============================
  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 .link{
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}
/*===============================
  block_480k
================================*/
.block_480k {
  font-family: serif;
  padding: 20px 0 20px;
  text-align: center;
  color: white;
  position: relative;
}
.block_480k .tit {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.block_480k .titBc1026 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.block_480k .titBc1026 .underline::after {
  bottom: 7px;
}
.num-480k {
  margin-left: 5%;
}
.num-480k img {
  width: 100%!important;
  max-width: 400px;
  margin: -5% auto 0;
}
/*===============================
  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 {
  width: 100%!important;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}
.about-icelady .about-notime-logo img {
  width: 60px!important;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
.about-icelady .innerTxt {
  width: 90%;
  margin: 0 auto;
  font-size: min(3.5vw,18px);
}
/*===============================
  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;
  text-align: center;
}
.txt-block-ilc-4 .txtBlk {
  text-shadow: 0 5px 7px rgba(0,0,0,.7);
}
.cont-txt25 {
  font-size: min(5.5vw, 25px);
  margin: 1rem 0;
}

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

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

/*}*/
/*SP設定ここまで*/

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