@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.sub-title {
  display: none;
}

.sec-inner.small {
  padding: 5em 20px !important;
}
@media screen and (max-width: 767px) {
  .sec-inner.small {
    padding: 3em 20px !important;
  }
}

section + section .sec-inner {
  padding: 0 20px 7em !important;
}
@media screen and (max-width: 767px) {
  section + section .sec-inner {
    padding: 0 20px 5em !important;
  }
}

#main-title {
  padding: 70px 20px;
  border-bottom: #fcc700 5px solid;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main-title {
    padding: 70px 40px;
  }
}

.main-lead {
  padding-top: 10px;
  text-align: center;
}
.main-lead span {
  padding: 5px;
  background-color: #fcc700;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-lead span {
    font-size: 1.8rem;
  }
}

.contents-title {
  padding: 80px 20px;
  background-color: #000;
  border-bottom: #fcc700 5px solid;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-title {
    padding: 40px 20px;
  }
}
.contents-title p.en {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Noto Sans JP", "Roboto", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents-title p.en {
    font-size: 1.2em;
  }
}
.contents-title p.jp {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-title p.jp {
    font-size: 1.8rem;
  }
}
.contents-title p.jp span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  color: #fcc700;
}
@media screen and (max-width: 767px) {
  .contents-title p.jp span {
    padding: 0 35px;
  }
}
.contents-title p.jp span::before, .contents-title p.jp span::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 30px;
  height: 5px;
  border-top: solid 2px #fcc700;
  border-bottom: solid 2px #fcc700;
}
@media screen and (max-width: 767px) {
  .contents-title p.jp span::before, .contents-title p.jp span::after {
    width: 20px;
  }
}
.contents-title p.jp span::before {
  left: 0;
}
.contents-title p.jp span::after {
  right: 0;
}

.promotion-title {
  position: relative;
  margin-bottom: 40px;
}
.promotion-title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 30vw;
  height: 100%;
  background: #fcc700;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .promotion-title::after {
    width: calc(100% + 40px);
    margin-right: calc(50% - 50vw);
  }
}
.promotion-title p {
  display: inline-block;
  padding: 40px 60px 40px 0;
  border-radius: 0 999px 999px 0;
  background: #fcc700;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .promotion-title p {
    display: block;
    padding: 40px 0 40px;
    border-radius: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

.little-title {
  background: #5e5e5e;
  border-radius: 15px 15px 0 0;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.text_link {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  color: #414141;
  text-decoration: underline;
  line-height: 1.2;
}
.text_link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #414141;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .text_link::before {
    top: 7px;
  }
}
.text_link:hover {
  text-decoration: none;
}

.link-text {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  color: #4059c6;
  text-decoration: underline;
  line-height: 1.2;
}
.link-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4059c6;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .link-text::before {
    top: 7px;
  }
}
.link-text:hover {
  text-decoration: none;
}
.link-btn {
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  border: #008f2c 2px solid;
  border-radius: 9999px;
  background-color: #008f2c;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  transition: 0.6s;
}
.link-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.link-btn:hover {
  opacity: 0.3;
}

.no_link {
  pointer-events: none;
  color: #848484 !important;
}

.comment-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .comment-box {
    display: block;
  }
}

.comment-img {
  width: 45%;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .comment-img {
    width: 30%;
    min-width: 160px;
    margin: 0 auto 20px;
  }
}

.comment-txt {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .comment-txt {
    margin-left: 0;
  }
}

.n-list {
  margin-bottom: 15px;
}
.n-list li {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border-bottom: #9fa0a0 1px solid;
}
@media screen and (max-width: 767px) {
  .n-list li {
    display: block;
    padding: 25px 10px;
  }
}
.n-list li:first-child {
  padding: 0 20px 25px;
}
@media screen and (max-width: 767px) {
  .n-list li:first-child {
    padding: 0 10px 25px;
  }
}
.n-list span {
  width: 10%;
  min-width: 140px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .n-list span {
    display: block;
    font-size: 1.2rem;
    text-align: left;
  }
}
.n-list a {
  width: 90%;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .n-list a {
    width: 100%;
  }
}
.n-list a:hover {
  text-decoration: none;
}

.promotion-1st .dl-20th {
  position: relative;
  padding: 30px;
  border: #000 5px solid;
  border-radius: 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .promotion-1st .dl-20th {
    padding: 30px 15px;
    border: #000 2px solid;
  }
}
.promotion-1st .dl-20th::before {
  position: absolute;
  top: -20px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #000;
  content: attr(data-info);
  color: #fcc700;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.promotion-1st .dl-20th .dt-20th {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #000 3px solid;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.promotion-1st .dl-20th .dd-20th table {
  border: none !important;
}
.promotion-1st .dl-20th .dd-20th table th,
.promotion-1st .dl-20th .dd-20th table td {
  border: #f5f5f5 2px solid !important;
}
@media screen and (max-width: 767px) {
  .promotion-1st .dl-20th .dd-20th table th,
  .promotion-1st .dl-20th .dd-20th table td {
    display: block !important;
    width: 100% !important;
    border: none !important;
  }
}
.promotion-1st .dl-20th .dd-20th table th {
  width: 20% !important;
  padding: 5px !important;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .promotion-1st .dl-20th .dd-20th table th {
    width: 100% !important;
    border-radius: 999px;
  }
}
.promotion-1st .dl-20th .dd-20th table td {
  padding: 5px 10px !important;
}
@media screen and (max-width: 767px) {
  .promotion-1st .dl-20th .dd-20th table td {
    padding: 5px 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .promotion-1st .dl-20th .dd-20th table tr:last-child td {
    padding: 5px 0 0 !important;
  }
}

.coach-list {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  margin: 0 auto;
}

.coach-list div {
  width: 25%;
  font-size: 0.85em;
  text-align: center;
  margin: 0 0 5px;
}

.coach-list div img {
  width: 100%;
  max-width: 240px;
  margin: 0 5px 5px;
}

.activities-anc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .activities-anc {
    display: block;
  }
}
.activities-anc .anc-img {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activities-anc .anc-img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.activities-anc .anc-txt {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activities-anc .anc-txt {
    width: 100%;
    margin: 0 auto;
  }
}
.activities-anc .anc-txt a {
  font-size: 0.9em;
  text-decoration: underline;
}

table.anc-table, table.act-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  table.anc-table, table.act-table {
    border: none;
  }
}
table.anc-table th,
table.anc-table td, table.act-table th,
table.act-table td {
  border: #fff 2px solid;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  table.anc-table th, table.act-table th {
    width: 100%;
    font-size: 1.2em;
  }
}
table.anc-table td, table.act-table td {
  background: #f5f5f5;
  padding: 10px 15px;
  vertical-align: middle;
}
table.anc-table th {
  background: #39bedc;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
}
table.anc-table th img {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.anc-table th img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
}
table.anc-table td {
  padding: 5px 15px;
  text-align: center;
}
table.act-table {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  table.act-table th,
  table.act-table td {
    display: block;
    border-bottom: none;
  }
}
table.act-table th {
  background: #ddd;
}
table.act-table th.day {
  width: 20%;
}
@media screen and (max-width: 767px) {
  table.act-table th.day {
    width: 100%;
  }
}
table.act-table td.place {
  width: 35%;
}
@media screen and (max-width: 767px) {
  table.act-table td.place {
    width: 100%;
    text-align: left;
  }
}
table.act-table td.coach {
  width: 35%;
}
@media screen and (max-width: 767px) {
  table.act-table td.coach {
    width: 100%;
    text-align: left;
  }
}
table.act-table td.member {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  table.act-table td.member {
    width: 100%;
    text-align: left;
  }
}

.promotion-2nd dl {
  padding: 30px;
  border: #000 5px solid;
  border-radius: 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .promotion-2nd dl {
    padding: 30px 15px;
    border: #000 2px solid;
  }
}
.promotion-2nd dl dt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #000 3px solid;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.promotion-2nd dl dd table {
  border: none !important;
}
.promotion-2nd dl dd table th,
.promotion-2nd dl dd table td {
  border: #f5f5f5 2px solid !important;
}
@media screen and (max-width: 767px) {
  .promotion-2nd dl dd table th,
  .promotion-2nd dl dd table td {
    display: block !important;
    width: 100% !important;
    border: none !important;
  }
}
.promotion-2nd dl dd table th {
  width: 20% !important;
  padding: 5px !important;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .promotion-2nd dl dd table th {
    width: 100% !important;
    border-radius: 999px;
  }
}
.promotion-2nd dl dd table td {
  padding: 5px 10px !important;
}
@media screen and (max-width: 767px) {
  .promotion-2nd dl dd table td {
    padding: 5px 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .promotion-2nd dl dd table tr:last-child td {
    padding: 5px 0 0 !important;
  }
}

.activities-box h2 {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6em !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activities-box h2 {
    margin-bottom: 20px;
    font-size: 1.4em !important;
  }
}
.activities-box h2::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 2px;
  background: #000;
}
.activities-box .act-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  background: #39bedc;
  padding: 20px 15px;
  border: #fff 2px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .activities-box .act-title {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.activities-box .act-title.now::before, .activities-box .act-title.fin::before, .activities-box .act-title.can::before, .activities-box .act-title.now2::before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  min-width: 70px;
  padding: 3px 5px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activities-box .act-title.now::before, .activities-box .act-title.fin::before, .activities-box .act-title.can::before, .activities-box .act-title.now2::before {
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    font-size: 0.8em;
    text-align: center;
  }
}
.activities-box .act-title.now::before {
  content: "開催予定";
  background: #f8ff37;
  color: #11415a;
}
.activities-box .act-title.now2::before {
  content: "一部延期";
  background: #f8ff37;
  color: #666;
}
.activities-box .act-title.fin::before {
  content: "終了";
  background: #11415a;
}
.activities-box .act-title.can::before {
  content: "中止";
  background: #666;
}
.activities-box .act-title span {
  font-size: 0.8em;
}
.activities-box .act-title h3.tt {
  align-self: center;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .activities-box .act-title h3.tt {
    font-size: 1.2em;
  }
}
.activities-box .act-title .logo {
  align-self: center;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.activities-box p {
  padding: 0 2px;
}
.activities-box .act-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2px;
  margin-top: 20px;
}
.activities-box .act-photo li {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-top: 20px;
}
.activities-box .act-photo li:nth-of-type(1) {
  margin-top: 0;
}
.activities-box .act-photo li:nth-of-type(2) {
  margin-top: 0;
}
.activities-box .act-photo li:nth-of-type(3) {
  margin-top: 0;
}
.activities-box .act-photo li:nth-of-type(3n-1):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .activities-box .act-photo li {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .activities-box .act-photo li:nth-of-type(3) {
    margin-top: 30px;
  }
  .activities-box .act-photo li:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: 0;
    margin-left: 0;
  }
}

.loop {
  overflow: hidden;
  background-color: #000;
}

.loop__box {
  display: flex;
  width: 100vw;
}

.loop__box img {
  min-width: 100vw;
}
@media screen and (max-width: 767px) {
  .loop__box img {
    min-width: 150vw;
  }
}

.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop__box img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.modal-images {
  display: flex;
  flex-wrap: wrap;
}
.modal-images .modal-image {
  position: relative;
  width: 25%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal-images .modal-image {
    width: 33.3333333333%;
  }
}
.modal-images .modal-image:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.modal-images .modal-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  cursor: pointer;
  transition: transform 0.3s;
}
.modal-images .modal-image img:hover {
  transform: scale(1.05);
}
.modal-images.back-bk {
  background-color: #f5f5f5;
}
.modal-images.back-bk.none {
  pointer-events: none;
}
.modal-images.back-bk.none img {
  pointer-events: none;
}
.modal-images.small .modal-image {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .modal-images.small .modal-image {
    width: 50%;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}