/* @override 
	http://www.frontale.co.jp/css_js_home/home_sp.css */

@charset "utf-8";

/* css */
 
  iframe:not(#inner_youtube iframe) {
  	display: none!important;
  }
 
 
 main{
 	width: 100%;
 	margin-top: 20px;
 }

 
 /*  */
 
 #box_img_game {
 	width: 100%;
 	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
 	margin-bottom: 20px;
 }
 
  #box_img_game img {
  	width: 100%;
  	height: auto;
  }
  
  #box_img_game li {
  	max-width: 100%!important;
  }
  
  /*  */

#box_main_kv {
	height: auto;
	position: relative;
	/*padding-bottom: 35px;*/
	/*margin-bottom: 20px;*/
	padding-top: 2px;
	background-color: #212221;
}

#top_image {
	
}

#box_main_kv img#kv_bg{
	display: none;
}

#box_main_kv .swiper-container {
	height: auto;
	overflow: visible;
}

#top_image li {
	text-align: center;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #212220;
}

#box_main_kv .swiper-slide a {
	
}

#top_image .swiper-slide img {
	width: 100%;
	/*width: auto;*/
	/*height: 170px;*/
	
}

#box_thumb {
	/*display: none;*/
}

#box_thumb .inner {
	height: auto;
}

#box_thumb.active div.inner {
	height: 0;
}

#box_play_youtube {
	display: none;
}

div.swiper-button-white {
	display: none;
}

#top_image .swiper-pagination {
	height: auto;
	text-align: center;
	position: static;
	z-index: 1000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top_image .swiper-pagination span {
	border-radius: 0;
	width: 20px;
	color: #e0e0e0;
	background-color: #e0e0e0;
	margin-left: 4px;
	opacity: 1!important;
}

#top_image .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #23b7fe;
}

/*  */

#box_youtube,
#box_main_kv .gallery-thumbs {
	display: none;
}




/*  */

#box_headline{
	width: 100%;
	background-color: #101110;
	height: auto;
	
	/*display: none;*/
	
	position: fixed;
	bottom: 0;
	z-index: 10000;
	padding-right: 10px;
}

#box_headline div.inner {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0 2%;
	margin-bottom: 5px;
	width: 100%;
	height: 3.4em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	
	/*display:-ms-flexbox;/*--- IE10 ---*!/
	display:-webkit-box;/*--- Androidブラウザ用 ---*!/
	display:-webkit-flex;/*--- safari（PC）用 ---*!/
	display:flex;*/
}

#box_headline div.inner:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_headline h3 {
	float: left;
	margin-right: 6px;
	font-size: 3vw;
	line-height: 1;
	font-weight: 500;
	position: absolute;
	color: #23b7fe;
	/*padding-right: 2.2em;*/
	/*padding-right: 5%;*/
	/*padding-right: 1em;*/
}

/*#box_headline h3:after{
	font-size: 3.4vw;
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	right: -1.2em;
	right: 0;
	top: 0;
	background-image: url(/common_2017/svg/bg_sttl_slant_blue.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 1px solid #23b7fe;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	background-color: #fff;
	
}*/

#box_headline ul {
	/*padding-left: 108px;*/
	/*padding-left: 6em;*/
	height: auto;
	
	/*height: 2em;*/
	width: 80%;
	float: left;
	/*margin-left: 1.2em;*/
	
	position: relative;
	/*padding-left: 5em;*/
	/*padding-left: 21%;*/
	margin-left: 21%;
	padding-bottom: 15px;
}

#box_headline ul:before {
	font-size: 3.4vw;
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -1.2em;
	top: 0;
	background-image: url(/common_2017/svg/bg_sttl_slant_blue.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*border-right: 1px solid #23b7fe;*/
/*	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	
	/*background-color: #fff;*/
}

#box_headline li {
	/*font-size: 1.6rem;*/
	font-size: 3vw;
	line-height: 1.2;
	font-weight: bold;
	height: auto;
	/*white-space:nowrap;*/
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}

#box_headline li a {
	color: #fff;
}
 
#headline li.notice,
#headline li.notice a {
	color: #f33b3b;
	/*display: none!important;*/
}


#box_share {
	display: none;
}


/*  */

article.right,
article.left,
section#box_mid_home {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: none;
}

section#box_mid_home {
	/*display: table;*/
	/*width: 100%;*/
	width: 94%;
	margin: 0 auto;
}

section#box_mid_home h2{
	font-size: 2.2rem;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
	position: relative;
	z-index: 100;
}

section#box_mid_home h2,
section#box_mid_home a h2{
	color: #111;
	display: inline-block;
} 

section#box_mid_home h2:first-letter,
section#box_mid_home a h2:first-letter{
	color: #23b7fe;
}

section#box_mid_home h2:first-letter{
	color: #fe2222;
}

/*  */

#box_home_bnr_roatation {
	width: 100%;
	float: none;
	/*background-color: #212221;*/
	padding-bottom: 30px;
	position: relative;
	margin-top: 25px;
}

#box_home_bnr_roatation .inner {
	width: 100%;
	height: auto;
}

#box_home_bnr_roatation h2 {
	/*display: none!important;*/
}

#box_home_bnr_roatation .swiper-container {
	overflow: visible;
}

#box_home_bnr_roatation .swiper-pagination {
	height: 30px;
	bottom: -35px;
	text-align: center;
	position: absolute;
	
	display: none;
}

#box_home_bnr_roatation ul.swiper-wrapper li {
	width: 100%!important;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

#box_home_bnr_roatation ul.swiper-wrapper li.swiper-slide img,
#box_home_bnr_roatation ul.swiper-wrapper li.swiper-slide a {
	width: 100%;
}

#box_home_bnr_roatation .swiper-pagination span {
	border-radius: 0;
	width: 20px;
	color: #e0e0e0;
	background-color: #e0e0e0;
	margin-left: 4px;
	opacity: 1!important;
}

#box_home_bnr_roatation .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #23b7fe;
}


#box_home_bnr_roatation .inner a {
	width: 100% !important;
	height: auto !important;
}


#box_home_bnr_roatation .inner a.ol {
	border-radius: 6px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}


/*  */

#box_home_bnr_fspot{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	float: none;
	margin-bottom: 20px;
}


#box_home_bnr_fspot a{
	position: relative;
	z-index: 10;
	background-color: #fff;
}

#box_home_bnr_fspot p#fspot_thumb{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	background-color: #fff;
	z-index: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#box_home_bnr_fspot p#fspot_thumb img{
	width: 100%;
	position: relative;
	top: -10%;
}

#box_home_bnr_fspot a:hover p#fspot_thumb img,
#box_home_bnr_roatation .inner ul li a:hover{
	transition: 0.1s;
		opacity: 0.7;
}

#box_home_bnr_fspot:after,
#box_home_bnr_roatation:after {
	content: none;
}

/*  */

#box_youtube_sp {
	background-color: rgba(1, 1, 1, 0.86);
	padding: 15px;
}

#box_youtube_sp h2 {
	font-size: 6vw;
	font-family: 'roboto';
	font-weight: 700;
	
	color: #fff;
	margin-bottom: 15px;
	line-height: 1;
}

#box_youtube_sp h2 img {
	width: 37px;
	height: auto;
	margin-top: -2px;
	/*margin-top: 1px;*/
	margin-right: 7px;
}

#box_youtube_sp h2 span {
	font-family: 'roboto';
	font-weight:300;
	color: #23b7fe;
	
}

#inner_youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 15px;
}

#box_youtube_sp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

#box_youtube_sp h3 {
	font-size: 3.77vw;
	color: #fff;
	margin-bottom: 10p;
}

#box_youtube_sp div.btm:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_youtube_sp div.btm {
	position: relative;
	margin-top: 15px;
}

#box_youtube_sp div.btm > div {
	float: left!important;
	
	-webkit-transform:scale(0.7);
	transform: scale(0.7);
	margin: 0!important;
	padding: 0!important;
	
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	/*margin-left: -7%!important;*/
}

#box_youtube_sp div.btm iframe {
	position: static!important;
	left: 0;
}

#box_youtube_sp div.btm p {
	font-size: 3vw;
	text-align: right;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	right: 0;
}
#box_youtube_sp div.btm p a {
	color: #fff;
	position: relative;
	padding-right: 12px;
}

#box_youtube_sp div.btm p a:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #23b7fe;
	border-right: 1px solid #23b7fe;
	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	position: absolute;
	top: 1px;
	right: 3px;
}

/*  */

div#box_links{
	width: 94%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#box_links #box_diary,
div#box_links #box_shop{
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-color: #ddd;
	border-radius: 12px;
	position: relative;
	z-index: 0;
	margin-bottom: 15px;
}


div#box_links #box_diary a,
div#box_links #box_shop a{
width: 100%;
height: 240px;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: block;
}

div#box_links #box_diary .box_header{
	position: absolute;
	color: #fff;
	z-index: 1100;
	font-family: 'Roboto', sans-serif;
	padding: 12px 0 0 12px;
}


div#box_links #box_diary .box_header .date{
	font-size: 2.8rem;
	padding-bottom: 0.3em;
	font-weight: 400;
}

div#box_links #box_diary .box_header h5{
	font-size: 1.4rem;
	font-weight: 200;
}

div#box_links #box_diary .inner{
box-sizing: border-box;
padding: 0.8em;
padding-right: 36px;
	position: absolute;
	z-index: 600;
width: 100%;
height: 100px;
overflow: hidden;
bottom: 0;
background-color: rgba(255, 255, 255 ,0.90);

}

div#box_links #box_diary a:hover,
div#box_links #box_shop a:hover{
transition: 0.2s;
	opacity: 0.7;
}

div#box_links #box_diary .inner:after,
div#box_links #box_shop .inner:after{
	content: "";
	position: absolute;
	top: 37%;
	right: 10px;
	z-index: 200;
	background-repeat: no-repeat;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
	width: 20px;
	height: 24px;
	background-size: 200px 25px;
	background-position: -98px 0;
}

div#box_links #box_diary .inner h6,
div#box_links #box_diary .inner p{
color: #111;
line-height: 1.4;
}

div#box_links #box_diary .inner{
	box-shadow: 1px 2px 2px rgba(255,255,255, 0.5);
}


div#box_links #box_diary .inner h6{
	font-size: 1.4rem;
	margin-bottom: 0.3em;
}

div#box_links #box_diary .inner p{
	height: 2.5em;
	overflow: hidden;
	font-size: 1.2rem;
}


div#box_links #box_diary a:after,
div#box_links #box_shop a:after{
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0,0 ,0 , 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div#box_links #box_diary #latest_diary_img{
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: auto;
	height: 100%;
	left: 0;*/
	
	/*width: 320px;
	position: absolute;
	clip: rect(0px 320px 240px 0px);*/
	
	width: 100%;
	height: auto;
}


div#box_links #box_shop a .inner{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	background-color: #111;
	width: 100%;
height: 100px;

}

div#box_links #box_shop a .inner h5{
	position: relative;
	top: 38px;
	font-size:2.4rem ;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	padding: 0 0 0 28px;
	color: #23b7fe;
	display: inline-block;
}

div#box_links #box_shop a .inner h5:after{
	content: "";
	display: block;
content: "";
position: absolute;
top: -3px;
right: -44px;
z-index: 200;
background-repeat: no-repeat;
background-image: url(/common_2017/svg/icon_web_shop_cart_blue.svg);
width: 36px;
height: 24px;
background-size: auto 100%;
}


div#box_links #box_shop p#bg_shop_latest_photo{
	position: absolute;
	width: 100%;
	height: 150px;
	z-index: -1;
}

div#box_links #box_shop p#bg_shop_latest_photo img{
	width: auto;
	/*height: 160px;*/
	/*width: 100%;*/
	height: 100%;
	position: relative;
	left: -1px;
	top: -1px;
}

div#box_links #box_shop a:after{
		background-color: rgba(0,0 ,0 , 0.1);
	
}

/* todays */

section#box_todays{
	width: 100%;
	background-color: #333;
	color: #f8f8f8;
	position: relative;
	z-index: 0;
	padding-bottom: 6px;
	margin-top: 40px;
}

section#box_todays dl{
	margin: 0;
	height: auto;
	background-color: #333;
}

section#box_todays h2{
position: absolute;
top: -21px;
left: 12px;
font-size: 0px;
color: #23b7fe;
width: 69px;
height: 67px;
z-index: 200;
background-image: url(/img_home/bg_home_today.svg);
background-repeat: no-repeat;
background-color: 0 0;
background-size: 69px 67px;

text-indent: 100%;
white-space: nowrap;
overflow:hidden;

}



section#box_todays h2:after{
	content: "TODAY";
	color: #fff;
	position: absolute;
	z-index: 300;
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	top: 26px;
	left: 10px;
	text-indent: 0;
}

section#box_todays header{
	display: block;
}


section#box_todays a{
	color: #f8f8f8;
}


section#box_todays header{
width: 100%;
	background-color: #222;
	position: relative;
	z-index: 0;
box-sizing: border-box;
}

section#box_todays header:hover{
	background-color: #252525;
}

section#box_todays header a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	padding: 0.8em 12px 0.6em 12px;
}

section#box_todays header a:hover h2,
section#box_todays header a:hover h3{
	transition: 0.2s;
	background-color: #111;
}


section#box_todays header h3,
section#box_todays header h4{
	color: #23b7fe;
	font-size: 1.4rem;
	margin: 0;
	font-weight: bold;
	display: inline-block;
}

section#box_todays header h3{
	padding-left: 80px;
}

section#box_todays header p.btn_more{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 1.2rem;
	text-align: right;
	padding-right: 8px;
}
section#box_todays header p.btn_more a{
	display: block;
	position: relative;
	z-index: 0;
}

section#box_todays header p.btn_more:hover{
transition: 0.2s;
	opacity: 0.7;
}

section#box_todays header p.btn_more:after{
	content: "";
		display: block;
		width: 8px;
		height: 12px;
		position: absolute;
		right: -2px;
		top: -0px;
		background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
		background-repeat: no-repeat;
		background-position: -73px 45%;
		background-size: 140px 16px;
}

section#box_todays dt{
	/*background-color: #2c2c2c;*/
}

section#box_todays dt,
section#box_todays dd{
	display: inline-block;
	box-sizing: border-box;
	/*padding: 0.8em 1em 0.8em 1.3em;*/
	padding: 0 1em 0 1.3em;
	border-top: 1px solid #444;
	vertical-align: top;
	/*font-size: 1.2rem;*/
	
	font-size: 3.4375vw;
	/* 11px */
	
	line-height: 1.2;
	
	height: 34px;
	line-height: 34px;
}

section#box_todays li:nth-of-type(1){
	border-top: none;
}



section#box_todays dt{
	width: 33%;
	float: left;
	clear: left;
}

section#box_todays dd{
	width: 67%;
	overflow: hidden;
	
	
/*	line-height: 28px;
	height: 28px;
	overflow: hidden;*/
}

section#box_todays dl:nth-of-type(2) dt {
	width: 18%;
}
section#box_todays dl:nth-of-type(2) dd {
	width: 82%;
}

section#box_todays dl.media dt{
	width: 26%;
	/*padding-right: 0;*/
}

section#box_todays dl.media dd{
	width: 74%;
}

section#box_todays dd a:hover{
	color: #23b7fe;
}

/* box_info */

section#box_info{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 2px;
	margin-top: 20px;
}


section#box_info div.info_main_panel{
	box-shadow: 0px 3px 7px rgba(0,0,0,0.12);
}

section#box_info h2{
	/*font-size: 2.2rem;*/
	font-size: 6vw;
	width: 96%;
	margin: 0 auto;
}

section#box_info h2>span{
	/*font-size: 4.8rem;*/
	font-size: 13vw;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
	margin-right: 0.1em;
	position: relative;
	bottom: -0.04em;
}

section#box_info h2 span span{
	color: #23b7fe;
}

#tab_info{
	width: 100%;
	/*padding-top: 12px;*/
	/*height: 46px;*/
}

#tab_info ul{
	width: 100%;
	/*text-align: left;*/
	
	display: flex;
		display:-webkit-flex;
		-webkit-flex-direction:row;
		flex-direction: row;
		-webkit-flex-wrap:wrap;
		flex-wrap:nowrap;
		-webkit-align-items: center;
		-webkit-justify-content: center; 
		align-items: center;
		justify-content: center;
}

#tab_info ul li{
	/*display: inline-block;*/
	/*font-size: 1.4rem;*/
	/*font-size: 3.888vw;
	font-weight: bold;*/
	
	font-size: 2.888vw;
	font-weight: bold;
	-webkit-flex-grow:1;
		flex-grow:1;
}

#tab_info ul li a{
	display: block;
	color: #111;
	/*background-color: #fff;*/
	/*padding: 0.7em 0.7em 0.7em 0.7em;*/
	/*padding: 0.5em;*/
	/*padding: 0 0.3em;*/
	text-align: center;
	
	padding: 10px 0;
}

#tab_info ul li a:hover{
	background-color: #f5f5f5;
}

#tab_info ul li.current a{
	background-color: #23b7fe;
	color: #fff!important;
}

#tab_info ul li:nth-of-type(5).current a{
	background-color: #f00;
	color: #fff;
}

#tab_info ul li:nth-of-type(5) a{
	color: #f00;
	padding-left: 0;
}

#tab_info ul li:nth-of-type(6){
	border-left: 1px solid #ccc;
} 


#box_info #box_notice{
	width: 100%;
	padding: 8px;
	border: 6px solid #f00;
}

#box_info #box_notice h3{
	color: #f00;
	/*font-size: 1.6rem;*/
	font-size: 4vw;
	margin-bottom: 0.8em;
	padding-top: 0.2em;
}

#box_info #box_notice li,
#box_info  .box_tab_inner dd{
	margin: 0;
	padding: 0;
	/*font-size: 1.6rem;*/
	font-size: 4vw;
	line-height: 1.4;
	margin-bottom: 0.4em;
	text-indent: 0;
}


#box_info  .box_tab_inner dd{
	margin-top: 1em;
}

#box_info #box_notice li a,
#box_info  .box_tab_inner dd a{
display: block;
padding-left: 1.3em;
position: relative;
}

#box_info #box_notice li a:before,
#box_info  .box_tab_inner dd a:before{
	content: "";
	display: block;
	width: 14px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 2px;
	background-image: url(/common_2017/svg/icon_headtip_line_blue_red.svg);
	background-repeat: no-repeat;
	background-position: 0 45%;
	background-size: 28px 3px;
}

#box_info #box_notice li a:before{
	background-position: 100% 45%;
}




#box_info  .box_tab_inner dl{
	margin: 0;
}

#box_info #box_notice li a:link,
#box_info  .box_tab_inner dd a:link,
#box_info #box_notice li a:visited,
#box_info  .box_tab_inner dd a:visited{
	color: #111;
}

#box_info #box_notice li a:hover,
#box_info  .box_tab_inner dd a:hover{
	color: #23b7fe;
}

#box_info .box_tab_inner{
	background-color: #f2f3f0;
	height: auto;
}

#box_info .box_tab_inner,
#box_info #btm_info {
	background-color: #f2f3f0;
	padding: 18px;
	padding-bottom: 0;
}

#info_inner div {
	display: none;
}

#info_inner #info_all {
	display: block;
	padding-top: 15px;
}


#box_info .box_tab_inner dl{
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

#box_info .box_tab_inner dl dt{
	/*font-size: 1.6rem;*/
	font-size: 4vw;
	font-weight: bold;
	padding-top: 1.2em;
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
}

#box_info .box_tab_inner dl dt:nth-of-type(1){
	border-top: none;
padding-top: 0em;
margin-top: 0;
}

#box_info #btm_info{
	padding-bottom: 18px;
}

#box_info #btm_info ul{
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
}

#box_info #btm_info ul li{
	display: inline-block;
	/*font-size: 1.8rem;*/
	font-size: 4.2vw;
	font-weight: bold;
	margin: 0 0.5em 0 0.5em;
}

#box_info #btm_info ul li:nth-of-type(1){
	margin-right: 24px;
}

#box_info #btm_info ul li a{
	color: #222;
	display: block;
	position: relative;
	padding: 0.2em 22px 0.2em 0;
}

#box_info #btm_info ul li a:hover{
	transition: 0.2s;
	opacity: 0.7;
}

#box_info #btm_info ul li a:after{
	content: "";
	display: block;
	width: 16px;
	height: 28px;
	position: absolute;
	right: -3px;
	top: -2px;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
	background-repeat: no-repeat;
	background-position: -80px 0;
	background-size: 154px 28px;
}

/* mini score */

#score_home_mini{
	width: 100%;
	display: inline-block;
	/*width: 420px;*/
	/*margin-left: 14px;*/
	overflow: hidden;
	/*text-align: right;*/
	text-align: center;
	z-index: 50;
	vertical-align: top;
	position: relative;
	top: -3px;
	vertical-align:top;
	background-color: #111111;
	padding-bottom: 4px;
}

/* play_before play_game play_halftime */

div#inner_score_mini.play_before {
	/*display: none;*/
	text-align: center;
}

div#inner_score_mini.play_halftime,
div#inner_score_mini.play_game {
	display: block;
	text-align: left;
	padding: 8px 2%;
}

#box_main_kv #score_home_mini a:hover:after{
	display: none;
}


#score_home_mini p,
#score_home_mini ul.list_score{
	display: inline-block;
	vertical-align: top;
}

#score_home_mini p{
	font-size: 1;
	margin: 0;
}

#box_match_status{
	background-color: #777;
	/*font-size: 1.1rem;*/
	font-size: 2.66vw;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	padding: 6px 6px 7px 6px;
	border-radius: 3px;
	position: relative;
	top: 8px;
}

div#inner_score_mini.play_game #box_match_status{
	background-color: #DF0000;
	top: 1px;
}

div#inner_score_mini.play_halftime #box_match_status{
	top: 5px;
}

#box_match_status.now{
	background-color: #f00;
}

p#game_cate{
	/*width: auto;
	height: 40px;*/
	
	max-width: 20%;
	height: 28px;
	/*max-height: 36px;*/
	position: relative;
	top: -moz-linear-gradient1px;
	display: inline-block;
	margin-right: 4px;
	bottom: -8px;
}

p#game_cate img{
	width: auto;
	height: 100%;
	/*width: 100%;
	height: auto;*/
	
}

ul.list_score{
	width: auto;
	overflow: hidden;
	display: inline-block;
	backgroud: #aaa;
	padding-left: 4px;
}
div#inner_score_mini.play_game ul.list_score {
	margin-top: 2px;
}

ul.list_score li.kf{
	color: #23b7fe !important;
}

ul.list_score>li{
	color: #fff;
	/*display: inline-block;*/
	display: inline;
	font-family: "Roboto",sans-serif;
	/*font-size: 50px;*/
	/*font-size: 5rem;*/
	font-size: 10vw;
	line-height: 1;
}


ul.list_score>li:nth-of-type(1) {
	text-align: right;
}

ul.list_score>li:nth-of-type(1) span{
	margin-right: 0.3em;
}

ul.list_score>li:nth-of-type(2) {
	text-align: left;
}

ul.list_score>li:nth-of-type(2) span{
	margin-left: 0.3em;
}

ul.list_score>li span{
	/*font-size: 10px;*/
	/*font-size: 1.4rem;*/
	font-size: 3.888vw;
	text-align: center;
	position: relative;
	/*top: -1.4em;*/
	vertical-align: middle;
}

ul.list_score>li.kf{
	color: #23b7fe;
	position: relative;
	/*background-color: #797070;*/
}

ul.list_score>li.kf:after{
	content: "";
	font-size: 1px;
	width: 10px;
	height: 3px;
	display: inline-block;
	background-color: #f5f5f5;
	top: -9px;
	right: -3px;
	padding: 0 0.3em 0 0.3em;
	position: relative;
	
}

div#inner_score_mini.play_before ul.list_score>li.kf:after,
div#score_mini.play_before ul.list_score>li.kf:after {
	height: 2px;
	top: -11px;
}

#score_home_mini #btn_mn_sp {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 7px;
	position: relative;
	margin-right: 10px;
}

#score_home_mini #btn_mn_sp:before {
	content: '';
	display: block;
	width: 1px;
	height: 36px;
	background-color: #888888;
	position: absolute;
	top: -4px;
	left: -10px;
}

#btn_mn_sp a {
	display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
#btn_mn_sp a::before,
#btn_mn_sp a::after {
	content: '';
	display: block;
	border-top: 1px solid #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	
	top: 12px;
	left: 0;
}
#btn_mn_sp a::after {
	top: 0;
	left: 12px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	
}

/* match_navi */

div#box_matchnavi{
	width: 100%;
	background-color: #111;
	margin-bottom: 36px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	
	display: none;
}

#match_2,
#match_3{
	display: none;
}

div#box_matchnavi a,
div#box_matchnavi p,
div#box_matchnavi h4,
div#box_matchnavi h2,
div#box_matchnavi h5,
div#box_matchnavi li{
	color: #f2f2f2;
}

div#box_matchnavi h2{
	position: absolute;
	z-index: -1;
	color: #111;
}



div#box_matchnavi ul#tab_match_date{
	height: 45px;
	background-color: #111;
}

div#box_matchnavi ul#tab_match_date{
	width: 100%;
	height: 45px;
	display: flex;
	display:-webkit-flex;
	-webkit-flex-direction:row;/
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	flex-wrap:nowrap;
}

div#box_matchnavi ul#tab_match_date li{
	-webkit-flex-grow:1;
	flex-grow:1;
	/*font-size: 14px;*/
	/*font-size: 2rem;*/
	font-size: 6vw;
	border-right: 1px solid #444;
	line-height: 1;
	vertical-align: middle;
	
}

div#box_matchnavi #tab_match_date li a{
	display: block;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 11px;
	padding-left: 8px;
	background-color: #111;
	height: 45px;
}

div#box_matchnavi #tab_match_date li a:hover{
	background-color: #333;
}

div#box_matchnavi ul#tab_match_date li.away a{
	color: #de0000;
}

div#box_matchnavi ul#tab_match_date li.home a{
	color: #23b7fe;
}

div#box_matchnavi ul#tab_match_date li.current.away a{
	background-color: #de0000;
}

div#box_matchnavi ul#tab_match_date li.current.home a{
	background-color: #23b7fe;
	color: #fff;
}

div#box_matchnavi ul#tab_match_date li.current a{
	color: #fff;
}





div#box_matchnavi #tab_match_date li a span{
	/*font-size: 2rem;*/
	/*font-size: 1.7rem;*/
	font-size: 3.4vw;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	/*margin-right: 0.1em;*/
	margin-left: 2px;
	position: relative;
	top: -2px;
}


div#box_matchnavi .box_match_data{
	
}

div#box_matchnavi .box_match_data h4{
	text-align: center;
	padding: 9px 0 8px 0;
	/*font-size: 1.2rem;*/
	font-size: 4vw;
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
}

div#box_matchnavi .box_match_data.home h4{
	background-color: #23b7fe;
}

div#box_matchnavi .box_match_data.away h4{
	background-color: #de0000;
}


div#box_matchnavi .box_match_data .box_game_info{
	padding: 12px;
	padding-bottom: 8px;
	position: relative;
}

div#box_matchnavi .box_match_data .box_game_info:after{
	content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 50;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 60px 36px;
		border-color: transparent transparent #111111 transparent;
}

div#box_matchnavi .box_match_data .box_game_info p{
	font-size: 1.4rem;
	line-height: 1.5;
}

div#box_matchnavi .box_match_data.home .box_game_info{
	background-color: rgba(35,183,254,0.85);
}

div#box_matchnavi .box_match_data.away .box_game_info{
	background-color: #b50303;
}


div#box_matchnavi div.inner_vs_data{
	background-color: #111;
	width: 100%;
	padding: 14px 0 15px 78px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}


div.tab_acl div.inner_vs_data:before{
	content: "";
	width: auto;
	height: 54px;
	width: 54px;
	position: absolute;
	top: 10px;
	left: 14px;
	background-image: url(/common_2017/emblems/icon_match_cate_acl.png);
	background-position: 50% 1px;
	background-repeat: no-repeat;
	background-size: auto 54px;
	-webkit-background-size: auto 54px;
	-moz-background-size: auto 54px;
}

div.tab_ync div.inner_vs_data:before,
div.tab_j div.inner_vs_data:before{
	content: "";
	width: auto;
	height: 54px;
	width: 54px;
	position: absolute;
	top: 8px;
	left: 9px;
	background-image: url(/common_2017/emblems/icon_match_cate_j_league.png);
	background-position: 50% 1px;
	background-repeat: no-repeat;
	background-size: auto 54px;
	-webkit-background-size: auto 54px;
	-moz-background-size: auto 54px;
}


div.inner_vs_data:after{ /* カテアイコン背部に置くぼかし */
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	background-color: #222;
	top: 32px;
	left: 32px;
	z-index: -10;
	box-shadow: 0 0 40px 25px #777;
}


/*div#box_matchnavi div.inner_vs_data{
	background-color: #111;
	width: 100%;
	padding: 14px 0 15px;
}*/

div.inner_vs_data img {
	width: 72px;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 7px;
}

div#box_matchnavi div.inner_vs_data h5{
	font-size: 1.2rem;
	line-height: 2;
}

div#box_matchnavi div.inner_vs_data p{
	font-size: 1.8rem;
	font-weight: bold;
}

div#box_matchnavi div.box_vs_team{
	text-align: center;
	position: relative;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

div#box_matchnavi div.box_vs_team p{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding-left: 8px;
}

div#box_matchnavi div.box_vs_team p a{
display: block;
	padding: 16px 20px 14px 0;
}

div#box_matchnavi div.box_vs_team p a:hover{
	opacity: 0.8;
}



div#box_matchnavi div.box_vs_team:before,
div#box_matchnavi div.box_vs_team:after{
content: "";
		position: absolute;
	display: block;
	background-repeat: no-repeat;
		background-position: 50% 0;
		top: 4px;
width: 54px;
height: 58px;
z-index: 1000;
		background-size: contain;
}

/*div#box_matchnavi div.box_vs_team:before{
		left: 3px;
		top: -1px;
		width: 58px;
		height: 64px;
		background-image: url(/goto_game/2017/img_kf/emb_kawasaki.png);
}

div#box_matchnavi div.box_vs_team.omiya:after{
right: 0px;
	background-image: url(/goto_game/2017/img_vsteam/emb_omiya.png);
}*/

img.vs_emb {
	width: auto;
	height: 70px;
	position: absolute;
	top: -16px;
	right: 8px;
}

div.box_vs_team.emb_tosu img.vs_emb {
	width: 80px;
	height: auto;
	top: -2px;
}

div.emb_kashiwa img.vs_emb {
	height: 80px;
	top: -18px;
	right: 5px;
}

div.box_game_links{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 14px;
}

div.box_game_links ul{

}

div.box_game_links ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div.box_game_links ul li{
	font-size: 1.4rem;
	width: 50%;
	height: auto;
		display: inline-block;
	margin-top: 2px;
	float: left;
}

div.box_game_links ul li .dot{
	margin-left: -0.20em;
	position: relative;
	margin-right: -0.20em;
}

div.box_game_links ul li:nth-of-type(even){
border-right: 1px solid #111;
}

div.box_game_links ul li:nth-of-type(1){
width: 100%;
border-right: none;
}


div.box_game_links li a{
	background-color: #333;
	display: block;
	padding: 1.2em 0 0.9em  0.6em;
	position: relative;
}

div.box_game_links li a:after{
	content: "";
		display: block;
		width: 7px;
		height: 12px;
		position: absolute;
		right: 6px;
		top: 39%;
		background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
		background-repeat: no-repeat;
		background-position: -70px 0;
		background-size: 138px 12px;
}

div.box_game_links ul li a:hover{
	background-color: #3f3d3d;
}


div.box_score_disp{
	margin: 0 12px;
	text-align: center;
	padding: 12px;
}


.box_score_disp p#time_status{
	display: inline-block;
	background-color: #333;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.6em 1em 0.3em 1em; 
	border-radius: 0.2em;
	min-width: 75%;
}

p#time_status.play_game {
	background-color: #DF0000;
	line-height: 1.4;
}

.box_score_disp ul.list_score>li{
	float: left;
}

.box_score_disp ul.list_score>li.kf:after{
	display: none;
}


.box_score_disp ul.list_score li.score_detail{
	width: 94px;
	overflow: hidden;
	position: relative;
	top: 0px;
	border: 1px solid #444;
	padding: 0 0 0em 0;
	border-top: none;
	border-bottom:none;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.box_score_disp ul.list_score li.score_detail ul{
	text-align: center;
	font-family: "Roboto",sans-serif;
}

.box_score_disp ul.list_score li.score_detail ul li{
	line-height: 1.2;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}

.box_score_disp .wrapper_score{
	padding-top: 0.8em;
}

.box_score_disp .list_score li.kf,
.box_score_disp .list_score li.vs{
	font-size: 7.5rem;
	padding: 0em 0.2em 0 0.2em;
	vertical-align: top;
}

/*  */

#nav_sp {
	width: 100%;
	margin-bottom: 10px;
}

#nav_sp ul {
	display: table;
	width: 100%;
}

/*#nav_sp li {
	display: table-cell;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	font-size: 4vw;
	
	width : 33.33333% ;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	
	position: relative;
	line-height: 1.2;
	padding-top: 4px;
}*/

#nav_sp ul {
	display: flex;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	flex-wrap:nowrap;
	-webkit-align-items: center;
	-webkit-justify-content: center; 
	align-items: center;
	justify-content: center;
	
	height: 50px;
	
}

#nav_sp li {
	-webkit-flex-grow:1;
	flex-grow:1;
	
	line-height: 1;
	text-align: center;
	font-size: 4vw;
	position: relative;
	
	width : 33.33333% ;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	
}

#nav_sp li:after {
	
	content: '';
	display: block;
	width: 1px;
	height: 90%;
	background-color: #444;
	position: absolute;
	top: 5px;
	right: 2px;
}

#nav_sp li:nth-child(2):after {
	right: 4px;
}

#nav_sp li:last-child:after {
	display: none;
}

#nav_sp li a {
	width: 100%;
	
}

#nav_sp li img {
	/*width: auto;
	height: 60%;*/
	
	width: auto;
	height: 20px;
	margin-top: -3px;
	margin-left: 4px;
}



/*  */

#box_sns_lineup{
	width: 100%;
	height: auto;
	background-color: #23b7fe;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 25px;
	z-index: 0;
	color: #fff;
}

#box_sns_lineup .inner h2{
	text-align: center;
	margin-bottom: 15px;
}

#box_sns_lineup .inner h2 img {
	width: 25%;
	display: inline;
}

#box_sns_lineup header p {
	font-size: 4vw;
}

#box_sns_lineup header {
	border-bottom: 1px solid #91dbff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#box_sns_sp h3 {
	margin-bottom: 15px;
}

#box_sns_sp h3 img {
	width: 40%;
}

#box_sns_sp ul {
	width: 100%;
	padding-bottom: 20px;
}

#box_sns_sp ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_sns_sp li {
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

#box_sns_sp li a {
	color: #fff;
}

#box_sns_sp li img {
	width: 100%;
	height: auto;
}

#box_sns_sp span.img {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-bottom: 10px;
}


#box_sns_sp ul.list_other {
	
}

#box_sns_sp ul.list_other {
	padding-bottom: 5px;
}

#box_sns_sp ul.list_other li {
	width: 50%;
	display: inline-block;
	
	border-top: 1px solid #91dbff;
}

#box_sns_sp ul.list_other li a {
	display: block;
	padding: 25px 0 10px;
}

#box_sns_sp ul.list_other li img{
	width: 40%;
}


#box_sns_sp ul.list_other li:last-child {
	width: 100%;
	float: none;
	clear: left;
}

#box_sns_sp ul.list_other li:last-child {
	
}

#box_sns_sp ul.list_other li:last-child img {
	width: 50%;
}


/* @group 準備中 */
#dialog-overlay {
	/* set it to fill the whil screen */
    width: 100%;
    height: 100%;
	/* transparency for different browsers */
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
	background: #000;
    /* make sure it appear behind the dialog box but above everything else */
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
	/* hide it by default */
    display: none;
}

#dialog-box {
	/* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
	/* styling of the dialog box, i have a fixed dimension for this demo */
    width: 328px;
	/* make sure it has the highest z-index */
    position: absolute;
    z-index: 5000;
	/* hide it by default */
    display: none;
    border: 1px solid #cecece\9;
    
    /*margin-top: -300px;*/
    margin-top: 900px;
}

#dialog-box .dialog-content {
	/* style the content */
    text-align: left;
    margin: 13px;
    padding: 10px;
    color: #666;
    font-family: arial;
    font-size: 11px;
}

a.button {
	/* styles for button */
    margin: 10px auto 0 auto;
    padding: 5px 10px 6px;
    text-align: center;
    display: block;
    width: 70px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
	/* button color */
    background-color: #2b85cb;
	/* css3 implementation: ) */

	/* rounded corner */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	/* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
	font-size: 1.2rem;
}

a.button:hover {
    background-color: #49aae3;
}
/* extra styling */
#dialog-box .dialog-content p {
    font-weight: 700;
    margin: 0;
}

#dialog-box .dialog-content ul {
    margin: 10px 0 10px 20px;
    padding: 0;
    height: 50px;
}

div#dialog-message {
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
}
/* @end */

/*  */

div.box_bg_slant.home_mid{
	display: none;
}




div#box_links #box_diary .bg_img {
	width: 100%;
	height: 0;
	padding-top: calc(240 / 320 * 100%);
	background: center center / cover no-repeat;
	
	/*background-image: none!important;*/
	
	overflow: visible;
}


/*  ====== levain2017final ======= */


#full_overlay {
	width: 100vw;
	background-color: rgba(0,0 ,0 , 1.0);
	position: fixed;
	height: 100vh;
	z-index: 2000;
	top: 0;
}


#box_levain_final_winner {
	width: 100%;
	height: 100vh;
	min-width: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2500;
	overflow: hidden;
}

#box_levain_final_winner img.bg{
	width: 160vw;
	margin-left: -80vw;
	position: absolute;
	bottom:0;
	left: 50%;
	z-index: 0;
	opacity: 0.6;
}

#box_levain_final_winner p#btn_close_full {
	width: 100%;
	bottom: 0;
	height: 20vh;
	background-color: rgba(0,0 ,0 , 0.7);
	position: absolute;
	z-index: 1000;
	left: 0;
	font-family: "Roboto",sans-serif;
	font-size: 1.8rem;
}

#box_levain_final_winner p#btn_close_full a {
	display: block;
	width: 100%;
	height: 20vh;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	padding-top: 16px;
	transition: 0.3s;
	position: relative;
	padding-right: 5vw;
}

#box_levain_final_winner p#btn_close_full a:focus {
	background-color: #23b7fe;
}

#box_levain_final_winner p#btn_close_full a:after{
	content: " ";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 50%;
	margin-right: -2.3em;
	background-image: url(/common_2017/svg/icon_close_wh.svg);
	background-size: 18px 18px;
	top: 23%;
	margin-top: -0.57em;
}

p#main_catch_winner {
width: 90vw;
height: auto;
position: absolute;
	z-index: 2500;
	top: 16vh;
	left: 50%;
	margin-left: -45vw;
	display: block;

}

p#main_catch_winner img {
	width: 100%;
	height: auto;
}






