/* Generated by less 3.11.1 */
/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v51/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v51/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
html {
  font-size: 62.5%;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #422E2E;
}
#menu-checkbox {
  display: none;
}
#menu-burger {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 10px;
  background-color: #C54B7A;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  #menu-burger {
    opacity: 1;
    pointer-events: auto;
  }
}
#menu-burger .menu-trigger,
#menu-burger .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#menu-burger .menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
}
#menu-burger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
#menu-burger .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-burger .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
#menu-burger .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(1) {
  top: 6px;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(3) {
  bottom: 6px;
}
@media (max-width: 750px) {
  nav {
    display: none;
  }
}
#menu-area {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#menu-area ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  grid-gap: 0.5em;
}
#menu-area ul li {
  text-align: center;
}
#menu-area ul li a {
  display: -webkit-inline-box;
  display: inline-flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#menu-area ul li a:hover {
  opacity: 0.5;
}
#menu-area ul li .en {
  font-size: 12px;
  color: #836565;
}
#menu-area ul li .ja {
  font-size: 15px;
}
#menu-area ul li.sns {
  margin-top: 15px;
}
#menu-area ul li.tel a {
  background-color: #c54b7a;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px 15px;
  border-radius: 5px;
  grid-gap: 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}
#menu-area ul li.studio a {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #157887;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
#menu-checkbox:checked ~ #menu-area {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(2) {
  opacity: 0;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg) !important;
          transform: translateY(-12px) rotate(45deg) !important;
}
#menu-checkbox:checked ~ #menu-burger.m02 .menu-trigger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(3) {
  opacity: 0;
}
header {
  padding: 20px 20px;
  margin-bottom: 20px;
}
header .inner {
  max-width: 1280px;
  margin: 0 auto;
}
header .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
header .flex h1 {
  margin-right: auto;
}
header .flex h1 img {
  width: 240px;
  margin-top: 10px;
}
@media (min-width: 350px) {
  header .flex h1 img {
    width: calc(240px  +  139  * ((100vw -  350px ) / 130 ));
  }
}
@media (min-width: 480px) {
  header .flex h1 img {
    width: 379px;
  }
}
@media (min-width: 350px) {
  header .flex h1 img {
    margin-top: calc(10px  +  -10  * ((100vw -  350px ) / 130 ));
  }
}
@media (min-width: 480px) {
  header .flex h1 img {
    margin-top: 0px;
  }
}
header .flex ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 15px;
}
@media (max-width: 800px) {
  header .flex ul {
    grid-gap: 5px;
  }
}
header .flex ul a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .flex ul a:hover {
  opacity: 0.5;
}
header .flex ul .tel {
  background-color: #C54B7A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.01em;
  padding: 0 10px;
  border-radius: 5px;
  grid-gap: 5px;
  white-space: nowrap;
}
header .flex ul .studio {
  white-space: nowrap;
  font-size: 13px;
  background-color: #157887;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  font-weight: bold;
}
@media (max-width: 750px) {
  header .flex ul {
    display: none;
  }
}
header nav {
  margin-top: 25px;
}
header nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
header nav ul li {
  width: 8em;
}
header nav ul li:not(:last-child) {
  border-right: 1px solid #422E2E;
}
header nav ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  grid-gap: 0.2em;
  margin: 0.5em;
}
header nav ul li a .en {
  color: #836565;
  font-size: 0.9em;
  display: inline-block;
}
header nav ul li a .ja {
  font-weight: bold;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
}
header nav ul li a .ja::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 100%;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom 0.6s;
  transition: border-bottom 0.6s;
}
header nav ul li a.active .ja::after,
header nav ul li a:hover .ja::after {
  border-bottom: 2px solid #422E2E;
}
main .inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main h2.common {
  text-align: center;
  margin-bottom: 40px;
}
main h2.common .en {
  color: #FF7BAC;
  font-size: 18px;
  margin-bottom: 5px;
}
main h2.common .ja {
  font-size: 24px;
  color: #422E2E;
  margin-bottom: 10px;
  line-height: 1.8em;
}
main h2.common::after {
  content: "";
  background-image: url(../img/common_h_deco.svg);
  background-size: 110px 10px;
  width: 110px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
main a.more {
  border: 1px solid #422E2E;
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main a.more::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index_common_more_arrow.svg);
  background-size: 20px 17px;
  width: 20px;
  height: 17px;
  position: absolute;
  right: 20px;
}
main a.more:hover {
  opacity: 0.5;
}
main section.hero {
  padding: 0 20px;
  margin-bottom: 50px;
}
main section.hero .swiper {
  border-radius: 10px;
}
main section.hero .swiper .swiper-pagination-bullet-active {
  background: #C54B7A;
}
main section.hero .swiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
main section.hero .swiper-wrapper {
  width: 100%;
  height: 600px;
  border-radius: 10px;
}
@media (max-width: 530px) {
  main section.hero .swiper-wrapper {
    height: 400px;
  }
}
main section.hero .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
main section.hero .swiper-wrapper .swiper-slide img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main section.hero .swiper-wrapper .swiper-slide .msg {
  background-color: rgba(196, 134, 134, 0.4);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: calc(60%);
  left: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.8em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
main section.hero .swiper-wrapper .swiper-slide .msg.bg-non {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 350px) {
  main section.hero .swiper-wrapper .swiper-slide .msg {
    font-size: calc(13px  +  15  * ((100vw -  350px ) / 290 ));
  }
}
@media (min-width: 640px) {
  main section.hero .swiper-wrapper .swiper-slide .msg {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  main section.hero .swiper-wrapper .swiper-slide .msg {
    left: 50%;
    white-space: nowrap;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
main section.hero .swiper-wrapper .swiper-slide .msg span {
  display: inline-block;
  padding: 0.1em 1em;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 0.5em;
}
main section.msg {
  padding: 0 20px;
}
main section.msg h2 {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 30px;
}
main section.msg h2::before {
  content: "";
  background-image: url(../img/index_msg_deco.svg);
  background-size: 300px 44px;
  display: block;
  width: 300px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 350px) {
  main section.msg h2 {
    font-size: calc(16px  +  10  * ((100vw -  350px ) / 180 ));
  }
}
@media (min-width: 530px) {
  main section.msg h2 {
    font-size: 26px;
  }
}
main section.msg p {
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
@media (max-width: 530px) {
  main section.msg p {
    margin-bottom: 80px;
  }
}
main section.msg .inner::before {
  content: "";
  display: block;
  background-image: url(../img/index_msg_ballet.svg);
  background-size: 242.5px 375px;
  width: 242.5px;
  height: 375px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main .top-deco {
  pointer-events: none;
  margin-top: -100px;
}
main section.contents {
  background-color: #F9F6F4;
  padding: 0 20px;
  padding-bottom: 100px;
}
main section.contents .items {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-gap: 30px;
}
main section.contents .items li a {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (max-width: 960px) {
  main section.contents .items li a {
    grid-template-columns: 1fr;
    height: auto;
  }
}
main section.contents .items li a:hover {
  opacity: 0.5;
}
main section.contents .items li a .left {
  position: relative;
  height: 250px;
  display: grid;
  grid-template-columns: 45% 55%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
main section.contents .items li a .left::before {
  content: "";
  display: block;
  background-image: url(../img/index_common_deco_a.svg);
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}
@media (max-width: 480px) {
  main section.contents .items li a .left {
    grid-template-columns: 1fr;
    height: 200px;
  }
}
main section.contents .items li a .left .icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  main section.contents .items li a .left .icon {
    display: none;
  }
}
main section.contents .items li a .left .txt h3 {
  background-image: url(../img/index_contents_deco.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 180px;
  height: 48px;
  aspect-ratio: 180 / 48;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #8C6E00;
  padding: 0.2em 2em;
}
main section.contents .items li a .left .txt p {
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 480px) {
  main section.contents .items li a .left .txt {
    text-align: center;
  }
  main section.contents .items li a .left .txt h3 {
    margin: 0 auto;
  }
}
main section.contents .items li a .right {
  position: relative;
}
main section.contents .items li a .right .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.contents .items li a .right .separate {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 250px;
  pointer-events: none;
}
@media (max-width: 960px) {
  main section.contents .items li a .right {
    height: 250px;
  }
  main section.contents .items li a .right .separate {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    width: 100%;
    height: 15px;
  }
}
main section.contents .items li:nth-child(2n) a .left {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media (max-width: 960px) {
  main section.contents .items li:nth-child(2n) a .left {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
main section.contents .items li:nth-child(2n) a .right .separate {
  left: inherit;
  right: 0;
}
main section.news .head {
  height: 400px;
  margin-bottom: -100px;
}
main section.news .head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.news .wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
  padding: 50px 20px;
}
main section.news .wrap::before {
  content: "";
  display: block;
  background-image: url(../img/index_common_deco_a.svg);
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}
main section.news .news-items {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 40px;
}
main section.news .news-items li {
  border-bottom: 1px solid #FF7BAC;
}
main section.news .news-items li a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  grid-gap: 20px;
  padding: 1em 0;
  letter-spacing: 0.05em;
}
main section.news .news-items li a:hover {
  opacity: 0.5;
}
main section.news .news-items li a time {
  font-size: 14px;
}
main section.news .news-items li a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main section.news .topics-items {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 720px) {
  main section.news .topics-items {
    grid-template-columns: 1fr 1fr;
  }
}
main section.news .topics-items li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.news .topics-items li a:hover {
  opacity: 0.5;
}
main section.news .topics-items li a .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
main section.news .topics-items li a .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.news .topics-items li a p {
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main section.studio {
  background-color: #f9f6f4;
  padding: 40px 20px;
}
main section.studio dl {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  margin-bottom: 40px;
}
main section.studio dl div dt {
  letter-spacing: 0.05em;
  line-height: 1.6em;
  border-left: 10px solid #C54B7A;
  padding-left: 5px;
  margin-bottom: 10px;
}
main section.studio dl div dt .name {
  font-size: 20px;
}
main section.studio dl div dt .address span {
  font-size: 14px;
  color: #666;
}
main section.studio dl div dt.nayoro {
  border-left: 10px solid #157887;
}
main section.studio dl div dd {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 640px) {
  main section.studio dl div dd {
    grid-template-columns: 1fr;
  }
}
main section.studio dl div dd .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  main section.studio dl div dd .map {
    aspect-ratio: 3/2;
  }
}
main section.studio dl div dd .img img {
  width: 100%;
}
main .bottom-deco {
  pointer-events: none;
  margin-bottom: 50px;
}
main .totop {
  padding: 0 20px;
  margin-bottom: 50px;
}
main .totop .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
main .totop .inner a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main .totop .inner a:hover {
  opacity: 0.5;
}
main section.page {
  padding: 40px 20px;
}
main section.page .news-items {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 40px;
}
main section.page .news-items li {
  border-bottom: 1px solid #FF7BAC;
}
main section.page .news-items li a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  grid-gap: 20px;
  padding: 1em 0;
  letter-spacing: 0.05em;
}
main section.page .news-items li a:hover {
  opacity: 0.5;
}
main section.page .news-items li a time {
  font-size: 14px;
}
main section.page .news-items li a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main section.page .content {
  max-width: 750px;
  margin: 0 auto;
}
main section.page .content .thumbnail img {
  border-radius: 10px;
  margin-bottom: 30px;
}
main section.page .pagination {
  display: -webkit-box;
  display: flex;
  grid-gap: 1em;
  -webkit-box-pack: center;
          justify-content: center;
}
main section.page .pagination a,
main section.page .pagination span {
  border: 1px solid #313131;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
main section.page .pagination .current {
  cursor: not-allowed;
  opacity: 0.5;
}
main section.page .topics-items {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 720px) {
  main section.page .topics-items {
    grid-template-columns: 1fr 1fr;
  }
}
main section.page .topics-items li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.page .topics-items li a:hover {
  opacity: 0.5;
}
main section.page .topics-items li a .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
main section.page .topics-items li a .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.page .topics-items li a p {
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main section.page h3 {
  border-left: 5px solid #422E2E;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  padding-left: 5px;
  margin-bottom: 20px;
}
main section.page .first {
  max-width: 960px;
  margin: 0 auto;
}
main section.page .first .wrap {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  main section.page .first .wrap {
    grid-template-columns: 1fr;
  }
}
main section.page .first .wrap .txt {
  line-height: 1.8em;
}
main section.page .first .wrap .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
main section.page .first .wrap .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.page .first .step {
  margin-bottom: 100px;
}
main section.page .first .step .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 30px 10px;
}
@media (max-width: 640px) {
  main section.page .first .step .grid {
    text-align: center;
  }
}
main section.page .first .step .grid .num {
  background-color: #C7B299;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 640px) {
  main section.page .first .step .grid .num {
    max-width: 200px;
    margin: 0 auto;
  }
}
main section.page .first .step .grid .arrow {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
main section.page .first .step .grid .arrow img:first-child {
  position: absolute;
  width: 4px;
  top: 0;
  height: calc(100% - 10px);
}
main section.page .first .step .grid .arrow img:last-child {
  width: 24px;
}
@media (max-width: 640px) {
  main section.page .first .step .grid .arrow {
    display: none;
  }
}
@media (max-width: 640px) {
  main section.page .first .step .grid > div {
    grid-column:  1 / 3;
  }
}
main section.page .first .step .grid h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
@media (max-width: 640px) {
  main section.page .first .step .grid h4 {
    margin-top: -1em;
    grid-column:  1 / 3;
  }
}
main section.page .first .step .grid .txt {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
main section.page .first .step .grid .txt h5 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
main section.page .first .step .grid .txt p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
main section.page .first .step .grid .txt .flex {
  display: -webkit-box;
  display: flex;
  grid-gap: 40px;
}
@media (max-width: 640px) {
  main section.page .first .step .grid .txt .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  main section.page .first .step .grid .txt .flex img {
    margin: 0 auto;
  }
}
main section.page .first .step .grid .txt .tel-email {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
@media (max-width: 850px) {
  main section.page .first .step .grid .txt .tel-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    grid-gap: 30px;
  }
}
main section.page .first .step .grid .txt .tel-email li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 10px;
  color: #fff;
  background-color: #c54b7a;
  font-size: 22px;
  width: 315px;
  height: 72px;
  border-radius: 36px;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.page .first .step .grid .txt .tel-email li a:hover {
  opacity: 0.5;
}
main section.page .first .step .grid .txt .tel-email li a.email {
  background-color: #157887;
}
@media (max-width: 850px) {
  main section.page .first .step .grid .txt .tel-email li a {
    font-size: 18px;
    width: 250px;
    height: 60px;
  }
}
main section.page .first .step .grid .frame {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 5px;
  color: #555;
  font-size: 16px;
  background: #ffe7f0;
  border-radius: 20px;
  padding: 30px 30px;
  line-height: 1.8em;
}
main section.page .first .step .grid .frame::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe7f0;
}
main section.page .first .step .grid .sensei {
  text-align: right;
}
main section.page .first .step .grid .sensei img {
  max-width: 120px;
}
main section.page .about {
  max-width: 960px;
  margin: 0 auto;
}
main section.page .about .wrap {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
main section.page .about .wrap.left {
  background-image: -webkit-linear-gradient(left, #f9f6f4 50%, #fff 50%);
  background-image: linear-gradient(90deg, #f9f6f4 50%, #fff 50%);
}
main section.page .about .wrap.right {
  background-image: -webkit-linear-gradient(left, #fff 50%, #f9f6f4 50%);
  background-image: linear-gradient(90deg, #fff 50%, #f9f6f4 50%);
  margin-bottom: 60px;
}
main section.page .about .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 20px;
  margin-bottom: 100px;
}
main section.page .about .gallery li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.page .about .gallery li a:hover {
  opacity: 0.5;
}
main section.page .about .gallery li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 5px;
}
main section.page .about .profile {
  background-color: #f9f6f4;
  border-radius: 0 10px 10px 0;
  display: grid;
  grid-template-columns: 1fr 45%;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  main section.page .about .profile {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
main section.page .about .profile .txt .position {
  font-size: 14px;
  margin-bottom: 5px;
}
main section.page .about .profile .txt .name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  grid-gap: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  white-space: nowrap;
}
main section.page .about .profile .txt .name .ja {
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 350px) {
  main section.page .about .profile .txt .name .ja {
    font-size: calc(16px  +  2  * ((100vw -  350px ) / 290 ));
  }
}
@media (min-width: 640px) {
  main section.page .about .profile .txt .name .ja {
    font-size: 18px;
  }
}
main section.page .about .profile .txt .name .en {
  color: #FF5CAA;
  font-size: 15px;
  font-size: 12px;
}
@media (min-width: 350px) {
  main section.page .about .profile .txt .name .en {
    font-size: calc(12px  +  3  * ((100vw -  350px ) / 290 ));
  }
}
@media (min-width: 640px) {
  main section.page .about .profile .txt .name .en {
    font-size: 15px;
  }
}
main section.page .about .profile .txt .member {
  font-size: 14px;
  margin-bottom: 10px;
}
main section.page .about .profile .txt .history {
  font-size: 14px;
  line-height: 2em;
}
main section.page .about .profile .txt .history span {
  white-space: nowrap;
}
main section.page .about .profile .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/3;
}
main section.page .about .msg {
  background-color: #f9f6f4;
  border-radius: 10px 0 0 10px;
  padding: 30px 30px 30px 60px;
  margin-left: 300px;
  position: relative;
}
@media (max-width: 750px) {
  main section.page .about .msg {
    margin-left: 0;
    padding: 20px;
  }
}
main section.page .about .msg h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
main section.page .about .msg h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
main section.page .about .msg p {
  line-height: 2em;
  letter-spacing: 0.05em;
}
main section.page .about .msg::after {
  content: "";
  display: block;
  background-image: url(../img/about_ballet.svg);
  background-size: 318px 450px;
  width: 318px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: -150px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  main section.page .about .msg::after {
    background-size: 212px 300px;
    width: 212px;
    height: 300px;
    top: inherit;
    left: 50%;
    -webkit-transform: none;
            transform: none;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main section.page .studio {
  max-width: 960px;
  margin: 0 auto;
}
main section.page .studio .wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 40px 30px;
  margin-bottom: 60px;
}
main section.page .studio .wrap > h4 {
  font-weight: bold;
  margin-bottom: 30px;
}
main section.page .studio .wrap dl.address > div:not(:last-child) {
  margin-bottom: 30px;
}
main section.page .studio .wrap dl.address dt h5 {
  background-color: #c54b7a;
  color: #Fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
  border-radius: 5px;
  margin-bottom: 10px;
}
main section.page .studio .wrap dl.address dt h5.nayoro {
  background-color: #157887;
}
main section.page .studio .wrap dl.address dt .tip {
  font-size: 14px;
  margin-bottom: 10px;
}
main section.page .studio .wrap dl.address dd {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.address dd {
    grid-template-columns: 100%;
  }
}
main section.page .studio .wrap dl.address dd .map {
  display: grid;
  grid-template-rows: auto 1fr;
}
main section.page .studio .wrap dl.address dd .map .address {
  font-size: 14px;
  line-height: 2em;
}
main section.page .studio .wrap dl.address dd .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.address dd .map iframe {
    height: inherit;
    aspect-ratio: 3/2;
  }
}
main section.page .studio .wrap dl.class dt {
  margin-bottom: 20px;
}
main section.page .studio .wrap dl.class dt h4 {
  background-color: #c54b7a;
  color: #Fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
  border-radius: 5px;
  margin-bottom: 10px;
}
main section.page .studio .wrap dl.class dt h4.nayoro {
  background-color: #157887;
}
main section.page .studio .wrap dl.class dt h5 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
main section.page .studio .wrap dl.class dt p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dt {
    text-align: center;
  }
  main section.page .studio .wrap dl.class dt h4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
main section.page .studio .wrap dl.class dd:not(:last-child) {
  margin-bottom: 60px;
}
main section.page .studio .wrap dl.class dd ul {
  display: grid;
  grid-gap: 30px;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dd ul {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
main section.page .studio .wrap dl.class dd ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dd ul li {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
main section.page .studio .wrap dl.class dd ul li .class .name-tip {
  display: -webkit-box;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dd ul li .class .name-tip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
main section.page .studio .wrap dl.class dd ul li .class .name-tip .name {
  background-image: url(../img/studio_class_bg.svg);
  background-size: contain;
  aspect-ratio: 300/68;
  font-size: 18px;
  color: #8C6E00;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-repeat: no-repeat;
  width: 200px;
  min-width: 200px;
}
main section.page .studio .wrap dl.class dd ul li .class .name-tip .tip {
  font-size: 14px;
  line-height: 1.6em;
}
main section.page .studio .wrap dl.class dd ul li .class p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dd ul li .class p {
    text-align: center;
  }
}
main section.page .studio .wrap dl.class dd ul li .schedule {
  display: grid;
  grid-template-columns: 5em 8em;
  grid-gap: 4px;
  align-self: center;
  text-align: center;
  color: #333;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.class dd ul li .schedule {
    margin: 0 auto;
  }
}
main section.page .studio .wrap dl.class dd ul li .schedule .week {
  padding: 0.5em 1em;
  background-color: #CCCCCC;
}
main section.page .studio .wrap dl.class dd ul li .schedule .time {
  padding: 0.5em 1em;
  background-color: #E6E6E6;
}
main section.page .studio .wrap dl.lesson {
  max-width: 640px;
  margin: 0 auto;
}
main section.page .studio .wrap dl.lesson dt {
  background-color: #A16280;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 20px;
  border: 3px solid #fff;
  border-bottom: 0;
}
main section.page .studio .wrap dl.lesson dd {
  margin-bottom: 5px;
}
main section.page .studio .wrap dl.lesson dd table {
  width: 100%;
}
main section.page .studio .wrap dl.lesson dd table th,
main section.page .studio .wrap dl.lesson dd table td {
  border: 3px solid #fff;
  padding: 20px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
main section.page .studio .wrap dl.lesson dd table th {
  background-color: #EEA8C9;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  font-weight: bold;
  font-size: 14px;
}
main section.page .studio .wrap dl.lesson dd table td {
  background-color: #F2F2F2;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 750px) {
  main section.page .studio .wrap dl.lesson dd table tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  main section.page .studio .wrap dl.lesson dd table th {
    width: 100%;
  }
  main section.page .studio .wrap dl.lesson dd table td.ttl {
    background-color: #e2e2e2;
  }
}
main section.page .studio .wrap > div.tip {
  font-size: 14px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 2em;
}
main section.page .studio .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main section.page .studio .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  aspect-ratio: 3/2;
}
main section.page .studio .main {
  aspect-ratio: 3/2;
  width: 100%;
}
main section.page .studio .thumbnail {
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
main section.page .studio .thumbnail .swiper-slide {
  width: 25%;
  opacity: 0.4;
}
main section.page .studio .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
main section.page .studio .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.page .contact {
  max-width: 960px;
  margin: 0 auto;
}
main section.page .contact h3 {
  border: none;
  text-align: center;
  margin-bottom: 40px;
}
main section.page .contact .wrap {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #f9f6f4;
}
main section.page .contact form {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 0;
}
main section.page .contact form label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
main section.page .contact form input,
main section.page .contact form textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 0.5em;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}
main section.page .contact form textarea {
  height: 300px;
}
main section.page .contact form button {
  background-color: #ff7bac;
  color: #fff;
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
main section.page .contact form button:hover {
  opacity: 0.5;
}
footer {
  padding: 40px 20px 20px 20px;
  background: url(../img/common_footer_bg.svg), #3F210D;
  background-size: cover;
  color: #fff;
  text-align: center;
}
footer .name {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .name::after {
  display: block;
  content: "";
  margin-top: 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
footer address {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 150px;
}
footer address span {
  white-space: nowrap;
}
footer small {
  font-size: 10px;
}
