@charset "UTF-8";

/*
Theme Name:  oceans
Theme URI:   http://www.nagoyaoceans.com/
Author:      Wonders Inc.
Author URI:  http://wonders.jp/
Description: www.nagoyaoceans.com のテーマです
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceans
*/

:root {
	--font__en: "BebasNeue", sans-serif;
}

.f__en {
	font-family: var(--font__en);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

.globalheader {
	width: 100%;
	position: relative;
	z-index: 10;
	background: #0c0c0c url("images/globalheader/bg-upper.gif") repeat-x 50% 0;
	color: white;
}

@media only screen and (max-width: 640px) {
	.globalheader {
		background: #0c0c0c url("images/globalheader/bg-upper-sp.gif") repeat-x 50% 0;
		background-size: 80px auto;
	}
}

.globalheader a {
	color: white;
}

.globalheader-inner {
	height: auto;
	position: relative;
	background: url("images/globalheader/bg-upper-lighter.gif") no-repeat 50% 0;
	border-bottom: 3px solid #e3d494;
}

@media only screen and (max-width: 640px) {
	.globalheader-inner {
		height: 60px;
		background: url("images/globalheader/bg-upper-lighter-sp.gif") no-repeat 50% 0;
		background-size: 320px auto;
	}
}

.globalheader .logoarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 18px;
	z-index: 13;
	gap: 31px;
}

@media only screen and (max-width: 640px) {
	.globalheader .logoarea {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
		left: 15px;
		top: 11px;
	}
}

.globalheader .logoarea .logo-fleague {
	/* width: 140px; */
	/* height: 24px; */
}

@media only screen and (max-width: 640px) {
	/* .globalheader .logoarea .logo-fleague {
		width: 87px;
		height: 15px;
	} */
}

.globalheader .logoarea .logo-fleague a {
	/* width: 140px; */
	/* height: 24px; */
	display: flex;
	width: 260px;
}

@media only screen and (max-width: 640px) {
	.globalheader .logoarea .logo-fleague a {
		width: 150px;
		/* height: 15px; */
	}
}

/* .globalheader .logoarea .logo-abema {
	width: 114px;
	height: 32px;
}

@media only screen and (max-width: 640px) {
	.globalheader .logoarea .logo-abema {
		width: 62px;
		height: 17.5px;
	}
} */

.header__banner_f-league {
	display: flex;
	width: 216px;
}

@media only screen and (max-width: 640px) {
	.header__banner_f-league {
		width: 100px;
	}
}


.globalheader .logoarea .logo {
	display: inline-block;
}

.globalheader .logoarea .logo-10th {
	margin-left: 19px;
}

@media only screen and (max-width: 640px) {
	.globalheader .logoarea .logo-10th {
		margin-left: 12px;
	}
}

.globalheader .logoarea .logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.globalheader .title {
	width: 131px;
	height: 130px;
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	z-index: 13;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.globalheader .title {
		width: 71px;
		height: 71px;
		top: 4px;
	}
}

.globalheader .title img {
	width: 131px;
	height: auto;
}

@media only screen and (max-width: 640px) {
	.globalheader .title img {
		width: 71px;
		height: auto;
	}
}

.globalheader-menuarea {
	position: relative;
	z-index: 12;
	padding: 69px 0 0 0;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea {
		padding: 0;
		z-index: 13;
	}
}

.globalheader-menuarea .overlay {
	width: 100%;
	height: 100%;
	background: #1a1a1a url("images/globalheader/bg-menuopen.gif") repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .overlay {
		opacity: 0;
		-webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-delay: 0s;
		-webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) false;
		transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) false;
	}
}

.globalheader-menuarea .contents {
	height: 52px;
	position: static;
	z-index: 14;
	display: block;
	background: #1a1a1a url("images/globalheader/bg-lower.gif") repeat-x 50% 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
		padding: 75px 0 0 0;
		background: transparent;
		opacity: 0;
		-webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-delay: 0s;
		-webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) false;
		transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) false;
	}
}

.globalheader-menuarea .contents .mainmenu {
	width: 1080px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu {
		width: 200px;
		height: auto;
	}
}

.globalheader-menuarea .contents .mainmenu li {
	height: 52px;
	position: relative;
	float: left;
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li {
		height: auto;
		float: none;
		display: block;
		margin: 5px 0 0 0;
	}
}

.globalheader-menuarea .contents .mainmenu li.news:before,
.globalheader-menuarea .contents .mainmenu li.game:before,
.globalheader-menuarea .contents .mainmenu li.ticket:before,
.globalheader-menuarea .contents .mainmenu li.team:before,
.globalheader-menuarea .contents .mainmenu li.arena:after,
.globalheader-menuarea .contents .mainmenu li.fan:after,
.globalheader-menuarea .contents .mainmenu li.community:after,
.globalheader-menuarea .contents .mainmenu li.academy:after {
	width: 1px;
	height: 60px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	background-color: #292929;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

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

	.globalheader-menuarea .contents .mainmenu li.news:before,
	.globalheader-menuarea .contents .mainmenu li.game:before,
	.globalheader-menuarea .contents .mainmenu li.ticket:before,
	.globalheader-menuarea .contents .mainmenu li.team:before,
	.globalheader-menuarea .contents .mainmenu li.arena:after,
	.globalheader-menuarea .contents .mainmenu li.fan:after,
	.globalheader-menuarea .contents .mainmenu li.community:after,
	.globalheader-menuarea .contents .mainmenu li.academy:after {
		content: none;
		display: none;
	}
}

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

	.globalheader-menuarea .contents .mainmenu li.news,
	.globalheader-menuarea .contents .mainmenu li.game,
	.globalheader-menuarea .contents .mainmenu li.ticket,
	.globalheader-menuarea .contents .mainmenu li.team {
		float: none;
	}
}

.globalheader-menuarea .contents .mainmenu li.news:before,
.globalheader-menuarea .contents .mainmenu li.game:before,
.globalheader-menuarea .contents .mainmenu li.ticket:before,
.globalheader-menuarea .contents .mainmenu li.team:before {
	left: 0;
}

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

	.globalheader-menuarea .contents .mainmenu li.arena,
	.globalheader-menuarea .contents .mainmenu li.fan,
	.globalheader-menuarea .contents .mainmenu li.community,
	.globalheader-menuarea .contents .mainmenu li.academy {
		float: none;
	}
}

.globalheader-menuarea .contents .mainmenu li.arena:after,
.globalheader-menuarea .contents .mainmenu li.fan:after,
.globalheader-menuarea .contents .mainmenu li.community:after,
.globalheader-menuarea .contents .mainmenu li.academy:after {
	right: 0;
}

.globalheader-menuarea .contents .mainmenu li a {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 37px 8px 37px;
	font-size: 1.6428571429em;
	line-height: 30px;
	font-family: "BebasNeue", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li a {
		display: inline-block;
		padding: 5px;
		font-size: 2em;
		line-height: 35px;
	}
}

.globalheader-menuarea .contents .mainmenu li a:hover {
	color: #e3d494;
}

.globalheader-menuarea .contents .mainmenu li.news {
	margin-left: 34px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.news {
		margin-left: 0;
	}
}

.globalheader-menuarea .contents .mainmenu li.ticket {
	margin-left: 1px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.ticket {
		margin-left: 0;
	}
}

.globalheader-menuarea .contents .mainmenu li.team {
	margin-left: 2px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.team {
		margin-left: 0;
	}
}

.globalheader-menuarea .contents .mainmenu li.arena {
	margin-left: 82px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.arena {
		margin-left: 0;
	}
}

.globalheader-menuarea .contents .mainmenu li.arena a {
	padding-right: 34px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.arena a {
		padding-right: 5px;
	}
}

.globalheader-menuarea .contents .mainmenu li.fan a {
	padding-right: 31px;
	padding-left: 28px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.fan a {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.globalheader-menuarea .contents .mainmenu li.community a {
	padding-right: 34px;
	padding-left: 30px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.community a {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.globalheader-menuarea .contents .mainmenu li.academy a {
	padding-right: 32px;
	padding-left: 31px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .mainmenu li.academy a {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.globalheader-menuarea .contents .socialbuttons {
	position: absolute;
	right: 24px;
	top: 20px;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .socialbuttons {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 167px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 33px auto 0;
	}
}

.globalheader-menuarea .contents .socialbuttons li {
	width: 30px;
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .socialbuttons li {
		width: 45px;
	}
}

.globalheader-menuarea .contents .socialbuttons li+li {
	margin-left: 10px;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .socialbuttons li+li {
		margin-left: 16px;
	}
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .contents .socialbuttons .youtube {
		margin: 23px 0 0 0;
	}
}

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

	.globalheader-menuarea .contents .socialbuttons .line,
	.globalheader-menuarea .contents .socialbuttons .tiktok {
		margin: 23px 0 0 16px;
	}
}

.globalheader-menuarea .contents .socialbuttons a {
	opacity: 0.5;
}

.globalheader-menuarea .contents .socialbuttons a:hover {
	opacity: 1;
}

.globalheader-menuarea .buttons {
	display: none;
}

@media only screen and (max-width: 640px) {
	.globalheader-menuarea .buttons {
		width: 68px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 15;
		display: block;
	}
}

.globalheader-menuarea .buttons .menu {
	width: 68px;
	height: 60px;
	position: relative;
	display: block;
}

.globalheader-menuarea .buttons .menu .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.globalheader-menuarea .buttons .menu-open .icon {
	width: 26px;
	height: 19px;
}

.globalheader-menuarea .buttons .menu-close {
	width: 68px;
	height: 60px;
	display: none;
}

.globalheader-menuarea .buttons .menu-close .icon {
	width: 24px;
	height: 24px;
}

.globalheader-menuarea.show {
	width: 100%;
	height: 100%;
	position: fixed;
}

.globalheader-menuarea.show .contents {
	display: block;
}

.globalheader-menuarea.active .overlay {
	opacity: 1;
}

.globalheader-menuarea.active .contents {
	opacity: 1;
}

.globalheader-menuarea.active .buttons .menu-open {
	display: none;
}

.globalheader-menuarea.active .buttons .menu-close {
	display: block;
}

.maincontents {
	position: relative;
	overflow: hidden;
	background: url("images/maincontents/bg.gif") repeat 50% 0;
}

@media only screen and (max-width: 640px) {
	.maincontents {
		background: transparent;
	}
}

.maincontents-inner {
	width: auto;
	max-width: 1080px;
	min-height: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	top: 0;
	margin: 0 auto;
	padding: 37px 60px 120px 60px;
	background: #fff;
}

@media only screen and (max-width: 640px) {
	.maincontents-inner {
		padding: 20px 20px 40px 20px;
	}
}

.maincontents img {
	height: auto;
}

.maincontents h1 {
	padding: 19px 0 28px 0;
	font-size: 2.1428571429em;
	line-height: 40px;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.maincontents h1 {
		padding: 4px 0 0 0;
		font-size: 1.4285714286em;
		line-height: 30px;
	}
}

.maincontents h1:after {
	width: 25px;
	height: 2px;
	content: "";
	display: block;
	margin-top: 30px;
	background: #404040;
}

@media only screen and (max-width: 640px) {
	.maincontents h1:after {
		width: 12px;
		margin-top: 11px;
	}
}

.maincontents-post p {
	margin-top: 9px;
}

@media only screen and (max-width: 640px) {
	.maincontents-post p {
		font-size: 0.9285714286em;
		line-height: 23px;
	}
}

.maincontents-post p+p {
	margin-top: 28px;
}

@media only screen and (max-width: 640px) {
	.maincontents-post p+p {
		margin-top: 23px;
	}
}

.maincontents-post h2,
.maincontents-post h3,
.maincontents-post h4,
.maincontents-post h5,
.maincontents-post h6 {
	margin-top: 38px;
	color: #89040a;
}

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

	.maincontents-post h2,
	.maincontents-post h3,
	.maincontents-post h4,
	.maincontents-post h5,
	.maincontents-post h6 {
		margin-top: 20px;
	}
}

.maincontents-post h2 a,
.maincontents-post h3 a,
.maincontents-post h4 a,
.maincontents-post h5 a,
.maincontents-post h6 a {
	color: #89040a;
}

.maincontents-post h2 {
	font-size: 1.1428571429em;
	line-height: 46px;
}

@media only screen and (max-width: 640px) {
	.maincontents-post h2 {
		font-size: 0.9285714286em;
		line-height: 23px;
	}
}

.maincontents-post hr {
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin: 40px 0;
}

.maincontents-post img {
	margin: 30px 0;
}

@media only screen and (max-width: 640px) {
	.maincontents-post img {
		margin: 40px 0;
	}
}

.categorynavi {
	max-width: 1080px;
	height: 75px;
	margin: -37px -60px 0 -60px;
	padding-bottom: 37px;
}

@media only screen and (max-width: 640px) {
	.categorynavi {
		height: 65px;
		margin: -20px -20px 0 -20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi:after {
		width: 100%;
		height: 1px;
		content: "";
		display: block;
		background: #dedede;
	}
}

.categorynavi-inner {
	height: 100%;
	background: #f1f1f1 url("images/maincontents/bg-categorynavi.png") no-repeat 100% 50%;
	text-align: right;
}

@media only screen and (max-width: 640px) {
	.categorynavi-inner {
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0;
		background: #f1f1f1;
		text-align: left;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

.categorynavi .button {
	display: none;
}

@media only screen and (max-width: 640px) {
	.categorynavi .button {
		width: 45px;
		height: 65px;
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button.disabled .icon {
		opacity: 0.1;
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button .icon {
		width: 7px;
		height: 10px;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button-prev {
		left: 0;
		background-image: -owg-linear-gradient(to right, #f1f1f1, rgba(226, 226, 226, 0));
		background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(rgba(226, 226, 226, 0)));
		background-image: linear-gradient(to right, #f1f1f1, rgba(226, 226, 226, 0));
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button-prev .icon {
		left: 15px;
		background: url("images/maincontents/icon-categorynavi-left-sp.png") no-repeat 50% 50%;
		background-size: 7px auto;
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button-next {
		right: 0;
		background-image: -owg-linear-gradient(to left, #f1f1f1, rgba(226, 226, 226, 0));
		background-image: -webkit-gradient(linear, right top, left top, from(#f1f1f1), to(rgba(226, 226, 226, 0)));
		background-image: linear-gradient(to left, #f1f1f1, rgba(226, 226, 226, 0));
	}
}

@media only screen and (max-width: 640px) {
	.categorynavi .button-next .icon {
		right: 15px;
		background: url("images/maincontents/icon-categorynavi-right-sp.png") no-repeat 50% 50%;
		background-size: 7px auto;
	}
}

.categorynavi ul {
	height: 100%;
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 640px) {
	.categorynavi ul {
		width: 100%;
		height: 65px;
		position: relative;
		z-index: 1;
		margin: 0 auto;
		padding: 0 20px;
	}
}

.categorynavi li {
	height: 100%;
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 40px;
}

@media only screen and (max-width: 640px) {
	.categorynavi li {
		margin: 0;
		padding: 0 25px;
	}
}

.categorynavi li:before {
	width: 1px;
	height: 13px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background: #d8d8d8;
}

@media only screen and (max-width: 640px) {
	.categorynavi li:first-child:before {
		content: none;
	}
}

.categorynavi .link {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 27px 0 24px 0;
	font-size: 0.9285714286em;
	line-height: 24px;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
	.categorynavi .link {
		padding: 22px 0 19px 0;
	}
}

.categorynavi .link.active {
	border-bottom: 2px solid #111;
}

.categorynavi .link.active:hover {
	opacity: 1;
	cursor: default;
}

.categorynavi a.link:hover {
	opacity: 0.4;
}

.pagetitlearea {
	width: 100%;
	height: 290px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #151515;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea {
		height: 145px;
	}
}

.pagetitlearea-inner {
	width: 1300px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	left: -100%;
	margin: 0 auto;
	background-image: url("images/maincontents/bg-pagetitlearea.jpg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea-inner {
		width: 100%;
		height: 145px;
		content: "";
		position: absolute;
		padding: 0;
		background-position: 50% 50%;
		background-size: cover;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.pagetitlearea-inner:before {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		background: rgba(17, 17, 17, 0.5);
	}
}

.pagetitlearea .content {
	width: 100%;
	max-width: 980px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	padding: 0 10px;
}

.pagetitlearea .content-inner {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea .content-inner {
		position: relative;
	}
}

.pagetitlearea .title-en {
	margin: 0;
	padding: 0;
	font-size: 5.7142857143em;
	line-height: 90px;
	font-family: "BebasNeue", sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea .title-en {
		display: inline-block;
		padding: 16px 0 22px 0;
		font-size: 3.4285714286em;
		line-height: 37px;
	}
}

.pagetitlearea .title-ja {
	display: block;
	margin: -3px 0 0 0;
	padding: 0;
	font-size: 1.2857142857em;
	line-height: 33px;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea .title-ja {
		margin-top: -7px;
		font-size: 0.7142857143em;
		line-height: 15px;
	}
}

.pagetitlearea .title-ja:before {
	width: 25px;
	height: 2px;
	content: "";
	display: block;
	background: #c3c3c3;
	margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
	.pagetitlearea .title-ja:before {
		width: 12px;
		height: 1px;
		margin: 0 auto 14px auto;
	}
}

.pagetitlearea .title-ja:after {
	content: none;
}

.block {
	margin-top: 60px;
}

@media only screen and (max-width: 640px) {
	.block {
		margin-top: 20px;
	}
}

.block .navigations {
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.block .navigations {
		overflow: hidden;
	}
}

.block .navigations .navi {
	min-width: 100px;
	display: inline-block;
	font-size: 1.0714285714em;
	line-height: 26px;
	font-weight: bold;
}

.block .navigations .navi,
.block .navigations .navi:link,
.block .navigations .navi:visited,
.block .navigations .navi a,
.block .navigations .navi a:link,
.block .navigations .navi a:visited {
	color: #be1a1b;
	text-decoration: none;
}

.block .navigations .navi:hover,
.block .navigations .navi:active,
.block .navigations .navi a:hover,
.block .navigations .navi a:active {
	text-decoration: underline;
}

.block .navigations .navi-prev {
	margin-right: 25px;
	padding-left: 21px;
	background: url("images/maincontents/icon-left.png") no-repeat 0 50%;
}

@media only screen and (max-width: 640px) {
	.block .navigations .navi-prev {
		float: left;
		margin-left: 0;
		padding-left: 22px;
		background: url("images/maincontents/icon-left-sp.png") no-repeat 0 50%;
		background-size: 9px auto;
	}
}

.block .navigations .navi-next {
	margin-left: 25px;
	padding-right: 21px;
	background: url("images/maincontents/icon-right.png") no-repeat 100% 50%;
}

@media only screen and (max-width: 640px) {
	.block .navigations .navi-next {
		float: right;
		margin-left: 0;
		padding-right: 22px;
		background: url("images/maincontents/icon-right-sp.png") no-repeat 100% 50%;
		background-size: 9px auto;
	}
}

.block .navigations .navi-back {
	padding-left: 21px;
	background: url("images/maincontents/icon-left.png") no-repeat 0 50%;
}

@media only screen and (max-width: 640px) {
	.block .navigations .navi-back {
		padding-left: 22px;
		background: url("images/maincontents/icon-left-sp.png") no-repeat 0 50%;
		background-size: 9px auto;
	}
}

.blocktitle-stripe {
	padding: 13px 24px;
	background: #eee url("images/maincontents/bg-blocktitle-stripe.gif") repeat 50% 50%;
	border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 640px) {
	.blocktitle-stripe {
		margin: 0 -20px;
		padding: 7px 20px 6px 20px;
		background: #eee url("images/maincontents/bg-blocktitle-stripe-sp.gif") repeat 50% 50%;
		background-size: 20px auto;
		border-bottom: 2px solid #e6e6e6;
	}
}

.blocktitle-stripe .title {
	display: inline-block;
	margin: 0;
	color: #000;
	font-size: 1.2857142857em;
	line-height: 24px;
	font-weight: bold;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.blocktitle-stripe .title {
		font-size: 1.0714285714em;
		line-height: 24px;
	}
}

.blockcontent {
	margin-top: 30px;
}

.notfound,
.comingsoon {
	margin: -17px -40px -40px -40px;
	padding: 120px 50px 142px 50px;
	background: #f4f4f4;
	text-align: center;
}

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

	.notfound,
	.comingsoon {
		margin: 0;
		padding: 37px 30px 48px 30px;
	}
}

.notfound .label,
.comingsoon .label {
	font-size: 2.1428571429em;
	line-height: 36px;
	font-weight: bold;
}

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

	.notfound .label,
	.comingsoon .label {
		font-size: 1.2857142857em;
		line-height: 25px;
	}
}

.notfound .description,
.comingsoon .description {
	margin-top: 68px;
}

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

	.notfound .description,
	.comingsoon .description {
		margin-top: 35px;
		text-align: left;
	}
}

.notfound .description p,
.comingsoon .description p {
	font-size: 1em;
	line-height: 28px;
}

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

	.notfound .description p,
	.comingsoon .description p {
		font-size: 0.9285714286em;
		line-height: 23px;
	}
}

.notfound .description p+p,
.comingsoon .description p+p {
	margin-top: 16px;
}

.notfound .link,
.comingsoon .link {
	display: inline-block;
	margin-top: 68px;
	padding-right: 22px;
	background: url("images/maincontents/icon-right-large.png") no-repeat 100% 0.3em;
	color: #89040a;
	font-size: 2em;
	line-height: 34px;
	font-family: "BebasNeue", sans-serif;
	font-weight: bold;
}

.notfound .link,
.notfound .link:link,
.notfound .link:visited,
.comingsoon .link,
.comingsoon .link:link,
.comingsoon .link:visited {
	text-decoration: none;
}

.notfound .link:hover,
.notfound .link:active,
.comingsoon .link:hover,
.comingsoon .link:active {
	text-decoration: underline;
}

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

	.notfound .link,
	.comingsoon .link {
		margin-top: 34px;
		background: url("images/maincontents/icon-right-large-sp.png") no-repeat 100% 0.3em;
		background-size: 9px auto;
		font-size: 1.5714285714em;
		line-height: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.articlelist .list {
		margin: 16px 0 0 0;
	}
}

.articlelist .item {
	width: 100%;
	display: table;
	padding: 26px 0 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 640px) {
	.articlelist .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		padding: 11px 0;
	}
}

.articlelist .date {
	width: 116px;
	display: table-cell;
	margin: 0;
	padding: 0 20px 0 21px;
	color: #b31515;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.articlelist .date {
		display: block;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 0.7857142857em;
		line-height: 16px;
	}
}

.articlelist .name {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.articlelist .name {
		display: block;
		margin-top: 2px;
		padding: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.articlelist .categories {
	width: 254px;
	display: table-cell;
	margin: 0;
	padding: 0 0 0 20px;
	color: #b31515;
	font-size: 0.8571428571em;
	line-height: 16px;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.articlelist .categories {
		display: block;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 0.7857142857em;
		line-height: 16px;
	}
}

.articlelist .navigations {
	padding: 58px 0 38px 0;
}

@media only screen and (max-width: 640px) {
	.articlelist .navigations {
		padding: 38px 0 33px 0;
	}
}

.articlelist .navigations a,
.articlelist .navigations a:link,
.articlelist .navigations a:visited {
	text-decoration: none;
}

.articlelist .navigations a:hover,
.articlelist .navigations a:active {
	text-decoration: underline;
}

.block-texttemplate {
	margin-top: 0;
}

.block-texttemplate h2 {
	margin: 60px 0 30px 0;
	padding: 13px 24px;
	background: #eee url("images/maincontents/bg-blocktitle-stripe.gif") repeat 50% 50%;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	font-size: 1.2857142857em;
	line-height: 24px;
	font-weight: bold;
	vertical-align: middle;
}

@media only screen and (max-width: 640px) {
	.block-texttemplate h2 {
		margin: 30px -20px 15px -20px;
		padding: 7px 20px 6px 20px;
		background: #eee url("images/maincontents/bg-blocktitle-stripe-sp.gif") repeat 50% 50%;
		background-size: 20px auto;
		border-bottom: 2px solid #e6e6e6;
		font-size: 1.0714285714em;
		line-height: 24px;
	}
}

.block-texttemplate h2:first-child {
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
	.block-texttemplate h2:first-child {
		margin-top: 15px;
	}
}

.block-texttemplate h3 {
	margin: 30px 0 0 0;
	color: #89040a;
	font-size: 1.14286em;
	line-height: 24px;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.block-texttemplate h3 {
		margin-top: 15px;
	}
}

.block-texttemplate p {
	margin: 10px 0 0 0;
}

.block-texttemplate p+p {
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	.block-texttemplate p+p {
		margin-top: 30px;
	}
}

.block-texttemplate ol,
.block-texttemplate ul {
	margin-top: 30px;
	counter-reset: index;
}

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

	.block-texttemplate ol,
	.block-texttemplate ul {
		margin-top: 30px;
	}
}

.block-texttemplate ol li,
.block-texttemplate ul li {
	position: relative;
	margin-top: 28px;
	padding-left: 40px;
}

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

	.block-texttemplate ol li,
	.block-texttemplate ul li {
		margin-top: 13px;
		padding-left: 35px;
	}
}

.block-texttemplate ol li:first-child,
.block-texttemplate ul li:first-child {
	margin-top: 0;
}

.block-texttemplate ol li:before,
.block-texttemplate ul li:before {
	width: 25px;
	height: 25px;
	counter-increment: index;
	content: counter(index);
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: url("images/maincontents/icon-num.png") no-repeat 0 0;
	background-size: 25px auto;
	color: #fff;
	text-align: center;
	font-size: 0.8571428571em;
	line-height: 25px;
}

.block-texttemplate ul li {
	padding-left: 25px;
}

@media only screen and (max-width: 640px) {
	.block-texttemplate ul li {
		padding-left: 25px;
	}
}

.block-texttemplate ul li:before {
	width: 12px;
	height: 12px;
	content: "";
	top: 0.45em;
	background-size: 12px auto;
}

.block-articlesingle {
	max-width: 690px;
	margin: 0 auto;
	padding: 32px 0 110px 0;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle {
		padding: 30px 0 110px 0;
	}
}

.block-articlesingle .blocktitle .articleinfo {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #b31515;
	font-size: 0.8571428571em;
	line-height: 16px;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .blocktitle .articleinfo {
		border-bottom: 0;
	}
}

.block-articlesingle .blocktitle .articleinfo .date {
	display: inline-block;
	margin: 0 30px 0 0;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .blocktitle .articleinfo .date {
		margin: 0 5px 0 0;
	}
}

.block-articlesingle .blocktitle .articleinfo .categories {
	display: inline-block;
	margin: 0;
}

.block-articlesingle .blocktitle .title {
	margin: 28px 0 32px 0;
	font-weight: bold;
	font-size: 1.4285714286em;
	line-height: 26px;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .blocktitle .title {
		margin: 4px 0 16px 0;
		font-size: 1.4285714286em;
		line-height: 30px;
	}
}

.block-articlesingle .blockcontent {
	border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .blockcontent {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid #e3d494;
	}
}

.block-articlesingle a {
	color: #be1a1b;
}

.block-articlesingle .mypicsgallery {
	margin: 60px 0 90px -10px;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .mypicsgallery {
		margin: 40px 0 40px -5px;
	}
}

.block-articlesingle .mypicsgallery a {
	width: 165px;
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .mypicsgallery a {
		margin: 5px 0 0 5px;
	}
}

.block-articlesingle .mypicsgallery img {
	width: 165px;
	height: auto;
	margin: 0;
}

.block-articlesingle .gallery {
	margin: 60px 0 90px -10px;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .gallery {
		margin: 40px 0 40px -5px;
	}
}

.block-articlesingle .gallery .gallery-item {
	width: 165px;
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .gallery .gallery-item {
		margin: 5px 0 0 5px;
	}
}

.block-articlesingle .gallery img {
	width: 165px;
	height: auto;
	margin: 0;
}

.block-articlesingle .navigations {
	padding: 52px 0;
}

@media only screen and (max-width: 640px) {
	.block-articlesingle .navigations {
		padding: 40px 0 53px 0;
	}
}

.playersarchive {
	margin: 40px auto 0 auto;
}

@media only screen and (max-width: 640px) {
	.playersarchive {
		max-width: 480px;
		margin-top: 20px;
	}
}

.playersarchive-list {
	margin: -4px 0 0 -4px;
	overflow: hidden;
}

.playersarchive-item {
	width: 237px;
	height: 410px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 4px 0 0 4px;
}

@media only screen and (max-width: 640px) {
	.playersarchive-item {
		width: 33.33%;
		height: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 2px 0 0 2px;
	}
}

.playersarchive .link {
	height: 0;
	display: block;
	position: relative;
	padding-bottom: 172.99578%;
}

.playersarchive .no {
	width: 52px;
	height: 52px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	padding: 10px 0 6px 0;
	background: url("images/team/bg-no.png") no-repeat 50% 50%;
	color: #fff;
	font-size: 1.7857142857em;
	line-height: 36px;
	font-family: "BebasNeue", sans-serif;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.playersarchive .no {
		width: 28px;
		height: 28px;
		left: 8px;
		top: 8px;
		padding: 4px 0 0 0;
		background-size: 27px auto;
		font-size: 0.9285714286em;
		line-height: 24px;
	}
}

.playersarchive .photo {
	display: block;
}

.playersarchive .info {
	width: 100%;
	height: 154px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	background-image: url("images/team/bg-playersarchive-red.png");
	background-repeat: no-repeat;
	color: #fff;
	font-family: "BebasNeue", sans-serif;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.playersarchive .info {
		height: 39%;
		padding-top: 10px;
		background-image: url("images/team/bg-playersarchive-red-sp.png");
		background-size: cover;
	}
}

.playersarchive .info-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.playersarchive .position {
	display: block;
	margin-top: 5px;
	font-size: 1.4285714286em;
	line-height: 30px;
}

@media only screen and (max-width: 640px) {
	.playersarchive .position {
		font-size: 0.7857142857em;
		line-height: 15px;
	}
}

.playersarchive .name {
	display: block;
	margin: 4px 0 0 0;
	font-size: 2.1428571429em;
	line-height: 28px;
}

@media only screen and (max-width: 640px) {
	.playersarchive .name {
		margin-top: 3px;
		font-size: 1.2142857143em;
		line-height: 15px;
	}
}

.playersarchive .firstname {
	font-weight: bold;
}

.playersarchive a.link .info-inner:after {
	width: 18px;
	height: 18px;
	content: "";
	display: inline-block;
	margin: 7px auto 0 auto;
	background: url("images/team/icon-link.png") no-repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
	.playersarchive a.link .info-inner:after {
		width: 10px;
		height: 10px;
		background-size: 10px auto;
	}
}

.playersarchive a.link:hover .photo {
	background-color: #000;
}

.playersarchive a.link:hover .photo img {
	opacity: 0.65;
}

@media only screen and (max-width: 640px) {
	.playersarchive div.link .info-inner {
		padding: 15px 0;
	}
}

.playersarchive-item-staff .info {
	background-image: url("images/team/bg-playersarchive-black.png");
}

@media only screen and (max-width: 640px) {
	.playersarchive-item-staff .info {
		background-image: url("images/team/bg-playersarchive-black-sp.png");
		background-size: cover;
	}
}

@media only screen and (max-width: 640px) {
	.playersarchive-satellite .link {
		padding-bottom: 190%;
	}
}

.playersarchive-satellite .info {
	height: 175px;
	padding-right: 14px;
	padding-left: 14px;
	background-image: url("images/academy/bg-playersarchive-red.png");
}

@media only screen and (max-width: 640px) {
	.playersarchive-satellite .info {
		height: 39%;
		padding-top: 0;
		padding-right: 10px;
		padding-left: 10px;
		background-image: url("images/academy/bg-playersarchive-red-sp.png");
		background-size: cover;
	}
}

.playersarchive-satellite .info-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.playersarchive-satellite .name {
	margin-top: 8px;
	font-size: 1.2857142857em;
	line-height: 22px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.playersarchive-satellite .name {
		margin-top: 3px;
		font-size: 0.8571428571em;
		line-height: 15px;
	}
}

.playersarchive-satellite .name-en {
	display: block;
	padding-top: 5px;
	font-size: 0.8214285714em;
	line-height: 16px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 640px) {
	.playersarchive-satellite .name-en {
		padding-top: 6px;
		font-size: 0.5em;
		line-height: 10px;
	}
}

.playersarchive-satellite .profile {
	padding-top: 13px;
	font-size: 0.9285714286em;
	line-height: 18px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 640px) {
	.playersarchive-satellite .profile {
		padding-top: 6px;
		font-size: 0.5em;
		line-height: 10px;
	}
}

.playersarchive .playersarchive-item-staff .info {
	background-image: url("images/academy/bg-playersarchive-black.png");
}

@media only screen and (max-width: 640px) {
	.playersarchive .playersarchive-item-staff .info {
		background-image: url("images/academy/bg-playersarchive-black-sp.png");
		background-size: cover;
	}
}

.twocolumns {
	overflow: hidden;
	margin-left: -20px;
}

@media only screen and (max-width: 640px) {
	.twocolumns {
		margin-left: 0;
	}
}

.twocolumns .column {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

@media only screen and (max-width: 640px) {
	.twocolumns .column {
		width: auto;
		float: none;
		padding-left: 0;
	}
}

.threecolumns {
	overflow: hidden;
	margin-left: -30px;
}

@media only screen and (max-width: 640px) {
	.threecolumns {
		margin-left: 0;
	}
}

.threecolumns .column {
	width: 33.33%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}

@media only screen and (max-width: 640px) {
	.threecolumns .column {
		width: auto;
		float: none;
		padding-left: 0;
	}
}

.fourcolumns {
	overflow: hidden;
	margin-left: -20px;
}

@media only screen and (max-width: 640px) {
	.fourcolumns {
		margin-top: -25px;
		margin-left: 0;
	}
}

.fourcolumns .column {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

@media only screen and (max-width: 640px) {
	.fourcolumns .column {
		width: auto;
		float: none;
		margin-top: 25px;
		padding-left: 0;
	}
}

.gametable {
	margin-top: 15px;
}

.gametable table {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.gametable table {
		border: 1px solid #d8d8d8;
	}
}

.gametable th,
.gametable td {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 1em;
	line-height: 20px;
}

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

	.gametable th,
	.gametable td {
		border: 0;
		font-size: 0.8571428571em;
		line-height: 16px;
	}
}

.gametable th .merged,
.gametable td .merged {
	display: none;
}

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

	.gametable th .merged,
	.gametable td .merged {
		display: block;
		color: #ac9329;
		font-size: 0.6428571429em;
		line-height: 14px;
	}
}

.gametable tr.head th {
	color: #b31515;
}

@media only screen and (max-width: 640px) {
	.gametable tr.head th {
		background: #f0f0f0;
		color: #000;
		font-size: 0.9285714286em;
		line-height: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.gametable tr.head .card .merged {
		font-size: 0.7857142857em;
		line-height: 14px;
	}
}

@media only screen and (max-width: 640px) {
	.gametable tr:nth-child(even) td {
		background-color: #f0f0f0;
	}
}

.gametable tr.year th {
	padding: 4px 0;
	background: #f3f3f3;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.gametable tr.year th {
		background: #e9dda9;
	}
}

.gametable .match {
	width: 80px;
}

@media only screen and (max-width: 640px) {
	.gametable .match {
		width: 40px;
	}
}

.gametable .sec {
	width: 80px;
}

@media only screen and (max-width: 640px) {
	.gametable .sec {
		width: 25px;
	}
}

.gametable .date {
	width: 160px;
}

@media only screen and (max-width: 640px) {
	.gametable .date {
		width: 78px;
	}
}

@media only screen and (max-width: 640px) {
	.gametable .place {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.gametable .venue {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.gametable .release {
		display: none;
	}
}

.gametable .result {
	width: 160px;
}

@media only screen and (max-width: 640px) {
	.gametable .result {
		width: 60px;
	}
}

.gametable td.result {
	font-size: 1.2857142857em;
	line-height: 20px;
}

@media only screen and (max-width: 640px) {
	.gametable td.result {
		font-size: 1.2142857143em;
		line-height: 20px;
	}
}

.gametable td.pcode {
	font-size: 1.2857142857em;
	line-height: 20px;
}

@media only screen and (max-width: 640px) {
	.gametable td.pcode {
		font-size: 1.2142857143em;
		line-height: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.gametable .lcode {
		display: none;
	}
}

.gametable td.lcode {
	font-size: 1.2857142857em;
	line-height: 20px;
}

.gametable .icon-note {
	color: #b31515;
	font-size: 0.7142857143em;
	line-height: 20px;
}

.gametable-notices {
	margin-top: 8px;
	font-size: 0.8571428571em;
	line-height: 18px;
}

@media only screen and (max-width: 640px) {
	.gametable-notices {
		margin-top: 4px;
		font-size: 0.7142857143em;
		line-height: 18px;
	}
}

.gametable-notices p {
	margin-top: 2px;
}

.gametable-notices .icon-note {
	margin-right: 4px;
	font-size: 100%;
}

.bannerlist {
	margin-top: 30px;
}

.bannerlist .list {
	overflow: hidden;
	margin: -16px 0 0 -20px;
}

@media only screen and (max-width: 640px) {
	.bannerlist .list {
		margin: -18px 0 0 -10px;
	}
}

.bannerlist .item {
	width: 176px;
	float: left;
	margin: 16px 0 0 20px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.bannerlist .item {
		width: 105px;
		margin: 18px 0 0 10px;
	}
}

.bannerlist .link {
	display: block;
}

.bannerlist .name {
	width: 100%;
	height: 36px;
	display: table;
}

@media only screen and (max-width: 640px) {
	.bannerlist .name {
		height: 54px;
	}
}

.bannerlist .label {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.8571428571em;
	line-height: 18px;
}

.relational-links {
	margin: 80px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.relational-links {
		margin: 30px 0;
		padding: 0 30px;
	}
}

.relational-links ul {
	margin-top: -30px;
}

@media only screen and (max-width: 640px) {
	.relational-links ul {
		margin: 0;
	}
}

.relational-links li {
	display: inline-block;
	margin: 30px 8px 0 8px;
}

@media only screen and (max-width: 640px) {
	.relational-links li {
		display: block;
		margin: 0;
	}
}

@media only screen and (max-width: 640px) {
	.relational-links li+li {
		margin-top: 15px;
	}
}

.relational-links .grade {
	color: #b31515;
}

.relational-links a {
	min-width: 280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	border: 1px solid #ccc;
	padding: 9px 37px 8px 15px;
	text-align: left;
}

.relational-links a,
.relational-links a:link,
.relational-links a:visited {
	text-decoration: none;
}

.relational-links a:hover,
.relational-links a:active {
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
	.relational-links a {
		min-width: 0;
		padding: 12px 27px 12px 15px;
		font-size: 0.8571428571em;
		line-height: 18px;
	}
}

.relational-links a:before {
	width: 10px;
	height: 14px;
	content: "";
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	display: block;
	margin: auto 0;
	background: url("images/maincontents/icon-relational-links.png") no-repeat 50% 0;
}

@media only screen and (max-width: 640px) {
	.relational-links a:before {
		width: 9px;
		height: 14px;
		right: 15px;
		background: url("images/maincontents/icon-relational-links-sp.png") no-repeat 50% 0;
		background-size: 9px auto;
	}
}

.relational-links a:hover {
	background-color: #b31515;
	border-color: #b31515;
	color: #fff;
	text-decoration: none;
}

.relational-links a:hover:before {
	background-position: 50% -14px;
}

@media only screen and (max-width: 640px) {
	.relational-links a:hover:before {
		background-position: 50% -28px;
	}
}

.relational-links a:hover .grade {
	color: #fff;
}

.relational-links-2 {
	margin: 35px 0 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 {
		margin: 15px 0 40px;
		padding: 0 30px;
	}
}

.relational-links-2 p.text {
	font-size: 16px;
	font-weight: bold;
	color: #B31515;
	letter-spacing: 0.04em;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 p.text {
		font-size: 13.5px;
	}
}

.relational-links-2 ul {
	margin-top: 14px;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 ul {
		margin: 15px 0 0;
	}
}

.relational-links-2 li {
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 li {
		display: block;
		margin: 0;
	}
}

@media only screen and (max-width: 640px) {
	.relational-links-2 li+li {
		margin-top: 15px;
	}
}

.relational-links-2 .grade {
	color: #b31515;
}

.relational-links-2 a {
	min-width: 353px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 9px 37px 8px 15px;
	text-align: center;
	border: 1px solid #b31515;
	background-color: #b31515;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.relational-links-2 a .grade {
	color: #fff;
}

.relational-links-2 a,
.relational-links-2 a:link,
.relational-links-2 a:visited,
.relational-links-2 a:hover,
.relational-links-2 a:active {
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 a {
		min-width: 0;
		padding: 12px 27px 12px 15px;
		font-size: 0.8571428571em;
		line-height: 18px;
	}
}

.relational-links-2 a:before {
	width: 10px;
	height: 14px;
	content: "";
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	display: block;
	margin: auto 0;
	background: url("images/maincontents/icon-relational-links-2.png") no-repeat 50% 0;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 a:before {
		width: 9px;
		height: 14px;
		right: 15px;
		background: url("images/maincontents/icon-relational-links-sp-2.png") no-repeat 50% 0;
		background-size: 9px auto;
	}
}

.relational-links-2 a:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
	color: #B31515;
}

.relational-links-2 a:hover:before {
	background-position: 50% -14px;
}

@media only screen and (max-width: 640px) {
	.relational-links-2 a:hover:before {
		background-position: 50% -28px;
	}
}

.icon-game-home,
.icon-game-away,
.icon-game-central,
.icon-game-playoff {
	width: 23px;
	height: 23px;
	display: inline-block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 23px auto;
	vertical-align: middle;
}

.icon-game-home {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuBAMAAACllzYEAAAALVBMVEUAAACzFRWzFRWzFRWzFRWzFRWzFRWzFRXKe3u/SEji4uLWr6/cyMizFRWzFRVqSxl/AAAAD3RSTlMAJa3x/yfv8///////KPIURIaAAAAAXElEQVR4AWNgVHbBBEYCDGEu2EAqgwpWcScGE6zi7gwu2MGgFffoaHGZ0TEFQ9xr1RKXrlUtw1B89e5TWMWBgHTxkRFumOlkqKRzXPkUZ76+hlU8l4FVD4vwowAARGFEZSTm3YEAAAAASUVORK5CYII=");
}

.icon-game-away {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAQAAAD9sOO8AAABDklEQVR4Ae3XKayEMBAG4PFeYknxz+Pr8cHj6/H44Ku7Hh/8eK/39Ht3moEg/71fuK+PZPqXg4g458A7PgGHHQfOr7ThDRSWYcOGOMgmfAikCoIeDqQ24MMD8H/8H3dp8Gjcn7I0WDTeK/wPjTuFZ2i8muAei5cTvIfiETVx6ZD4IDmJywqJSxC7uCyRuGRlJVVH4nUiS7kNDrepGBJJD8OlOVWBHAofFShNWqNwyUqr1i0Kb1WdR8kLCm8SqIcRg9tF3GNws4i3GFy6vLsNNm43CNyrIOpti8C72TNcni8Ggbt5A0rVEXgfa61z727D8P/F9Sn4P/7QX8UH/+QWD/s9L+5//4H3UHjPgQ3RGYPDYxq5WMcFAAAAAElFTkSuQmCC");
}

.icon-game-central {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAS1BMVEUYQ2QAAAAYQ2QYQ2QYQ2QYQ2QYQ2QYQ2QYQ2RLZ3B9i3xkenawsIgYQ2QlTGejp4Xj1JQxVWo+Xm2XnYJYcHPWy5HKwo69uYuKlH9Szm20AAAACXRSTlOtAPHvJyXzKPIe9TorAAAAl0lEQVR4Ae3VRQKEMBQE0cY1ngD3v+i4LfuPW60fEAOQVcgVVY4qQ1kouqIElCAgl/AaStSfS7gezDguHcn9ZHcFjs/2UM/waI8lhvcbaLTejsgT3GzcsL+qI/i4d4/lXd/3jub7foO7ruv067eJ5/wR4w8w9XoQL9+9X+19Q+A/HBf9OZ/0Ryn8DTeSn3yDrETL4RZltgZLPWugh9oXlQAAAABJRU5ErkJggg==");
}

.icon-game-playoff {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAASFBMVEX7zSEAAAD7zSH7zSH7zSH7zSH7zSH7zSH7zSHDoSD7zSFUSB3RrCCMdR8qJxx+ah7twiGZfx9iVB5wXx61lR8cHBw4Mh3ftyA8IGPqAAAACXRSTlOtAO/xJyUo8/Lz2HhWAAAAsklEQVR4Xu2VvQ6DMAwGHQgUOwn/bd//TUv0VWVyZW+txA1BJ92QAccUOmrFREtdoNiImSYSiQOi1pPfSFwY8isvgD8BTymty6zk9zePDN+gY9ZzBHPVcqqag6XqeKqaM9crpMMy7gHVchFGji/0Wy6/lD99+e7JU6rnZs0Bu/JJ7Pm47mLOIX+dm39gYB0PAdbhg5hGuxwIALnoD4fOlVtwLkrvGu49S76nEGmwxQPF8AKuyF8fnIeDywAAAABJRU5ErkJggg==");
}

.blocklist-num li {
	margin-top: 28px;
	padding-left: 40px;
}

.blocklist-num li:first-child {
	margin-top: 0;
}

.blocklist-num li.num-01 {
	background: url("images/maincontents/icon-num-01.png") no-repeat left top;
	background-size: 25px 25px;
}

.blocklist-num li.num-02 {
	background: url("images/maincontents/icon-num-02.png") no-repeat left top;
	background-size: 25px 25px;
}

.blocklist-num li.num-03 {
	background: url("images/maincontents/icon-num-03.png") no-repeat left top;
	background-size: 25px 25px;
}

@media only screen and (max-width: 640px) {
	.blocklist-num li {
		margin-top: 13px;
		padding-left: 35px;
	}
}

.globalfooter {
	background: #000;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.globalfooter {
		border-top: 3px solid #e3d494;
	}
}

.globalfooter a {
	color: #fff;
}

.globalfooter a,
.globalfooter a:link,
.globalfooter a:visited {
	text-decoration: none;
}

.globalfooter a:hover,
.globalfooter a:active {
	text-decoration: underline;
}

.globalfooter .bannerarea {
	padding: 40px 20px;
	background: #1b1b1b url("images/globalfooter/bg.gif") repeat 50% 50%;
}

@media only screen and (max-width: 640px) {
	.globalfooter .bannerarea {
		padding: 30px 20px;
		background: #1b1b1b url("images/globalfooter/bg-sp.gif") repeat 50% 50%;
		background-size: 40px auto;
	}
}

.globalfooter .banners {
	max-width: 1285px;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners {
		width: auto;
		position: relative;
		margin: 0 -20px;
		padding: 0 50px;
	}
}

.globalfooter .banners .list {
	/* display: inline-block; */
	overflow: hidden;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list {
		width: auto;
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding-bottom: 32.258%;
	}
}

.globalfooter .banners .list .item {
	width: calc((100% - 45px) / 4);
	height: 100px;
	float: left;
	margin: 0;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item {
		width: 100%;
		height: auto;
		position: absolute;
		float: none;
		left: 0;
		z-index: 1;
	}
}

.globalfooter .banners .list .item+.item {
	margin-left: 15px;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item+.item {
		margin-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item.easing {
		-webkit-transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-delay: 0s;
		-webkit-transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1) false;
		transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1) false;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item.prev {
		left: -100%;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item.next {
		left: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .list .item.active {
		left: 0;
		z-index: 2;
	}
}

.globalfooter .banners .button {
	display: none;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .button {
		width: 50px;
		height: 0;
		display: block;
		position: absolute;
		top: 0;
		padding-bottom: 32.2%;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .button-prev {
		left: 0;
		background: url("images/globalfooter/icon-footerbanner-prev-sp.png") no-repeat 50% 50%;
		background-size: 9px auto;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .button-next {
		right: 0;
		background: url("images/globalfooter/icon-footerbanner-next-sp.png") no-repeat 50% 50%;
		background-size: 9px auto;
	}
}

.globalfooter .banners .indicator {
	display: none;
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .indicator {
		height: 38px;
		padding: 14px 0 0 0;
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	.globalfooter .banners .indicator .item {
		width: 10px;
		height: 10px;
		position: relative;
		display: inline-block;
	}

	.globalfooter .banners .indicator .item:before,
	.globalfooter .banners .indicator .item:after {
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-color: transparent;
		border-width: 5px;
		margin-top: -5px;
	}

	.globalfooter .banners .indicator .item:before {
		right: 50%;
		border-right-color: #898989;
	}

	.globalfooter .banners .indicator .item:after {
		left: 50%;
		border-left-color: #717171;
	}

	.globalfooter .banners .indicator .item.active:before {
		border-right-color: #d6c275;
	}

	.globalfooter .banners .indicator .item.active:after {
		border-left-color: #eadfab;
	}

	.globalfooter .banners .indicator .item+.item {
		margin-left: 7px;
	}
}

.globalfooter .futsal2020 {
	width: 960px;
	display: block;
	margin: 15px auto 0 auto;
}

@media only screen and (max-width: 640px) {
	.globalfooter .futsal2020 {
		width: auto;
		margin-top: 5px;
	}
}

.globalfooter .utils {
	height: 70px;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils {
		height: auto;
		padding: 0 0 70px 0;
		background: #000;
	}
}

.globalfooter .utils .links {
	height: 14px;
	position: absolute;
	top: 28px;
	left: 24px;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils .links {
		position: static;
		padding: 18px 0;
		background: #1b1b1b url("images/globalfooter/bg-sp.gif") repeat 50% 50%;
		background-size: 40px auto;
		border-top: 1px solid #282828;
		text-align: center;
	}
}

.globalfooter .utils .links li {
	display: inline-block;
	font-size: 0.7857142857em;
	line-height: 14px;
	vertical-align: top;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils .links li {
		font-size: 0.7142857143em;
		line-height: 14px;
	}
}

.globalfooter .utils .links li+li:before {
	content: "|";
	margin: 0 14px 0 15px;
	color: #262626;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils .links li+li:before {
		margin: 0 14px 0 10px;
	}
}

.globalfooter .utils .copyright {
	width: 205px;
	position: absolute;
	top: 28px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-family: "BebasNeue", sans-serif;
	font-size: 0.8571428571em;
	line-height: 18px;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils .copyright {
		width: 187px;
		top: auto;
		right: auto;
		bottom: 29px;
		left: 20px;
	}
}

.globalfooter .utils .logo {
	width: 74px;
	position: absolute;
	top: 18px;
	right: 20px;
}

@media only screen and (max-width: 640px) {
	.globalfooter .utils .logo {
		width: 65px;
		top: auto;
		right: 20px;
		bottom: 18px;
	}
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
	width: 100%;
	height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 19px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.1428571429em;
	line-height: 22px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

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

	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=search],
	input[type=password],
	select,
	textarea {
		padding: 8px 9px;
	}
}

*::-webkit-input-placeholder {
	color: #878787;
}

*::-moz-placeholder {
	color: #878787;
}

*:-ms-input-placeholder {
	color: #878787;
}

select {
	width: 100%;
	padding: 8px 19px;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAMCAQAAAA5Dg79AAAAUUlEQVQoFe3BIRZAQBQAwEneRsVTnMSdPQJhL6FscQLX+IKorKCZ4edptEhuyWxUJQubBo1VyKq0dmGSTMKuValThFMoOi/0DuHQe2mQDb51AfxLFGdcXCKYAAAAAElFTkSuQmCC") no-repeat 100% 50%;
	color: #878787;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width: 640px) {
	select {
		padding: 8px 9px;
		background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAaCAYAAADrCT9ZAAABH0lEQVR4Ae3XRVKDQRAF4GzQfe6Au9sRcHd3d78Q7lwId9jgzVvgzMSl56df1bdKuqtedMYmkUgkEomER7bs9khYhwIf7Cp43xXJtWwY7APBHeR5sSv3fQe97wzjVjYUdoG+uYFsD3Zlv8/SN7sQyqnwMpDCNWS4sSf9fYYUljkVLoIHB6VTXdiR6qDsAxRz+1iXwROQwgUkO5hNhgvN7BOUcf3hqoBnIIUzSFDMJMCZZuYZKrn/NdU4KH0Kcd+eGwunDsrWmPJ/3Oig9AlEvztxULbJtENIC7xqCh3BoeaxV2gx9eTV5qC0rmy76cfNbnh1sWy3Vc7YA++FHJUdtNrFYthB4WGr3qbGFWXHrX6FnAZ6N/Nf7s0LsGjjH8kb0vNbP6VNQwAAAAAASUVORK5CYII=") no-repeat 100% 50%;
		background-size: 30px auto;
	}
}

select::-ms-expand {
	display: none;
}

textarea {
	height: 220px;
	resize: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
}

#colorbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

#cboxOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
}

#cboxContent {
	max-width: 750px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	float: none !important;
	margin: 50px auto 0 auto;
}

#cboxLoadedContent {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.cboxPhoto {
	max-width: none;
	float: left;
	display: block;
	margin: auto;
	border: 0;
}

#cboxLoadingGraphic {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	background: url("images/modalwindow/loading.gif") no-repeat 50% 50%;
	margin: 0 auto;
}

#cboxLoadingOverlay {
	background: #000;
}

#cboxCurrent {
	position: absolute;
	left: 0;
	top: -50px;
	padding: 6px 0;
	color: #fff;
	font-size: 1.2857142857em;
	line-height: 38px;
	font-family: "BebasNeue", sans-serif;
}

@media only screen and (max-width: 640px) {
	#cboxCurrent {
		left: 20px;
	}
}

#cboxPrevious {
	width: 33px;
	height: 83px;
	position: absolute;
	left: -43px;
	top: 172px;
	background: url("images/modalwindow/icon-modalwindow-prev.png") no-repeat 50% 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	#cboxPrevious {
		width: 54px;
		height: 108px;
		left: 0;
		top: 73px;
		margin-top: -54px;
		background: url("images/modalwindow/icon-modalwindow-prev-sp.png") no-repeat 50% 50%;
		background-size: 54px auto;
	}
}

#cboxPrevious:hover {
	background-position: 50% -83px;
}

@media only screen and (max-width: 640px) {
	#cboxPrevious:hover {
		background-position: 50% 50%;
	}
}

#cboxNext {
	width: 33px;
	height: 83px;
	position: absolute;
	right: -43px;
	top: 172px;
	background: url("images/modalwindow/icon-modalwindow-next.png") no-repeat 50% 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	#cboxNext {
		width: 54px;
		height: 108px;
		right: 0;
		top: 73px;
		margin-top: -54px;
		background: url("images/modalwindow/icon-modalwindow-next-sp.png") no-repeat 50% 50%;
		background-size: 54px auto;
	}
}

#cboxNext:hover {
	background-position: 50% -83px;
}

@media only screen and (max-width: 640px) {
	#cboxNext:hover {
		background-position: 50% 50%;
	}
}

#cboxClose {
	width: 85px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -50px;
	padding: 0;
	background: url("images/modalwindow/icon-modalwindow-close.png") no-repeat 50% 50%;
	border: 0;
	outline: 0;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	#cboxClose {
		width: 77px;
		height: 36px;
		right: 20px;
		top: -45px;
		background: url("images/modalwindow/icon-modalwindow-close-sp.png") no-repeat 50% 50%;
		background-size: 77px auto;
	}
}

#cboxClose:hover {
	opacity: 0.4;
}

body {
	position: relative;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%;
	line-height: 1.8571428571;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.wrapper {
	min-width: 1080px;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.wrapper {
		min-width: 0;
	}
}

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

a {
	color: #000;
}

a,
a:link,
a:visited {
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a.hover:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 640px) {
	.pc-item {
		display: none;
	}
}

.sp-item {
	display: none;
}

@media only screen and (max-width: 640px) {
	.sp-item {
		display: block;
	}
}






/* ====================共通で使う要素たち==================== */


.group__photo {
	position: relative;
}

.group__photo__img_wrap {
	padding-bottom: 60px;
}

.group__photo__detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #242424 0%, #333333 50%, #242424 100%);
	height: 60px;
	gap: 1em;
	position: absolute;
	z-index: 2;
	bottom: 0;
}

.group__photo__detail__emblem {
	position: absolute;
	width: 90px;
	width: clamp(60px, 15%, 90px);
	bottom: calc(100% - 20px);
	filter: drop-shadow(0 3px 3px #00000080);
}

.group__photo__detail__text,
.group__photo__detail__year {
	margin: 10px 0 0 0 !important;
	font-size: 18px;
	line-height: 0.5;
	padding-top: 0.25em;
	color: #fff;
}

.group__photo__detail__year {
	font-weight: bold;
}


@media only screen and (max-width: 640px) {
	/* .group__photo__detail__emblem {
		width: 70px;
	} */
}