@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.list .page-title h2 {
  background: url(../img/camp/list/ttl_line.png) bottom left/86.2rem no-repeat; }
  @media screen and (max-width: 768px) {
    .list .page-title h2 {
      background-image: url(../img/camp/list/ttl_line_sp.png);
      background-size: 329px; } }

.detail .page-title h2 {
  background: url(../img/camp/detail/ttl_line.png) bottom left/94.2rem no-repeat; }
  @media screen and (max-width: 768px) {
    .detail .page-title h2 {
      background-image: url(../img/camp/detail/ttl_line_sp.png);
      background-size: 355px;
      font-size: 2.7rem; } }

.report .page-title h2 {
  background: url(../img/camp/report/ttl_line.png) bottom left/50.6rem no-repeat; }
  @media screen and (max-width: 768px) {
    .report .page-title h2 {
      background-image: url(../img/camp/report/ttl_line_sp.png);
      background-size: 216px; } }

.bg-wrap {
  background: url(../img/common/bg_60.png) top -10rem center/144rem repeat-y;
  margin-top: -2rem;
  padding-bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .bg-wrap {
      background: url(../img/common/bg_60.png) top center/cover repeat-y;
      margin-top: -5rem;
      padding-bottom: 0; } }

.lead {
  font-size: 1.6rem;
  line-height: 2.13; }
  @media screen and (max-width: 768px) {
    .lead {
      font-size: 1.3rem;
      line-height: 1.85; } }

.list_wrap {
  margin: 55px 0 0; }
  @media screen and (max-width: 768px) {
    .list_wrap {
      margin: 30px 0 0; } }
  .list_wrap .list h3 {
    font-size: 2.0rem;
    font-weight: 700;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    border-radius: 6px;
    margin: 0 0 30px;
    border: solid 1px #707070; }
    @media screen and (max-width: 768px) {
      .list_wrap .list h3 {
        font-size: 1.6rem;
        padding: 25px 15px;
        margin: 0 0 20px; } }
    .list_wrap .list h3 span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .list_wrap .list h3 span:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        background-color: #B6B6B6;
        margin: 0 1em; }
        @media screen and (max-width: 768px) {
          .list_wrap .list h3 span:after {
            margin: 0 .5em; } }
  .list_wrap .list .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list_wrap .list .columns .column {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .list_wrap .list .columns .column {
          width: 100%; } }
      .list_wrap .list .columns .column:nth-of-type(1) picture {
        display: block;
        border-radius: 6px;
        overflow: hidden; }
        .list_wrap .list .columns .column:nth-of-type(1) picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .list_wrap .list .columns .column:nth-of-type(2) {
        padding-left: 3.125%; }
        @media screen and (max-width: 768px) {
          .list_wrap .list .columns .column:nth-of-type(2) {
            padding-left: 0;
            margin-top: 30px; } }
        .list_wrap .list .columns .column:nth-of-type(2) dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .list_wrap .list .columns .column:nth-of-type(2) dl dt {
            width: 19.555555555555557%;
            border-bottom: solid 1px #373737;
            padding-bottom: 30px;
            font-weight: 700; }
            @media screen and (max-width: 768px) {
              .list_wrap .list .columns .column:nth-of-type(2) dl dt {
                font-size: 1.4rem;
                width: 20.606060606060606%;
                padding-bottom: 20px; } }
            .list_wrap .list .columns .column:nth-of-type(2) dl dt:nth-of-type(n+2) {
              margin-top: 30px; }
              @media screen and (max-width: 768px) {
                .list_wrap .list .columns .column:nth-of-type(2) dl dt:nth-of-type(n+2) {
                  margin-top: 20px; } }
          .list_wrap .list .columns .column:nth-of-type(2) dl dd {
            width: 73.77777777777777%;
            margin-left: 6.666666666666667%;
            border-bottom: solid 1px #373737;
            padding-bottom: 30px; }
            @media screen and (max-width: 768px) {
              .list_wrap .list .columns .column:nth-of-type(2) dl dd {
                font-size: 1.4rem;
                width: 73.33333333333333%;
                padding-bottom: 20px;
                margin-left: 6.0606060606060606%; } }
            .list_wrap .list .columns .column:nth-of-type(2) dl dd:nth-of-type(n+2) {
              margin-top: 30px; }
              @media screen and (max-width: 768px) {
                .list_wrap .list .columns .column:nth-of-type(2) dl dd:nth-of-type(n+2) {
                  margin-top: 20px; } }
        .list_wrap .list .columns .column:nth-of-type(2) .btn-wrap {
          margin: 33px 0 0; }
          @media screen and (max-width: 768px) {
            .list_wrap .list .columns .column:nth-of-type(2) .btn-wrap {
              margin: 30px auto 0;
              max-width: 300px; } }
          .list_wrap .list .columns .column:nth-of-type(2) .btn-wrap a {
            position: relative;
            display: block;
            text-align: center; }
            .list_wrap .list .columns .column:nth-of-type(2) .btn-wrap a:after {
              position: absolute;
              top: 50%;
              right: 20px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .list_wrap .list:nth-of-type(n+2) {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .list_wrap .list:nth-of-type(n+2) {
        margin-top: 60px; } }

.detail_wrap .end_text {
  background-color: #DC000C; }
  .detail_wrap .end_text p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .end_text p {
        font-size: 16px;
        padding: 23.5px; } }

.detail_wrap .swiper {
  margin: 50px 0 0;
  overflow: visible;
  position: relative; }
  @media screen and (max-width: 768px) {
    .detail_wrap .swiper {
      margin: 30px calc(50% - 50vw) 0; } }
  .detail_wrap .swiper .swiper-container {
    overflow: hidden; }
    .detail_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide figure {
      overflow: hidden;
      aspect-ratio: 103 / 64;
      border-radius: 6px; }
      .detail_wrap .swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .detail_wrap .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: -15px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .swiper .swiper-button-prev {
        width: 10.41667vw;
        height: 10.41667vw;
        left: 10px; } }
    .detail_wrap .swiper .swiper-button-prev:after {
      font-size: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/common/swiper-button-prev.png");
      background-size: 100% auto;
      background-repeat: no-repeat; }
  .detail_wrap .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    right: -15px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .swiper .swiper-button-next {
        width: 10.41667vw;
        height: 10.41667vw;
        right: 10px; } }
    .detail_wrap .swiper .swiper-button-next:after {
      font-size: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/common/swiper-button-next.png");
      background-size: 100% auto;
      background-repeat: no-repeat; }

.detail_wrap .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0; }
  @media screen and (max-width: 768px) {
    .detail_wrap .data {
      margin: 20px 0 0; } }
  .detail_wrap .data dt {
    width: 15.625%;
    padding-bottom: 30px;
    border-bottom: solid 1px #373737;
    font-size: 16px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail_wrap .data dt {
        width: 20.606060606060606%;
        font-size: 14px;
        padding-bottom: 15px; } }
    .detail_wrap .data dt:nth-of-type(n+2) {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .detail_wrap .data dt:nth-of-type(n+2) {
          margin-top: 15px; } }
  .detail_wrap .data dd {
    width: 79.16666666666666%;
    padding-bottom: 30px;
    border-bottom: solid 1px #373737;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .data dd {
        width: 73.33333333333333%;
        font-size: 14px;
        padding-bottom: 15px; } }
    .detail_wrap .data dd:nth-of-type(n+2) {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .detail_wrap .data dd:nth-of-type(n+2) {
          margin-top: 15px; } }

.detail_wrap .editor_block {
  margin: 80px 0 0; }
  @media screen and (max-width: 768px) {
    .detail_wrap .editor_block {
      margin: 15.625vw 0 0; } }
  .detail_wrap .editor_block p {
    line-height: 1.8;
    margin: 1em 0; }
    .detail_wrap .editor_block p a {
      text-decoration: underline;
      color: #f7fc18; }
  .detail_wrap .editor_block .wp-block-image {
    text-align: center;
    margin: 1em auto; }
    .detail_wrap .editor_block .wp-block-image img {
      max-width: 640px; }
      @media screen and (max-width: 768px) {
        .detail_wrap .editor_block .wp-block-image img {
          max-width: 100%; } }
  .detail_wrap .editor_block .wp-block-table {
    margin: 1em 0; }
  .detail_wrap .editor_block ol.wp-block-list li {
    counter-increment: cnt;
    margin-top: 0.5em;
    text-indent: -1.2em;
    padding-left: 1.2em; }
    .detail_wrap .editor_block ol.wp-block-list li:before {
      content: "" counter(cnt) ". "; }
    .detail_wrap .editor_block ol.wp-block-list li:first-child {
      margin-top: 0; }
  .detail_wrap .editor_block ul.wp-block-list {
    margin: 1em 0; }
    .detail_wrap .editor_block ul.wp-block-list li {
      margin-top: 0.5em;
      text-indent: -1em;
      padding-left: 1em; }
      .detail_wrap .editor_block ul.wp-block-list li:before {
        content: "・"; }
      .detail_wrap .editor_block ul.wp-block-list li:first-child {
        margin-top: 0; }

.detail_wrap .coach_list {
  margin: 80px 0 0; }
  @media screen and (max-width: 768px) {
    .detail_wrap .coach_list {
      margin: 15.625vw 0 0; } }
  .detail_wrap .coach_list h3 {
    margin: 0 0 30px;
    border: solid 1px #707070;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail_wrap .coach_list h3 {
        margin: 0 0 20px; } }
  .detail_wrap .coach_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail_wrap .coach_list ul li {
      width: calc(93.75% / 3);
      margin-left: 3.125%; }
      @media screen and (max-width: 768px) {
        .detail_wrap .coach_list ul li {
          width: calc(95.75757575757575% / 2);
          margin-left: 4.242424242424243%; } }
      .detail_wrap .coach_list ul li picture {
        display: block;
        aspect-ratio: 50 / 53;
        overflow: hidden;
        border-radius: 6px; }
        .detail_wrap .coach_list ul li picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .detail_wrap .coach_list ul li p {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .detail_wrap .coach_list ul li p {
            font-size: 14px;
            margin-top: 11px; } }
        .detail_wrap .coach_list ul li p small {
          display: block;
          font-size: 16px;
          color: #A1A1A1;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            .detail_wrap .coach_list ul li p small {
              font-size: 10px;
              margin-top: 6px; } }
      @media screen and (max-width: 768px) {
        .detail_wrap .coach_list ul li:nth-child(2n+1) {
          margin-left: 0; } }
      @media screen and (min-width: 769px) {
        .detail_wrap .coach_list ul li:nth-child(3n+1) {
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        .detail_wrap .coach_list ul li:nth-child(n+3) {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        .detail_wrap .coach_list ul li:nth-child(n+4) {
          margin-top: 60px; } }

.detail_wrap .coach_comment {
  margin: 80px 0 0;
  border: solid 1px #707070;
  border-radius: 6px;
  background-color: #000;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .detail_wrap .coach_comment {
      margin: 10.41667vw 0 0; } }
  .detail_wrap .coach_comment h3 {
    border-bottom: solid 1px #707070;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    font-size: 18px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail_wrap .coach_comment h3 {
        font-size: 16px; } }
  .detail_wrap .coach_comment .text_wrap {
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .coach_comment .text_wrap {
        padding: 20px 10px; } }
    .detail_wrap .coach_comment .text_wrap p {
      font-size: 16px;
      line-height: 1.88; }
      @media screen and (max-width: 768px) {
        .detail_wrap .coach_comment .text_wrap p {
          font-size: 13px; } }

.detail_wrap .player_list {
  margin: 80px 0 0; }
  @media screen and (max-width: 768px) {
    .detail_wrap .player_list {
      margin: 16.92708vw 0 0; } }
  .detail_wrap .player_list h3 {
    margin: 0 0 30px;
    border: solid 1px #707070;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    font-size: 18px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail_wrap .player_list h3 {
        margin: 0 0 20px; } }
  .detail_wrap .player_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail_wrap .player_list ul li {
      width: calc(93.75% / 3);
      margin-left: 3.125%; }
      @media screen and (max-width: 768px) {
        .detail_wrap .player_list ul li {
          width: calc(95.75757575757575% / 2);
          margin-left: 4.242424242424243%; } }
      .detail_wrap .player_list ul li picture {
        display: block;
        aspect-ratio: 50 / 53;
        overflow: hidden;
        border-radius: 6px; }
        .detail_wrap .player_list ul li picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .detail_wrap .player_list ul li p {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .detail_wrap .player_list ul li p {
            font-size: 14px;
            margin-top: 10px; } }
        .detail_wrap .player_list ul li p em {
          display: block;
          font-style: normal;
          font-size: 18px;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .detail_wrap .player_list ul li p em {
              font-size: 10px;
              margin-bottom: 6px; } }
        .detail_wrap .player_list ul li p small {
          display: block;
          font-size: 16px;
          color: #A1A1A1;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            .detail_wrap .player_list ul li p small {
              font-size: 10px;
              margin-top: 6px; } }
      @media screen and (max-width: 768px) {
        .detail_wrap .player_list ul li:nth-child(2n+1) {
          margin-left: 0; } }
      @media screen and (min-width: 769px) {
        .detail_wrap .player_list ul li:nth-child(3n+1) {
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        .detail_wrap .player_list ul li:nth-child(n+3) {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        .detail_wrap .player_list ul li:nth-child(n+4) {
          margin-top: 60px; } }

.detail_wrap .btn-wrap {
  margin: 70px 0 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .detail_wrap .btn-wrap {
      margin: 40px 0 0; } }
  .detail_wrap .btn-wrap a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44rem;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .detail_wrap .btn-wrap a {
        width: 300px;
        font-size: 14px; } }
    .detail_wrap .btn-wrap a:after {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.report_wrap time {
  display: block;
  color: #A1A1A1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px; }
  @media screen and (max-width: 768px) {
    .report_wrap time {
      font-size: 1.2rem;
      margin: 0 0 7px; } }

.report_wrap .heading {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .report_wrap .heading {
      font-size: 1.8rem;
      margin-bottom: 25px; } }

.report_wrap figure {
  display: block;
  text-align: center;
  margin: 1em 0; }
  .report_wrap figure img {
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      .report_wrap figure img {
        border-radius: 10px; } }

.report_wrap p {
  margin: 1em 0;
  line-height: 2.13; }
  @media screen and (max-width: 768px) {
    .report_wrap p {
      font-size: 1.3rem; } }
  .report_wrap p a {
    text-decoration: underline; }

.report_wrap .btn-wrap {
  margin: 50px 0 0;
  text-align: center; }
  .report_wrap .btn-wrap a {
    position: relative;
    width: 440px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .report_wrap .btn-wrap a {
        width: 300px;
        font-size: 1.4rem; } }
    .report_wrap .btn-wrap a:after {
      position: absolute;
      top: 50%;
      right: 2rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
