@charset "utf-8";




.g-wrap {
	padding-top: calc(100vh - 40px);
}

.g-container > .scroll-arrow {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-100%);
}

.next-contents {
	margin-top: 0;
	padding: 0 0 30px;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kv {
	max-height: calc(100vh + 90px);
}

.kv h2 {
	position: absolute;
	top: calc(50% - 90px);
	left: 40%;
	transform: translate(-50%,-50%);
}

.kv h2:before {
	display: none;
}

.kv .slick-slide img {
	width: 100%;
	max-width: none;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.message p {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.25;
	text-align: center;
	letter-spacing: .15em;
	padding: 80px 0;
}

.message p mark {
	margin: 0 .25em;
	padding: 0 .25em;
	background: linear-gradient(transparent 60%,#85e843 40%);
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.content-list > div {
	margin: 0 0 120px;
	position: relative;
}

.content-list > div:nth-of-type(odd) figure {
	text-align: right;
}

.content-list .u-inner {
	width: 1000px;
	padding: 0 0 0 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.content-list > div:nth-of-type(odd) .u-inner {
	padding: 0 500px 0 0;
}

.content-list h3 {
	font-size: 1.8rem;
	margin: 0 0 15px;
}

.content-list h3:before {
	content: attr(data)'';
	color: #23a5de;
	font-family: 'Oswald', sans-serif;
	font-size: 10rem;
	font-weight: 400;
	letter-spacing: -.025em;
	margin: 0 0 10px;
	display: block;
	transform: skewX(-10deg);
}

.content-list p {
	font-size: 1.5rem;
}

.content-list span {
	display: block;
}

.content-list span a {
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	display: block;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.content-list span a:hover {
	background: #85e843;
	opacity: 1;
}

.content-list img {
	width: 65%;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kyoeiman {
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}

.kyoeiman p {
	width: 130px;
	float: right;
	cursor: pointer;
}

.kyoeiman p:before {
	content: 'よろしくお願いします!';
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 15px;
	display: block;
	transform: skew(-10deg,-5deg);
}

.kyoeiman p:after {
	content: 'ABOUT MAN?';
	color: #23a5de;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	padding: 10px 0 0;
	display: block;
	transform: skewX(-10deg);
}

.kyoeiman p:hover {
	transform: scale(1.2);
	animation: anim-man-hover .5s 0s both;
}

@keyframes anim-man-hover {
	0% {
		transform: scale(1.2) rotate(1deg);
	}
	15% {
		transform: scale(1.2) rotate(-1deg);
	}
	30% {
		transform: scale(1.2) rotate(1deg);
	}
	45% {
		transform: scale(1.2) rotate(-1deg);
	}
	60% {
		transform: scale(1.2) rotate(1deg);
	}
	75% {
		transform: scale(1.2) rotate(-1deg);
	}
	90% {
		transform: scale(1.2) rotate(1deg);
	}
	100% {
		transform: scale(1.2) rotate(0);
	}
}




.modal-inner__man {
	display: flex;
	align-items: center;
}

.modal-inner__man > div {
	width: calc(100% - 160px);
	padding: 0 30px 0 0;
	transform: skew(-10deg,-5deg);
}

.modal-inner h3 {
	font-size: 2.2rem;
	margin: 0 0 30px;
}

.modal-inner h3:before {
	content: attr(data)'';
	font-family: 'Oswald', sans-serif;
	font-size: 11rem;
	font-weight: 700;
	margin: 0 0 10px;
	display: block;
}

.modal-inner p {
	padding-right: 50px;
}

.modal-inner figure {
	width: 160px;
}

.modal-inner figure img {
	margin: 0 0 20px;
}




.op-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2000;
	transition: .5s ease-in;
}

.op-inner p {
	opacity: 0;
	transform: scale(1);
}

.op-start .op-inner p {
	animation: anim-main-start .75s both;
}

@keyframes anim-main-start {
	0% {
		animation-timing-function: ease-in;
		transform: translateY(100%) scale(0);
		opacity: 0;
	}
	25% {
		transform: translateY(0) scale(1.1);
		opacity: 1;
	}
	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

.anim-1 .op-inner p {
	transform: scale(1);
	opacity: 1;
	animation: anim-main-1 1.25s ease-out both;
}

@keyframes anim-main-1 {
	0% {
	}
	30% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(-12.5deg);
	}
}

.anim-2 .op-inner p {
	transform: rotate(-10deg);
	animation: anim-main-2 .3s ease-out both;
}

@keyframes anim-main-2 {
	0% {
	}
	100% {
		transform: rotate(360deg);
	}
}










.op-cover {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: .5s ease-in;
}

.op-start .op-cover {
	animation: anim-main-star-bg .25s both;
}

@keyframes anim-main-star-bg {
	0% {
	}
	100% {
		background: #fff;
	}
}

.op-end .op-inner {
	transform: translate(-50%,-350%);
}

.op-end .op-cover {
	background: #fff;
	transform: translateY(-150%);
}










