

#main_content{
	margin-top:120px;
	position:relative;
}


#main_content:before{
	content:"";
	position: absolute;
	z-index:-9;
	width:100%;
	height:100px;
	background:#dac79a;
}


.top_detail{
	width: 620px;
	margin:0 auto;
	padding-top: 60px;
}

.outer_logo{
	padding:0 40px;
}


	.outer_logo .main_title01{
	opacity:0;
}

	.open .outer_logo .main_title01{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	}
	
	
	
	.outer_logo .main_title02{
	margin-top:30px;
	opacity:0;
}

	.open .outer_logo .main_title02{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	}
	
	
	
	
	.main_copy{
	margin-top:50px;
	padding:0 40px;
	opacity:0;
	}
	
	.open .main_copy{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	}
	
	
	
	.btn_list{
	margin-top:40px;
	opacity:0;
	}
	
	.open .btn_list{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) 1.6s;
	}
	
	
	
	.btn_list_wrap{
	margin:0 auto;
	text-align:center;
	}

.btn_list_wrap > div{
	display:inline-block;
	height: 245px;
	position:relative;
	cursor: pointer;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.btn_list_wrap > div img{
	width:auto;
	height:100%;
}

	

.btn_list02{
	margin-top:-180px;
}










.content_index{
	margin-top: 100px;
	position:relative;
}

.content_index:before{
	content: "";
	position: absolute;
	top:-300px;
	z-index: -9;
	width: 100%;
	height: 500px;
	background: #dac79a;
}


.content_index_inner {
	margin: 0 auto;
}

.content_box{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
}

.content_box:after{
	content: "";
	position: absolute;
	left:0;
	bottom:-100px;
    z-index: -9;
    width: 100%;
    height: 200px;
    background: #dac79a;
}
	


.content_detail{
	width: 42%;
	text-align:center;
	display: inline-block;
	vertical-align: top;
}


.content_box{
	margin-bottom: 200px;
	padding-left:120px;
}


.content_title h4{
	font-size:18pt;
}

.content_title h4 b{
	font-size:11pt;
	display:block;
	margin-bottom: 10px;
	color:#ff4242;
}

.content_title h4 span{
	font-size:11pt;
	display:block;
	margin-top: 10px;
}


.content_note{
	margin-top:30px;
}

.content_note p{
	font-size:11pt;
	line-height:160%;
}

.content_img{
	display:inline-block;
	width: 54.5%;
	overflow: hidden;
}

.content_img > div{
	
}

.content_voice{
	position:absolute;
	top:75%;
	right:40%;
	background:#ffffff;
	padding:10px;
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.content_voice p{
	font-size:11pt;
}


.carousel_box{
	border:6px solid #fff;
}













@media screen and (max-width: 640px){
	
	
	
	#main_content {
		margin-top: 70px;
	}
	
	#main_content:before {
		height: 40px;
	}
	
	
	.content_index:before {
		top: -250px;
		height: 200px;
	}
	
	
	.btn_list_wrap {
		padding: 0 0px;
		margin-left: -20px;
	}
	
	.btn_list02 {
		margin-top: -120px;
	}
	
	
	
	.btn_list_wrap > div {
		width: 18%;
	}
	
	.btn_list_wrap > div {
		height: 200px;
	}
	
	.content_index {
		margin-top: 60px;
	}
	
	.content_index_inner {
		padding: 0 0px;
	}
	
	
	
	.top_detail {
		width: 100%;
		padding: 20px 20px 0;
	}
	
	.outer_logo{
		padding: 0px 20px;
	}
	
	.outer_logo .main_title02 {
		margin-top: 15px;
	}
	
	
	.main_copy {
		margin-top: 30px;
		padding: 0 20px;
	}
	
	
	
	.content_box {
		display: block;
		padding-left: 0px;
		margin-bottom: 150px;
	}
	
	.content_box:after {
		bottom: -80px;
		height: 120px;
	}
	
	
	
	
	.content_img {
		display: block;
		width: 100%;
		position: relative;
		overflow: visible;
	}
	
	.content_img:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -100px;
		z-index: -9;
		width: 100%;
		height: 200px;
	   background: #dac79a;
	}
	
	
	
	
	
	.content_detail {
		width: 100%;
		display: block;
		margin-top: 26px;
	}
	
	
	
	.content_voice {
		padding: 5px;
		top: 40%;
	}
	
	.content_voice p {
		font-size: 8pt;
		line-height:150%;
	}
	
	
	
	.content_note p {
		font-size: 10pt;
	}
	
	
	.content_title h4 b {
		margin-bottom: 0px;
	}
	
	#content04 .content_img:after, #content09 .content_img:after {
		bottom: -125px;
		height: 225px;
	}
	
	
	
	
	
}


@media screen and (max-width: 390px){
	
	
	
	.content_voice {
		top: 35%;
		left: 0;
	       right: auto;
	}
	
	.content_title h4 {
		font-size: 16pt;
	}
	.content_title h4 span {
		font-size: 10pt;
	}
	
	
}