@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
	font-family: "Lucida Grande", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	color: #484848;
	-webkit-text-size-adjust: 100%;
	transform: scale(.88);
	transform-origin: 50% 0;
}

a{
	-webkit-touch-callout:none;
	 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	 outline: none;
	 border: none;
}



body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 1180px;
	height: 820px;
	/* width: 1024px;
	height: 680px; */
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#page_container {
	margin: 0px auto;
	width: 1180px;
	height: 820px;
	position: relative;
}
.top #page_container{
	background: url(../img/top-bg.png) no-repeat;
	background-size: cover;
}
.rendering #page_container .box{
	padding-top: 50px;
}
.rendering #page_container .box img{
	width: 100%;
}

#page_footer {
	z-index: 9;
	height: 100px;
	background-color: #58ab9d;
	position: absolute;
	bottom: 0;
	width: 1180px;
	height: 100px;
}
#page_footer .guide{
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#page_footer .guide img{
	width: auto;
	height: 42px;
}
#page_footer .guide .back{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
#page_footer .guide .totop{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#page_footer .guide .next{
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}

.top .inner{
	padding-top: 75px;

}
.top h2{
	text-align: center;
	margin-bottom: 60px;
}
.top .top_btn{
	width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top .top_btn li{
	width: 48%;
	margin-right: 40px;
	margin-bottom: 25px;
}
.top .top_btn li img{
	width: 100%;
}
.top .top_btn li:nth-child(2n){
	margin-right: 0;
}
.top .f_btn{
	text-align: center;
}
.top .f_btn a{
	display: block;
	margin: 20px auto 0;
}
.top .f_btn a img{
	width: auto;
	height: 42px;
}

.movie{
	position: absolute;
	top:450px;
	left:7.8%;
	width: 390px;
	padding:12px;
	display: flex;
	justify-content: space-between;
	background: #58ab9d;
}
.movie li{
	list-style: none;
	height: 107px;
	position: relative;
}
.movie li img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.movie li:nth-child(1){
	width: 10.2%;
}
.movie li:nth-child(2){
	width: 17.6%;
}
.movie li:nth-child(3){
	width: 19.7%;
}
.movie li:nth-child(4){
	width: 12%;
}
.movie li:nth-child(5){
	width: 11.8%;
}
.movie li:nth-child(6){
	width: 22%;
}
.movie li img{
	width: 100%;
}
._001 .movie li a{
	display: block;
	cursor: pointer;
}
._001 .movie li:nth-child(1) img{
	border:#007a66 solid 3px;
	border-radius: 5px;
	opacity:0.7;
}
._002 .movie li img,
._003 .movie li img{
	border:#007a66 solid 3px;
	border-radius: 7px;
	opacity:0.7;
}
._004 .movie li:nth-child(2) img,
._004 .movie li:nth-child(3) img,
._004 .movie li:nth-child(4) img,
._004 .movie li:nth-child(5) img{
	border:#007a66 solid 3px;
	border-radius: 5px;
	opacity:0.7;
}
._005 .movie li:nth-child(1) img,
._005 .movie li:nth-child(2) img{
	border:#007a66 solid 3px;
	border-radius: 5px;
	opacity:0.7;
}
._006 .movie li:nth-child(1) img{
	border:#007a66 solid 3px;
	border-radius: 5px;
	opacity:0.7;
}