.studio__fv {
  position: relative;
  overflow: hidden;
}
.studio__fv picture {
  display: block;
}
.studio__fv__img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.studio__fv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.studio__fv__overlay .inner {
  padding-top: 40px;
  height: 100%;
}
.studio__fv__ttl {
  font-size: 4.3rem;
  font-family: var(--font-ns);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.studio__fv__circles {
  max-width: 580px;
  margin-top: 30px;
}
.studio__fv__circles img {
  width: 100%;
}
.studio__fv__award {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
}
.studio__fv__award__text {
  width: 21.32vw;
  font-family: var(--font-ns);
}
.studio__fv__award__title {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 500;
}
.studio__fv__award__date {
  font-size: 1rem;
  margin-top: 10px;
  color: rgba(87, 77, 74, 0.7);
}
.studio__fv__award__note {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  color: rgba(87, 77, 74, 0.7);
}
.studio__fv__award__badge {
  flex-shrink: 0;
  width: 168px;
}
.studio__fv__award__badge img {
  width: 100%;
}
.studio__fv__breadcrumb {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0 10px 80px;
}
.studio__fv__breadcrumb__list {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  gap: 8px;
}
.studio__fv__breadcrumb__list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
}
.studio__fv__breadcrumb__list li:not(:first-child)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(87, 77, 74, 0.2);
  border-right: 1px solid rgba(87, 77, 74, 0.2);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.studio__fv__breadcrumb__list li a {
  color: rgba(87, 77, 74, 0.5);
}
@media (max-width: 768px) {
  .studio__fv__breadcrumb {
    padding: 8px 0 8px 20px;
  }
  .studio__fv__breadcrumb__list {
    font-size: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .studio__fv__breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1280px) {
  .studio__fv__overlay .inner {
    padding-top: 2.5vw;
  }
  .studio__fv__ttl {
    font-size: 2.5vw;
  }
  .studio__fv__circles {
    margin-top: 1.2vw;
    max-width: 38vw;
  }
  .studio__fv__award {
    margin-top: 1.2vw;
    gap: 1vw;
  }
  .studio__fv__award__text {
    width: 22vw;
  }
  .studio__fv__award__title {
    font-size: 1.8vw;
  }
  .studio__fv__award__date {
    font-size: 0.8vw;
  }
  .studio__fv__award__note {
    font-size: 0.7vw;
    margin-top: 0.4vw;
  }
  .studio__fv__award__badge {
    width: 8vw;
  }
}
@media (max-width: 768px) {
  .studio__fv__img {
    height: 192.3vw;
    object-fit: cover;
  }
  .studio__fv__overlay .inner {
    padding-top: 15px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
  }
  .studio__fv__ttl {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .studio__fv__circles {
    margin-top: 70vw;
    max-width: 100%;
    margin-inline: auto;
  }
  .studio__fv__award {
    margin-top: 4vw;
    gap: 10px;
    align-items: flex-start;
  }
  .studio__fv__award__text {
    width: 56.9vw;
  }
  .studio__fv__award__title {
    font-size: 5.6vw;
  }
  .studio__fv__award__date {
    font-size: 2.8vw;
    margin-top: 3px;
  }
  .studio__fv__award__note {
    font-size: 2.5vw;
    line-height: 1.5;
    margin-top: 5px;
  }
  .studio__fv__award__badge {
    width: 25vw;
  }
}

.studio__hero {
  max-width: 1920px;
}

.studio__anchorlink {
  margin-bottom: 80px;
}
.studio__anchorlink__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  list-style: none;
}
.studio__anchorlink__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-block: 20.5px;
  border: 1.5px solid #96B98E;
  border-radius: 38px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #96B98E;
  letter-spacing: 0.1em;
  text-align: center;
}
.studio__anchorlink__btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/studio/btn_arrow.svg) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .studio__anchorlink .inner {
    padding-inline: 20px;
  }
  .studio__anchorlink__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .studio__anchorlink__btn {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .studioTrial {
    padding-inline: 20px;
  }
}
.studioTrial .studio__trial__ttl {
  font-family: var(--font-ns);
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .studioTrial .studio__trial__ttl {
    font-size: 2.2rem;
  }
}
.studioTrial .inner {
  max-width: 864px;
  margin-inline: auto;
  padding-inline: 20px;
}
.studioTrial .inner .wrapper {
  border-radius: 30px;
  background: linear-gradient(#ecf8f3 0%, #f9f6ee 100%);
  box-shadow: none;
  font-size: 2.1rem;
  text-align: center;
  color: var(--color-black);
}
.studioTrial .inner .wrapper p {
  line-height: 1.3;
}
.studioTrial .inner .wrapper .h3__en {
  font-family: var(--font-en);
  font-size: 5.3rem;
  line-height: 1;
  color: var(--color-black);
}
.studioTrial .inner .wrapper .studio__trial__sub {
  font-size: 1.8rem;
  font-weight: 500;
}
.studioTrial .inner .wrapper .studio__trial__lead {
  font-family: var(--font-ns);
  font-size: 3rem;
  font-weight: 500;
}
.studioTrial .inner .wrapper .studio__trial__lead .sm {
  font-size: 2.3rem;
}
.studioTrial .inner .wrapper .price__container {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  font-size: 1.4rem;
}
.studioTrial .inner .wrapper .price__container .normal .price {
  font-family: var(--font-en);
  font-size: 2.6rem;
}
.studioTrial .inner .wrapper .price__container .normal .price .tax {
  font-family: var(--font-jp);
  font-size: 1.4rem;
}
.studioTrial .inner .wrapper .price__container .normal {
  position: relative;
}
.studioTrial .inner .wrapper .price__container .normal::after {
  content: "";
  display: block;
  width: 158px;
  aspect-ratio: 158/8;
  background: url(../img/common/price_line.svg) center center/100% 100% no-repeat;
}
.studioTrial .inner .wrapper .price__container .trial .price {
  font-family: var(--font-en);
  font-size: 5.5rem;
  color: var(--color-black);
}
.studioTrial .inner .wrapper .price__container .trial .price .sm {
  font-size: 3.8rem;
}
.studioTrial .inner .wrapper .price__container .trial .price .tax {
  font-family: var(--font-jp);
  font-size: 2rem;
}
.studioTrial .inner .wrapper .price__container .trial .price {
  position: relative;
}
.studioTrial .inner .wrapper .price__container .trial .price::before {
  content: "";
  position: absolute;
  bottom: 47%;
  right: 0;
  width: 105px;
  aspect-ratio: 1;
  background: url(../img/studio/price_off.svg) center center/100% 100% no-repeat;
}
@media (max-width: 1280px) {
  .studioTrial .inner .wrapper {
    border-radius: 20px;
    box-shadow: none;
    font-size: 1.9rem;
    padding-inline: 20px;
  }
  .studioTrial .inner .wrapper .h3__en {
    font-size: 4.8rem;
  }
  .studioTrial .inner .wrapper .studio__trial__sub {
    font-size: 1.8rem;
  }
  .studioTrial .inner .wrapper .studio__trial__lead {
    font-size: 2.8rem;
  }
  .studioTrial .inner .wrapper .studio__trial__lead .sm {
    font-size: 2.4rem;
  }
  .studioTrial .inner .wrapper .price__container {
    font-size: 1.6rem;
  }
  .studioTrial .inner .wrapper .price__container .normal .price {
    font-size: 2.4rem;
    color: var(--color-black);
  }
  .studioTrial .inner .wrapper .price__container .normal .price .tax {
    font-size: 1.5rem;
  }
  .studioTrial .inner .wrapper .price__container .normal::after {
    width: 180px;
  }
  .studioTrial .inner .wrapper .price__container .trial .price {
    font-size: 5.2rem;
  }
  .studioTrial .inner .wrapper .price__container .trial .price .sm {
    font-size: 3.6rem;
  }
  .studioTrial .inner .wrapper .price__container .trial .price .tax {
    font-size: 1.9rem;
  }
  .studioTrial .inner .wrapper .price__container .trial .price {
    position: relative;
  }
  .studioTrial .inner .wrapper .price__container .trial .price::before {
    bottom: 47%;
    right: 0;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .studioTrial .inner .wrapper {
    border-radius: 10px;
    box-shadow: none;
    font-size: 2.2rem;
  }
  .studioTrial .inner .wrapper h2 {
    font-size: 2.2rem;
  }
  .studioTrial .inner .wrapper .h3__en {
    font-size: 3.5rem;
  }
  .studioTrial .inner .wrapper .studio__trial__sub {
    font-size: 1.6rem;
  }
  .studioTrial .inner .wrapper .studio__trial__lead {
    font-size: 2rem;
  }
  .studioTrial .inner .wrapper .studio__trial__lead .sm {
    font-size: 2rem;
  }
  .studioTrial .inner .wrapper .price__container {
    font-size: 0.8rem;
  }
  .studioTrial .inner .wrapper .price__container .normal .price {
    font-size: 1.8rem;
  }
  .studioTrial .inner .wrapper .price__container .normal .price .tax {
    font-size: 0.8rem;
  }
  .studioTrial .inner .wrapper .price__container .normal::after {
    width: 120px;
  }
  .studioTrial .inner .wrapper .price__container .trial .price {
    font-size: 3.4rem;
    white-space: nowrap;
  }
  .studioTrial .inner .wrapper .price__container .trial .price .sm {
    font-size: 2.3rem;
  }
  .studioTrial .inner .wrapper .price__container .trial .price .tax {
    font-size: 1.2rem;
  }
  .studioTrial .inner .wrapper .price__container .trial .price {
    position: relative;
  }
  .studioTrial .inner .wrapper .price__container .trial .price::before {
    bottom: 59%;
    right: 0px;
    width: 65px;
  }
}
.studioTrial .btn__container .inner .studio__trial__cta__ttl {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 500;
  color: #778673;
  padding: 0 30px;
  position: relative;
}
.studioTrial .btn__container .inner .studio__trial__cta__ttl::before, .studioTrial .btn__container .inner .studio__trial__cta__ttl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: #96B98E;
}
.studioTrial .btn__container .inner .studio__trial__cta__ttl::before {
  left: 0;
  transform: rotate(-30deg);
}
.studioTrial .btn__container .inner .studio__trial__cta__ttl::after {
  right: 0;
  transform: rotate(30deg);
}
.studioTrial .btn__container .inner .container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.studioTrial .btn__container .inner .container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  width: 500px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.studioTrial .btn__container .inner .container .btn.grad {
  background: linear-gradient(90deg, #89ac6b 0%, #d9c556 51.23%, #ffc85f 100%);
}
.studioTrial .btn__container .inner .container .btn.line {
  background: #06c755;
}
@media (max-width: 1280px) {
  .studioTrial .btn__container .inner .studio__trial__cta__ttl {
    font-size: 2rem;
  }
  .studioTrial .btn__container .inner .container {
    gap: 30px;
  }
  .studioTrial .btn__container .inner .container .btn {
    font-size: 2rem;
    height: 80px;
    border-radius: 40px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .studioTrial .btn__container .inner .studio__trial__cta__ttl {
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .studioTrial .btn__container .inner .container {
    flex-direction: column;
    align-items: center;
  }
  .studioTrial .btn__container .inner .container .btn {
    font-size: 1.6rem;
    height: 70px;
    border-radius: 35px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
}

#studioInfo .outer {
  background: var(--color-cream);
}
#studioInfo .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#studioInfo .inner .en__sm {
  font-family: var(--font-en);
  color: var(--color-brown);
  font-size: 1.4rem;
}
#studioInfo .inner .studio__info__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#studioInfo .inner .studio__info__tag {
  display: inline-block;
  font-family: var(--font-ns);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 9px;
  padding-inline: 20px;
  border: 1px solid var(--color-black);
  border-radius: 50px;
}
#studioInfo .inner h2 {
  font-size: 3.5rem;
  font-family: var(--font-ns);
}
#studioInfo .inner .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5px;
}
#studioInfo .inner .wrapper h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#studioInfo .inner .wrapper p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#studioInfo .inner .thumbnail {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
#studioInfo .inner .thumbnail img {
  border-radius: 30px;
  aspect-ratio: 1200/675;
  height: 100%;
  object-fit: cover;
}
#studioInfo .inner .thumbnail .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#studioInfo .inner .thumbnail .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(87, 77, 74, 0.2);
  opacity: 1;
  margin: 0;
}
#studioInfo .inner .thumbnail .swiper-pagination-bullet-active {
  background: #96B98E;
}
@media (max-width: 1240px) {
  #studioInfo .inner {
    padding-inline: 20px;
  }
  #studioInfo .inner .en__sm {
    font-size: 1.4rem;
  }
  #studioInfo .inner .studio__info__tag {
    font-size: 2rem;
    padding-block: 7px;
    padding-inline: 16px;
  }
  #studioInfo .inner h2 {
    font-size: 3rem;
  }
  #studioInfo .inner .wrapper h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #studioInfo .inner .wrapper p {
    font-size: 1.5rem;
  }
  #studioInfo .inner .thumbnail img {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  #studioInfo .inner .en__sm {
    font-size: 1.4rem;
  }
  #studioInfo .inner .studio__info__tag {
    font-size: 1.8rem;
    padding-block: 6px;
    padding-inline: 14px;
  }
  #studioInfo .inner h2 {
    font-size: 2.2rem;
  }
  #studioInfo .inner .wrapper h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #studioInfo .inner .wrapper p {
    font-size: 1.4rem;
  }
  #studioInfo .inner .thumbnail img {
    border-radius: 10px;
  }
}
#studioInfo .studio__detail .inner {
  padding: 0;
}
#studioInfo .studio__detail .column__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  text-align: left;
}
#studioInfo .studio__detail .column__wrapper dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}
#studioInfo .studio__detail .column__wrapper dl dt,
#studioInfo .studio__detail .column__wrapper dl dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #778673;
}
#studioInfo .studio__detail .column__wrapper dl dt {
  width: 130px;
  color: #778673;
  font-weight: 500;
}
#studioInfo .studio__detail .column__wrapper dl dd {
  width: 430px;
}
#studioInfo .studio__detail .column__wrapper dl dd.sns {
  display: flex;
  gap: 20px;
}
#studioInfo .studio__detail .column__wrapper dl dd.sns a img {
  height: 32px;
}
@media (max-width: 1280px) {
  #studioInfo .studio__detail .column__wrapper {
    gap: 30px;
  }
  #studioInfo .studio__detail .column__wrapper dl {
    width: calc((100% - 30px) / 2);
  }
  #studioInfo .studio__detail .column__wrapper dl dt {
    width: 100px;
  }
  #studioInfo .studio__detail .column__wrapper dl dd {
    width: calc(100% - 20px - 100px);
  }
}
@media (max-width: 768px) {
  #studioInfo .studio__detail .column__wrapper {
    flex-direction: column;
    gap: 0;
  }
  #studioInfo .studio__detail .column__wrapper dl {
    width: 100%;
    gap: 5px 15px;
  }
  #studioInfo .studio__detail .column__wrapper dl dt,
  #studioInfo .studio__detail .column__wrapper dl dd {
    padding: 15px 0;
  }
  #studioInfo .studio__detail .column__wrapper dl dt {
    width: 90px;
  }
  #studioInfo .studio__detail .column__wrapper dl dd {
    width: calc(100% - 15px - 90px);
  }
}

#studioAccess .inner .ttl__box .en {
  font-size: 1.4rem;
}
#studioAccess .inner .ttl__box h2 {
  font-size: 3.2rem;
  text-align: center;
}
#studioAccess .inner .map__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#studioAccess .inner .map__wrapper iframe {
  width: 100%;
  height: 770px;
  max-height: 64.1666666667vw;
  border-radius: 30px;
}
#studioAccess .inner .map__wrapper img {
  border-radius: 10px;
}
#studioAccess .inner .access__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
#studioAccess .inner .access__container .box {
  position: relative;
  width: calc((100% - 120px) / 3);
}
#studioAccess .inner .access__container .box .num {
  position: absolute;
  top: -40px;
  right: 20px;
  line-height: 1;
  font-size: 8.5rem;
  color: #96B98E;
  font-family: var(--font-en);
}
#studioAccess .inner .access__container .box img {
  border-radius: 0 100px 0 0;
  aspect-ratio: 360/460;
  object-fit: cover;
}
@media (max-width: 1280px) {
  #studioAccess .inner .access__container {
    gap: 40px;
  }
  #studioAccess .inner .access__container .box {
    width: calc((100% - 80px) / 3);
  }
  #studioAccess .inner .access__container .box .num {
    top: -30px;
    right: 15px;
    font-size: 8rem;
  }
  #studioAccess .inner .access__container .box img {
    border-radius: 0 80px 0 0;
  }
}
@media (max-width: 768px) {
  #studioAccess .inner .ttl__box .en {
    font-size: 1.4rem;
  }
  #studioAccess .inner .ttl__box h2 {
    font-size: 2.2rem;
  }
  #studioAccess .inner .map__wrapper img {
    border-radius: 5px;
  }
  #studioAccess .inner .access__container {
    row-gap: 40px;
    flex-direction: column;
  }
  #studioAccess .inner .access__container .box {
    width: 100%;
  }
}

#studioStaff {
  background: linear-gradient(180deg, #EDF6F1 0%, #F9F6EE 100%);
}
#studioStaff .ttl__box {
  font-size: 3.2rem;
  text-align: center;
}
#studioStaff .studio__staff__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#studioStaff .studio__staff__item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
#studioStaff .studio__staff__item img {
  width: 100%;
  aspect-ratio: 280/322;
  object-fit: cover;
}
#studioStaff .studio__staff__body {
  padding: 15px 20px 20px;
}
#studioStaff .studio__staff__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(87, 77, 74, 0.1);
  margin-bottom: 10px;
}
#studioStaff .studio__staff__arrow {
  font-size: 2.4rem;
  color: var(--color-black);
}
#studioStaff .studio__staff__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#studioStaff .studio__staff__tag {
  display: inline-block;
  background: #96B98E;
  font-size: 1.4rem;
  padding: 3px 10px;
  border-radius: 50px;
  color: #fff;
}
#studioStaff .studio__staff__name--simple {
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1280px) {
  #studioStaff .studio__staff__item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }
  #studioStaff .studio__staff__name {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #studioStaff .ttl__box h2 {
    font-size: 2.2rem;
  }
  #studioStaff .studio__staff__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #studioStaff .studio__staff__item {
    display: flex;
  }
  #studioStaff .studio__staff__img {
    width: 175px;
    height: 200px;
    flex-shrink: 0;
  }
  #studioStaff .studio__staff__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #studioStaff .studio__staff__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
}

#studioMenu {
  background: #fff;
}
#studioMenu .ttl__box {
  text-align: center;
}
#studioMenu .studio__menu__block {
  max-width: 1200px;
  margin-inline: auto;
}
#studioMenu .studio__menu__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #96B98E;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding-block: 7px;
}
#studioMenu .studio__menu__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 2px 20px;
  border: 1.5px solid #fff;
  border-radius: 50px;
}
#studioMenu .studio__menu__body {
  background: var(--color-cream);
  padding: 20px 0 25px 0;
  margin-top: 5px;
}
#studioMenu .studio__menu__price {
  font-family: var(--font-en);
  font-size: 3.8rem;
}
#studioMenu .studio__menu__price__num {
  font-size: 5.5rem;
}
#studioMenu .studio__menu__price .tax {
  font-family: var(--font-jp);
  font-size: 2rem;
}
#studioMenu .studio__menu__note {
  font-family: var(--font-ns);
  font-size: 2.4rem;
  font-weight: 500;
}
#studioMenu .studio__menu__table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  text-align: center;
  font-size: 1.6rem;
}
#studioMenu .studio__menu__table thead th {
  background: #F8F7F5;
  font-weight: 500;
  height: 42px;
  padding-inline: 6px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
#studioMenu .studio__menu__table thead th:first-child {
  width: 300px;
}
#studioMenu .studio__menu__table thead th:nth-child(2), #studioMenu .studio__menu__table thead th:nth-child(3) {
  width: 445px;
}
#studioMenu .studio__menu__table tbody td {
  height: 99px;
  padding-inline: 10px;
  vertical-align: middle;
  background: var(--color-cream);
  font-size: 1.6rem;
  font-weight: 500;
}
#studioMenu .studio__menu__table tbody td:first-child {
  width: 300px;
}
#studioMenu .studio__menu__table--general thead th:first-child {
  width: 50%;
}
#studioMenu .studio__menu__table__price {
  font-family: var(--font-en);
  font-size: 3.5rem;
  line-height: 1;
}
#studioMenu .studio__menu__table__price span {
  font-size: 1.6rem;
}
#studioMenu .studio__menu__table__sub {
  font-size: 1.6rem;
  color: #999;
  font-family: var(--font-en);
}
#studioMenu .studio__menu__table__deal {
  display: inline-block;
  color: #778673;
  font-size: 1.6rem;
  font-family: var(--font-en);
}
@media (max-width: 1280px) {
  #studioMenu .studio__menu__header {
    font-size: 1.6rem;
  }
  #studioMenu .studio__menu__price__num {
    font-size: 3.2rem;
  }
  #studioMenu .studio__menu__price .sm {
    font-size: 2.4rem;
  }
  #studioMenu .studio__menu__table__price {
    font-size: 2.8rem;
  }
  #studioMenu .studio__menu__table__price span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #studioMenu .studio__menu__block {
    padding-inline: 10px;
  }
  #studioMenu .studio__menu__header {
    font-size: 1.6rem;
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 10px;
  }
  #studioMenu .studio__menu__badge {
    font-size: 1.6rem;
    padding: 2px 20px;
  }
  #studioMenu .studio__menu__body {
    padding: 15px 10px 20px;
  }
  #studioMenu .studio__menu__price {
    font-size: 2.8rem;
  }
  #studioMenu .studio__menu__price__num {
    font-size: 4rem;
  }
  #studioMenu .studio__menu__price .tax {
    font-size: 1.4rem;
  }
  #studioMenu .studio__menu__note {
    font-size: 1.8rem;
  }
  #studioMenu .studio__menu .studio__menu__tax {
    font-size: 1.4rem;
    display: block;
  }
  #studioMenu .studio__menu__table {
    font-size: 1.4rem;
    border-spacing: 3px;
    table-layout: fixed;
  }
  #studioMenu .studio__menu__table thead th {
    padding: 7px 4px;
    font-size: 1.2rem;
    height: auto;
    white-space: nowrap;
  }
  #studioMenu .studio__menu__table thead th:first-child {
    width: 25.64vw;
  }
  #studioMenu .studio__menu__table thead th:nth-child(2), #studioMenu .studio__menu__table thead th:nth-child(3) {
    width: auto;
  }
  #studioMenu .studio__menu__table tbody td {
    padding: 12px 4px;
    font-size: 1.4rem;
    height: auto;
  }
  #studioMenu .studio__menu__table tbody td:first-child {
    width: 25.64vw;
    text-align: left;
    padding-inline: 10px;
  }
  #studioMenu .studio__menu__table--general tbody td:first-child {
    text-align: center;
  }
  #studioMenu .studio__menu__table__price {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  #studioMenu .studio__menu__table__price span {
    font-size: 1.4rem;
  }
  #studioMenu .studio__menu__table__sub {
    font-size: 1.6rem;
    font-family: var(--font-en);
  }
  #studioMenu .studio__menu__table__deal {
    font-size: 1.2rem;
  }
}

.studioOthers .outer {
  background: var(--color-cream);
}
.studioOthers .inner {
  text-align: center;
}
.studioOthers .inner .ttl__box h2 {
  font-size: 3.2rem;
}
.studioOthers__desc {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}
.studioOthers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.studioOthers__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.studioOthers__item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.studioOthers__info {
  padding: 15px 20px;
}
.studioOthers__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.studioOthers__name h3 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
.studioOthers__name {
  padding-bottom: 12px;
  border-bottom: 1px solid #d1d5db;
}
.studioOthers__arrow {
  font-size: 2.4rem;
  color: var(--color-black);
}
.studioOthers__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 280px);
  height: 50px;
  border-radius: 25px;
  margin: 15px auto 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #89ac6b 0%, #d9c556 51.23%, #ffc85f 100%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1280px) {
  .studioOthers__list {
    gap: 20px;
  }
  .studioOthers__name {
    font-size: 1.6rem;
  }
  .studioOthers__btn {
    font-size: 1.5rem;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .studioOthers .inner .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioOthers__desc br {
    display: none;
  }
  .studioOthers__list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin-inline: auto;
  }
  .studioOthers__name {
    font-size: 1.5rem;
  }
  .studioOthers__btn {
    font-size: 1.4rem;
    height: 42px;
    border-radius: 21px;
  }
}

.studioMerit {
  position: relative;
  overflow: hidden;
  background: #FDF9F2;
}
.studioMerit__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/studio/merit_bg.webp) center center/cover no-repeat;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.studioMerit .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.studioMerit__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  .studioMerit__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
.studioMerit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.studioMerit__item {
  background: #fff;
  border-radius: 10px;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.studioMerit__num {
  font-family: var(--font-en);
  font-size: 4rem;
  color: #96B98E;
  letter-spacing: -0.02em;
  line-height: 1;
}
.studioMerit__txt {
  font-size: 2rem;
  font-family: var(--font-ns);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 5px;
  text-align: center;
}
.studioMerit__img {
  width: 100px;
  margin: auto auto 0;
  padding-top: 20px;
}
.studioMerit__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .studioMerit .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioMerit__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
  .studioMerit__list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin-inline: auto;
  }
  .studioMerit__item {
    padding: 30px 20px 25px;
  }
  .studioMerit__txt {
    font-size: 1.6rem;
  }
}

.studioFeatures .inner {
  text-align: center;
}
.studioFeatures__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  .studioFeatures__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
.studioFeatures__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin-inline: auto;
  border-top: 1px solid rgba(87, 77, 74, 0.1);
  border-bottom: 1px solid rgba(87, 77, 74, 0.1);
  padding-block: 30px;
}
.studioFeatures__border {
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(87, 77, 74, 0.1);
}
.studioFeatures__item {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}
.studioFeatures__item--reverse {
  flex-direction: row-reverse;
}
.studioFeatures__txt h3 {
  font-family: var(--font-ns);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.studioFeatures__txt p:not(.studioFeatures__num) {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.studioFeatures__txt p:not(.studioFeatures__num):last-child {
  margin-bottom: 0;
}
.studioFeatures__num {
  font-family: var(--font-en);
  font-size: 6rem;
  color: #96B98E;
  line-height: 1;
}
.studioFeatures__img {
  flex-shrink: 0;
  width: 400px;
  height: 280px;
}
.studioFeatures__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.studioFeatures__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 506px);
  height: 80px;
  border-radius: 100px;
  margin: 70px auto 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #89ac6b 0%, #d9c556 51.23%, #ffc85f 100%);
}
@media (max-width: 1280px) {
  .studioFeatures__item {
    gap: 30px;
  }
  .studioFeatures__txt h3 {
    font-size: 2rem;
  }
  .studioFeatures__txt p:not(.studioFeatures__num) {
    font-size: 1.5rem;
  }
  .studioFeatures__num {
    font-size: 5rem;
  }
  .studioFeatures__btn {
    font-size: 1.6rem;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .studioFeatures .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioFeatures__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
  .studioFeatures__item {
    flex-direction: column;
    gap: 20px;
  }
  .studioFeatures__item--reverse {
    flex-direction: column;
  }
  .studioFeatures__txt {
    width: 100%;
  }
  .studioFeatures__txt h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .studioFeatures__txt p:not(.studioFeatures__num) {
    font-size: 1.6rem;
  }
  .studioFeatures__num {
    font-size: 5rem;
    text-align: center;
  }
  .studioFeatures__img {
    width: 100%;
    height: 245px;
  }
  .studioFeatures__btn {
    width: min(100%, 308px);
    height: 60px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 30px;
  }
}

#studioFlow {
  background: #F8F7F5;
}
#studioFlow .studioFlow__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  #studioFlow .studioFlow__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  #studioFlow .studioFlow__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
}
#studioFlow .inner .ttl__box {
  text-align: center;
}
#studioFlow .inner .ttl__box .en {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #studioFlow .inner .ttl__box h2 {
    font-size: 2.2rem;
  }
}
#studioFlow .inner .container {
  display: flex;
  flex-wrap: wrap;
  gap: 66px;
}
#studioFlow .inner .container .box {
  position: relative;
  width: 356px;
}
#studioFlow .inner .container .box .num {
  position: absolute;
  top: 0;
  right: 0;
  color: #96B98E;
  font-size: 10rem;
  font-family: var(--font-en);
  line-height: 1;
}
#studioFlow .inner .container .box .heading {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--font-ns);
}
#studioFlow .inner .container .box .img {
  height: 355px;
  border-radius: 0 100px 0 0;
  object-fit: cover;
}
#studioFlow .inner .container .box p.mt20 {
  font-size: 1.6rem;
  line-height: 1.8;
}
#studioFlow .inner .container .box a {
  display: inline;
  text-decoration: underline;
  color: #4791EB;
}
@media (max-width: 1280px) {
  #studioFlow .inner .container {
    gap: 30px;
  }
  #studioFlow .inner .container .box {
    width: calc((100% - 60px) / 3);
  }
  #studioFlow .inner .container .box .num {
    font-size: 8rem;
  }
  #studioFlow .inner .container .box .heading {
    font-size: 1.9rem;
  }
  #studioFlow .inner .container .box .img {
    border-radius: 0 80px 0 0;
  }
}
@media (max-width: 768px) {
  #studioFlow .inner .container {
    gap: 30px;
  }
  #studioFlow .inner .container .box {
    width: 100%;
  }
  #studioFlow .inner .container .box .heading {
    font-size: 1.8rem;
  }
  #studioFlow .inner .container .box .img {
    border-radius: 0 90px 0 0;
  }
}

.studioReview {
  position: relative;
  overflow: hidden;
  background: var(--color-cream);
}
.studioReview__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/studio/merit_bg.webp) center center/cover no-repeat;
  mix-blend-mode: lighten;
  transform: rotate(-90deg) scale(1.2);
}
.studioReview .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.studioReview .ttl__box {
  text-align: center;
}
.studioReview .ttl__box .en {
  font-size: 1.4rem;
}
.studioReview .ttl__box h2 {
  font-size: 3.5rem;
  font-family: var(--font-ns);
}
.studioReview__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  .studioReview__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
.studioReview__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.studioReview__list--col2 .studioReview__item {
  width: calc((100% - 40px) / 2);
}
.studioReview__item {
  width: 370px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.studioReview__item img {
  width: 100%;
  height: 257px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.studioReview__body {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.studioReview__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.6rem;
}
.studioReview__meta__line {
  display: inline-block;
  width: 0;
  height: 15px;
  border-left: 1px solid rgba(87, 77, 74, 0.2);
}
.studioReview h3 {
  font-family: var(--font-ns);
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(87, 77, 74, 0.1);
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
}
.studioReview p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 12px;
}
@media (max-width: 1280px) {
  .studioReview__item {
    width: calc((100% - 80px) / 3);
  }
  .studioReview__list--col2 .studioReview__item {
    width: calc((100% - 40px) / 2);
  }
  .studioReview h3 {
    font-size: 1.8rem;
  }
  .studioReview p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .studioReview .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioReview__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
  .studioReview__list {
    gap: 30px;
  }
  .studioReview__item {
    width: 100%;
  }
  .studioReview h3 {
    font-size: 1.7rem;
  }
  .studioReview p {
    font-size: 1.4rem;
  }
}

.studioFaq .inner {
  text-align: center;
}
.studioFaq .ttl__box {
  text-align: center;
}
.studioFaq .ttl__box .en {
  font-size: 1.4rem;
}
.studioFaq .ttl__box h2 {
  font-size: 3.5rem;
  font-family: var(--font-ns);
}
.studioFaq__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  .studioFaq__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
.studioFaq__list {
  max-width: 1200px;
  margin-inline: auto;
  text-align: left;
}
.studioFaq__item {
  padding: 20px 0;
  border-bottom: 0.7px solid rgba(87, 77, 74, 0.2);
}
.studioFaq__item:first-child {
  border-top: 0.7px solid rgba(87, 77, 74, 0.2);
}
.studioFaq__q, .studioFaq__a {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.studioFaq__q p, .studioFaq__a p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.studioFaq__q {
  font-weight: 500;
  color: #778673;
}
.studioFaq__a {
  margin-top: 15px;
  color: #574D4A;
}
.studioFaq__label {
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: inherit;
  line-height: 1;
  flex-shrink: 0;
  width: 55px;
  white-space: nowrap;
}
.studioFaq__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 506px);
  height: 80px;
  border-radius: 100px;
  margin: 70px auto 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #89ac6b 0%, #d9c556 51.23%, #ffc85f 100%);
}
@media (max-width: 1280px) {
  .studioFaq__btn {
    font-size: 1.8rem;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .studioFaq .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioFaq__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
  .studioFaq__item {
    padding: 15px 0;
  }
  .studioFaq__q, .studioFaq__a {
    gap: 12px;
  }
  .studioFaq__a {
    margin-top: 20px;
  }
  .studioFaq__label {
    width: 45px;
  }
  .studioFaq__btn {
    width: min(100%, 350px);
    height: 60px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 50px;
  }
}

.studioBlog {
  background: #F8F7F5;
}
.studioBlog .inner {
  text-align: center;
}
.studioBlog .ttl__box {
  text-align: center;
}
.studioBlog .ttl__box .en {
  font-size: 1.4rem;
}
.studioBlog .ttl__box h2 {
  font-size: 3.5rem;
  font-family: var(--font-ns);
}
.studioBlog__divider {
  display: inline-block;
  width: 0;
  height: 32px;
  border-left: 1.5px solid rgba(87, 77, 74, 0.2);
  vertical-align: middle;
  margin-inline: 15px;
}
@media (max-width: 768px) {
  .studioBlog__divider {
    display: block;
    width: 50px;
    height: 0;
    border-left: none;
    border-top: 1.5px solid rgba(87, 77, 74, 0.2);
    margin: 10px auto;
  }
}
.studioBlog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.studioBlog__item {
  display: block;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.studioBlog__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.studioBlog__body {
  padding: 15px 20px 20px;
}
.studioBlog__body time {
  font-family: var(--font-en);
  font-size: 1.3rem;
  color: #999;
}
.studioBlog__body p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.studioBlog__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 506px);
  height: 80px;
  border-radius: 100px;
  margin: 70px auto 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #89ac6b 0%, #d9c556 51.23%, #ffc85f 100%);
}
@media (max-width: 1280px) {
  .studioBlog__list {
    gap: 20px;
  }
  .studioBlog__body p {
    font-size: 1.5rem;
  }
  .studioBlog__btn {
    font-size: 1.8rem;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .studioBlog .ttl__box h2 {
    font-size: 2.2rem;
  }
  .studioBlog__ttl__sm {
    font-size: 1.8rem;
    display: block;
  }
  .studioBlog__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .studioBlog__body p {
    font-size: 1.4rem;
  }
  .studioBlog__btn {
    width: min(100%, 350px);
    height: 60px;
    font-size: 1.6rem;
    margin-top: 50px;
  }
}/*# sourceMappingURL=single-studio.css.map */