@charset "utf-8";

/* ------------------------------
	共通
 ------------------------------*/

body{
	background: url("/images/leaguedomestic/u-21jleague/bg_u-21jleague.png") center top no-repeat;
	background-size: contain;
}

.contents_title{
	text-align: center;
}
.contents_lead{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	line-height: 1.5;
}
.pc-hidden{
	display: none;
}

/* ------------------------------
	タイトルヘッダー
 ------------------------------*/

#content-header-inner {
	width: 980px;
	position: relative;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}
#content-header h2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	-ms-transform     : translateY(-50%);
	transform         : translateY(-50%);
}
#content-header h2 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content-header .header-txt {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	-ms-transform     : translateY(-50%);
	transform         : translateY(-50%);
	right: 0;
}
#content-header .header-txt.u-21j {
	position: absolute;
	right: 12px;
	font-size: 38px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -1.8px;
	text-shadow: 1px 1px 10px #FFF;
	text-align: right;
	line-height: 1.2;
}
#content-header .header-txt.u-21j .fast-txt {
    display: block;
    color: #000000;
    font-size: 36px;
    letter-spacing: -4px;
}
#content-header .header-txt.u-21j .second-txt {
    display: block;
	color: #e50012;
}
#content-header .header-txt.u-21j .second-txt .small {
    font-size: 32px;
}
#content-header .header-txt.u-21j .second-txt .sup_txt {
    font-size: 18px;
}

/* ------------------------------
	menu
 ------------------------------*/
 @media screen and (min-width: 768px) {
	#u-21j_menu.local_nav ul li a.is-current,
	#u-21j_menu.local_nav ul li a:hover {
		background: #888888;
	}
	#u-21j_menu.local_nav li#menu_app:last-child a {
		color: #FAE64A;
	}
}

/* ------------------------------
	menu (スマホナビ)
 ------------------------------*/
@media screen and (max-width: 768px) {
	#u-21j_menu {
		width: 100%;
		background: linear-gradient(to bottom, #000, #333);
	}
	#u-21j_menu > ul {
		border-left: solid 1px #000000;
		border-right: 1px solid #383c42;
		display: flex;
		flex-wrap: wrap;
	}
	#u-21j_menu > ul > li {
		text-align: center;
		color: #fff;
		font-size: 12px;
		border-top: solid 1px #383c42;
		border-left: solid 1px #383c42;
		border-right: solid 1px #000000;
		border-bottom: solid 1px #000000;
		width: 33.3%;
	}
	#u-21j_menu > ul > li a {
		display: block;
		color: #fff;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
	}
	/* ルヴァン */
	#u-21j_menu > ul > li a.is-current {
		background: #e50012;
	}
}


/* ------------------------------
	大会ガイド
 ------------------------------*/

/* みどころ */

.midokoro{
	overflow : hidden;
	position : relative;
	zoom     : 1;
	padding-top: 60px;
	margin-bottom: 80px;
	font-size: 14px;
	line-height: 1.75;
	color: #222;
}

.midokoro .contents_title{
	 margin-bottom: 50px; 
}

.midokoro p{
	 text-indent: 1em;
	 margin-bottom: 15px;
	 font-size: 16px;
}
.midokoro .coming_soon p {
	font-size: 32px;
}
 @media screen and (max-width: 768px) {
.midokoro .coming_soon p {
	font-size: 18px;
}
 }
	
.midokoro .photo_right{
	float: right;
	margin-left: 25px;
}

/*　チーム一覧　*/

#contents .team-list{
	margin-top: 60px;
	margin-bottom: 10px;
}

.team-list .box-145 {
	width: 980px;
	border: solid 1px #e4e4e4;
	background: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.team-list ul {
	margin: 10px 15px 6px;
}
.team-list ul.groupB {
	margin: 10px 14px 6px;
}
.team-list ul.groupB li:first-child{
	width: 121px;
}
.team-list ul li {
	width: 108px;
	min-height: 124px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin: 0 2px;
}

.team-list li div.title > * {
	display: table-cell;
	vertical-align: middle;
}
.team-list li div.title img {
	width: 65px;
	margin: 0 auto;
}
.team-list li div.title span {
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 0px;
	display: block;
}
.group_wrap {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.group_wrap:nth-child(even) {
	border-right: none;
}
.group_wrap:last-child {
	width: 100%;
	border: none;
}
.group_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.group_wrap:last-child ul{
	width: 448px;
	margin-left: auto;
	margin-right: auto;
}

.group_wrap h4 {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #073190;
}

/* ------------------------------
	順位表
 ------------------------------*/

.standings{
	padding-top: 60px;
	margin-bottom: 60px !important;
}
.standings_date{
	font-size: 12px;
	font-weight: bold;
	color: #e60312;
	text-align: center;
	margin: 20px 0 30px;
	
}
.standings_title {
	color: #073190;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.standings_table {
	width: 100%;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #e6e6e6;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
}
.standings_table tr th {
	background: #a2a5af;
	font-size: 14px;
	padding: 9px 0;
	color:#fff;
	text-align: center;
}
.standings_table tr th:first-child {
	width: 3%;
}
.standings_table tr th.w75 {
	width: 75px;
}
.standings_table tr .tal {
	padding-left: 10px;
	text-align: left;
}
.standings_table tr .tal img{
	vertical-align: middle;
}
.standings_table tr td {
	padding: 13px 0;
	vertical-align: middle;
	background: #fff;
	text-align: center;
}
.standings_rule {
    margin-top: 60px;
}

.standings_rule h3 {
    font-weight: bold;
	font-size: 18px;
}

.standings_rule p {
    margin-bottom: 20px;
    line-height: 2;
	font-size: 14px;
}

/* ------------------------------
	水沼貴史の大会展望
 ------------------------------*/

/*　ヘッダー　*/

#contents.mizunuma{
	width: 100%;
}

.mizunuma_title{
	width: 980px;
	margin: 25px auto 0;
}

/*　基本レイアウト　*/

#q1{padding-top: 30px;}
#q2,
#q3{padding-top: 60px;}

.answer_lead{
	text-align: center;
	margin-bottom: 40px;
}
.answer_text{
	overflow : hidden;
	position : relative;
	zoom     : 1;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 40px;
}
.answer_text p{
	margin-top: 20px;
}

/* 質問 */
.ttl_q{
	margin-bottom: 20px;
	text-align: center;
}

/* 回答 */
.ttl_a{
	width: 980px;
	margin: 0 auto;
}
#q1 .ttl_a{	padding-left: 27px;}
#q2 .ttl_a{	padding-left: 140px;}
#q3 .ttl_a{	padding-left: 60px;}

/* 回答枠 */
.answer_outer{
	background: center top no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
#q1 .answer_outer,
#q3 .answer_outer{background-image: url(/images/leaguedomestic/levain/2018/bg_q_blue.png);}
#q2 .answer_outer{background-image: url(/images/leaguedomestic/levain/2018/bg_q_black.png);}

.answer_outer.is-close{
	height: 180px;
	overflow-y: hidden;
	/*animation: closing 0.5s;*/
}
/*
.answer_outer.is-open{
	animation: opening 0.5s;
}
@keyframes opening {
	0%   { height: 50px;}
	100% { height: 1640px;}
}
@keyframes closing {
	0%   { height: 1640px;}
	100% { height: 50px;}
}
*/
/* アコーディオン関連 */
.close_area{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 60%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 60%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.25)), to(rgba(255,255,255,1))); /*古い機種用*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 60%);
}
.close_area.is-close{
	display: none;
}
.open_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	-ms-transform     : translate(-50%,-50%);
	transform         : translate(-50%,-50%);
	cursor: pointer;
}
.close_btn{
	position: absolute;
	bottom: -32px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	-ms-transform     : translateX(-50%);
	transform         : translateX(-50%);
	cursor: pointer;
}
.is-close .close_btn{
	display: none;
}
.open_btn:hover,
.close_btn:hover{
	opacity: 0.9;
}

/* キャンペーンバナー */
.bnr_campaign{
	width: 780px;
	margin: 50px auto;
}
.bnr_campaign img{
	width: 100%;
	height: auto;
}
#q1 .bnr_campaign,
#q2 .bnr_campaign{
	margin-top: 40px;
	margin-bottom: 0;
}

/*　Q1　--------------------　*/

#q1 .answer_column{
	width: 980px;
	margin: 0 auto;
	border: #000 6px solid;
	background: url(/images/leaguedomestic/levain/2018/bg_line.png);
	padding: 44px 39px 4px;
	box-sizing         : border-box;
}

#q1 .answer_photo{
	text-align: center;
	margin-top: 20px;
}
#q1 .answer_photo p{
	margin-top: 5px;
}
#q1 .photo_r{
	float: right;
	margin-left: 20px;
}
#q1 .photo_l{
	float: left;
	margin-right: 20px;
}

/*　Q2　--------------------　*/

/*　タブ　*/

ul.tab_group{
	overflow : hidden;
	position : relative;
	zoom     : 1;
	width: 980px;
	margin: 0 auto;
}
li.tab_group{
	float: left;
	margin-right: 3px;
	cursor: pointer;
	width: 243px;
	height: 124px;
	background: center center no-repeat;
}
li.tab_group#group_a{background-image: url(/images/leaguedomestic/levain/2018/q2_tab_a_on.png);}
li.tab_group#group_b{background-image: url(/images/leaguedomestic/levain/2018/q2_tab_b_on.png);}
li.tab_group#group_c{background-image: url(/images/leaguedomestic/levain/2018/q2_tab_c_on.png);}
li.tab_group#group_d{background-image: url(/images/leaguedomestic/levain/2018/q2_tab_d_on.png);}

li.tab_group.is-active img,
li.tab_group.is-active2 img{
	display: none;
}
li.tab_group:first-child{
	margin-right: 2px;
}
li.tab_group:last-child{
	margin-right: 0;
}

/*　枠　*/

#q2 .answer_column{
	width: 980px;
	margin: 0 auto;
	padding: 50px 45px;
	box-sizing : border-box;
	background: #fff;
}
#q2 .text_group{
	height: 0;
	overflow-y: hidden;
}
#q2 .text_group.is-active{
	height:auto;
}

#q2 .text_group p{
	margin-top: 1em;
}

/*　Q3　--------------------　*/

/*　枠　*/
#q3 .answer_column{
	width: 980px;
	margin: 0 auto;
}

/*　選手リスト　*/
.q3_list{
	overflow : hidden;
	position : relative;
	zoom     : 1;
}
.q3_item{
	float: left;
	width: 480px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.q3_item:nth-child(even){
	margin-right: 0;
}

/*　各グループ　*/

.q3_group{
	background: url(/images/leaguedomestic/levain/2018/q3_bar.png) center top no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px;
}
.player_list{
	overflow : hidden;
	position : relative;
	zoom     : 1;
	margin-top: 4px;
}
.player_item{
	float: left;
	width: 238px;
	margin-bottom: 4px;
	margin-right: 4px;
	background: #fff;
}
.player_item:nth-child(even){
	margin-right: 0;
}
.player_photo{
	text-align: center;
	position: relative;
	padding-top: 4px;
}
.player_icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	height: 238px;
	background: url(/images/leaguedomestic/levain/2018/bg_cr.png) left top no-repeat;
	padding: 5px 10px;
	box-sizing         : border-box;
	text-align: left;
}
.player_name{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 4px;
}
.player_name span{
	font-size: 16px;
}
.copyrights{
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	font-size: 10px;
	color: #fff;
}

/*　モーダル　*/

.modal{
	width: 800px;
	border: #073190 8px solid;
	box-sizing         : border-box;
	position: relative;
	background: #ffffff;
	padding: 5px;
}
.modal_head{
	background: url(/images/leaguedomestic/levain/2018/modal_top.png) left top no-repeat;
	background-size: cover;
	display: table;
}
.modal_icon{
	display: table-cell;
	width: 110px;
	min-height: 68px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.modal_name{
	display: table-cell;
	width: 664px;
	box-sizing         : border-box;
	padding: 15px 30px;
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
}
.modal_name span{
	font-size: 22px;
	font-weight: normal;
}

.modal_main{
	display: table;
	padding: 5px 0;
}
.modal_photo{
	position: relative;
	display: table-cell;
	width: 282px;
	height: 282px;
}
.modal_copy{
	position: absolute;
	right: 0;
	bottom:0;
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 2px;
}
.modal_profile{
	display: table-cell;
	width: 492px;
	vertical-align: top;
	padding: 15px;
	box-sizing: border-box;
}
.modal_table{
	width: 100%;
}
.modal_table th{
	color: #073190;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom:#f0f0f0 1px solid;
	padding: 10px;
	width: 100px;
}
.modal_table td{
	color: #000;
	font-size: 18px;
	text-align: left;
	border-bottom:#f0f0f0 1px solid;
	padding: 10px;
}
.modal_foot{
	background: url(/images/leaguedomestic/levain/2018/modal_bottom.png) left top no-repeat;
	background-size: cover;
	color: #073190;
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 15px 15px;

}
.modal_foot p{
	width: 610px;
	padding-top: 10px;
}
.modal_mizunuma{
	position: absolute;
	bottom: 5px;
	right: 13px;
}

/*　colorboxカスタマイズ　*/

/*#cboxClose{
	text-indent: 99999px;
	width: 74px;
	height: 65px;
	background: url(/images/leaguedomestic/levain/2018/modal_close.png) center center no-repeat;
	overflow: hidden;
	
	position: absolute;
	right: -37px;
	top: -32px;
}*/
#colorbox,
#cboxWrapper{
	overflow: visible !important;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -25px;
    background: url(/images/leaguedomestic/levain/2018/prev.png) no-repeat top left;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: -35px;
    margin-top: -25px;
    background: url(/images/leaguedomestic/levain/2018/next.png) no-repeat top right;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
}


/*　未定の時　*/
.group_wrap .soon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    width: auto;
}
.sup {
    font-size: 12px;
    line-height: 1.8;
    margin: 20px 0 10px;
}
.sup ul {
    padding-left: 20px;
}
.sup li {
    list-style: disc;
    list-style-position: outside;
    padding-left: -20px;
}


/* トーナメント */
.contents_title img {
    zoom: 0.5;
}

.ttl_po,
.ttl_round{
    background: #000;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 60px;
}
.first .ttl_round {
	/* margin-top: 10px; */
}
/* .playoff .ttl_round {
	margin-top: 60px;
} */
.prime .ttl_round {
	margin-top: 50px;
}
.ttl_round {
	background: #073190;
	margin-top: 10px;
}

p.day_txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0 25px;
}
p.day_txt .att {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 10px;
}
.tournament {
    text-align: center;
    /* margin-top: 20px; */
}

.txt_zoom {
    font-size: 14px;
    text-align: center;
    margin: 30px 0 15px;
}
#modal-window {
    display: none;
}

.pc_view {
    display: block;
}
.sp_view {
		display: none;
}
@media screen and (max-width: 480px) {
	.pc_view {
  	  display: none;
	}	
	.sp_view {
    	display: inline;
	}
	figure.sp_view {
  	  margin-bottom: 80px;
  	  display: block;
	}	
	
}

#league_detail .accordion-box .first_block .match_title li img {
	width: 100%!important;
	max-width: 65px;
	height: auto;
}

/* TOP 重要なお知らせ */
.importnatInfo.modal_link {
    width: 980px;
    margin: 20px auto;
    border: 4px solid #0099ff;
    padding: 20px;
    font-weight: bold;
    background: #f4faff;
    box-sizing: border-box;
}

.importnatInfo.modal_link a {
    color: #0099ff;
    text-decoration: underline;
    position: relative;
}
.importnatInfo.modal_link a::before {
  position: absolute;
  top: 2px;
  right: -24px;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/images/join_set/program/ic_modal_b.png");
  background-size: cover;
}


@media screen and (max-width: 768px) {
.importnatInfo.modal_link {
    width: auto;
    margin: 0 auto;
    border: 4px solid #0099ff;
    margin: 10px 15px;
    padding: 10px;
    font-weight: bold;
    background: #f4faff;
    line-height: 1.5;
    font-size: 12px;
}

.importnatInfo.modal_link a {
    color: #0099ff;
    text-decoration: underline;
    position: relative;
}
.importnatInfo.modal_link a::before {
  position: absolute;
  top: auto;
  bottom: -1px;
  right: -24px;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/images/join_set/program/ic_modal_b.png");
  background-size: cover;
}
}


/* 対戦カードNEW */
.match_box {
    margin: 20px 0;
}

.match_col {
    background: #edededed;
    margin-bottom: 4px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.match_home, .match_away {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 44%;
}

.match_away {
    flex-direction: row-reverse;
}

.match_col .result {
    text-align: center;
    justify-content: center;
    width: 12%;
}

.match_col .result .now {
    font-size: 22px;
    font-weight: bold;
    color: #083190;
    letter-spacing: 2px;
}

.match_emb {
    width: 15%;
}

.match_emb img {
    width: 100%;
    height: auto;
}

.match_team {
    width: 85%;
    text-align: center;
}

.match_team strong {
    font-size: 26px;
    font-weight: bold;
}
.match_col .result .sup {
    display: block;
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.2;
}

.match_home.lose,
.match_away.lose {
    filter: grayscale(100%);
    opacity: 0.5;
}


@media screen and (max-width: 768px) {
/* 対戦カードNEW */
	.match_box {
		margin: 20px 0 10px;
	}
	.match_col {
		background: #dddddd54;
		padding: 0 4px;
	}
	.match_home, .match_away {
		width: 44%;
	}
	.match_col .result .now {
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	.match_emb {
		width: 13%;
	}
	.match_team {
		width: 87%;
		letter-spacing: -1px;
	}
	.match_team strong {
		font-size: 13px;
	}
	.match_col .sup {
	    display: block;
	    margin: 0 auto 2px;
	    font-size: 11px;
	    line-height: 1.2;
	}
	
}

.modal-window {
	display: none;
}

section.prime,
section.playoff {
    margin-bottom: 60px;
}

p.comingsoon_txt_s {
    font-size: 20px;
    font-style:italic;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.pg_title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 18px; /* 線を入れる分だけ余白 */
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

.pg_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;   /* 線の長さはお好みで調整 */
  height: 3px;    /* 線の太さ */
  background: #e60012; /* 赤 */
}

p.day_txt .sup_text_r {
	font-weight: normal;
}

.st-Footer_Btn {
    width: 560px;
}