@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/boxer/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/boxer/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-concept {
  background-color: #010101;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .page .section-concept {
    padding-top: 100px;
  }
}
.page .section-concept .inner-concept {
  background-image: url(../image/boxer/concept-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page .section-concept .inner-concept {
    background-image: url(../image/boxer/concept-bg-sp.webp);
  }
}
.page .section-concept .concept-flex {
  justify-content: space-between;
  color: #ffffff;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .concept-flex {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.page .section-concept .text-warp {
  max-width: 510px;
  width: 35.4166666667vw;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.page .section-concept .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-concept .text-warp h2 span {
  color: #d72638;
}
.page .section-concept .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp h3 {
    margin-bottom: 20px;
  }
}
.page .section-concept .text-warp .description {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp .description {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
.page .section-concept .text-warp .description:last-child {
  margin-bottom: 0;
}
.page .section-concept .image-wrap {
  max-width: 510px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .image-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.page .facilities-section h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .facilities-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .facilities-section h2 span {
  color: #005bbb;
}
.page .facilities-section .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.page .facilities-section .note {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #ffffff;
  margin-top: 40px;
}
.page .facilities-section .more-btn {
  color: #ffffff;
  margin: 40px auto 0;
}
.page .facilities-section .more-btn a::before {
  background-color: #ffffff;
}
.page .section-player {
  padding-top: 200px;
  padding-bottom: 320px;
  background-color: #010101;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-player {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
.page .section-player::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(../image/boxer/player-section-cover.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 15.5555555556vw;
}
@media screen and (max-width: 768px) {
  .page .section-player::after {
    background-image: url(../image/boxer/player-section-cover-sp.webp);
    height: 43.4666666667vw;
  }
}
.page .section-player h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-player h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-player h2 span {
  color: #d72638;
}
.page .section-player .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.page .section-player .player-flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-player .player-flex {
    display: block;
    margin-bottom: 30px;
  }
}
.page .section-player .player-flex li {
  width: 29.5833333333%;
  border: solid 6px #d72638;
  position: relative;
  background-color: #181919;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-player .player-flex li {
    width: 100%;
  }
}
.page .section-player .player-flex li::before {
  content: "";
  background-image: url(../image/boxer/player-list-cover.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page .section-player .player-flex li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #d72638;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.42s cubic-bezier(0.75, 0, 0.25, 1);
  z-index: 2;
}
.page .section-player .player-flex li.action::after {
  transform: scaleY(0);
}
.page .section-player .player-flex li .name {
  padding: 20px;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
.page .section-player .player-flex li .note {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 0 20px;
}
.page .section-player .player-flex li .player-more-btn a {
  background-color: #d72638;
  border-radius: 10px;
  padding: 12px 0 12px 30px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  max-width: 236px;
  width: 66.4788732394%;
  margin: auto;
  position: relative;
}
.page .section-player .player-flex li .player-more-btn .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.page .section-player .player-flex li .player-more-btn .arrow::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.page .section-player .player-flex li .player-more-btn .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-30px);
  transition: 0.3s;
}
.page .section-player .player-flex li .player-more-btn:hover .arrow::before {
  transform: translateX(30px);
}
.page .section-player .player-flex li .player-more-btn:hover .arrow::after {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .page .section-player .player-flex li:nth-of-type(n + 2)::after {
    display: none;
  }
}
.page .section-player .more-btn {
  margin: auto;
}
.page .section-player .more-btn a::before {
  background-color: #ffffff;
}
.page .section-price {
  padding-top: 20px;
  padding-bottom: 160px;
  background-color: #ffffff;
  border-radius: 0 0 60px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .section-price {
    padding-bottom: 60px;
    border-radius: 0 0 30px 30px;
  }
}
.page .section-price h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-price h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-price h2 span {
  color: #d72638;
}
.page .section-price .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-price .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .section-price .price-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-price .price-flex {
    flex-direction: column;
  }
}
.page .section-price .table-wrap {
  width: 51.1666666667%;
  max-width: 614px;
}
@media screen and (max-width: 768px) {
  .page .section-price .table-wrap {
    width: 100%;
  }
}
.page .section-price .price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSansJP-Medium";
}
@media screen and (max-width: 768px) {
  .page .section-price .price-table {
    width: 614px;
  }
}
.page .section-price .price-table th,
.page .section-price .price-table td {
  border: 1px solid #181919;
  padding: 17px;
}
.page .section-price .price-table thead th {
  background: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
.page .section-price .price-table tbody th {
  font-weight: normal;
  text-align: center;
}
.page .section-price .price-table td {
  background: #ffffff;
}
.page .section-price .price-table .note {
  color: #d72638;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page .section-price .price-table .course {
  text-align: left;
  padding-left: 8.6956521739%;
}
.page .section-price .price-table .bg-gray {
  background-color: #f7f7f7;
}
.page .section-price .price-table .bg-gray td {
  background-color: #f7f7f7;
}
.page .section-price .text-wrap {
  width: 45.5%;
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .page .section-price .text-wrap {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.page .section-price .text-wrap h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.page .section-price .text-wrap h3::before {
  content: "";
  background-color: #d72638;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .section-price .text-wrap h3::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page .section-price .text-wrap .description {
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
.page .section-price .text-wrap-bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-price .text-wrap-bottom {
    margin-top: 20px;
  }
}
.page .section-price .text-wrap-bottom .description {
  padding: 0;
  margin-bottom: 20px;
}
.page .section-price .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page .section-hours {
  padding-top: 180px;
  padding-bottom: 160px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .section-hours {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page .section-hours::after {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  right: 0;
  background-image: url(../image/boxer/hours-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 30.9722222222vw;
  height: 51.5277777778vw;
}
@media screen and (max-width: 768px) {
  .page .section-hours::after {
    background-image: url(../image/boxer/hours-deco-sp.webp);
    width: 49.8666666667vw;
    height: 143.7333333333vw;
  }
}
.page .section-hours h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-hours h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-hours h2 span {
  color: #005bbb;
}
.page .section-hours .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-hours .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .hours-wrap {
  width: 51.8055555556vw;
  max-width: 746px;
}
@media screen and (max-width: 768px) {
  .page .hours-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.page .hours-flex {
  border-bottom: solid 1px #181919;
  padding: 20px 0;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .hours-flex {
    padding: 16px 0;
  }
}
.page .hours-flex dt {
  font-weight: normal;
  width: 39.0080428954%;
}
@media screen and (max-width: 768px) {
  .page .hours-flex dt {
    width: 46.1333333333%;
    line-height: 1.6;
  }
}
.page .hours-flex dd {
  width: 60.9919571046%;
}
@media screen and (max-width: 768px) {
  .page .hours-flex dd {
    width: 36.8%;
    line-height: 1.6;
  }
}
.page .hours-flex.saturday {
  color: #005bbb;
}
.page .hours-flex.sunday {
  color: #d72638;
}
.page .section-qa {
  border-radius: 60px 60px 0 0;
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .section-qa {
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.page .section-qa .inner-qa {
  max-width: 900px;
  margin: auto;
}
.page .section-qa h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #181919;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-qa h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-qa h2 span:first-child {
  color: #005bbb;
}
.page .section-qa h2 span:last-child {
  color: #d72638;
}
.page .section-qa .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-qa .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .accordion {
  margin: auto;
}
.page .accordion dl {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .accordion dl {
    margin-bottom: 20px;
  }
}
.page .accordion dl:last-child {
  margin-bottom: 0;
}
.page .accordion dl dt {
  padding: 19px 22px 17px 60px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  z-index: 2;
  border-radius: 10px;
  color: #181919;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dt {
    font-size: 1.6rem;
    padding: 10px 47px 10px 50px;
  }
}
.page .accordion dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-color: #005bbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  .page .accordion dl dt::before {
    width: 30px;
    font-size: 16px;
  }
}
.page .accordion dl dd {
  position: relative;
  background-color: #f7f7f7;
  color: #181919;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out 0.1s, top 0.3s ease-out 0.1s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd {
    font-size: 1.4rem;
  }
}
.page .accordion dl dd.open {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
  transition: opacity 0.2s ease-out, top 0.3s ease-out, z-index 0.31s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.page .accordion dl dd.closing {
  opacity: 0;
  top: -30px;
  z-index: 1;
  transition: opacity 0.4s ease-out, top 0.3s ease-out;
}
.page .accordion dl dd::before {
  content: "A";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: absolute;
  top: 42px;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d72638;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.page .accordion dl dd .answer-text {
  padding: 19px 22px 17px 60px;
  min-height: 86px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd .answer-text {
    padding: 10px 22px 10px 50px;
  }
}
.page .accordion .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .page .accordion .mark {
    right: 10px;
  }
}
.page .accordion .mark::after {
  content: "";
  position: absolute;
  background: #181919;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  right: 0;
  margin: auto;
}
.page .accordion .mark::before {
  content: "";
  position: absolute;
  background: #181919;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -20px;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.page .accordion .open .mark::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}/*# sourceMappingURL=boxer-course.css.map */