@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  font-family: "Noto Sans JP", serif;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}

.button {
  font-weight: 500;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border: none; /* 枠線を消す */
  border-radius: 60px;
  background: #e85298;
  font-size: 16px;
  line-height: 1.7;
  color: #fafafa;
  min-width: 150px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #fadce9;
}
.button--type2 {
  background-color: #111;
  color: #fff;
}
.button--type2:hover {
  background-color: #fafafa;
  color: #111;
}

.button-gradation {
  font-weight: 500;
  letter-spacing: 0.48px;
  padding: 3px 10px;
  margin-top: 20px;
  display: inline-block;
  border: none; /* 枠線を消す */
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ee87b4), color-stop(50%, #f4b4d0), to(#ee87b4));
  background: linear-gradient(90deg, #ee87b4 0%, #f4b4d0 50%, #ee87b4 100%);
  font-size: 13px;
  color: #fafafa;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-gradation:hover {
  background-color: #f4b4d0;
}
.button-gradation--type2 {
  background-color: #111;
  color: #fff;
}
.button-gradation--type2:hover {
  background-color: #fafafa;
  color: #111;
}
@media screen and (min-width: 1025px) {
  .button-gradation {
    padding: 3px 10px;
  }
}

.button-gradation2 {
  font-weight: 500;
  letter-spacing: 0.48px;
  display: inline-block;
  border: none; /* 枠線を消す */
  border-radius: 9px;
  padding: 7px 7px;
  font-size: 13px;
  line-height: 1.3;
  color: #fafafa;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-gradation2:hover {
  background-color: #f4b4d0;
}
.button-gradation2--type2 {
  background-color: #111;
  color: #fff;
}
.button-gradation2--type2:hover {
  background-color: #fafafa;
  color: #111;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button-gradation2 {
    padding: 10px 15px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#ee87b4), color-stop(50%, #f4b4d0), to(#ee87b4));
    background: linear-gradient(90deg, #ee87b4 0%, #f4b4d0 50%, #ee87b4 100%);
  }
}
@media screen and (min-width: 1025px) {
  .button-gradation2 {
    padding: 10px 15px;
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#ee87b4), color-stop(50%, #f4b4d0), to(#ee87b4));
    background: linear-gradient(90deg, #ee87b4 0%, #f4b4d0 50%, #ee87b4 100%);
  }
}

.button-white {
  font-weight: 500;
  letter-spacing: 0.48px;
  padding: 6px 8px;
  display: inline-block;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  line-height: 1.7;
  min-width: 100px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button-white:hover {
  background-color: #f4b4d0;
}
.button-white--type2 {
  background-color: #111;
  color: #fff;
}
.button-white--type2:hover {
  background-color: #fafafa;
  color: #111;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button-white {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .button-white {
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 10px;
  }
}

.inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.key-color1 {
  color: #e85298;
}

.f-size h3 {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .f-size h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .f-size h3 {
    font-size: 25px;
  }
}

.ph-center {
  text-align: center;
  padding-bottom: 100px;
}
.ph-center img {
  width: 60px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .ph-center img {
    width: 70px;
    display: inline-block;
  }
}

.text-left {
  text-align: left;
}

.f-small {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .f-small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .f-small {
    font-size: 15px;
  }
}

.news {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.news__card {
  padding: 0px 12px;
}
@media screen and (min-width: 1025px) {
  .news__card {
    padding: 0 40px;
  }
}

.news__lists {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .news__lists {
    margin-top: 30px;
  }
}
.news__lists > * + * {
  position: relative;
}
.news__lists > * + *::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  border-top: 1px dotted #e85298;
}

.news__list:nth-child(n+2) {
  position: relative;
}
.news__list:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  border-top: 1px dotted #e85298;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1025px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 0;
  }
}
.news-link:hover {
  background-color: #fadce9;
}

.news-link__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .news-link__meta {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 14px;
  }
}

.news-link__date {
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 2px;
  background: #e85298;
  min-width: 80px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .news-link__date {
    width: 125px;
  }
}

.menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.menu__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1025px) {
  .menu__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.menu__title {
  font-size: 13px;
  padding: 5px 0;
  background-color: #e85298;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__title {
    font-size: 14px;
    line-height: 17px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .menu__title {
    font-size: 14px;
  }
}

.menu__text {
  padding: 10px 3px;
  background-color: #f4b4d0;
  font-size: 13px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-nav-item {
  text-align: center;
  color: #fff;
}
.menu-nav-item a {
  display: block;
  color: inherit;
}
.menu-nav-item:hover {
  color: #fadce9;
}

@media screen and (min-width: 1025px) {
  .menu-nav {
    position: relative;
  }
}

.menu-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-nav-list {
    grid-template-columns: repeat(7, 1fr);
    gap: 0px 8px;
    height: 80px;
  }
  .menu-nav-list ::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .menu-nav-list {
    grid-template-columns: repeat(7, 1fr);
    gap: 0px 10px;
    height: 80px;
  }
  .menu-nav-list ::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
  }
}

.header-inner {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header-inner {
    padding: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-main {
    padding: 15px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .header-main {
    padding: 5px 0;
  }
}

.header-left {
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .header-left {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}

.header-left-logo img {
  width: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-left-logo img {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .header-left-logo img {
    width: 70px;
  }
}

.header-center {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.header-center h2 {
  font-size: 15px;
  color: #e85298;
  font-weight: 500;
}
.header-center h3 {
  font-size: 20px;
  color: #ee87b4;
  margin-top: -5px;
  font-family: "Dancing Script", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-center h2 {
    font-size: 23px;
  }
  .header-center h3 {
    font-size: 23px;
    font-family: "Dancing Script", sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  .header-center h2 {
    font-size: 30px;
  }
  .header-center h3 {
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
  }
}

.header-right-back {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ee87b4), color-stop(50%, #f4b4d0), to(#ee87b4));
  background: linear-gradient(90deg, #ee87b4 0%, #f4b4d0 50%, #ee87b4 100%);
}

.header-nav-content {
  background-color: #e85298;
}

.header-nav-content-inner {
  padding: 14px 40px 9px 0;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav-content-inner {
    padding: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-content-inner {
    padding: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .header-nav {
    position: relative;
  }
}

.header-nav-list {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
  .header-nav-list ::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
  }
  .header-nav-list ::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
  }
}

.header-nav-item {
  width: 112.5px;
  position: relative;
  height: 100%;
  display: block;
}
.header-nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.header-nav-item:last-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  top: 0;
  right: 0;
  background: #fff;
}

.header-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
}
.header-nav-link:hover {
  background-color: #ee87b4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav-link {
    font-size: 14px;
  }
}

.header__link {
  font-weight: 500;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__open {
  margin-top: 3px;
}

.drawer-icon {
  all: unset; /* デフォルトスタイルをすべて解除 */
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 104px;
  right: 0;
  color: #fafafa;
  background: #f4b4d0;
  z-index: 50;
  padding: 60px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.48px;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: right;
}

.fv {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__image_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.mv__image_main img {
  width: 100%;
}

.about,
.recital,
.performance,
.competition,
.staff,
.studio,
.recital-box,
.competition-box {
  padding: 50px 0 50px 0;
}
@media screen and (min-width: 1025px) {
  .about,
  .recital,
  .performance,
  .competition,
  .staff,
  .studio,
  .recital-box,
  .competition-box {
    padding: 100px 0;
  }
}

.contact {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact {
    padding-top: 50px;
  }
}

.about-contact,
.access {
  padding-bottom: 100px;
}

.section-contents {
  text-align: center;
}
.section-contents h3 {
  padding-bottom: 10px;
}

.section-heading {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-heading img {
  max-width: 30px;
}
@media screen and (min-width: 1025px) {
  .section-heading img {
    max-width: 50px;
  }
}

.section-heading-title {
  font-size: 23px;
}
@media screen and (min-width: 1025px) {
  .section-heading-title {
    font-size: 35px;
    display: block;
  }
}

.section-heading-title__f-size-en {
  font-size: 30px;
}
@media screen and (min-width: 1025px) {
  .section-heading-title__f-size-en {
    font-size: 40px;
    display: block;
  }
}

.about-text-contents h3 {
  font-size: 17px;
  font-weight: 500;
}
.about-text-contents p {
  font-size: 14px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .about-text-contents h3 {
    font-size: 25px;
  }
  .about-text-contents p {
    font-size: 16px;
  }
}

.about-text {
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .about-text {
    font-size: 16px;
  }
}

.iframe-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.section-contents__case {
  text-align: center;
}

.case__title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #e85298;
}
@media screen and (min-width: 1025px) {
  .case__title {
    font-size: 20px;
  }
}

.case__title-text-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding-top: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #e85298;
  padding-top: 10px;
}

.case__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .case__items {
    margin-top: 60px;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .case__items {
    margin-top: 60px;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 40px;
  }
}

.case__item img {
  -webkit-box-shadow: 0px 5px 10px 0px #d8d8d8;
          box-shadow: 0px 5px 10px 0px #d8d8d8;
}

.competition-contents > * + * {
  position: relative;
}
.competition-contents > * + *::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px dotted #e85298;
}

.competition-text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 15px;
  max-height: 160px;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: auto 80px;
  line-height: 1.3;
  font-size: 13px;
}
.competition-text-contents h3 {
  font-weight: normal;
  font-size: 30px;
}
.competition-text-contents:hover {
  background-color: #fadce9;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .competition-text-contents {
    padding-left: 200px;
    gap: 80px;
    background-size: auto 100px;
    max-height: 250px;
  }
  .competition-text-contents h3 {
    font-weight: normal;
    font-size: 40px;
  }
  .competition-text-contents p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .competition-text-contents {
    padding-left: 200px;
    gap: 80px;
    background-size: auto 100px;
    max-height: 250px;
  }
  .competition-text-contents h3 {
    font-weight: normal;
    font-size: 40px;
  }
  .competition-text-contents p {
    font-size: 16px;
  }
}

.competition-text-contents:nth-child(4n+1) {
  background-image: url("../img/balle_p_icon1.svg");
  background-position: left 15px bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .competition-text-contents:nth-child(4n+1) {
    background-position: left 50px bottom;
  }
}
@media screen and (min-width: 1025px) {
  .competition-text-contents:nth-child(4n+1) {
    background-position: left 50px bottom;
  }
}

.competition-text-contents:nth-child(4n+2) {
  background-image: url("../img/balle_p_icon2.svg");
  background-position: left 15px bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .competition-text-contents:nth-child(4n+2) {
    background-position: right 50px bottom;
  }
}
@media screen and (min-width: 1025px) {
  .competition-text-contents:nth-child(4n+2) {
    background-position: right 50px bottom;
  }
}

.competition-text-contents:nth-child(4n+3) {
  background-image: url("../img/balle_p_icon3.svg");
  background-position: left 15px bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .competition-text-contents:nth-child(4n+3) {
    background-position: left 50px bottom;
  }
}
@media screen and (min-width: 1025px) {
  .competition-text-contents:nth-child(4n+3) {
    background-position: left 50px bottom;
  }
}

.competition-text-contents:nth-child(4n+4) {
  background-image: url("../img/balle_p_icon4.svg");
  background-position: left 15px bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .competition-text-contents:nth-child(4n+4) {
    background-position: right 50px bottom;
  }
}
@media screen and (min-width: 1025px) {
  .competition-text-contents:nth-child(4n+4) {
    background-position: right 50px bottom;
  }
}

.competition-text-contents:nth-last-child(1) {
  border-bottom: 1px dotted #e85298;
}

.background-line {
  background-color: #ee87b4;
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 10px 40px;
  font-weight: bold;
}

.tax {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 0.9rem;
  color: #fff;
}

.text-left {
  font-size: 12px;
  text-align: left;
  padding-left: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-left {
    font-size: 16px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .text-left {
    font-size: 16px;
    padding-left: 15px;
  }
}

.text-right {
  text-align: right !important;
  padding-right: 25px;
}
@media screen and (min-width: 1025px) {
  .text-right {
    padding-right: 50px;
  }
}

.compare__content {
  margin-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.compare__content button {
  margin-top: 0px;
}
@media screen and (min-width: 1025px) {
  .compare__content {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .compare__content button {
    margin-top: 50px;
  }
}

.compare__content-flame {
  padding: 40px 0;
  text-align: center;
  background: url(../img/frame.svg) center center no-repeat;
  background-size: contain;
  color: #e85298;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .compare__content-flame {
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.7;
  }
}

.compare__table {
  margin-top: 20px;
  min-width: 310px;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  border: 1px solid #e85298;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table {
    width: 700px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table {
    width: 700px;
    margin-top: 40px;
  }
}
.compare__table small {
  color: #e85298;
}
.compare__table th {
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table th {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table th {
    font-size: 18px;
  }
}
.compare__table td {
  font-size: 12px;
}
.compare__table td:last-child {
  text-align: left;
  padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table td {
    font-size: 16px;
  }
  .compare__table td:last-child {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table td {
    font-size: 16px;
  }
  .compare__table td:last-child {
    padding-left: 10px;
  }
}
.compare__table thead th {
  border: 0.5px dotted #e85298;
  background-color: #fadce9;
}
.compare__table tbody th,
.compare__table tbody td {
  border: 0.5px dotted #e85298;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table tbody th,
  .compare__table tbody td {
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table tbody th,
  .compare__table tbody td {
    height: 60px;
  }
}

.compare__table-money .under-line {
  border-bottom: 1px solid #e85298;
}

.compare__table-class th,
.compare__table-class td {
  height: 30px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-class th,
  .compare__table-class td {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-class th,
  .compare__table-class td {
    height: 50px;
  }
}
.compare__table-class th:nth-child(1),
.compare__table-class td:nth-child(1) {
  width: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-class th:nth-child(1),
  .compare__table-class td:nth-child(1) {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-class th:nth-child(1),
  .compare__table-class td:nth-child(1) {
    width: 250px;
  }
}
.compare__table-class th:nth-child(2),
.compare__table-class td:nth-child(2) {
  width: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-class th:nth-child(2),
  .compare__table-class td:nth-child(2) {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-class th:nth-child(2),
  .compare__table-class td:nth-child(2) {
    width: 250px;
  }
}

.compare__table-money th:nth-child(1),
.compare__table-money td:nth-child(1) {
  width: 220px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-money th:nth-child(1),
  .compare__table-money td:nth-child(1) {
    width: 530px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-money th:nth-child(1),
  .compare__table-money td:nth-child(1) {
    width: 530px;
  }
}

.compare__table-time {
  border-collapse: collapse;
  margin-top: 20px;
  min-width: 310px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time {
    margin-top: 40px;
    width: 700px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time {
    margin-top: 40px;
    width: 700px;
  }
}
.compare__table-time small {
  color: #e85298;
}
.compare__table-time th {
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time th {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time th {
    font-size: 18px;
  }
}
.compare__table-time td {
  font-size: 12px;
}
.compare__table-time td:last-child {
  text-align: left;
  padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time td {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time td {
    font-size: 16px;
  }
}
.compare__table-time thead th {
  border: 0.5px solid #e85298;
  background-color: #fadce9;
}
.compare__table-time tbody {
  border: 0.5px solid #e85298;
  height: 30px;
  vertical-align: middle;
}
.compare__table-time tbody th,
.compare__table-time tbody td {
  border: 0.5px dotted #e85298;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time tbody th,
  .compare__table-time tbody td {
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time tbody th,
  .compare__table-time tbody td {
    height: 60px;
  }
}
.compare__table-time tbody th:nth-child(1),
.compare__table-time tbody td:nth-child(1) {
  width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time tbody th:nth-child(1),
  .compare__table-time tbody td:nth-child(1) {
    width: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time tbody th:nth-child(1),
  .compare__table-time tbody td:nth-child(1) {
    width: 100px;
  }
}
.compare__table-time tbody th:nth-child(2),
.compare__table-time tbody td:nth-child(2) {
  width: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time tbody th:nth-child(2),
  .compare__table-time tbody td:nth-child(2) {
    width: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time tbody th:nth-child(2),
  .compare__table-time tbody td:nth-child(2) {
    width: 130px;
  }
}
.compare__table-time tbody th:nth-child(3),
.compare__table-time tbody td:nth-child(3) {
  width: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-time tbody th:nth-child(3),
  .compare__table-time tbody td:nth-child(3) {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-time tbody th:nth-child(3),
  .compare__table-time tbody td:nth-child(3) {
    width: 250px;
  }
}

.compare__table-class .border-bold-bottom {
  border-bottom: 1px solid #e85298;
}

.compare__table-time .border-bold-bottom {
  border-bottom: 1px solid #e85298;
}

.compare__content-staff {
  padding: 50px 0;
  display: block;
}
.compare__content-staff img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0px 5px 10px 0px #d8d8d8;
          box-shadow: 0px 5px 10px 0px #d8d8d8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__content-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .compare__content-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 0 0;
  }
}

.compare__table-staff {
  width: 310px;
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 1.4;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__table-staff {
    width: 645px;
    margin-left: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .compare__table-staff {
    width: 645px;
    margin-left: 30px;
    margin-top: 0;
  }
}
.compare__table-staff small {
  color: #e85298;
}
.compare__table-staff th,
.compare__table-staff td {
  height: 50px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff th,
  .compare__table-staff td {
    height: 50px;
  }
}
.compare__table-staff th:nth-child(1),
.compare__table-staff td:nth-child(1) {
  width: 39px;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff th:nth-child(1),
  .compare__table-staff td:nth-child(1) {
    width: 55px;
  }
}
.compare__table-staff th:nth-child(2),
.compare__table-staff td:nth-child(2) {
  width: 90px;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff th:nth-child(2),
  .compare__table-staff td:nth-child(2) {
    width: 200px;
  }
}
.compare__table-staff th {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff th {
    font-size: 18px;
  }
}
.compare__table-staff td {
  font-size: 12px;
}
.compare__table-staff td:last-child {
  text-align: left;
  padding: 5px;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff td {
    font-size: 16px;
  }
  .compare__table-staff td:last-child {
    padding: 15px;
  }
}
.compare__table-staff thead th {
  border: 0.5px solid #e85298;
  background-color: #fadce9;
}
.compare__table-staff tbody th,
.compare__table-staff tbody td {
  border: 0.5px solid #e85298;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .compare__table-staff tbody th,
  .compare__table-staff tbody td {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .text-center {
    padding-left: 100px !important;
  }
}

.compare__content-sub {
  margin-top: 20px;
  padding-bottom: 40px;
}
.compare__content-sub h3 {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__content-sub {
    margin-top: 30px;
    padding-bottom: 80px;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .compare__content-sub {
    margin-top: 30px;
    padding-bottom: 80px;
    text-align: left;
  }
}

.compare__content-substaff img {
  margin-bottom: 10px;
  margin-top: 30px;
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  gap: 20px;
  -webkit-box-shadow: 0px 5px 10px 0px #d8d8d8;
          box-shadow: 0px 5px 10px 0px #d8d8d8;
}
.compare__content-substaff p {
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__content-substaff {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 43px; /* 各列・行の間隔 */
    text-align: left;
  }
  .compare__content-substaff img {
    min-width: 150px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .compare__content-substaff p {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .compare__content-substaff {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 43px; /* 各列・行の間隔 */
    text-align: left;
  }
  .compare__content-substaff img {
    min-width: 150px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .compare__content-substaff p {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.compare__content-substaff .sub-staff__img,
.compare__content-substaff .sub-staff__text p:first-of-type {
  text-align: center; /* 写真と1番目のpのみ中央揃え */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compare__content-substaff .sub-staff__img,
  .compare__content-substaff .sub-staff__text p:first-of-type {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1025px) {
  .compare__content-substaff .sub-staff__img,
  .compare__content-substaff .sub-staff__text p:first-of-type {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.sub-staff__text {
  padding-bottom: 50px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-staff__text {
    padding-top: 0px;
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .sub-staff__text {
    padding-top: 0px;
    font-size: 16px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-staff__text-large {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .sub-staff__text-large {
    font-size: 18px;
  }
}

.section-heading-form {
  padding: 10px 0;
  text-align: center;
  background-color: #fce4df;
}
.section-heading-form img {
  max-width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-heading-form {
    padding: 20px 0;
  }
  .section-heading-form img {
    max-width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .section-heading-form {
    padding: 30px 0;
  }
  .section-heading-form img {
    max-width: 50px;
  }
}
.section-heading-form .section-heading-icon,
.section-heading-form .section-heading-title {
  display: block;
  margin: 0 auto;
}

.contact__form {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__form {
    margin-top: 100px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .contact__form {
    margin-top: 100px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.contact__button {
  margin-top: 29px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__button {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-field__head {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .form-field__head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form-field__headtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-field__headtop {
    width: 170px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .form-field__headtop {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form-field__label {
  line-height: 1.4375;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-field__label {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: red;
  padding: 6px 8px 5px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.98px;
  text-align: right;
  margin-left: auto; /* 左側の余白を自動的に設定し、右寄せにする */
  margin-right: 0;
}

.form-field__item {
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-field__item {
    margin-top: 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .form-field__item {
    margin-top: 0;
    font-size: 16px;
  }
}

.form-text {
  width: 100%;
  border: 0.5px solid #777;
  background: #fff;
  padding: 15px 16px 14px 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-text:hover, .form-text:focus {
  border-color: #e85298;
  outline: none;
}

.form-textarea {
  border: 0.5px solid #777;
  background: #fff;
  width: 100%;
  height: 180px;
  padding: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: #e85298;
  outline: none;
}

.contact__privacy {
  padding-top: 60px;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
.contact__privacy P {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__privacy {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__privacy {
    font-size: 13px;
  }
}

.contact__text {
  font-size: 13px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__text {
    font-size: 16px;
  }
}

.section-heading-title__recital-box {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 1.3;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .section-heading-title__recital-box {
    font-size: 32px;
    text-align: center;
  }
}

.section-heading-text__recital-box {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .section-heading-text__recital-box {
    font-size: 18px;
  }
}

.recital-box-img {
  text-align: center;
}
.recital-box-img img {
  margin-top: 60px;
  max-width: 70%;
  -webkit-box-shadow: 0px 5px 10px 0px #d8d8d8;
          box-shadow: 0px 5px 10px 0px #d8d8d8;
}

.recital-box-img_content {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .recital-box-img_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.recital-box-img_etc {
  text-align: center;
  padding: 20px 0;
}
.recital-box-img_etc img {
  -webkit-box-shadow: 0px 5px 10px 0px #d8d8d8;
          box-shadow: 0px 5px 10px 0px #d8d8d8;
}
@media screen and (min-width: 1025px) {
  .recital-box-img_etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* 縦に並べる */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 横方向（インライン軸）の中央寄せ */
    padding: 0 0 30px 0;
  }
}

.gallery__slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery__slider {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__slider {
    margin-top: 60px;
  }
}

.gallery__swiper {
  padding-bottom: 26px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery__swiper {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__swiper {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
  }
}

.gallery__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 30px !important;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #bcbcbc;
  opacity: 1;
}
.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e85298;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery__pagination {
    bottom: 205px !important;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__pagination {
    bottom: 50px !important;
  }
}

.gallery__prev,
.gallery__next {
  width: 30px;
  height: 30px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery__prev,
  .gallery__next {
    width: 50px;
    height: 60px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__prev,
  .gallery__next {
    width: 50px;
    height: 60px;
    margin-top: -100px;
  }
}
.gallery__prev::after,
.gallery__next::after {
  display: none;
}

.gallery__prev {
  left: 0;
  background: url(../img/prev-icon.svg) no-repeat center center/contain;
}

.gallery__next {
  right: 0;
  background: url(../img/next-icon.svg) no-repeat center center/contain;
}

.swiper-slide {
  height: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-slide {
    height: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-slide {
    height: 600px;
  }
}

.gallery-card__image {
  text-align: center;
}
.gallery-card__image img {
  height: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-card__image img {
    height: 350px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .gallery-card__image img {
    height: 500px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}

.gallery-card__text {
  margin-top: 0;
  text-align: center;
  font-size: 14px;
  color: #e85298;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-card__text {
    margin-top: 18px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery-card__text {
    margin-top: 18px;
    font-size: 16px;
  }
}

.performance-box-img {
  padding-top: 50px;
  text-align: center;
}
.performance-box-img img {
  padding-top: 10px;
  max-width: 60%;
}

.section-heading__competition {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.section-heading-title__competition {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section-heading-title__competition {
    font-size: 40px;
  }
}

.section-heading__competition-items {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-heading__competition-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .section-heading__competition-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0 0 0;
  }
}

.section-heading__competition-item {
  line-height: 1.3;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}
.section-heading__competition-item h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.section-heading__competition-item p {
  padding-bottom: 10px;
  font-size: 13.5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-heading__competition-item {
    display: block;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 0;
  }
  .section-heading__competition-item h3 {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .section-heading__competition-item p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .section-heading__competition-item {
    display: block;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 0;
  }
  .section-heading__competition-item h3 {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 20px;
  }
  .section-heading__competition-item p {
    font-size: 16px;
  }
}

.photo-y {
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .photo-y {
    width: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .photo-y {
    width: 320px;
  }
}

.section-heading__competition-items {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-heading__competition-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .section-heading__competition-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0 0 0;
  }
}

.section-heading__competition-items-nophoto > * + * {
  position: relative;
}
.section-heading__competition-items-nophoto > * + *::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px dotted #e85298;
}

.section-heading__competition-item-nophoto {
  line-height: 1.3;
  display: block;
  padding: 20px 0 20px 30px;
}
.section-heading__competition-item-nophoto h3 {
  padding-bottom: 20px;
  font-weight: 500;
}
.section-heading__competition-item-nophoto p {
  padding-bottom: 10px;
  font-size: 13.5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-heading__competition-item-nophoto {
    padding: 30px 50px;
    gap: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 100px;
  }
  .section-heading__competition-item-nophoto h3 {
    width: 400px;
    font-size: 16px;
  }
  .section-heading__competition-item-nophoto p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .section-heading__competition-item-nophoto {
    padding: 30px 50px;
    gap: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 100px;
  }
  .section-heading__competition-item-nophoto h3 {
    width: 400px;
    font-size: 20px;
  }
  .section-heading__competition-item-nophoto p {
    font-size: 16px;
  }
}

.footer {
  text-align: center;
}

.footer-copy-wrapper {
  padding: 12px;
  font-size: 12px;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: min(13.3333333333%, 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}