@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  max-width: calc(768px * 0.9);
  margin: 0 auto;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
}

.btn {
  display: block;
  color: #fff;
  background: #e8337a;
  border-radius: 999px;
  line-height: 1.2;
  text-align: center;
  font-size: 13px;
  padding: 8px 24px;
  letter-spacing: 0.1em;
}

.btn--arrow {
  position: relative;
}

.btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

/* .header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: calc(768px * 0.9);
  height: 64px;
  background: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo__link img {
  width: 100px;
  height: auto;
}

.header__inner {
  padding: 8px 20px;
} */

.fv {
  position: relative;
  width: 100%;
  /* height: calc(100svh - 72px);
  margin-top: 64px; */
}

.fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-textarea {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.fv-textarea__appeal {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.fv-textarea__text {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  margin-top: 12px;
}

.fv-textarea__text--small {
  font-size: 20px;
}

.fv-textarea2 {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.fv-textarea2__img {
  width: 240px;
  margin: 0 auto;
}

.fv-maintext {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

.fv-subtext {
  color: #fff;
  font-size: 11px;
  margin-top: 8px;
}

.fv-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

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

.shop-info {
  margin-top: 24px;
  margin-bottom: 25px;
  position: relative;
}

.shop-info__inner {
  margin: 0 20px;
}

.shop-info__title {
  color: #eb7ca3;
  font-size: 18px;
  font-weight: bold;
  background: #fdf9f2;
  padding: 4px 8px;
  margin-top: 16px;
}

.shop-info__list {
  margin-top: 8px;
}

.shop-info__unit {
  display: flex;
}

.shop-info__unit + .shop-info__unit {
  margin-top: 8px;
}

.shop-info__unit dt {
  flex-shrink: 0;
  width: 76px;
  font-size: 14px;
  font-weight: bold;
}

.shop-info__unit dd {
  font-size: 13px;
  line-height: 1.5;
}

.shop-info__map {
  margin-top: 16px;
}

.shop-info__map iframe {
  width: 100%;
}

.gallery,
.gallery2,
.gallery3,
.gallery4 {
  position: relative;
}

.gallery2 {
  overflow: hidden;
}

.gallery__item {
  margin-right: 10px;
}

.gallery2 .gallery__item {
  margin-right: 0;
  padding: 8px 32px;
}

.gallery2 .slick-list {
  padding: 0 !important;
}

.gallery2 .slick-prev,
.gallery3 .slick-prev,
.gallery4 .slick-prev {
  left: 2px;
}

.gallery2 .slick-next,
.gallery3 .slick-next,
.gallery4 .slick-next {
  right: 2px;
}

.gallery3 .slick-arrow {
  top: 50%;
}

.gallery3 .gallery__item {
  margin-right: 0;
  padding: 0 32px 8px;
}

.gallery3 .slick-arrow {
  background-color: #000;
}

.gallery4 .gallery__item {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery4 .gallery__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery4 .slick-track {
  display: flex;
  align-items: center;
}

.gallery4 .slick-arrow {
  top: 48%;
  border-radius: 50%;
  background-color: #000;
  width: 44px;
  height: 44px;
}

.gallery4 .slick-prev {
  left: 30px;
}

.gallery4 .slick-next {
  right: 30px;
}

.gallery-auto {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.gallery-auto__item {
  width: auto !important;
  height: 162px;
}

.gallery-auto__item img {
  height: 100%;
}

.gallery-auto__icon {
  width: 60px;
  margin: 10px auto;
}

.gallery-auto__icon img {
  width: 100%;
  height: auto;
}

.program__carousel .finger {
  top: 76vw !important;
}

.faq__carousel .finger {
  top: 44vw !important;
}

.trainer__carousel .finger {
  top: 60vw !important;
}

.gallery__item img {
  width: 100%;
}

.slick-arrow {
  display: inline-block;
  width: 36px;
  height: 44px;
  background-color: #eb7ca3;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6%209L2%205L6%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 14px;
  margin: 0;
  pointer-events: all;
  position: absolute;
  top: 42%;
  z-index: 1;
}

.gallery2--man .slick-arrow {
  background-color: #283593;
}

.slick-disabled {
  background-color: #e4e4e4;
}

.slick-prev {
  left: -18px;
}

.slick-next {
  right: -18px;
  transform: rotate(180deg);
}

.slide-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slide-dots {
  display: flex;
  justify-content: center;
}

.slide-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.gallery3--machine .slide-dots li {
  margin-right: 3px;
}

.slide-dots li.slick-active {
  background-color: #000;
}

.slide-dots li:hover,
.slide-dots li:focus {
  background-color: #000;
}

.slide-dots li:last-child {
  margin-right: 0;
}

.scrollHint {
  position: relative;
}
.scrollHint .finger {
  width: 120px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 18vw;
  left: calc(50% - 60px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
.scrollHint .finger img {
  height: 45px;
  margin-top: 5px;
  width: 35px;
}
.scrollHint .finger .active {
  animation: anim 1s;
  animation-iteration-count: 100;
}
.scrollHint .finger span {
  font-size: 10px;
  color: #fff;
}
@keyframes anim {
  0% {
    transform: translateX(30px);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.scrollHint .fadeout {
  animation: fadeOut 1.5s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.faq {
  position: relative;
}

.faq__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.faq__gallery {
  padding-top: 24%;
}

.sample {
  position: relative;
  margin-top: 30px;
}

.voice {
  position: relative;
}

.trainer {
  position: relative;
}

.trainer__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.trainer__gallery {
  padding-top: 30%;
}

.offer {
  position: relative;
}

.offer__bg {
  position: relative;
}

.offer__button1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  width: 85%;
}

.offer__button2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  width: 58%;
}

._shiny {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.price {
  /* margin-top: 24px; */
}

.program + .offer {
  margin-top: 24px;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.map {
  position: relative;
  overflow: hidden;
}

.map__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.map__content {
  aspect-ratio: 4/2;
}

.map__content iframe {
  padding: 16px;
  width: 100%;
  height: 100%;
}

.map__table {
  padding: 4px 16px 20px;
}

.map__table > div {
  display: flex;
  align-items: center;
  width: 100%;
}

.map__table > div + div {
  margin-top: 8px;
}

.map__table dt {
  padding: 1.4rem 1rem;
  margin-right: 1rem;
  background: #0d0f2b;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
  width: 28%;
}

.map__table dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 0.8rem;
  color: #0d0f2b;
  width: 100%;
}

.map__table dd > div {
  width: 35%;
}

.map__table dd > div:last-child {
  width: 65%;
  border-left: 4px solid #000;
  padding-left: 5%;
}

.reason__carousel {
  padding-bottom: 16px;
}

.reason__carousel--bg {
  background: #f4f4f4;
}

.qa {
  padding-bottom: 8px;
  background: #fff;
}

.section-last {
  margin-bottom: 120px;
}

.map img + img {
  margin: 48px auto 12px;
  display: block;
}

.voiceItem {
  /* display: flex; */
}

.voice__image {
}

.voice__content {
}

.voice__name {
  margin-top: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.voice__text {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.machine {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}

.machine__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.machine__bg2 {
  position: absolute;
  top: 0;
  left: 0;
}

.machine .gallery3 {
  padding-top: 20%;
}

.campaign__note {
  font-size: 9px;
  text-align: right;
  position: absolute;
  right: 2%;
  bottom: 7%;
}

.gallery4.beginner .gallery__item {
  height: 57vw;
}

.gallery4.showers .gallery__item {
  height: 60vw;
}

.floating-banner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: bottom 0.5s ease;
}

.floating-banner.is_active {
  bottom: 0;
}

.floating-banner img {
  width: 100%;
  height: auto;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  cursor: pointer;
}

.modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  width: 90vw;
  max-width: 1200px;
}

.modal__content {
  position: relative;
  z-index: 1002;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
