/* 共通class */
.fullsize{
	width: 100%;
}
.fullsize img{
	width: 100%;
	height: auto;
}
.column2,
.row2{
	display: flex;
	justify-content:space-between;
}
.row2{
	flex-direction: row;
}
.column2{
	flex-direction: column;
}
.bggray{
	background: #454642;
}
.bg_stripes_w{
	background: url(../img/bg_stripes_w.gif) repeat center top;
	color: #000000;
}
.bg_stripes_g{
	background: url(../img/bg_stripes_g.gif) repeat center top;
}
h3.en{
	font-size:2rem;
	font-weight: 300;
	margin-bottom: 1em;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #ffffff;
	width: 208px;
	text-align: center;
	margin-left: -45px;
}
.bg_stripes_w h3.en{
	color:#575854;
	border-bottom: 1px solid #575854;
}
.more{
	width: 82%;
	margin: 0 auto;
	position:relative ;
	height: 26px;
}
.more a{
	position: absolute;
	right: 0;
	font-size: 1.125rem;
	display: block;
	width: 178px;
	height: 26px;
	position: absolute;
}
.more a::after {
	position: absolute;
	content:"";
	display: inline-block;
	width: 178px;
	height: 14px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: skew(45deg);
	left: -8px;
	bottom: 0;
	transition: 0.4s;
}
.more a:hover::after {
	width: 120%;
}
.flexend{
	align-items: flex-end;
}
main{
	position: relative;
	z-index: 1;
}
.fadein{
	opacity: 0;
}
.fadein_500ms{
	opacity: 1;
	transition: 0.5s;
}
.fadein_500ms-delay250ms{
	opacity: 1;
	transition: 0.5s 0.25s;
}
@keyframes start_fadein{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes start_fadeout{
	0% {opacity:1;}
	100% {opacity:0;}
}
/* INDEX ================ */
header{
	position: relative;
	height: 100vh;
	background: #000000;
}
header#top{
	z-index: 0;
}
/* MAIN VISUAL MOVIE ---------- */
/* loading */
#loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/topmovie/loading.gif) no-repeat center #000;
}
/* /loading */
/* movie_mainvisual */
#movie_mainvisual iframe{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
#logo_movie_center,
#top_catch,
#movie_copybox{
	opacity: 0;
}
#top_catch.start{animation:start_fadein 1.75s ease-out forwards;}
#top_catch.end{animation:start_fadeout 0.75s ease-out forwards;}
#logo_movie_center.start{animation:start_fadein 1s ease-out forwards;}
#logo_movie_center.end{animation:start_fadeout 0.75s ease-out forwards;}
#movie_copybox.start{animation:start_fadein 1s ease-out forwards;}
#movie_copybox.end{animation:start_fadeout 1s ease-out forwards;}
#top_catch{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45%;
	height: auto;
}
#logo_movie_center{
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
	width: 160px;
	height: auto;
}
#logo_movie_lefttop{
	position: fixed;
	top: 50px;
	left: 50px;
	width: 160px;
	height: auto;
}
#top_copy{
	position: fixed;
	bottom: 50px;
	left: 50px;
	width: 480px;
	height: auto;
}
/* /movie_mainvisual */
/* /MAIN VISUAL MOVIE ---------- */
.inner556{
	width: 55.6%;
/*	border: 1px solid orange; */
	margin: 0 auto;
}
.row2 img,
.row2 div{
	width: 48.761%;
	height: auto;
}
.row2 div img{
	width: 100%;
	height: auto;
}


/* CONCEPT ====== */
#concept{
	background: #454642;
	color: #ffffff;
	padding-top: 127px;
}
#concept h2{
	width: 30.69%;
	height: auto;
	margin-bottom: 58px;
	opacity: 0;
}
#concept h3{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.615rem;
	line-height: 2.5;
	letter-spacing: 0.20em;
	width: 100%;
	margin-left: 0;
	border-bottom: none;
	text-align: left;
	opacity: 0;
}
#concept p{
	line-height: 2.5;
	font-size: 1.187rem;
	letter-spacing: 0.15em;
	margin-bottom: 3.579em;
	opacity: 0;
}
.concept02{
	margin-bottom: 88px;
	opacity: 0;
}
#concept h2.start,
#concept h3.start,
#concept p.start,
.concept02.start{animation:start_fadein 0.5s ease-out forwards;}
/* NEWS ====== */
#news{
	color: #ffffff;
	padding-top: 4.45%;
	padding-bottom: 88px;
}
#news ul{
    margin-bottom: 18px;
}
#news ul li{
	color: #c9c9cA;
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	position: relative;
    padding-left: 20px;
    line-height: 150%;
    margin-bottom: 1rem;
}
#news ul li a{
	color: #c9c9cA;
	display:inline-block;
}
#news ul li:before{
	content:"";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border: 1px solid #c9c9cA;
	position: absolute;
	left: 0;
	top: 0.35em;
}
#news ul li time:after{
	content:"／";
}
#news > div{
	opacity: 0;
}
#news > div.start{animation:start_fadein 0.5s ease-out forwards;}
/* PROJECT ====== */
#project{
	background: #1b1d1c;
	padding-top: 78px;
}
#project h3{
	margin-bottom: 55px;
	opacity: 0;
}
.project_thumb li{
	opacity: 0;
}
#project h3.start,
.project_thumb li.start{animation:start_fadein 0.5s ease-out forwards;}
/* MAP ====== */
#maparea{
	width: 100%;
	padding-top: 42.5%;
}
/* ACHIEVEMENT ====== */
#achievement{
	padding-top: 88px;
	background: #d8d8d8;
	color: #575853;
}
#achievement h3{
	border-color: #575853;
}
/* DESIGN ====== */
#design{
	padding-bottom: 88px;
}
#design h3{
	padding-top: 88px;
}
#design p{
	font-size: 1.125rem;
	line-height: 2.35;
}
#top_design01{
	margin-bottom: 110px;
}
#top_design01 img{
	opacity: 0;
}
.design_thumb {
	display: flex;
	flex-direction: row;
	margin-top: 88px;
}
.design_thumb li{
	width: calc( 100% / 5 );
	opacity: 0;
	cursor: pointer;
}
.design_thumb li img{
	width: 100%;
	height: auto;
}
#top_design01 img.start,
.design_thumb li.start{animation:start_fadein 0.5s ease-out forwards;}
/* GALLERY ====== */
#gallery{
	padding-bottom: 88px;
}
#gallery h3{
	padding-top: 88px;
}
#gallery .row2{
	margin-top: 34px;
}
#gallery .more{
	width: 100%;
	padding-top: 66.5%;
	position: relative;
}
#gallery .more a{
	right: 50%;
	margin-right: -89px;
	margin-top: -30px;
	top: 0;
	margin-top: 28%;
}
#gooddesign.more{
	width: 100%;
}
#gooddesign.more a{
	position: absolute;
	display: inline-block;
	right: auto;
	left: 0;
	margin-right: auto;
	width: 100%;
	margin-left: 0;
}
#gooddesign.more a::after{
	width: 35%;
	left: 56%;
}
#gooddesign.more a:hover::after{
	width: 42%;
}
#gooddesign.more img{
	width: 86%;
	position: absolute;
	bottom: 125%;
	margin-left: 6%;
}
[class*="gallery_photo"]{
	opacity: 0;
}
#gallery .gallery_photo01.start,
#gallery .gallery_photo02.start,
#gallery .gallery_photo03.start,
#gallery .gallery_photo04.start,
#gallery .gallery_photo05.start{animation:start_fadein 0.5s ease-out forwards;}