@charset "UTF-8";

/* トップページ
----------------------------------------------------------------------------------------------------------- */
.fv-slider{
  overflow: hidden;
  width: 100%;
}
.fv-slider li{
  width: 100%;
  position: relative;
}
.fv-slider li img,
.fv-slider li video{ width: 100%; height: auto;}


.topics-wrap{
  padding: 20px;
}
.topics-slider {
  width: 100%;
  padding: 0 30px;
}
.topics-wrap .title-headline{
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.topics-slider li{
  padding: 10px !important;
  text-align: center;
}
.topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics li{
  width: 50%;
  padding: 5px;
}
.topics-box{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.topics-box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;

}
.topics-box:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

.topics-box__head{
  display: block;
  padding: 10px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.topics-box__head h3{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics-box__head p{
  font-size: 9px;
  text-align: right;
  position: absolute;
  padding: 0 10px;
  right: 0;
  bottom: 5px;
  height: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.topics-slider .slick-prev,
.topics-slider .slick-next {
    width: 36px;
    height: 36px;
}
.topics-slider .slick-prev{ left: -10px;}
.topics-slider .slick-next{ right: -10px;}

.topics-slider .slick-prev:before,
.topics-slider .slick-next:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topics-slider .slick-prev:before{
 background-image: url(../images/common/arrow_prev.png);
}

.topics-slider .slick-next:before{
 background-image: url(../images/common/arrow_next.png);
}


/* 各チームトップ
----------------------------------------------------------------------------------------------------------- */
.main.futsal,
.main.satellite
.main.volleyball{
  background-color: #000;
  position: relative;
}

.breaking-wrap{
  text-align: center;
  vertical-align: middle;
  padding: 25px;
}

.futsal.__index .breaking-wrap{
  background-image: url(../images/futsal/main.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}


.breaking{
  width: 280px;
  display: inline-block;
  vertical-align: bottom;
}
.breaking .schedule-result{
  margin: 0 ;
}
.breaking h2{
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1;
}
.ranking-now{
  width: 100%;
  min-height: 91px;
  padding: 5px 10px;
  background-color: #666666;
  color: #fff;
  text-align: left;
  position: relative;
}
.ranking-now__date .flag{
  display: block;
  width: 103px;
  margin-top: 3px;
}
.ranking-now__date .flag img{
  width: 100%;
  height: auto;
}
.ranking-now__rank{
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.ranking-now__rank span{
  font-size: 70px;
  margin: 0 7px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  top: 2px;
}


/* TOPICS
----------------------------------------------------------------------------------------------------------- */
.topics-list{ width: 100%; }
.topics-list li{
  font-size: 16px;
  font-weight: bold;
  position: relative;
  /*padding: 10px 200px 8px 10px;*/
  padding: 10px 10px 8px 10px;
  border-bottom: #cccccc solid 1px;
}
.topics-list li span{
  /*width: 200px;*/
  text-align: right;
  font-weight: normal;
  font-size: 10px;
  display: block;
  /*position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.topics-list-vasa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics-list-vasa li{
  width: 50%;
  padding: 5px;
}


/* topics詳細  */
.__topics .headline1{
  margin-bottom: 5px;
  text-align: left;
}

.__topics .entry-date{
  font-size: 11px;
  text-align: right;
}

.__topics .entry-body{
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 1.1em;
}
  .entry-body::after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.entry-body h1{ font-size: 1.5em; margin-bottom: 15px; }
.entry-body h2{ font-size: 1.4em; margin-bottom: 15px; }
.entry-body h3{ font-size: 1.3em; margin-bottom: 15px; }
.entry-body h4{ font-size: 1.2em; margin-bottom: 15px; }
.entry-body h5{ font-size: 1.1em; margin-bottom: 15px; }
.entry-body p{
  margin-bottom: 40px;
}
.entry-body img{
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.entry-body ul{
  list-style: disc outside;
  margin:20px 0 20px 20px;
}
  .entry-body ul li{ margin: 7px 0;}

.entry-body ol{
  list-style: decimal outside;
  margin:20px 0 20px 20px;
}
  .entry-body ol li{ margin: 7px 0;}

.entry-body a{ color: #ff9900; }
.entry-body a:hover{ color: #666666; }

.entry-body table,
.entry-body tbody,
.entry-body tr,
.entry-body th,
.entry-body td {
display: block;
}

.entry-body table th{
  padding: 15px;
  background-color:#666666;
  text-align: center;
  font-weight: bold;
  color:#fff;
}

.entry-body table td{
  padding: 15px;
  background-color:#eeeeee;
  border-bottom: #fff solid 5px;
  text-align: left;
  color:#000;
}

.entry-body iframe{
    width: 100%;
    height: auto;
}


/* 固定ページ
----------------------------------------------------------------------------------------------------------- */
.__default h1{
  padding: 0 0 7px;
  margin-bottom: 15px;
  border-bottom: #cccccc solid 1px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.__default h2,
.__default h3,
.__default h4,
.__default h5{
  margin-bottom: 15px;
  font-weight: bold;
}
.__default h2{ font-size: 21px; }
.__default h3{ font-size: 18px; }
.__default h4{ font-size: 16px; }
.__default h5{ font-size: 14px; }

.__default p{
  font-size: 14px;
  margin-bottom: 30px;
}
.__default img{
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.__default .note{
  font-size: 11px;
}
.__default a{ color: #ff9900; }
.__default a:hover{ color: #666666; }

.__default table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

.__default table:not(.schedule),
.__default table:not(.schedule) tbody,
.__default table:not(.schedule) tr,
.__default table:not(.schedule) th,
.__default table:not(.schedule) td {
display: block;
}

.__default table th{
  padding: 15px;
  background-color:#666666;
  text-align: center;
  font-weight: bold;
  color:#fff;
}

.__default table td{
  padding: 15px;
  background-color:#eeeeee;
  border-bottom: #fff solid 5px;
  text-align: left;
  color:#000;
}


.__default .scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.__default table.schedule{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin-bottom: 30px;
}

.__default table.schedule th{
  padding: 10px;
  background-color:#666666;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  text-align: center;
  font-weight: bold;
  color:#fff;
}

.__default table.schedule td{
  padding: 10px;
  background-color:#eeeeee;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  text-align: left;
  color:#000;
}
.__default table.schedule td.center{ text-align: center; }

.__default table.schedule th.col01, .__default table.schedule td.col01{ width:2%; }
.__default table.schedule th.col02, .__default table.schedule td.col02{ width:20%; }
.__default table.schedule th.col03, .__default table.schedule td.col03{ width:6%; }
.__default table.schedule th.col04, .__default table.schedule td.col04{ width:28%; }
.__default table.schedule th.col05, .__default table.schedule td.col05{ width:36%; }
.__default table.schedule th.col06, .__default table.schedule td.col06{ width:8%; }



.__default ul{
  list-style: disc outside;
  margin:20px 0 20px 20px;
}
  .__default ul li{ margin: 7px 0;}

.__default ol{
  list-style: decimal outside;
  margin:20px 0 20px 20px;
}
  .__default ol li{ margin: 7px 0;}


/* スポンサーページ */
ul.v_sponsor{ list-style: none; }
ul.v_sponsor img { margin:0 6px 10px; }


/* PLAYER/STAFF
----------------------------------------------------------------------------------------------------------- */
.__bg-block{
  color: #fff;
}

.__player h2,
.__player h3,
.__player h4,
.__player h5{
  margin-bottom: 15px;
  font-weight: bold;
}
.__player h2{ font-size: 21px; }
.__player h3{ font-size: 18px; }
.__player h4{ font-size: 16px; }
.__player h5{ font-size: 14px; }

.__player p{
  font-size: 12px;
  margin-bottom: 30px;
}
.__player img{
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.__player .note{
  font-size: 11px;
}
.__player a{ color: #ff9900; }
.__player a:hover{ color: #666666; }

.__player table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

.__player table,
.__player tbody,
.__player tr,
.__player th,
.__player td {
display: block;
}

.__player table th{
  padding: 15px;
  background-color:#666666;
  text-align: center;
  font-weight: bold;
  color:#fff;
}

.__player table td{
  padding: 15px;
  background-color:#eeeeee;
  border-bottom: #fff solid 5px;
  text-align: left;
  color:#000;
}

.__player ul{
  list-style: disc outside;
  margin:20px 0 20px 20px;
}
  .__player ul li{ margin: 7px 0;}

.__player ol{
  list-style: decimal outside;
  margin:20px 0 20px 20px;
}
  .__player ol li{ margin: 7px 0;}


.player-list{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  margin: 0 0 40px 0 !important;
  list-style: none !important;
}

.player-list li{
  position: relative;
  width: calc(50% - 10px);
  margin: 5px !important;
}

.player-list li a{
  display: block;
  width: 100%;
}
.player-list li a:hover{ opacity: .7;}

.player-list li img{
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.player-position{
  padding: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #333;
}

.player-number{
  display: block;
  padding-top: 5px;
  line-height: 1;
  font-family:'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.player-list .player-number{
  width: 40px;
  height: 40px;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.futsal .player-number{ background-color: #ff9900;} /* トップチーム */
.satellite .player-number{ background-color: #00b4b4;} /* サテライト */
.volleyball .player-number{ background-color: #e67896;} /* バレーボール */

.player-list .player-name{
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  min-height: 40px;
  left: 0;
  bottom: 5px;
  background-color: rgba(0,0,0,.7);
  font-size:15px;
  color: #fff;
  font-weight: bold;
  font-style: oblique;
  line-height: 1.25;
}

.player-info .player-photo{
  width: 100%;
  margin-bottom: 15px;
}
.player-info .player-photo img{
  width: 100%;
  margin: 0 !important;
}

.player-card{
  width: 100%;
}

.player-card__head{
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 15px;
}

.player-card__head .player-number{
  width: 50px;
  height: 50px;
  font-size: 36px;
}

.player-card__head .player-name{
  padding: 1px 0 0 15px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.player-card__head .player-name .player-position{
  display: block;
  font-size: 12px;
  color: #000;
}

.volleyball .player-card__head .player-name{
  padding-top: 8px;
}

.player-card__body{
  font-size: 13px;
}

.player-card__body .birth{
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: bold;
}

.player-card__body .__qa{
  margin-bottom: 25px;
}

.player-card__body .__qa dd{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}

.player-card__body .__profile{
  margin: 0;
  list-style: none !important;
}
.player-card__body .__profile li{
  margin:15px 0;
  font-size: 13px;
  font-weight: bold;
}
.player-card__body .__profile span{
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-right: 15px;
}

.player-image{
  margin-top: 20px;
}
.player-image a{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.player-image a img{
  width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (min-width: 541px) {
.player-image{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.player-image a{
  display: block;
  position: relative;
  overflow: hidden;
  width: 49%;
  height: 180px;
  margin-right: 1%;
  vertical-align: top;
}
.player-image a:nth-child(2n){
  margin-right: 0;
}
.player-image a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: initial;
  height: 100%;
  margin: 0;
}
}

/* Contact Form 7
----------------------------------------------------------------------------------------------------------- */
.wpcf7-form input{
	padding: 3px 5px;
	border: #999 1px solid;
  color: #000;
	height:30px;
	box-sizing: border-box;
	outline: none;
}
.wpcf7-form input[type="submit"]{
  min-width: 20%;
	margin:0 auto;
	display:block;
	padding:10px 15px 35px;
	border: #999 1px solid;
	color:#000;
	text-align: center;
	background: #EEE;
	cursor:pointer;
	font-size:16px;
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  text-decoration:none;
}
.wpcf7-form input[type="submit"]:hover{
	background-color:#CCC;
	color:#000;
}
.wpcf7-form textarea{
  width: 100%;
	padding: 3px 5px;
	border: #999 1px solid;
  color: #000;
	box-sizing: border-box;
	outline: none;
}
