@charset "UTF-8";

html,body {
	background: #fff;
}

/*----------------
  #wrapper
----------------*/
#wrapper {
	background: #fff;
}

/*----------------
  #introduction
----------------*/
#introduction {
    margin: 0 auto;
	padding: 12% 4% 78%;
	text-align: center;
	background: url("https://haw-movie.com/introduction/img/introduction_bg_sp.png") no-repeat bottom center #fbf8f4;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
}
#introduction h1 {
	margin: 0 auto 8%;
	color: #956729;
	font-family: 'Montserrat';
	font-size: 6.2vw;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
#introduction .catch {
	margin: 0 auto 8%;
	width: 71%;
	font-size: 0;
}
#introduction .copy1 {
	margin: 0 auto 8%;
	font-size: 3.6vw;
	font-weight: bold;
}
#introduction .img {
	margin: 0 auto 8%;
	font-size: 0;
}
#introduction .txt {
	margin: 0 auto 8%;
	text-align: left;
}
#introduction .copy2 {
	margin: 0 auto;
	color: #eb6100;
	font-size: 4.2vw;
	font-weight: bold;
}

@media only screen and (min-width:800px){
	/*----------------
	  #wrapper
	----------------*/
	#wrapper {
	}
	
	/*----------------
	  #introduction
	----------------*/
	#introduction {
		margin: 0 0 0 370px;
		padding: 80px 20px 29%;
		background: url("https://haw-movie.com/introduction/img/introduction_bg_pc.png") no-repeat bottom center #fbf8f4;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#introduction h1 {
		margin: 0 auto 50px;
		font-size: 38px;
	}
	#introduction .catch {
		margin: 0 auto 50px;
		padding-top: 87px;
		width: 700px;
		background: url("https://haw-movie.com/introduction/img/introduction_copy_pc.png") no-repeat top center;
	}
	#introduction .catch img {
		height: 0;
		opacity: 0;
	}
	#introduction .copy1 {
		margin: 0 auto 50px;
		font-size: 20px;
	}
	#introduction .img {
		margin: 0 auto 50px;
		padding-top: 109px;
		width: 790px;
		background: url("https://haw-movie.com/introduction/img/introduction_img_pc.jpg") no-repeat top center;
	}
	#introduction .img img {
		height: 0;
		opacity: 0;
	}
	#introduction .txt {
		margin: 0 auto 50px;
		width: 790px;
	}
	#introduction .copy2 {
		font-size: 20px;
	}
}