@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@font-face {
  font-family: "FreightBig Pro";
  src: url(../../font/FreightBigProMedium-Regular.woff);
}
.page-studios-new.page-pages .header .studios-cat-title .studios-cat-title-big {
  color: white !important;
  font-family: "FreightBig Pro" !important;
  border-bottom: 2px solid white !important;
}

.page-pages .header .studios-cat-title .studios-cat-title-jp {
  color: white;
}

.page-home .inner {
  max-width: 100% !important;
  width: 100% !important;
}

.first-view-breadcrumb {
  color: white;
}

.page-studios .studios-cat-new .main {
  padding-bottom: 0 !important;
}

.page-studios-new .header {
  background: white;
}

.page-feature {
  position: relative;
  display: flex;
  width: 100%;
  height: 42vw;
  justify-content: center;
  align-items: center;
  background: url("../../../assets/img/price/price-feature-bg-pc.webp");
  background-size: cover;
}

.feature-description {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 2px;
  padding: 0;
}
.feature-description::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 190%;
  background: url("../../img/price/blurry-effect.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.content-title-group,
.content-title-private,
.content-title-other {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ae987b;
}
.content-title-group h2,
.content-title-private h2,
.content-title-other h2 {
  font-family: "FreightBig Pro";
  width: 60%;
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.content-title-group h2::before, .content-title-group h2::after,
.content-title-private h2::before,
.content-title-private h2::after,
.content-title-other h2::before,
.content-title-other h2::after {
  background-color: #ae987b;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.content-title-group h2::before,
.content-title-private h2::before,
.content-title-other h2::before {
  margin-right: 15px;
}
.content-title-group h2::after,
.content-title-private h2::after,
.content-title-other h2::after {
  margin-left: 15px;
}
.content-title-group p,
.content-title-private p,
.content-title-other p {
  font-family: "Shippori Mincho B1";
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.02);
}

.lesson-section-group {
  height: 110vw;
  background: url("../../img/price/group-lesson-bg-pc.webp") no-repeat center;
  background-size: cover;
  padding: 60px 0 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
  gap: 40px;
}

.other-section {
  position: relative;
  padding: 60px 20px 160px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.image-container {
  flex: 5.5;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.plans {
  padding: 20px 0 80px 0;
  flex: 4.5;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 20px;
}

.plan {
  justify-content: center;
  align-items: center;
  width: 70%;
  background: #fff;
  border: 1px solid #ae987b;
  padding: 18px 30px;
  text-align: left;
}
.plan .plan-content {
  justify-content: center;
  display: flex;
  align-items: end;
  gap: 30px;
}
.plan .badge-image {
  margin-left: 12px;
  width: 80px;
  height: 80px;
  background: url("../../img/price/one-time-per-day.png") no-repeat center;
  background-size: contain;
}
.plan .badge {
  font-weight: bold;
  background-color: #f6f3f0;
  color: #ae987b;
  border-radius: 50%;
  letter-spacing: 3px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan .badge .badge-content {
  text-align: center;
  align-items: baseline;
}
.plan .badge span {
  font-size: 2.2em;
}
.plan .badge .additional-text {
  font-size: 0.8em;
  margin-top: 5px;
}
.plan .plan-price {
  font-family: "Futura PT";
  color: #ae987b;
  font-size: 46px;
  font-weight: bold;
}
.plan .plan-price .currency {
  font-size: 24px;
}
.plan .plan-price .tax-included {
  font-size: 16px;
}
.plan .description {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
}
.plan .small-description {
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.plan h3 {
  display: flex;
  align-items: center;
  color: #ae987b;
  width: 100%;
  text-align: center;
  font-family: "FreightBig Pro";
  font-size: 30px;
  margin-bottom: 10px;
}
.plan h3::before, .plan h3::after {
  background-color: #ae987b;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.plan h3::before {
  margin-right: 15px;
}
.plan h3::after {
  margin-left: 15px;
}
.plan p {
  font-size: 14px;
  margin: 16px 0;
}
.plan .arrow-container {
  width: 100%;
  display: flex;
  justify-content: end;
}

.lesson-section-reverse {
  margin-top: -60px;
  height: 70vw;
  background: url("../../img/price/private-lesson-bg-pc.webp") no-repeat center;
  background-size: cover;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.lesson-section-reverse .plans {
  align-items: end;
  margin: 0;
}
.lesson-section-reverse .plans a {
  text-align: right;
  text-align: -webkit-right;
  width: 100%;
}

.campaign-section {
  background: url("../../img/price/campaign-info-pc.png") no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 42vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.others-content {
  max-width: 1040px;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.image-container-others {
  flex: 1;
}

.rental-wear-table {
  flex: 1;
  font-family: "Noto Sans JP";
  width: 50%;
  border-collapse: collapse;
}
.rental-wear-table .small-spacing {
  padding: clamp(6px, 2vw, 12px) clamp(6px, 1.5vw, 10px);
}

.rental-wear-table td {
  height: 80px;
  line-height: 1.8;
  font-size: clamp(12px, 1.2vw, 14px);
  border: 1px solid #8a8888;
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
  text-align: center;
}
.rental-wear-table td:last-child {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  font-family: "Futura PT";
}
.rental-wear-table td span {
  font-size: clamp(10px, 1vw, 12px);
}
.rental-wear-table td .price-line {
  display: flex;
  align-items: baseline;
}
.rental-wear-table td .price-line .label {
  display: inline-block;
  width: 70px;
  text-align: left;
  font-size: clamp(16px, 1.6vw, 18px);
  white-space: nowrap;
}
.rental-wear-table td .price-line .colon {
  margin-left: 1em;
  margin-right: 0.5em;
}
.rental-wear-table td .price-line .price {
  white-space: nowrap;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
}
.rental-wear-table td .price-line .price span {
  font-size: 12px;
}

.location-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.location-button-container {
  padding-top: 60px;
  display: flex;
  gap: 30px;
}

.location-card {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 500px;
}

.location-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.location-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 40px;
  z-index: 1;
}
.location-content h2 {
  font-family: "Futura PT";
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.location-content p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.location-button {
  position: relative;
  width: 300px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 10px auto;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}

.location-button {
  border-radius: 5px;
  padding: 10px 30px;
  text-align: left;
}
.location-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.heading-icon {
  margin-right: 20px;
}

.location-arrow-icon {
  position: absolute;
  right: 15%;
}

.spbr {
  display: none;
}

.page-studios-new .studios-breadcrumb p {
  max-width: 960px;
}

.only-now {
  padding-top: 155px;
  padding-bottom: 136px;
}
.only-now .title {
  position: relative;
  max-width: 145.467px;
  margin: 0 auto;
}
.only-now .title .line {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 23px;
  background: #d3723e;
}
.only-now .title .line:first-child {
  rotate: 155deg;
}
.only-now .title .line:last-child {
  rotate: 200deg;
}
.only-now .title .text {
  color: #d3723e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
  margin: 0 31px;
}
.only-now .block-content {
  background: #fff8ef;
  max-width: 1152px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 45px;
  padding-top: 1px;
  padding-bottom: 65px;
}
.only-now .tooltip {
  max-width: 597px;
  align-content: center;
  position: relative;
  margin: -100px auto 0;
  transform: translateY(12%);
}
.only-now .step-box_1 {
  margin-top: 69px;
  display: flex;
  padding: 0 100px;
}
.only-now .step-box_1 .box-item {
  display: flex;
  padding-bottom: 15px;
  width: 100%;
}
.only-now .step-box_1 .box-item .box-right {
  padding-left: 22px;
}
.only-now .step-box_1 .box-item .title-text {
  position: relative;
}
.only-now .step-box_1 .box-item .title-text .number {
  color: #d3723e;
  font-family: "futura-pt";
  font-size: 23.646px;
  font-weight: 600;
  /* 30.74px */
  letter-spacing: 0.0443125em;
  margin-left: 10px;
}
.only-now .step-box_1 .box-item .title-text .text {
  color: #d3723e;
  font-family: "Noto Sans JP";
  font-size: 16.744px;
  font-weight: 700;
  line-height: 1.3;
  /* 21.767px */
  letter-spacing: 0.0941875em;
}
.only-now .step-box_1 .box-item .title-text .line {
  position: absolute;
  bottom: 15%;
  width: 2px;
  height: 18.667px;
  background: #d3723e;
}
.only-now .step-box_1 .box-item .title-text .line:first-child {
  rotate: 155deg;
}
.only-now .step-box_1 .box-item .title-text .line:last-child {
  rotate: 200deg;
}
.only-now .step-box_1 .box-item .content {
  color: #d3723e;
  font-family: "Noto Sans JP";
  font-size: 23.646px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.073875em;
}
.only-now .step-box_1 .box-item .content .hight-light {
  font-size: 31.51px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 40.963px */
  letter-spacing: 0.17725em;
  position: relative;
}
.only-now .step-box_1 .box-item .content .hight-light::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 19px;
  background: rgba(211, 114, 62, 0.2);
  bottom: 0;
  right: 0;
}
.only-now .step-box_1 .box-item.item1 {
  max-width: 459px;
  margin-right: 56px;
}
.only-now .step-box_1 .box-item.item1 .title-text .text {
  margin-right: 10px;
}
.only-now .step-box_1 .box-item.item1 .content {
  letter-spacing: 0.01em;
}
.only-now .step-box_1 .box-item.item2 {
  max-width: 436px;
}
.only-now .step-box_1 .box-item.item2 .box-right {
  padding-left: 56px;
  padding-left: 0;
  flex: 1;
  text-align: center;
}
.only-now .step-box_1 .box-item.item2 .box-right .title-text {
  transform: translateX(21px);
}
.only-now .step-box_1 .box-item.item2 .box-right .title-text .text {
  margin: 0 12px;
  letter-spacing: 0.1em;
}
.only-now .step-box_1 .box-item.item2 .box-right .content {
  transform: translateX(16px);
}
.only-now .step-box-2 {
  margin-top: 50px;
  display: flex;
  padding: 0 100px;
  gap: 46px;
}
.only-now .step-box-2 .box-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 7px;
}
.only-now .step-box-2 .box-item .img_wrap {
  margin-right: 13px;
}
.only-now .step-box-2 .box-item .box-right {
  display: flex;
  align-items: baseline;
}
.only-now .step-box-2 .box-item .title-text {
  color: #d3723e;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  /* 32.5px */
  letter-spacing: 0.140625em;
  margin-right: 7px;
}
.only-now .step-box-2 .box-item .price-old {
  color: #727171;
  font-family: "futura-pt";
  font-size: 19.963px;
  font-weight: 450;
  line-height: 1.3;
  /* 25.952px */
  letter-spacing: -0.0125em;
  position: relative;
  padding-right: 30px;
}
.only-now .step-box-2 .box-item .price-old::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1.5px;
  background: #d3723e;
  bottom: 50%;
  left: 0;
  rotate: -16deg;
}
.only-now .step-box-2 .box-item .price-old::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  top: 50%;
  right: 0;
  transform: translate(-12%, -50%);
  border-color: transparent transparent transparent #727171;
}
.only-now .step-box-2 .box-item .price-old span {
  font-size: 9.424px;
}
.only-now .step-box-2 .box-item .price-new {
  color: #d3723e;
  font-family: "futura-pt";
  font-size: 45.949px;
  font-weight: 500;
  line-height: 1.3;
  /* 59.734px */
  letter-spacing: 0.03em;
}
.only-now .step-box-2 .box-item .price-new .tax {
  font-family: "Noto Sans JP";
  font-size: 17.274px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.only-now .step-box-2 .box-item.item3 {
  max-width: 308px;
}
.only-now .step-box-2 .box-item.item4 {
  max-width: 346px;
}
.only-now .step-box-2 .box-item.item5 {
  max-width: 206px;
}
.only-now .box-bottom {
  max-width: 1127.771px;
  margin: 15px auto 0;
  color: #727171;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  /* 183.333% */
}

@media (min-width: 1800px) {
  .feature-description::before {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 1400px) {
  .lesson-section-group {
    height: 120vw;
    align-items: flex-start;
  }
  .lesson-section-reverse {
    height: unset;
    margin-top: -60px;
  }
  .plan {
    width: 100%;
    padding: 18px;
  }
  .plan .plan-price {
    font-size: 36px;
  }
  .plan .badge {
    width: 70px;
    height: 70px;
  }
  .plan .badge .badge-content {
    font-size: 12px;
  }
  .plan .badge-image {
    width: 70px;
    height: 70px;
    margin-left: 8px;
  }
  .plan span {
    font-size: 1.5em;
  }
  .plan p {
    font-size: 12px;
  }
  .page-feature {
    height: 52vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-description {
    width: 70%;
  }
  .feature-description::before {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .only-now .step-box_1 .box-item .content {
    font-size: 20.646px;
  }
}
@media (max-width: 1084px) {
  .lesson-section-group {
    height: 200vw;
  }
  .plan .plan-price {
    font-size: 30px;
  }
  .location-section {
    gap: 20px;
  }
  .page-feature {
    height: 52vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-description {
    width: 90%;
  }
  .feature-description::before {
    width: 50%;
  }
  .only-now .step-box_1,
  .only-now .step-box-2 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .only-now {
    padding-top: 10vw;
    padding-bottom: 33.333vw;
  }
  .only-now .block-content {
    margin-top: 12.222vw;
    max-width: 92.889vw;
    padding-bottom: 9.889vw;
  }
  .only-now .title {
    max-width: 28.87vw;
  }
  .only-now .title .text {
    font-size: 5.088vw;
    margin: 0 5vw;
  }
  .only-now .title .line {
    width: 0.333vw;
    height: 3.778vw;
  }
  .only-now .tooltip {
    max-width: 66.333vw;
    align-content: center;
    position: relative;
    margin: -19.111vw auto 0;
    transform: translateY(27%);
  }
  .only-now .step-box_1 {
    flex-direction: column;
    margin-top: 10.667vw;
    padding: 0 6vw;
  }
  .only-now .step-box_1 .box-item.item1,
  .only-now .step-box_1 .box-item.item2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5.556vw;
  }
  .only-now .step-box_1 .box-item {
    padding-bottom: 2.778vw;
  }
  .only-now .step-box_1 .box-item .img_wrap {
    max-width: 11vw;
    width: 100%;
  }
  .only-now .step-box_1 .box-item .img_wrap img {
    width: 100%;
  }
  .only-now .step-box_1 .box-item .box-right {
    padding-left: 4.556vw;
  }
  .only-now .step-box_1 .box-item .title-text {
    margin-left: 3.889vw;
  }
  .only-now .step-box_1 .box-item .title-text .number {
    font-size: 3.901vw;
    margin-left: 2.556vw;
  }
  .only-now .step-box_1 .box-item .title-text .text {
    font-size: 2.763vw;
    margin-right: 1.556vw;
  }
  .only-now .step-box_1 .box-item .title-text .line {
    height: 2.963vw;
  }
  .only-now .step-box_1 .box-item .content {
    font-size: 5.227vw;
  }
  .only-now .step-box_1 .box-item .content .hight-light {
    font-size: 5.889vw;
  }
  .only-now .step-box_1 .box-item .content .hide {
    display: none;
  }
  .only-now .step-box_1 .box-item.item2 .box-right .title-text {
    transform: translateX(-0.667vw);
  }
  .only-now .step-box-2 {
    flex-direction: column;
    padding: 0 6vw;
    margin-top: 0;
    gap: 5.556vw;
  }
  .only-now .step-box-2 .box-item {
    padding-bottom: 1.778vw;
  }
  .only-now .step-box-2 .box-item .img_wrap {
    max-width: 10.998vw;
  }
  .only-now .step-box-2 .box-item .box-right {
    align-items: center;
  }
  .only-now .step-box-2 .box-item.item3, .only-now .step-box-2 .box-item.item4, .only-now .step-box-2 .box-item.item5 {
    max-width: 100%;
  }
  .only-now .step-box-2 .box-item.item3 .box-right {
    margin-left: 5.222vw;
  }
  .only-now .step-box-2 .box-item.item3 .box-right .title-text {
    margin-right: 4.556vw;
  }
  .only-now .step-box-2 .box-item.item3 .box-right .price-old {
    padding-right: 6.222vw;
  }
  .only-now .step-box-2 .box-item.item4 .box-right {
    margin-left: 2.222vw;
  }
  .only-now .step-box-2 .box-item.item4 .box-right .title-text {
    letter-spacing: 0.01em;
    margin-right: 0.556vw;
  }
  .only-now .step-box-2 .box-item.item4 .box-right .price-old {
    padding-right: 6.222vw;
  }
  .only-now .step-box-2 .box-item.item5 {
    padding-bottom: 2.667vw;
  }
  .only-now .step-box-2 .box-item.item5 .box-right {
    margin-left: 19.111vw;
  }
  .only-now .step-box-2 .box-item .title-text {
    font-size: 5.889vw;
  }
  .only-now .step-box-2 .box-item .price-old {
    font-size: 4.593vw;
  }
  .only-now .step-box-2 .box-item .price-old::before {
    width: 75%;
    height: 0.222vw;
  }
  .only-now .step-box-2 .box-item .price-old::after {
    border-width: 1.556vw;
  }
  .only-now .step-box-2 .box-item .price-old span {
    font-size: 2.168vw;
  }
  .only-now .step-box-2 .box-item .price-new {
    font-size: 10.571vw;
  }
  .only-now .step-box-2 .box-item .price-new .tax {
    font-size: 3.974vw;
  }
  .only-now .box-bottom {
    max-width: 92.889vw;
    font-size: 2.222vw;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0;
  }
  .spbr {
    display: block;
  }
  .page-price-new .cat-main {
    padding-top: 0 !important;
  }
  .main {
    padding-bottom: 0 !important;
  }
  .content-title-group {
    position: absolute;
    top: 16px;
  }
  .content-title-group h2 {
    width: 100%;
    padding: 0 20px;
  }
  .content-title-private,
  .content-title-other {
    position: absolute;
    top: 180px;
  }
  .content-title-private h2,
  .content-title-other h2 {
    width: 100%;
    padding: 0 20px;
  }
  .page-feature {
    height: 600px;
    background: none;
  }
  .lesson-section-group {
    position: relative;
    height: unset;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    background: url(../../img/price/group-lesson-bg-sp.webp) no-repeat center;
    background-size: cover;
  }
  .campaign-section {
    background: url("../../img/price/campaign-info-sp.png") no-repeat center;
    width: 100%;
    height: 900px;
    background-size: contain;
  }
  .lesson-section-reverse {
    position: relative;
    width: 100%;
    height: unset;
    padding: 0;
    background: url("../../img/price/private-lesson-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
  .other-section {
    padding: 0px;
  }
  .other-section .others-content {
    width: 100%;
    padding: 60px 20px;
    flex-direction: column;
  }
  .other-section .others-content .rental-wear-table {
    width: 100%;
  }
  .other-section .others-content .rental-wear-table .price-line {
    flex-wrap: nowrap;
  }
  .other-section .others-content .rental-wear-table .price-line .price {
    width: auto;
    text-align: center;
    font-size: clamp(20px, 2.2vw, 22px);
  }
  .rental-wear-table td:last-child {
    font-size: clamp(20px, 2vw, 2px);
  }
  .rental-wear-table td .price-line .label {
    font-size: clamp(18px, 1.8vw, 20px);
  }
  .rental-wear-table td {
    font-size: clamp(14px, 1.4vw, 16px);
  }
  .rental-wear-table td .price-line .colon {
    margin-left: clamp(12px, 3.5vw, 14px);
    margin-right: 1vw;
  }
  .others-content {
    width: 100%;
    padding: 60px 20px;
    flex-direction: column;
  }
  .image-container-others {
    display: none;
  }
  .rental-wear-table {
    width: 100%;
  }
  .plans {
    width: 100%;
    margin: unset;
    padding: 0 20px;
  }
  .plan {
    width: 100%;
    padding: 18px;
  }
  .plan .plan-price {
    font-size: 36px;
  }
  .plan .badge {
    width: 70px;
    height: 70px;
  }
  .plan p {
    font-size: 12px;
  }
  .plan a {
    width: 100%;
  }
  .image-container {
    display: none;
  }
  .arrow-container img {
    width: unset !important;
  }
  .location-section {
    gap: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .location-section img.heading-icon {
    width: 16px;
  }
  .location-section img.location-arrow-icon,
  .location-section img.price-arrow-icon {
    width: 8px;
  }
  .location-button-container {
    padding-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .location-image {
    width: 100%;
    height: 400px;
  }
  .location-content {
    height: 400px;
  }
  .location-card {
    width: 100%;
    max-width: unset !important;
  }
  .price-breadcrumb-bottom {
    top: 0 !important;
    margin-bottom: 60px;
  }
  .page-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-description {
    width: 70%;
  }
  .feature-description::before {
    width: 100%;
  }
  .sp-header-group {
    width: 100%;
    height: 800px;
    background: url(../../img/price/group-lesson-header-sp.webp) no-repeat center;
    background-size: cover;
  }
  .sp-header-private {
    width: 100%;
    height: 800px;
    background: url(../../img/price/private-lesson-header-sp.webp) no-repeat center;
    background-size: cover;
  }
  .sp-header-other {
    width: 100%;
    height: 810px;
    background: url(../../img/price/other-header-sp.webp) no-repeat center;
    background-size: cover;
  }
  .page-studios-new .studios-breadcrumb p {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .only-now {
    padding-top: 0vw;
  }
  .feature-description::before {
    height: 100%;
  }
  .location-image {
    background-position: calc(50% - 40px) center;
    background-size: cover;
  }
  .content-title-private,
  .content-title-other {
    top: 60px;
  }
  .sp-header-group,
  .sp-header-private,
  .sp-header-other {
    height: 500px;
  }
  .plan-content {
    gap: 20px;
  }
  .plan .plan-price .tax-included {
    font-size: 14px;
  }
  .lesson-section-reverse .plans {
    width: 100%;
    height: unset;
    margin-bottom: 120px;
    background: url("../../img/price/private-lesson-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.first-view-header .pc-fv-image {
  width: 100%;
  display: block;
}
.first-view-header .sp-fv-image {
  display: none;
}
.first-view-header .first-view-breadcrumb {
  text-align: left;
}
.first-view-header .first-view-breadcrumb p {
  max-width: 1040px !important;
  padding: 0 22px;
}
.first-view-header .first-view-breadcrumb a {
  color: #9f8a6c;
  text-decoration: underline;
}
.first-view-header .fv-cat-title-big {
  padding-top: 26px;
  padding-bottom: 18px !important;
}
@media (max-width: 1161px) {
  .first-view-header .rental-wear-table td .price-line .colon {
    margin-left: 1vw;
  }
  .first-view-header .first-view-breadcrumb p {
    max-width: 85% !important;
  }
  .first-view-header .archive-cat-title {
    max-width: 85% !important;
  }
  .first-view-header .fv-cat-title-big {
    padding-top: 18px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .first-view-header .first-view-header {
    margin-bottom: 1000px;
  }
  .first-view-header .first-view-breadcrumb p {
    max-width: 100% !important;
  }
  .first-view-header .archive-cat-title {
    max-width: 100% !important;
  }
  .first-view-header .pc-fv-image {
    display: none;
  }
  .first-view-header .sp-fv-image {
    width: 100%;
    display: block;
  }
  .first-view-header .fv-cat-title-big {
    border-bottom: 0.27vw solid white !important;
  }
  .first-view-header .archive-cat-title {
    color: white;
    top: 80%;
  }
  .first-view-header .first-view-breadcrumb p {
    color: white;
  }
}
.only-now{ 
  padding-top: 115px;
}
.only-now div{
  box-sizing: border-box;
}
.only-now .block-content{
  background-color: transparent;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 65px;
}
.only-now .block-content.middle-box{
  display: flex;
  gap: 0 14px;
}
.only-now .block-content.middle-box div:last-child{
  padding-top: 11px;
}
.only-now .block-content.bottom-box{
  max-width: 610px;
  margin: 0 auto;
}
.only-now .box-bottom{
  max-width: 996px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .only-now{
    padding: 0 20px 70px;
  }
  .only-now .content-title-group{
    position: static;
    padding-bottom: 10px;
  }
  .only-now .block-content{
    padding-bottom: 30px;
  }
  .only-now .block-content.middle-box{
    flex-direction: column;
    gap: 30px 0;
  }
}

/*# sourceMappingURL=price.css.map */
