@charset "UTF-8";
body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  color: #222;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #222 !important;
}
.col-main {
  color: #076433 !important;
}
.col-bg {
  color: #f5f9f7 !important;
}
.col-bdr {
  color: #666 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #222 !important;
}
.bg-main {
  background-color: #076433 !important;
}
.bg-bg {
  background-color: #f5f9f7 !important;
}
.bg-bdr {
  background-color: #666 !important;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  aspect-ratio: 600/70;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.btn-01__link {
  background: #076433;
  color: #fff;
  border-radius: 50rem;
}
.btn-02__link, .btn-03__link {
  background: #fff;
  border: solid 2px #076433;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}
.btn-02__eng, .btn-03__eng {
  z-index: -1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  font-weight: 400;
  color: #076433;
  font-size: 18px;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .btn-02__eng, .btn-03__eng {
    font-size: 9px;
  }
}
.btn-02__link {
  aspect-ratio: 600/180;
}
.btn-02__eng {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-80%, -150%);
  z-index: -1;
}
.btn-03__link {
  aspect-ratio: 600/120;
  justify-content: flex-start;
  padding: 0 14%;
}
.btn-03__eng {
  margin-left: 5%;
  transform: translateY(40%);
}

.ic-mail-18, .ic-mail-38 {
  position: relative;
}
.ic-mail-18::before, .ic-mail-38::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
.ic-mail-38::before {
  width: 6.33%;
}
.ic-phone {
  position: relative;
}
.ic-phone::before {
  content: "";
  display: block;
  width: 8.17%;
  aspect-ratio: 49/50;
  background-image: url("/img/common/ic-phone.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.arw_line-moon-grn {
  position: relative;
  padding-left: 20px;
}
.arw_line-moon-grn::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/40;
  background-image: url("/img/common/arrow_line-moon-grn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.arw-circle-grn-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
.arw-circle-grn-flx::before {
  content: "";
  display: block;
  width: 7.99%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-grn.png");
  background-size: 100%;
}
.arw-moon-grn {
  position: relative;
}
.arw-moon-grn::before {
  content: "";
  display: block;
  width: 8.5%;
  aspect-ratio: 51/100;
  background-image: url("/img/common/arrow-moon-grn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.arw-circle-wht, .arw-anchor-wht {
  position: relative;
}
.arw-circle-wht::before, .arw-anchor-wht::before {
  content: "";
  display: block;
  width: 8.33%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.arw-anchor-wht::before {
  transform: translateY(-50%) rotate(90deg);
}

.frame-wave-btm {
  position: relative;
  z-index: 1;
}
.frame-wave-btm::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/72;
  background-image: url("/img/common/frame-wave-wht.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(1px);
  z-index: -1;
}

.deco-line-ver, .deco-line-ver-clm {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.deco-line-ver::before, .deco-line-ver-clm::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #666;
}
.deco-line-ver-clm {
  align-items: center;
}
.deco-line-ver {
  align-items: end;
}
.deco-line-ver::before {
  margin-right: 25%;
}
.deco-pen:after {
  content: "";
  display: block;
  width: 170px;
  max-width: 25%;
}
@media screen and (min-width: 769px) {
  .deco-pen:after {
    max-width: 85px;
  }
}
.deco-pen:after {
  aspect-ratio: 170/30;
  margin: 0 auto;
  background-image: url("/img/common/deco-handwrite.png");
  background-size: 100%;
  z-index: -1;
}

.marker-wht {
  background: linear-gradient(transparent 60%, #fff 60%);
}

.tbl {
  width: 100%;
  table-layout: fixed;
}
.tbl-01 tr,
.tbl-01 th,
.tbl-01 td, .tbl-02 tr,
.tbl-02 th,
.tbl-02 td {
  display: block;
  width: 100%;
}
.tbl-01 th,
.tbl-01 td, .tbl-02 th,
.tbl-02 td {
  padding: 20px;
  line-height: 2;
}
.tbl-01 th, .tbl-02 th {
  background: #fff;
  font-weight: 600;
  color: #076433;
}
.tbl-01 td, .tbl-02 td {
  font-weight: 500;
}
.tbl-02 th {
  background: rgba(7, 100, 51, 0.04);
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-680 {
  width: 680px;
  max-width: 90.6666666667%;
}
@media screen and (min-width: 769px) {
  .cts-680 {
    max-width: 340px;
  }
}
.cts-670 {
  width: 670px;
  max-width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
  .cts-670 {
    max-width: 335px;
  }
}

.list-method__img img {
  display: block;
  width: 100%;
}
.list-method__bx {
  width: 640px;
  max-width: 85.3333333333%;
}
@media screen and (min-width: 769px) {
  .list-method__bx {
    max-width: 320px;
  }
}
.list-method__bx {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}
.list-method__bx::before {
  content: "";
  display: block;
  width: 3.13%;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #076433;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-method__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  color: #076433;
}
.list-method__ttl-num {
  border-bottom: solid 2px #076433;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .list-method__ttl-num {
    font-size: 9px;
  }
}
.list-method__ttl-main {
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .list-method__ttl-main {
    font-size: 18px;
  }
}
.list-method__item:nth-child(odd) .list-method__bx {
  margin-left: auto;
}
.list-method__item:nth-child(even) .list-method__bx {
  margin-right: auto;
}
.list-method__item:first-child .list-method__bx {
  margin-top: -40px;
}
.list-method__item:last-child .list-method__img {
  margin-top: -40px;
}
.list-lesson__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #076433;
  text-align: center;
  row-gap: 12px;
  position: relative;
  z-index: 1;
}
.list-lesson__ttl-main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .list-lesson__ttl-main {
    font-size: 18px;
  }
}
.list-lesson__ttl-sub {
  margin-bottom: -30px;
  width: 69.33%;
  background: #fff;
  border-bottom: solid 2px #222;
  padding: 3px 0;
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .list-lesson__ttl-sub {
    font-size: 14px;
  }
}
.list-lesson__item {
  width: 50%;
}
.list-lesson__item:nth-child(odd) .list-lesson__ttl {
  transform: translateX(-5%);
}
.list-lesson__item:nth-child(even) {
  margin-left: auto;
}
.list-lesson__item:nth-child(even) .list-lesson__ttl {
  transform: translateX(5%);
}
.list-lesson__item:nth-child(even) .list-lesson__img {
  text-align: right;
}
.list-lesson__item:not(:first-child) {
  margin-top: -24%;
}
.list-staff-top__bx, .list-staff-main__bx, .list-staff-lower__bx {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 6%;
       column-gap: 6%;
  position: relative;
}
.list-staff-top__bx::after, .list-staff-main__bx::after, .list-staff-lower__bx::after {
  content: "";
  display: block;
  width: 600px;
  max-width: 80%;
}
@media screen and (min-width: 769px) {
  .list-staff-top__bx::after, .list-staff-main__bx::after, .list-staff-lower__bx::after {
    max-width: 300px;
  }
}
.list-staff-top__bx::after, .list-staff-main__bx::after, .list-staff-lower__bx::after {
  height: 2px;
  background: #076433;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.list-staff-top__img, .list-staff-main__img, .list-staff-lower__img {
  aspect-ratio: 480/560;
  border-radius: 50rem 50rem 0 0;
  overflow: hidden;
  width: 480px;
  max-width: 64%;
}
@media screen and (min-width: 769px) {
  .list-staff-top__img, .list-staff-main__img, .list-staff-lower__img {
    max-width: 240px;
  }
}
.list-staff-top__item:nth-child(even) .list-staff-top__bx, .list-staff-main__item:nth-child(even) .list-staff-top__bx, .list-staff-lower__item:nth-child(even) .list-staff-top__bx {
  flex-direction: row-reverse;
}
.list-staff-top__item:nth-child(even) .list-staff-top__bx::after, .list-staff-main__item:nth-child(even) .list-staff-top__bx::after, .list-staff-lower__item:nth-child(even) .list-staff-top__bx::after {
  left: inherit;
  right: 0;
}
.list-staff-top__ttl, .list-staff-main__ttl, .list-staff-lower__ttl {
  display: flex;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
.list-staff-top__ttl-main, .list-staff-top__ttl-sub, .list-staff-main__ttl-main, .list-staff-main__ttl-sub, .list-staff-lower__ttl-main, .list-staff-lower__ttl-sub {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  color: #076433;
}
.list-staff-top__ttl-main, .list-staff-main__ttl-main, .list-staff-lower__ttl-main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #076433;
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .list-staff-top__ttl-main, .list-staff-main__ttl-main, .list-staff-lower__ttl-main {
    font-size: 18px;
  }
}
.list-staff-top__ttl-sub, .list-staff-main__ttl-sub, .list-staff-lower__ttl-sub {
  letter-spacing: 0;
  font-size: 18px;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .list-staff-top__ttl-sub, .list-staff-main__ttl-sub, .list-staff-lower__ttl-sub {
    font-size: 9px;
  }
}
.list-staff-main__item, .list-staff-lower__item {
  display: flex;
  flex-direction: column !important;
  row-gap: 40px;
}
.list-staff-main__bx, .list-staff-lower__bx {
  justify-content: flex-start;
}
.list-staff-main__ttl, .list-staff-lower__ttl {
  flex-direction: column;
  align-items: flex-start;
  color: #076433;
  font-weight: 600;
  margin-left: 5.33%;
}
.list-staff-main__ttl .main, .list-staff-lower__ttl .main {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .list-staff-main__ttl .main, .list-staff-lower__ttl .main {
    font-size: 18px;
  }
}
.list-staff-main__ttl .main::after, .list-staff-lower__ttl .main::after {
  content: "/";
  display: block;
}
.list-staff-main__inner, .list-staff-lower__inner {
  width: 480px;
  max-width: 64%;
}
@media screen and (min-width: 769px) {
  .list-staff-main__inner, .list-staff-lower__inner {
    max-width: 240px;
  }
}
.list-staff-main__inner, .list-staff-lower__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-staff-main__img, .list-staff-lower__img {
  width: 100%;
}
.list-staff-main__img {
  width: 100%;
  max-width: 100%;
}
.list-staff-lower__bx {
  flex-direction: column;
  align-items: flex-start;
}
.list-staff-lower__bx:after {
  left: inherit;
  right: 0;
}
.list-staff-lower__inner {
  width: 100%;
  max-width: 100%;
}
.list-staff-lower__img {
  margin-left: auto;
}
.list-staff-lower .txt-01 {
  background: #fff;
  border: solid 2px #076433;
  padding: 40px;
}
.list-blog__item {
  border-bottom: solid 2px #076433;
  padding: 30px;
}
.list-blog__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-blog__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-point {
  color: #076433;
}
.list-point__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-point__item:nth-child(even) {
  margin-left: 25%;
}
.list-point__item::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-shoes.png");
  background-size: 100%;
}
.list-voice__item {
  width: 100%;
  padding: 40px;
  background: #fff;
  border: solid 2px #076433;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-voice__ttl {
  color: #076433;
  text-align: right;
  font-weight: 600;
}
.list-lesson-lower .txt-01 {
  white-space: pre-wrap;
}
.list-lesson-lower__item {
  width: 100%;
  background: #fff;
  border: solid 2px #076433;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-lesson-lower__inner {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-lesson-lower__inner li {
  background: #f5f9f7;
  padding: 20px;
  display: flex;
}
.list-lesson-lower__inner li::before {
  content: "・";
  display: block;
}
.list-performance, .list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-performance .list-item,
.list-performance .layout-item, .list-thumb .list-item,
.list-thumb .layout-item {
  width: calc((100% - 30px) / 2);
}
.list-performance {
  row-gap: 60px;
}
.list-performance__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-performance__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.list-performance .ttl-04 span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-thumb__item {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.list-profile__item {
  display: flex;
  background: #fff;
  padding: 30px 40px;
}
.list-faq dt,
.list-faq dd {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.list-faq dt::before,
.list-faq dd::before {
  content: "Q.";
  display: block;
  color: #076433;
  line-height: 1;
  font-size: 50px;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .list-faq dt::before,
  .list-faq dd::before {
    font-size: 25px;
  }
}
.list-faq dt {
  border-bottom: solid 2px #076433;
  color: #076433;
  padding-bottom: 20px;
}
.list-faq dt::before {
  transform: translateY(-30%);
}
.list-faq dd {
  flex-direction: column;
  background: #f5f9f7;
  padding: 30px 40px 40px;
}
.list-faq dd::before {
  content: "A";
}
.list-info {
  border: solid 1px #ddd;
}
.list-info dl:not(:first-child) {
  border-top: solid 1px #ddd;
}
.list-info dt,
.list-info dd {
  padding: 20px;
  text-align: center;
}
.list-info dt {
  background: #f5f9f7;
}

.com-gmap {
  width: 100%;
  aspect-ratio: 750/520;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-tel .tel {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}
.com-side-line {
  position: relative;
  z-index: 1;
}
.com-side-line::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #076433;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.com-side-en {
  position: relative;
  z-index: 1;
}
.com-side-en::before {
  content: "";
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  font-size: 18px;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .com-side-en::before {
    font-size: 9px;
  }
}
.com-youtube, .com-youtube-ver {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.com-youtube iframe, .com-youtube-ver iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.com-youtube-ver {
  aspect-ratio: 9/16;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #076433;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.tag-sub__item {
  line-height: 1;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .tag-sub__item {
    font-size: 10px;
  }
}

.ttl-main {
  display: flex;
}
.ttl-main__en {
  white-space: nowrap;
  font-family: "Waterfall", cursive;
  font-weight: normal;
  letter-spacing: 0;
  color: #076433;
  letter-spacing: 0;
  line-height: 0.65;
  font-size: 120px;
  font-size: 16vw;
}
@media screen and (min-width: 769px) {
  .ttl-main__en {
    font-size: 60px;
  }
}
.ttl-main__main, .ttl-main__sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.ttl-main__main {
  line-height: 1.7391304348;
  font-size: 46px;
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-main__main {
    font-size: 23px;
  }
}
.ttl-main__sub {
  color: #666;
  line-height: 1.75;
  font-size: 32px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-main__sub {
    font-size: 16px;
  }
}
.ttl-sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-weight: 600;
  background: #f5f9f7;
  border-bottom: solid 1px #076433;
  padding: 20px;
  margin-bottom: 40px;
}
.ttl-01 {
  margin-bottom: 60px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 46px;
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-01 {
    font-size: 23px;
  }
}
.ttl-02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  text-align: center;
  color: #076433;
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .ttl-02 {
    font-size: 18px;
  }
}
.ttl-03 {
  font-family: "Waterfall", cursive;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0.6;
  color: #076433;
  transform: rotate(-15deg);
  font-size: 120px;
  font-size: 16vw;
}
@media screen and (min-width: 769px) {
  .ttl-03 {
    font-size: 60px;
  }
}
.ttl-04 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #076433;
  border-bottom: solid 2px #076433;
  padding-bottom: 10px;
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-04 {
    font-size: 14px;
  }
}
.ttl-05 {
  color: #666;
  font-size: 32px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-05 {
    font-size: 16px;
  }
}

.txt-plain, .txt-01 {
  line-height: 2;
}

.footer-bar {
  width: 100%;
  aspect-ratio: 750/120;
  border-top: solid 1px #222;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 88;
}
.footer-bar .btn-reserve, .footer-bar .btn-totop {
  height: 100%;
}
.footer-bar .btn-reserve a, .footer-bar .btn-totop a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-bar .btn-reserve {
  width: 100%;
}
.footer-bar .btn-reserve a {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-bar .btn-reserve a {
    font-size: 16px;
  }
}
.footer-bar .btn-totop {
  height: 100%;
  aspect-ratio: 1/1;
}
.footer-bar .btn-totop img {
  max-width: 65%;
}

#menu-btn {
  position: fixed;
  top: 0;
  right: 15%;
  z-index: 100;
  cursor: pointer;
  width: 100px;
  max-width: 100%;
  width: 100px;
  max-width: 13.3333333333%;
}
@media screen and (min-width: 769px) {
  #menu-btn {
    max-width: 50px;
  }
}
#menu-btn.active {
  z-index: 99999;
}
@media screen and (max-width: 990px) {
  #menu-btn {
    right: 10%;
  }
}
@media screen and (max-width: 790px) {
  #menu-btn {
    right: 0;
  }
}

#header {
  position: relative;
}
#header .com-logo {
  width: 281px;
  max-width: 37.4666666667%;
}
@media screen and (min-width: 769px) {
  #header .com-logo {
    max-width: 140.5px;
  }
}
#header .com-logo {
  position: absolute;
  top: 2.5%;
  left: 5.33%;
}

.mv,
.sv {
  width: 100%;
  display: block;
}
.mv img,
.sv img {
  display: block;
  width: 100%;
}

.sv {
  aspect-ratio: 750/890;
}
.sv-img {
  width: 610px;
  max-width: 81.3333333333%;
}
@media screen and (min-width: 769px) {
  .sv-img {
    max-width: 305px;
  }
}
.sv-ttl {
  width: 680px;
  max-width: 90.6666666667%;
}
@media screen and (min-width: 769px) {
  .sv-ttl {
    max-width: 340px;
  }
}
.sv-ttl {
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 2px #222;
  padding-bottom: 20px;
  margin-top: 50px;
  position: relative;
}
.sv-ttl__en {
  position: absolute;
  right: 0;
  bottom: 140%;
  transform: translate(-40%, 0) rotate(-15deg);
  white-space: pre-wrap;
  font-family: "Waterfall", cursive;
  font-weight: normal;
  letter-spacing: 0;
  color: #076433;
  line-height: 0.65;
  font-size: 100px;
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sv-ttl__en {
    font-size: 50px;
  }
}
.sv-ttl__main, .sv-ttl__sub {
  display: block;
}
.sv-ttl__main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 0.5;
  font-size: 51px;
  font-size: 6.8vw;
}
@media screen and (min-width: 769px) {
  .sv-ttl__main {
    font-size: 25.5px;
  }
}
.sv-ttl__sub {
  font-family: "Gloock", serif;
  font-weight: normal;
  letter-spacing: 0;
  white-space: normal;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 85px;
  font-size: 11.3333333333vw;
}
@media screen and (min-width: 769px) {
  .sv-ttl__sub {
    font-size: 42.5px;
  }
}

.top-greeting .ttl-main, .top-performance .ttl-main, .top-info .ttl-main {
  flex-direction: column;
}
.top-lesson .ttl-main, .top-blog .ttl-main {
  flex-direction: row-reverse;
}
.top-lesson .ttl-main__main, .top-lesson .ttl-main__sub, .top-performance .ttl-main__main, .top-performance .ttl-main__sub, .top-blog .ttl-main__main, .top-blog .ttl-main__sub {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.top-greeting .ttl-main__en, .top-info .ttl-main__en, .top-blog .ttl-main__en {
  transform: rotate(-15deg);
}
.top-greeting .btn-01__link, .top-lesson .btn-01__link {
  width: 600px;
  max-width: 80%;
}
@media screen and (min-width: 769px) {
  .top-greeting .btn-01__link, .top-lesson .btn-01__link {
    max-width: 300px;
  }
}
.top-greeting .btn-01__link, .top-lesson .btn-01__link {
  aspect-ratio: 600/70;
}

.top-greeting {
  background: url("/img/top/greeting-bg.png") center top no-repeat;
  background-size: cover;
}
.top-greeting .com-side-en::before {
  content: "Art drawn with the body";
  top: 0;
  right: 0;
  top: 0;
  transform: translateY(65%);
}

.top-lesson {
  background: url("/img/top/lesson-bg.png") center top no-repeat;
  background-size: cover;
}
.top-lesson .ttl-main {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -40%);
}
.top-lesson .ttl-main__en {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-15deg);
}
.top-lesson .com-side-en::before {
  content: "Ballet lesson information";
  top: 0;
  right: 0;
  transform: translate(0, -40%);
}
.top-lesson .btn-02__link {
  width: 600px;
  max-width: 80%;
}
@media screen and (min-width: 769px) {
  .top-lesson .btn-02__link {
    max-width: 300px;
  }
}
.top-lesson .btn-02__link {
  aspect-ratio: 600/180;
  font-weight: 700;
  font-size: 40px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .top-lesson .btn-02__link {
    font-size: 20px;
  }
}

.top-performance {
  background: url("/img/top/performance-bg.png") center top no-repeat;
  background-size: cover;
}
.top-performance .com-side-en::before {
  content: "Scene from the performance";
  top: 130px;
  left: 0;
}
.top-performance .bx {
  -moz-column-gap: 4.41%;
       column-gap: 4.41%;
}
.top-performance .bx-item {
  width: 320px;
  max-width: 47.0588235294%;
}
@media screen and (min-width: 769px) {
  .top-performance .bx-item {
    max-width: 160px;
  }
}
.top-performance .ttl-main__en {
  transform: translate(-10%, -25%) rotate(-15deg);
}
.top-performance figure {
  width: 100%;
}
.top-performance .img-wrp {
  margin-top: -220px;
}

.top-info {
  background: url("/img/top/info-bg.png") center top no-repeat;
  background-size: cover;
}
.top-info .ttl-main__en {
  line-height: 0.45em;
}
.top-info .ttl-main__en span:last-child {
  line-height: 0;
}
.top-info .com-side-en::before {
  content: "Instructor and studio";
  top: 220px;
  right: 2.94%;
}
.top-info .wrp-tbl,
.top-info .list-btn {
  width: 600px;
  max-width: 88.2352941176%;
}
@media screen and (min-width: 769px) {
  .top-info .wrp-tbl,
  .top-info .list-btn {
    max-width: 300px;
  }
}
.top-info .wrp-tbl,
.top-info .list-btn {
  margin: 0 auto;
}
.top-info .btn {
  width: 100%;
}

.com-contact {
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.com-contact .ttl-main {
  flex-direction: column;
}
.com-contact .ttl-main__en {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(30%) rotate(-15deg);
}
.com-contact .bx {
  width: 600px;
  max-width: 88.2352941176%;
}
@media screen and (min-width: 769px) {
  .com-contact .bx {
    max-width: 300px;
  }
}
.com-contact .bx {
  background: rgba(255, 255, 255, 0.6);
}
.com-contact .btn a {
  aspect-ratio: 500/70;
}
.com-contact .btn a::before {
  left: 5%;
}
.com-contact .com-side-en::before {
  content: "Tours, trial reservations, and inquiries";
  right: 0;
  bottom: 0;
}

.top-blog .com-side-en::before {
  content: "Instructor and studio";
  top: 0;
  right: 0;
}
.top-blog .ttl-main {
  margin-right: 17.65%;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .main-contents-container {
  background: url("/img/common/lower-bg.png") center top no-repeat;
  background-size: 100%;
}

.lower-about {
  background: url("/img/about/about-bg.png") center top no-repeat;
  background-size: 100%;
}
.lower-about .bx {
  background: rgba(255, 255, 255, 0.4);
}
.lower-about .wrp-youtube {
  width: 100%;
}
.lower-about .wrp-youtube-ver {
  width: 100%;
  margin: 0 auto;
}

.lower-point {
  background: url("/img/about/point-bg.png") center center no-repeat;
  background-size: cover;
}
.lower-point .bx {
  width: 640px;
  max-width: 85.3333333333%;
}
@media screen and (min-width: 769px) {
  .lower-point .bx {
    max-width: 320px;
  }
}
.lower-point .bx {
  background: #ecf3ef;
}
.lower-point .ttl-03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-46%, -60%) rotate(-15deg);
}

.lower-studio {
  background: url("/img/about/gallery-bg.png") center center no-repeat;
  background-size: cover;
}

.lower-instructor {
  background: url("/img/info/instructor-bg.png") center top no-repeat;
  background-size: cover;
}

.lower-contact .btn-02__link {
  width: 600px;
  max-width: 88.2352941176%;
}
@media screen and (min-width: 769px) {
  .lower-contact .btn-02__link {
    max-width: 300px;
  }
}
.lower-contact .btn-02__link {
  aspect-ratio: 600/160;
}

#footer {
  width: 100%;
  aspect-ratio: 750/800;
  background: url("/img/common/footer-bg.png") center center no-repeat;
  background-size: cover;
}
#footer .com-logo {
  width: 271px;
  max-width: 39.8529411765%;
}
@media screen and (min-width: 769px) {
  #footer .com-logo {
    max-width: 135.5px;
  }
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-nav__list {
    font-size: 10px;
  }
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 20px;
}
.footer-nav__link {
  color: #fff;
}

.footer-copy small {
  font-weight: 400;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer-copy small {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */