@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  list-style-type: none;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  font-weight: 500;
}

img {
  box-sizing: border-box;
}

.en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 430px;
  margin: 0 auto;
}

.cta {
  padding: 30px 15px 0;
  text-align: center;
}
.cta .btn {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  background: linear-gradient(180deg, #FFB800, #FF9000, #E67E22);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgb(0, 0, 0);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: bounce 2s infinite;
  /* この行を削除またはコメントアウトしてもアニメーションは適用されています */
}
.cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 144, 0, 0.5);
}
.cta .btn p {
  margin: 0;
  text-align: left;
  /* テキストを左揃えに */
}
.cta .btn p:first-child {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
}
.cta .btn p:last-child {
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
}

.date {
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #000;
  font-weight: 800;
  padding: 30px 20px;
}

.sec1 {
  text-align: center;
  padding-bottom: 25px;
  background-color: #DDFBF2;
  position: relative;
  margin-top: 50px;
}
.sec1 .limit-img {
  position: absolute;
  top: -6%;
  left: 0;
}
.sec1 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 20px 0;
}
.sec1 h2 .en {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
.sec1 h2::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #fff;
  margin: 0 auto 15px;
}
.sec1 h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #fff;
  margin: 15px auto 0;
}
.sec1 .present {
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
.sec1 .present .flex-present {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sec1 .present .flex-present p {
  margin: 0;
  line-height: 1.5;
}
.sec1 .present .flex-present p:first-child {
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 4rem;
  color: #FF9000;
  font-weight: 700;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.sec1 .present .flex-present p:last-child {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  color: #FF9000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.sec1 .img-present {
  padding: 0 20px;
}
.sec1 .img-present img {
  margin-bottom: 10px;
}
.sec1 .asterisk {
  margin-left: auto;
  max-width: 350px;
  margin: 0 auto;
  text-align: right;
}
.sec1 .asterisk p em {
  font-size: 1.2rem;
}

.sec2 {
  text-align: center;
  padding-bottom: 25px;
}
.sec2 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 20px 15px;
  margin-bottom: 25px;
  color: #fff;
  margin-top: 30px;
}
.sec2 h2 span {
  font-size: 1.4rem;
  vertical-align: super;
  margin-left: 2px;
}
.sec2 .slider {
  max-width: 350px;
  margin: 0 auto;
}
.sec2 .slider img {
  width: 100%;
  height: auto;
}
.sec2 .asterisk {
  max-width: 350px;
  margin: 0 auto;
  text-align: right;
}
.sec2 .asterisk p em {
  font-size: 1.2rem;
}
.sec2 .review-slider .slick-dots li button:before {
  color: #3AB890 !important;
  font-size: 12px !important;
  opacity: 0.5 !important;
}

.choose-novas {
  padding: 25px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.choose-novas h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #fff;
}
.choose-novas h3 img {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin-bottom: 15px;
}
.choose-novas .big-text {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.choose-novas .big-text .ac {
  font-size: 3rem;
  color: #FF9000;
  font-weight: 800;
}
.choose-novas .small-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.choose-novas .small-text .ac-small {
  color: #3AB890;
}

.sec3 {
  background-image: url(../images/worries-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 15px 80px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.sec3 .wrapper-sec3 {
  max-width: 390px;
  margin: 0 auto;
}
.sec3 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}
.sec3 h2 span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
}
.sec3 p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.9rem;
  padding-top: 30px;
}
.sec3 p em {
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 4rem;
  white-space: nowrap;
  letter-spacing: -0.07em;
}
.sec3 p:nth-child(4) {
  text-align: left;
}
.sec3 ul {
  margin-top: 30px;
}
.sec3 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.sec3 ul li:nth-child(1) {
  padding-top: 0;
}
.sec3 ul li p {
  color: #FF9000;
  text-align: left;
  padding-top: 0;
  font-weight: 700;
}
.sec3 .last {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0 0 0;
  white-space: nowrap;
  letter-spacing: -0.07em;
}

.slider .slick-slide,
.reciew-slider .slick-slide,
.slider-name .slick-slide,
.shop-slider .slick-slide {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.slider .slick-center,
.reciew-slider .slick-center,
.slider-name .slick-center,
.shop-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}

.sec4 {
  padding: 20px 20px;
  background: linear-gradient(to bottom, #e5fff7 5%, #3AB890 20%);
}
.sec4 .wrapper-sec4 {
  max-width: 390px;
  margin: 0 auto;
}
.sec4 .wrapper-sec4 .caption {
  max-width: 390px;
  margin: 0 auto;
  padding: 10px 0;
}
.sec4 .wrapper-sec4 .caption h2 {
  text-align: center;
  transform: translateY(-10px);
}
.sec4 .wrapper-sec4 .caption .support-en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  text-align: center;
}
.sec4 .wrapper-sec4 .caption .support-en::before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background: #3AB890;
  transform: translateY(-3px);
  margin-right: 20px;
}
.sec4 .wrapper-sec4 .caption .support-en::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background: #3AB890;
  transform: translateY(-3px);
  margin-left: 20px;
}
.sec4 .wrapper-sec4 .content-choose {
  background-color: #fff;
  padding: 85px 20px 20px 20px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
.sec4 .wrapper-sec4 .content-choose:last-of-type {
  margin-bottom: 0;
}
.sec4 .wrapper-sec4 .content-choose .number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-size: 9rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.sec4 .wrapper-sec4 .content-choose h3 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-align: justify;
  padding-top: 20px;
}
.sec4 .wrapper-sec4 .content-choose .line {
  height: 1px;
  width: 310px;
  background-color: #3AB890;
  margin: 20px auto;
}
.sec4 .wrapper-sec4 .content-choose p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-align: justify;
}
.sec4 .wrapper-sec4 .content-choose p .under-line {
  text-decoration: underline;
  text-underline-offset: -5px;
  text-decoration-thickness: 8px;
  text-decoration-color: #ff0;
}
.sec4 .wrapper-sec4 p.asterisk {
  max-width: 350px;
  margin-left: auto;
  padding: 0 0 15px;
  text-align: right;
  transform: translateY(-4px);
}
.sec4 .wrapper-sec4 p.asterisk em {
  font-size: 1.2rem;
  color: #fff;
}

.sec5 {
  padding: 50px 20px;
  text-align: center;
}
.sec5 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.sec5 p:nth-of-type(1) {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.sec5 p:nth-of-type(1)::before, .sec5 p:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  background: #3AB890;
  transform: translateY(-3px);
}
.sec5 p:nth-of-type(1)::before {
  margin-right: 20px;
}
.sec5 p:nth-of-type(1)::after {
  margin-left: 20px;
}
.sec5 .img-price {
  margin-bottom: 30px;
}
.sec5 .img-price div {
  margin-bottom: 15px;
}
.sec5 .img-price div:last-child {
  margin-bottom: 0;
}
.sec5 p:nth-of-type(2) {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #3AB890;
}

.sec6 {
  text-align: center;
}
.sec6 h2 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 2.3rem;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.sec6 h2 span {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.sec6 .support-img {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto;
}
.sec6 .support-img div img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.now {
  padding: 30px 0 10px;
  text-align: center;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.now p {
  font-weight: 500;
  font-size: 5rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.now div img {
  animation: bounce 1.5s infinite;
}

.cta-pink {
  padding: 10px 20px;
}
.cta-pink a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}
.cta-pink a:first-of-type {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  background-color: #FC5873;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  box-shadow: 5px 5px 0 rgb(176, 22, 47);
  border-radius: 10px;
}
.cta-pink a:first-of-type span {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
}
.cta-pink a:last-of-type {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
  background-color: #FC5873;
  padding: 10px 0;
  margin-top: 20px;
  box-shadow: 5px 5px 0 rgb(176, 22, 47);
  border-radius: 10px;
}
.cta-pink a:last-of-type .big {
  font-size: 4.5rem;
  font-weight: 900;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.sec7 {
  background-image: url(../images/flow-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px;
  text-align: center;
  margin: 50px 0 25px;
}
.sec7 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.sec7 > p:nth-of-type(1) {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.sec7 > p:nth-of-type(1)::before, .sec7 > p:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  background: #3AB890;
  transform: translateY(-3px);
}
.sec7 > p:nth-of-type(1)::before {
  margin-right: 20px;
}
.sec7 > p:nth-of-type(1)::after {
  margin-left: 20px;
}
.sec7 .content-flow {
  background-image: url(../images/background-allyoucan.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 20px;
  border: 2px solid #3AB890;
  margin-bottom: 30px;
}
.sec7 .content-flow:last-of-type {
  margin-bottom: 0;
}
.sec7 .content-flow p:first-of-type {
  padding-top: 0;
  margin-bottom: 20px;
}
.sec7 .content-flow h3 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.sec7 .content-flow h3 span {
  display: block;
  color: #3AB890;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  transform: translateY(10px);
}
.sec7 .content-flow h3 ~ p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-align: justify;
  padding-top: 0;
  margin-bottom: 10px;
  font-weight: 450;
}
.sec7 .content-flow h3 ~ p:last-of-type {
  margin-bottom: 0;
}

.sec8 {
  padding: 50px 0;
  text-align: center;
}
.sec8 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 10px 0;
}
.sec8 img {
  width: 100%;
  height: auto;
}
.sec8 .introduction-content {
  background-color: #3AB890;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.sec8 .introduction-content p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
}
.sec8 .introduction-content p:first-child {
  margin-bottom: 20px;
  font-weight: 500;
}
.sec8 .introduction-content p:nth-child(3) {
  margin-bottom: 20px;
}
.sec8 .introduction-content p:last-child {
  margin-bottom: 0;
}
.sec8 .sec8-content {
  padding: 30px 20px 0;
  text-align: left;
}
.sec8 .sec8-content h3 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}
.sec8 .sec8-content p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-align: justify;
  margin-bottom: 15px;
}
.sec8 .sec8-content p:last-child {
  margin-bottom: 0;
}
.sec8 .sec8-content p .under-line {
  text-decoration: underline;
  text-underline-offset: -5px;
  text-decoration-thickness: 8px;
  text-decoration-color: #ff0;
}

.sec9 {
  padding-bottom: 5px;
  text-align: center;
  overflow: hidden;
}
.sec9 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 10px 0;
}
.sec9 .review-slider .slick-slide {
  padding: 0 10px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.85);
  opacity: 0.7;
}
.sec9 .review-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}
.sec9 .review-slider .review {
  background-color: #EFEFEF;
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 100%;
}
.sec9 .review-slider .review .flex-review {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  justify-content: start;
}
.sec9 .review-slider .review p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  text-align: justify;
}
.sec9 .review-slider .review p:last-child {
  margin-bottom: 0;
}
.sec9 .review-slider .review .star {
  color: #FFC107;
  font-size: 2.2rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.sec9 .review-slider .slick-dots {
  bottom: -40px;
}
.sec9 .review-slider .slick-dots li button:before {
  color: #3AB890;
  font-size: 12px;
  opacity: 0.5;
}
.sec9 .review-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.sec10 {
  padding-top: 50px;
  text-align: center;
}
.sec10 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 10px 0;
  margin-bottom: 30px;
}
.sec10 .slider-name .slick-slide {
  padding: 0;
}
.sec10 .slider-name .trainer {
  text-align: center;
  margin: 0 auto;
  text-align: center;
}
.sec10 .slider-name .trainer img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(0, 0, 0, 0.1);
}
.sec10 .slider-name .trainer .name-content {
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(0, 0, 0, 0.1);
}
.sec10 .slider-name .trainer .name-content p {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
}
.sec10 .slider-name .trainer .name-content dl {
  padding-bottom: 20px;
}
.sec10 .slider-name .trainer .name-content dl .invite {
  margin-bottom: 15px;
}
.sec10 .slider-name .trainer .name-content dl .invite:last-child {
  margin-bottom: 0;
}
.sec10 .slider-name .trainer .name-content dl .invite dt {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  font-weight: 700;
  color: #3AB890;
  margin-bottom: 5px;
}
.sec10 .slider-name .trainer .name-content dl .invite dd {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  color: #000;
  line-height: 1.6;
  padding-left: 1em;
}
.sec10 .slider-name .trainer .name-content p.asterisk {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: right;
}
.sec10 .slider-name .trainer .name-content p.asterisk em {
  font-size: 1.2rem;
  color: #000;
}
.sec10 .slider-name .slick-dots {
  bottom: -30px;
}
.sec10 .slider-name .slick-dots li button:before {
  color: #3AB890;
  font-size: 12px;
}

.sec11 {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.sec11 h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(to right, #3AB890, #35e2ab);
  padding: 10px 0;
  margin-bottom: 30px;
}
.sec11 .shop-slider img {
  margin: 0 auto;
}
.sec11 .shop-slider .slick-dots {
  bottom: -30px;
}
.sec11 .shop-slider .slick-dots li button:before {
  color: #3AB890;
  font-size: 12px;
}

.online {
  padding: 50px 40px 0;
}
.online p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  padding-bottom: 10px;
  color: #000;
}
.online p:last-child {
  text-align: center;
}
.online p:last-child img {
  padding-top: 10px;
}

.timelimit {
  background: linear-gradient(to right, #3AB890, #35e2ab);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin: 40px 0;
}
.timelimit p {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.timelimit p:first-of-type {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
}
.timelimit p:first-of-type .under-line {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 8px;
  text-decoration-color: #ff0;
  margin-bottom: 10px;
}
.timelimit p:first-of-type .en {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
.timelimit .countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.timelimit .countdown div {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  min-width: 70px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.timelimit .countdown div span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
.timelimit .countdown div .time {
  color: #000;
}

.form {
  padding: 0 20px 50px;
  text-align: center;
}
.form .wrapper-form {
  border: 1px solid #3AB890;
  border-top: 10px solid #3AB890;
  border-radius: 10px;
  padding: 20px;
}
.form .wrapper-form h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.form .wrapper-form > p:nth-of-type(1) {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3AB890;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  color: #3AB890;
}
.form .wrapper-form > p:nth-of-type(1)::before, .form .wrapper-form > p:nth-of-type(1)::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  background: #3AB890;
  transform: translateY(-3px);
}
.form .wrapper-form > p:nth-of-type(1)::before {
  margin-right: 20px;
}
.form .wrapper-form > p:nth-of-type(1)::after {
  margin-left: 20px;
}
.form .wrapper-form .c-form__item {
  margin-bottom: 25px;
}
.form .wrapper-form .c-form__item:has(input[type=date]) {
  margin-bottom: 15px;
}
.form .wrapper-form .c-form__label, .form .wrapper-form .c-form__item > label,
.form .wrapper-form .c-form .time > label {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 8px;
  text-align: justify;
}
.form .wrapper-form .c-form__required,
.form .wrapper-form .c-form .optional,
.form .wrapper-form .c-form .any,
.form .wrapper-form .c-form .required {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-left: 8px;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}
.form .wrapper-form .c-form__required,
.form .wrapper-form .c-form .required {
  background-color: #f00;
}
.form .wrapper-form .c-form .optional,
.form .wrapper-form .c-form .any {
  background-color: #aaa;
}
.form .wrapper-form .c-form__input,
.form .wrapper-form .c-form input[type=date],
.form .wrapper-form .c-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
}
.form .wrapper-form .c-form select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.form .wrapper-form .c-form .time {
  margin-bottom: 25px;
}
.form .wrapper-form .c-form__submit button {
  padding: 15px 50px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
  background-color: #3AB890;
}
.form .form-info {
  padding-bottom: 20px;
  text-align: center;
}
.form .form-info p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
  text-align: justify;
  color: #000;
  margin-bottom: 10px;
}
.form .form-info p span {
  color: #3AB890;
  font-weight: 700;
}
.form .form-info p .red {
  color: #f00;
  font-weight: 700;
}
.form .form-info p:last-child {
  margin-bottom: 0;
}
.form .form-info .line-button {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.form > p:last-of-type {
  margin-top: 20px;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
  text-align: right;
  padding-top: 20px;
}
.form > p:last-of-type em {
  font-size: 1.2rem;
  color: #000;
}

.shop-info {
  padding: 20px 0;
  text-align: center;
  background-color: #3AB890;
  margin-bottom: 50px;
}
.shop-info h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
  text-align: center;
  background-color: #3AB890;
  padding: 10px 0;
}
.shop-info .shop-info__content {
  background-color: #3AB890;
  padding: 20px;
}
.shop-info h3 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.shop-info .address {
  margin-bottom: 20px;
}
.shop-info .address address {
  font-style: normal;
}
.shop-info .address address p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 5px;
}
.shop-info .address address p:last-child {
  margin-bottom: 0;
}
.shop-info .access {
  margin-bottom: 20px;
}
.shop-info .access p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  text-align: justify;
  line-height: 1.6;
}
.shop-info .access p span {
  margin: 0 5px;
}
.shop-info iframe {
  max-width: 100%;
}

/* Pop-up Banner */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  /* JSでflexに切り替えるため初期値はnone */
  justify-content: center;
  align-items: center;
  z-index: 2000;
  /* bodyのmax-widthを考慮 */
  max-width: 430px;
  margin: 0 auto;
  right: 0;
}

.popup-content {
  position: relative;
  background-color: transparent;
  /* 背景を透明に */
  max-width: 90%;
  box-shadow: none;
  /* 不要な影を削除 */
}
.popup-content img {
  display: block;
  max-width: 100%;
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}

footer p {
  text-align: center;
}
footer .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .flex p {
  padding: 10px 0;
}
footer .flex p a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
footer hr {
  height: 1px;
  border: none;
  background-color: #000;
}
footer small {
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
  line-height: 1.3;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  padding: 10px 0;
  text-align: center;
  display: block;
}/*# sourceMappingURL=style.css.map */