@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;
  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;
}

.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%;
}

.gallery4 .slick-arrow {
  top: 58%;
}

.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: 36px;
  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: 7px 10px;
  border-radius: 50%;
  margin: 0;
  pointer-events: all;
  position: absolute;
  top: 36%;
  z-index: 1;
}

.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;
  margin-top: 12px;
}

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

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

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

.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;
  margin-top: 30px;
}

.trainer {
  position: relative;
}

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

.trainer__gallery {
  padding-top: 30%;
}

.offer {
  position: relative;
}

.offer__bg {
  position: relative;
}

.offer__button {
  /*position: absolute;*/
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  width: 85%;
}
.offer__button ._shiny{
  margin-top: 30px;
}
.offer2 .offer__button {

}

._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; }
}

.rilisist-c-footer {
  display: block;
    padding-top: 32px;
    padding-bottom: 24px;
}

.rilisist-c-footer .c-footer__inner {
    padding: 0 24px;
    margin: 0 auto;
}

.rilisist-c-footer .c-footer__credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}

.rilisist-c-footer .c-footer__intro {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.rilisist-c-footer .c-footer__buttonList {
    margin-top: 24px;
}

.rilisist-c-footer .c-footer__other {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .-sp {
        display: block;
    }
}

ol, ul {
    list-style: none;
}

.rilisist-c-footer .c-footer__logo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.rilisist-c-footer .c-footer__other {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .-pc {
        display: none !important;
    }
}

.rilisist-c-footer .c-footer__logo a {
    display: block;
    width: 136px;
}


.rilisist-c-footer .c-footer__other li a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: underline;
}

.rilisist-c-footer .c-footer__menuList {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.rilisist-c-footer .c-footer__menuList {
    position: relative;
}

details, summary {
  display: block;
}

.rilisist-c-footer .c-footer__menuTit a {
    display: inline-block;
    text-decoration: underline;
}

.rilisist-c-footer .c-footer__menuChild {
    margin-top: 20px;
}

.rilisist-c-footer .c-footer__menuChild li {
    font-size: 13px;
    line-height: 1;
}

.rilisist-c-footer .c-footer__menuChild li+li {
    margin-top: 16px;
}

.rilisist-c-footer .c-footer__menuChild li::before {
    content: '- ';
}

.rilisist-c-footer .c-footer__menuChild li a {
    display: inline-block;
}

.rilisist-c-footer .c-footer__menuList.-details::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 26px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #231815;
    border-top: 2px solid #231815;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}

.rilisist-c-footer .c-footer__menuTit {
    font-weight: 700;
    line-height: 1;
}

.rilisist-c-footer .c-footer__menuList.-group .c-footer__menuTit+.c-footer__menuTit {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.rilisist-c-footer .c-footer__menuTit+.c-footer__menuTit {
    margin-top: 20px;
}

.rilisist-c-footer .c-footer__buttonList li .rilisist-c-button {
    max-width: 100%;
    font-size: 1.4rem;
}

.rilisist-c-footer .c-footer__buttonList li .rilisist-c-button {
    font-size: 1.2rem;
}

.rilisist-c-button {
    display: block;
    max-width: 160px;
    width: 100vw;
    min-height: 56px;
    height: 100%;
    font-size: 1.3rem;
}

.rilisist-c-button.-cv a {
    color: #fff;
    background: linear-gradient(92.11deg, #E74E4A 8.35%, #ED7E43 88.79%);
    border: 0;
}

.rilisist-c-button a, .rilisist-c-button>span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: inherit;
    height: 100%;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #DDD;
    border-radius: 100px;
    font-size: 14px;
}

.rilisist-c-button a span, .rilisist-c-button>span span {
    z-index: 1;
}

.rilisist-c-button.-gr a, .rilisist-c-button.-gr>span {
    background: linear-gradient(324.1deg, #92D2DC 15.29%, #93D1DB 16.08%, #B0C3CE 18.44%, #C9B9C4 21.58%, #DBB0BC 25.51%, #E9AAB7 29.44%, #F0A7B3 34.95%, #F3A6B3 45.96%, #F4B4C7 64.83%, #F6BFD7 82.91%);
    border: 0;
}

.rilisist-c-button.-gr.-sm a::before, .rilisist-c-button.-gr.-sm>span::before {
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.rilisist-c-button.-gr a::before, .rilisist-c-button.-gr>span::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #fff;
    pointer-events: none;
    border-radius: 100px;
}

.rilisist-c-footer .c-footer__buttonList li+li {
    margin-top: 16px;
}

.rilisist-c-footer .c-footer__other li+li {
    margin-top: 15px;
}

.rilisist-c-footer .c-footer__other {
    margin-top: 24px;
}

.-sp {
    display: block;
}

.rilisist-c-footer .c-footer__other li a {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-decoration: underline;
}

footer .c-footer__credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
}

.rilisist-c-footer .c-footer__creditInsta {
    width: 24px;
}

.rilisist-c-footer .c-footer__creditText {
    font-size: 11px;
    font-weight: 700;
}

.rilisist-c-footer .c-footer__menuList.-details[open]::after {
    top: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

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

.sv {
  padding: 24px;
}

.p-cta__btn {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    height: 80px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0.2rem 0.2rem 0.3rem 0px rgba(34, 34, 34, 0.5);
}

.p-cta__btn--v2 {
    color: #e8337a;
    background-color: #fff;
    border: 2px solid #e8337a;
}

@media (max-width: 767px) {
    .p-cta__btn {
        font-size: 16px;
        height: 48px;
    }
}