.s-txt
{font-size: 80%;
}

.poster{
background:url(../img/top2026.jpg) center top no-repeat;
background-size: contain;
aspect-ratio: 980/500;
margin-bottom:15px;
}


.columnBox{width:980px;margin:15px auto;padding:15px;}
#pagettl { width:980px; margin:auto; padding:20px; box-sizing:border-box; background-image:none!important; background-color:#135f81; border-radius:20px 20px 0 0; font-size:200%; text-shadow:0px 2px 4px rgba(0,0,0,0.2); color:#fff; text-align:center; }
.chapter {padding:0px;margin-bottom:20px;background:#FFFFFF; }
.text {line-height:180%;font-size:130%;  padding:15px 20px;color:#333333;}

.columnBox h2
{
width: 100%;
font-size:150%;
max-width: 1080px;
margin: auto;
text-align:center;
display: flex;
align-items: center;
justify-content: center;
}
.columnBox h2 span
{
color:#fff;
font-family: "headline-gothic-atf", sans-serif;
font-weight: 400;
font-style: normal;
}

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

@media all and (min-width: 768px) {

.columnBox h2
{
height: 72px;
}
.columnBox h2 span{
font-size:360%;
line-height:1;
}
}

.android,
.win {
@media all and (min-width: 768px) {
.columnBox h2 span{padding-top:.255em;}
}

@media all and (max-width: 767px) {
		.columnBox h2 span{
		padding-top:.3em;
		}
}
}


@media all and (max-width: 767px) {
.columnBox{width:98%;margin:15px auto;padding:5px;}
.chapter {width:100%;}
#pagettl {width:100%;font-size:140%; border-radius:0; }
.columnBox h2{aspect-ratio: 356/36;	display:flex;align-items: center;justify-content: center}
.columnBox h2 span{font-size:220%;}
}




/*///////////////// athlete ////////////////*/
#athlete{
	padding-top: 5em;
}


#athlete section{
	padding-top:2em;
}

#athlete h3 {text-align:center;}
#athlete h3 span{
font-size: 140%;
border-bottom:5px solid #E10013;
padding-bottom: .2em;
}
/* SliderList */
#athlete .SliderList {
	width:100%;
	max-width: 900px;
	margin:20px auto;
	padding:0 50px;
	 /* for space */ font-size:0;
}
#athlete .SliderList { margin-bottom:20px; padding:0 50px; /* for space */ font-size:0; }
#athlete .list-item { display:inline-block; width:170px; margin:0 7px; vertical-align:middle; /* for space */ font-size:1rem; }
#athlete .list-item .tmb { position:relative; width:100%; height:0; margin-bottom:5px; padding-top:100%; background-color:rgba(0,0,0,0.1); }
#athlete .list-item .tmb a { position:absolute; display:block; left:0; top:0; width:100%; height:100%; /* hover fade */ transition: opacity 0.2s ease-out; }
@media (hover: hover) { #athlete .list-item .tmb a:hover { opacity:0.5; } }
#athlete .list-item .tmb a span { display:block; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px; }
#athlete .list-item .cap {
	 line-height:1.2;
	 color:#AA7701; 
	 font-size:90%;
	}
#athlete .list-item .cap span{ 
	display: block; 
	font-size:90%;
	color: #000;}
#athlete .SliderList .slick-arrow { position:absolute; top:0; width:50px; height:100%; background-position:center center; background-repeat:no-repeat; background-size:50% auto; text-indent:-9999px; /* reset */ background-color:transparent; border:none; cursor:pointer; outline:none; padding:0; appearance:none; text-indent: -9999px; }

#athlete .SliderList .slick-arrow:hover {opacity:0.5; }

@media all and (max-width: 1079px) {

/* SliderList */
#athlete  .SliderList {
	width:100%;
	margin:20px auto;
	padding:0;
	 }
	#athlete  .list-item { width:29vw; margin:0 1vw; }
	#athlete  .list-item .cap { font-size:70%; }
	#athlete  .SliderList .slick-arrow {display: none !important}
	}


@media all and (max-width: 767px) {
	#athlete{
		padding-top: 2em;
	}
	#athlete section{
		padding-top:0.5em;
	}


#athlete h3 span{
font-size: 100%;
border-bottom:3px solid #E10013;
padding-bottom: .2em;
}

}

/*///////////////// outline ////////////////*/
#outline{
	padding-top: 5em;
}

#outline h3 {text-align:center;}

#outline h3 span{
font-size: 140%;
line-height: 2;
border-bottom:5px solid #E10013;
padding-bottom: .2em;
}

#outline section{
	padding-top:2em;
}
#outline section p{
	width: 800px;
	margin: auto;
	padding-top:0.5em;
}

#outline section ul{
	width: 800px;
	margin:2em auto;
	padding-top:0.5em;
}
#outline section li{
	display: flex;
	border-top: #000 solid 1px;
	line-height: 1.4;
}
#outline section li:last-of-type{
	border-bottom: #000 solid 1px;
}
#outline section li span{
	display: block;
	padding: .5em;
}
#outline section li span:first-of-type
{
	width: 25%;
	font-weight: 700;
	background: #eeeeee;
}
#outline section li span:last-of-type
{
	width: 75%;
}

#outline .btn{
	display: block;
	margin: auto;
	background: #E10013;
	color:#fff;
	text-align: center;
	width: 60%;
	margin-top: 2em;
	padding:1em 0;
	border-radius: 50px;
	transition: all 0.5s;
}
#outline .btn:hover{
	opacity: .5;
}


@media all and (min-width: 768px){
	#outline .btn{
		max-width: 200px;
	}
}
@media all and (max-width: 767px) {
	#outline{
		padding-top: 2em;
	}
	#outline section{
		width: 96%;
		margin: auto;
		padding-top:0.5em;
	}


#outline h3 {text-align:left;}

#outline h3 span{
font-size: 100%;
border-bottom:3px solid #E10013;
padding-bottom: .2em;
}

#outline section p,
#outline section ul{
	width: 100%;
}

#outline section li span:first-of-type
{	
	font-size: 70%;
}
#outline section li span:last-of-type
{	
	font-size: 80%;
}
#outline .btn{
	font-size: 80%;
}
}






/*///////////////// aside ////////////////*/
aside{
	margin-top:15px !important;
	padding-rop:15px;
}

@media all and (max-width: 767px) {
	aside{
		margin:2px auto;
	}
}
/*///////////////// sns ////////////////*/

#sns h3{
color:#fff;
text-align: center;
font-family: "field-gothic-condensed", sans-serif;
font-weight: 800;
font-style: normal;
}
#sns h3 small{
font-family: Arial, Helvetica, sans-serif;
font-size: 60%;
font-weight: 400;
}

#sns.box{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding-top:2em;
}
#sns.box .inbox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

#sns .twBox,
#sns .ig-outer
	{
	box-sizing: border-box;
	overflow: hidden;
	}

#sns .ig-outer .insta {
		background: #fff;
	}

#sns p {
	text-align: center;
	color:#fff;
	margin-top: 2em;
}

#sns p small{
font-size: 80%;
}


@media all and (min-width: 768px) {

	#sns h3{
		font-size:260%;
		padding:.5em;
		line-height: 1;
		}
	#sns .twBox{
		width: 700px;
		}
	}

/*
<!--
@media all and (min-width: 768px) {
#sns h3{
	font-size:260%;
	padding:.5em;
	}
#sns .twBox{
	width: 400px;
	}
#sns .ig-outer{
	width: 400px;
	}
#sns .ig-outer .insta {
		padding:20px 20px 10px;
	}
}
-->*/

@media all and (max-width: 767px) {
#sns.box{
	width: 100%;
	margin: auto;
	padding-top:2em;
}

#sns.box .inbox{ margin:0px auto;}
#sns h3{
font-size:200%;
padding:.5em;
}

#sns .twBox,
#sns .ig-outer
{
	width:90%;
	margin:0 auto 1em;
}
#sns .ig-outer .insta {
		padding:1.5em 1em 1em;
	}
}


/*/-------- instagram_default -------- /*/
div.insta ul li {
	float:left;
	width:33.333333333333333%;
}
div.insta ul li span, div.insta ul li a, div.insta ul li a img {
	display:block;
}
div.insta ul li a, div.insta ul li a img {
	background-position:center center;
	background-repeat:no-repeat;
}
div.insta ul li a {
	background-size:cover;
	position:relative;
	height:0;
	padding-top:100%;
}
div.insta ul li a:hover img {
	background-color:hsla(216,82%,13%,0.25);
}
div.insta ul li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.insta ul li a img.icon-video {
	background-image:url(/um/img/play.png);
}
div.insta ul li:nth-child(3n-2) {
	clear:both;;
}
@media all and (min-width: 768px) {
div.insta ul li:nth-child(3n-2) > span {
	margin-right:8px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:4px;
	margin-right:4px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:8px;
}
div.insta ul li {
	margin-bottom:12px;
}
}
@media all and (max-width: 767px) {
div.insta ul li:nth-child(3n-2) > span {
	margin-right:6px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:3px;
	margin-right:3px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:6px;
}
div.insta ul li {
	margin-bottom:9px;
}
}






/* -banner - */
#top_banner{
	display: flex;
	justify-content: space-between;}

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


@media all and (min-width: 768px) {
	#top_banner{
		max-width: 1080px;
		margin:4em auto 0;
	}
}

@media all and (max-width: 767px) {
	#top_banner{
		flex-wrap: wrap;
		margin:2em auto 0;
	}
	#top_banner li{
		width: 100%;
		margin: auto;
	}
	#top_banner li:nth-child(2){
		margin: .5em auto;
	}
}


/* - song - */
figure.song .lazy{
	display: block;
	width: 100%;
	aspect-ratio:98/25;
}
@media all and (min-width: 768px) {
figure.song{
	width: 700px;
	margin:4em auto;
}
}

@media all and (max-width: 767px) {
figure.song{
	width: 100%;
	margin:1em auto 3em;
}
}





/* youtube
-------------------------------- */
.mov_yt { width:800px; margin:20px auto; }
.mov_yt_inner { position:relative; width:auto; height:0; padding-top:56.25%; }
.mov_yt_inner iframe { position:absolute; left:0; top:0; width:100%; height:100%; }



.top-img span {width:800px;height:174px;margin:0px auto;display:block;text-indent: -9999px;  }
/* ---- Media Queries ---- */

@media all and (max-width: 767px) {
.mov_yt { width:100%;margin:20px 0 20px 0; }
.top-img span{width:100%; height:0; padding:21.75% 0 0;display:block;background-size: contain;position:relative;text-indent:-9999px;margin-bottom:5px;}



#top-yt-list { margin:0 -3% 20px -3%; padding:0 8.0vw; /* for space */ font-size:0; }
.top-yt-list-item { width:30vw; margin:0 1vw; }
.top-yt-list-item .cap { font-size:90%; }

#top-yt-list .slick-arrow { width:8.0vw; }
#top-yt-list .slick-prev { left:-8.0vw; }
#top-yt-list .slick-next { right:-8.0vw; }

#top-yt-pl-ttl { font-size:160%; }
#top-yt-pl-btn li { display:inline-block; margin:0 1% 10px 1%; width:48%; vertical-align:middle; /* for space */ font-size:1rem; }
}

@media all and (min-width: 768px) {
.imgCB span {width:630px;height:70px;margin:8px auto;display:block;text-indent: -9999px;  }
.sports-banner span {width:940px;height:220px;margin:8px auto;display:block;text-indent: -9999px;  }

}
@media all and (max-width: 767px) {
.imgCB span{width:100%; height:0; padding-top:11.111111111%; display:block;background-size: contain;position:relative;text-indent:-9999px;}
.sports-banner span{width:100%; height:0; padding-top:23.4375%; display:block;background-size: contain;position:relative;text-indent:-9999px;margin:10px 0px;}
}

.f60{font-size:60%;}
