.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{
	height: 35vh;
	width: 300px;
	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;
}
.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;
}
.work_info a{
color: #c1272d;
}
.img_00{
	width: 50vw;
	height: 62.5vh;
	background: url("../img/ice-cream-corn.jpg") no-repeat center center/cover;
	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: 43.75vw;
}
text2{
margin: 0 auto;
	}
.img_01{
	margin: 18.75vh auto 0;
	width: 50vw;
}
.img_02{
	margin:18.75vh auto 0;
	width: 25vw;
}
.img_group_01{
	margin: 18.75vh 0 auto;
	height: 80vh;
	position: relative;
}
.img_03{
	position: absolute;
	top: 0;
left: 12.5vw;
	width: 40vw;
	height: 62.5vh;
	background: url( "../img/green_table2.jpg") no-repeat center center/contain;
}
.img_04{
	width: 31.8vw;
	height: 48.125vh;
background: url( "../img/green_table4.jpg") no-repeat center center/contain;
	position: absolute;
	bottom: 0;
	right: 12.5vw;
	z-index: -2;
}
.img_group_02{
	margin-top: 18.75vh;
	display: flex;
}
.img_05{
	width: 50vw;
	height: 62.5vh;
	background: url( "../img/shop_card.jpg") no-repeat center center/cover;
}
.img_06{
	width: 50vw;
	height: 62.5vh;
	background: url(  "../img/business-card-branding.jpg") no-repeat center center/cover;
	z-index: -2;
}
.img_group_03{
	display: flex;
}
.img_07{
	width: 50vw;
	height: 62.5vh;
	background: url( "../img/A4_paper.jpg") no-repeat center center/cover;
	z-index: -2;
}
.img_group_03 div:nth-child(2){
	width: 50vw;
	height: 62.5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10vh;
}
.img_group_04{
	margin: 18.75vh auto 0;
	display: flex;
	justify-content: center
}
.img_08{
height: 73.7vh;
}
.img_09{
	width: 50vw;
	height: 62.5vh;
	background: url("../img/table_banner_front.jpg") no-repeat center center/cover;
}
.img_09-2{
	width: 50vw;
	height: 62.5vh;
	background: url("../img/table_banner_back.jpg") no-repeat center center/cover;
}
.img_10{
	margin: 18.75vh auto 0;
	width: 50vw;
}
.img_11{
	margin-top: 18.75vh;
	width: 100vw;
	height: 70vh;
	background: url( "../img/window.jpg")no-repeat center center/contain;
	z-index: -2;
}
.img_12{
	margin: 18.75vh auto 0;
	width: 50vw;
	height: 80vh;
	background: url("../img/banner_stand.jpg")no-repeat center center/cover;
	z-index: -2;
}
.img_group_05{
	margin: 150px auto 0;
	display: flex;
	justify-content: center;
}
.img_13{
	width: 40.5vw;
	height: 400px;
	background: url( "../img/sticker_2.jpg")no-repeat center center/cover;
}
.img_14{
	width: 40.5vw;
	height: 400px;
	background: url( "../img/sticker.jpg")no-repeat center center/cover;
}

.img_15{
width: 40.5vw;
	height: 57.5vh;
	background: url( "../img/wall_sign.jpg")no-repeat center center/cover;
}
.img_16{
	width: 40.5vw;
	height: 57.5vh;
		background: url( "../img/pape_shopping_bag.jpg")no-repeat center center/cover;
}
.img_17{
	margin: 18.75vh auto 0;
	width: 50vw;
	height: 57.5vh;
		background: url( "../img/food_truck.jpg")no-repeat center center/contain;
}
@media(max-width:1024px){
	#top_main{
		flex-direction: column-reverse;
		margin-top: 0;
	}
		.sum_02{
		text-align: center;
	}
	.img_group_03{
		flex-direction: column;
align-items: center;
		margin-top: 50px;;
	}
	.img_07{
		width: 500px;
		background-size: contain;
	}
	.img_group_03 div:nth-child(2){
		height: 0;
	width: 400px;
		margin-top: 5vh;
	}
	
}
@media(max-width:768px){
	.work_container{
		height: 30vh;
	}
		.work_container h1{
	font-size: 4rem;
}
	
	.img_03{
		width: 42.5vw;
		left: 5vw;
	}
.img_04{
		width: 42.5vw;
		right: 5vw;
	}
	.img_11{
	height: 50vh;
	}
	.img_12{
	width: 70vw;
	height: 50vh;
	}
		.img_13, .img_14{
			width: 45vw;
		height: 35vh;
	}
	.img_group_06{
flex-flow: wrap;
}
	.img_15, .img_16{
			width: 45vw;
	}
	.img_17{
		width: 50vw;
		height: 50vh;
		margin-top: 50px;
	}
}
@media(max-width:625px){
	#top_main{
		margin: 6.25vh auto 0;
	}
	.work_container{
		margin-top: 6.25vh;
		padding: 0 5vw;
	}
	.p_container:nth-child(2){
	margin-right: 10%;
}

	.img_00{
		width: 100vw;
		background-size: cover;
	}
	#content h2{
		width: 100vw;
		padding: 0 10vw;
	}
	.img_01,.img_02{
	width: 70vw;
}
	.img_group_01{
		height: 70vh;
	}
	.img_03{
		height: 50vh;
	}
.img_05,.img_06,.img_07,.img_group_03 div:nth-child(2),.img_09,.img_09-2{
	height: 35vh;
}
	.img_group_04{
		margin-top: 3vh;
	}
	.img_08{
height: 40vh;
}

	.img_11{
	height: 37vh;
		background-size: cover;
	}
	.img_12{
		margin-top: 50px;
			width: 70vw;
	height: 40vh;
		background-size: contain;
	}
	.img_group_05{
		margin-top: 50px;
	}
	.img_13,.img_14{
	height: 26vh;
}
		.img_15, .img_16{
			height: 26vh;
	}
	.img_17{
		width: 70vw;
		height: 26vh;
	}
}