@charset "UTF-8";
/* CSS Document */
.section-top {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}
.section-top_inner {
  margin: 0 5.56vw;
  position: relative;
}
.section-top_img {
  width: 88.89vw;
  height: 55.56vw;
}
.section-top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-top_catch-copy {
  position: absolute;
  top: 60%;
  left: 18%;
}
.section-top_catch-copy h1 {
  font-size: 3.82vw;
  font-weight: 600;
  line-height: 4.58vw;
  letter-spacing: 0.31vw;
}
.n {
  font-size: 4.03vw;
}
.kanji {
  font-size: 3.68vw;
}
.section-top_catch-copy h2 {
  font-family: Cormorant Garamond, serif;
  font-size: 2.22vw;
  font-weight: 600;
  color: #3C4043;
  margin: 0.5vw 0 0 0.35vw;
}
.section-top-scroll {
  text-decoration: none;
  position: absolute;
  left: -4.5vw;
  bottom: 0;
  color: #000B22;
  margin-bottom: 6.94vw;
}
.section-top-scroll p {
  transform: rotate(-90deg);
  font-family: Cormorant Garamond, serif;
  font-size: 1.39vw;
  font-weight: 400;
}
.scroll-line {
  width: 1px;
  height: 6.25vw;
  margin: 2vw;
  background: #000B22;
  animation: scrollDown 3s ease infinite;
}
@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@media screen and (max-width: 770px) {
  .section-top {
    padding-top: 9.11vw;
    padding-bottom: 0;
  }
  .section-top_inner {
    margin: 0;
    width: 100vw;
  }
  .section-top_img {
    width: 100vw;
    height: 133.33vw;
  }
  .section-top_img img {
    object-fit: cover;
    object-position: 10% 0;
  }
  .section-top_catch-copy {
    position: absolute;
    top: 74%;
    left: 18%;
  }
  .section-top_catch-copy h1 {
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 7.68vw;
    letter-spacing: 0.51vw;
  }
  .n {
    font-size: 6.67vw;
  }
  .kanji {
    font-size: 5.87vw;
  }
  .section-top_catch-copy h2 {
    font-size: 4.27vw;
    margin: 1vw 0 0 0.5vw;
  }
  .section-top-scroll {
    text-decoration: none;
    position: absolute;
    left: 4.5vw;
    bottom: 0;
    color: #000B22;
    margin-bottom: 42.67vw;
  }
  .section-top-scroll p {
    transform: rotate(-90deg);
    font-family: Cormorant Garamond, serif;
    font-size: 3.73vw;
    font-weight: 500;
  }
  .scroll-line {
    width: 0.26vw;
    height: 13.33vw;
    margin: 5vw;
    background: #000B22;
    animation: scrollDown 3s ease infinite;
  }
}
.top-message {
  margin: 8.33vw 0 0 13.89vw;
  position: relative;
}
.top-message_title {
  margin-bottom: 5.56vw;
}
.top-message_content {
  margin-left: 6.94vw;
}
.top-message-first {
  font-size: 2.5vw;
  font-weight: 500;
  margin-bottom: 4.17vw;
}
.top-message-second {
  font-size: 1.25vw;
  line-height: 180%;
}
.top-message-img {
  position: absolute;
  top: 0;
  left: 59.03vw;
  overflow: hidden;
  width: 27.08vw;
}
.top-message-img img {
  width: 46.18vw;
}
@media screen and (max-width: 770px) {
  .top-message {
    margin: 26.67vw 0 0 6.4vw;
    position: relative;
  }
  .top-message_title {
    margin-bottom: 16vw;
  }
  .top-message_content {
    margin-left: 0;
  }
  .top-message-first {
    font-size: 5.33vw;
    font-weight: 500;
    margin-bottom: 9.07vw;
    line-height: normal;
  }
  .top-message-second {
    font-size: 4vw;
    line-height: 180%;
  }
  .top-message-img {
    position: absolute;
    top: 0;
    left: 61.33vw;
    overflow: hidden;
    width: 32.27vw;
  }
  .top-message-img img {
    width: 58.67vw;
  }
}
.about {
  margin: 16.67vw 13.89vw 0;
}
.about-wrap {
  display: flex;
  justify-content: space-between;
}
.about_img {
  width: 28.47vw;
}
.about_img img {
  object-fit: cover;
  width: 100%;
}
.about_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55.56vw;
}
.about_message {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 180%;
}
.about_list ul {
  list-style: none;
}
.about_lesson-menu, .about_qa, .about_voice {
  height: 6.94vw;
  border-bottom: 1px solid #000B22;
  width: 38.75vw;
}
.about_lesson-menu a, .about_qa a, .about_voice a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.94vw;
}
.about_lesson-menu p, .about_qa p, .about_voice p {
  font-size: 1.39vw;
  font-weight: 500;
  color: #000B22;
}
.about_lesson-menu a:hover .arrow, .about_qa a:hover .arrow, .about_voice a:hover .arrow {
  background-color: #901752;
  color: #FCFFFE;
  border: none;
}
.about_lesson-menu a:hover p, .about_qa a:hover p, .about_voice a:hover p {
  opacity: 0.5;
}
@media screen and (max-width: 770px) {
  .about {
    margin: 21.33vw 6.4vw 0;
  }
  .about-wrap {
    display: block;
  }
  .about_img {
    width: 57.6vw;
    margin: 0 auto 5.33vw;
  }
  .about_img img {
    object-fit: cover;
    width: 100%;
  }
  .about_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 146.93vw;
  }
  .about_message {
    font-size: 4vw;
    font-weight: 500;
    line-height: 180%;
  }
  .about_lesson-menu, .about_qa, .about_voice {
    height: 18.67vw;
    border-bottom: 1px solid #000B22;
    width: 87.2vw;
  }
  .about_lesson-menu a, .about_qa a, .about_voice a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 18.67vw;
  }
  .about_lesson-menu p, .about_qa p, .about_voice p {
    font-size: 4.27vw;
    font-weight: 500;
    color: #000B22;
  }
}
.profile {
  background-color: #E6E6E6;
  margin-top: 8.33vw;
}
.profile-wrap {
  margin: 0 13.89vw;
  padding-bottom: 6.94vw;
}
.profile_title {
  padding: 6.94vw 0 4.17vw;
}
.profile_content {
  display: flex;
  justify-content: space-between;
}
.profile_img {
  width: 23.61vw;
  height: 26.39vw;
  overflow: hidden;
  box-shadow: 0.28vw 0.28vw 0.69vw 0px rgba(17, 17, 17, 0.25);
}
.profile_img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.profile_description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile_description_name {
  padding-top: 3.47vw;
}
.post {
  font-size: 1.11vw;
  font-weight: 500;
  font-style: normal;
}
.name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.39vw;
}
.name-kanji {
  font-size: 2.22vw;
  font-style: normal;
  font-weight: 500;
}
.name-romaji {
  font-size: 1.11vw;
  font-family: Cormorant Garamond, serif;
  font-style: normal;
  font-weight: 500;
  margin-left: 2.08vw;
}
.profile_description_text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.profile_description_text-sp {
  display: none;
}
.profile_biography {
  margin-top: 5.56vw;
}
.profile_biography_title {
  font-size: 1.11vw;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2.78vw;
}
.profile_biography_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profile_biography_content ul {
  list-style: none;
}
.profile_biography_content li {
  display: flex;
  justify-content: flex-start;
  margin: 1.39vw 0 0 1.39vw;
}
.year, .item {
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.year {
  margin-right: 2.08vw;
}
.profile_biography_img {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.profile_biography_img img {
  object-fit: cover;
  object-position: 10% 10%;
  width: 16.18vw;
  height: 17.71vw;
  box-shadow: 0.28vw 0.28vw 0.69vw 0px rgba(17, 17, 17, 0.25);
}
.profile_biography_img p {
  font-size: 0.97vw;
  font-style: normal;
  font-weight: 500;
  padding-top: 0.6vw;
}
@media screen and (max-width: 770px) {
  .profile {
    margin-top: 21.33vw;
  }
  .profile-wrap {
    margin: 0 6.4vw;
    padding-bottom: 10.67vw;
  }
  .profile_title {
    padding: 10.67vw 0;
  }
  .profile_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .profile_img {
    width: 47.2vw;
    height: 52.8vw;
    overflow: hidden;
    box-shadow: 0.28vw 0.28vw 0.69vw 0px rgba(17, 17, 17, 0.25);
  }
  .profile_img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
  .profile_description_name {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8vw;
  }
  .post {
    font-size: 3.73vw;
    font-weight: 500;
    font-style: normal;
  }
  .name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5.33vw;
  }
  .name-kanji {
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2.67vw;
  }
  .name-romaji {
    font-size: 3.2vw;
    font-family: Cormorant Garamond, serif;
    font-style: normal;
    font-weight: 500;
    margin-left: 0;
  }
  .profile_description_text {
    display: none;
  }
  .profile_description_text-sp {
    display: block;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-top: 10.67vw;
  }
  .profile_biography {
    margin-top: 16vw;
  }
  .profile_biography_title {
    font-size: 3.2vw;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5.33vw;
  }
  .profile_biography_wrap {
    display: block;
  }
  .profile_biography_content ul {
    list-style: none;
  }
  .profile_biography_content li {
    display: block;
    margin: 5.33vw 0 0 2.67vw;
  }
  .year, .item {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .year {
    margin-right: auto;
  }
  .profile_biography_img {
    display: block;
    margin-top: 10.67vw;
  }
  .profile_biography_img img {
    object-fit: cover;
    object-position: 10% 10%;
    width: 33.07vw;
    height: 36.27vw;
    box-shadow: 0.28vw 0.28vw 0.69vw 0px rgba(17, 17, 17, 0.25);
    margin-left: 54.13vw;
  }
  .profile_biography_img p {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 500;
    padding-top: 2.67vw;
    text-align: end;
  }
}
.gallery {
  margin: 8.33vw 0;
}
.gallery-wrap {
  margin: 0 13.89vw;
}
.gallery_description {
  margin: 5.56vw 0;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  animation: infinity-scroll-left 80s infinite linear both;
  display: flex;
}
.scroll-infinity__item img {
  backface-visibility: hidden;
  height: 20.83vw;
  width: auto;
  object-fit: cover;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.gallery_button {
  margin: 2.08vw 13.89vw 0 auto;
}
.gallery_button p {
  color: #000B22;
  font-size: 1.39vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 2.08vw;
}
.gallery_button a {
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gallery_button a:hover .arrow {
  background-color: #901752;
  color: #FCFFFE;
  border: none;
}
.gallery_button a:hover p {
  opacity: 0.5;
}
@media screen and (max-width: 770px) {
  .gallery {
    margin: 8.33vw 0;
  }
  .gallery-wrap {
    margin: 0 6.4vw;
  }
  .gallery_description {
    margin: 10.67vw 0;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    animation: infinity-scroll-left 80s infinite linear both;
    display: flex;
  }
  .scroll-infinity__item img {
    backface-visibility: hidden;
    height: 66.67vw;
    width: auto;
    object-fit: cover;
  }
  .gallery_button {
    margin: 5.33vw 6.4vw 0 auto;
  }
  .gallery_button p {
    color: #000B22;
    font-size: 4.27vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 2.67vw;
  }
}
.order {
  margin: 8.33vw 0 8.33vw 13.89vw;
  display: flex;
  justify-content: space-between;
}
.order-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 6.94vw;
}
.order-instructor-img img {
  width: 19.86vw;
  height: 23.61vw;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(4px 4px 10px rgba(17, 17, 17, 0.25));
}
.order-content {
  margin-left: 6.94vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23.61vw;
}
.order-content-title {
  display: flex;
  align-items: baseline;
}
.order_text-en {
  font-family: Cormorant Garamond, serif;
  font-size: 2.22vw;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.under-line {
  width: 10.9vw;
  height: 1px;
  background-color: #000B22;
  margin-left: 0.69vw;
}
.order_text-jp {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.order_button p {
  color: #000B22;
  font-size: 1.39vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 2.08vw;
}
.order_button a {
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.order_button a:hover .arrow {
  background-color: #901752;
  color: #FCFFFE;
  border: none;
}
.order_button a:hover p {
  opacity: 0.5;
}
.order_pattern-img img {
  object-fit: cover;
  object-position: 90% 0;
  height: 39.58vw;
  width: 28.54vw;
}
@media screen and (max-width: 770px) {
  .order {
    margin: 21.33vw 0 21.33vw 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .order_left {
    margin: 0 6.4vw;
  }
  .order-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 0;
  }
  .order-instructor-img img {
    width: 40vw;
    height: 45.33vw;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(4px 4px 10px rgba(17, 17, 17, 0.25));
    margin: 10.67vw 0 10.67vw;
  }
  .order-content {
    margin-left: 0;
    display: block;
    height: auto;
  }
  .order-content-title {
    display: flex;
    align-items: baseline;
  }
  .order_text-en {
    font-family: Cormorant Garamond, serif;
    font-size: 5.87vw;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
  }
  .under-line {
    width: 53.33vw;
    height: 1px;
    background-color: #000B22;
    margin-left: 2.67vw;
  }
  .order_text-jp {
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 5.33vw 0 10.67vw 0;
  }
  .order_button p {
    color: #000B22;
    font-size: 4.27vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 6.4vw;
  }
  .order_button a {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .order_button a:hover .arrow {
    background-color: #901752;
    color: #FCFFFE;
    border: none;
  }
  .order_button a:hover p {
    opacity: 0.5;
  }
  .order_pattern-img img {
    height: 45.33vw;
    width: 100vw;
    object-fit: cover;
    object-position: 100% 70%;
    margin-top: 10.67vw;
  }
}