body{
	background-color: #EBE6DE;
}
section,h1,h2,p{
	padding: 0;
	margin: 0;
}

.works-banner{
	position: relative;
	width: 100%;
	height: 22vw;
}
.pc-banner{
	width: 100%;
	height: 100%;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
	}
}
.sp-banner{
	display: none;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.works-head{
	position: absolute;
	top: 80%;
	left: -3%;
	margin-right: 64.7%;
	z-index: 3;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
	}
}
.works-page{
	padding-top: 7.6vw;
	padding-bottom: 10.6vw;
	background-image: url("../images/background/21_bg-pc.png");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.background-all{
	background-size: 100% auto;
	background-position: top;
}
.background-pcps{
	background-image: url("../images/background/13_bg-pc.png");
}
.works-category-list{
	position: relative;
	background: #FF7600;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.works-category{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.6vw;
	text-align: center;
	& > a{
		display: flex;
		align-items: center;
		width: 100%;
		height: 3.6vw;
		padding: 0px 5.2vw;
		font: normal normal bold 0.9375vw / 0.625vw Noto Sans JP;
		letter-spacing: 0px;
		color: #000000;
		text-decoration: none;
	}
}
.works-category::after{
	content: " ";

	position: absolute;
	background: #000;
	top: 0;
	right: 0;
	height: 100%;
	width: 0.4vw;
	transform: skew(-16deg);
	z-index: 1;
}
.game-works{
	margin: 0 5.2vw;
	padding-top: calc(5.2vw + 1rem);
	margin-bottom: 0px;
}
.game-work-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.game-work{
	display: inline-block;
	margin-bottom: 14vw;
	position: relative;
	width: 28.7vw;
	padding-left: 0px;
	padding-right: 0px;
}
.game-works-img{
	border: 0.3vw solid #000000;
	display: block;
	position: relative;
	width: 26.3vw;
	height: 14.8vw;
	overflow: hidden;
	& img{
		width: 100%;
		height: 100%;	
		object-fit: cover;
		object-position: center;
		transition: 0.4s ease;
	}
}
.game-works-img:hover img{
	transform: scale(1.08);
	filter: brightness(0.5) contrast(0.9) blur(0.09px);
}
.game-works-detail{
	border-radius: unset;
	transform: skew(-9deg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -42%;
	right: 3%;
	width: 19.8vw;
	height: 10.4vw;
	position: absolute;
	& a{
		text-decoration: none;
	}
}
.odd a *{
	background-color: #EBE6DE;
}
.even a *{
	background-color: #FF7600;
}
.game-works-top{
	color: #000000;
	font-size: 0.8vw;
	text-align: left;
	padding: 0.7vw;
	border: 0.3vw solid #000000;
	border-bottom: unset;
	min-height: 4vw;
	-ms-overflow-style: none;
	scrollbar-width: none;
	& p{
		margin: 0;
	}
}
.game-works-copyright{
	padding-top: 1.0vw;
	font-size: 0.45vw;
	line-height: 0.5vw;
}
.game-works-description{
	position: absolute;
	min-height: 6.25vw;
	height: 6.25vw;
	width: 100%;
	color: black;
	font-size: 0.8vw;
	font-weight: bold;
	text-align: left;
	line-height: 1.4vw;
	border: 0.3vw solid #000000;
	display: table-cell;
	vertical-align: middle;
	-ms-overflow-style: none;
	scrollbar-width: none;
	& p{
		height: fit-content;
		text-align: left;
		width: 17.8vw;
		vertical-align: middle;
		margin: auto;
		padding-top: 0vw;
		letter-spacing: -0.4px;
	}
}
.read-more{
	margin-left: 5.2vw;
	width: 15.9vw;
	height: 5.4vw;
	& a{
		text-decoration: none;
	}
}

.iframe{
	position: relative;
	width: 66.6vw;
	height: 37.5vw;
	text-align: center;
	margin: 0 auto;
}


.pc_ps_works-page{
	margin: calc(6.25vw + 1rem) 5.8vw 0 5.2vw;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
}
.pc_ps_title{
	text-align: center;
	padding-top: 4.6vw;
}
.text_pc_ps{
	font-size: 2.5vw;
	font-weight: bold;
	color: #000000;
}
.border-gr{
	border: 2px solid #11C7B2;
	margin: 20px 20vw 20px 21vw;
}
.sub-text{
	font-size: 1.5vw;
	color: #11C7B2;
	font-weight: bold;
}
.pc_ps_subtitle{
	display: inline-block;
	width: fit-content;
	text-align: center;
	background: #000;
	border: 0.3vw solid #000;
	-webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	& > span{
		display: inline-block;
		color: #000;
		width: 25.8vw;
		padding: 1.2vw 0 1.2vw;
		-webkit-clip-path: polygon(2% 0%, 100% -20%, 98% 100%, 0% 100%);
		clip-path: polygon(2% 0%, 100% -20%, 98% 100%, 0% 100%);
		background: #11C7B2;
		font-size: 1.3vw;
		font-weight: bold;
		line-height: 12px;
	}
}

.pc_ps_content{
	text-align: center;
	margin: 4.1vw 9.7vw 4.1vw 10.67vw;
}
.pc_ps_work{
	margin: 3.125vw 0 5.2vw;
	& p{
		line-height: 2.3vw;
		text-align: left;
		font-size: 0.9vw;
		margin-left: 5.2vw;
		font-weight: bold;
	}
}
.pc_ps_works_table{
	display: flex;
	flex-wrap: wrap;
	padding: 3.33vw 0 2.083vw;
}

.pc_works,.ps_works{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.pc_works{
	padding: 0 1.9vw 0 0;
}
.ps_works{
	padding: 0 0 0 1.9vw;
}
.pc_title,.ps_title{
	margin: 0 0 0.3vw 0;
	font-size: 1.1vw;
	line-height: 1.4vw;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: #000;
	color: #fff;
}

.work-data{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.work-data::before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 91%;
	height: 1px;
	background: #000;
	z-index: 1;
}
.work-data:last-child{
	flex-grow: 1;
}
.work-year{
	padding: 42px 0;
	text-align: center;
	background: #11C7B2;
	width: 25%;
	& p{ 
		line-height: 2.3vw;
		font-size: 0.9375vw;
		font-weight: bold;
	}
}
.work-info{
	padding: 2.1vw 0 2.1vw 2.1vw;
	background: #EDE9E2;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	width: 75%;
	& p{
		margin: 0 !important;
		font-size: 0.9vw;
		font-weight: bold;
		line-height: 2.3vw;
	}
}

.play-video {
	margin: 6.7vw 5.8vw 0 5.2vw;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
}
.text-svg-pc{
	margin: 5.7vw auto 0 auto;
	text-align: center;
	& .svg{
		width: 54vw;
	}
	& p{ 
		font-size: 1.6vw;
		font-weight: 500;
		margin: 1.5vw 0 0 0;
		line-height: 2.2vw;
	}
}
.text-svg-sp{
	display: none;
}
.video{
	position: relative;
	width: 81.2vw;
	height: 48.8vw;
	margin: 3.1vw 3.8vw 7.2vw 3.5vw;
	padding-top: 2.1vw;
	text-align: center;
	background-color: #11C7B2;
}
.video-title{
	font-size: 2.1vw;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: unset;
	padding-bottom: unset;
	& p{
		margin: 0;
	}
}

@media (max-width:760px){
	.works-banner{
		height: 106vw;
	}
	.pc-banner{
		display: none;
	}
	.sp-banner{
		display: block;
		width: 100%;
		height: 110vw;
	}
	.works-head{
		top: 112%;
	}
	.works-page{
		background-image: url("../images/background/21_bg-sp.png");
		padding-bottom: 17.1vw;
		padding-top: 26vw;
		overflow-x: hidden;
	}
	.background-pcps{
	        background-image: url("../images/background/13_bg-sp.png");
	}
	.works-category-list{
		flex-wrap: wrap;
		height: 9.2vw;
		margin-bottom: 12vw;
	}
	.works-category{
		height: 9.2vw;
		background: #FF7600;
		margin-bottom: 9px;
		& a{
			padding: 0px 10.1vw;
			font-size: 3.4vw
		}
	}
	.works-category::after{
		width: 1.2vw
	}
	.works-category:last-child::before{
		position: absolute;
		content: "";
		width: 760px;
		height: 100%;
		left: 90%;
		background: #FF7600;
		z-index: 2;
	}
	.game-work{
		width: 75.2vw;
		margin-bottom: 28.7vw;
	}
	.game-works-img{
		width: 66.7vw;
		height: 37.5vw;
	}
	.game-works-detail{
		width: 50vw;
		height: 26.4vw;
	}
	.game-works-top{
		color: #000000;
		font-size: 2.3vw;
		line-height: 3.6vw;
		text-align: left;
		padding: 2.6vw;
		padding-top: 1.5vw;
		border: 0.6vw solid #000000;
		border-bottom: unset;
	}
	.game-works-copyright{
		padding-top: 2.0vw;
		font-size: 1.3vw;
		line-height: 1.4vw;
	}
	.game-works-description{
		position: absolute;
		min-height: 58.4%;
		height: 15.3vw;
		width: 100%;
		color: black;
		font-size: 2.0vw;
		font-weight: bold;
		text-align: left;
		line-height: 3.18947vw;
		border: 0.6vw solid #000000;
		display: table-cell;
		vertical-align: middle;
		& p{
			height: fit-content;
			text-align: left;
			width: 44.5vw;
			vertical-align: middle;
			margin: auto;
			padding-top: 0.5vw;
			letter-spacing: 0px;
		}
	}
	.read-more{
		margin-left: 13.1vw;
		width: 35.5vw;
		height: 10.5vw;
		margin-top: 5.6vw;
	}
	.pc_ps_works-page{
		margin-top: calc(18.25vw + 1rem);
		margin-left: -20px;
		padding-left: 6.5vw;
	}
	.pc_ps_title{
		text-align: left;
	}
	.pc_ps_content{
		margin: 4.2vw 4.2vw 5.1vw 1.3vw;
	}
	.text_pc_ps{
		font-size: 4.7vw;
	}
	.border-gr{
		border: 2px solid #11C7B2;
		margin: 20px 20vw 20px 0vw;
	}
	.sub-text{
		font-size: 3.1vw;
	}
	.pc_ps_subtitle{
		margin-left: -51.3vw;
		border: 0.6vw solid black;
		& span{
			font-size: 3.3vw;
			padding-left: 0px;
			line-height: 12px;
			padding: 2.2vw 0 2.2vw;
			width: 65.4vw;
		}
	}
	.pc_ps_work{
		& p{
			margin-left: -1.67vw;
			font-size: 2.35vw;
			line-height: 5.9vw;
		}
	}
	.pc_works,.ps_works{
		width: 100%;
	}

	.pc_title,.ps_title{
		font-size: 2.5vw;
		line-height: 3.4vw;
		margin-top: 5.7vw;
	}
	.work-year{
		padding: 2.2vw 0;
		& p{
			margin-bottom: unset;
			padding-bottom: unset;
			font-size: 2.3vw;
			line-height: 5.9vw;
		}
	}
	.work-info{
		& p{
			margin-bottom: unset;
			padding-bottom: unset;
			font-size: 2.3vw;
			line-height: 5.9vw;
		}
	}
	.text-svg-pc{
		display: none;
	}
	.text-svg-sp{
		display: block;
		margin: 5.2vw auto 0 auto;
		text-align: center;
		& svg{
			width: 95%;
		}
		& p{
			font-size: 3.1vw;
			line-height: 4.2vw;
			font-weight: 500;
			margin: 1.541667vw 0 0 0;
			line-height:
		}
	}
}

