@charset "utf-8";

.main-visual
{
	position: relative;
	min-width: 980px;
	height: calc(100vh - 130px);

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-visual .side
{
	position: absolute;
	right: 0;
	top: 0;

	box-sizing: border-box;
	width: 580px;
	height: 100%;
	padding-left: 48px;
	padding-top: 168px;

	color: #fff;

	background-repeat: no-repeat;
	background-size: cover;
}

.main-visual .side .label
{
	font-size: 12px;
	font-family: 'Montserrat';
	font-weight: 100;
	letter-spacing: 0.15em;
}

.main-visual .side .number
{
	margin-top: 8px;
	padding-bottom: 20px;

	font-size: 76px;
	font-family: 'Montserrat';
	font-weight: 200;

	background: url(../../images/ep/common/main_line.png) no-repeat;
	background-position: left bottom;
	line-height: 1.2;
}

.main-visual .side .article-title
{
	margin-top: 32px;

	font-size: 36px;
	line-height: 40px;
	font-weight: 200;
	letter-spacing: 0.1em;
	color: #fff;
}

.main-visual .side .desc
{
	margin-top: 16px;

	font-size: 16px;
	font-weight: 200;
}

.main-visual .side .data
{
	overflow: hidden;

	margin-top: 16px;
}

.main-visual .side .data p
{
	float: left;
	padding: 4px 18px;

	font-size: 14px;
	font-weight: 200;

	border-left: 1px solid rgba(255,255,255,0.2);
}
.main-visual .side .data p:first-child
{
	padding-left: inherit;
	border-left: inherit;
}

.main-visual .side .data p span
{
	display: block;
}

.main-visual .side .data .genre span
{
	padding-left: 22px;

	background: url(../../images/ep/common/main_icon_lab.png) no-repeat;
	background-position: left center;
}

.main-visual .side .data .status span
{
	padding-left: 20px;

	background: url(../../images/ep/common/main_icon_ongoing.png) no-repeat;
	background-position: left center;
}

.main-visual .side .arrow
{
	position: absolute;
	right: 50px;
	top: 328px;
}

.main-visual .side .arrow a
{
	display: block;
	width: 44px;
	height: 70px;
	background: url(../../images/ep/common/main_arrow.png) no-repeat;
}

.main-visual .scroll
{
	position: absolute;
	left: 0;
	bottom: 32px;

	width: 100%;
}

.main-visual .scroll a
{
	display: block;
	margin: 0 auto;

	width: 60px;
	height: 60px;

	background: url(../../images/ep/common/main_icon_scroll.png) no-repeat;
}
.main-visual .scroll a:hover,
.main-visual .side .arrow a:hover{
opacity: 0.5;
}

.project-section
{
	margin-top: 68px;
	padding-bottom: 28px;
}

.project-section .section-title
{
	box-sizing: border-box;
	height: 160px;
	/*padding-top: 54px;*/

	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.project-section .section-title .label
{
	padding-bottom: 24px;

	font-size: 28px;
	font-weight: 200;
	text-align: center;
	color: #fff;

	background: url(../../images/ep/common/section_title_line.png) no-repeat;
	background-position: center bottom;
}

.project-section-01 .section-title
{
/*	background-image: url(../../images/ep/common/section_title_bg_01.jpg);*/
	background-position: center 30%;
	background-size: cover;
	height: auto;
	padding: 25px 0;
}
.project-section-02 .section-title
{
/*	background-image: url(../../images/ep/common/section_title_bg_02.jpg);*/
	background-position: center 50%;
	background-size: cover;
	height: auto;
	padding: 25px 0;
}
.project-section-03 .section-title,
.project-section-04 .section-title,
.project-section-05 .section-title
{
/*	background-image: url(../../images/ep/common/section_title_bg_03.jpg);*/
	background-position: center 50%;
	background-size: cover;
	height: auto;
	padding: 25px 0;
}


.project-section .inner
{
	margin: 72px auto 0;

	width: 800px;
}

.project-section .text
{
	margin-top: 24px;
	line-height: 24px;
	text-align: justify;
}

.project-section .image+.text
{
	margin-top: 48px;
}

.project-section .image
{
	margin-top: 54px;
}
.project-section .image+.image
{
	margin-top: 0;
}

.project-section .image .guide
{
	margin-top: 4px;
	font-size: 12px;
}



.other-projects
{
	margin-top: 44px;
	border-top: 1px solid #dcdcdc;
}

.other-projects h2 {
	color: #787878!important;
}

.other-projects .section-title
{
	margin-top: 32px;

	font-size: 12px;
	text-align: center;
	font-family: 'Montserrat';
}

.other-projects .list
{
	margin-top: 32px;
	overflow: hidden;

	background-color: #dcdcdc;
}

.other-projects .list .item
{
	display: block;
	float: left;

	box-sizing: border-box;
	padding-left: 1px;
	padding-top: 1px;
	width: 50%;
	height: 180px;

	position: relative;

	color: #fffaf6;
	text-decoration: none;

	background-size: 120%;
	background-position: center;
}
.other-projects .list .item .bg:before
{
	content: "";
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.other-projects .list .item:not(.coming-soon):hover .bg:before
{
	background-color: rgba(0,0,0,0);
}
.other-projects .list .item.coming-soon .bg:before{
	background-color: rgba(0,0,0,0.8);
}

@media screen and (min-width:810px)
{
	.other-projects .list .item
	{
		width: 33.33%;
	}
}

@media screen and (min-width:1150px)
{
	.other-projects .list .item
	{
		width: 25%;
	}
}

@media screen and (min-width:1500px)
{
	.other-projects .list .item
	{
		width: 20%;
	}
}

.other-projects .list .item .bg
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.other-projects .list .item .bg .img_cr {
	position:absolute;
	right:1em;
	bottom:0.5em;
	font-size:10px;
	opacity:0.5;
}

.other-projects .list .item .content
{
	position: absolute;
	left: 24px;
	bottom: 24px;
	padding: 0;
}

.other-projects .list .item .content .vol
{
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 200;

	opacity: 0.9;
}

.other-projects .list .item .content .title
{
	margin-top: 8px;

	font-size: 16px;
	font-weight: 100;
}

.other-projects .list .item-00 .bg
{
	background-image: url(../../images/ep/common/other_00.jpg);
	background-position: center 60%;
}
.other-projects .list .item-01 .bg
{
	background-image: url(../../images/ep/common/other_01.jpg);
	background-position: center 60%;
}
.other-projects .list .item-02 .bg
{
	background-image: url(../../images/ep/common/other_02.jpg);
	background-position: 80% 40%;
}
.other-projects .list .item-03 .bg,
.other-projects .list .item-04 .bg,
.other-projects .list .item-05 .bg,
.other-projects .list .item-06 .bg,
.other-projects .list .item-07 .bg
{
	background-image: url(../../images/ep/common/other_03.jpg);
	background-size: 120%;
	background-position: 80% 65%;
}
.other-projects .list .item-04 .bg
{
	background-image: url(../../images/ep/common/other_04.jpg);
}
.other-projects .list .item-05 .bg
{
	background-image: url(../../images/ep/common/other_05.jpg);
}
.other-projects .list .item-06 .bg
{
	background-image: url(../../images/ep/common/other_06.jpg);
}
.other-projects .list .item-07 .bg
{
	background-image: url(../../images/ep/common/other_07.jpg);
}
.other-projects .list .item-08 .bg
{
	background-image: url(../../images/ep/common/other_08.jpg);
}
.other-projects .list .item-09 .bg
{
	background-image: url(../../images/ep/common/other_09.jpg);
}
.other-projects .list .item-10 .bg
{
	background-image: url(../../images/ep/common/other_10.jpg);
}
.other-projects .list .item-11 .bg
{
	background-image: url(../../images/ep/common/other_11.jpg);
}
.other-projects .list .item-12 .bg
{
	background-image: url(../../images/ep/common/other_12.jpg);
}
.other-projects .list .item-13 .bg
{
	background-image: url(../../images/ep/common/other_13.jpg);
}
.other-projects .list .item-14 .bg
{
	background-image: url(../../images/ep/common/other_14.jpg);
}
.other-projects .list .item-15 .bg
{
	background-image: url(../../images/ep/common/other_15.jpg);
}
.other-projects .list .item-16 .bg
{
	background-image: url(../../images/ep/common/other_16.jpg);
}
.other-projects .list .item-17 .bg
{
	background-image: url(../../images/ep/common/other_17.jpg);
}
.other-projects .list .item-18 .bg
{
	background-image: url(../../images/ep/common/other_18.jpg);
}
.other-projects .list .item-19 .bg
{
	background-image: url(../../images/ep/common/other_19.jpg);
}
.other-projects .list .item-20 .bg
{
	background-image: url(../../images/ep/common/other_20.jpg);
}
.other-projects .list .item-21 .bg
{
	background-image: url(../../images/ep/common/other_21.jpg);
}
.other-projects .list .item-22 .bg
{
	background-image: url(../../images/ep/common/other_22.jpg);
}
.other-projects .list .item-23 .bg
{
	background-image: url(../../images/ep/common/other_23.jpg);
}
.other-projects .list .item-24 .bg
{
	background-image: url(../../images/ep/common/other_24.jpg);
}
.other-projects .list .item-25 .bg
{
	background-image: url(../../images/ep/common/other_25.jpg);
}
.other-projects .list .item-26 .bg
{
	background-image: url(../../images/ep/common/other_26.jpg);
}
.other-projects .list .item-27 .bg
{
	background-image: url(../../images/ep/common/other_27.jpg);
}
.other-projects .list .item-28 .bg
{
	background-image: url(../../images/ep/common/other_28.jpg);
}
.other-projects .list .item-29 .bg
{
	background-image: url(../../images/ep/common/other_29.jpg);
}
.other-projects .list .item-30 .bg
{
	background-image: url(../../images/ep/common/other_30.jpg);
}
.other-projects .list .item-31 .bg
{
	background-image: url(../../images/ep/common/other_31.jpg);
}
.other-projects .list .item-32 .bg
{
	background-image: url(../../images/ep/common/other_32.jpg);
}
.other-projects .list .item-33 .bg
{
	background-image: url(../../images/ep/common/other_33.jpg);
}
.other-projects .list .item-34 .bg
{
	background-image: url(../../images/ep/common/other_34.jpg);
}
.other-projects .list .item-35 .bg
{
	background-image: url(../../images/ep/common/other_35.jpg);
}
.other-projects .list .item-36 .bg
{
	background-image: url(../../images/ep/common/other_36.jpg);
}
.other-projects .list .item-37 .bg
{
	background-image: url(../../images/ep/common/other_37.jpg);
}
.other-projects .list .item-38 .bg
{
	background-image: url(../../images/ep/common/other_38.jpg);
}
.other-projects .list .item-39 .bg
{
	background-image: url(../../images/ep/common/other_39.jpg);
}
.other-projects .list .item-40 .bg
{
	background-image: url(../../images/ep/common/other_40.jpg);
}
.other-projects .list .item-41 .bg
{
	background-image: url(../../images/ep/common/other_41.jpg);
}
.other-projects .list .item-42 .bg
{
	background-image: url(../../images/ep/common/other_42.jpg);
}
.other-projects .list .item-43 .bg
{
	background-image: url(../../images/ep/common/other_43.jpg);
}
.other-projects .list .item-44 .bg
{
	background-image: url(../../images/ep/common/other_44.jpg);
}
.other-projects .list .item-45 .bg
{
	background-image: url(../../images/ep/common/other_45.jpg);
}
/*.other-projects .list .item-46 .bg
{
	background-image: url(../../images/ep/common/other_46.jpg);
}*/
.other-projects .list .item-46 .bg
{
	background-image: url(../../images/ep/common/other_46.jpg);
}
.other-projects .list .item-47 .bg
{
	background-image: url(../../images/ep/common/other_47.jpg);
}
.other-projects .list .item-48 .bg
{
	background-image: url(../../images/ep/common/other_48.jpg);
}
.other-projects .list .item-49 .bg
{
	background-image: url(../../images/ep/common/other_49.jpg);
}
.other-projects .list .item-50 .bg
{
	background-image: url(../../images/ep/common/other_50.jpg);
}
.other-projects .list .item-51 .bg
{
	background-image: url(../../images/ep/common/other_51.jpg);
}
.other-projects .list .item-52 .bg
{
	background-image: url(../../images/ep/common/other_52.jpg);
}


.sp-only {
	display: none;
}


@media screen and (max-width:810px)
{
	.main-visual
	{
		min-width: inherit;
		height: 400px;
		background-color: #000;
		background-position: left;
		background-size: 150% auto;
	}

	.main-visual .side
	{
		right: inherit;
		top: inherit;
		left: 0;
		bottom: 0;

		width: 100%;
		height: auto;
		padding: 28px 4%;

/*		background: url(../../images/ep/common/main_02_sp.jpg) no-repeat;*/
		background-repeat: no-repeat;
		background-size: cover;
	}

	.main-visual .side .sp-left
	{
		position: absolute;
		left: 4%;
		top: 28px;
	}

	.main-visual .side .sp-right
	{
		margin-left: 88px;
		padding-left: 12px;

		background: url(../../images/ep/common/main_line_sp.png) no-repeat;
	}

	.main-visual .side .label
	{
    	font-size: 10px;
		letter-spacing: inherit;
	}

	.main-visual .side .number
	{
		font-size: 52px;

		background: inherit;
	}

	.main-visual .side .article-title
	{
		margin-top: inherit;
		padding-top: inherit;

		font-size: 20px;
		line-height: 26px;
		letter-spacing: inherit;
	}

	.main-visual .side .desc
	{
		font-size: 14px;
		line-height: 16px;
	}

	.main-visual .arrow
	{
		display: none;
	}

	.main-visual .scroll
	{
		display: none;
	}

	.main-visual .sp-only
	{
		width: 100%;
	}

	.main-visual .side .data p
	{
		padding: 2px 8px;
		font-size: 11px;
		white-space: nowrap;
	}

	.main-visual .side .data .genre span
	{
    	padding-left: 18px
	}

	.sp-scroll
	{
		display: block;
		padding: 16px 0;

		text-align: center;
		background-color: #fff;
	}

	.sp-scroll a
	{
		display: inline-block;
	}

	.sp-scroll img
	{
		width: 45px;
		height: 45px;
	}

	.project-section
	{
		margin-top: inherit;
		padding-bottom: 32px;

		background-color: #fff;
	}

	.project-section .section-title
	{
		padding: 28px 0;
		height: inherit;
	}

	.project-section .section-title .label
	{
		padding-bottom: 16px;
		font-size: 18px;
	}

	.project-section .inner
	{
		margin: 24px 4% 0;
		width: inherit;
	}

	.project-section .image
	{
		margin-top: 24px;
	}

	.project-section .image img
	{
		width: 100%;
	}

	.project-section .image+.text
	{
		margin-top: 24px;
	}


	.other-projects
	{
		margin-top: inherit;

		background-color: #fff;
	}

	.other-projects .section-title
	{
    	margin-top: 16px;
	}

	.other-projects .list
	{
    	margin-top: 16px;
	}


	.other-projects .list .item .content
	{
		left: 12px;
		bottom: 12px;
	}

	.other-projects .list .item .content .title
	{
		font-size: 14px;
		line-height: 18px;
	}

}
@media screen and (max-width:425px)
{

	.main-visual {
			background-position: left -20%;
	}

	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}
