@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #313239;
}

.pc {
  display: none;
}
@media (min-width: 500px) {
  .pc {
    display: block;
  }
}

@media (min-width: 500px) {
  .sp {
    display: none;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 500px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media (min-width: 500px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 500px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access {
  position: relative;
}

.access__img {
  width: 100%;
}
.access__img img {
  width: 100%;
  height: 100%;
}

.access__map {
  padding-inline: 1.25rem;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 21%;
}

.iframe-wrap {
  aspect-ratio: 530/415;
  width: 33.125rem;
  max-width: 100%;
  margin-inline: auto;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

.comparison__img {
  width: 100%;
}
.comparison__img img {
  width: 100%;
  height: 100%;
}

.experience {
  position: relative;
}

.experience__img {
  width: 100%;
}
.experience__img img {
  width: 100%;
  height: 100%;
}

.experience__text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 41%;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
.experience__text a {
  border-bottom: 0.0625rem solid #313239;
}

.experience__more {
  width: 100%;
}
.experience__more img {
  width: 100%;
  height: 100%;
}

.footer .inner {
  padding-block: 3.125rem 3.75rem;
}

.footer__logo {
  width: 10rem;
  max-width: 100%;
  margin-inline: auto;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__nav {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.625rem;
  width: 21.875rem;
  max-width: 100%;
  margin-inline: auto;
}
.footer__nav li {
  line-height: 1;
}
.footer__nav li:not(:nth-child(2), :nth-child(4)) {
  border-right: 1px solid #313239;
}
.footer__nav li a {
  font-size: 1rem;
  display: inline-block;
  padding-inline: 1.0625rem;
}

.footer__copyright {
  width: 100%;
}
.footer__copyright img {
  width: 100%;
  height: 100%;
}

.fv-cta {
  background: #fff;
  padding-block: 1.25rem;
}

.fv__img {
  width: 100%;
}
.fv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.inner {
  width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.lesson {
  position: relative;
  padding-block: 6.25rem 7.5rem;
  background: url(../images/common/lesson-bg.webp) no-repeat center center/cover;
}

.lesson__title {
  width: 28.125rem;
  max-width: 100%;
  margin-inline: auto;
}
.lesson__title img {
  width: 100%;
  height: 100%;
}

.lesson__price {
  width: 30rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 6.25rem;
}
.lesson__price img {
  width: 100%;
  height: 100%;
}

.posture-item,
.partial-item,
.total-item {
  position: relative;
}
.posture-item::after,
.partial-item::after,
.total-item::after {
  position: absolute;
  top: 0.9375rem;
  right: -0.3125rem;
  content: "";
  display: block;
  width: 10.625rem;
  height: 8.125rem;
}
.posture-item img,
.partial-item img,
.total-item img {
  width: 25rem;
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posture-item::after {
  background: url(../images/common/balloon-mini-01.webp) no-repeat center center/contain;
}
.posture-item.--02::after {
  background: url(../images/common/balloon-mini-01-2.webp) no-repeat center center/contain;
}
.posture-item.--03::after {
  background: url(../images/common/balloon-mini-01-3.webp) no-repeat center center/contain;
}

.partial-item::after {
  background: url(../images/common/balloon-mini-02.webp) no-repeat center center/contain;
}
.partial-item.--02::after {
  background: url(../images/common/balloon-mini-02-2.webp) no-repeat center center/contain;
}
.partial-item.--03::after {
  background: url(../images/common/balloon-mini-02-3.webp) no-repeat center center/contain;
}

.total-item::after {
  background: url(../images/common/balloon-mini-03.webp) no-repeat center center/contain;
}
.total-item.--02::after {
  background: url(../images/common/balloon-mini-03-2.webp) no-repeat center center/contain;
}
.total-item.--03::after {
  background: url(../images/common/balloon-mini-03-3.webp) no-repeat center center/contain;
}

.lesson__text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 5.3125rem;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
.lesson__text a {
  border-bottom: 0.0625rem solid #313239;
}

.limited {
  position: relative;
  z-index: 1;
  margin-top: -2.1875rem;
}

.limited__img {
  width: 100%;
}
.limited__img img {
  width: 100%;
  height: 100%;
}

.limited__text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 4.375rem;
  font-size: 0.9375rem;
  text-align: center;
  white-space: nowrap;
}
.limited__text a {
  border-bottom: 0.0625rem solid #313239;
}

.point {
  margin-top: -8rem;
  position: relative;
  z-index: 0;
}

.point__img {
  width: 100%;
}
.point__img img {
  width: 100%;
  height: 100%;
}

.content {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
  background: #fff;
}

.cta__fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding-block: 0.625rem;
}
.cta-btn__text {
  margin-inline: auto;
  object-fit: contain;
  height: auto;
}
.cta-btn__text.--01 {
  width: 31.25rem;
  margin-bottom: 0.9375rem;
}
.cta-btn__text.--02 {
  width: 26.25rem;
  margin-bottom: 2.1875rem;
}
.cta-btn__text.--03 {
  width: 19.75rem;
  margin-bottom: 1.875rem;
}
.cta-btn a {
  display: block;
  width: 34.375rem;
  margin-inline: auto;
}
.cta-btn a img {
  width: 100%;
  height: 100%;
}

.cta-area {
  padding-block: 3.125rem;
}
.cta-area.--02, .cta-area.--03, .cta-area.--04, .cta-area.--05 {
  padding-block: 4.375rem;
}

#back {
  background: url(../images/common/bg.webp) no-repeat center center/cover;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.swiper-container {
  position: relative;
  margin-top: 1.875rem;
}
.swiper-container.--02 {
  margin-top: 6.25rem;
}
.swiper-container.--03 {
  margin-top: 6.25rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.9375rem;
}

.swiper-pagination-bullet {
  background: #949598;
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
}

.swiper-pagination-bullet-active {
  background: #313239;
  opacity: 1;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
  pointer-events: none;
}
.scroll-hint__img {
  width: 9.375rem;
  height: auto;
  -webkit-animation: scrollMove 1.5s ease infinite;
          animation: scrollMove 1.5s ease infinite;
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
    opacity: 0;
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
    opacity: 0;
  }
}
.store-title {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 3.375rem;
  width: 100%;
  text-align: center;
}
.store-title h1 {
  width: 10rem;
  height: 10rem;
  margin-inline: auto;
}
.store-title h1 img {
  width: 100%;
  height: 100%;
}
.store-title h2 {
  margin-top: 3.3125rem;
  font-weight: 400;
  font-size: 2.4375rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.store-title h2 span {
  letter-spacing: 0.35em;
  font-size: 1.0625rem;
  display: block;
}

.step {
  padding-block: 3.125rem 6.25rem;
  background: url(../images/common/step-bg.webp) no-repeat center center/cover;
}

.step__title {
  width: 28.125rem;
  max-width: 100%;
  margin-inline: auto;
}
.step__title img {
  width: 100%;
  height: 100%;
}

.step-item {
  width: 28.125rem;
  height: 39rem;
}
.step-item img {
  width: 28.125rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.step-pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.step-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.625rem;
}

.store {
  position: relative;
  z-index: 1;
}

.store__img {
  width: 100%;
}
.store__img img {
  width: 100%;
  height: 100%;
}

.studio__img {
  width: 100%;
}
.studio__img img {
  width: 100%;
  height: 100%;
}

.transfer {
  position: relative;
}

.transfer__img {
  width: 100%;
}
.transfer__img img {
  width: 100%;
  height: 100%;
}

.transfer__note {
  width: 31.25rem;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 5%;
}
.transfer__note img {
  width: 100%;
  height: 100%;
}

.trouble {
  position: relative;
  z-index: 1;
}

.trouble__img {
  width: 100%;
}
.trouble__img img {
  width: 100%;
  height: 100%;
}

.voice__img {
  width: 100%;
}
.voice__img img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
