/*------------------------------------------
  Key Visual Top
------------------------------------------*/
.top-key-visual {
	width: 100%;
	height: 44.1vw;
	position: relative;
}

.top-key-visual:before {
	content: "";
	width: 270px;
	height: 270px;
	background: url(../images/common/main_under_circle.png) no-repeat center / cover;
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 0;
}

.top-key-visual:after {
	content: "";
	width: 268px;
	height: 268px;
	background: url(../images/common/main_under_circle2.png) no-repeat center / contain;
	object-fit: contain;
	position: absolute;
	top: 35vw;
	left: -70px;
}

.top-key-visual .video-area {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.top-key-visual .fv-sp {
	display: none;
}

.top-key-visual .catch {
	font-size: 44px;
	color: #fff;
	font-weight: 100;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .55);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
}

.top-key-visual .catch .en {
	font-size: 15px;
	margin-top: 2rem;
}

@media only screen and (max-width: 1024px) {
	.top-key-visual {
		height: 44vw;
	}

	.top-key-visual::after {
		top: 30vw;
	}

	.top-key-visual .catch {
		font-size: 30px;
	}

	.top-key-visual .catch .en {
		font-size: 12px;
	}
}

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

	.top-key-visual {
		height: 80vw;
	}

	.top-key-visual::before {
		width: 100px;
		height: 100px;
		top: 0;
		right: -35px;
	}

	.top-key-visual::after {
		width: 100px;
		height: 100px;
		top: 200px;
		left: -30px;
	}

	.top-key-visual .catch {
		font-size: 5vw;
		margin-top: 3rem;
	}

	.top-key-visual .fv {
		display: none;
	}

	.top-key-visual .video-area .fv-sp {
		display: block;
		width: 100%;
	}

}

/*------------------------------------------
	Main Content
------------------------------------------*/
/* Common */
.content.top section {
	padding: 10rem 0;
}

.content.top .common-block {
	max-width: 750px;
	width: 90%;
	margin-left: auto;
	position: relative;
}

.content.top .common-block .m-title01 {
	position: absolute;
	left: 0;
	top: 10%;
	z-index: 2;
}

.content.top .common-block .img-box {
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	position: relative;
}

.content.top .common-block .en {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: -40px;
	bottom: 0;
}

.content.top .common-block .m-button01 {
	position: absolute;
	bottom: -100px;
	right: 0;
}

.content.top .common-block.even {
	margin-left: 0;
	margin-right: auto;
}

.content.top .common-block.even .m-title01 {
	left: auto;
	right: 0;
}

.content.top .common-block.even .img-box {
	margin-left: 0;
	margin-right: auto;
}

.content.top .common-block.even .en {
	left: auto;
	right: -50px;
}

.content.top .common-block.even .m-button01 {
	right: auto;
	left: 0;
}

@media only screen and (max-width: 1024px) {
	.content.top section .inner {
		width: 100%;
	}

	.content.top .common-block .m-button01 {
		right: 10%;
	}

	.content.top .common-block.even .m-button01 {
		left: 10%;
	}

	.content.top .common-block .img-box {
		width: 90%;
	}
}

@media only screen and (max-width: 600px) {
	.content.top section {
		padding: 5rem 0;
	}

	.content.top .common-block .en {
		font-size: 18px;
		left: -30px;
	}

	.content.top .common-block.even .en {
		right: -30px;
	}

	.content.top .common-block .m-button01 {
		bottom: -50px;
	}
}

/* Information */
.content.top .top-information .inner {
	width: 95%;
}

.top-information .m-title01 {
	text-align: center;
}

.top-information .posi-origin {
	position: relative;
	margin: 5rem 0;
}

.top-information .en {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: -5px;
	top: 0;
}

.top-information .m-button01 {
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.top-information .m-list01 {
		width: 92%;
		margin-left: auto;
		margin-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.top-information .m-title01 {
		text-align: left;
	}

	.top-information .posi-origin {
		margin: 1rem 0 5rem;
	}

	.top-information .en {
		font-size: 18px;
	}
}

/* Contact */
.top-contact {
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.content.top .top-contact .inner {
		width: 95%;
	}
}

/*------------------------------------------
	Animation
------------------------------------------*/
/* 背景色が伸びてからテキスト出現 */
/* 共通 */
.bgLRextendTrigger {
	position: relative;
	overflow: hidden;
	opacity: 0;
}

.bgLRextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*左から右*/
.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E9473F;
	/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	50% {
		transform-origin: left;
		transform: scaleX(1);
	}

	50.001% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}