body {
  padding-top: 0;
}

.l-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-header:not(.is-transparent) {
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header:not(.is-transparent) .l-header__menu {
  color: #fff;
}
.l-header:not(.is-transparent) .l-header__menu .u-animate--line::before {
  background-color: #fff;
}
.l-header:not(.is-transparent) .l-header__trigger:not(.is-open) span {
  background-color: #fff;
}

/*
.p-top {
	position: relative;
	z-index: 1;;
}
*/
/* mv
---------------------------------------- */
.p-top-mv {
  position: relative;
  z-index: -1;
}
.p-top-mv__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: -1000%;
  right: -1000%;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.p-top-mv__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100dvh;
}
.p-top-mv__title {
  width: 45rem;
}
.p-top-mv__scroll {
  position: relative;
  margin-top: -10rem;
  margin-bottom: 7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll {
    font-size: 3.4rem;
  }
}
.p-top-mv__scroll::before {
  position: absolute;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #fff;
  -webkit-animation: bounce 3s ease infinite;
          animation: bounce 3s ease infinite;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-top-mv__scroll::after {
  display: block;
  width: 1px;
  height: 30.8rem;
  margin: 1rem auto 0 auto;
  background-color: #fff;
  content: "";
}
.p-top-mv__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-mv__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  color: #fff;
  font-size: var(--font-size-text-large);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__message-text {
    gap: 2rem;
    line-height: 1.8;
  }
}
.p-top-mv__message::after {
  display: block;
  width: 1px;
  height: 30.8rem;
  margin: 7rem auto 9rem auto;
  background-color: #fff;
  content: "";
}

@-webkit-keyframes bounce {
  0% {
    bottom: -0.6rem;
  }
  50% {
    bottom: 15rem;
  }
  100% {
    bottom: -0.6rem;
  }
}

@keyframes bounce {
  0% {
    bottom: -0.6rem;
  }
  50% {
    bottom: 15rem;
  }
  100% {
    bottom: -0.6rem;
  }
}
/* news
---------------------------------------- */
.p-top-news {
  padding: 18.5rem 0 21rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 9rem 0 10rem 0;
  }
}
.p-top-news .l-inner {
  position: relative;
  max-width: 162rem;
}
.p-top-news__more {
  position: absolute;
  top: 3.5rem;
  right: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-news__more {
    position: static;
    margin-top: 8rem;
    font-size: 4rem;
    text-align: center;
  }
}
.p-top-news__title {
  margin-bottom: 11rem;
}

/* concept
---------------------------------------- */
.p-top-concept {
  padding: 9.5rem 0 9rem 0;
  background-color: #fff;
}
.p-top-concept__title {
  margin-bottom: 5rem;
}
.p-top-concept__text {
  font-size: var(--font-size-text-large);
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
}
.p-top-concept__more {
  margin-top: 4.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-concept__more {
    font-size: 4rem;
  }
}
.p-top-concept__more a {
  margin: 0 auto;
}

/* menu
---------------------------------------- */
.p-top-menu {
  padding: 10rem 0 29rem 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-menu {
    padding-bottom: 0;
  }
}
.p-top-menu .l-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .p-top-menu .l-inner {
    display: block;
  }
}
.p-top-menu__content {
  padding-top: 5rem;
  padding-left: 5rem;
}
.p-top-menu__vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-menu__vertical {
    margin: 0 auto;
  }
}
.p-top-menu__vertical::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 27.4rem;
  height: 14.6rem;
  background: url(../images/common/bg_wave.svg) no-repeat center center/contain;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-menu__vertical::before {
    width: 41.5rem;
    height: 22.1rem;
  }
}
.p-top-menu__vertical::before {
  top: 21%;
  right: calc(50% - 29.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-menu__vertical::before {
    top: 33rem;
    right: -20rem;
  }
}
.p-top-menu__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  /*margin: 5rem 9rem 9rem auto;*/
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-menu__title {
    margin: 0 0 5rem 0;
  }
}
.p-top-menu__image {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-right: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__image {
    margin-right: 0;
  }
  .p-top-menu__image img {
    width: 100%;
  }
}
.p-top-menu__text {
  position: relative;
  margin: 0 auto;
  padding-bottom: 5rem;
  font-size: 1.7rem;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .p-top-menu__text {
    padding: 16rem 0 12rem 0;
    font-size: 3.8rem;
    white-space: nowrap;
    line-height: 1.8;
  }
}
.p-top-menu__text::before, .p-top-menu__text::after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 27.4rem;
  height: 14.6rem;
  background: url(../images/common/bg_wave.svg) no-repeat center center/contain;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-menu__text::before, .p-top-menu__text::after {
    width: 41.5rem;
    height: 22.1rem;
  }
}
.p-top-menu__text::before {
  top: -2rem;
  left: -17.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__text::before {
    top: 10rem;
  }
}
.p-top-menu__text::after {
  right: 5rem;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__text::after {
    right: -14rem;
    bottom: 30rem;
  }
}
.p-top-menu__more {
  margin-right: 11rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-menu__more {
    margin: 0 9rem 12rem 2rem;
  }
}

/* course
---------------------------------------- */
.p-top-course {
  padding: 16rem 0 12rem 0;
  background-color: #fff;
}
.p-top-course__article {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .p-top-course__article {
    display: block;
  }
}
.p-top-course__article:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-course__article:nth-child(even) .p-top-course__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.p-top-course__article:nth-child(even) .p-top-course__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-top-course__article:nth-child(even) .p-top-course__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-top-course__article + .p-top-course__article {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-course__article + .p-top-course__article {
    margin-top: 17rem;
  }
}
.p-top-course__image {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  max-width: 60rem;
  min-width: 30rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-course__image {
    max-width: initial;
    min-width: initial;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-top-course__content {
  max-width: 67rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-top-course__content {
    max-width: initial;
  }
}
.p-top-course__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: -0.5rem;
  margin-bottom: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-course__title {
    text-align: center;
  }
}
.p-top-course__description {
  font-size: 1.7rem;
  line-height: 2.11;
}
@media screen and (max-width: 767px) {
  .p-top-course__description {
    font-size: 3.6rem;
  }
}
.p-top-course__price {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-course__price {
    font-size: 6rem;
  }
}
.p-top-course__price span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-course__price span {
    font-size: 2.4rem;
  }
}
.p-top-course__menu {
  margin-top: 3rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-top-course__menu {
    font-size: 3rem;
  }
}
.p-top-course__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-course__bottom {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-course__reservation {
    margin-top: 3rem;
  }
}
.p-top-course__reservation a {
  width: 26rem;
  height: 5rem;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-course__reservation a {
    width: 55.2rem;
    height: 13.1rem;
    margin: 0 auto;
    font-size: 4rem;
  }
}
.p-top-course__more {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-course__more {
    margin-top: 16.3rem;
  }
}
.p-top-course__more a {
  width: 44rem;
  height: 5.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-course__more a {
    width: 100%;
    height: 10.5rem;
    font-size: 3.6rem;
  }
}
.p-top-course__more a::before {
  margin-right: -4rem;
  margin-left: 4rem;
}

/* architecture
---------------------------------------- */
.p-top-architecture {
  padding: 4.5rem 0;
  background: url(../images/top/bg_architecture.jpg);
}
@media screen and (max-width: 767px) {
  .p-top-architecture {
    padding: 9rem 0;
  }
}
.p-top-architecture__title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-architecture__title {
    margin-bottom: 6rem;
  }
}
.p-top-architecture__text {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  .p-top-architecture__text {
    margin-bottom: 8rem;
    font-size: 3.6rem;
  }
}
.p-top-architecture__slider {
  opacity: 0;
}
.p-top-architecture__slider-image {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-top-architecture__slider-image {
    width: 67.2rem;
    margin: 0 2rem;
  }
}
.p-top-architecture__slider.slick-initialized {
  opacity: 1;
}

/* information
---------------------------------------- */
.p-top-information {
  padding: 15rem 0 8.5rem 0;
  background-color: #fff;
}
.p-top-information__title {
  margin-bottom: 6rem;
}
.p-top-information__map {
  max-width: 112rem;
  margin: 0 auto 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-information__map {
    max-width: initial;
    margin-bottom: 6rem;
  }
}
.p-top-information__map iframe {
  width: 100%;
  height: 54.8rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .p-top-information__map iframe {
    height: 65rem;
  }
}
.p-top-information__section {
  max-width: 100rem;
  margin: 0 auto 3rem auto;
  font-size: var(--font-size-text-xsmall);
  line-height: 1.875;
  font-weight: 500;
}
.p-top-information__section:last-child {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-information__section:last-child {
    margin-top: 15rem;
  }
}
.p-top-information__section a {
  text-decoration: underline;
}
.p-top-information__subtitle {
  font-size: var(--font-size-text-xsmall);
  font-weight: 500;
  line-height: 1.875;
}
.p-top-information__subtitle--large {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-information__subtitle--large {
    font-size: 3rem;
  }
}
.p-top-information__name {
  margin: 1rem 0;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-information__name {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-information__text {
    font-size: 3rem;
  }
}
.p-top-information__text--address {
  padding-left: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-top-information__text--address {
    line-height: 1.875;
  }
}

/* decoration
---------------------------------------- */
.p-top-decoration {
  background-color: #fff;
}
.p-top-decoration--01 .p-top-decoration__image > div {
  aspect-ratio: 1920/700;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-decoration--01 .p-top-decoration__image > div {
    aspect-ratio: 900/700;
  }
}
.p-top-decoration--01 .p-top-decoration__image > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.p-top-decoration--01 .p-top-decoration__image.is-animated img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-decoration__image--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-decoration__image-item {
  position: relative;
  width: 33.33%;
  opacity: 0;
  aspect-ratio: 640/720;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-decoration__image-item {
    aspect-ratio: 300/620;
  }
}
.p-top-decoration__image-item img {
  width: 100%;
  max-width: initial;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-decoration__image-item .slick-list,
.p-top-decoration__image-item .slick-track {
  height: 100%;
}
.p-top-decoration__image-item.slick-initialized {
  opacity: 1;
}
.p-top-decoration__image-item.slick-initialized .slick-current {
  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;
}
.p-top-decoration__image-item.slick-initialized .slick-current img {
  -webkit-animation: scaleOut 6000ms linear;
          animation: scaleOut 6000ms linear;
}

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}