html {
  font-size: 100%;
}

body {
  background-color: #faf9f7;
  color: #32190e;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

body.is-open {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
  padding: 0;
  list-style: none;
}

/* Set core root defaults */

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* Make images easier to work with */

img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-contact {
  margin-top: 9.25rem;
}

.l-inner-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.l-instructor {
  margin-top: 8.75rem;
}

.l-lesson {
  margin-top: 7.125rem;
}

.l-point,.l-news {
  margin-top: 3.1875rem;
}

.l-price {
  margin-top: 7.5rem;
}

.l-reserve {
  margin-top: 7.5rem;
}

.l-review {
  margin-top: 6.875rem;
}

.l-studio {
  margin-top: 8.1875rem;
}

.c-btn {
  display: block;
  position: relative;
  padding: 1.3125rem 1rem 1.0625rem 0.9375rem;
  background-color: #32190e;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.c-btn.c-btn--white {
  padding-bottom: 0.9375rem;
  border: 1px solid #32190e;
  background-color: #fff;
  color: #32190e;
}

.c-btn::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.1875rem;
  height: 1rem;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
  content: "";
}

.c-btn.c-btn--white::after {
  background: url(../images/icon_arrow_brown.svg) no-repeat center/contain;
}

.c-btn span {
  display: block;
  font-size: 1rem;
}

.c-btn.c-btn--white span {
  font-size: 1rem;
}

.c-card__img img {
  aspect-ratio: 700/460;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.c-card__body {
  margin-top: 1.5rem;
  padding-left: 0.5rem;
}

.c-card__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.c-card__title span {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.055em;
}

.c-card__items {
  margin-top: 1.1875rem;
}

.c-card__item {
  font-size: 0.875rem;
  line-height: 1.81;
  letter-spacing: 0.06em;
}

.c-card__item a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.c-card2 {
  position: relative;
  padding: 2.0625rem 1rem 2.125rem;
  background-color: rgba(50, 25, 14, 0.04);
}

.c-card2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #f5d9dd;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.c-card2__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.c-card2__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}

.c-card3 {
  display: flex;
  flex-direction: column;
  border: 1px solid #b1a29c;
  background-color: #fff;
}

.c-card3:nth-child(n + 2) {
  border-left: none;
}

.c-card3__title {
  padding: 0.4375rem 0 0.4375rem;
  border-bottom: 1px solid #b1a29c;
  background-color: rgba(50, 25, 14, 0.05);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.c-card3__title span {
  font-size: 0.625rem;
}

.c-card3__text {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0 0.125rem;
  font-size: 0.75rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
}

.c-card3__unit,
.c-card3__note {
  font-size: 0.625rem;
}

.c-card3__note {
  width: 100%;
  text-align: center;
}

.c-card4 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-card4__img img {
  aspect-ratio: 342/288;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.c-card4__head {
  margin-top: 1.5rem;
  text-align: center;
}

.c-card4__num {
  color: #f5929a;
  font-size: 2.625rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
}

.c-card4__title {
  margin-top: 0.875rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
}

.c-card4__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}

.c-card5 {
  display: grid;
  grid-template-columns: 1fr 4.4375rem;
  align-items: center;
}

.c-card5__content {
  position: relative;
  width: 89.0909090909%;
  padding: 1.125rem 1rem 0.8125rem;
  border: 1px solid #32190e;
  border-radius: 0.625rem;
  background-color: #fff;
}

.c-card5__content::before,
.c-card5__content::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.c-card5__content::before {
  z-index: 2;
  right: -1.125rem;
  border-top: 0.75rem solid transparent;
  border-right: 0;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.25rem solid #fff;
}

.c-card5__content::after {
  right: -1.25rem;
  border-top: 0.75rem solid transparent;
  border-right: 0;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.25rem solid #32190e;
}

.c-card5__text {
  font-size: 0.875rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
}

.c-card5__imgBox {
  margin-top: 0.625rem;
}

.c-card5__img img {
  aspect-ratio: 97/182;
}

.c-card5__person {
  margin-top: 0.625rem;
  padding-left: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
}

.c-card5__person span {
  display: block;
  font-size: 0.6875rem;
  line-height: 2;
}

.c-form.c-form--select {
  margin-top: 1rem;
}

.c-form.c-form--textarea {
  margin-top: 0.5rem;
}

.c-form__text,
.c-form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.3125rem;
}

.c-form__textarea {
  min-height: 8.75rem;
}

.c-form__radioItems {
  margin-top: 0.25rem;
}

.c-form__radioItem {
  display: inline-block;
  padding-right: 1.5rem;
}

.c-form__radioItem:nth-child(n + 4) {
  margin-top: 1rem;
}

.c-form__checkItem {
  display: inline-block;
  padding-right: 0.4375rem;
}

.c-form__radioItem:last-child,
.c-form__checkItem:last-child {
  padding-right: 0;
}

.c-form__checkItem:nth-child(n + 5) {
  margin-top: 0.9375rem;
}

.c-form__checkItem:nth-child(n + 4) {
  margin-top: 0.625rem;
}

.c-form__radioItems.c-form__radioItems--col .c-form__radioItem {
  display: block;
  margin-top: 0.5625rem;
  padding-left: 0;
}

.c-form__radioItems.c-form__radioItems--col .c-form__radioItem:first-child {
  margin-top: 0;
}

.c-form__radioItem label,
.c-form__checkItem label {
  cursor: pointer;
}

.c-form__radioItem input[type="radio"],
.c-form__checkItem input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.375rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}

.c-form__radioItem input[type="radio"] {
  margin-left: 0;
}

.c-form__checkItem input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.25rem;
  margin-right: 0.3125rem;
  margin-left: 0;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
}

.c-form__radioItem input[type="radio"]:checked {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}

.c-form__checkItem input[type="checkbox"]:checked {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
}

.c-form__radioItem input[type="radio"]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f5d9dd;
  content: "";
}

.c-form__checkItem input[type="checkbox"]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  border-radius: 0.3125rem;
  background-color: #f5d9dd;
  content: "";
}

.c-form__textSm {
  font-size: 0.875rem;
}

.c-hamburger {
  z-index: 110;
  position: relative;
}

.c-hamburger span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.5rem;
  height: 0.125rem;
  transform: translateY(-50%);
  transform: rotate(0);
  background-color: #32190e;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 38%;
}

.c-hamburger span:nth-child(2) {
  width: 2rem;
}

.c-hamburger span:nth-child(3) {
  top: 65%;
  width: 1.5rem;
}

.c-hamburger.is-open span {
  background-color: #fff;
}

.c-hamburger.is-open span:nth-child(1) {
  height: 0;
  transform: rotate(360deg);
}

.c-hamburger.is-open span:nth-child(2) {
  width: 2rem;
  transform: rotate(315deg);
}

.c-hamburger.is-open span:nth-child(3) {
  top: 50%;
  width: 2rem;
  transform: rotate(-315deg);
}

.c-item__imgBg {
  position: relative;
}

.c-item__imgBg::before {
  position: absolute;
  top: 0.4375rem;
  left: 0.125rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #d8d6d2;
  content: "";
}

.c-item__img {
  position: relative;
}

.c-item__img img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.c-item__infoBox {
  margin-top: 1.125rem;
  text-align: center;
}

.c-item__name {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}

.c-item__skill {
  font-size: 0.625rem;
  line-height: 2.5714285714;
  letter-spacing: 0.06em;
}

.c-scroll {
  z-index: 2;
  position: absolute;
  right: 0.5rem;
  bottom: 6.25rem;
  writing-mode: vertical-rl;
}

.c-scroll__text {
  position: relative;
  font-size: 0.625rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}

.c-scroll::before {
  position: absolute;
  bottom: -6.25rem;
  left: 49%;
  transform: translateX(-50%);
  content: "";
}

.c-scroll::before {
  width: 1px;
  height: 5rem;
  background-color: #32190e;
  animation: scrollDown 1.6s ease-in-out infinite;
}

.c-title {
  text-align: center;
}

.c-title__main {
  position: relative;
  padding-bottom: 0.8125rem;
  font-size: 2rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}

.c-title__main::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.5rem;
  height: 0.0625rem;
  transform: translateX(-50%);
  background-color: #32190e;
  content: "";
}

.c-title__sub {
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.p-btn__buttons {
  display: grid;
  grid-gap: 1rem;
  margin-top: 1rem;
  gap: 1rem;
}

.p-col2-cards {
  display: grid;
  grid-gap: 4.25rem;
  gap: 4.25rem;
}

.p-col2-cards2 {
  display: grid;
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.p-col2-cards3 {
  display: grid;
  grid-row-gap: 2.125rem;
  row-gap: 2.125rem;
}

.p-col2-cards3__card {
  max-width: 38.0625rem;
}

.p-col3-cards {
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.p-col3-cards__card:nth-child(n + 2) {
  margin-top: 3.9375rem;
}

.p-col3-cards2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-col4-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-col5-items {
  grid-column-gap: 2.375rem;
  -moz-column-gap: 2.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.375rem;
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}

.p-contact {
  padding-top: 5.25rem;
  padding-right: 0.5rem;
  padding-bottom: 6.875rem;
  padding-left: 0.5rem;
  background-color: rgba(50, 25, 14, 0.15);
}

.p-contact__text {
  margin-top: 2.625rem;
  font-size: 0.875rem;
  line-height: 1.84;
  letter-spacing: 0.06em;
}

.p-contact__form {
  margin-top: 1.1875rem;
}

.p-footer {
  padding-top: 4.3125rem;
  padding-bottom: 3.875rem;
  background-color: #32190e;
  color: #fff;
}

.p-footer__content {
  display: grid;
  grid-gap: 2.3125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  gap: 2.3125rem;
}

.p-footer__logoBox {
  max-width: 8.3125rem;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__logo {
  display: block;
  transform: translateX(0.5rem);
}

.p-footer__logo img {
  aspect-ratio: 133/135;
  height: 100%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0625rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}

.p-footer__sns::before {
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../images/icon_instagram.svg) no-repeat center/contain;
  content: "";
}

.p-footer__companyName span {
  display: inline-block;
  transform: translateY(-0.375rem);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.p-footer__companyName p {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
}

.p-footer__items {
  display: grid;
  grid-gap: 1.875rem;
  margin-top: 1.0625rem;
  gap: 1.875rem;
}

.p-footer__shopBox + .p-footer__shopBox {
  margin-top: 0.875rem;
}

.p-footer__shopName {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.p-footer__shopAddress,
.p-footer__shopTel {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-footer__link:nth-child(n + 2) {
  margin-top: 0.5rem;
}

.p-footer__link a {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}

.p-footer__banner img {
  aspect-ratio: 406/203;
  height: 100%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.p-footer__subsidy {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-align: right;
}

.p-footer__copyLight {
  margin-top: 9.6875rem;
  font-size: 0.75rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-form__content {
  display: grid;
}

.p-form__content.p-form__content--select,
.p-form__content.p-form__content--textarea {
  display: block;
}

.p-form__content.p-form__content--detail {
  align-items: start;
}

.p-form__content:nth-child(n + 2) {
  position: relative;
  margin-top: 1.75rem;
  padding-top: 1.6875rem;
}

.p-form__content:nth-child(n + 2)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
}

.p-form__body {
  margin-top: 0.375rem;
}

.p-form__body + .p-form__title {
  margin-top: 1.125rem;
}

.p-form__body.p-form__body--textarea + .p-form__title {
  margin-top: 0.8125rem;
}

.p-form__title {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.p-form__title span {
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-form__required {
  color: #ed6075;
}

.p-form__note {
  font-size: 0.875rem;
}

.p-form__btn {
  margin-top: 4.625rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.p-form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0.3125rem;
  background-color: #aa9c96;
  color: #fff;
  font-size: 1.125rem;
  line-height: 3.75rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.p-header {
  z-index: 110;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-x: clip;
}

.p-header__content {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.p-header__img {
  z-index: 120;
  position: absolute;
  top: 0;
  left: 0;
  width: 8.6875rem;
  height: 9.0625rem;
  background-color: #32190e;
}

.p-header__img h1 {
  width: 100%;
  height: 100%;
}

.p-header__img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-header__img img {
  aspect-ratio: 133/136;
  height: 100%;
  -o-object-fit: contain;
  width: 5.1875rem;
  object-fit: contain;
}

.p-header__hamburger {
  position: relative;
  width: 2.5rem;
  height: 3.6875rem;
}

.p-header__nav.is-open {
  z-index: 110;
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-instructor {
  position: relative;
  overflow-x: clip;
}

.p-instructor::before {
  position: absolute;
  top: 44.5%;
  left: 50%;
  width: 159.25rem;
  height: 43.75rem;
  transform: translate(-50%, -50%) rotate(-32deg);
  background-color: #f5f1e5;
  content: "";
}

.p-instructor__title {
  position: relative;
}

.p-instructor__items {
  margin-top: 3.25rem;
}

.p-instructor__skillBox {
  position: relative;
  margin-top: 2.75rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.5rem 0.875rem 0.5rem 0.625rem;
}

.p-instructor__skillBox::before,
.p-instructor__skillBox::after {
  position: absolute;
  width: 3.5rem;
  height: 3.1875rem;
  content: "";
}

.p-instructor__skillBox::before {
  top: 0;
  left: 0;
  border-top: 1px solid #32190e;
  border-left: 1px solid #32190e;
}

.p-instructor__skillBox::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #32190e;
  border-bottom: 1px solid #32190e;
}

.p-instructor__skillImg img {
  aspect-ratio: 616/257;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.p-instructor__supplement {
  margin-top: 1.875rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.81;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-lesson__media {
  margin-top: 4.5rem;
}

.p-lesson__inner2 {
  margin-top: 3.3125rem;
}

.p-lesson__inner3 {
  margin-top: 6.875rem;
}

.p-lesson__media2 + .p-lesson__media2 {
  margin-top: 9.5rem;
}

.p-lesson__media2 + .p-lesson__card {
  margin-top: 3.5rem;
}

.p-lesson__card {
  width: 93.2960893855%;
  margin-left: auto;
}

.p-lesson__card span {
  display: block;
}

.p-lesson__media3 {
  margin-top: 7.125rem;
}

.p-media {
  display: flex;
  position: relative;
  flex-direction: column;
}

.p-media__loop {
  display: flex;
  z-index: -1;
  position: absolute;
  top: -6.25rem;
  left: 0;
  width: 99vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  white-space: nowrap;
}

.p-media__loop p {
  color: #edecea;
  font-size: 5.625rem;
  font-family: "Crimson Text";
  letter-spacing: 0.06em;
}

.p-media__loop p:first-child {
  animation: 40s loop 0s linear infinite;
}

.p-media__loop p:last-child {
  animation: 40s loop 0s linear infinite;
}

.p-media__img {
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.p-media__img img {
  aspect-ratio: 720/510;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.p-media__content {
  width: 93.2960893855%;
  margin-top: -1.125rem;
  margin-left: auto;
  padding: 2.125rem 1rem 2.375rem 1.125rem;
  background-color: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.16);
}

.p-media__title {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.p-media__text {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.81;
  letter-spacing: 0.06em;
}

.p-media2 {
  display: grid;
  align-items: center;
}

.p-media2__img {
  position: relative;
  width: 74.0223463687%;
  margin-left: auto;
}

.p-media2__img::before {
  position: absolute;
  top: -3.25rem;
  left: -5.8125rem;
  width: 7rem;
  height: 7.3125rem;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
  content: "";
}

.p-media2__img img {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.p-media2__content {
  margin-top: -0.625rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 2.5625rem 1rem 2.0625rem 1.25rem;
  background-color: #fff;
}

.p-media2__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
}

.p-media2__text {
  margin-top: 1.3125rem;
  font-size: 0.875rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}

.p-mv {
  z-index: 1;
  position: relative;
}

.p-mv__content {
  position: relative;
}

.p-mv__img img {
  aspect-ratio: 390/785;
  height: 49.0625rem;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.p-mv__textBox {
  position: absolute;
  bottom: 6.75rem;
  left: 1.5rem;
  max-width: 15.375rem;
}

.p-mv__title {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-mv__text {
  margin-top: 0.6875rem;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.p-mv__btn {
  position: absolute;
  bottom: 1.9375rem;
  left: 1.5rem;
}

.p-mv__btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-width: 21.375rem;
  padding: 0.9375rem 1rem;
  gap: 0.625rem;
  border: 1px solid #32190e;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}

.p-mv__btn a::after {
  width: 4.8125rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid;
  content: "";
  animation: scroll-text 1.6s ease infinite;
}

.p-mv__btn a::before {
  position: absolute;
  top: 34%;
  right: 2.5rem;
  content: "click here";
  font-size: 0.625rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
}

.p-nav__items {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  right: -100%;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  padding-top: 10.6875rem;
  padding-right: 2.9375rem;
  padding-left: 2.9375rem;
  gap: 1.25rem;
  background-color: #32190e;
  color: #fff;
  transition: right 0.3s ease;
}

.p-nav__item a {
  display: block;
  font-size: 1rem;
  font-family: "Lora", serif;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}

.p-nav__item.p-nav__item--sns {
  margin-top: 1.8125rem;
}

.p-nav__item.p-nav__item--sns a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.p-nav__item.p-nav__item--sns a::before {
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../images/icon_instagram.svg) no-repeat center/contain;
  content: "";
}

.p-point__cards {
  margin-top: 3.4375rem;
}

.p-price__text {
  margin-top: 2.1875rem;
  font-size: 0.875rem;
  line-height: 1.84;
  letter-spacing: 0.06em;
}

.p-price__contents {
  margin-top: 2.375rem;
}

.p-price__content:nth-child(n + 2) {
  margin-top: 2.75rem;
}

.p-price__sub-title {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-price__sub-title span {
  font-size: 0.875rem;
}

.p-price__cards {
  margin-top: 0.75rem;
}

.p-price__btn {
  margin-top: 3.6875rem;
}

.p-price__btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 2.375rem;
  border: 1px solid #b1a29c;
  border-radius: 2.3125rem;
  background-color: #f4f3f2;
  font-size: 1rem;
  line-height: 3.5625rem;
}

.p-price__btn a::after {
  position: absolute;
  top: 38%;
  right: 2.25rem;
  width: 1.1875rem;
  height: 0.9375rem;
  background: url(../images/icon_arrow_gray.svg) no-repeat center/contain;
  content: "";
}

.p-reserve__text {
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-reserve__buttons {
  margin-top: 3.5rem;
}

.p-reserve__note {
  margin-top: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.82;
  letter-spacing: 0.06em;
}

.p-review__cards {
  margin-top: 3.375rem;
}

.p-studio__cards {
  margin-top: 2.8125rem;
}

.u-desktop {
  display: none;
}

.u-sp-block {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.0738255034vw;
  }

  a,
  button {
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .l-contact {
    margin-top: 18.875rem;
  }

  .l-inner-sm {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }

  .l-inner {
    max-width: 1490px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }

  .l-instructor {
    margin-top: 18.4375rem;
  }

  .l-lesson {
    margin-top: 8.625rem;
  }

  .l-point, .l-news {
    margin-top: 8.9375rem;
  }

  .l-price {
    margin-top: 13.875rem;
  }

  .l-reserve {
    margin-top: 11.25rem;
  }

  .l-review {
    margin-top: 17.6875rem;
  }

  .l-studio {
    margin-top: 11.75rem;
  }

  .c-btn {
    padding: 1.9375rem 2.1875rem 1.875rem;
    font-size: 1.25rem;
    text-align: center;
  }

  .c-btn.c-btn--white {
    max-width: 35.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1.8125rem;
  }

  .c-btn::after {
    right: 3.6875rem;
  }

  .c-btn.c-btn--white::after {
    right: 3.5625rem;
  }

  .c-btn span {
    display: inline;
    font-size: 1.25rem;
  }

  .c-card__body {
    margin-top: 2.125rem;
    padding-left: 0;
  }

  .c-card__title {
    font-size: 2rem;
  }

  .c-card__title span {
    display: inline;
    margin-top: 0;
    padding-left: 0.6875rem;
    font-size: 1rem;
  }

  .c-card__items {
    margin-top: 1.75rem;
  }

  .c-card__item {
    font-size: 1rem;
    line-height: 2;
  }

  .c-card2 {
    padding: 2.25rem 1.5625rem 1.75rem;
  }

  .c-card2__text {
    font-size: 1rem;
    line-height: 1.8125;
  }

  .c-card3__title {
    padding: 0.3125rem 0 0.125rem;
    font-size: 1rem;
    line-height: 2;
  }

  .c-card3__title span {
    font-size: 1rem;
  }

  .c-card3__text {
    padding: 0.9375rem 0;
    font-size: 1rem;
  }

  .c-card3__unit,
  .c-card3__note {
    font-size: 0.875rem;
  }

  .c-card4 {
    padding-right: 0;
    padding-left: 0;
  }

  .c-card4__img img {
    aspect-ratio: 390/330;
  }

  .c-card4__head {
    margin-top: 2.1875rem;
  }

  .c-card4__num {
    font-size: 3.5rem;
  }

  .c-card4__title {
    margin-top: 2.125rem;
    font-size: 1.75rem;
  }

  .c-card4__text {
    margin-top: 2.25rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 1rem;
    line-height: 2;
  }

  .c-card5 {
    grid-template-columns: 1fr 6.0625rem;
    align-items: start;
    gap: 3.25rem;
  }

  .c-card5__content {
    width: 92.6086956522%;
    padding: 1.75rem 2.125rem 1.625rem;
  }

  .c-card5__content::before {
    right: -2.1875rem;
    border-left: 2.25rem solid #fff;
  }

  .c-card5__content::after {
    right: -2.3125rem;
    border-left: 2.25rem solid #32190e;
  }

  .c-card5__text {
    font-size: 1rem;
  }

  .c-card5__imgBox {
    margin-top: 0;
  }

  .c-card5__person {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }

  .c-card5__person span {
    font-size: 0.875rem;
  }

  .c-form.c-form--select {
    margin-top: 1.375rem;
  }

  .c-form.c-form--textarea {
    margin-top: 1.125rem;
  }

  .c-form__radioItems {
    margin-top: -0.125rem;
  }

  .c-form__radioItem:nth-child(n + 4) {
    margin-top: 0;
  }

  .c-form__checkItem {
    padding-right: 1.5rem;
  }

  .c-form__radioItems.c-form__radioItems--col .c-form__radioItem {
    margin-top: 1.25rem;
  }

  .c-form__radioItem input[type="radio"] {
    margin-left: 0.3125rem;
  }

  .c-form__checkItem input[type="checkbox"] {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.5rem;
    margin-left: 0.25rem;
    font-size: 1rem;
  }

  .c-hamburger {
    display: none;
  }

  .c-item__imgBg::before {
    top: 0.625rem;
    left: 0.1875rem;
    width: 15rem;
    height: 15rem;
  }

  .c-item__infoBox {
    margin-top: 2.3125rem;
  }

  .c-item__name {
    font-size: 1.25rem;
  }

  .c-item__skill {
    font-size: 0.875rem;
  }

  .c-scroll {
    right: 1.875rem;
    bottom: 1.875rem;
  }

  .c-scroll__text {
    font-size: 1.125rem;
  }

  .c-title__main {
    padding-bottom: 1rem;
    font-size: 3rem;
  }

  .c-title__main::after {
    width: 5rem;
  }

  .c-title__sub {
    font-size: 1.25rem;
  }

  .p-btn__buttons {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.625rem;
    gap: 3.75rem;
  }

  .p-col2-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .p-col2-cards2 {
    -moz-column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.5rem;
  }

  .p-col2-cards3 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.6875rem;
  }

  .p-col3-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .p-col3-cards__card:nth-child(n + 2) {
    margin-top: 0;
  }

  .p-col3-cards__card:nth-child(3n-1) {
    margin-top: 4.375rem;
  }

  .p-col3-cards__card:nth-child(3n) {
    margin-top: 9.0625rem;
  }

  .p-col5-items {
    -moz-column-gap: 3.8125rem;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 3.8125rem;
    row-gap: 2.5625rem;
  }

  .p-contact {
    padding-top: 8.5rem;
    padding-right: 0;
    padding-left: 0;
  }

  .p-contact__text {
    margin-top: 2.75rem;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }

  .p-contact__form {
    max-width: 46.375rem;
    margin-top: 3.25rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-footer {
    padding-top: 5.3125rem;
    padding-bottom: 3.625rem;
  }

  .p-footer__content {
    grid-template-columns: 8.3125rem 1fr;
    padding-right: 0;
    padding-left: 0;
    gap: 8.375rem;
  }

  .p-footer__logoBox {
    margin-right: 0;
    margin-left: 0;
  }

  .p-footer__logo {
    transform: translateX(0);
  }

  .p-footer__sns {
    justify-content: start;
    margin-top: 1.625rem;
  }

  .p-footer__companyName span {
    font-size: 0.875rem;
  }

  .p-footer__companyName p {
    font-size: 1.75rem;
  }

  .p-footer__items {
    grid-template-columns: 28.3125rem 19.5625rem auto;
    margin-top: 2rem;
    gap: 0;
  }

  .p-footer__shopBox + .p-footer__shopBox {
    margin-top: 1.25rem;
  }

  .p-footer__shopAddress,
  .p-footer__shopTel {
    font-size: 1rem;
    line-height: 2;
  }

  .p-footer__links {
    padding-left: 3.125rem;
  }

  .p-footer__link:nth-child(n + 2) {
    margin-top: 0.625rem;
  }

  .p-footer__link a {
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .p-footer__copyLight {
    margin-top: 3.3125rem;
  }

  .p-form__content {
    grid-template-columns: 8.8125rem 1fr;
    row-gap: 1.6875rem;
    align-items: center;
  }

  .p-form__content:nth-child(n + 2) {
    margin-top: 2.625rem;
    padding-top: 2.625rem;
  }

  .p-form__body {
    margin-top: 0;
  }

  .p-form__body + .p-form__title {
    margin-top: 0;
  }

  .p-form__body.p-form__body--textarea + .p-form__title {
    margin-top: 2.0625rem;
  }

  .p-form__title {
    font-size: 1rem;
    line-height: 2;
  }

  .p-form__title span {
    font-size: 0.875rem;
  }

  .p-form__btn {
    margin-top: 5.25rem;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .p-form__submit {
    width: auto;
    min-width: 35rem;
  }

  .p-header {
    padding-right: 5.5625rem;
    padding-left: 5.5625rem;
  }

  .p-header__img {
    left: 3.125rem;
    width: 13.8125rem;
    height: 14.4375rem;
  }

  .p-header__img img {
    width: 8.3125rem;
  }

  .p-instructor::before {
    top: 39%;
    width: 219.3125rem;
    height: 61.5625rem;
  }

  .p-instructor__items {
    margin-top: 12.6875rem;
  }

  .p-instructor__skillBox {
    max-width: 39.6875rem;
    margin-top: 8.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.625rem;
  }

  .p-instructor__skillBox::before,
  .p-instructor__skillBox::after {
    width: 6.4375rem;
    height: 6rem;
  }

  .p-instructor__supplement {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2;
  }

  .p-lesson__media {
    margin-top: 6rem;
  }

  .p-lesson__inner2 {
    margin-top: 7.4375rem;
  }

  .p-lesson__inner3 {
    margin-top: 9rem;
  }

  .p-lesson__media2 + .p-lesson__media2 {
    margin-top: 10rem;
  }

  .p-lesson__media2 + .p-lesson__card {
    margin-top: 4.625rem;
  }

  .p-lesson__card {
    width: 54.5138888889%;
  }

  .p-lesson__card span {
    display: inline;
  }

  .p-lesson__media3 {
    margin-top: 7.9375rem;
  }

  .p-media {
    flex-direction: row;
    align-items: flex-end;
  }

  .p-media__loop {
    top: 7.875rem;
  }

  .p-media__loop.p-media__loop--2 {
    top: 2.375rem;
  }

  .p-media__loop p {
    font-size: 8.75rem;
  }

  .p-media__img {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }

  .p-media__content {
    width: 54.5138888889%;
    margin-left: -4.0625rem;
    padding: 2.875rem 2.875rem 3rem 3rem;
    transform: translateY(2.3125rem);
  }

  .p-media__title {
    font-size: 2rem;
  }

  .p-media__text {
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 2;
  }

  .p-media2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-media2__img {
    width: 100%;
    max-width: 27.3125rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-media2__img::before {
    top: 0;
    left: -14.5rem;
    width: 11.5625rem;
    height: 12.0625rem;
  }

  .p-media2__content {
    width: 100%;
    padding: 2.75rem 2.5rem 2.5rem 3rem;
  }

  .p-media2__title {
    font-size: 1.75rem;
  }

  .p-media2__text {
    margin-top: 2.625rem;
    font-size: 1rem;
    line-height: 2;
  }

  .p-mv {
    padding-right: 5.5625rem;
    padding-left: 5.5625rem;
  }

  .p-mv__img img {
    aspect-ratio: 1742/900;
    height: 56.25rem;
  }

  .p-mv__textBox {
    left: calc(50% - min(40vw, 45rem));
    max-width: 100%;
  }

  .p-mv__title {
    font-size: 2.375rem;
  }

  .p-mv__text {
    margin-top: 1.4375rem;
    font-size: 1rem;
  }

  .p-mv__btn {
    right: 5.75rem;
    bottom: 5rem;
    left: auto;
    left: initial;
  }

  .p-mv__btn a {
    min-width: 31.4375rem;
    padding: 1.3125rem 1rem 1.3125rem 2.4375rem;
    font-size: 1.5rem;
  }

  .p-mv__btn a::after {
    width: 100%;
    width: 7.5rem;
  }

  .p-mv__btn a::before {
    right: 3.75rem;
    font-size: 0.875rem;
  }

  .p-nav__items {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    padding: 0;
    gap: 3.25rem;
    background: none;
    color: #32190e;
  }

  .p-nav__item a {
    padding: 2.75rem 0 1.375rem;
  }

  .p-nav__item.p-nav__item--sns {
    display: none;
  }

  .p-point__cards {
    margin-top: 4.6875rem;
  }

  .p-price__text {
    margin-top: 5.3125rem;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }

  .p-price__contents {
    margin-top: 5.625rem;
  }

  .p-price__content:nth-child(n + 2) {
    margin-top: 3.75rem;
  }

  .p-price__sub-title {
    font-size: 1.5rem;
  }

  .p-price__sub-title span {
    font-size: 1.125rem;
  }

  .p-price__cards {
    margin-top: 0.9375rem;
  }

  .p-price__btn {
    margin-top: 5.0625rem;
    text-align: center;
  }

  .p-price__btn a {
    width: auto;
    min-width: 37.5rem;
    font-size: 1.125rem;
    line-height: 4.625rem;
  }

  .p-price__btn a::after {
    top: 40%;
    right: 2.5rem;
  }

  .p-reserve__text {
    margin-top: 5.625rem;
    font-size: 1.25rem;
  }

  .p-reserve__buttons {
    margin-top: 2.5625rem;
  }

  .p-reserve__note {
    margin-top: 5.625rem;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }

  .p-review__cards {
    margin-top: 5.875rem;
  }

  .p-studio__cards {
    margin-top: 4.6875rem;
  }

  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  .u-sp-block {
    display: inline;
  }
}

@media (min-width: 1490px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes loop {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-text {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 100%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }

  100% {
    transform: scale(0, 0.1);
    transform-origin: 100% 100%;
  }
}
