header {
display: none;
}

.fixed {
	display: block !important;
}


.video-container {
  position: relative;
	height: 770px;
	margin-bottom: -770px;
	z-index: 1;
}

video {
  width: 100%;

}

.video-containerInner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 770px;
	background-color: rgba(0, 0, 0, 0.3); 
}


#top_header {
	height: 105px;
	background-color: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9;
}



#movie_main {
	width: 100%;
	background-color: #D2D2D2;
	height: 770px;
	margin-bottom: 25px;
	overflow: hidden;
}

#movie_main_header {
	padding-top: 30px;
}


#header_nav_top {
	min-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

#header_nav_top_logo {
	float: left;
	width: 420px;
}

#header_nav_top_gnv {
	width: 600px;
	float: right;
}


#header_nav_top_gnv ul li{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
}

#header_nav_top_gnv ul li a{
	color: #FFF;
	font-size: 1.8rem;
	line-height: 50px;
}


#header_nav_top_entry {
	float: right;
	width: 130px;
	height: 48px;
	background-color: #f29f1c;
	border-top-right-radius: 10px;
	transition: all .3s;
}

#header_nav_top_entry a{
	display: block;
	width: 100%;
	color: #FFF;
	line-height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	
}

#header_nav_top_entry:hover{
	opacity: 0.7;
}

#header_nav_top_mail {
	float: right;
	width: 48px;
	margin-left: 20px;
}

#header_nav_top_mail img{
	transition: all .3s;
}

#header_nav_top_mail img:hover{
	opacity: 0.7;
}

#movie_main_header_cach {
	font-size: 8rem;
	text-align: center;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: bold;
	padding-top: 592px;
	letter-spacing: 0.18em;
}


#news_contents {
	background-color: #f29f1c;
	padding-top: 70px;
	padding-bottom: 70px;
}


#news_contentsInner {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}


#news_contentsInner_list {
	width: 720px;
	float: left;
}

#news_contentsInner_list h2{
	width: 275px;
	height: 45px;
	font-size: 4.5rem;
	letter-spacing: 0.5rem;
	font-weight: normal;
	color: #FFF;
	background-image: url("../img/top/news_arrow.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

#news_contentsInner_list h2 a{
	display: block;
	width: 100%;
	color: #FFF;
}


#news_contentsInner_list ul{
	padding-left: 45px;
	padding-top: 35px;
}

#news_contentsInner_list ul li{
	color: #FFF;
	padding-bottom: 30px;
}

#news_contentsInner_list ul li:last-child{
	padding-bottom: 0px;
}

#news_contentsInner_list ul li a{
	color: #FFF;
	display: inline-block;
	transition: all .3s;
}

#news_contentsInner_list ul li a:hover{
	text-decoration: underline;
}


#news_contentsInner_list ul li span{
	display: inline-block;
}




#news_contentsInner_banner {
	width: 330px;
	float: right;
}


#news_contentsInner_banner_01 {
	background-color: #FFF;
	border-top-right-radius: 15px;
	width: 330px;
	height: 100px;
	margin-bottom: 20px;
	transition: all .3s;
}

#news_contentsInner_banner_01:hover {
	opacity: 0.7;
}


#news_contentsInner_banner_01 .news_contentsInner_bannerInner {
	background-image: url("../img/top/news_banner_01.png");
	background-repeat: no-repeat;
	background-position: center right;
}


#news_contentsInner_banner_02 {
	background-color: #FFF;
	border-top-right-radius: 15px;
	width: 330px;
	height: 100px;
	margin-bottom: 20px;
	transition: all .3s;
}

#news_contentsInner_banner_02:hover {
	opacity: 0.7;
}

.news_contentsInner_bannerInner {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}

.news_contentsInner_bannerInner a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 2.8rem;
	color: #f29f1c;
	padding-left: 30px;
	padding-top: 24px;
	line-height: 24px;
	font-weight: bold;
}

.news_contentsInner_bannerInner a span{
	display: block;
	font-size: 1.4rem;
}



#massage_contents {
	padding-top: 70px;
	padding-bottom: 150px;
	background-image: url("../img/top/massage_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#massage_contentsInner {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}


#massage_contentsInner_body {
	padding-top: 55px;
	padding-left: 40px;
}


#massage_contentsInner h2{
	width: 275px;
	height: 45px;
	font-size: 4.5rem;
	letter-spacing: 0.5rem;
	font-weight: normal;
}

#massage_contentsInner_body p{
	display: block;
	padding-bottom: 60px;
	line-height: 2.5;
	font-size: 1.6rem;
}


#massage_contentsInner_body a{
	display: block;
	width: 230px;
	height: 20px;
	background-image: url("../img/top/massage_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	transition: all .3s;
}

#massage_contentsInner_body a:hover{
	margin-left: 10px;
}



#info_contents {
	padding-bottom: 70px;
	padding-top: 70px;
}


#info_contentsInner {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}


#info_contents_banner_01 {
	width: 540px;
	height: 360px;
	float: left;
	background-image: url("../img/top/top_banner_01.png");
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	transition: all .3s;
	margin-bottom: 65px;
}

#info_contents_banner_01:hover {
	opacity: 0.7;
}

#info_contents_banner_01:hover .info_contents_bannerInner_btn span{
	margin-right: 20px;
}


#info_contents_banner_02 {
	width: 540px;
	height: 360px;
	float: right;
	background-image: url("../img/top/top_banner_02.png");
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	transition: all .3s;
	margin-bottom: 65px;
}

#info_contents_banner_02:hover {
	opacity: 0.7;
}

#info_contents_banner_02:hover .info_contents_bannerInner_btn span{
	margin-right: 20px;
}


.info_contents_bannerInner a{
	display: block;
	box-sizing: border-box;
	padding-top: 130px;
	text-align: center;
}

.info_contents_bannerInner_tit {
	font-size: 2.8rem;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 95px;
	letter-spacing: 0.2em;
}

.info_contents_bannerInner_tit span{
	display: inline-block;
	border-bottom: 1px #FFF solid;
	font-size: 1.5rem;
	padding-bottom: 10px;
	margin-bottom: 2px;
}


.info_contents_bannerInner_btn {
	text-align: right;
	width: 100%;
}


.info_contents_bannerInner_btn span{
	display: inline-block;
	padding-right: 105px;
	background-image: url("../img/top/news_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1.6rem;
	color: #FFF;
	height: 20px;
	margin-right: 40px;
	transition: all .3s;
	box-sizing: border-box;
}


#entry_banner {
	width: 100%;
	height: 420px;
	box-sizing: border-box;
	border: 12px #f29f1c solid;
	background-image: url("../img/top/entry_bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	transition: all .3s;
}


#entry_banner:hover {
	opacity: 0.7;
}

#entry_bannerInner {
	display: block;
}


#entry_bannerInner a{
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 50px;
}


#entry_bannerInner_tit {
	font-size: 4rem;
	letter-spacing: 0.3em;
	padding-bottom: 50px;
	color: #f29f1c;
}


#entry_bannerInner_body {
	line-height: 2;
	font-size: 3rem;
	padding-bottom: 45px;
}

#entry_bannerInner_body p{
	color: #000;
}

#entry_bannerInner_entry {
	display: block;
	width: 200px;
	margin-left: 468px;
	color: #f29f1c;
	font-size: 1.6rem;
	text-align: left;
	background-image: url("../img/top/entry_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	font-weight: bold;
	transition: all .3s;
}

#entry_banner:hover #entry_bannerInner_entry {
	margin-left: 478px;
}


@media screen and (max-width:640px){
	
	header {
	display: none;
	}

	.fixed {
		display: block !important;
	}


	.video-container {
	  position: relative;
		height: 360px;
		margin-bottom: -360px;
		z-index: 1;
	}

	video {
	  width: 100%;

	}

	.video-containerInner {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 361px;
		background-color: rgba(0, 0, 0, 0.3); 
	}


	#top_header {
		height: 90px;
		background-color: #FFF;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 9;
		display: block;
	}



	#movie_main {
		width: 100%;
		background-color: #D2D2D2;
		height: 360px;
		margin-bottom: 25px;
		overflow: hidden;
	}

	#movie_main_header {
		padding-top: 30px;
	}


	#header_nav_top {
		min-width: 1360px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
		display: none;
	}

	#header_nav_top_logo {
		float: left;
		width: 420px;
	}

	#header_nav_top_gnv {
		width: 600px;
		float: right;
	}


	#header_nav_top_gnv ul li{
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		height: 50px;
	}

	#header_nav_top_gnv ul li a{
		color: #FFF;
		font-size: 1.8rem;
		line-height: 50px;
	}


	#header_nav_top_entry {
		float: right;
		width: 130px;
		height: 48px;
		background-color: #f29f1c;
		border-top-right-radius: 10px;
		transition: all .3s;
	}

	#header_nav_top_entry a{
		display: block;
		width: 100%;
		color: #FFF;
		line-height: 50px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;

	}

	#header_nav_top_entry:hover{
		opacity: 0.7;
	}

	#header_nav_top_mail {
		float: right;
		width: 48px;
		margin-left: 20px;
	}

	#header_nav_top_mail img{
		transition: all .3s;
	}

	#header_nav_top_mail img:hover{
		opacity: 0.7;
	}

	#movie_main_header_cach {
		font-size: 4rem;
		text-align: center;
		width: 640px;
		margin-left: auto;
		margin-right: auto;
		color: #FFF;
		font-weight: bold;
		padding-top: 271px;
			letter-spacing: 0.05em;
	}


	#news_contents {
		background-color: #f29f1c;
		padding-top: 70px;
		padding-bottom: 70px;
	}


	#news_contentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#news_contentsInner_list {
		width: 580px;
		float: none;
		padding-bottom: 50px;
	}

	#news_contentsInner_list h2{
		width: 275px;
		height: 45px;
		font-size: 4rem;
		letter-spacing: 0.5rem;
		font-weight: normal;
		color: #FFF;
		background-image: url("../img/top/news_arrow.png");
		background-repeat: no-repeat;
		background-position:  bottom right;
	}


	#news_contentsInner_list ul{
		padding-left: 3px;
		padding-top: 35px;
	}

	#news_contentsInner_list ul li{
		color: #FFF;
		padding-bottom: 30px;
	}

	#news_contentsInner_list ul li:last-child{
		padding-bottom: 0px;
	}

	#news_contentsInner_list ul li a{
		color: #FFF;
		display: inline-block;
		transition: all .3s;
	}

	#news_contentsInner_list ul li a:hover{
		text-decoration: underline;
	}


	#news_contentsInner_list ul li span{
		display: inline-block;
	}




	#news_contentsInner_banner {
		width: 580px;
		float: none;
	}


	#news_contentsInner_banner_01 {
		background-color: #FFF;
		border-top-right-radius: 15px;
		width: 270px;
		height: 100px;
		margin-bottom: 20px;
		transition: all .3s;
		float: left;
	}

	#news_contentsInner_banner_01:hover {
		opacity: 0.7;
	}


	#news_contentsInner_banner_01 .news_contentsInner_bannerInner {
		background-image: url("../img/top/news_banner_01.png");
		background-repeat: no-repeat;
		background-position: center right;
	}


	#news_contentsInner_banner_02 {
		background-color: #FFF;
		border-top-right-radius: 15px;
		width: 270px;
		height: 100px;
		margin-bottom: 20px;
		transition: all .3s;
		float: right;
	}

	#news_contentsInner_banner_02:hover {
		opacity: 0.7;
	}

	.news_contentsInner_bannerInner {
		width: 100%;
		height: 100px;
		box-sizing: border-box;
	}

	.news_contentsInner_bannerInner a{
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 2rem;
		color: #f29f1c;
		padding-left: 30px;
		padding-top: 24px;
		line-height: 24px;
		font-weight: bold;
	}

	.news_contentsInner_bannerInner a span{
		display: block;
		font-size: 1.2rem;
	}



	#massage_contents {
		padding-top: 70px;
		padding-bottom: 150px;
		background-image: url("../img/top/massage_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

	#massage_contentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#massage_contentsInner_body {
		padding-top: 55px;
		padding-left: 40px;
	}


	#massage_contentsInner h2{
		width: 275px;
		height: 45px;
		font-size: 4.5rem;
		letter-spacing: 0.5rem;
		font-weight: normal;
	}

	#massage_contentsInner_body p{
		display: block;
		padding-bottom: 60px;
		line-height: 2.5;
		font-size: 1.7rem;
	}


	#massage_contentsInner_body a{
		display: block;
		width: 230px;
		height: 20px;
		background-image: url("../img/top/massage_arrow.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 1.7rem;
		color: #000000;
		font-weight: bold;
	}



	#info_contents {
		padding-bottom: 70px;
		padding-top: 70px;
	}


	#info_contentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#info_contents_banner_01 {
		width: 580px;
		height: 360px;
		float: none;
		background-image: url("../img/top/top_banner_01.png");
		background-repeat: no-repeat;
		background-size: 100%;
		border-top-right-radius: 15px;
		transition: all .3s;
		margin-bottom: 65px;
	}

	#info_contents_banner_01:hover {
		opacity: 0.7;
	}


	#info_contents_banner_02 {
		width: 580px;
		height: 360px;
		float: none;
		background-image: url("../img/top/top_banner_02.png");
		background-repeat: no-repeat;
		background-size: 100%;
		border-top-right-radius: 15px;
		transition: all .3s;
		margin-bottom: 65px;
	}

	#info_contents_banner_02:hover {
		opacity: 0.7;
	}


	.info_contents_bannerInner a{
		display: block;
		box-sizing: border-box;
		padding-top: 130px;
		text-align: center;
	}

	.info_contents_bannerInner_tit {
		font-size: 2.8rem;
		color: #FFF;
		font-weight: bold;
		margin-bottom: 75px;
		letter-spacing: 0.2em;
	}

	.info_contents_bannerInner_tit span{
		display: inline-block;
		border-bottom: 1px #FFF solid;
		font-size: 1.5rem;
		padding-bottom: 10px;
		margin-bottom: 2px;
	}


	.info_contents_bannerInner_btn {
		text-align: right;
		width: 100%;
	}


	.info_contents_bannerInner_btn span{
		display: inline-block;
		padding-right: 105px;
		background-image: url("../img/top/news_arrow.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 1.6rem;
		color: #FFF;
		margin-right: 25px;
		height: 20px;
	}


	#entry_banner {
		width: 100%;
		height: 420px;
		box-sizing: border-box;
		border: 12px #f29f1c solid;
		background-image: url("../img/top/entry_bg.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		transition: all .3s;
	}


	#entry_banner:hover {
		opacity: 0.7;
	}

	#entry_bannerInner {
		display: block;
	}


	#entry_bannerInner a{
		display: block;
		box-sizing: border-box;
		text-align: center;
		padding-top: 50px;
	}


	#entry_bannerInner_tit {
		font-size: 4rem;
		letter-spacing: 0.3em;
		padding-bottom: 50px;
		color: #f29f1c;
	}


	#entry_bannerInner_body {
		line-height: 2;
		font-size: 2rem;
		padding-bottom: 45px;
	}

	#entry_bannerInner_body p{
		color: #000;
	}

	#entry_bannerInner_entry {
		display: block;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		color: #f29f1c;
		font-size: 1.6rem;
		text-align: left;
		background-image: url("../img/top/entry_arrow.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		height: 20px;
		font-weight: bold;
	}
	
	
	#entry_banner:hover #entry_bannerInner_entry {
	margin-left: auto;
}
	
}








