.scroll{
	font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	color: #c1272d;
	transform: rotate(90deg);
	position: fixed;
	right: 0;
	top: 50%;
	transition: 0.5s;
	z-index: -1;
}

.scroll::after{
	content: '';
	display: block;
	background: #c1272d;
	height: 1px;
	width: 80px;
	position: absolute;
	bottom: 45%;
	left: 180%;
	animation: scroll_line 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scroll_line{
	0%{
		transform-origin: left;
		transform: scaleX(0);
	}
	50%{
		transform-origin: left;
		transform: scaleX(1);
	}
	51%{
		transform-origin: right;
		transform: scaleX(1);
	}
		100%{
		transform-origin: right;
		transform: scaleX(0);
}
}
#top_main{
	margin: 6.25vh auto 0;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.work_container{
	width: 340px;
	height: 35vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.work_container h1{
		font-family: kawoszeh;
	font-weight: 100;
	font-size: 5.625rem;
	line-height: 5rem;
}
.work_info{
		font-size: 0.75rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
		display: flex;
	justify-content: space-between;
}
.p_container:nth-child(2){
	margin-right: 20%;
}
.work_info p:first-child{
	color: #9b9b9b;
}
.img_00{
	width: 50vw;
	height: 62.5vh;
	background: url( "../img/turtle_poster.png") no-repeat center center/contain;
	z-index: -2;
}
#content{
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden;
}
.summary{
		font-size: 0.75rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}

#content h2{
	margin: 18.75vh auto 0;
	width: 33.75vw;
}
.img_group_03{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 18.75vh;
}
.img_07{
	width: 100vw;
	height: 100vh;
	background: url("../img/futura_poster.png") no-repeat center center/contain;
	z-index: -2;
}
.img_07_02{
		width: 100vw;
	height: 100vh;
	background: url( "../img/japan_style_now_poster.png") no-repeat center center/contain;
	margin-top: 50px;
	z-index: -2;
}
.img_07_03{
		width: 100vw;
	height: 100vh;
	background: url( "../img/isan_poster.png") no-repeat center center/contain;
	margin-top: 50px;
	z-index: -2;
}
.img_07_04{
		width: 100vw;
	height: 100vh;
	background: url( "../img/champagne_poster.png") no-repeat center center/contain;
	margin-top: 50px;
	z-index: -2;
}
@media(max-width:1024px){
	#top_main{
		flex-direction: column-reverse;
		margin-top: 0;
	}
	.img_group_03{
		margin-top: 50px;;
	}
	.img_07,.img_07_02,.img_07_03,.img_07_04{
		width: 500px;
		margin-top: 0;
		background-size: contain;
	}
	
}
@media(max-width:768px){
	.work_container{
		height: 30vh;
		width: 300px;
	}
		.work_container h1{
	font-size: 4rem;
			line-height: 4rem;
}
	.work_info{
		flex-flow: wrap;
		margin-top: 2rem;
	}
	.p_container:nth-child(3){
		margin-top: 10px;
	}
}
@media(max-width:625px){
	#top_main{
		margin: 6.25vh auto 0;
	}
	.work_container{
				height: 240px;
		margin-top: 6.25vh;
		padding: 0 5vw;
	}
	.img_00{
		width: 100vw;
		height: 40vh;
		background-size: contain;
	}
	#content h2{
		width: 100vw;
		padding: 0 10vw;
	}
.img_07,.img_07_02,.img_07_03,.img_07_04{
	height: 65vh;
	margin-top: 50px;
}
}