@charset "UTF-8";

.pc-only {display: block;}
.sp-only {display: none;}

@media screen and (max-width: 768px){
.pc-only {display: none;}
.sp-only {display: block;}
}



.globalNav__item .globalNav__nolink,
.globalNav__item > span {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 19px 10px 10px;
}

.globalNav__item .globalNav__nolink::before,
.globalNav__item > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #B8193F;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.globalNav__item .globalNav__nolink:hover,
.globalNav__item > span:hover {
  text-decoration: none;
}

.globalNav__item .globalNav__nolink:hover::before,
.globalNav__item > span:hover::before {
  width: 100%;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .globalNav__item .globalNav__nolink,
  .globalNav__item > span {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
 .globalNav__item .globalNav__nolink,
  .globalNav__item > span {
    padding: 0;
  }
}

.second-area .center { text-align: center!important; }
.second-area .red {color: #ff0000!important;}
.second-area .a-red {color: #b8193f!important;}
.second-area .bold {font-weight: bold!important;}
.second-area .f10 {font-size: 10px!important;}
.second-area .f11 {font-size: 11px!important;}
.second-area .f12 {font-size: 12px!important;}
.second-area .f13 {font-size: 13px!important;}
.second-area .f14 {font-size: 14px!important;}
.second-area .f15 {font-size: 15px!important;}
.second-area .f16 {font-size: 16px!important;}
.second-area .f17 {font-size: 17px!important;}
.second-area .f18 {font-size: 18px!important;}
.second-area .f19 {font-size: 19px!important;}
.second-area .f20 {font-size: 20px!important;}
.second-area .f22 {font-size: 22px!important;}
.second-area .f24 {font-size: 24px!important;}
.second-area .f26 {font-size: 26px!important;}
.second-area .f28 {font-size: 28px!important;}
.second-area .f30 {font-size: 30px!important;}
.second-area .mt5 {margin-top: 5px!important;}
.second-area .mt10 {margin-top: 10px!important;}
.second-area .mt15 {margin-top: 15px!important;}
.second-area .mt20 {margin-top: 20px!important;}
.second-area .mt25 {margin-top: 25px!important;}
.second-area .mt30 {margin-top: 30px!important;}
.second-area .mt35 {margin-top: 35px!important;}
.second-area .mt40 {margin-top: 40px!important;}
.second-area .mt45 {margin-top: 45px!important;}
.second-area .mt50 {margin-top: 50px!important;}
.second-area .mb5 {margin-bottom: 5px!important;}
.second-area .mb10 {margin-bottom: 10px!important;}
.second-area .mb15 {margin-bottom: 15px!important;}
.second-area .mb20 {margin-bottom: 20px!important;}
.second-area .mb25 {margin-bottom: 25px!important;}
.second-area .mb30 {margin-bottom: 30px!important;}
.second-area .mb35 {margin-bottom: 35px!important;}
.second-area .mb40 {margin-bottom: 40px!important;}
.second-area .mb45 {margin-bottom: 45px!important;}
.second-area .mb50 {margin-bottom: 50px!important;}
.second-area .ml0 {margin-left: 0px!important;}
.second-area .ml5 {margin-left: 5px!important;}
.second-area .ml10 {margin-left: 10px!important;}
.second-area .ml15 {margin-left: 15px!important;}
.second-area .ml20 {margin-left: 20px!important;}
.second-area .ml25 {margin-left: 25px!important;}
.second-area .ml30 {margin-left: 30px!important;}
.second-area .ml35 {margin-left: 35px!important;}
.second-area .ml40 {margin-left: 40px!important;}
.second-area .ml45 {margin-left: 45px!important;}
.second-area .ml50 {margin-left: 50px!important;}
.second-area .mr0 {margin-right: 0px!important;}
.second-area .mr5 {margin-right: 5px!important;}
.second-area .mr10 {margin-right: 10px!important;}
.second-area .mr15 {margin-right: 15px!important;}
.second-area .mr20 {margin-right: 20px!important;}
.second-area .mr25 {margin-right: 25px!important;}
.second-area .mr30 {margin-right: 30px!important;}
.second-area .mr35 {margin-right: 35px!important;}
.second-area .mr40 {margin-right: 40px!important;}
.second-area .mr45 {margin-right: 45px!important;}
.second-area .mr50 {margin-right: 50px!important;}

.second-area .pl10 {padding-left: 10px!important;}
.second-area .pl15 {padding-left: 15px!important;}
.second-area .pl20 {padding-left: 20px!important;}
.second-area .pl25 {padding-left: 25px!important;}
.second-area .pl30 {padding-left: 30px!important;}
.second-area .pl35 {padding-left: 35px!important;}
.second-area .pl40 {padding-left: 40px!important;}
.second-area .pl45 {padding-left: 45px!important;}
.second-area .pl50 {padding-left: 50px!important;}
.second-area .pr10 {padding-right: 10px!important;}
.second-area .pr15 {padding-right: 15px!important;}
.second-area .pr20 {padding-right: 20px!important;}
.second-area .pr25 {padding-right: 25px!important;}
.second-area .pr30 {padding-right: 30px!important;}
.second-area .pr35 {padding-right: 35px!important;}
.second-area .pr40 {padding-right: 40px!important;}
.second-area .pr45 {padding-right: 45px!important;}
.second-area .pr50 {padding-right: 50px!important;}

.second-area .w10 {width: 10%!important;}
.second-area .w20 {width: 20%!important;}
.second-area .w30 {width: 30%!important;}
.second-area .w40 {width: 40%!important;}
.second-area .w50 {width: 50%!important;}
.second-area .w60 {width: 60%!important;}
.second-area .w70 {width: 70%!important;}
.second-area .w80 {width: 80%!important;}
.second-area .w90 {width: 90%!important;}
.second-area .w100 {width: 100%!important;margin-bottom: 1.5em;}
.second-area .f-box {overflow: hidden;margin-bottom: 1.5em;width: 100%;}
.second-area .fl {float: left;}
.second-area .fr {float: right}
.second-area .clear {clear: both;}
.second-area .imgC {  text-align: center;  margin-bottom: 1.5em;}
.second-area .imgL, .ph_l {  margin: 0 20px 20px 0; padding: 0;  float: left;}
.second-area .imgR, .ph_r {  margin: 0 0 20px 20px;  padding: 0;  float: right;}

.limit-area {margin-top: 30px;}

@media screen and (max-width: 769px){
.second-area .f20 {font-size: 15px!important;}
.limit-area {margin-top: 110px;}
}

.news_thum_noimg .newsList__itemImage {
    display: none;
}
.news_thum_noimg .newsList__itemText {
    padding: 0 40px 10px 0px;
}
.news_thum_noimg .newsList__itemTitle {
    margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
.newsList__itemTitle {
    font-size: 1.4rem;
}
.news_thum_noimg .newsList__itemTitle {
    margin-bottom: 25px;
    font-size: 1.4rem;
}
}
.localNav__body {
    z-index: 11;
}

@media screen and (max-width: 769px) {
.swiper-button-next, .swiper-button-prev {
    z-index: 8;
}
}

.second-area {
    position: relative;
    margin: 0 auto;

}

.second-layout {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
 /*   line-height: 34px; */

}
.second-news-area {
    padding: 30px 0px 30px 0px;
    word-wrap: break-word;
}

@media screen and (max-width: 769px) {
	.second-area {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
}
	
.second-layout {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}
.second-news-area {
    padding: 30px 0px 30px 0px;
}
}



.second-layout .video {
    position: relative;
    padding-top: 56.25%;
}
.second-layout .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.second-layout-inner {
    padding: 0px 0px 30px 0px;
}

@media screen and (max-width: 769px) {
.second-layout-inner {
    padding: 0px 0px 30px 0px;
}
}

.second-news-detail .pagenation {margin-top: 50px!important;}
.form-selectView {margin: 40px auto 30px auto;}
@media screen and (max-width: 769px) {
.form-selectView {margin: 30px auto 30px auto;}
}

/* 試合日程 */
.second-games-index .title {margin-left: -25px;}
.second-games-index .game-index-wrap { 	margin-bottom: 60px;}
@media screen and (max-width: 769px) {
.second-games-index .title {margin-left: 0px;}
}

/* チーム */
.top-team-head {
  padding: 25px 0 40px;
}

.top-team-head__header {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 40px;
  padding: 70px 0 80px;
  background: #ededed;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
}

.top-team-head__header::before {
  content: "";
  position: absolute;
  top: -80%;
  right: -180px;
  width: 75%;
  height: 100%;
  background-color: #beb1a9;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.top-team-head__title {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.top-team-head__body {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: -100px;
  margin-bottom: -40px;
  /* padding-top: 30px; */
  /* padding-bottom: 20px; */
  background: #ededed;
  margin-left: -10px;
  margin-right: -10px;
}

.top-team-head__movie {
  position: relative;
  padding: 10px 0;
  max-width: 955px;
  margin: 0 auto 0;
}

.top-team-head__movieItem {
  position: relative;
  max-width: 955px;
  margin: 0 auto;
  padding-top: 56.25%;
}

.top-team-head__movieItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-team-head__movieItem + p {
  margin: 10px 0 0;
  font-size: 2.4rem;
}

.top-team-head__youtubeBtn {
  text-align: center;
  margin: 0;
}

.top-team-head__youtubeBtn a {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #B8193F;
  font-size: 1.5rem;
  color: #B8193F;
  font-weight: 500;
  text-align: center;
}

.top-team-head__youtubeBtn a::before {
  content: "";
  padding-left: 30px;
  background: url(../img/share/icon_youtube.svg) no-repeat left center;
  background-size: 24px auto;
}

.top-team-head__youtubeBtn a::after {
  content: "";
  padding-right: 20px;
  background: url(../img/share/icon_blank.svg) no-repeat right center;
  background-size: 14px auto;
}

.top-team-head__youtubeBtn a:hover {
  text-decoration: none;
  background-color: #fff;
}

.top-team-head__footer {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 40px;
  padding: 90px 0 60px;
  background: #ededed;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
}

.top-team-head__footer::before {
  content: "";
  position: absolute;
  bottom: -90%;
  left: -170px;
  width: 100%;
  height: 100%;
  background-color: #beb1a9;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.top-team-head__footerInner {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

@media screen and (max-width: 769px) {

.top-team-head__header {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 0px;
  padding: 70px 0 80px;
  background: #ededed;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
}
	
.top-team-head__header::before {
  content: "";
  position: absolute;
  top: -80%;
  right: -250px;
  width: 100%;
  height: 100%;
  background-color: #beb1a9;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}	
	
.top-team-head__footer {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 40px;
  padding: 30px 0 60px;
  background: #ededed;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
}
.top-team-head__footer::before {
  content: "";
  position: absolute;
  bottom: -85%;
  left: -125px;
  width: 100%;
  height: 100%;
  background-color: #beb1a9;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

	
}


.top-team-head__in {width: 830px;margin: 0 auto;overflow: hidden;}
.top-team-head__in .top-team-head-col1 {float: right;width: 49.5%;max-width: 390px;/* height: 410px; */width: 243px;height: 410px;padding-right: 50px;}
.top-team-head__in .top-team-head-col2 { float: left; width: 49.5%;color: #091b32;padding-top: 140px;}
.top-team-head__in .top-team-head-photo {/* height: 460px; *//* margin-left: -50px; */max-height: 410px;/* min-height: 420px; */width: 400px;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 400px;/* height: auto; *//* object-fit: cover; *//* object-position: top; *//* min-height: 410px; *//* max-height: 436px; */margin-left: -50px;    -webkit-backface-visibility: hidden;}

.top-team-head__in .top-team-head__position-number{overflow: hidden; }
.top-team-head__in .top-team-head-profile {/* margin-left: 70px; */}
.position-number-area { border-bottom: 2px solid #091b32;    display: inline-block;}
.top-team-head__in .top-team-head__position{ font-size: 30px; display: inline-block;}
.top-team-head__in .top-team-head__number{ font-size: 54px; display: inline-block;}
.top-team-head__in .name-main{ font-size: 49px; font-weight: bold;}
.top-team-head__in .name-sub{ font-size: 24px;}

.top-team-mainphoto {text-align: center; margin-bottom: 30px;    margin-left: -25px;    margin-right: -25px;}
@media screen and (max-width: 769px) {
.top-team-head__in {width: 75%;margin: 0 auto;overflow: hidden;}
.top-team-mainphoto{margin-left: 0px;    margin-right: 0px;}
.top-team-head__in .top-team-head-col1 {float: none;width: 100%;max-width: 100%;padding-right: 0px;height: auto;}
.top-team-head__in .top-team-head-col2 { float: none; width: 100%;color: #091b32;padding-top: 20px;}
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 125%;margin: 0 auto;max-height: 708px;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 100%;height: auto!important;margin-left: -82px;}
.top-team-head__in .top-team-head-profile {/* margin-left: 0px;*/}
.top-team-head__in .top-team-head__position{ font-size: 26px; display: inline-block;}
.top-team-head__in .top-team-head__number{ font-size: 50px; display: inline-block;}
.top-team-head__in .name-main{font-size: 40px;font-weight: bold;}
.top-team-head__in .name-sub{ font-size: 20px;}
}
@media screen and (max-width: 700px) {
.top-team-head__in {width: 77%;margin: 0 auto;overflow: hidden;}
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 132%;margin: 0 auto;max-height: 710px!important;overflow: hidden;}
}
@media screen and (max-width: 650px) {
.top-team-head__in {width: 80%;margin: 0 auto;overflow: hidden;}
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 130%;margin: 0 auto;max-height: 685px!important;overflow: hidden;}
}
@media screen and (max-width: 600px) {
.top-team-head__in {width: 88%;margin: 0 auto;overflow: hidden;}
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 135%;margin: 0 auto;max-height: 696px!important;overflow: hidden;}
}
@media screen and (max-width: 550px) {
.top-team-head__in {width: 90%;margin: 0 auto;overflow: hidden;}
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 136%;margin: 0 auto;max-height: 590px!important;overflow: hidden;}
}
@media screen and (max-width: 500px) {
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 140%;margin: 0 auto;max-height: 640px!important;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 100%;height: auto!important;margin-left: -82px;}
}
@media screen and (max-width: 415px) {
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 150%;margin: 0 auto;max-height: 570px!important;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 100%;height: auto!important;margin-left: -87px;}
}
@media screen and (max-width: 376px) {
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 156%;margin: 0 auto;max-height: 535px!important;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 100%;height: auto!important;margin-left: -86px;}
}
@media screen and (max-width: 321px) {
.top-team-head__in .top-team-head-photo {margin-left: 0px;width: 156%;margin: 0 auto;max-height: 470px!Important;overflow: hidden;}
.top-team-head__in .top-team-head-photo img {width: 100%;height: auto!important;margin-left: -67px;}
}


/* チーム */

.localSubNav.-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.localSubNav.-col4::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

.localSubNav.-col4 .localSubNav__item {
  width: calc(25% - 10px);
  margin: 0 0 10px;
}

.localSubNav.-col4 .localSubNav__itemImage {
  margin: 0 auto 10px;
  text-align: center;
}

.localSubNav.-col4 .localSubNav__item p {
  margin-bottom: 0;
}
.localSubNav.-col4.-sp-break .localSubNav__item {
    margin-bottom: 10px;
    width: 100%;
  }

@media screen and (max-width: 769px) {
	.localSubNav.-col4{font-size: 14px;}
.localSubNav.-col4::after {
  content: "";
  display: block;
  width: calc(50% - 10px);
}

.localSubNav.-col4 .localSubNav__item {
  width: calc(50% - 10px);
  margin: 0 0 10px;
}
	
}


.second-team-detail .team-data-area {overflow: hidden; width: 100%;}
.second-team-detail .team-data-col1 { float: left; width: 48.5%;}
.second-team-detail .team-data-col2 { float: right; width: 48.5%;}

.second-team-detail.second-staffs-detail .team-data-col1 {   float: none;    width: 100%;}
.second-team-detail.second-staffs-detail .team-data-col1 table tr th {width: 25%;}
.second-team-detail.second-staffs-detail .team-data-col1 table tr td {width: 75%;}

.second-team-detail .team-data-area table {    border: 1px solid #c8c8c8;}

.second-team-detail .style_team-data {width: 100%;border: 0px!important;}
.second-team-detail .style_team-data th {padding: 15px; border-bottom: 1px solid #c8c8c8; padding-bottom: 20px;padding-top: 20px; font-weight: normal;}
.second-team-detail .style_team-data td {padding: 15px; border-bottom: 1px solid #c8c8c8; padding-bottom: 20px;padding-top: 20px;}

.team-data-area .same-age {overflow: hidden; width: 100%;}
.team-data-area .same-age ul {overflow: hidden; width: 100%;}
.team-data-area .same-age ul li {overflow: hidden; width: 48.5%; float: left; margin-bottom: 30px;border: 1px solid #c8c8c8;}
.team-data-area .same-age ul li:nth-child(even) {overflow: hidden; width: 48.5%;float: right;}
.team-data-area .same-age ul li a {display: block;width: 100%; min-height: 117px; color: #0a132f;}
.team-data-area .same-age ul li a:hover {background-color: #efefef;}
.team-data-area .same-age .same-text{float: left;padding: 15px 15px 15px 15px;width: 50%;}
.team-data-area .same-age .same-text .upper {margin-top: 2%;}
.team-data-area .same-age .same-photo-area{ float: right;}
.team-data-area .same-age .same-photo-area img {
    width: 170px;
    height: 117px;
    object-fit: cover;
    object-position: 0px 0px;
	font-family: 'object-fit: cover; object-position: 0px 0px;'
}
.same-age-position {display: inline-block; font-size: 30px; font-weight: bold;}
.same-age-number {display: inline-block; font-size: 30px; font-weight: bold; margin-left: 1%;}
.same-age-name{display: inline-block;font-size: 22px;margin-left: 4%;}

@media screen and (max-width: 769px) {

.second-team-detail .team-data-col1 { float: none; width: 100%;}
.second-team-detail .team-data-col2 { float: none; width: 100%;}	
.second-team-detail .team-data-area table {margin-bottom: 30px;}

/* .second-team-detail .team-data-area .title.-style02_02, .second-team-detail .team-data-area .title.-style02_01 {    font-size: 2rem;}
.second-team-detail .team-data-area .title.-style04_02, .second-team-detail .team-data-area .title.-style04_01 {    font-size: 1.8rem;} */
	
.team-data-area .same-age ul li {overflow: hidden;width: 99.5%;float: none;margin-bottom: 15px;}
.team-data-area .same-age ul li:nth-child(even) {overflow: hidden; width: 99.5%;float: none; margin-bottom: 15px;}
.team-data-area .same-age ul li:last-child {margin-bottom: 0px;}
.team-data-area .same-age ul li a {display: block;width: 100%;min-height: 117px;color: #0a132f;}
.team-data-area .same-age ul li a:hover {background-color: #efefef;}
.team-data-area .same-age .same-text{float: left;padding: 15px 0px 15px 10px;width: 50%;}
.team-data-area .same-age .same-text .upper {margin-top: 6%;}
.team-data-area .same-age .same-photo-area{ float: right;}
.team-data-area .same-age .same-photo-area img {width: 170px;height: 117px;}
.same-age-position {display: inline-block;font-size: 26px;font-weight: bold;}
.same-age-number {display: inline-block;font-size: 22px;font-weight: bold;margin-left: 2%;}
.same-age-name{display: inline-block;font-size: 22px;margin-left: 4%;}	
	
.second-team-detail .grid.-col3 .grid__item {
    width: calc(50% - 5px);
}
	
.second-team-detail .tab.-style01 .tab__panel {
    padding: 20px 10px 1px 10px;
}

}

@media screen and (max-width: 375px) {
.team-data-area .same-age ul li a {display: block;width: 99.5%;min-height: 106px;color: #0a132f;}
.team-data-area .same-age .same-text{float: left;padding: 15px 0px 15px 8px;width: 50%;}
.team-data-area .same-age .same-text .upper {margin-top: 7%;}
.team-data-area .same-age .same-photo-area img {width: 155px;height: 106px;}
.same-age-position {display: inline-block;font-size: 20px;font-weight: bold;}
.same-age-number {display: inline-block;font-size: 20px;font-weight: bold;margin-left: 1%;}
.same-age-name{display: inline-block;font-size: 16px;margin-left: 2%;}
}

@media screen and (max-width: 320px) {
.team-data-area .same-age ul li a {display: block;width: 99.5%;min-height: 89px;color: #0a132f;b}
.team-data-area .same-age .same-text{float: left;padding: 15px 0px 0px 7px;width: 50%;}
.team-data-area .same-age .same-text .upper {margin-top: 2%;}
.team-data-area .same-age .same-photo-area img {width: 130px;height: 90px;}
.same-age-position {display: inline-block;font-size: 19px;font-weight: bold;}
.same-age-number {display: inline-block;font-size: 19px;font-weight: bold;margin-left: 1%;}
.same-age-name{display: inline-block;font-size: 13px;margin-left: 3%;}
}

/* form 横幅調整 */
.form-selectView {
  position: relative;
	max-width: 480px;}

/* チケット総合 */

.second-tickets-wrap{ position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;}

.second-tickets-wrap .tab {
    margin-top: 40px;
    margin-bottom: 60px;
}


.ticketScheduleList__wrap ul li {padding-bottom: 30px;border-bottom: 1px solid #dcdddd; margin-bottom: 30px;min-height: 80px;}
.ticketScheduleList__wrap ul li:last-child {padding-bottom: 0px;border-bottom: 0px solid #dcdddd; margin-bottom: 0px;}
.ticketScheduleList__item {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 0;
  border-top: 6px solid #B8193F;
  border-bottom: 1px solid #666;
}

.ticketScheduleList__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.ticketScheduleList__mainCol:first-child {
  width: 150px;
  padding: 0 10px 0 0px;
}

.ticketScheduleList__mainCol:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 0;
}

.ticketScheduleList__mainCol:last-child {
  margin-left: auto;
  margin-right: 20px;
}

.ticketScheduleList__season {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
}

.ticketScheduleList__datetime {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-flex-wrap: wrap; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  text-align: center;
}

.ticketScheduleList__datetimeTitle {
  width: 100%;
  font-size: 1.4rem;
}

.ticketScheduleList__datetime + .ticketScheduleList__datetime {
  margin-top: 10px;
}

.ticketScheduleList__date {
  margin: 0;
  font-size: 1.2rem;
  display: block;
}

.ticketScheduleList__date.-sat {
  color: #00469c;
}

.ticketScheduleList__date.-sun {
  color: #B8193F;
}

.ticketScheduleList__date strong {
  font-size: 2.0rem;
}

.ticketScheduleList__time {
  margin: 0;
  font-size: 1.7rem;
  /* font-weight: bold; */
  display: block;
}

.ticketScheduleList__stadium {
  margin-bottom: 10px;
}

.ticketScheduleList__stadium span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
}

.ticketScheduleList__stadium .icon-home,
.ticketScheduleList__stadium .icon-away {
  margin-right: 10px;
  font-size: 1.1rem;
}

.ticketScheduleList__club {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1.4;
}

.ticketScheduleList__clubEmblem {
  width: 60px;
  margin-right: 10px;
  text-align: center;
}

.ticketScheduleList__clubName {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 2rem;
}

.ticketScheduleList__btn {
  margin: 0;
}

.ticketScheduleList__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  padding-right: 28px;
  background-color: #B8193F;
  color: white;
  font-weight: bold;
  font-size: 2.2rem;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.ticketScheduleList__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}

.ticketScheduleList__btn a img {
  margin-right: 7px;
}

.ticketScheduleList__score {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.ticketScheduleList__score strong {
  display: block;
  font-size: 4rem;
}

.ticketScheduleList__score span {
  display: block;
  font-size: 2rem;
}

.ticketScheduleList__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px 5px;
  background-color: #efefef;
  font-size: 1.6rem;
}

.ticketScheduleList__subCol {
  margin-right: 25px;
}

.ticketScheduleList__subCol:nth-child(3) {
  margin-right: 0;
}

.ticketScheduleList__subCol:last-child {
  max-width: 460px;
  margin-right: 0;
  margin-left: auto;
}

.ticketScheduleList__textLink {
  margin: 0;
}

.ticketScheduleList__textLink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticketScheduleList__textLink a img {
  margin-right: 10px;
}

.ticketScheduleList__textLinkMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ticketScheduleList__textLinkMedia dt {
  margin-right: 10px;
}

.ticketScheduleList__textLinkMedia dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ticketScheduleList__textLinkMedia dd ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #727171;
  border-left: 1px solid #ccc;
}

.ticketScheduleList__textLinkMedia dd ul li:first-child {
  padding-left: 0;
  border-left: 0;
}

.ticketScheduleList__textLinkMedia dd ul li:last-child {
  margin-right: 0;
}

  .ticketScheduleList__btn a:hover {
    text-decoration: none;
    opacity: .7;
  }
.ticketScheduleList__item {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top-width: 4px;
  }
  .ticketScheduleList__main {
    position: relative;
    padding: 7px 0 4px;
  }
  
.ticketScheduleList__section {font-size: 1.2rem;margin-left: 70px;}
.ticketScheduleList__start { margin-top: 20px; margin-bottom: 20px;width: 100%; overflow: hidden;}
.ticketScheduleList__start .start01 {float: left; width: 50%;}
.ticketScheduleList__start .start02 {float: left; width: 50%;}
.ticketScheduleList__start .start01 ul li {border-bottom: 1px solid #dcdddd;}
.ticketScheduleList__start .start02 ul li {border-bottom: 1px solid #dcdddd;}
.ticketScheduleList__start .start-away { width: 100%;}
.ticketScheduleList__start ul { width: 100%;display: table;}
.ticketScheduleList__start ul li {
  border: 1px solid #dcdddd;
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0px;
  }
.ticketScheduleList__start ul li:nth-child(2) {border-left-width: 0px;border-bottom: 1px solid #dcdddd;}
.ticketScheduleList__start .start02 ul li:nth-child(1) {border-left-width: 0px;}
#tab-style01-02 .ticketScheduleList__start .start02 ul li:nth-child(1) {border-left:  1px solid #dcdddd;;}
.ticketScheduleList__start .start-class{padding: 5px; display: block;background-color: #efefef;border-bottom: 1px solid #dcdddd;}
.ticketScheduleList__start .start-day {padding: 5px; display: block;}

.ticketScheduleList__start .start-away ul li {
  border: 1px solid #dcdddd;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0px;
  }
.ticketScheduleList__start .start-away .start-class{padding: 15px 30px 15px 30px;display: block;background-color: #efefef;border-right: 1px solid #dcdddd;border-bottom-width: 0px;float: left;}
.ticketScheduleList__start .start-away .start-day {padding: 15px 30px 15px 30px;display: block;float: left;}

.second-tickets-wrap .textLink.-style05 a {margin-left: 7px;    padding-left: 30px;}

.second-tickets-wrap .tickets-col3 {margin-bottom: 45px;overflow: hidden;width: 100%;}
.second-tickets-wrap .tickets-col3 ul {width: 100%;}
.second-tickets-wrap .tickets-col3 ul li {width: 32%;float: left;border: 1px solid #dcdddd;margin-right: 1%;min-height: 150px;margin-bottom: 15px;}
.second-tickets-wrap .tickets-col3 ul li:nth-child(3n) {margin-right: 0%;}
.second-tickets-wrap .tickets-col3 ul li a {display: block; padding: 15px; color: #333;}
.second-tickets-wrap .tickets-col3 .tickets-col3-title {text-align: center; font-weight: bold;}
.second-tickets-wrap .textLink.-style02 span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #231815;
    font-size: 18px;
}

.second-tickets-wrap .textLink.-style02 span::before {
    position: absolute;
    top: 0.5em;
    left: -2px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.second-tickets-wrap .tickets-col3-detail {overflow: hidden;}
.second-tickets-wrap .tickets-col3-img{width: 50%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col3-text{width: 47%;border: 0px;float: right;font-size: 16px;}

.second-tickets-wrap .tickets-col2 {margin-bottom: 45px;overflow: hidden;width: 100%;}
.second-tickets-wrap .tickets-col2 ul {width: 100%;}
.second-tickets-wrap .tickets-col2 ul li {width: 49%;float: left;border: 1px solid #dcdddd;margin-right: 1%;min-height: 150px;margin-bottom: 15px;}
.second-tickets-wrap .tickets-col2 ul li:nth-child(2n) {margin-right: 0%;}
.second-tickets-wrap .tickets-col2 ul li a {display: block;/* padding: 15px;*/ color: #333;}
.second-tickets-wrap .tickets-col2 .tickets-col2-title {text-align: left;font-weight: bold;margin-top: 15px;}

.second-tickets-wrap .tickets-col2 .tickets-col2-wrap {overflow: hidden;}
.second-tickets-wrap .tickets-col2-detail {overflow: hidden;float: right;width: 47%;}
.second-tickets-wrap .tickets-col2-img{width: 50%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col2-text{/* width: 47%; */border: 0px;/* float: right; */font-size: 16px;}

.second-team-detail .player-staff-link-number {margin-right: 15px;display: inline-block;}
.second-team-detail .team-data-col1 .title.-style02_02 span, .title.-style02_01 span {padding-top: 10px;}

@media screen and (max-width: 769px) {
	
	.ticketScheduleList__main {
    position: relative;
    padding: 7px 0 4px;
		    width: 100%;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
	}
	
	.ticketScheduleList__mainCol:first-child {
        width: 20%;
    padding: 0 0;
    float: left;
    margin-top: 5px;
    }	
		
	.ticketScheduleList__season {
    margin-bottom: 3px;
    font-size: .8rem;
    font-size: 8px;
}
	
	.ticketScheduleList__datetime {
    display: block;
    text-align: center;
    line-height: 1.2;
}
	
	.ticketScheduleList__date {
    font-size: .7rem;
    font-size: 7px;
    margin-bottom: 5px;
}
	
	.ticketScheduleList__date strong {
    font-size: 1.4rem;
}
	
	.ticketScheduleList__time {
    font-size: 1.1rem;
}
	
	.ticketScheduleList__mainCol:nth-child(2) {
    padding-right: 0px;
    width: 78%;
    float: right;
}
	.ticketScheduleList__stadium {
    position: absolute;
    top: 5px;
    margin-bottom: 0;
    overflow: hidden;
    width: 75%;
    padding-bottom: 5px;
}
	
	.ticketScheduleList__stadium .icon-home, .ticketScheduleList__stadium .icon-away {
    margin-right: 5px;
    padding: 0 2px;
    font-size: .6rem;
    font-size: 8px;
    display: inline-block;
    float: left;
    width: auto;
}
	
	.ticketScheduleList__stadium span {
    font-size: .7rem;
    font-size: 9px;
    float: left;
    width: 85%;
}
	.ticketScheduleList__club {
    padding: 15px 0 0px;
    margin-top: 0px;
}
	.ticketScheduleList__clubEmblem {
    margin-right: 5px;
    width: 35px;
}
	
	.ticketScheduleList__clubName {
    font-size: 1.5rem;
}
	
	.ticketScheduleList__mainCol:last-child {
        margin-right: 0px;
        overflow: hidden;
        clear: both;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
}
	
	.ticketScheduleList__btn {
  margin: 0;
  width: 60%;
  margin: 0 auto;
}.ticketScheduleList__btn a {
    line-height: 1;
    padding: 3px 3px;
    padding-right: 11px;
    font-size: 2.2rem;
}
	
	.ticketScheduleList__btn a img {
    margin-right: 6px;
    width: 60px;
}
	
	.ticketScheduleList__btn a {
    line-height: 1;
    padding: 6px 20px;
    padding-right: 20px;
    font-size: 2.7rem;
}
	.ticketScheduleList__btn a::after {
    top: calc(50% - 1px);
    right: 12px;
    width: 4px;
    height: 4px;
    border-width: 1px;
}
	
	.ticketScheduleList__section {font-size: 1rem;margin-left: 40px;}

	.ticketScheduleList__start .start01 {float: none; width: 100%;}
.ticketScheduleList__start .start02 {float: none;width: 100%;border-top: 1px solid #dcdddd;}

	.ticketScheduleList__start .start01 ul li:nth-child(1) {border-bottom-width: 0px;}
	.ticketScheduleList__start .start01 ul li:nth-child(2) {border-bottom-width: 0px;}
	.ticketScheduleList__start .start02 ul li:nth-child(1) {border-left-width: 1px;border-top: 0px;}
	.ticketScheduleList__start .start02 ul li:nth-child(2) {border-top: 0px;}
	.second-tickets-wrap .textLink.-style05 a {margin-left: 7px;padding-left: 18px;}

.second-tickets-wrap .tickets-col3 ul li {width: 48%;float: left;border: 1px solid #dcdddd;margin-right: 1%;min-height: 165px;margin-bottom: 15px;}
.second-tickets-wrap .tickets-col3 ul li:nth-child(2n) {margin-right: 0%;float: right;}
.second-tickets-wrap .tickets-col3 ul li:nth-child(3n) {margin-right: 0%;}
	.second-tickets-wrap .tickets-col3 ul li a {display: block; padding: 10px; color: #333;}
.second-tickets-wrap .textLink.-style02 span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #231815;
    font-size: 17px;
}

.second-tickets-wrap .tickets-col3-detail {overflow: hidden;}
.second-tickets-wrap .tickets-col3-img{width: 45%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col3-text{width: 50%;border: 0px;float: right;font-size: 12px;}

.second-tickets-wrap .tickets-col2 ul li {width: 99.5%;float: none;border: 1px solid #dcdddd;margin-right: 1%;min-height: 133px;margin-bottom: 15px;}
.second-tickets-wrap .tickets-col2 ul li:nth-child(2n) {margin-right: 0%;}
	
	
.ticketScheduleList__start ul li {
  border: 1px solid #dcdddd;
  width: 25%;
  display: table-cell;
  vertical-align:baseline;
  text-align: center;
  padding-bottom: 0px;
  }
	

.ticketScheduleList__date span {display: block;}	
	
}


@media screen and (max-width: 375px) {
.second-tickets-wrap .tickets-col3 ul li {width: 48%;float: left;border: 1px solid #dcdddd;margin-right: 1%;min-height: 130px;margin-bottom: 15px;}
	.second-tickets-wrap .tickets-col3 ul li a {display: block; padding: 5px; color: #333;}
	.second-tickets-wrap .textLink.-style02 span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #231815;
    font-size: 11px;
}
.second-tickets-wrap .tickets-col3-img{width: 43%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col3-text{width: 52%;border: 0px;float: right;font-size: 11px;}	
.second-tickets-wrap .tickets-col2 {margin-bottom: 45px;overflow: hidden;width: 100%;}
.second-tickets-wrap .tickets-col2 ul {width: 100%;}
.second-tickets-wrap .tickets-col2 ul li {min-height: 110px;margin-bottom: 15px;}
.second-tickets-wrap .tickets-col2 .tickets-col2-title {text-align: left;font-weight: bold;margin-top: 15px;}
.second-tickets-wrap .tickets-col2 .tickets-col2-wrap {overflow: hidden;}
.second-tickets-wrap .tickets-col2-detail {overflow: hidden;float: right;width: 47%;}
.second-tickets-wrap .tickets-col2-img{width: 50%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col2-text{/* width: 47%; */border: 0px;/* float: right; */font-size: 13px;}
	
.ticketScheduleList__mainCol:first-child {
    width: 65px;
    padding: 0 0;
}
.ticketScheduleList__date span {display: block;}	
	
.ticketScheduleList__stadium {
    position: absolute;
    top: 5px;
    margin-bottom: 0;
    overflow: hidden;
    width: 80%;
    padding-bottom: 5px;
}
.ticketScheduleList__stadium .icon-home, .ticketScheduleList__stadium .icon-away {
    margin-right: 5px;
    padding: 0 2px;
    font-size: .6rem;
    font-size: 6px;
    display: inline-block;
    float: left;
    width: auto;
}	
.ticketScheduleList__stadium span {
    font-size: .7rem;
    font-size: 7px;
    float: left;
    width: 80%;
}
.ticketScheduleList__wrap ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 15px;
}
	
	.ticketScheduleList__btn {
  margin: 0;
  width: 70%;
  margin: 0 auto;
}.ticketScheduleList__btn a {
    line-height: 1;
    padding: 3px 3px;
    padding-right: 11px;
    font-size: 1.1rem;
}
	
	.ticketScheduleList__btn a img {
    margin-right: 6px;
    width: 55px;
}
	
	.ticketScheduleList__btn a {
    line-height: 1;
    padding: 6px 29px;
    padding-right: 20px;
    font-size: 2.3rem;
}
	.ticketScheduleList__btn a::after {
    top: calc(50% - 1px);
    right: 12px;
    width: 4px;
    height: 4px;
    border-width: 1px;
}
	
	
	
}

@media screen and (max-width: 320px) {
.second-tickets-wrap .tickets-col3 ul li {width: 48%;float: left;border: 1px solid #dcdddd;margin-right: 1%;min-height: 130px;margin-bottom: 15px;}
	.second-tickets-wrap .tickets-col3 ul li a {display: block; padding: 5px; color: #333;}
	.second-tickets-wrap .textLink.-style02 span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #231815;
    font-size: 10px;
}
.second-tickets-wrap .tickets-col3-img{width: 40%;border: 0px; float: left;}
.second-tickets-wrap .tickets-col3-text{width: 55%;border: 0px;float: right;font-size: 10px;}	
	
.second-tickets-wrap .tickets-col2 ul li {min-height: 95px;margin-bottom: 15px;width: 99%;}

.ticketScheduleList__mainCol:first-child {
    width: 50px;
    padding: 0 0;
}
	
	.ticketScheduleList__btn {
  margin: 0;
  width: 73%;
  margin: 0 auto;
}.ticketScheduleList__btn a {
    line-height: 1;
    padding: 3px 3px;
    padding-right: 11px;
    font-size: 1.1rem;
}
	
	.ticketScheduleList__btn a img {
    margin-right: 6px;
    width: 50px;
}
	
	.ticketScheduleList__btn a {
    line-height: 1;
    padding: 6px 25px;
    padding-right: 20px;
    font-size: 2.0rem;
}
	.ticketScheduleList__btn a::after {
    top: calc(50% - 1px);
    right: 12px;
    width: 4px;
    height: 4px;
    border-width: 1px;
}
	

}

/* Today */

.antlers-today-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.antlers-today-first-block {overflow: hidden;width: 100%;}
.antlers-today-first-block .today-area {width: 49%;float: left;}
.antlers-today-first-block .today-list {width: 50%;float: right;}

.antlers-today-first-block .today-area a{ color: #333;}
.antlers-today-first-block .today-area-detail{overflow: hidden;}
.antlers-today-first-block .today-area-photo{overflow: hidden;text-align: center;}
.antlers-today-first-block .today-area-photo img {
    object-fit: contain;
    width: 100%;
    height: 276px;
    object-position: center;
    }
.antlers-today-first-block .today-area-text{background-color: #f7f8f8; padding: 15px;min-height: 184px;height: 184px;position: relative;}
.antlers-today-first-block .today-area-title{ font-size: 28px; line-height: 42px; font-weight: bold;}
.antlers-today-first-block .today-area-day{font-size: 14px;position: absolute; bottom: 10px; left: 15px;}

.antlers-today-first-block .today-list ul { width: 100%; overflow: hidden;}
.antlers-today-first-block .today-list ul li {width: 48%;float: left;margin-right: 2%;margin-bottom: 2%;max-width: 240px;}
.antlers-today-first-block .today-list ul li:nth-child(2n) { width: 48%; float: left; margin-right:0%;}
.antlers-today-first-block .today-list ul li  a{ color: #333;}
.antlers-today-first-block .today-list-detail{overflow: hidden;}
.antlers-today-first-block .today-list-photo{overflow: hidden;text-align: center;}
.antlers-today-first-block .today-list-photo img {
    object-fit: contain;
    width: 100%;
    height: 135px;
    object-position: center;
    }
.antlers-today-first-block .today-list-text{background-color: #f7f8f8; padding: 10px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-first-block .today-list-title{ font-size: 14px; line-height: 20px; font-weight: bold;}
.antlers-today-first-block .today-list-day{font-size: 12px;position: absolute; bottom: 10px; left: 10px;}

.antlers-today-later-block .today-list ul { width: 100%; overflow: hidden;}
.antlers-today-later-block .today-list ul li { width: 24%; float: left; margin-right: 1%; margin-bottom: 1%;}
.antlers-today-later-block .today-list ul li:nth-child(4n) { margin-right:0%;}
.antlers-today-later-block .today-list ul li  a{ color: #333;}
.antlers-today-later-block .today-list-detail{overflow: hidden;}
.antlers-today-later-block .today-list-photo{overflow: hidden;text-align: center;}
.antlers-today-later-block .today-list-photo img {
    object-fit: contain;
    width: 100%;
    height: 151px;
    object-position: center;
    }
.antlers-today-later-block .today-list-text{background-color: #f7f8f8; padding: 10px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-later-block .today-list-title{ font-size: 14px; line-height: 20px; font-weight: bold;}
.antlers-today-later-block .today-list-day{font-size: 12px;position: absolute; bottom: 10px; left: 10px;}

.antlers-today-wrap img {
-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.antlers-today-wrap img:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

@media screen and (max-width: 990px){
.antlers-today-first-block .today-area-photo{overflow: hidden;text-align: center;}
.antlers-today-first-block .today-area-photo img {
    object-fit: contain;
    width: 100%;
    height: 302px;
    object-position: bottom;	
}
.antlers-today-first-block .today-area-text{background-color: #f7f8f8; padding: 15px;min-height: 184px;height: 190px;position: relative;}
}

@media screen and (max-width: 769px) {
	
.antlers-today-first-block .today-area {width: 100%;float: none; margin-bottom: 2%;}
.antlers-today-first-block .today-list {width: 100%;float: none;}	

.antlers-today-first-block .today-area-text{background-color: #f7f8f8;padding: 15px;min-height: inherit;height: auto;position: relative;}
.antlers-today-first-block .today-area-title{font-size: 24px;line-height: 38px;font-weight: bold;}
.antlers-today-first-block .today-area-day{font-size: 14px;position: relative;bottom: 0px;left: 0px;margin-top: 5px;/* padding-top: 20px; */margin-left: 3px;}
.antlers-today-first-block .today-area-photo{overflow: hidden;text-align: center;height: 40vw;min-height: 60vw;}
.antlers-today-first-block .today-area-photo img {
    object-fit: contain;
    width: 100%;
    height: 40vw;
    min-height: 60vw;
    }

.antlers-today-first-block .today-list ul li {width: 49%;float: left;margin-right: 2%;margin-bottom: 2%;max-width:inherit;}
.antlers-today-first-block .today-list ul li:nth-child(2n) { width: 49%; float:right; margin-right:0%;}
.antlers-today-first-block .today-list-text{background-color: #f7f8f8; padding: 10px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-first-block .today-list-title{ font-size: 14px; line-height: 20px; font-weight: bold;}
.antlers-today-first-block .today-list-day{font-size: 12px;position: absolute; bottom: 10px; left: 10px;}	
.antlers-today-first-block .today-list-photo{overflow: hidden;text-align: center;height: 30vw;}
.antlers-today-first-block .today-list-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }
	
.antlers-today-later-block .today-list ul li { width: 49%; float: left; margin-right: 1%; margin-bottom: 1%;}
.antlers-today-later-block .today-list ul li:nth-child(2n) { margin-right:0%; float:right;}
.antlers-today-later-block .today-list ul li:nth-child(4n) { margin-right:0%;}
.antlers-today-later-block .today-list-text{background-color: #f7f8f8; padding: 10px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-later-block .today-list-title{ font-size: 14px; line-height: 20px; font-weight: bold;}
.antlers-today-later-block .today-list-day{font-size: 12px;position: absolute; bottom: 10px; left: 10px;}
.antlers-today-later-block .today-list-photo{overflow: hidden;text-align: center;height: 30vw;}
.antlers-today-later-block .today-list-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }
	
}

@media screen and (max-width: 375px) {
	
.antlers-today-first-block .today-area-title{font-size: 21px;line-height: 32px;font-weight: bold;}
	
.antlers-today-first-block .today-list ul li {width: 49%;float: left;margin-right: 2%;margin-bottom: 2%;max-width:inherit;}
.antlers-today-first-block .today-list ul li:nth-child(2n) { width: 49%; float:right; margin-right:0%;}
.antlers-today-first-block .today-list-text{background-color: #f7f8f8;padding: 8px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-first-block .today-list-title{font-size: 12px;line-height: 20px;font-weight: bold;}
.antlers-today-first-block .today-list-day{font-size: 11px;position: absolute;bottom: 10px;left: 10px;}	

.antlers-today-later-block .today-list ul li { width: 49%; float: left; margin-right: 1%; margin-bottom: 1%;}
.antlers-today-later-block .today-list ul li:nth-child(2n) { margin-right:0%; float:right;}
.antlers-today-later-block .today-list ul li:nth-child(4n) { margin-right:0%;}
.antlers-today-later-block .today-list-text{background-color: #f7f8f8; padding: 8px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-later-block .today-list-title{ font-size: 12px; line-height: 20px; font-weight: bold;}
.antlers-today-later-block .today-list-day{font-size: 11px;position: absolute; bottom: 10px; left: 10px;}
	
}

@media screen and (max-width: 320px) {
	
.antlers-today-first-block .today-area-title{font-size: 18px;line-height: 28px;font-weight: bold;}
	
.antlers-today-first-block .today-list ul li {width: 49%;float: left;margin-right: 2%;margin-bottom: 2%;max-width:inherit;}
.antlers-today-first-block .today-list ul li:nth-child(2n) { width: 49%; float:right; margin-right:0%;}
.antlers-today-first-block .today-list-text{background-color: #f7f8f8;padding: 8px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-first-block .today-list-title{font-size: 10px;line-height: 18px;font-weight: bold;}
.antlers-today-first-block .today-list-day{font-size: 10px;position: absolute;bottom: 10px;left: 10px;}	

.antlers-today-later-block .today-list ul li { width: 49%; float: left; margin-right: 1%; margin-bottom: 1%;}
.antlers-today-later-block .today-list ul li:nth-child(2n) { margin-right:0%; float:right;}
.antlers-today-later-block .today-list ul li:nth-child(4n) { margin-right:0%;}
.antlers-today-later-block .today-list-text{background-color: #f7f8f8; padding: 8px;min-height: 85px;height: 85px;position: relative;}
.antlers-today-later-block .today-list-title{ font-size: 10px; line-height: 18px; font-weight: bold;}
.antlers-today-later-block .today-list-day{font-size: 10px;position: absolute; bottom: 10px; left: 10px;}
	
}

/* スケジュール */
.second-schedules table tr td{ text-align: center; width: 18%;}
.second-schedules table tr td:nth-child(2){ text-align: left; width: 82%}
.second-schedules table tr td p {margin-bottom: 0px;line-height: 24px;}
.second-schedules table tr td p:nth-child(n+2) {margin-top: 20px;}
.second-schedules-day {width: 18%; }
.second-schedules-plan {width: 82%;}
.second-schedules table tr td p .katicketInlineBtn img {
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.second-schedules-off {background: #dddddd;display: inline-block;padding: 5px 10px 5px 10px;}
.second-schedules .sat {    color: #00469c;}
.second-schedules .sun {    color: #c30d23;}

.second-schedules .pagenation { margin: 30px auto;}


@media screen and (max-width: 769px) {
.second-schedules table tr td{ text-align: center; width: 18%;}
.second-schedules table tr td:nth-child(2){ text-align: left; width: 82%}
.second-schedules table tr td p {margin-bottom: 0px;line-height: 19px;}
.second-schedules table tr td p:nth-child(n+2) {margin-top: 10px;}
.second-schedules-day {width: 18%; }
.second-schedules-plan {width: 82%;}	
.second-schedules table tr td p .katicketInlineBtn img {
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-top: 2px;
}
	.second-schedules .tab.-style01 .tab__listItem a {
 /*   padding: 8px 10px; */
    font-size: 1.3rem;
}
	
	.second-schedules .box.-style12 ul li   {font-size: 12px; margin-bottom: 0px;}
	.second-schedules .pagenation { margin: 10px auto;}
	.second-schedules .pagenation.-style01 .pagenation__list {font-size: 1.6rem;}
	.second-schedules .tab {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

/* メディアスケジュール */
.second-media-schedules table tr td{ text-align: center; width: 18%;}
.second-media-schedules table tr td:nth-child(2){ text-align: left; width: 82%}
.second-media-schedules table tr td p {margin-bottom: 0px;line-height: 24px;}
.second-media-schedules table tr td p:nth-child(n+2) {margin-top: 20px;}
.second-media-schedules-day {width: 18%; }
.second-media-schedules-plan {width: 82%;}
.second-media-schedules table tr td p .katicketInlineBtn img {
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.second-media-schedules .sat {    color: #00469c;}
.second-media-schedules .sun {    color: #c30d23;}

@media screen and (max-width: 769px) {
.second-media-schedules table tr td{ text-align: center; width: 18%;}
.second-media-schedules table tr td:nth-child(2){ text-align: left; width: 82%}
.second-media-schedules table tr td p {margin-bottom: 0px;line-height: 19px;}
.second-media-schedules table tr td p:nth-child(n+2) {margin-top: 10px;}
.second-media-schedules-day {width: 18%; }
.second-media-schedules-plan {width: 82%;}	
.second-media-schedules table tr td p .katicketInlineBtn img {
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-top: 2px;
}
	
.second-media-schedules .tab.-style01 .tab__listItem a {
 /*   padding: 8px 10px; */
    font-size: 1.3rem;
}
	
	.second-media-schedules .box.-style12 ul li   {font-size: 12px; margin-bottom: 0px;}
	.second-media-schedules .pagenation { margin: 10px auto;}
	.second-media-schedules .pagenation.-style01 .pagenation__list {font-size: 1.6rem;}
	.second-media-schedules .tab {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

/* 得点ランキング　*/
.second-rankTable {
  background-color: #fff;
  width: 100%;
}

.second-rankTable thead tr {
  background: #727171;
  color: white;
}

.second-rankTable th, .second-rankTable td {
  padding: 8px 15px;
  border: 1px solid #c9caca;
  font-weight: 500;
}

.second-rankTable tbody td {
  color: #231815;
}

.second-rankTable tbody td.kashima_team, .second-rankTable tbody td.kashima {
  background-color: #B8193F;
  color: white;
}

.second-rankTable__rank {
  width: 50px;    text-align: center;
}

.second-rankTable__point {
  width: 50px; text-align: center;
}

.second-rankTable__team {
   width: 120px;  text-align: center;
}

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

.second-rank-day {text-align: right; margin-bottom: 20px;}

.second-scorer_ranking .gameRankingTable__team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 150px;
}

@media screen and (max-width: 769px) {
	
.second-rankTable th, .second-rankTable td {
  padding: 3px 10px;
  border: 1px solid #c9caca;
  font-weight: 500;
}
	
.second-rankTable__rank {
  width: 30px;    text-align: center;
}

.second-rankTable__point {
  width: 30px; text-align: center;
}

.second-rankTable__team {
   width: 70px;  text-align: center;
}
.second-rank-day {text-align: right; margin-bottom: 5px;}
	
}

.second-team_standing .gameRankingTable .notes { margin-top: 30px;    font-size: 1.6rem;}
.second-team_standing .gameRankingTable.game_group table {margin-bottom: 30px;}

@media screen and (max-width: 769px) {
	
.second-team_standing .gameRankingTable__emblem img {
    height: auto;
    margin-top: 6px;
}
	
.second-team_standing .gameRankingTable table thead th {
    padding: 9px 2px;
    font-size: 1.5rem;
  }
	
.second-team_standing .gameRankingTable table tbody td {
    padding: 8px 3px;
    font-size: 1.4rem;
  }
	
.second-team_standing .gameRankingTable__teamName {
    text-indent: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
.second-team_standing .gameRankingTable .notes { margin-top: 30px;    font-size: 1.4rem;}
}

/*過去の試合*/
.second-older .game_table {margin-bottom: 50px;}
.title_name_m0 {
    margin-bottom: 1em;
    padding: 0 10px;
    border-left: 10px solid #B8193F;
    color: #B8193F;
    font-weight: bold;
    font-size: 2.0rem;
}
.result_table table {    width: 100%;    border: 1px solid #ddd;}
.result_table table th {
    padding: 15px 20px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-weight: normal;
}
.result_table table td {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-left: 0;
	text-align: center;
}

.game_table_old table {width: 100%;}

@media screen and (max-width: 769px) {
	.title_name_m0 {
    margin-bottom: .7em;
    padding: 0 5px 0px;
    border-width: 7px;
    font-size: 1.3rem;
}
	.game_table_old { /*overflow-x: scroll; */    margin-top: 50px;}
	.game_table_old table {width: 100%; font-size: 14px;}
	.game_table_old table tr td img {width: 100%; height: auto;}
}

/* 観戦情報 */

.title_name_event{
    margin-bottom: 1em;
    padding: 0 10px;
    border-left: 10px solid #B8193F;
    color: #B8193F;
    font-weight: bold;
    font-size: 2.0rem;
}
.kids_table{width: 100%;    }
.kids_table_schedule {    width: 100%;    border: 1px solid #ddd;}
.kids_table_schedule th {
    padding: 15px 20px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-weight: normal;
}
.kids_table_schedule td {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-left: 0;
	text-align: center;
}

/* スタジアムツアー */
.midokoro {width: 100%;}
.midokoro tr td {text-align: center;}
.midokoro span {display: block;text-align: center;}

/* 沿革 */
.second-history .table.-style01 tbody th {width: 15%;}
.second-history .table.-style01 tbody .month {width: 1%; text-align: center;}

/* つくばアカデミーセンター */
.second-tsukuba_ac .table.-style01 {border: 0px;}
.second-tsukuba_ac .table.-style01 tbody td {width: 33.3%; border: 0px;}

/* アカデミー概要 */
.academy_area img {height: auto;}
.academy_area img.icon-inline { height: 24px; max-width: 24px; margin-left: 7px;}
.academy_area .academy-pickup {margin-bottom: 30px;}
.academy_area .academy-latest-news {margin-bottom: 30px;}
.academy_area .academy-latest-report {margin-bottom: 30px;}

.second-academy-index .table.-style01 {border: 0px;}
.second-academy-index .table.-style01 tbody td {width: 25%; border: 0px;}

/* ユース */

.second-academy-youth .academy-youth-report table th:nth-child(1) { width: 10%;}
.second-academy-youth .academy-youth-report table th:nth-child(2) { width: 80%;}
.second-academy-youth .academy-youth-report table th:nth-child(3) { width: 10%;}
.second-academy-youth .academy-youth-player table img {width: 100%; height: auto; max-width: 92px;}

.second-academy-youth .second-academy-youth-staff .table{border: 0px;}
.second-academy-youth .second-academy-youth-staff .table.-style01 tbody td {border: 0px;}


@media screen and (max-width: 769px) {
.second-academy-youth .academy-youth-player table {font-size: 11px;}
.second-academy-youth .academy-youth-player table img {width: 100%; height: auto;}
.second-academy-youth .second-academy-youth-staff .table{table-layout: fixed;}
}

/* jrユース */
.second-academy-jryouth .academy-jryouth-report table th:nth-child(1) { width: 20%;}
.second-academy-jryouth .academy-jryouth-report table th:nth-child(2) { width: 70%;}
.second-academy-jryouth .academy-jryouth-report table th:nth-child(3) { width: 10%;}

.second-academy-jryouth .second-academy-jryouth-staff .table{border: 0px;table-layout: fixed;}
.second-academy-jryouth .second-academy-jryouth-staff .table.-style01 tbody td {border: 0px;}

@media screen and (max-width: 769px) {
.second-academy-jryouth .second-academy-jryouth-staff .table{table-layout: fixed;}
.second-academy-jryouth .second-academy-jryouth-staff table img {width: 100%; height: auto; max-width: 92px;}
}

/* jr */
.second-academy-jr .academy-jr-report table th:nth-child(1) { width: 20%;}
.second-academy-jr .academy-jr-report table th:nth-child(2) { width: 70%;}
.second-academy-jr .academy-jr-report table th:nth-child(3) { width: 10%;}
.second-academy-jr .second-academy-jr-staff .table{border: 0px;}
.second-academy-jr .second-academy-jr-staff .table.-style01 tbody td {border: 0px;}

@media screen and (max-width: 769px) {
.second-academy-jr .second-academy-jr-staff table img {width: 100%; height: auto; max-width: 92px;}
}

/* スクール */
.second-academy-school .academy-school-report table th:nth-child(1) { width: 20%;}
.second-academy-school .academy-school-report table th:nth-child(2) { width: 70%;}
.second-academy-school .academy-school-report table th:nth-child(3) { width: 10%;}
.second-academy-school .second-academy-school-staff .table{border: 0px;}
.second-academy-school .second-academy-school-staff .table.-style01 tbody td {border: 0px;}

.each-school table th:nth-child(1) {width: 5%;}
.each-school table th:nth-child(2) {width: 40%;}
.each-school table th:nth-child(3) {width: 10%;}

.second-academy-school .map {text-align: center;}

@media screen and (max-width: 769px) {
.second-academy-school .second-academy-school-staff table img {width: 100%; height: auto; max-width: 92px;}
.second-academy-school .map img {width: 100%; height: auto;}
}

.second-website .web-area ul li {
    padding: 2px 0px;
    list-style: disc;
    width: auto;
    height: auto;
    border: 0px;
    background-color: #FFF;
    margin-left: 0px;
    margin-bottom: 0px;
    float: none;
    display: list-item;
	margin-left: 20px;
}


/* リンク集 */

.second-link .link-area {overflow: hidden; width: 100%;}
.second-link .link-group {margin-bottom: 50px; overflow: hidden;}
.second-link .link-area h3 {list-style: none; margin-bottom: 30px;}
.second-link .link-area ul li {float: left; width: 33%; margin-bottom: 30px;}

.link-area__team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
}
.link-area__emblem {
    text-align: center;
    margin-right: 10px;
}
.link-area__emblem img {
    height: 50px;
}
.link-area__teamName {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    pointer-events: none;
    text-align: left;
}
.second-link .link-text {font-size: 14px;}

@media screen and (max-width: 769px) {
.second-link .link-area ul li {float: left; width: 49%; margin-bottom: 30px;}
.second-link .link-area ul li:nth-child(even){float: right; width: 49%; margin-bottom: 30px;}
	
	.link-area__team {
    min-width: 0;
}
	.link-area__emblem {
    margin-right: 3px;
    width: 20px;
}
	.link-area__emblem img {
    height: auto;
}
	.link-area__teamName {
    text-indent: 0;
    font-size: 1.3rem;
}
.second-link .link-text {font-size: 16px; margin-bottom: 40px;}
	
}

/*観戦メディアガイド*/

.media-guide-area .media-title {overflow: hidden; margin-bottom: 20px;}
.media-guide-area .media-title .media-img {float: left;}
.media-guide-area .media-title .media-text {float: left; margin-left: 2%; margin-top: 25px;}
.media-guide-area .media-title .media-text-long {float: left; margin-left: 2%; margin-top: 1px;}
.media-area {margin-bottom: 50px;}

@media screen and (max-width: 769px) {
	.media-guide-area .media-title {overflow: hidden; margin-bottom: 20px;}
.media-guide-area .media-title .media-img {float: none;text-align: center; margin-bottom: 10px;}
.media-guide-area .media-title .media-text {float: none; margin-left: 0%; margin-top: 0px; text-align: left;}
.media-guide-area .media-title .media-text-long {float: none; margin-left: 0%; margin-top: 0px;}
.media-area {margin-bottom: 50px;}
.media-guide-area .btn.-round04 a[target="_blank"], .btn.-round03 a[target="_blank"], .btn.-round02 a[target="_blank"], .btn.-round01 a[target="_blank"] {
    padding-right: 0px;
}
}

.item-img-text-area .item-img-text-title {overflow: hidden; margin-bottom: 20px;}
.item-img-text-area .item-title {    margin-bottom: 1em;
    padding: 0 10px;
    border-left: 10px solid #B8193F;
    color: #B8193F;
    font-weight: bold;
    font-size: 2.0rem;}
.item-img-text-area .item-img-text-title .item-img {float: left;}
.item-img-text-area .item-img-text-title .item-text {float: left; margin-left: 2%; margin-top: 25px;}
.item-img-text-area .item-img-text-title .item-text-long {float: left; margin-left: 2%; margin-top: 1px;}
.item-img-text-area {margin-bottom: 50px;}

@media screen and (max-width: 769px) {
.item-img-text-area .item-img-text-title {overflow: hidden; margin-bottom: 20px;}
.item-img-text-area .item-title {margin-bottom: .7em;
    padding: 0 5px 0px;
    border-width: 7px;
    font-size: 1.3rem;}
.item-img-text-area .item-img-text-title .item-img {float: none;text-align: center; margin-bottom: 10px;}
.item-img-text-area .item-img-text-title .item-text {float: none; margin-left: 0%; margin-top: 0px; text-align: left;}
.item-img-text-area .item-img-text-title .item-text-long {float: none; margin-left: 0%; margin-top: 0px;}
.item-img-text-area {margin-bottom: 50px;}
.item-img-text-area .btn.-round04 a[target="_blank"], .btn.-round03 a[target="_blank"], .btn.-round02 a[target="_blank"], .btn.-round01 a[target="_blank"] {
    padding-right: 0px;
}
}



/*スポンサー*/
.sponsor-area {/*overflow: hidden;*/ width: 100%; margin-bottom: 30px; margin-top: 30px;}
.sponsor-area ul{}
.sponsor-area ul li { width: 32.7%;display: inline-block;  text-align:center;font-size: 12px; margin-bottom: 40px;}
.sponsor-area ul li a {}
.sponsor-area ul li img {max-width: 200px; height: auto;}

.sponsor-area-col5 {overflow: hidden; width: 100%;margin-bottom: 30px;}
.sponsor-area-col5 ul{}
.sponsor-area-col5 ul li {width:19.3%;display: inline-block;text-align:center;font-size: 12px;margin-bottom: 50px;vertical-align: middle;}
.sponsor-area-col5 ul li a {}
.sponsor-area-col5 ul li img {max-width: 160px; height: auto;}

@media screen and (max-width: 769px) {
.sponsor-area {overflow: hidden; width: 100%; margin-bottom: 30px; margin-top: 30px;}
.sponsor-area ul{}
.sponsor-area ul li { width: 49.3%;display: inline-block;  text-align:center;font-size: 12px; margin-bottom: 40px;}
.sponsor-area ul li a {}
.sponsor-area ul li img {max-width: 100%; height: auto;}

.sponsor-area-col5 {overflow: hidden; width: 100%;margin-bottom: 30px;}
.sponsor-area-col5 ul{}
.sponsor-area-col5 ul li { width:32.4%;display: inline-block;  text-align:center;font-size: 12px; margin-bottom: 40px;}
.sponsor-area-col5 ul li a {}
.sponsor-area-col5 ul li img {max-width: 100%; height: auto;}	
}

/* mobile */
.second-mobile ul {width: 100%;}
.second-mobile ul li { width: 48%; float: left; margin-bottom: 30px; min-height: 510px;}
.second-mobile ul li:nth-child(even) { width: 48%; float: right; margin-bottom: 30px;}
.second-mobile ul li .update { background-color: #B8193F; color: #FFF; padding: 5px; margin-left: 15px; font-size: 15px;}
.second-mobile ul li .m-img {margin-bottom: 10px; text-align: center;}
.second-mobile table {width: 100%; margin-bottom: 15px;}
.second-mobile table tr th {}
.second-mobile table tr td {border: 1px solid #CCC; padding: 15px;}
.second-mobile .qr {overflow: hidden; margin-bottom: 10px;}
.second-mobile .qr .qr-img {float: left;}
.second-mobile .qr .qr-text  {float: left; margin-left: 10px;}
.second-mobile .fp-qr-img {float: left; width: 56px;}
.second-mobile .fp-qr-text {float: left; margin-left: 1%;}
.second-mobile ul.list.-check01 li {min-height: auto; margin-bottom: 10px;}
.second-mobile .general_box ul.general_list li { width: initial; min-height: initial; margin-bottom: 0px; float: none; }
@media screen and (max-width: 769px) {
	
.second-mobile ul li { width: 100%; float: none; margin-bottom: 30px; min-height: auto;}
.second-mobile ul li:nth-child(even) {  width: 100%; float: none; margin-bottom: 30px;}	
.second-mobile .textA img {width: 40px; height: auto;}
.second-mobile .textB img {width: 100px; height: auto;}
.second-mobile table tr td {border: 1px solid #CCC; padding: 10px;}
.second-mobile .title.-style04_02, .second-mobile .title.-style04_01 {padding-bottom: 5px;}
}

/*staffs*/
.playerList.staffs .playerList__name {
margin-left: 10px;
}
.playerList span {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
}


@media screen and (max-width: 769px) {
.playerList.staffs .playerList__name  {

  }
}

/* square */

.btn.-square04, .btn.-square03, .btn.-square02, .btn.-square01 {
  text-align: center;
}

.btn.-square04 a, .btn.-square03 a, .btn.-square02 a, .btn.-square01 a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  /* width: 500px; */
  max-width: 100%;
  padding: 17px 45px;
  background: #B8193F;
  color: white;
  text-align: center;
 /*  border-radius: 5px; */
  font-weight: bold;
  font-size: 1.8rem;
}

.btn.-square04 a::after, .btn.-square03 a::after, .btn.-square02 a::after, .btn.-square01 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}

.btn.-square04 a[target="_blank"], .btn.-square03 a[target="_blank"], .btn.-square02 a[target="_blank"], .btn.-square01 a[target="_blank"] {
  padding-right: 40px;
}

.btn.-square04 a[target="_blank"]::after, .btn.-square03 a[target="_blank"]::after, .btn.-square02 a[target="_blank"]::after, .btn.-square01 a[target="_blank"]::after {
  content: "";
  position: static;
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-top: -4px;
  margin-left: 5px;
  background: url(../img/share/icon_blank_white.svg) no-repeat right center;
  background-size: 11px auto;
  border: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}

.btn.-square04 a[target="_blank"]:hover::after, .btn.-square03 a[target="_blank"]:hover::after, .btn.-square02 a[target="_blank"]:hover::after, .btn.-square01 a[target="_blank"]:hover::after {
  -webkit-transform: none;
          transform: none;
}

.btn.-square04 a[href*=".pdf"], .btn.-square03 a[href*=".pdf"], .btn.-square02 a[href*=".pdf"], .btn.-square01 a[href*=".pdf"] {
  padding-right: 35px;
}

.btn.-square04 a[href*=".pdf"]::after, .btn.-square03 a[href*=".pdf"]::after, .btn.-square02 a[href*=".pdf"]::after, .btn.-square01 a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  top: calc(50% - 10px);
  width: 23px;
  height: 20px;
  background: url(../img/share/icon_pdf.png) no-repeat right center;
  background-size: auto 20px;
  border: 0;
  -webkit-transform: none;
          transform: none;
}

.btn.-square04 a[href*=".pdf"]:hover::after, .btn.-square03 a[href*=".pdf"]:hover::after, .btn.-square02 a[href*=".pdf"]:hover::after, .btn.-square01 a[href*=".pdf"]:hover::after {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 769px) {

.btn.-square04 a:hover, .btn.-square03 a:hover, .btn.-square02 a:hover, .btn.-square01 a:hover {
    text-decoration: none;
    background-color: #941433;
  }
  .btn.-square04 a:hover::after, .btn.-square03 a:hover::after, .btn.-square02 a:hover::after, .btn.-square01 a:hover::after {
    -webkit-transform: rotate(45deg) translate(2px, -4px);
            transform: rotate(45deg) translate(2px, -4px);
  }

}

@media screen and (max-width: 768px) {

.btn.-square04 a, .btn.-square03 a, .btn.-square02 a, .btn.-square01 a {
    display: block;
/*    width: auto; */
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 15px;
    font-size: 1.2rem;
  }
  .btn.-square04 a::after, .btn.-square03 a::after, .btn.-square02 a::after, .btn.-square01 a::after {
    top: calc(50% - 3px);
    right: 15px;
    width: 6px;
    height: 6px;
  }

}

.kids-area {overflow: hidden; width: 100%;}
.kids-area .kids_img{ float: left; width: 30%;}
.kids-area .kids_word { float: right; width: 68%; }

@media screen and (max-width: 769px) {
	.kids-area .kids_img{ float: none; width: 100%; margin-bottom: 15px; text-align: center;}
.kids-area .kids_word { float: none; width: 100%; margin-bottom: 15px;}
	
}

.escortkids table { margin: 0 auto;}
.escortkids table tr td img {width: 100%; height: 100%;}

.main_title {
    position: relative;
    margin: 40px auto 25px;
    padding-bottom: 12px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px solid #ebebeb;
}
.main_title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 140px;
    height: 2px;
    background-color: #B8193F;
}

@media screen and (max-width: 769px) {
.escortkids table { margin: 0 auto; width: 100%;}
.escortkids table tr td img {width: 100%; height: auto;}
}

.obj-fit-img {
object-fit: cover;
object-position: 0px 0px ;
font-family: 'object-fit: cover; object-position: 0px 0px;'
}

/* SCHOOL */
.school-top-area { margin-bottom: 50px;}
.school-top-area .box {margin-top: 40px;}

.school-top-title {overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #FFF;
    height: 330px;}
.school-top-title img {width: 100%; height: auto;}
.school-top-title .text-area {position: absolute; top: 40px; right: 40px; width: 400px; height: 220px;    background-color: rgba(184,25,63,0.9); padding: 15px; }
.school-top-title .text-area-title { font-weight: bold; margin-bottom: 15px; margin-top: 15px;}

.school-navi {padding-top: 30px; padding-bottom: 0px; border-top: 1px solid #CCC;border-bottom: 1px solid #CCC;  margin-bottom: 40px;}

.section.-second .localSubNav.-col5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-left: 0px; margin-right: 0px; margin-bottom: 20px;
}

.section.-second .localSubNav.-col5::after {
  content: "";
  display: block;
  width: calc(20% - 10px);
}

.section.-second .localSubNav.-col5 .localSubNav__item {
  width: calc(20% - 10px);
  margin: 0 0 10px;
    text-align: center;
}

.section.-second .localSubNav.-col5 .localSubNav__itemImage {
  margin: 0 auto 10px;
  text-align: center;
}

.section.-second .localSubNav.-col5 .localSubNav__item p {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
	
.school-top-title {text-align: center;margin-bottom: 30px;position: relative;color: #FFF;background-color: #B8193F; height: auto;}
.school-top-title .text-area {position: relative;top: 0px;right: 0px;width: 95%;height: auto;/* background-color: #B8193F; */padding: 12px;}
.school-top-title .text-area-title {font-weight: bold;margin-bottom: 15px;margin-top: 5px;}	
	
.school-navi {padding-top: 15px; padding-bottom: 0px; border-top: 1px solid #CCC;border-bottom: 1px solid #CCC;  margin-bottom: 20px;}
	
.school-top-title .btn.-style02.-small a, .school-top-title .btn.-style01.-small a {
    padding: 5px 15px;
    font-size: 1.3rem;
}

	.section.-second .localSubNav.-col5 {
	margin-left: 0px; margin-right: 0px; margin-bottom: 10px;
}
	
.section.-second .localSubNav.-col5::after {
  content: "";
  display: block;
  width: calc(33% - 10px);
}

.section.-second .localSubNav.-col5 .localSubNav__item {
  width: calc(33% - 10px);
  margin: 0 0 10px;
    text-align: left;
}
	
	
}

.gsc-control-searchbox-only {position: relative;    margin-bottom: 20px;}
.gsc-search-button.gsc-search-button-v2 {
    background: url(../img/share/icon_search.svg) no-repeat center;
    border: none;
	background-color: #f2f2f2;
}
.gsc-search-button.gsc-search-button-v2:hover {background-color: #f2f2f2;}
.gsc-control-searchbox-only input.gsc-input { font-size: 2.8rem;}

@media screen and (max-width: 769px) {
.gsc-control-searchbox-only {position: relative;      margin-top: 10px;  margin-bottom: 10px;}
.gsc-search-button.gsc-search-button-v2 {
    background: url(../img/share/icon_search.svg) no-repeat center;
    border: none;
	background-color: #fff;
}
.gsc-search-button.gsc-search-button-v2:hover {background-color: #fff;}
	
	
}

/* スクール */
.second-academy-school-area .section.-second .title.-style01_03 {
    margin-left: 0px!important;
    margin-right: 0px!important;
} 
.second-academy-school.school-staffs .title.-style01_01 {
    margin-left: 0px!important;
    margin-right: 0px!important;
} 
.second-academy-school-area .map img {}

.second-academy-school-staff{overflow: hidden; width: 100%;}
.second-academy-school-staff ul {overflow: hidden; width: 100%;display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}


.second-academy-school-staff ul::after {
  content: "";
  display: block;
  width: calc(20% - 10px);
}

.second-academy-school-staff ul li {
  width: calc(20% - 10px);
  margin: 0 0 40px;
    text-align: center; font-size: 16px;
}
.second-academy-school-staff .coach-class {margin-top: 10px;}

@media screen and (max-width: 769px) {
	
.second-academy-school-staff ul::after {
  content: "";
  display: block;
  width: calc(50% - 10px);
}

.second-academy-school-staff ul li {
  width: calc(50% - 10px);
  margin: 0 0 30px;
    text-align: center;
}
	
}

.section.-second .localSubNav.-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-left: 0px; margin-right: 0px; margin-bottom: 20px;
}

.section.-second .localSubNav.-col4::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

.section.-second .localSubNav.-col4 .localSubNav__item {
  width: calc(25% - 10px);
  margin: 0 0 10px;
    text-align: center;
}

.section.-second .localSubNav.-col4 .localSubNav__itemImage {
  margin: 0 auto 10px;
  text-align: center;
}

.section.-second .localSubNav.-col4 .localSubNav__item p {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
	
	.section.-second .localSubNav.-col4 {
	margin-left: 0px; margin-right: 0px; margin-bottom: 10px;
}
	
.section.-second .localSubNav.-col4::after {
  content: "";
  display: block;
  width: calc(50% - 10px);
}

.section.-second .localSubNav.-col4 .localSubNav__item {
  width: calc(50% - 10px);
  margin: 0 0 10px;
    text-align: left;
}
	
	
}

/* 試合日程 */
.gameScheduleList__subCol:nth-child(3) {
  margin-right: 25px!important;
}
.gameScheduleList__subCol:nth-child(4) {
  margin-right: 25px;
}
.gameScheduleList__subCol__media {
    max-width: 330px;
    margin-right: 0px;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
.gameScheduleList__subCol__media {
    width: 100%;
    margin: 0 auto 0 0;
}
}
.gameScheduleList__date__undecided {
    margin: 0;
    font-size: 2.0rem;
    font-weight: bold;
	margin-right: 5px;
}
@media screen and (max-width: 768px){
	.gameScheduleList__date__undecided{
		    font-size: 1.1rem;
		margin-right: 0px;
   	}
}

.gameScheduleList__date {
    margin: 0;
    font-size: 1.2rem;
    line-height: 33px;
    margin-right: 0px;
}
@media screen and (max-width: 768px){
	.gameScheduleList__date{
    line-height: 22px;
    margin-right: 0px;	}
}
.gameScheduleList__time {margin-left: 5px;}

@media screen and (max-width: 768px){
	.gameScheduleList__time {margin-left: 0px;}
}

/* チケット */
@media screen and (max-width: 768px){
.ticketScheduleList__game .title.-style09_02, .ticketScheduleList__game .title.-style09_01 { clear: both;}
}


.ticketScheduleList__mainCol:first-child {
  width: 150px;
  padding: 0 10px 0 0px;
}
.ticketScheduleList__mainCol__first {
  width: 150px;
  padding: 0 10px 0 0px;
}

.ticketScheduleList__mainCol:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 0;
}
.ticketScheduleList__mainCol__second {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 0;
}

.ticketScheduleList__mainCol:last-child {
  margin-left: auto;
  margin-right: 20px;
}
.ticketScheduleList__mainCol__third {
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {

	.ticketScheduleList__mainCol:first-child {
        width: 20%;
    padding: 0 0;
    float: left;
    margin-top: 5px;
    }	
		.ticketScheduleList__mainCol__first {
        width: 20%;
    padding: 0 0;
    float: left;
    margin-top: 5px;
    }	
	
		.ticketScheduleList__mainCol:nth-child(2) {
    padding-right: 0px;
    width: 78%;
    float: right;
}
			.ticketScheduleList__mainCol__second {
    padding-right: 0px;
    width: 78%;
    float: right;
}
	
	
		.ticketScheduleList__mainCol:last-child {
        margin-right: 0px;
        overflow: hidden;
        clear: both;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
}
			.ticketScheduleList__mainCol__third {
        margin-right: 0px;
        overflow: hidden;
        clear: both;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-top: 5px;
}
	
}

/* second-static.css */

.second-buy_imagetextBox{
    margin-bottom: 20px;
    overflow: hidden;	
}
.second-buy_imagetextBox_image{
    float: left;
    width: 20%;	
	text-align: center;
}

.second-buy_imagetextBox_text{
    width: auto;
    width: 78%;	
	float: right;
	
}
.second-ticket-static .x-small{
	font-size: 0.7em
}
.second-qr_imagetextBox{
    margin-bottom: 20px;
    overflow: hidden;	
}
.second-qr_imagetextBox_image{
    float: left;
    width: 20%;	
	text-align: center;
}
.second-qr_btn-app{
	width: 100%;
}
.second-qr_btn-appL{
	float: left;
	width: 49%;
}
.second-qr_btn-appR{
	float: right;
	width: 49%;
}
.second-qr_imagetextBox_textQr{
    width: auto;
    width: 78%;	
	float: right;
	
}
.second-qr_imagetextBox_imageQr{
    float: left;
    width: 20%;	
	text-align: center;
}

.second-qr_imagetextBox_text{
    width: auto;
    width: 78%;	
	float: right;
	
}
.secont-qr-appImg img{
	width: 80%;
}
.second-ticket-static .slider02__body{
margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
}
.slider02__body-text {
    text-align: left;
    margin-top: 30px;
}
.second-ticket-static .grid__item a:hover{
	text-decoration:none !important;}
.second-ticket-static .grid__item a:hover .imageBox.-style04 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

.second-invitation_iksd_imagetextBox{
    margin-bottom: 30px;
    overflow: hidden;	
}
.second-invitation_iksd_imagetextBox_image{
    float: left;
    width: 37%;	
	text-align: center;
}

.second-invitation_iksd_imagetextBox_text{
    width: auto;
    width: 62%;	
	float: right;
	
}

/*money_seat*/

.second-money_seat_map{
	width: 633px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.second-money_seat_title{
	text-align: center;
	margin-bottom: 10px;
	
}
.second-money_seat_map_block{
	position: relative;
}
.second-money_seat_map_block img {
	width: 100%;
}
.second-money_seat_map_list {line-height: 1.4; text-align: center; font-size: 60%; }
.second-money_seat_map_list a {color:#000 !important;display: block;padding: .5em;}
.second-money_seat_map_list a:hover { text-decoration:none !important;}
.second-money_seat01 {
    position: absolute;
    top: 9%;
    left: 42.5%;
    width: 15%;
    background: #e60012;
    border-radius: 10px;
    color: #FFFFFF!important;
}
.second-money_seat02 {
    position: absolute;
    top: 76%;
    left: 42%;
    width: 15%;
    background: #796baf;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat03 {
    position: absolute;
    top: 3%;
    left: 28%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat03_2 {
    position: absolute;
    top: 3%;
    right: 28%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat04 {
    position: absolute;
    top: 64%;
    left: 42.5%;
	width: 15%;
    background: #6c9bd2;
    border-radius: 10px;
}
.second-money_seat05 {
    position: absolute;
    top: 25%;
    left: 42.5%;
	width: 15%;
    background: #8fc31f;
    border-radius: 10px;
}
.second-money_seat06 {
    position: absolute;
    top: 64%;
    left: 27%;
    background: #93afd9;
    border-radius: 10px;
}
.second-money_seat06_2 {
    position: absolute;
    top: 64%;
    right: 27%;
    background: #93afd9;
    border-radius: 10px;
}
.second-money_seat07 {
    position: absolute;
    top: 25%;
    left: 27%;
    background: #a9ce4e;
    border-radius: 10px;
}
.second-money_seat07_2 {
    position: absolute;
    top: 25%;
    right: 27%;
    background: #a9ce4e;
    border-radius: 10px;
}
.second-money_seat08 {
    position: absolute;
    top: 89%;
    left: 42.5%;
	width: 15%;
    background: #ffe67a;
    border-radius: 10px;
}
.second-money_seat09 {
    position: absolute;
    top: 1%;
    left: 42.5%;
    width: 15%;
    background: #e99050;
    border-radius: 10px;
}
.second-money_seat10 {
    position: absolute;
    top: 33%;
    left: 19%;
    background: #ac9ce8;
    border-radius: 10px;
}
.second-money_seat10_2 {
    position: absolute;
    right: 8%;
    background: #f4b3ba;
    top: 42.5%;
    border-radius: 10px;
}
.second-money_seat10_3 {
    position: absolute;
    top: 42.5%;
    left: 2%;
    background: #f4b3ba;
    border-radius: 10px;
}

.second-money_seat10_4 {
    position: absolute;
    top: 53%;
    left: 19%;
    background: #f4b3ba;
    border-radius: 10px;
}

.second-money_seat10_5 {
    position: absolute;
    top: 42.5%;
    left: 2%;
    background: #f4b3ba;
    border-radius: 10px;
}

.afc_seat .second-money_seat03,.afc_seat .second-money_seat03_2,
.ybc_seat .second-money_seat03,.ybc_seat .second-money_seat03_2{top: 115px;}
.ybc_seat .second-money_seat10 {left: 64px;}
.ybc_seat .second-money_seat10_2 {right: 64px;}

.second-money_seat_table {border-top:solid 1px #dddcdc;border-left:solid 1px #dddcdc;}
.second-money_seat_table th,.second-money_seat_table td {border-bottom: solid 1px #dddcdc !important;border-right: solid 1px #dddcdc !important;padding: .25em;box-sizing: border-box;}
.second-money_seat_table th {font-weight:normal;text-align:center;background:#eee;}
.second-money_seat_table td { text-align:center;}


.second-money_seat_color { position:relative;}
.second-money_seat_color:before {content: "";position: absolute;top: 0;display: block;bottom: 0;left: 0;width: 14px;height:  100%;background:#e60012;}
.second-money_seat_color:after {content: "";position: absolute; height:1px;left:0;right:0;background:#dddcdc;bottom:-1px;}
.second-money_seat_red:before {background: #e60012;}
.second-money_seat_purple:before { background:#796baf;}
.second-money_seat_purple02:before { background: #c4baea;}
.second-money_seat_yellow:before { background:#fabe00;}
.second-money_seat_yellow2:before { background:#ffe67a;}
.second-money_seat_blue:before { background:#6c9bd2;}
.second-money_seat_blue2:before { background:#93afd9;}
.second-money_seat_green:before { background:#8fc31f;}
.second-money_seat_green2:before { background:#a9ce4e;}
.second-money_seat_orange:before { background:#e99050;}
.second-money_seat_pink:before { background:#f4b3ba;}
.second-money_seat_pink:after { display:none;}


/* アクセス */

.second-access-static .notes {
    margin-bottom: 10px;
}
.second-access-stadium {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-size: 2% auto;
	padding-right: 0px;
	clear: both;
	width: 100%;
}
.second-access-stadium-block {
	overflow: hidden;
	float: none;
	width: 100%;
	position: relative;
	right: 0;
}
.second-access-stadium-thumimg {
	float: left;
	height: auto;
	width: 15%;
	padding-top: 10px;
}
.second-access-stadium-area {
	float: right;
	width: 83%;
}
.second-access-stadium-block:after {
	    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    border-top: 2px solid #b7183f;
    border-right: 2px solid #b7183f;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
}
.second-access-stadium-block-noicon {
	overflow: hidden;
	float: none;
	width: 100%;
	position: relative;
	right: 0;
}
.second-access-stadium-text {
	background-size: 20px auto;
	/* line-height: 18pt; */
	margin-top: 2%;
	padding-right: 25px;
    padding-left: 5px;
}
a .second-access-stadium-text {
	color: #252525;
	
}
.second-access-stadium-read {
    overflow: hidden;
    padding-top: 15px;
    background-size: 2% auto;
    padding-right: 0px;
    clear: both;
    margin-bottom: 15px;
}
.pbus{
	font-size: 1.3rem;
}
.second-access-pbus-time{
	background:#FFEFEF;
}
.access-shop-info{
	overflow: hidden;
	width: 100%;
}
.access-shop-info-right{
	float: right;
	width: 49%;
}
.access-shop-info-left{
	float: left;
	width: 49%;
}

.access-shop-info-right-A{
	float: right;
	width: 29%;
}
.access-shop-info-left-A{
	float: left;
	width: 70%;
}



.second-money_seatbox .fl,.second-money_seatbox .fr {width:307px;}
.second-money_seat_boxtitle {background:#efefef;font-weight:bold;padding: .5em .5em .5em 2em;position:relative;display:block;overflow: hidden;}
.second-money_seat_boxtitle:after{display:none;}
.second-money_seat_cate{float: left; width: 84%;}
.second-money_seat_shitei {background:#000;color:#fff;font-size: 79%;width: 104px;display: inline-block;text-align: center;float: right; margin-top: 2px;}

.second-money_seat_reco dt.fl {width:28%;}
.second-money_seat_reco dd.fr {width:60%;}
dd.second-money_seat_reco_text_right {width:60%; float: right;}

.second-ticket-static .second-ticket-specialplan .imageBox.-style04 .imageBox__image img, .second-ticket-static .second-ticket-specialplan .imageBox.-style03 .imageBox__image img {
    width: 100%;
}.second-ticket-static .special-ticket-list .imageBoxGrid .imageBox.-style04 a:hover {
    text-decoration: none;
}
.second-ticket-static .special-ticket-list .imageBoxGrid .imageBox.-style04 a:hover .imageBox__header, .second-ticket-static .special-ticket-list .imageBoxGrid .imageBox.-style04 a:hover .imageBox__body {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.second-ticket-static .special-ticket-list .imageBoxGrid .imageBox {
    max-width: 49%;
    width: 49%;}
.second-ticket-static .special-ticket-list .imageBox.-style04{
	margin-left: 0.5%;
	margin-right: 0.5%;
}
/*invitation*/

.second-invitation-head {
	padding: 20px 20px 3px 20px;
	margin-bottom: 22px;
}
.second-invitation-head-title {
    overflow: hidden;
    margin-bottom: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.second-invitation-head-title .head-title {
    float: left;
	
}
.second-invitation-head-title .head-text {
    float: left;
    margin-left: 35px;
}
.head-text-title {
	font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 0.7em;
}
.head-text-sub {
	font-size: 17px;
	line-height: 28px;
	margin-top: 20px;
}
.second-invitation-list {
    overflow: hidden;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.second-invitation-list ul {
	overflow: hidden;
}
.second-invitation-list ul li {
	float: left;
	border: 1px solid #cccccc;
	width: 288px;
	margin-bottom: 17px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedddd), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(#FFF, #dedddd);
	background: -moz-linear-gradient(#FFF, #dedddd);
	background: -o-linear-gradient(#FFF, #dedddd);
	background: -ms-linear-gradient(#FFF, #dedddd);
	background: linear-gradient(#FFF, #dedddd);
}
.second-invitation-list ul li:nth-child(even) {
	float: right;
}
.second-invitation-list ul li a {
	display: block!important;
	font-size: 14px;
	font-weight: bold;
	color: #000!important;
	padding: 13px 13px 13px 30px;
	text-align: center;
}
.second-invitation-list .htt-ico {
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/icon_htt.svg)
}
.second-invitation-list .htd-ico {
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/icon_htd.svg)
}
.second-invitation-list .ftd-ico {
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/icon_ftd.svg)
}
.second-invitation-list .other-ico {
	background-size: 7px 11px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/arrow.png)
}
.second-invitation-list .bus-ico {
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/icon_bus.svg)
}
.second-invitation-list .htk-ico {
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../img/ticket/invitation/icon_htk.svg)
}
.second-invitation-city-area {overflow: hidden; width: 100%; margin-top: 15px; margin-bottom: 15px; }
.second-invitation-city-area ul {list-style: none;}
.second-invitation-city-area ul li { width: 49%; float: left; margin: 0 auto; }
.second-invitation-city-area ul li:nth-child(even) {  float: right;}
.second-invitation-city-block {overflow: hidden;  border: 1px solid #b4003a; width: 98%;border-radius: 5px;    min-height: 250px;}
.second-invitation-city-top-text {overflow: hidden;background-color: #efefef;width: 100%; }
.second-invitation-city-number {background-color: #b4003a; color: #FFF; font-weight: bold; float: left; width: 10%; text-align: center;padding: 3.5% 1% 3.5% 1%;border-radius: 0px;}
.second-invitation-city-title {background-color: #efefef; color: #050001; float: right; width: 82%; text-align: left; padding: 1% 3% 1% 3%;min-height: 20px;line-height: 20px; font-weight: bold;}
.second-invitation-city-inner {padding: 3%;}
.second-invitation-city-inner-list {font-weight: bold; width: 100%; margin: 0 auto;overflow: hidden; margin-bottom: 10px;    margin-top: 10px;}
.second-invitation-city-inner-list ul {overflow: hidden;}
.second-invitation-city-inner-list ul li {display: block; width: 33%; text-align:center; float: left; margin-bottom: 0px;font-size: 10px;font-weight: normal; line-height: 14px;}
.second-invitation-city-inner-list ul li:nth-child(even) {float: left; }
.second-invitation-city-special {color: #b4003a; text-align: center;font-size: 15px;font-weight: bold;}
.second-invitation-city-special p{font-size: 30px; font-weight: bold; margin-top: 10px;}
.second-invitation-city-special-A {color: #b4003a; text-align: center;font-size: 20px;    line-height: 46px;    margin-top: 23px;}
.second-invitation-city-special-A p{font-size: 38px; font-weight: bold;}
.second-invitation-ico-img { margin-bottom: 5px;}
.second-invitation-ico-img img {width: 90px; height: auto;}
.second-invitation-request-flow {margin-bottom: 30px; margin-top: 30px; overflow: hidden; width: 100%;}
.second-invitation-request-flow ul { overflow: hidden;}
.second-invitation-request-flow .first {margin-bottom: 30px!important;}
.second-invitation-request-flow ul li { float: left; width: 30%;}
.second-invitation-request-flow .first li:first-child {/*margin-left: 5%!important;*/}
.second-invitation-flow-step { color: #b4003a; font-weight: bold;}
.second-invitation-flow-img {text-align: center;}
.second-invitation-flow-img img {width: 130px; height: auto;}
.second-invitation-flow-arrow {vertical-align: middle; width: 5%!important;    margin-top: 30px;}
.second-invitation-flow-arrow img {width: 20px; height: auto;}
.second-invitation-request-remarks {margin-bottom: 15px; font-size: 12px;}
.second-ticket-static .second-invitation-table td.invitation-name {
	text-align: left;
}
.second-access-shop_imagetextBox{
    margin-bottom: 20px;
    overflow: hidden;	
}
.second-access-shop_imagetextBox_image{
    float: right;
    width: 20%;	
	text-align: center;
}

.second-access-shop_imagetextBox_text{
    width: auto;
    width: 78%;	
	float: left;
	
}

.second-access-antonnavi_imagetextBox{
    margin-bottom: 20px;
    overflow: hidden;	
}
.second-access-antonnavi_imagetextBox_image{
	float: left;
    width: 30%;	
	text-align: center;
}

.second-access-antonnavi_imagetextBox_text{
    width: auto;
    width: 68%;	
    float: right;
	
}
.second-mobile ul.notes li {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    min-height: auto;
}
.second-club-stadium-grid .grid.-col2 .grid__item {
    width: calc(48% - 5px);
    margin: 0 0 20px;
}
th.second-escortkids-sample{
	white-space: nowrap
}
@media screen and (max-width: 769px) {
.second-ticket-static .grid {
    font-size: 1.3rem;
}
.second-ticket-static .special-ticket-list .imageBoxGrid .imageBox.-style04 {
    font-size: 1.3rem;
}
.second-ticket-static .inPageLink.-style03 .inPageLink__btn a span, .inPageLink.-style02 .inPageLink__btn a span, .inPageLink.-style01 .inPageLink__btn a span {
    font-size: .6rem;
}
.second-ticket-static .inPageLink.-style02 .inPageLink__btn a
{
   display: block;
   width: auto;
   min-width: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 13px 10px;
   font-weight: normal;
 }
.second-ticket-static .box.-style10 .box__title, .second-ticket-static .box.-style10 .box__body{
    font-size:  1.4rem;
}
.second-money_seat_map{
	width: 100%;}
.second-money_seat_title {
    font-size: 90%;
}
.second-money_seat_map_list {
		font-size: 70%;
}
	
.second-money_seat_map_list {line-height: 1.4; text-align: center; font-size: 60%; }
.second-money_seat_map_list a {color:#000 !important;display: block;padding: 4px;}
	
.second-money_seat01 {
    position: absolute;
    top: 9%;
    left: 42.5%;
    width: 15%;
    background: #e60012;
    border-radius: 10px;
    color: #FFFFFF!important;
}
.second-money_seat02 {
    position: absolute;
    top: 76%;
    left: 42%;
    width: 15%;
    background: #796baf;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat03 {
    position: absolute;
    top: 3%;
    left: 26%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat03_2 {
    position: absolute;
    top: 3%;
    right: 26%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.second-money_seat04 {
    position: absolute;
    top: 67.4%;
    left: 42.5%;
    width: 15%;
    background: #6c9bd2;
    border-radius: 10px;
}
.second-money_seat05 {
    position: absolute;
    top: 19%;
    left: 42.5%;
    width: 15%;
    background: #8fc31f;
    border-radius: 10px;
}
.second-money_seat06 {
    position: absolute;
    top: 68%;
    left: 20%;
    background: #93afd9;
    border-radius: 10px;
}
.second-money_seat06_2 {
    position: absolute;
    top: 68%;
    right: 19.8%;
    background: #93afd9;
    border-radius: 10px;
}
.second-money_seat07 {
    position: absolute;
    top: 19%;
    left: 22%;
    background: #a9ce4e;
    border-radius: 10px;
}
.second-money_seat07_2 {
    position: absolute;
    top: 19%;
    right: 22%;
    background: #a9ce4e;
    border-radius: 10px;
}
.second-money_seat08 {
    position: absolute;
    top: 89%;
    left: 40.5%;
    width: 18%;
    background: #ffe67a;
    border-radius: 10px;
}
.second-money_seat09 {
    position: absolute;
    top: 1%;
    left: 41%;
    width: 18%;
    background: #e99050;
    border-radius: 10px;
}
.second-money_seat10 {
    position: absolute;
    top: 31%;
    left: 19%;
    background: #ac9ce8;
    border-radius: 10px;
}
.second-money_seat10_2 {
    position: absolute;
    right: 8%;
    background: #f4b3ba;
    top: 42.5%;
    border-radius: 10px;
}
.second-money_seat10_3 {
    position: absolute;
    top: 42.5%;
    left: 2%;
    background: #f4b3ba;
    border-radius: 10px;
}	

    .second-money_seat10_4 {
    position: absolute;
    top: 53.5%;
    left: 19%;
    background: #f4b3ba;
    border-radius: 10px;
}	
    
    .second-money_seat10_5 {
    position: absolute;
    top: 42.5%;
    left: -2%;
    background: #f4b3ba;
    border-radius: 10px;
}	
	
.second-money_seat02, .second-money_seat03, .second-money_seat03_2 {
    padding: 0px;
}
.second-money_seat_reco .ico-02-01, .second-money_seat_reco .ico-02-02, .second-money_seat_reco .ico-08-01, .second-money_seat_reco .ico-08-02, .second-money_seat_reco dt.fl  {
    width: 36%;
    float: left;
}

dd.second-money_seat_reco_text, dd.second-money_seat_reco_text_right {
    float: right;
    width: 56%;
    margin-top: 15px;
   margin-bottom: 15px;
}
.second-invitation-head-title {
    width: 80%;}
	
.second-invitation-list {
    width: 90%;}
.second-invitation-list ul li {
    float: none;
    width: 98%;}
.second-invitation-list ul li:nth-child(even) {
    float: none;
}
.second-invitation-city-area ul li { width: 98%; float: none; margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.second-invitation-city-inner-list ul li {
    display: block;
		width: 33%;
    float: left;}
	
.second-money_seat_color:before {width: 5px;}
.second-ticket-static .second-money_seat_table th.second-money_seat_color {    padding-left: 5px; }
.second-ticket-static .second-money_seat_boxtitle{
font-size: 1.3rem;}
.second-ticket-static .second-money_seat_shitei {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.second-area .second-access-static .tsukuba_ac_list {
font-size: 1.3rem;}
	
.access-shop-info-right {float: none; margin-bottom: 10px; width: 100%;}
.access-shop-info-left {float: none; width: 100%;}
	
.access-shop-info-right-A {float: none; margin-bottom: 10px; width: 100%;}
.access-shop-info-left-A {float: none; width: 100%;}
	
.birth_story-list .grid.-col3{
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.birth_story-list .grid.-col3 .grid__item {
    float: left;
    width: calc(50% - 5px);
    margin: 0 0 10px;
}
	


.tsukuba_ac_list .gridImage.-col3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tsukuba_ac_list .gridImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}


.tsukuba_ac_list .gridImage.-col3 .gridImage__item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
}
.tsukuba_ac_list .gridImage.-col3 .gridImage__item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
    text-align: center;
}
	.academy_detail .grid.-col3{
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.academy_detail .grid.-col3 .grid__item {
    float: left;
    width: calc(50% - 5px);
    margin: 0 0 10px;
}
	.second-academy-youth .academy-youth-player table img {
    min-width: 65px;
}
}

@media screen and (max-width: 585px) {
	
.second-buy_imagetextBox_image {
    float: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

.second-buy_imagetextBox_text {
    width: 100%;
    float: none;
}

	
.second-qr_imagetextBox_textQr{
    width: auto;
    width: 58%;	
	float: right;
	
}
.second-qr_imagetextBox_imageQr{
    float: left;
    width: 40%;	
	text-align: center;
}
	
.secont-qr-appImg img{
	width: 100%;
}
.second-ticket-static .slider02__body {
    width: auto;
    text-align: left;}
.second-invitation_iksd_imagetextBox {
    margin-bottom: 15px;
    overflow: hidden;
}
.second-invitation_iksd_imagetextBox_image {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.second-invitation_iksd_imagetextBox_text {
    width: auto;
    width: 100%;
    float: none;
}
.second-money_seat_reco .ico-02-01, .second-money_seat_reco .ico-02-02, .second-money_seat_reco .ico-08-01, .second-money_seat_reco .ico-08-02, .second-money_seat_reco dt.fl {
    width: 55%;
    float: none;
}

dd.second-money_seat_reco_text, dd.second-money_seat_reco_text_right {
    float: none;
    width: 100%;}

.second-ticket-static .scond-special-ticket-now .grid{
		margin-bottom: 0px;
	}
.second-ticket-static .scond-special-ticket-now .grid.-col2 .grid__item {
	width: 100%;
	}
	
.second-ticket-static .scond-special-ticket-now .special-ticket-list .imageBoxGrid .imageBox {
    max-width: 100%;
    width: 100%;}
.second-ticket-static .second-ticket-specialplan .grid{
		margin-bottom: 0px;
	}
.second-ticket-static .second-ticket-specialplan .grid.-col2 .grid__item {
	width: 100%;
	}
	
.second-invitation-head {
   padding: 0px;
}

.second-invitation-head-title {    width: 100%;}

.second-invitation-head-title .head-title {
    float: left;
    width: 28%;
}


.second-invitation-head-title .head-text {
    float: right;
    margin-left: 0px;
    width: 67%;
}
.second-invitation-head-title .head-text-sub {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
}
	
.second-access-shop_imagetextBox_image{
    float: none;
    width: 100%;
}

.second-access-shop_imagetextBox_text{
    float: none;
    width: 100%;
	
}
	.second-mobile .qr .qr-img {
    float: none;
		margin-bottom: 5px;
		text-align: center;
}
.second-mobile .qr .qr-text {
    float: none;
    margin-left: 0px;
}
	.second-club-stadium-grid .grid.-col2 .grid__item {
    width: 100%;}
}
@media screen and (max-width: 376px) {
.second-ticket-static .tab.-style01 .tab__listItem a {font-size: 1.4rem;}
.second-money_seat_title {
    font-size: 80%;
}
.second-money_seat_map_list {
	line-height: 2;
    text-align: center;
    font-size: 40%;
}
.second-money_seat_reco dd.fr {
    width: 100%;
}
	.second-money_seat_reco .ico-02-01, .second-money_seat_reco .ico-02-02, .second-money_seat_reco .ico-08-01, .second-money_seat_reco .ico-08-02, .second-money_seat_reco dt.fl {
    width: 75%;
    float: none;
	}
	.second-invitation-head-title .head-title {
 width: 18%;
    margin-top: 10px;
}
.second-invitation-head-title .head-text {
    width: 80%;
}
.second-invitation-head-title .head-text-sub {
margin-top: 0px;
}
}
@media screen and (max-width: 320px) {
.second-ticket-static .tab.-style01 .tab__listItem a {font-size: 1.2rem;}
.second-money_seat_title {
    font-size: 70%;
}
.second-money_seat_map_list {
    font-size: 30%;}

.second-money_seat_reco dt.ico-02-01, .second-money_seat_reco dt.ico-02-02, .second-money_seat_reco dt.ico-08-01, .second-money_seat_reco dt.ico-08-02 {width: 80%;}
.second-money_seat_shitei {
		font-size: 65%;}
.second-money_seat_boxtitle {
		padding-left: 10px;}
.second-money_seat_color:before {width: 5px;}
	
}

.second-news-detail .second-news-area img[title="photo"] {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
.second-news-detail .second-news-area img[title="photo"] {
    display: inline-block;
  }	
}

@media screen and (max-width: 769px) {
.second-news-detail table {width:100%;}
.second-news-detail table tr td {width:auto;font-size: 10px;}
}

@media screen and (max-width: 320px) {
.second-news-detail table tr td {width:auto;font-size: 10px; padding: 0px;}
}
.clubs-goods-info{
	overflow: hidden;
	width: 100%;
}
.clubs-goods-info-right-A{
	float: right;
	width: 29%;
}
.clubs-goods-info-left-A{
	float: left;
	width: 70%;
}

.second-clubs-goods .imageBox.-style04 .imageBox__image img {
    width: 100%;
}
.second-clubs-goods .grid__item a:hover{
	text-decoration:none !important;}
.second-clubs-goods .grid__item a:hover .imageBox.-style04 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

/* 200827 ticket */
.ticketScheduleList__start .start-class .ticket-height-long-area {   }
.ticketScheduleList__start .start01 .start-class .ticket-height-area {min-height: 56px;line-height: 56px;}
.ticketScheduleList__start .start02 .start-class .ticket-height-area {min-height: 56px;line-height: 56px;}
.ticketScheduleList__start .start02 .start-class .ticket-height-area {min-height: 56px;line-height: 56px;}

@media screen and (max-width: 769px) {
.ticketScheduleList__start .start-class .ticket-height-long-area {    } 
.ticketScheduleList__start .start01 .start-class .ticket-height-area {min-height: auto;line-height: inherit;} 
.ticketScheduleList__start .start02 .start-class .ticket-height-area {min-height: auto;line-height: inherit;} 
}
@media screen and (max-width: 520px) {
.ticketScheduleList__start .start-class .ticket-height-long-area {   }
.ticketScheduleList__start .start01 .start-class .ticket-height-area {min-height: auto;line-height: inherit; display: block; margin-bottom: 22px; top: 10px; position: relative;}
.ticketScheduleList__start .start02 .start-class .ticket-height-area {min-height: auto;line-height: inherit;} 
}

/* 200916 header */
.sp-globalNav .textLink.-style02 a {    position: relative;    display: inline-block;    padding-left: 18px;    color: #231815;}
.sp-globalNav .textLink.-style02 a::before {
        position: absolute;
    top: 0.3em;
    left: -2px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #B8193F;
    border-right: 2px solid #B8193F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.sp-globalNav .textLink.-style02 a[target="_blank"]::after{
        content: "";
    position: static;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-left: 0px;
    background: url(/asset/img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 14px;
    vertical-align: middle;
}

.globalNav .textLink.-style02 a {    position: relative;    display: inline-block;    padding-left: 18px;    color: #231815;}
.globalNav .textLink.-style02 a::before {
        position: absolute;
    top: 0.3em;
    left: -2px;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #B8193F;
    border-right: 2px solid #B8193F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
.globalNav .textLink.-style02 a[target="_blank"]::after {
        content: "";
    position: static;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-left: 0px;
    background: url(/asset/img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 14px;
    vertical-align: middle;
}

/* 201006 */
ul.listLink { margin-bottom: 20px;}
.listLink.-style01 { list-style: disc; margin-left: 17px;}.listLink.-style01 a {color: #036EB8;position: relative;    display: inline-block;}
.listLink.-style02 { list-style:circle;margin-left: 17px;}.listLink .-style02 a {color: #036EB8;position: relative;    display: inline-block;}
.listLink.-style03 { list-style:square;margin-left: 17px;}.listLink .-style03 a {color: #036EB8;position: relative;    display: inline-block;}
.listLink.-style04 { list-style:decimal;margin-left: 17px;}.listLink .-style04 a {color: #036EB8;position: relative;    display: inline-block;}



.listLink.-style01 a[target="_blank"]::after, .listLink.-style02 a[target="_blank"]::after, .listLink.-style03 a[target="_blank"]::after, .listLink.-style04 a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-left: 5px;
    background: url(../img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 22px;
    vertical-align: middle;
}

.listLink.-style01 a[href*=".pdf"]::after, .listLink.-style02 a[href*=".pdf"]::after, .listLink.-style03 a[href*=".pdf"]::after, .listLink.-style04 a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 20px;
    height: 24px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(../img/share/icon_pdf.svg) no-repeat right center;
    background-size: auto 24px;
    vertical-align: middle;
}

.listLink.-style01 a[href^="mailto"]::after, .listLink.-style02 a[href^="mailto"]::after, .listLink.-style03 a[href^="mailto"]::after, .listLink.-style04 a[href^="mailto"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 28px;
    height: 20px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(../img/share/icon_mail_white.svg) no-repeat right center;
    background-size: auto 20px;
    vertical-align: middle;
}

.btn.-style08 a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 18px 30px 18px;
  background: #B8193F;
  color: white;
  text-align: center;
  font-weight: bold;
}

.btn.-style08 a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}

.btn.-style08 a img {
  margin-left: 7px;
  vertical-align: middle;
}

.btn.-style08 a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-top: -4px;
    margin-left: 5px;
    background: url(../img/share/icon_blank_white.svg) no-repeat right center;
    background-size: 11px auto;
    border: 0;
    -webkit-transform: none;
    transform: none;
    vertical-align: middle;
}

.btn.-style08 a:hover {
    text-decoration: none;
    background-color: #941433;
}

/* 201008 */
.textLink.-style06 a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #231815;
}

.textLink.-style06 a::before {
  position: absolute;
  top: 0.5em;
  left: -2px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

.textLink.-style06 .icon-inline {
    height: 22px;
    max-width: 22px;
    margin-left: 5px;
}

@media screen and (max-width: 768px){

.textLink.-style06 a {
    display: block;
    padding-left: 10px;
}
    
.textLink.-style06 .icon-inline {
    margin-top: 3px;
width: 12px;
    height: 12px;
    margin-left: 5px;
}  
    
    .textLink.-style06 a::before {
    position: absolute;
    top: 0.6em;
    left: -4px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
    
}

/* 201015 */

.localNav .list_blank a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 22px;
    vertical-align: middle;
}

.second-two-cols {overflow: hidden; clear: both; font-size: 0;}

.second-two-cols ul {width: 100%;overflow: hidden;    margin-bottom: 20px; margin-left: 0px!important;}
.second-two-cols .m_list {    font-size: 16px;display: inline-block;
min-height: auto; margin-bottom: 0px; margin-top: 0px;    width: 48%;    float: left;vertical-align: top;height: auto;
}
.second-two-cols .m_list:nth-child(even) {
    float: right;
    margin-bottom: 0px;
}

.second-two-cols .listLink li  {    width: 100%;
    float: none;
    margin-bottom: 0px;
     min-height: auto;margin-left: 17px;}


.second-two-cols .listLink li:nth-child(even){    width: 100%;
    float: none;
    margin-bottom: 0px;
     min-height: auto;}




.second-two-col {overflow: hidden; clear: both;}

.second-two-col ul {    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;    margin-left: 0px!important;}

.second-two-col ul li {  width: calc(50% - 20px);    margin: 0 0 20px;    text-align: left;min-height: auto;}


.second-two-col .listLink li  {    width: 100%;
    margin-bottom: 0px;
     min-height: auto;margin-left: 17px;}


.second-two-col .listLink li:nth-child(even){    width: 100%;
    margin-bottom: 0px;
     min-height: auto;}


@media screen and (max-width: 768px){

  .second-two-col ul li {  width: calc(100% - 0px);    margin: 0 0 20px;    text-align: left;}  

}

/* 201016 */

.iconLink { margin-left: 0px;}.iconLink a {color: #036EB8!important;position: relative;    display: inline-block;}
.iconLink a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-left: 5px;
    background: url(../img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.iconLink a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 20px;
    height: 24px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_pdf.svg) no-repeat right center;
    background-size: auto 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.iconLink a[href^="mailto"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 28px;
    height: 20px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_mail_white.svg) no-repeat right center;
    background-size: auto 20px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 768px){
    
    .iconLink a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-left: 5px;
    background: url(../img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.iconLink a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 14px;
    height: 18px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_pdf.svg) no-repeat right center;
    background-size: auto 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.iconLink a[href^="mailto"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 22px;
    height: 14px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_mail_white.svg) no-repeat right center;
    background-size: auto 14px;
    vertical-align: middle;
    margin-right: 5px;
}
    
}

/* 201018 */

.footerNav .iconLink { margin-left: 0px;}.iconLink a {color: #036EB8!important;position: relative;    display: inline-block;}
.footerNav .iconLink a {color: #231815!important;}
.footerNav .iconLink a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-left: 7px;
    background: url(/asset/img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.footerNav .iconLink a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 20px;
    height: 24px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_pdf.svg) no-repeat right center;
    background-size: auto 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.footerNav .iconLink a[href^="mailto"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 28px;
    height: 20px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_mail_white.svg) no-repeat right center;
    background-size: auto 20px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 768px){
    
    .footerNav .iconLink a[target="_blank"]::after {
    content: "";
    position: static;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-left: 6px;
    background: url(/asset/img/share/icon_blank_black.svg) no-repeat right center;
    background-size: auto 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.footerNav .iconLink a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 14px;
    height: 18px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_pdf.svg) no-repeat right center;
    background-size: auto 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.footerNav .iconLink a[href^="mailto"]::after {
    content: "";
    display: inline-block;
    top: calc(50% - 10px);
    width: 22px;
    height: 14px;
    margin-top: -3px;
    margin-left: 5px;
    background: url(/asset/img/share/icon_mail_white.svg) no-repeat right center;
    background-size: auto 14px;
    vertical-align: middle;
    margin-right: 5px;
}
    
}

/* 210209 */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../image/all/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
     left: 100px;     z-index: 1;
}
[dir='rtl'] .slick-prev
{
    right: 60px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 100px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 60px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 70px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*追加*/

@media screen and (max-width: 999px) {
    .slick-prev
{
     left: 2px; 
}

.slick-next
{
    right: 2px;
}
    
}

@media screen and (max-width: 639px) {
    .slick-prev
{
     left: -5px; 
}

.slick-next
{
    right: -5px;
}
    
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slider-nav .slick-current figure {border: 1px solid #000;}

/* .slider-for .slick-slide {margin: 10px 10px 10px 10px;} */
.slider-nav .slick-slide {margin: 10px 2px 10px 2px;}
.slick-list.draggable {    width: 100%;
    margin: 0 auto;}
.slider-nav .slick-list.draggable {    width: 80%;
    margin: 0 auto;}



.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}



@media screen and (max-width: 999px) {
.slick-list.draggable {    width: 100%;
    margin: 0 auto;}
.slider-nav .slick-list.draggable {
    width: 83%;
    margin: 0 auto;
    float: left;
    }    
}

.slider-Box .Img-Area-Wrap {overflow: hidden; width: 100%;}
.slider-Box .Img-Area {float: left;width: 50%;position: relative;}
.slider-Box .Text-Area {float: right;width: 46%;padding: 10px;}

.slider-Box .slider-nav img {width: 100%;height: auto;}

@media screen and (max-width: 768px) {
    
.slider-Box .Img-Area-Wrap {overflow: hidden;width: 100%;/* position: relative; */}
.slider-Box .Img-Area {float: none;width: 100%;position: relative;}
.slider-Box .Text-Area {float: none;width: 100%;padding: 0px;overflow: hidden;margin-top: 30px;}  
    
.slider-Box .slider-nav .slick-list.draggable {
    width: 90%;
    margin: 0 auto;
    margin-left: 2%;
    float: none;
}
.slider-Box .slider-nav .slick-slide {/* width: 100px!important; */}
.slider-Box .slider-nav figure {/* border: 1px solid #000;*//* width: 100px!important; */} 


}

@media screen and (max-width: 500px) {

	.slider-nav .slick-list.draggable {
    width: 90%;
    margin: 0 auto;
    margin-left: 0%!important;
    float: none;
}

.slider-nav .slick-slide div {width: 93%;}

}
@media screen and (max-width: 499px) {
.slider-nav .slick-slide {margin: 10px 1px 10px 1px;}
.slider-nav .slick-slide div {width: 90%;}
}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 414px) {

}
@media screen and (max-width:375px) {

}

.slider-Box .slider-stop {position: absolute;bottom: 30px;right: 15px;width: 20px;}
.slider-Box .slider-stop img {width: 20px;}
@media screen and (max-width: 1000px) {
.slider-Box .slider-stop {position: absolute; bottom: 27px; right: 25px; width: 20px;}   
}
@media screen and (max-width: 768px) {
 .slider-Box .slider-stop {position: absolute; bottom: 45px; right: 16px; width: 20px;}   
}
@media screen and (max-width: 650px) {
.slider-Box  .slider-stop {position: absolute; bottom: 45px; right: 12px; width: 20px;}   
}
@media screen and (max-width: 550px) {
 .slider-Box .slider-stop {position: absolute; bottom: 38px; right: 8px; width: 20px;}   
}
@media screen and (max-width: 500px) {
.slider-Box .slider-stop {position: absolute;bottom: 36px;right: 18px;width: 20px;}   
}
@media screen and (max-width: 480px) {
.slider-Box .slider-stop {position: absolute;bottom: 42px;right: 19px;width: 20px;}   
}
@media screen and (max-width: 450px) {
.slider-Box .slider-stop {position: absolute;bottom: 39px;right: 14px;width: 20px;}   
}
@media screen and (max-width: 375px) {
 .slider-Box .slider-stop {position: absolute;bottom: 35px;right: 10px;width: 20px;}   
}
@media screen and (max-width: 320px) {
 .slider-Box .slider-stop {position: absolute;bottom: 29px;right: 7px;width: 20px;}   
}
.slider-Box .slider-stop button {background-color: #fff; border: none;}


.slider-Box .slider-box .arrows{
	position: relative;
}
.slider-Box .slick-prev-btn{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	/* background-color: rgba(255,255,255,0.8); 
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-prev.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
    left: 15px;
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
}
.slider-Box .slick-next-btn{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	/* background-color: rgba(255,255,255,0.8); 
	background-image: url(http://keylopment.com/_cms/wp-content/themes/keylopment/images/common/anchor-next.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
    right: 15px;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    -webkit-transform: rotate(45deg);    transform: rotate(45deg);
}

.slider-Box .btn-change {
  text-align: center;
  transition: all 300ms ease; display: block;}
.slider-Box .btn-change:hover {
  cursor: pointer;
  color: #fff;
  transition: all 300ms ease;
}


.slider-Box figure {margin: 0px;}
.section.-second .space-inner .title.-style01_03,
.section.-second .space-inner .title.-style01_02, 
.section.-second .space-inner .title.-style01_01  { margin-left: 0px; margin-right: 0px;}  


/* 210212 games */
.top-matchSchedule.-gamesLatest {
  margin: 0;
  background-color: #fff;
  transform: rotate(0deg);
}

.top-matchSchedule.-gamesLatest .top-matchSchedule__media {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.top-matchSchedule.-gamesLatest .top-matchSchedule__media span {
  margin-left: 5px;
}

.top-matchSchedule.-gamesLatest .top-matchSchedule__inner {
  padding: 0 0 30px;
  transform: rotate(0deg);
}

.gamesLatest__btn {
  width: 70%;
  margin: 0 auto 13px;
}

.gamesLatest__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  padding-right: 28px;
  background-color: #B8193F;
  color: white;
  font-weight: bold;
  font-size: 2.2rem;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.gamesLatest__linkBox {
  display: flex;
  flex-wrap: wrap;
}

.gamesLatest__link {
  box-sizing: border-box;
  display: flex;
  width: 50%;
}

.gamesLatest__link a {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  font-size: 1.2rem;
  background-color: #091b32;
  color: #fff;
}

.-gamesLatest .top-matchSchedule__date {
  font-size: 2.0rem;
}

.-gamesLatest .top-matchSchedule__time {
  font-size: 1.5rem;
}

.-gamesLatest .top-matchSchedule__season {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.top-matchSchedule__season__text {
  display: inline-block;
  margin-left: 5px;
}


@media screen and (min-width: 767px) {

  .gamesLatest__link:nth-child(1),
  .gamesLatest__link:nth-child(2) {
 /*   border-bottom: solid 1px #eaeaea; */
  }

  .gamesLatest__link:nth-child(1),
  .gamesLatest__link:nth-child(3) {
    border-right: solid 1px #eaeaea;
  }
}

.gamesLatest__linkIcon {
  display: inline-block;
  margin-right: 10px;
}

.gamesLatest__linkIcon img {
  width: 22px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top-matchSchedule.-gamesLatest {
    margin-left: -25px;
    margin-right: -25px;
  }

  .top-matchSchedule.-gamesLatest .top-matchSchedule__inner {
    padding: 10px 25px;
  }

  .top-matchSchedule.-gamesLatest .top-matchSchedule__body {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10%;
  }

  .gamesLatest__btn {
    width: 50%;
  }

  .gamesLatest__btn a {
    justify-content: center;
    padding: 5px 3px;
    line-height: 1;
    font-size: 1.4rem;
  }

  .gamesLatest__btn img {
    width: 35px;
    margin-right: 5px;
  }

  .gamesLatest__link {
    display: flex;
    align-items: stretch;
    width: 25%; 
    height: 77px;
    margin: 0;
    border-bottom: 0;
    border-right: solid 1px #eaeaea;
  }

  .gamesLatest__linkBox.-col3 .gamesLatest__link {
    width: 33.33333%;
  }
  .gamesLatest__linkBox.-col2 .gamesLatest__link {
    width: 50%;    height: auto;
  }
    
  .gamesLatest__link:last-child {
    border-right: 0;
  }

  .gamesLatest__link a {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center; */
    padding: 11px 5px 0px;
    line-height: 1.3;
    text-align: center;
    font-size: 1.2rem;
  }

  /* .gamesLatest__linkBox.-col3 .gamesLatest__link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  } */

  .gamesLatest__linkIcon {
    display: block;
    height: auto;
    margin-right: 0;
    margin-bottom: 7px;
  }
    


  .gamesLatest__linkIcon img {
    width: 18px;
    height: auto;
  }

  /* .gamesLatest__linkBox.-col3 .gamesLatest__linkIcon {
    margin-bottom: 0;
  } */

  /* .gamesLatest__linkBox.-col3 .gamesLatest__linkIcon img {
    width: 100%;
  } */

  .gamesLatest__link:nth-of-type(1) img,
  .gamesLatest__link:nth-of-type(4) img {
 /*   width: 20px; */
  }

  .gamesLatest__link:nth-of-type(3) img {
/*    width: 46px; */
  }

  .top-matchSchedule.-gamesLatest .gameScheduleList__score strong {
    font-size: 2.6rem;
  }
}

/* 210213 */
.pc-styleImage-only {display: block;}

@media screen and (max-width: 543px){
.pc-styleImage-only {display: none;}
}

@media screen and (max-width: 768px){
.btn.-style02.-short.-small.box__btn a[target="_blank"]::after, .btn.-style01.-short.-small.box__btn a[target="_blank"]::after {
width: 14px;
height: 16px;
}
}

/* area-alliance */
@media screen and (max-width: 768px) {
#area-alliance .product-list .js-slider-01 {
width: 100%;
max-width: 100%;
}
}

/* gridImage__item new style*/
.gridImage_link a {
    color: #231815;
}
.gridImage_link a:hover {
    color: #B8193F!important;
    text-decoration: none!important;
}
.gridImage_title, .gridImage_subtitle {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.gridImage_title{
    margin-bottom: 10px;
    height: 3em;
    position: relative;
}
.gridImage_title p {
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    margin-bottom: 0;
}
.gridImage_img {
    margin-bottom: 15px;
}
.gridImage_subtitle {
    font-weight: bold;
    margin-bottom: 5px;
}
a:hover .gridImage_img img {
    opacity: .8;
}

/* slider01__body new style*/
.slider01_link a { color: #231815; }
.slider01_link a:hover { text-decoration: none; 
    /* color: #B8193F!important; */}

.slider-title, .slider-subtitle, .slider-caption {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.slider-title {
    margin-bottom: 10px;
    height: 3em;
    position: relative;
}
.slider-title p {
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    margin-bottom: 0;
}
.slider-img {
    margin-bottom: 15px;
}
.slider-subtitle {
    font-weight: bold;
    margin-bottom: 5px;
}

.slider-caption {
    margin-bottom:1em;
	text-align: left;
}

.slider01_link .textLink.-style01{
    color:#036EB8;
	text-align: center;
}
.slider01_link a:hover .textLink.-style01{
text-decoration:underline;
/* color:#B8193F; */
}
.slider01_link .textLink.-style01 span::after {
    content: "";
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #036EB8;
    border-right: 1px solid #036EB8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
       vertical-align: middle;
       }

/*
.slider01_link a:hover .textLink.-style01 span::after {
    border-top: 1px solid  #B8193F;
    border-right: 1px solid  #B8193F;
       }
*/

/* 210224 */
 .textLink.-style07 a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
                      .textLink.-style07 a::before {
    position: absolute;
    top: 0.4em;
    left: -1px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(135deg) translateY(-2px);
    transform: rotate(135deg) translateY(-2px);
    vertical-align: middle;
}

/* 210224 */
.second-jleague_id .title.-style01_01{margin-left: 0px!important; margin-right: 0px!important;}   
    .second-jleague_id .top-logo {margin-top: 80px; margin-bottom: 80px; text-align: center;}
    .second-jleague_id .top-logo img {width: 500px; height: auto;-webkit-backface-visibility: hidden;}
    .second-jleague_id .gridImage.-col2 .gridImage__item { text-align: left;margin: 0 0 0px;}
    .second-jleague_id .gridImage.-col2 .gridImage__item .img {text-align: center;}
    .second-jleague_id .gridImage.-col2 .gridImage__item .box.-style07 .box__title + .box__body {    margin-top: -10px;    padding-top: 25px;    min-height: 166px;}
     .second-jleague_id .gridImage.-col2 .gridImage__item.grid_area_high .box.-style07 .box__title + .box__body {    margin-top: -10px;    padding-top: 25px;    min-height: 220px;}
    .point-area-wrap li  {margin-bottom: 60px;}
    .second-jleague_id .point-area {overflow: hidden; width: 100%;}
    .second-jleague_id .point-area .point-area-left {width: 70%; float: left;}
    .second-jleague_id .point-area .point-area-right {width: 26%; float: right; text-align: center;}
    .second-jleague_id table caption {font-weight: bold; margin-bottom: 10px; font-size: 22px;}
    .second-jleague_id .slider01__body-text .text{display: block;}
    /* .second-jleague_id .box.-styleImage03, .box.-styleImage02 {    overflow: hidden;    position: relative;    margin: 0 0px 30px;  } */
    
    /*  .second-jleague_id img {-webkit-backface-visibility: hidden;} */
    .second-area .img100 img {width: 100%; height: auto;}
    .second-area .img90 img {width: 90%; height: auto;}
    .second-area .img80 img {width: 80%; height: auto;}
    .second-area .img70 img {width: 70%; height: auto;}
    .second-area .img60 img {width: 60%; height: auto;}
    .second-area .img50 img {width: 50%; height: auto;}
    .second-area .img40 img {width: 40%; height: auto;}
    .second-area .img30 img {width: 30%; height: auto;}
    .second-area .img20 img {width: 20%; height: auto;}
    .second-area .img10 img {width: 10%; height: auto;}
    .second-area .img-mt40 {margin-top: 40px;}
    
    .box__two_area {overflow: hidden;}
    .box__two_area .box__left {float: left; width: 80%; text-align: left;}
    .box__two_area .box__right {float: right; width: 18%; text-align: center;}
    .box__two_area span.remarks {display: block; font-size: 14px;}
    .second-jleague_id .box.-style06 {    margin: 0 0px 30px;}
    .second-jleague_id .box.-style06 .box__body {min-height: 210px; overflow: hidden;}
    .second-jleague_id h2.title .step_title {margin-left: 5px; margin-right: 5px;}
    .grid__one_center {margin: 0 auto!important;}

    @media screen and (max-width: 769px){
        .secont-top-img {margin-left: -20px; margin-right: -20px; margin-top: 92px;}
        .second-jleague_id .top-logo {width: 90%; height: auto; margin: 60px auto;}
     .second-jleague_id .gridImage.-col2 .gridImage__item .box.-style07 .box__title + .box__body {    margin-top: -10px;    padding-top: 25px;    min-height: auto;}
        .second-jleague_id .gridImage.-col2 .gridImage__item.grid_area_high .box.-style07 .box__title + .box__body {    margin-top: -10px;    padding-top: 25px;    min-height: auto;}
        .second-jleague_id .gridImage.-col2 .gridImage__item .mt30 {margin-top: 0px!important;}
        .second-jleague_id .box.-style06 .box__body {min-height: auto;}
        .second-area .img-mt40 {margin-top: 0px;}
        .second-jleague_id .point-area .point-area-left {width: 100%; float: none; margin-bottom: 20px;}
    .second-jleague_id .point-area .point-area-right {width: 100%; float: none;}
        .second-jleague_id .point-area .point-area-right img {width: auto; height: auto;}
    .second-jleague_id table caption {font-weight: bold; margin-bottom: 10px; font-size: 18px;}
    .box__two_area .box__left {float: none; width: 100%; text-align: left; margin-bottom: 20px;}
    .box__two_area .box__right {float: none; width: 100%;}
        .box__two_area img {width: 40%; height: auto;}
        .second-jleague_id .gridImage.-col2 .gridImage__item .img {text-align: center; margin-top: 20px; margin-bottom: 20px;}
    }

/* 210302 */
.point-area-wrap__two-cols {overflow: hidden; width: 100%;}
        .point-area-wrap__two-cols li  {float: left; width: 47%;}
        .point-area-wrap__two-cols li:nth-child(even) {float: right; width: 47%;}
        .point-area-wrap__two-cols .img {text-align: center;}
        .second-area .img-mt20-mb40 {margin-top: 18px; margin-bottom: 46px;}

@media screen and (max-width: 769px){
   .point-area-wrap__two-cols li  {float: none; width: 100%; margin-bottom: 20px;}
        .point-area-wrap__two-cols li:nth-child(even) {float: none; width: 100%;}   
        .second-area .img-mt20-mb40 {margin-top: 0px; margin-bottom: 20px;} 
}

/* 210304 */
.general_area  {overflow: hidden; margin-bottom: 6px; margin-top: 30px;}
    .general_area ul li {margin-bottom: 60px;}
.general_area ul li:last-child {margin-bottom: 30px;}
    .general_box {overflow: hidden;}
    .general_box_left {float: left;}
    .general_box_right {float: right;}
    .general_w10 {width: 10%;}
    .general_w15 {width: 15%;}
    .general_w20 {width: 20%;}
    .general_w25 {width: 25%;}
    .general_w30 {width: 30%;}
    .general_w35 {width: 35%;}
    .general_w40 {width: 40%;}
    .general_w45 {width: 45%;}
    .general_w50 {width: 50%;}
    .general_w55 {width: 55%;}
    .general_w60 {width: 60%;}
    .general_w65 {width: 65%;}
    .general_w70 {width: 70%;}
    .general_w75 {width: 75%;}
    .general_w80 {width: 80%;}
    .general_w85 {width: 85%;}
    .general_w90 {width: 90%;}
    .general_box .general_title {font-weight: bold; font-size: 2.2rem;}
    .general_box .general_title span {background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 244, 137, 0)), color-stop(74%, rgba(251, 244, 137, 0)), color-stop(75%, #fbf489), to(#fbf489));
    background: linear-gradient(to bottom, rgba(251, 244, 137, 0) 0%, rgba(251, 244, 137, 0) 74%, #fbf489 75%, #fbf489 100%);}
    .general_box .general_special {margin: 0px;}
    .general_box .general_list {list-style: disc;}
    .general_box .general_list li {padding-left: 0px;margin-left: 20px;margin-bottom: 0px;}
    .general_area span.remarks {display: block; font-size: 14px;}
    .general_box .general_img {text-align: center;}
    .general_box .general_img_left {text-align: left;}
.general_box p.img {margin-bottom: 0px;}
.general_box p.img_mini {margin-bottom: 0px;}
    .general_box .general_w10 p.img img {width: 120px; height: auto;}
    .general_box .general_w15 p.img img {width: 150px; height: auto;}
    .general_box .general_w20 p.img img {width: 180px; height: auto;}
    .general_box .general_w25 p.img img {width: 210px; height: auto;}
    .general_box .general_w30 p.img img {width: 240px; height: auto;}
    .general_box .general_w35 p.img img {width: 270px; height: auto;}
    .general_box .general_w35 p.img_mini img {width: 220px; height: auto;}
    .general_box .general_w40 p.img img {width: 300px; height: auto;}
    .general_box .general_w45 p.img img {width: 330px; height: auto;}
    .general_box .general_w50 p.img img {width: 360px; height: auto;}
    .general_box .general_w55 p.img img {width: 390px; height: auto;}
    .general_box .general_w60 p.img img {width: 420px; height: auto;}
    .general_box .general_w65 p.img img {width: 450px; height: auto;}
    .general_box .general_w70 p.img img {width: 480px; height: auto;}
    .general_box .general_w75 p.img img {width: 510px; height: auto;}
    .general_box .general_w80 p.img img {width: 540px; height: auto;}
    .general_box .general_w85 p.img img {width: 570px; height: auto;}
    .general_box .general_w90 p.img img {width: 600px; height: auto;}
    .general_box .general_w95 p.img img {width: 630px; height: auto;}

 .related-area-wrap li  {margin-bottom: 60px;}
     .related-area {overflow: hidden; width: 100%;}
     .related-area .related-area-left {width: 70%; float: left; margin: 0px;}
     .related-area .related-area-right {width: 26%; float: right; text-align: center; margin: 0px;}

@media screen and (max-width: 769px){
    .general_area {margin-top: 0px;}
    .general_box_left {float: none; margin-bottom: 40px;}
    .general_box_right {float: none;}
    .general_box .general_img_left {text-align: center;margin-bottom: 0px;}
    .general_w10 {width: 100%;}
    .general_w15 {width: 100%;}
    .general_w20 {width: 100%;}
    .general_w25 {width: 100%;}
    .general_w30 {width: 100%;}
    .general_w35 {width: 100%;}
    .general_w40 {width: 100%;}
    .general_w45 {width: 100%;}
    .general_w50 {width: 100%;}
    .general_w55 {width: 100%;}
    .general_w60 {width: 100%;}
    .general_w65 {width: 100%;}
    .general_w70 {width: 100%;}
    .general_w75 {width: 100%;}
    .general_w80 {width: 100%;}
    .general_w85 {width: 100%;}
    .general_w90 {width: 100%;}
      .general_box .general_title {font-weight: bold; font-size: 1.5rem;}  
    
    .related-area .related-area-left {width: 100%; float: none; margin-bottom: 20px;}
    .related-area .related-area-right {width: 100%; float: none;}
        .related-area .related-area-right img {width: auto; height: auto;}
    
}

/* 210305 games */
.gamesLatest__link:only-child { width: 100%;}
.gamesLatest__link a { color: #036eb8;background-color: #efefef;}    

@media screen and (max-width: 768px){
.gamesLatest__link:only-child { width: 100%!important;}
    
.gamesLatest__link a {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    margin-bottom: 0px;
}    
    .gamesLatest__linkIcon {
    display: inline-block;
    margin-right: 10px; margin-bottom: 0px;
}
    .gamesLatest__link:nth-of-type(2) img {
  /*  width: 40px; */
}
    
}

/* 210309 JID */
.general_title .icon-inline.-first {
    margin-left: 0;
    margin-right: 7px;
    margin-top: 4px;
}

.general_title  .icon-inline {
    height: 30px;
    max-width: 30px;
    margin-left: 7px;
}
.secont-top-img {text-align: center; }
.secont-top-img img { width: 100%;}
@media screen and (max-width: 768px){
.general_title  .icon-inline {
    height: 30px;
    max-width: 30px;
    margin-left: 7px;
        max-height: 20px;
}    
}

/* 210315 */
        
/* 下層ページ固定footer */

.nav-footer-btn{ width: 100%;display: none;}
.footer-link{
	width: 990px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden; */
	/* padding-bottom: 30px; */
        position: relative;
}


 .footer-link-text {float: none;width: 100%;text-align: center;font-size: 22px;font-weight: bold;display: block;overflow: hidden;margin-bottom: 20px;}
.footer-link-btn-area {float: none;width: 100%;/* text-align: center; */padding-bottom: 30px;} 


.footer-link-btn{}
.footer-link-btn ul li a{background-color: #b8193f;padding: 15px 60px 15px 60px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;}
.footer-link-btn ul li a:hover {background-color: #89142d;}

.clone-nav {
	      position: fixed;
	      bottom: 0;
	      left: 0;
	      z-index: 4;
	      width: 100%;
	      transition: .3s;
	      transform: translateY(-100%);
	      display: none!important;
	 }
.nav-footer-btn.is-show {
	  /* padding-top: 15px; */
	 /* height: 100px; */
	  background: #efefef;
	  transform: translateY(0);
	  display: block!important;
	  background: rgba(239,239,239,0.9);
	 }

.nav-footer-btn br {display: none;}
.footer-link-btn-area .footer-link-list3 {width: 100%;}
.footer-link-btn-area .footer-link-list3 li {float: left;display: block; width: 33%; text-align: center}
        .footer-link-btn-area .footer-link-list3 .w40 {width: 40%;}
        .footer-link-btn-area .footer-link-list3 .w20 {width: 20%;}
.footer-link-btn-area .footer-link-list3 .footer-Image img {width:300px; height: auto; max-width: 300px;}
.footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 15px 70px 15px 70px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 230px;}
.footer-link-btn .footer-link-list3 li a:hover {background-color: #89142d;}
        
.footer-link-btn .footer-link-list3 .icon-inline {
        height: 18px;
    max-width: 18px;
    margin-left: 7px;
    margin-top: 5px;
}
.footer-link-btn .footer-link-list3 .footer-img-mascot {    position: absolute;
    bottom: -15px;
    margin-bottom: 0px;}
        .footer-link-btn .footer-link-list3 .footer-img-mascot img  { width: 180px; height: auto;}
        
        
                
 @media screen and (max-width: 1100px) {       
        .add-footer-btn .btnPageTop {
    bottom: 160px;
    z-index: 98;
}
        }
        
        
@media screen and (max-width: 999px) {
    
  .nav-footer-btn{ width: 100%;display: none;}
.footer-link{
	width: 100%!important;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden; */
}


.footer-link-text {/* float: left; *//* width: 60%!important; *//* text-align: right; */font-size: 18px!important;font-weight: bold;}
.footer-link-btn-area {/* float: left; *//* width: 26%!important; */text-align: center;}


.footer-link-btn{}
.footer-link-btn ul {list-style: none!important;}
.footer-link-btn ul li {list-style: none!important;}
.footer-link-btn ul li a{background-color: #b8193f;padding: 15px 60px 15px 60px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;}
.footer-link-btn ul li a:hover {background-color: #89142d;}

.clone-nav {
	      
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
display: none!important;
	  
  }
  .nav-footer-btn.is-show {
	  /* padding-top: 15px; */
	 /* height: 100px; */
	  background: #efefef;
	  transform: translateY(0);
	  display: block!important;
	  background: rgba(239,239,239,0.9);
	  z-index: 4;
	 }  

    .nav-footer-btn br {display: none;}
    
    .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -21px;
    margin-bottom: 0px;
}
    
    .footer-link-btn-area .footer-link-list3 .footer-Image img {width:260px; height: auto; max-width: 260px;}
    .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 15px 40px 15px 40px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 220px;}
    
     .add-footer-btn .btnPageTop {
    bottom: 150px;
    z-index: 98;
}
    .add-footer-btn .copyright { margin-bottom: 95px!important;}
    
}
          
          @media screen and (max-width: 750px) {
            .add-footer-btn .btnPageTop {
    bottom: 100px;
    z-index: 98;
}
      .add-footer-btn .copyright { margin-bottom: 90px!important;}
          }


@media screen and (max-width: 700px) {
    
.footer-link-btn ul li a{
    background-color: #b8193f;
    padding: 15px 45px 15px 45px;
    text-align: center;
    color: #FFF;
    /* border-radius:20px; */
    text-decoration: none;
    transition:all 1.0s;
    }   
    
    .footer-link-btn-area .footer-link-list3 .footer-Image { /* margin-top: 10px; */}
     .footer-link-btn-area .footer-link-list3 .footer-Image img {width:230px; height: auto; max-width: 230px;}
    .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 15px 30px 15px 30px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 200px;}
    
    
}


@media screen and (max-width: 639px) {
    
    .add-footer-btn .copyright { margin-bottom: 65px!important;}
      .add-footer-btn .btnPageTop {
    bottom: 100px!important;
    z-index: 98;
}
    
    .nav-footer-btn{ width: 100%!important;display: none;}
.footer-link{
	width: 100%!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden; */
	/* margin-top: 10px; */
}
.footer-link-text {float: none!important;width:100%!important;text-align: center!important;font-size: 16px!important;font-weight: bold;margin-bottom: 20px!important;display: none;}
.footer-link-btn-area {float: none!important;width:100%!important;text-align: center;padding-bottom: 0px;}
.footer-link-btn{
    background-color: #b8193f;
}
.footer-link-btn ul li a{
    background-color: #b8193f;
    padding: 15px 0px 15px 0px;
    text-align: center;
    color: #FFF;
    /* border-radius:20px; */
    text-decoration: none;
    transition:all 1.0s;
    width: 100%;
    display: inline-block;
    }
.footer-link-btn ul li a:hover {background-color: #89142d;}

.clone-nav {
	      
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
display: none!important;
	  
  }
  .nav-footer-btn.is-show {
	  /*padding-top: 15px; */
	  height: auto;
	  background: #efefef;
	  transform: translateY(0);
	  display: block!important;
	  background: rgba(239,239,239,0.9);
	  z-index: 4;
	 }

    
    .footer-link-btn-area .footer-link-list3 li {float: left;display: block; width: 33%; text-align: center; margin-top: 10px; margin-bottom: 10px;}
    .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 10px 15px 10px 15px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 150px;}
        .footer-link-btn-area .footer-link-list3 .w40 {width: 40%;}
        .footer-link-btn-area .footer-link-list3 .w20 {width: 20%;}
    .footer-link-btn-area .footer-link-list3 .footer-Image {margin-top: 15px;}
     .footer-link-btn-area .footer-link-list3 .footer-Image img {width:140px; height: auto; max-width: 140px;}
        .footer-link-btn .footer-link-list3 .footer-img-mascot img  { width: 130px; height: auto;}
    .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -66px;
    margin-bottom: 0px;
}
    
        }
        @media screen and (max-width: 500px) {
            
             .add-footer-btn .btnPageTop {
    bottom: 100px!important;
    z-index: 98;
}
            
            .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -66px;
    margin-bottom: 0px;
}
            .footer-link-btn .footer-link-list3 .icon-inline {
    height: 18px;
    max-width: 18px;
    margin-left: 3px;
    margin-top: 2px;
}
            
        }

        @media screen and (max-width: 450px) {
             .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 10px 10px 10px 10px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 150px;}   
            
        }
        
        @media screen and (max-width: 414px) {
         .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 8px 10px 8px 10px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 150px;}   
            .footer-link-btn-area .footer-link-list3 .footer-Image {    text-align: left;
    width: 30%;
    overflow: hidden;
    display: block;
    margin-right: 8px;
    margin-top: 17px;}
.footer-link-btn-area .footer-link-list3 .footer-text-area {text-align: left;}
           .footer-link-btn-area .footer-link-list3 .footer-Image img {width:100px; height: auto; max-width: 100px;    margin-left: 10px;}
        .footer-link-btn .footer-link-list3 .footer-img-mascot img  { width: 130px; height: auto;} 
          .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -63px;
    margin-bottom: 0px;
}
            .add-footer-btn .copyright { margin-bottom: 60px!important;}
        }     
        
         @media screen and (max-width: 375px) {
         .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 8px 8px 8px 8px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 150px;}   
            .footer-link-btn-area .footer-link-list3 .footer-Image {    text-align: left;
    width: 30%;
    overflow: hidden;
    display: block;
    margin-right: 8px;
    margin-top: 17px;}
.footer-link-btn-area .footer-link-list3 .footer-text-area {text-align: left;}
           .footer-link-btn-area .footer-link-list3 .footer-Image img {width:95px; height: auto; max-width: 95px;    margin-left: 10px;}
        .footer-link-btn .footer-link-list3 .footer-img-mascot img  { width: 130px; height: auto;} 
          .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -63px;
    margin-bottom: 0px;
}
              .footer-link-btn .footer-link-list3 .icon-inline {
    height: 13px;
    max-width: 13px;
    margin-left: 3px;
    margin-top: 3px;
}
            .add-footer-btn .copyright { margin-bottom: 59px!important;}
        }  
        
        @media screen and (max-width: 320px) {
         .footer-link-btn .footer-link-list3 li a{background-color: #b8193f;padding: 5px 5px 5px 5px;text-align: center;color: #FFF;/* border-radius:20px; */text-decoration: none;
    transition:all 1.0s;    display: block;max-width: 150px;}   
            .footer-link-btn-area .footer-link-list3 .footer-Image {    text-align: left;
    width: 30%;
    overflow: hidden;
    display: block;
    margin-right: 8px;
    margin-top: 20px; }
.footer-link-btn-area .footer-link-list3 .footer-text-area {text-align: left;font-size: 1.2rem;margin-top: 16px;}
           .footer-link-btn-area .footer-link-list3 .footer-Image img {width:70px; height: auto; max-width: 70px;    margin-left: 10px;}
        .footer-link-btn .footer-link-list3 .footer-img-mascot img  { width: 120px; height: auto;} 
          .footer-link-btn .footer-link-list3 .footer-img-mascot { position: absolute;
    bottom: -63px;
    margin-bottom: 0px;
}
              .footer-link-btn .footer-link-list3 .icon-inline {
    height: 13px;
    max-width: 13px;
    margin-left: 3px;
    margin-top: 3px;
}
            
        }  
        
/* 210316 */
.text_underline {text-decoration: underline;}

.textLink.-style_underline a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: underline;
}

.textLink.-style_underline a::before {
    position: absolute;
    top: 0.6em;
    left: -1px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b00048;
    border-right: 1px solid #b00048;
    -webkit-transform: rotate(45deg);    transform: rotate(45deg);
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .textLink.-style_underline a {
    padding-left: 10px;
}
.textLink.-style_underline a::before {
    top: 0.5em;
    width: 4px;
    height: 4px;
}
    
}



/* app.html */


.footer-link-btn-area .footer-link-btn .footer-link-app ul li a{background-color: transparent; padding: 0;}
.footer-link-btn-area .footer-link-btn .footer-link-app ul li a:hover {background-color: transparent;}
.footer-link-btn-area .footer-link-app {width: 50%;margin-left: auto;margin-right: auto;}
.footer-link-btn-area .footer-link-app li {float: right;display: block;width: 33%;text-align: center;}
.footer-link-btn-area .footer-link-app .w60 {width: 60%;}
.footer-link-btn-area .footer-link-app .w20 {width: 20%;}
.footer-link-btn-area .footer-link-app .footer-Image img {width:300px; height: auto; max-width: 300px;}
.footer-link-btn .footer-link-app .footer-img-sp {
	position: absolute;
	bottom: -25px;
	margin-bottom: 0px;
	left: 15%;
	}
.footer-link-btn .footer-link-app .footer-img-sp img  { width: 180px; height: auto;}
.footer-app-text {
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-app-btn .gridImage{
    margin-bottom: 0px;
}
.footer-app-btn .gridImage.-col2 .gridImage__item{
    margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
.footer-link-btn .footer-link-app .footer-img-sp { position: absolute;
    bottom: -31px;
    margin-bottom: 0px;
}
}
@media screen and (max-width: 768px) {
	.footer-link-btn-area .footer-link-app {
		width: 65%;}
	.footer-link-btn .footer-link-app .footer-img-sp {
		left: 15%;
	}
}
@media screen and (max-width: 639px) {
.footer-link-btn .footer-link-app .footer-img-sp img  { width: 100px; height: auto;}
.footer-link-btn .footer-link-app .footer-img-sp { position: absolute;
    bottom: -66px;
    margin-bottom: 0px;
}
	.footer-link-btn-area .footer-link-app {
		width: 70%;}
	.footer-link-btn .footer-link-app .footer-img-sp {
		left: 10%;
	}
.footer-app-text {
	margin-top: 5px;
    margin-bottom: 0px;
}
}
@media screen and (max-width: 500px) {
.footer-link-btn .footer-link-app .footer-img-sp { position: absolute;
    bottom: -66px;
    margin-bottom: 0px;
}
	.footer-link-btn .footer-link-app .footer-img-sp {
		left: 1%;
	}
}

@media screen and (max-width: 414px) {
.footer-link-btn .footer-link-app .footer-img-sp { position: absolute;
    bottom: -63px;
    margin-bottom: 0px;
}
}     
    
.footer-link.footer-link-block{padding-top: 11px;}
.app_title {font-size: 2rem;}
.app_btn {margin-top: 25px;}
@media screen and (max-width: 768px) {
.footer-link.footer-link-block{padding-top: 0px;}
.app_title {font-size: 2rem;margin-top: 10px;}
.app_btn {margin-top: 10px;}
}


/* 210326 app.html */

        .footer-link.footer-link-block {
    padding-top: 11px;
    height: 100px;
        position: relative;
}
        
        .footer-link-btn-area .footer-link-app {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
        
        .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: 0%;
    margin-bottom: 0px;
    left: 10%;
}
        .footer-link-btn .footer-link-app .footer-img-sp img {
    width: 200px;
    height: auto;
}
        
        .footer-app-btn {margin-right: 10%;}
        
        .footer-link-btn-area .footer-link-app .footer-app-btn {
    width: 60%;
			margin-right: 20%;
}
        
        @media screen and (max-width: 1000px){
 .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -2%;
    margin-bottom: 0px;
    left: 6%;
}          
            
 .footer-link.footer-link-block {
    padding-top: 4px;
    height: 100px;
    position: relative;
}
            
        }   
        
        
 @media screen and (max-width: 850px){
 .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -2%;
    margin-bottom: 0px;
    left: 2%;
} 
        }
             
 @media screen and (max-width: 750px){
 .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -1%;
    margin-bottom: 0px;
    left: -1%;
}   
     .footer-link-btn .footer-link-app .footer-img-sp img {
    width: 115px;
    height: auto;
}
    .footer-link-btn .footer-link-app .footer-app-text {
    margin-top: 7px;
    margin-bottom: 7px;
} 
   .footer-app-btn {
    margin-right: 1%;
}
     .footer-link-btn-area .footer-link-app .footer-app-btn {
    width: 76%;
}
            
     .nav-footer-app-btn .copyright { margin-bottom: 145px!important;}
     
     .nav-footer-app-btn .btnPageTop {
    bottom:100px;
    z-index: 98;
}
     
      .footer-link-btn .footer-link-app .footer-img-sp img {
    width:180px;
    height: auto;
}
     
        }  
        
         @media screen and (max-width: 700px){
        
           .footer-link-btn .footer-link-app .footer-img-sp img {
    width:160px;
    height: auto;
}   
             
        }
        
        
        @media screen and (max-width: 650px){
            
           .footer-link-btn .footer-link-app .footer-img-sp img {
    width:140px;
    height: auto;
}    
     .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -1%;
    margin-bottom: 0px;
    left: -1%;
}
            
            .nav-footer-app-btn .copyright {
    margin-bottom: 146px!important;
}
            
        }
        @media screen and (max-width: 639px){
            
           .footer-link-btn .footer-link-app .footer-img-sp img {
    width:120px;
    height: auto;
}    
     .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -1%;
    margin-bottom: 0px;
    left: -1%;
}
            
            .footer-link.footer-link-block {
    padding-top: 16px;
    height: 100px;
    position: relative;
}
            
            .nav-footer-app-btn .copyright {
        margin-bottom: 18.5%!important;
}
            
            .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -16%;
    margin-bottom: 0px;
    left: -1%;
}
  
        }
        
      
        
        
        @media screen and (max-width: 600px){
          .nav-footer-app-btn .copyright {
        margin-bottom: 19%!important;
}  
            
            .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -11%;
    margin-bottom: 0px;
    left: -1%;
}
            
        }
        
         @media screen and (max-width: 550px){
            .nav-footer-app-btn .copyright {
        margin-bottom: 19.8%!important;
}
            .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -5%;
    margin-bottom: 0px;
    left: -1%;
}
             
             
             
        }
        
          @media screen and (max-width: 500px){
        
             .nav-footer-app-btn .btnPageTop {
    bottom:90px;
    z-index: 98;
}
            
            .nav-footer-app-btn .copyright {
    margin-bottom: 110px!important;
}
     
        }    
        
        
        
         @media screen and (max-width: 449px){
        
.footer-link-btn .footer-link-app .footer-img-sp img {
    width: 108px;
    height: auto;
}
             
             .footer-link.footer-link-block {
    padding-top: 16px;
    height: 90px;
    position: relative;
}
     .footer-link-btn .footer-link-app .footer-img-sp {
    position: absolute;
    bottom: -6%;
    margin-bottom: 0px;
    left: -1%;
}        
     
             .nav-footer-app-btn .copyright {
    margin-bottom: 104px!important;
}
             
        }    
        
     
                 @media screen and (max-width: 414px){
        
.footer-link-btn .footer-link-app .footer-img-sp img {
    width: 98px;
    height: auto;
}
     
             .nav-footer-app-btn .copyright {
    margin-bottom: 100px!important;
}
             
        }   
        
        @media screen and (max-width: 375px){
            
            .footer-link.footer-link-block {
    padding-top: 16px;
    height: 82px;
    position: relative;
}
            
          .footer-link-btn .footer-link-app .footer-img-sp img {
    width: 89px;
    height: auto;
}  
            .nav-footer-app-btn .copyright {
    margin-bottom: 96px!important;
}
            
            
        }
        
        @media screen and (max-width: 320px){
            
            .footer-link-btn .footer-link-app .footer-img-sp img {
    width: 78px;
    height: auto;
}
            .nav-footer-app-btn .copyright {
    margin-bottom: 92px!important;
}
            
        }
        


/* 210323 academy youth */
.second-academy-youth .academy-youth-player .table.-style01 tbody th {
    width: auto;
    padding: 15px 15px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-weight: normal;
}
.second-academy-youth .academy-youth-player .table.-style01 tbody td {
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-left: 0;
}

@media screen and (max-width: 768px) {
    
    .second-academy-youth .academy-youth-player .table.-style01 tbody th {
    width: auto;
    padding: 10px 5px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-weight: normal;
}
.second-academy-youth .academy-youth-player .table.-style01 tbody td {
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-left: 0;
        word-break: keep-all;
}
    
}

/* 210408 app */
/* .app-area .pageHeader {display: none;} */
        .app-area .general_area {margin-top: 0px;}

/* 210411 academy */
.second-news-detail .academy-report-table { width: 100%;}


/* 210413 app */

.app_point {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

 .app_point .app_point_box{ 
	     width: calc(50% - 10px);
    background-color: #efefef;
    margin: 0 0 20px;
}
 .app_point .app_point_box .box__body{
	     padding: 15px 20px;
}
@media screen and (max-width: 768px) {
 .app_point .app_point_box{ 
	     width: 100%;
}
	.footer-link-btn-area .footer-link-app li.footer-app-img{
		display: none;
	}
     .footer-link-btn-area .footer-link-app .footer-app-btn {
    width: 90%;
		 margin-right: 5%;
}
}

/* 210414 app */
.app-top-img
{position: relative;
    background: url("/fan/img/app/top_2024.jpg") no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 35.7%;}

.apple_btn {position: absolute; top: 48%; left: 12.5%; width: 20%; display: block;}
.apple_btn a:hover img {opacity: 1;} 
.apple_qr {position: absolute; top: 48%; left: 33.5%; width: 5.8%;display: block!important;}
.android_btn {position: absolute; top: 48%; left: 40.5%; width: 20%;display: block;}
.android_btn a:hover img {opacity: 1;} 
.android_qr {position: absolute; top: 48%; left: 61.5%; width: 5.8%;display: block!important;}
.app-area a img {-webkit-transition: opacity 1s linear!important;    transition: opacity 1s linear!important;}
.app-area .footer-link-btn-area .gridImage__item a img {-webkit-transition: opacity 1s linear!important;    transition: opacity 1s linear!important;}
.app-area .footer-link-btn-area .gridImage__item a:hover img {opacity: 1!important;} 

@media screen and (max-width: 768px) {
.app-area .contents {padding: 0px 0px 0px 0px;}
.app-area .localNav {margin: 0px;}
.app-area .pageHeader {padding: 45px 10px 0px 10px;}
.app-area .section.-second {padding: 0px 10px 0px 10px;}
.app-area .sp-contentsFooter {padding: 0px 10px 0px 10px;}
    
.app-top-img
    {position: relative;
    background: url("/fan/img/app/top_sp_2024.jpg") no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 91.5%;    margin-top: 112px;}  
    
.apple_btn {    position: absolute;    top: 35%;    left: 12.5%;    width: 45%;    display: block;}
.apple_btn a:hover img {opacity: 1;} 
.apple_qr {position: absolute; top: 48%; left: 33.5%; width: 5.8%;display:none!important;}
.android_btn {    position: absolute;    top: 54%;    left: 12.5%;    width: 45%;    display: block;}
.android_btn a:hover img {opacity: 1;} 
.android_qr {position: absolute; top: 48%; left: 61.5%; width: 5.8%;display:none!important;}
    
}

/* 210418 academy */
@media screen and (max-width: 768px) {
.second-news-detail .academy-report-table .academy-report-club-name { width: 35%;}
}

/* 210717 news img link */
.second-news-detail .second-news-area .news-link-img {margin: 0 auto; text-align: center;}
.second-news-detail .second-news-area .news-link-img img[title="photo"] {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
/* 210727   */
				.second-antlers_wifi .title.-style01_01 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
				.second-antlers_wifi .box.-style06 {
    margin: 0 0px 30px;
}
				.second-antlers_wifi .box.-style06 .box__body {
    min-height: 210px;
    overflow: hidden;
}
				.second-antlers_wifi .second-two-col ul li {
    display: flex;
    flex-direction: column;
}
.second-antlers_wifi .second-two-col ul li p.btn {
    margin-top: auto;
}


/* 210728   */
			
.wifi_point {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

 .wifi_point .wifi_point_box{ 
	     width: calc(50% - 10px);
    background-color: #efefef;
    margin: 0 0 20px; 
    display: flex;
}
 .wifi_point .wifi_point_box .box__body{
	     padding: 15px 20px;
    flex-direction: column;
    display: flex;
}
 .wifi_point .wifi_point_box .box__body p.wifi_point_bottom_img {
    margin-top: auto;
}
@media screen and (max-width: 768px) {
 .wifi_point .wifi_point_box{ 
	     width: 100%;
}
}

/* 210805 app shikabig */
.second-app_shikabig .slider01__body-text {max-width: 87%; margin:0 auto;margin-top: 20px;}
@media screen and (max-width: 768px){
.second-app_shikabig .slider01__body-text {max-width: 100%; margin:0 auto;margin-top: 0px;} 
}

/* 210805 top app area */
.top-app-area .general_box {margin-top: 20px; margin-bottom: 20px;padding-right: 30px;}
.top-app-area .general_box_left {float: left; margin-bottom: 0px; padding-left: 4%;}
.top-app-area .general_box_right {float: right; text-align: left; margin-bottom: 0px;}
@media screen and (max-width: 768px){
    .top-app-area .general_box {margin-top: 20px; margin-bottom: 20px;padding-right: 0px;}
    .top-app-area .general_box_left {float: left; margin-bottom: 0px;padding-left: 0%;}
    .top-app-area .general_box_right {float: right; text-align: left; margin-bottom: 0px;}
    .top-app-area .general_box .general_img_left {text-align: center;margin-bottom: 0px;}
    .top-app-area .general_box .general_img_right {text-align: center;margin-bottom: 0px;}
    .top-app-area .general_w30 {width: 30%!important;}
    .top-app-area .general_w35 {width: 35%!important;}
    .top-app-area .general_w40 {width: 40%!important;}
    .top-app-area .general_w45 {width: 45%!important;}
    .top-app-area .general_w50 {width: 50%!important;}
    .top-app-area .general_w55 {width: 55%!important;}
    .top-app-area .general_w60 {width: 60%!important;}
    .top-app-area .general_w65 {width: 65%!important;}
    .top-app-area .general_w70 {width: 70%!important;}
    .top-app-area .general_w75 {width: 75%!important;}
    .top-app-area .btnCol2 {margin-bottom: 20px;}
}
/* 210810 app shikabig */
.second-app_shikabig .shikabig-flow img {max-width: 300px;}
.second-app_shikabig .shikabig-flow .gridImage__caption { text-align: center;}
.second-app_shikabig .caution {font-size: 1.6rem;}
@media screen and (max-width: 768px){
.second-app_shikabig .shikabig-flow img {max-width: 300px;}
.second-app_shikabig .shikabig-flow .gridImage__caption {margin-bottom: 0px!important;}
.second-app_shikabig .shikabig-flow li:last-child {margin-top: 30px;}
.second-app_shikabig .caution {font-size: 1.4rem;}
.second-app_shikabig .general_box .general_w30 p.img img {    width: 300px;    height: auto;}
}

/*210901 mobile*/
.signup_caution {
    margin: 0 10px;
    font-size: 14px;
    color: #616161;
}

/* 210908 app shikabig */
.second-app_shikabig .gridImage.-col3.shikabig-flow img {max-width: 287px;}
.second-app_shikabig .gridImage.-col3.shikabig-flow .gridImage__caption { text-align: center;    font-size: 1.7rem;    padding-left: 0px;    padding-right: 0px;}
.second-app_shikabig .gridImage.-col3 .gridImage__item {
    width: calc(31.3% - 10px);
    margin: 0 0 20px;
}

@media screen and (max-width: 768px){
.second-app_shikabig .gridImage.-col3.shikabig-flow img {max-width: 300px;}
   .second-app_shikabig .gridImage.-col3 .gridImage__item { 
        margin-bottom: 15px;
    width: 100%;
       text-align: center;}
    
}

/* academy_field */
ul.academy_field_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6rem;
}

.academy_field_list li {
    width: calc((100% - 2rem) / 3);
    text-align: center;
    margin-bottom: 6rem;
}

ul.academy_field_list::after {
    content: "";
    display: block;
    width: calc((100% - 2rem) / 3);
}

.second-academy-field .right {
    text-align: right;
}

@media screen and (max-width: 768px) {
    ul.academy_field_list {
        justify-content: space-around;
    }
    .academy_field_list li {
        width: calc((100% - 2rem) / 2);
    }
    ul.academy_field_list::after {
        width: calc((100% - 2rem) / 2);
    }
}

/* ticket_guide */
.ticket_guide_wrap .second-money_seat03 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat03 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat03_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.ticket_guide_wrap .second-money_seat03_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}

.ticket_guide_wrap .second-money_seat13 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat13 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat13_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
.ticket_guide_wrap .second-money_seat13_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}

.ticket_guide_wrap .second-money_seat11 {
    position: absolute;
    top: 0%;
    left: 30%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}

.tab__ticket_map .second-money_seat11 {
    position: absolute;
    top: 0%;
    left: 30%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}

.ticket_guide_wrap .second-money_seat11 a {
    color: #FFF!important;
}
.tab__ticket_map .second-money_seat11 a {
    color: #FFF!important;
}

.ticket_guide_wrap .second-money_seat11_2 {
    position: absolute;
    top: 0%;
    right: 30%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat11_2 {
    position: absolute;
    top: 0%;
    right: 30%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}

.ticket_guide_wrap .second-money_seat11_2 a {
    color: #FFF!important;
}
.tab__ticket_map .second-money_seat11_2 a {
    color: #FFF!important;
}


.ticket_guide_wrap .second-money_seat_purple03:before {
    background: #1d2088;
}
.ticket_guide_wrap .title.-style08_01 {
    font-size: 2rem;
    color: #B8193F;
    text-align: left;
}
.tab__ticket_map .title.-style08_01 {
    font-size: 2rem;
    color: #B8193F;
    text-align: left;
}


.ticket_guide_wrap .second-money_seat_blue3:before {
    background: #1fb8df;
}
.ticket_guide_wrap .second-money_seat_green3:before {
    background: #27b484;
}
.ticket_guide_wrap .w444 {
    max-width: 444px;
    margin-left: auto;
    margin-right: auto;
}
.ticket_guide_wrap .second-money_seat07 {
    background: #00a66d;
}
.ticket_guide_wrap .second-money_seat06 {
    background: #00a0c9;
}
.ticket_guide_wrap .w15 {
	width: 15%;
}
.ticket_guide_wrap .right{
	text-align: right;
}

.ticket_guide_wrap .second-money_seat12 {
    position: absolute;
    top: 13%;
    left: 13.5%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat12 {
    position: absolute;
    top: 13%;
    left: 13.5%;
    background:#da526b;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat12_2 {
    position: absolute;
    top: 13%;
    right: 13%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}
.ticket_guide_wrap .second-money_seat12_2 {
    position: absolute;
    top: 13%;
    right: 13%;
    background:#da526b;
    border-radius: 10px;
    padding: 2px;
}


/* ticket index game */
.ticket_guide_wrap .top-matchSchedule.-gamesLatest .top-matchSchedule__inner {    overflow: hidden;}
.ticket_guide_wrap .second-layout-inner {    padding: 0px 0px 0px 0px;}        
        
.ticket_guide_wrap .top-matchSchedule__item {
    margin: 0 10px;
    max-width: 320px;
    background-color: #fff;
    border: 1px solid #aaa;
        padding-top: 15px;
        }
    
.ticket_guide_wrap .top-matchSchedule__kickoff {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 1.2rem;
    }
        
.ticket_guide_wrap .-gamesLatest .top-matchSchedule__date {
    font-size: 4.2rem;
    margin-right: -10px;
}
        
.ticket_guide_wrap .top-matchSchedule__week {
    margin-right: 0px;
    font-size: 2.4rem;
        }
        
.ticket_guide_wrap .-gamesLatest .top-matchSchedule__time {
    margin-right: 0px;
    font-size:2.2rem;
}
        
.ticket_guide_wrap .top-matchSchedule__time {
    margin-right: 0px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000122;
}
        
.ticket_guide_wrap .top-matchSchedule__kickoff__text   { font-size: 2.2rem;
    font-weight: bold;    margin-right: 10px; color: #000122;}        
        
.ticket_guide_wrap .-gamesLatest .top-matchSchedule__season{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.ticket_guide_wrap .gamesLatest__btn {
    width: 90%;
    margin: 0 auto 13px;
}    
        
.ticket_guide_wrap .gamesLatest__btn a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 28px;
    background-color: #B8193F;
    color: white;
    font-weight: bold;
    font-size: 2.2rem;
    -webkit-transition: 300ms;
    transition: 300ms;
    text-align: center;
}
        
 .ticket_guide_wrap .gamesLatest__btn img {margin-right: 5px;}     
/* .ticket_guide_wrap .second-ticket-static .btn__kaIcon {    margin-right: 0px; } */
        
        
        
       @media screen and (max-width: 768px) { 
 .ticket_guide_wrap .btn.-style07.shika_ticket a {    padding: 10px 22px 8px 22px;}
/* .ticket_guide_wrap .second-ticket-static .btn__kaIcon {    margin-right: 0px;    width: 62px;} */
.ticket_guide_wrap  .top-matchSchedule__item {
    margin: 0;
    max-width: none;
}
           
.ticket_guide_wrap .-gamesLatest .top-matchSchedule__date {
    font-size: 4.0rem;
    margin-right: -20px;
}
        
.ticket_guide_wrap .top-matchSchedule__week {
    margin-right: 0px;
    font-size: 3.0rem;
        }
        
.ticket_guide_wrap .-gamesLatest .top-matchSchedule__time {
    margin-right: 0px;
    font-size: 2.4rem;
}
        
.ticket_guide_wrap .top-matchSchedule__time {
    margin-right: 0px;
    font-size: 2.4rem;
    font-weight: bold;
}           
.ticket_guide_wrap .top-matchSchedule__kickoff__text   { font-size: 2.0rem;
    font-weight: bold;    margin-right: 10px;}    
           
.ticket_guide_wrap .gamesLatest__btn a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 28px;
    background-color: #B8193F;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-transition: 300ms;
    transition: 300ms;
    text-align: center;
}       
           
           .ticket_guide_wrap .top-matchSchedule.-gamesLatest .top-matchSchedule__body {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10%;
}
           
}
        
        @media screen and (max-width: 320px) {
        .ticket_guide_wrap .-gamesLatest .top-matchSchedule__date {
    font-size: 3.4rem;
    margin-right: -20px;
}
        }
        
        

@media screen and (max-width: 769px) {
.ticket_guide_wrap .title.-style08_01 {
    font-size: 1.6rem;
    color: #B8193F;
}
.tab__ticket_map .title.-style08_01 {
    font-size: 1.6rem;
    color: #B8193F;
}
    
.ticket_guide_wrap .second-money_seat03 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat03 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
    
.ticket_guide_wrap .second-money_seat03_2 {
    position: absolute;
    top: 7%;
    right: 21%;
   background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat03_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fabe00;
    border-radius: 10px;
    padding: 2px;
}
    
.ticket_guide_wrap .second-money_seat13 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat13 {
    position: absolute;
    top: 7%;
    left: 22%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
    
.ticket_guide_wrap .second-money_seat13_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat13_2 {
    position: absolute;
    top: 7%;
    right: 21%;
    background: #fff100;
    border-radius: 10px;
    padding: 2px;
}
.ticket_guide_wrap .second-money_seat11 {
    position: absolute;
    top: -1%;
    left: 26%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat11 {
    position: absolute;
    top: -1%;
    left: 26%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}
    
.ticket_guide_wrap .second-money_seat11 a {
    color: #FFF!important;
}
.tab__ticket_map .second-money_seat11 a {
    color: #FFF!important;
}    
    
.ticket_guide_wrap .second-money_seat11_2 {
    position: absolute;
    top: -1%;
    right: 26%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat11_2 {
    position: absolute;
    top: -1%;
    right: 26%;
    background: #1d2088;
    border-radius: 10px;
    padding: 2px;
}
    
    
.ticket_guide_wrap .second-money_seat12 {
    position: absolute;
    top: 13%;
    left: 6%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat12 {
    position: absolute;
    top: 13%;
    left: 6%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}
    
.ticket_guide_wrap .second-money_seat12_2 {
    position: absolute;
    top: 13%;
    right: 6.5%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}
.tab__ticket_map .second-money_seat12_2 {
    position: absolute;
    top: 13%;
    right: 6.5%;
    background: #da526b;
    border-radius: 10px;
    padding: 2px;
}    
    
}

/* 220208 */
.top-business__inner{ max-width: 1000px;    margin: 0 auto;    padding: 0px 0 10px;}
.top-business__inner .gridImage {margin-bottom: 0px;}
.top-business__inner .gridImage li {text-align: center;}
.top-business__inner .gridImage img {max-width: 320px; height: 110px;}
.top-business__inner .gridImage.-col4 .gridImage__item {    width: calc(25% - 5px);    margin: 0 0 15px;}
.top-business__inner .gridImage.-col4 img {max-width: 240px; height: 83px;}
.top-business__inner .gridImage.-col5 .gridImage__item {    width: calc(20% - 5px);    margin: 0 0 15px;}
.top-business__inner .gridImage.-col5 img {max-width: 100%; height: auto;}
               
@media screen and (max-width: 768px){
.top-business__inner { padding: 0px 10px 10px;}
.top-business__inner .gridImage.-col4 .gridImage__item {    width: calc(50% - 5px);}
.top-business__inner .gridImage.-col5 .gridImage__item {    width: calc(50% - 5px);}
.top-business__inner .gridImage img {max-width: 100%; height: auto;}
}

/* 220214 */
.second-schedules-off img {display: none;}

/* 220309 */
.partner .gridImage.-col2 img {width: 306.34px; height: auto;}
@media screen and (max-width: 768px){
.partner .gridImage.-col2 img {width: 100%;}
}

/* 220313 */

.top-matchInfo__btnList_twobtn {
  overflow: hidden;
  margin-left: -15px;
}

.top-matchInfo__btnList_twobtn li {
  float: left;
  width: 230px;
  margin: 0 0 15px 15px;
  text-align: center;
  font-size: 1.4rem;
}

.top-matchInfo__btnList_twobtn li a {
  position: relative;
  display: block;
  padding: 5px;
  background-color: #091b32;
  color: white;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.top-matchInfo__btnList_twobtn li a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.top-matchInfo__btnList_twobtn li a:hover {
  text-decoration: none;
  background-color: #B8193F;
}

.top-matchInfo__btnList_twobtn li a:hover::after {
  -webkit-transform: rotate(45deg) translate(2px, -4px);
          transform: rotate(45deg) translate(2px, -4px);
}

.top-matchInfo__btnList_twobtn li.ticket a {
  background-color: #B8193F;
}

.top-matchInfo__btnList_twobtn li.ticket a:hover {
  background-color: #091b32;
}


@media screen and (max-width: 768px) {
    
.top-matchInfo__btnList_twobtn {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.top-matchInfo__btnList_twobtn li {
    float: none;
    width: calc(50% - 7px);
    margin: 0;
    font-size: 1.2rem;
  }
.top-matchInfo__btnList_twobtn li a {
    padding: 7px 2px;
  }
   
    
}

/* 220316 */
.partner .grid.-col2 li img {margin-bottom: 10px;}
.partner .grid.-col3 li img {margin-bottom: 10px;}
.partner .gridImage.-col2 li img {margin-bottom: 10px;}
.partner .gridImage.-col3 li img {margin-bottom: 10px;}
.partner .gridImage.-col2 li span {font-weight: bold; display: block;}
.partner .gridImage.-col3 li span {font-weight: bold; display: block;}

/* 220318 */
 .partner .partner-ex-title {display: block; min-height: 60px;}
 
@media screen and (max-width: 768px){
 .partner .partner-ex-title {display: block; min-height: auto;}  
 }

/* 220413 */
.ticket-academy-support-seat .ticket-academy-support-seat-video .video {margin-bottom: 0px; }
.ticket-academy-support-seat .ticket-academy-support-seat-video .gridImage__caption {text-align: center;    font-size: 1.8rem;}
.ticket-academy-support-seat .ticket-academy-support-seat-video .gridImage__caption span {display: block;}
.ticket-academy-support-seat .ticket-academy-support-seat-report img {margin-bottom: 10px;}
.ticket-academy-support-seat .ticket-academy-support-seat-report .gridImage__caption {text-align: center;    font-size: 1.8rem; margin-top: 0px; padding-top: 0px;}
.ticket-academy-support-seat .item_end {    background-color: #888888;    color: #FFFFFF;    width: auto;    text-align: center;    max-width: 100px;    margin: 5px auto 20px;    font-size: 1.3rem;padding: 5px 3px 3px 3px;}
.ticket-academy-support-seat .item-link {position: relative;    padding-right: 16px; display: inline; }
.ticket-academy-support-seat .item-link::before {
    content: "";
    position: absolute;
    top: calc(79% - 6px);
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #231815;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.ticket-academy-support-seat .item-link::after {
    content: "";
    position: absolute;
    top: calc(79% - 2px);
    right: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
                  
@media screen and (max-width: 768px){
.ticket-academy-support-seat .ticket-academy-support-seat-video .gridImage__caption {text-align: center;    font-size: 1.4rem;}
.ticket-academy-support-seat .ticket-academy-support-seat-report .gridImage__caption {text-align: center;    font-size: 1.4rem; margin-top: 0px; padding-top: 0px;}
                      
 .ticket-academy-support-seat .item-link::before {
    top: calc(79% - 15px);
}      
                      
 .ticket-academy-support-seat .item-link::after {    
     top: calc(79% - 11px);
} 
.ticket-academy-support-seat .ticket-academy-support-seat-report li {margin-bottom: 20px!important;}    
    
}

@media screen and (max-width: 414px){
         .ticket-academy-support-seat .item-link::before {
    top: calc(79% - 11px);
}      
                      
 .ticket-academy-support-seat .item-link::after {    
     top: calc(79% - 7px);
} 
    }

/* newsArchive  */

.newsArchive .second-news .newsList__tabItem p {
	margin: 0;
	padding: 0px 0px;
}

.newsArchive .second-news .newsList__tabItem a {
	/* color: #091b32; */
	padding: 10px 14px;
	display: block;
}

.newsArchive .swiper-slide{
	opacity: 1 !important;
}
.newsArchive .newsList__tabItem:first-child { width: 170px!important;padding-left: 30px;}
.newsArchive .newsList__tabItem:last-child { width: 170px!important;padding-right: 30px;}  
.newsArchive .newsList__tabItem:first-child a {padding-left: 0px;}
.newsArchive .newsList__tabItem:last-child a {padding-right: 0px;}   
.newsArchive .second-news .swiper-button-next span {display: none!important;}
.newsArchive .second-news .swiper-button-prev span {display: none!important;}
    
@media screen and (max-width: 768px) {
	.newsArchive .second-news .newsList__tabItem a {
		/* color: #091b32; */
		padding: 8px 2px;
		display: block;
        font-size: 1.25rem;
	}
	#page .newsArchive .js-news-tab .swiper-wrapper .swiper-slide {
		animation: none;
		transform: none;
		transition: unset;
		opacity: 1;
	}
	.newsArchive a {
		animation: none;
		transform: none;
		transition: unset;
		opacity: 1;
	}
	.newsArchive .swiper-slide {
		animation: none;
		transform: none;
		transition: unset;
		opacity: 1;
	}
	.newsArchive .swiper-wrapper {
		animation: none;
		transform: none;
		transition: unset;
		opacity: 1;
	}
	.newsArchive .swiper-container-free-mode>.swiper-wrapper {
		animation: none;
		transform: none;
		transition: unset;
		opacity: 1;
	}
    
#page .newsArchive .js-news-tab {padding-right: 6%;}        
.newsArchive .newsList__tabItem:first-child { width: 25%!important;padding-left: 3.5%;}
.newsArchive .newsList__tabItem:last-child  { width: 25%!important;padding-right: 3.5%;}
.newsArchive .newsList__tabItem:first-child a {padding-left: 0px;}
.newsArchive .newsList__tabItem:last-child a {padding-right: 0px;}    
    
}
    
#page .newsArchive .js-news .swiper-button-prev {height: 3.4%;width: 40px;}
#page .newsArchive .js-news .swiper-button-next {height: 3.4%;width: 40px;}
#page .newsArchive .js-news .swiper-button-prev::after { left: 16px;}
#page .newsArchive .js-news .swiper-button-next::after { right: 16px;}
#page .newsArchive .newsList__item {pointer-events: auto;}
    
@media screen and (max-width: 768px) {
#page .newsArchive .js-news .swiper-button-prev {height: 3.8%;width: 30px;}
#page .newsArchive .js-news .swiper-button-next {height: 3.8%;width: 30px;}
#page .newsArchive .js-news .swiper-button-prev::after { left: 13px;}
#page .newsArchive .js-news .swiper-button-next::after { right: 13px;}
 }

/* 220929 */
#area-alliance .listLink.-style04 { list-style:decimal;margin-left: 22px;}.listLink .-style04 a {color: #036EB8;position: relative;    display: inline-block;}
@media screen and (max-width: 768px) {
#area-alliance .listLink.-style04 { list-style:decimal;margin-left: 17px;}.listLink .-style04 a {color: #036EB8;position: relative;    display: inline-block;} 
}

/*221025*/
@media screen and (max-width: 451px) {
.futsal-newsArchive .swiper-slide {height: auto;}
#page .futsal-newsArchive .js-news .swiper-button-prev::before, #page .futsal-newsArchive .js-news .swiper-button-next::before {    height: 46px;}
#page .futsal-newsArchive .js-news .swiper-button-prev::after {top: 18px;}
#page .futsal-newsArchive .js-news .swiper-button-next::after {top: 18px;}
 }

/* 230331 */
 .rect-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: "M PLUS 1p";
    }
    
    .rect-wrap::after {
        content: "";
        display: block;
        width: calc((100% - 20px) / 3);
    }
    
    [class^="rect-btn"] {
        width: calc((100% - 20px) / 3);
        margin-bottom: 10px;
        text-align: center;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    
    [class^="rect-btn-col2"] {
        width: calc((100% - 20px) / 2);
        margin-bottom: 10px;
        text-align: center;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    
    [class^="rect-btn"] a {
        color: white;
        font-weight: normal;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        transition: all 0.8s ease;
        z-index: 1;
        font-size: 1.7rem;
    }
    
    [class^="rect-btn"] a:hover {
        transform: scale(1.05);
    }
    
    [class^="rect-btn"] a::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: rgba(0, 0, 0, 0.05); */
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.4)), to(transparent));
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, transparent 50%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, transparent 50%);
        background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
    }
    
    [class^="rect-btn"] a:hover::after {
        background-color: rgba(255, 255, 255, 0.3);
    }
    
    .rect-wrap li:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    
    .rect-wrap li a:before {
        content: "";
        height: 100%;
        vertical-align: middle;
        width: 0px;
        display: inline-block;
    }
    
    .rect-wrap li a span {
        vertical-align: bottom;
        display: inline-block;
        position: relative;
        z-index: 3;
        padding: 5px 7px;
        text-shadow: 1px 1px 4px rgb(0 0 0);
    }
    
    .rect-btn-ticket a {
        background: url(/guide/img/for_beginner/btn_ticket_B.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .rect-btn-access a {
        background: url(/guide/img/for_beginner/btn_access.jpg) no-repeat center center;
		background-size: cover; 
    }
    
    .rect-btn-plan a {
        background: url(/guide/img/for_beginner/btn_plan.jpg) no-repeat center center;
		background-size: cover; 
    }
    
    .rect-btn-goods a {
        background: url(/guide/img/for_beginner/btn_goods.jpg) no-repeat center center;
		background-size: cover; 
    }
    
    .rect-btn-rule a {
        background: url(/guide/img/for_beginner/btn_rule.jpg) no-repeat center center;
		background-size: cover; 
    }
    
    .rect-btn-freaks a {
        background: url(/guide/img/for_beginner/btn_freaks.jpg) no-repeat center center;
		background-size: cover; 
    }

    .rect-btn-dazn a {
        background: url(/guide/img/for_beginner/btn_dazn_pc.jpg) no-repeat center center;
		background-size: cover; 
    }


    
    .rect-btn-gourmet a {
        background: url(/guide/img/for_beginner/btn_gourmet.jpg) no-repeat center center;
		background-size: cover; 
    }
    
    .rect-btn-app a {
        background: url(/guide/img/for_beginner/btn_app_pc.jpg) no-repeat center center;
		background-size: cover; 
    }

  .rect-btn-academy-youth a {
        background: url(/academy/img/top/btn_academy-youth2025.jpg) no-repeat center center;
		background-size: cover; 
    }

  .rect-btn-academy-jryouth a {
        background: url(/academy/img/top/btn_academy-jryouth2025.jpg) no-repeat center center;
		background-size: cover; 
    }

  .rect-btn-academy-junior a {
        background: url(/academy/img/top/btn_academy-junior2025.jpg) no-repeat center center;
		background-size: cover; 
    }

  .rect-btn-academy-school a {
        background: url(/academy/img/top/btn_academy-school.jpg) no-repeat center center;
		background-size: cover; 
    }



 .rect-btn-col2-ticket a {
        background: url(/guide/img/for_beginner/btn_ticket_B.jpg) no-repeat center center;
        background-size: cover;
    }
    
.rect-btn-col2-access a {
        background: url(/guide/img/for_beginner/btn_access.jpg) no-repeat center center;
		background-size: cover; 
    }
    
.rect-btn-col2-plan a {
        background: url(/guide/img/for_beginner/btn_plan.jpg) no-repeat center center;
		background-size: cover; 
    }
    
.rect-btn-col2-goods a {
        background: url(/guide/img/for_beginner/btn_goods.jpg) no-repeat center center;
		background-size: cover; 
    }
    
.rect-btn-col2-rule a {
        background: url(/guide/img/for_beginner/btn_rule.jpg) no-repeat center center;
		background-size: cover; 
    }
    
.rect-btn-col2-freaks a {
        background: url(/guide/img/for_beginner/btn_freaks.jpg) no-repeat center center;
		background-size: cover; 
    }

.rect-btn-col2-dazn a {
        background: url(/guide/img/for_beginner/btn_dazn_pc.jpg) no-repeat center center;
		background-size: cover; 
    }


    
.rect-btn-col2-gourmet a {
        background: url(/guide/img/for_beginner/btn_gourmet.jpg) no-repeat center center;
		background-size: cover; 
    }
    
.rect-btn-col2-app a {
        background: url(/guide/img/for_beginner/btn_app_pc.jpg) no-repeat center center;
		background-size: cover; 
    }

.rect-btn-col2-academy-youth a {
        background: url(/academy/img/top/btn_academy-youth2025.jpg) no-repeat center center;
		background-size: cover; 
    }

.rect-btn-col2-academy-jryouth a {
        background: url(/academy/img/top/btn_academy-jryouth2025.jpg) no-repeat center center;
		background-size: cover; 
    }

.rect-btn-col2-academy-junior a {
        background: url(/academy/img/top/btn_academy-junior2025.jpg) no-repeat center center;
		background-size: cover; 
    }

.rect-btn-col2-academy-school a {
        background: url(/academy/img/top/btn_academy-school.jpg) no-repeat center center;
		background-size: cover; 
    }


    
    @media screen and (max-width: 768px) {
        
        .rect-btn-dazn a {
        background: url(/guide/img/for_beginner/btn_dazn_sp.jpg) no-repeat center center;
		background-size: cover; 
    }
        
        .rect-btn-app a {
        background: url(/guide/img/for_beginner/btn_app_sp.jpg) no-repeat center center;
		background-size: cover; 
    }
        
        
        [class^="rect-btn"] {
            width: calc(50% - 5px);
            margin-bottom: 10px;
            text-align: center;
            height: auto;
            position: relative;
            overflow: hidden;
        }
        .rect-wrap li:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

     [class^="rect-btn"] a {
        color: white;
        font-weight: normal;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        transition: all 0.8s ease;
        z-index: 1;
        font-size: 1.5rem;
    }

    [class^="rect-btn"] a::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: rgba(0, 0, 0, 0.05); */
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, transparent 50%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, transparent 50%);
        background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    }

    }


.academy-staff-area .category-list {font-size: 16px; line-height: 1.6; font-weight: normal; margin-bottom: 5px;padding: 10px 10px 0;}
.academy-staff-area .category-list span {
    display: inline-block;
    border-bottom: 1px solid #B8193F;
}

.academy-staff-area .gridImage__caption {
    display: block;
    padding: 0px 10px 0;
    text-align: left;
    font-size: 16px;
}

@media screen and (max-width:768px) {
.gridImage.-col3.academy-staff-area .gridImage__item {
    width: calc(50% - 5px);
    margin: 0 0 30px;
  } 
}

/* 230608 */
.toggle__list {margin-top: 20px;}
.toggle__list ul li .toggle.-style06 .toggle__btn a,
.toggle__list ul li .toggle.-style05 .toggle__btn a,
.toggle__list ul li .toggle.-style03 .toggle__btn a,
.toggle__list ul li .toggle.-style02 .toggle__btn a {
    position: relative;
    display: block;
    padding: 0px 40px 0px 0px;
    text-decoration: none;
    color: #231815;
}

.toggle__list ul li .toggle {
    margin-bottom: 20px;
}

.toggle__list ul li .toggle.-style06 .toggle__btn,
.toggle__list ul li .toggle.-style05 .toggle__btn,
.toggle__list ul li .toggle.-style03 .toggle__btn,
.toggle__list ul li .toggle.-style02 .toggle__btn {
    border-bottom: 0px;
}

.toggle__list ul li .toggle.-style06 .toggle__body,
.toggle__list ul li .toggle.-style05 .toggle__body,
.toggle__list ul li .toggle.-style03 .toggle__body,
.toggle__list ul li .toggle.-style02 .toggle__body {
    padding: 0px 20px 0px 20px;
}

@media screen and (max-width:768px) {
	
.toggle__list ul li .toggle.-style06 .toggle__body,
.toggle__list ul li .toggle.-style05 .toggle__body,
.toggle__list ul li .toggle.-style03 .toggle__body,
.toggle__list ul li .toggle.-style02 .toggle__body {
    padding: 0px 10px 0px 10px;
}
	
}

.guide-map-area {margin-bottom: 30px;}
.guide-map {overflow: hidden; text-align: left; margin-bottom: 20px;}
.guide-map-title {font-weight: bold;    margin-bottom: 10px;}
.guide-map-detail {overflow: hidden; width: 100%;}
.guide-map-detail .guide-map-img { float: left; width: 40%;}
.guide-map-detail .guide-map-text { float: right; width: 58%; font-size: 1.6rem;}
.indent1 {text-indent: 1em;}
@media screen and (max-width:768px) {
	.guide-map-area {margin-bottom: 30px;}
	.guide-map-detail .guide-map-text { font-size: 1.4rem;}
	.guide-map-image {margin-bottom: 20px!important;}
}

/* 230824 */

.socialBtn li {
    width: 40px!important;
    margin-right: 0px!important;
    border-radius: 0px!important;
}

.socialBtn li.twBtn {
    background: none;
    background: none;
    background: none;
    border: none;
}

.socialBtn li.twBtn a:before {
    content: "\e619";
    font-size: 30px;
    background: url(/asset/img/share/icon_sns_twitter_darkblue.svg) no-repeat;
    background-size: contain;
    font-family: none;
	color: transparent;
}

.socialBtn li.fbBtn {
    background: none;
    background: none;
    background: none;
    border: none;
}

.socialBtn li.fbBtn a:before {
    content: "\e615";
    font-size: 33px;
    background: url(/asset/img/share/icon_sns_facebook_darkblue.svg) no-repeat;
    background-size: contain;
    font-family: none;
	color: transparent;
}

.socialBtn li.lnBtn {
    background: none;
    background: none;
    background: none;
    border: none;
	 margin-left:4px
}

.socialBtn li.lnBtn a:before {
    content: "\e636";
    font-size: 33px;
    background: url(/asset/img/share/icon_sns_line_darkblue.svg) no-repeat;
    background-size: contain;
    font-family: none;
	color: transparent;
}

.socialBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* margin: 10px 0; */
    /* max-height: 28px; */
    padding-left: 0px;
    padding-right: 10px;
}

body.top .socialBtn li a {
    display: block;
    width: 40px!important;
    height: auto!important;
    text-align: center;
    color: #FFF;
}
.socialMod {
	display: flex;
    justify-content: center;
}

/* 240208 */
.beginner-guide-area .grid__img { margin-bottom: 10px;}
.beginner-guide-area .grid__title {font-size: 16px;line-height: 2;}
.beginner-guide-area .grid__title span {    display: inline-block;    border-bottom: 1px solid #B8193F;}
.beginner-guide-area .grid__title p {margin-bottom:0;}
.beginner-guide-area  a{color: #222;}
.beginner-guide-area a:hover {text-decoration: none; color: #B8193F;opacity: 0.9;}

@media screen and (max-width: 768px) {
.gridImage.-col3.beginner-guide-area .gridImage__item {
    width: calc(50% - 5px);
    margin: 0 0 30px;
}
}

/* academy 240328 */
@media screen and (max-width: 768px) {
.academy__contents {padding-left: 0px; padding-right: 0px;}
.second__academy__contents {padding-left: 10px; padding-right: 10px;}
}

.academy__contents .top-slider-box {position: relative;}
#page .academy__contents .js-slider-01 .swiper-button-next,
#page .academy__contents .js-slider-01 .swiper-button-prev {
  top: calc(50% - 50px);
  width: 45px;
  height: 100px;
  background-color: transparent;
  border: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: .7;
}
.second__academy__contents .toggle.-style07 .no_arrow .toggle__body {margin-bottom: 10px;}
.second__academy__contents .toggle.-style07 .no_arrow .toggle__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    width: 8px;
    height: 8px;
    border-left: 0px;
    border-bottom: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 500ms;
    transition: 500ms;
}

/* 240410 */
.secont-top-img-normal {text-align: center;}
@media screen and (max-width: 768px) {
.secont-top-img-normal {text-align: center;   margin-left: -10px; margin-right: -10px;}
}

/* 240422 */
.asv_media .media {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1em;
}
	.asv_media .media__text {
    font-size: 1.7rem;
}
	.asv_media .media__text span.bold {
    font-size: 1.8rem;
}	
			.asv_col {display: flex;flex-wrap: wrap;justify-content: space-between;}

.asv_col .box.-style07 {
    width: calc(100% / 2 - 0.5em);
    margin: 0 0 1em;
    display: flex;
    flex-direction: column;
}

.asv_col .box__body {
    flex-grow: 1;
}

.asv_col .box.-style07 .box__title {
    font-size: 1em;
}			
				
				@media screen and (max-width: 768px) {
	.asv_media .media__text span.bold {
    font-size: 1.4rem;
}	
	.asv_media .media__text {
    font-size: 1.3rem;
}
.asv_col .box.-style07 {
    width: 100%;
}
				}

/* 240430 */
.school-latest-report__list {margin-bottom: 30px;}
.school-latest-event__list {margin-bottom: 30px;}
.school-color-tsukuba {color: #009944!important;}
.school-color-tsukuba-bb {border-bottom-color:  #009944!important;}
.school-color-norte {color: #f08300!important;}
.school-color-norte-bb {border-bottom-color:   #f08300!important;}
.school__merit__text {font-weight: bold; font-size: 2.0rem; /*text-indent: -3em;    padding-left: 3em;*/}
.school__merit .icon-inline {    height: 60px!important;    max-width: 60px!important;    margin-right: 10px!important;}
.school__merit__text span.school__merit__icon {margin-top: 0px; /*display: inline-block;*/}
.school__merit__text span.school__merit__detail {margin-top: 13px; display: inline-block;}
.school__merit ul li  {margin-bottom: 30px;}

@media screen and (max-width: 768px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.2rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 5%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 92%;margin-left: 2%;}
}

@media screen and (max-width: 650px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.2rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 7%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 90%;margin-left: 2%;}
}

@media screen and (max-width: 500px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.4rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 10%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 88%;margin-left: 2%;}
}

@media screen and (max-width: 414px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.4rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 12%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 86%;margin-left: 2%;}
}

@media screen and (max-width: 375px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.4rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 13%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 85%;margin-left: 2%;}
}

@media screen and (max-width: 320px) {
.school__merit__text {font-weight: bold;font-size: 1.8rem;/* text-indent: -3em; *//* padding-left: 3em; */line-height: 2.4rem;overflow: hidden;width: 100%;}
.school__merit .icon-inline {    height: 40px!important;    max-width: 40px!important;        max-height: 40px!important;margin-right: 5px!important;}    
.school__merit__text span.school__merit__icon {margin-top: 0px;/*display: inline-block;*/float: left;width: 15%;}
.school__merit__text span.school__merit__detail {margin-top: 0px;display: inline-block;/* margin-left: 56px; *//* padding-left: 48px; */float: left;width: 83%;margin-left: 2%;}
}

/* 240501 OB */
.second-school-ob .playerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.second-school-ob .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 10px);
  margin-bottom: 25px;
  overflow: hidden;
    
      position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
    
}

.second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(20% - 5px);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 246px;
}


.second-school-ob .playerList a {
/*  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px; */
    pointer-events: none;
}



.second-school-ob .playerList__image img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.second-school-ob .playerList__text {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  min-height: 55px;
  padding-top: 35px;
  color: white;
  line-height: 1.4;
  background: url(../img/player/bg_name.png) no-repeat 0 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.second-school-ob .playerList.-staff .playerList__text {
  height: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.second-school-ob .playerList__number {
  width: 75px;
  padding: 0 0 9px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 1.7rem;
}

.second-school-ob .playerList__ruby {
  display: block;
  margin-top: 3px;
  font-size: 1.25rem;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 46px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width: 55px;
  padding: 0 0 9px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 1.5rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 1.1rem;
}

@media screen and (max-width: 1100px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(20% - 5px);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 246px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width: 55px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 1.3rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 1.0rem;
}

}

@media screen and (max-width: 1000px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(16% - 5px);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 171px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width:45px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 1.2rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 0.9rem;
}

}

@media screen and (max-width: 900px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 10px);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 330px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width:45px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 1.2rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 0.9rem;
}

}

@media screen and (max-width: 768px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.3% - 10px);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 330px;
}

}


@media screen and (max-width: 500px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 5px);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 330px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width:45px;
  padding: 0 0 10px;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 1.2rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 0.9rem;
}

}


@media screen and (max-width: 480px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 5px);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 330px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width:40px;
  padding: 0 0 10px;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 1.1rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 0.9rem;
}

}


@media screen and (max-width: 414px) {

  .second-school-ob .playerList__col5 .playerList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 5px);
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 320px;
  max-height: 330px;
}

.second-school-ob .playerList__col5 .playerList__text {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 38px;
    padding-top: 35px;
    color: white;
    line-height: 1.4;
    background: url(../img/player/bg_name.png) no-repeat 0 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.second-school-ob .playerList__col5 .playerList__number {
  width:35px;
  padding: 0 0 10px;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.second-school-ob .playerList__col5 .playerList__name {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 1.1rem;
}

.second-school-ob .playerList__col5 .playerList__ruby {
  display: block;
  margin-top: 0px;
  font-size: 0.9rem;
}

}





@media screen and (max-width: 900px) {
    
     .second-school-ob .playerList::before {
    content: "";
    display: block;
    width: 230px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .second-school-ob .playerList::after {
    content: "";
    display: block;
    width: 230px;
  }
	/*.playerList a {height: auto;} */
  .second-school-ob .playerList a:hover {
    text-decoration: none;
  }
  .second-school-ob .playerList a:hover .playerList__text {
    background-position: 0 0;
  }
  .second-school-ob .playerList a:hover .playerList__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .second-school-ob .playerList a:hover img {
    opacity: 1;
  }
    
    
    
    
      .second-school-ob .playerList {
    margin-bottom: 20px;
  }
  .second-school-ob .playerList__item {
    width: calc(50% - 5px);
    margin-bottom: 15px;
	  height: auto!important;
  }
  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 65px;
  }
  .second-school-ob .playerList__number {
    font-size: 2.8rem;
    width: 57px;
    padding-bottom: 10px;
  }
  .second-school-ob .playerList__name {
    padding: 0 0 7px;
    font-size: 1.4rem;
  }
  .second-school-ob .playerList__ruby {
    margin-top: 0;
    font-size: 1.0rem;
  }
    
    
}

.second-school-ob .managers__area {    padding-left: 10px;}
.second-school-ob .playerList__year {display: block; font-size: 1.2rem; font-weight: normal;}
.second-school-ob .managers__area .playerList__name {margin-top: 5px;}
.second-school-ob .managers__area .playerList__ruby {
    display: block;
    margin-top: 0px;
    font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .second-school-ob .playerList__text.managers__area {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 85px;
  }
}

@media screen and (max-width:768px) {
.second-school-ob .playerList {
    margin-bottom: 0px;
  }
 }

@media screen and (max-width:750px) {
 .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 65px;
  }
}

@media screen and (max-width:700px) {
  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 60px;
  }
}

@media screen and (max-width: 650px) {
 .second-school-ob .playerList__text.managers__area {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 75px;
  }
  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 55px;
  }

    }

    @media screen and (max-width: 600px) {
 .second-school-ob .playerList__text.managers__area {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 75px;
  }
  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 55px;
  }

    }

        @media screen and (max-width: 500px) {
 .second-school-ob .playerList__text.managers__area {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 70px;
  }

  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 50px;
  }

    .second-school-ob .playerList__number {
    font-size: 2.6rem;
    width: 57px;
    padding-bottom: 10px;
  }

    .second-school-ob .playerList__name {
    padding: 0 0 6px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .second-school-ob .playerList__ruby {
    margin-top: 0;
    font-size: 0.9rem;
  }
  .second-school-ob .managers__area .playerList__ruby {
    display: block;
    margin-top: 0px;
    font-size: 0.9rem;
}
.second-school-ob .playerList__year {display: block; font-size:0.9rem; font-weight: normal;}
  
    }

    
        @media screen and (max-width: 450px) {
 .second-school-ob .playerList__text.managers__area {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 60px;
  }

  .second-school-ob .playerList__text {
    padding-top: 25px;
    background-size: 100% auto;
    min-height: 45px;
  }
    .second-school-ob .managers__area .playerList__ruby {
    display: block;
    margin-top: 0px;
    font-size: 0.9rem;
}
.second-school-ob .playerList__year {display: block; font-size:0.9rem; font-weight: normal;}
  
    }

     @media screen and (max-width: 414px) {

 .second-school-ob .playerList__number {
    font-size: 2.4rem;
    width: 57px;
    padding-bottom: 10px;
  }

    .second-school-ob .playerList__name {
    padding: 0 0 6px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .second-school-ob .playerList__ruby {
    margin-top: 0;
    font-size: 0.9rem;
  }
    .second-school-ob .managers__area .playerList__ruby {
    display: block;
    margin-top: 0px;
    font-size: 0.9rem;
}
.second-school-ob .playerList__year {display: block; font-size:0.9rem; font-weight: normal;}
       
     }

.second__school__contents .academy-pickup {margin-bottom: 60px;}
@media screen and (max-width:768px) {
.second__school__contents .academy-pickup {margin-bottom: 30px;}
}

.second__school__contents .academy-pickup .top-news__moreBtn {    margin-top: 20px;    margin-bottom: 10px;    text-align: center;}
.second__school__contents .school-pickup .top-news__moreBtn {    margin-top: 20px;    margin-bottom: 10px;    text-align: center;}
.school-top-area .school-pickup .top-news__moreBtn {    margin-top: 20px;    margin-bottom: 10px;    text-align: center;}

/* 240513 */
@media screen and (max-width:768px) {
.scrollTable.-school_area  table th {white-space: nowrap;}
.scrollTable.-school_area  table td {white-space: nowrap;}
}

/* 240620 */
.second__academy__corporation__intro {    max-width: 1000px;    margin-left: auto;    margin-right: auto;}
			.second__academy__corporation__intro__inner {width: auto;position: relative;  padding: 50px 20px; color: #0a132f;
background-image: url(/academy/img/academy-support/corporation-plan/intro_bg.jpg);
background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;}
			.second__academy__corporation__img {text-align: center;margin-bottom: 30px;}
			.second__academy__corporation__intro__text {font-weight: bold;margin-bottom: 40px;}
			.second__academy__corporation__intro__title {font-weight: bold; font-size: 3.6rem;text-align: center;margin-bottom: 20px;}
			.second__academy__corporation__intro__detail {margin-bottom: 0px;}
			 .second__academy__corporation__contents .gridImage__list__title.min-auto_pc {min-height: auto;margin-bottom: 10px;}

			@media screen and (max-width: 768px) {
				.second__academy__corporation__intro__inner {padding: 40px 0px;}
				.second__academy__corporation__intro__text {font-weight: bold;margin-bottom: 40px; padding: 0 10px;}
			.second__academy__corporation__intro__title {font-weight: bold; font-size: 2.4rem;text-align: center;margin-bottom: 20px;padding: 0 10px;}
			.second__academy__corporation__intro__detail {margin-bottom: 0px;padding: 0 10px;}
			}

.second__academy__corporation__contents .gridImage__list__title {text-align: center;min-height: 86px;margin-bottom: 10px;}
					  .second__academy__corporation__contents .gridImage__list__title.min-auto {min-height: auto;}
					  .second__academy__corporation__contents .gridImage__list__name {font-size: 2.4rem; font-weight: bold;text-align: center;margin-bottom: 10px;}
					  .second__academy__corporation__contents .gridImage__list__detail {font-size: 1.6rem;}
					  @media screen and (max-width: 768px) {
				      .second__academy__corporation__contents .gridImage.-col5.-sp-break-02 .gridImage__item {        width: calc(50% - 5px);    }
					  .second__academy__corporation__contents .gridImage__list__title {text-align: center;min-height: auto;}
					  .second__academy__corporation__contents .gridImage__list__title.min-auto {min-height: auto;margin-bottom: 32px;}
						  .second__academy__corporation__contents .gridImage__list__title.min-auto_sp {min-height: auto;margin-bottom: 32px;}
						  .second__academy__corporation__contents .gridImage__list__title.min-auto_pc {min-height: auto;margin-bottom: 10px;}
					  .second__academy__corporation__contents .gridImage__list__name {font-size: 1.8rem; font-weight: bold;text-align: center;}
					  .second__academy__corporation__contents .gridImage__list__detail {font-size: 1.4rem;}
						  }

  .academy__support__price{font-weight: bold; font-size: 2.8rem; color: #B8193F; margin-bottom: 0px;}
					 .academy__support__benefits{font-weight: bold; font-size: 2.8rem; margin-bottom: 10px;}
					  .academy__support__box .academy__support__list {line-height: 36px;}
					  .academy__support__box .academy__support__box__list {margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #333333;}
					  .academy__support__box .academy__support__box__list:last-child  {margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px;}
					  @media screen and (max-width: 768px) {
						  .academy__support__box .academy__support__list {line-height: 26px;}
						  .academy__support__box .academy__support__box__list {margin-bottom: 20px; padding-bottom: 25px; border-bottom: 1px solid #333333;}
					  }
@media screen and (max-width: 414px) {
.academy__support__price{font-weight: bold; font-size: 2.6rem; color: #B8193F; margin-bottom: 0px;}	
.academy__support__benefits{font-weight: bold; font-size: 2.6rem; margin-bottom: 10px;}
}

@media screen and (max-width: 375px) {
.academy__support__price{font-weight: bold; font-size: 2.4rem; color: #B8193F; margin-bottom: 0px;}	
.academy__support__benefits{font-weight: bold; font-size: 2.4rem; margin-bottom: 10px;}
}


.nav-footer-btn.styleA.is-show {background-color: #B8193F;    z-index: 10;}
		.footer-link.styleA {padding-bottom: 0px;padding-top: 20px;}
		.footer-link-btn-area.styleA {padding-bottom: 0px;}
		.footer-link-one-btn {text-align: center;}
		
		@media screen and (max-width: 768px) {
		.footer-link.styleA {  width: 98%!important;  padding-bottom: 0px!important;    padding-top: 10px!important;}
		}
		@media screen and (max-width: 414px) {
		.footer-link.styleA {   padding-top: 12px!important;}
		}
		@media screen and (max-width: 375px) {
		.footer-link.styleA {   padding-top: 14px!important;}
		}
		@media screen and (max-width: 320px) {
		.footer-link.styleA {   padding-top: 19px!important;}
		}
		
/* 240702 */
@media screen and (max-width: 450px) {
.second__academy__corporation__intro__title {font-weight: bold; font-size: 2.2rem;text-align: center;margin-bottom: 20px;padding: 0 10px;}
}
			@media screen and (max-width: 414px) {
.second__academy__corporation__intro__title {font-weight: bold; font-size: 2.0rem;text-align: center;margin-bottom: 20px;padding: 0 10px;}
}
			@media screen and (max-width: 375px) {
.second__academy__corporation__intro__title {font-weight: bold; font-size: 1.8rem;text-align: center;margin-bottom: 20px;padding: 0 10px;}
}

/* 240909 */
.second__academy__corporation__img {text-align: center; width: 200px; height: auto; margin: 0 auto; margin-bottom: 30px;}
.second__academy__corporation__contents .gridImage__list__title.min-auto_2lines {min-height: 58px;margin-bottom: 10px;}
@media screen and (max-width: 768px) {
.second__academy__corporation__contents .gridImage__list__title.min-auto_2lines {min-height: 44.78px;margin-bottom: 10px;}
}

/*241003*/

@media screen and (max-width: 768px) {
 .second__academy__corporation__contents .sponsor-area ul li {        width: 32.6%;        display: inline-block;        text-align: center;        font-size: 12px;        margin-bottom: 40px;   }
 }	

/*241112*/
			.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight:500 ;
  font-style: normal;
				font-size: 4.4rem;
				color: #bc1d45;
}
			
.item_fade {
    /*デフォルトで透明度0に指定*/
    opacity: 0;
    transition: 1.5s;
	transform: translateY(-30px);
}

/*スクロールした時に追加されるクラス*/
.item_fadein{
    opacity: 1;
	transform: translateY(0);
}
			
			
.partner__wrap .partner-top-img {
    position: relative;
    background: url(/partner/img/index/top-2024.jpg) no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 56.25%;
}
.partner__wrap .partner-top-img .partner-top-img-btn {
    position: absolute;
    left: 25.8%;
    bottom: 28%;
    width: 29.5%;
    margin-bottom: 0px;
}	
			@media screen and (max-width: 1600px) {
.partner__wrap .partner-top-img .partner-top-img-btn {
    position: absolute;
    left: 20.8%;
    bottom: 28%;
    width: 29.5%;
    margin-bottom: 0px;
}	
}				
			@media screen and (max-width: 768px) {
.partner__wrap .partner-top-img {
        margin-left: -10px;
        margin-right: -10px;
		    background-size: cover;
    }
				
.partner__wrap .partner-top-img .partner-top-img-btn {
    position: absolute;
    left: 20.8%;
    bottom: 23%;
    width: 29.5%;
    margin-bottom: 0px;
}	
				
}
			
	.partner--index .toggle.-style11 {border-bottom: 0px;    margin-bottom: 0px;}			
.partner--index .toggle.-style11 .toggle__body		 {padding: 20px;}
			
.partner--index .title.-style04_01 {
    margin-bottom: 1em;
    padding: 0 10px 7px;
    border-bottom: 2px solid #B8193F;
    color: #B8193F;
    font-weight: bold;
    font-size: 2.2rem;
}

.partner--index .title.-style04_02 {
    margin-bottom: 1em;
    padding: 0 10px 7px;
    border-bottom: 2px solid #091b32;
    color: #091b32;
    font-weight: bold;
    font-size: 2.2rem;
}

.partner--index .partner--collaboration .partner-ex-title {
    display: block;
    min-height: auto;
	margin-bottom: 15px!important;
}		
			.partner--index .partner--collaboration .partner-ex-title span {font-weight: bold;}
			.partner--index .partner--collaboration .partner-ex-title .partner--company {    color: #B8193F;display: block;}
			.partner--index .partner--collaboration .partner--company--logo {text-align: center;}
			.partner--index .partner--collaboration .partner--company--logo img {max-width: 200px; height: auto;}
			
@media screen and (max-width: 768px) {
.partner--index .toggle.-style11 .toggle__body		 {padding: 0px 0px 20px 0px;}			
	
.partner--index .title.-style04_01 {
        margin-bottom: .7em;
        padding: 0 5px 1px;
        font-size: 1.5rem;
    }	
	
.partner--index .title.-style04_02 {
        margin-bottom: .7em;
        padding: 0 5px 1px;
        font-size: 1.5rem;
    }	
	
.partner--index .partner--collaboration .grid.-col3.-sp-break .grid__item {
        margin-bottom: 30px;
        width: 100%;
    }
	.partner--index .partner--collaboration .grid.-col3.-sp-break .grid__item:last-child {
        margin-bottom: 0px;
        width: 100%;
    }
	
}		

.partner--second .link_back {margin-top: 60px; margin-bottom: 60px;}
.partner--second .link_back img {width: 140px; height: auto;}
.partner--second .link_back .link_back_text {font-size: 1.4rem; display:block; color: #333; margin-top: 10px;}
.partner--second .link_back a:hover{text-decoration: none; opacity: 0.8;}

.second-form-area .c-form {
	max-width: 768px;
	margin: 0 auto;
}
.second-form-area .c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.second-form-area .c-form__label,
.second-form-area .c-form__input {
	padding: 10px;
}
.second-form-area .c-form__label {
	width: 100%;
}
.second-form-area .c-form__input {
	width: 100%;
	border: solid 1px #333;
	border-radius: 0px;
}
.second-form-area .c-form__input:focus-visible {
	outline: #B8193F auto 1px;
}
.second-form-area .c-form__required {
	color: #fff;
	background-color: #B8193F;
	border-radius: 0px;
	padding: 5px 5px;
	margin: 0 0 0 18px;
}
.second-form-area textarea.c-form__input {
	height: 160px;
}
.second-form-area .c-form__submit {
	text-align: center;
	    margin-top: 50px;
}
.second-form-area .c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #B8193F;
	border: solid 1px #B8193F;
	border-radius: 0px;
	padding: 10px 30px;
	transition: 0.4s;
	cursor: pointer;
}
.second-form-area .c-form__submit button:hover {
	color: #B8193F;
	background-color: transparent;
}

@media (min-width: 768px) {
.second-form-area .c-form__item {
		flex-wrap: nowrap;
	}
.second-form-area .c-form__label {
		width: 40%;
	}
.second-form-area .c-form__input {
		width: 55%;
	}
}

/* 241114 */
.partner__section {padding: 0px;position: relative;}
		.partner__wrap .home__back {position: absolute; right: 20px; top: 20px; z-index: 10;}
		.partner__wrap .home__back a {background-color: #B8193F; color: #FFF; display: block; font-size: 2.2rem;}
		.partner__wrap .home__back a:hover {text-decoration: none;opacity: 0.8;    transition: .3s;}
		.partner__wrap .home__back a span {padding: 10px;}
		.partner__wrap .partner__bg__red {padding: 10px 0px;background-color: #ffecf1;}
		.partner__wrap .partner__bg__gray {padding: 10px 0px;background-color: #f2f2f2;}
		.partner__wrap .partner--collaboration .grid.-col3 .grid__item {
    width: calc(30.3% - 10px);
    margin: 0 0 10px;
    background-color: #FFF;
    padding: 15px;
}
		.partner__wrap .partner--protect .gridImage.-col3 .gridImage__item {
    width: calc(30.3% - 10px);
    margin: 0 0 10px;
    background-color: #FFF;
    padding: 15px;
}
		.partner__wrap .partner--protect .protect--img {margin: 0px;}
			.partner__wrap .partner--protect .protect--title {margin: 0px;}
			.partner__wrap .partner--protect .protect--text {margin: 0px;}
		
		.partner__wrap .partner__more a {font-size: 2.0rem;border: 1px solid #036EB8; display:inline-block;padding: 10px 20px;}
		.partner--index .partner--collaboration .partner-ex-title.title--line2 {min-height: 58px;}
		.partner--index .partner--collaboration .partner-ex-title.title--line3 {min-height: 86px;}
		
		@media screen and (max-width: 768px){
		.partner__section {padding:0px 0px 0}
		.partner__wrap .home__back {position: absolute; right: 10px; top: 10px; z-index: 10;}
		.partner__wrap .partnership__area {padding:0px 10px 0}
		.partner__wrap .partner__area {padding:0px 10px 0}
		.partner__wrap .partner--index .partner--collaboration .grid.-col3.-sp-break .grid__item {
        margin-bottom: 30px;
        width: 100%;
		padding: 0px;
    }
			.partner__wrap .partner--index .partner--collaboration .partner--company--logo {padding: 10px 10px 0px 10px;}
			.partner__wrap .partner--index .partner--collaboration .partner--company--img {padding: 0px 10px 10px 10px;}
			.partner__wrap .partner--index .partner--collaboration .partner-ex-title {padding: 0px 10px;}
			.partner__wrap .partner--index .partner--collaboration .partner-ex-detail {padding: 0px 10px 10px 10px;}
			
			.partner__wrap .partner--protect .gridImage.-col3 .gridImage__item {
    width: 100%;
    margin-bottom: 30px;
        width: 100%;
		padding: 0px;
}
			
			.partner__wrap .partner--protect .protect--img {padding: 10px 10px 0px 10px;margin: 0px;}
			.partner__wrap .partner--protect .protect--title {padding: 0px 10px 0px 10px;margin: 0px;}
			.partner__wrap .partner--protect .protect--text {padding: 0px 10px 10px 10px;margin: 0px;}
			
			.partner__wrap .partner__more a {font-size: 1.4rem;border: 1px solid #036EB8; display:inline-block;padding: 5px 10px;}
			.partner--index .partner--collaboration .partner-ex-title.title--line2 {min-height: auto;}
		.partner--index .partner--collaboration .partner-ex-title.title--line3 {min-height: auto;}
		}
		
		.partner__wrap .home__top__back {position:  fixed; right: 20px; top: 20px; z-index: 10;}
		.partner__wrap .home__top__back a {background-color: #B8193F; color: #FFF; display: block; font-size: 2.2rem;}
		.partner__wrap .home__top__back a:hover {text-decoration: none;opacity: 0.8;    transition: .3s;}
		.partner__wrap .home__top__back a span {padding: 10px;}
		
		@media screen and (max-width: 768px){
		.partner__wrap .home__top__back {position: fixed; right: 10px; top: 10px; z-index: 10;}
		}

@media screen and (max-width: 375px) {
    .second__academy__corporation__contents .sponsor-area ul li {
        width: 31.6%;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin-bottom: 40px;
    }
}

/* 250723 */
/*	  .splide__list {place-items: center;} */ /*天地中央*/

	  .splide [role="tabpanel"] {
    display: block;
}
	 .splide {
      max-width: 768px;
      margin: 0 auto;
      position: relative;
		 padding: 0px 10px;
    }

    /* 重要: トラックの overflow を解除 */
    .splide__track {
      overflow: visible!important;
    }

    /* 画像サイズと見た目調整 */
    .splide__slide img {
      width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); /* シャドウ追加 */
    }
	  
.splide .slide-content {
  text-align: left;
  padding: 0rem 0;
}

.splide .slide-caption {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #333;
	font-weight: bold;
}
	  .splide .slide-content a {
  display: block;
}
	  .splide .slide-content a:hover {
text-decoration: none;
}
	  

.splide .slide-caption {opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 2s ease-out forwards;
		font-weight: bold;
	  will-change: transform, opacity;}
	
	  
	  .splide .slide-caption {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.splide .slide-caption.active {
  opacity: 1;
  transform: translateY(0);
}
	  
		.splide .fadein-up {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 2s ease-out forwards;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
	  
	  
	  @media screen and (max-width: 768px) {
	  .splide {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
    }
	  }

		
		
#page .freaks_wrap .top-freaks-main-wrap {background-color: #FFF;}
#page .freaks_wrap .top-freaks-main-slide {max-width: 1100px;margin:  0 auto;/* overflow: hidden; */position: relative;padding-top: 50px; }
#page .freaks_wrap .top-freaks-main-slide__itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-right: 5%;
	padding-left: 1%;
/*  overflow: hidden; */
  /* position: relative; */
}
		
#page .freaks_wrap  .top-freaks-main-wrap .swiper-wrapper { /* place-items: center; */place-items:baseline; }

@media screen and (max-width: 768px){

#page .freaks_wrap .top-freaks-main-slide__itemList {
	padding-right: 0%;
	padding: 0px 10px 40px;
}
}

#page .freaks_wrap .top-freaks-main-slide__itemList::before {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  width: calc(25% - 10px);
}

#page .freaks_wrap .top-freaks-main-slide__itemList::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

#page .freaks_wrap .top-freaks-main-slide__item {
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 0px;
}

/*
.top-freaks-main-slide__item img {
  -webkit-transition: 500ms;
  transition: 500ms;
}

.top-freaks-main-slide__item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
 */
#page .freaks_wrap .top-freaks-main-slide__item:hover .top-freaks-main-slide__itemTitle {
  text-decoration: underline;
}

#page .freaks_wrap .top-freaks-main-slide__itemTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: left;
}

#page .freaks_wrap .top-main-slide {/* padding-bottom: 30px; */}

#page .freaks_wrap .top-freaks-main-slide .swiper-button-prev {
   /* left: calc(-1% - 15px); */
   /* border-top: 4px solid #0E6CBF; */
   /* border-left: 4px solid #0E6CBF; */
   /* -webkit-transform: rotate(-45deg); */
   /* transform: rotate(-45deg); */
   /* margin-top: 1%; */
   background-color: black;
   top: calc(50% - 80px);
   width: 22px;
   height: 100px;
   background-color: black;
   border: 0;
   -webkit-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: 300ms;
   transition: 300ms;
   opacity: .7;
   top: calc(68% - 50px);
   /* width: 22px; */
   height: 50px;
}

#page .freaks_wrap .top-freaks-main-slide .swiper-button-next {
   /* right: calc(-1% - 15px); */
   /* border-top: 4px solid #0E6CBF; */
   /* border-right: 4px solid #0E6CBF; */
   /* -webkit-transform: rotate(45deg); */
   /* transform: rotate(45deg); */
   /* margin-top: 1%; */
   background-color: black;
   top: calc(50% - 80px);
   width: 22px;
   height: 100px;
   background-color: black;
   border: 0;
   -webkit-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: 300ms;
   transition: 300ms;
   opacity: .7;
   top: calc(68% - 50px);
   /* width: 22px; */
   height: 50px;
}

#page .freaks_wrap .top-freaks-main-slide .swiper-button-next::after{content: "";position: absolute;top: calc(52% - 10px);right: 8px;width: 11px;height: 11px;border: 2px solid transparent;border-top-color: white;border-right-color: white;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#page .freaks_wrap .top-freaks-main-slide .swiper-button-prev::after{content: "";position: absolute;top: calc(52% - 10px);left: 8px;width: 11px;height: 11px;border: 2px solid transparent;border-top-color: white;border-right-color: white;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}

#page .freaks_wrap .top-freaks-main-slide .top-freaks-main-slide__itemImage {overflow: hidden;    border-radius: 15px;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);margin: 5px;}
#page .freaks_wrap .top-freaks-main-slide .top-freaks-main-slide__itemImage img {
      display: inline;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      align-self: center;
      object-fit: cover;
}

#page .freaks_wrap .top-freaks-main-Title {font-weight: bold;color: #0E6CBF;margin-left: 0%;font-size: 3.4rem;margin-left: 2%;margin-bottom: 10px;}
#page .freaks_wrap .top-freaks-main-slide .swiper-slide {margin: 0 auto;}
/* .top-freaks-main-slide .swiper-slide img  {box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);} */
/* .top-freaks-main-slide .shadow {box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.45);} */


		
		
#page .freaks_wrap .top-pickup-wrap {background-color: #FFF;}
#page .freaks_wrap .top-pickup-slide {max-width: 1100px;margin:  0 auto;/* overflow: hidden; */position: relative;padding-top: 30px; }
#page .freaks_wrap .top-pickup-slide__itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-right: 5%;
	padding-left: 1%;
/*  overflow: hidden; */
  /* position: relative; */
}
		
#page .freaks_wrap .top-pickup-wrap .swiper-wrapper { place-items: center;}

@media screen and (max-width: 768px){
#page .freaks_wrap .top-pickup-slide {max-width: 1100px;margin:  0 auto;/* overflow: hidden; */position: relative;padding-top: 20px; }
	.top-pickup-slide__itemList {
	padding-right: 0%;
	padding: 0px 10px 20px;
}
}

#page .freaks_wrap .top-pickup-slide__itemList::before {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  width: calc(25% - 10px);
}

#page .freaks_wrap .top-pickup-slide__itemList::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}

#page .freaks_wrap .top-pickup-slide__item {
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 0px;
}

/*
.top-pickup-slide__item img {
  -webkit-transition: 500ms;
  transition: 500ms;
}

.top-pickup-slide__item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
 */
#page .freaks_wrap .top-pickup-slide__item:hover .top-pickup-slide__itemTitle {
  text-decoration: underline;
}

#page .freaks_wrap .top-pickup-slide__itemTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: left;
}

#page .freaks_wrap .top-main-slide {/* padding-bottom: 30px; */}

#page .freaks_wrap .top-pickup-slide .swiper-button-prev {
   /* left: calc(-1% - 15px); */
   /* border-top: 4px solid #0E6CBF; */
   /* border-left: 4px solid #0E6CBF; */
   /* -webkit-transform: rotate(-45deg); */
   /* transform: rotate(-45deg); */
   /* margin-top: 1%; */
   background-color: black;
   top: calc(50% - 80px);
   width: 22px;
   height: 100px;
   background-color: black;
   border: 0;
   -webkit-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: 300ms;
   transition: 300ms;
   opacity: .7;
   top: calc(68% - 50px);
   /* width: 22px; */
   height: 50px;
}

#page .freaks_wrap .top-pickup-slide .swiper-button-next {
   /* right: calc(-1% - 15px); */
   /* border-top: 4px solid #0E6CBF; */
   /* border-right: 4px solid #0E6CBF; */
   /* -webkit-transform: rotate(45deg); */
   /* transform: rotate(45deg); */
   /* margin-top: 1%; */
   background-color: black;
   top: calc(50% - 80px);
   width: 22px;
   height: 100px;
   background-color: black;
   border: 0;
   -webkit-transform: rotate(0);
   transform: rotate(0);
   -webkit-transition: 300ms;
   transition: 300ms;
   opacity: .7;
   top: calc(68% - 50px);
   /* width: 22px; */
   height: 50px;
}

#page .freaks_wrap .top-pickup-slide .swiper-button-next::after{content: "";position: absolute;top: calc(52% - 10px);right: 8px;width: 11px;height: 11px;border: 2px solid transparent;border-top-color: white;border-right-color: white;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#page .freaks_wrap .top-pickup-slide .swiper-button-prev::after{content: "";position: absolute;top: calc(52% - 10px);left: 8px;width: 11px;height: 11px;border: 2px solid transparent;border-top-color: white;border-right-color: white;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}

#page .freaks_wrap .top-pickup-slide .top-pickup-slide__itemImage {overflow: hidden;    border-radius: 15px;}
#page .freaks_wrap .top-pickup-slide .top-pickup-slide__itemImage img {
      display: inline;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      align-self: center;
      object-fit: cover;
}

#page .freaks_wrap .top-pickup-Title-style01 {font-weight: bold;color: #b8193f;margin-left: 0%;font-size: 2.4rem;margin-left: 2%;margin-bottom: 10px;}
#page .freaks_wrap .top-pickup-Title-style02 {font-weight: bold;color: #ffffff;margin-left: 0%;font-size: 2.4rem;margin-left: 2%;margin-bottom: 10px;}
#page .freaks_wrap .top-pickup-slide .swiper-slide{border-radius: 30px; position: relative;}
/* .top-pickup-slide .swiper-slide  {box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);} */
/* .top-pickup-slide .shadow {box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.45);} */

#page .freaks_wrap .top-pickup-slide .top-pickup-slide__text {position: absolute;color: #FFF; left:10px; bottom: -10px;font-size: 1.6rem; line-height: 2.4rem;}
#page .freaks_wrap .top-pickup-slide .top-pickup-slide__text p{}
		
#page .freaks_wrap .top-pickup-wrap-bg-style01 {background-color: #eeeeee;}
#page .freaks_wrap .top-pickup-wrap-bg-style02 {background-color: #302d2c;}
		
@media screen and (max-width: 768px){
#page .freaks_wrap .top-pickup-Title-style01 {font-weight: bold;color: #b8193f;margin-left: 0%;font-size: 1.6rem;margin-left: 0;margin-bottom: 10px;padding-left: 10px;}
#page .freaks_wrap .top-pickup-Title-style02 {font-weight: bold;color: #ffffff;margin-left: 0%;font-size: 1.6rem;margin-left: 0;margin-bottom: 10px;padding-left: 10px;}
#page .freaks_wrap .top-pickup-slide .top-pickup-slide__text {position: absolute;color: #FFF; left:10px; bottom: -5px;font-size: 1.2rem; line-height: 1.6rem; width: 90%;}
#page .freaks_wrap .top-pickup-slide .top-pickup-slide__text p{font-weight: bold;}
	
#page .freaks_wrap .top-pickup-slide .swiper-button-prev {
    /* left: calc(4.5% - 15px); */
    /* border-top: 4px solid #0E6CBF; */
    /* border-left: 4px solid #0E6CBF; */
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
    /* margin-top: 2%; */
}

#page .freaks_wrap .top-pickup-slide .swiper-button-next {
    /* right: calc(4.5% - 15px); */
    /* border-top: 4px solid #0E6CBF; */
    /* border-right: 4px solid #0E6CBF; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* margin-top: 2%; */
    /* background-color: black; */
}
		}
		

		
#page .freaks_wrap .slider__title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0px 0px 10px;

			
}
#page .freaks_wrap .slider__title-button-style01 {
    margin-left: auto;
    width: auto;
    height: auto;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 15px;
}	
#page .freaks_wrap .slider__title-button-style01 a{color: #333;padding: 3px 15px; display:block;border-radius: 13px;    border: 1px solid #505050;}
#page .freaks_wrap .slider__title-button-style01 a:hover {background-color: #b8193f; color: #fff; text-decoration: none;border: 1px solid #b8193f;}
		
		@media screen and (max-width: 768px) {
			
#page .freaks_wrap .slider__title-button-style01 {
    margin-left: auto;
    width: auto;
    height: auto;
    border-radius: 15px;
	font-size: 1.4rem;
	text-align: center;
					margin-right: 2%;
}
#page .freaks_wrap .slider__title-button-style01 a{color: #333;padding: 2px 10px; display:block;border-radius: 13px;    border: 1px solid #505050;}
#page .freaks_wrap .slider__title-button-style01 a:hover {background-color: #b8193f; color: #FFF; text-decoration: none;border: 1px solid #b8193f;}
		}