@charset "UTF-8";

/*======================================

　main

=======================================*/

#title_bg {
	 position: relative;
	 width: 100%;
	 background: url(../img/common/wood_bg.jpg);
	 background-size:cover;
	 padding:40px 0;
}
#title_bg h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    width: 65%;
    max-width: 500px;
    z-index: 10;
    margin: 0 auto;
}
#fixed_box {
    position: absolute;
    left:50%;
    bottom: 0;
	width: 1000px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 999;
}
#fixed_box.fixed {
	position: fixed;
	bottom: 30px;
}
#fixed_box .contact_btn {
    position: absolute;    
	right: -40px;
    top: -215px;
    width: 200px;
    transition: .3s;
}
@media screen and (min-width: 1101px) {
	#fixed_box {
		position: fixed;
	}
}
@media screen and (max-width: 1100px) {
	#fixed_box {
		left: 0;
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}	
	#fixed_box .contact_btn {
		right: 1%;
	}
}
@media screen and (max-width: 840px) {
	#fixed_box .contact_btn {
		top: -180px;
		width: 170px;
	}	
}
@media screen and (max-width: 640px) {
 
	 #title_bg h2 {
	  top:10%;
	  max-width: 300px;
	 }
	 
}
@media screen and (max-width: 640px) {
 
	 #title_bg h2 {
		top: 14%;
		max-width: 200px;
	} 
	 #fixed_box .contact_btn {
		width: 75px;
		 top: -105px;
	 }
	
}
@media screen and (max-width: 414px) {	
	
}

/*-----------------------------------

	wood_bg 

-----------------------------------*/

#wood_bg {
	background: url(../img/common/wood_bg.jpg);
 	background-size:cover;	
}

/*-----------------------------------

	nav_link

-----------------------------------*/

#nav_link {
	
}
#nav_link .left,
#nav_link .right{
	width:46%;
}
#nav_link .right{
	margin-left:8%;
}

@media screen and (max-width: 640px) {
	
		
}

/*-----------------------------------

	section01

-----------------------------------*/

#section01 #information {
    margin-bottom: 100px;
}
#section01 h3{
    margin-bottom: 60px;	
}
#section01 .info_logo{
	margin:40px 0 60px 0;
}
#section01 .info_text {
	margin:80px 0;	
}
#section01 #sec01L {
	display:inline-block;
	vertical-align:middle;
    max-width: 426px;
    width: 44.375%;
}
#section01 #sec01R {
	display:inline-block;
	vertical-align:middle;
    max-width: 475px;
    width: 49.48%;
	margin-left: 2%;
}
#section01 #figure {
	margin-top: 150px;	
	position:relative;	
}
#section01 .anima_img01,
#section01 .anima_img02,
#section01 .anima_img03,
#section01 .anima_img04,
#section01 .anima_img05 {
    position: absolute;
	width: 34%;
	max-width: 340px;
	padding-right:2%;
}
#section01 .anima_img01 {
	left: 0;
    top: -15%;	
}
#section01 .anima_img02{
	left:0;
    right: 0;
	margin:0 auto;
    top: -15%;
}
#section01 .anima_img03 {
	right: 0;
    top: -15%;	
	padding-right:0;
}
#section01 .anima_img04 {
	left: 0;
    bottom: 0;	
}
#section01 .anima_img05 {
	left:0;
    right: 0;
	margin:0 auto;
    bottom: 0;	
}
@media screen and (max-width: 840px) {
	
	#section01 #information {
		margin-bottom: 40px;
	}
	#section01 h3 {
		margin-bottom: 40px;
	}
	#section01 .info_logo img{
		max-width: 220px;
	}
	#section01 #figure {
		margin-top: 20%;
	}	
}

@media screen and (max-width: 640px) {
	
	#section01 .info_text {
		margin:60px 0;	
	}
	#section01 .info_logo img{
		max-width: 150px;
	}
}

/*-----------------------------------

	section02

-----------------------------------*/
#section02 h3{
    margin-bottom: 60px;	
}
#section02 .main02_photo img{
	text-align:center;
	display:block;
	margin:0 auto;	
}
@media screen and (max-width: 840px) {
	
	#section02 h3 {
		margin-bottom: 40px;
	}
}
/*-----------------------------------

	section03

-----------------------------------*/
#section03 h3{
    margin-bottom: 60px;	
}
#section03 .figure_anima {
	margin-top:40px;
}
@media screen and (max-width: 840px) {

	#section03 {
		margin-bottom: 0;
	}
	#section03 h3 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
	
	#section03 .title_01 {
		max-width:220px;	
	}
	#section03 .title_02 {
		max-width:280px;	
	}
}
/*-----------------------------------

	section04

-----------------------------------*/
#section04 .modelhouse_logo{
	margin:40px 0 60px 0;
}
#section04 .modelhouse_btn {
	width:50%;
	display: inline-block;
	margin-bottom: 40px;	
}
@media screen and (max-width: 840px) {
	
	#section04 .modelhouse_btn {
		display: inline-block;
		margin-bottom: 40px;	
	}
	#section04 .modelhouse_logo img{
		max-width: 120px;
	}

}

/*-----------------------------------

	animation

-----------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

#figure.is_scroll img {
	opacity: 0;
}
#figure.scroll_in img {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: forwards;	
}
#figure.scroll_in .anima_img01,
#figure.scroll_in .anima_img02,
#figure.scroll_in .anima_img03 {
	animation-delay: 1s;
}
#figure.scroll_in .anima_img04,
#figure.scroll_in .anima_img05 {
	animation-delay: 1.5s;
}