@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

li {
	list-style-type: none;
}

address {
	font-style: normal;
}

/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input,
select {
	font-size: 16px;
	vertical-align: middle;
}

textarea {
	font-size: 16px;
}

.fa,
.fas {
	font-weight: 900;
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free";
}

/* =============================================================================
   移動＋フェードイン表示
   ========================================================================== */
.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein.visible {
	opacity: 1;
	transform: translateY(0);
}

/* =============================================================================
   基本設定
   ========================================================================== */
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #0a0a0a;
	line-height: 1.6;
	font-size: 14px;
	font-family: "HelveticaLTPro-Roman", Helvetica, "FP-ヒラギノ角ゴ ProN W3",
		"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.03em;
	font-weight: 500;
}

#overwrap {
	overflow: hidden;
	position: relative;
}

a {
	color: #0a0a0a;
	text-decoration: none;
}

a:link {
	color: #0a0a0a;
}

/* a:visited {
  color: #0a0a0a;
} */
a:hover {
	color: #0a0a0a;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:active {
	color: #0a0a0a;
}

a:hover img {
	/*opacity: 0.8;*/
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

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

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul {
	list-style: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}

.shadow {
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px,
		#fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
		#fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;
}

.btn1 {
	text-align: center;
}

.btn1 a {
	display: inline-block;
	width: 210px;
	height: 61px;
	background-color: #293c4a;
	color: #fff;
	text-decoration: none;
	line-height: 61px;
	text-align: center;
	cursor: pointer;
	position: relative;
	letter-spacing: 0.2em;
}

.btn1 a:hover {
	background-color: #1c6b24;
	transition: all 0.5s ease;
}

.btn1 a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.arno {
	font-family: arno-pro, serif;
	font-weight: 700;
	font-style: normal;
}

/*.grecaptcha-badge { visibility: hidden; }
.reCAPTCHA {
  text-align: center;
}
.reCAPTCHA a {
  text-decoration: underline;
}*/

.prev-arrow,
.slide-arrow {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	/*	body {background: #ccc; }*/
	.wrap {max-width: 1100px;padding: 0 10px;margin: 0 auto;}
	.wrap_s {max-width: 1700px;padding: 0 10px;margin: 0 auto;}
    .sp {	display: none;}
	.pc {display: block;}
}

@media screen and (max-width: 767px) {
	/*body {background: #000;}*/
	.wrap {width: 100%;padding: 0 10px;}
	.wrap_s {width: 100%;padding: 0 10px;}
	.sp {display: block;}
	.pc {	display: none;}
}

/* =============================================================================
	header
   ========================================================================== */
#wrapper {position: fixed;width: 100%;z-index: 9999;background-color: #00aeac;border-top: 15px solid #1c7e8d;}
header {margin: 0 auto;padding-bottom: 0;position: relative;z-index: 99999;height: 105px;}
header .headerTop {margin: 0 auto;display: inline-block;position: relative;z-index: 100;}
header .siteTitle {position: relative;display: inline-block;}
header .siteTitle a {display: inline-block;color: #fff;font-size: 24px;padding: 21px 30px;}
header .pc li {padding: 0 20px;display: inline;}
header .pc li:first-child {border-right: 1px solid #000;}
.navDrawr {width: 100%;position: absolute;top: 0;right: 0;}
.navDrawr>ul:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.navDrawr>ul>li {float: left;padding: 30px 12px 20px;}
.navDrawr>ul.container>li:first-child:before {content: none;}
.navDrawr>ul.container>li.none {display: none;}
.navDrawr ul.container a {display: block;text-decoration: none;}
.navDrawr>ul.container>li>a {font-size: 15px;font-weight: bold;text-align: center;padding:10px 5px 5px;line-height: 1.3;}
.navDrawr>ul.container>li img {vertical-align: middle;width: 75px;}
.navDrawr>ul.container>li>a span {	display: block;font-size: 12px;font-weight: normal;}
.navDrawr .sub {position: absolute;left: 0;right: 0;z-index: 9999;}
.navDrawr .sub a {padding: 20px 10px 20px 20px;color: #000058;}
.navDrawr .sub a:hover {
	background: #f5f5f5;
}

#contents {padding-top: 20px;}

@media screen and (max-width: 1366px) {
	.navDrawr {width: 78vw;position: absolute;top: 0;right: 0;}
	.navDrawr>ul>li {padding: 33px 3px 24px 4px;}
	.navDrawr>ul.container>li>a span {display: block;font-size: 10px;font-weight: normal;}
	.navDrawr>ul.container>li>a {font-size: 13px;}
	header .siteTitle a {	display: inline-block;	color: #fff;	font-size: 9px;padding: 19px 15px;}
}

@media screen and (max-width: 1280px) {
	.navDrawr {width: 80vw;position: absolute;top: 0;right: 0;}
	.navDrawr>ul>li {position: relative;padding: 33px 12px 20px 4px;}
	.navDrawr>ul.container>li>a {font-size: 13px;}
}

@media screen and (min-width: 1500px) {
	.navDrawr ul.container {margin-right: 80px;display: flex;justify-content: right;}
	header .siteTitle {margin-left: 50px;}
}

@media screen and (min-width: 1031px) {
	header .pc_menued {display: block;}
	header .sp_menued {display: none;}
	.navDrawr>ul>li.home-menu:hover,
	.navDrawr>ul>li.news-menu:hover,
	.navDrawr>ul>li.game-menu:hover,
	.navDrawr>ul>li.schedule-menu:hover,
	.navDrawr>ul>li.ticket-menu:hover,
	.navDrawr>ul>li.player-menu:hover,
	.navDrawr>ul>li.team-menu:hover,
	.navDrawr>ul>li.game-menu:hover,
	.navDrawr>ul>li.fan-menu:hover,
	.navDrawr>ul>li.goods-menu:hover,
	.navDrawr>ul>li.crowd-menu:hover,
	.navDrawr>ul>li.sponsor-menu:hover,
	.navDrawr>ul>li.contact-menu:hover {
		border-bottom: 8px solid #e84709;
		transform-origin: bottom left;
	}
	.navDrawr ul.container {margin-right: 50px;display: flex;justify-content: right;}
	.navDrawr>ul.container>li>a {color: #fff;}
	.siteTitle.isSmall {	width: 300px !important;}
	.animoBorderLeftRight {display: inline-block;position: relative;cursor: pointer;}
	.animoBorderLeftRight::after {
		content: "";
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #f39c12;
		transform-origin: bottom right;
		transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	}
	.navDrawr>ul>li.business {position: relative;}
	.navDrawr>ul>li a.noCurrent {border-bottom: none;	}
	.navDrawr>ul>li.pc a:hover {
		background: none;
		color: #293c4a;
	}
	.navDrawr>ul>li.contact a {
		background-color: #434343;
		color: #fff;
		display: inline-block;
		height: 61px;
		padding: 19px 0;
		width: 224px;
		border-radius: 10px;
		margin-top: 21px;
		position: relative;
		padding-left: 23px;
	}
	.navDrawr>ul>li.contact a:before {
		position: absolute;
		content: "";
		background: url(/common/images/icon-mail.png) no-repeat;
		width: 18px;
		height: 14px;
		left: 39px;
		top: 24px;
	}
	.navDrawr>ul>li.contact>a:hover {
		background-color: #48b428;
		color: #fff;
	}
	.children-menu {
		position: absolute;
		top: 105px;
		left: 0;
		width: 100%;
		background-color: #1c7e8d;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transition: 300ms;
		padding: 20px 0;
		display: flex;
		height: 70px;
	}

	.children-menu a {
		display: inline-block;
		justify-content: center;
		color: #fff;
		/*margin-right: 22em;*/
		font-size: 18px;
		margin: 0 20px;
	}

	/* jsでクラスを付けて表示 */
	.active {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1030px) {

	header .pc_menued {display: none;}
	header .sp_menued {display: block;}
	.navDrawr {
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		width: 225px;
		top: 75px;
		bottom: 0;
		right: -270px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 999;
	}

	body.menuOpen #wrapper {padding-top: 60px;}

	.overlay {
		display: none;
		background-color: rgba(0, 0, 0, 0.49);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}

	header {
		position: relative;
		height: 60px;
		padding: 0;
	}

	body.menuOpen header {
		position: fixed;
		top: 12px;
		width: 100%;
	}

	header .headerTop {
		padding: inherit;
	}

	header .siteTitle a {
		padding: 15px 10px;
		font-size: 20px;
	}

	.navDrawrBtn {
		text-align: right;
	}

	.navDrawrBtn span {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}

	.navDrawrBtn span::before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #fff;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}

	body.menuOpen .navDrawrBtn span::before {
		content: "\f00d";
	}

	.navDrawr a {
		position: relative;
		padding: 10px;
	}

	.navDrawr a::after {
		position: absolute;
		top: 36%;
		right: 15px;
		font-family: FontAwesome;
		content: "\f054";
	}

	/* 共通の線スタイル */
	.submenu-toggle {
		background: none;
		border: none;
		font-size: 1.5em;
		cursor: pointer;
		margin-left: 8px;
		line-height: 1;
		position: absolute;
		top: 25px;
		right: 5px;
		color: #00aeac;
		font-weight: bold;
	}


	/* 縦線（+の縦棒） */
	.parent-menu a::after {
		display: none;
	}



	.navDrawr>ul>li.business>a::after {
		content: none;
	}

	.navDrawr>ul>li {
		float: none;
		width: auto;
		padding: 0;
	}

	.navDrawr>ul>li.sp {
		display: block;
	}

	.navDrawr>ul>li>a {
		display: block;
		font-weight: bold;
		text-align: left;
		border: none;
		color: #00aeac;
		padding: 12px 12px 12px 20px;
		font-feature-settings: "palt";
		border-bottom: 1px solid #00aeac;
	}

	.crowd-menu a {
		display: block;
		font-weight: bold;
		text-align: left;
		border: none;
		color: #00aeac;
		padding: 9px 12px 9px 0px;
		font-feature-settings: "palt";
		border-bottom: 1px solid #00aeac;
		text-align: center;
	}

	.navDrawr>ul>li.business>a {
		border-bottom: 1px solid #ccc;
	}

	.navDrawr>ul>li>a span {
		display: inline-block;
		/*margin-left: 1em;*/
	}

	.navDrawr .sub {
		position: static;
		display: block !important;
		height: auto !important;
	}

	.navDrawr .sub a {
		border-bottom: 1px solid #6a6a92;
		padding: 10px 10px 10px 25px;
	}

	.navDrawr>ul>li.business>.sub li:last-child a {
		border-bottom: 1px solid #000058;
	}

	.navDrawr>ul>li.insta a,
	.navDrawr>ul>li.face a,
	.navDrawr>ul>li.x a,
    .navDrawr>ul>li.youtube a{
		color: #fff;
		background: #00aeac;
        border-bottom: 1px solid #fff;
	}


	ul.imgList {}

	ul.imgList::after {
		display: table;
		line-height: 0;
		content: "";
		clear: both;
	}

	ul.imgList li {
		float: left;
		width: 31.33333333%;
		margin: 1%;
	}

	ul.imgList li .thumbnail {
		background-color: #fff;
		padding: 20px;
		border: solid 1px #ccc;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	ul.imgList li img {
		margin-bottom: 10px;
	}

	ul.imgList li .caption {}

	ul.imgList li .title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.children-menu {
		display: none;
		background-color: #1c7e8d;
	}

	.children-menu.active {
		display: block;
	}

	.children-menu a {
		display: block;
		padding: 10px 20px;
		color: #fff;
	}

	.children-menu a::after {
		display: none;
	}

	.siteTitle img {
		/* height: 40px; */
		width: auto;
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	header .siteTitle a {
		z-index: 999;
		display: block;
	}

	.topKeyimages h2 {
		position: initial;
	}
}

@media screen and (max-width: 480px) {
	.siteTitle img {
		width: 43%;
	}
}

/* =============================================================================
    Footer
   ========================================================================== */
/* #page-top {background-color: #0068b7;text-align: center;}
    #page-top a {display: block;padding: 10px 0;}
    #page-top a:hover {background-color: #0c566b;transition:all .5s ease;} */
#sponsor {
	/* background: #00aeac; */
	/* color: #fff; */
	border-top: 1px solid #00aeac;
}

#sponsor h2 {
	font-size: 30px;
}

#sponsor ul li {
	/*border-right: 1px solid #f0f0f0;*/
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px 0;
	text-align: center;
}

#sponsor ul li:first-child {
	/*border-left: 1px solid #f0f0f0;*/

}

#sponsor ul.flex_first li {
	/*border-right: 1px solid #f0f0f0;*/
	padding-right: 30px;
	padding-left: 30px;
	margin: 10px 0;
}

#sponsor ul.flex_second li {
	padding-right: 20px;
	padding-left: 50px;
}

#sponsor ul.flex_last {
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1230px;
	margin-top: 2em;
}

#sponsor ul.flex_last li {

	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}

#sponsor h5 {
	text-align: center;
	font-weight: bold;
}

#page-top {
	display: block;
}

#page-top a {
	margin-left: 34px;
	overflow: hidden;
	position: relative;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.follow {
	display: block;
}

.follow li a {
	margin-left: 34px;
	overflow: hidden;
	position: relative;
	position: fixed;
	z-index: 9999;
}

.follow li.insta a {
	top: 80px;
	right: 30px;
}

.follow li.face a {
	top: 140px;
	right: 30px;
}

.follow li.x a {
	top: 200px;
	right: 30px;
}

.follow li.ticket a {
	bottom: 100px;
	right: 30px;
}

.follow li.event a {
	bottom: 270px;
	right: -40px;
}

.follow li.event img {
	width: 85%;
}

/* Wリーグ */
#wleague {
	padding: 30px 0;
	border-top: 1px solid #00aeac;
}

#wleague .wrap {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

footer {
	background-color: #00aeac;
	position: relative;
	color: #fff;
	padding: 60px 0 20px;
}

footer nav a:link {
	color: #fff;
}

footer .heg a {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #fff !important;
	/*font-feature-settings: "palt";*/
	padding-left: 130px;
	padding-bottom: 0;
}

footer .heg a span {
	font-size: 15px;
}

footer .heg a:before {
	position: absolute;
	content: "";
	background: url(/common/images/foot-logo.png) no-repeat center/contain;
	width: 113px;
	height: 69px;
	left: 0;
	top: 0px;
}

footer .add {
	padding-left: 130px;
	padding-bottom: 40px;
}

footer .foot-cont {
	font-size: 14px;
	padding-bottom: 30px;
}

footer .foot-cont ul li {
	padding-bottom: 7px;
}

footer .foot-cont ul li a {
	font-weight: bold;
	position: relative;
	font-feature-settings: "palt";
	color: #fff;
}

footer .foot-cont ul li a::after {
	transition: all 0.2s;
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.foot-cont nav a:hover::after {
	transition: all 0.2s;
	width: 100%;
}

footer .foot-cont ul.sub li a {
	font-weight: normal;
	position: relative;
	color: #fff;
}

footer .foot-cont ul.sub {
	padding-left: 40px;
	padding-bottom: 30px;
}

.foot-cont .box .sub li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ccac00;
	border-right: 1px solid #ccac00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

/* .foot-cont .box .sub li a:after {
    transition: all 0.2s;
    content: '';
    width: 0;
    height: 1px;
    background: #ccac00;
    position: absolute;
    left: 0;
    bottom: -1px;
} */
footer .sub {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

footer .sub a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	#sponsor {
		padding: 80px 0;
	}

	#sponsor h2 {
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 70px;
		letter-spacing: 0.05em;
	}


	.flex {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		max-width: 1650px;
		margin: 0 auto;
		justify-content: space-between;
	}

	.flex_first {
		max-width: 1650px;
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		justify-content: space-between;
		margin: 20px 0;
		align-items: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.flex_second {
		margin: 20px 0;
		align-items: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.flex_third {
		justify-content: flex-start;
		align-items: center;
		justify-content: center;
		margin: 20px auto;
		padding-bottom: 0;
		max-width: 1500px;

	}

	.flex_forth {
		align-items: center;
		max-width: 1540px;
		margin: 20px auto;
	}

	.flex_third,
	.flex_forth {
		flex-wrap: wrap;
	}

	.flex_third li,
	.flex_forth li {
		flex-grow: 1;
	}

	.flex_forth::after {
		content: "";
		display: block;
		width: 9%;
	}

	#wleague .flex {
		justify-content: center;
		align-items: center;
	}

	#wleague ul li.w-league {}

	#wleague ul li.eneos {
		margin-top: 10px;
	}

	footer .wrap {
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
	}

	footer .foot-cont {
		justify-content: space-between;
	}

	footer .snsflex {
		justify-content: flex-end;
		margin: 0;
		padding-right: 0px;
	}

	footer .snsflex a.insta {
		padding-left: 20px;
	}

	footer .snsflex a:hover {
		opacity: 0.5;
	}

	footer .box {
		padding-right: 50px;
	}

	footer .box:last-child {
		padding-right: 0;
	}

	footer .sub {
		font-weight: bold;
		margin: 0 auto;
		max-width: 1100px;
		width: 100%;
		justify-content: space-between;
	}

	.ticket .banner-close {
		bottom: calc(100px + 141px - 15px);
		right: calc(30px - 15px);
		position: fixed;
		width: 40px;
		height: 40px;
		z-index: 10000;
		display: inline-block;
		background: rgba(255, 255, 255, 0.9);
		border: none;
		border-radius: 50%;
		cursor: pointer;
	}

	.event .banner-close {
		bottom: calc(120px + 141px - -250px);
		right: calc(30px - 15px);
		position: fixed;
		width: 30px;
		height: 30px;
		z-index: 10000;
		display: inline-block;
		background: rgba(255, 255, 255, 0.9);
		border: none;
		border-radius: 50%;
		cursor: pointer;
	}

	*,
	*:before,
	*:after {
		box-sizing: border-box;
		-webkit-appearance: none;
	}
}

@media screen and (max-width: 767px) {
	#sponsor .wrap {
		text-align: center;
	}

	#sponsor {
		padding: 60px 0 10px;
	}

	#sponsor h2 {
		font-size: 30px;
		font-family: Arial, Helvetica, "sans-serif";
		line-height: 45px;
		font-weight: 600;
		color: #1c7e8d;
		text-align: center;
		display: inline-block;
	}

	#sponsor h2 span {
		font-size: 15px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 25px;
		display: block;
	}

	#sponsor .flex {
		display: flex;
	}

	#sponsor ul li {
		line-height: 1.3em;
		font-size: 11px;
		margin: 0;
		align-content: center;
		font-size: 12px;
	}

	.flex_first {
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#sponsor ul.flex_first li {
		width: 100%;
		padding: 20px 0;
		padding-right: 30px;
		padding-left: 30px;
		border-top: 1px solid #f0f0f0;
		margin: 0;
		align-content: center;
	}

	#sponsor ul.flex_first li.relive {
		border-bottom: none;
	}

	.flex_second {
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#sponsor ul.flex_second li {
		width: 50%;
		padding: 20px 0;
		padding-right: 30px;
		padding-left: 30px;
		border-top: 1px solid #f0f0f0;
		margin: 0;
		align-content: center;
	}

	#sponsor ul.flex_second li.will img {
		width: 90%;
	}

	#sponsor ul.flex_second li.fila img {
		width: 70%;
	}

	.flex_third {
		flex-wrap: wrap;
		border-top: 1px solid #f0f0f0;
		margin-bottom: 4em;
	}

	ul.flex_third li {
		width: 50%;
		padding: 20px 0;
		padding-right: 7px;
		padding-left: 7px;
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}

	#sponsor ul li a {
		font-size: 12px;
		line-height: 1.3em;
		white-space: normal;
	}


	#wleague .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#wleague .flex::after {
		content: "";
		display: block;
		width: 30%;
	}

	#wleague .flex li {
		width: 30%;
		text-align: center;
		position: relative;
		position: relative;
	}

	#page-top a {
		right: 20px;
		bottom: 30px;
	}

	#page-top img {
		width: 40px;
	}

	.follow li.insta a {
		top: 100px;
		left: 10px;
	}

	.follow li a {
		margin-left: 0;
	}

	.follow li.face a {
		top: 160px;
		left: 10px;
	}

	.follow li.x a {
		top: 220px;
		left: 10px;
	}

	.follow li.ticket a {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.follow li.event a {
		bottom: 75px;
		right: -121px;
	}

	.follow li.event img {
		width: 40%;
	}

	.event .banner-close {
		bottom: calc(-210px + 141px - -250px);
		right: calc(355px - 15px);
		position: fixed;
		width: 30px;
		height: 30px;
		z-index: 10000;
		display: inline-block;
		background: rgba(255, 255, 255, 0.9);
		border: none;
		border-radius: 50%;
		cursor: pointer;
	}

	footer {
		padding: 40px 0 20px;
	}

	footer .heg {
		text-align: center;
		padding: 0;
	}

	footer .heg a {
		font-size: 16px;
		padding: 0;
	}

	footer .heg a:before {
		width: 75px;
		left: 0px;
        right: 0;margin: auto;
        top: -250%;
	}

	footer nav {
		display: none;
	}

	footer .foot-cont {
		padding-bottom: 20px;
        display: block;
	}

	footer .copy {
		font-size: 12px;
		padding: 20px 0;
		text-align: center;
	}

	footer .add {
		padding-left: 0px;
		padding-bottom: 20px;
        text-align: center;
	}
    footer .snsflex {justify-content: center;}
    footer .snsflex a{margin: 0 1em;}
    footer .sub{display: block;text-align: center;}

}

/* =============================================================================
    under 共通
   ========================================================================== */
/*#under a {color: #0068b7;text-decoration: underline;}
#under a:link {color: #0068b7;}
#under a:visited {color: #0068b7;}
#under a:hover {color: #00877e;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#under a:active {color: #0068b7;}*/

/* #under {padding-bottom: 60px;} */
#under .keyimages {
	height: 290px;
	position: relative;
}

#under .keyimages h2 {
	padding: 109px 0;
	position: relative;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#under .keyimages h2 .sub {
	display: block;
	font-size: 20px;
}

#under .keyimages h2 .yellow {
	color: #ccac00;
}

@media screen and (min-width: 1031px) {
	#under .keyimages {
		margin-top: 80px;
	}
}

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

@media screen and (max-width: 1030px) {
	#under .keyimages {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	#under {
		padding-bottom: 0;
	}

	#under .keyimages {
		height: 200px;
	}

	#under .keyimages h2 {
		padding: 63px 0;
		font-size: 24px;
	}

	#under .keyimages h2 span.box {
		font-size: 30px;
	}

	/* #under h3 {font-size: 20px;} */
	#under .keyimages .key-ttl-wrap {
		padding: 0;
		padding-top: 30px;
	}

	/* #under .keyimages .key-icon {
        height: 60px;
    } */
	#under .keyimages .key-icon img {
		width: 8%;
	}
}

/* =============================================================================
pagenavi
   ========================================================================== */



@media screen and (min-width: 768px) {
	.pagenavi {}

	.pagenavi .wp-pagenavi {
		font-size: 18px;
		font-family: 'Oswald', sans-serif;
		padding: 150px 0 50px;
		display: flex;
		justify-content: center;
	}

	.pagenavi .wp-pagenavi a {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi .pages {
		display: inline-block;
		width: auto;
		border: none;
		color: #999999;
		margin: 0 20px;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi span {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi .current {
		background: #000;
		color: #FFF;
	}

	.pagenavi .wp-pagenavi a.nextpostslink {
		display: inline-block;
		width: auto;
		border: none;
		margin: 0 20px;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.previouspostslink {
		display: inline-block;
		width: auto;
		border: none;
		margin: 0 20px;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.first {
		display: inline-block;
		width: 90px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.last {
		display: inline-block;
		width: 90px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 767px) {
	.pagenavi {}

	.pagenavi .wp-pagenavi {
		font-size: 18px;
		font-family: 'Oswald', sans-serif;
		padding: 50px 0 100px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.pagenavi .wp-pagenavi a {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi .pages {
		display: none;
	}

	.pagenavi .wp-pagenavi span {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi .current {
		background: #000;
		color: #FFF;
	}

	.pagenavi .wp-pagenavi a.nextpostslink {
		display: inline-block;
		width: 40px;
		border: none;
		margin: 0;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.previouspostslink {
		display: inline-block;
		width: 40px;
		border: none;
		margin: 0;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.first {
		display: inline-block;
		width: 90px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.pagenavi .wp-pagenavi a.last {
		display: inline-block;
		width: 90px;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
	}
}



/* =============================================================================

   ========================================================================== */


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

@media screen and (max-width: 767px) {}

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {}

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

@media screen and (max-width: 767px) {}