body {
  min-width: 375px;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: 'Zen Kaku Gothic New', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.02em;
  background-color: #f7f8f9;
}

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

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

/* studio section */
.section-studio {
  padding: clamp(2.5rem, 10.67vw, 5rem) clamp(1.25rem, 5.33vw, 2.5rem)
    clamp(2.625rem, 11.2vw, 5.25rem);
  padding-bottom: 24px;
  background-color: #f6f6f6;

  .list-label {
    margin-bottom: clamp(0.625rem, 2.67vw, 1.25rem);
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    text-align: center;

    strong {
      font-size: clamp(1.25rem, 5.33vw, 2.5rem);
      color: #eb6876;
    }
  }
}

.studio-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 5.33vw, 2.5rem);
}

.studio-area-header {
  font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #cc9594;
}

.studio-area-body {
  border: clamp(0.063rem, 0.27vw, 0.125rem) solid #cc9594;
  border-top: none;
}

.studio-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 3.2vw, 1.5rem) clamp(0.5rem, 2.13vw, 1rem);
  padding: clamp(1.25rem, 5.33vw, 2.5rem);
  background-color: #fff;
}

.studio-button-list li {
  width: calc(50% - clamp(0.25rem, 1.07vw, 0.5rem));
}

.studio-button {
  width: 100%;

  /* padding: clamp(0.125rem, 0.53vw, 0.25rem) clamp(0.625rem, 2.67vw, 1.25rem); */
  padding: clamp(0.125rem, 0.53vw, 0.25rem) 0;
  font-size: clamp(0.813rem, 3.47vw, 1.625rem);
  font-weight: 500;
  line-height: 1.7;
  color: #000 !important;
  appearance: none;
  background-color: #f6f6f6;
  border: clamp(0.031rem, 0.13vw, 0.063rem) solid transparent;
  border-radius: clamp(0.125rem, 0.53vw, 0.25rem);
  box-shadow: clamp(0.063rem, 0.27vw, 0.125rem) clamp(0.063rem, 0.27vw, 0.125rem)
    clamp(0.25rem, 1.07vw, 0.5rem) 0 #00000040;

  &.active {
    color: rgb(51 51 51 / 50%) !important;
    background-color: rgb(51 51 51 / 10%);
    border-color: rgb(0 0 0 / 30%);
    box-shadow: none;
  }

  .text-small {
    font-size: clamp(10px, 2.7vw, 20px);
  }
}

.studio-info-container {
  position: relative;
  padding: clamp(1.25rem, 5.33vw, 2.5rem);
}

.close-button {
  position: absolute;
  right: 8%;
  font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  font-weight: 900;
  color: #000 !important;
  appearance: none;
  background: #f7f8f9;

  &:hover {
    cursor: pointer;
  }
}

.studio-info-title {
  display: inline;
  padding: clamp(0.125rem, 0.53vw, 0.25rem) clamp(0.5rem, 2.13vw, 1rem);
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  font-weight: 500;
  color: #fff;
  background-color: #cc9594;
}

.studio-meta {
  display: flex;
  flex-direction: column;
  margin-top: clamp(0.625rem, 2.67vw, 1.25rem);
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  font-weight: 500;

  .access-info,
  .business-time {
    display: flex;
    flex-direction: row;

    p:first-child {
      flex-shrink: 0;
    }
  }

  .googlemap-link {
    display: inline-block;
    color: #00000080;
    text-decoration: underline;
    white-space: nowrap;

    &:hover {
      text-decoration: none;
      cursor: pointer;
      opacity: 0.8;
    }
  }
}

.studio-map {
  margin-top: 20px;

  @media screen and (width <= 375px) {
    height: 185px;
  }

  iframe {
    width: 100%;

    @media screen and (width <= 375px) {
      height: 100%;
    }
  }
}

.studio-info-image-container {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 2.13vw, 1rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
  font-size: 0.875rem;
  font-weight: 500;

  p {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    color: #52342a;
  }
}

.bg-pink {
  background: linear-gradient(to right, #eb6876 50%, #ff96a1);
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.color-pink {
  color: #cc9594;
}

.fv-label {
  margin-bottom: clamp(2.188rem, 9.33vw, 4.375rem);
  box-shadow: 0 clamp(0.125rem, 0.53vw, 0.25rem) clamp(0.75rem, 3.2vw, 1.5rem) rgb(0 0 0 / 2.5%);

  .label-pink {
    padding: clamp(0.5rem, 2.13vw, 1rem) 0;
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }

  .label-white {
    padding: clamp(0.25rem, 1.07vw, 0.5rem) clamp(0.625rem, 2.67vw, 1.25rem);
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    background: #fff;

    span {
      font-size: clamp(1.25rem, 5.33vw, 2.5rem);
    }
  }
}

#fv {
  position: relative;

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  &::before {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: clamp(13.938rem, 59.47vw, 27.875rem);
    height: clamp(22.5rem, 96vw, 45rem);
    content: '';
    background: url('../img/bg1.webp') no-repeat center center/100% auto;
  }

  .fv-box {
    position: relative;
    background-color: #f8efee;
  }
}

.btn {
  text-align: center;

  .btn-note {
    margin-top: clamp(0.5rem, 1.6vw, 1rem);
    font-size: clamp(0.625rem, 2.5vw, 1.25rem);
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .btn-scroll {
    cursor: pointer;
  }

  .btn-label {
    margin-bottom: clamp(0.375rem, 1.6vw, 0.75rem);
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    font-weight: 500;
  }

  img {
    display: block;
    width: 100%;
  }

  span {
    display: none;
  }
}

.inner {
  padding: 0 clamp(1.25rem, 5.33vw, 2.5rem);
}

#offers {
  .annoying {
    margin-top: clamp(3.688rem, 15.73vw, 7.375rem);
  }
}

.btn-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  max-width: 750px;
  padding: clamp(1rem, 2.67vw, 2rem) 0 0;
  margin: 0 auto;
  transition: all 0.3s;
  transform: translateY(100%);

  &::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(7.5rem, 28vw, 13.125rem);
    content: '';
    background: #fff;
  }

  &.show {
    transform: translateY(0);
  }
}

.offer-box {
  .information {
    margin: clamp(1.25rem, 5.33vw, 2.5rem) 0 clamp(0.75rem, 3.2vw, 1.5rem);
  }

  .description {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
    letter-spacing: 0.02em;
    opacity: 0.8;
  }

  .btn {
    margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.label-top {
  position: relative;
  top: clamp(0.938rem, 4vw, 1.875rem);

  span {
    position: relative;
    display: inline-block;
    padding: 0 clamp(0.75rem, 3.2vw, 1.5rem);
    font-size: clamp(1rem, 4.27vw, 2rem);
    font-weight: 500;
    border-radius: clamp(1.25rem, 5.33vw, 2.5rem);

    &::after {
      position: absolute;
      right: 0;
      bottom: clamp(-0.75rem, -1.6vw, -0.375rem);
      left: 0;
      width: clamp(1.063rem, 4.53vw, 2.125rem);
      height: clamp(0.438rem, 1.87vw, 0.875rem);
      margin: 0 auto;
      content: '';
      background-image: url('../img/down-white.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
    }
  }

  .font-bold {
    font-weight: 700;
  }

  .bg-white {
    color: #f26776;
    background: #fff;
  }

  .bg-pink::after {
    background-image: url('../img/down-pink.svg');
  }

  .bg-brown {
    background: #cc9594;

    &::after {
      background-image: url('../img/down-brown.svg');
    }
  }
}

#exercises {
  margin-top: clamp(-3.5rem, -7.47vw, -1.75rem);

  .exercises-title {
    padding: clamp(2.5rem, 10.67vw, 5rem) 0;
    line-height: 1.1;

    .title-small {
      margin-bottom: clamp(0.625rem, 2.67vw, 1.25rem);
      font-size: clamp(1.25rem, 5.33vw, 2.5rem);
    }

    .title-big {
      font-size: clamp(2rem, 8.53vw, 4rem);
    }
  }

  .exercises-it {
    display: flex;
    background: #fff;

    &:nth-child(2n) {
      flex-direction: row-reverse;
    }

    .information {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 55%;
      text-align: center;

      .tick {
        width: clamp(1.125rem, 4.8vw, 2.25rem);
        margin-bottom: clamp(0.5rem, 2.13vw, 1rem);
      }

      h3 {
        font-size: clamp(1.25rem, 5.33vw, 2.5rem);
        font-weight: 500;
        line-height: 1.4;

        span {
          display: block;
          font-size: clamp(0.875rem, 3.73vw, 1.75rem);
        }
      }
    }

    .featured {
      width: 45%;
    }
  }

  .exercises-label {
    padding: clamp(0.563rem, 2.4vw, 1.125rem) 0;
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

#reward-body {
  position: relative;
  overflow-x: hidden;

  .reward-body-box {
    position: relative;

    .description {
      margin-top: clamp(0.25rem, 1.07vw, 0.5rem);
      font-size: clamp(1rem, 4.27vw, 2rem);
    }
  }

  .offer-box {
    .description {
      font-size: clamp(0.75rem, 3.2vw, 1.5rem);
      opacity: 0.8;
    }

    .btn {
      margin-top: clamp(2.5rem, 10.67vw, 5rem);
    }
  }
}

#trial-day {
  background: #fff;

  .trial-label {
    padding: clamp(0.313rem, 1.33vw, 0.625rem) 0;
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }

  .trial-box {
    padding-top: clamp(2.938rem, 12.53vw, 5.875rem);
    padding-bottom: clamp(1.563rem, 6.67vw, 3.125rem);

    p {
      font-size: clamp(1rem, 4.27vw, 2rem);
    }
  }

  .trial-title {
    margin-bottom: clamp(1.375rem, 5.87vw, 2.75rem);

    h2 {
      margin-bottom: clamp(-0.563rem, -2.4vw, -1.125rem);
      font-family: Roboto;
      font-size: clamp(2.5rem, 10.67vw, 5rem);
      font-weight: 300;
      color: #eb6876;
    }

    p {
      font-size: clamp(0.875rem, 3.73vw, 1.75rem);
      font-weight: 500;
    }
  }

  .trial-top {
    margin-bottom: clamp(2.5rem, 10.67vw, 5rem);

    img {
      margin-top: clamp(0.625rem, 2.67vw, 1.25rem);
    }
  }

  .trial-it {
    padding-bottom: clamp(2.813rem, 12vw, 5.625rem);

    &:last-child {
      padding-bottom: 0;
    }

    .information {
      .number {
        height: clamp(2.5rem, 10.67vw, 5rem);
        margin: 0 auto clamp(0.188rem, 0.8vw, 0.375rem);
      }

      h3 {
        margin-bottom: clamp(0.625rem, 2.67vw, 1.25rem);
        font-size: clamp(1rem, 4.27vw, 2rem);
        font-weight: 700;
        color: #eb6876;
      }
    }

    .featured {
      margin-top: clamp(0.625rem, 2.67vw, 1.25rem);
    }
  }

  .slider-it {
    .des {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: clamp(4.063rem, 17.33vw, 8.125rem);
      padding: clamp(0.5rem, 2.13vw, 1rem);
      background-color: #333;
      border-radius: 0 0 clamp(0.5rem, 2.13vw, 1rem) clamp(0.5rem, 2.13vw, 1rem);

      p {
        font-size: clamp(0.875rem, 3.73vw, 1.75rem);
      }
    }
  }

  .trial-slider {
    margin-bottom: clamp(1.813rem, 7.73vw, 3.625rem);

    .splide__pagination {
      bottom: clamp(-4.5rem, -9.6vw, -2.25rem);

      li button {
        width: clamp(0.5rem, 2.13vw, 1rem);
        height: clamp(0.5rem, 2.13vw, 1rem);
        margin: 0 clamp(0.25rem, 1.07vw, 0.5rem);
        background-color: #d9d9d9;
        border-radius: 50%;

        &.is-active {
          background-color: #333;
          transform: scale(1);
        }
      }
    }

    .splide__arrow {
      width: clamp(2rem, 8.53vw, 4rem);
      height: clamp(2rem, 8.53vw, 4rem);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      opacity: 1;

      &.splide__arrow--next {
        right: clamp(-1.75rem, -3.73vw, -0.875rem);
        background-image: url('../img/slider-right.svg');
      }

      &.splide__arrow--prev {
        left: clamp(-1.75rem, -3.73vw, -0.875rem);
        background-image: url('../img/slider-left.svg');
      }

      svg {
        display: none;
      }
    }
  }
}

#store {
  background: #fff;

  .label-top {
    top: clamp(0.5rem, 2.13vw, 1rem);
  }

  .title-box {
    padding: clamp(0.75rem, 3.2vw, 1.5rem) 0;
    font-weight: 500;
    background: #efe8e8;

    .sub-title {
      margin-bottom: clamp(-0.375rem, -1.6vw, -0.75rem);
      font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    }

    .big-title {
      font-size: clamp(1.25rem, 5.33vw, 2.5rem);
    }
  }

  .store-box {
    padding: clamp(1.625rem, 6.93vw, 3.25rem) 0 clamp(3.813rem, 16.27vw, 7.625rem);

    h3 {
      margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
      font-size: clamp(1rem, 4.27vw, 2rem);
      font-weight: 700;
      color: #eb6876;

      &:first-child {
        margin-top: 0;
      }

      &::before {
        position: relative;
        top: clamp(-0.125rem, -0.53vw, -0.25rem);
        display: inline-block;
        width: clamp(0.438rem, 1.87vw, 0.875rem);
        height: clamp(0.438rem, 1.87vw, 0.875rem);
        margin-right: clamp(0.563rem, 2.4vw, 1.125rem);
        vertical-align: middle;
        content: '';
        background: #eb6876;
        border-radius: clamp(0.063rem, 0.27vw, 0.125rem);
      }

      &.bullet-points-off::before {
        content: none;
      }
    }

    p {
      font-size: clamp(1rem, 4.27vw, 2rem);
      line-height: 1.4;
    }

    .access {
      padding-left: clamp(0.625rem, 2.67vw, 1.25rem);
      font-size: clamp(1rem, 4.27vw, 2rem);
      line-height: 1.4;

      li {
        position: relative;
        display: block;
        padding-left: clamp(0.875rem, 3.73vw, 1.75rem);

        &::before {
          position: absolute;
          top: clamp(0.75rem, 3.2vw, 1.5rem);
          left: 0;
          width: clamp(0.125rem, 0.53vw, 0.25rem);
          height: clamp(0.125rem, 0.53vw, 0.25rem);
          content: '';
          background: #333;
          border-radius: 50%;
        }
      }
    }
  }

  .store-row {
    display: flex;
    gap: clamp(1.25rem, 5.33vw, 2.5rem);
    justify-content: space-between;
    margin-top: clamp(1.25rem, 5.33vw, 2.5rem);

    span {
      display: inline-block;
      min-width: clamp(5.125rem, 21.87vw, 10.25rem);
    }
  }

  .store-map {
    margin: clamp(1.25rem, 5.33vw, 2.5rem) 0 clamp(2.5rem, 10.67vw, 5rem);

    iframe {
      width: 100%;
      height: clamp(13.125rem, 56vw, 26.25rem);
    }
  }

  .faq {
    .label-top {
      top: 0;
      margin-bottom: clamp(1.813rem, 7.73vw, 3.625rem);

      span {
        width: 100%;
        background: #f26776;
      }
    }
  }

  .faq-it {
    padding-left: clamp(0.5rem, 2.13vw, 1rem);
    margin-bottom: clamp(1.25rem, 5.33vw, 2.5rem);
    border-left: clamp(0.125rem, 0.53vw, 0.25rem) solid #333;

    .question {
      margin-bottom: clamp(0.75rem, 3.2vw, 1.5rem);
      font-size: clamp(1rem, 4.27vw, 2rem);
      font-weight: 500;
      color: #333;
    }

    .answer p {
      font-size: clamp(0.875rem, 3.73vw, 1.75rem);
      line-height: 1.75;

      small {
        position: relative;
        top: clamp(-0.438rem, -1.87vw, -0.875rem);
        font-size: clamp(0.75rem, 3.2vw, 1.5rem);
      }
    }
  }
}

#campaigns {
  .offer-box {
    padding-bottom: clamp(2.5rem, 10.67vw, 5rem);
  }

  .campaigns-box {
    padding: clamp(2.5rem, 10.67vw, 5rem) clamp(1.25rem, 5.33vw, 2.5rem) 0;
    background: #f9efed;
  }

  .campaigns-label {
    top: 0;
    margin-bottom: clamp(1.688rem, 7.2vw, 3.375rem);
  }

  .campaigns-title {
    font-size: clamp(1.5rem, 6.4vw, 3rem);
    font-weight: 700;
    color: #eb6876;

    .text1 {
      font-size: clamp(1rem, 4.27vw, 2rem);
    }

    .text2 {
      font-size: clamp(1rem, 4.27vw, 2rem);
      font-weight: 500;
      color: #333;
    }
  }

  .campaigns-it {
    margin-bottom: clamp(1.25rem, 5.33vw, 2.5rem);

    .label-top {
      top: clamp(0.625rem, 2.67vw, 1.25rem);
    }
  }

  .campaigns-it-box {
    padding: 0 clamp(0.5rem, 2.13vw, 1rem);
  }

  .campaigns-list {
    padding-bottom: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.section-contact {
  margin-bottom: 24px;

  .wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }

  .title {
    padding: 0 8px;
    font-size: clamp(14px, 3.7vw, 24px);
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 0.03em;
    border: 1px solid #000;
  }

  .phone a {
    font-size: clamp(16px, 4.2vw, 28px);
    font-weight: 700;
  }
}

#footer {
  padding-bottom: clamp(1.25rem, 5.33vw, 2.5rem);
  font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

.studio-info-phone {
  margin-right: 8px;
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.03em;

  .phone-number {
    font-size: clamp(1rem, 4.27vw, 2rem);
    font-weight: 700;
    letter-spacing: 0;
  }
}

.offers-top {
  background: #f9efed;
}

.btn-animation img {
  transform-origin: center;
  animation: beside 2s linear infinite;
}

@keyframes beside {
  0% {
    transform: translate(2px, 0);
  }

  5% {
    transform: translate(-2px, 0);
  }

  10% {
    transform: translate(2px, 0);
  }

  15% {
    transform: translate(-2px, 0);
  }

  20% {
    transform: translate(2px, 0);
  }

  25% {
    transform: translate(-2px, 0);
  }

  30% {
    transform: translate(0, 0);
  }
}

#campaigns .btn {
  background: #f9efed;
}

#chatplusview.closed.headless #outline #eye_catcher {
  display: none !important;
}

.fv-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
