@charset "UTF-8";
@import url(./style.css);
/*==================================================================*/
/* top css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
#home {
  color: #fff;
  background-color: #121212;
}

section {
  padding: 100px 0;
  background-color: #121212;
}

.min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 新規会員登録 - 追従　*/
.btn-reserve {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 280px;
  width: 60px;
  display: block;
  background-color: #9b8807;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 1.5em 1em;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  z-index: 999;
}
.btn-reserve span {
  font-size: 0.8rem;
  margin-top: 1.5em;
}
.btn-reserve:hover {
  color: #fff;
  opacity: 0.95;
  text-decoration: none;
}

h2.sub-t {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 80px;
  position: relative;
  font-size: 3.2em;
}
h2.sub-t:before {
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: #9b8807;
}
h2.sub-t span {
  display: block;
  font-size: 1.125rem;
  color: #9b8807;
  font-style: italic;
  line-height: 1.25em;
  margin-bottom: 1em;
}

/* loading
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

@keyframes logofadein {
  0% {
    fill: #000;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    fill: #fff;
    opacity: 1;
  }
}
/* End loading */
main {
  overflow-x: hidden;
  /* パララックス画像 */
}
main .mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  /*キャッチコピーアニメーション*/
}
main .mainvisual video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
main .mainvisual .catch {
  position: absolute;
  left: 8.33%;
  bottom: 12.56%;
  color: #ffffff;
  z-index: 3;
  letter-spacing: 0.15em;
}
main .mainvisual .catch h2 {
  line-height: 1.4em;
  font-size: 126px;
  font-size: 7vw;
}
main .mainvisual .catch .subcatch-en {
  font-size: 1.6875em;
}
main .mainvisual .catch .subcatch {
  font-size: 1.5em;
  letter-spacing: 0.15em;
}
main .mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
main .mainvisual .insta {
  position: absolute;
  top: calc(50% - 16px);
  right: 22px;
  width: 32px;
  height: 32px;
  z-index: 5;
}
main .mainvisual .eachTextAnime span {
  opacity: 0;
}
main .mainvisual .eachTextAnime.appeartext span {
  display: inline-block;
  animation: text_anime_on 0.8s ease-out forwards, color_change 3.1s 1.565s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes text_fadein {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes color_change {
  0% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
main #about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 150px 0 0;
}
main #about h2.sub-t {
  text-align: left;
  font-size: 1.125em;
  margin-bottom: 30px;
  padding-bottom: 0;
}
main #about h2.sub-t span {
  display: inline-block;
  margin: 0;
}
main #about h2.sub-t::before {
  margin: 0;
  left: 6em;
  right: 0;
  bottom: 0.8em;
}
main #about .imagearea {
  width: calc(50% + 50px);
  min-height: 350px;
  background: url(../images/top/photo-about.jpg) no-repeat center center;
  background-size: 125%;
}
main #about .imagearea img {
  opacity: 0;
}
main #about .textarea {
  width: calc(50% - 50px);
  padding-left: 80px;
  padding-top: 80px;
}
main #about .textarea .leadtext {
  font-size: 2.65em;
  line-height: 1.48em;
  margin-bottom: 1em;
}
main #about .textarea p {
  line-height: 2em;
  margin-bottom: 100px;
}
main .bgarea {
  position: relative;
  background-color: inherit;
  padding: 0;
}
main .bgarea::before {
  content: "";
  display: block;
  padding-top: 35%;
}
main .bgarea::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("../images/top/top_imageborder.jpg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  box-sizing: inherit;
  background-repeat: no-repeat;
}
main #features ol li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main #features ol li .textarea {
  position: relative;
  width: 50%;
  padding: 60px 0 0 75px;
}
main #features ol li .textarea h3 {
  font-size: 2em;
  font-style: italic;
  line-height: 1.25em;
  margin-bottom: 0.75em;
}
main #features ol li .textarea p {
  max-width: 410px;
}
main #features ol li .textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 104px;
  background-size: contain;
  background-repeat: no-repeat;
}
main #features ol li .imagearea {
  width: calc(50% - 50px);
}
main #features ol li:first-child .textarea::before {
  background-image: url(../images/top/features-num-01.png);
}
main #features ol li:nth-child(2) .textarea::before {
  background-image: url(../images/top/features-num-02.png);
}
main #features ol li:nth-child(3) .textarea::before {
  background-image: url(../images/top/features-num-03.png);
}
main #features ol li:nth-child(4) .textarea::before {
  background-image: url(../images/top/features-num-04.png);
}
main #features ol li:nth-child(5) .textarea::before {
  background-image: url(../images/top/features-num-05.png);
}
main #features ol li + li {
  margin-top: 100px;
}
main #machine {
  background-image: url(../images/top/bg-geometry.png);
}
main #machine ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main #machine ul li .textarea {
  width: 50%;
}
main #machine ul li .textarea .incite {
  color: #c1c1c1;
}
main #machine ul li .textarea h3 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
main #machine ul li .textarea p {
  max-width: 450px;
}
main #machine ul li .textarea .btn-pdf {
  display: block;
  position: relative;
  width: 396px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 50px;
}
main #machine ul li .textarea .btn-pdf:hover {
  text-decoration: none;
}
main #machine ul li .textarea .btn-pdf::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 32px;
  width: 21px;
  height: 21px;
  background-image: url("../images/top/ic-plus.png");
  background-repeat: no-repeat;
  background-size: contain;
}
main #machine ul li .imagearea {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
main #machine ul li .imagearea img {
  width: 100%;
}
main #machine ul li:first-child .imagearea img {
  max-width: 253px;
}
main #machine ul li:nth-child(2) {
  flex-direction: row-reverse;
}
main #machine ul li:nth-child(2) .imagearea img {
  max-width: 258px;
}
main #machine ul li:last-child .imagearea img {
  max-width: 453px;
}
main #machine ul li + li {
  margin-top: 65px;
}
main #price .box-plan:first-child {
  margin-bottom: 80px;
}
main #price .box-plan h3 {
  text-align: center;
  font-size: 2em;
  background-color: #1f1f1f;
  line-height: 2.25em;
  margin-bottom: 0.8em;
}
main #price .box-plan ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main #price .box-plan ul li {
  width: calc(33.333% - 13px);
  border: 1px solid #fff;
  text-align: center;
  padding: 40px 0 30px;
}
main #price .box-plan ul li h4 {
  font-size: 1.75em;
  line-height: 1.28em;
  margin-bottom: 0.75em;
}
main #price .box-plan ul li h4 span {
  font-size: 0.825em;
}
main #price .box-plan ul li .price {
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1.25em;
}
main #price .box-plan ul li .price span {
  font-size: 1.425em;
  margin-left: 0.25em;
}
main #price .box-plan ul li .machine {
  width: 100%;
  max-width: 230px;
  font-size: 0.9375em;
  line-height: 1.5em;
  margin: 0 auto 1em;
  color: #000000;
  background-color: #fff;
}
main #price .box-plan ul li .machinelist {
  font-size: 0.9375em;
  line-height: 1.5em;
}
main #price .box-plan ul .vip {
  background-image: url("../images/top/price-vip.png");
  background-repeat: no-repeat;
  background-size: 100px 74px;
  background-position: left top;
}
main #price .box-plan ul .trial {
  background-image: url("../images/top/price-trial.png");
  background-repeat: no-repeat;
  background-size: 120px 88px;
  background-position: left top;
}
main #price .box-plan .notes {
  font-size: 0.925em;
  text-align: right;
  margin-top: 35px;
}
main #price .box-plan + .box-plan {
  margin-top: 80px;
}
main #flow ol li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 28px 45px;
  background-color: #1f1f1f;
}
main #flow ol li h4 {
  color: #948107;
  margin-right: 10px;
}
main #flow ol li h4 span {
  font-size: 2.5em;
  vertical-align: middle;
  margin-left: 0.25em;
}
main #flow ol li .textarea {
  width: calc(100% - 390px);
}
main #flow ol li .textarea h3 {
  font-size: 1.85em;
  line-height: 1.25em;
  margin-top: 0.5em;
}
main #flow ol li .textarea p {
  line-height: 2.25em;
  margin-top: 1.25em;
}
main #flow ol li .textarea a {
  color: #fff;
  text-decoration: underline;
}
main #flow ol li .imagearea {
  width: 246px;
}
main #flow ol li:not(:last-child) {
  margin-bottom: 40px;
}
main #flow ol li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: calc(50% - 38px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 38px 0 38px;
  border-color: #9B8807 transparent transparent transparent;
}
main .multiple {
  padding: 0;
  background-color: #121212;
}
main .multiple .slick-slide {
  margin: 0 5px;
}
main .multiple .slick-slide img {
  width: 100%;
  backface-visibility: hidden;
}
main .multiple .slick-slide:nth-child(odd) {
  transform: translateY(70px);
}
main .multiple .slick-list {
  overflow: visible;
}
main #membership {
  padding-top: 170px;
  background-image: url(../images/top/bg-geometry.png);
}
main #membership ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main #membership ul li {
  width: calc(33.333% - 46px);
  font-style: italic;
}
main #membership ul li img {
  width: 253px;
  padding-left: 20px;
}
main #membership ul li h4 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.25em;
  margin: 1em 0;
}
main #membership ul li p {
  font-size: 0.9375em;
}
main #membership ul li p:first-child {
  text-align: center;
}
main #information .infobox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main #information .infobox .textbox {
  width: 50%;
}
main #information .infobox .textbox dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.125em;
}
main #information .infobox .textbox dl dt {
  width: 120px;
  margin-top: 2em;
}
main #information .infobox .textbox dl dd {
  width: calc(100% - 120px);
  margin-top: 2em;
}
main #information .infobox .textbox dl dd a {
  color: #fff;
  text-decoration: underline;
}
main #information .infobox .imagebox {
  width: 50%;
}
main #information .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35.4%;
  margin-top: 50px;
  filter: grayscale(100%);
}
main #information .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main #faq {
  margin-bottom: 0;
}
main #faq .btnarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0 35px;
}
main #faq .btnarea .btn {
  width: calc(33.333% - 10px);
  max-width: 300px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1em;
  padding: 0;
}
main #faq .btnarea .btn a {
  color: #fff;
  display: block;
}
main #faq .btnarea .btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
main #faq h3 {
  font-size: 1.5em;
  padding: 0 0 0.5em 0.75em;
  border-bottom: 1px solid #fff;
  margin-bottom: 2em;
}
main #faq .accordion_one {
  margin-bottom: 1em;
}
main #faq .accordion_one .ac_header {
  background-color: #1f1f1f;
  padding: 1.375rem 2rem 1.375rem 1rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
main #faq .accordion_one .ac_header:not(.open):hover {
  background-color: #353535;
}
main #faq .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
main #faq .accordion_one .ac_header .i_box:before, main #faq .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
main #faq .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
main #faq .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
main #faq .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
main #faq .accordion_one .ac_inner {
  display: none;
  padding: 1.375rem 2rem 1.375rem 1rem;
  box-sizing: border-box;
  background: #eeeeee;
  color: #000;
}
main #faq .p-faq__headinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}
main #faq .p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: -0.425em;
  content: "Q";
  color: #fff;
  font-size: 36px;
  font-family: 'Century Gothic','Noto Sans JP',sans-serif;
}
main #faq .p-faq__headinner p.p-faq__q-txt {
  font-size: 1.125em;
}
main #faq .p-faq__bodyinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}
main #faq .p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  top: -0.425em;
  content: "A";
  color: #000;
  font-size: 36px;
  font-family: 'Century Gothic','Noto Sans JP',sans-serif;
}
main #faq .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.125em;
}
main #faq #faq-tanning, main #faq #faq-collagen {
  margin-top: 90px;
}
main #caution .accordion_one {
  margin-bottom: 1em;
}
main #caution .accordion_one .ac_header {
  background-color: #1f1f1f;
  padding: 1.375rem 1rem 1.375rem 1rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
main #caution .accordion_one .ac_header:not(.open):hover {
  background-color: #353535;
}
main #caution .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
main #caution .accordion_one .ac_header .i_box:before, main #caution .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
main #caution .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
main #caution .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
main #caution .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
main #caution .accordion_one .ac_inner {
  display: none;
  padding: 2rem 2rem 1.375rem 1rem;
  box-sizing: border-box;
  background: #eeeeee;
  color: #000;
}
main #caution .p-faq__headinner {
  display: block;
  position: relative;
  line-height: 1.5;
}
main #caution .p-faq__headinner p.p-faq__q-txt {
  text-align: center;
  font-size: 1.25em;
}
main #caution .p-faq__bodyinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}
main #caution .p-faq__bodyinner h4.p-faq__a-ttl {
  position: relative;
  font-size: 1.25em;
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1em;
}
main #caution .p-faq__bodyinner h4.p-faq__a-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 2px;
  background-color: #000;
}
main #caution .p-faq__bodyinner ul.p-faq__a-list {
  list-style-type: disc;
  padding-left: 1.25em;
  margin-bottom: 2em;
}
main #caution .p-faq__bodyinner ol.p-faq__a-list {
  list-style-type: decimal;
  padding-left: 1.25em;
  margin-bottom: 2em;
}
main #caution #faq-tanning, main #caution #faq-collagen {
  margin-top: 90px;
}

/*===========================================================================*/
/*  media quary:1380px  */
/*===========================================================================*/
@media screen and (max-width: 1380px) {
  main #about .imagearea {
    background-size: 130%;
  }
  main #about .textarea {
    padding-top: 60px;
    padding-left: 50px;
  }
  main #about .textarea .leadtext {
    font-size: 2.25em;
  }
  main #about .textarea p {
    margin-bottom: 80px;
  }
}
/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  main #about .imagearea {
    width: calc(50% + 30px);
    background-size: 130%;
  }
  main #about .textarea {
    width: calc(50% - 30px);
    padding-top: 60px;
    padding-left: 20px;
  }
  main #about .textarea .leadtext {
    font-size: 2em;
  }
}
/*===========================================================================*/
/*  media quary:780px  */
/*===========================================================================*/
@media screen and (max-width: 780px) {
  section {
    padding: 80px 0;
  }

  h2.sub-t {
    font-size: 2.5em;
    padding-bottom: 20px;
  }
  h2.sub-t span {
    font-size: 1rem;
  }

  main .mainvisual .catch {
    left: 8.33%;
    bottom: 12.56%;
  }
  main .mainvisual .catch h2 {
    font-size: 70px;
    font-size: 8.9743589744vw;
  }
  main .mainvisual .catch .subcatch-en {
    font-size: 1.4em;
  }
  main .mainvisual .catch .subcatch {
    font-size: 1.25em;
  }
  main #about {
    padding: 80px 0 0;
  }
  main #about .imagearea {
    width: 100%;
    background-size: 120%;
  }
  main #about .textarea {
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 0;
  }
  main #about .textarea .leadtext {
    font-size: 2.25em;
  }
  main .bgarea::before {
    padding-top: 50%;
  }
  main .bgarea::after {
    background-image: url(../images/top/top_imageborder_sp.jpg);
  }
  main #features ol li .textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 0 0 42px;
  }
  main #features ol li .textarea p {
    max-width: 100%;
  }
  main #features ol li .textarea::before {
    width: 80px;
    height: 72px;
  }
  main #features ol li .imagearea {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  main #features ol li + li {
    margin-top: 60px;
  }
  main #machine ul li .textarea h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  main #machine ul li .textarea .btn-pdf {
    width: 100%;
    line-height: 70px;
    margin-top: 30px;
  }
  main #machine ul li:first-child .imagearea img {
    max-width: 200px;
  }
  main #machine ul li:nth-child(2) {
    flex-direction: row-reverse;
  }
  main #machine ul li:nth-child(2) .imagearea img {
    max-width: 202px;
  }
  main #machine ul li:last-child .imagearea img {
    max-width: 300px;
  }
  main #machine ul li + li {
    margin-top: 50px;
  }
  main #price .box-plan ul li {
    width: 100%;
    margin: 20px auto 0;
  }
  main #price .box-plan .notes {
    text-align: left;
  }
  main #flow ol li .textarea {
    width: calc(100% - 120px);
  }
  main #flow ol li .imagearea {
    margin: 20px auto 0;
  }
  main #membership ul li {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: 6.5em auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    width: 100%;
  }
  main #membership ul li p:first-child {
    grid-area: 1 / 1 / 3 / 2;
  }
  main #membership ul li h4 {
    grid-area: 1 / 2 / 2 / 3;
    text-align: left;
  }
  main #membership ul li p:last-child {
    grid-area: 2 / 2 / 3 / 3;
  }
  main #membership ul li img {
    width: 100%;
    max-width: 180px;
    padding-left: 0;
  }
  main #membership ul li + li {
    margin-top: 20px;
  }
  main #information .infobox .textbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  main #information .infobox .imagebox {
    width: 100%;
    max-width: 495px;
    margin: 0 auto;
  }
  main #information .map {
    padding-top: 50%;
  }
  main #faq .btnarea {
    padding: 0;
  }
  main #faq .btnarea .btn {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  main #faq .btnarea .btn:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq h3 {
    font-size: 1.25em;
    padding: 0 0 0.5em 0.25em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  h2.sub-t {
    font-size: 1.7em;
    margin-bottom: 60px;
  }
  h2.sub-t span {
    font-size: 0.875rem;
  }

  /* 新規会員登録 - 追従　*/
  .btn-reserve {
    right: 10px;
    bottom: 10px;
    height: 60px;
    width: calc(100% - 20px);
    writing-mode: horizontal-tb;
    padding: 0.875em;
    font-size: 1.25em;
    text-align: center;
  }
  .btn-reserve span {
    font-size: 0.95rem;
    margin-top: 0;
    margin-left: 1.5em;
  }
  .btn-reserve:hover {
    color: #fff;
    opacity: 0.95;
    text-decoration: none;
  }

  main .mainvisual .catch {
    bottom: 30%;
  }
  main .mainvisual .catch h2 {
    font-size: 50px;
    font-size: 10.4384133612vw;
  }
  main .mainvisual .catch .subcatch-en {
    font-size: 1em;
    line-height: 3em;
  }
  main .mainvisual .catch .subcatch {
    font-size: 1em;
  }
  main #about .imagearea {
    min-height: 220px;
  }
  main #about .textarea {
    padding-left: 0;
  }
  main #about .textarea .leadtext {
    font-size: 1.5em;
  }
  main .bgarea::before {
    padding-top: 72.5%;
  }
  main #features ol li .textarea {
    margin-bottom: 20px;
    padding: 33px 0 0 30px;
  }
  main #features ol li .textarea h3 {
    font-size: 1.5em;
  }
  main #features ol li .textarea::before {
    width: 62px;
    height: 56px;
  }
  main #price .box-plan h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  main #price .box-plan ul li {
    padding: 30px 0 20px;
  }
  main #price .box-plan ul li h4 {
    font-size: 1.5em;
  }
  main #price .box-plan ul li h4 span {
    font-size: 0.75em;
  }
  main #price .box-plan ul li .price {
    font-size: 1.5em;
  }
  main #price .box-plan ul .vip {
    background-size: 85px 63px;
  }
  main #price .box-plan ul .trial {
    background-size: 102px 75px;
  }
  main #price .box-plan + .box-plan {
    margin-top: 50px;
  }
  main #flow ol li {
    padding: 20px;
  }
  main #flow ol li h4 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  main #flow ol li h4 span {
    line-height: 1em;
  }
  main #flow ol li .textarea {
    width: 100%;
  }
  main #flow ol li .textarea h3 {
    font-size: 1.5em;
  }
  main #flow ol li .textarea p {
    margin-top: 1em;
  }
  main #membership {
    padding-top: 150px;
  }
  main #membership ul li {
    display: flex;
    flex-wrap: wrap;
  }
  main #membership ul li p {
    width: 100%;
  }
  main #membership ul li img {
    padding-left: 20px;
    max-width: 230px;
  }
  main #membership ul li h4 {
    text-align: center;
    width: 100%;
  }
  main #membership ul li + li {
    margin-top: 40px;
  }
  main #machine ul li {
    flex-direction: column-reverse;
  }
  main #machine ul li:first-child .imagearea img {
    max-width: 136px;
  }
  main #machine ul li:nth-child(2) .imagearea img {
    max-width: 140px;
  }
  main #machine ul li:last-child .imagearea img {
    max-width: 240px;
  }
  main #machine ul li:nth-child(2) {
    flex-direction: column-reverse;
  }
  main #machine ul li .textarea {
    width: 100%;
  }
  main #machine ul li .imagearea {
    width: 100%;
    margin-bottom: 20px;
  }
  main #information .infobox .textbox h2 {
    font-size: 1.5em;
  }
  main #information .infobox .textbox dl dt {
    width: 100%;
  }
  main #information .infobox .textbox dl dd {
    width: 100%;
    margin-top: 0.5em;
  }
  main #information .map {
    padding-top: 100%;
    margin-top: 40px;
  }
  main #faq h3 {
    font-size: 1.2em;
    padding: 0 0 0.5em 0.25em;
  }
  main #faq .accordion_one .ac_header {
    padding: 1.375rem 2.75rem 1.375rem 0.75rem;
  }
  main #faq .accordion_one .ac_header .i_box {
    right: 1rem;
  }
  main #faq .accordion_one .ac_inner {
    padding: 1.375rem 1rem 1.375rem 0.75rem;
  }
  main #faq .p-faq__headinner {
    padding-left: 2.5em;
  }
  main #faq .p-faq__headinner::before {
    top: -0.35em;
    font-size: 28px;
  }
  main #faq .p-faq__headinner p.p-faq__q-txt {
    font-size: 1em;
  }
  main #faq .p-faq__bodyinner {
    padding-left: 2.5em;
  }
  main #faq .p-faq__bodyinner::before {
    top: -0.35em;
    font-size: 28px;
  }
  main #faq .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1em;
  }
  main #caution .accordion_one .ac_header {
    padding: 1.375rem 3rem 1.375rem 1rem;
  }
  main #caution .accordion_one .ac_inner {
    padding: 2rem 1rem 1.375rem 1rem;
  }
  main #caution .p-faq__bodyinner {
    padding-left: 0;
  }
}

/*# sourceMappingURL=top.css.map */
