@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap';
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  font-family: Montserrat, 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
    sans-serif;
  font-size: 14px;
  font-weight: 100;
  font-feature-settings: 'palt';
  line-height: 160%;
  color: white;
  text-align: justify;
  letter-spacing: 0.1em;
  background-color: black;
}

@media screen and (width >= 375px) {
  body {
    font-size: 16px;
  }
}

.l-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-container {
  width: 100%;
  max-width: 1064px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (width >= 768px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.l-container .l-container__px {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (width >= 1440px) {
  .l-container .l-container__px {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-main-content {
  width: 100%;
}

@media screen and (width >= 768px) {
  .l-main-content {
    position: absolute;
    position: relative;
    left: 0%;
    width: 375px;
    margin-left: -20px;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 16.1%);
  }
}

@media screen and (width >= 1024px) {
  .l-main-content {
    margin-left: unset;
  }
}

@media screen and (width >= 1440px) {
  .l-main-content {
    width: 500px;
  }
}

@media screen and (width >= 768px) {
  .l-side-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 8.3333333333vw;
    height: 100vh;
    background-color: white;
  }
}

@media screen and (width >= 1440px) {
  .l-side-bg {
    width: calc(128px + (100vw - 1440px) * 0.5);
  }
}

.l-header-sticky {
  display: none;
}

@media screen and (width >= 768px) {
  .l-header-sticky {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    width: 8.3333333333vw;
    margin-left: -50vw;
  }
}

@media screen and (width >= 1440px) {
  .l-header-sticky {
    width: 120px;
    margin-left: -712px;
  }
}

.l-base {
  padding-right: 4.1666666667vw;
  padding-left: 4.1666666667vw;
}

@media screen and (width >= 768px) {
  .l-base {
    margin-left: 8.3333333333vw;
  }
}

@media screen and (width >= 1440px) {
  .l-base {
    padding-right: 64px;
    padding-left: 64px;
    margin-left: 128px;
  }
}

.l-negative {
  margin-right: -4.1666666667vw;
  margin-left: -4.1666666667vw;
}
.l-negative.l-negative--parallax {
  height: 120px;
  margin-top: 64px;
  overflow: hidden;
}

@media screen and (width >= 375px) {
  .l-negative.l-negative--parallax {
    height: 170px;
  }
}

@media screen and (width >= 425px) {
  .l-negative.l-negative--parallax {
    height: 210px;
  }
}

@media screen and (width >= 768px) {
  .l-negative.l-negative--parallax {
    height: 310px;
  }
}

@media screen and (width >= 1024px) {
  .l-negative.l-negative--parallax {
    height: 560px;
  }
}

@media screen and (width >= 1440px) {
  .l-negative {
    margin-right: -64px;
    margin-left: -64px;
  }
}

.l-wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  font-weight: normal;
}
.l-footer .l-footer__links {
  padding-bottom: 32px;
}
.l-footer .l-footer__links-row {
  font-size: 11px;
  line-height: 2;
  text-align: center;
}

@media screen and (width >= 375px) {
  .l-footer .l-footer__links-row {
    font-size: 12px;
  }
}

@media screen and (width >= 1440px) {
  .l-footer .l-footer__links-row {
    font-size: 14px;
  }
}
.l-footer .l-footer__links-col {
  display: inline;
}
.l-footer .l-footer__links-col::after {
  margin-right: 0.2em;
  margin-left: 0.4em;
  content: '|';
}
.l-footer .l-footer__links-col:nth-child(2n)::after {
  white-space: pre;
  content: '\a';
}

@media screen and (width >= 768px) {
  .l-footer .l-footer__links-col:nth-child(2n)::after {
    margin-right: 0.2em;
    margin-left: 0.4em;
    content: '|';
  }
}

@media screen and (width >= 768px) {
  .l-footer .l-footer__links-col:last-child::after {
    content: '';
  }
}
.l-footer .l-footer__links-note {
  margin-top: 20px;
  margin-right: -1em;
  margin-left: -1em;
  font-size: 10px;
  text-align: center;
}

@media screen and (width >= 1440px) {
  .l-footer .l-footer__links-note {
    font-size: 12px;
  }
}
.l-footer .l-footer__container {
  padding-bottom: 20px;
}
.l-footer .l-footer__note {
  margin-left: 1em;
  font-size: 10px;
  text-indent: -1em;
}

@media screen and (width >= 1440px) {
  .l-footer .l-footer__note {
    font-size: 12px;
  }
}
.l-footer .l-footer__note-list {
  margin-top: 0.5em;
}
.l-footer .l-footer__note-list:first-child {
  margin-top: 0;
}
.l-footer .l-footer__copy-right {
  margin-right: -1em;
  margin-left: -1em;
  font-size: 10px;
  text-align: center;
}

@media screen and (width >= 1440px) {
  .l-footer .l-footer__copy-right {
    font-size: 12px;
  }
}

.c-button {
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0;
  align-items: center;
  justify-content: space-around;
  width: 195px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  background-color: #1fa6e4;
  border-radius: 9999px;
}
.c-button.c-button--light {
  background-color: #c11920;
}
.c-button::before {
  content: '';
}
.c-button::after {
  font-size: 24px;
}

.c-classes__cards {
  display: grid;
  gap: 32px;
}

@media screen and (width >= 768px) {
  .c-classes__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.c-classes__card {
  padding: 16px;
  line-height: 2;
  background-color: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 10%);
}

@media screen and (width >= 768px) {
  .c-classes__card {
    padding: 32px;
  }
}
.c-classes__card table {
  font-size: 13px;
}

@media screen and (width >= 375px) {
  .c-classes__card table {
    font-size: 16px;
  }
}
.c-classes__card th {
  padding-right: 8px;
  font-weight: 100;
}

.c-cta-balloon {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1;
  background-color: #fff100;
  border-radius: 9999px;
}

@media screen and (width >= 1440px) {
  .c-cta-balloon {
    height: 36px;
    font-size: 20px;
  }
}
.c-cta-balloon::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-color: #fff200 transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
}

.c-heading-h2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

@media screen and (width >= 375px) {
  .c-heading-h2 {
    margin-bottom: 64px;
    font-size: 30px;
  }
}

@media screen and (width >= 425px) {
  .c-heading-h2 {
    margin-bottom: 64px;
    font-size: 36px;
  }
}

@media screen and (width >= 768px) {
  .c-heading-h2 {
    font-size: 64px;
  }
}

.c-heading-h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (width >= 375px) {
  .c-heading-h3 {
    font-size: 24px;
  }
}

.c-heading-h4 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.375;
}

@media screen and (width >= 375px) {
  .c-heading-h4 {
    font-size: 18px;
  }
}

@media screen and (width >= 425px) {
  .c-heading-h4 {
    padding-bottom: 16px;
    line-height: 1;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }
}

@media screen and (width >= 768px) {
  .c-heading-h4 {
    line-height: 1.375;
  }
}

@media screen and (width >= 1024px) {
  .c-heading-h4 {
    line-height: 1;
  }
}

.c-heading-h5 {
  font-size: 18px;
}

.p-classes--adult .p-classes--adult__lead-container {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (width >= 375px) {
  .p-classes--adult .p-classes--adult__lead-container {
    font-size: 18px;
  }
}
.p-classes--adult .p-classes--adult__lead-container .p-classes--adult__lead {
  margin-top: 16px;
}
.p-classes--adult .p-classes--adult__lead-container .p-classes--adult__lead:first-child {
  margin-top: 0;
}

.p-concept .p-concept__lead {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (width >= 425px) {
  .p-concept .p-concept__lead {
    font-size: 18px;
  }
}

@media screen and (width >= 768px) {
  .p-concept .p-concept__lead {
    font-size: 21px;
  }
}

@media screen and (width >= 1440px) {
  .p-concept .p-concept__lead {
    font-size: 24px;
  }
}
.p-concept .p-concept__lead p {
  margin-top: 8px;
}

.p-header-sticky .p-header-sticky__container {
  padding-top: 32px;
  color: black;
}
.p-header-sticky .p-header-sticky__logos {
  display: block;

  /* 回転の基点を左上に設定 */
  grid-template-rows: unset;
  grid-template-columns: auto auto;
  gap: 16px;
  align-items: center;
  justify-content: start;
  width: 200px;
  width: unset;
}
.p-header-sticky .p-header-sticky__logo-container {
  position: relative;
  display: block;
  width: 40px;
  height: 342.484px;
  margin: auto;
}
.p-header-sticky .p-header-sticky__logo {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 342.484px;
  width: max-content;
  max-width: unset;
  height: auto;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: top left;
  transform-origin: bottom left;
}
.p-header-sticky .p-header-sticky__buttons {
  display: grid;
  gap: 16px;
  width: 24px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.p-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70.8333333333vw;
  height: 100dvh;
  margin-right: -8.3333333333vw;
  overflow: hidden;
}
.p-hero .p-hero__image-wrapper {
  height: 91.6666666667vw;
  overflow: hidden;
}

@media screen and (width >= 1440px) {
  .p-hero .p-hero__image-wrapper {
    height: 1320px;
  }
}
.p-hero .p-hero__image {
  object-fit: cover;
  width: 100%;
  height: 100dvh;
}
.p-hero .p-hero__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 44.4444444444vw;
  margin: auto;
}

/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  width: 100vw;
  height: 100dvh;
  background-color: black;
  transition: all 1s;
}
#loading .loading__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 44.4444444444vw;
  margin: auto;
  opacity: 0.1;
}

.loaded {
  visibility: hidden;
  opacity: 0;
}

.p-masthead-pc {
  display: none;
}

@media screen and (width >= 768px) {
  .p-masthead-pc {
    position: fixed;
    top: 40px;
    right: 50%;
    z-index: 1;
    display: grid;
    grid-gap: 0 20px;
    margin-right: 40px;
  }
}

@media screen and (width >= 768px) and (width >= 1024px) {
  .p-masthead-pc {
    margin-right: 30px;
  }
}

@media screen and (width >= 768px) and (width >= 1440px) {
  .p-masthead-pc {
    grid-template-rows: 1fr;
    grid-template-columns: 252px 1fr;
  }
}
.p-masthead-pc .p-masthead-pc__badges {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 60px);
  grid-gap: 0 12px;
  justify-content: end;
}

@media screen and (width >= 1440px) {
  .p-masthead-pc .p-masthead-pc__badges {
    grid-template-columns: repeat(4, 80px);
  }
}
.p-masthead-pc .p-masthead-pc__badge {
  position: relative;
}
.p-masthead-pc .p-masthead-pc__badge::after {
  position: absolute;
  top: 0;
  right: -12px;
  font-size: 12px;
}
.p-masthead-pc .p-masthead-pc__badge.p-masthead-pc__badge--1::after {
  content: '＊1';
}
.p-masthead-pc .p-masthead-pc__badge.p-masthead-pc__badge--2::after {
  content: '＊2';
}
.p-masthead-pc .p-masthead-pc__badge.p-masthead-pc__badge--3::after {
  content: '＊3';
}
.p-masthead-pc .p-masthead-pc__badge.p-masthead-pc__badge--4::after {
  content: '＊4';
}
.p-masthead-pc .p-masthead-pc__logo {
  max-width: 252px;
  margin-bottom: 12px;
  margin-left: auto;
}

.p-masthead-sp {
  position: relative;
  height: 58px;
  background-color: white;
}

@media screen and (width >= 768px) {
  .p-masthead-sp {
    display: none;
  }
}
.p-masthead-sp .p-masthead-sp__label {
  position: absolute;
  right: 0;
  max-width: 151px;
}

.p-masthead-sp__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  max-width: 149px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (width >= 375px) {
  .p-masthead-sp__logo {
    max-width: 200px;
  }
}

.p-nav {
  display: none;
  padding-top: 128px;
  padding-bottom: 32px;
  font-weight: 400;
}

@media screen and (width >= 768px) {
  .p-nav {
    display: block;
  }
}

@media screen and (width >= 1024px) {
  .p-nav {
    font-size: 18px;
  }
}
.p-nav .p-nav__lists {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
  justify-content: start;
}

@media screen and (width >= 1024px) {
  .p-nav .p-nav__lists {
    grid-template-columns: repeat(6, auto);
    gap: 16px;
  }
}
.p-nav .p-nav__link {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
.p-nav .p-nav__link::before,
.p-nav .p-nav__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  content: '';
  background-color: rgb(255 255 255);
  transition: width 0.2s ease-out;
}
.p-nav .p-nav__link::before {
  width: 100%;
  background-color: rgb(255 255 255 / 25%);
}
.p-nav .p-nav__link:hover::after {
  width: 100%;
}

.js-toggle-hamburger {
  cursor: pointer;
}

.p-nav-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  color: white;
  text-align: center;
  visibility: hidden;
  background-color: rgb(0 0 0 / 80%);
  background-size: 160px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s linear;
}
.p-nav-full-screen.is-show {
  visibility: visible;
  opacity: 1;
}
.p-nav-full-screen .nuv-body {
  display: grid;
  align-items: center;
  justify-content: center;
}
.p-nav-full-screen .nuv-menus {
  text-align: left;
}
.p-nav-full-screen .nuv-menu {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media screen and (width >= 1024px) {
  .p-nav-full-screen .nuv-menu {
    margin-bottom: 32px;
  }
}
.p-nav-full-screen .nuv-menu::before,
.p-nav-full-screen .nuv-menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  content: '';
  background-color: rgb(255 255 255);
  transition: width 0.2s ease-out;
}
.p-nav-full-screen .nuv-menu::before {
  width: 100%;
  background-color: rgb(255 255 255 / 25%);
}
.p-nav-full-screen .nuv-menu:hover::after {
  width: 100%;
}
.p-nav-full-screen .nuv-menu-anchor {
  position: relative;
  display: block;
}
.p-nav-full-screen .nuv-menu-title {
  font-size: 18px;
}

@media screen and (width >= 1440px) {
  .p-nav-full-screen .nuv-menu-title {
    font-size: 22px;
  }
}
.p-nav-full-screen .svg-icon-instagram,
.p-nav-full-screen .svg-icon-envelope,
.p-nav-full-screen .svg-icon-xmark-solid {
  fill: white;
}
.p-nav-full-screen .p-nav-full-screen__buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
.p-nav-full-screen .p-nav-full-screen__button {
  width: 24px;
}
.p-nav-full-screen .p-nav-full-screen__site-name {
  margin-bottom: 16px;
  font-size: 24px;
}

@media screen and (width >= 768px) {
  .p-nav-full-screen .p-nav-full-screen__site-name {
    margin-bottom: 32px;
  }
}

.p-profile .p-profile__grid {
  display: grid;
  gap: 16px;
  align-items: center;
}

@media screen and (width >= 768px) {
  .p-profile .p-profile__grid {
    grid-template-columns: auto 1fr;
    gap: 32px;
  }
}
.p-profile .p-profile__image {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.p-profile .p-profile__paragraph {
  margin-top: 12px;
  line-height: 1.75;
}

.p-main {
  padding-right: 8.3333333333vw;
  padding-left: 8.3333333333vw;
  margin-left: 16.6666666667vw;
}

.p-header-sticky__button-container {
  position: fixed;
  top: 0;
  right: 4px;
  z-index: 10;
}

@media screen and (width >= 768px) {
  .p-header-sticky__button-container {
    top: 8px;
    right: 24px;
  }
}

@media screen and (width >= 1440px) {
  .p-header-sticky__button-container {
    right: 50%;
    margin-right: -697px;
  }
}

.p-header-sticky__button {
  position: absolute;
  right: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}

.p-header-sticky__button .p-header-sticky__button-bar {
  /* アニメーションの設定 */
  position: absolute;
  left: 16px;
  display: inline-block;
  width: 50%;
  height: 1px;
  background: rgb(255 255 255 / 65%);
  transition: all 0.4s;
}

.p-header-sticky__button .p-header-sticky__button-bar:nth-of-type(1) {
  top: 18px;
}

.p-header-sticky__button .p-header-sticky__button-bar:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-header-sticky__button .p-header-sticky__button-bar:nth-of-type(3) {
  bottom: 18px;
}

/* activeクラスが付与されると線が回転して×に */
.p-header-sticky__button.is-active .p-header-sticky__button-bar:nth-of-type(1) {
  top: 16.5px;
  left: 16.5px;
  width: 50%;
  transform: translateY(12px) rotate(-45deg);
}

.p-header-sticky__button.is-active .p-header-sticky__button-bar:nth-of-type(2) {
  opacity: 0;

  /* 真ん中の線は透過 */
}

.p-header-sticky__button.is-active .p-header-sticky__button-bar:nth-of-type(3) {
  bottom: 16.5px;
  left: 16.5px;
  width: 50%;
  transform: translateY(-12px) rotate(45deg);
}

.p-concept,
.p-classes,
.p-profile,
.p-studio,
.l-footer {
  margin-top: 64px;
}

@media screen and (width >= 375px) {
  .p-concept,
  .p-classes,
  .p-profile,
  .p-studio,
  .l-footer {
    margin-top: 96px;
  }
}

.p-classes .p-classes__schedule,
.p-classes .p-classes__fee {
  margin-top: 64px;
}
.p-classes .p-classes__grid {
  display: grid;
  gap: 16px;
}

@media screen and (width >= 425px) {
  .p-classes .p-classes__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.p-classes .p-classes__grid div:nth-of-type(1) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

@media screen and (width >= 425px) {
  .p-classes .p-classes__grid div:nth-of-type(1) {
    padding: unset;
    border: unset;
  }
}

.p-scroll-arrow {
  position: fixed;
  right: 16px;
  bottom: 0;
  z-index: 2;
  display: grid;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / 65%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  animation: arrowmove 3s ease-in-out infinite;
}

@media screen and (width >= 1440px) {
  .p-scroll-arrow {
    right: 50%;
    margin-right: -705px;
  }
}
.p-scroll-arrow::before {
  position: absolute;
  bottom: -101px;
  left: 50%;
  width: 1px;
  height: 20px;
  margin-left: 3px;
  content: '';
  background-color: rgb(255 255 255 / 65%);
  rotate: 20deg;
}
.p-scroll-arrow::after {
  position: absolute;
  bottom: -100px;
  left: 50%;
  display: grid;
  justify-content: center;
  width: 1px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  background-color: rgb(255 255 255 / 65%);
}
.p-scroll-arrow.is-hidden {
  opacity: 0;
}
.p-scroll-arrow.is-show {
  opacity: 1;
}

/* 下からの距離が変化して全体が下→上→下に動く */
@keyframes arrowmove {
  0% {
    bottom: 105px;
  }
  50% {
    bottom: 115px;
  }
  100% {
    bottom: 105px;
  }
}
.p-scroll-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 11;
  display: block;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  font-size: 15px;
  line-height: 1;
  color: rgb(255 255 255 / 65%);
  text-align: center;
  border-color: rgb(255 255 255 / 65%);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media screen and (width >= 1440px) {
  .p-scroll-to-top {
    right: 50%;
    margin-right: -704px;
  }
}
.p-scroll-to-top.is-hidden {
  display: none;
}
.p-scroll-to-top.is-show {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  transition: opacity 0.5s ease;
}
.p-scroll-to-top.is-show:hover {
  opacity: 0.6;
}
.p-scroll-to-top .p-scroll-to-top__icon {
  margin-bottom: 6px;
}

/* 下からの距離が変化して全体が下→上→下に動く */
@keyframes arrowmove {
  0% {
    bottom: 110px;
  }
  50% {
    bottom: 120px;
  }
  100% {
    bottom: 110px;
  }
}
.p-studio .p-studio__grid {
  display: grid;
  gap: 16px;
  justify-content: center;
}

@media screen and (width >= 768px) {
  .p-studio .p-studio__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.p-studio .p-studio__paragraph {
  margin-top: 12px;
}
.p-studio .p-studio__map-container {
  position: relative;
  width: 100%;

  /* 16:9 アスペクト比 */
  height: 0;
  padding-bottom: 56.25%;
}
.p-studio .p-studio__map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-studio .p-studio__rental {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgb(255 255 255 / 35%);
}
.p-studio .p-studio__fee {
  margin-top: 32px;
}
.p-studio .p-studio__fee-table-container {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
  background-color: rgb(255 255 255 / 15%);
}

@media screen and (width >= 425px) {
  .p-studio .p-studio__fee-table-container {
    display: table;
  }
}

@media screen and (width >= 768px) {
  .p-studio .p-studio__fee-table-container {
    display: block;
  }
}

@media screen and (width >= 1024px) {
  .p-studio .p-studio__fee-table-container {
    display: table;
  }
}
.p-studio td {
  padding: 8px;
  font-size: 14px;
  line-height: 1;
}

.u-scroll-spacing {
  display: block;
  height: 58px;
  margin-top: -58px;
}

@media screen and (width >= 768px) {
  .u-scroll-spacing {
    height: unset;
    margin-top: unset;
  }
}

.is-fixed {
  overflow-y: hidden;
}

.u-tate-cho {
  position: relative;
  right: 1px;
  display: inline-block;
  rotate: 90deg;
}
