@charset "utf-8";

/*ナビ　アクティブ*/
#header_pc ul li#active_work {
	border-right: 1px dotted #FFFFFF;
	padding-right: 8px;
}

.-------------------------------------{}
html,
body {
	height: 100%;
}
#works_slide {
	height: 100%;
	width: 100%;
	z-index: -999;
	position: fixed;
	top: 0px;

}
#works_header {
	z-index: 1;
	position: relative;
	height: 100%;
	width: 100%;
}
#header_copy {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 34px;
	width: 100%;
	text-align: center;
	font-family: gil_r;
	line-height: 1.5;
	font-size: 3.4rem;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	font-weight: normal;
}
#header_scroll {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 40px;
	margin: auto;
	width: 62px;
	height: 56px;
}
#award_logo {
	position: absolute;
	left: 20px;
	bottom: 20px;
	height: 60px;
	width: auto;
}





.---イラスト・写真----------------------------------{}
#foot_pt {
	background-image: url(../img_common/footer_pt/_G5A5441.jpg);
}



.-------------------------------------{}
.works_head {
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}
.works_head_eng {
	font-family: gil_r;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
}
.works_year {
	width: 60px;
	font-family: gil_r;
	font-size: 1.6rem;
	line-height: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 20px;
	margin-bottom: 80px;
}
.works_txt {
	font-weight: normal;
	font-size: 1.7rem;
	padding-right: 100px;
	padding-left: 100px;
	line-height: 1.9;
	text-align: justify;
}
.bottom_margin {
	margin-bottom: 70px;
}
.works_pt {
	width: 100%;
	height: auto;
}




.-------------------------------------{}
.pt_area {
	max-width: 100%;
	padding-bottom: 70px;
}
.pt_area img {
	margin-bottom: 40px;
}

.---ギャラリー----------------------------------{}
figure {
	width: 274px;
	height: 190px;
	float: left;
	margin-bottom: 14px;
}

figure:nth-of-type(3n+2) {
	margin-left: 19px;
	margin-right: 19px;
}
.gallery figure img {
	width: 274px;
	height: 183px;
	object-fit: cover;
}


.-------------------------------------{}
#movie {
	width: 100%;
	height: 380px;
	position: relative;
	background-image: url(movie.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#movie img {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
}


.-------------------------------------{}
#voice_txt_area {
	width: 480px;
	height: auto;
	float: left;
}
#voice_txt_head {
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
}
#voice_pt_area {
	width: 280px;
	float: right;
}
#voice_pt_area img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#voice_pt_area img:nth-last-of-type(1) {
	margin-bottom: 0px;
}



.-------------------------------------{}
.back_to_list {
	width: 500px;
	height: 80px;
	max-width: 80%;
	font-size: 1.8rem;
	text-align: center;
	line-height: 80px;
	font-family: gil_r;
	letter-spacing: 0.15em;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #666666;
}


.---スマートフォン用----------------------------------{}
#header_copy {
	font-size: 2.4rem;
	padding-right: 10%;
	padding-left: 10%;
}
#header_scroll {
	padding-bottom: 10px;
	padding-top: auto;
}
.works_head {
	font-size: 2.6rem;
}



/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:480px ){
	
#header_scroll {
	width: 50px;
}
#award_logo {
	left: 10px;
	right: auto;
	bottom: 10px;
	height: 30px;
	width: auto;
	z-index: 5;
}
.works_txt {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.pt_area img {
	margin-bottom: 4px;
}
.gallery figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
}
.gallery figure {
	width: 49%;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.gallery figure:nth-child(odd) {
}
.gallery figure:nth-child(even) {
	clear: none;
	float: right;
}
#movie img {
	max-width: 80%;
	max-height: 50%;
}

}
