.s-main_vis {
  background-image: url(../img/front-main_vis__bg.png);
  background-size: 100% 100%;
}
.s-main_vis .main_vis__stillness__text {
  padding: 4rem 2rem;
  position: relative;
}
.s-main_vis .main_vis__stillness__text:before {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/front-main_vis__tones.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.s-main_vis .main_vis__stillness__text .title {
  width: 50vw;
}
.s-main_vis .main_vis__slider__slide {
  display: block;
  margin: 5px;
  border-radius: 1rem;
  overflow: hidden;
}
.s-main_vis .main_vis__slider__slide img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-main_vis {
    padding-bottom: 1.5rem;
  }
  .s-main_vis .main_vis__stillness {
    display: flex;
    padding-bottom: 1rem;
  }
  .s-main_vis .main_vis__stillness__image {
    margin-left: auto;
    margin-right: 0;
    width: 50vw;
    order: 2;
  }
  .s-main_vis .main_vis__stillness__image img {
    width: 100%;
  }
  .s-main_vis .main_vis__stillness__text {
    width: 40vw;
    order: 1;
  }
  .s-main_vis .main_vis__stillness__text:before {
    width: 150%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top 25% center;
  }
  .s-main_vis .main_vis__stillness__text .title {
    position: absolute;
    bottom: 27%;
    left: 5.78125vw;
  }
  .s-main_vis .main_vis__stillness__text .title img {
    width: 30.2083333333vw;
  }
}
.s-message {
  background-image: url(../img/front-message__bg.jpg);
  background-size: 100% 100%;
  position: relative;
}
.s-message:after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  bottom: -2rem;
  background-image: url(../img/front-message__tones.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 0;
}
.s-message .message__image img {
  width: 100%;
}
.s-message .message__text {
  padding: 2rem;
}
.s-message .message__text p {
  position: relative;
  z-index: 1;
}
.s-message .message__text .title {
  font-family: var(--f_serif01);
  font-size: var(--f38);
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .s-message {
    padding: clamp(1rem, 9.8958333333vw, 11.875rem) 0;
  }
  .s-message:before {
    content: "";
    display: block;
    width: 60vw;
    height: calc(100% - 12.5rem);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color_mono02);
    border-radius: 1rem 0 0 1rem;
  }
  .s-message:after {
    background-size: contain;
    left: 50%;
    bottom: -8.125rem;
  }
  .s-message .message__wrapper {
    display: flex;
    gap: 3.125rem;
    align-items: center;
    max-width: 1390px;
    margin: auto;
  }
  .s-message .message__text {
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: var(--f18);
  }
  .s-message .message__text p {
    line-height: 2.5;
  }
  .s-message .message__text .title {
    margin-bottom: 3rem;
  }
  .s-message .message__image {
    display: block;
    width: 60%;
    position: relative;
    z-index: 1;
  }
}
.s-course .p-section_title__area:after {
  content: "COURSE";
}
.s-course .course__coursies li {
  width: 70vw;
  max-width: 375px;
  margin: 0 auto 2rem;
}
.s-course .course__coursies li .course__item__image {
  overflow: hidden;
  background: linear-gradient(90deg, var(--color_yellow01) 0%, var(--color_pink01) 30%, var(--color_purple01) 50%);
}
.s-course .course__coursies li .course__item__image img {
  transition: 0.3s;
}
.s-course .course__coursies li .course__name {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid var(--color_mono04);
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
}
.s-course .course__coursies li .course__name:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -100%;
  background-color: var(--color_pink01);
  z-index: 0;
  transition: 0.2s;
}
.s-course .course__coursies li .course__name:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--color_pink01);
  transition: 0.2s;
}
.s-course .course__coursies li .course__name .inner {
  padding-right: 2rem;
  position: relative;
  font-family: var(--f_serif01);
  z-index: 1;
}
.s-course .course__coursies li:nth-of-type(1) .course__name:before {
  background-color: var(--color_pink01);
}
.s-course .course__coursies li:nth-of-type(1) .course__name:hover {
  border-bottom: 1px solid var(--color_pink01);
}
.s-course .course__coursies li:nth-of-type(2) .course__name:before {
  background-color: var(--color_purple01);
}
.s-course .course__coursies li:nth-of-type(2) .course__name:hover {
  border-bottom: 1px solid var(--color_purple01);
}
.s-course .course__coursies li:nth-of-type(3) .course__name:before {
  background-color: var(--color_yellow02);
}
.s-course .course__coursies li:nth-of-type(3) .course__name:hover {
  border-bottom: 1px solid var(--color_yellow02);
}
.s-course .course__coursies li:hover .course__item__image img {
  opacity: 0.8;
}
.s-course .course__coursies li:hover .course__name:before {
  left: 0;
}
.s-course .course__coursies li:hover .course__name .inner {
  color: var(--color_mono02);
}
.s-course .course__coursies li:hover .course__name:after {
  height: 2px;
  background-color: var(--color_mono02);
}
.s-course .course__item__image {
  display: block;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.s-course .course__item__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-course {
    padding: clamp(1rem, 7.8125vw, 12.5rem) 0;
  }
  .s-course .course__coursies {
    display: flex;
    gap: clamp(1rem, 1.9791666667vw, 2.375rem);
  }
  .s-course .course__coursies li .course__name {
    padding: 0.8rem 0.5rem 0.5rem;
    font-size: var(--f24);
  }
  .s-course .course__coursies li .course__name:after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.s-recital {
  padding: 4rem 1rem;
  background-image: url(../img/front-recital__bg.png);
  background-size: auto 100%;
}
.s-recital .p-section_title__area {
  margin-bottom: 0;
  padding-bottom: 0;
}
.s-recital .p-section_title__area:before {
  background-image: url(../img/p-section_title__bg__white.png);
  opacity: 0.1;
}
.s-recital .p-section_title__area:after {
  content: "RECITAL";
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0.6;
  vertical-align: baseline;
}
.s-recital .recital__contents {
  padding: 4rem 2rem;
  background-color: var(--color_mono02);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.09);
  border-radius: 0.5rem;
  overflow: hidden;
}
.s-recital .recital__contents .title {
  font-family: var(--f_serif01);
  font-size: var(--f38);
  text-align: center;
}
.s-recital .recital__contents .text {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .s-recital {
    padding: clamp(4rem, 5.2083333333vw, 6.25rem) 0 clamp(2rem, 7.8125vw, 9.375rem);
  }
  .s-recital .p-section_title__area:after {
    font-size: var(--f172);
  }
  .s-recital .recital__contents {
    padding: clamp(1rem, 5.7291666667vw, 6.875rem) 2rem clamp(1rem, 4.6875vw, 5.625rem);
    text-align: center;
  }
  .s-recital .recital__contents .text {
    padding: clamp(2rem, 3.3333333333vw, 4rem) 0;
    font-size: var(--f18);
  }
}
.s-topics {
  padding: 2rem 0 4rem;
}
.s-topics .p-section_title {
  text-align: left;
}
.s-topics .p-section_title__area:after {
  content: "TOPICS";
  left: auto;
  right: 0;
}
.s-topics .topics__posts {
  margin-bottom: 2rem;
}
.s-topics .topics__posts li a {
  display: block;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.s-topics .topics__posts li a:before, .s-topics .topics__posts li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  transition: 0.5s;
}
.s-topics .topics__posts li a:before {
  background-color: var(--color_mono03);
}
.s-topics .topics__posts li a:after {
  left: -100%;
  background-color: var(--color_pink03);
}
.s-topics .topics__posts li a:hover {
  color: var(--color_pink01);
}
.s-topics .topics__posts li a:hover::after {
  left: 0;
}
.s-topics .topics__posts li time {
  display: block;
  font-size: 0.8rem;
}
.s-topics .p-button__area {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .s-topics {
    padding: clamp(1rem, 5.2083333333vw, 6.25rem) 0;
  }
  .s-topics .topics__posts {
    margin-bottom: 2rem;
  }
  .s-topics .topics__posts li a {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 1.5rem;
    font-size: var(--f18);
  }
}
@media screen and (min-width: 1100px) {
  .s-topics .p-section_title {
    padding-left: calc((100vw - 1200px) / 2);
  }
}/*# sourceMappingURL=front-page.css.map */