*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  font-size: 10px;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  position: relative;
  min-height: 100%;
  block-size: 100%;
  block-size: 100dvb;
  vertical-align: bottom;
  width: 100vw;
  overflow-x: hidden;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
  text-decoration: none;
  color: #454545;
}
:where(ul, ol) {
  list-style: none;
}
:where(svg, canvas, audio, iframe, embed, object) {
  display: block;
  width: 100%;
  height: auto;
}
:where(img) {
  display: block;
  width: 100%;
  height: auto;
}
:where(figure) {
  margin: 0;
}
:where(picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@font-face {
  font-family: "A-OTF-R";
  src: url("../fonts/A-OTF-UDShinGoPr6N-Regular.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-M";
  src: url("../fonts/A-OTF-UDShinGoPr6N-Medium.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-DB";
  src: url("../fonts/A-OTF-UDShinGoPr6N-DeBold.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF-B";
  src: url("../fonts/A-OTF-UDShinGoPr6N-Bold.otf") format("opentype");
}
body {
  position: relative;
  color: #454545;
}
.-container {
  max-width: 1440px;
  padding: 0 6.4vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .-container {
    padding: 0 160px;
  }
}
.page_img {
  position: relative;
  z-index: -1;
}
.cta {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
}
.cta.js-fadeout {
  opacity: 0;
  visibility: hidden;
}
.ctaContainer {
  align-items: center;
}
.ctaItem {
  cursor: pointer;
  width: calc(100% / 3);
  padding: 2.93vw 0;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .ctaItem {
    padding: 16px 0;
    align-items: center;
    gap: 12px;
  }
}
.reservation-banner-drawer {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .reservation-banner-drawer {
    margin-top: 35px;
  }
}
.ctaItem-drawer {
  margin: auto;
  width: 100%;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .ctaItem-drawer {
    max-width: 320px;
  }
}
.ctaItem-drawer .ctaItem_img {
  margin: 0;
  height: 8vw;
}
@media screen and (min-width: 1024px) {
  .ctaItem-drawer .ctaItem_img {
    height: 32px;
  }
}
.ctaItem-drawer .ctaItem-text {
  margin: 0;
  width: auto;
  font-size: 5vw;
}
@media screen and (min-width: 1024px) {
  .ctaItem-drawer .ctaItem-text {
    font-size: 2rem;
  }
}
.ctaItem-drawer .arrow_img figure {
  height: 100%;
  margin: 0;
}
.ctaItem:first-child {
  background-color: #00a0c4;
}
@media screen and (min-width: 1024px) {
  .ctaItem:first-child:hover {
    background-color: #4dbdd5;
  }
}
.ctaItem:nth-child(2) {
  background-color: #ff5693;
}
@media screen and (min-width: 1024px) {
  .ctaItem:nth-child(2):hover {
    background-color: #ff89b3;
  }
}
.ctaItem:last-child {
  background-color: #ff852d;
}
@media screen and (min-width: 1024px) {
  .ctaItem:last-child:hover {
    background-color: #ffa366;
  }
}
.ctaItem_img {
  height: 5.86vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .ctaItem_img {
    height: 48px;
    margin: unset;
  }
}
.ctaItem_img figure {
  height: 100%;
}
.ctaItem_img figure img {
  height: 100%;
  width: auto;
}
.ctaItem-text {
  color: #fff;
  font-family: "A-OTF-M";
  text-align: center;
  font-size: 3.2vw;
  font-style: normal;
  line-height: 100%;
  width: 100%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .ctaItem-text {
    font-size: 2rem;
    margin: 0;
    width: unset;
  }
}
.main-section {
  position: relative;
  z-index: 1;
  margin-top: -28.8vw;
}
@media screen and (min-width: 1024px) {
  .main-section {
    margin-top: -56px;
  }
}
.main-section::after {
  content: "";
  background-color: #fff;
  border-radius: 10.66vw 10.66vw 0 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .main-section::after {
    border-radius: 40px 40px 0 0;
  }
}
.page_ttl {
  font-family: "A-OTF-DB";
  padding: 10.66vw 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  .page_ttl {
    padding: 80px 160px 0;
  }
}
.page_ttl-main {
  color: #171c61;
  font-size: 11.7333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .page_ttl-main {
    font-size: 10.4rem;
  }
}
.page_ttl-mini {
  display: block;
  color: #00a0c4;
  font-size: 5.3333333333vw;
  line-height: 100%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .page_ttl-mini {
    font-size: 2.2rem;
    margin-top: 24px;
  }
}
.section_ttl {
  font-family: "A-OTF-DB";
  text-align: center;
}
.section_ttl-main {
  font-size: 10.1333333333vw;
  line-height: 100%;
  color: #171c61;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .section_ttl-main {
    font-size: 8rem;
  }
}
.section_ttl-main-mini {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 1024px) {
  .section_ttl-main-mini {
    font-size: 6.4rem;
  }
}
.section_ttl-mini {
  display: block;
  color: #00a0c4;
  font-size: 4.2666666667vw;
  line-height: 120%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .section_ttl-mini {
    font-size: 2.2rem;
    line-height: 100%;
    margin-top: 24px;
  }
}
.-flex {
  display: flex;
  flex-wrap: wrap;
}
.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup.js-open {
  opacity: 1;
  visibility: visible;
}
.popup::after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.popupContent {
  width: 100%;
  height: 100%;
  padding: 14.93vw 6.4vw 24vw;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .popupContent {
    padding: 156px 160px;
  }
}
.popup__inner {
  background-color: #fff;
  border-radius: 5.33vw;
}
@media screen and (min-width: 1024px) {
  .popup__inner {
    border-radius: 40px;
  }
}
.popup-close {
  cursor: pointer;
  width: 11.73vw;
  height: 11.73vw;
  position: absolute;
  top: -5.86vw;
  right: -4.8vw;
}
@media screen and (min-width: 1024px) {
  .popup-close {
    width: 56px;
    height: 56px;
    top: -24px;
    right: -24px;
  }
}
.popup__top {
  background-color: #36a6d7;
  border-radius: 5.33vw 5.33vw 0 0;
  padding: 6.4vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .popup__top {
    border-radius: 20px 20px 0 0;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
  }
}
.popup__top-num {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 21.3333333333vw;
  line-height: 100%;
  opacity: 0.24;
  position: absolute;
  top: -7.46vw;
  left: 4.8vw;
}
@media screen and (min-width: 1024px) {
  .popup__top-num {
    font-size: 16rem;
    top: -40px;
    left: 32px;
  }
}
.popup__top_img {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .popup__top_img {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .popup__top_img img {
    width: 120px;
    margin: 0 auto;
  }
}
.popup__top-catch {
  color: #fff;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 8vw;
  line-height: 100%;
  margin-top: 1.06vw;
}
@media screen and (min-width: 1024px) {
  .popup__top-catch {
    font-size: 3rem;
  }
}
.popup__top_info {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .popup__top_info {
    width: 60%;
    margin: 0;
  }
}
.popup__top_info-ttl {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .popup__top_info-ttl {
    font-size: 3rem;
  }
}
.popup__top_info-text {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .popup__top_info-text {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
.popup__bottom {
  padding: 10.66vw 6.4vw 8.53vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .popup__bottom {
    padding: 80px;
  }
}
.popup__bottom-ttl {
  color: #36a6d7;
  font-family: "A-OTF-DB";
  font-size: 17.0666666667vw;
  line-height: 100%;
  opacity: 0.16;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .popup__bottom-ttl {
    font-size: 12rem;
    top: 24px;
  }
}
.popup__bottom_img {
  width: 100%;
  border-radius: 5.33vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottom_img {
    border-radius: 20px;
  }
}
.popup__bottom_img img {
  border-radius: 5.33vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottom_img img {
    border-radius: 20px;
  }
}
.popup__bottomList {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottomList {
    margin-top: 80px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .popup__bottomItem {
    width: calc(33.3333333333% - 28px);
  }
}
.popup__bottomItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottomItem:not(:first-child) {
    margin-top: 0;
  }
}
.popup__bottomItem_info-num {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  text-align: center;
  font-size: 3.2vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .popup__bottomItem_info-num {
    font-size: 1.2rem;
    text-align: left;
  }
}
.popup__bottomItem_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottomItem_info-ttl {
    font-size: 2.8rem;
    text-align: left;
    margin-top: 8px;
  }
}
.popup__bottomItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .popup__bottomItem_info-text {
    font-size: 1.8rem;
    margin-top: 8px;
    text-align: left;
  }
}
.popup__bottomItem_img {
  width: 100%;
}
.popup__bottom_btn {
  cursor: pointer;
  width: 100%;
  background-color: #00a0c4;
  border-radius: 3.2vw;
  margin: 10.66vw auto 0;
}
@media screen and (min-width: 1024px) {
  .popup__bottom_btn {
    border-radius: 12px;
    max-width: 486px;
    margin: 72px auto 0;
  }
}
.popup__bottom_btn p {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  text-align: center;
  padding: 5.33vw 0;
}
@media screen and (min-width: 1024px) {
  .popup__bottom_btn p {
    font-size: 2rem;
    padding: 24px 0;
  }
}
.popup01 .popup__top,
.popup01 .popup__bottom_btn {
  background-color: #42bebe;
}
.popup01 .popup__bottom-ttl,
.popup01 .popup__bottomItem_info-num,
.popup01 .popup__bottomItem_info-ttl {
  color: #42bebe;
}
.popup02 .popup__top,
.popup02 .popup__bottom_btn {
  background-color: #3bafce;
}
.popup02 .popup__bottom-ttl,
.popup02 .popup__bottomItem_info-num,
.popup02 .popup__bottomItem_info-ttl {
  color: #3bafce;
}
.popup03 .popup__top,
.popup03 .popup__bottom_btn {
  background-color: #36a6d7;
}
.popup03 .popup__bottom-ttl,
.popup03 .popup__bottomItem_info-num,
.popup03 .popup__bottomItem_info-ttl {
  color: #36a6d7;
}
.popup04 .popup__top,
.popup04 .popup__bottom_btn {
  background-color: #2f90dc;
}
.popup04 .popup__bottom-ttl,
.popup04 .popup__bottomItem_info-num,
.popup04 .popup__bottomItem_info-ttl {
  color: #2f90dc;
}
.popup05 .popup__top,
.popup05 .popup__bottom_btn {
  background-color: #2870d5;
}
.popup05 .popup__bottom-ttl,
.popup05 .popup__bottomItem_info-num,
.popup05 .popup__bottomItem_info-ttl {
  color: #2870d5;
}
.popup06 .popup__top,
.popup06 .popup__bottom_btn {
  background-color: #2870d5;
}
.popup06 .popup__bottom-ttl,
.popup06 .popup__bottomItem_info-num,
.popup06 .popup__bottomItem_info-ttl {
  color: #2870d5;
}
.experience-popup,
.join-popup,
.reservation-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.experience-popup.js-open {
  opacity: 1;
  visibility: visible;
}
.join-popup.js-join-open {
  opacity: 1;
  visibility: visible;
}
.reservation-popup.js-reservation-open {
  opacity: 1;
  visibility: visible;
}
.experience-popup::after,
.join-popup::after,
.reservation-popup::after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.experience-popupContent,
.join-popupContent,
.reservation-popupContent {
  width: 100%;
  height: 100%;
  padding: 23.46vw 3.2vw 40vw;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .experience-popupContent,
  .join-popupContent,
  .reservation-popupContent {
    padding: 120px 0 0;
  }
}
.experience-popup__inner,
.join-popup__inner,
.reservation-popup__inner {
  background-color: #eee;
  border-radius: 2.13vw;
  padding: 5.33vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .experience-popup__inner,
  .join-popup__inner,
  .reservation-popup__inner {
    border-radius: 20px;
    padding: 64px 104px;
    width: 990px;
    height: 100%;
    margin: 0 auto;
    height: auto;
    overflow-y: visible;
  }
}
.experience-popup-close,
.join-popup-close,
.reservation-popup-close {
  display: none;
}
@media screen and (min-width: 1024px) {
  .experience-popup-close,
  .join-popup-close,
  .reservation-popup-close {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: -36px;
    right: 16px;
  }
}
.experience-popup-close::before,
.experience-popup-close::after,
.join-popup-close::before,
.join-popup-close::after,
.reservation-popup-close::before,
.reservation-popup-close::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.experience-popup-close::before,
.join-popup-close::before,
.reservation-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.experience-popup-close::after,
.join-popup-close::after,
.reservation-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.experience-popup-close_bottom,
.join-popup-close_bottom,
.reservation-popup-close_bottom {
  width: 21.33vw;
  margin: 7.46vw auto 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .experience-popup-close_bottom,
  .join-popup-close_bottom,
  .reservation-popup-close_bottom {
    display: none;
  }
}
.experience-popup-close_bottom::before,
.experience-popup-close_bottom::after,
.join-popup-close_bottom::before,
.join-popup-close_bottom::after,
.reservation-popup-close_bottom::before,
.reservation-popup-close_bottom::after {
  content: "";
  background-color: #454545;
  width: 4.8vw;
  height: 0.53vw;
  position: absolute;
  top: 50%;
  left: 0;
}
.experience-popup-close_bottom::before,
.join-popup-close_bottom::before,
.reservation-popup-close_bottom::before {
  transform: translateY(-50%) rotate(45deg);
}
.experience-popup-close_bottom::after,
.join-popup-close_bottom::after,
.reservation-popup-close_bottom::after {
  transform: translateY(-50%) rotate(-45deg);
}
.experience-popup-close_bottom p,
.join-popup-close_bottom p,
.reservation-popup-close_bottom p {
  color: #454545;
  text-align: right;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
.experience-popup-ttl,
.join-popup-ttl,
.reservation-popup-ttl {
  color: #11a2b2;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  .experience-popup-ttl,
  .join-popup-ttl,
  .reservation-popup-ttl {
    font-size: 2.4rem;
  }
}
.experience-popupList,
.join-popupList,
.reservation-popupList {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupList,
  .join-popupList,
  .reservation-popupList {
    margin-top: 38px;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.experience-popupItem,
.join-popupItem,
.reservation-popupItem {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2.13vw;
  box-shadow: 4px 8px 22px 0px rgba(0, 93, 160, 0.05);
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem,
  .join-popupItem,
  .reservation-popupItem {
    border: 2px solid #ddd;
    border-radius: 4px;
    width: calc(33.3333333333% - 10px);
  }
}
.experience-popupItem:not(:first-child),
.join-popupItem:not(:first-child),
.reservation-popupItem:not(:first-child) {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem:not(:first-child),
  .join-popupItem:not(:first-child),
  .reservation-popupItem:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .experience-popupItem:hover,
  .join-popupItem:hover,
  .reservation-popupItem:hover {
    border: 2px solid #00a0c4;
  }
}
@media screen and (min-width: 1024px) {
  .experience-popupItem:hover .experience-popupItem_info_btn p::after,
  .experience-popupItem:hover .join-popupItem_info_btn p::after,
  .join-popupItem:hover .experience-popupItem_info_btn p::after,
  .join-popupItem:hover .join-popupItem_info_btn p::after,
  .reservation-popupItem:hover .experience-popupItem_info_btn p::after,
  .reservation-popupItem:hover .join-popupItem_info_btn p::after {
    transform: translate(5px, -50%);
  }
}
.experience-popupItem a,
.join-popupItem a,
.reservation-popupItem a {
  align-items: center;
  justify-content: space-between;
}
.experience-popupItem_img,
.join-popupItem_img,
.reservation-popupItem_img {
  width: 37.94%;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_img,
  .join-popupItem_img,
  .reservation-popupItem_img {
    width: 100%;
  }
}
.experience-popupItem_img picture,
.experience-popupItem_img source,
.experience-popupItem_img img,
.join-popupItem_img picture,
.join-popupItem_img source,
.join-popupItem_img img,
.reservation-popupItem_img picture,
.reservation-popupItem_img source,
.reservation-popupItem_img img {
  border-radius: 2.13vw 0 0 2.13vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_img picture,
  .experience-popupItem_img source,
  .experience-popupItem_img img,
  .join-popupItem_img picture,
  .join-popupItem_img source,
  .join-popupItem_img img,
  .reservation-popupItem_img picture,
  .reservation-popupItem_img source,
  .reservation-popupItem_img img {
    border-radius: 4px 4px 0 0;
  }
}
.experience-popupItem_info,
.join-popupItem_info,
.reservation-popupItem_info {
  width: 62.06%;
  padding: 0 4.26vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info,
  .join-popupItem_info,
  .reservation-popupItem_info {
    width: 100%;
    padding: 14.5px 10px 10px;
  }
}
.experience-popupItem_info-ttl,
.join-popupItem_info-ttl,
.reservation-popupItem_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info-ttl,
  .join-popupItem_info-ttl,
  .reservation-popupItem_info-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
.experience-popupItem_info-address,
.join-popupItem_info-address,
.reservation-popupItem_info-address {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 2.6666666667vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info-address,
  .join-popupItem_info-address,
  .reservation-popupItem_info-address {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 16px;
  }
}
.experience-popupItem_info_btn,
.join-popupItem_info_btn,
.reservation-popupItem_info_btn {
  border-radius: 1.06vw;
  background: #11a2b2;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info_btn,
  .join-popupItem_info_btn,
  .reservation-popupItem_info_btn {
    border-radius: 4px;
    margin-top: 24px;
  }
}
.experience-popupItem_info_btn p,
.join-popupItem_info_btn p,
.reservation-popupItem_info_btn p {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 2.6666666667vw;
  line-height: 150%;
  padding: 3.2vw 7.53vw 3.2vw 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info_btn p,
  .join-popupItem_info_btn p,
  .reservation-popupItem_info_btn p {
    font-size: 1.4rem;
    padding: 16px 36px 16px 0;
  }
}
.experience-popupItem_info_btn p::after,
.join-popupItem_info_btn p::after,
.reservation-popupItem_info_btn p::after {
  content: "";
  background-image: url("../img/icon-expe-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.33vw;
  height: 2.93vw;
  position: absolute;
  top: 50%;
  right: 3.8vw;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .experience-popupItem_info_btn p::after,
  .join-popupItem_info_btn p::after,
  .reservation-popupItem_info_btn p::after {
    width: 24px;
    height: 11px;
    right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .experience-popupItem:nth-child(1) .experience-popupItem_info,
  .experience-popupItem:nth-child(1) .join-popupItem_info,
  .experience-popupItem:nth-child(1) .reservation-popupItem_info,
  .experience-popupItem:nth-child(3) .experience-popupItem_info,
  .experience-popupItem:nth-child(3) .join-popupItem_info,
  .experience-popupItem:nth-child(3) .reservation-popupItem_info,
  .join-popupItem:nth-child(1) .experience-popupItem_info,
  .join-popupItem:nth-child(1) .join-popupItem_info,
  .join-popupItem:nth-child(1) .reservation-popupItem_info,
  .join-popupItem:nth-child(3) .experience-popupItem_info,
  .join-popupItem:nth-child(3) .join-popupItem_info,
  .join-popupItem:nth-child(3) .reservation-popupItem_info,
  .reservation-popupItem:nth-child(1) .experience-popupItem_info,
  .reservation-popupItem:nth-child(1) .join-popupItem_info,
  .reservation-popupItem:nth-child(1) .reservation-popupItem_info,
  .reservation-popupItem:nth-child(3) .experience-popupItem_info,
  .reservation-popupItem:nth-child(3) .join-popupItem_info,
  .reservation-popupItem:nth-child(3) .reservation-popupItem_info {
    padding-top: 33px;
  }
}
.join-popup-ttl {
  color: #ff5693;
}
.reservation-popup-ttl {
  color: #ff852d;
}
@media screen and (min-width: 1024px) {
  .join-popupItem:hover {
    border: 2px solid #ff5693;
  }
}
@media screen and (min-width: 1024px) {
  .reservation-popupItem:hover {
    border: 2px solid #ff852d;
  }
}
.join-popupItem_info-ttl {
  color: #ff5693;
}
.reservation-popupItem_info-ttl {
  color: #ff852d;
}
.join-popupItem_info_btn {
  background-color: #ff5693;
}
.reservation-popupItem_info_btn {
  background-color: #ff852d;
}
.animation {
  opacity: 0;
  transition: all 0.7s;
}
.animation.js-in {
  opacity: 1;
  transform: translate(0) !important;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed !important;
}
@media screen and (min-width: 1024px) {
  .only_sp {
    display: none;
  }
}
.only_sptab {
  display: block;
}
@media screen and (min-width: 1024px) {
  .only_sptab {
    display: none !important;
  }
}
.only_pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only_pc {
    display: block;
  }
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s;
}
.header.js-fadeout {
  opacity: 0;
  visibility: hidden;
}
.header.hidden-sp {
  transform: translateY(-100px);
  opacity: 0;
}
.headerContainer {
  position: relative;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.headerLogo {
  background-color: #fff;
  cursor: pointer;
  padding: 5.03vw;
  width: 37.33vw;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .headerLogo {
    width: 217px;
    padding: 18.3px 24px;
  }
}
.header__right {
  width: 45.6vw;
  z-index: 4;
  justify-content: right;
}
@media screen and (min-width: 1024px) {
  .header__right {
    width: 305px;
  }
}
.header__right_member {
  background-color: #4bbecb;
  width: calc(100% - 17.06vw);
  height: 17.06vw;
}
@media screen and (min-width: 1024px) {
  .header__right_member {
    width: calc(100% - 80px);
    height: unset;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .header__right_member:hover {
    background-color: #81d2db;
  }
}
.header__right_member a {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4vw;
  line-height: 130%;
  padding: 6vw 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header__right_member a {
    font-size: 1.6rem;
    line-height: 100%;
    padding: 32px 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__right_member a span {
    display: inline-block;
  }
}
.header__right .hamburger {
  background-color: #00a0c4;
  cursor: pointer;
  width: 17.06vw;
  height: 17.06vw;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .header__right .hamburger {
    width: 80px;
    height: 80px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .header__right .hamburger:hover {
    background-color: #4dbdd5;
  }
}
.header__right .hamburger span {
  background-color: #fff;
  width: 6.82vw;
  height: 0.53vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .header__right .hamburger span {
    width: 32px;
    height: 2px;
  }
}
.header__right .hamburger span:nth-child(1) {
  top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .header__right .hamburger span:nth-child(1) {
    top: 30px;
  }
}
.header__right .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__right .hamburger span:nth-child(3) {
  bottom: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .header__right .hamburger span:nth-child(3) {
    bottom: 30px;
  }
}
.header__right .hamburger.js-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.header__right .hamburger.js-open span:nth-child(2) {
  opacity: 0;
}
.header__right .hamburger.js-open span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-30deg);
}
.hamburgerNavi {
  opacity: 0;
  visibility: hidden;
  background-color: #00a0c4;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi {
    display: flex;
    flex-wrap: nowrap;
  }
}
.hamburgerNavi.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburgerNavi_img {
  width: 41.66vw;
}
.hamburgerNaviContainer {
  padding: 21vw 6.4vw 26.66vw;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .hamburgerNaviContainer {
    width: 58.34vw;
    padding: 80px 8.33vw 0;
  }
}
.hamburgerNaviItem {
  cursor: pointer;
  border-bottom: 0.26vw solid rgba(255, 255, 255, 0.3215686275);
  width: 100%;
  padding: 8.53vw 0;
}
@media screen and (min-width: 1024px) {
  .hamburgerNaviItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686275);
    padding: 32px 0;
  }
}
.hamburgerNaviItem a {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hamburgerNaviItem a {
    font-size: 2rem;
  }
}
.hamburgerNaviItem a span {
  font-size: 3.7333333333vw;
  line-height: 100%;
  margin-left: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .hamburgerNaviItem a span {
    font-size: 1.6rem;
    margin-left: 16px;
  }
}
.hamburgerNaviItem a::after {
  content: "";
  background-image: url("../img/icon-hamburgerNavi-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.26vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .hamburgerNaviItem a::after {
    width: 16px;
    height: 12px;
  }
}
.hamburgerNavi_bottom {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom {
    margin-top: 60px;
    align-items: flex-start;
    justify-content: left;
    flex-direction: row-reverse;
  }
}
.hamburgerNavi_bottom_caution {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_caution {
    width: unset;
  }
}
.hamburgerNavi_bottom_cautionItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_cautionItem:not(:first-child) {
    margin-top: 16px;
  }
}
.hamburgerNavi_bottom_cautionItem a {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_cautionItem a {
    font-size: 1.6rem;
  }
}
.hamburgerNavi_bottom_other {
  width: 100%;
  margin-top: 10.66vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_other {
    width: 75px;
    margin-top: 0;
    justify-content: unset;
  }
}
.hamburgerNavi_bottom_other_sns {
  align-items: center;
  -moz-column-gap: 6.4vw;
  column-gap: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_other_sns {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.hamburgerNavi_bottom_other_sns img {
  width: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_other_sns img {
    width: 24px;
  }
}
.hamburgerNavi_bottom_other-copyright {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .hamburgerNavi_bottom_other-copyright {
    font-size: 1.6rem;
    margin-top: 32px;
  }
}
#top {
  background-color: #fff;
}
#top .hero {
  width: 100vw;
  height: calc(100vh - 17.05vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  #top .hero {
    height: 100vh;
    margin-top: 0px;
  }
}
#top .heroContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
#top .hero_img {
  width: 100%;
  height: 100%;
}
#top .hero_img-sp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .hero_img-sp {
    display: none;
  }
}
#top .hero_img-sp .hero_imgItem {
  width: 50%;
  height: 50%;
}
#top .hero_img-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top .hero_img-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
#top .hero_img-pc .hero_imgItem {
  width: 50%;
  height: 50%;
}
#top .hero_img picture source,
#top .hero_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#top .hero_info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .hero_info {
    width: 875px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#top .hero_info-img {
  width: 32vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #top .hero_info-img {
    width: 214px;
  }
}
#top .hero_info-ttl {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 8.5333333333vw;
  letter-spacing: -0.506vw;
  line-height: 130%;
  text-shadow: -2px 4px 24px #001317;
  text-align: center;
  display: block;
  margin: 6.4vw auto 0;
}
@media screen and (min-width: 1024px) {
  #top .hero_info-ttl {
    font-size: 6rem;
    letter-spacing: -3px;
    text-shadow: -2px 4px 24px #001317;
    margin: 0 auto;
  }
}
#top .banner {
  margin-top: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #top .banner {
    margin-top: 80px;
  }
}
#top .bannerContainer {
  padding: 0 4.26vw;
  max-width: 1120px;
}
@media screen and (min-width: 1024px) {
  #top .bannerContainer {
    padding: 0 160px;
    cursor: pointer;
  }
}
#top .banner img,
#top .banner source {
  border-radius: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .banner img,
  #top .banner source {
    border-radius: unset;
  }
}
#top .worry {
  background-color: #0085a2;
  width: 100vw;
  height: 100%;
  padding: 80px 0 40px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .worry {
    padding: 200px 0 100px;
    margin-top: 160px;
  }
}
#top .worry::before {
  content: "";
  background-image: url(../img/worry_bg-sp@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100vw;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .worry::before {
    background-image: url(../img/worry_bg-pc@2x.png);
  }
}
#top .worry::after {
  content: "";
  border-top: 10.66vw solid #0085a2;
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-right: 50vw solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 10.66vw;
  position: absolute;
  bottom: -10.66vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .worry::after {
    height: 80px;
    border-top: 80px solid #0085a2;
    bottom: -80px;
  }
}
#top .worryContainer {
  position: relative;
  z-index: 1;
}
#top .worry-text {
  color: #fff;
  font-family: "A-OTF-B";
  font-size: 6.4vw;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .worry-text {
    font-size: 44px;
    line-height: 130%;
  }
}
#top .worry-text-blue {
  color: #53e0ff;
  font-size: 9.0666666667vw;
  line-height: 130%;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
@media screen and (min-width: 1024px) {
  #top .worry-text-blue {
    font-size: 56px;
    line-height: 130%;
  }
}
#top .worry-text-mini {
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .worry-text-mini {
    font-size: 36px;
    line-height: 130%;
  }
}
#top .worryList {
  margin-top: 8.53vw;
  align-items: center;
  justify-content: space-between;
  gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .worryList {
    margin-top: 56px;
    gap: 12px;
  }
}
#top .worryItem {
  background-color: #fff;
  border-radius: 2.13vw;
  width: 100%;
  padding: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #top .worryItem {
    border-radius: 8px;
    width: calc(50% - 6px);
    padding: 20px;
  }
}
#top .worryItem p {
  color: #333;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 130%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .worryItem p {
    font-size: 2rem;
    line-height: 150%;
  }
}
#top .worryItem p span {
  font-family: "A-OTF-B";
  position: relative;
  z-index: 1;
}
#top .worryItem p span::after {
  content: "";
  border-bottom: 2.13vw solid #ff0;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .worryItem p span::after {
    border-bottom: 12px solid #ff0;
    bottom: -2px;
  }
}
#top .feature {
  margin-top: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #top .feature {
    margin-top: 248px;
  }
}
#top .feature-text {
  color: #454545;
  font-family: "A-OTF-B";
  font-size: 5.8666666667vw;
  line-height: 130%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .feature-text {
    font-size: 3.6rem;
  }
}
#top .feature-text span {
  color: #00a0c4;
  font-size: 8vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .feature-text span {
    font-size: 5.6rem;
  }
}
#top .featureList {
  margin-top: 6.4vw;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.13vw;
  column-gap: 2.13vw;
  row-gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .featureList {
    margin-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
}
#top .featureItem {
  background-color: #fff;
  border-radius: 2.13vw;
  width: calc(50% - 1.065vw);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  #top .featureItem {
    width: calc(25% - 7.5px);
    border-radius: 8px;
  }
}
#top .featureItem_img source,
#top .featureItem_img img {
  border-radius: 2.13vw 2.13vw 0 0;
}
@media screen and (min-width: 1024px) {
  #top .featureItem_img source,
  #top .featureItem_img img {
    border-radius: 8px 8px 0 0;
  }
}
#top .featureItem_info {
  width: 100%;
  height: 17.06vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #top .featureItem_info {
    padding: 16px 0;
    height: 82px;
  }
}
#top .featureItem_info p {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 3.4666666667vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .featureItem_info p {
    font-size: 1.9rem;
  }
}
#top .featureItem_info p span {
  color: #00a0c4;
  font-family: "A-OTF-B";
}
#top .feature_content {
  background-color: #fff;
  border-radius: 2.13vw;
  padding: 2.13vw 0;
  margin: 2.13vw 0;
  align-items: center;
  justify-content: center;
  gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .feature_content {
    border-radius: 8px;
    margin: 20px 0;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
#top .feature_content-ttl {
  color: #00a0c4;
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .feature_content-ttl {
    font-size: 2.4rem;
  }
}
#top .feature_content-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .feature_content-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
#top .feature_bottom {
  border-radius: 4.26vw;
  background: #e0f1f4;
  padding: 6.4vw 4.26vw;
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottom {
    border-radius: 16px;
    padding: 24px 80px 40px;
    margin-top: 40px;
  }
}
#top .feature_bottom-text {
  text-align: center;
  color: #454545;
  font-family: "A-OTF-B";
  font-size: 6.4vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottom-text {
    font-size: 3.2rem;
  }
}
#top .feature_bottom-text-mini {
  font-family: "A-OTF-R";
}
#top .feature_bottom-text-blue {
  color: #00a0c4;
  font-size: 8.5333333333vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottom-text-blue {
    font-size: 4rem;
  }
}
#top .feature_bottomList {
  margin-top: 4.26vw;
  gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomList {
    margin-top: 16px;
    justify-content: center;
    gap: 12px;
  }
}
#top .feature_bottomItem {
  border-radius: 2.13vw;
  border: 2px solid #ff5693;
  background: #fff;
  width: 100%;
  padding: 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem {
    width: calc(50% - 6px);
    border-radius: 8px;
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#top .feature_bottomItem-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 136%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem-text {
    font-size: 2.4rem;
  }
}
#top .feature_bottomItem-text-mini {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 136%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem-text-mini {
    font-size: 2.4rem;
  }
}
#top .feature_bottomItem-text-pink {
  color: #ff5693;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 136%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem-text-pink {
    font-size: 3.6rem;
  }
}
#top .feature_bottomItem-text-bold {
  color: #454545;
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 136%;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem-text-bold {
    font-size: 2.4rem;
  }
}
#top .feature_bottomItem-text-color {
  position: relative;
  z-index: 1;
}
#top .feature_bottomItem-text-color::after {
  content: "";
  border-bottom: 2.13vw solid #ff0;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .feature_bottomItem-text-color::after {
    border-bottom: 12px solid #ff0;
    bottom: -2px;
  }
}
#top .trial {
  background-color: #00a0c4;
  margin-top: 31.99vw;
  padding: 0 0 17.06vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .trial {
    padding-bottom: 80px;
    margin-top: 160px;
  }
}
#top .trial::after {
  content: "";
  border-bottom: 10.66vw solid #00a0c4;
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-right: 50vw solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 10.66vw;
  position: absolute;
  top: -10.66vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .trial::after {
    border-bottom: 80px solid #00a0c4;
    height: 80px;
    top: -80px;
  }
}
#top .trialContainer {
  margin-top: 10.66vw;
  padding: 0 4.26vw;
}
@media screen and (min-width: 1024px) {
  #top .trialContainer {
    padding: 0 160px;
    margin-top: 80px;
  }
}
#top .trial-text {
  color: #fff;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #top .trial-text {
    font-size: 3.2rem;
    line-height: 130%;
  }
}
#top .trial-text span {
  color: #fff;
  font-family: "A-OTF-B";
  font-size: 5.3333333333vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #top .trial-text span {
    font-size: 5.6rem;
    line-height: 130%;
  }
}
#top .trial_info {
  background-color: #fff;
  border-radius: 2.13vw;
  max-width: 960px;
  padding: 6.4vw 2.13vw;
  margin: 3.2vw auto 0;
}
@media screen and (min-width: 1024px) {
  #top .trial_info {
    border-radius: 16px;
    padding: 48px 0;
    margin: 24px auto 0;
  }
}
#top .trial_info-ttl {
  color: #ff5693;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .trial_info-ttl {
    font-size: 4.8rem;
  }
}
#top .trial_info-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 3.2vw;
  line-height: 130%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .trial_info-text {
    font-size: 2rem;
    line-height: 150%;
    margin-top: 24px;
  }
}
#top .trial_info-catch {
  color: #ff5693;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-top: 3.2vw;
}
@media screen and (min-width: 1024px) {
  #top .trial_info-catch {
    font-size: 2.4rem;
    margin-top: 24px;
  }
}
#top .trial_info_btn {
  cursor: pointer;
  background-color: #ff5693;
  border-radius: 2.13vw;
  width: 60vw;
  margin: 1.06vw auto 0;
}
@media screen and (min-width: 1024px) {
  #top .trial_info_btn {
    border-radius: 8px;
    margin: 4px auto 0;
    max-width: 400px;
  }
}
#top .trial_info_btn a {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 100%;
  text-align: center;
  display: block;
  padding: 3.2vw 0;
}
@media screen and (min-width: 1024px) {
  #top .trial_info_btn a {
    font-size: 2.4rem;
    padding: 24px 0;
  }
}
#top .experience {
  padding-bottom: 20vw;
  margin-top: 32vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .experience {
    padding-bottom: 200px;
    margin-top: 160px;
  }
}
#top .experience::after {
  content: "";
  background-color: #eff5f6;
  border-radius: 0 5.33vw 5.33vw 0;
  width: 97.86vw;
  height: calc(100% - 5.33vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .experience::after {
    border-radius: 0 40px 40px 0;
    width: 93.33vw;
    height: calc(100% - 48px);
  }
}
#top .experience .flow {
  margin-top: 10.66vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #top .experience .flow {
    margin-top: 80px;
  }
}
#top .experience .flow-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .flow-ttl {
    font-size: 4.8rem;
  }
}
#top .experience .flow-ttl span {
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .flow-ttl span {
    font-size: 4rem;
  }
}
#top .experience .flowContainer {
  max-width: 1280px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowContainer {
    margin-top: 58px;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .flowList {
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 48px;
  }
}
#top .experience .flowItem {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem {
    width: calc(33.3333333333% - 27px);
  }
}
#top .experience .flowItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:not(:first-child) {
    margin: 0;
  }
}
#top .experience .flowItem:not(:first-child)::after {
  content: "";
  background-image: url(../img/icon-flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: -6.93vw;
  left: 6.4vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:not(:first-child)::after {
    width: 36px;
    height: 36px;
    top: 32px;
    left: 96px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
#top .experience .flowItem:not(:last-child)::before {
  content: "";
  background-color: #fff;
  width: 1.06vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6.4vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:not(:last-child)::before {
    content: unset;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:nth-child(1)::before,
  #top .experience .flowItem:nth-child(2)::before,
  #top .experience .flowItem:nth-child(3)::before {
    content: "";
    width: 91%;
    height: 6px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:nth-child(3)::before {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:nth-child(4)::before,
  #top .experience .flowItem:nth-child(5)::before,
  #top .experience .flowItem:nth-child(6)::before {
    content: "";
    background-color: #fff;
    width: 87%;
    height: 6px;
    position: absolute;
    top: 32px;
    left: -52.7%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem:nth-child(4)::before {
    width: 33%;
    left: 0;
  }
}
#top .experience .flowItem_num {
  background-color: #00a0c4;
  border-radius: 50%;
  width: 12.8vw;
  height: 12.8vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_num {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: relative;
  }
}
#top .experience .flowItem_num p {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 5.8666666667vw;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_num p {
    font-size: 2.8rem;
  }
}
#top .experience .flowItem_img {
  padding-left: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_img {
    padding-left: 0;
    margin-top: 24px;
  }
}
#top .experience .flowItem_info {
  padding-left: 21.33vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_info {
    padding-left: 0;
    margin-top: 16px;
  }
}
#top .experience .flowItem_info-ttl {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_info-ttl {
    font-size: 2rem;
  }
}
#top .experience .flowItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 3.73vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flowItem_info-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#top .experience .flow_caution {
  background-color: #fff;
  border-radius: 2.13vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flow_caution {
    border-radius: 8px;
    margin-top: 24px;
  }
}
#top .experience .flow_caution p {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 120%;
  padding: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .flow_caution p {
    font-size: 1.6rem;
    line-height: 150%;
    padding: 24px 0;
    margin-top: 8px;
  }
}
#top .experience .experience-content {
  margin-top: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content {
    margin-top: 80px;
  }
}
#top .experience .experience-content-ttl {
  color: #171c61;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content-ttl {
    font-size: 4.8rem;
  }
}
#top .experience .experience-content-ttl span {
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content-ttl span {
    font-size: 4rem;
  }
}
#top .experience .experience-contentContainer {
  max-width: 1280px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentContainer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentList {
    justify-content: space-between;
    gap: 24px;
  }
}
#top .experience .experience-contentItem {
  background-color: #fff;
  border-radius: 2.13vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem {
    background-color: unset;
    border-radius: unset;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem {
    width: calc(50% - 12px);
  }
}
#top .experience .experience-contentItem:not(:first-child) {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem:not(:first-child) {
    margin-top: 0;
  }
}
#top .experience .experience-contentItem_img source,
#top .experience .experience-contentItem_img img {
  border-radius: 2.13vw 2.13vw 0 0;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_img source,
  #top .experience .experience-contentItem_img img {
    border-radius: 8px;
  }
}
#top .experience .experience-contentItem_info {
  margin-top: 4.26vw;
  margin-bottom: 8.53vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_info {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
#top .experience .experience-contentItem_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  text-align: center;
  font-size: 8.5333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_info-ttl {
    font-size: 4.8rem;
  }
}
#top .experience .experience-contentItem_info-ttl span {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_info-ttl span {
    font-size: 1.2rem;
  }
}
#top .experience .experience-contentItem_info-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 3.7333333333vw;
  line-height: 130%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_info-text {
    font-size: 2rem;
    line-height: 150%;
    margin-top: 16px;
  }
}
#top .experience .experience-contentItem_info-text span {
  position: relative;
  z-index: 1;
}
#top .experience .experience-contentItem_info-text span::after {
  content: "";
  border-bottom: 2.13vw solid #ff0;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-contentItem_info-text span::after {
    border-bottom: 12px solid #ff0;
    bottom: -2px;
  }
}
#top .experience .experience-content_det {
  margin-top: 10.66vw;
  border-top: 0.26vw solid #ccc;
  padding-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_det {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 32px;
  }
}
#top .experience .experience-content_detItem {
  background-color: #fff;
  border: 1.06vw solid #00a0c4;
  border-radius: 4.26vw;
  padding: 3.2vw 0;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_detItem {
    border: 4px solid #00a0c4;
    border-radius: 20px;
    width: 400px;
    margin: 0 auto;
    padding: 12px 0;
  }
}
#top .experience .experience-content_detItem p {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_detItem p {
    font-size: 2rem;
  }
}
#top .experience .experience-content_detItem p .experience-content_detItem-time {
  display: block;
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-B";
  font-size: 32px;
  line-height: 100%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_detItem p .experience-content_detItem-time {
    font-size: 3.2rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_detItem p .experience-content_detItem-time span {
    font-size: 4rem;
  }
}
#top .experience .experience-content_det-caution {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience .experience-content_det-caution {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#top .experience-bring {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring {
    max-width: 1280px;
    margin-top: 80px;
  }
}
#top .experience-bring-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring-ttl {
    font-size: 4.8rem;
    line-height: 100%;
  }
}
#top .experience-bring-ttl span {
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring-ttl span {
    font-size: 4rem;
  }
}
#top .experience-bringContainer {
  background-color: #fff;
  border-radius: 4.26vw;
  padding: 10.66vw 6.4vw;
  margin-top: 17.06vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringContainer {
    border-radius: 40px;
    padding: 64px;
    margin-top: 40px;
  }
}
#top .experience-bringList {
  border: 0.21vw dashed #454545;
  border-radius: 2.13vw;
  padding: 0 4.26vw;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringList {
    border: 1px dashed #454545;
    padding: 32px 16px;
    margin-top: 40px;
    justify-content: space-between;
  }
}
#top .experience-bringItem {
  width: 100%;
  padding: 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem {
    padding: 0 32px;
    margin: 0;
    width: 33.3333333333%;
  }
}
#top .experience-bringItem:not(:first-child) {
  border-top: 0.26vw solid #ddd;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem:not(:first-child) {
    border-top: unset;
    border-left: 1px solid #ddd;
  }
}
#top .experience-bringItem:nth-child(4) {
  border-left: unset;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem:nth-child(4),
  #top .experience-bringItem:nth-child(5) {
    margin-top: 40px;
  }
}
#top .experience-bringItem_info {
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem_info {
    margin: 24px 0 0;
  }
}
#top .experience-bringItem_info-ttl {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem_info-ttl {
    font-size: 2rem;
  }
}
#top .experience-bringItem_info-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 3.7333333333vw;
  line-height: 130%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem_info-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#top .experience-bringItem_img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem_img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem.-flex {
    width: 50%;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem.-flex .experience-bringItem_img {
    width: 64px;
    margin: unset;
  }
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem.-flex .experience-bringItem_info {
    width: calc(100% - 64px - 16px);
    margin: 0;
  }
}
#top .experience-bringItem.-flex .experience-bringItem_info-ttl {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bringItem.-flex .experience-bringItem_info-ttl {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
}
#top .experience-bring_caution {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring_caution {
    margin-top: 40px;
  }
}
#top .experience-bring_caution-ttl {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring_caution-ttl {
    font-size: 1.6rem;
  }
}
#top .experience-bring_cautionList {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring_cautionList {
    margin-top: 20px;
  }
}
#top .experience-bring_cautionItem {
  flex-wrap: nowrap;
}
#top .experience-bring_cautionItem p {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 2.6666666667vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #top .experience-bring_cautionItem p {
    font-size: 1.4rem;
  }
}
#top .experience-faq {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faq {
    max-width: 1280px;
    margin-top: 80px;
  }
}
#top .experience-faq-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #top .experience-faq-ttl {
    font-size: 4.8rem;
    line-height: 100%;
  }
}
#top .experience-faq-ttl span {
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .experience-faq-ttl span {
    font-size: 4rem;
  }
}
#top .experience-faqContainer {
  background-color: #fff;
  border-radius: 4.26vw;
  padding: 10.66vw 6.4vw;
  margin-top: 17.06vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqContainer {
    border-radius: 40px;
    padding: 64px;
    margin-top: 40px;
  }
}
#top .experience-faqList {
  border-top: 0.26vw solid rgba(69, 69, 69, 0.2);
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqList {
    border-top: 1px solid rgba(69, 69, 69, 0.2);
    margin-top: 40px;
  }
}
#top .experience-faqItem {
  cursor: pointer;
  border-bottom: 0.26vw solid rgba(69, 69, 69, 0.2);
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem {
    border-bottom: 1px solid rgba(69, 69, 69, 0.2);
  }
}
#top .experience-faqItem .faqItem_q,
#top .experience-faqItem .faqItem_a {
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 2.13vw;
  column-gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q,
  #top .experience-faqItem .faqItem_a {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
#top .experience-faqItem .faqItem_q-icon,
#top .experience-faqItem .faqItem_a-icon {
  color: #454545;
  font-family: "A-OTF-B";
  font-size: 4.8vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q-icon,
  #top .experience-faqItem .faqItem_a-icon {
    font-size: 3.2rem;
  }
}
#top .experience-faqItem .faqItem_q-text,
#top .experience-faqItem .faqItem_a-text {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 3.2vw;
  line-height: 150%;
  letter-spacing: 1.6px;
  flex-grow: 1;
  padding: 0 8.53vw 0 0;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q-text,
  #top .experience-faqItem .faqItem_a-text {
    font-size: 1.6rem;
  }
}
#top .experience-faqItem .faqItem_q {
  position: relative;
}
#top .experience-faqItem .faqItem_q::before {
  content: "";
  background-color: #454545;
  width: 6.4vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q::before {
    width: 40px;
  }
}
#top .experience-faqItem .faqItem_q::after {
  content: "";
  background-color: #454545;
  width: 6.4vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q::after {
    width: 40px;
  }
}
#top .experience-faqItem .faqItem_q-icon {
  padding: 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_q-icon {
    padding: 24px 0;
  }
}
#top .experience-faqItem .faqItem_a {
  border-top: 0.26vw solid rgba(69, 69, 69, 0.2);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_a {
    border-top: 1px solid rgba(69, 69, 69, 0.2);
  }
}
#top .experience-faqItem .faqItem_a-icon {
  color: #00a0c4;
  border-left: 2px solid #00a0c4;
  padding-left: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem .faqItem_a-icon {
    padding-left: 32px;
  }
}
#top .experience-faqItem.js-open .faqItem_q::before {
  transform: translateY(-50%);
}
#top .experience-faqItem.js-open .faqItem_a {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#top .experience-faqItem.js-open .faqItem_a-icon {
  padding: 3vw 0 3vw 2.13vw;
  padding-left: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem.js-open .faqItem_a-icon {
    margin: 24px 0;
    padding: 0 0 0 32px;
  }
}
#top .experience-faqItem.js-open .faqItem_a-text {
  padding: 4.26vw 0;
}
@media screen and (min-width: 1024px) {
  #top .experience-faqItem.js-open .faqItem_a-text {
    padding: 16px 0;
  }
}
#aboutPage .aboutus {
  margin-top: 23.46vw;
  padding-bottom: 10.66vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutus {
    margin-top: 224px;
    padding-bottom: 160px;
  }
}
#aboutPage .aboutus::after {
  content: "";
  background-color: #f2f2f2;
  border-radius: 5.33vw 0px 0px 5.33vw;
  width: 97.87vw;
  height: calc(100% - 5.33vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutus::after {
    border-radius: 40px 0px 0px 40px;
    width: 84.72vw;
    height: calc(100% - 48px);
  }
}
#aboutPage .aboutusContainer {
  padding: 0 6.4vw;
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusContainer {
    padding: 0 120px;
    margin-top: 96px;
  }
}
#aboutPage .aboutusItem {
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem {
    flex-direction: row-reverse;
  }
}
#aboutPage .aboutusItem:not(:first-child) {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem:not(:first-child) {
    margin-top: 80px;
  }
}
#aboutPage .aboutusItem_info {
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem_info {
    width: 55%;
    padding-left: 80px;
    margin-top: 0;
  }
}
#aboutPage .aboutusItem_info-num {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem_info-num {
    font-size: 1.6rem;
  }
}
#aboutPage .aboutusItem_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 150%;
  margin-top: 1.06vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem_info-ttl {
    font-size: 3.2rem;
    margin-top: 16px;
  }
}
#aboutPage .aboutusItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem_info-text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
#aboutPage .aboutusItem_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .aboutusItem_img {
    width: 45%;
  }
}
#aboutPage .doctor {
  margin-top: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor {
    margin-top: 120px;
  }
}
#aboutPage .doctor-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor-ttl {
    font-size: 4.8rem;
    line-height: 100%;
  }
}
#aboutPage .doctorContainer {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctorContainer {
    margin-top: 32px;
  }
}
#aboutPage .doctorList {
  border-radius: 4.26vw;
  background: #eff5f6;
  padding: 8.53vw 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctorList {
    border-radius: 24px;
    padding: 56px 80px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#aboutPage .doctor_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_img {
    width: 41%;
  }
}
#aboutPage .doctor_info {
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info {
    width: 59%;
    padding-left: 40px;
    margin-top: 0;
  }
}
#aboutPage .doctor_info-catch {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 3.7333333333vw;
  line-height: 120%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-catch {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
}
#aboutPage .doctor_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 120%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-ttl {
    font-size: 3.2rem;
    margin-top: 16px;
  }
}
#aboutPage .doctor_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
#aboutPage .doctor_info-crinic {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-crinic {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#aboutPage .doctor_info-name {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-name {
    font-size: 1.6rem;
  }
}
#aboutPage .doctor_info-name span {
  font-size: 5.3333333333vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .doctor_info-name span {
    font-size: 2.4rem;
  }
}
#aboutPage .price {
  background-color: #eff5f6;
  margin-top: 20vw;
  padding: 17.06vw 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #aboutPage .price {
    margin-top: 120px;
    padding: 120px 0;
  }
}
#aboutPage .price-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 8.5333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .price-ttl {
    font-size: 4.8rem;
  }
}
#aboutPage .priceContainer {
  margin-top: 6.4vw;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceContainer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceList .slick-list {
    padding: 0 !important;
  }
}
#aboutPage .priceList .slick-track {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceList .slick-track {
    gap: 8px;
    max-width: 1120px;
  }
}
#aboutPage .priceList .slick-counter {
  color: #454545;
  font-family: "A-OTF-M";
  text-align: center;
  margin-top: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceList .slick-counter {
    display: none;
  }
}
#aboutPage .priceList .slide-arrow {
  width: 9.66vw;
  height: 9.66vw;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceList .slide-arrow {
    display: none;
  }
}
#aboutPage .priceList .slide-arrow.prev-arrow {
  left: 4.13vw;
  transform: translateY(-50%) rotate(-90deg);
}
#aboutPage .priceList .slide-arrow.next-arrow {
  right: 4.13vw;
  transform: translateY(-50%) rotate(90deg);
}
#aboutPage .priceItem {
  background-color: #fff;
  border-radius: 4.26vw;
  padding: 8.53vw 7.53vw;
  margin: 0 9.66vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem {
    width: calc(33.3333333333% - 6px);
    border-radius: 24px;
    padding: 40px 32px;
    margin: 0;
  }
}
#aboutPage .priceItem-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 8.5333333333vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem-ttl {
    font-size: 4rem;
  }
}
#aboutPage .priceItem-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#aboutPage .priceItem_info {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info {
    margin-top: 24px;
  }
}
#aboutPage .priceItem_info-ttl {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info-ttl {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#aboutPage .priceItem_info_price {
  border-top: 1px solid #454545;
  margin-top: 6.4vw;
  padding-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info_price {
    margin-top: 16px;
    padding-top: 24px;
  }
}
#aboutPage .priceItem_info_price-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info_price-text {
    font-size: 1.6rem;
  }
}
#aboutPage .priceItem_info_price-num {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 10.6666666667vw;
  line-height: 100%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info_price-num {
    font-size: 6rem;
    margin-top: 16px;
  }
}
#aboutPage .priceItem_info_price-num span {
  font-size: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_info_price-num span {
    font-size: 3.2rem;
  }
}
#aboutPage .priceItem_content {
  border-top: 1px solid #454545;
  margin-top: 2.13vw;
  padding-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_content {
    margin-top: 16px;
    padding-top: 21px;
  }
}
#aboutPage .priceItem_contentItem {
  align-items: center;
  justify-content: space-between;
  height: 13.33vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_contentItem {
    padding: 21px 0;
    height: 62px;
  }
}
#aboutPage .priceItem_contentItem:not(:last-child) {
  border-bottom: 0.26vw solid #ddd;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_contentItem:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
#aboutPage .priceItem_contentItem-ttl {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_contentItem-ttl {
    font-size: 1.6rem;
  }
}
#aboutPage .priceItem_contentItem-ttl.icon-x {
  color: rgba(69, 69, 69, 0.3);
}
#aboutPage .priceItem_contentItem-icon {
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 100%;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_contentItem-icon {
    font-size: 1.6rem;
  }
}
#aboutPage .priceItem_contentItem-icon.icon-ok {
  border: 0.8vw solid red;
  border-radius: 50%;
  width: 4.5vw;
  height: 4.5vw;
}
@media screen and (min-width: 1024px) {
  #aboutPage .priceItem_contentItem-icon.icon-ok {
    border: 3px solid red;
    width: 19px;
    height: 19px;
  }
}
#aboutPage .priceItem_contentItem-icon.icon-x {
  color: rgba(69, 69, 69, 0.3);
}
#servicePage .service {
  margin-top: 11.2vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .service {
    margin-top: 120px;
  }
}
#servicePage .service-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 5.8666666667vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #servicePage .service-ttl {
    font-size: 4.8rem;
  }
}
#servicePage .service-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .service-text {
    font-size: 1.8rem;
    margin: 32px auto 0;
    max-width: 540px;
  }
}
#servicePage .method {
  margin-top: 14.9vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #servicePage .method {
    margin-top: 80px;
  }
}
#servicePage .methodContainer {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodContainer {
    margin-top: 40px;
  }
}
#servicePage .methodList {
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodList {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
#servicePage .methodItem {
  cursor: pointer;
  border-radius: 6.4vw;
  width: 100%;
  padding: 6.4vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem {
    border-radius: 24px;
    width: calc(33.3333333333% - 16px);
    padding: 40px 32px;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem:hover .methodItem_btn p::after {
    transform: translate(5px, -55%) rotate(45deg);
  }
}
#servicePage .methodItem:nth-child(1) {
  background-color: #42bebe;
}
#servicePage .methodItem:nth-child(1) .methodItem_btn p {
  color: #42bebe;
}
#servicePage .methodItem:nth-child(1) .methodItem_btn p::after {
  border-color: #42bebe;
}
#servicePage .methodItem:nth-child(2) {
  background-color: #3bafce;
}
#servicePage .methodItem:nth-child(2) .methodItem_btn p {
  color: #3bafce;
}
#servicePage .methodItem:nth-child(2) .methodItem_btn p::after {
  border-color: #3bafce;
}
#servicePage .methodItem:nth-child(3) {
  background-color: #36a6d7;
}
#servicePage .methodItem:nth-child(3) .methodItem_btn p {
  color: #36a6d7;
}
#servicePage .methodItem:nth-child(3) .methodItem_btn p::after {
  border-color: #36a6d7;
}
#servicePage .methodItem:nth-child(4) {
  background-color: #2f90dc;
}
#servicePage .methodItem:nth-child(4) .methodItem_btn p {
  color: #2f90dc;
}
#servicePage .methodItem:nth-child(4) .methodItem_btn p::after {
  border-color: #2f90dc;
}
#servicePage .methodItem:nth-child(5) {
  background-color: #2870d5;
}
#servicePage .methodItem:nth-child(5) .methodItem_btn p {
  color: #2870d5;
}
#servicePage .methodItem:nth-child(5) .methodItem_btn p::after {
  border-color: #2870d5;
}
#servicePage .methodItem:nth-child(6) {
  background-color: #2870d5;
}
#servicePage .methodItem:nth-child(6) .methodItem_btn p {
  color: #2870d5;
}
#servicePage .methodItem:nth-child(6) .methodItem_btn p::after {
  border-color: #2870d5;
}
#servicePage .methodItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem:not(:first-child) {
    margin-top: unset;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem:nth-child(n + 4) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem:nth-child(2),
  #servicePage .methodItem:nth-child(5) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem:nth-child(3),
  #servicePage .methodItem:nth-child(6) {
    transition-delay: 0.4s;
  }
}
#servicePage .methodItem-num {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 16vw;
  line-height: 100%;
  opacity: 0.24;
  position: absolute;
  top: 3.46vw;
  left: 5.33vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem-num {
    font-size: 8rem;
    left: 28px;
  }
}
#servicePage .methodItem-ttl {
  color: #fff;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 9.0666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem-ttl {
    font-size: 3.8rem;
  }
}
#servicePage .methodItem_img {
  width: 24.53vw;
  margin: 6.4vw auto 0;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_img {
    width: 108px;
    margin-top: 40px;
  }
}
#servicePage .methodItem_info {
  margin-top: 6, 4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_info {
    margin-top: 40px;
  }
}
#servicePage .methodItem_info-ttl {
  color: #fff;
  font-family: "A-OTF-B";
  font-size: 6.4vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_info-ttl {
    font-size: 2.4rem;
    height: 72px;
    display: flex;
    align-items: flex-end;
  }
}
#servicePage .methodItem_info-text {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_info-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#servicePage .methodItem_btn {
  background-color: #fff;
  width: 100%;
  border-radius: 3.2vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_btn {
    border-radius: 12px;
    margin-top: 16px;
  }
}
#servicePage .methodItem_btn p {
  color: #36a6d7;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  display: block;
  text-align: center;
  padding: 5.33vw 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_btn p {
    font-size: 2rem;
    padding: 24px 0;
  }
}
#servicePage .methodItem_btn p::after {
  content: "";
  border-top: 0.53vw solid;
  border-right: 0.53vw solid;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translateY(-55%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #servicePage .methodItem_btn p::after {
    border-top: 2px solid;
    border-right: 2px solid;
    width: 15px;
    height: 15px;
    right: 25%;
  }
}
#servicePage .benefit {
  padding: 10.66vw 0;
  margin-top: 21.33vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefit {
    margin-top: 160px;
    padding: 120px 0 160px;
  }
}
#servicePage .benefit::after {
  content: "";
  background-color: #f2f2f2;
  border-radius: 0 5.33vw 5.33vw 0;
  width: 97.86vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefit::after {
    border-radius: 0 40px 40px 0;
    width: 93.33vw;
  }
}
#servicePage .benefitContainer {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitContainer {
    padding: 0 240px;
    margin-top: 96px;
  }
}
#servicePage .benefit_ttl-main {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 110%;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefit_ttl-main {
    font-size: 5.6rem;
  }
}
#servicePage .benefit_ttl-main span {
  color: #ff5693;
}
#servicePage .benefitItem {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem {
    align-items: center;
    flex-direction: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem:nth-child(odd) .benefitItem_info {
    padding-right: 53px;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem:nth-child(even) .benefitItem_info {
    padding-left: 53px;
  }
}
#servicePage .benefitItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem:not(:first-child) {
    margin-top: 80px;
  }
}
#servicePage .benefitItem_info {
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_info {
    width: 50%;
    margin-top: 0;
  }
}
#servicePage .benefitItem_info-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_info-ttl {
    font-size: 4rem;
    margin-top: 16px;
  }
}
#servicePage .benefitItem_info-ttl-eg {
  color: #ff5693;
  font-family: "A-OTF-DB";
  font-size: 3.7333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_info-ttl-eg {
    font-size: 2.2rem;
  }
}
#servicePage .benefitItem_info-ttl-eg span {
  font-size: 6.9333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_info-ttl-eg span {
    font-size: 3.2rem;
  }
}
#servicePage .benefitItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_info-text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
#servicePage .benefitItem_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #servicePage .benefitItem_img img {
    border-radius: 35px;
  }
}
#pricePage .campaign {
  margin-top: 17.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign {
    margin-top: 120px;
  }
}
#pricePage .campaignContainer {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignContainer {
    padding: 0 160px;
  }
}
#pricePage .campaign-ttl {
  color: #ff5693;
  font-family: "A-OTF-DB";
  text-align: center;
  font-size: 6.4vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign-ttl {
    font-size: 4.8rem;
  }
}
#pricePage .campaign_cat {
  width: calc(100% - 6.4vw);
  margin-top: 10.66vw;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign_cat {
    width: 585px;
    margin-top: 48px;
  }
}
#pricePage .campaign_catItem {
  cursor: pointer;
  width: 33.3333333333%;
  border: 0.26vw solid #00a0c4;
  border-radius: 4.26vw 4.26vw 0 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign_catItem {
    border: 1px solid #00a0c4;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign_catItem:hover {
    background-color: #00a0c4;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign_catItem:hover p {
    color: #fff;
  }
}
#pricePage .campaign_catItem.js-open {
  background-color: #00a0c4;
}
#pricePage .campaign_catItem.js-open p {
  color: #fff;
}
#pricePage .campaign_catItem p {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
  padding: 2.13vw 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign_catItem p {
    font-size: 2.8rem;
    padding: 10px 0;
  }
}
#pricePage .campaignList {
  border-radius: 0px 6.4vw 6.4vw 6.4vw;
  background-color: #00a0c4;
  padding: 17.06vw 0;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignList {
    width: unset;
    overflow: unset;
    border-radius: 0px 20px 20px 20px;
    padding: 64px;
  }
}
#pricePage .campaignItem {
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#pricePage .campaignItem.js-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
#pricePage .campaignItem-text {
  background-color: #fff;
  border-radius: 2.13vw;
  margin: 0 3.2vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-text {
    border-radius: 8px;
    margin: 0;
  }
}
#pricePage .campaignItem-text p {
  color: #ff5693;
  font-family: "A-OTF-B";
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 150%;
  padding: 6.4vw 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-text p {
    font-size: 2.4rem;
    padding: 16px;
  }
}
#pricePage .campaignItem-new,
#pricePage .campaignItem-change {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new,
  #pricePage .campaignItem-change {
    margin-top: 16px;
  }
}
#pricePage .campaignItem-new-ttl,
#pricePage .campaignItem-change-ttl {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2.13vw 2.13vw 0 0;
  margin: 0 3.2vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new-ttl,
  #pricePage .campaignItem-change-ttl {
    border-radius: 8px 8px 0 0;
    margin: 0;
  }
}
#pricePage .campaignItem-new-ttl h3,
#pricePage .campaignItem-change-ttl h3 {
  color: #454545;
  font-family: "A-OTF-B";
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 100%;
  padding: 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new-ttl h3,
  #pricePage .campaignItem-change-ttl h3 {
    font-size: 1.8rem;
    padding: 24px 0;
  }
}
#pricePage .campaignItem-new .overflow,
#pricePage .campaignItem-change .overflow {
  width: 100vw;
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new .overflow,
  #pricePage .campaignItem-change .overflow {
    width: unset;
    overflow: unset;
  }
}
#pricePage .campaignItem-newList,
#pricePage .campaignItem-changeList {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 3.2vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-newList,
  #pricePage .campaignItem-changeList {
    width: unset;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-newList::after,
  #pricePage .campaignItem-changeList::after {
    content: "";
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #fff;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#pricePage .campaignItem-new_left,
#pricePage .campaignItem-new_right,
#pricePage .campaignItem-change_left,
#pricePage .campaignItem-change_right {
  width: calc(50% - 0.265vw);
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_left,
  #pricePage .campaignItem-new_right,
  #pricePage .campaignItem-change_left,
  #pricePage .campaignItem-change_right {
    width: calc(50% - 18px);
  }
}
#pricePage .campaignItem-new_left .opa-o,
#pricePage .campaignItem-new_right .opa-o,
#pricePage .campaignItem-change_left .opa-o,
#pricePage .campaignItem-change_right .opa-o {
  opacity: 0;
}
#pricePage .campaignItem-new_leftItem,
#pricePage .campaignItem-new_rightItem,
#pricePage .campaignItem-change_leftItem,
#pricePage .campaignItem-change_rightItem {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.53vw;
  margin-top: 0.53vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem,
  #pricePage .campaignItem-new_rightItem,
  #pricePage .campaignItem-change_leftItem,
  #pricePage .campaignItem-change_rightItem {
    gap: 2px;
    margin-top: 2px;
  }
}
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-ttl,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-ttl,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-text,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-text,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-ttl,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-ttl,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-text,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-text,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-ttl,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-ttl,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-text,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-text,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-ttl,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-ttl,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-text,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-text,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-ttl,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-ttl,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-text,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-text,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-ttl,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-ttl,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-text,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-text,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-ttl,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-ttl,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-text,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-text,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-ttl,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-ttl,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-text,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-text {
  background-color: rgba(255, 255, 255, 0.5);
}
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-ttl p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-ttl p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-text p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-text p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-ttl p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-ttl p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-text p,
#pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-text p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-ttl p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-ttl p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-text p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-text p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-ttl p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-ttl p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-text p,
#pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-text p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-ttl p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-ttl p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-text p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-text p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-ttl p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-ttl p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-text p,
#pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-text p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-ttl p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-ttl p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-text p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-text p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-ttl p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-ttl p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-text p,
#pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-text p {
  color: #454545;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-ttl p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-ttl p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_leftItem-text p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-new_rightItem-text p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-ttl p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-ttl p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_leftItem-text p,
  #pricePage .campaignItem-new_leftItem:first-child .campaignItem-change_rightItem-text p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-ttl p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-ttl p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_leftItem-text p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-new_rightItem-text p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-ttl p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-ttl p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_leftItem-text p,
  #pricePage .campaignItem-new_rightItem:first-child .campaignItem-change_rightItem-text p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-ttl p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-ttl p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_leftItem-text p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-new_rightItem-text p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-ttl p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-ttl p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_leftItem-text p,
  #pricePage .campaignItem-change_leftItem:first-child .campaignItem-change_rightItem-text p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-ttl p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-ttl p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_leftItem-text p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-new_rightItem-text p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-ttl p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-ttl p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_leftItem-text p,
  #pricePage .campaignItem-change_rightItem:first-child .campaignItem-change_rightItem-text p {
    font-size: 1.8rem;
  }
}
#pricePage .campaignItem-new_leftItem-ttl,
#pricePage .campaignItem-change_leftItem-ttl {
  background-color: rgba(255, 255, 255, 0.2);
  width: calc(50% - 0.265vw);
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-ttl,
  #pricePage .campaignItem-change_leftItem-ttl {
    width: calc(59% - 1px);
  }
}
#pricePage .campaignItem-new_leftItem-ttl.color-silver,
#pricePage .campaignItem-change_leftItem-ttl.color-silver {
  background: linear-gradient(90deg, #e3e3e3 0%, #bababa 33.33%, #fff 66.67%, #b0b1b2 100%);
}
#pricePage .campaignItem-new_leftItem-ttl.color-silver p,
#pricePage .campaignItem-change_leftItem-ttl.color-silver p {
  color: #454545;
}
#pricePage .campaignItem-new_leftItem-ttl.color-gold,
#pricePage .campaignItem-change_leftItem-ttl.color-gold {
  background: linear-gradient(90deg, #fff 0%, #d6c532 33.33%, #fff 66.67%, #d6c532 100%);
}
#pricePage .campaignItem-new_leftItem-ttl.color-gold p,
#pricePage .campaignItem-change_leftItem-ttl.color-gold p {
  color: #454545;
}
#pricePage .campaignItem-new_leftItem-ttl.color-platina,
#pricePage .campaignItem-change_leftItem-ttl.color-platina {
  background: linear-gradient(
      90deg,
      rgba(161, 198, 196, 0.7) 0%,
      rgba(127, 178, 175, 0.7) 25%,
      rgba(204, 204, 193, 0.7) 50%,
      rgba(192, 206, 165, 0.7) 75%,
      rgba(121, 171, 168, 0.7) 100%
    ),
    #fff;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-ttl.color-platina,
  #pricePage .campaignItem-change_leftItem-ttl.color-platina {
    border-radius: 0px 0px 0px 8px;
  }
}
#pricePage .campaignItem-new_leftItem-ttl.color-platina p,
#pricePage .campaignItem-change_leftItem-ttl.color-platina p {
  color: #454545;
}
#pricePage .campaignItem-new_leftItem-ttl p,
#pricePage .campaignItem-change_leftItem-ttl p {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 4.8vw;
  display: block;
  padding: 3.2vw 1.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-ttl p,
  #pricePage .campaignItem-change_leftItem-ttl p {
    font-size: 1.8rem;
    line-height: 18px;
    padding: 24px 0 24px 12px;
  }
}
#pricePage .campaignItem-new_leftItem-ttl p span,
#pricePage .campaignItem-change_leftItem-ttl p span {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-ttl p span,
  #pricePage .campaignItem-change_leftItem-ttl p span {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
#pricePage .campaignItem-new_leftItem-text,
#pricePage .campaignItem-change_leftItem-text {
  background-color: #fff;
  width: calc(50% - 0.265vw);
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-text,
  #pricePage .campaignItem-change_leftItem-text {
    width: calc(41% - 1px);
  }
}
#pricePage .campaignItem-new_leftItem-text p,
#pricePage .campaignItem-change_leftItem-text p {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: right;
  display: block;
  padding: 3.2vw 1.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-text p,
  #pricePage .campaignItem-change_leftItem-text p {
    font-size: 1.8rem;
    line-height: 18px;
    padding: 24px 12px;
  }
}
#pricePage .campaignItem-new_leftItem-text p span,
#pricePage .campaignItem-change_leftItem-text p span {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_leftItem-text p span,
  #pricePage .campaignItem-change_leftItem-text p span {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
#pricePage .campaignItem-new_rightItem-ttl,
#pricePage .campaignItem-change_rightItem-ttl {
  background-color: #fff;
  width: calc(50% - 0.265vw);
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-ttl,
  #pricePage .campaignItem-change_rightItem-ttl {
    width: calc(50% - 1px);
  }
}
#pricePage .campaignItem-new_rightItem-ttl p,
#pricePage .campaignItem-change_rightItem-ttl p {
  color: #ff5693;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: right;
  display: block;
  padding: 3.2vw 1.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-ttl p,
  #pricePage .campaignItem-change_rightItem-ttl p {
    font-size: 2.4rem;
    line-height: 18px;
    padding: 24px 12px;
  }
}
#pricePage .campaignItem-new_rightItem-ttl p span,
#pricePage .campaignItem-change_rightItem-ttl p span {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-ttl p span,
  #pricePage .campaignItem-change_rightItem-ttl p span {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
#pricePage .campaignItem-new_rightItem-text,
#pricePage .campaignItem-change_rightItem-text {
  background-color: #fff;
  width: calc(50% - 0.265vw);
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-text,
  #pricePage .campaignItem-change_rightItem-text {
    width: calc(50% - 1px);
  }
}
#pricePage .campaignItem-new_rightItem-text p,
#pricePage .campaignItem-change_rightItem-text p {
  color: #ff5693;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: right;
  display: block;
  padding: 3.2vw 1.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-text p,
  #pricePage .campaignItem-change_rightItem-text p {
    font-size: 2.4rem;
    line-height: 18px;
    padding: 24px 12px;
  }
}
#pricePage .campaignItem-new_rightItem-text p span,
#pricePage .campaignItem-change_rightItem-text p span {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-text p span,
  #pricePage .campaignItem-change_rightItem-text p span {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
#pricePage .campaignItem-new_rightItem-text .display-flex,
#pricePage .campaignItem-change_rightItem-text .display-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaignItem-new_rightItem-text .display-flex,
  #pricePage .campaignItem-change_rightItem-text .display-flex {
    display: block;
    height: unset;
  }
}
#pricePage .campaign-caution {
  margin: 6.4vw 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign-caution {
    margin: 8px 0 0;
  }
}
#pricePage .campaign-caution p {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 100%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign-caution p {
    font-size: 1.6rem;
  }
}
#pricePage .campaign .no-text {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: center;
  display: block;
  padding: 3.2vw 1.06vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign .no-text {
    font-size: 2.4rem;
    line-height: 18px;
    padding: 24px 12px;
  }
}
#pricePage .campaign .no-text span {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .campaign .no-text span {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
#pricePage .trial {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial {
    margin-top: 120px;
  }
}
#pricePage .trialContainer {
  max-width: 1120px;
}
#pricePage .trialItem {
  background-color: #00a0c4;
  flex-direction: column-reverse;
  border-radius: 5.33vw;
  padding-bottom: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .trialItem {
    border-radius: 20px;
    padding: 0;
    align-items: center;
    flex-direction: row-reverse;
  }
}
#pricePage .trial_info {
  width: 100%;
  padding: 0 6.4vw;
  margin-top: 8.53vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info {
    width: 45%;
    padding: 0 37px 0 24px;
    margin-top: 0;
  }
}
#pricePage .trial_info-ttl {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info-ttl {
    font-size: 4rem;
  }
}
#pricePage .trial_info_bring {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_bring {
    margin-top: 24px;
  }
}
#pricePage .trial_info_bring-ttl {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 3.2vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_bring-ttl {
    font-size: 1.2rem;
  }
}
#pricePage .trial_info_bring-text {
  color: #fff;
  font-family: "A-OTF-R";
  font-size: 3.2vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_bring-text {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
#pricePage .trial_info_btn {
  cursor: pointer;
  background-color: #ff5693;
  border-radius: 2.13vw;
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_btn {
    border-radius: 8px;
    margin-top: 24px;
  }
}
#pricePage .trial_info_btn a {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 100%;
  display: block;
  text-align: center;
  padding: 4.26vw 2.13vw 4.26vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_btn a {
    font-size: 1.6rem;
    padding: 20px 16px 20px 0;
  }
}
#pricePage .trial_info_btn a::after {
  content: "";
  border-top: 0.53vw solid #fff;
  border-right: 0.53vw solid #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 45%;
  right: 30%;
  transform: translateY(-40%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_info_btn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
#pricePage .trial_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .trial_img {
    width: 55%;
  }
}
#pricePage .flow {
  margin-top: 20vw;
  padding-bottom: 21.33vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #pricePage .flow {
    margin-top: 160px;
    padding-bottom: 160px;
  }
}
#pricePage .flow::after {
  content: "";
  background-color: #eff5f6;
  border-radius: 0 5.33vw 5.33vw 0;
  width: 97.87vw;
  height: calc(100% - 3.73vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #pricePage .flow::after {
    border-radius: 0 40px 40px 0;
    width: 94.44vw;
    height: calc(100% - 56px);
  }
}
#pricePage .flowContainer {
  max-width: 1280px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowContainer {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .flowList {
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 48px;
  }
}
#pricePage .flowItem {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem {
    width: calc(33.3333333333% - 27px);
  }
}
#pricePage .flowItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:not(:first-child) {
    margin: 0;
  }
}
#pricePage .flowItem:not(:first-child)::after {
  content: "";
  background-image: url(../img/icon-flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: -6.93vw;
  left: 6.4vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:not(:first-child)::after {
    width: 36px;
    height: 36px;
    top: 32px;
    left: 96px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
#pricePage .flowItem:not(:last-child)::before {
  content: "";
  background-color: #fff;
  width: 1.06vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6.4vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:not(:last-child)::before {
    content: unset;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:nth-child(1)::before,
  #pricePage .flowItem:nth-child(2)::before,
  #pricePage .flowItem:nth-child(3)::before {
    content: "";
    width: 91%;
    height: 6px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:nth-child(3)::before {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:nth-child(4)::before,
  #pricePage .flowItem:nth-child(5)::before,
  #pricePage .flowItem:nth-child(6)::before {
    content: "";
    background-color: #fff;
    width: 87%;
    height: 6px;
    position: absolute;
    top: 32px;
    left: -52.7%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem:nth-child(4)::before {
    width: 33%;
    left: 0;
  }
}
#pricePage .flowItem_num {
  background-color: #00a0c4;
  border-radius: 50%;
  width: 12.8vw;
  height: 12.8vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_num {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: relative;
  }
}
#pricePage .flowItem_num p {
  color: #fff;
  font-family: "A-OTF-DB";
  font-size: 5.8666666667vw;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_num p {
    font-size: 2.8rem;
  }
}
#pricePage .flowItem_img {
  padding-left: 21.33vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_img {
    padding-left: 0;
    margin-top: 24px;
  }
}
#pricePage .flowItem_info {
  padding-left: 21.33vw;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_info {
    padding-left: 0;
    margin-top: 16px;
  }
}
#pricePage .flowItem_info-ttl {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_info-ttl {
    font-size: 2rem;
  }
}
#pricePage .flowItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 3.73vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .flowItem_info-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#pricePage .bring {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring {
    margin-top: 88px;
    max-width: 1280px;
  }
}
#pricePage .bringContainer {
  background-color: #fff;
  border-radius: 5.33vw;
  padding: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringContainer {
    border-radius: 40px;
    padding: 64px;
  }
}
#pricePage .bring_ttl-main {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-B";
  font-size: 5.8666666667vw;
  line-height: 130%;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_ttl-main {
    font-size: 3rem;
  }
}
#pricePage .bring_ttl-mini {
  color: #ff5693;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 3.7333333333vw;
  line-height: 100%;
  display: block;
  margin-bottom: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_ttl-mini {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
#pricePage .bringList {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringList {
    margin-top: 16px;
  }
}
#pricePage .bringItem {
  border-bottom: 0.26vw solid #ddd;
  padding: 4.26vw 0;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringItem {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
#pricePage .bringItem_info {
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringItem_info {
    width: calc(100% - 138px);
    padding-left: 24px;
    margin: 0;
  }
}
#pricePage .bringItem_info-ttl {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 4.8vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringItem_info-ttl {
    font-size: 2rem;
  }
}
#pricePage .bringItem_info-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringItem_info-text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
#pricePage .bringItem_img {
  width: 36.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #pricePage .bringItem_img {
    width: 138px;
    margin: unset;
  }
}
#pricePage .bring_caution {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_caution {
    margin-top: 40px;
  }
}
#pricePage .bring_caution-ttl {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_caution-ttl {
    font-size: 1.6rem;
  }
}
#pricePage .bring_cautionList {
  padding-left: 3.73vw;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_cautionList {
    padding-left: 12px;
    margin-top: 20px;
  }
}
#pricePage .bring_cautionItem {
  list-style: disc;
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #pricePage .bring_cautionItem {
    font-size: 1.4rem;
  }
}
#pricePage .price {
  margin-top: 20vw;
  padding-bottom: 21.33vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #pricePage .price {
    margin-top: 216px;
    padding-bottom: 160px;
  }
}
#pricePage .price::after {
  content: "";
  background-color: #eff5f6;
  border-radius: 5.33vw 0px 0px 5.33vw;
  width: 97.86vw;
  height: calc(100% - 5.06vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #pricePage .price::after {
    border-radius: 40px 0 0 40px;
    width: 94.44vw;
    height: calc(100% - 56px);
  }
}
#pricePage .priceContainer {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceContainer {
    margin-top: 96px;
    padding: 0 160px;
  }
}
#pricePage .price_joinList {
  padding: 0 6.4vw;
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinList {
    padding: 0;
    margin-top: 96px;
    align-items: center;
    justify-content: space-between;
  }
}
#pricePage .price_joinItem {
  width: 100%;
  background: #fff;
  border-radius: 4.26vw;
  padding: 6.4vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinItem {
    border-radius: 16px;
    width: calc(50% - 12px);
    height: 96px;
    padding: 24px;
  }
}
#pricePage .price_joinItem:not(:first-child) {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinItem:not(:first-child) {
    margin: 0;
  }
}
#pricePage .price_joinItem-ttl {
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinItem-ttl {
    font-size: 2.4rem;
  }
}
#pricePage .price_joinItem-num {
  color: #454545;
  font-size: 8.5333333333vw;
  font-family: "A-OTF-DB";
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinItem-num {
    font-size: 4rem;
  }
}
#pricePage .price_joinItem-num span {
  font-size: 6.4vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_joinItem-num span {
    font-size: 2.4rem;
  }
}
#pricePage .price_img {
  border-top: 0.26vw solid #ddd;
  margin-top: 6.4vw;
  padding: 6.4vw 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .price_img {
    border-top: 1px solid #ddd;
    padding: 32px 0 0;
    margin-top: 32px;
  }
}
#pricePage .priceList {
  margin-top: 6.4vw;
  padding: 10.66vw 0 0;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceList {
    margin-top: 64px;
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #pricePage .priceList .slick-list {
    padding: 0 !important;
  }
}
#pricePage .priceList .slick-track {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceList .slick-track {
    gap: 8px;
  }
}
#pricePage .priceList .slick-counter {
  color: #454545;
  font-family: "A-OTF-M";
  text-align: center;
  margin-top: 6.4vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceList .slick-counter {
    display: none;
  }
}
#pricePage .priceList .slide-arrow {
  border-radius: 50%;
  width: 9.66vw;
  height: 9.66vw;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceList .slide-arrow {
    display: none;
  }
}
#pricePage .priceList .slide-arrow.prev-arrow {
  left: 4.13vw;
  transform: translateY(-50%) rotate(-90deg);
}
#pricePage .priceList .slide-arrow.next-arrow {
  right: 4.13vw;
  transform: translateY(-50%) rotate(90deg);
}
#pricePage .priceItem {
  background-color: #fff;
  border-radius: 4.26vw;
  padding: 8.53vw 7.53vw;
  margin: 0 9.66vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem {
    width: calc(33.3333333333% - 6px);
    border-radius: 24px;
    padding: 40px 32px;
    margin: 0;
  }
}
#pricePage .priceItem-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 8.5333333333vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem-ttl {
    font-size: 4rem;
  }
}
#pricePage .priceItem-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 150%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#pricePage .priceItem_info {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info {
    margin-top: 24px;
  }
}
#pricePage .priceItem_info-ttl {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info-ttl {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#pricePage .priceItem_info_price {
  border-top: 1px solid #454545;
  margin-top: 6.4vw;
  padding-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info_price {
    margin-top: 16px;
    padding-top: 24px;
  }
}
#pricePage .priceItem_info_price-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 4.2666666667vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info_price-text {
    font-size: 1.6rem;
  }
}
#pricePage .priceItem_info_price-num {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 10.6666666667vw;
  line-height: 100%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info_price-num {
    font-size: 6rem;
    margin-top: 16px;
  }
}
#pricePage .priceItem_info_price-num span {
  font-size: 6.4vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_info_price-num span {
    font-size: 3.2rem;
  }
}
#pricePage .priceItem_content {
  border-top: 1px solid #454545;
  margin-top: 2.13vw;
  padding-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_content {
    margin-top: 16px;
    padding-top: 21px;
  }
}
#pricePage .priceItem_contentItem {
  align-items: center;
  justify-content: space-between;
  height: 13.33vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_contentItem {
    padding: 21px 0;
    height: 62px;
  }
}
#pricePage .priceItem_contentItem:not(:last-child) {
  border-bottom: 0.26vw solid #ddd;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_contentItem:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
#pricePage .priceItem_contentItem-ttl {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_contentItem-ttl {
    font-size: 1.6rem;
  }
}
#pricePage .priceItem_contentItem-ttl.icon-x {
  color: rgba(69, 69, 69, 0.3);
}
#pricePage .priceItem_contentItem-icon {
  font-family: "A-OTF-B";
  font-size: 4.2666666667vw;
  line-height: 100%;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_contentItem-icon {
    font-size: 1.6rem;
  }
}
#pricePage .priceItem_contentItem-icon.icon-ok {
  border: 0.8vw solid red;
  border-radius: 50%;
  width: 4.5vw;
  height: 4.5vw;
}
@media screen and (min-width: 1024px) {
  #pricePage .priceItem_contentItem-icon.icon-ok {
    border: 3px solid red;
    width: 19px;
    height: 19px;
  }
}
#pricePage .priceItem_contentItem-icon.icon-x {
  color: rgba(69, 69, 69, 0.3);
}
#experiencePage {
  padding-top: calc(100px + 28.8vw);
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #experiencePage {
    padding-top: 100px;
  }
}
#experiencePage iframe {
  height: 100%;
}
.contactContainer {
  margin-top: 11.2vw;
}
@media screen and (min-width: 1024px) {
  .contactContainer {
    max-width: 1280px;
    margin-top: 120px;
  }
}
.contact-text {
  color: #454545;
  text-align: center;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-bottom: 6.4vw;
  margin-bottom: 72px;
}
@media screen and (min-width: 1024px) {
  .contact-text {
    font-size: 1.6rem;
    line-height: 100%;
  }
}
.contactFormItem {
  padding: 4.26vw 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1024px) {
  .contactFormItem {
    padding: 32px 0;
  }
}
.contactFormItem_ttl {
  margin-bottom: 2.13vw;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_ttl {
    width: 216px;
    padding-right: 16px;
    margin-bottom: 0;
    justify-content: space-between;
  }
}
.contactFormItem_ttl-name {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_ttl-name {
    font-size: 1.6rem;
  }
}
.contactFormItem_ttl-post {
  background-color: #ff5693;
  color: #fff;
  text-align: center;
  font-family: "A-OTF-B";
  font-size: 3.2vw;
  line-height: 3.2vw;
  padding: 1.6vw;
  display: inline-block;
  margin-left: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_ttl-post {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 6px;
    margin-left: 0;
  }
}
.contactFormItem_fomat {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat {
    width: calc(100% - 216px);
  }
}
.contactFormItem_fomat select,
.contactFormItem_fomat input,
.contactFormItem_fomat textarea {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 150%;
  border-radius: 0.53vw;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  padding: 4.26vw 6.4vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat select,
  .contactFormItem_fomat input,
  .contactFormItem_fomat textarea {
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 16px 24px;
  }
}
.contactFormItem_fomat select::-moz-placeholder,
.contactFormItem_fomat input::-moz-placeholder,
.contactFormItem_fomat textarea::-moz-placeholder {
  color: #b1b1b1;
}
.contactFormItem_fomat select::placeholder,
.contactFormItem_fomat input::placeholder,
.contactFormItem_fomat textarea::placeholder {
  color: #b1b1b1;
}
.contactFormItem_fomat.-flex {
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat.-flex {
    justify-content: left;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.contactFormItem_fomat.-flex input {
  width: calc(50% - 1.06vw);
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat.-flex input {
    width: calc(50% - 32px);
  }
}
.contactFormItem_fomat.select {
  width: 84.4%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat.select {
    width: 43.125%;
  }
}
.contactFormItem_fomat.select::after {
  content: "";
  border-bottom: 0.53vw solid #00a0c4;
  border-right: 0.53vw solid #00a0c4;
  border-radius: 0.26vw;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  right: 6.4vw;
  transform: translateY(-70%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat.select::after {
    border-bottom: 2px solid #00a0c4;
    border-right: 2px solid #00a0c4;
    border-radius: 1px;
    width: 15px;
    height: 15px;
    right: 24px;
  }
}
.contactFormItem_fomat.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactFormItem_fomat.select select:disabled {
  opacity: 1;
}
.contactFormItem_fomat .mwform-tel-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat .mwform-tel-field {
    width: 46%;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.contactFormItem_fomat .mwform-tel-field input {
  width: 27.83% !important;
  padding: 4.26vw 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat .mwform-tel-field input {
    width: 91px !important;
    padding: 16px 0;
  }
}
.contactFormItem_fomat .mwform-tel-field input:first-child {
  width: 24.46% !important;
}
@media screen and (min-width: 1024px) {
  .contactFormItem_fomat .mwform-tel-field input:first-child {
    width: 80px !important;
  }
}
.contactForm_btn {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  .contactForm_btn {
    margin-top: 32px;
  }
}
.contactForm_btnItem:last-child {
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contactForm_btnItem:last-child {
    max-width: 440px;
    margin: 0 auto;
  }
}
.contactForm_btnItem:last-child::after {
  content: "";
  border-top: 0.53vw solid #fff;
  border-right: 0.53vw solid #fff;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-60%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .contactForm_btnItem:last-child::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    right: unset;
    left: calc(50% + 96px);
    transform: translate(-50%, -60%) rotate(45deg);
  }
}
.contactForm_btnItem input {
  background-color: #00a0c4;
  border-radius: 3.2vw;
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  text-align: center;
  border: none;
  width: 100%;
  padding: 6.4vw 0;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .contactForm_btnItem input {
    border-radius: 12px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
.contact .privacy-check {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check {
    margin-top: 56px;
  }
}
.contact .privacy-check-text {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check-text {
    font-size: 1.6rem;
  }
}
.contact .privacy-check-text a {
  color: #00a0c4;
  font-family: "A-OTF-R";
  line-height: 150%;
  text-decoration: underline;
}
.contact .privacy-check_form {
  width: 77vw;
  margin: 4.93vw auto 0;
  padding-left: 8.53vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check_form {
    width: 300px;
    margin-top: 18.5px;
    padding-left: 32px;
  }
}
.contact .privacy-check_form .privacy-check_form-text {
  cursor: pointer;
  border: 1px solid #00a0c4;
  border-radius: 1.06vw;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check_form .privacy-check_form-text {
    border-radius: 4px;
    width: 24px;
    height: 24px;
  }
}
.contact .privacy-check_form .privacy-check_form-text:checked {
  background-color: #00a0c4;
}
.contact .privacy-check_form .privacy-check_form-text:checked::after {
  content: "";
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73vw;
  height: 3.73vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%);
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check_form .privacy-check_form-text:checked::after {
    width: 14px;
    height: 14px;
  }
}
.contact .privacy-check_form .mwform-checkbox-field-text {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 170%;
}
@media screen and (min-width: 1024px) {
  .contact .privacy-check_form .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
}
.contact-check {
  margin-top: 60vw;
}
@media screen and (min-width: 1024px) {
  .contact-check {
    margin-top: 260px;
  }
}
.contact-check .main-section::after {
  height: 100%;
}
.contact-check .page_ttl {
  padding-top: 11.73vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .page_ttl {
    padding-top: 68px;
  }
}
.contact-check .page_ttl-main {
  font-size: 9.6vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .page_ttl-main {
    font-size: 5.6vw;
  }
}
.contact-check .page_ttl-mini {
  font-size: 4.8vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .page_ttl-mini {
    font-size: 2.2vw;
  }
}
.contact-checkContainer {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  .contact-checkContainer {
    margin-top: 72px;
  }
}
.contact-check-text {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .contact-check-text {
    font-size: 1.6rem;
    margin-bottom: 72px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .contact-check .contactFormItem_ttl {
    width: 216px;
  }
}
.contact-check .contactFormItem_ttl-post {
  display: none;
}
.contact-check .contactFormItem_fomat {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 150%;
  width: 100%;
  margin-top: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactFormItem_fomat {
    font-size: 1.6rem;
    margin-top: 0;
    width: calc(100% - 216px);
  }
}
.contact-check .contactFormItem_fomat.select::after {
  content: unset;
}
.contact-check .contactForm_btn {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btn {
    max-width: 912px;
    margin: 56px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
.contact-check .contactForm_btnItem {
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem {
    width: calc(50% - 16px);
    max-width: 440px;
  }
}
.contact-check .contactForm_btnItem:first-child input {
  background-color: #f2f2f2;
  color: #454545;
}
.contact-check .contactForm_btnItem:first-child::after {
  border-top: 0.53vw solid #454545;
  border-right: 0.53vw solid #454545;
  left: 20%;
  transform: translateY(-60%) rotate(225deg);
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem:first-child::after {
    border-top: 2px solid #454545;
    border-right: 2px solid #454545;
    left: unset;
    left: calc(50% - 96px);
    transform: translate(-50%, -56%) rotate(225deg);
  }
}
.contact-check .contactForm_btnItem:last-child {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem:last-child {
    margin-top: 0;
  }
}
.contact-check .contactForm_btnItem:last-child input {
  background-color: #00a0c4;
  color: #fff;
}
.contact-check .contactForm_btnItem:last-child::after {
  border-top: 0.53vw solid #fff;
  border-right: 0.53vw solid #fff;
  right: 20%;
  transform: translateY(-60%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem:last-child::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: unset;
    left: calc(50% + 112px);
    transform: translate(-50%, -56%) rotate(45deg);
  }
}
.contact-check .contactForm_btnItem::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem::after {
    width: 15px;
    height: 15px;
  }
}
.contact-check .contactForm_btnItem input {
  border-radius: 3.2vw;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  text-align: center;
  border: none;
  width: 100%;
  padding: 6.4vw 0;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .contact-check .contactForm_btnItem input {
    border-radius: 12px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
.contact-check .privacy-check {
  display: none;
}
.contact-thanks {
  margin-top: 60vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks {
    margin-top: 260px;
  }
}
.contact-thanks .main-section::after {
  height: 100%;
}
.contact-thanks .page_ttl {
  padding-top: 11.73vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks .page_ttl {
    padding-top: 68px;
  }
}
.contact-thanks .page_ttl-main {
  font-size: 9.6vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks .page_ttl-main {
    font-size: 5.6vw;
  }
}
.contact-thanks .page_ttl-mini {
  font-size: 4.8vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks .page_ttl-mini {
    font-size: 2.2vw;
  }
}
.contact-thanksContainer {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanksContainer {
    margin-top: 72px;
  }
}
.contact-thanks-ttl {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .contact-thanks-ttl {
    font-size: 3.4rem;
    text-align: center;
  }
}
.contact-thanks-text {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 150%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks-text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 24px;
  }
}
.contact-thanks_btn {
  border-radius: 3.2vw;
  background: #00a0c4;
  width: 100%;
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .contact-thanks_btn {
    border-radius: 12px;
    max-width: 440px;
    margin: 72px auto 0;
  }
}
.contact-thanks_btn a {
  color: #fff;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  display: block;
  text-align: center;
  padding: 6.4vw 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact-thanks_btn a {
    font-size: 2rem;
    padding: 24px 0;
  }
}
.contact-thanks_btn a::after {
  content: "";
  border-top: 0.53vw solid #fff;
  border-right: 0.53vw solid #fff;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-60%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .contact-thanks_btn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    right: unset;
    left: calc(50% + 56px);
    transform: translate(-50%, -60%) rotate(45deg);
  }
}
.privacy {
  background-color: #fff;
  border-radius: 10.66vw 10.66vw 0 0;
  padding-top: 11.73vw;
}
@media screen and (min-width: 1024px) {
  .privacy {
    border-radius: 40px 40px 0 0;
    padding-top: 68px;
  }
}
.privacy_bg {
  background-color: #f2f2f2;
  padding-top: 24.53vw;
}
@media screen and (min-width: 1024px) {
  .privacy_bg {
    padding-top: 132px;
  }
}
.privacy-ttl h2 {
  color: #171c61;
  font-family: "A-OTF-DB";
  font-size: 9.0666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .privacy-ttl h2 {
    font-size: 5.6rem;
  }
}
.privacy-ttl h2 span {
  display: block;
  color: #00a0c4;
  font-family: "A-OTF-DB";
  font-size: 4.8vw;
  line-height: 100%;
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .privacy-ttl h2 span {
    font-size: 2.2rem;
    margin-top: 24px;
  }
}
.privacyContainer {
  margin-top: 8.53vw;
}
@media screen and (min-width: 1024px) {
  .privacyContainer {
    margin-top: 72px;
  }
}
.privacy-name {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .privacy-name {
    margin-top: 32px;
  }
}
.privacy-name p {
  color: #454545;
  font-family: "A-OTF-DB";
  font-size: 5.3333333333vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .privacy-name p {
    font-size: 2rem;
  }
}
.privacy-text {
  margin-top: 4.26vw;
}
@media screen and (min-width: 1024px) {
  .privacy-text {
    margin-top: 16px;
  }
}
.privacy-text p,
.privacy-text a {
  color: #454545;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 200%;
}
@media screen and (min-width: 1024px) {
  .privacy-text p,
  .privacy-text a {
    font-size: 1.6rem;
  }
}
.privacy-text a {
  text-decoration: underline;
}
#faq .faq {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  #faq .faq {
    margin-top: 160px;
  }
}
#faq .faq-ttl {
  color: #00a0c4;
  text-align: center;
  font-family: "A-OTF-DB";
  font-size: 6.4vw;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  #faq .faq-ttl {
    font-size: 4.8rem;
    line-height: 100%;
  }
}
#faq .faq-ttl span {
  font-size: 5.3333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  #faq .faq-ttl span {
    font-size: 4rem;
  }
}
#faq .faqContainer {
  margin-top: 17.06vw;
}
@media screen and (min-width: 1024px) {
  #faq .faqContainer {
    margin-top: 80px;
    padding: 0 240px;
  }
}
#faq .faqList {
  border-top: 0.26vw solid rgba(69, 69, 69, 0.2);
}
@media screen and (min-width: 1024px) {
  #faq .faqList {
    border-top: 1px solid rgba(69, 69, 69, 0.2);
  }
}
#faq .faqItem {
  cursor: pointer;
  border-bottom: 0.26vw solid rgba(69, 69, 69, 0.2);
}
@media screen and (min-width: 1024px) {
  #faq .faqItem {
    border-bottom: 1px solid rgba(69, 69, 69, 0.2);
  }
}
#faq .faqItem_q,
#faq .faqItem_a {
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 2.13vw;
  column-gap: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q,
  #faq .faqItem_a {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
#faq .faqItem_q-icon,
#faq .faqItem_a-icon {
  color: #454545;
  font-family: "A-OTF-B";
  font-size: 4.8vw;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q-icon,
  #faq .faqItem_a-icon {
    font-size: 3.2rem;
  }
}
#faq .faqItem_q-text,
#faq .faqItem_a-text {
  color: #454545;
  font-family: "A-OTF-M";
  font-size: 3.2vw;
  line-height: 150%;
  letter-spacing: 1.6px;
  flex-grow: 1;
  padding: 0 8.53vw 0 0;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q-text,
  #faq .faqItem_a-text {
    font-size: 1.6rem;
  }
}
#faq .faqItem_q {
  position: relative;
}
#faq .faqItem_q::before {
  content: "";
  background-color: #454545;
  width: 6.4vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q::before {
    width: 40px;
  }
}
#faq .faqItem_q::after {
  content: "";
  background-color: #454545;
  width: 6.4vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q::after {
    width: 40px;
  }
}
#faq .faqItem_q-icon {
  padding: 6.4vw 0;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_q-icon {
    padding: 24px 0;
  }
}
#faq .faqItem_a {
  border-top: 0.26vw solid rgba(69, 69, 69, 0.2);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_a {
    border-top: 1px solid rgba(69, 69, 69, 0.2);
  }
}
#faq .faqItem_a-icon {
  color: #00a0c4;
  border-left: 2px solid #00a0c4;
  padding-left: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem_a-icon {
    padding-left: 32px;
  }
}
#faq .faqItem.js-open .faqItem_q::before {
  transform: translateY(-50%);
}
#faq .faqItem.js-open .faqItem_a {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#faq .faqItem.js-open .faqItem_a-icon {
  padding: 3vw 0 3vw 2.13vw;
  padding-left: 2.13vw;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem.js-open .faqItem_a-icon {
    margin: 24px 0;
    padding: 0 0 0 32px;
  }
}
#faq .faqItem.js-open .faqItem_a-text {
  padding: 4.26vw 0;
}
@media screen and (min-width: 1024px) {
  #faq .faqItem.js-open .faqItem_a-text {
    padding: 16px 0;
  }
}
.footer {
  background-color: #fff;
  padding-top: 17.06vw;
  padding-bottom: 10.66vw;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.footer .reservation {
  transition: all 0.3s;
}
.footer .reservation:hover {
  opacity: 0.6;
}
.footer .reservationContainer {
  position: relative;
}
.footer .reservation-ttl {
  color: #fff;
  font-family: "A-OTF-DB";
  position: absolute;
  top: 50%;
  left: 5.33vw;
  transform: translateY(-50%);
  font-size: 4.2666666667vw;
  line-height: 100%;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .footer .reservation-ttl {
    font-size: 4.8rem;
    left: 76px;
  }
}
.footer .reservation-ttl span {
  font-size: 8.5333333333vw;
  font-style: normal;
  line-height: 100%;
  opacity: 0.16;
  display: block;
  margin-bottom: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .footer .reservation-ttl span {
    font-size: 9.6rem;
    margin-bottom: 12px;
  }
}
.footer .reservation_btn {
  width: 10.66vw;
  position: absolute;
  bottom: 2.13vw;
  right: 2.13vw;
}
@media screen and (min-width: 1024px) {
  .footer .reservation_btn {
    width: 90px;
    bottom: 16px;
    right: 16px;
  }
}
.footerContainer {
  margin-top: 10.66vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footerContainer {
    margin-top: 80px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footerLogo {
  width: 58.66vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footerLogo {
    width: 494px;
    margin: unset;
  }
}
.footerNavi {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  .footerNavi {
    align-items: flex-end;
    margin-top: 0;
  }
}
.footerNaviList {
  width: 100%;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
}
@media screen and (min-width: 1024px) {
  .footerNaviList {
    width: 330px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: unset;
  }
}
.footerNaviItem {
  width: 100%;
}
.footerNaviItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .footerNaviItem:not(:first-child) {
    margin-top: 32px;
  }
}
.footerNaviItem a {
  cursor: pointer;
  color: #171c61;
  font-family: "A-OTF-M";
  font-size: 4.8vw;
  line-height: 100%;
  padding-left: 6.4vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footerNaviItem a {
    font-size: 2rem;
    padding-left: 24px;
  }
}
.footerNaviItem a::before {
  content: "";
  border-top: 0.53vw solid #171c61;
  border-right: 0.53vw solid #171c61;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .footerNaviItem a::before {
    border-top: 2px solid #171c61;
    border-right: 2px solid #171c61;
    width: 12px;
    height: 12px;
  }
}
.footerNavi_caution {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1024px) {
  .footerNavi_caution {
    margin-top: 0;
  }
}
.footerNavi_cautionItem:not(:first-child) {
  margin-top: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .footerNavi_cautionItem:not(:first-child) {
    margin-top: 16px;
  }
}
.footerNavi_cautionItem a {
  color: #171c61;
  font-family: "A-OTF-R";
  font-size: 3.7333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .footerNavi_cautionItem a {
    font-size: 1.6rem;
  }
}
.footer_other {
  width: 100%;
  margin-top: 10.66vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .footer_other {
    width: 75px;
    margin-top: 0;
    justify-content: unset;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.footer_other_sns {
  align-items: center;
  -moz-column-gap: 6.4vw;
  column-gap: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .footer_other_sns {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.footer_other_sns img {
  width: 6.4vw;
}
@media screen and (min-width: 1024px) {
  .footer_other_sns img {
    width: 24px;
  }
}
.footer_other-copyright {
  color: #171c61;
  font-family: "A-OTF-R";
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer_other-copyright {
    font-size: 1.6rem;
    margin-top: 32px;
  }
} /*# sourceMappingURL=common.css.map */
