@charset "utf-8";

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;
}

blockquote, q {
  quotes:none;
}

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

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

img {
  vertical-align: top;
}

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

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

body {
	font-size: 1.4rem;
	color: #202020;
}
@media screen and (max-width: 850px){
	body {
		position: relative;
	}
}

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

a:not([class]) {
	color: #23428b;
	text-decoration: underline;
}
a:not([class]):hover {
	text-decoration: none;
}


.header {
	position: relative;
	max-width: 1060px;
	height: 94px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.header-logo {
	position: absolute;
	left: 20px;
	top: 12px;
}
.header-logo__main {
	transition: 0.3s;
}
.header-logo__sub {
	margin-left: 12px;
	vertical-align: -20px;
	transition: 0.3s;
}
.header-nav {
	position: absolute;
	right: 10px;
	top: 26px;
	display: flex;
	justify-content: space-between;
	width: 154px;
}
.header-nav--icon-only {
	top: 18px;
	width: 108px;
}
.header-nav__item {
	list-style: none;
}
.header-nav__item.facebook {
	margin-top: -1px;
}
.header-link {
	position: absolute;
	right: 10px;
	top: 57px;
}

.global-nav {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #f4f6f9;
}
.global-nav__list {
	display: table;
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	/*display: flex;*/
	justify-content: space-between;
}
.global-nav__item {
	display: table-cell;
	position: relative;
	min-width: 80px;
	padding-left: 0.96153%;
	padding-right: 0.96153%;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
}
.global-nav__item:after {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 2.8rem;
	margin-top: -1.4rem;
	content: '';
	background: #ddd;
}
.global-nav__item:nth-of-type(1):before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 2.8rem;
	margin-top: -1.4rem;
	content: '';
	background: #ddd;
}
/*
.global-nav__item:nth-of-type(1) {
	width: 17.21153%;
}
.global-nav__item:nth-of-type(2) {
	width: 16.82692%;
}
.global-nav__item:nth-of-type(3) {
	width: 25.57692%;
}
.global-nav__item:nth-of-type(4) {
	width: 21.82692%;
}
.global-nav__item:nth-of-type(5) {
	width: 18.65384%;
}
*/
.global-nav__item a {
	display: block;
	border-radius: 1.4rem;
	text-decoration: none;
	text-align: center;
	line-height: 2.8rem;
	color: #000;
}
.global-nav__item.active a {
	background: #23428b;
	color: #fff;
}
@media screen and (max-width: 850px){
	.header-logo__main {
		width: 200px;
	}
	.header-logo__sub {
		margin-left: 12px;
		vertical-align: -8px;
		width: 106px;
	}
	.nav-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	.global-nav,
	.header-link {
		display: none;
	}
	.header {
    	position: static;
		height: 72px;
	}
	.global-nav__list {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start;
		flex-direction: column;
		transition: 0.3s;
	}
	.nav-active .global-nav,
	.nav-active .global-nav__list {
		height: 100%;
		background: #f4f6f9;
	}
	.nav-active .global-nav__list {
		position: absolute;
		height: 100%;
		z-index: 9999;
	}
	.nav-active .global-nav,
	.nav-active .header,
	.nav-active .header-button {
		display: block;
	}
	.global-nav__item:nth-of-type(1),
	.global-nav__item:nth-of-type(2),
	.global-nav__item:nth-of-type(3),
	.global-nav__item:nth-of-type(4),
	.global-nav__item:nth-of-type(5) {
		width: 100%;
	}
	.global-nav__item {
		display: block;
		padding: 0;
	}
	.global-nav__item a {
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0;
		line-height: 1.4;
	}
	.global-nav__item:nth-of-type(1):before {
		content: none;
	}
	.global-nav__item:after {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 1px;
		margin-top: 0;
		top: auto;
	}
	.header-nav {
		top: auto;
		bottom: 42px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 600px){
	.header-logo {
		position: relative;
		top: 14px;
		left: 0;
		width: 215px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.header-logo__main {
		margin-right: 10px;
	}
	.header-logo__sub {
		margin-left: 0;
		vertical-align: -2px;
	}
}


.sp-button {
	position: absolute;
	top: 24px;
	right: 10px;
/*	width: 40px;
	height: 35px;*/
	width: 30px;
	height: 26px;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
}
.sp-button,
.sp-button span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp-button {
	display: none;
}
.sp-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #23428b;
	border-radius: 4px;
}
.sp-button span:nth-of-type(1) {
	top: 0;
}
.sp-button span:nth-of-type(2) {
	top: 12px;
}
.sp-button span:nth-of-type(3) {
	bottom: 0;
}
.sp-button span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .5s forwards;
	animation: menu-bar01 .5s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(-45deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.sp-button span:nth-of-type(2) {
	-webkit-animation: menu-bar02 .5s forwards;
	animation: menu-bar02 .5s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menu-bar02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.sp-button span:nth-of-type(3) {
	-webkit-animation: menu-bar03 .5s forwards;
	animation: menu-bar03 .5s forwards;
}
@-webkit-keyframes menu-bar03 {
	0% {
		-webkit-transform: translateY(-12px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-12px) rotate(45deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.sp-button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -16px;
	border-radius: 50%;
	border: 1px solid rgba(150,150,150,0.3);
	transition: all .1s;
	opacity: 0;
}
.nav-active .sp-button:after {
	-webkit-animation: circle .5s;
	animation: circle .5s;
}
@-webkit-keyframes circle {
	0% {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3.5);
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(3.5);
		opacity: 0;
	}
}
.nav-active .sp-button span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .5s .5s forwards;
	animation: active-menu-bar01 .5s .5s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(-45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(-45deg);
	}
}
.nav-active .sp-button span:nth-of-type(2) {
	-webkit-animation: active-menu-bar02 .5s .5s forwards;
	animation: active-menu-bar02 .5s .5s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes active-menu-bar02 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.nav-active .sp-button span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .5s .5s forwards;
	animation: active-menu-bar03 .5s .5s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	100% {
		transform: translateY(-12px) rotate(45deg);
	}
}
@media screen and (max-width: 850px){
	.sp-button {
		display: inline-block;
	}
}

.pagetop-wrapper {
	padding: 15px;
	border-top: 1px solid #ddd;
	display: none;
}
.pagetop {
	padding: 8px;
	background: #ff9bc0;
	border-radius: 5px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.footer {
	padding-top: 40px;
	padding-left: calc((100% - 1040px) / 2);
	padding-right: calc((100% - 1040px) / 2);
	border-top: 1px solid #ddd;
}

.footer-logo {
	text-align: center;
}
.footer-logo__main {
	width: 225px;
}
.footer-logo__sub {
	width: 86px;
	margin-left: 7px;
	vertical-align: -12px;
}

.footer-nav {
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.footer-nav__item {
	height: 16px;
	list-style: none;
	font-size: 1.2rem;
}
.footer-nav__item:not(:first-child):before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1px;
	margin-left: 8px;
	margin-right: 8px;
	background: #ddd;
	vertical-align: -2px;
}
.footer-nav__item a {
	text-decoration: none;
	color: #202020;
}

.footer-link {
	margin-top: 30px;
	text-align: right;
	font-size: 1.2rem;
}
.footer-link a {
	text-decoration: none;
	color: #202020;
}
.footer-link a:hover {
	text-decoration: underline;
}
.footer-link a:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	margin-left: 8px;
	background: url(../img/common/icon_external.png);
	background-size: 15px auto;
	vertical-align: -2px;
}

.footer-copyright {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #15674a;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
}
@media screen and (max-width: 1060px){
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 850px){
	.footer-logo {
		text-align: center;
	}
	.footer-nav {
		float: none;
		justify-content: center;
	}
	.footer-link {
		margin-top: 80px;
		text-align: center;
	}
}
@media screen and (max-width: 600px){
	.pagetop-wrapper {
		display: block;
	}
	.footer-logo {
		width: 225px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-logo__sub {
		width: 100px;
		margin-left: 0;
		vertical-align: 0;
	}
	.footer-nav {
		float: none;
		background: #f4f6f9;
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 30px;
	}
	.footer-nav__item {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.footer-nav__item:not(:first-child):before {
		display: block;
		height: 1px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		background: #ddd;
		vertical-align: 0;
	}
	.footer-nav__item a {
		display: block;
		padding: 8px 0;
	}
	.footer-link {
		margin-top: 80px;
	}
}


/* ==========================================================================
   共通モジュール
   ========================================================================== */

.visual-narrow {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 150px;
	margin-bottom: 80px;
}
.visual-narrow__image {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2000px;
	z-index: -1;
}
.visual-narrow__text {
	width: 100%;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
.visual-narrow__text:after {
	display: inline-block;
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid #fff;
	content: attr(data-subtitle);
	line-height: 24px;
	vertical-align: 4px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #fff;
}
@media screen and (max-width: 600px){
	.visual-narrow {
		height: 75px;
		margin-bottom: 40px;
	}
	.visual-narrow__image {
		width: 1000px;
	}
	.visual-narrow__text {
		font-size: 1.8rem;
	}
	.visual-narrow__text:after {
		content: none;
	}
}

.visual-narrow-team .visual-narrow__text {
	text-shadow: 0 0 10px #6c9d75;
}
.visual-narrow-member .visual-narrow__text {
	text-shadow: 0 0 10px #c27051;
}
.visual-narrow-photo .visual-narrow__text {
	text-shadow: 0 0 10px #d8bd97;
}
.visual-narrow-game .visual-narrow__text {
	text-shadow: 0 0 10px #6d7195;
}

.section-narrow {
	max-width: 880px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px){
	.section-narrow {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.generic-headline {
	margin-bottom: 30px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
}
.generic-headline.add-line span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.generic-headline.add-line span:before,
.generic-headline.add-line span:after {
	display: inline-block;
	content: '';
	height: 1px;
	width: 40px;
}
.generic-headline.add-line span:before {
	margin-right: 20px;
	background: linear-gradient(to right, rgba(255,123,172,1) 0%,rgba(38,67,139,1) 100%);
}
.generic-headline.add-line span:after {
	margin-left: 20px;
	background: linear-gradient(to right, rgba(38,67,139,1) 0%,rgba(255,123,172,1) 100%);
}
.generic-headline .fa {
	margin-right: 5px;
	color: #fe7bac;
}
@media screen and (max-width: 600px){
	.generic-headline {
		font-size: 2rem;
	}
}

.generic-button-pink {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 15px;
	line-height: 30px;
	background: #ff9bc0;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}
.generic-button-pink:hover {
	background: #ffb6d1;
}

.generic-text {
	line-height: 1.75;
	text-align: center;
}
.generic-text + .generic-text {
	margin-top: 1.4em;
}
@media screen and (max-width: 880px){
	.generic-text {
		text-align: left;
	}
}
.generic-image {
	margin-top: 40px;
}


/* ==========================================================================
   ホーム
   ========================================================================== */

.visual-wide {
	position: relative;
	height: 600px;
	background: url(../img/slide_bg.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.visual-wide__list {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1200px;
	transform: translateX(-50%);
}
.visual-wide__list:after {
	content: '';
	display: block;
	position: absolute;
	right: 70px;
	top: 83px;
	width: 382px;
	height: 102px;
	background: url(../img/slide_text.png) no-repeat;
	background-size: cover;
	z-index: 100;
}
.visual-wide__item {
	list-style: none;
}
.controller {
	position: absolute;
	bottom: 12px;
	left: 50%;
	display: flex;
	transform: translateX(-50%);
}
.controller li {
	list-style: none;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	font-size: 10px;
	line-height: 100;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.controller li.active {
	background: #0f9465;
	border: 2px solid #fff;
}
@media screen and (max-width: 1240px){
	.visual-wide {
		height: 400px;
	}
	.visual-wide__list {
		width: 800px;
	}
	.visual-wide__list:after {
		right: 10px;
		top: 40px;
		width: 300px;
		height: 80px;
	}
}
@media screen and (max-width: 600px){
	.visual-wide {
		height: 160px;
	}
	.visual-wide__list {
		width: 320px;
	}
	.controller {
		bottom: 6px;
	}
	.visual-wide__list:after {
		right: 5px;
		top: 20px;
		width: 150px;
		height: 40px;
	}
}

.home-title {
	position: relative;
	margin-bottom: 26px;
	padding-left: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}
.home-title:before {
	position: absolute;
	left: 0;
	top: -8px;
	content: '';
	display: inline-block;
	width: 4px;
	height: 45px;
	background: url(../img/common/bg_headline.png) no-repeat;
	background-size: 4px auto;
}
.home-title:after {
	display: inline-block;
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid #ddd;
	content: attr(data-subtitle);
	line-height: 24px;
	vertical-align: 4px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #fa6094;
}

.home-row {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
}
.home-row--lower {
	margin-top: 0;
}
.home-col {
	position: relative;
	max-width: 512px;
	width: 49.23076%;
}
.home-col__btn {
	position: absolute;
	top: 0;
	right: 0;
}
.home-col__btn .generic-button-pink {
	min-width: 82px;
	text-align: center;
}

.news-entries {
	overflow-y: scroll;
	height: 400px;
	padding-right: 10px;
	line-height: 1.7142857;
}
.news-entries-date {
	width: 90px;
	margin-bottom: 12px;
	background: #999;
	border-radius: 3px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.news-entries-more {
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #aabce6;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	display: none;
	cursor: pointer;
}
.news-entries--active .news-entries-more {
	opacity: 0.85;
}
.news-entries__item {
}
.news-entries__item + .news-entries__item,
.news-entries-more + .news-entries__item {
	border-top: 1px solid #ddd;
	margin-top: 16px;
	padding-top: 16px;
}
@media screen and (max-width: 900px){
	.home-title:after {
		content: none;
	}
}
@media screen and (max-width: 600px){
	.home-row {
		margin-top: 40px;
		flex-direction: column;
	}
	.home-col {
		max-width: none;
		width: 100%;
	}
	.home-col--twitter {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-col:not(:first-child) {
		margin-top: 40px;
	}
	.news-entries {
		overflow-y: auto;
		height: auto;
		padding-right: 0;
	}
	.home-col:nth-of-type(1) .news-entries__item:nth-of-type(n+3) {
		display: none;
	}
	.home-col:nth-of-type(1) .news-entries--active .news-entries__item:nth-of-type(n+3) {
		display: block;
	}
	.home-col:nth-of-type(2) .news-entries__item:nth-of-type(n+2) {
		display: none;
	}
	.news-entries-more {
		display: block;
	}
}

.home-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-gallery__btn .generic-button-pink {
	min-width: 82px;
	text-align: center;
}
.home-gallery__title {
}
.home-gallery__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.home-gallery__list:after {
	content: '';
	display: block;
	width: calc((100% - 56px) / 3);
}
.home-gallery__item {
	width: calc((100% - 56px) / 3);
	list-style: none;
}
.home-gallery__item:nth-of-type(n+4) {
	margin-top: 5%;
}
.home-gallery__item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1060px){
	.home-gallery {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 800px){
	.home-gallery {
		padding-bottom: 38px;
	}
	.home-gallery__item {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
}

.home-lower {
	margin-top: 40px;
	padding-top: 48px;
	padding-bottom: 48px;
	background: #f4f4f6;
}
@media screen and (max-width: 600px){
	.home-lower {
		background: #e5e5e5;
	}
}


/* ==========================================================================
   チーム紹介
   ========================================================================== */

.team-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.team-table__col1 {
	width: 160px;
}
.team-table__col2 {
	width: 100px;
}
.team-table__col3 {
}
.team-table-head01 {
	padding: 14px;
	background: #23428b;
	border: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	color: #fff;
}
.team-table-head02 {
	padding: 14px;
	background: #f0f1f7;
	border: 1px solid #ddd;
}
.team-table-data {
	padding: 14px;
	border: 1px solid #ddd;
}
@media screen and (max-width: 600px){
	.team-table,
	.team-table tbody,
	.team-table thead,
	.team-table tr,
	.team-table th,
	.team-table td {
		display: block;
	}
	.team-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.team-table tr + tr {
		margin-top: 20px;
	}
	.team-table-head01 {
		width: 100%;
		border-bottom: none;
	}
	.team-table-head02 {
		width: 30%;
	}
	.team-table-data {
		width: 100%;
	}
	.team-table-head02 + .team-table-data {
		width: 70%;
		border-left: none;
	}
}



/* ==========================================================================
   スタッフ・選手プロフィール
   ========================================================================== */

.profile-entries {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.profile-entries + .profile-entries {
	margin-bottom: 80px;
}
.profile-entries__item {
	width: 22.11538%;
	max-width: 230px;
	background: #fff;
	border: 8px solid #f4f4f6;
	overflow: hidden;
}
.profile-entries__item:nth-of-type(n+5) {
	margin-top: 40px;
}
.profile-entries__item:not(:nth-of-type(4n+1)) {
	margin-left: 3.84615%;
}
.profile-entries__item a {
	display: block;
	text-decoration: none;
}
.profile-entries__image:after {
	position: relative;
	display: block;
	height: 3px;
	content: '';
	background: linear-gradient(to right, rgba(38,67,139,1) 0%,rgba(255,123,172,1) 100%) right;
	background-size: 100% auto;
	transition: 0.5s;
}
.profile-entries__item a:hover .profile-entries__image:after {
	background-size: 300%;
}
.profile-entries__item img {
	transition: opacity 0.3s;
	transform: translatez(0);
}
.profile-entries__item a:hover img {
	opacity: 0.85;
}
.profile-entries__title {
	padding: 12px 0;
	text-align: center;
	font-size: 1.6rem;
	color: #202020;
    overflow: hidden;
}
.profile-entries__title span {
	display: block;
	margin-left: 12px;
	margin-right: 12px;
    margin-bottom: 3px;
	padding: 4px 8px;
	background: #23428b;
	border-radius: 3px;
	vertical-align: 2px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
}
.profile-entries__list {
	position: relative;
	padding-bottom: 10px;
}
.profile-entries__list:before {
	display: block;
	height: 1px;
	width: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background: #fe7bac;
	content: '';
}
.profile-entries__list li {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.2rem;
	color: #202020;
	list-style: none;
}
@media screen and (max-width: 800px){
	.profile-entries {
		padding-left: 15px;
		padding-right: 15px;
	}
	.profile-entries__item {
		width: 29.87012%;
	}
	.profile-entries__item:not(:nth-of-type(4n+1)) {
		margin-left: 0;
	}
	.profile-entries__item:not(:nth-of-type(3n+1)) {
		margin-left: 5.1948%;
	}
	.profile-entries__item:nth-of-type(n+4) {
		margin-top: 40px;
	}
	.profile-entries__title span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px){
	.profile-entries__item {
		width: 41.81818%;
	}
	.profile-entries__item:not(:nth-of-type(0)) {
		margin-left: 4.090909%;
		margin-right: 4.090909%;
	}
	.profile-entries__item:nth-of-type(n+3) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 440px){
	.profile-entries {
		flex-direction: column;
	}
	.profile-entries + .profile-entries {
		margin-top: 0;
	}
	.profile-entries__item {
		border: 4px solid #f4f4f6;
	}
	.profile-entries__item:not(:nth-of-type(0)) {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: none;
	}
	.profile-entries__item:nth-of-type(n+1) {
		margin-top: 10px;
	}
	.profile-entries__item a:after {
		content: '';
		display: block;
		clear: both;
	}
    .profile-entries__title {
		padding-left: 6px;
    }
	.profile-entries__image {
		float: left;
		width: 100px;
		padding: 3px;
	}
	.profile-entries__list {
		margin-left: 90px;
	}
	.profile-entries__item a:hover .profile-entries__image:after {
		background-size: 100% auto;
	}
	.profile-entries__item img {
		box-shadow: 15px 15px #f5f5f5;
	}
	.profile-entries__item a:hover img {
		opacity: 1;
	}
	.profile-entries__list li {
		font-size: 1.1rem;
	}
}

.profile-header {
	display: flex;
	align-items: baseline;
}
.profile-header__name {
	margin-right: 20px;
	font-weight: normal;
	font-size: 2.4rem;
}
.profile-header__name:after {
	display: block;
	width: 100px;
	height: 1px;
	content: '';
	margin-top: 32px;
	margin-bottom: 36px;
	background: linear-gradient(to right, rgba(38,67,139,1) 0%,rgba(255,123,172,1) 100%) right;
}
.profile-header__roman {
	font-family: 'Courgette', cursive;
	font-size: 1.6rem;
	color: #fa6094;
}
@media screen and (max-width: 600px){
	.profile-header {
		margin-top: 32px;
		margin-bottom: 68px;
		justify-content: center;
	}
.profile-header__name:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
}

.profile {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.profile__col02 {
	width: 27.5%;
}
.profile__col01 {
	width: 67.5%;
}
@media screen and (max-width: 600px){
	.profile {
		flex-direction: column;
		align-items: center;
	}
	.profile__col02 {
		width: 140px;
	}
	.profile__col01 {
		width: 100%;
	}
}

.profile-list {
	display: flex;
	margin-top: 36px;
	border-top: 1px solid #ddd;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profile-list dt {
	position: relative;
	width: 106px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-right: 16px;
}
.profile-list dt span {
	display: block;
	background: #23428b;
	border-radius: 11px;
	line-height: 22px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.profile-list dd {
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
	width: calc(100% - 106px);
}
.profile-list dd span {
	font-size: 1.2rem;
}
.profile-list dt:after,
.profile-list dd:after {
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 1px;
	content: '';
	background: #ddd;
}

.profile-back {
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}

.profile-footer {
	padding-top: 36px;
	padding-bottom: 40px;
	background: #f9f9fa;
}
.profile-footer__title {
	margin-bottom: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.profile-footer__list {
	text-align: center;
	font-size: 0;
}
.profile-footer__list li {
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
	display: inline-block;
	font-size: 1.4rem;
}
.profile-footer__list li a {
	position: relative;
	display: inline-block;
	padding: 8px 8px 8px 30px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #202020;
	transition: 0.3s;
}
.profile-footer__list li a:before {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	content: '';
	background: url(../member/img/arrow.png) no-repeat;
}
.profile-footer__list li a:hover {
	color: #50bc96;
}
.profile-footer__list li a.active {
	background: #50bc96;
	color: #fff;
}
.profile-footer__list li a.active:before {
	border: 3px solid #fff;
	border-radius: 6px;
	background: none;
}


/* ==========================================================================
   試合結果＆今後の予定
   ========================================================================== */

.game-table01 {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
.game-table01 thead th {
	padding: 6px;
	font-size: 80%;
	background: #23428b;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
}
.game-table01 tbody th {
	padding: 6px;
	font-size: 90%;
	background: #f4f4f6;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-weight: normal;
}
.game-table01 td {
	padding: 6px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
.game-table01__col02 {
	width: 47%;
}
.game-table01__col03 {
	width: 20%;
}
.game-table02 {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
.game-table02 thead th {
	padding: 6px;
	font-size: 80%;
	background: #23428b;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
}
.game-table02 tbody th {
	padding: 6px;
	font-size: 90%;
	background: #f4f4f6;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-weight: normal;
}
.game-table02 td {
	padding: 6px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
.game-table02 tr.active {
 	background-color:#F0F0F0;

}
.game-table02__col02 {
	width: 10%;
}
.game-table02__col03 {
	width: 10%;
}
.game-table02__col04 {
	width: 40%;
}
@media screen and (max-width: 600px){
	.game-table01 th,
	.game-table01 td {
		padding: 3px;
		font-size: 1.2rem;
	}
}

.game-comment {
	padding: 40px 10px;
	background: #f9f9fa;
}



/* ==========================================================================
   フォトギャラリー
   ========================================================================== */

.photo-gallery {
	margin-top: 80px;
	margin-bottom: 80px;
}
.photo-gallery__list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.photo-gallery__item {
}
.photo-gallery__item {
    width: 22.11538%;
    max-width: 230px;
    background: #fff;
    overflow: hidden;
}
.photo-gallery__item:not(:nth-of-type(4n+1)) {
    margin-left: 3.84615%;
}
.photo-gallery__item:nth-of-type(n+5) {
    margin-top: 40px;
}
.photo-gallery__item a {
	position: relative;
	display: block;
	transform: translatez(0);
}
.photo-gallery__item a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 8px solid rgba(255,255,255,0.20);
	transition: 0.3s;
	z-index: 1;
}
.photo-gallery__item a:hover:before {
	border-width: 0;
}
.photo-gallery__item a:hover img {
	/*transform: scale(1.02);*/
}
.photo-gallery__item img {
	transition: 0.3s;
	transform: translatez(0);
}


.banner-wrapper {
    display: flex;
	justify-content: center;
    align-items:center;
		
}



@media screen and (max-width: 600px){
	.photo-gallery__item {
		width: 41.81818%;
	}
	.photo-gallery__item:not(:nth-of-type(0)) {
		margin-left: 4.090909%;
		margin-right: 4.090909%;
	}
	.photo-gallery__item:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.banner-wrapper {
    display: block;
    position:absolute;
    bottom:30px;
	left: 50%;
	transform:translateX(-50%);
	text-align: center;
}
	
	.footer-link__hasBanner{
	margin-top: 170px;
 
}
	.header-nav--icon-only2{
	bottom: 120px;
	}
}



/* ==========================================================================
   UTILITIES
   ========================================================================== */

/* font weight */

.u-fw-bold {
	font-weight: bold;
}

/* break */

.u-lg-break {
}
@media screen and (max-width: 880px){
	.u-lg-break {
		display: none;
	}
}

/* text align */

.u-ta-left {
	text-align: left;
}
.u-ta-center {
	text-align: center;
}
.u-ta-right {
	text-align: right;
}


/* ==========================================================================
   アカデミー
   ========================================================================== */
.table-item-academy{
	margin-bottom: 30px;
}
.table-item__title{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a8a8a8;
	cursor: pointer;
}
.table-item__title::before,.table-item__title::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 1px;
	background-color: #202020;
	transition: 0.3s;
}
.table-item__title::after{
	transform: rotate(90deg) translateY(-50%);
}
.table-item-academy.-active .table-item__title::after{
	transform: rotate(-180deg) translateY(-50%);
}
/* .table-item-academy.-active .team-table__wrap{
	display: block;
} */
.team-table__wrap{
	display: none;
}
a .table-item__title::before,a .table-item__title::after{
	content: none;
}
.inst-grid{
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.inst-grid__item{
	width: 100%;
	height: 200px;
	background: #000;
}

.academy-attempt .content-wrap{
	margin-bottom: 50px;
}

.academy-attempt .content-wrap:last-child{
	margin-bottom: 0 ;
}

.academy-junior-attempt .content-wrap{
	margin-bottom: 50px;
}

.academy-junior-attempt .content-wrap:last-child{
	margin-bottom: 0 ;
}
.content-item{
	margin-bottom: 30px;
}
.content-title{
	font-size: 16px;
	font-weight: 700;
}
.academy-promise{
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.academy-promise__imgWrap{
	text-align: center;
	margin-bottom: 20px;
}
.academy-promise__imgWrap img{
	margin-bottom: 10px;
}
.academy-promise__title{
	font-weight: 700;
}
.academy-profile{
	gap: 15px;
}
.academy-profile .profile-entries__item{
	max-width: 256px;
	width: calc((100% - 30px) / 3);
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}
@media screen and (max-width: 600px){
	.academy-profile .profile-entries__item{
		width: calc((100% - 15px) / 2);
	}
	.academy-profile.profile-entries{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 440px){
	.academy-profile .profile-entries__item{
		border: 8px solid #f4f4f6;
		width: 100%;
	}
	.academy-profile .profile-entries__image{
		float: none;
		width: 100%;
		padding: 0;
	}
	.academy-profile .profile-entries__item img {
		box-shadow: none;
	}
	.academy-profile.profile-entries{
		flex-direction: row;
		justify-content: center;
	}
	.academy-promise{
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(1, 1fr);
	}
}
.profile-entries__text{
	padding: 0 15px 15px;
}
.academy h4{
	margin-bottom: 30px;
	font-size: 18px;
}
.academy ul{
	margin-left: 20px;
	margin-bottom: 30px;
}
.academy ol{
	margin-left: 20px;
	margin-bottom: 30px;
}
.academy .generic-image{
	margin-top: 0;
	margin-bottom: 30px;
}
.academy .generic-text{
	margin-bottom: 30px;
	text-align: left;
}
.academy .team-table{
	margin-bottom: 30px;
}
.academy .content-title{
	margin-bottom: 10px;
	color: #ee87b4;
}
.academy a{
	display: block;
	margin-bottom: 30px;
}
.global-nav__list{
	max-width: 1200px;
}
.academy .mb20{
	margin-bottom: 20px;
}
.academy .fw700{
	font-weight: 700;
}
.academy-anchor-link{
	padding: 0 40px;
}
@media screen and (max-width: 600px){
	.academy-anchor-link{
		padding: 0 10px;
	}
}
.academy-anchor-link__inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px 15px;
	max-width: 800px;
	margin: auto;
}
.academy .academy-anchor-link__item{
	margin-bottom: 0;
}
.academy-anchor-link__item{
	width: calc((100% - 30px) / 3);
	position: relative;
	color:#202020;
	text-decoration: none;
	padding-right: 12px;
	padding-bottom: 5px;
	transition: 0.3s;
	font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 600px){
	.academy-anchor-link__item{
		width: calc((100% - 15px) / 2);
	}
}
@media screen and (max-width: 440px){
	.academy-anchor-link__item{
		width: 100%;
	}
}
.academy-anchor-link__item:hover{
	color: #EE87B4;
}
.academy-anchor-link__item::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url(/img/common/icon-blue-arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 10px;
	height: 13px;
}

.academy .text--blue{
	color:#3024d3;
}
.academy .text--pink{
	color:#EE87B4;
}
.academy-logo-wrap {
	display: flex;
	justify-content: center;
}
.academy-logo-wrap img{
	max-width: 200px;
}
.content-item p:not(.content-title) {
	line-height: 1.8;
}

/* ==========================================================================
   TOP改修作業
   ========================================================================== */
		.home-col--one {
			max-width: none;
			width: 100%;
		}

		.header-logo {
			display: flex;
			align-items: center;
			gap: 16px;
		}

		.header-logo a{
			display: flex;
			align-items: center;
			gap: 16px;
			color: #202020;;
			text-decoration: none;
		}

		@media screen and (max-width: 600px) {
			.header-logo {
				gap: 8px;
				width: 100%;
			}

			.header-logo p {
				font-size: 13px;
			}
		}

		@media screen and (max-width: 480px) {
			.header-logo {
				top: 7px;
				gap: 0;
				flex-direction: column;
				align-items: baseline;
				width: 100%;
			}

			.header-logo a{
				top: 7px;
				gap: 0;
				flex-direction: column;
				align-items: baseline;
				width: 100%;
			}
		}

		.header-logo img {
			max-width: none;
			width: auto;
		}

		.home-row--info {
			gap: 40px;
		}

		.home-row--info a {
			text-decoration: none;
		}

		.home-row--info p strong {
			color: #202020;
		}

		.home-row--info .table-item__title {
			font-size: 14px;
		}

		.home-row--info .table-item-academy {
			margin-bottom: 0;
			border-top: 1px solid #ddd;
			margin-top: 16px;
			padding-top: 16px;
		}

		.home-row--info .table-item-academy:nth-of-type(1) {
			border: none;
		}

		@media screen and (max-width: 850px) {
			.header-logo img {
				width: 100px;
			}
		}

		@media screen and (max-width: 600px) {
			.header-logo img {
				width: 80px;
			}
		}