
.poster{
background:url(../img/top2024.jpg) center top no-repeat;
background-size: contain;
aspect-ratio: 980/550;
}



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








.m_btn {
text-align: right !important;
margin-top: 2em;}

.m_btn a{
	width:100px;
	display:inline-block;
    background: url(../img/top/more.svg) center center no-repeat;
    background-size: contain;
	aspect-ratio: 72/21;
	transition: all .5s ease-in-out;
}
.m_btn a:hover {
	opacity:0.5 ;
}
@media all and (max-width: 767px) {
	.m_btn {text-align: center;}

}


/*///////////////// video buda ////////////////*/
#video_buda{
	padding-top: 5em;
}
#video_buda h2{
    background: url(../img/ti_red.svg) center center no-repeat;
    background-size: contain;
}
#video_buda section{
	padding-top:2em;
}
#video_buda h3 {text-align:center;}
#video_buda h3 span{
font-size: 140%;
border-bottom:5px solid #E10013;
padding-bottom: .2em;
}

/* SliderList */
#video_buda .SliderList {
width: 100%;
max-width: 900px;
margin:20px auto;
padding:0 50px;
 /* for space */ font-size:0;
 }
 #video_buda .list-item { display:inline-block; width:288px; margin:0 7px; vertical-align:middle; /* for space */ font-size:1rem; }
 #video_buda .list-item .tmb { position:relative; width:100%; height:0; margin-bottom:5px; padding-top:56.25%; background-color:rgba(0,0,0,0.1); }
 #video_buda .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) { #video .list-item .tmb a:hover { opacity:0.5; } }
#video_buda .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; }
#video_buda .list-item .cap { line-height:1.4; color:#000; }
#video_buda .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; }
#video_buda .SliderList .slick-prev { left:-50px; z-index:12; background-image:url(../img/top/ar_l_w2.svg); }
#video_buda .SliderList .slick-next { right:-50px; z-index:13; background-image:url(../img/top/ar_r_w2.svg); }
#video_buda .SliderList .slick-arrow:hover { opacity:0.5; }
@media all and (min-width: 1080px) {
	#video_buda .list-item .cap { font-size:90%; }
}
@media all and (max-width: 1079px) {
/* SliderList */
#video_buda .SliderList {
	width:100%;
	margin:20px auto;
	padding:0;
	 }
	 #video_buda .list-item { width:38vw; margin:0 1vw; }
	 #video_buda .list-item .cap { font-size:70%; }
	 #video_buda .SliderList .slick-arrow {display: none !important}
}


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

#video_buda h2{
background: url(../img/smp_ti_red.svg) center center no-repeat;
background-size: contain;
}


#video_buda h3 span{
font-size: 100%;
border-bottom:3px solid #E10013;
padding-bottom: .2em;
}
}
/*///////////////// video_buda mainvideo ////////////////*/
#video_buda .main_mov{
	border-bottom: solid 1px #E1DFDF;
}
#video_buda .main_mov .in_mov{
	position:relative;
	width: 50%;
	aspect-ratio: 16/9; 
}

#video_buda .main_mov p span{
margin-top: 1em;
display: block;
}

#video_buda .main_mov .in_mov a{
	position:absolute;left:0; top:0; 
	display: block;
	width:100%; height:100%; 
	margin-bottom:5px;
	background-color:rgba(0,0,0,0.1);
}
#video_buda .main_mov .in_mov a span {
	 display:block; 
	 width:100%; height:100%; 
	 background-position:center center; 
	 background-repeat:no-repeat; 
	 background-size:cover;
	text-indent:-9999px;
	 }
@media (hover: hover) { 
	#video_buda .main_mov .in_mov a :hover { opacity:0.5; } 
}

@media all and (min-width: 768px){
	#video_buda .main_mov{
		width: 90%;
		margin: 2em auto 0;
		padding-bottom: 2em;
		display: flex;
		justify-content: space-between
	}
	#video_buda .main_mov .in_mov{
		width: 50%;
	}
	#video_buda .main_mov p{
		width: 48%;
	}
}

@media all and (max-width: 767px) {
	#video_buda .main_mov{
		width: 100%;
		margin: 2em auto 0;
		padding-bottom: 2em;
	}
	#video_buda .main_mov .in_mov{
		width: 100%;
		margin-bottom: 1em;
	}
	#video_buda .main_mov .cap{
		line-height: 1.4;
		}
		
}



/*///////////////// video ////////////////*/
#video{
	padding-top: 5em;
}
#video h2{
    background: url(../img/ti_grn.svg) center center no-repeat;
    background-size: contain;
}
#video section{
	padding-top:2em;
}
#video h3 {text-align:center;}
#video h3 span{
font-size: 140%;
border-bottom:5px solid #178A4B;
padding-bottom: .2em;
}

/* SliderList */
#video .SliderList {
width: 100%;
max-width: 900px;
margin:20px auto;
padding:0 50px;
 /* for space */ font-size:0;
 }
#video .list-item { display:inline-block; width:288px; margin:0 7px; vertical-align:middle; /* for space */ font-size:1rem; }
#video .list-item .tmb { position:relative; width:100%; height:0; margin-bottom:5px; padding-top:56.25%; background-color:rgba(0,0,0,0.1); }
#video .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) { #video .list-item .tmb a:hover { opacity:0.5; } }
#video .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; }
#video .list-item .cap { line-height:1.4; color:#000; }
#video .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; }
#video .SliderList .slick-prev { left:-50px; z-index:12; background-image:url(../img/top/ar_l_w.svg); }
#video .SliderList .slick-next { right:-50px; z-index:13; background-image:url(../img/top/ar_r_w.svg); }
#video .SliderList .slick-arrow:hover { opacity:0.5; }
@media all and (min-width: 1080px) {
	#video .list-item .cap { font-size:90%; }
}
@media all and (max-width: 1079px) {
/* SliderList */
#video .SliderList {
	width:100%;
	margin:20px auto;
	padding:0;
	 }
	#video .list-item { width:38vw; margin:0 1vw; }
	#video .list-item .cap { font-size:70%; }
	#video .SliderList .slick-arrow {display: none !important}
}


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

#video h2{
background: url(../img/smp_ti_grn.svg) center center no-repeat;
background-size: contain;
}


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


/*///////////////// athlete ////////////////*/
#athlete{
	padding-top: 5em;
}
#athlete h2{
    background: url(../img/ti_red.svg) center center no-repeat;
    background-size: contain;
}

#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-prev { left:-50px; z-index:12; background-image:url(../img/top/ar_l_w2.svg); }
#athlete .SliderList .slick-next { right:-50px; z-index:13; background-image:url(../img/top/ar_r_w2.svg); }
#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 h2{
background: url(../img/smp_ti_red.svg) center center no-repeat;
background-size: contain;
}

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

}

/*///////////////// outline ////////////////*/
#outline{
	padding-top: 5em;
}
#outline h2{
    background: url(../img/ti_red.svg) center center no-repeat;
    background-size: contain;
}
#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 h2{
background: url(../img/smp_ti_red.svg) center center no-repeat;
background-size: contain;
}

#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:5em !important;
}

@media all and (max-width: 767px) {
	aside{
		margin-top:2em !important;
	}
}
/*///////////////// 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: 800px;
		margin:0 auto;
		}
	}

@media all and (max-width: 767px) {
#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;
	}
}





/* youtube
-------------------------------- */

.mov_yt { width:100%; margin:20px 0 20px 0; }
.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-yt
=============================================== */

#top-yt-list { margin-bottom:20px; padding:0 50px; /* for space */ font-size:0; }
.top-yt-list-item { display:inline-block; width:278px; margin:0 7px; vertical-align:middle; /* for space */ font-size:1rem; }
.top-yt-list-item .tmb { position:relative; width:100%; height:0; margin-bottom:5px; padding-top:56.25%; background-color:rgba(0,0,0,0.2); }
.top-yt-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) { .top-yt-list-item .tmb a:hover { opacity:0.5; } }
.top-yt-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; }
.top-yt-list-item .cap { line-height:140%; color:#333; }

#top-yt-list .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; }
#top-yt-list .slick-prev { left:-50px; z-index:12; background-image:url(../img/top/ar_l_w.png); }
#top-yt-list .slick-next { right:-50px; z-index:13; background-image:url(../img/top/ar_r_w.png); }
#top-yt-list .slick-arrow:hover { background-color:rgba(255,255,255,0.2); }

#top-yt-pl { margin-bottom:20px; padding:20px 10px 10px 10px; border:#F8CB02 2px solid; border-radius:20px; text-align:center; }
#top-yt-pl-ttl { margin-bottom:20px; font-size:180%; color:#F8CB02; }
#top-yt-pl-btn { width:100%; /* for space */ font-size:0; }
#top-yt-pl-btn li { display:inline-block; margin:0 1% 10px 1%; width:23%; vertical-align:middle; /* for space */ font-size:1rem; }
#top-yt-pl-btn li a { display:inline-block; position:relative; width:100%; padding:1.0em 0; border-radius:2.2em; line-height:130%; font-weight:bold; color:#fff; text-decoration:none; background:#c71322; transition: opacity 0.2s ease-out; }
#top-yt-pl-btn li a::before { display:inline-block; position:absolute; top:1.95em; left:2.2em; margin-right:0.7em; content:"▶︎"; font-size:50%; }
#top-yt-pl-btn li a:hover { opacity:0.5; }

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

@media all and (max-width: 767px) {
.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; }
}

.columnBox{width:980px;margin:15px auto;padding:15px;}

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




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

.columnBox h2 {
	text-align:left;
	color:#213052;
	line-height:1.5;
	padding:5px 13px;
}




@media all and (max-width: 767px) {
.columnBox{width:auto;margin:15px auto;padding:15px;}
.chapter {width:auto;}
#pagettl { width:auto; font-size:140%; border-radius:0; }
}


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

.imgCB span {width:890px;height:640px;margin:8px auto;display:block;text-indent: -9999px;  }
}

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

.idt {padding:10px 30px;line-height:1.8;text-align:left;color:#333333;}

.text {line-height:2em;padding:15px 30px;color:#333333;}
