.karaoke-benefits {
  padding: 10rem 2rem;
}
@media (720px <= width) {
  .karaoke-benefits {
    padding-top: 16rem;
    padding-left: max(50% - 85rem, 5rem);
    padding-right: max(50% - 85rem, 5rem);
    padding-bottom: 20.8rem;
  }
}
.karaoke-benefits__header {
  text-align: center;
  font-weight: 700;
}
.karaoke-benefits__catch {
  font-size: 2.8rem;
  line-height: 150%;
  color: var(--clr-main);
}
@media (1024px <= width) {
  .karaoke-benefits__catch {
    font-size: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3.5rem;
  }
  .karaoke-benefits__catch::before, .karaoke-benefits__catch::after {
    content: "";
    width: 4px;
    height: 67.08px;
    background-color: var(--clr-main);
    border-radius: 10rem;
  }
  .karaoke-benefits__catch::before {
    transform: rotate(-30deg);
  }
  .karaoke-benefits__catch::after {
    transform: rotate(30deg);
  }
}
.karaoke-benefits__intro {
  margin-top: 3rem;
  font-size: 1.8rem;
}
@media (1024px <= width) {
  .karaoke-benefits__intro {
    margin-top: 6rem;
    font-size: 2.2rem;
    line-height: 1.8182;
  }
}
.karaoke-benefits__list-container {
  margin-top: 6rem;
}
@media (720px <= width) {
  .karaoke-benefits__list-container {
    margin-top: 8rem;
  }
}
.karaoke-benefits__list-title {
  background-color: var(--clr-main);
  border-radius: 100rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding: 1.6rem;
  position: relative;
}
.karaoke-benefits__list-title::after {
  content: "";
  background-color: var(--clr-main);
  width: 3rem;
  height: 1.5rem;
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (720px <= width) {
  .karaoke-benefits__list-title {
    padding: 2.4rem;
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.8rem;
    line-height: 1;
  }
  .karaoke-benefits__list-title::after {
    width: 4rem;
    height: 2rem;
    bottom: -2rem;
    left: calc(50% - 2rem);
  }
}
.karaoke-benefits__list {
  margin-top: 3.5rem;
  display: grid;
  gap: 3rem;
}
@media (1024px <= width) {
  .karaoke-benefits__list {
    margin-top: 7rem;
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.1176470588%, 7rem);
  }
}
.karaoke-benefits__item {
  background-color: var(--clr-bg);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 6rem;
}
@media (720px <= width) {
  .karaoke-benefits__item {
    padding: 0 min(9.6153846154%, 5rem) 8rem;
  }
}
.karaoke-benefits__item-number {
  background-color: var(--clr-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  max-width: 16rem;
  border-radius: 0 0 1rem 1rem;
}
@media (720px <= width) {
  .karaoke-benefits__item-number {
    padding: 1rem;
    max-width: 22rem;
    font-size: 2rem;
  }
}
.karaoke-benefits__item-img {
  margin-top: 3rem;
}
.karaoke-benefits__item-img img {
  width: 100%;
}
@media (720px <= width) {
  .karaoke-benefits__item-img {
    margin-top: 4rem;
  }
}
.karaoke-benefits__item-name {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  color: var(--clr-main);
  text-align: center;
}
@media (720px <= width) {
  .karaoke-benefits__item-name {
    margin-top: 4rem;
    font-size: 2.8rem;
    line-height: 1.5714;
  }
}
.karaoke-benefits__item-text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 175%;
}
@media (720px <= width) {
  .karaoke-benefits__item-text {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.howtouse {
  background-color: var(--clr-bg);
  padding: 10rem 2rem;
}
@media (720px <= width) {
  .howtouse {
    padding: 20rem max(50% - 85rem, 5rem);
  }
}
.howtouse__contents {
  margin-top: 4rem;
}
@media (1024px <= width) {
  .howtouse__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.howtouse__img img {
  width: 100%;
}
@media (1024px <= width) {
  .howtouse__img {
    order: 2;
    padding-left: 10.5882352941%;
    grid-row: span 2;
  }
}
.howtouse__outline {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}
@media (1024px <= width) {
  .howtouse__outline {
    order: 1;
    margin-top: 0;
  }
}
.howtouse__item {
  background-color: #fff;
  padding: 0 2rem 3rem;
}
@media (720px <= width) {
  .howtouse__item {
    padding: 0 4rem 3rem 3rem;
  }
}
.howtouse__item-name {
  background-color: var(--clr-lighttext);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 156%;
  color: #fff;
  padding: 1rem 1.5rem;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
}
@media (720px <= width) {
  .howtouse__item-name {
    font-size: 2.4rem;
    padding: 1.2rem 2rem;
  }
}
.howtouse__item-detail {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
}
@media (720px <= width) {
  .howtouse__item-detail {
    font-size: 2rem;
    line-height: 180%;
  }
}
.howtouse__item-table {
  margin-top: 2rem;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid var(--clr-line);
  font-size: 1.6rem;
  line-height: 175%;
}
@media (720px <= width) {
  .howtouse__item-table {
    font-size: 2rem;
    line-height: 180%;
  }
}
@media (width < 720px) {
  .howtouse__item-table tr {
    display: grid;
  }
}
.howtouse__item-table th,
.howtouse__item-table td {
  border: 1px solid var(--clr-line);
  border-top: none;
  padding: 1rem 1.5rem;
}
@media (720px <= width) {
  .howtouse__item-table th,
  .howtouse__item-table td {
    padding: 1rem 2rem;
  }
}
.howtouse__item-table th {
  font-weight: 700;
  background-color: var(--clr-bg);
}
@media (720px <= width) {
  .howtouse__item-table th {
    width: 32.0512820513%;
  }
}
@media (1024px <= width) {
  .howtouse__item-table th {
    width: 28.2051282051%;
  }
}
.howtouse__item-price {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
@media (1280px <= width) {
  .howtouse__item-price {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.howtouse__item-price .price {
  display: grid;
  grid-template-columns: 14.5rem auto;
}
@media (720px <= width) {
  .howtouse__item-price .price {
    grid-template-columns: 18rem auto;
  }
}
.howtouse__item-price .price--fixed {
  --color: #ff47ae;
}
.howtouse__item-price .price--fixed dd {
  font-size: 3.6rem;
}
@media (720px <= width) {
  .howtouse__item-price .price--fixed dd {
    font-size: 4.4rem;
  }
}
.howtouse__item-price .price--member {
  --color: #009bff;
}
.howtouse__item-price .price--member dd {
  font-size: 1.6rem;
  line-height: 160%;
}
.howtouse__item-price .price--member dd .num {
  font-size: 3.2rem;
}
@media (720px <= width) {
  .howtouse__item-price .price--member dd {
    font-size: 2rem;
  }
  .howtouse__item-price .price--member dd .num {
    font-size: 4rem;
  }
  .howtouse__item-price .price--member dd div {
    padding-top: 1rem;
  }
}
.howtouse__item-price .price dt {
  background: var(--color);
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media (720px <= width) {
  .howtouse__item-price .price dt {
    font-size: 2rem;
    padding: 2.8rem 0;
  }
}
.howtouse__item-price .price dd {
  color: var(--color);
  font-weight: 700;
  text-align: center;
  border: 2px solid var(--color);
  display: grid;
  place-content: center;
}
@media (720px <= width) {
  .howtouse__item-price .price dd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.howtouse__item a {
  color: var(--clr-main);
  text-decoration: underline;
}
@media (hover: hover) and (width >= 720px) {
  .howtouse__item a {
    transition: all var(--speed) ease-in-out;
  }
  .howtouse__item a:hover {
    text-decoration: none;
  }
}
.howtouse__item-caution {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 175%;
  color: var(--clr-lighttext);
}
@media (720px <= width) {
  .howtouse__item-caution {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 180%;
  }
}
.howtouse__caution {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 175%;
  color: var(--clr-lighttext);
}
@media (720px <= width) {
  .howtouse__caution {
    order: 3;
    font-size: 2rem;
    line-height: 180%;
  }
}
.howtouse-karaoke-model {
  margin-top: 6rem;
  background: url(../images/karaokeroom/karaoke-model_bg_sp.webp) center top/cover no-repeat;
  color: #fff;
  padding: 0 2rem 6rem;
  display: grid;
}
@media (1024px <= width) {
  .howtouse-karaoke-model {
    margin-top: 12rem;
    background-image: url(../images/karaokeroom/karaoke-model_bg.webp);
    padding: 3.9rem 10rem;
    position: relative;
    grid-template-columns: 50% 43.3333333333%;
    align-items: center;
    justify-content: space-between;
  }
}
.howtouse-karaoke-model__title {
  background-color: #fff;
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5556;
  color: var(--clr-pink);
  padding: 1rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
}
@media (1024px <= width) {
  .howtouse-karaoke-model__title {
    position: absolute;
    left: 10rem;
    top: 0;
    font-size: 2.4rem;
    padding: 1.2rem 2rem;
  }
}
.howtouse-karaoke-model__image-wrapper {
  order: 2;
  margin-top: 2rem;
}
@media (720px <= width) {
  .howtouse-karaoke-model__image-wrapper {
    order: 2;
  }
}
.howtouse-karaoke-model__wrap {
  order: 3;
  margin-top: 3rem;
}
@media (720px <= width) {
  .howtouse-karaoke-model__wrap {
    order: 1;
    margin-top: 0;
    padding: 3.2rem 0;
  }
}
.howtouse-karaoke-model__catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (720px <= width) {
  .howtouse-karaoke-model__catch {
    font-size: 3.6rem;
    line-height: 1.4444;
  }
}
.howtouse-karaoke-model__description {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 175%;
}
@media (720px <= width) {
  .howtouse-karaoke-model__description {
    font-size: 2rem;
    line-height: 180%;
  }
}

.training-locations {
  padding: 10rem 2rem;
}
@media (720px <= width) {
  .training-locations {
    padding: 20rem max(50% - 85rem, 6rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
    gap: 6rem;
  }
}
.training-locations__gym {
  margin-top: 4rem;
  display: grid;
}
@media (720px <= width) {
  .training-locations__gym {
    margin-top: 0;
  }
}
.training-locations .gym {
  display: grid;
  grid-template-columns: 47.7611940299% auto;
  gap: 4.4776119403%;
  align-items: center;
}
@media (720px <= width) {
  .training-locations .gym {
    grid-template-columns: min(47.7611940299%, 38rem) auto;
    align-items: start;
    gap: 0 6rem;
  }
}
.training-locations .gym__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  color: #333;
}
@media (720px <= width) {
  .training-locations .gym__name {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.training-locations .gym__pref {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #999;
}
@media (720px <= width) {
  .training-locations .gym__pref {
    font-size: 1.8rem;
  }
}
.training-locations .gym__links {
  margin-top: 1.5rem;
}
@media (720px <= width) {
  .training-locations .gym__links {
    margin-top: 2.4rem;
  }
}
.training-locations .gym__links a {
  display: block;
  text-align: center;
  padding: 1.3rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--clr-main);
}
.training-locations .gym__links a::before {
  content: "";
  pointer-events: none;
  border: 1px solid var(--clr-line);
  border-radius: 100rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (720px <= width) {
  .training-locations .gym__links a {
    padding: 1.5rem;
    font-size: 2rem;
  }
}
@media (hover: hover) and (width >= 720px) {
  .training-locations .gym__links a {
    transition: all var(--speed) ease-in-out;
  }
  .training-locations .gym__links a::before {
    transition: transform var(--speed) ease-in-out;
  }
  .training-locations .gym__links a:hover::before {
    transform: scale(1.05, 1.1);
  }
}
.training-locations .gym__links a i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (720px <= width) {
  .training-locations .gym__links a i {
    right: 1.9rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}