@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

*{
	box-sizing: border-box;	
}
body{
/*	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
/*    font-family: 'Teko', 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;*/
    font-family: 'Teko', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
	background:#f4f4f4;
}
ul, ol{
	padding:0;
}
li{
	list-style-type: none;
}
i{
	font-style: normal;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	opacity:0.7;
}

.sp_only{
    display: none;
}

header nav{
	width:100%;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}
header nav#menu_pc{
    background:#ffffff;    
}
header nav#menu_pc ul{
	width:100%;
    max-width: 1000px;
    min-width:768px;
	margin:auto;
	overflow: hidden;
	text-align: left;
	display: table;
    line-height: 140%;
    font-size: 85%;
}

header nav#menu_pc ul li{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
    width:17%;
}
header nav#menu_pc ul li a{

}
header nav#menu_pc ul li span{
	display:table-cell;
	text-align: center;
}
header nav#menu_pc ul li.link_top{
	width:150px;
}	
header nav#menu_pc ul li.link_tryout{
	margin-right: 0px;
	background:#c9161d;
	width:170px;
}
header nav#menu_pc ul li.link_tryout a{
	color:#ffffff;
	display:block;
	text-align: center;
}
header nav#menu_pc ul li.link_tryout a span{
	margin: auto;
    display: inline-block;
}
#side_btn{
    position: fixed;
    top:120px;
    right:0;
    z-index:110;
}
#side_btn .side_link_tryout {
    background: #c9161d;
    border-radius: 8px 0 0 8px;
    box-shadow: 0px 4px 0px #980309;
}
#side_btn:hover {
    position: fixed;
    top:124px;
    right:0;    
}
#side_btn .side_link_tryout:hover {
    box-shadow: none;
}
#side_btn .side_link_tryout a{
    display: block;
}
section.top_title{
	width:100%;
	height:100vh;
	min-height: 600px;
	background:url(../img/top/bcl_top_bg_2024.jpg) center center no-repeat;
	background-size:cover;
}
section.top_title .contents{
	width:100%;
	max-width: 1000px;
	min-width: 768px;
	margin:auto;
	text-align: center;
	color:#ffffff;
	height:100vh;
	min-height: 600px;
	position: relative;
}
section.top_title .contents .title{
	padding-top: 32vh;
}
section.top_title .contents .title span {
    font-size: 170%;
    letter-spacing: 5px;
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
    /* text-shadow: 0 0 10px rgb(0 0 0 / 50%); */
}
section.top_title .contents .latest_news {
    margin-top: 15vh;
    width: 90%;
    margin: 15vh auto 0;
    max-width: 768px;
}
section.top_title .contents .latest_news ul li {
    background: #f7f7f7;
    color: #000000;
    width: 90%;
    max-width: 768px;
    margin: auto;
    padding: 8px 16px;
    font-size: 90%;
    text-align: left;
    display: none;
}
section.top_title .contents .latest_news ul li:first-child {
    display:block;
}
section.top_title .contents .latest_news ul li i {
    display: inline-block;
    margin-right: 8px;
    width: 110px;
    text-align:center;
}
section.top_title .contents .scroll_btn {
    position: absolute;
    right:0;
    bottom: 0px;
    border-left: 2px solid #ffffff;
    padding: 15px 12px 65px 12px;
}
section.top_tryout {
    width: 100%;
    height: 300px;
    background: #c9161d;
    text-align: center;
    position: relative;
}
section.top_tryout .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    margin: auto;
    text-align: left;
    position: relative;
}
section.top_tryout .contents h1 {
    padding-top: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
section.top_tryout .contents p{
	color:#ffffff;
	font-weight:bold;
	margin:20px 0;
	font-size:120%;
	text-align: center;
}
section.top_tryout .contents .top_tryout_link {
    text-align: center;
    margin-top: 28px;
}
section.top_tryout .contents .top_tryout_link a {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 60px;
    line-height: 180%;
}
section.top_tryout .contents .top_tryout_link a:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 4px 12px;
    background: url(../img/common/btn_right_icon.png) center center no-repeat;
}



section.footer_tryout {
    width: 100%;
    height: 600px;
    background: #c9161d;
    text-align: center;
    position: relative;
}
section.footer_tryout .player{
	content:"";
	width:100%;
	height:600px;
	background:url(../img/common/footer_tryout_bg_player_2024.png) center center no-repeat;	
	position: absolute;
	top:0;
}
section.footer_tryout .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 600px;
    margin: auto;
    text-align: left;
    position: relative;
    padding-left: 540px;
}
section.footer_tryout .contents h1 {
    padding-top: 200px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    font-size: 450%;
    margin-bottom: 40px;
}
section.footer_tryout .contents p{
	color:#ffffff;
	font-weight:bold;
	margin:20px 0;
	font-size:120%;
}
section.footer_tryout .contents h1:after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: 30px;
    background: url(../img/common/footer_tryout_bg_txt.png) left center no-repeat;
    display: inline-block;
    width: 467px;
    height: 115px;
}

section.footer_tryout .contents .footer_tryout_link {
    margin-top: 28px;
}
section.footer_tryout .contents .footer_tryout_link a {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 60px;
    line-height: 180%;
}
section.footer_tryout .contents .footer_tryout_link a:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 4px 12px;
    background: url(../img/common/btn_right_icon.png) center center no-repeat;
}



section.top_bcl{
	width:100%;
	height:640px;
	background:url(../img/top/top_bcl_bg_2024.jpg) center center no-repeat;
	text-align: center;
	position:relative;
}
section.top_bcl .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 640px;
    margin: auto;
    padding-left:500px;
    text-align: left;
    position: relative;
    color:#ffffff;
}

section.top_bcl .contents h1 {
    padding-top: 110px;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    line-height: 140%;
}
section.top_bcl .contents h1:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -15px;
    background: url(../img/top/top_bcl_bg_txt.png) left center no-repeat;
    display: inline-block;
    background-size: contain;
    width: 450px;
    height: 110px;
}
section.top_bcl .contents p {
    font-size: 90%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 200%;
}

section.top_reason{
	width:100%;
	height:600px;
	background:url(../img/top/top_reason_bg_2024.jpg) center center no-repeat;
	text-align: center;
	position:relative;
}

section.top_reason .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 640px;
    margin: auto;
    text-align: left;
    position: relative;
}

/*section.top_reason .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 600px;
    padding-left: 500px;
    margin: auto;
    text-align: left;
    position: relative;
}*/
section.top_reason .contents h1 {
    max-width: 600px;
    padding-top: 150px;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 140%;
}
section.top_reason .contents h1:after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -8px;
    background: url(../img/top/top_reason_bg_txt.png) left center no-repeat;
    display: inline-block;
    background-size: contain;
    width: 680px;
    height: 110px;
}
section.top_reason .contents p {
	max-width: 500px;
    font-size: 90%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 200%;
    color:#ffffff;
}

section.top_feature {
    width: 100%;
    height: 600px;
    background: url(../img/top/top_feature_bg_2024.jpg) center center no-repeat;
    text-align: center;
    position: relative;
}
section.top_feature .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 600px;
    padding-left: 500px;
    margin: auto;
    text-align: left;
    position: relative;
}
section.top_feature .contents h1 {
    padding-top: 150px;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 140%;
}
section.top_feature .contents h1:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -10px;
    background: url(../img/top/top_feature_bg_txt.png) left center no-repeat;
    display: inline-block;
    background-size: contain;
    width: 620px;
    height: 110px;
}
section.top_feature .contents p {
    font-size: 90%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 200%;
    color:#ffffff;
}

section.top_interview{
	width:100%;
	height:600px;
	background:url(../img/top/top_interview_bg_2024.jpg) center center no-repeat;
	text-align: center;
	position:relative;
}
section.top_interview .contents {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    height: 600px;
    margin: auto;
    padding-left:500px;
    text-align: left;
    position: relative;
    color:#ffffff;
}
section.top_interview .contents h1 {
    padding-top: 150px;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 140%;
}
section.top_interview .contents h1:after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -10px;
    background: url(../img/top/top_interview_bg_txt.png) left center no-repeat;
    display: inline-block;
    background-size: contain;
    width: 760px;
    height: 110px;
}
section.top_interview .contents p {
    font-size: 90%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 200%;
	max-width: 500px;
    color:#ffffff;
}



section .top_detail_link{
	display: inline-block;
	border:1px solid #ffffff;
	margin:20px 0;
}
section .top_detail_link a {
    padding: 8px 50px 8px 50px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 90%;
    font-weight: 500;
    letter-spacing: 1px;
}
section .top_detail_link a:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 4px 12px;
    background: url(../img/common/btn_right_icon.png) center center no-repeat;
    background-size: contain;
}

section.common_news{
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    margin:60px auto;	
}
section.common_news h1{
	text-align:center;
	margin-bottom: 30px;
	font-size:180%;
	font-weight: 300;
}
section.common_news ul{
	padding:20px 60px;
	background:#ffffff;
}
section.common_news ul li{
	display: table;
	width:100%;
	margin:20px 0;
}
section.common_news ul li a{
	display: block;
}
section.common_news ul li i {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 160px;
}
section.common_news ul li span{
	display: table-cell;
	vertical-align: middle;
}

section.common_link{
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    margin:60px auto;	
}
section.common_link h1{
	text-align:center;
	margin-bottom: 30px;
	font-size:180%;
	font-weight: 300;
}
section.common_link ul span{
	display: block;
	margin-top:10px;
}

.gototop{
	position:fixed;
	right:40px;
	bottom:40px;
	display:none;
}

footer{
	width:100%;
}
footer section.team_icon{
	background:#eeeeee;
	text-align: center;
}
footer section.team_icon ul{
	display: table;
	margin:auto;
}
footer section.team_icon ul li{
	display: table-cell;
	vertical-align: middle;
	padding:12px 16px;
}
footer section.team_icon ul li a{
	display: inline-block;
}
footer section.team_icon ul li a img{
	width:64px;
	height:auto;
}

footer .footer_link_bg{
	background:#ffffff;
	text-align: center;
}
footer .footer_link{
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    margin:auto;
    display: table;
}
footer .footer_link .footer_link_left{
    display: table-cell;
    vertical-align: middle;
    width:90px;
}
footer .footer_link .footer_link_right{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
footer .footer_link .footer_link_right ul {
    display: table;
    text-align: left;
    margin: 14px 0 16px auto;
    font-size:90%;
}
footer .footer_link .footer_link_right ul li {
    display: table-cell;
    padding-left: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
}
footer .footer_link .footer_link_right ul li a{
	display: block;
	color:#000000;
}
footer .footer_link .footer_link_right p.footer_copyright{
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size:80%;
	color:#000000;
}

section.second_title{
	width:100%;
	min-width: 768px;
	height:360px;
	display: table;
	padding-top: 60px;
}
section.second_title.bg_reason {
    background: url(../img/bg/reason_bg_2024.jpg) center center no-repeat;
    background-position: center 60px;
}
section.second_title.bg_feature {
    background: url(../img/bg/feature_bg_2024.jpg) center center no-repeat;
    background-position: center 60px;
}
section.second_title.bg_interview {
    background: url(../img/bg/interview_bg_2024.jpg) center center no-repeat;
    background-position: center 60px;
}
section.second_title.bg_interview_habu {
    background: url(../img/bg/interview_habu_bg.jpg) center center no-repeat;
    background-position: center 60px;
}
section.second_title.bg_tryout {
    background: url(../img/bg/tryout_bg_2024.jpg) center center no-repeat;
    background-position: center 60px;
}
section.second_title h1 {
    color: #ffffff;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    line-height: 150%;
    display: table-cell;
    vertical-align: middle;
}

article.contents{
	width:100%;
	background:#f7f7f7;
	padding:20px 0 60px;
}
article.contents.bg_white {
	background:#ffffff;
}

article.contents section {
    width: 100%;
    max-width: 1000px;
    min-width: 768px;
    display: block;
    color: #000000;
    margin: 60px auto 0;
}
article.contents section h1 {
    margin: 20px 0 -25px;
    font-size: 180%;
    position: relative;
    min-height: 80px;
    font-weight: bold;
}
article.contents section h1 span{
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
}
article.contents section h1.txt_draft:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/reason/ttl_reason01.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_environment:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/reason/ttl_reason02.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_birthplace:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/feature/ttl_feature01.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_age:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/feature/ttl_feature02.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_achievements:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/feature/ttl_feature03.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_players:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/interview/ttl_interview01.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_teams:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/interview/ttl_interview02.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_salary:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/interview/ttl_interview03.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_schedule:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 26px;
    background: url(../img/interview/ttl_interview04.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}
article.contents section h1.txt_tryout:before{
    content: "";
    position: absolute;
    left: -180px;
    bottom: 36px;
    background: url(../img/tryout/ttl_tryout01.png) left center no-repeat;
    display: inline-block;
    width: 800px;
    height: 80px;	
    z-index: 1;
}


article.contents section .leadtxt {
    margin: 20px 0 30px;
    line-height: 200%;
}
article.contents section .txtbox{
	background: #ffffff;
	padding: 30px 30px 10px 30px;
}
article.contents.bg_white section .txtbox{
	background: #f7f7f7;
}

article.contents section .txtbox.no_padding{
	background: #ffffff;
	padding:0;
}
article.contents section .txtbox h2{
	margin:0 0 28px 0;
	font-size:150%;
	font-weight: bold;
}
article.contents section .txtbox .img_center{
	text-align: center;
}
article.contents section .txtbox .img_center img{
    width:100%;
    height:auto;
}
article.contents section .txtbox .notes{
	font-size:90%;
	margin-top: 30px;
}
article.contents section .txtbox ul.img_reason2{
	margin:0 30px 30px;
}
article.contents section .txtbox ul.img_reason2 li {
    padding-left: 120px;
    margin: 50px 0 30px 0px;
    min-height: 100px;
}
article.contents section .txtbox ul.img_reason2 li.icon_money{
	background: url(../img/reason/reason_icon01.png) left top no-repeat;
}
article.contents section .txtbox ul.img_reason2 li.icon_player{
	background: url(../img/reason/reason_icon02.png) left top no-repeat;
}
article.contents section .txtbox ul.img_reason2 li.icon_baseball{
	background: url(../img/reason/reason_icon03.png) left top no-repeat;
}
article.contents section .txtbox ul.img_reason2 li h3{
	font-size: 120%;
	margin-bottom:10px;
	font-weight:bold;
}
article.contents section .txtbox ul.img_reason2 li p{
	line-height: 180%;
}

article.contents section .txtbox.coming_soon{
	margin-top: 30px;
}
article.contents section .txtbox.coming_soon p{
	height:480px;
	color:#ffffff;
	display: table;
	text-align: center;
	width:100%;
	padding:30px;
}
article.contents section .txtbox.coming_soon p span{
	background:#cccccc;
	display: table-cell;
	width:100%;
	font-size:200%;
	font-weight: bold;
	vertical-align: middle;
}

article.contents section .txtbox .interview_interview{
	overflow: hidden;
	margin: 30px;
}
article.contents section .txtbox .interview_interview .img_dummy{
	width:480px;
	height:360px;
	background:#cccccc;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

article.contents section .players_list{
    background:#ffffff;
    padding:40px;
}
article.contents section .players_list a{
    display: table;
    width:100%;
    background:#000000;
}
article.contents section .players_list a span.player_img {
    display: table-cell;
    vertical-align: middle;
    width:43%;
}
article.contents section .players_list a span.player_img img{
    width:100%;
    height:auto;
}
article.contents section .players_list a span.player_name {
    display: table-cell;
    vertical-align: middle;
    width:100%;
    color:#ffffff;
    padding-left: 20px;
}
article.contents section .players_list a span.player_name b{
    display: block;
    font-weight:bold;
    margin-bottom: 8px;
}
article.contents section .players_list a span.player_name strong{
    display: block;
    font-weight:bold;
    font-size: 180%;
    margin-bottom: 8px;
}
article.contents section .players_list a span.player_name i{
    display: block;
}

div.annual_schedule{
	margin:30px auto;
}
div.annual_schedule table{
	width:100%;
}
div.annual_schedule th{
	border-right:4px solid #f7f7f7;
	background:#f4f4f4;
	font-size:120%;
	padding:16px 10px;
	text-align: center;
	width:20%;
}
div.annual_schedule td{
	background:#f4f4f4;
	padding:16px;
    line-height: 180%;
}
div.annual_schedule td div{
    display: table;
    width:100%;
}
div.annual_schedule td div span{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
div.annual_schedule td div i{
    display:table-cell;
    width:50%;
    max-width: 360px;
    height:auto;
    vertical-align: middle;
}
div.annual_schedule td div i img{
    width:100%;
    height:auto;
}

div.annual_schedule tr:nth-child(2n) th, div.annual_schedule tr:nth-child(2n) td{
	background:#e0e0e0;
}

.interview_oneday ul li.col-6 {
    width:50%;
    padding:0 2% 20px;
}
.interview_oneday ul li.col-6 img{
    width:100%;
    height:auto;
}

article.contents section.interview_detail{
    padding:60px 100px;
    background:#ffffff;
    line-height: 180%;
}
article.contents section.interview_detail h2{
    font-size: 130%;
    font-weight: bold;
    display: table;
    margin:40px auto 8px 0;
}
article.contents section.interview_detail h2 i{
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    padding-right: 20px;
    padding-top: 3px;
}
article.contents section.interview_detail h2 i:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c9161d;
}
article.contents section.interview_detail h2 span{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0px;
    font-weight: bold;
}
article.contents section.interview_detail .interview_detail_img{
    margin:20px auto;
}
article.contents section.interview_detail .interview_detail_img img{
    width:100%;
    height:auto;
}
article.contents section.interview_detail .interview_txt{
    margin:20px auto 12px;
    padding:20px;
    background:#e8e8e8;
}
article.contents section.interview_detail .interview_question{
    margin:32px auto 12px;
    font-weight:bold;
}
article.contents section.interview_detail .interview_question i{
    letter-spacing: -4px;
}
article.contents section.interview_detail .interview_answer{
    margin:12px auto;
}
article.contents section.interview_detail .interview_profile{
    padding:20px;
    border:1px solid #000000;
    margin-top: 32px;
}
article.contents section.interview_detail .interview_profile strong{
    display: block;
    margin-bottom: 10px;
    font-weight:bold;
}
article.contents section.interview_detail .interview_profile span{
    display: block;
}
article.contents section.interview_detail .interview_backbtn{
    display: block;
    margin:30px auto 10px;
    text-align:center;
}
article.contents section.interview_detail .interview_backbtn a{
    display: inline-block;
    padding:20px;
    background: #000000;
    color:#ffffff;
    width:80%;
    max-width: 540px;
}
article.contents section.interview_detail .interview_backbtn a:after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 4px 12px;
    background: url(../img/common/btn_right_icon.png) center center no-repeat;
}






@media screen and (max-width: 480px){
    .interview_oneday ul li.col-6 {
        width:92%;
        margin:0px auto 20px;
    }
    article.contents section .players_list{
        background:#ffffff;
        padding:20px 4%;
    }
}


div.interview_reward .reward_on{
	background:#f4e5d1;
	margin:10px;
	padding:20px;
}
div.interview_reward .reward_off{
	background:#d1e4f4;
	margin:10px;
	padding:20px;
}
div.interview_reward ul li span{
	text-align: center;
	display: block;
}
div.interview_reward ul li p{
	min-height:50px;
}
div.txtbox h3{
	font-size:100%;
}
div.txtbox div.tryout_item{
	margin-top: 12px;
	margin-bottom:30px;
}
div.txtbox ul.tryout_detail{
	margin-bottom: 40px;
	line-height: 180%;
}
div.txtbox h3 .txt_bg_black {
    display: inline-block;
    padding: 10px 20px 8px;
    color: #ffffff;
    background: #333333;
    letter-spacing: 1px;
    font-size: 110%;
}
div.txtbox div.tryout_img_dummy {
    background: #cccccc;
    display: table;
    width: 100%;
    width:400px;
    height: 300px;
    text-align: center;
    margin:0 0 0 auto;
}
div.txtbox div.tryout_img_dummy span{
	color:#ffffff;
	font-size:200%;
	font-weight:bold;
	display: table-cell;
	vertical-align: middle;
}
div.tryout_entrybox{
	width:100%;
	max-width: 1000px;
	min-width: 768px;
	margin:0 auto 30px;
	background: url(../img/tryout/tryout_entry_bg_2024.jpg) center center no-repeat;
	text-align: center;
	padding:60px 20px 60px;
}
div.tryout_entrybox h2{
	color:#ffffff;
	font-weight: bold;
	font-size: 200%;
	margin-bottom:40px; 
}

.tryout_img{
    margin:40px auto;
    text-align: center;         
}
.tryout_img img{
    width:90%;
    max-width: 800px;
    height:auto;
}
.tryout_item ul li {
    font-size: 90%;
    line-height: 180%;
    margin: 0 auto 12px auto;
}
.ttl_tryout_mini {
    border-left: 4px solid #c9161d;
    padding-left: 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    padding-top: 5px;
    margin-bottom: 30px;
}
.tbl_tryout{
    margin :12px auto 20px 0;
    width:100%;
    font-size: 120%;
}
.tbl_tryout tr th, .tbl_tryout tr td {
    border: 2px solid #ffffff;
    border-collapse: collapse;
    padding: 16px 12px 14px;
    font-size: 90%;
}
.tbl_tryout tr th{
    background:#eeeeee;
    font-weight:normal;
    width:20%;
    text-align: center;
}
.tbl_tryout tr td{
    background:#f8f8f8;
}

.tryout_entrybtn_wrap{
    margin:24px auto 48px;
    text-align: center;
}
.tryout_entrybtn_wrap img{
    max-width: 90%;
    height:auto;
}

.txt_bg_black{
    margin-bottom: 8px;
}
div.txtbox h3 .txt_bg_gray {
    display: inline-block;
    padding: 6px 12px;
    color: #ffffff;
    background: #999999;
    letter-spacing: 1px;
    font-size: 90%;
    margin-bottom: 8px;
    margin-top:16px;
}

section.splash{
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	width:100%;
	min-width: 1000px;
	height:100%;
	background:url(../img/top/bcl_top_bg.jpg) center center no-repeat;
    background-size:cover;
}
section.splash .textarea{
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	width:100%;
	min-width: 1000px;
	height:100%;
	display: table;
	background:rgba(4,14,21,0.7);
}

section.splash .textarea ul{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
section.splash .textarea ul li{
	margin:22px;
}
section.splash .textarea ul li span img{
	filter:blur(10px);
	opacity: 0;
	transition: all 0.5s ease-out;
}
