@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#front-page #main .mv {
  position: relative;
}
#front-page #main .mv .mvimg {
  background-color: #fff;
  height: 60rem;
  clip-path: polygon(0% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%);
  position: relative;
}
@media screen and (max-width: 520px) {
  #front-page #main .mv .mvimg {
    margin-top: 6rem;
  }
}
#front-page #main .mv .mvimg > img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front-page #main .mv .mvtxt {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  -webkit-line-break: after-white-space;
  line-break: normal;
  position: absolute;
  right: 74%;
  top: 62%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  #front-page #main .mv .mvtxt {
    top: 37%;
    right: 5%;
  }
}
#front-page #main .mv .mvtxt > span {
  background-color: #fff;
  padding: 1em 0.7em;
  display: inline-block;
}
#front-page #main .mv .mvtxt > span:nth-of-type(2) {
  margin-right: 0.5em;
}
#front-page #main .mv .scr {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  color: #fdaeff;
  font-size: 1.8rem;
  line-height: 0.0555555556;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#front-page #main .mv .scr:after {
  content: "";
  display: block;
  width: 2px;
  height: 6rem;
  background-color: #fdaeff;
  margin: 1em auto 0;
  animation: scrollLine 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  opacity: 0;
}
#front-page #main .mv .orn {
  aspect-ratio: 1;
  width: 10rem;
  position: absolute;
  bottom: 0;
  right: 9%;
}
#front-page #main #about {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
  z-index: 1;
  margin-top: 13.5rem;
}
#front-page #main #about:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/top/aboutbg03@2x.webp);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}
#front-page #main #about .aboutbg1 {
  position: absolute;
  top: -18%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
#front-page #main #about .aboutbg2 {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
#front-page #main #about .ttl {
  position: absolute;
  left: 50%;
  top: -14.2%;
  transform: translate(-47%, 50%);
  color: #fff;
}
#front-page #main #about .ttl .big {
  font-size: 200%;
}
#front-page #main #about .midashi {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 3em 0 2em;
  color: #FF5CE8;
}
#front-page #main #about .btn {
  margin: 0 auto;
  padding: 2.5em 0 4.2em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #FF5CE8;
}
#front-page #main #about .btn:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260%;
  height: 32%;
  border: 2px solid #FF5CE8;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: -1;
  background-color: #FFF;
}
#front-page #main #about .orn {
  position: absolute;
  width: 7.5rem;
  bottom: 5%;
  right: 5%;
}
#front-page #main #ptpl {
  background: #fff url(../img/top/pointbg.svg);
  background-size: 10%;
}
#front-page #main #ptpl .point {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-top: 8em;
}
#front-page #main #ptpl .point h3 {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#front-page #main #ptpl .point h3 .big {
  font-size: 220%;
  color: #FF5CE8;
}
#front-page #main #ptpl .point .ptbox {
  padding: 3em 0;
  width: 80%;
  max-width: 39rem;
  position: relative;
}

#front-page #main #ptpl .point .ptbox .orn {
  position: absolute;
    right: -20%;
    bottom: 0%;
    width: 9rem;
    aspect-ratio: 1;
}

#front-page #main #ptpl .point .ptbox .orn2 {
  position: absolute;
    left: -22%;
    bottom: -12%;
    width: 7rem;
    aspect-ratio: 1;
}

#front-page #main #ptpl .point .ptbox .orn3 {
  position: absolute;
    right: -22%;
    bottom: 0%;
    width: 7rem;
    aspect-ratio: 1;
}

#front-page #main #ptpl .point .left {
  text-align: left;
}
#front-page #main #ptpl .point .right {
  text-align: right;
  margin-left: auto;
}
#front-page #main #ptpl .point .txt {
  position: absolute;
  bottom: 8%;
  left: 7%;
}
#front-page #main #ptpl .point .txt .br {
  background-color: #fff;
  padding: 0.7em 1.2em;
  display: inline-block;
}
#front-page #main #ptpl .point .rtxt {
  left: 19%;
}
#front-page #main #ptpl .point .num {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: 7rem;
  transform: translate(25%, 20%);
}
#front-page #main #ptpl .point .rnum {
  right: 89.2%;
}
#front-page #main #ptpl .point .btn {
  margin: 0 auto;
  padding: 0 0 4.2em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#front-page #main #ptpl .point .btn:before {
  content: "";
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260%;
  height: 45%;
  border: 2px solid #ff8fe5;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: -1;
  background-color: #ff8fe5;
}
#front-page #main #ptpl .plan {
  padding-bottom: 5.7em;
  margin-top: 1.5rem;
}
#front-page #main #ptpl .plan h3 {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
#front-page #main #ptpl .plan h3 .big {
  font-size: 220%;
  color: #FF5CE8;
}
#front-page #main #ptpl .plan .accordion-list {
  display: grid;
  place-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#front-page #main #ptpl .plan .accordion-list .accordion-item {
  margin-top: 2em;
  width: 100%;
  padding: 1em 2.2em;
  border: 2px solid #ff8fe5;
  border-radius: 37px;
  position: relative;
  overflow: auto;
  background-color: #fff;
}
#front-page #main #ptpl .plan .accordion-list .accordion-item > dt {
  position: relative;
  padding-right: 1.7em;
  cursor: pointer;
}
#front-page #main #ptpl .plan .accordion-list .accordion-item > dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  border-top: 0.8em solid #ff8fe5;
  transition: 0.3s;
}
#front-page #main #ptpl .plan .accordion-list .accordion-item > dt.open:after {
  transform: translateY(-50%) rotate(180deg);
}
#front-page #main #ptpl .plan .accordion-list .accordion-item > dd {
  display: none;
  font-weight: 600;
  margin-top: 1.2em;
  padding-top: 1em;
  border-top: 3px dashed #e1e1e1;
}
#front-page #main #ptpl .plan .accordion-list .accordion-item .big {
  font-size: 150%;
}
#front-page #main #ptpl .plan .btn {
  margin: 0 auto;
  padding: 2.5em 0 4.2em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #FF5CE8;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#front-page #main #ptpl .plan .btn:before {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260%;
  height: 32%;
  border: 2px solid #ff8fe5;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: -1;
  background-color: #FFF;
}
#front-page #main #ptpl .plan .bigbtn {
  padding: 0 0 4.2em;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#front-page #main #ptpl .plan .bigbtn:before {
  top: 17%;
  width: 128%;
  height: 55%;
  background-color: #ff8fe5;
}
#front-page #main #join {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #FFF;
}
#front-page #main #join .bgimg {
  background-image: url(../img/top/joinbg02@2x.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#front-page #main #join .bgimg:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 521/124;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url(../img/top/joinbg01@2x.webp);
  background-size: cover;
  background-position: center;
}
#front-page #main #join .topbox {
  text-align: center;
}
#front-page #main #join .topbox .big {
  font-size: 220%;
}
#front-page #main #join .topbox > a {
  width: 100%;
  padding: 1em 0 3em;
  display: block;
}
#front-page #main #join .btmbox {
  line-height: 1;
}
#front-page #main #join .btmbox .big {
  font-size: 220%;
  margin-right: 0.3em;
}
#front-page #main #join .btmbox .date {
  width: 100%;
  padding: 1em 0 5.3em;
}
#front-page #main #join .msg {
  position: relative;
  text-align: center;
}
#front-page #main #join .msg > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#front-page #main #trainer {
  background: #ffeefc url(../img/top/trnbg.svg);
  background-size: 10%;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
  font-weight: 600;
  position: relative;
}
#front-page #main #trainer h3 {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  padding: 3.5em 0 2em 1.2em;
}
#front-page #main #trainer h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60.8%;
  transform: translateY(-50%);
  width: 3px;
  height: 50%;
  background-color: #fdaeff;
}
#front-page #main #trainer h3 .big {
  font-size: 220%;
}
#front-page #main #trainer .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  align-content: center;
}
#front-page #main #trainer .flexbox .leftbox {
  width: 47%;
  max-width: 20rem;
}
#front-page #main #trainer .flexbox .rightbox {
  width: 47%;
}
#front-page #main #trainer .flexbox .rightbox .name .big {
  font-size: 150%;
  margin-right: 0.3em;
}
#front-page #main #trainer .flexbox .rightbox .txt .sml {
  font-size: 50%;
  margin-right: 0.2em;
}
#front-page #main #trainer .flexbox .rightbox .btn {
  margin-left: 2.3em;
  padding: 1em 0 0.5em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #fff;
}
#front-page #main #trainer .flexbox .rightbox .btn:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 155%;
  height: 81%;
  border: 2px solid #fdaeff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: -1;
  background-color: #fdaeff;
}
#front-page #main #trainer .blog {
  position: relative;
  padding: 6em 0 4em;
}
#front-page #main #trainer .blog .innerM {
  background-color: #fff;
  padding: 3em 2.5em;
  position: relative;
}
#front-page #main #trainer .blog .innerM::before, #front-page #main #trainer .blog .innerM::after,
#front-page #main #trainer .blog .innerM .dots::before,
#front-page #main #trainer .blog .innerM .dots::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff8fe5;
  border-radius: 50%;
}
#front-page #main #trainer .blog .innerM::before {
  top: 0.8rem;
  left: 0.8rem;
}
#front-page #main #trainer .blog .innerM::after {
  top: 0.8rem;
  right: 0.8rem;
}
#front-page #main #trainer .blog .innerM .dots::before {
  bottom: 0.8rem;
  left: 0.8rem;
}
#front-page #main #trainer .blog .innerM .dots::after {
  bottom: 0.8rem;
  right: 0.8rem;
}
#front-page #main #trainer .blog .innerM h3 {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2em 0;
}
#front-page #main #trainer .blog .innerM h3:before {
  content: none;
}
#front-page #main #trainer .blog .innerM .bloglist .blogitem {
  position: relative;
  margin-bottom: 1em;
}
#front-page #main #trainer .blog .innerM .bloglist .blogitem .ttl {
  font-size: 110%;
  padding-bottom: 0.7em;
}
#front-page #main #trainer .blog .innerM .bloglist .blogitem .ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #ff8fe5;
}
#front-page #main #trainer .blog .innerM .bloglist .blogitem .ttl::first-letter {
  color: #FF5CE8;
}
#front-page #main #trainer .blog .innerM .btn {
  margin: 0 auto;
  padding: 2em 0 2.5em;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #fff;
}
#front-page #main #trainer .blog .innerM .btn:before {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260%;
  height: 43%;
  border: 2px solid #ff8fe5;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: -1;
  background-color: #ff8fe5;
}
@keyframes scrollLine {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(2.5rem);
    opacity: 1;
  }
  100% {
    transform: translateY(4rem);
    opacity: 0;
  }
}