@charset "UTF-8";
/*===============================
  id_firstview_block
================================*/
.id_firstview_block .imgBlk {
  position: relative;
  padding-bottom: 4rem;
}
.id_firstview_block .imgBlk::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
}
.id_firstview_block .imgBlk .txtBlk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 2rem 0 0;
  line-height: 1;
  z-index: 5;
}
.id_firstview_block .imgBlk .txtBlk .inner_txtBlk {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.id_firstview_block .imgBlk .txtBlk .logoName_top {
  padding: 0 1.5rem;
}
.id_firstview_block .imgBlk .txtBlk .logoName_top .logo_img img {
  width: 100%;
}
.id_firstview_block .imgBlk .txtBlk .logoName_top .logo_txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.id_firstview_block .imgBlk .txtBlk .logoName_top .logo_txt .small {
  font-size: 0.65em;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.id_firstview_block .txtBlk_box {
  position: relative;
  border-radius: 5px;
  font-size: min(6vw, 27px);
  letter-spacing: 0px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,.8);
  padding-bottom: 40px;
}
.id_firstview_block .txtBlk_box::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  border-left: 1px solid #f00;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
.id_firstview_block .txtBlk_box .line-red {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 5px;
}
.id_firstview_block .txtBlk_box .line-red ::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background-color: #f00;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
.id_firstview_block .txtBlk2 .txtBlk_center {
  position: relative;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: bold;
  font-size: min(7.5vw, 35px);
  line-height: 1.4;
  padding: 1rem 0;
}
.id_firstview_block .txtBlk2 .txtBlk_center::before {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content/txt_deco_kakko_red.png) 0 0 / contain no-repeat;
  width: 10%;
  height: 100%;
  top: 0;
  left: 5%;
}
.id_firstview_block .txtBlk2 .txtBlk_center::after {
  position: absolute;
  content: "";
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content/txt_deco_kakko_red.png) 0 0 / contain no-repeat;
  width: 10%;
  height: 100%;
  transform: rotate(180deg);
  top: 0;
  right: 5%;
}
.id_firstview_block .txtBlk2 .txtBlk_center big {
  font-size: min(13vw, 80px);
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  font-style: italic;
  text-shadow: 2px 2px 10px #000;
  margin-right: 10px;
}
.id_firstview_block .txtBlk2 .txtBlk_center big:last-child {
  font-size: min(9vw, 50px);
}
.id_firstview_block .txtBlk2 .txtBlk_center .txtBlk_center_box {
  position: relative;
  border-bottom: solid 3px;
  display: inline-block;
  margin-bottom: 30px;
}
.id_firstview_block .txtBlk2 .txtBlk_center .txtBlk_center_box .small {
  font-size: min(7vw, 35px);
  font-style: italic;
  letter-spacing: -0.04em;
}
.id_firstview_block .txtBlk2 .txtBlk_center .txtBlk_bottom .txtBlk_bottom_small {
  font-weight: 500;
  font-size: min(7vw, 23px);
  letter-spacing: 0.02em;
  line-height: 25px;
  font-weight: bold;
}
.id_firstview_block .txtBlk2 .txtBlk_center .txtBlk_bottom .txtBlk_bottom_big {
  font-weight: bold;
  font-size: min(10vw, 55px);
  letter-spacing: 5px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
/*===============================
  id_feature_visual
================================*/
.id_feature_visual {
  position: relative;
  min-height: 310px;
}
.id_feature_visual .imgBlk {
  position: relative;
}
.id_feature_visual .txtBlk1 {
  font-size: 3.1rem;
  font-size: min(7.3vw, 3.4rem);
  letter-spacing: 0;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: 7.3%;
  left: 3%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  white-space: nowrap;
}
.id_feature_visual .txtBlk2 {
  font-size: 3.1rem;
  font-size: min(7.3vw, 3.4rem);
  text-align: right;
  letter-spacing: 0;
  line-height: 1.8;
  font-style: italic;
  position: absolute;
  top: 75.4%;
  right: 2.5%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  white-space: nowrap;
}
.id_feature_visual .txtBlk3 {
  position: relative;
  font-size: min(5.5vw, 30px);
  letter-spacing: 0;
  font-style: italic;
  line-height: 1.3;
  position: absolute;
  top: 1%;
  left: 3%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.id_feature_visual .txtBlk3::before {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  background: linear-gradient(to right, #ff0526, #711b4c);
  display: inline-block;
  left: -15%;
  top: 0;
  z-index: -1;
  transform: skewX(-25deg);
}

.id_feature_visual .txtBlk2 .lage {
  font-size: 1.8em;
  line-height: 0;
}
.id_feature_visual .cautionTxt {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.id_feature_visual .logoName {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.1px;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 44%;
  left: 70%;
  font-style: italic;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  border: none;
  display: inline-block;
}
.id_feature_visual .logoName2 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1px;
  font-weight: bold;
  padding: 1.3rem 2rem;
  position: absolute;
  top: 51%;
  left: 70%;
  font-style: italic;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  border: none;
  background: linear-gradient(to left, #ff0526, #711b4c);
  display: inline-block;
}
.id_feature_visual .logocautionRightTxt {
  position: absolute;
  top: 55%;
  right: 0;
  text-align: right;
  font-size: 1rem;
  letter-spacing: normal;
  padding-right: 1rem;
  font-weight: 500 !important;
}
/*===============================
  txt_block_id_1
================================*/
.txt_block_id_1 {
  text-align: center;
  position: relative;
  color: #fff;
}
.txt_block_id_1 .arrow {
  position: relative;
}
.txt_block_id_1 .arrow::before {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: calc(tan(60deg) * 5px) solid #f00;
  bottom: 10%!important;
}
.txt_block_id_1 .bgBlk {
  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;
  font-weight: bold;
  padding: 4rem 0;
  white-space: nowrap;
  line-height: 1.5;
}
.txt_block_id_1 .bgBlk.p20 {
  padding: 2rem 0 !important;
}
.txt_block_id_1 .border {
  display: inline-block;
  border-bottom: 1px solid #f00000;
  line-height: 1.5;
}
.txt_block_id_1 .cautionRightTxt {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.txt_block_id_1 .num_txt {
  position: relative;
  display: inline-block;
  font-size: min(8vw, 27px);
  line-height: 1;
  z-index: 1;
}
.txt_block_id_1 .num_txt big {
  font-style: italic;
  font-weight: 600;
  font-size: min(22vw, 100px);
  letter-spacing: -2px;
  margin-right: 10px;
}
.txt_block_id_1 .num_txt::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 98%;
  transform: translate(-50%);
  border-bottom: 1px solid #ff1500;
  z-index: -1;
}
.txt_block_id_1 .no1_txt {
  position: relative;
  font-style: italic;
  font-weight: 600;
  font-size: min(22vw, 100px);
  margin-right: 10px;
  line-height: 1;
}
.txt_block_id_1 .no1_txt big {
  font-style: italic;
  font-weight: 600;
  font-size: min(30vw, 150px);
  letter-spacing: -5px;
  margin-right: -10px;
}
.txt_block_id_1 .no1_txt .caution_sup {
  position: absolute;
  top: 10%;
  right: 10%;
}
/*===============================
  txt_block_id_2
================================*/
.txt_block_id_2 {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content_230202/sec09_230202_bg.jpg)
    center center no-repeat;
  background-size: cover;
}
.txt_block_id_2 .inner_txt {
  padding: 3rem 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.02rem;
}
/*===============================
  txt_block_id_3
================================*/
.txt_block_id_3 {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/icedandy/img/content_230202/sec03_230318_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}
.txt_block_id_3 .txtBlk {
  text-align: center;
  font-weight: bold;
}
.txt_block_id_3 .txtBlk .txt1 .txt1_inner {
  position: relative;
  font-size: min(5.5vw, 27px);
  padding: 0 4rem;
}
.txt_block_id_3 .txtBlk .txt1 .txt1_inner::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid #fff;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.txt_block_id_3 .txtBlk .txt1 .txt1_inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 1rem solid #fff;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.txt_block_id_3 .txtBlk .txt2 {
  font-size: min(6vw, 30px);
  letter-spacing: normal;
  font-style: italic;
}
.txt_block_id_3 .txtBlk .txt2 big {
  font-size: 1.1em;
}
.txt_block_id_3 .txtBlk .txt3 {
  font-size: min(6vw, 30px);
  font-style: italic;
  line-height: 1;
  margin-bottom: 2rem;
}
.txt_block_id_3 .txtBlk .txt3 .border {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.7rem;
}
.txt_block_id_3 .txtBlk .txt3 .num {
  font-size: 3em;
}
.txt_block_id_3 .txtBlk .txt3 big {
  font-size: 1.5em;
}
.txt_block_id_3 .txtBlk .txt4 {
  font-size: min(8vw, 38px);
  font-style: italic;
}
/*===============================
  id_about_shortest_4week
================================*/
.id_about_shortest_4week {
  margin-bottom: 3rem;
}
.id_about_shortest_4week .img5_2_2_wrap {
  position: relative;
  padding-top: 50px;
}
.id_about_shortest_4week .img5_2_2_wrap .topTxt {
  font-size: 3rem;
  transform: rotate(-8deg);
  letter-spacing: 0;
  margin-bottom: -40px;
  line-height: 1.3;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
}
.id_about_shortest_4week .img5_2_2_wrap .bottomTxt {
  font-size: 2.8rem;
  letter-spacing: 0;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.id_about_shortest_4week .txtBlk3 {
  position: absolute;
  white-space: nowrap;
  font-size: min(6vw, 28px);
  font-style: italic;
  letter-spacing: 0;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.id_about_shortest_4week .txtBlk3 .line {
  border-bottom: solid 1px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 5px;
}
.id_about_shortest_4week .txtBlk_add1025 {
  white-space: nowrap;
  font-size: 2.6rem;
  font-style: italic;
  letter-spacing: 0;
  display: block;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: -23%;
  color: #ffe200;
}
.id_about_shortest_4week .img5_2_2_wrap .sup-text_add1025 {
  font-size: 1rem;
  text-align: right;
  color: #ffe200;
  padding-right: 10px;
  letter-spacing: 0;
}
/*===============================
  id_50k_over
================================*/
.id_50k_over {
  text-align: center;
  margin: 2rem auto 3rem;
  color: #fff;
}
.id_50k_over .txtBlk {
  display: inline-block;
}
.id_50k_over .txtBlk .tit {
  font-size: min(5vw, 23px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 1rem 0.5rem;
  background: #fff;
  border-radius: 4px;
  color: #000;
  margin-bottom: 20px;
}
.id_50k_over .txtSet {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 3.7rem;
  font-weight: bold;
  font-style: italic;
}
.id_50k_over .txtSet .txtSetInner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.id_50k_over .txtSet .txt1 {
  font-size: 1.5em;
  height: auto;
  width: 3.9em;
  line-height: 1;
  display: inline-block;
  margin-bottom: -0.3em;
}
.id_50k_over .txtSet .txt2 {
  font-size: 0.7em;
  line-height: 1;
  display: inline-block;
}
.id_50k_over .txtSet .txt3 {
  font-size: 1em;
  line-height: 1;
  display: inline-block;
}
.id_50k_over .txtSet::after {
  content: "";
  width: 100%;
  height: 16px;
  background: linear-gradient(to bottom, #ff0526, #711b4c);
  position: absolute;
  left: 0%;
  bottom: -16px;
}
.id_50k_over .txtSet .caution_sup {
  font-size: 1rem;
  vertical-align: super;
  position: relative;
  top: -2em;
  right: -0em;
}
.id_50k_over .cautionTxt {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  margin-top: 10px;
}
/*===============================
  id_customer_988
================================*/
.id_customer_988 {
  margin-top: 30px;
  padding: 30px 5% 50px;
}
.id_customer_988 .box_inner {
  position: relative;
  background-color: #80251d;
  padding: 35px 0 20px;
  margin-bottom: 20px;
}
.id_customer_988 .box_inner .txt1 {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(10vw, 45px);
  font-style: italic;
  font-weight: bold;
}
.id_customer_988 .box_inner .flex_inner {
  display: flex;
  align-items: center;
  padding-left: 5%;
  margin-bottom: 15px;
}
.id_customer_988 .box_inner .flex_inner .check {
  width: 6rem;
  margin-top: 5px;
}
.id_customer_988 .box_inner .flex_inner .check img {
  width: 100%;
}
.id_customer_988 .box_inner .flex_inner .txt2 {
  font-size: min(8vw, 30px);
  font-weight: bold;
  transform: scale(1.6, 1);
  letter-spacing: -2px;
  margin-left: 18%;
}
.id_customer_988 .box_inner .flex_inner .txt2 big {
  font-size: min(15vw, 70px);
  line-height: 1.3;
}
.id_customer_988 .box_inner .txt3 {
  text-align: center;
  font-size: min(6vw, 20px);
}
/*===============================
  id_problem_txt_block
================================*/
.id_problem_txt_block {
  position: relative;
  background-color: #0b0b0b;
  text-align: center;
  padding: 4rem 0;
}
.id_problem_txt_block .txt1 {
  font-size: 1.4rem;
  color: #cc1300;
  margin-bottom: 1.2rem;
}
.id_problem_txt_block .txt2 {
  font-size: 2.6rem;
  font-weight: bold;
}
.id_problem_txt_block .txt2 span {
  color: #e22000;
}
.id_problem_txt_block::after {
  position: absolute;
  content: "";
  border-left: 1px solid #e22000;
  height: 50px;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
/*===============================
  id_worry_txt_block
================================*/
.id_worry_txt_block {
  position: relative;
  background-color: #000;
  text-align: center;
  padding: 3rem 0;
  font-weight: 500;
}
.id_worry_txt_block::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  border-top: 8px solid #cc1300;
  border-right: 5px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 5px solid transparent;
}
/*===============================
  id_use_all_body
================================*/
.id_use_all_body {
  position: relative;
}
.id_use_all_body .machine_img {
  position: absolute;
  top: -15%;
  right: 0;
  width: 30%;
  max-width: 150px;
}
.id_use_all_body .machine_img img {
  width: 100%;
}
.id_use_all_body .txtBlk .fv_out_text {
  padding: 3rem 0;
  width: 95%;
  margin: 0 auto;
}
.id_use_all_body .txtBlk .fv_out_text .txt1 {
  font-size: min(4.5vw, 20px);
  font-weight: 500;
  margin-bottom: 1rem;
}
.id_use_all_body .txtBlk .fv_out_text .txt2 {
  font-size: min(6vw, 30px);
  font-weight: bold;
  line-height: 1.4;
}
.id_use_all_body .txtBlk .fv_out_text .txt2 big {
  font-size: min(9vw, 40px);
}
.id_use_all_body .txtBlk .fv_out_text .txt2 big span {
  position: relative;
  z-index: 1;
}
.id_use_all_body .txtBlk .fv_out_text .txt2 big span::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  background-color: red;
  width: 95%;
  height: 12px;
  z-index: -1;
}
/*===============================
  id_about_shortest_route
================================*/
.id_about_shortest_route {
  position: relative;
  margin: 0 5% 10rem;
}
.id_about_shortest_route .cautionRightTxt {
  position: absolute;
  bottom: -8rem;
  right: 0;
}
.id_about_shortest_route .imgBlk {
  position: relative;
}
.id_about_shortest_route .imgBlk .txtBlk {
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.id_about_shortest_route .imgBlk .txt_ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.id_about_shortest_route .imgBlk .graph_top_txt {
  width: 100%;
  position: absolute;
  top: 3%;
  right: 0;
}
.id_about_shortest_route .imgBlk .txt_ttl .txt_ttl_top {
  position: absolute;
  left: -1.5%;
  top: 0%;
  font-weight: 500;
  font-size: min(3vw, 14px);
  letter-spacing: 1px;
}
.id_about_shortest_route .imgBlk .txt_ttl .txt_ttl_top .caution_sup {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-size: 0.7rem;
}
.id_about_shortest_route .imgBlk .graph_top_txt .bottom_txt {
  position: relative;
}
.id_about_shortest_route .imgBlk .graph_top_txt .bottom_txt .caution_sup {
  position: absolute;
  top: -0.5rem;
  right: -0.8rem;
  font-size: 0.8rem;
}
.id_about_shortest_route .imgBlk .txt_ttl .txt_ttl_bottom {
  position: absolute;
  left: -1.5%;
  top: 56%;
  font-weight: 500;
  font-size: min(3vw, 14px);
  letter-spacing: 1px;
}
.id_about_shortest_route .imgBlk .graph_top_txt .txt_list {
  position: absolute;
  top: 3.5%;
  right: 0;
}
.id_about_shortest_route .imgBlk .graph_bottom_txt {
  width: 100%;
  position: absolute;
  top: 83%;
  left: 0;
}
.id_about_shortest_route .imgBlk .graph_bottom_txt .txt_list {
  position: absolute;
  bottom: 0;
  right: 0;
}
.id_about_shortest_route .imgBlk .graph_top_txt .txt_list,
.id_about_shortest_route .imgBlk .graph_bottom_txt .txt_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 20px;
}
.id_about_shortest_route .imgBlk .graph_top_txt .txt_list li,
.id_about_shortest_route .imgBlk .graph_bottom_txt .txt_list li {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: min(3vw, 14px);
  line-height: 1.1;
  letter-spacing: normal;
}
.id_about_shortest_route .imgBlk .graph_top_txt .txt_list li .bottom_txt,
.id_about_shortest_route .imgBlk .graph_bottom_txt .txt_list li .bottom_txt {
  font-size: min(4.7vw, 22px);
  margin-top: 10px;
}
.id_about_shortest_route .imgBlk .graph_top_txt .txt_list li .bottom_txt big,
.id_about_shortest_route .imgBlk .graph_bottom_txt .txt_list li .bottom_txt big {
  font-size: min(6vw, 28px);
}
.id_about_shortest_route .imgBlk .graph_out_txt {
  width: 100%;
  position: absolute;
  top: 93%;
  left: 8%;
}
.id_about_shortest_route .imgBlk .graph_out_txt .inner_txt {
  display: flex;
  align-items: center;
}
.id_about_shortest_route .imgBlk .graph_out_txt .left_txt {
  font-size: min(6.5vw, 29px);
}
.id_about_shortest_route .imgBlk .graph_out_txt .right_txt {
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-size: min(7.5vw, 36px);
  line-height: 1.2;
}
.id_about_shortest_route .imgBlk .graph_out_txt .right_txt::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 9.7rem;
  top: 0.7rem;
  right: 1.5rem;
}
.id_about_shortest_route .imgBlk .graph_out_txt .right_txt span {
  font-size: min(3vw, 14px);
}
/*===============================
  id_daily_shaving_3min
================================*/
.id_daily_shaving_3min {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  padding: 2rem 0 0;
}
.id_daily_shaving_3min .imgBlk.imgSmall {
  overflow: hidden;
}
.id_daily_shaving_3min .imgBlk.imgSmall img {
  margin: -15% 0;
}
.id_daily_shaving_3min .txtBlk {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
.id_daily_shaving_3min .txtBlk .txt1 {
  width: 100%;
  position: absolute;
  font-size: min(5.5vw, 25px);
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.id_daily_shaving_3min .txtBlk .txt1 .lage1 {
  font-size: 1.3em;
  line-height: 1;
  font-weight: bold;
}
.id_daily_shaving_3min .txtBlk .txt1 .lage2 {
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
}
.id_daily_shaving_3min .txt2 {
  position: absolute;
  font-size: min(7vw,32px);
  line-height: 1;
  top: 60%;
  left: 5%;
}
.id_daily_shaving_3min .txt3 {
  position: absolute;
  white-space: nowrap;
  font-size: min(7vw,32px);
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
  font-style: italic;
  padding: 0 1rem;
  top: 65%;
  left: 5%;
}
.id_daily_shaving_3min .txt3:before {
  content: "";
  width: 100%;
  height: 1.3em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #868686a3;
  border-radius: 5px;
}
.id_daily_shaving_3min .txt3 .inner {
  position: relative;
  z-index: 1;
}
.id_daily_shaving_3min .txt3 big {
  font-size: 2.2em;
  letter-spacing: 0;
  line-height: 1;
}
.id_daily_shaving_3min .txt3 big .numImgTxt {
  display: inline-block !important;
  width: 0.6em !important;
  height: auto;
  padding: 0 0px;
  margin: 0 0 0 10px;
}
.id_daily_shaving_3min .txt4 {
  position: absolute;
  top: 82%;
  right: 5%;
  font-size: min(5vw,23px);
  letter-spacing: 0;
  line-height: 1.7;
  text-align: right;
}
.id_daily_shaving_3min .txt4 span {
  display: inline-block;
  line-height: 1;
}
/*===============================
  id_how_to_use
================================*/
.id_how_to_use .howtouse_wrap {
  padding: 5rem 2.5rem 0;
}
.id_how_to_use .howtouse_wrap .howtouse_child {
  position: relative;
}
.id_how_to_use .howtouse_wrap .howtouse_child .img_box {
  position: relative;
  margin-bottom: 5px;
}
.id_how_to_use .howtouse_wrap .howtouse_child .img_box .name_en {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.id_how_to_use .howtouse_wrap .howtouse_child .img_box .name_en span {
  display: block;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-size: min(7vw, 38px);
  transform: scale(1.7, 1);
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.id_how_to_use .howtouse_wrap .howtouse_child_txt {
  font-weight: 500;
  margin-top: 20px;
}
.id_how_to_use .howtouse_wrap .howtouse_child_txt span {
  position: relative;
  width: 100%;
  display: block;
  font-size: min(5.5vw, 23px);
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.id_how_to_use .howtouse_wrap .howtouse_child_txt span:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 68%;
  right: 0;
  top: 50%;
}
.id_how_to_use .howtouse_wrap .howtouse_child_txt p {
  font-size: min(4vw, 18px);
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: justify;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 5rem;
}
/*===============================
  id_about_hair_removal
================================*/
.id_about_hair_removal {
  position: relative;
  padding: 1rem 0 4rem;
}
.id_about_hair_removal .txtBlk {
  padding: 0 5%;
}
.id_about_hair_removal .txtBlk1 {
  white-space: nowrap;
  font-size: min(4.5vw,20px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
  margin-top: -30%;
}
.id_about_hair_removal .txtBlk1 .num {
  font-size: 1.5em;
}
/*===============================
  id_about_no_pain
================================*/
.id_about_no_pain .imgBlk {
  position: relative;
  z-index: -1;
  padding: 3% 0 12%;
  margin-bottom: 60px;
}
.id_about_no_pain .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;
}
.id_about_no_pain .top_txt {
  position: relative;
  font-size: min(7vw, 32px);
  text-align: center;
  line-height: 1.5;
}
.id_about_no_pain .top_txt::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #801c0d;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 11rem;
}
.id_about_no_pain .top_txt::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #801c0d;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 11rem;
}
.id_about_no_pain .top_txt .dot {
  position: relative;
}
.id_about_no_pain .top_txt .dot::after {
  position: absolute;
  content: "・";
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%);
  color: #e22000;
}
.id_about_no_pain .imgBlk .inner_txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 2.5rem;
}
.id_about_no_pain .imgBlk .txtBlk .txt1 {
  font-size: min(7.5vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.05rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.id_about_no_pain .imgBlk .txtBlk .txt1 big {
  font-size: min(8.5vw, 32px);
}
.id_about_no_pain .imgBlk .txtBlk .txt2 {
  font-size: min(7vw, 28px);
  line-height: 1.7;
  letter-spacing: -0.02rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.id_about_no_pain .imgBlk .txtBlk .txt3 {
  font-size: min(5vw, 16px);
  line-height: 1.7;
  letter-spacing: -0.02rem;
  font-weight: 500;
  margin-bottom: 15px;
}
/*===============================
  id_recommendation_txt
================================*/
.id_recommendation_txt .imgBlk {
  position: relative;
  z-index: -1;
}
.id_recommendation_txt .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;
}
.id_recommendation_txt .imgBlk .inner_txt {
  width: 100%;
  position: absolute;
  bottom: 5%;
  padding-left: 2.5rem;
}
.id_recommendation_txt .imgBlk .txtBlk .txt1 {
  font-size: min(4.5vw, 20px);
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.id_recommendation_txt .imgBlk .txtBlk .txt1 big {
  font-size: min(10vw, 40px);
}
.id_recommendation_txt .imgBlk .txtBlk .txt2 {
  font-size: min(7.8vw, 35px);
  line-height: 1.4;
  font-weight: bold;
}
/*===============================
  id_removal_for_men
================================*/
.id_removal_for_men .imgBlk {
  position: relative;
  z-index: -1;
}
.id_removal_for_men .imgBlk .txtBlk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12%;
  left: 0%;
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 5;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_top {
  text-align: center;
  margin-top: 10%;
  font-size: min(9.5vw, 42px);
  line-height: 1.2;
  font-weight: bold;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom {
  position: absolute;
  width: 100%;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt1 {
  margin-top: 15px;
  font-size: min(4vw, 20px);
  padding: 0 2.5rem;
  font-weight: 500;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt1 .list_txt {
  margin-top: 3%;
  margin-bottom: 5%;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt1 .list_txt ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt1 .list_txt ul li .ja_txt {
  display: inline-block;
  background-color: #cc1300;
  font-weight: bold;
  font-size: min(6vw, 28px);
  border-radius: 5px;
  margin-bottom: 0.4rem;
  padding: 8px 10px;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt1 .list_txt ul li .en_txt {
  display: inline-block;
  font-size: min(8.5vw, 38px);
  font-weight: bold;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt2 {
  font-size: min(5.3vw, 30px);
  padding: 0 1.5rem;
  text-align: justify;
  font-weight: bold;
  line-height: 1.5;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt2 {
  font-size: min(5.1vw, 25px);
  padding: 0 2.5rem;
  text-align: justify;
  font-weight: bold;
  line-height: 1.6;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt2 .bg_red {
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box01 .txt_bottom .txt2 .bg_red::after {
  position: absolute;
  content: "";
  background-color: #cc1300;
  width: 100%;
  height: 1.5rem;
  bottom: -0.7rem;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box02 .txt_top {
  text-align: center;
  margin-top: 10%;
  font-size: min(9.5vw, 42px);
  line-height: 1.2;
  font-weight: bold;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box02 .txt_bottom {
  position: absolute;
  bottom: 20%;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box02 .txt_bottom .txt1 {
  font-size: min(6.5vw, 22px);
  padding: 0 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box02 .txt_bottom .txt1 span {
  display: inline-block;
  font-size: min(5vw, 25px);
  background-color: #cc1300;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 5px;
}
.id_removal_for_men .imgBlk .txtBlk .txt_box02 .txt_bottom .txt2 {
  padding: 0 2.5rem;
  font-size: min(5vw, 25px);
  line-height: 1.5;
  font-weight: bold;
}
/*===============================
  id_points_title
================================*/
.id_points_title {
  padding: 3rem 0 0;
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 4rem;
  text-align: center;
}
.id_points_title .txtBlk .dotto {
  position: relative;
  display: inline-block;
}
.id_points_title .txtBlk .dotto::before {
  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;
}
/*===============================
  id_repayment
================================*/
.id_repayment .box_inner {
  background-color: #80251d;
  padding: 40px 0;
}
.id_repayment .box_inner .flex_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.id_repayment .box_inner .flex_inner .check {
  width: 6rem;
  margin-right: 4%;
}
.id_repayment .box_inner .flex_inner .check img {
  width: 100%;
}
.id_repayment .box_inner .flex_inner .txt1 {
  font-size: min(7vw, 32px);
  line-height: 1.3;
}
.id_repayment .box_inner .flex_inner .txt2 {
  font-size: 3rem;
  line-height: 1.3;
}
.id_repayment .box_inner .flex_inner .txt2 big {
  font-size: 1.15em;
}
.id_repayment .box_inner .flex_inner .txt3 {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: bold;
}
.id_repayment .box_inner .flex_inner .txt3 big {
  font-size: 1.15em;
}
.id_repayment .box_inner .flex_inner .border {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
}
/*===============================
  id_notice-txt-box
================================*/
.id_notice-txt-box {
  margin: 0 5% 2rem;
}
.id_notice-txt-box .inner_txt_box {
  position: relative;
  background-color: #ebebeb;
  color: #010101;
  padding: 35px 20px 30px 30px;
  font-weight: 500;
  display: flex;
}
.id_notice-txt-box .inner_txt_box .dot_top::before {
  position: absolute;
  content: "・";
  font-size: 25px;
  top: -5px;
  left: 2px;
}
.id_notice-txt-box .inner_txt_box .dot_top::after {
  position: absolute;
  content: "・";
  font-size: 25px;
  top: -5px;
  right: 2px;
}
.id_notice-txt-box .inner_txt_box .dot_bottom::before {
  position: absolute;
  content: "・";
  font-size: 25px;
  bottom: -5px;
  left: 2px;
}
.id_notice-txt-box .inner_txt_box .dot_bottom::after {
  position: absolute;
  content: "・";
  font-size: 25px;
  bottom: -5px;
  right: 2px;
}
.id_notice-txt-box .inner_txt_box .txt_left {
  position: relative;
  font-family: urw-din, sans-serif;
  font-size: min(7vw, 30px);
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(0.6, 1);
  transform-origin: top left;
  letter-spacing: -1px;
  margin-right: 10px;
}
.id_notice-txt-box .inner_txt_box .txt_left::after {
  position: absolute;
  content: "";
  border-left: 1px solid #010101;
  height: 63%;
  bottom: 0;
  left: 50%;
}
.id_notice-txt-box .inner_txt_box .txt_right .ttl {
  font-size: min(4.2vw, 20px);
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: normal;
}
.id_notice-txt-box .inner_txt_box .txt_right p {
  font-size: min(3.2vw, 16px);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 7px;
}
.id_notice-txt-box .inner_txt_box .txt_right .last_txt {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.07rem;
}
/*===============================
  id_why_choose_block
================================*/
.id_why_choose_block {
  padding: 0rem 2.5rem;
  font-weight: bold;
  position: relative;
}
.id_why_choose_block .txt1 {
  font-size: min(5.2vw, 23px);
  display: inline-block;
  line-height: 1.4;
  position: relative;
}
.id_why_choose_block .txt1 .caution_sup {
  color: #fff;
}
.id_why_choose_block .txt2 {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #f00;
  font-weight: bold;
}
.id_why_choose_block .txt2 .lage {
  font-size: 2.4rem;
}
.id_why_choose_block .alignC {
  text-align: center;
}
.id_why_choose_block .txt1 {
  font-size: min(6vw, 28px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.id_why_choose_block .txt1 .red-txt {
  color: #f00;
}
.id_why_choose_block .cautionTxt {
  font-size: 1rem;
  letter-spacing: 0;
  padding-right: 15px;
  display: block;
  text-align: right;
}
.id_why_choose_block .txt230203 {
  border-left: 10px solid #f00;
  background: transparent;
  padding-left: 1.5rem;
  font-size: min(4.6vw, 23px);
}
.id_why_choose_block .txt230203 .red-txt {
  position: relative;
  z-index: 2;
}
.id_why_choose_block .txt230203 .red-txt::before {
  content: "";
  height: 10px;
  width: 103%;
  left: -3px;
  z-index: -5;
  bottom: -5px;
  background: #f00;
  opacity: 80%;
  position: absolute;
}
.id_why_choose_block .feature {
  font-weight: bold;
  font-size: min(4vw, 18px);
  letter-spacing: 0.01em;
  text-align: center;
  color: #cc1300;
  padding-top: 40px;
  margin-bottom: 10px;
}
.id_why_choose_block .logo_wrap .logoName_top {
  width: 80%;
  display: flex;
}
.id_why_choose_block .logo_wrap {
  font-weight: normal;
  font-size: min(11vw, 45px);
  letter-spacing: -0.04em;
  line-height: 55px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  border-bottom: 1px solid #aaa;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.id_why_choose_block .logo_wrap .logoName_top {
  width: 80%;
  margin: 0 auto;
}
/*===============================
  id_max_17joule
================================*/
.id_max_17joule{
  color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}
.id_max_17joule .txtBlk{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto;
  font-style: italic;
}
.id_max_17joule .txtBlk .left{
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.id_max_17joule .txtBlk .right{
  font-size: 9.4rem;
  line-height: 1;
  letter-spacing: -0.1em;
}
.id_max_17joule .txtBlk .right .small{
    font-size: .7em;
  letter-spacing: 0;
}
.id_max_17joule .txt1{
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: bold;
}
.id_max_17joule .txt1.line {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.id_max_17joule .txt1.line::after {
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #FF0526, #711B4C);
  position: absolute;
  left: 0%;
  bottom: -3px;
}
.id_max_17joule .txt2{
text-align: right;
font-size: 1rem;
letter-spacing: 0;
font-weight: bold;
}
/*===============================
  id_about_detail
================================*/
.id_about_detail .imgBlk {
  position: relative;
}
.id_about_detail .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;
}
.id_about_detail .imgBlk .txtBlk .txt1 {
  position: absolute;
  top: 40.5%;
  left: 7.8%;
  display: inline-block;
  font-size: min(4vw, 18px);
  line-height: 1.6;
  letter-spacing: normal;
}
/*===============================
  secLady22
================================*/
.id_about_suitable_period {
  text-align: center;
  padding: 20px 0;
}
.id_about_suitable_period .icon_dia {
  padding: 20px 0;
}
.id_about_suitable_period .tit {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
}
.id_about_suitable_period .img {
  margin-bottom: 30px;
}
.id_about_suitable_period .txt {
  font-size: min(4.5vw, 20px);
  line-height: 1.8;
  margin-bottom: 30px;
}
.id_about_suitable_period .txt2 {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 20px 0;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
.id_about_suitable_period .img2Box .img2Txt {
  margin-left: -18%;
  margin-bottom: -7px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}
.id_about_suitable_period .img2Box .img2Txt2Set {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1%;
  width: 91%;
  margin: 5px auto 0;
}
.id_about_suitable_period .img2Box .img2Txt2Set li {
  width: 24%;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  border: solid 1px;
  border-radius: 5px;
  border-color: #ff8bd2;
}
.id_about_suitable_period .img2Box .img2Txt2Set li.list1 {
  width: 49%;
}
.id_about_suitable_period .img2Box .img2Txt2Set li.list3 {
  border-color: #afafaf;
}
.id_about_suitable_period .img2Box .img2Txt2Set li.list4 {
  border-color: #48a1ff;
}
.id_about_suitable_period .underline {
  display: inline-block;
  position: relative;
}
.id_about_suitable_period .underline::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #a70cca, #e86a73);
  position: absolute;
  left: 0;
  bottom: 4px;
}
/*===============================
  id_attention_box
================================*/
.id_attention_box {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 23px 25px;
  background: #ffe200;
  color: #000;
  margin-bottom: 20px 30px;
  font-weight: bold;
}
.id_attention_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;
}
.id_attention_box .tit span {
  font-size: 1.8rem;
}
.id_attention_box .txt1 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
/*===============================
  id_adjust_lighting
================================*/
.id_adjust_lighting .imgBlk {
  position: relative;
  z-index: -1;
  padding: 12% 0 14%;
  margin-top: 10px;
}
.id_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;
}
.id_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: -0.05rem;
}
.id_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: -0.05rem;
  font-weight: bold;
}
.id_adjust_lighting .imgBlk .txtBlk .txt2 big {
  font-size: min(6vw, 28px);
}
/*===============================
  id_benefits_box
================================*/
.id_benefits_box {
  position: relative;
  padding: 40px 2.5rem 20px;
  background-color: rgba(255, 255, 255, 0.04);
  margin-top: 50px;
  z-index: 1;
}
.id_benefits_box .top_border {
  width: 0px;
  height: 5rem;
  background: transparent;
  border-left: 1px solid #e22000;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}
.id_benefits_box .top_ttl {
  font-weight: 500;
  font-size: 14px;
  color: #cc1300;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
.id_benefits_box .bottom_border {
  width: 0px;
  height: 3rem;
  background: transparent;
  border-left: 1px solid #e22000;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}
.id_benefits_box .h_01 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #cc1300;
}
.id_benefits_box .txt_01 {
  border-radius: 4px;
  background: #cc1300;
  text-align: center;
  align-items: center;
  display: grid;
  font-size: min(6vw, 28px);
  padding: 0.3rem 0;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
.id_benefits_box .txt_01_bottom {
  margin-bottom: 1rem;
}
.id_benefits_box .txt_batu {
  font-size: 4rem;
  text-align: center;
  color: #cc1400;
  height: 40px;
}
.id_benefits_box .txt_02 {
  text-align: center;
  margin-top: 10px;
  font-size: min(6vw, 30px);
}
/*===============================
id_no_reservation
================================*/
.id_no_reservation .imgBlk {
  position: relative;
  margin-bottom: 1rem;
}
.id_no_reservation .imgBlk img {
  filter: brightness(150%);
}
.id_no_reservation .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.id_no_reservation .txtBlk .inner_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.id_no_reservation .txtBlk .txt1 {
  position: relative;
  text-align: left;
  font-size: min(8.1vw, 35px);
  letter-spacing: 0.2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  line-height: 1;
}
.id_no_reservation .txtBlk .txt1::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: 33%;
  background: linear-gradient(to right, #ff0526, #711b4c);
}
.id_no_reservation .txtBlk .txt2 {
  position: relative;
  text-align: right;
  font-size: min(8.1vw, 35px);
  letter-spacing: 0.2rem;
  font-style: italic;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}
.id_no_reservation .txtBlk .txt2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 33%;
  background: linear-gradient(to right, #711b4c, #ff0526);
}
.id_no_reservation .txtBlk .txt3 {
  display: inline-block;
  text-align: left;
  font-size: min(7.4vw, 32px);
  font-style: italic;
  line-height: 1;
  padding: 0.5rem 1.5rem 0.8rem 0.8rem;
  background: linear-gradient(to right, #ff0526, #711b4c);
  margin-bottom: 20px;
}
.id_no_reservation .txtBlk .txt3 big {
  font-size: 1.5em;
}
/*===============================
  id_max_17joule
================================*/
.id_max_17joule {
  color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}
.id_max_17joule .txtBlk {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto;
  font-style: italic;
}
.id_max_17joule .txtBlk .left {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.id_max_17joule .txtBlk .right {
  font-size: 9.4rem;
  line-height: 1;
  letter-spacing: -0.1em;
}
.id_max_17joule .txtBlk .right .small {
  font-size: 0.7em;
  letter-spacing: 0;
}
.id_max_17joule .txt1 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: bold;
}
.id_max_17joule .txt1.line {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.id_max_17joule .txt1.line::after {
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ff0526, #711b4c);
  position: absolute;
  left: 0%;
  bottom: -3px;
}
.id_max_17joule .txt2 {
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
}

/*===============================
  dandy_set_block
================================*/
.dandy_set_block .imgBlk {
  position: relative;
}
.dandy_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%;
}
.dandy_set_block .imgBlk .txtBlk .logoName_top {
  width: 65%;
  text-align: center;
  margin-bottom: 5%;
  padding-left: 2%;
}
.dandy_set_block .imgBlk .txtBlk .logoName_top .logo_txt {
  font-size: 2rem;
}
.dandy_set_block .imgBlk .txtBlk .logoName_top .logo_img img {
  width: 100%;
  margin-bottom: 3px;
}
.logoName_top .logo_text {
  font-size: min(3.7vw, 16px);
}
.dandy_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;
}
.dandy_set_block .imgBlk .txtBlk .txt1 .border {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
.dandy_set_block .imgBlk .txtBlk .txt1 big {
  font-size: 1.2em;
}
.dandy_set_block .imgBlk .txtBlk .txt1 .dotto {
  position: relative;
}
.dandy_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;
}
.dandy_set_block .imgBlk .txtBlk .txt2 {
  text-align: center;
  font-size: min(4.5vw, 25px);
  margin-bottom: 7%;
}
.dandy_set_block .imgBlk .txtBlk .txt2 .txt2_inner {
  position: relative;
  display: inline-block;
  padding: 0.2rem 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.dandy_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;
}
.dandy_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;
}
.dandy_set_block .imgBlk .txtBlk .txt3 {
  background-color: #101010;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-style: italic;
}
.dandy_set_block .imgBlk .txtBlk .txt3 .txt3_01 {
  font-size: min(6.5vw, 30px);
  margin-bottom: 0.7rem;
}
.dandy_set_block .imgBlk .txtBlk .txt3 .txt3_01 .c_red {
  color: #cc1300;
}
.dandy_set_block .imgBlk .txtBlk .txt3 .txt3_02 {
  font-size: min(5.2vw, 25px);
  line-height: 1;
}
.dandy_set_block .imgBlk .txtBlk .txt3 .txt3_02 .price {
  font-size: 2.3em;
}
.dandy_set_block .imgBlk .txtBlk .txt3 .txt3_02 big {
  font-size: 1.8em;
}
/*===============================
dandydandyset2_price_block
================================*/
.dandydandyset2_price_block {
  width: 90%;
  margin: 0 auto 2rem;
  padding: 3rem 0;
}
.dandydandyset2_price_block .products_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.dandydandyset2_price_block .products_flex::before {
  position: absolute;
  content: "＋";
  font-size: min(6vw,27px);
  color: #fff;
  bottom: 0%;
  left: 49%;
  transform: translateX(-50%);
}
.dandydandyset2_price_block .products_flex .products_block {
  width: 48%;
}
.dandydandyset2_price_block .products_flex .products_block .logo_img img {
  display: block;
  height: 5rem !important;
  object-fit: contain;
  margin: 0 auto 2rem;
}
.dandydandyset2_price_block .products_flex .products_block .machine_img img {
  display: block;
  height: 18rem !important;
  object-fit: contain;
  margin: 0 auto 2rem;
}
.dandydandyset2_price_block .price_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(6vw, 30px);
  margin-top: 5.5rem;
}
.dandydandyset2_price_block .price_box .priceTxtBlk {
  position: relative;
  font-size: min(9vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem 0 0.5rem;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .price_label {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
  position: absolute;
  font-size: min(3.3vw, 15px);
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  text-align: center;
  line-height: 1;
  top: -4.5rem;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  letter-spacing: 0.1rem;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt {
  display: flex;
  align-items: center;
  font-size: min(9vw, 40px);
  padding-right: 2rem;
  transform: scaleY(1.1);
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt .taxTxtw {
  padding-right: 7px;
  line-height: 1.5;
  font-size: 0.3em;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt .yenTxt {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0.4em;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt.border01 {
  position: relative;
  padding-bottom: 0.5rem;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt.border01::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(to right, #86477c 30%, #348797 70%);
  height: 1px;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt.border02 {
  position: relative;
  padding-bottom: 0.5rem;
}
.dandydandyset2_price_block .price_box .priceTxtBlk .priceTxt.border02::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(to right, #348797 0%, #348797 30%, #160a4b 70%);
  height: 1px;
}
/*===============================
  id_maximum_discount
================================*/
.id_maximum_discount {
  padding: 30px 0;
}
.id_maximum_discount .top_txt_box {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}
.id_maximum_discount .top_txt_box .border {
  padding-bottom: 7rem;
}
.id_maximum_discount .top_txt_box .border::before {
  position: absolute;
  content: "";
  border-left: 1px solid #e22000;
  height: 15%;
  bottom: 0;
}
.id_maximum_discount .top_txt_box .txt1 {
  font-size: min(6.7vw, 30px);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: normal;
}
.id_maximum_discount .top_txt_box .txt1 big {
  font-size: 1.4em;
}
.id_maximum_discount .top_txt_box .slash {
  position: relative;
}
.id_maximum_discount .top_txt_box .slash::before {
  position: absolute;
  content: "";
  border-left: 2px solid #fff;
  height: 4rem;
  bottom: 0;
  left: -2rem;
  transform: rotate(-25deg);
}
.id_maximum_discount .top_txt_box .slash::after {
  position: absolute;
  content: "";
  border-left: 2px solid #fff;
  height: 4rem;
  bottom: 0;
  right: -2rem;
  transform: rotate(25deg);
}

.id_maximum_discount .top_txt_box .txt1 .c_blue_gra {
  display: inline-block;
  background: linear-gradient(0deg, #c2c8cb 30%, #4aafe4 70%);
  background: -webkit-linear-gradient(90deg, #c2c8cb 30%, #4aafe4 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.id_maximum_discount .top_txt_box .txt1 .c_red {
  color: #cc1300;
}
.id_maximum_discount .middle_txt {
  line-height: 1;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.id_maximum_discount .middle_txt .c_red {
  color: #cc1300;
  font-size: 1.4em;
  margin-left: 0.3rem;
}
.id_maximum_discount .top_txt_bottom {
  line-height: 1;
  font-size: min(7vw, 30px);
}
.id_maximum_discount .top_txt_bottom .line_red {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 1.5rem;
  height: 100%;
  line-height: 1.2;
}
.id_maximum_discount .top_txt_bottom .line_red::before {
  position: absolute;
  content: "";
  width: 85%;
  height: 1.5rem;
  background-color: #cc1300;
  bottom: 0.3rem;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
.id_maximum_discount .top_txt_bottom big {
  font-family: urw-din, sans-serif;
  font-weight: bold;
  font-size: min(20vw, 100px);
  font-style: italic;
  letter-spacing: -1px;
  margin-right: 10px;
}
.id_maximum_discount .top_txt_bottom .sec07_01_230202 {
  padding: 10px 0 !important;
}
/*===============================
  id-how-to-use
================================*/
.id-how-to-use .howtouse_wrap {
  padding: 5rem 2.5rem 0;
}
.id-how-to-use .howtouse_wrap .howtouse_child{
  position: relative;
}
.id-how-to-use .howtouse_wrap .howtouse_child .img_box {
  position: relative;
  margin-bottom: 5px;
}
.id-how-to-use .howtouse_wrap .howtouse_child .img_box .name_en {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.id-how-to-use .howtouse_wrap .howtouse_child .img_box .name_en span {
  display: block;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-size: min(7vw,38px);
  transform: scale(1.7, 1);
  letter-spacing: 5px;
  color: rgba(255, 255, 255, .4);
  text-align: center;
}
.id-how-to-use .howtouse_wrap .howtouse_child_txt{
  font-weight: 500;
  margin-top: 20px;
}
.id-how-to-use .howtouse_wrap .howtouse_child_txt span {
  position: relative;
  width: 100%;
  display: block;
  font-size: min(5.5vw,23px);
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.id-how-to-use .howtouse_wrap .howtouse_child_txt span:after{
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 68%;
  right: 0;
  top: 50%;
}
.id-how-to-use .howtouse_wrap .howtouse_child_txt p {
  font-size: min(4vw,18px);
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: justify;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 5rem;
}
/*===============================
  id_about_dandyset
================================*/
.id_about_dandyset .imgBlk {
  position: relative;
}
.id_about_dandyset .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%);
}
.id_about_dandyset .imgBlk .txtBlk .inner_txt {
  position: absolute;
  bottom: 7.5%;
  left: 30%;
  font-size: min(4.2vw, 20px);
  line-height: 2;
  font-weight: 500;
  letter-spacing: normal;
}
.id_about_dandyset .imgBlk .txtBlk .inner_txt .bg_red {
  position: relative;
  z-index: 1;
}
.id_about_dandyset .imgBlk .txtBlk .inner_txt .bg_red::before {
  position: absolute;
  content: "";
  background-color: #cc1300;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.mainVisual_ttl {
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/hi-fun/img/content/face_top_bannerv3.png) center
    bottom no-repeat;
  background-size: cover;
  width: 100%;
  font-size: min(6.5vw, 28px);
  text-align: center;
  padding: 3rem 0 5rem;
  line-height: 1.5;
  color: white;
}
/*===============================
id_dandyset_visual
================================*/
.id_dandyset_visual .imgBlk {
  position: relative;
}
.id_dandyset_visual .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.id_dandyset_visual .txtBlk .txt1 {
  position: relative;
  margin-top: 6%;
  text-align: left;
  font-size: min(5.7vw, 25px);
  line-height: 1.1;
  font-style: italic;
  color: #000;
  padding: 0.3rem 1.5rem;
  z-index: 1;
  background: linear-gradient(to right, #fff 0%, #fff 80%, transparent 100%);
  position: absolute;
}
.id_dandyset_visual .txtBlk .txt2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(7.5vw, 33px);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.2rem;
  font-style: italic;
  color: #fff;
  padding: 1rem;
  z-index: 1;
  letter-spacing: -0.1rem;
  background: linear-gradient(to right, transparent 0%, #ca1402 50%, transparent 100%);
}
.id_dandyset_visual .txtBlk .txt3 {
  width: 100%;
  position: absolute;
  top: 68%;
  left: 50%;
  font-style: italic;
  font-weight: bold;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(5.8vw, 28px);
  line-height: 1.3;
  text-shadow: 0 0px 8px rgba(0, 0, 0, 0.5), 0 0px 8px rgba(0, 0, 0, 0.5), 0 0px 8px rgba(0, 0, 0, 0.5),
    0 0px 8px rgba(0, 0, 0, 0.5), 0 0px 8px rgba(0, 0, 0, 0.5), 0 0px 8px rgba(0, 0, 0, 0.5),
    0 0px 8px rgba(0, 0, 0, 0.5);
}
.id_dandyset_visual .txtBlk .txt3 big {
  font-size: 1.5em;
}
/*===============================
  dandyset_maximum_discount
================================*/
.dandyset_maximum_discount {
  padding: 2rem 0;
  background: url(https://stripe-channel.jp/wp-content/uploads/makeshop/metaldandy/img/content_img/txt_bg03_230623.jpg) center 0 /cover no-repeat;
  text-align: center;
}
.dandyset_maximum_discount .top_txt_box {
  position: relative;
  text-align: center;
 }
 .dandyset_maximum_discount .top_txt_box .txt1 {
  position: relative;
  font-size: min(7vw,32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 3rem;
 }
.dandyset_maximum_discount .mtext{
  position: relative;
  font-size: min(12vw,56px);
  text-align: center;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(40deg, #36380F 5%, #D9D212 15%, #F2F27E 40%, #D5D580 55%, #8E8E26 70%, #D8D880 80%, #A3A36F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dandyset_maximum_discount .mtext::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#36380F 5%, #D9D212 15%, #F2F27E 40%, #D5D580 55%, #8E8E26 70%, #D8D880 80%, #A3A36F 100%);
}
.dandyset_maximum_discount .mtext::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#36380F 5%, #D9D212 15%, #F2F27E 40%, #D5D580 55%, #8E8E26 70%, #D8D880 80%, #A3A36F 100%);
}
.dandyset_maximum_discount .color-purple-gra {
  background: -webkit-linear-gradient(#b177ea, #762bc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.dandyset_maximum_discount .color-blue-gra {
  background: -webkit-linear-gradient(#5ebaf8, #bcd1da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dandyset_maximum_discount .top_txt_bottom {
  position: relative;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
/*===============================
  about_specialset
================================*/
.about_specialset .imgBlk {
  position: relative;
}
.about_specialset .txtBlk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1.3;
}
.about_specialset .txtBlk .txt1 {
  font-size: min(9vw,42px);
  margin-top: 5rem;
  display: inline-block;
  background: linear-gradient(45deg, #36380F 5%, #D9D212 15%, #F2F27E 40%, #D5D580 55%, #8E8E26 70%, #D8D880 80%, #A3A36F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.about_specialset .txtBlk .txt-bottom {
  position: relative;
  width: 85%;
  margin: 1rem auto;
}
.about_specialset .txtBlk .txt-bottom:before {
  position: absolute;
  content: "＋";
  font-size: min(5.5vw,25px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about_specialset .txtBlk .txt-bottom .md-txt,
.about_specialset .txtBlk .txt-bottom .idf-txt {
  font-size: min(5.5vw,25px);
  padding: 1rem 0;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 5px;
  line-height: 1;
}
.about_specialset .txtBlk .txt-bottom .md-txt {
  margin-bottom: 3rem;
}




