@charset "utf-8";

.mainvisual img {
	width: 100%;
}

.mainArea {
	padding: 130px 20px 0;
	/* padding: 130px 20px 200px; */
	overflow: hidden;
	background-color: #070b33;
}
.mainInner {
	max-width: 1280px;
	/* max-width: 1200px; */
	margin: 0 auto;
	font-weight: 300;
	color: #fff;
}
.narrowWapper.bg_01{
		background-image: url(../images/soccer/bg_01.png);
}
.narrow {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.mainArea {
		padding: 40px 10px 50px;
	}
}
@media screen and (min-width: 1281px) {
	.narrowWapper.bg_01{
		box-shadow: inset 0 0 15px 15px #070b33;
	}
}

.bg_01 {
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	background: no-repeat 50% 0;
	background-size: contain;
	text-align: center;
}

.sectionTitle {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
}
@media screen and (max-width: 640px) {
	.sectionTitle {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
}

.topArea {
	margin-bottom: 150px;
	text-align: center;
	font-weight: normal;
}
.topArea .lead {
	margin-bottom: 40px;
	font-size: 3.6rem;
	line-height: 2;
	/* font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif; */
}
.topArea ul {
	display: flex;
	justify-content: space-between;
}
.topArea li {
	width: 24%;
}
.topArea a {
	position: relative;
	display: block;
	/* border: 1px solid #b2b2b2; */
	background-color: rgba(0, 0, 0, 0.3);
	padding: 50px 0;
	font-size: 2.4rem;
	font-weight: bold;
	transform: skewX(-10deg);
}
.topArea a > span {
	display: block;
	transform: skewX(10deg);
}
.topArea a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 13px;
	width: 12px;
	height: 12px;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	transform-origin: left bottom;
	transform: rotate(-49deg) skewX(2deg);
	/* transform: rotate(-45deg) skewX(10deg); */
}
@media screen and (max-width: 640px) {
	.topArea {
		margin-bottom: 70px;
	}
	.topArea .lead {
		margin-bottom: 30px;
		font-size: 2.4rem;
		line-height: 1.7;
	}
	.topArea ul {
		display: block;
	}
	.topArea li {
		width: auto;
		background-image: none !important;
	}
	.topArea li + li {
		margin-top: 15px;
	}
	.topArea a {
		padding: 25px 0 30px;
		font-size: 2rem;
		box-shadow: 10px 10px 10px rgba(50,50,100,0.2);
	}
	.topArea a::after {
		bottom: 7px;
		width: 10px;
		height: 10px;
	}
}
.movie {
	margin: 150px 0;
}
@media screen and (max-width: 640px) {
	.movie {
		margin: 80px 0;
	}
}

.text {
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.text {
		line-height: 1.7;
	}
}

.bgArea {
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	/* background: no-repeat 50% 0; */
	background: no-repeat 50% 50%;
	/* text-align: center; */
}
.sectionHeader {
	position: relative;
	margin: 180px 0 50px;
	/* margin: 180px -150px 50px; */
	padding: 0 0 100px;
	/* padding: 0 150px 100px; */
	/* background: no-repeat 50% 50%; */
	/* text-align: center; */
}

@media screen and (max-width: 1280px) {
.sec01 .sectionHeader,
.sec03 .sectionHeader {
	margin-left: -20px;
	}
	.sec02 .sectionHeader,
	.sec04 .sectionHeader {
		/* margin-left: auto; */
		margin-right: -20px;
	}
}

.sec01 {
	background: url(../images/soccer/bg_02.png) center bottom no-repeat;
	background-size: contain;
}
.sec02 {
	background: url(../images/soccer/bg_03.png) center center no-repeat;
	background-size: contain;
}
.sec03 {
	background: url(../images/soccer/bg_04.png) center 80% no-repeat;
	background-size: contain;
}
.sec04_1 {
	background: url(../images/soccer/bg_05.png) center top no-repeat;
	background-size: contain;
}
.sec04_2 {
	background: url(../images/soccer/bg_06.png) center bottom no-repeat;
	background-size: contain;
}
@media screen and (min-width: 1281px) {
	.sec01,
	.sec02,
	.sec03,
	.sec04_1,
	.sec04_2{
		box-shadow: inset 0 0 15px 15px #070b33;
	}
}

.sectionHeader_content{
	position: relative;
	float: right;
	width: 66.66%;
	background-color: #b9becb;
	transform: skewX(-10deg);
}
.sectionHeader_contentinner{
	transform: skewX(10deg);
	/* padding-left: 39%; */
	padding: 40px 40px 40px 39%;
	color: #070b33;
	text-align: center;
}
.sectionHeader_content__tit{
	font-size: 3rem;
}
.sectionHeader_content__txt{
	font-size: 2.6rem;
}
.sectionHeader_content__imgtit{
	position: absolute;
	top: 10px;
	right: 0;
	transform: skewX(10deg);
}
.sectionHeader_img{
	padding-right: 41.25%;
	position: absolute;
  top: 0;
	right: 0;
	opacity: 0.2;
}

.sectionHeader h2 {
	/* margin-bottom: 130px; */
}
.sectionHeader h2 span {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 10px;
	color: #fff;
	font-size: 5rem;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.sectionHeader {
		margin: 120px -10px 60px;
		padding: 0 10px;
		/* padding: 0 10px 50px; */
		/* background: no-repeat 50% 0; */
		/* background-size: 150% auto; */
	}
	.sec01 .sectionHeader,
	.sec03 .sectionHeader {
		padding-left: 0;
		margin-left: -10px;
	}
	.sec02 .sectionHeader,
	.sec04 .sectionHeader {
		padding-right: 0;
		margin-right: -10px;
	}
	.sectionHeader h2 {
		margin-bottom: 30px;
	}
	.sectionHeader h2 span {
		font-size: 2.4rem;
	}
}

.subSection {
	margin-bottom: 130px;
}
@media screen and (max-width: 640px) {
	.subSection {
		margin-bottom: 80px;
	}
}

.subTitle {
	position: relative;
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #dbb458;
}
.subTitle::before {
	content: "";
	position: absolute;
	left: -140px;
	top: 10px;
	width: 130px;
	border-top: 20px solid #dbb458;
	transform:skewX(-10deg);
}
@media screen and (max-width: 640px) {
	.subTitle {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	.subTitle::before {
		left: -10px;
		top: auto;
		bottom: -10px;
		width: 150px;
		border-top: 2px solid #dbb458;
	}
}

.smallTitle {
	margin-bottom: 15px;
	font-size: 2rem;
	color: #dbb458;
}

.model {
	display: inline-block;
	margin: 20px 0;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 50px;
	font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
	.model {
		padding: 10px 25px;
	}
}

.lineTable {
	width: 100%;
}
.lineTable th,
.lineTable td {
	border-bottom: 1px solid #ccc;
	padding: 10px 3px 5px;
	font-weight: 300;
	line-height: 1.7;
}
.lineTable tr:first-child th,
.lineTable tr:first-child td {
	padding-top: 0;
}
.lineTable th {
	width: 140px;
	color: #ed66ac;
	font-weight: bold;
	vertical-align: top;
}

.table {
	margin: 10px 0 25px;
	width: 100%;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #333;
}
.table th,
.table td {
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	font-size: 1.2rem;
}
.table th {
	background-color: #e5e5e5;
	padding: 5px;
}
.table td {
	padding: 5px 2px;
	background-color: #fff;
}
.table sup {
	margin-left: -3px;
	font-size: 1rem;
	letter-spacing: -0.1em;
	white-space: nowrap;
}
@media screen and (max-width: 640px) {
	.table tbody {
		display: flex;
	}
	.table tr {
		width: 33.33%;
	}
	.table th,
	.table td {
		display: block;
		padding: 5px;
		text-align: center;
	}
}

.noteText {
	color: #999;
	font-size: 1.2rem;
	line-height: 1.7;
}
.noteText .head {
	color: #d1b562;
}
.noteText sup {
	color: #999;
}
.lineupNote sup {
	color: #333;
}

.noteList {
	font-size: 1.2rem;
	line-height: 1.7;
}
.noteList li + li {
	margin-top: 5px;
}
.noteList li > span {
	float: left;
	margin-right: 5px;
	color: #d1b562;
}
.noteList li > p {
	overflow: hidden;
	color: #999;
}

.centerTitle {
	margin-bottom: 20px;
	text-align: center;
	/* color: #5eabe5; */
	color: #d1b562;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	.centerTitle {
	margin-bottom: 20px;
	text-align: center;
		font-size: 2rem;
	font-weight: 300;
	line-height: 1.6;
	}
}

.centerArea {
	max-width: 720px;
	margin: 20px auto;
}

.detailBox {
	position: relative;
	margin: 60px 0;
	border: 1px solid #b3b3b3;
	padding: 30px 35px 30px 60px;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #333;
}
.detailBox .img {
	margin-right: 50px;
}
.detailBox dl {
	font-size: 1.2rem;
	line-height: 1.7;
}
.detailBox dl + dl {
	margin-top: 10px;
}
.detailBox dt {
	float: left;
	width: 8em;
	font-weight: bold;
}
.detailBox dd {
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.detailBox {
		margin: 40px 0;
		padding: 25px 20px;
		display: block;
	}
	.detailBox .img {
		margin: 0 0 25px;
		text-align: center;
	}
}

.otherArea {
	margin-bottom: 90px;
	background-color: #14173d;
	color: #fff;
	padding: 90px 20px 100px;
}
.otherInner {
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 300;
}
.otherInner h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
}
@media screen and (max-width: 640px) {
	.otherArea {
		margin-bottom: 60px;
		padding: 50px 10px;
	}
	.otherInner h2 {
		font-size: 2.2rem;
	}
}


.fadeInleft {
	position: relative;
	left: -50px;
	opacity: 0;
	transition: all 0.8s;
}
.anime .fadeInleft {
	opacity: 1;
	left: 0;
}
.fadeInright {
	position: relative;
	right: -50px;
	opacity: 0;
	transition: all 0.8s;
}
.anime .fadeInright {
	opacity: 1;
	right: 0;
}