@charset "UTF-8";

/*===============================
il-first-view
================================*/
.il-first-view .imgBlk {
  position: relative;
}
.il-first-view .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.il-first-view .cautionRightTxt {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
}
.il-first-view .txtBlk .bg_txt {
  font-family: AllusionDisplay, "Arial", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: absolute;
  top: 20%;
  right: 0%;
  font-size: min(16vw,75px);
  letter-spacing: 1rem;
  color: #4D90FF;
  opacity: 18%;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.il-first-view .txtBlk .txt1 {
  margin-top: 3%;
  text-align: center;
  font-size: min(5.5vw,25px);
  line-height: 1.5;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
}
.il-first-view .txtBlk .txt2 {
  position: absolute;
  width: 100%;
  top: 14%;
  left: 0;
  font-size: min(8vw,38px);
  line-height: 1.5;
  font-style: italic;
  letter-spacing: -0.1rem;
}
.il-first-view .txtBlk .txt2 .txt2-1 {
  position: relative;
  margin-bottom: 0.5rem;
}
.il-first-view .txtBlk .txt2 .txt2-1 .caution_sup {
  position: absolute;
  top: -5%;
  right: 0;
}
.il-first-view .txtBlk .txt2 .txt2-2 {
  position: absolute;
  right: 0;
  margin-bottom: 0.5rem;
}
.il-first-view .txtBlk .txt3 {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(5.7vw,25px);
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
}
.il-first-view .txtBlk .txt3 .txt_border {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
}
.il-first-view .txtBlk .txt3 .txt_border::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #A70CCA, #F866A4);
  position: absolute;
  left: 0;
  bottom: 4px;
}
/*===============================
  il-product-block
================================*/
.il-product-block .imgBlk {
  position: relative;
}
.il-product-block .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.il-product-block .txtBlk .txt1 {
  width: 45%;
  max-width: 200px;
  position: absolute;
  top: 15%;
  right: 10%;
  font-size: 1.5rem;
}
.il-product-block .txtBlk .txt1 .white_bg {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: .7rem 0;
  border-radius: .2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.il-product-block .txtBlk .txt1 .logo {
  width: 100%;
  max-width: 200px;
} 
.il-product-block .txtBlk .txt1 .logo img {
  width: 100%;
} 
.il-product-block .txtBlk .cautionRightTxt {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
/*===============================
  ambassador-comment
================================*/
.ambassador-comment{
  padding: 3rem 5%;
}
.ambassador-comment .topTxt{
  position: relative;
  font-size: min(4vw,18px);
  padding-left: 7%;
  margin-bottom: 2rem;
}
.ambassador-comment .topTxt::after{
  content: "";
  height: 1px;
  width: 50%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ambassador-comment .imgBlk{
  position: relative;
  writing-mode: vertical-rl;
  width: 100%;
  margin-bottom: 1rem;
}
.ambassador-comment .imgBlk .ja{
  position: absolute;
  font-size: min(13vw,61px);
  top: 0;
  left: 20%;
  line-height: 1;
  letter-spacing: 1rem;
}
.ambassador-comment .imgBlk .en{
  position: absolute;
  font-size: min(4.5vw,20px);
  top: 1%;
  left: 10%;
  color: #B639B4;
}
.ambassador-comment .bottomTxt{
  font-size: min(4.5vw,20px);
  letter-spacing: -0.1rem;
  line-height: 1.8;
  width: auto;
  text-align: left;
  display: inline-block;
}

/*===============================
high-power
================================*/
.high-power .imgBlk {
  position: relative;
}
.high-power .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.high-power .txtBlk .txt1 {
  position: absolute;
  width: 100%;
  bottom: 8%;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
  font-size: min(4.5vw,23px);
  letter-spacing: .6rem;
}
.high-power .txtBlk .txt1 big {
  font-size: 1.3em;
}
.high-power .txtBlk .txt1 .white_bg {
  display: inline-block;
  background-color: rgba(255,255,255,.3);
  padding: .8rem 2rem .8rem .8rem;
  margin-bottom: .3rem;
  line-height: 1;
}

/*===============================
no-reservation
================================*/
.no-reservation .imgBlk {
  position: relative;
  margin-bottom: 1rem;
}
.no-reservation .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.no-reservation .txtBlk .inner_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.no-reservation .txtBlk .txt1 {
  position: relative;
  text-align: left;
  font-size: min(8.1vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  line-height: 1;
}
.no-reservation .txtBlk .txt1::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: 33%;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.no-reservation .txtBlk .txt2 {
  position: relative;
  text-align: right;
  font-size: min(8.1vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
.no-reservation .txtBlk .txt2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 33%;
  background: linear-gradient(to right, #A70CCA, #F866A4);
}
.no-reservation .txtBlk .txt3 {
  display: inline-block;
  text-align: left;
  font-size: min(7.4vw,32px);
  font-style: italic;
  line-height: 1;
  padding: .5rem 1.5rem .8rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.no-reservation .txtBlk .txt3 big {
  font-size: 1.5em;
}

/*===============================
  use-all-body
================================*/
.use-all-body{
  font-size: 2.4rem;
  text-align: center;
  padding: 20px 0;
}
.use-all-body .txt1,
.use-all-body .txt2,
.use-all-body .txt3{
  margin-bottom: 10px;
}
.use-all-body .txt2{
  font-size: 0.8em;
}

.use-all-body .tmp{
  margin-bottom: 1rem;
}
.use-all-body .txt4{
  font-size: 2.0rem;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding: 20px 0px;
}
.use-all-body .img1,
.use-all-body .img2{
  margin-bottom: 20px;
}
.use-all-body .underline{
  position: relative;
  display: inline-block;
}
.use-all-body .underline::after{
  content: "";
  height: 17px;
  width: 100%;
  position: absolute;
  bottom: -.7rem;
  left: 0;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec12_line.png") no-repeat;
  background-size: 100% 100%;
}
.use-all-body .underline.underline2::after{
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: #c1c906;
  z-index: 0;
}
/* img1Blk
================================*/
.use-all-body .img1Blk{
  position: relative;
}
.use-all-body .img1Blk .txt{
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
/*======== 左部分 ========*/
.use-all-body .img1Blk .txt.txt1{
  top: 10%;
  left: 13%;
}
.use-all-body .img1Blk .txt.txt2{
  top: 20.4%;
  left: 9.5%;
}
.use-all-body .img1Blk .txt.txt3{
  top: 23.7%;
  left: 11%;
}
.use-all-body .img1Blk .txt.txt4{
  top: 30%;
  left: 11%;
}
.use-all-body .img1Blk .txt.txt5{
  top: 35.4%;
  left: 9.4%;
}
.use-all-body .img1Blk .txt.txt6{
  top: 57%;
  left: 9.6%;
}
.use-all-body .img1Blk .txt.txt7{
  top: 69%;
  left: 11%;
}
.use-all-body .img1Blk .txt.txt8{
  top: 80%;
  left: 10%;
}
.use-all-body .img1Blk .txt.txt9{
  top: 94.2%;
  left: 10%;
}
/*======== 真ん中部分 ========*/
.use-all-body .img1Blk .txt.txt10{
  top: 22.6%;
  left: 48.4%;
}
.use-all-body .img1Blk .txt.txt11{
  top: 26%;
  left: 45%;
}
.use-all-body .img1Blk .txt.txt12{
  top: 35.6%;
  left: 48.4%;
}
.use-all-body .img1Blk .txt.txt13{
  top: 39%;
  left: 45.9%;
}
.use-all-body .img1Blk .txt.txt14{
  top: 43%;
  left: 55%;
}
.use-all-body .img1Blk .txt.txt15{
  top: 44.3%;
  left: 51%;
}
/*======== 右部分 ========*/
.use-all-body .img1Blk .txt.txt16{
  top: 16.9%;
      left: 91.1%;
}
.use-all-body .img1Blk .txt.txt17{
  top: 22.8%;
  left: 92.5%;
}
.use-all-body .img1Blk .txt.txt18{
  top: 29.6%;
  left: 92.4%;
}
.use-all-body .img1Blk .txt.txt19{
  top: 35.5%;
  left: 89.9%;
}
.use-all-body .img1Blk .txt.txt20{
  top: 42%;
  left: 92%;
}
/* img2Blk
================================*/
.use-all-body .img2Blk{
  position: relative;
}
.use-all-body .img2Blk .txt{
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
/*======== 左部分 ========*/
.use-all-body .img2Blk .txt.txt1{
  top: 56.1%;
  left: 32.5%;
}
.use-all-body .img2Blk .txt.txt2{
  top: 73.7%;
  left: 30.5%;
  text-align: right;
}
/*======== 右部分 ========*/
.use-all-body .img2Blk .txt.txt3{
  top: 49.7%;
  left: 66%;
}
.use-all-body .img2Blk .txt.txt4{
  top: 62%;
  left: 66%;
}
.use-all-body .img2Blk .txt.txt5{
  top: 74%;
  left: 66%;
}
.use-all-body .img2Blk .txt.txt6{
  top: 86%;
  left: 67%;
}
/* img3Txt
================================*/
.use-all-body .img3Txt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.use-all-body .img3Txt div{
  width: 27%;
}
/*===============================
money-back-30days
================================*/
.money-back-30days .imgBlk {
  position: relative;
}
.money-back-30days .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.money-back-30days .txtBlk .txt1 {
  position: absolute;
  bottom: 15%;
  left: 0;
  display: inline-block;
  text-align: left;
  font-size: min(8.6vw,37px);
  letter-spacing: .2rem;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1.3rem 1.5rem 1.3rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.money-back-30days .txtBlk .txt1a {
  position: absolute;
  top: 0%;
  left: 0;
  display: inline-block;
  text-align: left;
  font-size: min(8.6vw,37px);
  letter-spacing: .2rem;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1.3rem 1.5rem 1.3rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.money-back-30days .txtBlk .txt2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: min(8.6vw,37px);
  letter-spacing: .2rem;
  font-style: italic;
  line-height: 1;
  padding: 1.3rem 1.5rem 1.3rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.money-back-30days .txtBlk .txt3 {
  display: inline-block;
  text-align: left;
  font-size: min(7.4vw,32px);
  font-style: italic;
  padding: .5rem 1.5rem .8rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);

}
.money-back-30days .txtBlk .txt3 big {
  font-size: 1.5em;
}
.money-back-30days .txtBlk .txt4 {
  position: absolute;
  bottom: 19%;
  left: 0;
  display: inline-block;
  text-align: left;
  font-size: min(6.2vw,27px);
  letter-spacing: .2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1;
  padding: 1.3rem 1.5rem 1.3rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.money-back-30days .txtBlk .txt5 {
  position: absolute;
  bottom: -4%;
  left: 0;
  display: inline-block;
  text-align: left;
  font-size: min(7.4vw,32px);
  letter-spacing: .2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1;
  padding: .5rem 1.5rem 1.3rem .8rem;
  background: linear-gradient(to right, #F866A4, #A70CCA);
}
.money-back-30days .txtBlk .txt5 big {
  font-size: 1.5em;
}
/*===============================
  il_phototoner_ttl
================================*/
.il_phototoner_ttl {
  width: 90%;
  margin: 4rem auto;
}
.il_phototoner_ttl .phototoner_ttl_inner {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady-cabriolet/img/content/sec05_230302.jpg) center center no-repeat;
  background-size: cover;
  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;
}
.il_phototoner_ttl .phototoner_ttl_inner .ja {
  font-size: min(4vw, 17px);
  letter-spacing: 0.2rem;
}
.il_phototoner_ttl .phototoner_ttl_inner .en {
  width: 70%;
  margin: 0 auto;
}
.il_phototoner_ttl .phototoner_ttl_inner .en img {
  width: 100%;
}

/* セット販売のCSS */
/*===============================
  about-phototoner-set
================================*/
.about-phototoner-set .imgBlk {
  position: relative;
}
.about-phototoner-set .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about-phototoner-set .imgBlk .txtBlk .inner_txt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  bottom: 0%;
  left: 30%;
  font-size: min(4.5vw,20px);
  line-height: 2;
  font-weight: 500;
  letter-spacing: normal;
}
/*===============================
  maximum-discount
================================*/
.maximum-discount {
  padding: 2rem 5% 2rem;
}
.maximum-discount .top_txt_box {
  position: relative;
  text-align: center;
 }
 .maximum-discount .top_txt_box .txt1 {
  position: relative;
  font-size: min(6.3vw,30px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: normal;
  font-style: italic;
  margin-bottom: 3rem;
 }
.maximum-discount .mtext{
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 500;
}
.maximum-discount .mtext .color{
  font-size: 1.8em;
  background: -webkit-linear-gradient(#F866A4, #6300C6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.5rem;
}
.maximum-discount .top_txt_bottom {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  font-size: min(7vw,30px);
  margin-bottom: 2rem;
}
.maximum-discount .top_txt_bottom .price-box {
  font-size:  min(13vw,61px);
  font-style: italic;
  line-height: 1.1;
  font-weight: 500;
}
.maximum-discount .top_txt_bottom .price-box big {
  font-size: 1.3em;
}
.maximum-discount .top_txt_bottom .price-box big.big1 {
  font-size: 1.8em;
}
.maximum-discount .top_txt_bottom .sec07_01_230202 {
  padding: 1rem 0!important;
}
.maximum-discount .cautionCenterTxt {
  padding-top: .5rem;
}
/*===============================
il-set-visual
================================*/
.il-set-visual .imgBlk {
  position: relative;
  padding-top: 3rem;
}
.il-set-visual .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.il-set-visual .txtBlk .txt1 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.7vw,25px);
  line-height: 1.1;
  font-style: italic;
  color: #000;
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}
.il-set-visual .txtBlk .txt1 .bg {
  display: inline-block;
  background-color: #fff;
  padding: .5rem 1.5rem;
  margin-bottom: 0.5rem;
}
.il-set-visual .txtBlk .txt2 {
  position: absolute;
  bottom: 5%;
  text-align: left;
  font-size: min(5.7vw,25px);
  line-height: 1.1;
  font-style: italic;
  color: #fff;
  z-index: 1;
  letter-spacing: -.1rem;
}
.il-set-visual .txtBlk .txt3 {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(5vw,23px);
  line-height: 1.3;
  text-shadow: 0 0px 8px rgba(0,0,0,.5),0 0px 8px rgba(0,0,0,.5),0 0px 8px rgba(0,0,0,.5),0 0px 8px rgba(0,0,0,.5),0 0px 8px rgba(0,0,0,.5), 0 0px 8px rgba(0,0,0,.5),0 0px 8px rgba(0,0,0,.5);
}
.il-set-visual .txtBlk .txt3 big {
  font-size: 1.5em;
}
/*===============================
  faq-box
================================*/
.faq-box{
  padding: 0 5% 2rem;
}
.faq-box.topMt{
  margin-top: 60px;
}
.icon_dia{
  width: 9px;
  height: auto;
}
.faq-box .imgBlk .icon_dia{
  padding: 40px 0 30px;
}
.faq-box .imgBlk .txt{
  font-size: 3rem;
  text-align: center;
  line-height: 1.8;
  margin: 3rem 0; 
}
.faq-box .imgBlk .txt p {
  margin-bottom: 1rem;
}
.faq-box .imgBlk .txt.txt1108{
  font-size: min(6vw,28px);
}
.faq-box .imgBlk .txt2{
  text-align: center;
  background: #fff;
  padding: 25px 0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.faq-box .imgBlk .txt2 .rightAns{
  font-size: 2.7rem;
  padding: 0px 0 0;
  line-height: 1.6;
}
.faq-box .imgBlk .txt2 .en{
  font-size: 2.7rem;
}
.faq-box .imgBlk .txt2 .border{
  display: inline-block;
  border-bottom: 2px solid #000;
  margin-bottom: .8rem;
}
.faq-box .imgBlk .img{
  margin-bottom: 20px;
}
.faq-box .underline{
  display: inline-block;
  position: relative;
}
.faq-box .underline::after{
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
  position: absolute;
  left: 0;
  bottom: 4px;
}
/*===============================
  product-comparison
================================*/
.product-comparison{
  margin: 2rem 0;
}
.product-comparison img{
  width: 100%;
}
.product-comparison .comparison-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-comparison .comparison-label p{
  width: 49%;
  margin: auto 2%;
  text-align: center;
  background: #fff;
  color: #000;
  letter-spacing: 0;
  font-size: min(3.5vw,18px);
  padding: 5px 0 4px;
}
/*===============================
  youtuber-list
================================*/
.youtuber-list {
  padding: 5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.youtuber-list li {
  text-align: center;
}
.youtuber-list li .ttl {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.youtuber-list li .img {
  margin-bottom: 10px;
}
.youtuber-list li .img img {
  width: 67px!important;
  margin: auto;
}
.youtuber-list li{
  width: 50%;
  margin-bottom: 20px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
}
/*===============================
  about-icelady-power
================================*/
.about-icelady-power .imgBlk{
  text-align: left;
  font-size: min(4vw,18px);
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}
.about-icelady-power .imgBlk .imgTxt{
  width: 90%;
  letter-spacing: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about-icelady-power .imgBlk .imgTxt .cautionTxt{
  font-size: 1rem;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 4px;
}
.about-icelady-power .bottomtxt{
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  margin: 30px 0;
}
/*===============================
  period-time
================================*/
.period-time{
  position: relative;
  text-align: center;
  padding: 3rem 0;
  margin: 2rem 0 0;
}
.period-time .img2TxtBlk .img2Txt{
  position: absolute;
  top: 0;
  left: 26%;
  color: #FFADC2;
  font-size: min(3.8vw,18px);
}
/*===============================
  about-icelady-flash
================================*/
.about-icelady-flash{
  padding: 3rem 5%;
}
.about-icelady-flash .titEn{
  position: relative;
  text-align: center;
  font-size: 4rem;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 4rem;
}
.about-icelady-flash .titEn::before{
  position: absolute;
  content: "";
  width: .6rem;
  height: .6rem;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
  left: 50%;
}
.about-icelady-flash .txt1,
.about-icelady-flash .txt2{
  letter-spacing: 0;
  text-align: right;
  position: relative;
  width: 95%;
  margin: 0 auto 3rem;
}
.about-icelady-flash .txt1 .line,
.about-icelady-flash .txt2 .line{
  position: absolute;
  height: 1px;
  width: 55%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
}
.about-icelady-flash .txt1 .line02{
  position: absolute;
  left: 0;
  top: 22%;
  height: 1px;
  width: 20%;
  background: linear-gradient(to right, #A70CCA, #E86A73);
}
.about-icelady-flash .txt1{
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: min(4.8vw,20px);  
  letter-spacing: -1px;
  line-height: 1.7;
  width: 100%;
}
.about-icelady-flash .txt2{
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: min(4.8vw,20px);  
  letter-spacing: -1px;
  line-height: 1.7;
  width: 100%;
}
.about-icelady-flash .txt1 .line{
  left: 0;
  top: .8em;
  left: 0.5em;
}
.about-icelady-flash .txt2 .line{
  top: .8em;
  right: 0.5em;
}
.about-icelady-flash .txt3,
.about-icelady-flash .txt4{
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: center;
}
.about-icelady-flash .txt3{
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}
.about-icelady-flash .txt4{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 2rem;
}
/*===============================
  il-14k-over_ttl
================================*/
.il-14k-over_ttl {
  padding: 4rem 0 1rem;
  background-color: #000;
  color: #fff;
}
.il-14k-over_ttl .name_logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.il-14k-over_ttl .name_logo_box .logo {
  width: 15.5rem;
  text-align: center;
  font-size: 1rem;
}
.il-14k-over_ttl .name_logo_box .logo img {
  width: 100%;
}
.il-14k-over_ttl .cross {
  display: block;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
}
.il-14k-over_ttl .cross::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  left: 18%;
}
.il-14k-over_ttl .cross::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 50%;
  left: 18%;
}
.il-14k-over_ttl p {
  text-align: center;
  font-size: 2.3rem;
}
/*===============================
  il-14k-over
================================*/
.il-14k-over {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
.il-14k-over .imgBlk {
  position: relative;
  text-align: center;
}
.il-14k-over .imgBlk .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 30%);
  -ms-transform: translate(0%, 50%);
  white-space: nowrap;
}
.il-14k-over .mainTxtBlk {
  position: relative;
  padding: 1rem 0 2rem;
  display: inline-block;
}
.il-14k-over .mainTxtBlk .txt1 {
  line-height: 1;
  text-align: center;
  font-style: italic;
}
.il-14k-over .mainTxtBlk .txt1 .num {
  font-size: 12rem;
}
.il-14k-over .mainTxtBlk .txt1 .num small {
  font-size: 11rem;
}
.il-14k-over .mainTxtBlk .txt1 .small {
  font-size: 2.8rem;
}
.il-14k-over .mainTxtBlk .txt1 .middle {
  font-size: 4.8rem;
}
.il-14k-over .mainTxtBlk .txt4 {
  font-size: 3.1rem;
  letter-spacing: 0;
  color: #ffe200;
  font-style: italic;
  text-align: left;
}
.il-14k-over .mainTxtBlk .txt2 {
  position: absolute;
  right: 0%;
  top: 15%;
}
.il-14k-over .mainTxtBlk .txt1_top {
  background: #fff;
  color: #000;
  line-height: 1;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  padding: 1px 10px;
  margin-bottom: 3rem;
}
.il-14k-over .mainTxtBlk .txt1_top .lage {
  font-size: 1.3em;
}
.il-14k-over .mainTxtBlk .txt1_top2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
.il-14k-over .mainTxtBlk .txt2 > .top {
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 1px 10px;
}
.il-14k-over .mainTxtBlk .txt2 > .bottom {
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: right;
}
.il-14k-over .mainTxtBlk .txt3 {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}
.il-14k-over .enTxt {
  position: absolute;
  font-size: 1rem;
  writing-mode: vertical-rl;
  position: absolute;
  left: 5%;
  top: 8%;
}
.il-14k-over .padding-box {
  padding: 0px 30px;
}
/*===============================
  il-over480k
================================*/
.il-over480k{
  padding: 2rem 0 0;
  text-align: center;
  color:white;
  position: relative;
}
.il-over480k .tit{
  font-size: 2rem;
  line-height: 1.0;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.il-over480k .titBc1026{
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.il-over480k .titBc1026 .underline::after {
    bottom: 7px;
}
.il-over480k .txt{
  font-size: 1.2rem;
  letter-spacing: 0;
  padding-bottom: 20px;
  margin-top: 5px;
}
.il-over480k .txt2{
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec06_bg.jpg") no-repeat;
  background-size: 100% 100%;
  font-size: 2.1rem;
  letter-spacing: 0;
  padding: 20px 0;
  color:white;
}
.il-over480k .num-img {
  display: inline-block;
  width: 80%!important;
  max-width: 380px;
  margin: 0 auto;
}

/*===============================
  txt-block-il-1
================================*/
.txt-block-il-1{
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec06_bg.jpg") center center / cover no-repeat;
  padding: 3rem 0.5rem;
  line-height: 1.7;
  text-align: center;
}
.txt-block-il-1 .title{
  margin-bottom: 2rem;
}
.txt-block-il-1.comment{
  line-height: 1.2;
}
/*===============================
  txt-block-il-2
================================*/
.txt-block-il-2 {
  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-il-2 .txtBlk {
  text-shadow: 0 5px 7px rgba(0,0,0,.7);
}
/*===============================
  txt-block-il-3
================================*/
.txt-block-il-3 {
  position: relative;
  color: #fff;
}
.txt-block-il-3 .bgBlk {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/sec19_bg.jpg) center center no-repeat;  
  background-size: cover;
  padding: 3rem 0;
  text-align: center;
}
.txt-block-il-3 .bgBlk.dotto_pt {
  padding: 5rem 0 3rem; 
}
.txt-block-il-3 .bgBlk .txtBlk{
  font-size: min(7vw,30px);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.txt-block-il-3 .bgBlk .txtBlk big {
  font-size: min(10vw,45px);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.txt-block-il-3 .bgBlk .txtBlk .dotto {
  position: relative;
}
.txt-block-il-3 .bgBlk .txtBlk .dotto:after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
}
.txt-block-il-3 .bgBlk.arrow::before {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/arrow_u_blue.svg) 0 0 no-repeat;
  width: 4rem;
  height: 4rem;
  background-size: contain;
}

/*===============================
  txt-block-il-4
================================*/
.txt-block-il-4 .bgBlk{
  padding: 4rem 0;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content1026/txt-block-il-4_bg.jpg") center center no-repeat;
  background-size: cover;
}
/*===============================
  txt-block-il-5
================================*/
.txt-block-il-5 .bgBlk{
  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;
}

/*===============================
  txt-block-il-6
================================*/
.txt-block-il-6 {
  padding: 2rem 0;
}
.txt-block-il-6 .txtBlk {
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.txt-block-il-6 .txtBlk.italic {
  font-style: italic;
}
.txt-block-il-6 .txtBlk.rote-txt {
  transform: rotate(-3deg);
}
.txt-block-il-6 .txtBlk .border {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  display: inline;
}
.txt-block-il-6 .txtBlk .dotto {
  background-image: radial-gradient(circle at center, #cd50a3 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}

.txt-block-il-6 .txtBlk .txt1 {
  font-size: min(7.5vw, 35px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.txt-block-il-6 .txtBlk .txt1 big {
  font-size: 1.4em;
}
.txt-block-il-6 .txtBlk .txt2 {
  font-size: min(9vw, 42px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.txt-block-il-6 .txtBlk .txt2 big {
  font-size: 1.4em;
}
.txt-block-il-6 .txtBlk .txt3 {
  font-size: min(6.5vw, 29px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.txt-block-il-6 .txtBlk .txt3 big {
  font-size: 1.4em;
}
.txt-block-il-6 .txtBlk .txt4 {
  font-size: min(5vw, 23px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.txt-block-il-6 .txtBlk .txt4 big {
  font-size: 1.3em;
}

/*===============================
  txt-block-il-7
================================*/
.txt-block-il-7 {
  padding: 3rem 0;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/sec04_230317_bg.jpg) center
    top / cover no-repeat;
  text-align: center;
}

/*===============================
  influencer
================================*/
.influencer-comment .bgBlk{
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/sec06_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 5.5rem 0 4rem;
}
.influencer-comment .bgBlk .txtBlk{
    transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  line-height: 1.5;
}
.influencer-comment .bgBlk .txtBlk .txt1{
  font-size: 3.6rem;
  font-size: min(9.7vw, 4.4rem);
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  border-bottom: solid 3px #cd50a3;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.influencer-comment .bgBlk .txtBlk .txt1 small{
  font-size: 0.7em;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
}
.influencer-comment .bgBlk .txtBlk .txt2{
  font-size: 2.5rem;
  font-size: min(6.5vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  display: inline-block;
  width: 95%;
}
.influencer-comment .bgBlk .txtBlk .txt2 .left{
  text-align: left;
  margin-bottom: 20px;
}
.influencer-comment .bgBlk .txtBlk .txt2 .right{
  text-align: right;
}
.influencer-comment .bgBlk .txtBlk .txt3 {
  font-size: 2.5rem;
  font-size: min(6.5vw, 3rem);
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  display: inline-block;
  width: 95%;
}
.influencer-comment .bgBlk .txtBlk .txt3 .left{
  text-align: left;
  margin-bottom: 20px;
}
.influencer-comment .bgBlk .txtBlk .txt3 .right{
  text-align: right;
  font-size: 1.5em;
}
/*===============================
  about-factorybrand
================================*/
.about-factorybrand .imgBlk {
  position: relative;
}
.about-factorybrand .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-factorybrand .imgBlk .txtBlk .txt1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(5.6vw, 24px);
  line-height: 3.5;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: 500;
}
.about-factorybrand .imgBlk .txtBlk .txt2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(8.1vw, 35px);
  line-height: 2.4;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 5px 7px rgba(0,0,0,.7);
}
/*===============================
adult-use-5
================================*/
.adult-use-5 {
  line-height: 1.2;
}
.adult-use-5 .imgBlk {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.adult-use-5 .imgBlk img {
  height: 100%;
  margin: -2rem 0 -5rem;
}
.adult-use-5 .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12%;
}
.adult-use-5 .txtBlk .inner_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.adult-use-5 .txtBlk .txt1 {
  font-size: min(8vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  padding-left: 1rem;
  text-align: center;
}
.adult-use-5 .txtBlk .txt1 big {
  font-size: 1.4em;
  margin: 0 .3rem;
}
.adult-use-5 .txtBlk .txt1 small {
  font-size: .7em;
}
.adult-use-5 .txtBlk .txt1 .txt1_inner {
  position: relative;
  display: inline-block;
  padding-bottom: .7rem;
}
.adult-use-5 .txtBlk .txt1 .txt1_inner .border1 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.adult-use-5 .txtBlk .txt1 .txt1_inner .border2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 38%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.adult-use-5 .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-5 .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-5 .txtBlk .circle_txt .txt2 {
  font-size: min(10vw,43px);
  margin-bottom: 3%;
}
.adult-use-5 .txtBlk .circle_txt .txt2 big {
  font-size: 1.7em;
}
.adult-use-5 .txtBlk .circle_txt .txt3 {
  font-size: min(9.3vw,40px);
  margin-bottom: 4%;
}
.adult-use-5 .txtBlk .circle_txt .txt3 big {
  font-size: 1.4em;
}
.adult-use-5 .txtBlk .circle_txt .txt4 {
  font-size: min(9.3vw,40px);
}
/*===============================
light-300k
================================*/
.light-300k {
  position: relative;
  line-height: 1.2;
  padding-bottom: 2rem;
}
.light-300k .txtBlk .txt1 {
  font-size: min(8vw,35px);
  letter-spacing: .2rem;
  font-style: italic;
  padding-left: 1rem;
  text-align: center;
}
.light-300k .txtBlk .txt1 big {
  font-size: 1.4em;
  margin: 0 .3rem;
}
.light-300k .txtBlk .txt1 small {
  font-size: .7em;
}
.light-300k .txtBlk .txt1 .txt1_inner {
  position: relative;
  display: inline-block;
  padding-bottom: .7rem;
}
.light-300k .txtBlk .txt1 .txt1_inner .border1 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55%;
  background: linear-gradient( #F866A4, #A70CCA);

}
.light-300k .txtBlk .txt1 .txt1_inner .border2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 2px;
  width: 38%;
  background: linear-gradient( #F866A4, #A70CCA);
}
.light-300k .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);
}
/*===============================
no-unwanted-hair
================================*/
.no-unwanted-hair{
  position: relative;
}
.no-unwanted-hair .txtBlk .txt1{
  display: inline-block;
  text-align: left;
  background: linear-gradient(to right, #F866A4, #A70CCA);
  font-size: 2.3rem;
  font-style: italic;
  line-height: 1;
  padding: 0.5rem 1.5rem 0.8rem 0.8rem;
}
.no-unwanted-hair .txtBlk .txt2{
  text-align: right;
  background: linear-gradient(to right, #F866A4, #A70CCA);
  font-size: 2.3rem;
  font-style: italic;
  line-height: 1;
  padding: 0.5rem 1.5rem 0.8rem 0.8rem;
  margin: 0 0 0 auto;
  width: 54%;
}
.no-unwanted-hair .txtBlk .txt0{
  padding: 20px 0;
  text-align: center;
  font-size: 2rem;
}
/*===============================
  about-no1-il
================================*/
.about-no1-il .imgBlk {
  position: relative;
}
.about-no1-il .imgBlk img {
  object-fit: cover;
}
.about-no1-il .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  top: 10%;
  left: 0%;
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 5;
}
.about-no1-il .txtBlk .txt1 {
  position: relative;
  font-size: 2.8rem;
  font-size: min(6.2vw, 2.8rem);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.about-no1-il .txtBlk .txt1::after {
  position: absolute;
  content: "";
  width: 17%;
  border-bottom: 1px solid #fff;
  top: 13%;
  left: 0;
}
.about-no1-il .txtBlk .txt1 big {
  font-size: 1.3em;
}
.about-no1-il .txtBlk .product_text {
  margin-top: 5px;
  font-size: 5rem;
  font-size: min(9vw, 5rem);
  font-style: italic;
  line-height: 1.7;
}
.about-no1-il .txtBlk .product_text .icelady_text {
  background: linear-gradient(#f866a4, #6300c6);
  background: -webkit-linear-gradient(#f866a4, #6300c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-no1-il .txtBlk .product_text .bathtime_text {
  background: linear-gradient(#207bb3, #b4dff8);
  background: -webkit-linear-gradient(#207bb3, #b4dff8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-no1-il .txtBlk .txt2 {
  position: relative;
  font-size: 2.8rem;
  font-size: min(6.2vw, 2.8rem);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.about-no1-il .txtBlk .txt2 big {
  font-size: 1.3em;
}
.about-no1-il .txtBlk .txt2::after {
  position: absolute;
  content: "";
  width: 25%;
  border-bottom: 1px solid #fff;
  top: 82%;
  right: 0;
}
/*===============================
no-add-buy
================================*/
.no-add-buy .imgBlk {
  position: relative;
}
.no-add-buy .imgBlk.imgSmall {
  overflow: hidden;
}
.no-add-buy .imgBlk.imgSmall img {
  margin-bottom: -30%;
}
.no-add-buy .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.no-add-buy .txtBlk .bg_txt {
  font-family: AllusionDisplay, "Arial", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  position: absolute;
  top: -2%;
  left: -1%;
  font-size: 8rem;
  letter-spacing: 1rem;
  color: #4D90FF;
  opacity: 35%;
  z-index: -1;
}
.no-add-buy .txtBlk .txt1 {
  margin-top: 5%;
  text-align: center;
  font-size: min(5.7vw,25px);
  line-height: 1.5;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
}
.no-add-buy .txtBlk .txt2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  width: 100%;
  position: absolute;
  top: 44%;
  left: 10%;
  font-size: 1.2rem;
  line-height: 1.5;
}
.no-add-buy .txtBlk .price2 {
  position: absolute;
  top: 51%;
  left: 10%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-style: italic;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
}
.no-add-buy .txtBlk .price2 .tax_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-style: normal;
}
.no-add-buy .txtBlk .price2 .num {
  font-size: min(6.9vw,30px);
  margin: 0 .5rem;
}
.no-add-buy .txtBlk .txt3 {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  font-size: min(4.8vw,22px);
  letter-spacing: .3rem;
  line-height: 1.7;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
}
.no-add-buy .txtBlk .txt3 .big_txt {
  display: inline-block;
  position: relative;
  position: relative;
  font-size: 1.8em;
  line-height: 1.5;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
  font-style: italic;
  margin-bottom: 1.8rem;
}
.no-add-buy .txtBlk .txt3 .big_txt::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff700;
  width: 100%;
  bottom: 0;
}
/*===============================
no-reservation-photo
================================*/
.no-reservation-photo .imgBlk {
  position: relative;
}
.no-reservation-photo .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.no-reservation-photo .txtBlk .txt1 {
  position: absolute;
  width: 100%;
  bottom: 16%;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0,0,0,.7),0 0px 5px rgba(0,0,0,.7),0 0px 5px rgba(0,0,0,.7);
  font-size: min(4.5vw,23px);
  letter-spacing: .6rem;
  line-height: 2;
}
.no-reservation-photo .txtBlk .txt2 {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 3px 5px rgba(0,0,0,.7),0 0px 5px rgba(0,0,0,.7),0 0px 5px rgba(0,0,0,.7);
  font-size: min(7.4vw,32px);
  font-style: italic;
}
.no-reservation-photo .txtBlk .txt2 .txt_border {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 1rem;
}
.no-reservation-photo .txtBlk .txt3 {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: min(5.7vw,25px);
  line-height: 1.2;
  text-align: right;
  background-color: rgba(0,0,0,.5);
  padding: .5rem 1.5rem;
}
.no-reservation-photo .txtBlk .txt3 big {
  font-size: 1.2em;
}
/*===============================
il-point-block
================================*/
.il-point-block {
  padding-bottom: 3rem;
}
.il-point-block .txtBlk {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  text-align: center;
    margin-bottom: 1rem;
}
.il-point-block .txtBlk .bg_txt {
  position: absolute;
  z-index: -1;
  color: rgba(126,57,184,.25);
  top: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 1.5rem;
}
.il-point-block .txtBlk .txt1 {
  font-family: serif;
  font-size: 2.5rem;
  line-height: 1.7;
}
.il-point-block .txtBlk .txt_border {
  padding-bottom: .7rem;
  border-bottom: 1px solid #6300C6;
  border-image: linear-gradient(to right, #6300C6 0% 3%, #B236B4 40% 50%, #F866A4 80% 100%);
  border-image-slice: 1;
}
/*===============================
about-phototoner-txt
================================*/
.about-phototoner-txt .imgBlk {
  position: relative;
  margin-bottom: 1rem;
}
.about-phototoner-txt .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 1.8;
  letter-spacing: .1rem;
  padding-top: 7%;
}
.about-phototoner-txt .txtBlk .txt1 {
  font-size: min(6.2vw,27px);
  margin-top: 6%;
}
.about-phototoner-txt .txtBlk .txt1 small {
  font-size: .7em;
}
.about-phototoner-txt .txtBlk .txt2 {
  font-size: min(6.5vw,28px);
  font-style: italic;
  line-height: 2;
}
.about-phototoner-txt .txtBlk .txt2 small {
  font-size: .8em;
}
.about-phototoner-txt .txtBlk .txt_border,
.about-phototoner-txt .txtBlk .txt_border2 {
  position: relative;
  z-index: 1;
  padding-bottom: .7rem;
}
.about-phototoner-txt .txtBlk .txt_border::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #6300C6;
  border-image: linear-gradient(to right, #6300C6 0% 3%, #B236B4 40% 50%, #F866A4 80% 100%);
  border-image-slice: 1;
}
.about-phototoner-txt .txtBlk .txt_border2::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #66BAF8;
  border-image: linear-gradient(to right, #66BAF8 0% 20%, #367AB4 30% 40%, #0062FF 50% 100%);
  border-image-slice: 1;
}
.about-phototoner-txt .txtBlk .txt3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: min(4.8vw,22px);
  line-height: 1.8;
  margin: 3.5rem 0 2.5rem;
}
/*===============================
about-phototoner-txt2
================================*/
.about-phototoner-txt2 .imgBlk {
  position: relative;
  margin-bottom: 1rem;
}
.about-phototoner-txt2 .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.about-phototoner-txt2 .txtBlk .txt1 {
  font-size: min(6.2vw,27px);
  font-style: italic;
  line-height: 2;
  transform: rotate(-4deg);
  margin-top: 1rem;
}
.about-phototoner-txt2 .txtBlk .txt1 small {
  font-size: .8em;
}
.about-phototoner-txt2 .txtBlk .txt1 big {
  font-size: 1.2em;
}
.about-phototoner-txt2 .txtBlk .txt_border,
.about-phototoner-txt2 .txtBlk .txt_border2 {
  position: relative;
  z-index: 1;
  padding-bottom: .7rem;
}
.about-phototoner-txt2 .txtBlk .txt_border::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #6300C6;
  border-image: linear-gradient(to right, #6300C6 0% 3%, #B236B4 40% 50%, #F866A4 80% 100%);
  border-image-slice: 1;
}
.about-phototoner-txt2 .txtBlk .txt_border2::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #66BAF8;
  border-image: linear-gradient(to right, #66BAF8 0% 20%, #367AB4 30% 40%, #0062FF 50% 100%);
  border-image-slice: 1;
}
/*===============================
about-special-light
================================*/
.about-special-light .imgBlk {
  position: relative;
  margin-bottom: 1rem;
}
.about-special-light .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-special-light .txtBlk .txt1 {
  position: absolute;
  top: 32%;
  right: 10%;
  text-align: center;
  font-size: 1.3rem;
  text-align: right;
  margin-top: 2rem;
}
.about-special-light .txtBlk .txt1 big {
  font-size: 1.7em;
}
.about-special-light .txtBlk .txt1 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: inline-block;
  background-color: #FFCBFB;
  color: #000;
  padding: .7rem .7rem;
  border-radius: .2rem;
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: bold;
}
/*===============================
  il-adjust-lighting
================================*/
.il-adjust-lighting .imgBlk{
  position: relative;
  padding: 12% 0 14%;
  margin-top: 10px;
}
.il-adjust-lighting .imgBlk .txtBlk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 5;
}
.il-adjust-lighting .imgBlk .txtBlk .txt1 {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  top: 0%;
  text-align: center;
  font-size: min(4.5vw,20px);
  line-height: 1.8;
  letter-spacing: -.05rem;
}
.il-adjust-lighting .imgBlk .txtBlk .txt2 {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  bottom: 0%;
  text-align: center;
  font-size: min(5vw,22px);
  line-height: 1.4;
  letter-spacing: -.05rem;
  font-weight: bold;
}
.il-adjust-lighting .imgBlk .txtBlk .txt2 big {
  font-size: 1.2em;
}
/*===============================
  il-benefits-box
================================*/
.il-benefits-box {
  position: relative;
  padding: 40px 2.5rem 20px;
  background-color: rgba(255,255,255,.04);
  margin-top: 50px;
 }
 .il-benefits-box .top_border {
   width: 0px;
   height: 5rem;
   background: transparent;
   border-left: 1px solid #F866A4;
   position: absolute;
   top: -7%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 5;
 }
 .il-benefits-box .top_ttl {
   font-weight: 500;
   font-size: 14px;
   color: #F866A4;
   letter-spacing: 2px;
   text-align: center;
   margin-bottom: 20px;
 }
 .il-benefits-box .bottom_border {
   width: 0px;
   height: 3rem;
   background: transparent;
   border-left: 1px solid #F866A4;
   position: absolute;
   bottom: -5%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 5;
 }
 .il-benefits-box .h_01 {
   font-weight: 500;
   font-size: 16px;
   letter-spacing: -0.02em;
   text-align: left;
   color: #F866A4;
 }
 .il-benefits-box .txt_01 {
   background: linear-gradient(to right, #F866A4, #A70CCA);   
   text-align: center;
   align-items: center;
   display: grid;
   font-size: min(6vw,28px);
   padding: .3rem 0;
   letter-spacing: 0.05em;
   color: #fff;
   font-weight: bold;
 }
 .il-benefits-box .txt_01_bottom{
 margin-bottom: 1rem;
 }
 .il-benefits-box .txt_batu {
   font-size: 4rem;
   text-align: center;
   color: #F866A4;
   height: 40px;
 }
 .il-benefits-box .txt_02{
   text-align: center;
   margin-top: 10px;
   font-size: min(6vw,30px);
 }
/*===============================
  attention-txt-box
================================*/
.attention-txt-box{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  padding: 30px 23px 25px;
  background: #FFE200;
  color: #000;
  margin: 0 5%;
  font-weight: bold;
}
.attention-txt-box .tit{
  display: flex;
  flex-direction: column;
  font-size: 3.5rem;
  padding-bottom: 5px;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.attention-txt-box .tit span {
  font-size: 1.8rem;
}
.attention-txt-box .txt1{
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
/*===============================
  il-series-over-480k
================================*/
.il-series-over-480k .imgBlk {
  position: relative;
  text-align: center;
}
.il-series-over-480k .imgBlk .arrow {
  position: absolute;
  bottom: -.7rem;
  left: 50%;
  transform: translate(-50%);
  border-top: 1.4rem solid #fff;
  border-right: .9rem solid transparent;
  border-left: .9rem solid transparent;
  z-index: 1;
}
.il-series-over-480k .imgBlk .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.il-series-over-480k .imgBlk .txtBlk .txt1 {
  font-size: min(8.8vw, 38px);
  letter-spacing: .3rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 13%;
}
.il-series-over-480k .imgBlk .txtBlk .txt1 small {
  font-size: min(2.3vw, 10px);
  letter-spacing: normal;
}
.il-series-over-480k .imgBlk .txtBlk .txt2 {
  width: 85%;
  margin: 0 auto;
}
.il-series-over-480k .imgBlk .txtBlk .txt2 .num {
  position: relative;
  z-index: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(18vw, 80px);
  font-weight: 500;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.il-series-over-480k .imgBlk .txtBlk .txt2 .num small {
  font-size: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 .0 .5rem .7rem;
  letter-spacing: 0.2rem;
  font-style: normal;
}
.il-series-over-480k .imgBlk .txtBlk .txt2 .num::before {
  position: absolute;
  content: "";
  bottom: .3rem;
  width: 100%;
  border-bottom: 1px solid #66BAF8;
  border-image: linear-gradient(to right, #0062FF 0% 20%, #367AB4 30% 40%, #66BAF8 50% 100%);
  border-image-slice: 1;
  z-index: -1;
}
/*===============================
  counter-title-il
================================*/
.counter-title-il{
  position: relative;
  padding: 2rem 0;
  background: url("https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/secTopBanner0614_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.counter-title-il .tit0718{
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0;
  color: #FFE200;
  display: inline-block;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  white-space: nowrap;
  font-style: italic;
  margin-bottom: 5px;
  position: relative;
}
.counter-title-il .tit0718{
  font-size: 4.4rem;
}
.counter-title-il .txt1{
  font-size: min(7.6vw,38px);
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.counter-title-il .txt1 .small1{
  font-size: 0.6em;
  line-height: 1.1;
}
.counter-title-il .txt1 .lage1{
  font-size: 1.3em;
  line-height: 0.9;
}
.counter-title-il .txt1 .small2{
  font-size: 0.6em;
}
.counter-title-il .txt2{
display: inline-block;
width: 90%;
}
.counter-title-il .txt2 .txt2_1{
  font-size: 2rem;
  vertical-align: baseline;
  display: inline-block;
  margin-right: .5rem;
}
.counter-title-il .txt2 .txt2_1 .dot{
  position: relative;
}
.counter-title-il .txt2 .txt2_1 .dot::before{
  content: "";
  position: absolute;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: -0.4em;
  margin: auto;
}
.counter-title-il .txt2 .txt2_priceSet{
letter-spacing: 0;
  display: inline-block;
  line-height: 1;
}
.counter-title-il .txt2 .txt2_priceSet .tax{
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.2;
}
.counter-title-il .txt2 .txt2_priceSet .price{
  font-size: min(7.6vw,38px);
  display: inline-block;
}
.counter-title-il .txt2 .txt2_priceSet .price .small{
  font-size: 0.7em;
}
.counter-title-il .txt3 {
  position: relative;
  font-size: 2rem;
  margin-top: 10px;
}
.counter-title-il .txt3 .line::before{
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 8rem;
  height: 1px;
  position: absolute;
  background-color: white;
}
.counter-title-il .txt3 .line::after{
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 8rem;
  height: 1px;
  position: absolute;
  background-color: white;
}
.counter-title-il .txt4{
  font-size: 3.5rem;
  font-style: italic;
  font-weight: bold;
}
/*===============================
  phototoner-set-block
================================*/
.phototoner-set-block .imgBlk {
  position: relative;
}
.phototoner-set-block .imgBlk .txtBlk {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-top: 8%;
}
.phototoner-set-block .imgBlk .txtBlk .logoName_top {
  width: 65%;
  text-align: center;
  margin-bottom: 10%;
  padding: 0 50px 0 0px;
  margin-left: 5%;
}
.phototoner-set-block .imgBlk .txtBlk .logoName_top .logo_img img {
  width: 100%;
  margin-bottom: 3px;
}
.logoName_top .logo_txt {
  font-size: 2rem;
}
.phototoner-set-block .rightImg{
  position: absolute;
  width: 20rem!important;
  right: -5%;
  top: -5%;
}
.phototoner-set-block .imgBlk .txtBlk .txt1 {
  font-size: min(7vw,32px);
  font-style: italic;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 8%;
  font-weight: bold;
  white-space: nowrap;
}
.phototoner-set-block .imgBlk .txtBlk .txt1 .border {
  border-bottom: 1px solid #fff;
  padding-bottom: .5rem;
}
.phototoner-set-block .imgBlk .txtBlk .txt1 big {
  font-size: 1.2em;
}
.phototoner-set-block .imgBlk .txtBlk .txt1 .dotto{
  position: relative;
}
.phototoner-set-block .imgBlk .txtBlk .txt1 .dotto:after{
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
}
.phototoner-set-block .imgBlk .txtBlk .txt2 {
  text-align: center;
  font-size: min(4vw,22px);
  margin-bottom: 10%;
}
.phototoner-set-block .imgBlk .txtBlk .txt2 .txt2_inner {
  position: relative;
  display: inline-block;
  padding: .2rem 4rem;
  font-weight: bold;
}
.phototoner-set-block .imgBlk .txtBlk .txt2 .txt2_inner::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content_230202/sec01_230318_txt_deco.png) 0 0 no-repeat;
  width: 9%;
  height: 100%;
  background-size: contain;
  top: 0;
  left: 0;
}
.phototoner-set-block .imgBlk .txtBlk .txt2 .txt2_inner::after {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content_230202/sec01_230318_txt_deco.png) 0 0 no-repeat;
  width: 9%;
  height: 100%;
  background-size: contain;
  top: 0;
  transform: rotate(180deg);
  right: 0;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 {
  background-color: #101010;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1rem;
  font-weight: bold;
  margin-bottom: .8rem;
  font-style: italic;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_01  {
  font-size: min(6.5vw,30px);
  margin-bottom: .7rem;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_01 .c_red {
  color: #CC1300;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_01 .c_pink {
  color: #eb50ed;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_02  {
  font-size: min(5.2vw,25px);
  line-height: 1;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_02 .price  {
  font-size: 2.3em;
}
.phototoner-set-block .imgBlk .txtBlk .txt3 .txt3_02 big  {
  font-size: 1.8em;
}
/*===============================
  ss-block-il
================================*/
.ss-block-il {
  background-color: #000;
  text-align: center;
}
.ss-block-il .ss_ttl {
  position: relative;
  width: 80%;
  margin: 2% auto 7%;
}
.ss-block-il .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: -10%;
  font-style: italic;
  transform: rotate(10deg);
  line-height: 1.3;
  width: 10rem;
  height: 10rem;
  background-color: #1c1c1c;
  z-index: 2;
  border-radius: 999px;
  border: 4px double #fff131;
  color: #ffe81a;
  box-shadow: 0 0 8px rgba(255,255,255,.7), inset 0 0 5px rgba(255,255,255,.5);
}
.ss-block-il .ss_ttl .ss_ttl_inner {
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
.ss-block-il .ss_ttl .neon_line {
  position: relative;
  width: 87%;
  height: 3px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 999px;
  z-index: 1;
}
.ss-block-il .ss_ttl .neon_line::before {
  position: absolute;
  content: "";
  width: 108%;
  height: 1.8rem;
  background-image: linear-gradient(90deg, #3278f8 0%, #f162f7 50%);
  filter: blur(10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.ss-block-il .ss_ttl .neon_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f2efff;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.ss-block-il .ss_ttl .txt1,
.ss-block-il .ss_ttl .txt2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  font-size: min(16vw,78px);
  font-weight: bold;
}
.ss-block-il .ss_ttl .txt1 {
  display: inline-block;
  padding: 7% 7% 0 7%;
  background: linear-gradient(to right, #e1c680 25%, #e7d58a 50%, #f2ede0 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ss-block-il .ss_ttl .txt2 {
  display: inline-block;
  padding: 8% 0 0 0;
  background: linear-gradient(to right, #f2ede0 1%, #b28421 20%, #dfc381 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.ss-block-il .ss_ttl .txt1 .ruby1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  font-size: min(3vw,14px);
  letter-spacing: .5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
}
.ss-block-il .ss_ttl .txt2 .ruby2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: absolute;
  width: 100%;
  top: 1%;
  left: 48%;
  transform: translate(-50%);
  font-size: min(3.5vw,16px);
  letter-spacing: 0.5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.ss-block-il .ss_label {
  position: relative;
  display: inline-block;
  font-size: min(6vw,27px);
  font-style: italic;
  background: linear-gradient(to right,transparent 8%,#a36a72 15%,#8f1496 70%, transparent 92%);
  line-height: 1.2;
}
.ss-block-il .ss_label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right,transparent 8%,#a36a72 15%,#8f1496 70%, transparent 92%);
}
.ss-block-il .ss_label::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background: linear-gradient(to right,transparent 8%,#8f1496 15%,#a36a72 70%, transparent 92%);
}
.ss-block-il .ss_label .ss_label_inner {
  position: relative;
  display: block;
  padding: .5rem 6rem;
  color: #000!important;
  text-shadow :2px 2px 6px rgba(255,255,255,1),
  -2px 2px 6px rgba(255,255,255,1),
  2px -2px 6px rgba(255,255,255,1),
  -2px -2px 6px rgba(255,255,255,1);
  font-size: min(7vw,30px);
}
.ss-block-il .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-il .ss_label big {
  font-size: 1.5em;
}
@media only screen and (min-width: 300px) and (max-width: 765px) {
  body {
    margin: 0 0;
    padding: 0;
    background: #000;
  }
  #purchase-btn-box {
    display: none;
  }
  .logo-en {
    display: none;
  }
}
/*===============================
  il-repayment
================================*/
.il-repayment .box_inner {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icelady/img/content/secTopBanner0614_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4rem 0;
}
.il-repayment .box_inner .flex_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.il-repayment .box_inner .flex_inner .check {
  width: 6rem;
  margin-right: 4%;
}
.il-repayment .box_inner .flex_inner .check img {
  width: 100%;
}
.il-repayment .box_inner .flex_inner .txt2 {
  font-size: 3rem;
  line-height: 1.3;
}
.il-repayment .box_inner .flex_inner .txt2 big {
  font-size: 1.15em;
}

/*===============================
  il_worry_txt
================================*/
.il_worry_txt {
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.il_worry_txt .il_worry_txt_list {
  width: 100%;
}
.il_worry_txt .il_worry_txt_list 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;
}
.il_worry_txt .il_worry_txt_list 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%);
}
/*===============================
  txt-10minutes-a-day
================================*/
.txt-10minutes-a-day {
  padding: 3rem 0; 
}
.txt-10minutes-a-day .txtBlk {
  margin-bottom: 2rem;
  text-align: center;
}
.txt-10minutes-a-day .txtBlk .txt1 {
  font-size: min(5.7vw,27px);
  line-height: 1.8;
}
.txt-10minutes-a-day .txtBlk .txt1 .border {
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 0.5rem;
}
.txt-10minutes-a-day .txtBlk .txt1 big {
  font-size: 2em;
}
.txt-10minutes-a-day .txtBlk .txt1 .c_pink {
  color: #eb50ed;
}
.txt-10minutes-a-day .txtBlk .txt1 .c_blue {
  color: #66BAF8;
}


/*}*/