.price_table h3 {
  margin: 48px 0 25px;
  color: #189bbc;
  letter-spacing: 0.06em;
  text-align: center;
}

.price_table h3 .main {
  font-size: 27px;
}

.price_table h3 .sub {
  display: block;
  font-weight: 700;
  font-size: 12px;
}

.price_table .table_wrap {
  margin-bottom: 27px;
}

.price_table .table_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}

.price_table .table_wrap .table {
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 28px 10px;
  padding: 20px 28px;
}

.price_table .table_wrap .table + .table {
  margin-top: 15px;
}

.price_table .table_wrap .table h4 {
  color: #189bbc;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.048em;
  margin: 6px 0 10px;
  text-align: center;
}

.price_table .table_wrap .table h4 .mini {
  font-size: 10px;
  display: block;
}

.price_table .table_wrap table {
  width: 100%;
}

.price_table .table_wrap table tr {
  position: relative;
  background: repeating-linear-gradient(90deg, #d2d2d2, #d2d2d2 1px, transparent 1px, transparent 5px) left bottom repeat-x;
  background-size: 100% 1px;
}

.price_table .table_wrap table tr th {
  padding: 12px 0 14px;
  font-size: 14px;
  font-weight: 700;
  text-align-last: left;
}

.price_table .table_wrap table tr th .mini {
  font-size: 75%;
  font-weight: 400;
}

.price_table .table_wrap table tr td {
  padding: 12px 0 14px 16px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: right;
}

.price_table .table_wrap table tr td .price {
  font-size: 17px;
  line-height: 1;
  vertical-align: text-bottom;
}

.price_table .table_wrap table tr td .sub {
  font-size: 9px;
}

.price_table .table_wrap table tr::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0 0 0;
}

.price_table .table_wrap table tr:nth-last-of-type(1) {
  background: transparent;
}

.price_table .table_wrap .attention {
  margin: 10px 28px 0;
  padding: 0;
  list-style: none;
}

.price_table .table_wrap .attention > li {
  font-size: 12px;
  line-height: 1.25;
  color: #707070;
  margin: 5px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

.price_table .table_wrap .attention > li a {
  color: #189bbc;
}

.price_table .table_wrap .attention > li .red {
  color: #dd0000;
}

.reservation_bnr {
  background: linear-gradient(70deg, #c4dff2 0%, #eaf4f6 50%, #f2ece2 100%);
  padding: 25px 13px;
}

.reservation_bnr p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 12px;
}

.reservation_bnr a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #189bbc;
  width: 345px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100vh;
  text-decoration: none;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

.reservation_bnr a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  inset: 50% 24px auto auto;
}

.line_bnr {
  background: linear-gradient(70deg, #c4f2d7 0%, #f2f1e1 100%);
  padding: 25px 13px;
}

.line_bnr p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 12px;
}

.line_bnr a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #06c755;
  width: 345px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100vh;
  text-decoration: none;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

.line_bnr a .text_wrap {
  position: relative;
  padding-left: 35px;
}

.line_bnr a .text_wrap::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../img/icon/ico_line_w.svg") no-repeat;
  background-size: cover;
  position: absolute;
  inset: 3px auto 0 0;
}

.line_bnr a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  inset: 50% 42px auto auto;
}

.area_title {
  margin: 0 0 35px;
  color: #282828;
  letter-spacing: 0.048em;
  text-align: center;
  line-height: 1.1;
}

.area_title .main {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.048em;
}

.area_title .sub {
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #383838;
  margin-top: 4px;
}

.area_title_small {
  margin: 0 0 25px;
  color: #282828;
  letter-spacing: 0.048em;
  text-align: center;
  line-height: 1.1;
}

.area_title_small .main {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.048em;
}

.area_title_small .sub {
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #383838;
  margin-top: 4px;
}

.area_title_blue {
  margin: 0 0 25px;
  color: #189bbc;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.1;
}

.area_title_blue .main {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.064em;
}

.area_title_blue .sub {
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.important_news {
  background: linear-gradient(90deg, #c4dff2 0%, #eaf4f6 50%, #f2ece2 100%);
}

.important_news a {
  height: 30px;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}

.first_view {
  position: relative;
  line-height: 1;
  background: #000;
  aspect-ratio: 1/0.84;
  overflow: hidden;
}

.first_view::after {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  inset: 0;
}

.first_view .logo {
  width: 240px;
  height: 300px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 120px);
  z-index: 100;
  mix-blend-mode: screen;
}

.first_view .background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.first_view video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first_view::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.fv_under video {
  width: 100%;
  height: auto;
}

#top_campaign {
  padding: 50px 27px 0;
}

#top_campaign #campaign_slide {
  width: 320px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#top_campaign #campaign_slide .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#top_campaign #campaign_slide .swiper-wrapper .swiper-slide {
  list-style: none;
}

#top_campaign #campaign_slide .swiper-wrapper .swiper-slide .campaign_img {
  padding: 2px;
  background: #ffffff;
  width: 320px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

#top_campaign #campaign_slide .swiper-wrapper .swiper-slide .campaign_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#top_campaign #campaign_slide .swiper-pagination {
  bottom: 0;
}

#top_campaign #campaign_slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #189bbc;
}

#top_news {
  padding: 55px 0 70px;
}

#top_news .news_slide_wrap {
  padding: 0 20px;
  max-width: max-content;
  margin: 0 auto;
}

#top_news .news_slide_wrap .swiper-wrapper {
  justify-content: space-evenly;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 10px;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
  width: 160px;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a .img_wrap {
  position: relative;
  line-height: 1;
  margin-bottom: 13px;
  display: block;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a .img_wrap::after {
  content: "";
  background: url("../img/top/arrow.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 8px;
  position: absolute;
  inset: auto 10px 10px auto;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a .img_wrap img {
  width: 160px;
  height: 200px;
  object-fit: cover;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a .date {
  font-size: 11px;
  color: #888888;
  letter-spacing: 0.08em;
  margin: 0 0 3px;
  font-family: "Montserrat", sans-serif;
}

#top_news .news_slide_wrap .swiper-wrapper .swiper-slide a .title {
  font-size: 15px;
  color: #282828;
  font-weight: 500;
  margin: 0;
}

#top_news .news_slide_wrap .swiper-wrapper:has( > :nth-child(1):last-child) .swiper-slide {
  margin: 0 !important;
}

#top_group_fitness {
  padding: 70px 0 35px;
}

#top_group_fitness .about {
  color: #282828;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px 20px;
}

#top_group_fitness .img {
  margin: 20px 0 38px;
}

#top_group_fitness .img img {
  width: 100%;
  height: auto;
  max-width: 750px;
}

#top_dance_class {
  padding: 70px 0 35px;
}

#top_dance_class .about {
  color: #282828;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px 20px;
}

#top_dance_class .about p {
  margin: 8px 0 0;
}

#top_dance_class .class_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#top_dance_class .class_list li {
  list-style: none;
  width: 50%;
  position: relative;
  padding: 0 0 20px;
  text-align: center;
}

#top_dance_class .class_list li img {
  width: 100%;
  height: auto;
  margin: 0 0 13px;
}

#top_dance_class .class_list li h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 4px;
}

#top_dance_class .class_list li p {
  font-size: 12px;
  color: #707070;
  margin: 0;
}

#top_dance_class .class_list li::before {
  content: "";
  width: 17px;
  height: 17px;
  border-top: solid 2px;
  border-left: solid 2px;
  position: absolute;
  inset: 0 auto auto 0;
}

#top_dance_class .class_list li .class_little_kids {
  color: #ee9f15;
}

#top_dance_class .class_list li .class_kids1 {
  color: #d9bc1a;
}

#top_dance_class .class_list li .class_kids2 {
  color: #7dc835;
}

#top_dance_class .class_list li .class_hip_beginner1 {
  color: #e781bf;
}

#top_dance_class .class_list li .class_hip_beginner2 {
  color: #6cbae3;
}

#top_dance_class .class_list li .class_hip_middle {
  color: #a16ddb;
}

#top_dance_class .class_list li:has(.class_little_kids)::before {
  border-color: #ee9f15;
}

#top_dance_class .class_list li:has(.class_kids1)::before {
  border-color: #d9bc1a;
}

#top_dance_class .class_list li:has(.class_kids2)::before {
  border-color: #7dc835;
}

#top_dance_class .class_list li:has(.class_hip_beginner1)::before {
  border-color: #e781bf;
}

#top_dance_class .class_list li:has(.class_hip_beginner2)::before {
  border-color: #6cbae3;
}

#top_dance_class .class_list li:has(.class_hip_middle)::before {
  border-color: #a16ddb;
}

#top_dance_class .dance_class_explain {
  border-top: 1px solid #e5e5e5;
  padding: 10px 16px;
  margin: 0 0 34px;
  list-style: none;
}

#top_dance_class .dance_class_explain li {
  font-size: 12px;
  line-height: 1.25;
  color: #707070;
  margin: 5px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

#top_schedule {
  padding: 45px 10px 0;
}

#top_schedule .schedule_table {
  width: 100%;
  border-collapse: collapse;
}

#top_schedule .schedule_table th {
  border: 1px solid #afdde9;
  font-weight: 400;
}

#top_schedule .schedule_table th strong {
  font-weight: 700;
}

#top_schedule .schedule_table td {
  border: 1px solid #afdde9;
}

#top_schedule .schedule_table .week th {
  background: #ebfbff;
  color: #189bbc;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.03em;
  padding: 6px 4px;
}

#top_schedule .schedule_table .week th.empty {
  background: none;
  border: none;
}

#top_schedule .schedule_table .schedule th {
  font-size: 9px;
  background: #ebfbff;
  color: #189bbc;
  line-height: 1.1;
  padding: 10px 5px;
  width: 43px;
  box-sizing: border-box;
  text-align-last: left;
  white-space: nowrap;
}

#top_schedule .schedule_table .schedule td {
  color: #ffffff;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.15;
  padding: 7px 2px;
}

#top_schedule .schedule_table .schedule td.fitness {
  background: #189bbc;
}

#top_schedule .schedule_table .schedule td.fitness span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.024em;
  line-height: 1.15;
  display: inline-block;
}

#top_schedule .schedule_table .schedule td.fitness strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.024em;
}

#top_schedule .schedule_table .schedule td.class_little_kids {
  background: #ee9f15;
}

#top_schedule .schedule_table .schedule td.class_kids1 {
  background: #d9bc1a;
}

#top_schedule .schedule_table .schedule td.class_kids2 {
  background: #7dc835;
}

#top_schedule .schedule_table .schedule td.class_hip_beginner1 {
  background: #e781bf;
}

#top_schedule .schedule_table .schedule td.class_hip_beginner2 {
  background: #6cbae3;
}

#top_schedule .schedule_table .schedule td.class_hip_middle {
  background: #a16ddb;
}

#top_studio_rental {
  padding-bottom: 55px;
}

#top_studio_rental .about {
  color: #282828;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px;
}

#top_studio_rental .img {
  margin: 20px 0 38px;
}

#top_studio_rental .img img {
  width: 100%;
  height: auto;
  max-width: 750px;
}

#top_studio_rental .attention {
  margin: 9px 20px 20px;
  padding: 0;
  list-style: none;
}

#top_studio_rental .attention > li {
  font-size: 12px;
  line-height: 1.25;
  color: #707070;
  margin: 5px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

#top_studio_rental .attention > li a {
  color: #189bbc;
}

#top_studio_rental .price_table .attention {
  margin: 9px 28px 0;
}

#top_studio_rental .studio_img img {
  width: 100%;
  height: auto;
  display: block;
}

#top_studio_rental .studio_img .text_wrap {
  background: #e5f2f5;
  padding: 7px 27px;
  margin-bottom: 38px;
}

#top_studio_rental .studio_img .text_wrap p {
  color: #282828;
  font-size: 13px;
  line-height: 1.38;
  margin: 0;
}

#top_studio_rental .kiyaku {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 55px;
  border: 1px solid #189bbc;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #189bbc;
  margin: 25px auto 35px;
}

#top_studio_rental .kiyaku .text_wrap {
  position: relative;
  padding-left: 32px;
}

#top_studio_rental .kiyaku .text_wrap::before {
  content: "";
  width: 22px;
  height: 23px;
  background: url("../img/icon/ico_pdf.svg") no-repeat;
  background-size: cover;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
