@charset "UTF-8";
@font-face {
  font-family: "FriendlyExpart";
  src: url(../../font/FriendlyExpart.woff) format("woff");
}
:root {
  --primary: #fadbaa;
  --white: #fff;
  --lightGoldGray: #fdfaf2;
  --midGoldGray: #fbf8f0;
  --goldGray: #f8f3e7;
  --lightRizeGold: #c6b183;
  --rizeGold: #b59751;
  --green: #65d171;
  --orange: #f7b837;
  --lightGray: #b2ada9;
  --gray: #88837f;
  --darkGray: #6d6764;
  --subGray01: #a7a7a7;
  --subGray02: #bfbfbf;
  --navy: #7f8be3;
  --lightBlue: #23b8ba;
  --grad-start-color01: #f7b837;
  --grad-end-color01: #b59751;
  --bg-gradient01: linear-gradient(var(--grad-start-color01), var(--grad-end-color01));
  --grad-start-color02: #baa063;
  --grad-end-color02: #a88534;
  --bg-gradient02: linear-gradient(var(--grad-start-color02), var(--grad-end-color02));
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -wewbkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
}

main {
  position: relative;
  overflow: hidden;
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal;
}

.font_red {
  color: #e8857d;
}

.font_blue {
  color: #16aafa;
}

.font_brown {
  color: #c2ad80;
}

.font_purple {
  color: #d393ce;
}

.font_pink {
  color: #f4a0aa;
}

.font_orange {
  color: var(--orange);
}

.font_navy {
  color: var(--navy);
}

.font_bordeaux {
  color: #8d0333;
}

.font_fee {
  font-family: "FriendlyExpart";
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.01em;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

.font-overpass {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
}

.bg_blue {
  background: #16aafa;
}

.bg_gray {
  background: #222;
}

.ls0 {
  letter-spacing: 0;
}

.rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.flex {
  display: flex;
}

.va1 {
  vertical-align: 1px;
}

.va3 {
  vertical-align: 3px !important;
}

.va5 {
  vertical-align: 5px;
}

.vam {
  vertical-align: middle;
}

.drop-shadow {
  filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .drop-shadow {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
  }
}

.ttl_aco {
  cursor: pointer;
}

.body_aco {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 4;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-top: -2.6666666667vw;
  background: none;
  border: 2.6666666667vw solid transparent;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    border-width: 17px;
  }
}

.swiper-button-prev {
  left: 4.2666666667vw;
  border-right: 2.6666666667vw solid #fff;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 27px;
    border-right-width: 17px;
  }
}

.swiper-button-next {
  right: 4.2666666667vw;
  border-left: 2.6666666667vw solid #fff;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 27px;
    border-left-width: 17px;
  }
}

.swiper {
  position: relative;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#header .logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 41.0666666667vw;
}
@media screen and (min-width: 768px) {
  #header .logo {
    top: 30px;
    left: 30px;
    width: 231px;
  }
}
#header .menu {
  position: absolute;
  top: 4vw;
  right: 4vw;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #header .menu {
    display: none;
  }
}
#header .menu .icon span,
#header .menu .icon:before,
#header .menu .icon:after {
  display: block;
  width: 5.0666666667vw;
  height: 0.5333333333vw;
  content: "";
  background: #fff;
  border-radius: 0.5333333333vw;
  transition: all 0.4s ease-out;
}
#header .menu .icon:before {
  position: absolute;
  top: 1.7333333333vw;
}
#header .menu .icon:after {
  position: absolute;
  bottom: 1.7333333333vw;
}
#header .menu.active .icon span {
  opacity: 0;
}
#header .menu.active .icon:before {
  top: 4vw;
  transform: rotate(45deg);
}
#header .menu.active .icon:after {
  bottom: 4vw;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #header .menu {
    display: none;
  }
}
#header .subMenu {
  font-size: 16px;
  position: absolute;
  top: 0;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #header .subMenu {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #header .subMenu {
    right: -100vw;
    width: 85%;
    height: 100lvh;
    padding: 16.4vw 4.6666666667vw 0 8.4vw;
    background: rgba(0, 0, 0, 0.8);
    border-left: 1px solid #5f5f5f;
    transition: all 0.5s ease;
  }
  #header .subMenu li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 12vw;
    padding-left: 5.3333333333vw;
    border-bottom: 2px solid #fff;
  }
  #header .subMenu.active {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu {
    top: 131px;
    left: 100px;
    display: block;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #header .subMenu {
    left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #header .subMenu {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu li a:before {
    content: "－";
  }
}
#header .subMenu .courseBox {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox {
    width: 56.9333333333vw;
    padding: 2vw 2.4vw 3.0666666667vw;
    margin: 7.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu .courseBox {
    position: fixed;
    top: 379px;
    left: 100px;
    padding: 16px 24px 24px;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1040px) {
  #header .subMenu .courseBox {
    left: 5vw;
  }
}
@media screen and (max-width: 980px) {
  #header .subMenu .courseBox {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox > .flex:nth-child(2) {
    margin-top: 2.1333333333vw;
  }
}
#header .subMenu .courseBox .flex {
  align-items: center;
}
#header .subMenu .courseBox .flex img {
  width: 15.4666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #header .subMenu .courseBox .flex img {
    width: 105px;
  }
}
#header .subMenu .courseBox .flex .priceBox .title {
  font-size: 18px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox .flex .priceBox .title {
    font-size: 2.6666666667vw;
  }
}
#header .subMenu .courseBox .flex .priceBox .title .small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox .flex .priceBox .title .small {
    font-size: 2.1333333333vw;
  }
}
#header .subMenu .courseBox .flex .priceBox .title .course {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.3333333333vw;
  margin-left: 1.0666666667vw;
  border: 1px solid #fff;
  border-radius: 50vw;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox .flex .priceBox .title .course {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #header .subMenu .courseBox .flex .priceBox .title .course {
    width: 90px;
    margin-left: 7px;
  }
}
#header .subMenu .courseBox .flex .priceBox .flex {
  align-items: baseline;
  line-height: 1.2;
}
#header .subMenu .courseBox .flex .priceBox .flex .price {
  color: #fffe00;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox .flex .priceBox .flex .price {
    font-size: 9.6vw;
  }
}
#header .subMenu .courseBox .flex .priceBox .flex .yen {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .subMenu .courseBox .flex .priceBox .flex .yen {
    font-size: 4.6666666667vw;
  }
}
#header .subMenu .courseBox .flex .priceBox .flex .yen::after {
  content: "(税込)";
  position: absolute;
  top: -12px;
  left: 2px;
  font-size: 10px;
}
#header .subMenu .courseBox .flex.second {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #header .subMenu .courseBox .flex.second {
    margin-top: 26px;
  }
}
#header .subMenu .courseBox .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32vw;
  height: 8.4vw;
  margin: 0 1.8vw 0 auto;
  font-size: 2.67vw;
  color: #000;
  text-align: center;
  background: #fffe00;
  border-radius: 50vw;
  box-shadow: 0 0.53vw 0.53vw rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  #header .subMenu .courseBox .button a {
    width: 205px;
    height: 54px;
    margin: 0 12px 0 auto;
    font-size: 17px;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #444;
}
@media screen and (max-width: 767px) {
  #wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 640px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
  }
}
#wrapper.no-events {
  pointer-events: none;
}

.h2 {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .h2 {
    margin-bottom: 43px;
  }
}
.h2 .h2_sub {
  position: relative;
  margin-bottom: 6.9333333333vw;
  color: #16aafa;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .h2 .h2_sub {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .h2 .h2_sub {
    margin-bottom: 44px;
  }
}
.h2 .h2_sub:after {
  position: absolute;
  right: 0;
  bottom: -3.2vw;
  left: 0;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  margin: 0 auto;
  content: "";
  background: #16aafa;
}
@media screen and (min-width: 768px) {
  .h2 .h2_sub:after {
    bottom: -20px;
    width: 34px;
    height: 4px;
  }
}
.h2 h2 {
  font-size: 41px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h2 h2 {
    font-size: 6.4vw;
  }
}

.h3 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h3 {
    padding-top: 5.2151238592vw;
  }
}
.h3 .h3_main {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: solid 4px currentColor;
}
@media screen and (max-width: 767px) {
  .h3 .h3_main {
    font-size: 5.2151238592vw;
    border-width: 0.5215123859vw;
  }
}
.h3 .h3_main strong {
  font-size: 80px;
  color: #16aafa;
}
@media screen and (max-width: 767px) {
  .h3 .h3_main strong {
    font-size: 10.4302477184vw;
  }
}
.h3 .h3_number {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  font-family: "Jost", sans-serif;
  font-size: 320px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .h3 .h3_number {
    font-size: 41.7209908735vw;
  }
}
.h3 .h3_number::before, .h3 .h3_number::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.h3 .h3_number::before {
  margin-bottom: -0.14em;
}
.h3 .h3_number::after {
  margin-top: -0.15em;
}
.h3 .h3_sub {
  margin-top: 20px;
  font-size: 28px;
  color: #16aafa;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .h3 .h3_sub {
    margin-top: 2.6075619296vw;
    font-size: 3.6505867014vw;
  }
}

#mv {
  padding-bottom: 64px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #mv {
    padding-bottom: 8.3441981747vw;
  }
}
#mv .mv__main-img {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#mv .mv__main-img img {
  display: block;
}
#mv .mv__main-img .mv__main-img__copy {
  position: absolute;
  z-index: 1;
}
#mv .mv__main-img .mv__main-img__copy svg {
  overflow: visible;
}
#mv .mv__main-img .mv__main-img__copy--pc {
  top: 161.31px;
  left: 50%;
  width: 205.77px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv .mv__main-img .mv__main-img__copy--pc {
    top: 34.0286831812vw;
    width: 26.4406779661vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv__main-img .mv__main-img__copy--pc .footer {
    display: none;
  }
}
#mv .mv__main-img .mv__main-img__copy--md {
  bottom: 32px;
  left: 32px;
  width: 398px;
}
@media screen and (max-width: 767px) {
  #mv .mv__main-img .mv__main-img__copy--md {
    bottom: 4.1720990874vw;
    left: 4.1720990874vw;
    width: 51.890482399vw;
  }
}
#mv .mv__info-block {
  display: flex;
  gap: 17.0666666667px;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 54.6133333333px);
  padding: 32px 18px 0;
  margin: 0 auto;
  border: solid 1px currentColor;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-block {
    gap: 2.6075619296vw;
    width: calc(100% - 8.3441981747vw);
    padding: 4.1720990874vw 2.3468057366vw 0;
    font-size: 8.8657105606vw;
  }
}
#mv .mv__info-block .mv__info-block__col {
  position: relative;
  z-index: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: 140px;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-block .mv__info-block__col {
    min-height: 18.2529335072vw;
  }
}
#mv .mv__info-block .mv__info-block__header {
  display: flex;
  align-items: center;
}
#mv .mv__info-title {
  font-size: 23.8933333333px;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-title {
    font-size: 3.6505867014vw;
  }
}
#mv .mv__info-title small {
  font-size: 17.0666666667px;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-title small {
    font-size: 2.6075619296vw;
  }
}
#mv .mv__info-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 2px 8px;
  font-size: 13.6533333333px;
  border: solid 1px currentColor;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-badge {
    min-height: 4.1720990874vw;
    padding: 0.260756193vw 1.0430247718vw;
    font-size: 2.0860495437vw;
  }
}
#mv .mv__info-block__body {
  display: flex;
  flex-direction: column;
}
#mv .mv__info-img {
  position: absolute;
  bottom: 0;
  left: -18px;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  width: 102.4px;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-img {
    left: -2.3468057366vw;
    width: 15.6453715776vw;
  }
}
#mv .mv__info-img img {
  width: 100%;
}
#mv .mv__info-price {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
#mv .mv__info-price .mv__info-price__main {
  font-family: "Oswald", sans-serif;
  font-size: 58.0266666667px;
  font-weight: 400;
  line-height: 1;
  color: #fffe00;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-price .mv__info-price__main {
    font-size: 8.8657105606vw;
  }
}
#mv .mv__info-price .mv__info-price__subscript {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
#mv .mv__info-price .mv__info-price__tax {
  font-size: 10.24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-price .mv__info-price__tax {
    font-size: 1.5645371578vw;
  }
}
#mv .mv__info-price .mv__info-price__en {
  font-size: 20.48px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .mv__info-price .mv__info-price__en {
    font-size: 3.1290743155vw;
  }
}

#aboutus {
  position: relative;
  padding: 16vw 0;
  background: #333;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #aboutus {
    padding: 102px 0;
  }
}
#aboutus .h2 h2 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  #aboutus .h2 h2 {
    font-size: 7.4666666667vw;
  }
}
#aboutus .mapArea .textArea {
  position: relative;
  z-index: 1;
  text-align: center;
}
#aboutus .mapArea .textArea p {
  font-size: 48px;
  margin-bottom: 3.3333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea .textArea p {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #aboutus .mapArea .textArea p {
    margin-bottom: 21px;
  }
}
#aboutus .mapArea .textArea p .number {
  font-size: 102px;
  vertical-align: -3.3333333333vw;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea .textArea p .number {
    font-size: 16vw;
  }
}
@media screen and (min-width: 768px) {
  #aboutus .mapArea .textArea p .number {
    vertical-align: -21px;
  }
}
#aboutus .mapArea .textArea p.sub {
  font-size: 27px;
  margin-bottom: 1.3333333333vw;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea .textArea p.sub {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #aboutus .mapArea .textArea p.sub {
    margin-bottom: 9px;
  }
}
#aboutus .mapArea .textArea p.shorei_period {
  font-size: 14px;
  margin-top: -1.3333333333vw;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea .textArea p.shorei_period {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #aboutus .mapArea .textArea p.shorei_period {
    margin-top: -9px;
  }
}
#aboutus .mapArea .graphArea {
  position: relative;
  z-index: 1;
  text-align: center;
  animation-delay: 0.5s;
}
#aboutus .mapArea .graphArea img {
  width: 84.8vw;
}
@media screen and (min-width: 768px) {
  #aboutus .mapArea .graphArea img {
    width: 585px;
  }
}
#aboutus .mapArea .bg {
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
#aboutus .mapArea .bg.map00 {
  opacity: 1;
}
#aboutus .caption {
  margin-top: 10.6666666667vw;
  text-align: center;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #aboutus .caption {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #aboutus .caption {
    margin-top: 68px;
  }
}
#aboutus .mapArea__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 68px);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__bg {
    width: calc(100% - 100vw * (68 / 640));
  }
}
#aboutus .mapArea__caption {
  display: flex;
  align-items: center;
}
#aboutus .mapArea__desc {
  margin-top: 68px;
  margin-left: 34px;
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__desc {
    margin-top: calc(100vw * (68 / 640));
    font-size: calc(100vw * (34 / 640));
  }
}
#aboutus .mapArea__desc .text-tb {
  writing-mode: vertical-rl;
}
#aboutus .mapArea__desc .text-xs {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__desc .text-xs {
    font-size: calc(100vw * (14 / 640));
  }
}
#aboutus .mapArea__desc .text-sm {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__desc .text-sm {
    font-size: calc(100vw * (20 / 640));
  }
}
#aboutus .mapArea__desc .text-lg {
  font-size: 68px;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__desc .text-lg {
    font-size: calc(100vw * (68 / 640));
  }
}
#aboutus .mapArea__desc .text-xl {
  font-size: 88px;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__desc .text-xl {
    font-size: calc(100vw * (88 / 640));
  }
}
#aboutus .mapArea__row {
  display: flex;
  gap: 34px;
}
#aboutus .mapArea__case {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  #aboutus .mapArea__case {
    gap: calc(100vw * (12 / 640));
    margin-top: calc(100vw * (34 / 640));
  }
}

#epilation {
  position: relative;
  z-index: 0;
  padding: 16vw 0;
  background-color: #222;
}
@media screen and (min-width: 768px) {
  #epilation {
    padding: 102px 0;
    background-position: top 52px right 0;
    background-size: 570px auto;
  }
}
#epilation .epilation__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  pointer-events: none;
  opacity: 0.3;
}
#epilation .inner {
  width: calc(100% - 54.6133333333px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #epilation .inner {
    width: calc(100% - 8.3441981747vw);
  }
}
#epilation .inner h2 {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #epilation .inner h2 {
    gap: 1.0430247718vw;
  }
}
#epilation .inner h2 .square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding-bottom: 0.1em;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #epilation .inner h2 .square {
    width: 13.5593220339vw;
    height: 13.5593220339vw;
    font-size: 10.4302477184vw;
  }
}
#epilation .inner h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  #epilation .inner h3 {
    margin-top: 2.6075619296vw;
    font-size: 4.1720990874vw;
  }
}
#epilation .inner h3 .big {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  #epilation .inner h3 .big {
    font-size: 6.258148631vw;
  }
}
#epilation .inner .textBox {
  width: calc(100% - 54.6133333333px);
  margin: 80px auto 0;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  #epilation .inner .textBox {
    width: calc(100% - 8.3441981747vw);
    margin-top: 10.4302477184vw;
  }
}
#epilation .inner .textBox .text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #epilation .inner .textBox .text {
    font-size: 2.6075619296vw;
  }
}
#epilation .inner .graphArea {
  margin-top: 10.6666666667vw;
  animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  #epilation .inner .graphArea {
    margin-top: 68px;
  }
}
#epilation.active .inner h2 .square {
  color: #fffe00;
  border: 2px solid #fffe00;
}

#reasons {
  padding: 16vw 0;
  background: #333;
}
@media screen and (min-width: 768px) {
  #reasons {
    padding: 102px 0;
  }
}
#reasons .h3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #reasons .h3 {
    margin-top: 10.4302477184vw;
  }
}
#reasons .reasons__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__img {
    margin-top: 5.2151238592vw;
  }
}
#reasons .reasons__case .midashi {
  font-size: 27px;
  padding-top: 16vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__case .midashi {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .midashi {
    padding-top: 102px;
    margin-bottom: 34px;
  }
}
#reasons .reasons__case .inner {
  width: 91.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .inner {
    width: 585px;
  }
}
#reasons .reasons__case .inner .flex {
  justify-content: space-between;
}
#reasons .reasons__case .inner .flex img {
  width: 49.56%;
}
#reasons .reasons__case .inner .detail {
  padding-left: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .inner .detail {
    padding-left: 27px;
    margin-top: 34px;
  }
}
#reasons .reasons__case .inner .detail .flex {
  justify-content: flex-start;
}
#reasons .reasons__case .inner .detail .flex:nth-child(n+2) {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .inner .detail .flex:nth-child(n+2) {
    margin-top: 14px;
  }
}
#reasons .reasons__case .inner .detail .flex dt {
  width: 16vw;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .inner .detail .flex dt {
    width: 102px;
  }
}
#reasons .reasons__case .inner .detail .flex dd {
  width: calc(100% - 16vw);
  padding-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  #reasons .reasons__case .inner .detail .flex dd {
    width: calc(100% - 102px);
    padding-left: 20px;
  }
}
#reasons .reasons__case video {
  width: 100%;
  height: 56.25%;
}
#reasons .reasons__info-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 54.6133333333px);
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-container {
    gap: 3.1290743155vw;
    width: calc(100% - 8.3441981747vw);
    margin-top: 5.2151238592vw;
  }
}
#reasons .reasons__info-container .reasons__info-container__text {
  font-size: 23.8933333333px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-container .reasons__info-container__text {
    font-size: 3.6505867014vw;
  }
}
#reasons .reasons__info-container .reasons__info-container__text.-center {
  text-align: center;
}
#reasons .reasons__info-block {
  width: 100%;
  max-width: 435.2px;
  margin: 0 auto;
  border: solid 1px #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-block {
    max-width: 66.4928292047vw;
    border-radius: 1.3037809648vw;
  }
}
#reasons .reasons__info-block .reasons__info-block__title {
  padding: 4px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-block .reasons__info-block__title {
    font-size: 2.6075619296vw;
    border-radius: 1.3037809648vw 1.3037809648vw 0 0;
  }
}
#reasons .reasons__info-block .reasons__info-block__body {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-block .reasons__info-block__body {
    gap: 2.6075619296vw;
    padding: 2.6075619296vw 2.0860495437vw;
  }
}
#reasons .reasons__info-img {
  width: 435.2px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-img {
    width: 66.4928292047vw;
  }
}
#reasons .reasons__info-col {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 17.0666666667px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-col {
    gap: 2.6075619296vw;
    font-size: 2.6075619296vw;
  }
}
#reasons .reasons__info-col .reasons__info-col__img {
  flex-shrink: 0;
  width: 90px;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__info-col .reasons__info-col__img {
    width: 11.7340286832vw;
  }
}
#reasons .reasons__subscript {
  font-size: 13.6533333333px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #reasons .reasons__subscript {
    font-size: 2.0860495437vw;
  }
}
#reasons img.ml {
  width: 93.0666666667vw;
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons img.ml {
    width: 596px;
    margin-left: 27px;
  }
}
#reasons .body_aco {
  display: none;
}
#reasons .body_aco .midashi {
  font-size: 27px;
  padding-top: 16vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reasons .body_aco .midashi {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .midashi {
    padding-top: 102px;
    margin-bottom: 34px;
  }
}
#reasons .body_aco .inner {
  width: 91.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .inner {
    width: 585px;
  }
}
#reasons .body_aco .inner .flex {
  justify-content: space-between;
}
#reasons .body_aco .inner .flex img {
  width: 49.56%;
}
#reasons .body_aco .inner .detail {
  padding-left: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .inner .detail {
    padding-left: 27px;
    margin-top: 34px;
  }
}
#reasons .body_aco .inner .detail .flex {
  justify-content: flex-start;
}
#reasons .body_aco .inner .detail .flex:nth-child(n+2) {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .inner .detail .flex:nth-child(n+2) {
    margin-top: 14px;
  }
}
#reasons .body_aco .inner .detail .flex dt {
  width: 16vw;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .inner .detail .flex dt {
    width: 102px;
  }
}
#reasons .body_aco .inner .detail .flex dd {
  width: calc(100% - 16vw);
  padding-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  #reasons .body_aco .inner .detail .flex dd {
    width: calc(100% - 102px);
    padding-left: 20px;
  }
}
#reasons .body_aco video {
  width: 100%;
  height: 56.25%;
}
#reasons .ttl_aco {
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91.4666666667vw;
  height: 16vw;
  margin: 10.6666666667vw auto 0;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #reasons .ttl_aco {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .ttl_aco {
    width: 585px;
    height: 102px;
    margin: 68px auto 0;
  }
}
#reasons .ttl_aco span {
  position: relative;
  padding-right: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .ttl_aco span {
    padding-right: 60px;
  }
}
#reasons .ttl_aco span:before, #reasons .ttl_aco span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  background: #fff;
  transform: translateY(-50%);
}
#reasons .ttl_aco span:before {
  right: 0;
  width: 4vw;
  height: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons .ttl_aco span:before {
    width: 26px;
    height: 2px;
  }
}
#reasons .ttl_aco span:after {
  right: 0;
  width: 0.2666666667vw;
  height: 4vw;
  transform: translateX(-2vw) translateY(-50%);
}
@media screen and (min-width: 768px) {
  #reasons .ttl_aco span:after {
    width: 2px;
    height: 26px;
    transform: translateX(-13px) translateY(-50%);
  }
}
#reasons .ttl_aco.active span:after {
  display: none;
}
#reasons .ttl_aco.-has-image.active {
  text-align: center;
}
#reasons .ttl_aco.-has-image.active span {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #reasons .ttl_aco.-has-image.active span {
    padding-right: 5.2151238592vw;
  }
}
#reasons .ttl_aco.-has-image {
  gap: 48px;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 120px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #reasons .ttl_aco.-has-image {
    gap: 6.258148631vw;
    padding: 0 5.2151238592vw;
    margin-top: 15.6453715776vw;
  }
}
#reasons .ttl_aco.-has-image span {
  flex-grow: 1;
  padding: 0;
}
#reasons .ttl_aco .ttl_aco__img {
  width: 166px;
}
@media screen and (max-width: 767px) {
  #reasons .ttl_aco .ttl_aco__img {
    width: 21.6427640156vw;
  }
}
#reasons .second {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  #reasons .second {
    margin-top: 102px;
  }
}
#reasons .reason02,
#reasons .reason03 {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason02,
  #reasons .reason03 {
    margin-top: 102px;
  }
}
#reasons .reason02 img,
#reasons .reason03 img {
  width: 100%;
  margin-left: 0;
}
#reasons .reason03 .inner {
  padding: 10.6666666667vw 4.2666666667vw 19.8666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason03 .inner {
    padding: 68px 27px 127px;
  }
}
#reasons .reason03 .inner .midashi .sub {
  font-size: 20px;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  #reasons .reason03 .inner .midashi .sub {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .reason03 .inner .midashi .sub {
    margin-bottom: 20px;
  }
}
#reasons .reason03 .inner .midashi .title {
  font-size: 41px;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  #reasons .reason03 .inner .midashi .title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .reason03 .inner .midashi .title {
    margin-bottom: 20px;
  }
}
#reasons .reason03 .inner .midashi .title .small {
  font-size: 27px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #reasons .reason03 .inner .midashi .title .small {
    font-size: 4.2666666667vw;
  }
}
#reasons .reason03 .inner .text {
  font-size: 20px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #reasons .reason03 .inner .text {
    font-size: 3.2vw;
  }
}
#reasons .reason03 .inner .text .moreText {
  display: none;
}
#reasons .reason03 .inner .text .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
  color: #bbb;
  cursor: pointer;
}
#reasons .reason04 .r04-1 {
  width: 83.7333333333vw;
  margin: 0 auto 8vw 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .r04-1 {
    width: 553px;
    margin: 0 auto 53px 27px;
  }
}
#reasons .reason04 .ttl_aco {
  position: relative;
  justify-content: flex-start;
  margin: 2.1333333333vw 4.2666666667vw 0;
  color: #000;
  background: #bbb;
  border: none;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .ttl_aco {
    margin: 14px 27px 0;
  }
}
#reasons .reason04 .ttl_aco img {
  width: 10.6666666667vw;
  margin: 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .ttl_aco img {
    width: 68px;
    margin: 0 27px;
  }
}
#reasons .reason04 .ttl_aco p {
  font-size: 31px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #reasons .reason04 .ttl_aco p {
    font-size: 4.8vw;
  }
}
#reasons .reason04 .ttl_aco p span {
  font-size: 24px;
  padding-right: 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #reasons .reason04 .ttl_aco p span {
    font-size: 3.7333333333vw;
  }
}
#reasons .reason04 .ttl_aco p span:before, #reasons .reason04 .ttl_aco p span:after {
  content: none;
}
#reasons .reason04 .ttl_aco:before, #reasons .reason04 .ttl_aco:after {
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  display: inline-block;
  content: "";
  background: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .ttl_aco:before, #reasons .reason04 .ttl_aco:after {
    right: 27px;
  }
}
#reasons .reason04 .ttl_aco:before {
  width: 4vw;
  height: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .ttl_aco:before {
    width: 26px;
    height: 2px;
  }
}
#reasons .reason04 .ttl_aco:after {
  width: 0.2666666667vw;
  height: 4vw;
  transform: translateX(-2vw) translateY(-50%);
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .ttl_aco:after {
    width: 2px;
    height: 26px;
    transform: translateX(-13px) translateY(-50%);
  }
}
#reasons .reason04 .ttl_aco.active:after {
  content: none;
}
#reasons .reason04 .body_aco {
  padding: 5.3333333333vw 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco {
    padding: 34px 0;
  }
}
#reasons .reason04 .body_aco .text {
  font-weight: normal;
  line-height: 2;
}
#reasons .reason04 .body_aco .caption {
  font-size: 14px;
  margin-top: 2.1333333333vw;
}
@media screen and (max-width: 767px) {
  #reasons .reason04 .body_aco .caption {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .caption {
    margin-top: 14px;
  }
}
#reasons .reason04 .body_aco .example {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .example {
    margin-top: 34px;
  }
}
#reasons .reason04 .body_aco .example .flex {
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .example .flex {
    margin-top: 14px;
  }
}
#reasons .reason04 .body_aco .example .flex dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32vw;
  height: 8vw;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .example .flex dt {
    width: 205px;
    height: 51px;
    border-radius: 14px;
  }
}
#reasons .reason04 .body_aco .example .flex dd {
  width: calc(100% - 32vw);
  padding-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .example .flex dd {
    width: calc(100% - 205px);
    padding-left: 20px;
  }
}
#reasons .reason04 .body_aco .r04-2 {
  display: block;
  width: 83.2vw;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .r04-2 {
    width: 532px;
    margin: 34px auto 0;
  }
}
#reasons .reason04 .body_aco .r04-3,
#reasons .reason04 .body_aco .r04-4 {
  margin: 5.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  #reasons .reason04 .body_aco .r04-3,
  #reasons .reason04 .body_aco .r04-4 {
    margin: 34px 0 0;
  }
}

#needle {
  padding: 0 0 120px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  #needle {
    padding: 0 0 calc(100vw * (120 / 640));
  }
}
#needle .ttl_aco {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-inline: max(-270%, 36px);
  display: flex;
  min-height: 100px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  #needle .ttl_aco {
    font-size: calc(100vw * (28 / 640));
    margin-inline: max(-270%, 100vw * (36 / 640));
    min-height: calc(100vw * (100 / 640));
    padding: calc(100vw * (16 / 640));
    gap: calc(100vw * (36 / 640));
  }
}
#needle .ttl_aco .icon_aco {
  position: relative;
  z-index: 0;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #needle .ttl_aco .icon_aco {
    width: calc(100vw * (24 / 640));
    height: calc(100vw * (24 / 640));
  }
}
#needle .ttl_aco .icon_aco::before, #needle .ttl_aco .icon_aco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  flex-shrink: 0;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #needle .ttl_aco .icon_aco::before, #needle .ttl_aco .icon_aco::after {
    height: calc(100vw * (2 / 640));
  }
}
#needle .ttl_aco .icon_aco::after {
  transform: rotate(90deg);
}
#needle .ttl_aco.active .icon_aco {
  transform: rotate(90deg);
}
#needle .ttl_aco.active .icon_aco::before {
  opacity: 0;
}
#needle .text-blue {
  color: #00aafa;
}
#needle .needle__inner {
  margin-inline: max(-270%, 36px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #needle .needle__inner {
    margin-inline: max(-270%, 100vw * (36 / 640));
    gap: calc(100vw * (60 / 640));
  }
}
#needle .needle__inner--full {
  margin-inline: unset;
}
#needle .needle__inner + .needle__inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #needle .needle__inner + .needle__inner {
    margin-top: calc(100vw * (60 / 640));
  }
}
#needle .needle__title {
  display: inline-block;
  align-self: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  #needle .needle__title {
    font-size: calc(100vw * (28 / 640));
    padding-bottom: calc(100vw * (20 / 640));
    border-bottom-width: calc(100vw * (3 / 640));
  }
}
#needle .needle__title span {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #00aafa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #needle .needle__title span {
    font-size: calc(100vw * (46 / 640));
  }
}
#needle .needle__caption {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.23;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #needle .needle__caption {
    font-size: calc(100vw * (28 / 640));
  }
}
#needle .needle__video video {
  width: 100%;
}
#needle .needle__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #needle .needle__desc {
    gap: calc(100vw * (24 / 640));
  }
}
#needle .needle__sub-caption {
  color: #16aafa;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #needle .needle__sub-caption {
    font-size: calc(100vw * (20 / 640));
  }
}
#needle .needle__sub-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  #needle .needle__sub-title {
    font-size: calc(100vw * (35 / 640));
  }
}
#needle .needle__text-sm {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #needle .needle__text-sm {
    font-size: calc(100vw * (28 / 640));
  }
}
#needle .needle__lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #needle .needle__lead {
    font-size: calc(100vw * (24 / 640));
  }
}
#needle .needle__accordion {
  position: relative;
  z-index: 0;
}
#needle .needle__accordion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0), #333);
}
@media screen and (max-width: 767px) {
  #needle .needle__accordion::before {
    top: calc(100vw * (50% / 640));
  }
}
#needle .needle__accordion.active::before {
  opacity: 0;
}
#needle .needle__btn-accordion {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #needle .needle__btn-accordion {
    font-size: calc(100vw * (28 / 640));
  }
}
#needle .needle__btn-accordion > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #needle .needle__btn-accordion > span {
    gap: calc(100vw * (12 / 640));
  }
}
#needle .needle__btn-accordion > span::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  #needle .needle__btn-accordion > span::after {
    width: calc(100vw * (20 / 640));
    height: calc(100vw * (12 / 640));
  }
}
#needle .needle__btn-accordion > span[data-accordion-label=open]::after {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#needle .needle__btn-accordion > span[data-accordion-label=close]::after {
  clip-path: polygon(50% 0, 0 100%, 100% 99%);
}
#needle .needle__area-slider {
  overflow: hidden;
}
#needle .needle__title-slider {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #needle .needle__title-slider {
    font-size: calc(100vw * (24 / 640));
  }
}
#needle .needle__slider {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #needle .needle__slider {
    margin-top: calc(100vw * (20 / 640));
  }
}
#needle .needle__slider .swiper-slide {
  width: calc(100% - 68px);
}
#needle .needle__slider .swiper-button-next,
#needle .needle__slider .swiper-button-prev {
  top: 114px;
}
@media screen and (max-width: 767px) {
  #needle .needle__slider .swiper-button-next,
  #needle .needle__slider .swiper-button-prev {
    top: calc(100vw * (114 / 640));
  }
}
#needle .needle__slider .swiper-button-next {
  border-left-color: #00aafa;
  right: 8px;
}
@media screen and (max-width: 767px) {
  #needle .needle__slider .swiper-button-next {
    right: calc(100vw * (8 / 640));
  }
}
#needle .needle__slider .swiper-button-prev {
  border-right-color: #00aafa;
  left: 8px;
}
@media screen and (max-width: 767px) {
  #needle .needle__slider .swiper-button-prev {
    left: calc(100vw * (8 / 640));
  }
}
#needle .needle__table-info {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #needle .needle__table-info {
    font-size: calc(100vw * (20 / 640));
    margin-top: calc(100vw * (20 / 640));
  }
}
#needle .needle__table-info + .needle__table-info {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #needle .needle__table-info + .needle__table-info {
    margin-top: calc(100vw * (16 / 640));
  }
}
#needle .needle__table-title {
  min-width: 148px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #needle .needle__table-title {
    min-width: calc(100vw * (148 / 640));
  }
}
#needle .needle__table-desc {
  flex-grow: 1;
  border-left: 2px solid #fff;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  #needle .needle__table-desc {
    border-left-width: calc(100vw * (2 / 640));
    padding-left: calc(100vw * (28 / 640));
  }
}

#beforeAfter {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  #beforeAfter {
    padding: 102px 0;
  }
}
#beforeAfter .inner {
  width: calc(100% - 10.625vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner {
    width: calc(100% - 68px);
  }
}
#beforeAfter .inner .midashi {
  font-size: 41px;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #beforeAfter .inner .midashi {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .midashi {
    margin-bottom: 34px;
  }
}
#beforeAfter .inner .midashi.second {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .midashi.second {
    margin-top: 68px;
  }
}
#beforeAfter .inner .flex {
  justify-content: space-between;
}
#beforeAfter .inner .flex img {
  width: 49.56%;
}
#beforeAfter .inner .flex.second {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .flex.second {
    margin-top: 34px;
  }
}
#beforeAfter .inner .detail {
  padding-left: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .detail {
    padding-left: 27px;
    margin-top: 34px;
  }
}
#beforeAfter .inner .detail .flex {
  justify-content: flex-start;
}
#beforeAfter .inner .detail .flex:nth-child(n+2) {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .detail .flex:nth-child(n+2) {
    margin-top: 14px;
  }
}
#beforeAfter .inner .detail .flex dt {
  width: 16vw;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .detail .flex dt {
    width: 102px;
  }
}
#beforeAfter .inner .detail .flex dd {
  width: calc(100% - 16vw);
  padding-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  #beforeAfter .inner .detail .flex dd {
    width: calc(100% - 102px);
    padding-left: 20px;
  }
}

#plan {
  padding: 16vw 0;
  background: #333;
}
@media screen and (min-width: 768px) {
  #plan {
    padding: 102px 0;
  }
}
#plan .inner {
  width: 82.9333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #plan .inner {
    width: calc(100% - 68px);
  }
}
#plan .inner .lead {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #plan .inner .lead {
    font-size: 3.2vw;
  }
}
#plan .inner .lead .big {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #plan .inner .lead .big {
    font-size: 5.3333333333vw;
  }
}
#plan .inner .lead.underline {
  position: relative;
  display: table;
  margin: 4vw auto 0;
}
@media screen and (min-width: 768px) {
  #plan .inner .lead.underline {
    margin-top: 26px;
  }
}
#plan .inner .lead.underline:after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
#plan .inner .caption {
  font-size: 14px;
  margin-top: 2.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #plan .inner .caption {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .caption {
    margin-top: 17px;
  }
}
#plan .inner > div > .flex {
  justify-content: center;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #plan .inner > div > .flex {
    margin-top: 34px;
  }
}
#plan .inner > div > .flex .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 21.3333333333vw;
  min-height: 21.3333333333vw;
  line-height: 1.5;
  color: #ff6767;
  text-align: center;
  background: url(../../img/icon_not.png) center center no-repeat;
  background-size: 21.3333333333vw 21.3333333333vw;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #plan .inner > div > .flex .icon {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner > div > .flex .icon {
    min-width: 137px;
    min-height: 137px;
    background-size: 137px 137px;
  }
}
#plan .inner > div > .flex .icon:nth-child(n+2) {
  margin-left: 6.2666666667vw;
}
@media screen and (min-width: 768px) {
  #plan .inner > div > .flex .icon:nth-child(n+2) {
    margin-left: 41px;
  }
}
#plan .inner .planBox .title {
  font-size: 41px;
  margin-top: 10.6666666667vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .title {
    margin-top: 68px;
    margin-bottom: 34px;
  }
}
#plan .inner .planBox .midashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #16aafa;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .midashi {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .midashi {
    height: 41px;
    margin-top: 34px;
    margin-bottom: 17px;
  }
}
#plan .inner .planBox .midashi.noStamp:after {
  content: none;
}
#plan .inner .planBox img {
  vertical-align: middle;
}
#plan .inner .planBox .courseBoxArea {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea {
    margin-top: 17px;
  }
}
#plan .inner .planBox .courseBoxArea .tabs {
  justify-content: space-between;
}
#plan .inner .planBox .courseBoxArea .tabs.two_tabs li {
  width: 49.68%;
}
#plan .inner .planBox .courseBoxArea .tabs.three_tabs li {
  width: 32.91%;
}
#plan .inner .planBox .courseBoxArea .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.8666666667vw;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #666;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .tabs li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .tabs li {
    height: 38px;
    border-radius: 7px 7px 0 0;
  }
}
#plan .inner .planBox .courseBoxArea .tabs li.active {
  color: #16aafa;
  cursor: default;
  background: #f0f0f0;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .tabs li.active {
    border-radius: 7px 7px 0 0;
  }
}
#plan .inner .planBox .courseBoxArea .bodys {
  padding: 5.3333333333vw 3.2vw;
  color: #333;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys {
    padding: 34px 20px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex {
  align-items: center;
  justify-content: space-between;
}
#plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox {
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
#plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .total {
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  transform: translateY(-1.2em);
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .total {
    font-size: 2.6666666667vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .price {
  font-size: 82px;
  margin: 0 1.0666666667vw;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .price {
    font-size: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .price {
    margin: 0 7px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .yen {
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .yen {
    font-size: 3.7333333333vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .yen:after {
  position: absolute;
  top: -2.6666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  content: "(税込)";
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .yen:after {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .totalPrice .priceBox .yen:after {
    top: -17px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex {
  flex-direction: column;
  align-items: center;
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox {
  border-bottom: 1px solid #333;
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .month {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .month {
    font-size: 2.6666666667vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .price {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .price {
    font-size: 5.3333333333vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .yen {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .priceBox .yen {
    font-size: 2.6666666667vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .bunkatsu {
  font-size: 15px;
  margin-top: 0.6666666667vw;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .bunkatsu {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .flex .monthPrice .flex .bunkatsu {
    margin-top: 5px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco {
  margin-top: 3.4666666667vw;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco {
    margin-top: 23px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi {
  position: relative;
  margin: 2.6666666667vw auto 0;
  color: #000;
  background: none;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi {
    font-size: 4vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi span {
  font-size: 33px;
  padding: 0.2em 0;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi span {
    font-size: 5.0666666667vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 5.8666666667vw;
  height: 1.6vw;
  content: "";
  background: url(../../img/arrow.png) center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco .midashi:after {
    width: 39px;
    height: 11px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .ttl_aco.active .midashi:after {
  transform: scale(1, -1) translateY(50%);
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco {
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco {
    padding-top: 26px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox {
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .total {
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  transform: translateY(-1.2em);
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .total {
    font-size: 2.6666666667vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .price {
  font-size: 82px;
  margin: 0 1.0666666667vw;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .price {
    font-size: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .price {
    margin: 0 7px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .yen {
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .yen {
    font-size: 3.7333333333vw;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .yen:after {
  position: absolute;
  top: -2.6666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  content: "(税込)";
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .yen:after {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .totalPrice .priceBox .yen:after {
    top: -17px;
  }
}
#plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .caption {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .courseBoxArea .bodys .weekdayBox .body_aco .caption {
    font-size: 2.1333333333vw;
  }
}
#plan .inner .planBox .otherPlan {
  padding: 0 0 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan {
    padding: 0 0 34px;
    margin-top: 68px;
  }
}
#plan .inner .planBox .otherPlan .midashi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 4vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #16aafa;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .otherPlan .midashi {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan .midashi {
    height: 41px;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
#plan .inner .planBox .otherPlan > img {
  display: block;
  width: 69.3333333333vw;
  margin: 0 auto 3.2vw;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan > img {
    width: 444px;
    margin: 0 auto 20px;
  }
}
#plan .inner .planBox .otherPlan .ttl_aco {
  font-size: 27px;
  display: flex;
  align-items: center;
  height: 16vw;
  margin-top: 3.2vw;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  #plan .inner .planBox .otherPlan .ttl_aco {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan .ttl_aco {
    height: 102px;
    margin-top: 20px;
  }
}
#plan .inner .planBox .otherPlan .ttl_aco span {
  position: relative;
}
#plan .inner .planBox .otherPlan .ttl_aco span:before, #plan .inner .planBox .otherPlan .ttl_aco span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  background: #fff;
  transform: translateY(-50%);
}
#plan .inner .planBox .otherPlan .ttl_aco span:before {
  right: -8vw;
  width: 4vw;
  height: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan .ttl_aco span:before {
    right: -60px;
    width: 26px;
    height: 2px;
  }
}
#plan .inner .planBox .otherPlan .ttl_aco span:after {
  right: -8vw;
  width: 0.2666666667vw;
  height: 4vw;
  transform: translateX(-2vw) translateY(-50%);
}
@media screen and (min-width: 768px) {
  #plan .inner .planBox .otherPlan .ttl_aco span:after {
    right: -60px;
    width: 2px;
    height: 26px;
    transform: translateX(-13px) translateY(-50%);
  }
}
#plan .inner .planBox .otherPlan .ttl_aco.active {
  justify-content: center;
}
#plan .inner .planBox .otherPlan .ttl_aco.active span:after {
  display: none;
}
#plan .inner .planBox .otherPlan .body_aco {
  display: none;
}
#plan .avouchmentBox {
  padding-top: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #plan .avouchmentBox {
    padding-top: 68px;
  }
}
#plan .avouchmentBox p {
  font-size: 41px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #plan .avouchmentBox p {
    font-size: 6.4vw;
  }
}
#plan .avouchmentBox > .flex {
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  color: #16aafa;
}
#plan .avouchmentBox > .flex .add {
  font-size: 68px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #plan .avouchmentBox > .flex .add {
    font-size: 10.6666666667vw;
  }
}
#plan .avouchmentBox > .flex .zero {
  margin: 0 2.1333333333vw;
  font-family: "Jost", sans-serif;
  font-size: 410px;
}
@media screen and (max-width: 767px) {
  #plan .avouchmentBox > .flex .zero {
    font-size: 64vw;
  }
}
@media screen and (min-width: 768px) {
  #plan .avouchmentBox > .flex .zero {
    margin: 0 14px;
  }
}
#plan .avouchmentBox > .flex .yen {
  font-size: 68px;
}
@media screen and (max-width: 767px) {
  #plan .avouchmentBox > .flex .yen {
    font-size: 10.6666666667vw;
  }
}
#plan .avouchmentBox .box {
  width: 91.4666666667vw;
  padding: 5.3333333333vw;
  margin: 0 auto;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  #plan .avouchmentBox .box {
    width: 585px;
    padding: 34px;
  }
}
#plan .avouchmentBox .box .flex {
  flex-wrap: wrap;
}
#plan .avouchmentBox .box .flex li {
  font-size: 20px;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #plan .avouchmentBox .box .flex li {
    font-size: 3.2vw;
  }
}
#plan .avouchmentBox .box .flex li:nth-child(n+3) {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #plan .avouchmentBox .box .flex li:nth-child(n+3) {
    margin-top: 14px;
  }
}

#plan .plan-needle-img {
  position: relative;
  z-index: 0;
}
#plan .plan-needle-img__icon {
  position: absolute;
  width: 136px;
  top: -64px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  #plan .plan-needle-img__icon {
    width: calc(100vw * (136 / 640));
    top: calc(100vw * (-64 / 640));
    right: calc(100vw * (-8 / 640));
  }
}
#plan .price-needle {
  display: grid;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #plan .price-needle {
    gap: calc(100vw * (16 / 640));
  }
}
#plan .price-needle--row {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #plan .price-needle--row {
    max-width: calc(100vw * (500 / 640));
  }
}
#plan .price-needle__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__inner {
    gap: calc(100vw * (16 / 640));
  }
}
#plan .price-needle--row .price-needle__inner {
  align-items: flex-end;
  gap: unset;
}
#plan .price-needle__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
}
#plan .price-needle__title-label {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__title-label {
    font-size: calc(100vw * (20 / 640));
  }
}
#plan .price-needle__title-label small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__title-label small {
    font-size: calc(100vw * (16 / 640));
  }
}
#plan .price-needle__title-count {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-top: 2px solid currentColor;
  padding-top: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__title-count {
    font-size: calc(100vw * (16 / 640));
    padding-top: calc(100vw * (8 / 640));
    margin-top: calc(100vw * (8 / 640));
  }
}
#plan .price-needle__desc {
  flex-grow: 1;
  text-align: right;
}
#plan .price-needle__price {
  color: #16aafa;
  font-family: Oswald;
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__price {
    font-size: calc(100vw * (68 / 640));
  }
}
#plan .price-needle__price--sm {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__price--sm {
    font-size: calc(100vw * (52 / 640));
  }
}
#plan .price-needle__yen {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__yen {
    font-size: calc(100vw * (32 / 640));
  }
}
#plan .price-needle__yen::after {
  position: absolute;
  content: "（税込）";
  width: max-content;
  font-size: 10px;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #plan .price-needle__yen::after {
    font-size: calc(100vw * (10 / 640));
    top: -0.2vw;
  }
}
#plan .info-needle {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle {
    margin-top: calc(100vw * (10 / 640));
  }
}
#plan .info-needle__icon {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  background-color: #16aafa;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__icon {
    width: calc(100vw * (18 / 640));
    height: calc(100vw * (18 / 640));
  }
}
@media screen and (max-width: 767px) {
  #plan .info-needle__icon {
    border-radius: calc(100vw * (50 / 640));
  }
}
#plan .info-needle__icon::before, #plan .info-needle__icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 3px;
  top: 8px;
  height: 2px;
  width: 12px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__icon::before, #plan .info-needle__icon::after {
    left: calc((100vw * (18 / 640) - 100vw * (12 / 640)) / 2);
    top: calc((100vw * (18 / 640) - 100vw * (2 / 640)) / 2);
    height: calc(100vw * (2 / 640));
    width: calc(100vw * (12 / 640));
  }
}
#plan .info-needle__icon::after {
  transform: rotate(90deg);
}
#plan .info-needle__info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__info {
    gap: calc(100vw * (6 / 640));
  }
}
#plan .info-needle__info + .info-needle__info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__info + .info-needle__info {
    margin-top: calc(100vw * (20 / 640));
  }
}
#plan .info-needle__label {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__label {
    font-size: calc(100vw * (16 / 640));
  }
}
#plan .info-needle__label--sm {
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__label--sm {
    font-size: calc(100vw * (14 / 640));
  }
}
#plan .info-needle__price {
  color: #16aafa;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__price {
    font-size: calc(100vw * (24 / 640));
  }
}
#plan .info-needle__yen {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__yen {
    font-size: calc(100vw * (16 / 640));
  }
}
#plan .info-needle__footer {
  margin-top: 32px;
  border-top: 3px solid #000;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__footer {
    margin-top: calc(100vw * (32 / 640));
  }
}
@media screen and (max-width: 767px) {
  #plan .info-needle__footer {
    padding-top: calc(100vw * (8 / 640));
  }
}
#plan .info-needle__subscript {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__subscript {
    font-size: calc(100vw * (16 / 640));
  }
}
#plan .info-needle__subscript--sm {
  color: #333;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #plan .info-needle__subscript--sm {
    font-size: calc(100vw * (11 / 640));
  }
}
#plan .balloon-needle {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 0;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  #plan .balloon-needle {
    font-size: calc(100vw * (16 / 640));
    padding-top: calc(100vw * (24 / 640));
  }
}
#plan .balloon-needle__inner {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  #plan .balloon-needle__inner {
    padding: calc(100vw * (24 / 640));
    gap: calc(100vw * (16 / 640));
    border-radius: calc(100vw * (8 / 640));
  }
}
#plan .balloon-needle__inner::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 24px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  top: 1px;
  left: 132px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  #plan .balloon-needle__inner::before {
    width: calc(100vw * (32 / 640));
    height: calc(100vw * (24 / 640));
    left: calc(100vw * (132 / 640));
  }
}
#plan .details-needle {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #plan .details-needle {
    margin-top: calc(100vw * (16 / 640));
  }
}
#plan .details-needle__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #plan .details-needle__title {
    font-size: calc(100vw * (20 / 640));
  }
}
#plan .details-needle__list {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #plan .details-needle__list {
    font-size: calc(100vw * (20 / 640));
    gap: calc(100vw * (8 / 640));
  }
}
#plan .details-needle__list-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #plan .details-needle__list-item {
    gap: calc(100vw * (8 / 640));
  }
}
#plan .details-needle__list-item:not(:first-child)::before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  #plan .details-needle__list-item:not(:first-child)::before {
    height: calc(100vw * (20 / 640));
    width: calc(100vw * (1 / 640));
  }
}

#waribiki {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  #waribiki {
    padding: 102px 0;
  }
}
#waribiki .h2 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #waribiki .h2 {
    margin-bottom: 68px;
  }
}
#waribiki .h2 .h2_sub {
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  transform: rotate(-5deg) skew(-5deg, 0deg);
  font-size: 41px;
}
@media screen and (max-width: 767px) {
  #waribiki .h2 .h2_sub {
    font-size: 6.4vw;
  }
}
#waribiki .h2 .h2_sub:after {
  content: none;
}
#waribiki .h2 h2 {
  color: #16aafa;
  transform: rotate(-5deg) skew(-5deg, 0deg);
  font-size: 68px;
}
@media screen and (max-width: 767px) {
  #waribiki .h2 h2 {
    font-size: 10.6666666667vw;
  }
}
#waribiki img {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  #waribiki img {
    margin-top: 9px;
  }
}
#waribiki .ttl_aco {
  width: 74.6666666667vw;
  margin: 10.6666666667vw auto 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #waribiki .ttl_aco {
    width: 478px;
    margin: 68px auto 0;
  }
}
#waribiki .ttl_aco span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74.6666666667vw;
  height: 16vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.01em;
  border: 2px solid #fff;
  border-radius: 50vw;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #waribiki .ttl_aco span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #waribiki .ttl_aco span {
    width: 478px;
    height: 102px;
  }
}
#waribiki .ttl_aco span:after {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 2vw;
  height: 2vw;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-70%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  #waribiki .ttl_aco span:after {
    right: 40px;
    width: 15px;
    height: 15px;
  }
}
#waribiki .ttl_aco.active span:after {
  transform: translateY(-20%) rotate(-45deg);
}
#waribiki .body_aco {
  display: none;
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco {
    padding-top: 48px;
  }
}
#waribiki .body_aco .tabs {
  align-items: flex-end;
}
#waribiki .body_aco .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 7.4666666667vw;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background: #333;
  border: 1px solid #bbb;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .tabs li {
    height: 48px;
  }
}
#waribiki .body_aco .tabs li.active {
  height: 9.0666666667vw;
  cursor: default;
  background: #444;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .tabs li.active {
    height: 58px;
  }
}
#waribiki .body_aco .bodys {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .bodys {
    padding-top: 68px;
  }
}
#waribiki .body_aco .bodys > div {
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .bodys > div {
    padding: 0 27px;
  }
}
#waribiki .body_aco .bodys > div h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #waribiki .body_aco .bodys > div h2 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .bodys > div h2 {
    height: 41px;
    margin-top: 34px;
    margin-bottom: 17px;
  }
}
#waribiki .body_aco .bodys > div:nth-child(1) h2 {
  background: #0067b2;
}
#waribiki .body_aco .bodys > div:nth-child(2) h2 {
  background: #0d8046;
}
#waribiki .body_aco .bodys > div:nth-child(2) .div-block h4 {
  margin-bottom: 0.5em;
}
#waribiki .body_aco .bodys > div:nth-child(2) .div-block .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  color: #fff;
  background: #0d8046;
  border-radius: 50vw;
}
#waribiki .body_aco .bodys > div:nth-child(2) .div-block.second {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #waribiki .body_aco .bodys > div:nth-child(2) .div-block.second {
    margin-top: 20px;
  }
}
#waribiki .body_aco .bodys > div:nth-child(3) h2 {
  background: #d89000;
}

#flow {
  padding: 16vw 0;
  overflow: hidden;
  background: #333;
}
@media screen and (min-width: 768px) {
  #flow {
    padding: 102px 0;
  }
}

.swiperStep,
.swiperFlow {
  position: relative;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .swiperStep,
  .swiperFlow {
    margin-bottom: 102px;
  }
}
.swiperStep .swiper-slide .box,
.swiperFlow .swiper-slide .box {
  padding: 5.3333333333vw 4.2666666667vw 0;
}
@media screen and (min-width: 768px) {
  .swiperStep .swiper-slide .box,
  .swiperFlow .swiper-slide .box {
    padding: 34px 27px 0;
  }
}
.swiperStep .swiper-slide .box .flex,
.swiperFlow .swiper-slide .box .flex {
  align-items: center;
  justify-content: flex-start;
}
.swiperStep .swiper-slide .box .flex .num,
.swiperFlow .swiper-slide .box .flex .num {
  font-size: 55px;
  padding-right: 3.2vw;
  margin-right: 3.2vw;
  line-height: 1;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .swiperStep .swiper-slide .box .flex .num,
  .swiperFlow .swiper-slide .box .flex .num {
    font-size: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .swiperStep .swiper-slide .box .flex .num,
  .swiperFlow .swiper-slide .box .flex .num {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.swiperStep .swiper-slide .box .flex .title,
.swiperFlow .swiper-slide .box .flex .title {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .swiperStep .swiper-slide .box .flex .title,
  .swiperFlow .swiper-slide .box .flex .title {
    font-size: 4.8vw;
  }
}
.swiperStep .swiper-slide .box .text,
.swiperFlow .swiper-slide .box .text {
  margin-top: 5.3333333333vw;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .swiperStep .swiper-slide .box .text,
  .swiperFlow .swiper-slide .box .text {
    margin-top: 34px;
  }
}
.swiperStep .swiper-button-prev,
.swiperStep .swiper-button-next,
.swiperFlow .swiper-button-prev,
.swiperFlow .swiper-button-next {
  top: 25.0666666667vw;
}
@media screen and (min-width: 768px) {
  .swiperStep .swiper-button-prev,
  .swiperStep .swiper-button-next,
  .swiperFlow .swiper-button-prev,
  .swiperFlow .swiper-button-next {
    top: 160px;
  }
}

.swiperFlow {
  margin-bottom: 0;
}

#faq {
  padding: 16vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 102px 0 68px;
  }
}
#faq .tabs {
  align-items: flex-end;
}
#faq .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 7.4666666667vw;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background: #333;
  border: 1px solid #bbb;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #faq .tabs li {
    height: 48px;
  }
}
#faq .tabs li.active {
  height: 9.0666666667vw;
  cursor: default;
  background: #444;
}
@media screen and (min-width: 768px) {
  #faq .tabs li.active {
    height: 58px;
  }
}
#faq .bodys {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #faq .bodys {
    padding-top: 68px;
  }
}
#faq .bodys > div {
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #faq .bodys > div {
    padding: 0 27px;
  }
}
#faq .bodys > div .flex {
  align-items: center;
  justify-content: flex-start;
}
#faq .bodys > div .q_text {
  margin-bottom: 2.6666666667vw;
  color: #16aafa;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .q_text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .q_text {
    margin-bottom: 17px;
  }
}
#faq .bodys > div .q_text .q {
  font-size: 34px;
  margin-right: 4.2666666667vw;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .q_text .q {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .q_text .q {
    margin-right: 27px;
  }
}
#faq .bodys > div .a_text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .a_text {
    font-size: 3.2vw;
  }
}
#faq .bodys > div .a_text .a {
  font-size: 34px;
  margin-right: 4.2666666667vw;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .a_text .a {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .a_text .a {
    margin-right: 27px;
  }
}
#faq .bodys > div .ttl_aco {
  font-size: 15px;
  position: relative;
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .ttl_aco {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .ttl_aco {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
#faq .bodys > div .ttl_aco:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  width: 91.4666666667vw;
  height: 1px;
  margin: 0 auto;
  content: "";
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .ttl_aco:before {
    width: 585px;
  }
}
#faq .bodys > div .ttl_aco span {
  position: relative;
  padding: 0 1em;
  background: #444;
}
#faq .bodys > div .body_aco {
  display: none;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #faq .bodys > div .body_aco {
    padding-top: 17px;
  }
}
#faq .bodys > div .body_aco p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #faq .bodys > div .body_aco p {
    font-size: 2.4vw;
  }
}
#faq .bodys > div .body_aco p a {
  text-decoration: underline;
}

#doctor {
  padding: 16vw 0;
  background: #333;
}
@media screen and (min-width: 768px) {
  #doctor {
    padding: 102px 0;
  }
}
#doctor .flex {
  align-items: center;
  justify-content: flex-start;
}
#doctor .flex img {
  width: 36.2666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #doctor .flex img {
    width: 232px;
  }
}
#doctor .flex > div {
  width: 56.2666666667vw;
  margin-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  #doctor .flex > div {
    width: 410px;
    margin-left: 20px;
  }
}
#doctor .flex > div h3 {
  margin-bottom: 5.3333333333vw;
  line-height: 1.5;
  color: #16aafa;
  font-size: 41px;
}
@media screen and (max-width: 767px) {
  #doctor .flex > div h3 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #doctor .flex > div h3 {
    margin-bottom: 34px;
  }
}
#doctor .flex > div .text {
  font-size: 17px;
  margin-bottom: 5.3333333333vw;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #doctor .flex > div .text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #doctor .flex > div .text {
    margin-bottom: 34px;
  }
}
#doctor .flex > div .nameBox {
  font-weight: normal;
}
#doctor .flex > div .nameBox .position {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #doctor .flex > div .nameBox .position {
    font-size: 2.6666666667vw;
  }
}
#doctor .flex > div .nameBox .name {
  font-size: 27px;
  margin-top: 1.3333333333vw;
}
@media screen and (max-width: 767px) {
  #doctor .flex > div .nameBox .name {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #doctor .flex > div .nameBox .name {
    margin-top: 9px;
  }
}

#photos {
  padding: 0 0 16vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #photos {
    padding: 0 0 102px;
  }
}
#photos .swiperPhotos {
  position: relative;
}
#photos .swiperPhotos .swiper-slide .text {
  font-size: 34px;
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #photos .swiperPhotos .swiper-slide .text {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #photos .swiperPhotos .swiper-slide .text {
    margin-top: 34px;
  }
}
#photos .swiperPhotos .swiper-button-prev,
#photos .swiperPhotos .swiper-button-next {
  top: 85.3333333333vw;
}
@media screen and (min-width: 768px) {
  #photos .swiperPhotos .swiper-button-prev,
  #photos .swiperPhotos .swiper-button-next {
    top: 546px;
  }
}

.tabs + .bodys > div:nth-child(n+2):not(.weekdayBox) {
  display: none;
}

.weekdayBox {
  display: block !important;
}

#clinic {
  padding: 16vw 0 32vw;
  background: #333;
}
@media screen and (min-width: 768px) {
  #clinic {
    padding: 102px 0;
  }
}
#clinic .h4 {
  font-size: 27px;
  padding-left: 4vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 1.3333333333vw;
  font-weight: 600;
  border-left: 4px solid #16aafa;
}
@media screen and (max-width: 767px) {
  #clinic .h4 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #clinic .h4 {
    padding-left: 26px;
    margin-top: 34px;
    margin-bottom: 9px;
  }
}
#clinic .inner {
  width: 91.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #clinic .inner {
    width: 585px;
  }
}
#clinic ul li {
  display: flex;
  flex-wrap: wrap;
}
#clinic ul li .inBox {
  position: relative;
  padding: 2.1333333333vw 5.3333333333vw;
  margin-top: 4vw;
  margin-right: 4vw;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 2.1333333333vw;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #clinic ul li .inBox {
    padding: 14px 34px;
    margin-top: 26px;
    margin-right: 26px;
    border-radius: 14px;
  }
}
#clinic ul li .inBox .small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox .small {
    font-size: 2.4vw;
  }
}
#clinic ul li .inBox:before {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 15px;
  height: 15px;
  content: "";
  background: url(/img/top/right-arr.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #clinic ul li .inBox:before {
    width: calc(7px + 11 * (100vw - 320px) / 447);
    height: calc(9px + 17 * (100vw - 320px) / 447);
    content: "";
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlayBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  display: none;
  width: 92vw;
  overflow: hidden;
  background: #444;
  border-radius: 5.3333333333vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .overlayBox {
    width: 589px;
    border-radius: 34px;
  }
}
.overlayBox .overlayInner {
  overflow-y: auto;
}
.overlayBox .imgBox {
  height: 46vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .overlayBox .imgBox {
    height: 260px;
  }
}
.overlayBox .imgBox img {
  width: 100%;
}
.overlayBox .con {
  padding: 5.3333333333vw 8vw 8vw;
}
@media screen and (min-width: 768px) {
  .overlayBox .con {
    padding: 24px 48px 48px;
  }
}
.overlayBox .con .inName {
  font-size: 30px;
  margin-bottom: 4vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .overlayBox .con .inName {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .con .inName {
    margin-bottom: 16px;
  }
}
.overlayBox .con .address,
.overlayBox .con .map,
.overlayBox .con .access {
  font-weight: normal;
}
.overlayBox .con .map a {
  text-decoration: underline;
}
.overlayBox .con .button {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .overlayBox .con .button {
    margin-top: 24px;
  }
}
.overlayBox .con .button a {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  font-weight: 600;
  text-align: center;
  background: #16aafa;
  border: none;
  border-radius: 50vw;
}
@media screen and (max-width: 767px) {
  .overlayBox .con .button a {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .overlayBox .con .button a {
    height: 96px;
  }
}
.overlayBox .close {
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .overlayBox .close {
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
  }
}
.overlayBox .close:before, .overlayBox .close:after {
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
  width: 6.9333333333vw;
  height: 0.5333333333vw;
  content: "";
  background: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .overlayBox .close:before, .overlayBox .close:after {
    width: 52px;
    height: 4px;
  }
}
.overlayBox .close:before {
  transform: rotate(-45deg);
}
.overlayBox .close:after {
  transform: rotate(45deg);
}

.footer {
  padding: 4.6133333333vw 0vw 5.8266666667vw 0vw;
  position: relative;
}
.footer .footer-menu {
  padding-bottom: calc(45px + 45 * (100vw - 320px) / 447);
  margin: 0 6.4vw;
}
@media screen and (min-width: 768px) {
  .footer .footer-menu {
    padding-bottom: 45px;
    margin: 0 40px;
  }
}
.footer .footer-menu li {
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 7px;
}
.footer .footer-menu li a {
  display: block;
  padding: calc(17px + 15 * (100vw - 320px) / 447) 0;
  color: #fff;
  border-bottom: calc(0.5px + 1.5 * (100vw - 320px) / 447) solid #646464;
}
.footer .footer-menu li a:hover {
  opacity: 0.7;
}
.footer .footer-menu li:after {
  position: absolute;
  top: 25%;
  right: 0;
  width: calc(20px + 25 * (100vw - 320px) / 447);
  height: calc(20px + 25 * (100vw - 320px) / 447);
  content: "";
  background: url(/img/common/link_arrow.png) #00aafa no-repeat center;
  background-position: center;
  background-size: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .footer .footer-menu li a {
    padding: 30px 0px;
    border-bottom: 1px solid #646464;
  }
  .footer .footer-menu li:after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 34.6px 0 43.7px;
    margin-bottom: 20px;
  }
}
.footer__logo {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo__icon {
  display: inline-block;
}
.footer__logo__icon img {
  width: 50.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__logo__icon img {
    width: 191px;
  }
}
.footer__logo__text {
  font-weight: normal;
  font-size: 18px;
  margin: 3.7333333333vw 0vw 13.3333333333vw 0vw;
}
@media screen and (max-width: 767px) {
  .footer__logo__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo__text {
    margin: 28px 0 100px;
  }
}
.footer__logo__text .emp {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .footer__logo__text .emp {
    font-size: 3.2vw;
  }
}
.footer .flex {
  font-size: 18px;
  justify-content: center;
  margin-bottom: 3.4666666667vw;
}
@media screen and (max-width: 767px) {
  .footer .flex {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .flex {
    margin-bottom: 26px;
  }
}
.footer copyright {
  font-size: 17px;
  display: table;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer copyright {
    font-size: 2.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../../img/bg_pc.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.cta {
  position: fixed;
  right: 0;
  bottom: 4vw;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 16.13vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.cta a {
  display: inline-block;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .cta a:nth-child(1) {
    width: 28%;
    margin-left: -100%;
  }
  .cta a:nth-child(2) {
    width: 64%;
    margin-right: -100%;
  }
}
.cta a img {
  width: 100%;
}
.cta a img.btn_tel, .cta a img.btn_counseling {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta a img.btn_tel, .cta a img.btn_counseling {
    display: none;
  }
}
.cta a img.btn_counseling {
  transform-origin: 100% 50%;
  animation: scaleChange 2s infinite;
}
@media screen and (max-width: 767px) {
  .cta.active a:nth-child(1) {
    padding-left: calc(100vw / var(--viewport) * 16);
    margin-left: 0;
  }
  .cta.active a:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta {
    bottom: 30px;
    width: 444px;
    height: 121px;
    margin: 0;
    overflow: visible;
  }
  .cta img {
    top: initial;
    right: initial;
    bottom: 30px;
    left: 0;
    width: 444px;
    transform-origin: left center;
    animation: scaleChange 2s infinite;
  }
}
@keyframes scaleChange {
  0% {
    scale: 1.05;
  }
  50% {
    scale: 0.95;
  }
  100% {
    scale: 1.05;
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

[data-animate=fadeIn],
[data-animate=zoomIn],
[data-animate=bounceIn],
[data-animate=fadeInLeft],
[data-animate=fadeInRight],
[data-animate=fadeInUp],
[data-animate=fadeInUp2] {
  opacity: 0;
}

[data-animate=zoomIn],
[data-animate=fadeInUp] {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
#ftr_tel.f_lightbox-panel {
  top: 50%;
  height: 92.7%;
  color: #000;
  transform: tanslateY(-50%);
}

#ftr_tel.f_lightbox-panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.off-img {
  position: relative;
  overflow: hidden;
}
.off-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background: rgba(0, 0, 0, 0.77);
}
.off-img p {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .off-img p {
    font-size: 5.3333333333vw;
  }
}
.off-img p span {
  font-size: 16px;
  display: block;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .off-img p span {
    font-size: 2.1333333333vw;
  }
}

.optionArea {
  margin-top: 1.3333333333vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .optionArea {
    margin-top: 9px;
  }
}
.optionArea .txt-i {
  display: inline-block;
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
}
.optionArea .inner {
  width: 89.3333333333vw !important;
  padding: 10.6666666667vw 4.6666666667vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .optionArea .inner {
    width: 572px !important;
    padding: 68px 30px;
  }
}
.optionArea .inner h2 {
  margin-bottom: 5.3333333333vw;
  font-size: 7.4666666667vw;
  color: #00a9fa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .optionArea .inner h2 {
    margin-bottom: 34px;
    font-size: 48px;
  }
}
.optionArea .inner .h2_sub {
  margin-bottom: 10.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .h2_sub {
    margin-bottom: 68px;
    font-size: 27px;
  }
}
.optionArea .inner .box.box01 {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box.box01 {
    margin-top: 102px;
  }
}
.optionArea .inner .box.box02 {
  margin-top: 24.5333333333vw;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box.box02 {
    margin-top: 157px;
  }
}
.optionArea .inner .box .recommend {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .recommend {
    margin-bottom: 34px;
  }
}
.optionArea .inner .box .ttl_aco {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: center;
  background: #20396f;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .ttl_aco {
    height: 102px;
    font-size: 24px;
  }
}
.optionArea .inner .box .ttl_aco:before, .optionArea .inner .box .ttl_aco:after {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: block;
  content: "";
  background: #fff;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .ttl_aco:before, .optionArea .inner .box .ttl_aco:after {
    right: 34px;
  }
}
.optionArea .inner .box .ttl_aco:before {
  width: calc(100vw / var(--viewport) * 24);
  height: 2px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .ttl_aco:before {
    width: 20px;
  }
}
.optionArea .inner .box .ttl_aco:after {
  width: 2px;
  height: calc(100vw / var(--viewport) * 24);
  transform: translate(calc(100vw / var(--viewport) * -10), -50%);
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .ttl_aco:after {
    height: 20px;
    transform: translate(-10px, -50%);
  }
}
.optionArea .inner .box .ttl_aco.active:after {
  display: none;
}
.optionArea .inner .box .body_aco .flex {
  flex-direction: column;
}
.optionArea .inner .box .body_aco .flex .order1 {
  order: 1;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .body_aco .flex .order1 {
    margin-bottom: 34px;
  }
}
.optionArea .inner .box .body_aco .flex .order2 {
  order: 3;
}
.optionArea .inner .box .body_aco .flex .order3 {
  order: 2;
  margin-bottom: 10.6666666667vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .box .body_aco .flex .order3 {
    margin-bottom: 68px;
  }
}
.optionArea .inner .last {
  margin-top: 19.4666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #01a9f8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .optionArea .inner .last {
    margin-top: 125px;
    font-size: 34px;
  }
}

.newPlanBox_option {
  margin-top: 6.8vw;
}
.newPlanBox_option .box {
  padding: 2.2666666667vw;
  margin: -2.2666666667vw;
  background: #355273;
}
.newPlanBox_option .box.boxFace {
  margin: 2.2666666667vw 0 0;
}
.newPlanBox_option .box .innerBox .midashi {
  color: #222;
  background: #EDEBE9;
  margin-top: 0 !important;
}
.newPlanBox_option .box .clickable {
  width: 26.6666666667vw;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .newPlanBox_option .box .clickable {
    width: 125px;
  }
}
.newPlanBox_option .noseOption,
.newPlanBox_option .faceOption {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.newPlanBox_option .info {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.newPlanBox_option .ttl_aco {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 30);
  line-height: calc(100vw / var(--viewport) * 60);
  margin-top: 6.6666666667vw;
  border-bottom: 2px solid #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .newPlanBox_option .ttl_aco {
    font-size: 24px;
    line-height: 51px;
    margin-top: 43px;
  }
}
.newPlanBox_option .ttl_aco.ttl_faceOption {
  padding: 0.8vw 0;
  border-top: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .newPlanBox_option .ttl_aco.ttl_faceOption {
    padding: 5px 0;
    margin-top: 52px;
  }
}
.newPlanBox_option .ttl_aco.ttl_faceOption .imgBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newPlanBox_option .ttl_aco.ttl_faceOption .imgBox img {
  width: 28.9333333333vw;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .newPlanBox_option .ttl_aco.ttl_faceOption .imgBox img {
    width: 184px;
  }
}
.newPlanBox_option .ttl_aco.ttl_faceOption .imgBox:after {
  content: "顔全体オプションはこちら ＋";
}
.newPlanBox_option .ttl_aco.ttl_faceOption.active .imgBox:after {
  content: "顔全体オプションはこちら －";
}
.newPlanBox_option .ttl_aco span {
  width: calc(100vw / var(--viewport) * 50);
  height: calc(100vw / var(--viewport) * 50);
  border-radius: 50vw;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
.newPlanBox_option .ttl_aco span:before,
.newPlanBox_option .ttl_aco span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #355273;
}
.newPlanBox_option .ttl_aco span:before {
  width: calc(100vw / var(--viewport) * 5);
  height: calc(100vw / var(--viewport) * 25);
}
.newPlanBox_option .ttl_aco.active span:before {
  display: none;
}
.newPlanBox_option .ttl_aco span:after {
  width: calc(100vw / var(--viewport) * 25);
  height: calc(100vw / var(--viewport) * 5);
}
.newPlanBox_option .caption {
  color: #fff;
  text-align: left !important;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.newPlanBox_option .body_aco {
  padding-top: calc(100vw / var(--viewport) * 20);
  display: none;
}
.newPlanBox_option .body_aco.body_faceOption {
  width: calc(100% + 4.5333333333vw);
  position: relative;
  left: -2.2666666667vw;
}
@media screen and (min-width: 768px) {
  .newPlanBox_option .body_aco.body_faceOption {
    width: calc(100% + 34px);
    left: -17px;
  }
}
.newPlanBox_option .body_aco .beforeafter .flex {
  justify-content: space-between;
}
.newPlanBox_option .body_aco .beforeafter .flex div {
  width: 48%;
}
.newPlanBox_option .body_aco .beforeafter .flex div figure {
  position: relative;
  margin-bottom: 20px;
}
.newPlanBox_option .body_aco .beforeafter .flex div figure figcaption {
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0.2em 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newPlanBox_option .body_aco .beforeafter dl {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: calc(100vw / var(--viewport) * 20) 0;
  border-bottom: 2px solid #fff;
}
.newPlanBox_option .body_aco .beforeafter dl.first {
  border-top: 2px solid #fff;
}
.newPlanBox_option .body_aco .beforeafter dl dt {
  text-align: center;
  width: calc(100vw / var(--viewport) * 140);
  margin-right: calc(100vw / var(--viewport) * 40);
}
.newPlanBox_option .plus {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .newPlanBox_option .plus {
    font-size: 4.6666666667vw;
  }
}

.overlay_nose_option {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1003;
}
.overlay_nose_option .whiteBox {
  color: #222;
  width: 90%;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 32);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: calc(100vw / var(--viewport) * 16);
  box-sizing: border-box;
  position: relative;
}
.overlay_nose_option .whiteBox .inner {
  width: 100% !important;
}
.overlay_nose_option .whiteBox .popup-img {
  width: 100%;
  height: auto;
  text-align: center;
}
.overlay_nose_option .whiteBox .popup-img .flex {
  align-items: flex-end;
}
.overlay_nose_option .whiteBox .popup-img img {
  width: 50%;
}
.overlay_nose_option .whiteBox .popup-txt {
  font-weight: bold;
  line-height: 1.7;
}
.overlay_nose_option .whiteBox .popup-txt h4 {
  color: #355273;
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
.overlay_nose_option .whiteBox .popup-txt p {
  font-size: 16px;
}
.overlay_nose_option .whiteBox .close {
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 80);
  border-radius: 50vw;
  background: #fff;
  position: absolute;
  top: -21%;
  right: 0;
  z-index: 3;
  transform: rotate(45deg);
  cursor: pointer;
}
.overlay_nose_option .whiteBox .close:before,
.overlay_nose_option .whiteBox .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.overlay_nose_option .whiteBox .close:before {
  width: calc(100vw / var(--viewport) * 5);
  height: calc(100vw / var(--viewport) * 25);
}
.overlay_nose_option .whiteBox .close:after {
  width: calc(100vw / var(--viewport) * 25);
  height: calc(100vw / var(--viewport) * 5);
}

@media screen and (min-width: 768px) {
  .newPlanBox_option {
    margin-top: 58px;
  }
  .newPlanBox_option .box {
    padding: 17px;
    margin: -17px;
  }
  .newPlanBox_option .box.boxFace {
    margin-top: 18px;
  }
  .newPlanBox_option .noseOption,
  .newPlanBox_option .faceOption {
    margin-bottom: 36px;
  }
  .newPlanBox_option .info {
    font-size: 12px;
    margin-top: -26px;
    margin-bottom: 14px;
  }
  .newPlanBox_option .ttl_aco {
    line-height: 48px;
    margin-top: 27px;
  }
  .newPlanBox_option .ttl_aco span {
    width: 36px;
    height: 36px;
  }
  .newPlanBox_option .ttl_aco span:before {
    width: 4px;
    height: 18px;
  }
  .newPlanBox_option .ttl_aco span:after {
    width: 18px;
    height: 4px;
  }
  .newPlanBox_option .caption {
    margin-top: 11px;
  }
  .newPlanBox_option .body_aco {
    padding-top: 16px;
    display: none;
  }
  .newPlanBox_option .body_aco .beforeafter {
    width: 480px;
    margin: 0 auto;
  }
  .newPlanBox_option .body_aco .beforeafter .flex div {
    width: 48%;
  }
  .newPlanBox_option .body_aco .beforeafter .flex div figure {
    position: relative;
    margin-bottom: 20px;
  }
  .newPlanBox_option .body_aco .beforeafter dl {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  .newPlanBox_option .body_aco .beforeafter dl.first {
    border-top: 1px solid #fff;
  }
  .newPlanBox_option .body_aco .beforeafter dl dt {
    width: 90px;
    margin-right: 20px;
  }
  .overlay_nose_option {
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .overlay_nose_option .whiteBox {
    width: 330px;
    height: 342px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    top: 50%;
    border-radius: 10px;
  }
  .overlay_nose_option .whiteBox .popup-img {
    height: 136px;
  }
  .overlay_nose_option .whiteBox .popup-img .flex {
    justify-content: space-evenly;
  }
  .overlay_nose_option .whiteBox .popup-img img {
    width: 42.5%;
  }
  .overlay_nose_option .whiteBox .close {
    width: 40px;
    height: 40px;
    top: -51px;
    right: -114px;
  }
  .overlay_nose_option .whiteBox .close:before {
    width: 4px;
    height: 18px;
  }
  .overlay_nose_option .whiteBox .close:after {
    width: 18px;
    height: 4px;
  }
}