

.movie-header {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
	position:relative;
}



/*
////////////////////////////////////////////////////////////////////////

	¢¡ General

------------------------------------------------------------------------
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s margin ease-out;
	-moz-transition: .4s margin ease-out;
	-ms-transition: .4s margin ease-out;
	-o-transition: .4s margin ease-out;
	transition: .4s margin ease-out;
}





body {
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* -------
	Link Style
------- */



input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}


/* -------
	Section
------- */

.section {
	padding-bottom: 8em;
	background-color: #fff;
}
.section_area {
	margin: 0 auto;
	width: 1280px;
}

.section:nth-last-of-type(1) {
	padding-bottom: 3em;
}

@media screen and (max-width: 1280px) {
	.section_area {
		padding-bottom: 4em;
		width: 100%;
	}
}

#page_header {
	margin: 0 0 7em;
}

.section_title {
	margin: 0 0 1em;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: normal;
}
.section_title span {
	display: block;
	margin: 0 0 .3em;
	font-size: 1.6rem;
}

#container p.section_sub_txt {
	margin: 0 0 3em;
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.section_title {
		font-size: 2.6rem;
	}

	.section_title {
		display: block;
		margin: 0 auto 1em;
		width: 80%;
	}
	.section_title span {
		font-size: 1.4rem;
	}

	.section_sub_txt {
		margin: 0 0 2em;
		padding: 0 26px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 568px) {
	.section_title {
		font-size: 2.2rem;
	}
}


.section_body {
	position: relative;
}

.section_body h2 {
	margin: 0 0 1em;
	font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
	.section_body h2 {
		margin: 0 0 .7em;
		font-size: 2rem;
	}
}

.section_image_right {
	text-align: right;
}

.section_contents_left {
	display: table;
	position: absolute;
	right: auto;
	left: 0;
	top: 50px;
	padding: 3em;
	width: 60%;
	background-color: rgba(255,255,255,.6);
}

.section_image_left {
	text-align: left;
}

.section_contents_right {
	display: table;
	position: absolute;
	right: 0;
	top: 50px;
	padding: 3em;
	width: 60%;
	background-color: rgba(255,255,255,.6);
}

.section_image_right img,
.section_image_left img {
	display: inline-block;
	width: 50%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.section_image_right {
		text-align: left;
	}

	.section_contents_left,
	.section_contents_right {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		padding: 0 2em;
		width: 100%;
	}

	.section_image_right,
	.section_image_left {
		margin: 0 0 3em;
	}

	.section_image_right img,
	.section_image_left img {
		display: block;
		width: 100%;
		height: auto;
	}
}

.section_txt {
	font-size: 1.5rem;
}

.section_txt p {
	margin: 0 0 1.61em;
}

.section_txt p:last-child {
	margin: 0;
}


/*
////////////////////////////////////////////////////////////////////////

	¢¡ Header

------------------------------------------------------------------------
*/

#header {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



#blog-header {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-bg {
	position: relative;
	height: 100%;
	background: rgba(0,0,0,.3);
	background-image: radial-gradient(rgba(0,0,0,.2) 20%, transparent 0), radial-gradient(rgba(0,0,0,.2) 20%, transparent 0);
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}

.header_image_txt {
	padding: 10em 0;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
}


.header_image_txt a {
	display: block;
	width: 100%;
	height: auto;
}

.work_image_txt {
	padding: 20em 0;
	width: 100%;
	height: auto;
	color: #e5e5de;
	text-align: center;
	background: rgba(0,0,0,.2);
	background-image: radial-gradient(rgba(0,0,0,.2) 20%, transparent 0), radial-gradient(rgba(0,0,0,.2) 20%, transparent 0);
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}

