@charset "utf-8";
/* CSS Document */
/*
Theme Name: bravekings
Version: 1.00

*/

.wpcf7-spinner {
	display: none !important;
}
video{ max-width:100%; }

html{
	font-size:70%;
	/*行送り175%*/
	line-height:1.75;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	scroll-behavior: smooth;
}
body{
	color:#fff;
	font-size:14px;
	line-height:1.5;
	letter-spacing:0px;
	background: #191919;
}
hr{
	display:none;
}
ul{
	list-style:none;
}
a{color:#000;
	text-decoration:none;
}
a:link{color:#000;}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
}
em,
strong{
	font-weight:bold;
}
img{
	border-style:none;
	vertical-align:bottom;
	max-width: 100%;
	height:auto;
}
.wrapper{
	width:100%;
	overflow:hidden;
}

h1.mainslider,
#contents,
.page header {
	margin-top: 135px;
}



/***clearfix************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

div.movie{
	width:1000px;
	margin:0 auto;
	height:auto;
	max-width:100%;
}

div.movie video{
	width:100%;
}





/***clearfix************************************************/

/***header*******************************/
.home header {
	display: none;
}
#header {
	width:100%;
	margin:0 auto;
}
#header h1{
	text-align: center;
}
#header h1 img{
	width: 100%;
}
#header p.icon{
	text-align: right;
	margin: -36px 0 0;
}

/***navi*******************************/
.wrapper nav{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:9999;
	background:rgba(0,0,0,0.8);
}
.archive header,
.single header {
	margin-top: 135px;
}
.navi{
	padding:10px 2%;
	display:flex;
	justify-content:space-between;
}
.navi ul{
	display: flex;
}
.navi ul li.menu{
	width:84px;
}
.navi ul li.menu img{
	width:auto;
}
.navi ul li a{
	display: block;
}
.navi ul li span{
	display: none;
}
#sliderWrapper{
	width: 999px;
	margin: 0 auto;
}
.mainImg01{
	text-align: center;
	border-top: 5px solid #cc1a27;
	border-bottom: 5px solid #cc1a27;
	background: url(./img/main_bg.png) center repeat-x;
	background-size: cover;
	height: 600px;
}
.mainImg01 img{
	width: 100%;
}
/***commentArea**/
.commentArea{
	width:100%;
	background-color:#cc1a27;
	padding:12px 0 15px;
	text-align:center;
}
.commentArea p{
	width: 1000px;
	margin: 0 auto;
	font-size:24px;
	font-weight:bold;
}
/***gameArea**/
.gameArea{
	width: 355px;
	float: left;
}
.gameArea .left{
	float: left;
	width: 50%;
	border-bottom: 1px dashed #cc1a27;
	box-sizing: border-box;
}
.gameArea h3{
	text-align: center;
	margin-bottom: 23px;
}
.gameArea .left {
	width: 320px;
	text-align: center;
	margin: 0 20px 20px;
	padding-bottom: 20px;
	min-height: 180px;
}
.gameArea .left .day{
	font-size: 14px;
}
.gameArea .left .convention{
	font-size: 16px;
}
.gameArea .left .venue {
	font-size: 14px;
	margin: 5px 0 18px;
}
.gameArea .left .vs{
	font-size: 16px;
}
.gameArea .left .vs span{
	font-size: 16px;
}
.gameArea .left .num{
	font-size: 30px;
}
.gameArea .left .num .small_center_text{
	display:inline-block;
	margin-top:10px;
	font-size: 21px;
}
.gameArea .left .teamArea .img01,
.gameArea .right .teamArea .img01{
	float: left;
	width: 85px;
}
.gameArea .right .teamArea  .img02{
	float: right;
	width: 85px;
}
.gameArea .left .teamArea p img,
.gameArea .right .txtArea01 p img{
	width: 80px;
}
.gameArea .left .teamArea div{
	float: left;
	text-align: center;
	width: 120px;
}
.gameArea .left .teamArea .img02{
	float: right;
	width: 100px;
}
.gameArea .right{
	float: left;
	width: 320px;
	margin: 5px 20px 0;
	display: block;
	text-align: center;
}
.gameArea .right .txtArea01{
	width: 100%;
}
.gameArea .right .txtArea01 .leftTxt{
	vertical-align: top;
	text-align: center;
}
.gameArea .right .txtArea01 .bottomTxt{
	vertical-align: top;
	text-align: center;
}
.gameArea .right .txtArea01 .img01{
	float: left;
	height:80px;
}
.gameArea .right .day{
	font-size: 14px;
}
.gameArea .right .teamArea div{
	float: left;
	text-align: center;
	width: 120px;
	font-size:12px;
}
.gameArea .right .convention{
	font-size: 16px;
	/*white-space:nowrap;*/
}
.gameArea .right .venue{
	font-size: 14px;
	margin:0 0 10px;
}
.gameArea .right .team{
	font-size: 16px;
	margin: 0 0 0 0;
	text-align:center;
	padding:28px 0;
}
.gameArea .right .team span{
	font-size: 16px;
}
.gameArea .right .scheduleBtn{
	text-align: right;
}
/***contents******************************/
contents{
	color: #191919;
	padding: 55px 0 100px;
}

#contents .txtArea{
	width: 1000px;
	margin: 0 auto 35px;
}
#contents .txtArea.index{
	margin: 0 auto 10px;
}
#contents .txtArea.pc {
	display: block;
}
#contents .txtArea.sp {
	display: none;
}

/**topicsArea********/
#contents .txtArea .topicsArea{
	width: 395px;
	height: 497px !important;
	margin-bottom: 10px;
	float: left;
}
#contents .txtArea .topicsArea .news {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	background: #e2e4e1;
	padding: 15px 14px;
	box-sizing: border-box;
}
#contents .txtArea .topicsArea .back{
	width: 100%;
	height: 187px;
	margin-bottom: 10px;
	padding: 15px 14px;
	box-sizing: border-box;
	background: #e2e4e1;
}
/*#contents .txtArea .topicsArea .back a{
display: block;
padding:22px 0;
}*/
#contents .txtArea .topicsArea h2{
	text-align: center;
	margin-bottom: 13px;
}
#contents .txtArea .topicsArea .txtList{
	overflow-y:scroll; 
	height: 210px;
	width: 100%;
	background: #efefef;
	color: #000000;
	border: 1px solid #dcdede;
	padding: 9px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
#contents .txtArea .topicsArea div.back .txtList{
	height: 95px;
	padding: 9px;
}
#contents .txtArea .topicsArea .txtList::-webkit-scrollbar {
	display: none;
}
#contents .txtArea .topicsArea .txtList li{
	padding: 5px 0;
	width: 100%;
}
#contents .txtArea .topicsArea .txtList li a{
	color:#83161a;
	text-decoration:underline;
}
#contents .txtArea .topicsArea .txtList li a:hover{
	text-decoration:none;
}
#contents .txtArea .topicsArea .txtList li a:hover .day{
	text-decoration: underline;
}
#contents .txtArea .topicsArea .txtList li a:hover .txt{
	text-decoration: underline;
}
#contents .txtArea .topicsArea .txtList .day{
	padding-right: 10px;
	width: 90px;
	float: left;
}

#contents .txtArea .topicsArea .txtList .txt{
}
#contents .txtArea .topicsArea .moreBtn{
	text-align: center;
}
#contents .txtArea .topicsArea .moreBtn span{
	background: #83161a;
	padding: 2px 5px;
}
/**twitterArea********/
/*#contents .txtArea .twitter_arenaArea{
width: 250px;
float: right;
box-sizing: border-box;
}*/
#contents .txtArea .twitter_arenaArea{
	width: 250px;
	height: 497px !important;
	box-sizing: border-box;
	margin-bottom: 10px;
	float: right;
}
#contents .txtArea .twitter_arenaArea .movieArea {
	background: #e2e4e1;
	padding: 25px 18px 25px;
}
#contents .txtArea .movieArea h2{
	text-align: center;
	margin-bottom: 25px;
}
#contents .txtArea .movieArea div.scroll{
	overflow: auto;
	/*height: 583px;*/
	height: 313px;
}

#contents .txtArea .movieArea ul li{
	margin-bottom: 12px;
}
#contents .txtArea .movieArea ul li:last-child{
	margin-bottom: 0px;
}
#contents .txtArea .twitter_arenaArea .movieArea .activeArea{
	margin:0;
}
#contents .txtArea .twitter_arenaArea .activeArea a{
	padding:24px 0;
}
/**galleryArea********/
#contents .txtArea .galleryArea{
	width: 395px;
	float: left;
	background: #e2e4e1;
	padding:15px 10px;
	box-sizing: border-box;
}
#contents .txtArea ul.matchHeight{
	/*width: 162px;*/
	width: 292px;
	float: left;
	margin-left:10px;
}
#contents .txtArea.commonArea ul.matchHeight{
	width: 100%;
	display:flex;
	margin-left:0;
	gap:2%;
	margin-top:40px;
}
#contents .txtArea.commonArea ul.matchHeight li{
	width:32%;
}
#contents .txtArea .kariyaArea,
#contents .txtArea .instaArea{
	width: 100%;
}
#contents .txtArea .galleryArea .gImg{
	float: left;
	width: 74px;
	text-align: center;
	margin-top: 38px;
}
#contents .txtArea .galleryArea .gImg img {
	max-width: 100%;
}
#contents .txtArea .galleryArea .list{
	float: right;
	width: 281px;
	font-size: 13px;
}
#contents .txtArea .galleryArea .list li{
	border-bottom:dotted 1px #191919;
	padding:15px 0;
}
#contents .txtArea .galleryArea .list li:last-child{
	border:none;
}
#contents .txtArea .galleryArea .list li a{
	text-decoration: none;
}
#contents .txtArea .galleryArea .list li a:hover{
	text-decoration: underline;
}
#contents .txtArea .galleryArea .moreBtn{
	margin-top: 20px;
}
/**memberArea********/
#contents .txtArea .memberArea{
	width: 230px;
	height: 275px;
	float: left;
	background: #e2e4e1;
	margin: 0 10px;
	padding: 15px 18px;
	box-sizing: border-box;
}
#contents .txtArea .memberArea h2{
	text-align: center;
}
#contents .txtArea .memberArea h2 a{
	display: block;
	padding: 60px 0 0;
}
/**activeArea********/
#contents .txtArea .activeArea{
	height: 80px;
	margin-bottom: 10px;
	text-align: center;
	background: #e2e4e1;
}
#contents .txtArea .activeArea a{
	display: block;
	padding: 27px 0;
}
#contents .txtArea .messageArea{
	height: 80px;
	text-align: center;
	margin-bottom: 10px;
	background: #e2e4e1;
}
#contents .txtArea .youtubeArea{
	height: 80px;
	text-align: center;
	margin-bottom: 10px;
	background: #ff0000;
}
#contents .txtArea .youtubeArea a{
	display: block;
	padding: 25px 0;
}
#contents .txtArea .messageArea a{
	display: block;
	padding: 30px 0;
}
#contents .txtArea a img.btn {
	max-width: 85%;
}
#contents .txtArea .kariyaArea{
	height: 80px;
	text-align: center;
	float: left;
	background: #e2e4e1;
}
#contents .txtArea .kariyaArea a{
	display: block;
	padding: 25px 0;
}
#contents .txtArea .instaArea{
	background: #f4000a;
	background: -moz-linear-gradient(45deg, #f4000a 0%, #bb00ac 100%);
	background: -webkit-linear-gradient(45deg, #f4000a 0%,#bb00ac 100%);
	background: linear-gradient(45deg, #f4000a 0%,#bb00ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4000a', endColorstr='#bb00ac',GradientType=1 );
	height: 80px;
	text-align: center;
	float: left;
}
#contents .txtArea .instaArea a{
	display: block;
	padding: 28px 0;
}
#contents .txtArea .twitterArea{
	background: black;
	text-align:center;
	margin-bottom:10px;
	height: 80px;
}
#contents .txtArea .twitterArea a {
	display: block;
	padding: 23px 0;
	border: 1px solid white;
}
.fix_bnr {
	position: fixed;
	left:2%;
	bottom: 20px;
	padding: 20px 20px 0 0;
	box-sizing: border-box;
}
.fix_bnr .break {
	width: 25px;
	height: 25px;
	display: block;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fix_bnr .break:hover{
	opacity:0.9;
}
.fix_bnr a img {
	width: 260px;
	max-width:100%;
}
.fix_bnr.none {
	display: none !important;
}
.fix_bnr .break:before,
.fix_bnr .break:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 2px;
	background: #222;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.fix_bnr .break:before {
	transform: rotate(45deg);
}
.fix_bnr .break:after {
	transform: rotate(-225deg);
}
/***#footer*******************/
#footer{
	padding: 45px 0 0;
}
#footer .footerBnr{
	width: 1000px;
	margin: 0 auto 60px;
}
#footer .footerBnr li{
	float: left;
	margin-right: 8px;
}
#footer .footerBnr li.partner{
	width:100%;
	margin-top:10px;
}
#footer .footerBnr li.partner a {
	background: #a41a1a;
	padding: 15px 10px;
	box-sizing: border-box;
	color: white;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
#footer .footerBnr li.partner a:hover {
	text-decoration:none;
}
#footer .footerBnr li:last-child{
	margin-right: 0;
}
#footer .footerBnr > *:first-child + * + * + * + * + *{
	margin-right: 0;
}
#footer .footerAdd{
	background: #000;
	margin: 0 auto;
	padding: 40px 0;
}
#footer .footerAdd .box01{
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}
#footer .footerAdd .box01 .left{
	float: left;
}
#footer .footerAdd .box01 .left ul li a{
	color: #FFF;
	text-decoration: none;
}
#footer .footerAdd .box01 .left ul li{
	float: left;
	margin-right: 25px;
}
#footer .footerAdd .box01 .left .txtArea{
	float: left;
}
#footer .footerAdd .box01 #copyright{
	float: right;
}
#pageTop{
	position: fixed;
	right: 50px;
	bottom:100px;
}
/***breadcrumb***********************/
#breadcrumb{
	width: 1000px;
	margin: 0 auto;
	padding:10px 0 10px;
	font-size:12px;
}
#breadcrumb a{
	color: #FFF;
	text-decoration: none;
}
#secondContents{
	width: 1000px;
	margin: 0 auto;
}

#secondContents .leftContents{
	float: left;
	width: 770px;
	color: #000;
}
#secondContents .leftContents .bgW{
	background: #FFF;
}
#secondContents .oneContents{
}
#secondContents .rightContents{
	float: right;
	width: 220px;
}
#secondContents .rightContents .sideBtn01{
	background: #e2e4e1;
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#secondContents .rightContents .sideBtn01 .title01{
	text-align: center;

}
#secondContents .rightContents .sideBtn01 .title01 a{
	display: block;
	padding: 60px 0;
}
#secondContents .rightContents .sideBtn01 .title02{
	text-align: center;
}
#secondContents .rightContents .sideBtn01 .title02 a{
	display: block;
	padding: 50px 0;
}
#secondContents .rightContents .sideBtn01 p{
	background: #777976;
	text-align: right;
	font-weight: bold;

}
#secondContents .rightContents .sideBtn01 p a{
	display: block;
	padding: 5px 10px;
	color: #FFF;
}
#secondContents .rightContents .sideBtn01 p a:hover{
	text-decoration: none;
}
#secondContents .rightContents .sideList01{
}
#secondContents .rightContents .sideList01 h2{
	font-family: 'Anton', sans-serif;
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
	background: #a41a1a;
}
#secondContents .rightContents .sideList01 ul{
	color: #333333;
	margin-bottom: 15px;
}
#secondContents .rightContents .sideList01 ul li{
	background: url(./img/gallery/side_icon01.png) no-repeat 9% 50% #FFF;
	padding: 20px 5px 20px 47px;
}
#secondContents .rightContents .sideList01 ul li:nth-child(2n){
	background: url(./img/gallery/side_icon01.png) no-repeat 9% 50% #fdd4d4;
}
#secondContents .rightContents .sideList01 ul li a{
	text-decoration: underline;
}
.secondTitleH2{
	font-family: 'Anton', sans-serif;
	border-top: 5px solid #cc1a27;
	border-bottom: 5px solid #cc1a27;
	filter: brightness(75%);
}
.secondTitleH2 {
	font-family: 'Anton', sans-serif;
	border-top: 5px solid #cc1a27;
	border-bottom: 5px solid #cc1a27;
	filter: brightness(75%);
}
.secondTitleH2 img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.secondTitleH2 h2{
	width: 1000px;
	margin: 0 auto;
	line-height: 41px;
}
.secondTitleH2 h2 .en{
	font-size: 48px;
	border-right: 1px solid #FFF;
	display: table-cell;
	letter-spacing: 2px;
	padding:0 23px;
}
.post-type-archive-focus .secondTitleH2 h2 .en,
.single-focus .secondTitleH2 h2 .en{
	border-right: 0px;
}
.secondTitleH2 h2 .ja{
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

/* .page-fanclub .secondTitleH2 {
background: url(./img/main_bg_fanclub.png) center repeat-x;
}
.post-type-archive-event_info .secondTitleH2 {
background: url(./img/main_bg_event.png) center repeat-x;
padding: 100px 0;
}
.page-game .secondTitleH2{
background: url(./img/main_bg_game.png) center repeat-x;
}
.page-result .secondTitleH2{
background: url(./img/main_bg_result.png) center repeat-x;
}
.page-team .secondTitleH2{
background: url(./img/main_bg_team.png) center repeat-x;
}
.page-topicslist .secondTitleH2{
background: url(./img/main_bg_news.png) center repeat-x;
}
.page-activities .secondTitleH2,
.page-focus .secondTitleH2{
background: url(./img/main_bg_activities.png) center repeat-x;
}
.page-gallery .secondTitleH2{
background: url(./img/main_bg_photo.png) center repeat-x;
}
.page-message .secondTitleH2{
background: url(./img/main_bg_message.png) center repeat-x;
}
.page-tickets .secondTitleH2{
background: url(./img/main_bg_tickets.png) center repeat-x;
} */
.secondTitleH2.sp{
	display: none;
}
.page #secondContents .titlecommon {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}

/*page-team*********************************************************************************/
.page-team #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
}
.page-team #secondContents .leftContents .txtArea01{
	padding: 22px;
	margin-bottom: 10px;
}
.page-team #secondContents .leftContents .txtArea01 .img{
	float: left;
}
.page-team #secondContents .leftContents .txtArea01 .list01{
	float: right;
	width: 320px;
}
.page-team #secondContents .leftContents .txtArea01 .list01 li{
	background: #83161a;
	margin-bottom: 20px;
}
.page-team #secondContents .leftContents .txtArea01 .list01 li a{
	text-decoration: none;
}
.page-team #secondContents .leftContents .txtArea01 .list01 li:last-child{
	margin-bottom: 0;
}
.page-team #secondContents .leftContents .txtArea01 .list01 h3{
	background: url(./img/team/icon01.png) 8% 50% no-repeat #83161a;
	padding: 35px 0 35px 60px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.page-team #secondContents .leftContents .txtArea01 .list01 p{
	background: #d15a5f;
	text-align: right;
	font-weight: bold;
	padding: 5px 10px;
}
.page-team #secondContents .leftContents .txtArea01 .list01 li a p{
	color: #FFF;
}
.page-team #secondContents .leftContents .txtArea02{
	padding: 10px;
	margin-bottom: 10px;
}
.page-team #secondContents .leftContents .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-team #secondContents .leftContents .txtArea02 .img{
	float: left;
	width: 215px;
	text-align: center;
}
.page-team #secondContents .leftContents .txtArea02 .txt{
	float: left;
	width: 480px;
	margin: 25px 0 0;
}
.page-team #secondContents .leftContents .txtArea02 .table01{
	width: 100%;
	border-top: 1px solid #333333;
}
.page-team #secondContents .leftContents .txtArea02 .table01 th{
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 20px 30px;
	font-weight: bold;
}
.page-team #secondContents .leftContents .txtArea02 .table01 td{
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.page-team #secondContents .leftContents .txtArea02 .center{
	width: 100%;
}
.page-team #secondContents .leftContents .txtArea02 .philosophy p.title{
	font-size:18px;
	color: #a41a1a;
	font-weight: bold;
	margin-left: 10px;
}
.page-team #secondContents .leftContents .txtArea02 .philosophy p.sub {
	font-size: 15px;
	margin: 6px 0 20px 10px;
}
/*page-gallery*********************************************************************************/
.page-gallery #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-gallery #secondContents .leftContents .list01 li{
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 380px;
	box-sizing: border-box;
	background: #FFF;
}
.page-gallery #secondContents .leftContents .list01 li a{
	text-decoration: none;
}
.page-gallery #secondContents .leftContents .list01 li:nth-child(2n){
	float: right;
}
.page-gallery #secondContents .leftContents .list01 li:nth-child(2n+1){
	clear: both;
}
.page-gallery #secondContents .leftContents .list01 li .img{
	margin-bottom: 10px;
}
.page-gallery #secondContents .leftContents .list01 li .txt01{
	margin-bottom: 3px;
}
.page-gallery #secondContents .leftContents .list01 li .txt02{
	margin-bottom: 3px;
}
.page-gallery #secondContents .leftContents .list01 li .txt03{
}
/*gallerylist-template-default*********************************************************************************/
.single-gallerylist #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-gallerylist #secondContents .leftContents .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.single-gallerylist #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.single-gallerylist #secondContents .leftContents .txtArea02 h3 span{
	font-size: 16px;
}
.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li{
	float: left;
	margin:0 10px 10px 0;
}
.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li:nth-child(6n){
	margin: 0 0 10px;
}
.single-gallerylist #secondContents .leftContents .btn01{
	width: 100%;
	background: #83161a;
	text-align: center;
}
.single-gallerylist #secondContents .leftContents .btn01 a{
	padding: 25px 0;
	display: block;
	color: #FFF;
}
.single-gallerylist #secondContents .leftContents .btn01 a:hover{
	text-decoration: none;
}
/*page-contact*********************************************************************************/
.page-contact #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-contact #secondContents .leftContents .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.page-contact #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-contact #secondContents .leftContents .txtArea02 .table01{
	width: 100%;
	border-top: 1px solid #333333;
	margin-bottom: 30px;
}
.page-contact #secondContents .leftContents .txtArea02 .table01 th{
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 20px 30px;
	width: 250px;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: bold;
}
.page-contact #secondContents .leftContents .txtArea02 .table01 th span{
	background: #83161a;
	color: #FFF;
	padding: 2px 8px;
	float: right;
	font-size: 12px;
}
.page-contact #secondContents .leftContents .txtArea02 .table01 td{
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.page-contact #secondContents .leftContents .txtArea02 .table01 td input{
	width: 100%;
}
.page-contact #secondContents .leftContents .txtArea02 .table01 td textarea{
	width: 100%;
}
.page-contact #secondContents .leftContents .txtArea02 .submitBtn{
	text-align: center;
	margin-bottom: 15px;
}
.page-contact #secondContents .leftContents .txtArea02 .submitBtn input{
	text-align: center;
	background: #b57376;
	border: 1px solid #83161a;
	padding: 13px 45px;
	color: #FFF;
	font-size: 14px;
}
.page-contact #secondContents .leftContents .txtArea02 .formtype{
	display:flex;
	gap:10px 2%;
	flex-wrap:wrap;
	margin:20px 0;
}
.page-contact #secondContents .leftContents .txtArea02 .formtype li{
	width:23.5%;
	color:white;
	background:#83161a;
	text-align:center;
	height: 62px;
	cursor:pointer;
	transition:0.1s linear all;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-contact #secondContents .leftContents .txtArea02 .formtype li:hover{
	background:#a41a1a;
	font-weight:bold;
}
.page-contact #secondContents .leftContents .txtArea02 .formtype li.on{
	background:#b57376;
}
.page-contact #secondContents .leftContents .txtArea02 .formtype li.on:hover{
	font-weight:normal;
}
.page-contact #secondContents .leftContents .txtArea02 .mailform{
	display:none;
}
.page-contact #secondContents .leftContents .txtArea02 .mailform.on{
	display:block;
}


/*page-member*********************************************************************************/
.page-member #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-member #secondContents .leftContents .list01 li{
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 380px;
	box-sizing: border-box;
	background: #FFF;
}
.page-member #secondContents .leftContents .list01 li:nth-child(2n){
	float: right;
}
.page-member #secondContents .leftContents .list01 li:nth-child(2n+1){
	clear: both;
}
.page-member #secondContents .leftContents .list01 li div .right{
	width: 197px;
	float: right;
	font-size: 95%;
	line-height: 1.8em;
}
.page-member #secondContents .leftContents .list01 li .img{
	float: left;
	margin-bottom: 10px;
	max-width: 100%;
	width:150px;
}
.page-member #secondContents .leftContents .list01 li .txt01{
	margin-bottom: 3px;
}
.page-member #secondContents .leftContents .list01 li .txt01 br{
	display: none;
}
.page-member #secondContents .leftContents .list01 li .txt02{
	margin-bottom: 3px;
}
.page-member #secondContents .leftContents .list01 li .txt03{
}
.page-member #secondContents .leftContents .list01 li .txt04{
}
.page-member #secondContents .leftContents .list01 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom:10px;
}
.page-member #secondContents .leftContents .list01 .more{
	text-align: right;
	color: #FFF;
	font-size: 12px;
	margin: -25px 0 0 0;
	float: right;
	width: 60px;
	background: #83161a;
}
.page-member #secondContents .leftContents .list01 .more span{

}
.page-member #secondContents .leftContents .list01 .more span a{
	color: #FFF;
	padding:5px 10px;
	display: block;
	text-align: center;
}
/*page-member-detail*********************************************************************************/
.single-memberlist #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-memberlist #secondContents .leftContents .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.single-memberlist #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.single-memberlist #secondContents .leftContents .txtArea02 h3 span{
	font-size: 16px;
}
.single-memberlist #secondContents .leftContents .txtArea02 .list01 li{
	float: left;
	margin:0 10px 10px 0;
}
.single-memberlist #secondContents .leftContents .txtArea02 .list01 li:nth-child(5n){
	margin: 0 0 10px;
}
.single-memberlist #secondContents .leftContents .btn01{
	width: 100%;
	background: #83161a;
	text-align: center;
}
.single-memberlist #secondContents .leftContents .btn01 a{
	padding: 25px 0;
	display: block;
	color: #FFF;
}
.single-memberlist #secondContents .leftContents .btn01 a:hover{
	text-decoration: none;
}
.single-memberlist #secondContents .leftContents .menberBox01{
	margin: 0 20px;
}
.single-memberlist #secondContents .leftContents .menberBox01 .img {
	float: left;
	max-width: 100%;
	width:240px;
	margin: 0 auto;
}
.single-memberlist #secondContents .leftContents .menberBox01 .table01{
	float: right;
	width: 445px;
	border-top: 1px solid #333333;
}
.single-memberlist #secondContents .leftContents .txtArea02 .table01 th {
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 17px 30px;
	font-weight: bold;
	width:90px;
}
.single-memberlist #secondContents .leftContents .txtArea02 .table01 td {
	border-bottom: 1px solid #333333;
	padding: 17px 30px;
}
.single-memberlist #secondContents .leftContents .txtArea02 .list02{
	margin:20px 20px;
}
.single-memberlist #secondContents .leftContents .txtArea02 .list02 li{
	float: left;
	margin:0 15px 10px 0;
}
.single-memberlist #secondContents .leftContents .txtArea02 .list02 li:nth-child(5n){
	margin:0 0 10px 0;
}
.single-memberlist #secondContents .leftContents .txtArea02 .title01{
	font-size: 16px;
	color: #83161a;
	font-weight: bold;
	margin: 0 20px 20px;
}
.single-memberlist #secondContents .leftContents .table02{
	width: 95%;
	margin: 0 auto 20px;
	border-top: 1px solid #333333;
}
.single-memberlist #secondContents .leftContents .table02 th {
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 17px 25px 17px 30px;
	font-weight: bold;
	width: 225px;
}
.single-memberlist #secondContents .leftContents .table02 td {
	border-bottom: 1px solid #333333;
	padding: 17px 30px;
}
/*page-staff*********************************************************************************/
.page-staff #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-staff #secondContents .leftContents .list01 li{
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 380px;
	box-sizing: border-box;
	background: #FFF;
}
.page-staff #secondContents .leftContents .list01 li:nth-child(2n){
	float: right;
}
.page-staff #secondContents .leftContents .list01 li:nth-child(2n+1){
	clear: both;
}
.page-staff #secondContents .leftContents .list01 li .img {
	float: left;
	width: 150px;
}
.page-staff #secondContents .leftContents .list01 div{
	float: right;
	width: 200px;
}
.page-staff #secondContents .leftContents .list01 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px;
	color: #FFF;
	margin-bottom: 18px;
}
.page-staff #secondContents .leftContents .list01 div p{
	margin: 0 0 0 9px;
}

/*page-termofuse**********************************************************/
.page-termofuse #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-termofuse #secondContents .leftContents .txtArea02{
	padding: 10px;
	margin-bottom: 10px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .title01 {
	font-size: 16px;
	font-weight: bold;
	color: #83161a;
	margin: 20px 20px 10px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .txt01{
	margin: 0 20px 10px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list{
	margin: 0 20px 10px;
	list-style: disc;
	list-style-position: inside;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list .list{
	margin: 0 0px 10px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.page-termofuse #secondContents .leftContents .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list01{
	margin: 0 20px 20px;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list01 li{
	border: 1px solid #222222;
	width: 340px;
	float: left;
	padding: 25px 29px;
	box-sizing: border-box;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list01 li:last-child{
	float: right;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list01 li h4{
	font-weight: bold;
	line-height: 1.8em;
}
.page-termofuse #secondContents .leftContents .txtArea02 .list01 li p{
	text-decoration: underline;
	line-height: 1.8em;
}
.page-termofuse #secondContents .leftContents .txtArea02 .system{
	border: 1px solid #222222;
	padding: 25px 20px 25px;
	margin:0 20px 20px;
	box-sizing: border-box;
}
.page-termofuse #secondContents .leftContents .txtArea02 .system .os{
	font-weight: bold;
}
/***game****************************************/
.page-game #secondContents .oneContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 27px;
}
.page-game #secondContents .oneContents .title01 {
	font-size: 18px;
	margin: 0 30px 10px;
}
.page-game #secondContents .oneContents .table01{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.page-game #secondContents .oneContents .table01 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.page-game #secondContents .oneContents .table01 thead td:first-child{
	width: 95px;
}
.page-game #secondContents .oneContents .table01 thead td:nth-child(2){
	width: 265px;
}
.page-game #secondContents .oneContents .table01 thead td:last-child{
	border-right:none;
	width:126px;
}
.page-game #secondContents .oneContents .table01 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	vertical-align: middle;
}
.page-game #secondContents .oneContents .table01 tbody td:last-child{
	border-right:none;
}
.page-game #secondContents .oneContents .table01 tbody td .box01{

}
.page-game #secondContents .oneContents .table01 tbody td .box01 .img01{
	float: left;
	width: 80px;
}
.page-game #secondContents .oneContents .table01 tbody td .box01 .txtArea{
	float: left;
	width:339px;
	font-size: 15px;
}
.redpoint{
	color: #d91827;
}
.page-game #secondContents .oneContents .table01 tbody td .box01 .img02{
	float: right;
	width: 80px;
}
.page-game #secondContents .oneContents .table01 tbody td a{
	text-decoration: underline;
	color: #000;
}
.page-game #secondContents .oneContents .table01 tbody td:last-child a{
	font-size: 14px;
}
/**/
.page-game #secondContents .oneContents .table02{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.page-game #secondContents .oneContents .table02 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.page-game #secondContents .oneContents .table02 thead td:first-child{
	width: 230px;
}
.page-game #secondContents .oneContents .table02 thead td:nth-child(2){
	width: 400px;
}
.page-game #secondContents .oneContents .table02 thead td:last-child{
	border-right:none;
	width: 70px;
}
.page-game #secondContents .oneContents .table02 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	font-size: 18px;
	padding: 20px 15px;
	vertical-align: middle;
}
.page-game #secondContents .oneContents .table02 tbody td:first-child{
	text-align: center;
	background: #fff;
}
.page-game #secondContents .oneContents .table02 tbody td:last-child{
	padding: 20px 0;
	text-align: center;
}
.page-game #secondContents .oneContents .table02 tbody td:last-child a{
	text-decoration: underline;
}
.page-game #secondContents .oneContents td.event_icon a.home {
	text-align: center;
	background: #D70C19;
	padding: 10px 10px;
	color: #FFF;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
}
.page-game #secondContents .oneContents td.event_icon a.away{
	text-align: center;
	background: #42b7e7;
	padding: 10px 10px;
	color: #FFF;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
}
.page-game #secondContents .oneContents td.event_icon a:hover{
	text-decoration: none;
	opacity: 1;
}
/***game****************************************/
.page-tickets #secondContents .oneContents .titleMain01,
.archive-homegame #secondContents .oneContents .titleMain01,
.single-homegame #secondContents .oneContents .titleMain01,
.single-academy #secondContents .oneContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 15px;
}
.page-tickets #secondContents .oneContents .title01 {
	font-size: 18px;
	margin: 0 30px 10px;
}
.page-tickets #secondContents .oneContents .table01{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.page-tickets #secondContents .txtArea01 {
	color:black;
}
.page-tickets #secondContents .txtArea02 {
	padding: 10px;
	margin-bottom: 20px;
}
.page-tickets #secondContents .txtArea02.pn {
	padding: 0px;
}
.page-tickets #secondContents .oneContents .txtArea02.pn h3{
	margin-bottom: 15px;
}
.page-tickets #secondContents .oneContents .txtArea02 h3,
.archive-homegame #secondContents .oneContents .txtArea02 h3,
.single-homegame #secondContents .oneContents .txtArea02 h3,
.single-academy #secondContents .oneContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block h4.bgWhite,
.single-homegame #secondContents .oneContents .txtArea02 p.bgWhite,
.single-academy #secondContents .oneContents .txtArea02 p.bgWhite {
	background: white;
	color: #191919;
}
.page-tickets #secondContents .bgW {
	background: #FFF;
}
.page-game #secondContents .oneContents .table01 tbody td .box01 div.ticketbtn{

}
.page-game #secondContents .oneContents .table01 tbody td .box01 div.ticketbtn a {
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	padding: 6px 10px;
	background: #D70C19;
	text-align: center;
	line-height: 1.3;
	border-radius: 9px;
	width: 100px;
	margin: 6px auto 0;
}
.page-tickets div.gamelist{
	background: white;
	width:100%;
	clear:both;
	padding:13px 18px;
	box-sizing: border-box;
	margin-bottom:10px;
	display: inline-block;
	border-radius: 13px;
	position: relative;
}
.page-tickets div.gamelist > p,
.page-tickets div.gamelist > div{
	float:left;
}
.page-tickets div.gamelist div.team p,
.page-tickets div.gamelist div.team img{
	float:left;
}
.page-tickets div.gamelist p.date{
	font-size: 18px;
	font-weight: bold;
	padding:10px 10px 9px 0;
	border-right:2px solid #ededed;
	margin-right:10px;
	width: 140px;
}
.page-tickets div.gamelist p.date.long {
	padding: 20px 10px 20px 0;
}
.page-tickets div.gamelist p.time.three.long {
	padding: 0px 10px 0px 0;
}
.page-tickets div.gamelist p.time{
	min-width:6em;
}
.page-tickets div.gamelist p.date span{
	font-size: 11px;
	font-weight: bold;
}
.page-tickets div.gamelist p.time,
.page-tickets div.gamelist p.place{
	padding:15px 10px 14px 0;
	border-right:2px solid #ededed;
	margin-right:10px;
}
.page-tickets div.gamelist p.time.long{
	padding: 25px 10px 25px 0;
}
.page-tickets div.gamelist p.place {
	width: 120px;
}
.page-tickets table.ticket_price{
	width:100%;
}
.page-tickets div.gamelist div.team {
	padding-right:15px;
}
.page-tickets div.gamelist div.team.long {
	padding-top: 11px;
}
.page-tickets div.gamelist div.team p{
	padding:14px 0;
	font-weight: bold;
}
.page-tickets div.gamelist div.team p.pn{
	padding:5px 0;
}
.page-tickets div.gamelist div.team img{
	height: 48px;
	padding:0 10px;
}
.page-tickets div.gamelist div.now{
	float:right;
	margin-left: 10px;
	text-align: center;
}
.page-tickets div.gamelist div.now a {
	text-align: center;
	background: #2e3551;
	padding:12px 10px;
	border-radius: 9px;
	display: block;
}
.page-tickets div.gamelist div.now a img{
	width:80px;
}
.page-tickets div.gamelist div.now a:hover{
	text-decoration: none;
	background: #40496C;
}
.page-tickets div.gamelist div.now.long{
	margin-top: 10px;
}

.page-tickets div.gamelist div.event {
	float: right;
}
.page-tickets div.gamelist div.event a {
	display: block;
	color: white;
	padding: 6px 10px;
	background: #42b7e7;
	text-align: center;
	line-height: 1.3;
	border-radius: 9px;
	font-family: 'M PLUS 1 Code', sans-serif;
}
.page-tickets div.gamelist div.event a:hover{
	text-decoration: none;
	background: #42b7e7;
}
.page-tickets table.ticket_price span.red{
	color:red;
}
.page-tickets table.ticket_price th,
.page-tickets table.ticket_price td{
	padding:15px 10px;
	box-sizing: border-box;
	text-align: center;
	border:2px solid black;
}
.page-tickets table.ticket_price th.bgd{
	background: indianred;
	color:white;
	font-weight: bold;
}
.page-tickets table.ticket_price th.bgd.blue{
	background: #42b7e7;
}
.page-tickets table.ticket_price th.bgc{
	background: #f1f1f1;
}
.page-tickets table.ticket_price td{
	background: white;
	vertical-align: middle;
}
.page-tickets p.mb {
	margin-bottom: 30px;
}
.page-tickets ul.indent_list{
	margin-bottom: 30px;
}
.page-tickets ul.indent_list li {
	text-indent: -1em;
	padding-left: 1em;
}
.page-tickets ul.indent_list li span.red{
	color:red;
}
.page-tickets span.bold{
	font-weight: bold;
	font-size: 15px;
}
.page-tickets div.btnlist{
	display: inline-block;
	width:100%;
	margin:16px 0 30px;
}
.page-tickets div.btn{
	text-align: center;
	float:left;
	margin: 0 15px;
}
.page-tickets div.btn a {
	text-align: center;
	background: #2e3551;
	padding: 0px 45px;
	color: #FFF;
	font-size: 15px;
	border-radius: 10px;
	font-family: 'M PLUS 1 Code', sans-serif;
	display: block;
}
.page-tickets div.btn a img{
	width:150px;
}
.page-tickets div.btn a:hover{
	text-decoration: none;
	opacity: 0.9;
}
.page-tickets p.cau{
	position: absolute;
	bottom:10px;
	right:25px;
}
.page-tickets p.cau.red{
	color:red;
}
.page-tickets div.caution{
	float:right !important;
	margin: 4px 15px;
}
.page-tickets div.caution.one{
	margin: 15px 15px;
}
.page-tickets div.gamelist p.spn {
	display: block;
}


/*page-topics*************************************************/
.page-topics #secondContents .leftContents .titleMain01,
.page-topicslist #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-topics #secondContents .leftContents .txtArea02 h3,
.page-topicslist #secondContents .leftContents .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-topics #secondContents .leftContents .txtArea02,
.page-topicslist #secondContents .leftContents .txtArea02{
	padding: 10px;
}
.page-topics #secondContents .leftContents .txtArea01,
.page-topicslist #secondContents .leftContents .txtArea01{
	margin:25px;
	line-height:26px;
}
.page-topicslist #secondContents .leftContents .txtArea01 a{
	text-decoration:underline;
}
.page-topicslist #secondContents .leftContents .txtArea01 a:hover{
	text-decoration:none;
}
.page-topics #secondContents .leftContents .upDate,
.page-topicslist #secondContents .leftContents .upDate{
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}

/*page-result*********************************************************************************/
/*archive*******************************************************************************/
.page-result  #secondContents .leftContents{
	width: 700px;
}
.page-result #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-result #secondContents .leftContents .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.page-result #secondContents .leftContents .txtArea02 .title01{
	font-size: 18px;
	margin-bottom: 30px;
}
.page-result #secondContents .leftContents .table01{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.page-result #secondContents .leftContents .table01 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.page-result #secondContents .leftContents .table01 thead td:first-child{
	width: 230px;
}
.page-result #secondContents .leftContents .table01 thead td:nth-child(2){
	width: 400px;
}
.page-result #secondContents .leftContents .table01 thead td:last-child{
	border-right:none;
	width: 70px;
}
.page-result #secondContents .leftContents .table01 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	font-size: 17px;
	padding: 20px 17px;
	vertical-align: middle;
}
.page-result #secondContents .leftContents .table01 tbody td:first-child{
	text-align: center;
	background: #fff;
}
.page-result #secondContents .leftContents .table01 tbody td:last-child{
	border-right:none;
	text-align: center;
}
.page-result #secondContents .leftContents .table01 tbody td .box01{

}
.page-result #secondContents .leftContents .table01 tbody td .box01 .img01{
	float: left;
	width: 92px;
}
.page-result #secondContents .leftContents .table01 tbody td .box01 .txtArea{
	float: left;
	width:339px;
}
.redpoint{
	color: #d91827;
}
.page-result #secondContents .leftContents .table01 tbody td .box01 .img02{
	float: right;
	width: 92px;
}
.page-result #secondContents .leftContents .table01 tbody td a{
	text-decoration: underline;
	color: #000;
}
/*.page-result #secondContents .leftContents .txtArea02 .table02 {
border-top: 1px solid #333333;
width: 96%;
margin: 0 auto 300px;
}
.page-result #secondContents .leftContents .txtArea02 .table02 th {
border-bottom: 1px solid #333333;
padding: 20px 30px;
width: 200px;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
}
.page-result #secondContents .leftContents .txtArea02 .table02 td {
border-bottom: 1px solid #333333;
padding: 20px 30px;
}*/
/**/
.page-result #secondContents .leftContents .table02{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.page-result #secondContents .leftContents .table02 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.page-result #secondContents .leftContents .table02 thead td:first-child{
	width: 120px;
}
.page-result #secondContents .leftContents .table02 thead td:nth-child(2){

}
.page-result #secondContents .leftContents .table02 thead td:last-child{
	border-right:none;
	width: 70px;
}
.page-result #secondContents .leftContents .table02 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 10px;
	vertical-align: middle;
}
.page-result #secondContents .leftContents .table02 tbody td:last-child{
	border-right:none;
}
.page-result #secondContents .leftContents .table02 tbody td .box01{

}
.page-result #secondContents .leftContents .table02 tbody td .box01 .img01{
	float: left;
	width: 90px;
}
.page-result #secondContents .leftContents .table02 tbody td .box01 .txtArea{
	float: left;
	width:305px;
}
.redpoint{
	color: #d91827;
}
.page-result #secondContents .leftContents .table02 tbody td .box01 .img02{
	float: right;
	width: 90px;
}
.page-result #secondContents .leftContents .table02 tbody td a{
	text-decoration: underline;
	color: #000;
}
.page-result #secondContents .leftContents .table02 tbody td:last-child a{
	font-size: 14px;
}
/*.page-result #secondContents .leftContents .titleMain01 {
font-weight: bold;
font-size: 24px;
color: #FFF;
padding: 20px 30px;
background-color: #4b4b4b;
border: solid 1px #000;
background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
background-image: -moz-linear-gradient(bottom, #54050b, #150202);
background-image: -o-linear-gradient(bottom, #54050b, #150202);
background-image: -ms-linear-gradient(bottom, #54050b, #150202);
background-image: linear-gradient(to top, #54050b, #150202);
margin-bottom: 10px;
}
.page-result #secondContents .leftContents .txtArea02 {
padding: 30px;
margin-bottom: 10px;
}
.page-result #secondContents .leftContents .txtArea02 .title01{
font-size: 18px;
margin-bottom: 30px;
}
.page-result #secondContents .leftContents .txtArea02 .table01{
width: 96%;
margin: 0 auto 20px;
box-sizing: border-box;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td{
vertical-align: middle;
text-align: center;
border-bottom: 1px solid #53050b;
border-top: 1px solid #53050b;
width: 20%;
padding: 22px 0;
line-height: 25px;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td:first-child{
background: #53050b;
color: #FFF;
font-size: 18px;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td:last-child{
background: #53050b;
color: #FFF;
font-size: 18px;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td:nth-child(3){
background: #f2ebec;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td .center{
width: 100%;
display: table;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td .txt01{
display: table-cell;
vertical-align: middle;
font-size: 18px;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td .txt02{
display: table-cell;
vertical-align: middle;
}
.page-result #secondContents .leftContents .txtArea02 .table01 td .txt03{
display: table-cell;
vertical-align: middle;
font-size: 18px;
}
.page-result #secondContents .leftContents .txtArea02 .table02 {
border-top: 1px solid #333333;
width: 96%;
margin: 0 auto 300px;
}
.page-result #secondContents .leftContents .txtArea02 .table02 th {
border-bottom: 1px solid #333333;
padding: 20px 30px;
width: 200px;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
}
.page-result #secondContents .leftContents .txtArea02 .table02 td {
border-bottom: 1px solid #333333;
padding: 20px 30px;
}

/*homegame*********************************************************************************/
.single-homegame 


/*sdgs*********************************************************************************/

.page-sdgs .secondTitleH2{
	border-top: 0;
	border-bottom: 0;
	filter: none;
}
.page-sdgs nav{
	background: black;
}
.page-sdgs nav .navi ul {
	padding: 10px 0;
	margin:0 auto;
}
body.page-sdgs {
	background: #ecf5fc;
}
.page-sdgs #breadcrumb {
	margin: 0 auto -38px;
	padding: 10px 15px 10px;
	box-sizing: border-box;
	position: relative;
	color: black;
}
.page-sdgs #breadcrumb a{
	color: black;
}
.page-sdgs section {
	background: white;
}
.page-sdgs section div.inner {
	width: 86%;
	margin: 0 auto;
	padding: 40px 0 30px;
}
.page-sdgs section p{
	color: black;
}
.page-sdgs section h3.title {
	width: 100%;
	color: white;
	background: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	margin-bottom: 30px;
}
.page-sdgs section img {
	width: 100%;
	height: auto;
}
.page-sdgs section div.goal_txtimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-sdgs section p.min{
	font-size:34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}
.page-sdgs section p.min span{
	font-size:47px;
}
.page-sdgs section#mainimg div.inner {
	padding: 70px 0 40px;
}
.page-sdgs section#mainimg div.red_bnr{
	width:100%;
	background: #ff0000;
}
.page-sdgs section#mainimg div.red_bnr p{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	padding:20px 0;
}
.page-sdgs section#mainimg ul.photo{
	width:100%;
	display: inline-block;
}
.page-sdgs section#mainimg ul.photo li{
	width : calc(100% / 5) ;
	float: left;
}
.page-sdgs section#mainimg p.box {
	line-height: 2;
	letter-spacing: 0.5px;
}
.page-sdgs section ul.list li {
	padding-left: 95px;
	line-height: 1.6em;
	background: url(./img/sdgs/list01.svg) no-repeat;
	background-size: 60px auto;
	color: black;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.page-sdgs section ul.list li:nth-child(2) {
	background: url(./img/sdgs/list02.svg) no-repeat;
	background-size: 60px auto;
}
.page-sdgs section ul.list li:nth-child(3) {
	background: url(./img/sdgs/list03.svg) no-repeat;
	background-size: 60px auto;
}
.page-sdgs section ul.list li:nth-child(4) {
	background: url(./img/sdgs/list04.svg) no-repeat;
	background-size: 60px auto;
}
.page-sdgs section table.sdgsnews{
	overflow-y: scroll;
	height: 200px;
	width: 100%;
	background: #f9f9f9;
	padding: 7px 15px;
	box-sizing: border-box;
	display: block;
}
.page-sdgs section table.sdgsnews tr{
	margin-bottom:8px;
}
.page-sdgs section table.sdgsnews th{
	padding-right:23px;
}
.page-sdgs section table.sdgsnews th,
.page-sdgs section table.sdgsnews td{
	color:black;
	padding: 7px;
}
.page-sdgs section table.sdgsnews a:hover{
	opacity: 0.8;
}
.page-sdgs section div.morebtn {
	text-align: center;
	margin: 21px auto 0;
	width: 130px;
}
.page-sdgs section div.morebtn a {
	text-align: center;
	background: black;
	color: white;
	font-size: 14px;
	display: block;
	padding: 6px 0;
	border-radius: 0.4em;
	transition: 0.3s;
	font-weight: bold;
}
.page-sdgs section div.morebtn a:hover {
	text-decoration: none;
}
.page-sdgs section#goals div.inner {
	padding: 40px 0 0px;
}
.page-sdgs #goals ul.iconlist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 25px;
	width: 60%;
	margin: 0px auto 45px;
}
.page-sdgs #goals .goal_txtimg{
	display: -webkit-flex;
	display: flex;
}
.page-sdgs #goals .goal_txtimg.green{
	background: #F0FCF0;
}
.page-sdgs #goals .goal_txtimg.green .txt h3 span.title {
	color: #1b9739;
}
.page-sdgs #goals .goal_txtimg.red{
	background: #fff1f3;
}
.page-sdgs #goals .goal_txtimg.red .txt h3 span.title {
	color: #c50f28;
}
.page-sdgs #goals .goal_txtimg.yellow{
	background: #fbf6ee;
}
.page-sdgs #goals .goal_txtimg.yellow .txt h3 span.title {
	color: #f5a20b;
}
.page-sdgs #goals .goal_txtimg.navy{
	background: #d8e1eb;
}
.page-sdgs #goals .goal_txtimg.navy .txt h3 span.title {
	color: #023067;
}
.page-sdgs #goals .goal_txtimg.left{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.page-sdgs #goals .goal_txtimg .txt,
.page-sdgs #goals .goal_txtimg .img{
	position: relative;
	width:50%;
}
.page-sdgs #goals .goal_txtimg .txt{
	padding: 36px;
	box-sizing: border-box;
	min-height: 345px;
}
.page-sdgs #goals .goal_txtimg .txt h3{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 15px;
	color:black;
}
.page-sdgs #goals .goal_txtimg .txt h3 span.titleimg{
	width: 80px;
	margin-right: 20px;
}
.page-sdgs #goals .goal_txtimg .txt h3 span.title{
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 19px;
	line-height: 1.3333;
	position: relative;
}
.page-sdgs #goals .goal_txtimg .txt p{
	color:black;
}
.page-sdgs #goals .goal_txtimg .img figure{
	background-size: cover;
	background-image: url(/club/sdgs/images/img-sdgs-mission01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page-sdgs #goals .goal_txtimg .img figcaption {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	max-width: 90%;
	line-height: 1.4285;
}
.page-sdgs section div.scroll {
	overflow-y: scroll;
	width: 100%;
	height: 400px;
	margin: 0 auto 25px;
	border:1px solid #f2f2f2;
	padding:7px 25px;
	box-sizing: border-box;
	background: white;
}
.page-sdgs div.ttl{
	text-align: center;
	padding-bottom: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}
.page-sdgs div.ttl h3 {
	font-size: 5rem;
	color: black;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.page-sdgs div.ttl h4 {
	font-size: 2.5rem;
	color: black;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.page-sdgs div.ttl p {
	font-size: 1.6rem;
	font-weight: bold;
}
.page-sdgs div.ttl p.green {
	color: #6DA57B;
}
.page-sdgs p.center{
	text-align: center;
}
.page-sdgs p.mt{
	margin-top:15px;
}
.page-sdgs section div.withscroll{
	overflow-y: scroll;
	height: 670px;
	width: 100%;
	padding: 7px 15px;
	border:1px solid #f2f2f2;
	box-sizing: border-box;
	display: block;
}
.page-sdgs #approach ul.sdgssocial {
	display: flex;
	flex-wrap: wrap;
	gap:5%;
}
.page-sdgs #approach ul.sdgssocial > li {
	width: 30%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.page-sdgs #approach ul.sdgssocial li a.fla{
	display: contents;
}
.page-sdgs #approach ul.sdgssocial li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.page-sdgs #approach ul.sdgssocial li h5 {
	line-height: 1.6;
	flex-grow: 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	color: black;
	margin-bottom:7px;
}
.page-sdgs #approach ul.sdgssocial li p.day {
	font-size:13px;
}
.page-sdgs #approach ul.sdgssocial li figure {
	margin-top: 10px;
}
.page-sdgs #approach ul.sdgssocial li figure img{
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.page-sdgs #approach ul.sdgssocial li img{
	width: 100%;
}
.page-sdgs #approach ul.sdgssocial li ul.news_icon {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
	min-height: 39px;
}
.page-sdgs #approach ul.sdgssocial li ul.news_icon li {
	width: 16.5%;
}
.page-sdgs #approach ul.sdgssocial li ul.news_icon li img{
	width: 100%;
}
.page-sdgs #approach ul.sdgssocial li p.news_txt {
	line-height: 1.6;
	margin-top: 1em;
}
.page-sdgs #about{
	background: white;
	color:black;
}
.page-sdgs #about div.inner{
	margin-bottom:40px;
	padding-top:70px;
	padding-bottom: 70px;
}
.page-sdgs #about .txt_about{
	margin-bottom:50px;
	line-height: 1.7;
}
.page-sdgs #about .txt_about strong{
	color:#0599d9;
}
.page-sdgs #about div.ttl h4{
	color:#0599d9;
}
.page-sdgs #about ul.goal17 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px;
	margin-top:10px;
}
.page-sdgs #about ul.goal17 li {
	width: 46%;
	position: relative;
	min-height: 120px;
}
.page-sdgs #about ul.goal17 li h5 {
	color: #0599d9;
	font-size: 1.8rem;
	padding-left: 140px;
	font-weight: bold;
}
.page-sdgs #about ul.goal17 li p {
	font-weight: bold;
	padding-left: 140px;
	line-height: 1.6;
	margin-top: 0.4em;
}
.page-sdgs #about ul.goal17 li img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.page-sdgs #partner{
	background: #cc1a27;
	color: #fff;
	position: relative;
}
.page-sdgs #partner div.ttl h3,
.page-sdgs #partner p{
	color:white;
}
.page-sdgs #partner ul.partners{
	overflow: hidden;
	margin-top: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.page-sdgs #partner ul.partners a{
	display: block;
}
.page-sdgs #partner ul.partners li{
	max-width: 190px;
	width: 20%;
	padding: 0 2%;
	margin-bottom: 20px;
	display: block;
	box-sizing: border-box;
}
.page-sdgs #partner .contact {
	border-top: 2px dashed white;
	text-align: center;
	margin: 10px 0 0;
}
.page-sdgs #partner .contact div.ttl p {
	margin: 40px 0 0;
}
.page-sdgs div.btn {
	text-align: center;
	margin: 25px auto 0;
	width: 200px;
}
.page-sdgs div.btn a {
	text-align: center;
	background: white;
	color: #cc1a27;
	font-size: 15px;
	display: block;
	padding: 1em 0;
	border-radius: 0.4em;
	transition: 0.3s;
	font-weight: bold;
}
.page-sdgs div.btn a:hover {
	text-decoration: none;
}
/*partner*********************************************************************************/
.page-partner .secondTitleH2 {
	background: url(./img/main_bg_partner.png) center repeat-x;
}
.page-partner #secondContents .leftContents .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.page-partner #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/partner/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-partner ul li a:hover {
	opacity:0.85;
	text-decoration:none;
}
.page-partner ul li div.img a {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	display: block;
	padding: 10px;
	box-sizing:border-box;
}
.page-partner ul li p {
	text-align: center;
	margin: 10px auto 30px;
	font-size: 14px;
}
.page-partner ul li p a{
	color:black;
}
.page-partner ul li img{
	width: auto;
	margin: 0 auto;
	display: block;
	max-width:100%;
	object-fit:contain;
}
.page-partner ul.list_top li {
	width: 400px;
	max-width: 95%;
	margin:0 auto;
}
.page-partner ul.list_top li img{
	height: 90px;
}
.page-partner ul.list_premiere{
	display:flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
}
.page-partner ul.list_premiere li {
	width: 400px;
	max-width: 49%;
}
.page-partner ul.list_premiere li img{
	height: 90px;
}
.page-partner ul.list_normal {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 100%;
	width: calc(900px + 3%);
}
.page-partner ul.list_normal li {
	width: 300px;
	max-width: 32%;
}
.page-partner ul.list_normal li img{
	height: 70px;
}
.page-partner ul.list_support li{
	margin-bottom:10px;
	font-size:15px;
	padding-left:1em;
}

/*single-gameresult*********************************************************************************/
.single-gameresult #secondContents .leftContents .titleMain01 ,
.single-competition #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-gameresult #secondContents .leftContents .txtArea02 ,
.single-competition #secondContents .leftContents .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .title01,
.single-competition #secondContents .leftContents .txtArea02 .title01{
	font-size: 18px;
	margin-bottom: 30px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01,
.single-competition #secondContents .leftContents .txtArea02 .table01{
	width: 96%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td,
.single-competition #secondContents .leftContents .txtArea02 .table01 td{
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #53050b;
	border-top: 1px solid #53050b;
	width: 20%;
	padding: 22px 0;
	line-height: 25px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:first-child,
.single-competition #secondContents .leftContents .txtArea02 .table01 td:first-child{
	background: #53050b;
	color: #FFF;
	font-size: 18px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:last-child,
.single-competition #secondContents .leftContents .txtArea02 .table01 td:last-child{
	background: #53050b;
	color: #FFF;
	font-size: 18px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:nth-child(3),
.single-competition #secondContents .leftContents .txtArea02 .table01 td:nth-child(3){
	background: #f2ebec;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td .center,
.single-competition #secondContents .leftContents .txtArea02 .table01 td .center{
	width: 100%;
	display: table;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td .txt01,
.single-competition #secondContents .leftContents .txtArea02 .table01 td .txt01{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td .txt02,
.single-competition #secondContents .leftContents .txtArea02 .table01 td .txt02{
	display: table-cell;
	vertical-align: middle;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table01 td .txt03,
.single-competition #secondContents .leftContents .txtArea02 .table01 td .txt03{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table02 ,
.single-competition #secondContents .leftContents .txtArea02 .table02 {
	border-top: 1px solid #333333;
	width: 96%;
	margin: 0 auto 50px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table02 th ,
.single-competition #secondContents .leftContents .txtArea02 .table02 th {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
	width: 200px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.single-gameresult #secondContents .leftContents .txtArea02 .table02 td ,
.single-competition #secondContents .leftContents .txtArea02 .table02 td {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box01,
.single-competition #secondContents .leftContents .txtArea02 .box01{
	width: 100%;
	padding: 0 14px;
	margin-bottom: 10px;
	font-size: 12px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box01 .left,
.single-competition #secondContents .leftContents .txtArea02 .box01 .left{
	float: left;
	width: 325px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box01 .left p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box01 .left p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box01 .right,
.single-competition #secondContents .leftContents .txtArea02 .box01 .right{
	float: right;
	width: 325px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box01 .right p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box01 .right p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
/**/
.single-gameresult #secondContents .leftContents .txtArea02 .box02,
.single-competition #secondContents .leftContents .txtArea02 .box02{
	width: 100%;
	font-size: 12px;
	padding: 0 14px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box02 .left,
.single-competition #secondContents .leftContents .txtArea02 .box02 .left{
	float: left;
	width: 200px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box02 .left p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box02 .left p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box02 .right,
.single-competition #secondContents .leftContents .txtArea02 .box02 .right{
	float: right;
	width: 410px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box02 .right p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box02 .right p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
/**/
.single-gameresult #secondContents .leftContents .txtArea02 .box03,
.single-competition #secondContents .leftContents .txtArea02 .box03{
	width: 100%;
	font-size: 12px;
	padding: 0 14px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box03 .left,
.single-competition #secondContents .leftContents .txtArea02 .box03 .left{
	float: left;
	width: 410px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box03 .left p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box03 .left p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box03 .right,
.single-competition #secondContents .leftContents .txtArea02 .box03 .right{
	float: right;
	width: 200px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box03 .right p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box03 .right p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
/**/
.single-gameresult #secondContents .leftContents .txtArea02 .box04,
.single-competition #secondContents .leftContents .txtArea02 .box04{
	width: 100%;
	font-size: 12px;
	padding: 0 14px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .left,
.single-competition #secondContents .leftContents .txtArea02 .box04 .left{
	float: left;
	width: 200px;
	margin-right: 40px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .left p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box04 .left p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .center,
.single-competition #secondContents .leftContents .txtArea02 .box04 .center{
	float: left;
	width: 200px;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .center p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box04 .center p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .right,
.single-competition #secondContents .leftContents .txtArea02 .box04 .right{
	float: right;
	width: 200px;

}
.single-gameresult #secondContents .leftContents .txtArea02 .box04 .right p:nth-child(2),
.single-competition #secondContents .leftContents .txtArea02 .box04 .right p:nth-child(2){
	text-align: center;
	margin: 10px 0;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box05,
.single-competition #secondContents .leftContents .txtArea02 .box05{
	width: 100%;
	font-size: 12px;
	padding: 0 14px;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 .box05 .center p,
.single-competition #secondContents .leftContents .txtArea02 .box05 .center p{
	text-align: center;
}
.single-gameresult #secondContents .leftContents .txtArea02 .postTxtArea01,
.single-competition #secondContents .leftContents .txtArea02 .postTxtArea01{
	padding: 0 14px;
	margin: 30px 0;
	box-sizing: border-box;
}
.single-gameresult #secondContents .leftContents .txtArea02 div img,
.single-competition #secondContents .leftContents .txtArea02 div img{
	width:100%;
	height:auto;
}
/****single-competitioninfo*************************************************************************/
.single-competitioninfo #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 {
	border-top: 1px solid #333333;
	width: 96%;
	margin: 0 auto 10px;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 th {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
	width: 200px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 td {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 .box01{
	width: 672px;
	margin: 0 auto;
}
.single-competitioninfo #secondContents .leftContents .txtArea02 .box01 img{
	width: 100%;
	height: auto;
}
/*page-message*********************************************************************************/
.page-message #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-message #secondContents .leftContents .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.page-message #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-message #secondContents .leftContents .txtArea02 .table01{
	width: 100%;
	border-top: 1px solid #333333;
	margin-bottom: 30px;
}
.page-message #secondContents .leftContents .txtArea02 .table01 th{
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 20px 30px;
	width: 250px;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: bold;
}
.page-message #secondContents .leftContents .txtArea02 .table01 th span{
	background: #83161a;
	color: #FFF;
	padding: 2px 8px;
	float: right;
	font-size: 12px;
}
.page-message #secondContents .leftContents .txtArea02 .table01 td{
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.page-message #secondContents .leftContents .txtArea02 .table01 td input{
	width: 100%;
}
.page-message #secondContents .leftContents .txtArea02 .table01 td textarea{
	width: 100%;
}
.page-message #secondContents .leftContents .txtArea02 .submitBtn{
	text-align: center;
	margin-bottom: 15px;
}
.page-message #secondContents .leftContents .txtArea02 .submitBtn input{
	text-align: center;
	background: #b57376;
	border: 1px solid #83161a;
	padding: 13px 45px;
	color: #FFF;
	font-size: 14px;
}
/*****.page-link************************************************************/
.page-link #secondContents .leftContents .txtArea02 {
	padding: 25px 25px;
	margin-bottom: 10px;
}
.page-link #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-link #secondContents .leftContents .txtArea02 .txt01{
	margin-bottom: 30px;
}
.page-link #secondContents .leftContents .txtArea02 .txt02{
	margin-bottom: 10px;
}
.page-link #secondContents .leftContents .txtArea02 h3{
	font-size: 16px;
	font-weight: bold;
	color: #83161a;
	margin-bottom:15px;
}
.page-link #secondContents .leftContents .txtArea02 .img01{
	margin-bottom: 20px;
}
/*page-policy***************************************************/
.page-policy #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-policy #secondContents .leftContents .txtArea02{
	padding: 25px 25px;
	margin-bottom: 10px;
}
.page-policy #secondContents .leftContents .txtArea02 .txt01 {
	margin-bottom: 30px;
}
.page-policy #secondContents .leftContents .txtArea02 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #83161a;
	margin-bottom: 8px;
	margin-top: 30px;
}
.page-policy #secondContents .leftContents .txtArea02 ul.list_num{
	margin: 15px 0;
}
.page-policy #secondContents .leftContents .txtArea02 ul.list_num li{
	text-indent: -2.7em;
	padding-left:2.7em;
}
.page-policy #secondContents .leftContents .txtArea02 ul.list{
	margin-bottom:15px;
}
.page-policy #secondContents .leftContents .txtArea02 ul.list li{
	text-indent: -1em;
	padding-left:1em;
}
.page-policy #secondContents .leftContents .txtArea02 p.mt{
	margin-top: 15px;
}
/*page-schedule*************************************************/
.page-schedule #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-schedule #secondContents .leftContents .txtArea02 {
	padding: 25px 25px;
	margin-bottom: 10px;
}
.page-schedule #secondContents .leftContents .txtArea02 .txt01{
	margin-bottom: 30px;
}
.page-schedule #secondContents .leftContents .txtArea02 .googleSchedule{
	text-align: center;
	margin-bottom: 30px;
	overflow:auto;
	white-space:nowrap;
	width:100%;
}
/*page-activities*********************************************************************************/
.page-activities #secondContents .leftContents .titleMain01,
.page-focus #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-activities #secondContents .leftContents .txtArea02,
.page-focus #secondContents .leftContents .txtArea02{
	padding: 10px;
}
.page-activities #secondContents .leftContents .txtArea02 h3 ,
.page-focus #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-activities #secondContents .leftContents .txtArea01,
.page-focus #secondContents .leftContents .txtArea01{
	margin: 20px;
	line-height: 25px;
}
.page-activities #secondContents .leftContents .upDate,
.page-focus #secondContents .leftContents .upDate{
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}
.page-activities #secondContents .leftContents .txt01,
.page-focus #secondContents .leftContents .txt01{
	margin-bottom: 20px;
}
.page-activities #secondContents .leftContents .txtArea01 .box01,
.page-focus #secondContents .leftContents .txtArea01 .box01{
	margin-bottom: 20px;
}
.page-activities #secondContents .leftContents .txtArea01 .box01 p:first-child,
.page-focus #secondContents .leftContents .txtArea01 .box01 p:first-child{
	float: left;
}
.page-activities #secondContents .leftContents .txtArea01 .box01 p:last-child,
.page-focus #secondContents .leftContents .txtArea01 .box01 p:last-child{
	float: right;
}
.page-activities #secondContents .leftContents .txtArea01 .img01,
.page-focus #secondContents .leftContents .txtArea01 .img01{
	margin-bottom: 20px;
	text-align: center;
}
.page-activities #secondContents .leftContents .txtArea01 .box02,
.page-focus #secondContents .leftContents .txtArea01 .box02{
	width: 320px;
	margin: 0 auto 20px;
}
.page-activities #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.page-focus #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child{
	float: left;
}
.page-activities #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.page-focus #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child{
	float: right;
}
.page-activities #secondContents .leftContents .txtArea01 .box02 .box02title02,
.page-focus #secondContents .leftContents .txtArea01 .box02 .box02title02{
	text-align: center;
	margin: 10px 0;
	background: url(./img/activities/icn01.gif) 90% 50% no-repeat;
}
/*single-activities*********************************************************************************/
.single-academy-topics #secondContents .leftContents .titleMain01,
.single-homegame-topics #secondContents .leftContents .titleMain01,
.single-activitielist #secondContents .leftContents .titleMain01,
.single-sdgs_news #secondContents .leftContents .titleMain01,
.single-event_info #secondContents .leftContents .titleMain01,
.single-focus #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-academy-topics #secondContents .leftContents .txtArea02,
.single-homegame-topics #secondContents .leftContents .txtArea02,
.single-activitielist #secondContents .leftContents .txtArea02,
.single-sdgs_news #secondContents .leftContents .txtArea02,
.single-event_info #secondContents .leftContents .txtArea02,
.single-focus #secondContents .leftContents .txtArea02{
	padding: 10px;
}
.single-academy-topics #secondContents .leftContents .txtArea02 h3,
.single-homegame-topics #secondContents .leftContents .txtArea02 h3,
.single-activitielist #secondContents .leftContents .txtArea02 h3,
.single-sdgs_news #secondContents .leftContents .txtArea02 h3,
.single-event_info #secondContents .leftContents .txtArea02 h3,
.single-focus #secondContents .leftContents .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.single-academy-topics #secondContents .leftContents .txtArea01,
.single-homegame-topics #secondContents .leftContents .txtArea01,
.single-activitielist #secondContents .leftContents .txtArea01,
.single-sdgs_news #secondContents .leftContents .txtArea01,
.single-event_info #secondContents .leftContents .txtArea01,
.single-focus #secondContents .leftContents .txtArea01{
	margin: 20px;
	line-height: 25px;
}
.single-academy-topics #secondContents .leftContents .upDate,
.single-homegame-topics #secondContents .leftContents .upDate,
.single-activitielist #secondContents .leftContents .upDate,
.single-sdgs_news #secondContents .leftContents .upDate,
.single-event_info #secondContents .leftContents .upDate,
.single-focus #secondContents .leftContents .upDate{
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}
.single-academy-topics #secondContents .leftContents .txt01,
.single-homegame-topics #secondContents .leftContents .txt01,
.single-activitielist #secondContents .leftContents .txt01,
.single-sdgs_news #secondContents .leftContents .txt01,
.single-event_info #secondContents .leftContents .txt01,
.single-focus #secondContents .leftContents .txt01{
	margin-bottom: 20px;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box01,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box01,
.single-activitielist #secondContents .leftContents .txtArea01 .box01,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box01,
.single-event_info #secondContents .leftContents .txtArea01 .box01,
.single-focus #secondContents .leftContents .txtArea01 .box01{
	margin-bottom: 20px;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box01 p:first-child,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box01 p:fist-child,
.single-activitielist #secondContents .leftContents .txtArea01 .box01 p:first-child,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box01 p:first-child,
.single-event_info #secondContents .leftContents .txtArea01 .box01 p:first-child,
.single-focus #secondContents .leftContents .txtArea01 .box01 p:first-child{
	float: left;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box01 p:last-child,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box01 p:last-child,
.single-activitielist #secondContents .leftContents .txtArea01 .box01 p:last-child,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box01 p:last-child,
.single-event_info #secondContents .leftContents .txtArea01 .box01 p:last-child,
.single-focus #secondContents .leftContents .txtArea01 .box01 p:last-child{
	float: right;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .img01,
.single-homegame-topics #secondContents .leftContents .txtArea01 .img01,
.single-activitielist #secondContents .leftContents .txtArea01 .img01,
.single-sdgs_news #secondContents .leftContents .txtArea01 .img01,
.single-event_info #secondContents .leftContents .txtArea01 .img01,
.single-focus #secondContents .leftContents .txtArea01 .img01{
	margin-bottom: 20px;
	text-align: center;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box02,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box02,
.single-activitielist #secondContents .leftContents .txtArea01 .box02,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box02,
.single-event_info #secondContents .leftContents .txtArea01 .box02,
.single-focus #secondContents .leftContents .txtArea01 .box02{
	width: 320px;
	margin: 0 auto 20px;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.single-activitielist #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.single-event_info #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child,
.single-focus #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:first-child{
	float: left;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.single-activitielist #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.single-event_info #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child,
.single-focus #secondContents .leftContents .txtArea01 .box02 .box02listArea ul:last-child{
	float: right;
}
.single-academy-topics #secondContents .leftContents .txtArea01 .box02 .box02title02,
.single-homegame-topics #secondContents .leftContents .txtArea01 .box02 .box02title02,
.single-activitielist #secondContents .leftContents .txtArea01 .box02 .box02title02,
.single-sdgs_news #secondContents .leftContents .txtArea01 .box02 .box02title02,
.single-event_info #secondContents .leftContents .txtArea01 .box02 .box02title02,
.single-focus #secondContents .leftContents .txtArea01 .box02 .box02title02{
	text-align: center;
	margin: 10px 0;
	background: url(./img/activities/icn01.gif) 90% 50% no-repeat;
}
.archive #secondContents .leftContents .txtArea01 ul.post_news_icon,
.single #secondContents .leftContents .txtArea01 ul.post_news_icon{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}
.archive #secondContents .leftContents .txtArea01 ul.post_news_icon li,
.single #secondContents .leftContents .txtArea01 ul.post_news_icon li {
	width: 11.2%;
}
.archive #secondContents .leftContents .txtArea01 ul.post_news_icon li img,
.single #secondContents .leftContents .txtArea01 ul.post_news_icon li img{
	width: 100%;
}
/*archive-event_info************************************************/
.archive div.event_news{
	background: white;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}
.archive div.event_news table th, 
.archive div.event_news table td {
	color: black;
	padding: 7px;
}

/*page-sitemap************************************************/
.page-sitemap #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-sitemap #secondContents .leftContents .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.page-sitemap #secondContents .leftContents .txtArea02 .table01 {
	width: 100%;
	border-top: 1px solid #333333;
	margin-bottom: 30px;
	margin-top: 15px;
}

.page-sitemap #secondContents .leftContents .txtArea02 .table01 th {
	border-bottom: 1px solid #333333;
	text-align: left;
	padding:13px 20px;
	width: 250px;
	box-sizing: border-box;
	vertical-align: middle;
}
.page-sitemap #secondContents .leftContents .txtArea02 .table01 th .txt01{
	display: table-cell;
	padding-right: 25px;
}
.page-sitemap #secondContents .leftContents .txtArea02 .table01 th .list01{
	display: table-cell;
}
.page-sitemap #secondContents .leftContents .txtArea02 .table01 th .list01 li:before{
	content: "-";
	padding:0 25px 0 0;
}
.page-sitemap #secondContents .leftContents .txtArea02 .list02{
	margin: 0 15px;
}

/*****.page-message************************************************************/
.page-message #secondContents .leftContents .txtArea02 {
	padding: 25px 25px;
	margin-bottom: 15px;
}
.page-message #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-message #secondContents .leftContents .txtArea02 .txt01{
	margin-bottom: 30px;
}
.page-message #secondContents .leftContents .txtArea02 .txt02{
	margin-bottom: 10px;
}
.page-message #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-message #secondContents .leftContents .txtArea02 .img01{
	margin-bottom: 20px;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon{
	overflow:hidden;
	width:328px;
	margin:0 auto;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li{
	float:left;
	width:149px;
	margin-right:30px;
	text-align:center;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li:last-child{
	margin-right:0;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li .image{
	margin-bottom:10px;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li .text{
	font-size:14px;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li a{
	transition:0.1s linear all;
	display:block;
}
.page-message #secondContents .leftContents .txtArea02 ul.icon li a:hover{
	opacity:0.8;
}

/*archive*********************************************************************************/
/*page-topics*************************************************/
.archive #secondContents .leftContents.topics .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.topics .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.archive #secondContents .leftContents.topics .txtArea02{
	padding: 10px;
}
.archive #secondContents .leftContents.topics .txtArea01{
	margin:25px;
	line-height:26px;
}
.archive #secondContents .leftContents.topics .upDate{
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}

/*page-result* gameresult********************************************************************************/

/*page-gallery* gallerylist********************************************************************************/
.archive #secondContents .leftContents.gallerylist .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.gallerylist .txtArea02 {
	padding: 10px;
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.gallerylist .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.archive #secondContents .leftContents.gallerylist .txtArea02 h3 span{
	font-size: 16px;
}
.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li{
	float: left;
	margin:0 10px 10px 0;
}
.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li:nth-child(6n){
	margin: 0 0 10px;
}
.archive #secondContents .leftContents.gallerylist .btn01{
	width: 100%;
	background: #83161a;
	text-align: center;
}
.archive #secondContents .leftContents.gallerylist .btn01 a{
	padding: 25px 0;
	display: block;
	color: #FFF;
}
.archive #secondContents .leftContents.gallerylist .btn01 a:hover{
	text-decoration: none;
}
/*page-activities*activitielist********************************************************************************/
.archive #secondContents .leftContents.activitielist .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.activitielist .txtArea02 {
	padding: 10px;
}
.archive #secondContents .leftContents.activitielist .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.archive #secondContents .leftContents.activitielist .txtArea01 {
	margin: 20px;
	line-height: 25px;
}
.archive #secondContents .leftContents.activitielist .upDate {
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}
.archive #secondContents .leftContents.activitielist .txt01{
	margin-bottom: 20px;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box01{
	margin-bottom: 20px;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:first-child{
	float: left;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:nth-child(2){
	float: right;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .img01{
	margin-bottom: 20px;
	text-align: center;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box02{
	width: 320px;
	margin: 0 auto 20px;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box02 .box02listArea ul:first-child{
	float: left;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box02 .box02listArea ul:nth-child(2){
	float: right;
}
.archive #secondContents .leftContents.activitielist .txtArea01 .box02 .box02title02{
	text-align: center;
	margin: 10px 0;
	background: url(./img/activities/icn01.gif) 90% 50% no-repeat;
}
/*archive*******************************************************************************/
.archive #secondContents .leftContents.gameresult{
	width: 700px;
}
.archive #secondContents .leftContents.gameresult .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.gameresult .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.gameresult .txtArea02 .title01{
	font-size: 18px;
	margin-bottom: 30px;
}
.archive #secondContents .leftContents.gameresult .table01{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.archive #secondContents .leftContents.gameresult .table01 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.archive #secondContents .leftContents.gameresult .table01 thead td:first-child{
	width: 230px;
}
.archive #secondContents .leftContents.gameresult .table01 thead td:nth-child(2){
	width: 400px;
}
.archive #secondContents .leftContents.gameresult .table01 thead td:last-child{
	border-right:none;
	width: 70px;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	font-size: 17px;
	padding: 20px 17px;
	vertical-align: middle;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td:first-child{
	text-align: center;
	background: #fff;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td:last-child{
	border-right:none;
	text-align: center;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td .box01{

}
.archive #secondContents .leftContents.gameresult .table01 tbody td .box01 .img01{
	float: left;
	width: 92px;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td .box01 .txtArea{
	float: left;
	width:339px;
}
.redpoint{
	color: #d91827;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td .box01 .img02{
	float: right;
	width: 92px;
}
.archive #secondContents .leftContents.gameresult .table01 tbody td a{
	text-decoration: underline;
	color: #000;
}
.archive #secondContents .seasonR{
	background: #FFF;
	padding: 20px 18px;
}
.archive #secondContents .seasonR span{
	color: #FF0004;
}
.archive #secondContents .seasonR .titleR01{
	font-size: 16px;
}
.archive #secondContents .seasonR .seasonBox01{
	font-size: 13px;
	margin:5px 7px 20px;
}
.archive #secondContents .seasonR .seasonBox02{
	font-size: 13px;
	margin:5px 7px 20px;
}
.archive #secondContents .seasonR .seasonBox03{
	font-size: 13px;
	margin:5px 7px 10px;
}
.archive #secondContents .leftContents.gameresult .table02{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.archive #secondContents .leftContents.gameresult .table02 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.archive #secondContents .leftContents.gameresult .table02 thead td:first-child{
	width: 120px;
}
.archive #secondContents .leftContents.gameresult .table02 thead td:nth-child(2){

}
.archive #secondContents .leftContents.gameresult .table02 thead td:last-child{
	border-right:none;
	width: 70px;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 10px;
	vertical-align: middle;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td:last-child{
	border-right:none;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td .box01{

}
.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .img01{
	float: left;
	width: 90px;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .img01 span.noimage{
	width:60px;
	height:60px;
	display:block;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .txtArea{
	float: left;
	width:305px;
}
.redpoint{
	color: #d91827;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .img02{
	float: right;
	width: 90px;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td a{
	text-decoration: underline;
	color: #000;
}
.archive #secondContents .leftContents.gameresult .table02 tbody td:last-child a{
	font-size: 14px;
}

/*archive*******************************************************************************/
.archive #secondContents .leftContents.competitioninfo{
	width: 700px;
}
.archive #secondContents .leftContents.competitioninfo .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 {
	padding: 30px;
	margin-bottom: 10px;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .title01{
	font-size: 18px;
	margin-bottom: 30px;
}
.archive #secondContents .leftContents.competitioninfo .table01{
	width: 100%;
	line-height: 26px;
	margin-bottom: 25px;
}
.archive #secondContents .leftContents.competitioninfo .table01 thead td{
	background: #53050b;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	border-right: 1px solid #FFF;
}
.archive #secondContents .leftContents.competitioninfo .table01 thead td:first-child{
	width: 230px;
}
.archive #secondContents .leftContents.competitioninfo .table01 thead td:nth-child(2){
	width: 400px;
}
.archive #secondContents .leftContents.competitioninfo .table01 thead td:last-child{
	border-right:none;
	width: 70px;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td{
	background: #fafafa;
	border-right: 1px solid #53050b;
	border-bottom: 1px solid #53050b;
	color: #000;
	font-size: 17px;
	padding: 20px 17px;
	vertical-align: middle;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td:first-child{
	text-align: center;
	background: #fff;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td:last-child{
	border-right:none;
	text-align: center;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td .box01{

}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td .box01 .img01{
	float: left;
	width: 92px;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td .box01 .txtArea{
	float: left;
	width:339px;
}
.redpoint{
	color: #d91827;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td .box01 .img02{
	float: right;
	width: 92px;
}
.archive #secondContents .leftContents.competitioninfo .table01 tbody td a{
	text-decoration: underline;
	color: #000;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .table02 {
	border-top: 1px solid #333333;
	width: 96%;
	margin: 0 auto 50px;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .table02 th {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
	width: 200px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .table02 td {
	border-bottom: 1px solid #333333;
	padding: 20px 30px;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .box01{
	width:100%;
}
.archive #secondContents .leftContents.competitioninfo .txtArea02 .box01 img{
	width:100%;
	height:auto;
}




/*single-post*************************************************/
.single-post #secondContents .leftContents .titleMain01{
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.single-post #secondContents .leftContents .txtArea02 h3{
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.single-post #secondContents .leftContents .txtArea02{
	padding: 10px;
}
.single-post #secondContents .leftContents .txtArea01{
	margin:25px;
	line-height:26px;
}
.single-post #secondContents .leftContents .upDate{
	margin: 0 0 20px;
	padding: 20px;
	text-align: right;
	background-color: #fdd4d4;
}
.navi .spNaviArea{
	display: none;
}
.navi p.naviBtn{
	display:none;
}

/* ↓20220630 追加 */
.home .wrapper .information{
	overflow:hidden;
	margin-top:0;
	margin-bottom: 40px;
}
.home .wrapper .information table{
	width:100%;
}
.home .wrapper .information table tr{
	width:100%;
}
.home .wrapper .information table tr th{
	width:25%;
	text-align:center;
	color:white;
	background:#a41a1a;
	letter-spacing:2px;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:middle;
	padding:20px 0;
}
.home .wrapper .information table tr td{
	padding:20px 30px;
	background:white;
	line-height:1.5em;
	vertical-align:middle;
}
.home .wrapper .information table tr td .bx-wrapper{
	width:80%;
	margin:0 !important;
	float:left;
}
.home .wrapper .information table tr td .informationslider {
	margin: 0;
}
.home .wrapper .information table tr td .informationslider li {
	text-align: left;
	color: #000;
}
.home .wrapper .information table tr td span{
	font-weight:bold;
	margin-right:20px;
}
/* ↑20220630 追加 */

/*****.page-fanclub************************************************************/
.page-preparation #secondContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 27px;
}
.page-fanclub #secondContents .leftContents .txtArea02 {
	padding: 25px 25px;
	margin-bottom: 15px;
}
.page-fanclub #secondContents .leftContents .titleMain01 {
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	padding: 20px 30px;
	background-color: #4b4b4b;
	border: solid 1px #000;
	background-image: -webkit-linear-gradient(bottom, #54050b, #150202);
	background-image: -moz-linear-gradient(bottom, #54050b, #150202);
	background-image: -o-linear-gradient(bottom, #54050b, #150202);
	background-image: -ms-linear-gradient(bottom, #54050b, #150202);
	background-image: linear-gradient(to top, #54050b, #150202);
	margin-bottom: 10px;
}
.page-fanclub #secondContents .leftContents .txtArea02 .txt01{
	margin-bottom: 30px;
}
.page-fanclub #secondContents .leftContents .txtArea02 .txt02{
	margin-bottom: 10px;
}
.page-fanclub #secondContents .leftContents .txtArea02 h3 {
	background: url(./img/team/title_bg01.jpg);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 22px;
	color: #FFF;
	margin-bottom: 20px;
}
.page-fanclub ul.fan_menu {
	text-align: center;
	display: flex;
	justify-content: center;
}
.page-fanclub ul.fan_menu li {
	margin: 0 25px;
	text-align: center;
	vertical-align: top;
	width: 140px;
}
.page-fanclub ul.fan_menu li a {
	transition: 0.1s linear all;
	display: block;
}
.page-fanclub ul.fan_menu li a img{
	margin-bottom:10px;
}
.page-faq #secondContents .leftContents .txtArea02 {
	padding: 25px 25px;
	margin-bottom: 10px;
}
.page-faq #secondContents .leftContents .txtArea02 p.question {
	font-size: 16px;
	font-weight: bold;
	color: #83161a;
	margin-bottom: 10px;
	border-bottom:1px solid;
}
.page-faq #secondContents .leftContents .txtArea02 div.answer {
	margin-bottom: 25px;
	padding:10px 15px;
	background:#f2f2f2;
	box-sizing:border-box;
}
.page-faq #secondContents .leftContents .txtArea02 div.answer p.ind{
	padding-left:1.2em;
	text-indent:-1.2em;
}
.page-faq #secondContents .leftContents .txtArea02  span {
	margin-right:7px;
	color: #83161a;
}
.page-faq #secondContents .leftContents .txtArea02  p {
	word-wrap: break-word;
}


/* homegame関連 *************************************************/
.single-homegame .wrapper .oneContents .pn,
.single-academy .wrapper .oneContents .pn {
	margin-bottom: 80px;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .thumb {
	margin-bottom: 25px;
	height: 125px;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .meta {
	padding: 0 10px;
	box-sizing: border-box;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .thumb img {
	height: inherit;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li p,
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li a {
	color: white;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li p.title {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .contents p {
	margin: 10px 0 20px;
	max-height: 5.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 1.75;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .btn {
	width: 100px;
	margin: 0 auto;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .btn a {
	display: block;
	padding: 6px 0 5px;
	box-sizing: border-box;
	background: #a41a1a;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list li .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider {
	--visible: 4;
	--gap: 24px;
	position: relative;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .viewport {
	overflow: hidden;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-list {
	display: flex;
	gap: var(--gap);
	list-style: none;
	margin: 0;
	padding: 0;
	will-change: transform;
	transition: transform .4s ease;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-item {
	flex: 0 0 calc((100% - (var(--gap) * (var(--visible) - 1))) / var(--visible));
	width: calc((100% - 72px) / 4);
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	inline-size: 35px;
	block-size: 35px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	z-index: 2;
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .arrow.prev { left: -12px; }
.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .arrow.next { right: -12px; }
.single-homegame .wrapper .oneContents .pn .homegame-topics-related.topics-slider .arrow:disabled {
	opacity: .4;
	cursor: default;
	pointer-events: none;
}
/* （任意）レスポンシブ：必要なら解除/調整してください */
/* @media (max-width: 1024px){ .topics-slider { --visible: 2; } }
@media (max-width: 600px){ .topics-slider { --visible: 1; } } */

.single-homegame .wrapper .oneContents .pn .wrap_flex {
	display: flex;
	gap: 2%;
	justify-content: center;
	flex-wrap: wrap;
}
.single-homegame .wrapper .oneContents .pn .wrap_flex .schedule_block {
	width: 49%;
	margin-bottom: 0;
}
.single-homegame .wrapper .oneContents .pn .wrap_flex .schedule_block:nth-child(1),
.single-homegame .wrapper .oneContents .pn .wrap_flex .schedule_block:nth-child(2) {
	margin-bottom: 50px;
}
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block h4 {
	background:#711313;
	color:white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align:center;
	padding:10px 0;
}
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block .schedule_feature table {
	width: 100%;
	margin-left: auto;
}
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block .schedule_feature table th,
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block .schedule_feature table td {
	padding: 7.5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid white;
}
.single-homegame .wrapper .oneContents .pn .schedule_wrap .schedule_block .schedule_feature table th {
	text-align: left;
	width: 110px;
	font-weight: 500;
	font-size: 13px;
}
.single-homegame .wrapper .oneContents .pn .game_wrap img {
	width: 100%;
}
.single-homegame .wrapper .oneContents .pn .game_wrap p.title,
.single-homegame .wrapper .oneContents .pn .mascot_wrap .mascot_block p.title,
.single-homegame .wrapper .oneContents .pn .mcdj_wrap .mcdj_block p.title,
.single-homegame .wrapper .oneContents .pn.access_ex p.title {
	text-align: center;
	background: #711313;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 500;
	margin:10px 0;
}
.single-homegame .wrapper .oneContents .pn .mascot_wrap .mascot_block p.title {
	text-align: left;
	padding: 10px 20px;
}
.single-homegame .wrapper #secondContents .oneContents .pn.access_ex h3 {
	margin-bottom: 0;
}
.single-homegame .wrapper .oneContents .pn.access_ex p.title {
	padding: 15px 0;
	font-size: 20px;
	margin-bottom: 30px;
}
.single-homegame .wrapper .oneContents .pn .access_wrap {
	margin-top: 30px;
}
.single-homegame .wrapper .oneContents .pn .mascot_wrap .mascot_block,
.single-homegame .wrapper .oneContents .pn .access_wrap .access_block,
.single-homegame .wrapper .oneContents .pn .access_wrap .access_feature {
	width: 49%;
}
.single-homegame .wrapper .oneContents .pn .mcdj_wrap .mcdj_block {
	width: calc(96% / 3);
}
.single-homegame .wrapper .oneContents .pn .access_wrap .access_block iframe {
	width: 100%;
	height: 300px;
}
.single-homegame .wrapper .oneContents .pn .access_wrap  .access_feature table tr {
	margin-bottom: 15px;
	display: block;
}
.single-homegame .wrapper .oneContents .pn .access_wrap  .access_feature table th,
.single-homegame .wrapper .oneContents .pn .access_wrap  .access_feature table td {
	padding: 5px 0;
	box-sizing: border-box;
	margin-bottom: 7.5px;
	line-height: 1.25;
}
.single-homegame .wrapper .oneContents .pn .access_wrap  .access_feature table th {
	background: white;
	width: 65px;
	margin-right: 20px;
	text-align: center;
	color: #191919;
	font-weight: 500;
}
.single-homegame .wrapper .oneContents .pn .access_wrap  .access_feature table td {
	padding: 7.5px 15px;
}

/* アカデミー *************************************************/
.center {
	text-align: center;
}
.size16 {
	font-size: 16px;
}
.size20 {
	font-size: 20px;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.single-academy #secondContents .oneContents .txtArea02 p.bgWhite {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards {
	display: flex;
	gap: 2%;
	justify-content: center;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card {
	width: calc(96% / 3);
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .name_term p.center {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid white;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .academy-staff-card__body .academy-staff-card__table p {
	margin-top: 15px;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .academy-staff-card__table th,
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .academy-staff-card__table td {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .academy-staff-card__table th {
	padding: 5px 0 0;
}
.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card .academy-staff-card__table td {
	padding: 0 7.5px 5px;
}
.single-academy #secondContents .oneContents .btn {
	width: 200px;
	margin-top: 20px;
}
.single-academy #secondContents .oneContents .btn a {
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	color: white;
	background: #a41a1a;
	text-align: center;
	font-weight: bold;
}
.single-academy #secondContents .oneContents .btn a:hover {
	text-decoration: none;
}
.single-academy #secondContents .oneContents .txtArea02 p.size20 {
	background: white;
	color: #191919;
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.single-academy #secondContents .oneContents .txtArea02 .mvv_block {
	margin-bottom: 20px;
}
.single-academy #secondContents .oneContents .txtArea02 .mvv_block p.size20 {
	margin-bottom: 10px;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school {
	display: flex;
	gap: 2%;
	align-items: flex-start;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .under,
.single-academy #secondContents .oneContents .txtArea02 .under_school .school{
	width: 49%;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school p.size20 {
	display: block;
	font-weight: bold;
	padding: 5px;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school p.size20.under,
.single-academy #secondContents .oneContents .txtArea02 .under_school .box-title {
	color: white;
	background: none;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school figure,
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards {
	margin-bottom: 30px;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school figure img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature {
	margin-bottom: 30px;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table {
	width: 100%;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table th,
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table td {
	text-align: left;
	box-sizing: border-box;
	padding: 7.5px 15px;
	border-bottom: 1px solid #191919;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table th {
	width: 100px;
	background: white;
	color: #191919;
	font-weight: bold;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table tr:last-child th {
	border-bottom: 1px solid #fff;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table td {
	border: 1px solid #fff;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .post-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .post-meta span.info {
	padding: 5px 10px;
	box-sizing: border-box;
	color: white;
	background: #a41a1a;
	font-size: 11px;
	font-weight: bold;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .title {
	padding-bottom: 10px;
	margin: 7.5px 0 10px;
	border-bottom: 1px solid white;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .title a {
	color: white;
	display: block;
	font-weight: 500;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .title a:hover {
	text-decoration: none;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card h6 {
	display: none;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card figure {
	margin-bottom: 0;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .scf-photo-gallery__slider {
	padding-bottom: 30px;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card figcaption {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}
.single-academy .swiper-button-next,
.single-academy .swiper-button-prev {
	color: #191919;
	background: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.single-academy .swiper-button-next:after,
.single-academy .swiper-button-prev:after {
	font-size: 16px;
	font-weight: bold;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature.btns {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin: 50px 0;
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature.btns .btn {
	margin-top: 0;
	width: calc((100% - 25px) / 2);
}
.single-academy #secondContents .oneContents .txtArea02 .under_school .feature.btns .btn.out a {
	background: #6d6d6d;
	pointer-events: none;
}

/* 20250925追加 */
.W-640 {
	display: none;
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex {
	display: flex;
	gap: 20px 5px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock {
	width: calc((100% - 5px) / 5 * 2);
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock:first-child {
	width: calc((100% - 5px) / 5 * 3);
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock:nth-child(3),
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock:nth-child(4) {
	width: calc((100% - 10px) / 5 * 2);
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock:last-child {
	width: calc((100% - 10px) / 5 * 1);
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock p {
	background: #00a0e9;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 5px;
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex ul {
	display: flex;
	gap: 5px;
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex ul li {
	flex: 1;
}
.page-sdgs .wrapper .oneContents .inner .sdgs_ex ul li img {
/* 	height: 244px; */
	object-fit: cover;
}



#contents .main_img.sp{
	display: none;
}
br.sp{display: none;}
br.pc{display: inline;}


@media screen and (max-width: 1024px) {
	.wrapper nav .navi .logo {
		width: 155px;
	}
	.wrapper .navi ul li.menu {
		width: 75px;
	}
}


@media screen and (max-width: 999px) {
	.wrapper {
		width: 100%;
	}
	#header {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		/* 		display: none; */
	}
	.navi p.naviBtn{
		display: block;
		text-align: right;
		padding: 2vw;
	}
	.navi p.naviBtn img{
		width: 9.375vw;
	}
	.navi ul{
		width: 100%;
		display: none;
	}
	#sliderWrapper {
		width: 100%;
		margin: 0 auto;
	}
	#contents .txtArea .movieArea {
		width: 100%;
		margin-bottom: 10px;
		height: auto;
		display:inline-block;
	}
	#contents .txtArea .movieArea div.scroll {
		overflow: auto;
		height: 450px;
	}
	.mainImg01 {
		height: auto;
	}
	.gameArea {
		width: 100%;
		margin: 15px auto;
		padding: 3vw 0 0;
		color: #fff;
		background: #000;
		float:none;
		overflow:hidden;
	}
	.gameArea .left{
		width: 100%;
		padding: 0 5% 5vw;
		margin: 0;
		text-align: center;
		float:none;
	}
	.gameArea .left .day ,
	.gameArea .left .venue{
		font-size: 2vw;
	}
	.gameArea .left .convention,
	.gameArea .left .vs{
		font-size: 3vw;
	}
	.gameArea .left .num {
		font-size: 5vw;
	}
	.gameArea .left .teamArea img{
		width: 100%;
	}
	.gameArea .left .teamArea .img01 ,
	.gameArea .left .teamArea .img02,
	.gameArea .right .teamArea .img01 ,
	.gameArea .right .teamArea .img02{
		width: 25%;
		float:left;
	}
	.gameArea .left .teamArea .img01 img,
	.gameArea .left .teamArea .img02 img,
	.gameArea .right .teamArea .img01 img,
	.gameArea .right .teamArea .img02 img{
		width: 120px;
	}
	.gameArea .left .teamArea div,
	.gameArea .right .teamArea div{
		width: 50%;
	}
	.gameArea .right .day,
	.gameArea .right .venue {
		font-size: 2vw;
	}
	.gameArea .right{
		width: 100%;
		margin: 30px 0 0 0;
		text-align: center;
		padding: 0 5% 5vw;
		box-sizing: border-box;
		float:none;
	}
	.gameArea .right .team {
		font-size: 3.6vw;
	}
	.gameArea .right .txtArea01 p img {
		width: 100px;
	}
	.gameArea .right .team{
		margin: 1vw 22vw 0 0;
		font-size: 3vw
	}
	.gameArea .right .scheduleBtn{
		padding-right: 50px;
	}
	#contents .txtArea .twitter_arenaArea{
		float:none;
		width:100%;
	}
	#contents {
		background: #FFF;
		color: #191919;
	}
	.home #contents {
		background: #000;
		color: #191919;
	}
	#footer .footerAdd {
		width: 100%;
		margin: 0 auto;
		padding: 2.08333333vw 2vw 2.08333333vw;
		box-sizing: border-box;
	}
	#contents .txtArea {
		width:100%;
		margin: 0 auto;
		padding:0;
		box-sizing: border-box;
	}
	#contents .txtArea.pc {
		display: none;
	}
	#contents .txtArea.sp,
	#contents .main_img.sp{
		display: block;
	}
	#contents .txtArea.index {
		width:100%;
		margin: 0 auto;
		padding: 10px 2vw;
		box-sizing: border-box;
	}
	#contents .txtArea .topicsArea {
		width: 100%;
		margin-top: 5px;
		padding: 2.5vw 0vw;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	#contents .txtArea .twitter_arenaArea .movieArea {
		width: 100%;
		padding: 2.5vw 0;
	}
	#contents .txtArea .twitter_arenaArea .movieArea ul{
		padding: 0 1.8vw;
	}
	#contents .txtArea .titleTop01 img{
		width: 100%;
	}
	#contents .txtArea .galleryArea {
		width: 100%;
		padding: 5vw 3vw;
		box-sizing: border-box;
	}
	#contents .txtArea .topList01 li {
		width: 26.5vw;
		background: url(./img/site_bg01.jpg) bottom center no-repeat #52a22a;
		padding: 4px;
		color: #FFF;
		min-height: 426px;
		box-sizing: border-box;
	}
	#contents .txtArea .galleryArea .gImg {
		width: 23%;
		margin-top: 2vw;
	}
	#contents .txtArea .galleryArea .gImg h2 img{
		width: 100%;
	}
	#contents .txtArea .topList01 li img{
		width: 100%;
	}
	#contents .txtArea .galleryArea .list {
		width: 73%;
	}
	#contents .txtArea .memberArea {
		width: 32%;
		height: 430px;
		padding: 2.5em 1.8vw;
		box-sizing: border-box;
		margin: 0;
	}
	#contents .txtArea .memberArea img{
		width: 90%;
	}
	#contents .txtArea .memberArea h2 a{
		padding: 15vw 0 0;
	}
	#footer {
		padding: 4.5vw 2vw 0;
	}
	#footer .footerBnr {
		width: 100%;
		margin: 0 auto 6vw;
	}
	#footer .footerBnr li {
		margin: 1%;
	}
	#footer .footerBnr li img{
		width:230px;
	}
	#footer .footerAdd .box01 {
		width: 100%;
	}
	#footer .footerAdd .box01 .left {
		float: none;
	}
	#footer .footerAdd .box01 #copyright {
		float: none;
		text-align: center;
	}
	/**second****max-width: 999px******************************/
	#secondContents {
		width: 100%;
		padding: 0 2vw;
		box-sizing: border-box;
	}
	.secondTitleH2 h2 {
		width: 100%;
		margin: 0 auto;
	}
	.secondTitleH2 h2 .en {
		font-size: 7.5vw;
		padding: 0 3.59375vw;
		line-height: 1.25;
	}
	.secondTitleH2 h2 .ja {
		font-size: 2.8125vw;
		padding-left: 2.34375vw;
	}
	.secondTitleH2.sp{
		/* 		display: block; */
		padding: 88px 0 0 0 ;
		background: none;
	}
	.secondTitleH2.sp img{
		width: 100%;
		border-top: 5px solid #cc1a27;
	}
	#breadcrumb {
		width: 100%;
		padding:15px 0 5px 2vw;
		box-sizing: border-box;
	}
	#secondContents .leftContents {
		width:100%;
	}
	#secondContents .rightContents {
		width:100%;
	}
	#secondContents .rightContents .sideList01 ul li {
		background: url(./img/gallery/side_icon01.png) no-repeat 3% 50% #FFF;
		padding: 5vw 2vw 5vw 8vw;
	}
	#secondContents .rightContents .sideList01 ul li:nth-child(2n) {
		background: url(./img/gallery/side_icon01.png) no-repeat 3% 50% #fdd4d4;
	}
	#secondContents .rightContents .sideBtn01 .title01 a {
		padding: 10vw 0;
	}
	#secondContents .rightContents .sideBtn01 .title01 a img{
		width: 19.375vw
	}
	#secondContents .rightContents .sideBtn01 .title02 a{
		padding: 10vw 0;
	}
	#secondContents .rightContents .sideBtn01 .title02 a img{
		width: 13.125vw;
	}
	/**activities****max-width: 999px******************************/
	.page-activities #secondContents .leftContents .txtArea02 {
		padding: 10px;
	}
	.page-activities #secondContents .leftContents .txtArea01 {
		margin: 2vw;
		line-height: 25px;
	}
	.page-activities #secondContents .leftContents .txtArea01 .box01 p:first-child {
		width: 49%;
	}
	.page-activities #secondContents .leftContents .txtArea01 .box01 p:first-child img{
		width: 100%;
	}
	.page-activities #secondContents .leftContents .txtArea01 .box01 p:last-child {
		width: 49%;
	}
	.page-activities #secondContents .leftContents .txtArea01 .box01 p:last-child img{
		width: 100%;
	}
	/**.archive #secondContents .leftContents.activitielist****max-width: 999px******************************/
	.archive #secondContents .leftContents.activitielist .txtArea02 {
		padding: 10px;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 {
		margin: 2vw;
		line-height: 25px;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:first-child {
		width: 49%;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:first-child img{
		width: 100%;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:nth-child(2) {
		width: 49%;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 .box01 p:nth-child(2) img{
		width: 100%;
	}
	/**gallery-detail****max-width: 999px******************************/
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li {
		float: left;
		width: 19%;

		margin: 0 1vw 1vw 0;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li img{
		width: 100%;
		height: auto;
	}
	/**gallery-***max-width: 999px******************************/
	.page-gallery #secondContents .leftContents .list01 li {
		padding: 2vw;
		margin-bottom: 1vw;
		width: 49%;
	}
	.page-gallery #secondContents .leftContents .list01 li img{
		width: 100%;
	}
	/**gallery-***max-width: 999px******************************/
	.page-game #secondContents .oneContents .table01 tbody td .box01 .img01 {
		width: 7vw;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 .img02 {
		width:7vw;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 .txtArea {
		width:23vw;
	}
	.page-game #secondContents .oneContents .table01 thead td:first-child {
		width: auto;
	}
	.page-game #secondContents .oneContents .table01 thead td:nth-child(2) {
		width: auto;
	}
	.page-game #secondContents .oneContents .table01 thead td:last-child {
		width: auto;
	}
	.page-game #secondContents .oneContents .table02 thead td:first-child{
		width: auto;
	}
	.page-game #secondContents .oneContents .table02 thead td:nth-child(2){
		width: auto;
	}
	.page-game #secondContents .oneContents .table02 thead td:last-child{
		width: 6vw;
	}
	/**member-detail-***max-width: 999px******************************/
	.single-memberlist #secondContents .leftContents .menberBox01 {
		margin: 0 2vw;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .img img{
		width:24vw;
		height: auto;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .table01 {
		width:59.5vw;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 {
		margin: 2vw;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li {
		margin: 0 1vw 1vw 0;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li img{
		width: 16vw;
	}
	/**page-member***max-width: 999px******************************/
	.page-member #secondContents .leftContents .list01 li {
		padding: 1vw;
		margin-bottom: 1vw;
		width: 49%;
	}
	/**page-staff***max-width: 999px******************************/
	.page-staff #secondContents .leftContents .list01 li {
		padding: 1vw;
		margin-bottom: 1vw;
		width: 49%;
	}
	.page-staff #secondContents .leftContents .list01 li .img{
		width: 15vw;
	}
	.page-staff #secondContents .leftContents .list01 div {
		width: 20vw;
	}
	/**page-team***max-width: 999px******************************/
	.page-team #secondContents .leftContents .txtArea01 .img{
		width: 35.5vw;
	}
	.page-team #secondContents .leftContents .txtArea01 .img img{
		width: 100%;
	}
	.page-team #secondContents .leftContents .txtArea01 .list01 {
		width: 49vw;
	}
	/**page-termofuse***max-width: 999px******************************/
	.page-termofuse #secondContents .leftContents .txtArea02 .list01 {
		margin: 0 2vw 2vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .list01 li {
		width: 42vw;
		padding: 2.5vw 2.9vw;
	}
	/**archivegameresult***max-width: 999px******************************/
	.archive #secondContents .leftContents.gameresult {
		width: 100%;
	}
	/**result***max-width: 999px******************************/
	.page-result #secondContents .leftContents {
		width: 100%;
	}
	#contents .main_img.sp img{
		width: 100%;
	}
	.navi .spNaviArea{
		display: block;
		display: flex;
		padding: 2vw 0;
	}
	.navi .spNaviArea h1{
		width: 70vw;
		margin-right: 2vw;
	}
	.navi .spNaviArea h1 img{
		width: 60%;
	}
	.navi .spNaviArea .icon{
		margin-left: 5vw;
		width: 8vw;
	}
	.navi .spNaviArea .icon img{
		width: 100%;
	}
	.navi p.naviBtn{
		width: 11vw;
	}
	.navi.list{
		position: fixed;
		background: #231816;
		z-index:100;
		top:0;
	}
	.navi ul li,
	.navi ul li.menu{
		width: 100%;
		border-bottom: 1px solid #FFF;
	}
	.navi ul li:first-child{
		border-top: 1px solid #FFF;
	}
	.navi ul li:last-child{
		border-bottom: none;
	}
	.navi ul li img{
		display: none;
	}
	.navi ul li a {
		display: block;
		padding: 3vw;
		color: #FFF;
		text-decoration: none;
	}
	.navi p.naviBtn{
		display: block;
		text-align: right;
		padding: 0;
	}
	.navi p.naviBtn img{
		width: 8vw;
	}
	.navi ul{
		display: none;
		padding-top: 0;
		position:fixed;
		background:#231816;
		z-index:99;
		top: 70px;
		left:0;
	}
	.navi .logo{
		display:none;
	}
	.navi ul li span {
		display: block;
	}
	.page-activities #secondContents .leftContents .txtArea02 img{
		max-width:100%;
		width:100%;
		height:auto;
	}
	#contents .txtArea .youtubeArea,
	#contents .txtArea .instaArea{
		width:100%;
	}
	.page-tickets div.gamelist div.team{
		display: inline-block;
		margin-top: 10px;
		clear: both;
	}
	.page-tickets div.gamelist {
		padding: 20px 18px;
	}
	.page-tickets div.gamelist div.team.long {
		padding-top: 0px;
	}
	.page-tickets p.cau {
		right: 10px;
	}
	.page-tickets div.gamelist div.now.bot a {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 812px) {
	.home h1.mainslider{
		margin-top:137px;
	}
	.page-activities #secondContents .leftContents .txtArea02 table{
		width:100%
	}
	.page-activities #secondContents .leftContents .txtArea02 img{
		max-width:100%;
		width:100%
	}
	.archive #lightbox #outerImageContainer,
	.single-gallerylist  #lightbox #outerImageContainer{
		width:100% !important;
		height:auto !important;
	}
	.archive #lightbox #outerImageContainer #lightboxImage,
	.single-gallerylist  #lightbox #outerImageContainer #lightboxImage{
		width:auto !important;
		height:auto !important;
		max-width:100%;
		max-height:768px
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li,
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li{
		width:15%;
		margin-right:2%;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li:nth-child(6n),
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li:nth-child(6n){
		margin-right:0;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li img,
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li img{
		width:100%;
		height:auto;
	}
	#imageDataContainer{
		width:100% !important;
	}
	.activitielist .txtArea01 table{
		width:100%;
	}
	#contents .txtArea ul.matchHeight{
		width:49%;
		margin-left:0;
	}
	#contents .txtArea ul.matchHeight:last-child{
		width: 94%;
		float: none;
		margin: 0 auto;
	}
	#contents .txtArea .activeArea,
	#contents .txtArea .messageArea,
	#contents .txtArea .kariyaArea{
		width:100%;
		height:auto;
	}
	#contents .txtArea .kariyaArea{
		float:none;
		margin-bottom:10px;
	}
	#contents .txtArea .instaArea{
		float:none;
	}
	#contents .twitter_arenaArea ul.arenaArea li{
		width: 95%;
		margin-left:auto;
		margin-right:auto;
	}
	/*sdgs*********************************************************************************/
	.page-sdgs section div.inner {
		width: 90%;
	}
	.page-sdgs section p.min {
		font-size: 28px;
	}
	.page-sdgs section ul.list li {
		font-size: 14px;
	}
	.page-sdgs #about ul.goal17 {
		gap: 35px;
	}
	.page-sdgs #approach ul.news li {
		width: 29%;
	}
	.page-sdgs #breadcrumb {
		margin: 10px auto -38px;
		padding: 10px 30px 10px;
	}
	.page-sdgs #goals .goal_txtimg .txt h3 {
		display: block;
	}
	.page-sdgs #goals .goal_txtimg .txt h3 span.titleimg {
		width: 80px;
		display: block;
		margin-bottom: 15px;
	}
	.page-sdgs section div.goal_txtimg img {
		object-fit: contain;
	}

	#contents .txtArea .galleryArea {
		width: 100%;
		padding: 17.5vw 3vw 5vw;
		box-sizing: border-box;
		float: none;
		display: flex;
	}
	.wrapper nav .navi {
		display: block;
	}
	.navi ul {
		top: 137px;
	}
	.wrapper .navi ul li.menu {
		width: 100%;
	}

	/* ホームゲーム */
	.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-item {
		width: calc((100% - 48px) / 3);
	}
	.single-homegame .wrapper .oneContents .pn .wrap_flex {
		flex-direction: column;
	}
	.single-homegame .wrapper .oneContents .pn .wrap_flex .schedule_block,
	.single-homegame .wrapper .oneContents .pn .mascot_wrap .mascot_block,
	.single-homegame .wrapper .oneContents .pn .access_wrap .access_block,
	.single-homegame .wrapper .oneContents .pn .access_wrap .access_feature,
	.single-homegame .wrapper .oneContents .pn .mcdj_wrap .mcdj_block {
		width: 100%;
	}
	.single-homegame .wrapper .oneContents .pn .access_wrap .access_block .map-embed {
		height: 350px !important;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school {
		flex-direction: column;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .under,
	.single-academy #secondContents .oneContents .txtArea02 .under_school .school {
		width: 100%;
	}
	
	/*20250925 */
	.page-sdgs .wrapper .oneContents .inner .sdgs_ex {
		flex-direction: column;
		gap: 20px;
	}
	.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock {
		width: 100% !important;
	}
	.page-sdgs .wrapper .oneContents .inner .sdgs_ex .sdgs_exBlock p {
		font-size: 14px;
	}
	.page-sdgs .wrapper .oneContents .inner .sdgs_ex ul li {
		width: calc((100% - 10px) / 3);
		flex: unset;
    }
}
@media screen and (max-width: 640px) {
	br.sp{display: inline;}
	br.pc{display: none;}
	div.movie video {
		margin-top: 44px;
	}
	.fix_bnr {
		bottom: 10px;
	}
	.home h1.mainslider{
		margin-top: 77px;
	}
	body {
		font-size: 3.5vw;
	}
	img{
		height: auto;
	}
	#contents{
	}
	/* 	#header{
	display: none;
}
	#header {	
} */
	#header .logoArea {
		width: 100%;
		text-align: center;
	}
	#header .telArea {
		width: 56%;
	}
	#header .logoArea h1 {
		display: none;
		font-size: 9px;
	}
	#header .logoArea h2{
		width: 100%;
		margin-bottom: 2vw;
	}
	#header h1 img{
		width: 45.78125vw;
	}
	#header p.icon {
		margin: -7vw 0 0;
	}
	#header p.icon img{
		width: 7.75vw;
	}
	/*navi**********************************************/
	.gameArea .left {
		width: 100%;
	}
	.gameArea .right {
		width: 100%;
		margin: 10px 0;
	}
	.gameArea .right .team {
		font-size: 4.6vw;
	}
	.gameArea .right .scheduleBtn {
		padding: 20px 30px 0 0;
	}
	#contents .txtArea .topicsArea {
		width: 100%;
		float: none;
	}
	#contents .txtArea .movieArea h2 {
		margin:4vw 0;
	}
	#contents .txtArea .topicsArea .txtList .day {
		padding-right: 0;
		display: block;
	}
	#contents .txtArea .topicsArea .txtList .txt {
		display: block;
	}
	#contents .txtArea .topicsArea .txtList{
		padding:0.5vw 3vw;
		margin-bottom: 2vw;
		box-sizing: border-box;
	}
	#contents .txtArea .movieArea {
		width: 100%;
		margin-bottom: 10px;
		height: auto;
		display:inline-block;
	}
	#contents .txtArea {
		width:100%;
		margin: 0 auto;
		padding:2vw;
		box-sizing: border-box;
	}
	#contents .txtArea .galleryArea {
		width:100%;
		height: 360px;
	}
	#contents .txtArea .memberArea {
		width:100%;
	}
	#contents .txtArea .galleryArea .gImg {
		float: none;
		width: 100%;
		margin-top: 1vw;
	}
	#contents .txtArea .galleryArea .gImg h2 img{
		width: 25vw;
	}
	#contents .txtArea .galleryArea .moreBtn {
		margin-top: 2vw;
	}
	#contents .txtArea .galleryArea .list {
		width:100%;
	}
	#footer .footerBnr li {
		float: left;
		width: 48%;
		margin-bottom: 1vw;
	}
	#footer .footerBnr li img{
		width: 100%;
	}
	#footer .footerBnr li {
		margin: 10px 1% 0;
	}
	#footer .footerBnr li:last-child {
		margin-right: 10px 0px 0px;
	}
	#footer .footerBnr li.partner a{
		max-width: 320px;
		margin: 0px auto;
	}
	#footer .footerBnr li img {
		width: 100%;
	}
	#footer .footerBnr {
		margin: 0 auto 3vw;
	}
	.gameArea h3 {
		margin: 3vw 0;
	}
	.gameArea h3 img{
		width: 36.875vw;
	}
	.gameArea .left .day {
		font-size: 3.5vw;
	}
	.gameArea .left .convention {
		font-size: 4vw;
	}
	.gameArea .left .venue {
		font-size: 4vw;
		margin-bottom: 1.5vw;
	}
	.gameArea .left .vs {
		font-size: 3.5vw;
	}
	.gameArea .left .vs span {
		font-size: 4vw;
	}
	.gameArea .left .num {
		font-size: 10vw;
	}
	.gameArea .right .day {
		font-size: 3.5vw;
	}
	.gameArea .right .venue {
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	.gameArea .right .vs {
		font-size: 3.5vw;
	}
	.gameArea .right .txtArea01 .img01 img{
		width:70px;
	}
	#contents .txtArea .galleryArea .moreBtn {
		margin-top:4vw;
	}
	#footer .footerAdd .box01 .left ul li {
		float: none;
		margin-right: 25px;
	}
	#contents .txtArea .memberArea {
		width: 100%;
		height: 100px;
		margin: 0 0 20px 0;
		padding: 2.5em 1.8vw;
		box-sizing: border-box;
	}
	#contents .txtArea .memberArea img{
		width: 40%;
	}
	#contents .txtArea .memberArea h2 a{
		padding-top: 2vw;
	}
	#contents .txtArea .recruitTopList {
		margin-bottom: 0;
		margin-left: 0;
	}

	#contents .txtArea .recruitTopList li {
		width:49%;
		padding: 1vw;
		float: left;
		margin-right: 0;
		margin-bottom: 2vw;
		box-sizing: border-box;
	}
	#contents .txtArea .recruitTopList li:nth-child(2n){
		float: right;
	}
	#contents .txtArea .recruitTopBtn01 {
		width: 100%;
		margin-bottom: 10vw;
	}
	#contents .txtArea .newsTopList {
		padding:0;
		margin-bottom: 3vw;
	}
	#contents .txtArea .newsTopList li .day {
		margin-right: 0;
		display:block;
		width: 100%;
	}
	#contents .txtArea .newsTopList li .icon {
		display: block;
		padding:0.5vw 0;
		width: 100%;
	}
	#contents .txtArea .newsTopList li .icon02{
		display: block;
		padding:0.5vw 0;
		width: 100%;
	}
	#contents .txtArea .newsTopList li .txt {
		display:block;
		padding-left: 0;
	}
	#contents .txtArea .newsTopBtn {
		width: 100%;
		margin: 0 auto;
	}
	#contents .txtArea .newsTopBtn li {
		float: none;
		width: 100%;
		margin-bottom: 2vw;
	}
	#contents .txtArea .newsBtnArea {
		padding-bottom: 6.25vw;
		border-bottom: 2px solid #c8e485;
	}
	#footer .footerNavi{
		background: #52a22a;
	}
	#footer .footerNavi ul {
		width: 100%;
		background: #52a22a;
		margin: 0 auto;
		padding:0;
	}
	#footer .footerNavi ul li{
		width: 50%;
		border-right:none;
		padding:5vw 0;
	}
	#footer .footerAdd .left {
		float: none;
	}
	#footer .footerAdd .right {
		float: none;
		margin-top: 0;
		text-align: center;
		margin: 3vw 0;
	}
	#copyright {
		font-size: 3vw;
		padding: 4vw 0;
	}
	#pageTop {
		right: 10px;
		bottom: 80px;
	}
	/*********/
	#breadcrumb {
		margin: 0 auto;
		padding: 1vw 0 0;
		font-size: 3vw;
		margin-bottom: 3.125vw;
	}
	#contents .txtArea .secondTxtArea .secondH2Title {
		font-size: 6vw;
		padding: 2.34375vw 0;
		margin-bottom: 6.25vw;
	}
	/**activities****max-width: 640px******************************/
	.wrapper header {
		margin-top: 77px;
	}
	.secondTitleH2 img {
		height: auto;
	}
	.secondTitleH2 {
		/* 		padding: 7vw 0; */
		margin-top: 77px;
	}
	.secondTitleH2 h2 {
		width: 100%;
		margin: 0 auto;
		line-height: 6.40625vw;
	}
	.secondTitleH2 h2 .en {
		font-size: 7.5vw;
		padding: 0 3.59375vw;
	}
	.secondTitleH2 h2 .ja {
		font-size: 2.8125vw;
		padding-left: 2.34375vw;
	}
	#secondContents .rightContents{
		margin-top: 3vw;
	}
	#secondContents .rightContents .sideList01 ul li {
		background-size: 1.09375vw;
	}
	#secondContents .rightContents .sideList01 ul li:nth-child(2n) {
		background-size: 1.09375vw;
	}
	#secondContents .rightContents .sideBtn01 {
		display: block;
		float: left;
		width: 49%;
	}
	#secondContents .rightContents .sideBtn01:last-child{
		float: right;
	}
	#secondContents .rightContents .sideBtn01 .title02 a {
		padding: 7.91vw 0;
	}
	#breadcrumb {
		width: 100%;
	}
	#secondContents {
		width: 100%;
	}
	.page #secondContents .titlecommon {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	/****************************/
	.page-activities #secondContents .leftContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-activities #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
	}
	.page-activities #secondContents .leftContents .txtArea02 h3 {
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-activities #secondContents .leftContents .txtArea01 {
		line-height: 7vw;
		margin: 0;
	}
	.page-activities #secondContents .leftContents .txtArea01 .box02 {
		width: 100%;
		margin: 0 auto 2vw;
	}
	.page-activities #secondContents .leftContents .upDate{
		margin: 0 0 2vw;
		padding: 2vw;
	}
	.single-event_info #secondContents .leftContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-event_info #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
	}
	.single-event_info #secondContents .leftContents .txtArea02 h3 {
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.single-event_info #secondContents .leftContents .txtArea01 {
		line-height: 7vw;
		margin: 0;
	}
	.single-event_info #secondContents .leftContents .txtArea01 .box02 {
		width: 100%;
		margin: 0 auto 2vw;
	}
	.single-event_info #secondContents .leftContents .upDate{
		margin: 0 0 2vw;
		padding: 2vw;
	}
	/****************************/
	.archive #secondContents .leftContents.activitielist .titleMain01 {
		font-size: 20px;
	}
	.archive #secondContents .leftContents.activitielist .txtArea02 {
		padding: 2.5vw;
	}
	.single-activitielist #secondContents .leftContents .txtArea01,
	.single-sdgs_news #secondContents .leftContents .txtArea01,
	.single-event_info #secondContents .leftContents .txtArea01,
	.single-focus #secondContents .leftContents .txtArea01 {
		margin:0;
	}
	.page-activities #secondContents .leftContents .txtArea01,
	.page-focus #secondContents .leftContents .txtArea01 {
		margin:0;
	}
	.archive #secondContents .leftContents.activitielist .txtArea02 h3{
		font-size: 17px;
		margin-bottom: 13px;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01{
		line-height: 7vw;
		margin: 0;
	}
	.archive #secondContents .leftContents.activitielist .txtArea01 .box02 {
		width: 100%;
		margin: 0 auto 2vw;
	}
	.page-activities #secondContents .leftContents.activitielist .upDate{
		margin: 0 0 2vw;
		padding: 2vw;
	}

	/****************************/
	.page-topics #secondContents .leftContents .txtArea02 ,
	.page-topicslist #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
	}
	/****************************/
	.archive #secondContents .leftContents.topics .txtArea02 {
		padding: 2.5vw;
	}
	.archive #secondContents .leftContents.topics .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.topics .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.archive #secondContents .leftContents.topics .txtArea01{
		line-height: 7vw;
		margin: 0;
	}
	.archive #secondContents .leftContents.topics .upDate {
		margin: 0 0 2vw;
		padding: 2vw;
	}
	/****************************/
	.single-post #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
	}
	.single-post #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-post #secondContents .leftContents  .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.single-post #secondContents .leftContents  .txtArea01{
		line-height: 7vw;
		margin: 0;
	}
	.single-post #secondContents .leftContents .upDate {
		margin: 0 0 2vw;
		padding: 2vw;
	}
	/*********/
	.page-contact #secondContents .leftContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-contact #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.page-contact #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01{
		border-top:none;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01 th {
		padding: 1vw 0;
		border-bottom: none;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01 td {
		padding:0 0 3vw;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01 td input {
		width: 100%;
		box-sizing: border-box;
		height: 10vw;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01 th span {
		padding:0.5vw;
		font-size: 3vw;
		float: none;
		margin-left: 3vw;
	}
	.page-contact #secondContents .leftContents .txtArea02 .submitBtn input {
		padding: 5vw 2vw;
		font-size:3.5vw;
		width: 100%;
	}
	/****************************/
	.single-gallerylist #secondContents .leftContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 h3 span {
		font-size: 3.5vw;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li {
		width: 49%;
		margin: 0 0 1vw;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li:nth-child(2n){
		float: right;
	}
	.single-gallerylist #secondContents .leftContents .txtArea02 .list01 li:nth-child(3n){
		clear: both;
	}
	/****************************/
	.archive #secondContents .leftContents.gallerylist .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 h3 span {
		font-size: 3.5vw;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li {
		width: 49%;
		margin: 0 0 1vw;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li img{
		width: 100%;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li:nth-child(2n){
		float: right;
	}
	.archive #secondContents .leftContents.gallerylist .txtArea02 .list01 li:nth-child(3n){
		clear: both;
	}
	/****************************/
	.page-gallery #secondContents .leftContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-gallery #secondContents .leftContents .txtArea02 {
		padding: 1vw;
		margin-bottom: 2vw;
	}
	.page-gallery #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	/****************************/
	.page-game #secondContents .oneContents .titleMain01 {
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-game #secondContents .oneContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-game #secondContents .oneContents .txtArea02 {
		padding: 1vw;
		margin-bottom: 2vw;
	}
	.page-game #secondContents .oneContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-game #secondContents .oneContents .title01 {
		font-size: 3.5vw;
		margin: 0 3vw 1vw;
	}
	.page-game #secondContents .oneContents .table01 thead td{
		display: block;
		width: 100%;
		border-right:none;
		font-size:4vw;
		padding: 2vw 0;
	}
	.page-game #secondContents .oneContents .table01 thead td:first-child{
		width: 100%;
	}
	.page-game #secondContents .oneContents .table01 thead td:nth-child(2){
		width: 100%;
	}

	.page-game #secondContents .oneContents .table01 thead td:last-child{
		width: 100%;
		border-bottom: 1px solid #53050b;
	}
	.page-game #secondContents .oneContents .table01 tbody td {
		border-right: none;
		border-bottom: 1px solid #53050b;
		font-size: 4vw;
		padding: 2vw 0;
		display: block;
		width: 100%;
	}
	.page-game #secondContents .oneContents .table01 tbody td:last-child{
		border-bottom:15px solid #53050b;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 .img01 {
		float: none;
		width: 100%;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 .txtArea {
		float: none;
		width: 100%;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 .img02 {
		float: none;
		width: 100%;
	}
	.page-game #secondContents .oneContents .table02 thead td {
		display: block;
		width: 100%;
		border-right: none;
		font-size: 4vw;
		padding: 2vw 0;
	}
	.page-game #secondContents .oneContents .table02 thead td:first-child{
		width: 100%;
	}
	.page-game #secondContents .oneContents .table02 thead td:nth-child(2){
		width: 100%;
	}

	.page-game #secondContents .oneContents .table02 thead td:last-child{
		width: 100%;
		border-bottom: 1px solid #53050b;
	}
	.page-game #secondContents .oneContents .table02 tbody td {
		border-right: none;
		border-bottom: 1px solid #53050b;
		font-size: 4vw;
		padding: 2vw 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	.page-game #secondContents .oneContents .table02 tbody td:last-child{
		border-bottom:15px solid #53050b;
	}
	.page-game #secondContents .oneContents .table01 tbody td .box01 div.ticketbtn a {
		width: 50%;
		margin: 15px auto 9px;
	}
	/***********************/

	/****************************/


	/****************************/
	.page-link #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-link #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.page-link #secondContents .leftContents .txtArea02 .txt01 {
		margin-bottom: 3vw;
	}
	.page-link #secondContents .leftContents .txtArea02 h3 {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	/****************************/
	.single-memberlist #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-memberlist #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 h3 {


		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .img {
		float: none;
		width: 100%;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .img img {
		width: 250px;
		max-width:100%;
		margin: 20px auto 10px;
		display: block;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .table01 {
		width: 100%;
		margin: 2vw 0;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 {
		margin: 0;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table01 tr{
		border-bottom: 1px solid #333333;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table01 th {
		padding: 2vw 0 0;
		display: block;
		width: 100%;
		border-bottom: none;
		box-sizing: border-box;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table01 td {
		border-bottom: none;
		padding: 0 0 2vw;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.single-memberlist #secondContents .leftContents .menberBox01 .table02 {
		width: 100%;
		margin: 2vw 0;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table02 tr{
		border-bottom: 1px solid #333333;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table02 th {
		padding: 2vw 0 0;
		display: block;
		width: 100%;
		border-bottom: none;
		box-sizing: border-box;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .table02 td {
		border-bottom: none;
		padding: 0 0 2vw;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .title01 {
		font-size: 3.5vw;
		margin: 0 0 2vw;
	}
	.single-memberlist #secondContents .leftContents .table02 {
		width: 100%;
		margin: 0 auto 3vw;
		border-top: 1px solid #333333;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 {
		margin: 2vw 0;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li{
		width:49%;
		margin: 0 0 1vw;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li:nth-child(2n){
		float: right;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li:nth-child(2n+1){
		clear: both;
	}
	.single-memberlist #secondContents .leftContents .txtArea02 .list02 li img{
		width: 100%;
	}
	/****************************/
	.page-member #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-member #secondContents .leftContents .txtArea02{
		padding: 1vw;
		margin-bottom: 2vw;
	}
	.page-member #secondContents .leftContents .txtArea02 h3 {
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-member #secondContents .leftContents .list01 h3 {
		font-size: 3.5vw;
		padding: 1vw 2vw;
		color: #FFF;
		margin-bottom: 1vw;
	}
	.page-member #secondContents .leftContents .list01 li{
		padding:2vw;
	}
	.page-member #secondContents .leftContents .list01 li .img {
		float: none;
		margin-bottom: 1vw;
		width: 100%;
	}
	.page-member #secondContents .leftContents .list01 li .img img{
		width: 100%;
	}
	.page-member #secondContents .leftContents .list01 li div .right {
		width: 100%;
		float: none;
	}
	.page-member #secondContents .leftContents .list01 .more {
		font-size: 3.5vw;
		margin:0 0 1vw 0;
		float: none;
		width: 100%;
		text-align: center;
	}
	.page-member #secondContents .leftContents .list01 .more span a {
		padding:0;
	}
	.page-member #secondContents .leftContents .list01 li .txt01 br{
		display: block;
	}
	/****************************/
	.page-message #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-message #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.page-message #secondContents .leftContents .txtArea02 .table01{
		border-top:none;
	}
	.page-message #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-message #secondContents .leftContents .txtArea02 .table01 th {
		padding: 1vw 0;
		border-bottom: none;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.page-message #secondContents .leftContents .txtArea02 .table01 td{
		padding:0 0 3vw;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.page-message #secondContents .leftContents .txtArea02 .table01 td input {
		width: 100%;
		box-sizing: border-box;
		height: 10vw;
	}
	.page-message #secondContents .leftContents .txtArea02 th span {
		padding:0.5vw;
		font-size: 3vw;
		float: none;
		margin-left: 3vw;
	}
	.page-message #secondContents .leftContents .txtArea02 .submitBtn input {
		padding: 5vw 2vw;
		font-size:3.5vw;
		width: 100%;
	}
	/****************************/
	.page-sitemap #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-sitemap #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.page-sitemap #secondContents .leftContents .txtArea02 .table01{
		border-top:none;
	}
	.page-sitemap #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 0;
		margin-bottom: 1vw;
	}
	.page-sitemap #secondContents .leftContents .txtArea02 .table01 th {
		padding: 2vw 0;
		width: 100%;
		display: block;
		border-bottom: none;
		box-sizing: border-box;
	}
	.page-sitemap #secondContents .leftContents .txtArea02 .table01 td{
		padding: 0 0 1vw;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	/****************************/
	.page-staff #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-staff #secondContents .leftContents .list01 li{
		width:49%;
		padding: 2vw;
	}
	.page-staff #secondContents .leftContents .list01 li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 2vw;
	}
	.page-staff #secondContents .leftContents .list01 li .img img{
		width: 100%;
	}
	.page-staff #secondContents .leftContents .list01 div {
		width: 100%;
	}
	.page-staff #secondContents .leftContents .list01 h3{
		font-size: 3.5vw;
		padding:1vw 2vw;
		margin-bottom: 1vw;
	}
	.page-staff #secondContents .leftContents .list01 div p {
		margin: 0;
	}
	/****************************/
	.page-team #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-team #secondContents .leftContents .txtArea01{
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	.page-team #secondContents .leftContents .txtArea01 .img {
		width: 100%;
	}
	.page-team #secondContents .leftContents .txtArea01 .list01 {
		width: 100%;
	}
	.page-team #secondContents .leftContents .txtArea01 .list01 h3 {
		background-size: 5vw;
		padding: 3vw 0 3vw 16vw;
		font-size: 5vw;
		font-weight: bold;
		color: #FFF;
	}
	.page-team #secondContents .leftContents .txtArea01 .list01 li {
		margin-bottom: 2vw;
	}
	.page-team #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
	}
	.page-team #secondContents .leftContents .txtArea02 .table01{
		border-top:none;
	}
	.page-team #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		/*margin-bottom: 1vw;*/
	}
	.page-team #secondContents .leftContents .txtArea02 .table01 th {
		padding:2vw 0 0;
		width: 100%;
		display: block;
		border-bottom: none;
		box-sizing: border-box;
	}
	.page-team #secondContents .leftContents .txtArea02 .table01 td{
		padding:2vw 0 2vw;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.page-team #secondContents .leftContents .txtArea02 .img {
		float: none;
		width: 100%;
	}
	.page-team #secondContents .leftContents .txtArea02 .txt {
		float: none;
		width: 100%;
		margin: 1.25vw 0 0;
	}
	.page-team #secondContents .leftContents .txtArea02 .txt br{
		display: none;
	}

	/****************************/
	.page-termofuse #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea01{
		padding: 1vw;
		margin-bottom: 2vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .title01 {
		font-size: 3.5vw;
		font-weight: bold;
		color: #83161a;
		margin: 0 0 1vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .list01 {
		margin:0;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .txt01 {
		margin: 0 0 1vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .list01 li {
		width: 100%;
		margin: 0 0 3vw;
	}
	.page-termofuse #secondContents .leftContents .txtArea02 .system {
		padding: 2vw;
		margin:0 0 3vw;
		box-sizing: border-box;
	}
	/****************************/
	.page-topics #secondContents .leftContents .titleMain01,
	.page-topicslist #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;

		margin-bottom: 1vw;
	}
	.page-topics #secondContents .leftContents .txtArea01,
	.page-topicslist #secondContents .leftContents .txtArea01{
		padding: 1vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.page-topics #secondContents .leftContents .txtArea01 ,
	.page-topicslist #secondContents .leftContents .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.page-topics #secondContents .leftContents .txtArea02 h3,
	.page-topicslist #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.page-topics #secondContents .leftContents .upDate ,
	.page-topicslist #secondContents .leftContents .upDate {
		margin: 0 0 2vw;
		padding: 2vw;
	}
	/****************************/
	.page-policy #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-policy #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.page-policy #secondContents .leftContents .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.page-policy #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding:0;
		margin-bottom: 1vw;
	}
	.page-policy #secondContents .leftContents .txtArea02 .txt01 {
		margin-bottom: 3vw;
	}
	/****************************/
	.page-result #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-result #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.page-result #secondContents .leftContents .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.page-result #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.page-result #secondContents .leftContents .txtArea02 .title01 {
		font-size: 3.5vw;
		margin-bottom: 3vw;
		padding: 0;
	}
	.page-result #secondContents .leftContents .txtArea02 .table01 td:first-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.page-result #secondContents .leftContents .txtArea02 .table01 td:last-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.page-result #secondContents .leftContents .txtArea02 .table01 {
		width: 100%;
	}
	.page-result #secondContents .leftContents .txtArea02 .table01 td{
		display: block;
		width: 100%;
		padding: 2vw 0;
	}
	.page-result #secondContents .leftContents .txtArea02 .table01 td:first-child{
		display: block;
		width: 100%;
	}
	.page-result #secondContents .leftContents .txtArea02 .table02 th{
		padding: 2vw 2vw;
		width: 17vw;
		text-align: left;
	}
	.page-result #secondContents .leftContents .txtArea02 .table02 td{
		padding: 2vw 2vw;
	}
	.page-result #secondContents .leftContents .table01 thead td:first-child {
		width: auto;
	}
	.page-result #secondContents .leftContents .table01 thead td{
		font-size: 3.5vw;
		padding: 3.125vw 0;
	}
	.page-result #secondContents .leftContents .table01 tbody td {
		font-size: 3.5vw;
		padding: 2vw 1vw;
	}
	.page-result #secondContents .leftContents .table02 thead td:first-child {
		width: auto;
	}
	.page-result #secondContents .leftContents .table02 thead td{
		font-size: 3.5vw;
		padding: 3.125vw 0;
	}
	.page-result #secondContents .leftContents .table02 tbody td {
		font-size: 3.5vw;
		padding: 2vw 1vw;
	}
	.page-result #secondContents .leftContents .table02 tbody td .box01 .img01 {
		float: none;
		width: 100%;
	}
	.page-result #secondContents .leftContents .table02 tbody td .box01 .txtArea {
		float: none;
		width: 100%;
	}
	.page-result #secondContents .leftContents .table02 tbody td .box01 .img02 {
		float: none;
		width: 100%;
	}
	.page-result #secondContents .leftContents .table02 thead td:last-child {
		width: auto;
	}
	/****************************/

	.archive #secondContents .leftContents.gameresult .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.archive #secondContents .leftContents.gameresult .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .title01 {
		font-size: 3.5vw;
		margin-bottom: 3vw;
		padding: 0;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table01 td:first-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table01 td:last-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table01 {
		width: 100%;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table01 td{
		display: block;
		width: 100%;
		padding: 2vw 0;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table01 td:first-child{
		display: block;
		width: 100%;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table02 th{
		padding: 2vw 2vw;
		width: 17vw;
		text-align: left;
	}
	.archive #secondContents .leftContents.gameresult .txtArea02 .table02 td{
		padding: 2vw 2vw;
	}
	.archive #secondContents .leftContents.gameresult .table01 {
		width: 100%;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.archive #secondContents .leftContents.gameresult .table01 thead td {
		font-size: 3.5vw;
		padding: 3.125vw 0;
	}
	.archive #secondContents .leftContents.gameresult .table01 tbody td {
		font-size: 3.5vw;
		padding: 2vw 1vw;
	}
	.archive #secondContents .leftContents.gameresult .table01 thead td:last-child {
		width: 17vw;
	}
	.archive #secondContents .leftContents.gameresult .table01 thead td:first-child {
		width: auto;
	}
	.archive #secondContents .leftContents.gameresult .table02 {
		width: 100%;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.archive #secondContents .leftContents.gameresult .table02 thead td {
		font-size: 3.5vw;
		padding: 3.125vw 0;
	}
	.archive #secondContents .leftContents.gameresult .table02 tbody td {
		font-size: 3.5vw;
		padding: 2vw 1vw;
	}
	.archive #secondContents .leftContents.gameresult .table02 thead td:last-child {
		width: 17vw;
	}
	.archive #secondContents .leftContents.gameresult .table02 thead td:first-child {
		width: auto;
	}

	.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .img01 {
		float: none;
		width: 100%;
	}
	.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .txtArea {
		float: none;
		width: 100%;
	}
	.archive #secondContents .leftContents.gameresult .table02 tbody td .box01 .img02 {
		float: none;
		width: 100%;
	}
	.archive #secondContents .seasonR {
		background: #FFF;
		padding:2.5vw;
	}
	.archive #secondContents .seasonR .titleR01 {
		font-size: 4vw;
	}
	.archive #secondContents .seasonR .seasonBox01{
		font-size: 3.5vw;
		margin:0 0 2vw;
	}

	.archive #secondContents .leftContents.competitioninfo {
		width:100%;
	}
	.archive #secondContents .leftContents.competitioninfo .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .title01 {
		font-size: 3.5vw;
		margin-bottom: 3vw;
		padding: 0;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table01 td:first-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table01 td:last-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table01 {
		width: 100%;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table01 td{

		display: block;
		width: 100%;
		padding: 2vw 0;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table01 td:first-child{
		display: block;
		width: 100%;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table02 th{
		padding: 2vw 2vw;
		width: 17vw;
		text-align: left;
	}
	.archive #secondContents .leftContents.competitioninfo .txtArea02 .table02 td{
		padding: 2vw 2vw;
	}
	.archive #secondContents .leftContents.competitioninfo .table01 {
		width: 100%;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.archive #secondContents .leftContents.competitioninfo .table01 thead td {
		font-size: 3.5vw;
		padding: 3.125vw 0;
	}
	.archive #secondContents .leftContents.competitioninfo .table01 tbody td {
		font-size: 3.5vw;
		padding: 2vw 1vw;
	}
	.archive #secondContents .leftContents.competitioninfo .table01 thead td:last-child {
		width: 17vw;
	}
	.archive #secondContents .leftContents.competitioninfo .table01 thead td:first-child {
		width: auto;
	}



	/****************************/

	.single-gameresult #secondContents .leftContents .titleMain01,
	.single-competition #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02,
	.single-competition #secondContents .leftContents .txtArea02{
		padding: 2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea01 ,
	.single-competition #secondContents .leftContents .txtArea01 {
		padding: 0;
		margin: 2vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 h3,
	.single-competition #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		margin-bottom: 1vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .title01 ,
	.single-competition #secondContents .leftContents .txtArea02 .title01 {
		font-size: 3.5vw;
		margin-bottom: 3vw;
		padding: 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:first-child,
	.single-competition #secondContents .leftContents .txtArea02 .table01 td:first-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:last-child,
	.single-competition #secondContents .leftContents .txtArea02 .table01 td:last-child{
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table01 ,
	.single-competition #secondContents .leftContents .txtArea02 .table01 {
		width: 100%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table01 td,
	.single-competition #secondContents .leftContents .txtArea02 .table01 td{
		display: block;
		width: 100%;
		padding: 2vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table01 td:first-child,
	.single-competition #secondContents .leftContents .txtArea02 .table01 td:first-child{
		display: block;
		width: 100%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table02 th,
	.single-competition #secondContents .leftContents .txtArea02 .table02 th{
		padding: 2vw 2vw;
		width: 17vw;
		text-align: left;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .table02 td,
	.single-competition #secondContents .leftContents .txtArea02 .table02 td{
		padding: 2vw 2vw;
	}
	/************************/
	.single-competitioninfo #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
		margin-bottom: 5vw;
	}
	.single-competitioninfo #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 {
		width: 100%;
		margin: 0 auto 2vw;
	}
	.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 th {
		padding: 2vw;
		width: 17vw;
	}
	.single-competitioninfo #secondContents .leftContents .txtArea02 .table02 td {
		padding:2vw;
	}
	.single-competitioninfo #secondContents .leftContents .txtArea02 .box01 {
		width: 100%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box01 {
		padding: 0;
		margin-bottom: 1vw;
		font-size: 3.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box01 .left {
		width: 49%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box01 .left p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box01 .right {
		width: 49%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box01 .right p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box02 {
		padding: 0;
		margin-bottom: 1vw;
		font-size: 3.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box02 .left {
		width: 28.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box02 .left p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box02 .right {
		width: 58.063vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box02 .right p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box03 {
		padding: 0;
		margin-bottom: 1vw;
		font-size: 3.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box03 .left {
		width: 58.063vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box03 .left p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box03 .right{
		width: 28.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box03 .right p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04{
		padding: 0;
		margin-bottom: 1vw;
		font-size: 3.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .left {
		width: 32%;
		margin-right: 2.25vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .left p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .center {
		width: 32%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .center p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .right {
		width: 32%;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box04 .right p:nth-child(2) {
		margin: 1.5625vw 0;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box05{
		padding: 0;
		margin-bottom: 1vw;
		font-size: 3.5vw;
	}
	.single-gameresult #secondContents .leftContents .txtArea02 .box05 .center {
		width: 100%;
	}

	/****************************/
	.page-schedule #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-schedule #secondContents .leftContents .txtArea02{
		padding:2.5vw;
		margin-bottom: 2vw;
		line-height: 6.5vw;
	}
	.page-schedule #secondContents .leftContents .txtArea02 .txt01 {
		margin-bottom: 3vw;
	}

	.page-message #secondContents .leftContents .titleMain01{
		font-size: 3.75vw;
		color: #FFF;
		padding: 2vw 3vw;
		margin-bottom: 1vw;
	}
	.page-message #secondContents .leftContents .txtArea02 h3{
		font-size: 3.5vw;
		padding: 2.5vw;
		color: #FFF;
		margin-bottom: 2vw;
	}
	.page-message #secondContents .leftContents .txtArea02 ul.icon{
		width:100%;
	}
	.page-message #secondContents .leftContents .txtArea02 ul.icon li{
		width:49%;
		margin-right:2%;
	}
	.page-message #secondContents .leftContents .txtArea02 ul.icon li .image{
		width:50%;
		margin:0 auto;
	}
	.page-message #secondContents .leftContents .txtArea02 ul.icon li img{
		width:100%;
		height:auto;
	}
	#contents .txtArea .activeArea, #contents .txtArea .messageArea, #contents .txtArea .kariyaArea{
		height:auto;
	}
	#contents .txtArea ul.matchHeight,
	#contents .txtArea ul.matchHeight:last-child{
		width:100%;
		margin:5px 0;
		flex-direction: column;
	}
	#contents .txtArea.commonArea ul.matchHeight li {
		width: 100%;
	}
	#contents .txtArea .activeArea a,
	#contents .txtArea .messageArea a,
	#contents .txtArea .kariyaArea a{
		padding:25px 0;
	}
	#contents .txtArea ul.matchHeight{
		margin-top: -20px;
	}
	#footer{
		padding: 3.5vw 2vw 0;
	}
	.gameArea .left .teamArea .img01 img, 
	.gameArea .left .teamArea .img02 img{
		width: 70px;
	}
	.gameArea .right .teamArea .img01 img, 
	.gameArea .right .teamArea .img02 img{
		width: 70px;
	}
	.page-activities #secondContents .leftContents .txtArea02 table{
		width:100% !important;
		height:auto !important;
	}
	.page-activities iframe,
	.single iframe,
	.category iframe,
	.archive iframe{
		width:100%;
	}
	.secondTitleH2.sp{
		padding: 40px 0 0 0 ;
	}
	.activitielist .txtArea01 img{
		width:100%;
		height:auto;
		max-width:fit-content;
	}
	.page-tickets div.gamelist p.spn {
		display: none;
	}
	.page-tickets div.gamelist p.date {
		width:auto;
		float:none;
		border-right: 0;
	}
	.page-tickets div.gamelist p.place {
		width:auto;
		border-right: 0px;
		margin-right: 0px;
	}
	.page-tickets div.btn {
		float:none;
	}
	.page-tickets div.btn a {
		display: block;
		margin-bottom: 13px;
	}
	.page-tickets div.gamelist div.team{
		float:none;
		width:100%;
		margin-bottom: 10px;
	}
	.page-tickets div.gamelist div.now{
		width:100%;
		margin-bottom:5px;
		margin-left:0;
		margin-top:8px;
	}
	.page-tickets div.gamelist div.now a{
		padding: 9px 10px;
	}
	.page-tickets div.gamelist div.event{
		width:100%;
		margin-bottom:10px;
		margin-top:8px;
	}
	.page-tickets p.cau {
		position: unset;
	}
	.page-tickets div.caution{
		float:none !important;
		margin: 5px 0px;
	}
	.page-tickets div.caution.one{
		margin: 5px 0px;
	}
	.page-tickets div.gamelist p.time.long {
		padding: 15px 10px 14px 0;
	}
	.page-tickets div.gamelist p.date.long {
		padding: 10px 10px 9px 0;
	}
	#contents .twitter_arenaArea ul.arenaArea li {
		width: 100%;
	}
	.home .wrapper .information table tr th{
		display:block;
		width:94%;
		padding:10px 3%;
	}
	.home .wrapper .information table tr td{
		display:block;
		width:94%;
		padding-left:3%;
		padding-right:3%;
		overflow:hidden;
	}
	.home .wrapper .information table tr td span{
		display:block;
	}
	.home .wrapper .information table tr td .bx-wrapper{
		width:100%;
	}
	/*sdgs*********************************************************************************/
	.page-sdgs section#mainimg div.red_bnr p {
		font-size: 20px;
		padding: 15px 0;
	}
	.page-sdgs section p.min {
		font-size: 25px;
	}
	.page-sdgs section ul.list li,
	.page-sdgs section ul.list li:nth-child(2),
	.page-sdgs section ul.list li:nth-child(3),
	.page-sdgs section ul.list li:nth-child(4){
		padding-left: 65px;
		background-size: 40px auto;
	}
	.page-sdgs section table.sdgsnews th,
	.page-sdgs section table.sdgsnews td {
		padding: 3px;
		display: block;
		text-align: left;
	}
	.page-sdgs section table.sdgsnews td {
		padding: 0px 3px 12px;
	}
	.page-sdgs #approach ul.sdgssocial > li {
		width: 100%;
	}
	.page-sdgs #goals ul.iconlist {
		gap: 10px;
		width: 100%;
	}
	.page-sdgs #goals .goal_txtimg {
		display: block;
	}
	.page-sdgs #goals .goal_txtimg .txt,
	.page-sdgs #goals .goal_txtimg .img {
		position: static;
		width: 100%;
	}
	.page-sdgs #goals .goal_txtimg .img figure {
		position: static;
	}
	.page-sdgs div.ttl h4 {
		font-size: 21px;
	}
	.page-sdgs #about ul.goal17 {
		display: block;
	}
	.page-sdgs #about ul.goal17 li {
		width: 100%;
		min-height: 0px;
		margin-bottom: 32px;
	}
	.page-sdgs #about ul.goal17 li h5 {
		font-size: 17px;
		padding-left: 95px;
	}
	.page-sdgs #about ul.goal17 li p{
		padding-left: 95px;
	}
	.page-sdgs #about ul.goal17 li img {
		width: 80px;
	}
	.page-sdgs #about div.inner {
		padding-bottom: 20px;
	}
	.page-sdgs div.ttl h3 {
		font-size: 30px;
	}
	.page-sdgs #partner ul.partners li {
		width: 50%;
	}
	.page-sdgs section div.withscroll {
		height: 510px;
	}
	.archive #secondContents .leftContents .txtArea01 ul.post_news_icon,
	.single #secondContents .leftContents .txtArea01 ul.post_news_icon {
		margin-bottom: 10px;
	}
	.page-fanclub ul.fan_menu {
		display: block;
		margin: 0 auto;
		justify-content: center;
	}
	.page-fanclub ul.fan_menu li {
		margin: 0 auto 30px;
		width: 50%;
	}
	.page-fanclub ul.fan_menu li a img {
		width: 110px;
	}
	.post-type-archive-event_info .secondTitleH2,
	.single-event_info .secondTitleH2{
		margin-top: 50px;
	}
	.page-activities #secondContents .leftContents .titleMain01,
	.page-focus #secondContents .leftContents .titleMain01 {
		font-size: 20px;
	}
	.single-activitielist #secondContents .leftContents .titleMain01,
	.single-sdgs_news #secondContents .leftContents .titleMain01,
	.single-event_info #secondContents .leftContents .titleMain01,
	.single-focus #secondContents .leftContents .titleMain01 {
		font-size: 20px;
	}
	.single-activitielist #secondContents .leftContents .txtArea02 h3,
	.single-sdgs_news #secondContents .leftContents .txtArea02 h3,
	.single-event_info #secondContents .leftContents .txtArea02 h3,
	.single-focus #secondContents .leftContents .txtArea02 h3 {
		font-size: 17px;
		margin-bottom: 13px;
	}
	.page-tickets div.gamelist div.now.bot a {
		margin-bottom: 5px;
	}
	#contents .txtArea .twitter_arenaArea {
		height: auto !important;
	}
	.page-faq #secondContents .leftContents .txtArea02 {
		padding: 2.5vw;
		margin-bottom: 2vw;
	}
	
	.navi ul {
        top: 77px;
    }
	/*partner*********************************************************************************/
	.page-partner ul.list_normal li {
		max-width: 47%;
	}
	.page-partner ul.list_premiere li {
		max-width: 95%;
	}
	
	/* ホームゲーム */
	.single-homegame .wrapper .oneContents .pn .homegame-topics-related .topics-slider .topics-item {
		width: calc((100% - 24px) / 2);
	}
	
	/* お問い合わせ */
	.page-contact #secondContents .leftContents .txtArea02 .formtype li {
		width: 49%;
	}
	.page-contact #secondContents .leftContents .txtArea02 .table01 th {
        padding: 3vw 0;
	}
	
	/* アカデミー */
	.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card figcaption {
		display: block !important;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .swiper-wrapper {
		height: 240px;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .feature.btns {
		flex-direction: column;
		gap: 15px;
		justify-content: center;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .feature.btns .btn {
		width: 200px;
		margin: 0 auto;
	}
	.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards {
		flex-direction: column;
		gap: 30px;
	}
	.single-academy #secondContents .oneContents .academy-staff-section .academy-staff-cards .academy-staff-card {
		width: 100%;
	}
	.single-academy #secondContents .oneContents .btn {
		margin: 20px auto 0;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .cards .card .title {
		font-size: 15px;
	}
	.single-academy #secondContents .oneContents .txtArea02 .under_school .feature table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	.W-640 {
		display: block;
	}
}







