@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/overlay.png), url("../images/bg.jpg");
	background-size: 128px 128px, cover;
	height: 100vh;
	position: relative;
}
	
img {
	max-width: initial;
}

.wrap {
	height: 700px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1100px;
}
.pcon {display: block;}
.spon {display: none;}
@media screen and (max-width:1099px) {
	img {width: 100%;}
	.wrap {
		height: auto;
		width: 100%;
	}
	.pcon {display: none;}
	.spon {display: block;}
}

/* ローディングアニメ */	
.preload {
	display: inline-block;
	height:100vh;
	width: 100vw;
	/*vertical-align: middle;*/
	position: absolute;
	left: -100%;
	right: -100%;
	top: 0px;
	text-align: center;
	background-color: #fff;;
	margin: auto;
}
.preload span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}	
.preload img {
	vertical-align: middle;
	max-height: 100%
}
@media screen and (max-width:1099px) {
	.preload img {width: 50%;}
}

/* トップ→コンテンツのアニメ */
#animation_container {
}
@media screen and (max-width:1099px) {
	#animation_container {display: none;}
}

/* ナビ */
#navi {
	position: absolute;
	top:0;left:0;
}
#navi a {
	display: block;
	position: absolute;
}
.profile {
	top:250px;left:100px;
	height: 400px;
	width: 200px;
}
.photo {
	top:450px;left:300px;
	height: 200px;
	width: 400px;
}
.match {
	top:50px;left:500px;
	height: 200px;
	width: 400px;
}
.sns {
	top:250px;left:700px;
	height: 400px;
	width: 400px;
}
.icon {	
	position: absolute;
	top:50px;left:900px;
	height: 200px;
	width: 200px;
}
.sponsor {
	top:650px;left:0px;
	height: 50px;
	width: 1100px;
}

.btn {
  transition : .2s;
	position: relative;
	overflow: hidden;
}
.btn01 {
	height: 400px;
	width: 200px;
}
.btn02 {
	height: 200px;
	width: 400px;
}
.btn03 {
	height: 200px;
	width: 400px;
}
.btn04 {
	height: 400px;
	width: 400px;
}
.btn05 {
	height: 200px;
	width: 200px;
}
.btn06 {
	height: 50px;
	width: 1100px;
}
.btn:after {
	color: #fff;	
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 100px #666;
	transition: 0.2s ease-out;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.btn01:after {content: '▶ PROFILE';}
.btn02:after {content: '▶ PHOTO';}
.btn03:after {content: '▶ MATCH';}
.btn04:after {content: '▶ SNS';}

.hvr {
  background : linear-gradient(rgba(255,255,255,255),rgba(255,255,255,255));
  transform : rotate(60deg);
  opacity : 0.3;
  transition : .5s;
	position: absolute;
}
.hvr01 {
  width : 540px;
  height : 50px;
	margin-top: 180px;
	margin-left: -450px;
}
.hvr02 {
	  width: 300px;
    height: 50px;
    margin-top: 80px;
    margin-left: -250px;
}
.hvr03 {
	width: 300px;
	height: 50px;
	margin-top: 80px;
	margin-left: -250px;
}
.hvr04 {
  width : 540px;
  height : 50px;
	margin-top: 180px;
	margin-left: -450px;
}

.btn:hover .hvr01 {margin-left : 180px;}
.btn:hover .hvr02, .btn:hover .hvr03, .btn:hover .hvr04 {margin-left : 360px;}
.btn:hover:after {color: #EB69B9;}

@media screen and (max-width:1099px) {
	#navi {display: none;}
}

/* コンテンツ */
#content {
	margin: 0 auto;		
	overflow: hidden;
	position: absolute;
	top: 0;left: 0;
	min-width: 1100px;
}
#content .cnt-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}	
#content label {
	background-color: #000;
	cursor: pointer;
	display: block;
}
#content label:hover {
}
.cnt-head {
	opacity: 0.6;
	overflow: hidden;
	position: relative;
	transition: 0.2s ease-out;
	width: 50px;
}
.cnt-head:after {
	color: #fff;	
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 0 100px #666;
	transition: 0.2s ease-out;
	transform: rotate(90deg);
	transform-origin:bottom right;
	position: absolute;
	bottom: 10px;
	right: 40px;
}
.cnt-head.active:after {
	font-size: 60px;
	right: 70px;
}
.cnt-head01:after {
	content: 'PROFILE';
}
.cnt-head02:after {
	content: 'PHOTO';
}
.cnt-head03:after {
	content: 'MATCH';
}
.cnt-head04:after {
	content: 'SNS';
}
.cnt-head05:after {
	content: 'SPONSOR';
}
.cnt-head:hover {
	opacity: 1.0;
}
.active {
	opacity: 1.0;
	width: 200px;
}
#content input {
	display: none;
}
#content .ac-cont {
	background: linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
	color: #fff;
	display: block;
	font-size: 18px;
	height: 480px;
	line-height: 1.8;	
	overflow: hidden;
	padding: 60px 0;
	text-align:justify;
	transition: 0.5s;
	width: 0px;
	white-space: nowrap;
}
#content input:checked + .ac-cont {
	padding: 60px 75px;
	width: 550px;
	white-space: initial;
}
#content .ac-cont h2 {
	font-size: 36px;
	font-weight: bold;
}
.major {
	margin: 2rem 0 0 0;
	position: relative;
}
.major:after {
	background-color: rgba(255, 255, 255, 0.25);
	content: '';
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: -1.0rem;
	width: 3.5rem;
}

.sns-wrap {
	position: relative;
}
.twitter {
	background: url("../images/icon-twitter.png") left center no-repeat;
	margin-bottom: 5px;
	padding-left: 40px;
}
.instagram {
	background: url("../images/icon-instagram.png") left center no-repeat;
	margin: 10px 0;
	padding-left: 40px;
}
.instagram a {
	color: #fff;
}
.instagram .material-icons {
	font-size: 20px;
	margin-left: 0.3em;
	vertical-align: middle;
}

.sportsbiz {
	font-size: 14px;
	position: absolute;
	bottom: 60px;
}
.sb-link {
	float: left;
	margin-right: 20px;
}
.sb-link a {
	color: #fff;
}
.sb-link .material-icons {
	font-size: 16px;
	margin-left: 0.3em;
	vertical-align: middle;
}

.spns-title {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 50px;
}
.spns-text {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.spns-link a {
	color: #fff;
	padding-left: 30px;
	position: relative;
	text-decoration: none;
}
.spns-link a:hover {
	color: #EB69B9;
}
.spns-link a .material-icons {
	margin-left: 10px;
  position: absolute;
  bottom: 2px;
}

.foot {
	background-color: #EB69B9;
	color: #fff;
	height: 50px;
	overflow: hidden;
	width: 100%;
}
.foot .ouen {
	float: left;
	margin: 17px;
	margin-left: 60px;
}
.foot .teikyo {
	float: right;
	margin: 17px;
}
.foot .material-icons {
	cursor: pointer;
	position: absolute;
	bottom: 13px;
	left: 17px;
}
.foot .material-icons:hover {
	opacity: 0.6;
}
@media screen and (max-width:1099px) {
	#content {
		width: 100%;
		min-width: 375px;
	}	
	#content .cnt-inner {
		display: initial;
	}	
	.cnt-head {
		opacity: 1.0;
		width: 100%;
	}
	.cnt-head:after {
		font-size: 24px;
		transform: rotate(0deg);
		bottom: 5px;
    right: 10px;
	}
	.cnt-head.active:after {
		font-size: 48px;
		right: 10px;
	}
	#content .ac-cont {
		height: 0;
		padding: 0 30px;
		width: calc(100% - 60px);
		white-space: initial;
	}
	#content input:checked + .ac-cont {
		height: 480px;
		padding: 20px 30px;
		width: calc(100% - 60px);
	}	
	#content .ac-cont h2 {
		font-size: 22px;
	}
	
	#content .ac-cont .swiper-slide h2 {
		max-width: 100%;
	}
	#content .ac-cont .swiper-slide div {
		max-width: 100%;
	}
	
	.twitter {
		background-size: 20px;
		margin-bottom: 5px;
		padding-left: 25px;
	}
	.instagram {
		background-size: 20px;
		margin: 10px 0;
		padding-left: 25px;
	}
	.sportsbiz {
		bottom: 20px;
    width: calc(100% - 60px);
	}
	
	.foot {
		height: auto;
		line-height: 1.4;
	}
	.foot .ouen {
		float: none;
    margin: 1em 0.6em 0;
    margin-bottom: 0;
	}
	.foot .teikyo {
		float: none;
		margin: 0.6em;
    margin-top: 0.3em;
	}
}

/*-- アコーディオン内のスライダー --*/
.swiper-container {
	height: 420px;
	padding: 30px 0 0;
	width: 550px;
}
.swiper-button-prev {
	color: #fff;
	transform: rotate(90deg);
	top: 15px;
	right: 50%;
	bottom: auto;
	left: 50%;
}
.swiper-button-next {
	color: #fff;
	transform: rotate(90deg);
	top: auto;
	right: 50%;
	bottom: -5px;
	left: 50%;
}
.swiper-slide {
	height: 410px!important;
	margin-top: 10px;
}
.swiper-slide img {
	width: 100%;
}
@media screen and (max-width:1099px) {
	.swiper-container {		
		height: 450px;
		padding: 0 0 30px;
		/*width: 100%;*/
		/*width: 300px;*/
		width: auto;
	}
	.swiper-button-prev {
		transform: rotate(0deg);
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.swiper-button-next {
		transform: rotate(0deg);
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
	}
.swiper-slide {
	height: 390px!important;
	margin-top: 30px;
	white-space: normal;
}
}