@import url("../font/HeadlineGothicATF.css");
@import url("../font/FieldGothicCondensed.css");

/*	Youtube Player
============================== */
/*img cover*/
.cover {width:100%; height:100%;}
/*link*/
a{text-decoration:none; color:#44c5da}
a:hover{ text-decoration:none; color:#666;}

/*///////////////// style ////////////////*/
body{
	-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
html, body, div#con-body {
	background:#fff;
}

div#con-body{
	color:#000;
	background-attachment:fixed;
	z-index:0;
	font-style: normal;
	font-weight: 400;
}


.blue{color:#0a0c59;font-weight: 800;}

.poster2{
background:url(../img/pos2.jpg?new) center center no-repeat;
background-size: contain;
aspect-ratio: 144/15;
width:96%;
margin:1em auto;
}

#top.container{
	border-top:solid 1px #eee;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;

}

/*///////////////// web font ////////////////*/
.red{
	color: #E10013;
}
.grn{
	color:#178A4B;
}
.gold{
	color:#C99B20;
}
/* memo 
{
font-family: "headline-gothic-atf", sans-serif;
font-weight: 400;
font-style: normal;
}
{
font-family: "field-gothic-condensed", sans-serif;
font-weight: 800;
font-style: normal;
}

{
font-family: "nitalago-ruika", sans-serif;
font-weight: 400;
font-style: normal;
}
*/
/*///////////////// font ////////////////*/
.container p,
.container li,
.container table
{
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
}



/*///////////////// nav ////////////////*/
.container nav {
background-color: midnightblue;
background: linear-gradient(to right, #3ba4c0 0%, #135f81 100%);
}

.container nav  ul#menu{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding:.5em 0 1.5em;
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.container nav  ul#menu li{
	transition: all .5s ease-in-out;
	text-align: center;
}

.container nav  ul#menu li .noLINK,
.container nav  ul#menu li a{
	display: block;
	width: 100%;
	height:80px;
}
.container nav  ul#menu li:nth-of-type(1) a{
	background:url(../img/menu/m1.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 84/120;
}

.container nav  ul#menu li:nth-of-type(2) a{
	background:url(../img/menu/m2.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 165/121;
}

.container nav  ul#menu li:nth-of-type(3) .noLINK{
	background:url(../img/menu/m3.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 159/120;
	opacity: .4;
}

.container nav  ul#menu li:nth-of-type(3) a{
	background:url(../img/menu/m3.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 159/120;
}
.container nav  ul#menu li:nth-of-type(4) a{
	background:url(../img/menu/m4.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 60/120;
}

.container nav  ul#menu li:nth-of-type(5) a{
	background:url(../img/menu/m5.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1/1;
}
.container nav  ul#menu li:nth-of-type(6) a{
	background:url(../img/menu/m6.png) center center no-repeat;
	background-size: contain;
	aspect-ratio: 138/120;
}




.container nav  ul#menu li:hover {
	filter: drop-shadow(2px 2px 10px rgba(255, 247, 95, 0.6));

}

.container nav  ul#menu li .noLINK span,
.container nav  ul#menu li a span{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*
.container nav  ul#menu li span:first-of-type{
	font-size: 240%;
	display: inline-block;
	background: linear-gradient(135deg, #EDC443 0%, #AA7701 100%);
	background: -webkit-linear-gradient(-45deg, #EDC443 0%, #AA7701 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.container nav  ul#menu li span:nth-child(2){
	line-height: 1;
}
*/

@media all and (max-width: 767px) {
	.container nav  ul#menu{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding:0 0 .5em!important;
		margin: auto;
	}
	.container nav  ul#menu li {
		width: 31.33333333%;
		padding:.2em 0;
		margin:0 1%;
	}
	.container nav  ul#menu li a{
		height:50px;
	}

	.container nav  ul#menu li:nth-of-type(3) .noLINK{
		height:50px;
	}

	}

/*///////////////// column ////////////////*/
.columnBox{
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
@media all and (max-width: 767px) {
.columnBox{
	width:92%;
	margin: auto;
}
}
/*///////////////// h2 h3 ////////////////*/
.second .columnBox h2
{
width: 100%;
max-width: 1080px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.second .columnBox h2 span
{
color:#fff;
font-family: "headline-gothic-atf", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}


.second .columnBox h2 span small
{display: block;
	font-size: 30%;
	line-height: 1;
	text-align: center;
}

.second .columnBox h3{
font-family: "nitalago-ruika", sans-serif;
font-weight: 400;
font-style: normal;
margin:1em auto;
}

@media all and (min-width: 861px) {
.second .columnBox h2
{
height: 72px;
}

.columnBox h2 span{
font-size:300%;
line-height: 1;
}
}


@media all and (max-width: 860px) {
	.second .columnBox h2
	{
	height: 72px;
	}
	.columnBox h2 span{
	font-size:240%;
	line-height: 1;
	}
	}
	

@media all and (max-width: 767px) {
.second .columnBox h2
{
	aspect-ratio: 356/50;
	display:flex;
	align-items: center;
	justify-content: center
}
.second .columnBox h2 span{
font-size:180%;
line-height:1;
}
}
.android,
.win {
@media all and (min-width: 768px) {
.second .columnBox h2 span{
		padding-top:.254em;
}
.second .columnBox h2 span small{
	line-height: 0.8;
}
}
@media all and (max-width: 767px) {
.second .columnBox h2 span{
		padding-top:.3em;
		}
}
}

/*///////////////// aside ////////////////*/

aside,
#footer-common{
background-color: midnightblue;
background: linear-gradient(to right, #3ba4c0 0%, #135f81 100%);
}

#footer-common{
	width: 100%;
	padding:2em 0 5em!important;
}
.second #footer-common{
	padding:5em 0!important;
}


#banner-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 740px;
	max-width:800px;
	margin: auto;
	}
	#banner-list li{
	 width:30% ;
	 margin:0 .5em 1em;
	}
	#banner-list li a:hover{
		opacity:0.5 ;
	}
#bn-newsdig a { background:url(../img/common/bn_newsdig.png) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 45/11; }
#bn-yt a { background:url(../img/common/bn_yt.png) center center no-repeat; 
background-size: contain;
aspect-ratio: 43/16;}
#bn-tw a { background:url(../img/common/bn_x.png) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 43/16;}
#bn-insta a { background:url(../img/common/bn_insta.png) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 43/16; }
#bn-tiktok a { background:url(../img/common/bn_tiktok.png?new) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 43/16; }
#bn-fb a { background:url(../img/common/bn_fb.png) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 43/16;}
#bn-athletics a { background:url(../img/common/bn_athletics.png) center center no-repeat; 
	background-size: contain;
	aspect-ratio: 43/16;}

#bn-timetree a { background:url(../img/common/bn_tt.png) center center no-repeat;	background-size: contain;
	aspect-ratio: 43/16; }

#footer-common a {display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

@media all and (max-width: 767px)  {
	#footer-common{
		padding:2em 0!important;
	}
	.second #footer-common{
		padding:5em 0 2em!important;
	}
	
	#banner-list{
		width: 90%;
		}
	#banner-list li{
		width:48% ;
		margin:0 1% 2%;
	}
}

/* f-share
-------------------------------- */
#f-share,
#f-share-btn { display:flex; justify-content:center; align-items:center; }
#f-share {
	width:11.0em;
	margin:2em auto 0;
	border:#fff 1px solid;
	border-radius:2.0em;
	padding:0.7em;
	font-size:130%;
}
#f-share-ttl {
		font-family: "field-gothic-condensed", sans-serif;
		font-weight: 800;
		font-style: normal;
		line-height: 1;
	color:#fff;font-weight:400; letter-spacing:0.02em;}
#f-share-ttl::after { content:""; display:inline-block; vertical-align:bottom; width:0.5em; height:0.5em; margin:auto 0.2em 0.1em 0.3em; background:url(../img/common/f_btn_share_arrow.png) center center no-repeat; background-size:auto 100%; }
#f-share-btn li { width:1.8em; height:1.8em; margin-left:0.4em; }
#f-share-btn li a { display:block; width:100%; height:100%; border-radius:50%; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px; /* hover fade */ transition: opacity 0.2s ease-out; }
@media (hover: hover) { #f-share-btn li a:hover { opacity:0.5; } }
#f-share-btn-tw a {  background:url(../img/common/f_btn_share_x.png); }
#f-share-btn-fb a {  background:url(../img/common/f_btn_share_fb.png); }
#f-share-btn-line a {  background:url(../img/common/f_btn_share_line.png); }
@media all and (max-width: 767px)  {
	#f-share { 
		width:80%;
		max-width:11.0em;
	}
}

/* -streaming_banner - */
#streaming_banner{
	width: 100%;
	margin: auto;
}
#streaming_banner ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin:1em auto;
}

#streaming_banner li{
	width: 48%;
}

#streaming_banner li a{
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	transition: all .5s ease-in-out;
}
#streaming_banner li a:hover{
opacity: .5;
}


#streaming_banner li:nth-child(1) a{
	background: url(../img/common/bn_unext.png);
	background-size: contain;
	aspect-ratio: 21/5;	
	border: solid 3px #fff;
}
#streaming_banner li:nth-child(2) a{
	background: url(../img/common/bn_tver.png);
	background-size: contain;
	aspect-ratio: 21/5;	
	border: solid 3px #00E9F4;
}

@media all and (min-width: 768px) {
	#streaming_banner{
		max-width: 700px;
	}
}

@media all and (max-width: 767px) {
	#streaming_banner ul{
		flex-wrap: wrap;
	}
	#streaming_banner li{
		width: 90%;
		margin: auto;
	}
	#streaming_banner li:first-of-type{
		margin-bottom: 1em;
	}
}


/*///////////////// footer ////////////////*/

footer {
	display:block;
	overflow:hidden;
	height:90px;
}
footer .bottom{text-align:center;line-height:90px;color:#000;}
footer .bottom a{ text-decoration:none;color:#000;}
footer .bottom small{font-size:80%;}
footer .bottom{margin:0 auto;}
footer .bottom small{ line-height: 90px; !important}
@media all and (max-width: 767px)  {
footer{
padding-bottom:80px !important;
background-color: midnightblue;
background: linear-gradient(to right, #0D308B 0%, #00013A 100%);
}
footer .bottom{
	width: 300px;
	height:30px;
	line-height:15px;margin:30px auto 0;
color:#fff;}
footer .bottom a{color:#fff;}
footer .bottom small{ line-height:1; !important}
footer small span{
display: block;
padding-top:.5em;
}
}




/*///////////////// mov ////////////////*/
/*	YouTube
============================== */
div.mov-outer {
	margin:4em auto 0;
	max-width:880px;
}
div.mov-inner .lazy {
    display: block;
    aspect-ratio: 16/9;
}
div.mov-inner .lazy img{
	width: 100%;
}

.cap2{
	max-width:860px;
	background: #C99B20;
	color: #fff;
	text-align: center !important;
	font-size: 100%;
	line-height: 1.2;
	margin:0 auto;
	padding:10px;
}

@media all and (max-width: 767px) {
div.mov-outer {
	margin:1em auto 0;
}
.cap2{
	text-align: left !important;
	font-size: 80%;
	margin:0 0 1em;
	padding:2%;
	width: 96%;
	line-height: 1.2 !important;
}
}


/*///////////////// lazy ////////////////*/
.lazy {
  position:relative;
  display:block;
  background:center top no-repeat;
  background-size:cover;
  margin:0 auto;
}
.lazy img{
  position:absolute;
  top:0;
  left:0;
}
