@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}

.topslider {
  height: 85vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 85vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.topslider {
  height: 100%;
  position: relative;
  width: 100%;
   aspect-ratio: 4/3;
}
.topslider .slideitem {
  height: 100%;
  width: 100%;
   aspect-ratio: 4/3;
}
}
@media screen and (max-width: 767px) {
.topslider {
aspect-ratio: 1/1;
}
.topslider .slideitem {
aspect-ratio: 1/1;
}
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .9) 20%, rgba(255, 255, 255, .6) 35%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 50%);
}

/* .topslider::before{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .95) 2%, rgba(255, 255, 255, .5) 5%, rgba(255, 255, 255, 0.4) 7%, rgba(255, 255, 255, 0) 10%);
    z-index: 1;
} */
@media screen and (max-width: 767px) {
.topslider::after{
  display: none;
}

.topslider::before{
  display: none;
}
}



/*****************************
  top キャッチコピー
*****************************/
.catchcopy {
position: absolute;
    display: block;
    max-width: 100%;
    top: 55%;
    left: 0%;
    text-align: left;
    transform: translateY(-50%) translateX(-0%);
    margin: 0;
    padding: 2% 4%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
.catchcopy {
    top: 60%;
}
}
@media screen and (max-width: 480px) {
.catchcopy {
    top: 65%;
}
}

.top-message__title {
  position: relative;
  width: fit-content;
  margin: 0 0 10px;
  font-size: 42px;
  font-weight: 400;
line-height: 1.6;
  letter-spacing: 0.08em;
}
.top-message__title::before {
    content: "";
    position: absolute;
    inset: -10px 0px;
    z-index: -1;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
    filter: blur(22px);
    pointer-events: none;
}
@media screen and (max-width: 767px) {
.top-message__title::before {
    inset: -15px 0px;
    filter: blur(8px);
}
}



.top-message__catch {
  position: relative;
  width: fit-content;
  margin: 0 0 40px;
  color: #f45c7a;
  font-size: 42px;
line-height: 1.6;
  letter-spacing: 0.08em;
}
.top-message__catch::before {
    content: "";
    position: absolute;
    inset: -10px 0px;
    z-index: -1;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
    filter: blur(22px);
    pointer-events: none;
}

.top-message__text{
  display: block;
}
.top-message__text_sp{
  display: none;
}

.top-message__text p {
  position: relative;
  width: fit-content;
margin: 0px 0 20px;
font-size: 18px;
line-height: 1.6;
  letter-spacing: 0.04em;
}
.top-message__text p::before {
    content: "";
    position: absolute;
    inset: -10px 0px;
    z-index: -1;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.75) 68%, rgba(255, 255, 255, 0.3) 100%);
    filter: blur(22px);
    pointer-events: none;
}


.top-message__text p:last-child {
  margin-bottom: 0;
}

.top-message__text .pink {
  color: #f45c7a;
}
.top-message__text_sp .pink {
  color: #f45c7a;
}

@media screen and (max-width: 767px) {
  .top-message__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.5;
  }

  .top-message__catch {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .top-message__text{
    display: none;
  }

  .top-message__text_sp{
  display: block;
  margin-bottom: 50px;
}

  .top-message__text_sp p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .top-message__title {
    font-size: 25px;
    background-position: right;
  }

  .top-message__catch {
    font-size: 25px;
  }
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
 background: #fce7ec;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: .6s;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #f45c7a;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #f45c7a;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #f45c7a;
  transition: .6s;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab4:hover,
.topsec-news #tnewstab4:checked ~ .tab_area .tnewsftab4{
  background: #f45c7a;
  transition: .6s;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3,
.topsec-news #tnewstab4:checked ~ .panel_area #tnewspanel4{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.t-newsbox,.newsbox{
  width: min(800px, 100%);
  margin: 0 auto;
}
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #fce7ec;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
      background: #f45c7a;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #f45c7a;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #f45c7a;
}
.newslinktab  a.label4:hover,
.newslinktab a.label4.label_cr{
 background: #f45c7a;
}

.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #fce7ec;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #f45c7a;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
    color: #f45c7a;
    margin-right: 1rem;
    text-align: center;
    width: 70px;
    line-height: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #ffffff;
  border: 1px solid #f45c7a;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #ffffff;
  border: 1px solid #f45c7a;
}
.newslist a .cat-cat03,
.singlehead .cat-cat03{
  background: #ffffff;
  border: 1px solid #f45c7a;
}
.newslist a .ttl{
padding: 1rem 0 0.5rem;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.newsimg{
  width: 20%;
  margin-right: 20px;
}
.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}

/******************************
  体験レッスン追尾ボタン
******************************/
.trial-follow {
  position: fixed;
  z-index: 100;
  top: 70%;
  right: 25px;
  width: 250px;
  height: 300px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 2px solid #f45c7a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.trial-follow.is-scrolling {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.trial-follow__content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  padding: 50px 20px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trial-follow__sub {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
}

.trial-follow__title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
}

.trial-follow__title span {
  color: #f45c7a;
  font-size: 21px;
}

.trial-follow__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.trial-follow__note {
  display: block;
  width: 30px;
  height: auto;
  margin-top: 20px;
}

.trial-follow__flower {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
  pointer-events: none;
}

.trial-follow__flower--01 {
  top: -10px;
  right: -10px;
  width: 140px;
}

.trial-follow__flower--02 {
  right: -20px;
  bottom: -8px;
  width: 140px;
}

.trial-follow:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1180px) {
  .trial-follow {
    right: 15px;
    width: 220px;
    height: 265px;
  }

  .trial-follow__content {
    padding: 45px 20px 25px;
  }

  .trial-follow__flower--01 {
    width: 90px;
  }

  .trial-follow__flower--02 {
    width: 85px;
  }
}

@media screen and (max-width: 1024px) {
  .trial-follow {
  top: 100px;
  right: 15px;
  bottom: 15px;
  width: 210px;
  height: 80px;
  border-width: 1px;
  border-radius: 40px;
  transform: none;
  }

  .trial-follow__content {
    padding: 8px 35px 8px 15px;
  }

  .trial-follow__sub {
    display: none;
  }

  .trial-follow__title {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .trial-follow__title span {
    font-size: 17px;
  }

  .trial-follow__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .trial-follow__note {
    position: absolute;
    top: 75%;
    right: 13px;
    width: 20px;
    margin: 0;
    transform: translateY(-50%);
  }

  .trial-follow__flower--01 {
    top: -10px;
    right: 0px;
    width: 50px;
  }

  .trial-follow__flower--02 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .trial-follow {
  display: none;
  }
}

/******************************
  topsec1
******************************/
.topsec1 {
  padding: 80px 0;
}

.topsec1-box {
  position: relative;
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 90px 50px 40px;
  background: #fffcfc;
  border: 2px solid #f9dedf;
  border-radius: 20px;
  box-shadow:
    -12px 12px 0 rgba(255, 255, 255, 0.75),
    12px 12px 0 rgba(255, 255, 255, 0.75);
}

.topsec1-ribbon {
  position: absolute;
  top: 20px;
  left: 50%;
  display: flex;
  width: calc(100% - 50px);
  min-height: 46px;
  padding: 8px 25px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: #f45c7a;
  transform: translateX(-50%);
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 12px) 50%,
    100% 100%,
    0 100%,
    12px 50%
  );
}

.topsec1-ribbon::before,
.topsec1-ribbon::after {
  display: none;
}

.topsec1-ribbon::before {
  left: -15px;
  clip-path: polygon(100% 0, 100% 100%, 0 78%, 15% 50%, 0 22%);
}

.topsec1-ribbon::after {
  right: -15px;
  clip-path: polygon(0 0, 100% 22%, 85% 50%, 100% 78%, 0 100%);
}

.topsec1-ribbon p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.topsec1-ribbon__icon {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

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

.topsec1-heading {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.topsec1-heading__icon {
  width: 40px;
  height: auto;
}

.topsec1-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.topsec1-text {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.topsec1-text--pink {
  margin-top: 6px;
  color: #f45c7a;
}

.topsec1-btns {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  gap: 25px;
}

.topsec1-btn {
  display: flex;
  width: 270px;
  min-height: 58px;
  padding: 10px 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #f45c7a;
  border-radius: 40px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.topsec1-btn img {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.topsec1-btn i {
  font-size: 22px;
}

.topsec1-btn--pink {
  color: #fff;
  background: #f45c7a;
}

.topsec1-btn--white {
  color: #f45c7a;
  background: #fff;
}

.topsec1-btn:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .topsec1 {
    padding: 60px 0;
  }

  .topsec1-box {
padding: 100px 15px 20px;
  }

  .topsec1-ribbon {
    width: calc(100% - 30px);
    padding: 8px 10px;
  }

  .topsec1-ribbon p {
    font-size: 14px;
    text-align: center;
  }

  .topsec1-ribbon__icon {
    width: 30px;
  }

  .topsec1-heading {
    gap: 8px;
  }

  .topsec1-heading__icon {
    width: 35px;
  }

  .topsec1-heading h2 {
    font-size: 18px;
  }

  .topsec1-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .topsec1-btns {
    flex-direction: column;
    gap: 12px;
  }

  .topsec1-btn {
    width: min(350px, 100%);
    margin: 0 auto;
    min-height: 54px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .topsec1-ribbon p {
    font-size: 16px;
  }
}


/******************************

  レッスン・講師・発表会・アクセス

******************************/

.topsec5 {
  padding: 100px 0 50px;
}

.topsec5-row {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.topsec5-row--bottom {
  margin-top: 30px;
}

.topsec5-block {
  width: calc(50% - 15px);
}

.topsec5-heading {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 12px;
}

.topsec5-heading img {
  display: block;
  width: 35px;
  height: auto;
  flex-shrink: 0;
}

.topsec5-heading h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.topsec5-heading > span {
  font-size: 16px;
}

/* レッスン曜日 */
.lesson-day__box {
  height: calc(100% - 55px);
  padding: 25px;
  border: 2px solid #f4d7dd;
  border-radius: 20px;
  background: #fff;
}

.lesson-day__item {
  padding: 0 0 25px;
  text-align: center;
}

.lesson-day__item + .lesson-day__item {
  padding: 25px 0 0;
  border-top: 1px solid #f4d7dd;
}

.lesson-day__item h3 {
  margin: 0 0 15px;
  padding: 5px 10px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.lesson-day__days {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.lesson-day__note {
  margin: 8px 0 0;
  font-size: 18px;
}

/* 講師紹介 */
.teacher-info__box {
  height: calc(100% - 55px);
  padding: 25px 30px;
  border: 2px solid #f4d7dd;
  border-radius: 20px;
  background: #fff;
}

.teacher-info__intro {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
}

.teacher-info__item {
  display: flex;
  padding: 18px 0;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #f4d7dd;
}

@media screen and (max-width: 1024px) {
.teacher-info__item {
  flex-direction: column;
    flex-wrap: wrap;
}
}

.teacher-info__item h3 {
  min-width: 130px;
  margin: 0;
  padding: 5px 10px;
  color: #f45c7a;
  background: #fce7ec;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.teacher-info__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.teacher-info__item li {
  font-size: 16px;
  line-height: 1.8;
}

.teacher-info__item li::before {
  content: "・";
}

/* 発表会 */
.recital-info__box {
  padding: 25px;
  border: 2px solid #f4d7dd;
  border-radius: 20px;
  background: #fff;
}

.recital-info__box > p {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
}

.recital-info__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
.recital-info__img img {
width: min(400px, 100%);
margin: 0 auto;
height: auto;
}
}


/* アクセス */
.access-info {
  padding: 0 10px;
}

.access-info__item {
  display: flex;
  margin-bottom: 20px;
  align-items: stretch;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.access-info__text {
  display: flex;
  width: 100%;
      padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  background: #fffaf8;
}

.access-info__text h3 {
  margin: 0 0 0px;
  color: #f45c7a;
  font-size: 22px;
  letter-spacing: 1px;
}

.access-info__text p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}

.access-info__text span {
  font-size: 16px;
  font-weight: 400;
}

.gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 7;
  overflow: hidden;
}

.gmap iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

@media screen and (max-width: 480px) {
  .gmap {
    aspect-ratio: 1 / 1;
  }
}

.access-info__note {
    margin: 25px 0 0;
    padding: 8px 20px;
    background: #4abde7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    border-radius: 10px;
}


@media screen and (max-width: 820px) {

  .topsec5 {
    padding: 50px 0 30px;
  }

  .topsec5-row {
    gap: 20px;
  }

  .topsec5-heading h2 {
    font-size: 22px;
  }

  .lesson-day__box,
  .teacher-info__box,
  .recital-info__box {
    padding: 20px;
  }

  .lesson-day__days {
    font-size: 22px;
  }

  .teacher-info__intro,
  .recital-info__box > p {
    font-size: 16px;
  }

  .teacher-info__item {
    flex-direction: column;
    gap: 10px;
  }

  .teacher-info__item h3 {
    min-width: unset;
  }

  .access-info__item {
    gap: 10px;
  }

  .access-info__text {
    padding: 15px;
  }

  .access-info__text p {
    font-size: 16px;
  }

}


@media screen and (max-width: 767px) {
  .access-info__note {
    font-size: 14px;
  }

  .topsec5-row {
    flex-direction: column;
  }

  .topsec5-block {
    width: 100%;
  }

  .topsec5-row--bottom {
    margin-top: 20px;
  }

  .lesson-day__box,
  .teacher-info__box,
  .recital-info__box {
    height: auto;
  }

  .lesson-day__days {
    font-size: 20px;
  }

  .access-info {
    padding: 0;
  }

  .access-info__item {
    flex-wrap: wrap;
  }

  .access-info__text {
    width: 100%;
  }
}
