@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');
*{
	box-sizing: border-box;	
}
body{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
	background:#ffffff;
}
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, .pc_none{
    display: none !important;
}

header nav{
	width:100%;
    padding: 0 4%;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}
header nav#menu_pc{
    background:#ffffff;    
}
header nav#menu_pc .menu_pc_wrap{
    width:100%;
    max-width: 1366px;
    min-width:1000px;
    margin:auto;
    overflow: hidden;
    text-align: left;
    display: table;
    line-height: 140%;
    font-size: 85%;
}
header nav#menu_pc ul{
    margin-bottom:0;
}
header nav#menu_pc ul.menu_pc_left{
    float:left;
}
header nav#menu_pc ul.menu_pc_right{
    float:right;
}

header nav#menu_pc ul li{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
    width:140px;
}
header nav#menu_pc ul li:nth-child(-n+2){
    width:96px;
}
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:90px;
}

/* linkDate */

header nav#menu_pc ul li.link_date{
	margin-right: 0px;
	width:282px;
}

header nav#menu_pc ul li.link_date .date_btn_prev{
    display: inline-block;
    vertical-align: middle;
    background:#c9161d url(../img/top/btn_prev.png) center center no-repeat;
    width:36px;
    height:60px;
    border-right:2px solid #ffffff;
    float:left;
}

header nav#menu_pc ul li.link_date .date_btn_next{
    display: inline-block;
    vertical-align: middle;    
    background:#c9161d url(../img/top/btn_next.png) center center no-repeat;
    width:36px;
    height:60px;
    float:left;
}

header nav#menu_pc ul li.link_date .date_list{
    display: inline-block;
    vertical-align: middle;
    width:210px;
    overflow: hidden;
    float:left;
}
header nav#menu_pc ul li.link_date .date_list .date_wrap{
    display: flex;
    width:6000px;
    margin-left: 0;
    transition: all 0.2s;
}
header nav#menu_pc ul li.link_date .date_list a{
    font-family: 'Teko', 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
    display: list-item;
    width:70px;
    height:60px;
    background:#c9161d;
    color:#ffffff;
    vertical-align: middle;
    border-right:2px solid #ffffff;
}
header nav#menu_pc ul li.link_date .date_list a.selected{
    background:#ffffff;
    color:#c9161d;
}
header nav#menu_pc ul li.link_date .date_list a i{
    display: block;
    font-size:200%;
    text-align: center;
    margin-top:11px;
}
header nav#menu_pc ul li.link_date .date_list a span{
    display: block;
    font-size:160%;
    text-align: center;
    margin-top: 4px;
}

/* linkDate end */


/* top_title */

section.top_title{
    width:100%;
    position: relative;
    padding: 60px 0 0;
    background: #e6e6e6;
}
section.top_title .contents {
    width: 92%;
    max-width: 1366px;
    background:#ffffff url(../img/top/top_bg.jpg) top right;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding-top: 120px;
    margin-top: -60px;
}
section.top_title .contents .title {
    width:100%;
    height:auto;
    margin: auto;
    text-align: center;
}
section.top_title .contents .title h1{
    margin-bottom:60px;
    width:100%;
    text-align: center;
    margin: auto;
}
section.top_title .contents .title h1 i{
    color:#ffffff;
    display: block;
    transition: all 0.8s;
}
section.top_title .contents .title h1 i img{
    width:100%;
    max-width: 810px;
    height:auto;
}
section.top_title .contents .title .subtitle {
    text-align: center;
    padding-bottom: 80px;
}
section.top_title .contents .title .subtitle h2{
    margin-top: 40px;
}
section.top_title .contents .title .subtitle i{
    display: block;
    margin-top: 40px;
}
section.top_title .contents .title .subtitle img{
    max-width: 92%;
    height:auto;
}

/* top_introduction */

section.top_introduction{
    width:100%;
    position: relative;
    padding: 0;
    background: #0d24ab;
}
section.top_introduction .contents {
    width: 92%;
    max-width: 1366px;
    background:#0e28be;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
}
section.top_introduction .contents .introduction_wrap{
    width:100%;
    max-width: 900px;
    margin:80px auto;
    color:#ffffff;
    text-align: left;
}
section.top_introduction .contents .introduction_wrap h2{
    font-size: 120%;
    margin-bottom: 60px;
}
section.top_introduction .contents .introduction_wrap p.right{
    text-align: right;
    margin-top: 50px;
}

/* top_news */

section.top_news{
    background: #e6e6e6;
}
section.top_news .contents_wrap article{
    width:92%;
    max-width: 900px;
    margin:0px auto;
    padding:60px 0;
}
section.top_news .contents_wrap article ul{
    width:100%;
    margin-top: 40px;
}
section.top_news .contents_wrap article ul li{
    margin-bottom: 30px;
}
section.top_news .contents_wrap article ul li a{
    display: block;
}
section.top_news .contents_wrap article ul li a i{
    display: block;
    font-size: 90%;
    color:#0e28be;
}
section.top_news .contents_wrap article ul li a span{
    display: block;
}
.show_more_btn{
    display: block;
    margin:40px auto 50px;
    width:100%;
    text-align: center;
}
.show_more_btn a{
    display: inline-block;
    border:1px solid #aaaaaa;
    padding:8px 40px 12px;
    margin:auto;
    text-align: center;
}
.show_more_btn i{
    display: inline-block;
    vertical-align: middle;
    padding-right:12px;
}
.show_more_btn a.show_more_btn_open:after{
    content:"";
    display: inline-block;
    width:10px;
    height:10px;
    transform:rotate(45deg);
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    vertical-align: middle;
    margin-bottom: 5px;
}
.show_more_btn a.show_more_btn_close:after{
    content:"";
    display: inline-block;
    width:10px;
    height:10px;
    transform:rotate(-135deg);
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    vertical-align: middle;
    margin-top: 5px;
}
.top_news ul.news_hidden_mode li:nth-child(n+4){
    display: none;
}
.top_news ul.news_open_mode li:nth-child(n+4){
    display: block;
}


/* top_slide */

section.top_slide{
    width: 100%;
    overflow: hidden;
    background:#e6e6e6;
}
section.top_slide article{
    width: 100%;
}

section.top_slide .top_slide_wrap{
    width:100%;
    position: relative;
}
section.top_slide .top_slide_wrap .slide_all{
    width:100%;
}
section.top_slide .top_slide_wrap .slide_arrows{
    width:100%;
    margin:0 auto;
    text-align: center;
    position: absolute;
    bottom:30px;
}
section.top_slide .top_slide_wrap .slide_arrows a{
    display: inline-block;
    padding:10px;
}
section.top_slide .top_slide_wrap .slick-slide img{
    width:100%;
    height:auto;

}
section.top_slide .top_slide_white{
    width: 92%;
    max-width: 1366px;
    height:100px;
    background:#ffffff;
    margin:auto;
}


/* sns_slide */

.sns_wrap{
    width:100%;
    position: relative;
}
.sns_wrap .sns_slide_all{
    width:100%;
}
.sns_wrap .sns_slide_all .slide{
    max-height:800px;
    overflow: hidden;
    border-radius:12px;
    margin:0 12px;
    padding:12px 16px;
    background:#15202b;
    color:#ffffff;
    border-bottom: 1px solid rgb(66, 83, 100);
    font-size: 110%;
}
.sns_wrap .sns_slide_all .slide a{
    color: rgb(107, 201, 251);
    font-size: 110%;
}
.sns_wrap .sns_slide_all .slide .twitter-tweet{
    margin:0 !important;
}
.sns_wrap .slide_arrows {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.sns_wrap .slide_arrows a{
    display: inline-block;
    padding:10px;
}

/* top_project */

section.top_project{
    width:100%;
    position: relative;
    padding: 60px 0 0;
    background: #0d24ab;
    cursor: url(../img/common/cursor_ball.png), pointer;
}
section.top_project a{
    cursor: url(../img/common/cursor_ball.png), pointer;
}
section.top_project .contents {
    width: 92%;
    max-width: 1366px;
    background:#0e28be;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding-top: 120px;
    margin-top: -60px;
}
section.top_project .contents .top_project_wrap{
    width:100%;
    max-width: 1170px;
    margin:80px auto;
    color:#ffffff;
    text-align: center;
}
section.top_project .contents .top_project_wrap h1{
    text-align: center;
    margin:60px auto;
}
section.top_project .contents .top_project_wrap h2{
    color:#0e28be;
    width:900px;
    line-height: 300%;
    border-radius:24px;
    display: inline-block;
    background:#ffffff;
    text-align: center;
    margin:60px auto;
}
section.top_project .contents .top_project_wrap .project_linkbtn{
    color:#0e28be;
    width:900px;
    line-height: 160%;
    font-size: 150%;
    padding:16px 0;
    border-radius:24px;
    display: inline-block;
    background:#ffffff;
    text-align: center;
    margin:60px auto;
}

section.top_project .contents .project_links{
    margin:auto;
    text-align: center;
}
section.top_project .contents .project_links ul {
    display: table;
    width: 92%;
    margin: auto;
}
section.top_project .contents .project_links ul li{
    display: table-cell;
    vertical-align: middle;
}
section.top_project .contents .project_links ul li.project2024 {
    padding: 0px;
}
section.top_project .contents .project_links ul li.project2024 a{
    border:2px solid #ffffff;
    border-radius: 14px;
    display: block;
    overflow: hidden;
    position: relative;
}
section.top_project .contents .project_links ul li.project2024 a:after{
    content:"2024";
    position: absolute;
    top:24px;
    left:0;
    font-size: 150%;
    width:100%;
    text-align: center;
    color:#ffffff;
}
section.top_project .contents .project_links ul li.project2025 {
    padding: 0 0 0 10%;
}
section.top_project .contents .project_links ul li.project2025 a{
    border:4px solid #ffffff;
    border-radius: 28px;
    display: block;
    overflow: hidden;
    position: relative;
}
section.top_project .contents .project_links ul li.project2025 a:after{
    content:"2025";
    position: absolute;
    top:24px;
    left:0;
    font-size: 250%;
    width:100%;
    text-align: center;
    color:#ffffff;
}
section.top_project .contents .project_links ul li.project2025 a img{
    width:100%;
    height:auto;
}

/* top_anyteam */

section.top_anyteam{
    background: #e6e6e6;
}
section.top_anyteam .contents_wrap {
    width: 92%;
    max-width: 1366px;
    background:#ffffff;
    margin: auto;
}
section.top_anyteam .contents_wrap article{
    width:92%;
    max-width: 900px;
    margin:0px auto;
    padding:60px 0;
}
section.top_anyteam .contents_wrap article h2{
    font-size: 150%;
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 24px;
}
section.top_anyteam .contents_wrap article p{
    line-height: 180%;
}
section.top_anyteam .contents_wrap article p.right{
    text-align: right;
}

/* top_partner */

section.top_partner{
    background: #dadada;
}
section.top_partner .contents_wrap {
    width: 92%;
    max-width: 1366px;
    background:#f2f2f2;
    margin: auto;
}
section.top_partner .contents_wrap article{
    width:92%;
    max-width: 900px;
    margin:0px auto;
    padding:60px 0;
}
section.top_partner .contents_wrap article ul{
    width:100%;
    margin-top: 40px;
    display: table;
}
section.top_partner .contents_wrap article ul li{
    margin-bottom: 30px;
    width:48%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 2%;
}
section.top_partner .contents_wrap article ul li:nth-child(even){
    padding-right:0;
    padding-left: 2%;
}
section.top_partner .contents_wrap article ul li a{
    display: block;
    background: #ffffff;
}
section.top_partner .contents_wrap article ul li a i{
    display: block;
    font-size: 90%;
    color:#0e28be;
}
section.top_partner .contents_wrap article ul li a span{
    display: block;
}



/* project_title */

section.project_top_title{
    width:100%;
    position: relative;
    background:url(../img/project/project_top_bg.jpg) top center;
    padding: 60px 0 0;
}
section.project_top_title .contents {
    width: 92%;
    max-width: 1000px;
    background:rgba(14,40,190,0.95);    
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding-top: 120px;
    margin-top: -60px;
}
section.project_top_title .contents .title_wrap {
    margin:auto;
    width:92%;
    max-width: 1140px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 60px;
}
section.project_top_title .contents .title {
    width:100%;
    max-width: 1140px;
    margin: auto;
}
section.project_top_title .contents .title h1{
    margin-bottom:0;
    width:100%;
    max-width: 880px;
    text-align: center;
    margin: auto;
}
section.project_top_title .contents .title h1 i{
    color:#ffffff;
    display: block;
    transition: all 0.8s;
}
section.project_top_title .contents .title h1 i img{
    width:100%;
    max-width: 810px;
    height:auto;
}
section.project_top_title .contents .title h1 span{
    margin: 20px 0 30px 0;
    display: block;
}
section.project_top_title .contents .title h1 span img{
    width:100%;
    max-width: 880px;
    height:auto;
}
section.project_top_title .contents .title p {
    text-align: center;
    font-weight:normal;
    font-size: 140%;
    line-height: 200%;
}
section.project_top_title .contents .title span {
    font-size: 120%;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 10px;
    display: block;
}
section.project_top_title .contents .title .subtitle {
    text-align: center;
    margin-top: 80px;
}
section.project_top_title .contents .title .subtitle article {
    text-align: left;
    margin: -80px auto 40px;
    color:#ffffff;
    width:100%;
    max-width: 800px;
}
section.project_top_title .contents .title .subtitle article h2{
    text-align: left;
    margin: 40px 0% 10px 4%;
}
section.project_top_title .contents .title .subtitle article p{
    text-align: left;
    margin: 40px 0% 10px 4%;
}


/* junior2024_title */

section.junior2024_top_title{
    width:100%;
    position: relative;
    background:#0d24ab;
    padding: 60px 0 0;
}
section.junior2024_top_title .contents {
    width: 92%;
    max-width: 1366px;
    background:#0e28be;    
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding-top: 120px;
    margin-top: -60px;
}
section.junior2024_top_title .contents .title_wrap {
    margin:auto;
    width:92%;
    max-width: 1140px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 60px;
}
section.junior2024_top_title .contents .title {
    width:100%;
    max-width: 1140px;
    margin: auto;
}
section.junior2024_top_title .contents .title h1{
    margin-bottom:0;
    width:100%;
    max-width: 880px;
    text-align: center;
    margin: auto;
}
section.junior2024_top_title .contents .title h1 i{
    color:#ffffff;
    display: block;
    transition: all 0.8s;
}
section.junior2024_top_title .contents .title h1 i img{
    width:100%;
    max-width: 810px;
    height:auto;
}
section.junior2024_top_title .contents .title h1 span{
    margin: 20px 0 30px 0;
    display: block;
}
section.junior2024_top_title .contents .title h1 span img{
    width:100%;
    max-width: 880px;
    height:auto;
}
section.junior2024_top_title .contents .title p {
    text-align: center;
    font-weight:normal;
    font-size: 140%;
    line-height: 200%;
}
section.junior2024_top_title .contents .title span {
    font-size: 120%;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 10px;
    display: block;
}
section.junior2024_top_title .contents .title .subtitle {
    text-align: center;
    margin-top: 80px;
}
section.junior2024_top_title .contents .title .subtitle dl {
    position: relative;
    display: block;
    height:400px;
}
section.junior2024_top_title .contents .title .subtitle dl dt {
    position: absolute;
    top:70px;
    left:0;
    z-index: 3;
}
section.junior2024_top_title .contents .title .subtitle dl dd{
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
}
section.junior2024_top_title .contents .title .subtitle dl dd img{
    border:4px solid #ffffff;
    border-radius:28px;
}
section.junior2024_top_title .contents .title .subtitle article {
    text-align: left;
    margin: -80px auto 40px;
    color:#ffffff;
    width:100%;
    max-width: 800px;
}
section.junior2024_top_title .contents .title .subtitle article h2 {
    text-align: left;
    margin: 50px 0% 10px 4%;
    font-weight: bold;
    font-size: 200%;
}
section.junior2024_top_title .contents .title .subtitle article p{
    text-align: left;
    margin: 40px 0% 10px 4%;
}

/* contents h1 */

section .contents_wrap article h1{
    color:#0e28be;
    border-bottom:4px solid #0e28be;
}
section .contents_wrap article h1 i {
    display: inline-block;
    font-size: 130%;
    padding-right: 30px;
}
section .contents_wrap article h1 span{
    display: inline-block;
}
section .contents_wrap article h1.ttl_large{
    color:#0e28be;
    font-size: 280%;
    letter-spacing: 6px;
    text-align: center;
    border-bottom:none;
}
section .contents_wrap article h2.ttl_pickup{
    margin-bottom: 30px;

}
section .contents_wrap article h2.ttl_pickup i{
    background:#0e28be;
    color:#ffffff;
    padding:3px 24px 3px 3px;
    font-size: 50%;
    font-weight:bold;
}
section .contents_wrap article h2.ttl_pickup span{
    display: block;
    color:#0e28be;
    border-bottom:4px solid #0e28be;
    line-height: 180%;
    font-weight: bold;
}
section .contents_wrap article h2.ttl_pickup span.no_line{
    border-bottom:none;
}
section .contents_wrap article h3{
    font-size: 150%;
    line-height:200%;
}


/* project_contents */

section.project_contents{
    background: #e6e6e6;
}

section.project_contents .contents_wrap article{
    width:92%;
    max-width: 900px;
    margin:0px auto;
    padding:80px 0 80px;
}

div.project_next{
    margin:30px auto 60px;
}
div.project_next a{
    display: block;
    width:100%;
    line-height: 300%;
    letter-spacing: 3px;
    font-size: 170%;
    text-align: center;
    margin:0 auto 24px;
    color:#ffffff;
    background:#0e28be;
    border-radius: 24px;
}
div.project_next p {
    text-align: center;
    line-height: 180%;
    font-size: 120%;
}
div.project_point ul{
    border-top: 1px solid #1f1f1f;
    width:100%;
}
div.project_point ul li{
    border-bottom: 1px solid #1f1f1f;
    width:100%;
    display: table;
}
div.project_point ul li i{
    display: table-cell;
    vertical-align: middle;
    padding:10px;
}
div.project_point ul li strong{
    display: table-cell;
    vertical-align: middle;
    padding:10px;
    text-align: center;
    color:#0e28be;
    font-size: 180%;
    font-weight:bold;
    width:120px;
}
div.project_point ul li span{
    display: table-cell;
    vertical-align: middle;
    padding:10px;
    text-align: left;
    font-size: 120%;
    line-height: 180%;
}

div.contents_project_tube {
    width: 100%;
    margin:0px auto;
    padding: 48px 0 60px;
    overflow: hidden;
}
div.contents_project_tube article{
    width:92%;
    max-width: 900px;
    margin:20px auto;
}
div.contents_project_tube article h2{
    margin:20px auto;
    font-size:130%;
    line-height: 160%;
}

div.project_event a {
    display: block;
    width: 100%;
    line-height: 200%;
    font-size: 170%;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto 40px;
    color: #ffffff;
    background: #0e28be;
    border-radius: 24px;
    position: relative;
}
div.project_event a.btn_open:after {
    content:"ー";
    color:#ffffff;
    position: absolute;
    top:14px;
    right:32px;
    font-size: 120%;
    font-weight: bold;
}
div.project_event a.btn_close:after {
    content:"＋";
    color:#ffffff;
    position: absolute;
    top:14px;
    right:32px;
    font-size: 120%;
    font-weight: bold;
}

div.project_event ul.event_detail{
    width:100%;
    margin-bottom: 72px;
}
div.project_event ul.event_detail li{
    width:100%;
    display: table;
    padding:10px 0;
    font-size: 150%;
}
div.project_event ul.event_detail li i{
    display: table-cell;
    vertical-align: middle;
    padding-right:30px;
}
div.project_event ul.event_detail li dl{
    border-top: 1px solid #1f1f1f;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    padding:10px 0;
}
div.project_event ul.event_detail li dl:last-child{
    border-bottom: 1px solid #1f1f1f;
}
div.project_event ul.event_detail li dl dt {
    display: table-cell;
    vertical-align: middle;
    color: #0e28be;
    padding: 0 16px 16px 0;
    width: 100px;
    text-align: center;
    border-right: 1px solid #1f1f1f;
    font-size: 150%;
}
div.project_event ul.event_detail li dl dt span{
    font-size: 50%;
    line-height: 120%;
}
div.project_event ul.event_detail li dl dt strong{
    font-size: 150%;
    line-height: 120%;
}
div.project_event ul.event_detail li dl dd{
    display: table-cell;
    vertical-align: middle;
    padding-left: 32px;
}
div.project_event ul.event_detail li dl dd strong {
    font-size: 120%;
    line-height: 170%;
    color: #0e28be;
    display: block;
}
div.project_event ul.event_detail li dl dd strong i.txt_90p{
    font-size: 90%;
    display: inline;
    padding-right: 4px;
}
div.project_event ul.event_detail li dl dd span {
    display: block;
    font-size: 90%;
    line-height: 160%;
}


/* junior2024_contents */

section.junior2024_contents{
    background: #e6e6e6;
}

section.junior2024_contents .contents_wrap article{
    width:92%;
    max-width: 900px;
    margin:0px auto;
    padding:0;
}
section.junior2024_contents .contents_wrap article.player_wrap{
    padding:60px 0 0 0;
}
section.junior2024_contents .contents_wrap article.manager_wrap{
    padding:60px 0 0 0;
}
section.junior2024_contents .contents_wrap article.team_wrap{
    padding:60px 0 0 0;
}
section.junior2024_contents .contents_wrap article.team_wrap h3{
    font-size: 120%;
    line-height: 200%;
}
section.junior2024_contents .contents_wrap article.activity_wrap{
    padding:60px 0 80px 0;
}
section.junior2024_contents .contents_wrap article.activity_wrap .tube{
    margin-bottom:30px;
}
section.junior2024_contents .contents_wrap article.activity_wrap p{
    font-size: 120%;
}
section.junior2024_contents .contents_sns article.sns_wrap {
    padding: 10px 0 10px 0;
}
section.junior2024_contents .contents_wrap article.feedback_wrap{
    padding:60px 0 80px 0;
}
section.junior2024_contents .contents_wrap article.feedback_wrap h2 {
    background: #0e28be;
    color: #ffffff;
    padding: 16px 0;
    font-size: 150%;
    text-align: center;
    margin: 32px 0 30px;
}
section.junior2024_contents .contents_wrap article.feedback_wrap p {
    font-size: 120%;
}
section.junior2024_contents .contents_wrap article.feedback_wrap .graph_img {
    margin:40px auto;
}
section.junior2024_contents .contents_wrap article.feedback_wrap .graph_img img{
    max-width:100%;
}

section.junior2024_contents .contents_wrap article.feedback_wrap h1{
    position: relative;
    margin-bottom: 30px
}
section.junior2024_contents .contents_wrap article.feedback_wrap h1 a.feedback_btn{
    display: block;
    color:#0e28be;
}
section.junior2024_contents .contents_wrap article.feedback_wrap h1 a.btn_open:after {
    content:"ー";
    color:#0e28be;
    position: absolute;
    right:20px;
    font-size: 120%;
    font-weight: bold;
}
section.junior2024_contents .contents_wrap article.feedback_wrap h1 a.btn_close:after {
    content:"＋";
    color:#0e28be;
    position: absolute;
    right:20px;
    font-size: 120%;
    font-weight: bold;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dl{
    display: table;
    width:100%;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dt{
    display: table-cell;
    vertical-align: top;
    width:30%;
    padding-right: 5%;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dt img{
    width:100%;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dt h2{
    background: none;
    color:#000000;
    text-align: left;
    margin:auto;
    font-size: 120%;
    line-height: 180%;
    font-weight: bold;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd{
    display: table-cell;
    vertical-align: top;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd h3{
    background:#0e28be;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
    padding:6px;
    margin:0 0 20px;
    font-size: 120%;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd p{
    line-height: 180%;
    font-size: 110%;
    padding-bottom: 16px;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd p i{
    display: block;
    color:#0e28be;
    margin-bottom: 16px;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd p span{
    display: block;
    margin-bottom: 16px;
}
section.junior2024_contents .contents_wrap article.feedback_wrap #feedback_detail dd p span strong{
    color:#dc221e;
    font-weight: normal;
}


/* junior2025_contents */

section.junior2025_contents{
    background: #e6e6e6;
}
section.junior2025_contents .contents_wrap article{
    width:92%;
    /*max-width: 900px;*/
    max-width: 980px;
    margin:0px auto;
    padding:0;
}
section.junior2025_contents .contents_wrap article.player_wrap{
    padding:60px 0 0 0;
}
section.junior2025_contents .contents_wrap article.manager_wrap{
    padding:60px 0 0 0;
}
section.junior2025_contents .contents_wrap article.team_wrap{
    padding:60px 0 0 0;
}
section.junior2025_contents .contents_wrap article.team_wrap h3{
    font-size: 120%;
    line-height: 200%;
}
section.junior2025_contents .contents_wrap article.activity_wrap{
    padding:60px 0 80px 0;
}
section.junior2025_contents .contents_wrap article.activity_wrap .tube{
    margin-bottom:30px;
}
section.junior2025_contents .contents_wrap article.activity_wrap p{
    font-size: 120%;
}
section.junior2025_contents .contents_sns article.sns_wrap {
    padding: 10px 0 10px 0;
}
section.junior2025_contents .contents_wrap article.feedback_wrap{
    padding:60px 0 80px 0;
}
section.junior2025_contents .contents_wrap article.feedback_wrap h2 {
    background: #0e28be;
    color: #ffffff;
    padding: 16px 0;
    font-size: 150%;
    text-align: center;
    margin: 32px 0 30px;
}
section.junior2025_contents .contents_wrap article.feedback_wrap p {
    font-size: 120%;
}
section.junior2025_contents .contents_wrap article.feedback_wrap .graph_img {
    margin:40px auto;
}
section.junior2025_contents .contents_wrap article.feedback_wrap .graph_img img{
    max-width:100%;
}

section.junior2025_contents .contents_wrap article.feedback_wrap h1{
    position: relative;
    margin-bottom: 30px
}
section.junior2025_contents .contents_wrap article.feedback_wrap h1 a.feedback_btn{
    display: block;
    color:#0e28be;
}
section.junior2025_contents .contents_wrap article.feedback_wrap h1 a.btn_open:after {
    content:"ー";
    color:#0e28be;
    position: absolute;
    right:20px;
    font-size: 120%;
    font-weight: bold;
}
section.junior2025_contents .contents_wrap article.feedback_wrap h1 a.btn_close:after {
    content:"＋";
    color:#0e28be;
    position: absolute;
    right:20px;
    font-size: 120%;
    font-weight: bold;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dl{
    display: table;
    width:100%;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dt{
    display: table-cell;
    vertical-align: top;
    width:30%;
    padding-right: 5%;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dt img{
    width:100%;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dt h2{
    background: none;
    color:#000000;
    text-align: left;
    margin:auto;
    font-size: 120%;
    line-height: 180%;
    font-weight: bold;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd{
    display: table-cell;
    vertical-align: top;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd h3{
    background:#0e28be;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
    padding:6px;
    margin:0 0 20px;
    font-size: 120%;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd p{
    line-height: 180%;
    font-size: 110%;
    padding-bottom: 16px;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd p i{
    display: block;
    color:#0e28be;
    margin-bottom: 16px;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd p span{
    display: block;
    margin-bottom: 16px;
}
section.junior2025_contents .contents_wrap article.feedback_wrap #feedback_detail dd p span strong{
    color:#dc221e;
    font-weight: normal;
}






.tube iframe{
    max-width: 100%;
}

ul.player_list{
    overflow: hidden;
}
ul.player_list li{
    float:left;
    margin-bottom: 20px;
    display: table;
    width:48%;
    /*max-width: 425px;*/
    max-width: 465px;
}
ul.player_list li:nth-child(even){
    float:right;
}
ul.player_list li .player_img{
    display: table-cell;
    vertical-align: top;
    padding-right:20px;
}
ul.player_list li .player_profile{
    display: table-cell;
    vertical-align: top;
    border-bottom: 4px solid #0e28be;
    width:100%;
}
ul.player_list li .player_profile dt{
    display: table;
    width:100%;
    margin-bottom: 20px;
}
ul.player_list li .player_profile dt div{
    display: table-cell;
    padding-right: 14px;
    width:55px;
    text-align: center;
    border-right:2px solid #7f7f7f;
    font-size: 200%;
    font-weight: bold;
    color:#0e28be;
    vertical-align: middle;
}
ul.player_list li .player_profile dt h2{
    display: table-cell;
    width:170px;
    padding-left: 18px;
    vertical-align: middle;
}
ul.player_list li .player_profile dt h2 i {
    display: block;
    font-size: 90%;
    line-height: 160%;
    font-weight: bold;
}
ul.player_list li .player_profile dt h2 span{
    display: block;
    font-size: 50%;
}
ul.player_list li .player_profile dd{
    display: table;
    width:100%;
    font-size: 90%;
}
ul.player_list li .player_profile dd span{
    display: block;
    position: relative;
}
ul.player_list li .player_profile dd span i.captain{
    position: absolute;
    top:0;
    right:0;
    display: inline-block;
    padding:3px;
    color:#ffffff;
    background:#0e28be;
}


ul.manager_list{
    overflow: hidden;
}
ul.manager_list li{
    margin-bottom: 20px;
    display: table;
    width:100%;
}
ul.manager_list li .manager_img{
    display: table-cell;
    vertical-align: top;
    padding-right:20px;

}
ul.manager_list li .manager_profile{
    display: table-cell;
    vertical-align: top;
    border-bottom: 4px solid #0e28be;
}
ul.manager_list li .manager_profile dt{
    display: table;
    width:auto;
    margin-bottom: 20px;
}
ul.manager_list li .manager_profile dt div{
    display: table-cell;
    padding-right: 14px;
    width:55px;
    text-align: center;
    border-right:2px solid #7f7f7f;
    font-size: 200%;
    font-weight: bold;
    color:#0e28be;
    vertical-align: middle;
    width:80px;
}
ul.manager_list li .manager_profile dt h2{
    display: table-cell;
    width:200px;
    padding-left: 18px;
    vertical-align: middle;
    padding-right: 14px;
    border-right:2px solid #7f7f7f;
}
ul.manager_list li .manager_profile dt h2 i{
    display: block;
    font-size: 90%;
    line-height: 160%;
    font-weight: bold;
}
ul.manager_list li .manager_profile dt h2 span{
    display: block;
    font-size: 50%;
}
ul.manager_list li .manager_profile dt div.post{
    color: #0e28be;
    font-size: 150%;
    padding-left: 17px;
    padding-right: 0;
    border-right: none;
    width:140px;
}
ul.manager_list li .manager_profile dd{
    display: table;
    width:100%;
    font-size: 90%;
}
ul.manager_list li .manager_profile dd span{
    display: block;
    position: relative;
}
ul.manager_list li .manager_profile dd span i.blue{
    color:#0e28be;
}

table.result{
    width:100%;
    margin:20px 0 30px;
    border:1px solid #000000;
    border-collapse: collapse;
    font-size: 120%;
}
table.result th{
    background:#fae2d4;
    border:1px solid #000000;
    text-align: center;
    padding:4px;
}
table.result td{
    border:1px solid #000000;    
    text-align: center;
    padding:4px;
}
table.result th:first-child, table.result td:first-child{
    text-align: left;
}

table.schedule{
    width:100%;
    margin:20px 0 30px;
    border:1px solid #000000;
    border-collapse: collapse;
    font-size: 110%;
}
table.schedule th{
    background:#fae2d4;
    border:1px solid #000000;
    text-align: center;
    padding:4px;
}
table.schedule td{
    border:1px solid #000000;    
    text-align: center;
    padding:4px;
}


/* contents_wrap */

section .contents_wrap {
    width: 92%;
    max-width: 1366px;
    margin:0px auto;
    background: #ffffff;
}
section .contents_wrap h1{
    font-family: 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
    text-align:left;
    font-size: 160%;
    font-weight: bold;
    position: relative;
    padding:26px 0 12px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 140%;
    color:#000000;
}
section .contents_wrap h1 .ttl_en{
    display: block;
    margin-bottom: 18px;
}
section .contents_wrap h1 .ttl_en img{
    height:42px;
    width:auto;
}
section .contents_wrap h1 .ttl_jp{
    display: block;
    font-size: 100%;
}
section .contents_wrap article{
    padding:60px 8%;
    max-width: 1220px;
    margin:auto;    
}

/* contents_sns */

div.contents_sns h2.ttl_pickup {
    margin: 30px auto;
    width: 92%;
    max-width: 900px;
}
div.contents_sns h2.ttl_pickup i{
    background:#0e28be;
    color:#ffffff;
    padding:3px 24px 3px 3px;
    font-size: 50%;
    font-weight:bold;
}
div.contents_sns h2.ttl_pickup span{
    display: block;
    color:#0e28be;
    border-bottom:4px solid #0e28be;
    line-height: 180%;
    font-weight: bold;
}
div.contents_sns h2.ttl_pickup span.no_line{
    border-bottom:none;
}

section .contents_sns {
    width: 100%;
    margin:0px auto;
    padding: 30px 0;
    overflow: hidden;
}
section .contents_sns article h2{
    width:92%;
    max-width: 900px;
    margin:20px auto;
}

section .contents_sns article h2.ttl_pickup{
    margin-bottom: 30px;

}
section .contents_sns article h2.ttl_pickup i{
    background:#0e28be;
    color:#ffffff;
    padding:3px 24px 3px 3px;
    font-size: 50%;
    font-weight:bold;
}
section .contents_sns article h2.ttl_pickup span{
    display: block;
    color:#0e28be;
    border-bottom:4px solid #0e28be;
    line-height: 180%;
}
section .contents_sns article h2.ttl_pickup span.no_line{
    border-bottom:none;
}

/* detail */

section.detail{
    width: 100%;
    margin:0px auto 0;	
    background:#e6e6e6;
}
section.detail#schedule{
    background:#d7ccb9;
}
section.detail .contents_wrap{
    background:#efe2cd;
}
section.detail article{
    color:#ffffff;
    padding:60px 8% 40px;
    margin:auto;
}
section.detail#schedule article{
    padding:0px 8% 40px 8%;
    margin-top:-30px;
}
section.detail ul span{
	display: inline-block;
	margin-top:0px;
    margin-right:4px;
}
section.detail ul span.tiget{
    margin-top:10px;
}
section.detail article .detail_wrap{
    background:#f8f8f8;
    padding:20px;
}
section.detail article .detail_wrap img{
    width:100%;
    height:auto;
}
section.detail article .detail_wrap h2 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 12px;
    font-size: 150%;
}
section.detail article .detail_wrap p{
    margin-top: 16px;
}
section.detail article .detail_wrap p.center {
    text-align: center;
    font-size: 170%;
    font-weight: bold;
}
section.detail article .detail_wrap p.center strong{
    font-size: 200%;
}

section.detail article.no_bg{
    background:none;
    padding:0px;
}

/* detail end */

/* footer */

footer{background-color: black;letter-spacing: 1px;}
footer .col-12{padding-left: 0;padding-right: 0}
.left-footer {
    background: linear-gradient(120deg, #d7000f 73%, #ffffff00 0%);
    float: left;
}
.left-footer img{
    margin: 30px 245px 167px 61px;
    width: 115px;
}
#logo-team{padding:20px 0;z-index: 99;background-color: white;width: 100%}
#logo-team li{
    float:left;
    text-align: center;
    padding: 0 30px;
}
#logo-team li img{
    height: 36px;
}
.right-footer{float:right;margin:46px 30px 0 0;}
.right-footer .list-top li{
    float:left;
    padding:10px;
    margin-left: 40px;
    line-height: 100%;
}
.right-footer .list-top li a{
    color:#fff;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", sans-serif;
    text-decoration: none;
}
.right-footer .list-top li a:hover{
    font-weight: 700;
}
.right-footer .list-down li a{
    color:#d4d4d4;
    font-size: 11px;
    font-family: "Noto Sans CJK JP", sans-serif;
    text-decoration: none;
}
.right-footer .list-down li a:hover{
    font-weight: 700;
}
.right-footer p{
    color:#d4d4d4;
    display: block;
    clear: both;
    float: right;
    margin-top:90px;
    font-size: 10px;
    font-family: "Noto Sans CJK JP", sans-serif;
    padding-right:10px;
}
.right-footer .list-down li{float:right;padding:10px;}

.pn-ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
}

/*footer team*/
.pn-ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0;
}

.team_icon_wrap{
    background:#ffffff;
    overflow: hidden;
}

/* footer end*/
