@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.pc {
	display: none!important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */



/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #004ea2; }
a:active { text-decoration: none; color: #004ea2; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/*SNS*/
#shr_canvas6 {
	display: none;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	overflow: auto;
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body .en {
		font-family: 'Oswald',"ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
	height: 100%;
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

img {
	max-width: 100%;
	height: auto;
}

/*ヘッダー*/
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background: #313131;
	text-align: center;
	z-index: 19000;
}

#logo {
	padding-top: 5px;
	display: inline-block;
}

#logo img {
	height: 40px;
	width: auto;
}

#spMenuBtn {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
}

#spMenuBtn img {
	height: 30px;
}

.cheerBtnWrap {
	padding-left: 10px;
	vertical-align: top;
	display: inline-block;
}

.cheerBtn a {
	padding: 5px 10px;
	display: inline-block;
	background: #eb6100;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
}

.cheerBtn a img {
	height: 13px;
	width: auto;
	vertical-align: baseline;
}

.cheerBtn a:hover {
	background: #f6761d;
}

.cheerCount {
	text-align: center;
	font-size: 1.2rem;
	color: #333333;
}

.cheerCount:before {
	content:"";
	margin-right: 10px;
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url(../img/side_cheer_icon.png) 0 0 no-repeat;
	-webkit-background-size: 9px 8px;
	background-size: 9px 8px;
	vertical-align: middle;
}

#menuSns ul li.menuCheerBtnWrap {
	display: block;
	margin-bottom: 20px;
}

.menuCheerBtn a {
	width: 100%;
	padding: 10px;
	display: block;
	background: #eb6100;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menuCheerBtn a img {
	height: 39px;
	width: auto;
}

.menuCheerBtn a:hover {
	background: #f6761d;
}

.menuCheerCount {
	text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
}

.menuCheerCount:before {
	content:"";
	margin-right: 10px;
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(../img/side_cheer_icon.png) 0 0 no-repeat;
	-webkit-background-size: 11px 9px;
	background-size: 11px 9px;
	vertical-align: middle;
}


nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 20000;
	display: table;
	background: rgba(0,0,0,0.9);
}

#menu {
	width: 100%;
	height: 100vh;
	padding: 10px 5%;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#menuIn {
	height: 100%;
	display: inline-block;
	text-align: left;
	position: relative;
}


#menuGnav {
	border-top: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
}

#menuGnav li {
	border-top: 1px #999999 solid;
}

#menuGnav li a {
	display: block;
	padding:  20px 0;
	transition: all 0.3s ease-in-out 0s;
	background: url(../img/sp_icon7.png) 95% center no-repeat;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
}

#menuGnav li a:hover {
	opacity: 0.7;
}

#menuRight {
	margin-bottom: 60px;
}

.menuTit {
	font-size: 2.4rem;
	color: #FFFFFF;
}

#menuGnav a {
	font-size: 1.6rem;
	color: #FFFFFF;
}

#menuSns {
	padding: 20px 0;
	text-align: center;
}

/*
#menuSns ul {
	display: inline-block;
}
*/

#menuSns ul li {
	margin: 0 3px;
	display: inline-block;
}

#nextGame {
	padding: 10px 10px 80px 10px;
	background: #FFFFFF;
}

#mGameinfoWrap {
	padding: 10px;
	background: #000;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}

#mGameinfo{
	text-align: center;
	display: inline-block;
}

#mGameDate {
	width: 100%;
	padding-bottom: 10px;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
}

#mGameDate span {
	display: inline-block;
}

#mGameDate .large {
	font-size: 4.8rem;
}

#mGameCount {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#mGameCount p {
	width: 100%;
	border: 1px #16cbff solid;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #16cbff;
}

#mGameCount .en {
	font-size: 2.6rem;
}

#mPlace {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#mTodofuken {
	display: inline-block;
	padding: 0 10px;
	border: 1px #FFFFFF solid;
}

#mPlaceName {
	font-weight: 500;
}

#mGameTit {
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
}

#mGameDesc {
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.3rem;
}

#mTeam {
	padding-bottom: 20px;
	display: inline-block;
}

#mTeam li {
	display: inline-block;
	vertical-align: middle;
}

#mTeam li.logo {
	width: 43%;
}

#mTeam li.en {
	padding: 0 2%;
	font-size: 1.3rem;
	display: inline-block;
}

#mTeam li.logo img {
	width: 100%;
}

#gameDetail {
	text-align: center;
}

/*
.ticketBtn {
	text-align: center;
}

.ticketBtn a {
	padding: 10px 25px;
	display: inline-block;
	border: 2px #3366cc solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.3rem;
	color: #3366cc;
	font-weight: bold;
	background: url(../img/game_link_icon.png) 97% center no-repeat;
	-webkit-background-size: 10px 9px;
	background-size: 10px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}


.ticketBtn a img {
	height: 16px;
	width: auto;
}
*/

#closeBtn {
	text-align: left;
	padding: 10px 0;
	cursor: pointer;
}

#closeBtn img {
	height: 40px;
	width: auto;
}

#navPoster {
	padding-bottom: 70px;
}

/*メイン*/
main {
	padding-top: 50px;
}

#contents {
	padding-top: 3px;
	background: url(../img/common_head_border.jpg) center 0 no-repeat;
	-webkit-background-size: 100% 3px;
	background-size: 100% 3px;
}

/*フッター*/
footer {
	display: block;
}

#footerIn {
	margin: 0 auto;
	padding-bottom: 40%;
	background: url(../img/footer_kids.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-align: center;
}

#footerIn h3 {
	padding: 0 3%;
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-weight: 500;
}

#footerIn h3 img {
	width: 100%;
}

#copy {
	padding: 10px 3%;
	background: #535353;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.1rem;
}

#fixedLang {
	position: absolute;
	right: 0px;
	top: -45px;
	z-index: 10000;
}

#fixedSns {
	position: fixed;
	right: 150px;
	top: 13px;
	z-index: 10000;
}

#fixedSns li {
	margin-right: 10px;
	display: inline-block;
}

#pagetop {
	position: fixed;
	right: 3%;
	bottom: -30px;
}

#pagetop img {
	width: 60px;
	height: auto;
}

/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */

/* SNS */
/* -------------------------------------------------- */
.commonSns {
	text-align: center;
	vertical-align: top;
}

.commonSns ul {
	display: inline-block;
}

.commonSns li {
	margin-right: 5px;
	padding-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}

.commonSns li img {
	height: 30px;
	width: auto;
	vertical-align: top;
}



/* タイトル */
/* -------------------------------------------------- */

/*タイトル1*/
.tit1 {
	font-size: 1.8rem;
	color: #1e3d76;
	margin-bottom: 1em;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}

.tit2 {
	padding-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}

.tit2In {
	display: inline-block;
}

.tit2 .enTit {
	font-size: 2.5rem;
	line-height: 1;
	display: block;
	letter-spacing: 0.1em;
}

.tit2 .enTit:after {
	content: "";
	height: 1px;
	width: 100%;
	margin: 10px auto;
	display: block;
	background: url(../img/common_tit_border.png) center 0 repeat-y;
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
}

.tit2 .jpTit {
	font-weight: bold;
	line-height: 1.2;
	display: block;
	letter-spacing: 0;
	font-size: 1.5rem;
	
}

/* カテゴリ */
/* -------------------------------------------------- */


/* ボタン */
/* -------------------------------------------------- */
.btn1 {
	text-align: center;
}

.btn1 a {
	width: 90%;
	padding: 15px 0;
	display: inline-block;
	border: 2px #1e3d76 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.5rem;
	color: #1e3d76;
	font-weight: bold;
	background: url(../img/sp_icon5.png) 95% center no-repeat #FFFFFF;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	letter-spacing: 0.1em;
}

.btn1 a:hover {
	color: #FFFFFF;
	background: url(../img/sp_icon7.png) 95% center no-repeat  #1e3d76;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
}

.btn2 {
	text-align: center;
}

.btn2 a {
	width: 90%;
	padding: 10px 0;
	display: inline-block;
	border: 2px #FFFFFF solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/sp_icon7.png) 95% center no-repeat;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	letter-spacing: 0.1em;
}

.btn2 a:hover {
	color: #333333;
	background: url(../img/sp_icon2.png) 95% center no-repeat  #FFFFFF;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
}

.btn3 {
	text-align: center;
}

.btn3 a {
	width: 90%;
	padding: 15px 0;
	display: inline-block;
	border: 2px #1e3d76 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/sp_icon7.png) 95% center no-repeat #1e3d76;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	letter-spacing: 0.1em;
}

.btn3 a:hover {
	opacity: 0.7;
}

/* テキスト */
/* -------------------------------------------------- */
.txt1 {
	padding: 0 3% 20px 3%;
	text-align: center;
}

.txt1In {
	display: inline-block;
	text-align: left;
}

/* テーブル */
/* -------------------------------------------------- */
.table1Tit {
	padding: 5px 10px;
	font-size: 1.6rem;
	background: #1e3d76;
	color: #FFFFFF;
	font-weight: bold;
}

.table1 {
	width: 100%;
	text-align: left;
}

.orgInfo {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px #c9c9c9 solid;
}

.table1 tr {
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px #c9c9c9 dotted;
}

.table1 tr:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.table1 th {
	font-size: 1.2rem;
	display: block;
}

.admin .table1 th {
	font-size: 1.6rem;
	display: block;
}

.table1 td {
	font-size: 1.6rem;
	display: block;
}

.table1 th.onlyTit {
	font-size: 1.6rem;
}

/* 下層メインビジュアル */
/* -------------------------------------------------- */
#underMv {
	width: 100%;
	padding-bottom: 40px;
}

#underMainTit {
	padding: 20px 3%;
	font-size: 2rem;
	color: #1e3d76;
	font-weight: 500;
	line-height: 1;
}

#underMainTit span {
	padding-right: 15px;
	display: inline-block;
}

#underMainTit .small {
	font-size: 1.4rem;
	display: inline;
}

#underMainTit .jp {
	font-weight: bold;
}

#underMainTit .en {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	font-weight: 300;
}

#underMvImg img {
	width: 100%;
	height: auto;
}

/* パンクズ */
/* -------------------------------------------------- */
#bc {
	background: #eeeeee;
	padding: 10px 3%;
	font-size: 0.9rem;
}

#bc li {
	display: inline-block;
	padding-left: 8px;
	background: url(../img/sp_icon8.png) left center no-repeat;
	-webkit-background-size: 5px 6px;
	background-size: 5px 6px;
}

#bc li:first-child {
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
	margin-top: 10px;
	text-align: center;
}

#pager {
	display: inline-block;
}

#pageNavWrap a, #pageNavWrap span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	background-color: #dedede;
	margin: 0 2px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#pageNavWrap span.current,
#pageNavWrap a.next,
#pageNavWrap a.prev,
#pageNavWrap a:hover {
	color: #fff;
	background-color: #1e3d76;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap span.dots {
	width: 1em;
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}


/*single*/

#pageNavSingle {
	padding: 0 3% 40px;
}

#pageNavSingle .prev {
	float: left;
}

#pageNavSingle .prev a {
	display: block;
	color: #1e3d76;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 10px;
	background: url(../img/sp_icon6.png) 0 center no-repeat;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavSingle .next {
	float: right;
}

#pageNavSingle .next a {
	display: block;
	color: #1e3d76;
	font-size: 1.3rem;
	font-weight: bold;
	padding-right: 10px;
	background: url(../img/sp_icon5.png) right center no-repeat;
	-webkit-background-size: 7px 9px;
	background-size: 7px 9px;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavSingle .prev a:hover,
#pageNavSingle .next a:hover {
	opacity: 0.7;
}

/* ローディング */
/* -------------------------------------------------- */
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -35px;
}


.spinner {
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #1e3d76;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* Google翻訳 */
/* -------------------------------------------------- */
.goog-te-banner-frame {
	display: none!important;
}

body {
	top: 0!important;
}


