@charset "UTF-8";

.top .content {
	width: 90%;
	margin: 0 auto;
	z-index: 5;
	position: relative;
}
.top-content-wrap {
	position: relative;
	background: #FFF;
	z-index: 2;
	padding: 100px 0 0;
}
.top main section {
	position: relative;
}
.top main .top-special {
	position: relative;
	padding: 0 0 100px;
	min-height: 500px;
}
.top main .top-special:before {
	position: absolute;
	background-image: url("../svg/triangle01.svg");
	background-position: left top;
	right: 15vw;
	top: 50px;
	width: calc(1024px * 2);
	height: calc(890px * 2);
	z-index: -1;
}
.top main .top-pickup {
	position: relative;
	padding: 100px 0 100px;
	min-height: 400px;
}
.top main .top-pickup:before {
	position: absolute;
	background-image: url("../svg/triangle02.svg");
	background-position: left top;
	right: -20vw;
	top: -15vw;
	width: 120vw;
	height: 0;
	padding: 0 0 80%;
	z-index: -2;
}
#top-slide {
	width: 100%;
	height: 100vh;
	max-height: 1000px;
	position: relative;
}
#top-slide .slide-txt {
	position: absolute;
	z-index: 3;
	padding: 0 100px 80px 0;
	text-align: right;
	right: 0;
	bottom: 0;
}
#top-slide .slide-txt .mc {
	width: 280px;
	position: relative;
	left: 100%;
	transform: translateX(-100%);
	padding: 0 0 10px;
	transition: all 1s .5s;
}
#top-slide .slide-txt.eft .mc {
	opacity: 0;
	margin-left: -10px;
}
#top-slide .slide-txt.eon .mc {
	opacity: 1;
	margin-left: 0;
}
#top-slide .slide-txt .earth {
	position: absolute;
	width: 310px;
	height: 290px;
	background-image: url("../svg/top_slide_earth.svg");
	left: -50px;
	top: -50px;
	z-index: -1;
	transition: all 1.5s;
}
#top-slide .slide-txt.eft .earth {
	transform: rotate3d(0, 1, .5, 30deg);
	opacity: 0;
}
#top-slide .slide-txt.eon .earth {
	transform: rotate3d(0, 1, 1, 0deg);
	opacity: 1;
}
#top-slide .slide-txt .sc {
	width: 260px;
	position: relative;
	left: 100%;
	transform: translateX(-100%);
	transition: all 1s 1s;
}
#top-slide .slide-txt.eft .sc {
	opacity: 0;
	margin-left: -15px;
}
#top-slide .slide-txt.eon .sc {
	opacity: 1;
	margin-left: -5px;
}
#top-slide .slide-txt:before {
	width: 896px;
	height: 234px;
	background-image: url("../svg/top_slide_triangle.svg");
	right: 0;
	bottom: 0;
	z-index: -1;
}
#top-slide .swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#top-slide .swiper-slide {
	width: 100%;
	height: 100%;
	max-height: 1000px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide01 {
	background-image: url("../jpg/top_slide_mv01.jpg");
}
.slide02 {
	background-image: url("../jpg/top_slide_mv02.jpg");
}
.slide03 {
	background-image: url("../jpg/top_slide_mv03.jpg");
}
.slide04 {
	background-image: url("../jpg/top_slide_mv04.jpg");
}
.slide05 {
	background-image: url("../jpg/top_slide_mv05.jpg");
}
.slide06 {
	background-image: url("../jpg/top_slide_mv06.jpg");
}
.top h2 {
	font-family: var(--en-font);
	font-size: 64px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.09em;
	margin-bottom: 40px;
}
.top .top-pickup h2 {
	color: #FFF;
}
.top h2 + p {
	font-weight: 600;
}
.top-special ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 103%;
	position: relative;
	left: -1.5%;
	margin-bottom: -180px;
}
.top-special ul li {
	width: 47%;
	margin: 0 1.5% 50px;
	position: relative;
}

.top-special ul li.cs:after {
	font-size: 20px;
}
.top-special ul li:nth-child(2) {
	margin-top: 180px;
}
.top-special ul li:nth-child(3) {
	top: -180px;
}
.top-special ul li:nth-child(5) {
	top: -180px;
}
.top-special ul li.bnr {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
}
.top-special ul li .txt {
	padding: 20px 30px 30px;
	box-sizing: border-box;
}
.top-special ul li .txt p.think {
	font-family: var(--en-font);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4em;
}
.pickup-slide {
	position: relative;
}
.pickup-slide .swiper-slide {
	position: relative;
}
.pickup-slide .swiper-slide:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 30, 80, 0) 0%, rgba(0, 30, 80, 0) 50%, rgba(98, 99, 98, 0.8) 100%);
	z-index: 1;
}
.pickup-slide .swiper-slide .bg img {
	object-fit: cover;
	height: 300px;
}
.pickup-slide .swiper-slide .txt {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
}
.pickup-slide .swiper-slide p {
	color: #FFF;
	font-size: 20px;
}
.pickup-slide .red-triangle:before {
	transform: scale(2);
}
.swiper_button_wrap {
	position: absolute;
	height: 140px;
	width: 300px;
	right: 0;
	top: 20px;
}
.swiper-button-prev2, .swiper-button-next2 {
	content: "";
	width: 140px;
	height: 140px;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}
.swiper-button-disabled {
	opacity: .2;
}
.swiper-button-prev2 {
	top: 0;
	left: 0;
	background-image: url("../svg/left_arrow.svg");
}
.swiper-button-next2 {
	top: 0;
	right: 0;
	background-image: url("../svg/right_arrow.svg");
}

@media screen and (max-width: 767px) {
	.top-content-wrap {
		position: relative;
		background: #FFF;
		z-index: 2;
		padding: 50px 0 0;
	}
	.top main .top-special {
		position: relative;
		padding: 0 0 100px;
		min-height: 500px;
	}
	.top main .top-special:before {
		position: absolute;
		background-image: url("../svg/triangle01.svg");
		background-position: left top;
		right: 15vw;
		top: 50px;
		width: calc(1024px);
		height: calc(890px);
		z-index: -1;
	}
	.top main .top-pickup {
		position: relative;
		padding: 50px 0 0px;
		min-height: 300px;
	}
	.top main .top-pickup:before {
		position: absolute;
		background-image: url("../svg/triangle02.svg");
		background-position: left top;
		right: -100vw;
		top: -10%;
		width: 200vw;
		height: 0;
		padding: 0 0 100%;
		z-index: -2;
	}
	#top-slide {
		width: 100%;
		height: 100vh;
		max-height: 600px;
		position: relative;
	}
	#top-slide .slide-txt {
		position: absolute;
		z-index: 3;
		padding: 0 50px 20px 0;
		text-align: right;
		right: 0;
		bottom: 0;
		transform: scale(.6);
		transform-origin: right bottom;
	}
	#top-slide .slide-txt .mc {
		width: 280px;
		position: relative;
		left: 100%;
		transform: translateX(-100%);
		padding: 0 0 10px;
		transition: all 1s .5s;
	}
	#top-slide .slide-txt.eft .mc {
		opacity: 0;
		margin-left: -10px;
	}
	#top-slide .slide-txt.eon .mc {
		opacity: 1;
		margin-left: 0;
	}
	#top-slide .slide-txt .earth {
		position: absolute;
		width: 310px;
		height: 290px;
		background-image: url("../svg/top_slide_earth.svg");
		left: -50px;
		top: -50px;
		z-index: -1;
		transition: all 1.5s;
	}
	#top-slide .slide-txt.eft .earth {
		transform: rotate3d(0, 1, .5, 30deg);
		opacity: 0;
	}
	#top-slide .slide-txt.eon .earth {
		transform: rotate3d(0, 1, 1, 0deg);
		opacity: 1;
	}
	#top-slide .slide-txt .sc {
		width: 260px;
		position: relative;
		left: 100%;
		transform: translateX(-100%);
		transition: all 1s 1s;
	}
	#top-slide .slide-txt.eft .sc {
		opacity: 0;
		margin-left: -15px;
	}
	#top-slide .slide-txt.eon .sc {
		opacity: 1;
		margin-left: -5px;
	}
	#top-slide .slide-txt:before {
		width: calc(896px * 1);
		height: calc(234px * 1);
		background-image: url("../svg/top_slide_triangle.svg");
		background-size: cover;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	#top-slide .swiper-slide {
		width: 100%;
		height: 100%;
		max-height: 600px;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#top-slide .swiper-slide.slide03 {
		background-position: 25% center;
	}
	#top-slide .swiper-slide.slide04 {
		background-position: 35% center;
	}
	#top-slide .swiper-slide.slide05 {
		background-position: 35% center;
	}
	.top h2 {
		font-family: var(--en-font);
		font-size: 34px;
		font-weight: 700;
		line-height: 1.2em;
		letter-spacing: 0.09em;
		margin-bottom: 40px;
	}
	.top .top-pickup h2 {
		color: #FFF;
	}
	.top h2 + p {
		font-weight: 600;
	}
	.top-special ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		left: 0%;
		margin: 0 auto;
	}
	.top-special ul li:nth-child(1) {
		width: 100%;
	}
	.top-special ul li:nth-child(n + 2) {
		width: 70%;
		margin: 0 0 10px;
		position: relative;
	}
	.top-special ul li:nth-child(2) {
		margin-top: 0;
	}
	.top-special ul li:nth-child(3) {
		top: 0;
	}
	.top-special ul li:nth-child(4) {
		margin-top: 0;
	}
	.top-special ul li:nth-child(5) {
		top: 0;
	}
	.top-special ul li:nth-child(even) {
		margin-left: 30%;
	}
	.top-special ul li:nth-child(n + 2) .bg img {
		object-fit: cover;
		max-height: 210px;
	}
	.top-special ul li:nth-child(2) .bg img {
		object-position: center 30%;
	}
	.top-special ul li.bnr {
		background: #fff;
		box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
	}
	.top-special ul li .txt {
		padding: 10px 20px 20px;
		box-sizing: border-box;
	}
	.top-special ul li .txt p.think {
		font-family: var(--en-font);
		font-size: min(2.2vw,28px);
		font-weight: 700;
		line-height: 1.4em;
	}
	.pickup-slide {
		position: relative;
	}
	.pickup-slide .swiper-slide {
		position: relative;
	}
	.pickup-slide .swiper-slide:before {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(180deg, rgba(0, 30, 80, 0) 0%, rgba(0, 30, 80, 0) 50%, rgba(98, 99, 98, 0.8) 100%);
		z-index: 1;
	}
	.pickup-slide .swiper-slide .bg img {
		object-fit: cover;
		height: 160px;
	}
	.pickup-slide .swiper-slide .txt {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	.pickup-slide .swiper-slide p {
		color: #FFF;
		font-size: 14px;
	}
	.pickup-slide .red-triangle:before {
		transform: scale(2);
	}
	.swiper_button_wrap {
		position: absolute;
		height: 60px;
		width: 130px;
		right: 0;
		top: 20px;
	}
	.swiper-button-prev2, .swiper-button-next2 {
		content: "";
		width: 60px;
		height: 60px;
		z-index: 10;
		cursor: pointer;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		transition: all .5s;
	}
	.swiper-button-disabled {
		opacity: .2;
	}
	.swiper-button-prev2 {
		top: 0;
		left: 0;
		background-image: url("../svg/left_arrow.svg");
	}
	.swiper-button-next2 {
		top: 0;
		right: 0;
		background-image: url("../svg/right_arrow.svg");
	}
}

@media screen and (max-width: 480px) {
	.top main .top-special {
		position: relative;
		padding: 0 0 50px;
		min-height: 500px;
	}
	.top main .top-special:before {
		position: absolute;
		background-image: url("../svg/triangle01.svg");
		background-position: left top;
		right: 15vw;
		top: 20px;
		width: calc(1024px);
		height: calc(890px);
		z-index: -1;
	}
	.top h2 {
		margin-bottom: 20px;
	}
	.top-special ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.top-special ul li:nth-child(1) {
		width: 100%;
	}
	.top-special ul li:nth-child(n + 2) {
		width: 80%;
		margin: 0 0 10px;
		position: relative;
	}
	.top-special ul li:nth-child(2) {
		margin-top: 0;
	}
	.top-special ul li:nth-child(3) {
		top: 0;
	}
	.top-special ul li:nth-child(4) {
		margin-top: 0;
	}
	.top-special ul li:nth-child(5) {
		top: 0;
	}
	.top-special ul li:nth-child(even) {
		margin-left: 20%;
	}
	.top-special ul li:nth-child(n + 2) .bg img {
		object-fit: cover;
		max-height: 110px;
	}
	.top-special ul li:nth-child(2) .bg img {
		object-position: center 30%;
	}
	.top-special ul li .txt {
		padding: 10px 15px 10px;
		box-sizing: border-box;
	}
	.top-special ul li .txt p.think {
		font-family: var(--en-font);
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2em;
	}
}