﻿@charset "UTF-8";
/* ------------------ アニメーション　start ------------------ */
.animation_js {
  transform: translate3d(0, 0, 0)
}
.animation_js.animation_fadeinup {
  opacity: 0;
  transform: translate3d(0, min(10.417vw, 80px), 0)
}
.animation_js.animation_fadeinup.is_active {
  animation: fadeinup .8s .4s both
}
.animation_js.animation_fluffy {
  opacity: 0
}
.animation_js.animation_fluffy.is_active {
  animation: fluffy1 2.4s both
}

@keyframes fadeinup {
  0% {
    transform: translate3d(0, min(10.417vw, 80px), 0);
    opacity: 0
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
@keyframes fluffy1 {
  0%, 25%, 45%, 100% {
    transform: translateY(0) scale(1)
  }
  20%, 30% {
    transform: translateY(max(-2.083vw, -16px)) scale(0.88, 1)
  }
  0% {
    opacity: 0
  }
  45%, 100% {
    opacity: 1
  }
}
/* ------------------ アニメーション end　------------------ */

/* ------------------ 共通設定　start ------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  list-style: none
}
*::before, *::after {
  box-sizing: border-box
}
img {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  height: auto
}
body {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic, "Yu Gothic medium", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-size: 1.367vw;
  line-height: 1.6;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: .04em;
  font-weight: 500
}
@supports(-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available
  }
}
@media(max-width: 768px) {
  body {
    font-size: 3.125vw
  }
}
small {
  font-weight: normal;
  font-size: 72%
}
strong {
  font-weight: bolder
}
a {
  color: currentColor;
  text-decoration: none
}
sup {
  font-size: 64%;
  vertical-align: super
}
/* ------------------ 共通設定 end　------------------ */
/* ------------------ ボタン start　------------------ */
.btn_yellow, .btn_blank,.btn_gray {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 16em;
  padding: 1em 3.2em 1em 2.4em;
  position: relative;
  transition: .4s;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.44;
  letter-spacing: .1em;
}
.btn_yellow::after, .btn_blank::after,.btn_gray::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/top/icon_arrow_1.svg") no-repeat center/contain;
  transition: .4s;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}
.btn_2::after{
  background: url("../img/top/icon_arrow_2.svg") no-repeat center/contain;
}
.btn_gray::after{
  background: url("../img/top/icon_arrow_2.svg") no-repeat center/contain;
}
.btn_blank:hover,.btn_gray:hover {
  box-shadow: 0 .2em 1em rgba(0, 0, 0, .16)
}
.btn_yellow:hover::after, .btn_blank:hover::after,.btn_gray:hover::after {
  transform: translate3d(0.2em, -50%, 0)
}
.btn_yellow {
  background: #fff500;
  box-shadow: 0 .3em 0em rgb(220, 194, 0);
  animation: yureru-s 2s infinite;
  transition: all 0.4s;
}
@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
.btn_yellow:hover {
  transform: translateY(.2em);
  box-shadow: 0 .2em 0em rgb(220, 194, 0);
  animation: none;
}
#fwh-header_btn02{
  animation: none;
}
#fwh-header_btn01{
  animation: none;
}
@media(max-width: 769px) {
  .fwh-header .btn_gray{
    padding: 1em 2em;
    &::after{
      display: none;
    }
  }
}
.btn_2 {
  background: #333;
  color: #fff;
}
.btn_blank {
  border: 3px solid #e00000
}
.btn_blank::after {
  background-image: url("../img/top/icon_arrow_red.svg")
}
.btn_gray {
  margin-top: 1vw;
  background: #454545;
  color: #fff;
}
/* ------------------ ボタン end　------------------ */
.fwh-header_btn .btn_yellow,.fwh-header_btn .btn_gray {
  font-size: 2.5vw;
}
.ff_barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600
}
.red, .required {
  color: #e00000
}
.yellow {
  color: #fff500
}
@media(min-width: 769px) {
  .pc_hide {
    display: none !important
  }
}
@media(max-width: 768px) {
  .sp_hide {
    display: none !important
  }
}
.fwh-sec07, .fwh-cta {
  padding: 8.333vw 16.146vw;
  position: relative;
  z-index: 5
}
@media(max-width: 768px) {
  .fwh-sec07, .fwh-cta {
    padding: 16.667vw 5.208vw
  }
}
.fwh-sec07::before, .fwh-cta::before, .fwh-sec07::after, .fwh-cta::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0)
}
.fwh-sec07::before, .fwh-cta::before {
  top: 50%;
  height: calc(100% - 5.729vw);
  background: #dad9d9;
  transform: translateY(-50%) skewY(7.2deg)
}
@media(max-width: 768px) {
  .fwh-sec07::before, .fwh-cta::before {
    height: calc(100% - 11.458vw);
    transform: translateY(-50%) skewY(13.6deg)
  }
}
.fwh-sec07::after, .fwh-cta::after {
  top: 0;
  height: 100%;
  background: #e00000;
  transform: skewY(-7.2deg)
}
@media(max-width: 768px) {
  .fwh-sec07::after, .fwh-cta::after {
    transform: skewY(-13.6deg)
  }
}
.fwh-sec08_option.option3 .option3_content_plan_price dl, .fwh-sec08_option_price dl, .fwh-sec07_plan_price dl {
  display: flex;
  align-items: center;
  font-weight: bold
}
.fwh-sec08_option.option3 .option3_content_plan_price dl dt, .fwh-sec08_option_price dl dt, .fwh-sec07_plan_price dl dt {
  width: 1.28em;
  text-align: center;
  line-height: 1.28;
  font-size: 112%;
  margin-top: .08em;
  white-space: normal
}
.fwh-sec08_option.option3 .option3_content_plan_price dl dd, .fwh-sec08_option_price dl dd, .fwh-sec07_plan_price dl dd {
  position: relative
}
.fwh-sec08_option.option3 .option3_content_plan_price dl dd .span1, .fwh-sec08_option_price dl dd .span1, .fwh-sec07_plan_price dl dd .span1 {
  font-size: 336%;
  line-height: 1.04;
  vertical-align: -0.04em
}
.fwh-sec08_option.option3 .option3_content_plan_price dl dd .span2, .fwh-sec08_option_price dl dd .span2, .fwh-sec07_plan_price dl dd .span2 {
  font-size: 144%
}
.fwh-sec08_option.option3 .option3_content_plan_price dl dd small, .fwh-sec08_option_price dl dd small, .fwh-sec07_plan_price dl dd small {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 88%;
  margin-top: -0.32em
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content_plan_price dl dd small, .fwh-sec08_option_price dl dd small, .fwh-sec07_plan_price dl dd small {
    font-size: 56%
  }
}
.fwh-cta {
  color: #fff
}
.fwh-cta_header {
  display: flex;
  justify-content: space-between;
  margin-right: -4.688vw
}
@media(max-width: 768px) {
  .fwh-cta_header {
    margin: -3.125vw 0 0;
    flex-wrap: wrap
  }
}
.fwh-cta_header_title {
  white-space: nowrap;
  width: 40%;
  margin-bottom: 3.125vw
}
@media(max-width: 768px) {
  .fwh-cta_header_title {
    width: 100%;
    text-align: center
  }
}
.fwh-cta_header_title p {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 112%;
  letter-spacing: .16em;
  border: 4px solid;
  padding: .32em .8em;
  margin-bottom: .8em
}
@media(max-width: 768px) {
  .fwh-cta_header_title p {
    font-size: 100%;
    border-width: max(2px, min(0.521vw, 4px));
    display: table;
    margin: 0 auto .4em
  }
}
.fwh-cta_header_title p::before, .fwh-cta_header_title p::after {
  content: "▼";
  line-height: 1.04;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -4%) scaleX(1.6);
  font-size: 88%
}
.fwh-cta_header_title p::after {
  color: #e00000;
  margin-top: -6px
}
@media(max-width: 768px) {
  .fwh-cta_header_title p::after {
    margin-top: min(-4px, max(-0.781vw, -6px))
  }
}
.fwh-cta_header_title h2 {
  text-align: center;
  font-size: 208%;
  line-height: 1.44
}
.fwh-cta_header_title h2 .span1 {
  font-size: 136%;
  display: inline-block;
  vertical-align: -0.04em;
  line-height: 1.2
}
.fwh-cta_header_price {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 3.125vw
}
@media(max-width: 768px) {
  .fwh-cta_header_price {
    width: 100%;
    margin: 2.083vw 0 6.25vw
  }
}
.fwh-cta_header_price dl {
  width: 40%;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 1.042vw;
  display: flex;
  flex-direction: column;
  font-size: 96%;
  font-weight: bold;
  position: relative;
  padding: .64em 0 1.28em;
  margin-bottom: .8em
}
@media(max-width: 768px) {
  .fwh-cta_header_price dl {
    border-radius: 2.083vw
  }
}
.fwh-cta_header_price dt, .fwh-cta_header_price dd {
  display: flex;
  justify-content: center;
  align-items: center
}
.fwh-cta_header_price dt {
  min-height: 4em;
  line-height: 1.44
}
.fwh-cta_header_price dd {
  flex: auto;
  align-items: flex-end;
  margin-top: -0.4em
}
.fwh-cta_header_price dd .span2 {
  line-height: 1.04;
  font-size: 504%;
  margin: -0.1em .02em
}
.fwh-cta_header_price dd .span3 {
  font-size: 248%;
  line-height: 1.12
}
.fwh-cta_btn {
  font-size: 140%;
  width: 40.104vw;
  margin: auto;
}
@media(max-width: 768px) {
  .fwh-cta_btn {
    width: auto;
    font-size: 130%;
    margin: 0 5.1vw;
  }
}
.fwh-cta_detail {
  padding: 3.125vw 3.125vw 0
}
@media(max-width: 768px) {
  .fwh-cta_detail {
    padding: 8.333vw 0 0
  }
}
.fwh-cta_detail h3 {
  text-align: center;
  background: #333;
  padding: 1.28em 0;
  border-radius: .651vw .651vw 0 0;
  font-size: 100%
}
@media(max-width: 768px) {
  .fwh-cta_detail h3 {
    padding: .8em 0;
    border-radius: 1.302vw 1.302vw 0 0
  }
}
.fwh-cta_detail h3.toggle_js {
  border-radius: .651vw;
  transition: .4s
}
@media(max-width: 768px) {
  .fwh-cta_detail h3.toggle_js {
    border-radius: 1.302vw
  }
}
.fwh-cta_detail h3.toggle_js.show {
  border-radius: .651vw .651vw 0 0
}
@media(max-width: 768px) {
  .fwh-cta_detail h3.toggle_js.show {
    border-radius: 1.302vw 1.302vw 0 0
  }
}
.fwh-cta_detail_content {
  color: #333;
  background: #fff;
  font-size: 80%;
  font-weight: normal;
  padding: 3.125vw 3.125vw 1.563vw;
  line-height: 1.76;
  margin-top: -1.563vw
}
@media(max-width: 768px) {
  .fwh-cta_detail_content {
    margin-top: -3.125vw;
    padding: 5.208vw 5.208vw 3.125vw
  }
}
.fwh-cta_detail_content p {
  margin: 1em 0
}
.fwh-cta_detail > p {
  margin-top: 1.6em
}
.fwh-cta_detail > p small {
  display: block;
  font-size: 89%
}
@media(max-width: 768px) {
  .fwh-cta_detail > p small {
    font-size: 90%;
    padding: 0 5.208vw
  }
}
.fwh-header {
  background-color: #fff;
  width: 100%;
  height: 5.8vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.563vw;
  transform: translate3d(0, 0, 0);
  transition: .8s
}
@media(max-width: 768px) {
  .fwh-header {
    height: 20vw;
    padding: 2vw
  }
}
@media(max-width: 768px) {
.fwh-header_btn {
  display: flex;
}
.fwh-header_btn .btn_gray {
  margin-right: 2vw;
}
}
.fwh-header-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.fwh-header_logo {
  line-height: 0;
  width: 14.583vw
}
@media(max-width: 768px) {
  .fwh-header_logo {
    width: 15.625vw;
    /*width: 29.167vw*/
  }
}
.fwh-header_nav {
  display: flex;
  align-items: center
}
@media(max-width: 768px) {
  .fwh-header_nav {
    font-size: 88%
  }
}
.fwh-header_nav li {
  margin-left: 1.2em
}
.fwh-header_nav li:not(.to_form_btn) {
  font-size: 0.8vw
}
.fwh-header_nav li a#fwh-header_link05, .fwh-header_nav li a#fwh-header_link06 {
  padding: 0.8em 1.92em;
  text-align: center;
  color: #fff;
  background: #777;
  box-shadow: 0 0.2em 0.64em rgb(0 0 0 / 8%);
  border-radius: 16em;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4
}
.fwh-header_nav li a.fwh-header_simulation{
  padding: 0.5em 1.92em;
  text-align: center;
  color: #fff;
  background: #777;
  box-shadow: 0 0.2em 0.64em rgb(0 0 0 / 8%);
  border-radius: 16em;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.1;
  height: 3.5vw;
  cursor: pointer;
}
@media(max-width: 768px) {
  .fwh-header_nav li {
    margin-left: 0
  }
}
.fwh-header_nav a:not(.btn_yellow) {
  transition: .4s
}
.fwh-header_nav a:not(.btn_yellow):hover {
  opacity: .8
}
.fwh-header_nav .btn_yellow {
  padding: .8em 1.92em
}
.fwh-header_nav .btn_yellow::after {
  display: none
}
.fwh-header_mobile_btn {
  display: none;
  border-radius: 100%;
  background: #fff;
  width: 10.375vw;
  height: 10.375vw;
  font-size: 72%;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.36;
  letter-spacing: 0;
  padding-top: .4em;
  cursor: pointer
}
.fwh-header_mobile_btn .span1 {
  width: 56%;
  height: 32%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.fwh-header_mobile_btn .span2, .fwh-header_mobile_btn .span3, .fwh-header_mobile_btn .span4, .fwh-header_mobile_btn .span4::before, .fwh-header_mobile_btn .span4::after {
  width: 100%;
  height: max(2px, min(0.391vw, 3px));
  background: #333;
  position: absolute;
  left: 0;
  transition: .4s
}
.fwh-header_mobile_btn .span2 {
  top: 0
}
.fwh-header_mobile_btn .span2.show {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0
}
.fwh-header_mobile_btn .span3 {
  bottom: 0
}
.fwh-header_mobile_btn .span3.show {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 0
}
.fwh-header_mobile_btn .span4::before, .fwh-header_mobile_btn .span4::after {
  content: "";
  top: 0;
  transition: opacity .4s, transform .4s .24s;
  opacity: 0
}
.fwh-header_mobile_btn .span4.show {
  background: rgba(51, 51, 51, 0)
}
.fwh-header_mobile_btn .span4.show::before, .fwh-header_mobile_btn .span4.show::after {
  opacity: 1
}
.fwh-header_mobile_btn .span4.show::before {
  transform: rotate(225deg) scaleX(0.64)
}
.fwh-header_mobile_btn .span4.show::after {
  transform: rotate(135deg) scaleX(0.64)
}
.fwh-header_mobile_btn.menu_js {
  display: flex
}
.fwh-footer {
  margin-top: auto;
  text-align: center;
  background: #e00000;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 0
}
.fwh-footer_logo {
  line-height: 0;
  width: 14.583vw;
  margin: 3.646vw auto 0
}
@media(max-width: 768px) {
  .fwh-footer_logo {
    width: 29.167vw;
    margin-top: 7.292vw
  }
}
.fwh-footer_nav {
  width: 100%;
  margin: 2.604vw 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 12.458vw;
  gap: 1vw;
  font-size: 72%
}
@media(max-width: 768px) {
  .fwh-footer_nav {
    margin: 5.208vw 0;
    padding: 0 4.167vw;
    gap: 0;
    font-size: 88%
  }
}
.fwh-footer_nav li {
  margin: .4em 0
}
@media(max-width: 768px) {
  .fwh-footer_nav li {
    margin: .64em .32em
  }
}
.fwh-footer_nav a {
  text-decoration: underline
}
.fwh-footer_nav a:hover {
  text-decoration: none
}
.fwh-footer_mobile_menu {
  position: fixed;
  left: 0;
  top: -200vw;
  width: 100%;
  font-weight: bold;
  font-size: 96%;
  transition: .4s;
  transform: translate3d(0, 104%, 0);
  background: #fff;
}
.fwh-footer_mobile_menu li {
  width: 100%;
  height: 15vw;
}
.fwh-footer_mobile_menu li + li {
  border-top: solid 1px #dad9d9
}
.fwh-footer_mobile_menu li #fwh-mobile_menu_link06 {
  background: #e00000;
  font-size: 120%;
}
.fwh-footer_mobile_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #777777;
  padding: .8em 0
}
.fwh-footer_mobile_menu a.back_gray {
  color: #333;
  background: #fff
}
.fwh-footer_mobile_menu figure {
  display: flex;
  align-items: center;
  width: 8.594vw;
  margin-right: 8px
}
.fwh-footer_mobile_menu.show {
  top: 20vw;
  transform: translate3d(0, 0, 0)
}
.fwh-footer_copyright {
  color: #fff;
  background: #333;
  width: 100%
}
.fwh-footer_copyright small {
  padding: 1em 0;
  display: block
}
@media(max-width: 768px) {
  .fwh-footer_copyright small {
    padding-bottom: calc(1em + env(safe-area-inset-bottom))
  }
}
.fwh-fv {
  margin-top: -7vw;
  padding: 6.25vw 16.146vw 2vw;
  position: relative;
  overflow: hidden;
  background: #e00000 radial-gradient(farthest-corner at 64% 50%, #eb400c, #e00000);
  z-index: 10;
}
@media(max-width: 768px) {
  .fwh-fv {
    margin-top: -12.5vw;
    padding: 12.5vw 5.208vw 3vw
  }
}
.fwh-fv .fwh-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fwh-fv .fwh-flex::before{
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  height: 90%;
  background: #dad9d9;
  transform: skewY(5.5deg);
}
@media(max-width: 768px) {
  .fwh-fv .fwh-flex::before{
    top: 15%;
    height: 45%;
    transform: skewY(8deg);
  }
}
.fwh-fv .fwh-flex::after{
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  height: 90%;
  background: #e00000;
  transform: skewY(-5.5deg);
}
@media(max-width: 768px) {
  .fwh-fv .fwh-flex::after{
    top: 15%;
    height: 45%;
    transform: skewY(-8deg);
  }
}
.fwh-fv .fwh-flex .fwh-left{
  margin-right: -4vw;
}
@media(max-width: 768px) {
  .fwh-fv .fwh-flex .fwh-left{
    margin-right: 0vw;
  }
}
.fwh-fv_header {
  padding-top: 6vw;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media(max-width: 768px) {
  .fwh-fv_header {
    padding-top: 22vw;
    transform: translate3d(0, 0, 0);
  }
}
.fwh-fv_header p {
  display: table;
  color: #e00000;
  background: #fff;
  font-size: 2.344vw;
  font-weight: bold;
  padding: 0 .64em;
  margin: 0 auto;
  margin-bottom: .25em
}
@media(max-width: 768px) {
  .fwh-fv_header p {
    font-size: 4.2vw;
    margin-bottom: .64em
  }
}
.fwh-fv_header h1 {
  color: #fff;
  font-size: 2.8vw;
  line-height: 1.12;
  white-space: nowrap;
  font-style: italic;
}
@media(max-width: 768px) {
  .fwh-fv_header h1 {
    font-size: 6vw;
  }
}
.fwh-fv_header h1 .span1 {
  font-size: 120%
}
@media(max-width: 768px) {
  .fwh-fv_header h1 .span1 {
    font-size: 120%
  }
}
.fwh-fv_header h1 .span2 {
  font-size: 115%
}
@media(max-width: 768px) {
  .fwh-fv_header h1 .span2 {
    font-size: 120%;
  }
}
.fwh-fv_header h1 .span3 {
  display: block;
  line-height: 1.2;
  font-size: 160%;
}
@media(max-width: 768px) {
  .fwh-fv_header h1 .span3 {
    font-size: 155%;
  }
}
.fwh-fv_price {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  margin-top: -1.5vw;
}
@media(max-width: 768px) {
  .fwh-fv_price {
     padding-left: 2vw;
    flex-wrap: wrap;
    margin: -37vw -5.208vw 6.25vw;
    z-index: 40;
  }
}
.fwh-fv_price figure {
  line-height: 0;
  width: 18.229vw;
  height: 16.667vw;
  overflow: hidden;
  margin-top: -2vw
}
@media(max-width: 768px) {
  .fwh-fv_price figure {
    width: 100%;
    height: 60vw;
    margin: 2vw auto -6.25vw
  }
  .fwh-fv_price figure img {
    width: 65.625vw;
    margin: auto;
    display: block
  }
}
.fwh-fv_price p {
  font-size: 1.693vw;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  background: url("../img/top/icon_circle.svg") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  rotate: -7.2deg;
  margin: 1.3vw 1.563vw 0 0;
}
@media(max-width: 768px) {
  .fwh-fv_price p {
    font-size: 3.906vw;
    margin: 2.083vw 1vw 0 0
  }
}
.fwh-fv_price dl {
  display: flex;
  font-weight: bold;
  font-size: 1.9vw;
  margin-top: 1.042vw
}
@media(max-width: 768px) {
  .fwh-fv_price dl {
    font-size: 4.688vw;
    margin: 0
  }
}
.fwh-fv_price dt {
  color: #fff;
  margin: .8em .2em 0 0
}
@media(max-width: 768px) {
  .fwh-fv_price dt {
    color: #333;
  }
}
.fwh-fv_price dt .span1 {
  display: block;
  margin-bottom: .2em
}
@media(max-width: 768px) {
  .fwh-fv_price dt .span1 {
    margin: 0
  }
}
.fwh-fv_price dd {
  position: relative;
  line-height: 1.04
}
.fwh-fv_price dd .span1, .fwh-fv_price dd .span2 {
  font-style: italic
}
.fwh-fv_price dd .span1 {
  font-size: 460%;
  display: inline-block;
  vertical-align: -0.04em;
  color: #fff500;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.01em;
}
@media(max-width: 768px){
  .fwh-fv_price dd .span1 {
    color: #e00000;
  }
}
.fwh-fv_price dd .span2 {
  color: #fff;
  font-size: 208%
}
@media(max-width: 768px) {
  .fwh-fv_price dd .span2 {
    color: #333;
  }
}
.fwh-fv_price dd .span3 {
  color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 15px;
  margin-top: -0.64em;
  font-weight: normal;
}
@media(max-width: 768px) {
  .fwh-fv_price dd .span3 {
    color: #333;
    font-size: 10px;
    margin-top: -0.4em
  }
}
.fwh-fv_price dd .non-tax {
  color: #fff;
  position: absolute;
  right: 4vw;
  top:3.3vw;
  font-size: 50%;
  font-weight: normal;
}
@media(max-width: 768px) {
  .fwh-fv_price dd .non-tax {
    color: #333;
    right: 9vw;
    top:7vw;
  }
}
.fv-img-product{
  width: 27vw;
  margin-left: 6vw;
  top: 11vw;
  position: relative;
  z-index: 30;
}
@media(max-width: 768px) {
  .fv-img-product{
    margin: 0 auto;
    width: 74vw;
    height: 73vw;
    top: 2vw;
    position: relative;
  }
}
.fv_bottom {
  position: relative;
  z-index: 50;
  padding-bottom: 3em
}
.fv_notice {
  font-size: 80%;
  color: #333;
  margin-top: 2em;
  padding-bottom: 1.6em;
  margin-left: 24.5vw;
}
@media(max-width: 768px) {
  .fv_notice {
    text-align: center;
    margin-left: 0vw;
    margin-top: -3vw;
  }
}

.fwh-fv_footer {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  font-size: 104%;
  line-height: 1.28
}
@media(max-width: 768px) {
  .fwh-fv_footer {
    padding: 0;
    font-size: 96%
  }
}
.fwh-fv_footer dl {
  border-radius: 1em;
  background: #fff;
  width: 48%;
  box-shadow: 0 0 1.6em rgba(0, 0, 0, .16);
  padding: 1.28em 0 1em
}
@media(max-width: 768px) {
  .fwh-fv_footer dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 0 .8em
  }
  .fwh-fv_footer dl:first-of-type {
    padding-bottom: 1.6em
  }
  .fwh-fv_footer dl:first-of-type dt {
    margin-top: .8em
  }
}
@media(max-width: 768px) {
  .fwh-fv_footer dt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto
  }
}
.fwh-fv_footer dd {
  font-size: 192%
}
@media(max-width: 768px) {
  .fwh-fv_footer dd {
    font-size: 232%;
    line-height: 1.44;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto
  }
}
.fwh-fv_footer dd .span1, .fwh-fv_footer dd .span2 {
  font-size: 112%;
  display: inline-block;
  line-height: 1.12
}
@media(max-width: 768px) {
  .fwh-fv_footer dd .span1, .fwh-fv_footer dd .span2 {
    font-size: 136%
  }
}
.fwh-fv_footer dd .span1 {
  vertical-align: -0.04em
}
@media(max-width: 768px) {
  .fwh-fv_footer dd .span1 {
    display: block;
    margin: -0.32em 0;
    vertical-align: middle
  }
}
/**/
.online_plan-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7.5em;
}
@media(max-width: 768px) {
  .online_plan-contents{
    flex-direction: column;
    padding: 0 1.1em;
  }
}
.fwh-cta .fwh-sec07_plan.online_plan {
  color: #333
}
.fwh-cta .fwh-sec07_plan.online_plan .fwh-sec07_plan_price_wrap img {
  width: 18.62vw;
}
@media(max-width: 768px) {
  .fwh-cta .fwh-sec07_plan.online_plan .fwh-sec07_plan_price_wrap img {
    width: 31.938vw;
    margin-left: 3.125vw;
  }
}
.plus-option {
  position: relative
}
.plus-option::before {
  content: "";
  background: url(../img/top/icon_plus_red.svg);
  background-size: cover;
  height: 5.55556vw;
  width: 5.55556vw;
  display: inline-block;
  left: 50%;
  top: -5.55556vw;
  position: absolute;
  z-index: 99;
  transform: translateX(-50%)
}
@media(max-width: 768px) {
  .plus-option::before {
    top: -13.54167vw;
    height: 10.41667vw;
    width: 10.41667vw;
  }
}
.plus-option-intro p {
  text-align: center;
  font-size: 208%;
  margin-bottom: 0.5em
}
.plus-option-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.plus-option-lists li {
  width: 48%;
  color: #333;
  background: #fff;
  border-radius: 1.042vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2.083vw;
}
@media(max-width: 768px) {
  .plus-option-lists li {
    padding-bottom: 5.208vw;
  }
}
.plus-option-lists li .box-top, .plus-option02-lists li .box-top {
  font-size: 80%;
  line-height: 1.28;
  font-weight: bold;
  width: 5.5em;
  height: 5.5em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/icon_circle.svg") no-repeat center/contain;
  position: absolute;
  left: 6.5vw;
  top: 16vw;
  line-height: 8em;
  z-index: 10;
  rotate: -10deg;
}
@media(max-width: 768px) {
  .plus-option-lists li .box-top, .plus-option02-lists li .box-top  {
    width: 5em;
    height: 5em;
    line-height: 6em;
    font-size: 90%;
    top:40vw;
    left: 2.8vw
  }
}
.plus-option-lists li p, .option-result-box-intro {
  line-height: 1.44;
  position: relative;
  padding: 1em 0;
  background: #fdebeb;
  border-radius: 1.042vw 1.042vw 0 0;
  margin-bottom: 1em;
  min-height: 3.84em;
}
.plus-option-lists li p::before, .option-result-box-intro::before {
  content: "▼";
  line-height: 1.04;
  font-size: 88%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -32%);
  color: #fdebeb;
}
.plus-option-lists li .box-top::before{
  display: none;
}
.list-price {
  font-weight: 600;
}
.list-price span {
  font-family: "Barlow Condensed", sans-serif;
  color: #e00000;
  font-size: 336%;
  line-height: 1;
}
.list-price .ff_barlow{
  color: #333;
  font-size: 200%;
  position: relative;
}
.list-price .ff_barlow::before{
  content: '';
  background: #333;
  width: 1.5px;
  height: 8vw;
  position: absolute;
  left: 30%;
  top: -55%;
  transform: rotate(-80deg);
}
@media(max-width: 768px) {
  .list-price .ff_barlow::before{
    height: 20vw;
    position: absolute;
    left: 40%;
    top: -80%;
  }
}
.list-price .triangle{
  font-size: 100%;
  color: #333;
  margin: 0 0.5vw;
}
@media(max-width: 768px) {
  .list-price .triangle{
    margin: 0;
  }
}
.list-price .option-name{
  font-size: 100%;
  color: #333;
}
.list-taxprice,.option-result-box-taxprice {
	font-weight: 400;
	font-size: 88%
}
.join_two-options {
  width: 50vw;
  margin: 1.5625vw auto 4.166vw;
}
@media(max-width: 768px) {
  .join_two-options {
    width: 100%;
	  margin: 5vw auto 10vw
  }
}
.option-result {
  margin: 3.125vw 0;
  text-align: center
}
.option-result-title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 112%;
  letter-spacing: .16em;
  border: 4px solid;
  padding: 0.32em 0.8em;
  margin-bottom: 1.2em;
}
.option-result-title::before, .option-result-title::after {
  content: "▼";
  line-height: 1.04;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -4%) scaleX(1.6);
  font-size: 88%;
}
.option-result-title::after {
  color: #e00000;
  margin-top: -6px;
}
.option-result-contents {
  color: #333;
  background: #fff;
  border-radius: 1.042vw;
  position: relative;
  font-weight: 600;
  padding-bottom: 2.083vw;
}
@media(max-width: 768px) {
.option-result-contents {
    padding-bottom: 5.208vw
  }
}
.option-result-contents .box-top {
  color: #333;
  font-size: 88%;
  line-height: 1.28;
  font-weight: bold;
  width: 6.08em;
  height: 6.08em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/icon_circle.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0.16em;
}
.option-result-contents .box-top .span1 {
  transform: rotate(-7.2deg);
}
.option-result-box-intro {
  font-size: 136%
}
.option-result-box-intro span, .option-result-box-price span {
  font-family: "Barlow Condensed", sans-serif;
  color: #e00000;
  line-height: 1;
}
.option-result-box-intro span {
  font-size: 200%;
}
.option-result-box-price span {
  font-size: 504%;
}
.join_two-options .btn-box li + li {
	margin-top: 2vw
}
.join_two-options .fwh-cta_btn {
  width: 100%
}
@media(max-width: 768px) {
  .join_two-options .fwh-cta_btn {
    margin: 0
  }
}
.join_two-options .btn_blank {
  background: #fff
}

.option-caution {
  font-size: 89%;
  margin-top: 1.6em;
  font-weight: 400
}
/**/
.fwh-toggle {
  overflow: hidden
}
.fwh-toggle_btn.toggle_js {
  position: relative;
  cursor: pointer;
  z-index: 1
}
.fwh-toggle_btn.toggle_js .cross {
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  right: 1.28em;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%
}
.fwh-toggle_btn.toggle_js .cross::before, .fwh-toggle_btn.toggle_js .cross::after {
  content: "";
  width: 88%;
  height: .2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .4s;
  background: #333
}
.fwh-toggle_btn.toggle_js .cross::before {
  transform: translate(-50%, -50%) rotate(-90deg)
}
.fwh-toggle_btn.toggle_js .cross::after {
  transform: translate(-50%, -50%) rotate(-180deg)
}
.fwh-toggle_btn.toggle_js.show .cross::before, .fwh-toggle_btn.toggle_js.show .cross::after {
  transform: translate(-50%, -50%) rotate(0deg)
}
.fwh-toggle_panel.toggle_js > *, .fwh-toggle_panel.toggle_js::before, .fwh-toggle_panel.toggle_js::after {
  transition: .8s .24s;
  opacity: 0
}
.fwh-toggle_panel.show > *, .fwh-toggle_panel.show::before, .fwh-toggle_panel.show::after {
  opacity: 1
}
.fwh-sec01 {
  margin-top: -7.292vw
}
@media(max-width: 768px) {
  .fwh-sec01 {
    margin-top: -12.5vw
  }
}
.fwh-sec02 {
  padding: 8.854vw 18.75vw 1.042vw;
  position: relative;
  z-index: 6;
  overflow: hidden;
  margin-top: -3.125vw
}
@media(max-width: 768px) {
  .fwh-sec02 {
    padding: 17.708vw 5.208vw 2.083vw
  }
}
@media(max-width: 768px) {
  .fwh-sec02 {
    margin-top: -6.25vw
  }
}
.fwh-sec02 > figure {
  width: 26.042vw;
  position: absolute;
  line-height: 0;
  top: 0;
  right: 14.583vw;
  z-index: -1;
  overflow: hidden
}
@media(max-width: 768px) {
  .fwh-sec02 > figure {
    width: 59.896vw;
    right: -9.375vw
  }
}
.fwh-sec02_header {
  text-align: center;
  margin: 1.563vw 0 3.125vw
}
@media(max-width: 768px) {
  .fwh-sec02_header {
    margin: 7.292vw 3.125vw 6.25vw
  }
}
.fwh-sec02_header_20gb{
  margin: 1.563vw 0 0vw;
  margin-top: 5vw;
}
.fwh-sec02_header h2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  font-size: 192%;
  line-height: 1.28
}
@media(max-width: 768px) {
  .fwh-sec02_header h2 {
    flex-wrap: wrap;
    font-size: 176%
  }
}
.fwh-sec02_header h2 img {
  width: 6.56em;
  font-size: 100%;
  margin-bottom: .16em
}
.fwh-sec02_header h2 .span1 {
  margin-left: .2em
}
.fwh-sec02_header h2 .span2 {
  width: 1.6em;
  font-size: 80%;
  text-align: center
}
.fwh-sec02_header h2 .span3 {
  font-size: 248%;
  line-height: 1.04;
  margin-bottom: -0.08em
}
.fwh-sec02_header h2 .span4 {
  font-size: 104%
}
.fwh-sec02_header h2 .span5 {
  display: flex;
  align-items: flex-end;
  position: relative
}
.fwh-sec02_header h2 small {
  font-size: 40%;
  position: absolute;
  right: 0;
  top: 100%
}
.fwh-sec02_header h3 {
  font-size: 208%;
  line-height: 1.44
}
@media(max-width: 768px) {
  .fwh-sec02_header h3 {
    font-size: 184%;
    line-height: 1.2;
    margin: .8em 0
  }
}
.fwh-sec02_header_20gb h3{
  margin-top: -1vw;
}
@media(max-width: 768px) {
  .fwh-sec02_header_20gb h3{
    margin-top: 0vw;
  }
}
.fwh-sec02_header h3 .span1 {
  font-size: 184%;
  display: inline-block;
  vertical-align: -0.04em
}
@media(max-width: 768px) {
  .fwh-sec02_header h3 .span1 {
    margin: -0.1em 0;
    line-height: 1.04
  }
}
.fwh-sec02_header h3 .span2 {
  font-size: 128%
}
.fwh-sec02_header p {
  font-size: 104%
}
.fwh-sec02_table table {
  width: 100%;
  border-radius: 0 0 1.302vw 1.302vw;
  box-shadow: .521vw .521vw 2.604vw rgba(0, 0, 0, .16);
  margin-bottom: .781vw;
  background: #fff;
  border-spacing: 0;
  table-layout: fixed;
  white-space: nowrap
}
@media(max-width: 768px) {
  .fwh-sec02_table table {
    border-radius: 0 0 2.604vw 2.604vw;
    box-shadow: 1.042vw 1.042vw 5.208vw rgba(0, 0, 0, .16);
    margin-bottom: 3.125vw
  }
}
.fwh-sec02_table table caption {
  color: #fff;
  background: #e00000;
  font-weight: bold;
  font-size: 144%;
  border-radius: 1.302vw 1.302vw 0 0;
  padding: .64em 0
}
@media(max-width: 768px) {
  .fwh-sec02_table table caption {
    font-size: 112%;
    border-radius: 2.604vw 2.604vw 0 0
  }
}
.fwh-sec02_table table th, .fwh-sec02_table table td {
  font-size: 128%;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: .2em 0
}
@media(max-width: 768px) {
  .fwh-sec02_table table th, .fwh-sec02_table table td {
    font-size: 96%;
    border-width: 0 max(1px, min(0.391vw, 3px)) max(1px, min(0.391vw, 3px)) 0;
    padding: .32em 0
  }
}
.fwh-sec02_table table th:last-child, .fwh-sec02_table table td:last-child {
  border-right: none
}
.fwh-sec02_table table th {
  font-weight: normal;
  background: #eee
}
.fwh-sec02_table table th:first-child {
  width: 26%
}
.fwh-sec02_table table td {
  font-weight: bold;
  text-align: center
}
.fwh-sec02_table table tr:last-child th, .fwh-sec02_table table tr:last-child td {
  border-bottom: none
}
.fwh-sec02_table table tr:last-child th:first-child {
  border-bottom-left-radius: 1.302vw
}
@media(max-width: 768px) {
  .fwh-sec02_table table tr:last-child th:first-child {
    border-bottom-left-radius: 2.604vw
  }
}
.fwh-sec02_note small {
  display: block
}
@media(max-width: 768px) {
  .fwh-sec02_note small {
    padding: 0 5.208vw
  }
}
.fwh-sec03 {
  overflow: hidden;
  padding: 5.208vw 16.146vw;
  position: relative
}
@media(max-width: 768px) {
  .fwh-sec03 {
    padding: 10.417vw 5.208vw
  }
}
.fwh-sec03_bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/no-construction_bg.webp") no-repeat center top/cover;
  z-index: -1
}
@media(max-width: 768px) {
  .fwh-sec03_bg1 {
    height: 124%
  }
}
.fwh-sec03_bg2 {
  position: absolute;
  width: 100%;
  height: 12.5vw;
  background: #fff;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0) skewY(-7.2deg);
  transform-origin: left top;
  overflow: hidden
}
@media(max-width: 768px) {
  .fwh-sec03_bg2 {
    height: 25vw;
    transform: translate3d(0, 0, 0) skewY(-13.6deg)
  }
}
.fwh-sec03_bg2::before {
  content: "";
  background: #dad9d9;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0) skewY(14.4deg);
  transform-origin: left bottom;
  height: 9.375vw
}
@media(max-width: 768px) {
  .fwh-sec03_bg2::before {
    height: 13.542vw;
    transform: translate3d(0, 0, 0) skewY(27.2deg)
  }
}
.fwh-sec03_header {
  font-size: 104%;
  margin: 7.813vw 0 4.167vw;
  padding-left: 2.604vw
}
@media(max-width: 768px) {
  .fwh-sec03_header {
    font-size: 100%;
    margin: 19.792vw 0 4.167vw;
    padding-left: 5.208vw
  }
}
.fwh-sec03_header h2 {
  font-size: 288%;
  line-height: 1.44;
  margin: .32em 0
}
@media(max-width: 768px) {
  .fwh-sec03_header h2 {
    font-size: 264%
  }
}
.fwh-sec03_header h2 .span1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 33%;
  background: url("../img/top/icon_circle_red.svg") no-repeat center/contain;
  width: 2.88em;
  height: 2.88em;
  color: #fff;
  margin-right: .16em;
  vertical-align: .64em
}
.fwh-sec03_note {
  border-radius: 1.302vw;
  background: rgba(255, 255, 255, .56);
  padding: 2.083vw 2.604vw;
  line-height: 1.68;
  margin: 1.042vw 0
}
@media(max-width: 768px) {
  .fwh-sec03_note {
    border-radius: 2.604vw;
    padding: 4.167vw 5.208vw;
    margin: 2.083vw 0
  }
}
.fwh-sec03_note small {
  display: block;
  font-size: 89%
}
@media(max-width: 768px) {
  .fwh-sec03_note small {
    font-size: 90%
  }
}
.fwh-sec04 {
  padding: 5.208vw 18.75vw 0vw
}
@media(max-width: 768px) {
  .fwh-sec04 {
    padding: 10.417vw 5.208vw 0vw
  }
}
.fwh-sec04_header {
  text-align: center;
  font-size: 104%
}
@media(max-width: 768px) {
  .fwh-sec04_header {
    font-size: 100%
  }
}
.fwh-sec04_header h2 {
  white-space: nowrap;
  font-size: 224%;
  line-height: 1.28
}
.fwh-sec04_header h2 .span1 {
  font-size: 128%
}
.fwh-sec04_header p {
  margin: 1em 0
}
.fwh-sec04_cancel {
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap
}
@media(max-width: 768px) {
  .fwh-sec04_cancel {
    padding: 0 5.208vw
  }
}
.fwh-sec04_cancel figure {
  position: relative;
  width: 49%;
  height: 20.833vw;
  line-height: 0;
  font-size: 104%;
  margin: 1em 0
}
@media(max-width: 768px) {
  .fwh-sec04_cancel figure {
    width: 100%;
    height: 55.208vw
  }
}
.fwh-sec04_cancel img {
  height: 100%;
  object-fit: cover;
  border-radius: 1.042vw
}
@media(max-width: 768px) {
  .fwh-sec04_cancel img {
    border-radius: 2.083vw
  }
}
.fwh-sec04_cancel figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.6;
  background: #e00000;
  color: #fff;
  padding: .4em 0;
  border-radius: 0 0 1.042vw 1.042vw
}
@media(max-width: 768px) {
  .fwh-sec04_cancel figcaption {
    font-size: 104%;
    border-radius: 0 0 2.083vw 2.083vw
  }
}
.fwh-sec06 {
  padding: 5.208vw 16.146vw
}
@media(max-width: 768px) {
  .fwh-sec06 {
    padding: 10.417vw 5.208vw
  }
}
.fwh-sec06 h2 {
  font-size: 200%;
  text-align: center
}
@media(max-width: 768px) {
  .fwh-sec06 h2 {
    font-size: 168%;
    margin: .4em 0
  }
  .fwh-sec06 h2 .span1 {
    font-size: 112%
  }
}
.fwh-sec06 h2 img {
  width: 6.24em;
  font-size: 100%;
  margin-right: .2em;
  vertical-align: -0.04em
}
.fwh-sec06_voice {
  width: 48.5%;
  border-radius: 1.042vw;
  box-shadow: 0 0 1.563vw rgba(0, 0, 0, .12);
  position: relative;
  padding: 1.563vw 3.125vw;
  margin: .781vw 0;
  font-weight: normal
}
@media(max-width: 768px) {
  .fwh-sec06_voice {
    width: 100%;
    border-radius: 2.083vw;
    box-shadow: 0 0 3.125vw rgba(0, 0, 0, .12);
    padding: 4.167vw 5.208vw;
    margin: 3.125vw 0;
    min-height: 43.75vw
  }
}
.fwh-sec06_voice_header {
  font-weight: bold
}
.fwh-sec06_voice_header h3 {
  color: #e00000;
  font-size: 120%
}
@media(max-width: 768px) {
  .fwh-sec06_voice_header h3 {
    font-size: 136%
  }
}
.fwh-sec06_voice_header p {
  font-size: 96%
}
.fwh-sec06_voice > p {
  margin-top: .64em
}
@media(max-width: 768px) {
  .fwh-sec06_voice > p {
    margin-top: 1em
  }
}
.fwh-sec06_voice figure {
  position: absolute;
  line-height: 0
}
.fwh-sec06_voice_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.604vw 0
}
@media(max-width: 768px) {
  .fwh-sec06_voice_wrap {
    margin: 5.208vw 0
  }
}
.fwh-sec06_voice.voice1, .fwh-sec06_voice.voice3 {
  padding-left: 7.813vw
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice1, .fwh-sec06_voice.voice3 {
    padding-left: 20.833vw
  }
}
.fwh-sec06_voice.voice2, .fwh-sec06_voice.voice4 {
  padding-right: 7.813vw
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice2, .fwh-sec06_voice.voice4 {
    padding-right: 20.833vw
  }
}
.fwh-sec06_voice.voice1 figure {
  width: 6.25vw;
  left: -0.521vw;
  bottom: -0.26vw
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice1 figure {
    width: 16.667vw;
    left: 0;
    bottom: 5.208vw
  }
}
.fwh-sec06_voice.voice2 figure {
  width: 8.854vw;
  right: -1.042vw;
  bottom: -0.26vw
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice2 figure {
    width: 23.958vw;
    right: -2.083vw;
    bottom: -1.042vw
  }
}
.fwh-sec06_voice.voice3 figure {
  width: 5.208vw;
  left: -0.26vw;
  bottom: .521vw
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice3 figure {
    width: 13.542vw;
    left: 0;
    bottom: 3.125vw
  }
}
.fwh-sec06_voice.voice4 figure {
  width: 6.771vw;
  right: -0.521vw;
  bottom: 0
}
@media(max-width: 768px) {
  .fwh-sec06_voice.voice4 figure {
    width: 17.708vw;
    right: 4.167vw;
    bottom: 3.125vw
  }
}
@media(max-width: 768px) {
  .fwh-sec07 {
    padding-bottom: 10.417vw
  }
}
.fwh-sec07_inwrap {
  overflow: hidden;
  margin: -9.896vw -16.146vw 0;
  padding: 0 16.146vw
}
@media(max-width: 768px) {
  .fwh-sec07_inwrap {
    margin: -15.625vw -5.208vw -3.125vw;
    padding: 0 5.208vw
  }
}
.fwh-sec07_header {
  padding: 0 2.604vw;
  position: relative;
  min-height: 28.646vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 768px) {
  .fwh-sec07_header {
    padding: 4.167vw 0 10.417vw;
    min-height: 50vw
  }
}
.fwh-sec07_header h2 {
  text-align: center;
  color: #fff;
  font-size: 208%;
  line-height: 1.84;
  margin-top: 1.6em
}
@media(max-width: 768px) {
  .fwh-sec07_header h2 {
    line-height: 1.6;
    font-size: 200%
  }
}
.fwh-sec07_plan {
  margin-bottom: 4.167vw;
  padding-bottom: 4vw;
  background: #fff;
  border-radius: 1.042vw;
  position: relative;
  z-index: 1
}
@media(max-width: 768px) {
  .fwh-sec07_plan {
    margin-bottom: 10.417vw;
    padding-bottom: 6.25vw;
    border-radius: 2.083vw
  }
}
.fwh-sec07_plan_header {
  position: relative;
  background: #fdebeb;
  border-radius: 1.042vw 1.042vw 0 0;
  text-align: center;
  padding: 2.083vw 0;
  margin-bottom: 2.604vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan_header {
    border-radius: 2.083vw 2.083vw 0 0;
    padding: 4.167vw 0;
    margin-bottom: 5.208vw
  }
}
.fwh-sec07_plan_header::before {
  content: "▼";
  line-height: 1.04;
  font-size: 128%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -32%);
  color: #fdebeb
}
.fwh-sec07_plan_header p {
  font-size: 88%;
  line-height: 1.28;
  font-weight: bold;
  width: 8em;
  height: 8em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/icon_circle.svg") no-repeat center/contain;
  position: absolute;
  left: -3.8vw;
  top: -2.604vw;
  padding-top: .16em
}
@media(max-width: 768px) {
  .fwh-sec07_plan_header p {
    width: 6.8em;
    height: 6.8em;
    font-size: 90%;
    top: -8.333vw;
    left: -4.688vw
  }
}
.fwh-sec07_plan_header p .span1 {
  transform: rotate(-7.2deg)
}
.fwh-sec07_plan_header p .span2 {
  font-size: 88%
}
.fwh-sec07_plan_header h3 {
  font-size: 160%
}
@media(max-width: 768px) {
  .fwh-sec07_plan_header h3 {
    min-height: 2.88em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}
.fwh-sec07_plan_header h3 .span1 {
  display: inline-block;
  font-size: 72%;
  margin-right: .64em
}
@media(max-width: 768px) {
  .fwh-sec07_plan_header h3 .span1 {
    margin-right: 0;
    display: block
  }
}
.fwh-sec07_plan_price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
@media(max-width: 768px) {
  .fwh-sec07_plan_price {
    margin: 0 0 6.25vw;
  }
}
.fwh-sec07_plan_price_2 {
  margin-top: -3.5vw;
}
@media(max-width: 768px) {
  .fwh-sec07_plan_price_2 {
    margin: 0 0 6.25vw;
  }
}
.fwh-sec07_plan_price h4 {
  font-size: 208%;
  margin-bottom: -0.16em
}
@media(max-width: 768px) {
  .fwh-sec07_plan_price h4 {
    font-size: 176%
  }
}
.fwh-sec07_plan_price dl {
  font-size: 128%
}
@media(max-width: 768px) {
  .fwh-sec07_plan_price dl {
    font-size: 120%
  }
}
.fwh-sec07_plan_price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 768px) {
  .fwh-sec07_plan_price_wrap {
    margin: 6.25vw 0 3.125vw
  }
}
.fwh-sec07_plan_price_wrap figure {
  line-height: 0
}
.fwh-sec07_plan_icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3.125vw;
  text-align: center;
  margin-bottom: 1.6em
}
@media(max-width: 768px) {
  .fwh-sec07_plan_icon {
    padding: 0 5.208vw
  }
}
.fwh-sec07_plan_icon figure {
  width: 16%;
  border-radius: 1.042vw;
  background: #eee;
  line-height: 1.36;
  padding: .8em 0;
  display: flex;
  align-items: center;
  flex-direction: column
}
@media(max-width: 768px) {
  .fwh-sec07_plan_icon figure {
    width: 32%;
    border-radius: 2.083vw;
    margin: .32em 0;
    font-size: 104%
  }
}
.fwh-sec07_plan_icon figure img {
  font-size: 100%;
  width: 3.36em;
  margin-bottom: .4em
}
.fwh-sec07_plan_icon .device img {
  margin-top: .6em;
  width: 4em;
}
.fwh-sec07_plan_icon .data img{
  width: 2.2em;
}
.fwh-sec07_plan_icon figure .span1 {
  font-size: 136%;
  display: inline-block;
  line-height: 1.12;
  vertical-align: -0.04em;
  margin: -0.04em 0
}
.fwh-sec07_plan_icon figcaption {
  margin-top: auto
}
.fwh-sec07_plan_note {
  padding: 0 3.125vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan_note {
    padding: 0 5.208vw
  }
}
.fwh-sec07_plan_note small {
  display: block;
  font-size: 88%
}
@media(max-width: 768px) {
  .fwh-sec07_plan_note small {
    font-size: 90%
  }
}
.fwh-sec07_plan_toggle {
  margin: 0 3.125vw;
  border: 2px solid;
  border-radius: 1.042vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan_toggle {
    margin: 0 5.208vw;
    border-radius: 2.083vw
  }
}
.fwh-sec07_plan_toggle h4 {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 112%;
  padding: 1em 0;
  border-radius: .781vw .781vw 0 0
}
@media(max-width: 768px) {
  .fwh-sec07_plan_toggle h4 {
    font-size: 96%;
    border-radius: 1.563vw 1.563vw 0 0
  }
}
.fwh-sec07_plan_toggle h4.toggle_js {
  border-radius: .781vw;
  transition: .4s
}
@media(max-width: 768px) {
  .fwh-sec07_plan_toggle h4.toggle_js {
    border-radius: 1.563vw
  }
}
.fwh-sec07_plan_toggle h4.toggle_js.show {
  border-radius: .781vw .781vw 0 0
}
@media(max-width: 768px) {
  .fwh-sec07_plan_toggle h4.toggle_js.show {
    border-radius: 1.563vw 1.563vw 0 0
  }
}
.fwh-sec07_plan_toggle_panel {
  padding: 2.083vw 0
}
@media(max-width: 768px) {
  .fwh-sec07_plan_toggle_panel {
    padding: 4.167vw 0
  }
}
.fwh-sec07_plan_toggle_panel .fwh-sec07_plan_icon {
  font-size: 88%
}
.fwh-sec07_plan.plan1 .fwh-sec07_plan_price_wrap img {
  width: 18.62vw;
  margin-left: 2.083vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan.plan1 .fwh-sec07_plan_price_wrap img {
    width: 35.938vw;
    margin-left: 3.125vw
  }
}
.fwh-sec07_plan.plan2 .fwh-sec07_plan_price_wrap img {
  width: 22.3vw;
  margin-left: 1vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan.plan2 .fwh-sec07_plan_price_wrap img {
    width: 37vw;
    margin-left: 3.125vw
  }
}
.fwh-sec07_plan.plan3 .fwh-sec07_plan_price_wrap img {
  width: 22.3vw;
  margin-left: 1vw
}
@media(max-width: 768px) {
  .fwh-sec07_plan.plan3 .fwh-sec07_plan_price_wrap img {
    width: 37vw;
    margin-left: 3.125vw
  }
}
.fwh-sec08 {
  padding: 0 16.146vw
}
.fwh-option {
  padding-top: 5.208vw;
}
@media(max-width: 768px) {
  .fwh-sec08 {
    padding: 0 5.208vw
  }
  .fwh-option {
    padding-top: 10.417vw;
  }
}
.fwh-sec08_header {
  display: flex;
  align-items: center
}
@media(max-width: 768px) {
  .fwh-sec08_header {
    display: block
  }
}
.fwh-sec08_header h2 {
  font-size: 235%;
  text-align: center;
  white-space: nowrap;
  margin-top: .8em
}
@media(max-width: 768px) {
  .fwh-sec08_header h2 {
    text-align: center;
    font-size: 200%;
    margin: .4em 0 1em
  }
}
.fwh-sec08_option {
  border-radius: 1.042vw;
  box-shadow: 0 0 1.563vw rgba(0, 0, 0, .16);
  width: 49%;
  margin: 1.042vw 0;
  padding-bottom: 2.083vw
}
@media(max-width: 768px) {
  .fwh-sec08_option {
    border-radius: 2.083vw;
    box-shadow: 0 0 3.125vw rgba(0, 0, 0, .16);
    width: 100%;
    margin: 3.125vw 0;
    padding-bottom: 5.208vw
  }
}
.fwh-sec08_option h3 {
  font-size: 144%;
  text-align: center;
  line-height: 1.44;
  position: relative;
  padding: 1em 0;
  background: #fdebeb;
  border-radius: 1.042vw 1.042vw 0 0;
  margin-bottom: 1em;
  min-height: 3.84em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
@media(max-width: 768px) {
  .fwh-sec08_option h3 {
    border-radius: 2.083vw 2.083vw 0 0;
    font-size: 176%
  }
}
.fwh-sec08_option h3::before {
  content: "▼";
  line-height: 1.04;
  font-size: 88%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -32%);
  color: #fdebeb
}
.fwh-sec08_option h3 .span1 {
  font-size: 80%;
  display: block
}
@media(max-width: 768px) {
  .fwh-sec08_option h3 .span1 {
    font-size: 72%
  }
}
.fwh-sec08_option.option1{
  position: relative;
}
.fwh-sec08_option .box-top {
  font-size: 88%;
  line-height: 1.28;
  font-weight: bold;
  width: 8em;
  height: 8em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/icon_circle.svg") no-repeat center/contain;
  position: absolute;
  left: -3.5vw;
  top: 6vw;
  line-height: 8em;
  z-index: 10;
  rotate: -10deg;
}
@media(max-width: 768px) {
  .fwh-sec08_option .box-top {
    width: 6.5em;
    height: 6.5em;
    line-height: 6.5em;
    font-size: 90%;
    top:22vw;
    left: -2vw
  }
}
.fwh-sec08_option_price {
  display: flex;
  align-items: center;
  padding: 0 2.083vw
}
@media(max-width: 768px) {
  .fwh-sec08_option_price {
    padding: 0 5.208vw;
    font-size: 120%
  }
}
.fwh-sec08_option_price dl {
  width: 50%
}
.fwh-sec08_option_price .center {
  justify-content: center;
  align-items: flex-end;
}
.fwh-sec08_option_price .before{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  font-size: 95%;
}
@media(max-width: 768px) {
  .fwh-sec08_option_price .before{
    font-size: 100%;
  }
}
.fwh-sec08_option_price .before::before{
  content: '';
  background: #333;
  width: 1.5px;
  height: 7.5vw;
  position: absolute;
  left: 40%;
  top: -30%;
  transform: rotate(-75deg);
}
@media(max-width: 768px) {
  .fwh-sec08_option_price .before::before{
    content: '';
    background: #333;
    width: 1.5px;
    height: 23vw;
    position: absolute;
    left: 44%;
    top: -23%;
    transform: rotate(-75deg);
  }
}
.fwh-sec08_option_price .before .ff_barlow{
  font-size: 180%;
  transform: translateY(12%);
}
@media(max-width: 768px) {
  .fwh-sec08_option_price .before .ff_barlow{
    font-size: 200%;
    transform: translateY(16%);
  }
}
.fwh-sec08_option_price .before .triangle{
  font-size: 80%;
  margin: 0 0.4vw;
  transform: translateY(-30%);
}
@media(max-width: 768px) {
  .fwh-sec08_option_price .before .triangle{
    margin: 0 0.7vw;
  }
}
.fwh-sec08_option_price figure {
  width: 50%;
  text-align: center;
  line-height: 0
}
.fwh-sec08_option_price img {
  width: 60%
}
.fwh-sec08_option_price .fix img {
  width: 31%
}
.fwh-sec08_option_detail {
  margin: 1.563vw 2.083vw 0;
  border: 2px solid;
  border-radius: .781vw
}
@media(max-width: 768px) {
  .fwh-sec08_option_detail {
    margin: 4.167vw 5.208vw 0;
    border-radius: 1.563vw
  }
}
.fwh-sec08_option_detail h4 {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 96%;
  padding: .64em 0;
  border-radius: .651vw .651vw 0 0
}
@media(max-width: 768px) {
  .fwh-sec08_option_detail h4 {
    border-radius: 1.302vw 1.302vw 0 0
  }
}
.fwh-sec08_option_detail h4.toggle_js {
  border-radius: .651vw;
  transition: .4s
}
@media(max-width: 768px) {
  .fwh-sec08_option_detail h4.toggle_js {
    border-radius: 1.302vw
  }
}
.fwh-sec08_option_detail h4.toggle_js.show {
  border-radius: .651vw .651vw 0 0
}
@media(max-width: 768px) {
  .fwh-sec08_option_detail h4.toggle_js.show {
    border-radius: 1.302vw 1.302vw 0 0
  }
}
.fwh-sec08_option_detail_panel {
  padding: 1.563vw;
  font-size: 88%;
  font-weight: normal
}
@media(max-width: 768px) {
  .fwh-sec08_option_detail_panel {
    padding: 3.125vw
  }
}
.fwh-sec08_option_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3.125vw 0
}
.fwh-sec08_option.option3 {
  width: 100%
}
.fwh-sec08_option.option3 .option3_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.042vw 2.083vw
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content {
    padding: 2.083vw 5.208vw
  }
}
.fwh-sec08_option.option3 .option3_content_plan {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content_plan {
    width: 100%;
    font-size: 112%
  }
}
.fwh-sec08_option.option3 .option3_content_plan_header {
  margin-bottom: 1.6em
}
.fwh-sec08_option.option3 .option3_content_plan_header h4 {
  font-size: 160%
}
.fwh-sec08_option.option3 .option3_content_plan_header p {
  font-size: 88%;
  font-weight: normal
}
.fwh-sec08_option.option3 .option3_content_plan_price {
  margin-bottom: 1.6em
}
.fwh-sec08_option.option3 .option3_content_plan_price p {
  text-align: center;
  font-size: 72%;
  font-weight: bold;
  background: #ddd;
  border-radius: .4em;
  margin-top: .64em
}
.fwh-sec08_option.option3 .option3_content_point {
  width: 48%
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content_point {
    width: 100%
  }
}
.fwh-sec08_option.option3 .option3_content_point_icon {
  display: flex;
  justify-content: space-between;
  text-align: center
}
.fwh-sec08_option.option3 .option3_content_point_icon figure {
  position: relative;
  background: #eee;
  border-radius: 1.042vw;
  width: 32%;
  padding: .8em 0 .32em;
  line-height: 0;
  margin: .32em 0
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content_point_icon figure {
    border-radius: 2.083vw;
    margin: .64em 0
  }
}
.fwh-sec08_option.option3 .option3_content_point_icon img {
  width: 40%
}
.fwh-sec08_option.option3 .option3_content_point_icon .wifi img {
  width: 50%
}
.fwh-sec08_option.option3 .option3_content_point_icon figcaption {
  white-space: nowrap;
  font-size: 96%;
  line-height: 1.28;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.4em;
  min-height: 4em
}
.fwh-sec08_option.option3 .option3_content_point_icon .wifi figcaption {
  margin-top: 0.7em;
}
.fwh-sec08_option.option3 .option3_content_point_icon .earth figcaption {
  margin-top: 0.3em;
}
@media(max-width: 768px) {
  .fwh-sec08_option.option3 .option3_content_point_icon figcaption {
    font-size: 104%
  }
}
.fwh-sec08_option.option3 .option3_content_point_icon figcaption .span2 {
  font-size: 128%
}
.fwh-sec08_option.option3 .option3_content_point p {
  margin-top: 1em;
  font-size: 112%
}
.fwh-sec08_option.option3 .option3_content_point p .btn_blank {
  padding-top: .8em;
  padding-bottom: .8em
}
.fwh-sec10 {
  padding: 5.208vw 16.146vw
}
@media(max-width: 768px) {
  .fwh-sec10 {
    padding: 10.417vw 5.208vw
  }
}
.fwh-sec10 h2 {
  text-align: center;
  font-size: 248%
}
@media(max-width: 768px) {
  .fwh-sec10 h2 {
    font-size: 216%;
    margin: .32em 0
  }
}
.fwh-sec10_qa {
  margin: 2.604vw 0;
  border-radius: .781vw;
  border: 2px solid #e00000;
  font-size: 104%
}
@media(max-width: 768px) {
  .fwh-sec10_qa {
    margin: 5.208vw 0;
    border-radius: 1.563vw
  }
}
.fwh-sec10_qa h3 {
  background: #e00000;
  color: #fff;
  font-size: 100%;
  padding: .8em 1.6em .8em 3.52em;
  border-radius: .651vw .651vw 0 0;
  font-weight: 500;
  position: relative
}
@media(max-width: 768px) {
  .fwh-sec10_qa h3 {
    border-radius: 1.302vw 1.302vw 0 0;
    padding: 1em 2.56em
  }
}
.fwh-sec10_qa h3::before {
  content: "Q";
  font-size: 152%;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-56%)
}
@media(max-width: 768px) {
  .fwh-sec10_qa h3::before {
    left: .64em;
    font-size: 136%
  }
}
.fwh-sec10_qa h3.toggle_js {
  border-radius: .651vw;
  transition: .4s
}
@media(max-width: 768px) {
  .fwh-sec10_qa h3.toggle_js {
    border-radius: 1.302vw
  }
}
.fwh-sec10_qa h3.toggle_js .cross::before, .fwh-sec10_qa h3.toggle_js .cross::after {
  background: #e00000
}
.fwh-sec10_qa h3.toggle_js.show {
  border-radius: .651vw .651vw 0 0
}
@media(max-width: 768px) {
  .fwh-sec10_qa h3.toggle_js.show {
    border-radius: 1.302vw 1.302vw 0 0
  }
}
.fwh-sec10_qa_a {
  padding: .64em 1.6em .64em 3.52em;
  font-weight: normal;
  position: relative
}
@media(max-width: 768px) {
  .fwh-sec10_qa_a {
    padding: .64em 2.56em
  }
}
.fwh-sec10_qa_a a{
  text-decoration: underline;
  color: blue;
}
.fwh-sec10_qa_a::before {
  content: "A.";
  font-size: 152%;
  position: absolute;
  left: 1em;
  top: .64em;
  font-weight: 500;
  color: #e00000
}
@media(max-width: 768px) {
  .fwh-sec10_qa_a::before {
    left: .64em;
    font-size: 136%;
    top: .8em
  }
}
.fwh-sec10_qa_a p {
  margin: .8em 0
}
.fwh-sec10_news {
  border: max(1px, min(0.26vw, 2px)) solid #e00000;
  position: relative;
  padding: 1.563vw 0
}
@media(max-width: 768px) {
  .fwh-sec10_news {
    padding: 2.083vw 0
  }
}
.fwh-sec10_news::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 2.4em, rgba(255, 255, 255, 0) 3.2em);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.fwh-sec10_news_inwrap {
  height: 15.625vw;
  overflow: auto;
  padding: 0 2.604vw 1em
}
@media(max-width: 768px) {
  .fwh-sec10_news_inwrap {
    height: 43.75vw;
    padding: 0 5.208vw 1.6em
  }
}
.fwh-sec10_news ul {
  font-weight: normal
}
@media(max-width: 768px) {
  .fwh-sec10_news ul {
    font-size: 96%
  }
}
.fwh-sec10_news li {
  padding: 1em 0;
  border-bottom: max(1px, min(0.26vw, 2px)) solid #e00000
}
.fwh-sec10_news a {
  transition: .4s
}
.fwh-sec10_news a:hover {
  opacity: .8
}
.fwh-sec10_pagetop {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  color: #e00000;
  font-size: 88%;
  font-weight: bold;
  line-height: 1.44;
  margin: auto;
  position: fixed;
  bottom: 6vw;
  right: 2vw;
  z-index: 9999;
}
@media(max-width: 768px) {
  .fwh-sec10_pagetop {
    bottom: 22vw;
    right: 0vw;
    font-size: 95%;
    background: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.fwh-sec10_pagetop img {
  font-size: 100%;
  width: 1.6em;
  margin-bottom: .32em;
  transition: .4s;
  transform: translate3d(0, 0, 0)
}
.fwh-sec10_pagetop a {
  border: 3px solid;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 7.04em;
  height: 7.04em;
  position: relative;
  background: #fff;
}
@media(max-width: 768px) {
  .fwh-sec10_pagetop a {
    border: 2px #fff solid;
    width: 40px;
    height: auto;
    background: #e00000;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px 0 0 8px;
  }
}
.fwh-sec10_pagetop a:hover img {
  transform: translateY(-16%)
}
.fwh-sec10_pagetop.to_biz{
  bottom: 48vw;
}
.fwh-sec10_pagetop.to_biz a{
  background: #555;
}
/**/
.attention {
  background-color: #f8f8f8;
  text-align: center;
  position: relative;
  margin-top: 6.94444vw;
  padding: 5.208vw 0
}
.attention .attention-cont {
  position: relative;
  margin: 0 auto;
  max-width: 55.55556vw;
}
.attention .attention-cont .attention-title h3 {
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  position: relative;
  font-size: 2.5vw;
}
.attention .attention-cont .attention-title h3::before {
  content: "";
  background-color: #e41f1a;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  width: 0.27778vw;
  height: 3.47222vw;
  top: 0;
  left: -0.7em;
}
.attention .attention-cont .attention-title h3::after {
  content: "";
  background-color: #e41f1a;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  width: 0.27778vw;
  height: 3.47222vw;
  top: 0;
  right: -0.5em;
}
.cancellationfee {
  margin: 0 auto 4vw
}
.cancellationfee_flex {
  display: flex;
  justify-content: space-between;
}
.flex-item div {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.flex-item hr {
  width: 70%;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 1px;
}
.cancellationfee_flex .flex-item {
  text-align: center;
  width: 33%;
  position: relative;
  height: 8vw;
}
.low-flex-item div {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.low-flex-item hr {
  width: 70%;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 1px
}
.low-flex-item p.normal {
  font-size: 1.2vw;
  padding-bottom: 0.4vw;
}
.cancellationfee_flex .low-flex-item {
  text-align: center;
  width: 30%;
  position: relative;
  height: 8vw;
}
.color-white {
  color: white !important;
}
.flex-item span {
  font-size: 1vw;
  white-space: nowrap;
  display: block;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.low-flex-item span {
  font-size: 0.8vw;
  white-space: nowrap;
  display: block;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.flex-item img {
  position: absolute;
  top: 0;
  left: -3px;
  width: 110%;
  max-width: 110%;
  height: 100%;
}
.low-flex-item img {
  position: absolute;
  top: 0;
  left: -5px;
  width: 108%;
  max-width: 108%;
  height: 100%;
}
.attention .attention-cont .attention-cont {
  text-align: left;
}
.attention .attention-cont .attention-cont p.description, .attention .attention-cont .attention-cont p.cancellationfee_year {
  font-size: 1.25vw;
  margin-top: 2.08333vw;
}
.attention .attention-cont .attention-cont p:not(.description) {
  font-weight: 600;
}
.attention .attention-cont .attention-cont p:not(.pc-margin):not(.description):not(.normal):not(.cancellationfee_year) {
  margin-bottom: 0.6vw;
  font-size: 2.2vw
}
.cancellationfee p.cancellationfee_year {
  padding-bottom: 1vw;
}
.attention .attention-cont .attention-cont p.normal {
  font-size: 1.4vw;
  padding-bottom: 0.4vw;
}
.low-flex-item p.pc-margin {
  margin-bottom: 0.8vw;
  margin-top: 0.6vw;
  font-size: 1.6vw
}
.attention .attention-cont .attention-cont .btnClick {
  font-weight: 600;
  background-color: #000;
  padding: 0.3em 1em;
  color: #fff;
  cursor: pointer;
  font-size: 1.25vw;
  margin-top: 1.38889vw;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.attention .attention-cont .attention-cont .inner {
  padding: 2.08333vw;
  opacity: 1;
  height: 100%;
  background-color: #fff;
  font-size: 1.04167vw;
}
.attention .attention-cont .salestxt .circle {
  width: 14.23611vw;
  height: 14.23611vw;
  border: 0.20833vw solid #e41f1a;
  font-size: 1.66667vw;
  margin-right: 2em;
  background-color: #fff;
  border-radius: 50%;
  color: #e41f1a;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.attention .attention-cont .salestxt .txt {
  font-size: 2.5vw;
  font-style: italic;
  font-weight: 600;
  color: #e41f1a;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
.attention .attention-cont .salestxt .txt span {
  font-size: 3.33333vw;
}
.attention .attention-cont .caution02 {
  margin: 1em auto;
  counter-reset: item;
  max-width: 88.54167vw;
  text-align: left;
  font-size: 1.2vw;
  font-weight: 400
}
.caution02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.caution02 li:before {
  content: "※";
}
.attention .attention-cont .caution02 span {
  color: #e41f1a;
  font-weight: 600;
}
.attention .attention-cont .salestxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.08333vw;
}
*, ::before, ::after {
  background-repeat: no-repeat;
}
.caution04 li {
  text-indent: -1em;
  padding-left: 1em;
}
@media(max-width: 768px) {
  .attention {
    padding-top: 13.02083vw;
    padding-bottom: 13.02083vw;
  }
  .attention .attention-cont {
    max-width: 88.54167vw;
  }
  .attention .attention-cont .attention-title h3 {
    font-size: 6.25vw;
  }
  .attention .attention-cont .attention-title h3::before {
    width: 1.04167vw;
    height: 10.41667vw;
    top: -0.2em;
  }
  .attention .attention-cont .attention-title h3::after {
    width: 1.04167vw;
    height: 10.41667vw;
    right: -0.5em;
    top: -0.2em;
  }
  .attention .attention-cont .attention-cont p.description, .attention .attention-cont .attention-cont p.cancellationfee_year {
    font-size: 100%;
    margin-top: 3.90625vw;
  }
  .attention .attention-cont .attention-cont p:not(.pc-margin):not(.description):not(.normal):not(.cancellationfee_year) {
    font-size: 3.6875vw;
  }
  .attention .attention-cont .attention-cont p.normal {
    font-size: 2vw;
  }
  .flex-item span {
    font-size: 2vw
  }
  .low-flex-item span {
    font-size: 2vw;
    padding: 1vw 0;
  }
  .low-flex-item p.pc-margin {
    font-size: 3vw !important;
  }
  .cancellationfee_flex .flex-item, .cancellationfee_flex .low-flex-item {
    height: 15vw;
  }
  .flex-item img {
    left: -5px;
    width: 110%;
    max-width: 110%;
  }
  .low-flex-item img {
    left: -5px;
    width: 115%;
    max-width: 115%;
  }
  .sp-wrap {
    flex-wrap: wrap
  }
  .cancellationfee_flex .low-flex-item:nth-of-type(2) {
    margin-right: 38%;
    margin-bottom: 2vw;
  }
  .cancellationfee_flex .low-flex-item:nth-of-type(3) {
    margin-left: 38%;
  }
  .low-flex-item img {
    left: -8px;
  }
  .attention .attention-cont .attention-cont .btnClick {
    font-size: 100%;
    margin-top: 5.20833vw;
  }
  .attention .attention-cont .attention-cont .btnClick::after {
    font-size: 6.25vw;
  }
  .attention .attention-cont .attention-cont .is-active::after {
    font-size: 6.25vw;
  }
  .attention .attention-cont .attention-cont .inner {
    padding: 0 5.20833vw;
    margin-bottom: 5.20833vw;
  }
  .attention .attention-cont .attention-cont .btnClick + .show {
    padding: 5.20833vw;
  }
  .attention .attention-cont table {
    width: 88.54167vw;
    margin: 3.90625vw auto;
    border-spacing: 0px 2.60417vw;
  }
  .attention .attention-cont table tr {
    height: 15.625vw;
    padding-top: 2.60417vw;
  }
  .attention .attention-cont table tr th {
    font-size: 4.16667vw;
  }
  .attention .attention-cont table tr td {
    font-size: 4.16667vw;
  }
  .attention .attention-cont .salestxt {
    margin-top: 5.20833vw;
  }
  .attention .attention-cont .salestxt .circle {
    width: 36.45833vw;
    height: 36.45833vw;
    font-size: 4.16667vw;
    margin-right: 1.30208vw;
  }
  .attention .attention-cont .salestxt .txt {
    font-size: 4.6875vw;
  }
  .attention .attention-cont .salestxt .txt span {
    font-size: 7.29167vw;
  }
  .attention .attention-cont .caution02 {
    margin-top: 5.20833vw;
    font-size: 90%;
  }
  .attention .attention-cont .attention-cont .inner {
    font-size: 3.38542vw;
  }
}
/**/
.option02 {
  padding: 0 16.146vw 5.208vw 16.146vw;
}
.option02 .option02-cont {
  border-radius: 1.042vw;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 2.77778vw rgba(0, 0, 0, 0.1);
  padding: 3.125vw 6.94444vw;
}
.option02 .option02-cont .option02-contents {
  position: relative;
}
.option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro {
  font-size: 2.5vw;
  color: #fff;
  background-color: #e41f1a;
  transform: skewX(-15deg);
  text-align: center;
  line-height: 5.20833vw;
  font-weight: 600;
  margin-bottom: 2.08333vw;
}
.option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro p {
  transform: skewX(15deg);
}
.option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro span {
  font-size: 3.33333vw;
  font-family: "Barlow Condensed", sans-serif;
  margin-right: 0.1em;
}
.option02 .option02-cont .option02-contents .option02-result .option02-result-intro {
  font-size: 2.5vw;
  color: #e41f1a;
  background-color: #fff;
  border: #e41f1a 0.13889vw solid;
  transform: skewX(-15deg);
  text-align: center;
  line-height: 5.20833vw;
  font-weight: 600;
  margin-bottom: 2.08333vw;
}
.option02 .option02-cont .option02-contents .option02-result .option02-result-intro p {
  transform: skewX(15deg);
}
.option02 .option02-cont .option02-contents .option02-result::before {
  content: "";
  background: url("../img/top/triangle_3.svg");
  background-size: cover;
  width: 2.75vw;
  height: 7.29167vw;
  display: inline-block;
  left: 26.38889vw;
  top: 1.38889vw;
  position: relative;
  z-index: 999;
}
.option02 .option02-cont .option02-contents .option02-result-contents {
  font-size: 1.66667vw;
  text-align: center;
  font-weight: 800;
  position: relative;
  margin-bottom: 2.08333vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .box-top {
  margin-bottom: 0.69444vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .box-top::before {
  content: "";
  background-color: #e41f1a;
  transform: rotate(-35deg);
  position: absolute;
  width: 0.27778vw;
  height: 2.08333vw;
  left: 20.83333vw;
  top: 0.27778vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .box-top::after {
  content: "";
  background-color: #e41f1a;
  transform: rotate(35deg);
  position: absolute;
  width: 0.27778vw;
  height: 2.08333vw;
  right: 20.83333vw;
  top: 0.27778vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box {
  max-width: 41.66667vw;
  margin: 0 auto;
  transform: skewX(-15deg);
  text-align: center;
  line-height: 5.20833vw;
  font-weight: 600;
  margin-bottom: 3.47222vw;
  z-index: 999;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-inner {
  background-color: #fff;
  padding: 0.69444vw 0 2.77778vw 0;
  border: #e41f1a 0.13889vw solid;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-intro {
  transform: skewX(15deg);
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-intro span {
  font-family: "Barlow Condensed", sans-serif;
  color: #e41f1a;
  font-size: 3.33333vw;
  margin-right: 0.1em;
  vertical-align: -0.04em;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price {
  transform: skewX(15deg);
  font-size: 1.66667vw;
  line-height: 3.47222vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price span {
  font-family: "Barlow Condensed", sans-serif;
  color: #e41f1a;
  font-size: 5vw;
  margin-right: 0.1em;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price small {
  font-size: 0.5em;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-taxprice {
  transform: skewX(15deg);
  line-height: 2.08333vw;
}
.option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0.69444vw 0.69444vw 0 #e41f1a;
  z-index: -999;
}
@supports (-webkit-filter: blur(20px)) {
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box::after {
    background: #e41f1a;
    left: 0.69444vw;
    top: 0.69444vw;
    box-shadow: none;
  }
}
.option02 .option02-cont .option02-contents .plus-option02-lists {
  display: flex;
  justify-content: space-between;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list {
  width: 49%;
  background-color: #fff;
  padding: 2.08333vw 2.08333vw 0.69444vw;
  border: 0.13889vw solid #e41f1a;
  box-shadow: 0.69444vw 0.69444vw 0 #e41f1a;
  text-align: center;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 2.36111vw;
  font-size: 1.66667vw;
  height: 5.76389vw;
  margin-bottom: -1.38889vw;
}
.plus-option02-lists .list .box-top{
  font-size: 80% !important;
  line-height: 1.28 !important;
  font-weight: bold !important;
  width: 5.5em !important;
  height: 5.5em !important;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/top/triangle_3.svg") no-repeat center/contain;
  position: absolute;
  left: 0.8vw !important;
  top: 20vw !important;
  line-height: 8em;
  z-index: 10;
  rotate: -10deg;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price {
  font-weight: 600;
  font-size: 2.5vw;
  margin-top: 1.38889vw;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price span {
  font-family: "Barlow Condensed", sans-serif;
  color: #e41f1a;
  font-size: 5.55556vw;
  line-height: 5.20833vw;
  vertical-align: -0.04em;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .before{
  color: #333;
  font-size: 80%;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .before .ff_barlow{
  color: #333;
  font-size: 150%;
  position: relative;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .ff_barlow::before{
  content: '';
  background: #333;
  width: 1.5px;
  height: 10vw;
  position: absolute;
  left: 25%;
  top: -70%;
  transform: rotate(-80deg);
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .triangle{
  font-size: 80%;
  color: #333;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .option-name {
  font-size: 65%;
  white-space: nowrap;
  font-weight: bold;
  color: #e41f1a;
  line-height: 2.5;
}
.option02 .option02-cont .option02-contents .plus-option02-lists .list .list-taxprice {
  font-weight: 600;
  margin-bottom: 2.08333vw;
  font-size: 1.25vw;
}
.option02 .option02-cont .option02-contents .btn-box {
  max-width: 40.27778vw;
  margin-bottom: 3.47222vw;
}
.option02 .option02-cont .option02-caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 88%;
  font-weight: 400
}
.option02 .option02-cont .option02-caution a {
  text-decoration: underline;
}
.option02 .option02-cont .fwh-cta_btn + .option02-caution {
  margin-top: 2vw
}
.option02 .fwh-cta_btn{
  margin-top: 3vw;
}
/**/
@media screen and (max-width: 768px) {
  .option02 {
    padding: 0 5.208vw 10.417vw 5.208vw;
  }
  .option02 .fwh-cta_btn{
    margin-top: 6vw;
  }
  .option02 .option02-cont {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5.20833vw rgba(0, 0, 0, 0.1);
    padding: 6.51042vw;
  }
  .option02 .option02-cont .option02-contents {
    position: relative;
  }
  .option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro {
    font-size: 4.6875vw;
    color: #fff;
    background-color: #e41f1a;
    transform: skewX(-15deg);
    text-align: center;
    line-height: 9.76562vw;
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro p {
    transform: skewX(15deg);
  }
  .option02 .option02-cont .option02-contents .plus-option02 .plus-option02-intro span {
    font-size: 6.25vw;
    font-family: "Barlow Condensed", sans-serif;
    margin-right: 0.1em;
  }
  .option02 .option02-cont .option02-contents .option02-result .option02-result-intro {
    font-size: 4.42708vw;
    color: #e41f1a;
    background-color: #fff;
    border: #e41f1a 0.26042vw solid;
    transform: skewX(-15deg);
    text-align: center;
    line-height: 9.76562vw;
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .option02 .option02-cont .option02-contents .option02-result .option02-result-intro p {
    transform: skewX(15deg);
  }
  .option02 .option02-cont .option02-contents .option02-result::before {
    content: "";
    background: url("../img/top/triangle_3.svg");
    background-size: cover;
    width: 5.20833vw;
    height: 13.67188vw;
    display: inline-block;
    left: 35.15625vw;
    top: 3.90625vw;
    position: relative;
    z-index: 9;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents {
    font-size: 4.16667vw;
    text-align: center;
    font-weight: 800;
    position: relative;
    margin-bottom: 3.90625vw;
    /* boxの影 (filterプロパティ対応済のブラウザ) */
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .box-top {
    margin-bottom: 1.30208vw;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .box-top::before {
    content: "";
    background-color: #e41f1a;
    transform: rotate(-35deg);
    position: absolute;
    width: 0.52083vw;
    height: 3.90625vw;
    left: 18.22917vw;
    top: 1.30208vw;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .box-top::after {
    content: "";
    background-color: #e41f1a;
    transform: rotate(35deg);
    position: absolute;
    width: 0.52083vw;
    height: 3.90625vw;
    right: 18.22917vw;
    top: 1.30208vw;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box {
    max-width: 78.125vw;
    margin: 0 auto;
    transform: skewX(-15deg);
    text-align: center;
    line-height: 9.76562vw;
    font-weight: 600;
    margin-bottom: 7.8125vw;
    z-index: 999;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-inner {
    background-color: #fff;
    padding: 1.30208vw 0 5.20833vw 0;
    border: #e41f1a 0.26042vw solid;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-intro {
    transform: skewX(15deg);
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-intro span {
    font-family: "Barlow Condensed", sans-serif;
    color: #e41f1a;
    font-size: 6.25vw;
    margin-right: 0.1em;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price {
    transform: skewX(15deg);
    font-size: 4.6875vw;
    line-height: 6.51042vw;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price span {
    font-family: "Barlow Condensed", sans-serif;
    color: #e41f1a;
    font-size: 9.375vw;
    margin-right: 0.1em;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-price small {
    font-size: 0.5em;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box .option02-result-box-taxprice {
    transform: skewX(15deg);
    line-height: 3.90625vw;
  }
  .option02 .option02-cont .option02-contents .option02-result-contents .option02-result-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 1.30208vw 1.30208vw 0 #e41f1a;
    z-index: -999;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists {
    display: flex;
    justify-content: space-between;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list {
    width: 36.45833vw;
    background-color: #fff;
    padding: 3.90625vw 3.90625vw 1.30208vw;
    border: 0.26042vw solid #e41f1a;
    box-shadow: 1.30208vw 1.30208vw 0 #e41f1a;
    text-align: center;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 3.125vw;
    line-height: 3.64583vw;
    height: 13.02083vw;
    margin-bottom: -2.60417vw;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price {
    font-weight: 600;
    font-size: 3.90625vw;
    margin-top: 2.60417vw;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price span {
    font-family: "Barlow Condensed", sans-serif;
    color: #e41f1a;
    font-size: 10.41667vw;
    line-height: 9.76562vw;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .before{
    font-size: 100%;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .before .ff_barlow {
    color: #333;
    font-size: 150%;
    line-height: 9.76562vw;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .ff_barlow::before{
    content: '';
    background: #333;
    width: 1.5px;
    height: 20vw;
    position: absolute;
    left: 25%;
    top: -85%;
    transform: rotate(-75deg);
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-price .triangle{
    font-size: 100%;
    color: #333;
    margin: 0;
    line-height: 0.7;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .box-top  {
    width: 6em !important;
    height: 6em !important;
    line-height: 6em !important;
    font-size: 80% !important;
    top:38vw !important;
    left: -3vw !important;
  }
  .option02 .option02-cont .option02-contents .plus-option02-lists .list .list-taxprice {
    font-weight: 600;
    margin-bottom: 3.90625vw;
    font-size: 2.34375vw;
  }
  .option02 .option02-cont .option02-contents .btn-box {
    max-width: 75.52083vw;
    margin-bottom: 6.51042vw;
  }
  .option02-contents .btn {
    width: 100%;
  }
  .option02-contents .btn a {
    height: 15.625vw !important;
    letter-spacing: 0.01em;
  }
  .option02-contents .btn a .logotxt {
    font-size: 4.6875vw;
  }
  .option02 .option02-cont .option02-caution {
    font-size: 90%;
  }
}
/**/
.company table, .privacypolicy p, .privacypolicy dd, .oversea-list ul li {
  font-size: 1.04167vw;
  font-weight: 400;
}
.oversea-list h3 {
  font-size: 62.5%
}
@media(max-width: 768px) {
  .company table, .privacypolicy p, .privacypolicy dd, .oversea-list ul li, .oversea-list h3 {
    font-size: 3.38542vw
  }
}
/* privacypolicy */
.privacypolicy .heading_sub {
	font-weight: 600;
}
@media screen and (min-width: 1441px){
	.privacypolicy .heading_sub {
    font-size: 18px;
}
}
.privacypolicy .heading_sub:not(.no_border) {
	border-left: solid 4px #ddd;
	padding-left: 1em;
}
.contents_line {
	border: dashed 1px #ddd;
	padding: 2rem;
	margin-top: 2rem
}
.contents_line ul, .contents_line p:not(.heading_sub) {
	font-size: 0.9em
}
.contents_line ul {
	padding-left: 1.5em
}
.contents_line ul li {
	list-style: disc;
}
.contents_line ul + .heading_sub {
	margin-top: 2rem
}
.info table {
  margin-top: 1em;
  border-top: solid #ddd 1px;
  font-size: 90%;
}
.info table th {
  width: 30%;
  font-weight: 600;
  vertical-align: middle;
  border-left: solid #ddd 1px;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}
.info table td {
  padding: 1em;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}
.enactment_date {
	display: flex;
	justify-content: flex-end
}