@charset "UTF-8";

main > article.row{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.material-icons{padding-right: 0em;}


#works > article > section{
	margin: 1em 0 0;
	position: relative;
}

#works > article > section > h2.rhombus-i-center{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	z-index: 51
}

#works > article > section > h2.rhombus-i-center > i{
	position: relative;
	color: #fff;
	z-index: 51;
	font-size: 2em;
}

#works > article > section > h2.rhombus-i-center > i:before{
	content: "";
	position: absolute;
	top: -0.2em;
	left: 50%;
	margin-left: -0.75em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.1em;
	border: 1px solid #ddd;
	transform: rotate(-45deg);
	background-color: #4e8ca0;
	z-index: -1;
}

#works > article > section > h2.rhombus-i-center > span{
	display: block;
	color: #777;
	margin-top: 1.5em;
}

#works > article > section > h2.rhombus-i-center + div.custom-container{
	margin-top: -7.6em;		/*parameter*/
	padding-top: 7.6em;
}

#works > article > section#game > h2.rhombus-i-center > i:before{
	background-color: #00a29a;
}

#works > article > section#illustration > h2.rhombus-i-center > i:before{
	background-color: #d73a59;
}

#works > article > section#music > h2.rhombus-i-center > i:before{
	background-color: #f39800;
}

section#contents-navi > div.row{
	padding: 0;
}

section#contents-navi > div.row > div{
	padding: 2em;
}

section#contents-navi > div.row > div > a{
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

section#contents-navi > div.row > div > a:hover{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

section#contents-navi > div.row > div:nth-child(1) > a{
	background-color: #00a29a;
	border: 5px solid #00a29a;
}

section#contents-navi > div.row > div:nth-child(2) > a{
	background-color: #d73a59;
	border: 5px solid #d73a59;
}

section#contents-navi > div.row > div:nth-child(3) > a{
	background-color: #f39800;
	border: 5px solid #f39800;
}

section#contents-navi > div.row > div > a > img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
}

section div.contents-gallery > ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

section div.contents-gallery .row:before,
section div.contents-gallery .row:after {
	display: none;
}

section div.contents-gallery > ul > li{
	display: inline-block;
	padding: 0.5em;
}

section#game div.contents-gallery > ul > li > div{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

section#illustration div.contents-gallery > ul > li > div{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

section#music div.contents-gallery > ul > li > div{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

section div.contents-gallery >  ul > li > div > a{
	display: block;
	width: 100%;
	height: 100%;
}

section div.contents-gallery h3{
	position: relative;
	font-size: 16px;
	padding-left: 1em;
	margin-top: 0.4em;
	color: #777;
}

section div.contents-gallery h3:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 0.5em;
	left: 0px;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	transform: rotate(-45deg);
}

.game-gallery .game-card-img{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border: 1px solid #ddd;
	background-color: #eee;
}

.game-gallery .game-card-img > a:before{
	content: "";
	top: 50%;
	left: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: #000;
	opacity: 0;
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(1.0);
	transition: all 0.8s ease;
	z-index: 101;
}

.game-gallery .game-card-img > a:hover:before{
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(30.0);
	opacity: 0.7;
}

.game-gallery .game-card-img > a:after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("/works/imgs/label_todetail_game.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0;
	border-radius: 0.5px;
	transition: all 0.5s ease;
	z-index: 102;
}

.game-gallery .game-card-img > a:hover:after{
	border-radius: 0.5px;
	opacity: 1;
}

.game-gallery h3:before{
	background-color: #00a29a;
}


.illustration-gallery .illustration-card-img{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.illustration-gallery .illustration-card-img > a:before{
	content: "";
	top: 50%;
	left: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: #000;
	opacity: 0;
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(1.0);
	transition: all 0.8s ease;
	z-index: 101;
}

.illustration-gallery .illustration-card-img > a:hover:before{
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(25.0);
	opacity: 0.7;
}

.illustration-gallery .illustration-card-img > a:after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("/works/imgs/label_todetail_illustration.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	border-radius: 0.5px;
	transition: all 0.5s ease;
	z-index: 102;
}

.illustration-gallery .illustration-card-img > a:hover:after{
	border-radius: 0.5px;
	opacity: 1;
}

.illustration-gallery h3:before{
	background-color: #d73a59;
}


.music-gallery .music-card-img{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.music-gallery .music-card-img > a:before{
	content: "";
	top: 50%;
	left: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: #000;
	opacity: 0;
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(1.0);
	transition: all 0.8s ease;
	z-index: 101;
}

.music-gallery .music-card-img > a:hover:before{
	border-radius: 0.5px;
	transform: rotate(-45deg) scale(25.0);
	opacity: 0.7;
}

.music-gallery .music-card-img > a:after{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("/works/imgs/label_todetail_music.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	border-radius: 0.5px;
	transition: all 0.5s ease;
	z-index: 102;
}

.music-gallery .music-card-img > a:hover:after{
	border-radius: 0.5px;
	opacity: 1;
}

.music-gallery h3:before{
	background-color: #f39800;
}



/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

	section#contents-navi > div.row > div{
		padding: 0em 5px;
	}

	section#contents-navi > div.row > div > a{
		height: 90px;
	}

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

	section#contents-navi > div.row > div{
		padding: 0em 5px;
	}

	section#contents-navi > div.row > div > a{
		height: 90px;
	}

}
