@charset "utf-8";

.firstview_wrapper{
	background: url('../images/main_bg.jpg') no-repeat;
	width: 100%;
	height: 100rem;
	position: relative;
}

.firstview_wrapper::before{
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 100%;
	height: 37.8rem;
	background-image: url('../images/firstview_red.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.firstview_wrapper .firstview_area{
	width: 82%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}


.firstview_wrapper .main_img{
	position: absolute;
	right: 0;
	top: 12rem;
}

.main_img img{
	max-width: 60.6rem;
}

.firstview_wrapper .text_block{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 12rem 0 0 10rem;
}

.firstview_wrapper .text_block p{
	padding-left: 3rem;
}

.firstview_wrapper h1{
	font-size: 24rem;
	padding-left: 10rem;
}

.firstview_wrapper h2{
	font-size: 4.8rem;
	padding-left: 10rem;
	line-height: 1.833;
}

.second_wrapper{
	height: 83rem;
	background: url('../images/second_bg.jpg') no-repeat;
	position: relative;
	z-index: -2;
}

.second_wrapper::before{
	content: url('../images/gold_paint.png');
	position: absolute;
	bottom: -.1rem;
	right: 0;
	z-index: -1;
}

.second_wrapper::after{
	content: url('../images/small_cats.png');
	position: absolute;
	bottom: -1rem;
	left: 19rem;
	z-index: -1;
}

.second_wrapper .second_area{
	width: 82%;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.second_wrapper .second_inner{
	display: flex;
}

.second_wrapper .img_block{
	margin-top: 14rem;
	margin-right: 25rem;
}

.second_wrapper .img_block img{
	max-width: 78.1rem;
}

.second_wrapper .text_block{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-top: 15rem;
}

.second_wrapper .text_block h2{
	font-size: 6rem;
	line-height: 1.467;
	color: #fbfbf9;
	padding-left: 7rem;
}

.second_wrapper .text_block p{
	color: #fbfbf9;
}

.second_wrapper .born{
	position: absolute;
	bottom: 22rem;
	left: 48rem;
	color: #fbfbf9;
	letter-spacing: 0.05em;
}

.business_wrapper{
	position: relative;
	z-index: 0;
	margin-bottom: 12rem;
}

.business_wrapper .business_area{
	width: 82%;
	padding: 0 2rem;
	margin: 0 auto;
	position: relative;
}

.business_wrapper .img_block img{
	max-width: 84.1rem;
}

.business_wrapper .btn{
	margin: 12rem auto;
}

.business_wrapper .business_hd{
	font-size: 3rem;
	line-height: 1.6;
	text-align: center;
	margin: 12rem 0 12rem;
}

.business_wrapper .merit_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12rem;
}

.business_wrapper .merit_block h3{
	font-size: 6rem;
	margin-bottom: 4rem;
	position: relative;
}

.business_wrapper .merit_block h3::before{
	content: url('../images/merit_hd.png');
	position: absolute;
	top: -2rem;
	left: 0;
	z-index: -1;
}

.business_wrapper .merit_block p{
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

.business_wrapper .model_area h2{
	font-size: 3.6rem;
	line-height: 1.667;
	text-align: center;
	margin-bottom: 8rem;
}

.business_wrapper .model_area .img_block{
	text-align: center;
}

@media screen and (max-width:1880px){

	.firstview_wrapper h1{
		font-size: 16.8rem;
		padding-left: 7rem;
	}

	.firstview_wrapper h2{
		font-size: 3.36rem;
		padding-left: 7rem;
	}

	.firstview_wrapper .main_img{
		right: 6rem;
	}

	.main_img img{
		max-width: 46.8rem;
	}

}
