@charset "UTF-8";

/* -------------------------------------
mainimg
------------------------------------- */
#mainimg_wrap {
}
#mainimg {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#mainimg .left {
  width: 49.9%;
  float: left;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
#mainimg div:nth-child(1) {
  height: 100% !important;
}

#mainimg .left img {
  width: 100%;
  height: auto;
}
#mainimg .left p {
  width: 42.3%;
  max-width: 304px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#en #mainimg .left p {
  max-width: 348px;
}
#mainimg .right {
  width: 50.1%;
  float: right;
  background: url(../imgs/index/mainimg_navi_bg.jpg) repeat center center;
  box-sizing: border-box;
}
#mainimg ul {
  padding: 2.7%;
  box-sizing: border-box;
}
#mainimg ul:last-child {
  padding-top: 0;
  margin-bottom: 0;
}
#mainimg ul li {
  position: relative;
}
#mainimg ul:nth-child(1) li:nth-child(1) {
  width: 58.6%;
  float: left;
}
#mainimg ul:nth-child(1) li:nth-child(2) {
  width: 38.2%;
  float: right;
}
#mainimg ul:nth-child(2) li:nth-child(1) {
  width: 38.2%;
  float: left;
  margin-bottom: 2.7%;
}
#mainimg ul:nth-child(2) li:nth-child(2) {
  width: 58.7%;
  float: right;
  margin-bottom: 2.7%;
}
#mainimg ul:nth-child(2) li:nth-child(3) {
  width: 38.2%;
  float: left;
}
#mainimg ul:nth-child(2) li:nth-child(4) {
  width: 58.7%;
  float: right;
}
#mainimg ul li img {
  width: 100%;
  height: auto;
}
#mainimg .right p {
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mainimg .right p img {
  display: block;
  margin: 0 auto 15px auto;
}
#mainimg .right p span {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: block;
  padding: 40px 20px 0px 20px;
  background: url(../imgs/common/icon1.png) no-repeat center top;
  background-size: 24px auto;
  box-sizing: border-box;
}
#mainimg ul:nth-child(1) li:nth-child(1) p img {
  width: 51.8%;
  max-width: 208px;
}
#mainimg ul:nth-child(1) li:nth-child(2) p img {
  width: 69.3%;
  max-width: 181px;
}
#mainimg ul:nth-child(2) li:nth-child(1) p img {
  width: 62%;
  max-width: 162px;
}
#mainimg ul:nth-child(2) li:nth-child(2) p img {
  width: 58.1%;
  max-width: 233px;
}
#mainimg ul:nth-child(2) li:nth-child(3) p img {
  width: 70%;
  max-width: 184px;
}
#mainimg ul:nth-child(2) li:nth-child(4) p img {
  width: 41%;
  max-width: 184px;
}
#mainimg ul:nth-child(2) li:nth-child(4) p img {
  margin-bottom: 5px;
}
#mainimg ul:nth-child(2) li:nth-child(4) p span {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

#bnrblk {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
#bnrblk a {
  display: block;
  width: 48%;
  max-width: 700px;
  margin: 0 auto;
}
#bnrblk a img {
  width: 100%;
  height: auto;
}
#bnrblk a p {
  font-size: 14px;
  text-align: center;
}

#bnrblk.triple {
  padding: 30px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
#bnrblk.triple a {
  width: calc((100% - 40px) / 3);
}

#bnrblk a.nolink {
  pointer-events: none;
  cursor: default;
}

/* 2025/03/17 ↓ */
.low-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4vw;
}
.low-link__list-item {
  width: calc((100% - 0.8vw) / 3);
  position: relative;
}
.low-link__btn {
  display: block;
}
.low-link__list-item img {
  width: 100%;
  height: auto;
}
.low-link__img--sp {
  display: none;
}
.low-link__heading {
  color: #fff;
  font-size: 2.9em;
  padding-right: 50px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  line-height: 1.1;
}
.low-link__heading-sml {
  font-size: 0.4em;
  display: block;
  line-height: 1.5;
}
.low-link__list-item img.low-link__arrow {
  width: 30px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.top-banner {
  padding: 15px 0;
}
.top-banner__list {
  width: calc(100% - 40px);
  max-width: 1013px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}
.top-banner__list-item {
  width: calc((100% - 2vw) / 3);
  max-width: 328px;
}
.top-banner__list-item img {
  width: 100%;
  height: auto;
}
/* 2025/03/17 ↑ */

/* -------------------------------------
about
------------------------------------- */
#about {
}
.about__bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../imgs/index/about_bgimg.png") left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.about__bg-en {
  width: 100%;
  max-width: 1700px;
}
#about.blk {
  padding: 0;
  position: relative;
}
#about .page {
  position: relative;
  z-index: 15;
}
.about__img--sp {
  display: none;
}
.about__textWrap {
  width: 42%;
  padding-top: 5.5%;
  padding-bottom: 5.5%;
}
.about__bg-en .about__textWrap {
  padding-right: 20px;
  box-sizing: border-box;
}
#about h2 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 20px;
}
#about p {
  line-height: 2.6;
  text-align: left;
  margin-bottom: 30px;
}
#about a.btn_red {
  font-size: 1.8em;
  width: 100%;
  max-width: 280px;
  display: block;
  padding: 15px;
  background: none;
  background-color: #c60f3b;
}
#about img.img1 {
  width: 25.2%;
  max-width: 393px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#about img.img2 {
  width: 28.3%;
  max-width: 437px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#about img.img3 {
  width: 31.7%;
  max-width: 486px;
  min-width: 350px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#about img.img4 {
  width: 33.1%;
  max-width: 486px;
  min-width: 350px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

#about p.indtxt01 {
  max-width: 400px;
  margin: 0 auto 50px;
}

/* -------------------------------------
insta-qr
------------------------------------- */

#insta-qr {
  text-align: center;
  width: 48.5%;
  max-width: 430px;
  padding: 0;
}

.insta-qr__wrap {
  padding: 30px 10px;
  border: 1px solid #f2f2f2;
}

#insta-qr h2 {
  text-align: left;
  margin-bottom: 15px;
}

.insta-qr__code {
  display: block;
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}

.insta-qr__code img {
  width: 100%;
  height: auto;
}

.insta-qr__name {
  color: #d3358c;
  text-align: center;
  line-height: 1.7;
  text-align: center;
}

/* -------------------------------------
facilities
------------------------------------- */
#facilities .fac_wrap {
  position: relative;
}
#facilities .fac_wrap .athlete_list {
  display: none;
  margin-bottom: 25px;
}
#facilities #season_swicth {
  position: absolute;
  top: -50px;
  right: 0;
}
#facilities #season_swicth li {
  /*width:23px;*/
  width: auto;
  height: 23px;
  float: left;
}
#en #facilities #season_swicth li {
  width: auto;
}

#facilities #season_swicth li:nth-child(1) {
  margin-right: 30px;
  position: relative;
}
#facilities #season_swicth li:nth-child(1):after {
  font-size: 1.8em;
  color: #808080;
  content: "⇔";
  position: absolute;
  top: 0%;
  right: -23px;
}
#facilities #season_swicth li a {
  font-size: 1.8em;
  line-height: 23px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
#en #facilities #season_swicth li a {
  font-size: 1.4em !important;
  padding: 0 5px;
}

#facilities #season_swicth li:nth-child(1) a {
  color: #fe574d;
  border: 1px solid #fe574d;
}
#facilities #season_swicth li:nth-child(2) a {
  color: #6e96ca;
  border: 1px solid #6e96ca;
}
#facilities #season_swicth li:nth-child(1) a.active,
#facilities #season_swicth li:nth-child(1) a:hover {
  color: #fff;
  background-color: #fe574d;
  opacity: 1;
}
#facilities #season_swicth li:nth-child(2) a.active,
#facilities #season_swicth li:nth-child(2) a:hover {
  color: #fff;
  background-color: #6e96ca;
  opacity: 1;
}

/* -------------------------------------
tms
------------------------------------- */
#tms p.maincap {
  margin-bottom: 55px;
}
#tms li {
  width: 43.4%;
  float: left;
}
#tms li:nth-child(2) {
  float: right;
}
#tms li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
#tms li h3 {
  font-size: 2.1em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
#tms li p {
  font-size: 1.2em;
  color: #808080;
}

.bnr--nolink {
  pointer-events: none;
}

@media screen and (max-width: 1350px) {
  /* -------------------------------------
	about
	------------------------------------- */
  .about__bg-en .about__textWrap {
    width: 39%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1280px) {
  /* -------------------------------------
fv
	------------------------------------- */

  .low-link__heading {
    font-size: 2.5em;
    bottom: 10px;
    left: 20px;
  }
  .low-link__list-item img.low-link__arrow {
    width: 25px;
    height: 7px;
    bottom: 15px;
    right: 15px;
  }

  /* -------------------------------------
	about
	------------------------------------- */
  .about__textWrap {
    width: 39%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* -------------------------------------
	about_en
	------------------------------------- */
  .about__bg-en {
    background: none;
    display: block;
  }
  .about__bg-en .about__img {
    width: calc(100% - 20px);
    max-width: 630px;
    margin: 0 auto 0 0;
  }
  .about__bg-en .about__img--sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .about__bg-en .about__textWrap {
    width: 100%;
    max-width: 650px;
    margin: 0 0 0 auto;
  }
  .about__bg-en .about__text {
    padding: 0 20px;
  }
  #about .about__bg-en p br {
    display: none;
  }
  #about .about__bg-en a.btn_red {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1080px) {
  /* -------------------------------------
	about
	------------------------------------- */
  .about__bg {
    background: none;
    display: block;
  }
  .about__img {
    width: calc(100% - 20px);
    max-width: 630px;
    margin: 0 auto 0 0;
  }
  .about__img--sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .about__textWrap {
    width: 100%;
    max-width: 650px;
    margin: 0 0 0 auto;
  }
  .about__text {
    padding: 0 20px;
  }
  #about p br {
    display: none;
  }
  #about a.btn_red {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  /* -------------------------------------
	#bnrblk
	------------------------------------- */

  #bnrblk a p {
    font-size: 11px;
  }

  /* -------------------------------------
fv
	------------------------------------- */

  .low-link__heading {
    font-size: 2em;
    left: 15px;
  }
  .low-link__heading-sml {
    font-size: 0.3em;
  }
  .low-link__list-item img.low-link__arrow {
    width: 25px;
    height: 7px;
    bottom: 15px;
    right: 15px;
  }

  /* -------------------------------------
	about
	------------------------------------- */
  #about a.btn_red {
    font-size: 1.6em;
  }
  #about p.indtxt01 {
    max-width: 330px;
  }

  /* -------------------------------------
	tms
	------------------------------------- */
  #tms li h3 {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 800px) {
  #bnrblk {
    flex-direction: column;
    align-items: center;
  }

  #bnrblk a {
    width: 100%;
  }

  #bnrblk a p {
    font-size: 14px;
  }

  #bnrblk a:first-child {
    margin: 0 auto 20px auto;
  }

  #bnrblk.triple a {
    width: calc((100% - 20px) / 2);
    margin: 0 auto 20px;
  }
  #bnrblk.triple a:last-child {
    margin-bottom: ;
  }
}

@media screen and (max-width: 768px) {
  /* -------------------------------------
	mainimg
	------------------------------------- */
  #mainimg .right p img {
    margin-bottom: 10px;
  }
  #mainimg .right p span {
    padding: 35px 10px 0 10px;
    background-size: 22px auto;
  }

  .top-banner__list {
    width: calc(65% - 40px);
    max-width: 377px;
    display: block;
  }
  .top-banner__list-item {
    width: 100%;
    max-width: 100%;
  }
  .top-banner__list-item:not(:last-child) {
    margin-bottom: 2vw;
  }

  /* -------------------------------------
	about
	------------------------------------- */
  #about img.img1,
  #about img.img2,
  #about img.img3,
  #about img.img4 {
    display: none;
  }
  #about a.btn_red {
    font-size: 1.5em;
  }
  #about p.indtxt01 {
    max-width: initial;
    max-width: auto;
  }

  /* -------------------------------------
	tms
	------------------------------------- */
  #tms li {
    width: 48.5%;
  }
  #tms li h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
  /* -------------------------------------
	mainimg
	------------------------------------- */
  #mainimg .left {
    width: 100%;
    height: 250px !important;
    float: none;
  }
  #mainimg .right {
    width: 100%;
    float: none;
  }

  /* -------------------------------------
fv
	------------------------------------- */
  .low-link__list {
    display: block;
  }
  .low-link__list-item {
    width: 100%;
  }
  .low-link__heading {
    font-size: 2.7em;
  }
  .low-link__heading-sml {
    font-size: 0.4em;
  }
  .low-link__list-item img.low-link__arrow {
    width: 30px;
    height: 8px;
    bottom: 25px;
    right: 20px;
  }
  .low-link__img--pc {
    display: none;
  }
  .low-link__img--sp {
    display: block;
  }
  .low-link__list-item img.low-link__arrow {
    width: 23px;
    height: 6px;
    right: 10px;
  }

  /* -------------------------------------
	about
	------------------------------------- */
  #about a.btn_red {
    font-size: 1.4em;
  }

  /* -------------------------------------
	#bnrblk
	------------------------------------- */
  #bnrblk a p {
    font-size: 12px;
  }
  #bnrblk.triple {
    padding: 30px 20px;
  }
  #bnrblk.triple a {
    width: 100%;
  }

  /* -------------------------------------
	tms
	------------------------------------- */
  #tms li {
    width: 100%;
    float: none;
  }
  #tms li:nth-child(1) {
    margin-bottom: 25px;
  }
  #tms li h3 {
    font-size: 1.7em;
  }

  #facilities #season_swicth {
    position: absolute;
    top: -105px;
    right: 0;
  }

  /* -------------------------------------
#insta-qr
	------------------------------------- */
  #insta-qr {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .insta-qr__wrap {
    width: 100%;
    max-width: 500px;
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
}
