@charset "utf-8";

* {
  font-family: Open Sans;
}
.tab_inner input {
  display: none;
}
.tab_outer {
  background: #F2F2F2;
  padding-top: 60px;
  border-bottom: 2px solid #E8565C;
}
.tab_inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#tab_vbts {
  display: none;
}
#tab_vb {
  display: none;
}
.tab_inner label {
  border: 1px solid #EF9FA0;
  border-bottom: none;
  background: #fff;
  display: block;
  padding: 8px 12px 4px;
  border-radius: 8px 8px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  color: #666666;
  width: 46%;
  margin-top: 7px;
}
.tab_inner label:hover {
  background: #C0C0C0;
  border-color: #C0C0C0;
}
#tab_vbts:checked ~.tab_outer label[for="tab_vbts"],
#tab_vb:checked ~.tab_outer label[for="tab_vb"] {
  border-width: 8px 2px 0 2px;
  border-style: solid;
  border-color: #E8565C;
  border-bottom: none;
  margin-top: 0;
  width: 52%;
  font-weight: 600;
  background: #FDF4F4;
  color: #333;
}
.tab_inner label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  display: block;
}
.product_outer {
  background: #fff;
  display: none;
}
.product_outer input[type="radio"] {
  display: none;
}
.product_inner {
  max-width: 1140px;
  margin: 40px auto 60px;
  display: flex;
  justify-content: space-between;
}
.product_wipe {
  width: 400px;
}
.product_wipe_img {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.slick_img {
  width: 100%;
}
.slick_img a {
  display: block;
}
.slick_img a:hover {
  background: #C0C0C0;
}
.slick_img a:hover img {
  opacity: 0.4;
}
.slick_img img {
  width: 100%;
}
.product_wipe_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_wipe_thumbnail .slick-track {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translate3d(0, 0, 0) !important;
}
.product_wipe_thumbnail .slick-track:before, .product_wipe_thumbnail .slick-track:after {
  content: none;
}
.slick_thumb {
  width: 92px !important;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
}
.slick_thumb:hover {
  background: #C0C0C0;
}
.slick_thumb.slick-current {
  border: 1px solid #E8565C
}
.slick_thumb img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.slick_thumb img:hover {
  opacity: 0.4;
}
.product_content {
  width: calc(100% - 420px);
}
.product_content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #B0B0B0;
  margin-bottom: 4px;
}
.note_list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  color: #666666;
}
.note_list_num li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 23px;
  color: #666666;
}
.product_content_cart .note_list li {
  font-size: 16px;
  padding-left: 23px;
}
.note_mark {
  position: absolute;
  top: 0;
  left: 0;
}
.product_banner {
  width: 100%;
  margin: 20px auto;
}
.product_content h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 8px;
}
.product_content h2 a {
  color: #2062DF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  margin-left: 9px;
}
.product_content h2 a:hover {
  color: #2062DF;
  opacity: 0.5;
  text-decoration: none;
}
.product_label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product_label label {
  border: 1px solid #C0C0C0;
  border-radius: 8px;
  padding: 16px 20px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
}
.product_label label:hover {
  background: #C0C0C0;
}
#period_vbts_3:checked ~ .product_inner label[for="period_vbts_3"],
#period_vbts_1:checked ~ .product_inner label[for="period_vbts_1"],
#ar_vbts_on:checked ~ .product_inner label[for="ar_vbts_on"],
#ar_vbts_off:checked ~ .product_inner label[for="ar_vbts_off"],
#period_vb_3:checked ~ .product_inner label[for="period_vb_3"],
#period_vb_2:checked ~ .product_inner label[for="period_vb_2"],
#period_vb_1:checked ~ .product_inner label[for="period_vb_1"],
#ar_vb_on:checked ~ .product_inner label[for="ar_vb_on"],
#ar_vb_off:checked ~ .product_inner label[for="ar_vb_off"] {
  border: 1px solid #E8565C;
  background: #FDF4F4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  padding-right: 46px;
  position: relative;
}
#period_vbts_3:checked ~ .product_inner label[for="period_vbts_3"]:after,
#period_vbts_1:checked ~ .product_inner label[for="period_vbts_1"]:after,
#ar_vbts_on:checked ~ .product_inner label[for="ar_vbts_on"]:after,
#ar_vbts_off:checked ~ .product_inner label[for="ar_vbts_off"]:after,
#period_vb_3:checked ~ .product_inner label[for="period_vb_3"]:after,
#period_vb_2:checked ~ .product_inner label[for="period_vb_2"]:after,
#period_vb_1:checked ~ .product_inner label[for="period_vb_1"]:after,
#ar_vb_on:checked ~ .product_inner label[for="ar_vb_on"]:after,
#ar_vb_off:checked ~ .product_inner label[for="ar_vb_off"]:after {
  content: "";
  display: block;
  background: url(/assets/images/icon/2025/icon_check_E8565C.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.product_content_cart  {
  display: none;
}
#period_vbts_3:checked ~ #ar_vbts_on:checked ~ .product_inner .product_vbts_3_ar,
#period_vbts_1:checked ~ #ar_vbts_on:checked ~ .product_inner .product_vbts_1_ar,
#period_vbts_3:checked ~ #ar_vbts_off:checked ~ .product_inner .product_vbts_3,
#period_vbts_1:checked ~ #ar_vbts_off:checked ~ .product_inner .product_vbts_1,
#period_vb_3:checked ~ #ar_vb_on:checked ~ .product_inner .product_vb_3_ar,
#period_vb_2:checked ~ #ar_vb_on:checked ~ .product_inner .product_vb_2_ar,
#period_vb_1:checked ~ #ar_vb_on:checked ~ .product_inner .product_vb_1_ar,
#period_vb_3:checked ~ #ar_vb_off:checked ~ .product_inner .product_vb_3,
#period_vb_2:checked ~ #ar_vb_off:checked ~ .product_inner .product_vb_2,
#period_vb_1:checked ~ #ar_vb_off:checked ~ .product_inner .product_vb_1 {
  display: block;
}
.product_content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.product_content_price {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.product_content_price_head {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.product_content_price_tax {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.product_content_explain {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
.product_content_explain a {
  color: #2062DF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}
.product_content_explain a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.product_cv_btn {
  background: #D71920;
  display: inline-block;
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;
  box-shadow: 0px 4px 0px 0px #8F0000;
  text-decoration: none;
  cursor: pointer;
  max-width: 560px;
  width: 100%;
  text-align: center;
  transition: all 0.2s;
}
.product_cv_btn:hover {
  box-shadow: 0px 1px 0px 0px #b5141a;
  opacity: 0.8;
  color: #fff;
  transform: translateY(6px);
}
.product_cv_btn span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 34px;
}
.product_cv_btn span:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/icon/2025/icon_cart_fff.svg) no-repeat;
}
.banner_outer {
  background: #F8F8F8;
  padding: 60px 0;
  text-align: center;
  display: none;
}
#tab_vbts:checked ~ .banner_outer.tab_vbts,
#tab_vb:checked ~ .banner_outer.tab_vb {
  display: block;
}
.banner_column {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.banner_column img {
  width: 80%;
}
.service_outer {
  background: #F9F4F4;
  padding: 60px 0;
}
.service_inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.service_inner h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.service_inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.service_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.service_content {
  background: #fff;
  padding: 16px;
  width: calc((100% - 32px) / 3);
  box-sizing: border-box;
}
.service_content h3 {
  color: #6F0000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_content h3 img {
  margin-right: 12px;
}
.service_inner .service_content p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 16px 0 0;
}
.service_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  color: #2062DF;
  cursor: pointer;
  display: none;
}
.service_link:hover {
  color: #2062DF;
  text-decoration: none;
  opacity: 0.5;
}
#tab_vbts:checked ~ .service_outer .tab_vbts,
#tab_vb:checked ~ .service_outer .tab_vb {
  display: inline;
}
.reasons_outer {
  background: #fff;
  padding: 60px 0;
  display: none;
}
#tab_vbts:checked ~ .reasons_outer.tab_vbts,
#tab_vb:checked ~ .reasons_outer.tab_vb {
  display: block;
}
.reasons_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.head_border {
  border-bottom: 4px solid #EF9FA0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 40px;
  position: relative;
}
.head_border span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.head_border:after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background: #D71920;
  position: absolute;
  left: calc(50% - 80px);
  bottom: -4px;
}
.reasons_inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.reasons_band {
  background: #F9F4F4;
  padding: 32px;
  margin: 20px 0 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.color_6F000B {
  color: #6F0000;
}
.reasons_band sub {
  font-size: 13px;
}
.features_outer {
  background: #FBF6F0;
  padding: 60px 0;
  display: none;
}
#tab_vbts:checked ~ .features_outer.tab_vbts,
#tab_vb:checked ~ .features_outer.tab_vb {
  display: block;
}
.features_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.features_list {
  padding: 0 19px;
}
.features_content {
  background: #fff;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features_content + .features_content {
  margin-top: 20px;
}
.features_content > div {
  width: 90%;
  margin-right: 32px;
}
.features_head {
  display: flex;
  align-items: center;
}
.features_head img {
  margin-right: 12px;
}
.features_head p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
.features_head sub {
  font-size: 16px;
}
.features_text {
  margin-top: 20px;
}
.features_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.features_text sub {
  font-size: 13px;
}
.comparison_outer {
  background: #F9F4F4;
  padding: 60px 0;
  display: none;
}
#tab_vbts:checked ~ .comparison_outer.tab_vbts,
#tab_vb:checked ~ .comparison_outer.tab_vb {
  display: block;
}
.comparison_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.comparison_table {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.comparison_row {
  display: flex;
  justify-content: space-between;
}
.comparison_corner {
  width: 40%;
}
.comparison_product {
  width: 60%;
  padding-left: 8px;
  display: flex;
  justify-content: space-between;
}
.comparison_cell {
  width: calc(50% - 4px);
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-bottom: 2px solid #C0C0C0;
}
.comparison_row:nth-last-child(1) .comparison_cell {
  border-bottom: none;
}
.comparison_header .comparison_cell {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 12px;
}
.comparison_head_list {
  margin-top: 16px;
}
.comparison_head_list li {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
}
.comparison_head_list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #E8565C;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  left: 0;
}
.comparison_head_list sub {
  font-size: 13px;
}
.comparison_inner .note_list_num a {
  text-decoration: underline;
  color: #2062DF;
  cursor: pointer;
}
.comparison_inner .note_list_num a:hover {
  text-decoration: underline;
  color: #2062DF;
  opacity: 0.7;
}
.comparison_header .comparison_cell img {
  margin: 0 auto;
  min-height: 100px;
  max-width: 100%;
}
.comparison_head {
  background: #EBEBEB;
  width: 40%;
  padding: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 2px solid #C0C0C0;
}
.comparison_head p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}
.comparison_head sub {
  font-size: 13px;
}
.comparison_row:nth-last-child(1) .comparison_head {
  border-bottom: none;
}
.comparison_head_frame {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding: 8px;
  margin-top: 8px;
}
.comparison_head_frame sub {
  font-size: 13px;
}
.comparison_cell sub {
  font-size: 13px;
}
.comparison_cell p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.banner_trial_outer {
  background: #fff;
  padding: 60px 0;
}
.banner_trial_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.other_outer {
  background: #F2EDEB;
  padding: 60px 0;
}
.other_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.other_list {
  display: flex;
  justify-content: space-between;
}
.other_content {
  background: #fff;
  width: calc(50% - 20px);
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.other_content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.other_content sub {
  font-size: 13px;
}
.other_content .note_list {
  text-align: center;
}
.other_content .note_list li {
  display: inline-block;
}
.other_content img {
  margin: 20px auto;
}
img.other_logo_head {
  max-width: 280px;
  margin-bottom: 12px;
}
.other_logo_img {
  max-width: 220px;
}
img.mt0.other_logo_img_pkg {
  max-width: 159px;
}
.other_btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  border: 2px solid #8F0000;
  box-shadow: 0px 4px 0px 0px #8F0000;
  text-decoration: none;
  text-align: center;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.2s;
}
.other_btn:hover {
  background: #8F00000D;
  border: 2px solid #8F00000D;
  color: #333333B2;
  transform: translateY(4px);
  box-shadow: 0px 0px 0px 0px #8F0000;
}
.other_btn span {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding-right: 18px;
}
.other_btn span:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #333333;
  border-top: none;
  border-left: none;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  top: 9px;
  right: 0;
}
.question_outer {
  background: #fff;
  padding: 60px 0;
}
.question_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.question_acc {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #707070;
  border-radius: 8px;
}
.question_acc + .question_acc {
  margin-top: 20px;
}
.question_acc input {
  display: none;
}
.question_head {
  display: flex;
  width: 100%;
  position: relative;
  padding: 28px 84px 28px 92px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
}
.question_head:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/assets/images/store/faq/icon_q.png) no-repeat;
  background-size: cover;
  top: 20px;
  left: 20px;
}
.question_mark {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 25px;
}
.question_mark:before,.question_mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #707070;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.question_mark:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.question_content {
  position: relative;
  margin: 0 20px;
  padding: 28px 5px 28px 72px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #4D4D4D;
  border-top: 1px dashed #707070;
}
.question_content:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/assets/images/store/faq/icon_a.png) no-repeat;
  background-size: cover;
  top: 20px;
  left: 0;
}
.inquiry_outer {
  background: #F2F2F2;
  padding: 60px 0;
}
.inquiry_inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.inquiry_content {
  padding: 32px 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry_content + .inquiry_content {
  margin-top: 20px;
}
.inquiry_icon_area {
  margin-right: 40px;
  text-align: center;
  width: 300px;
}
.inquiry_icon_area h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
.fc_005295 {
  color: #005295;
}
.inquiry_text_hour {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin: 16px 0;
}
.inquiry_text_hour_label {
  background: #666;
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  padding: 3px 10px;
  margin-right: 8px;
}
.fc_E8565C {
  color: #E8565C;
}
.inquiry_text_area {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  width: 440px;
}
.inquiry_tell {
  color: #6F0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inquiry_tell img {
  margin-right: 8px;
}
.inquiry_btn {
  background: #FDF4F4;
  box-shadow: 0px 4px 0px 0px #EF9FA0;
  border: 2px solid #EF9FA0;
  color: #333;
  padding: 12px 0 10px 0;
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 300px;
  margin-top: 6px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 600;
  font-size: 20px;
}
.inquiry_btn:hover {
  color: #333;
  box-shadow: 0px 1px 0px 0px #EF9FA0;
  transform: translateY(6px);
  opacity: 0.8;
}
.inquiry_btn_text {
  position: relative;
  padding-right: 18px;
}
.inquiry_btn_text:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #333333;
  border-top: none;
  border-left: none;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  top: 9px;
  right: 0;
}
.inquiry_text_mail {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #6F0000;
}
.inquiry_text_mail:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #6F0000;
}
.fix_link {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 68px;
  background: #FFEDAD;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 4px 8px 0px #3333331A;
  display: none;
}
.fix_link:hover {
  color: #3333334D;
  text-decoration: none;
  background: #E9E1C6;
}