body{font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;color: #333;font-size: 1.0rem;line-height: 1.4;}
.header__padding { padding-top: 20px; }
.article__header {display:flex;justify-content: space-between;margin-bottom: 20px;}
.article__header h3{width: 70%;}
.container .content{padding-top: 20px;}
.sp .article.container {padding-top: 20px;}


#page-catch {
	font-size: 1.2rem;
	line-height: 1.6;
}
.line {
	background-color: #e8eaef;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

.award-winning-works {
	margin-bottom: 30px;
	padding:10px 10px 0;
	width:100%;
	box-sizing:border-box;
}
.award-winning-works h2 {
	margin-bottom:5px;
	font-size:2.0rem;
	line-height:100%;
}
#works h4{
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0 0 10px;
	padding-left: 6px;
	color: #333;
}
#works h4.art{
	border-left: 8px solid #f33;
}
#works h4.entertainment{
	border-left: 8px solid #0a5f9a;
}
#works h4.animation{
	border-left: 8px solid #f4822f;
}

.item-box{
	display:flex;
	width: 100%;
	flex-wrap:wrap;
	font-size:1.6rem;
	line-height:120%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.item-box:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.item-box p span{
	font-size:1.0rem;
}
.item-box a{
	display:flex;
	width: 100%;
	text-decoration: none;
	padding-bottom: 15px;
	outline: none;
}
.item-box a:focus{
	outline: none;
}
.item-box a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.item-box .text-box {
	width:60%;
	padding: 5px 10px 0 20px;
	color:#333;
	line-height:1.2;
}
.item-box h5 {
	font-size:1.4rem;
	font-weight: bold;
}
.item-box h6,
.item-box .result {
	margin-bottom:5px;
	font-size:1.2rem;
}
.item-box .category,
.item-box .time {
	font-size:1.1rem;
	margin-bottom:3px;
}

.item-box p {
	font-size:1.1rem;
	line-height: 1.5;
	margin-top: 20px;
}
.item-box .photo-box {
	position: relative;
	width:40%;
	font-size: 0;
	line-height: 0;
}
.item-box .photo-box-inner {
	padding:10px;
}
.item-box .photo-box img{
	width:100%;
}
.item-box .photo-box .copy{
	margin: 5px 0 0;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #999;
	padding: 0 5px;
}
.ribbon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px 0;
	z-index: 2;
	width: 60px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.en .ribbon {
	width: 130px;
	padding: 14px 0 10px;
}
.ribbon.grandprize {
	background: #CCA558;
	
}
.ribbon.excellence {
	background: #aaa;
}
.ribbon.newface {
	background: #f00;
}

.ribbon:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
}
.ribbon.grandprize:after {
	border-left: 30px solid #CCA558;
	border-right: 30px solid #CCA558;
	border-bottom: 10px solid transparent;
}
.ribbon.excellence:after {
	border-left: 30px solid #aaa;
	border-right: 30px solid #aaa;
	border-bottom: 10px solid transparent;
}
.ribbon.newface:after {
	border-left: 30px solid #f00;
	border-right: 30px solid #f00;
	border-bottom: 10px solid transparent;
}
.en .ribbon.grandprize:after {
	border-left: 65px solid #CCA558;
	border-right: 65px solid #CCA558;
}
.en .ribbon.excellence:after {
	border-left: 65px solid #aaa;
	border-right: 65px solid #aaa;
}
.en .ribbon.newface:after {
	border-left: 65px solid #f00;
	border-right: 65px solid #f00;
}


.article__section {
	margin-bottom: 0;
}
.article__section p {
	margin-bottom: 0;
}
.article__section > *:last-child {
	margin-bottom: 20px;
}

@media screen and (max-width:700px) {
	
	.article__header{
		width: 100%;
		display: block;
		justify-content: start;
	}
	.article__header h3{
		width: 100%;
	}
	.main-logo img{
		max-width: 100%;
	}
	.award-winning-works{
		padding: 10px 10px 0;
	}
	.item-box{
		width: 100%;
		padding:0;
	}
	.item-box .photo-box {
		width: 100%;
		margin: 0;
	}
	.item-box .text-box {
		width:100%;
		padding: 10px 5px;
	}
	.item-box a{
		display: block;
		width: 100%;
		text-decoration: none;
		padding-bottom: 20px;
		outline: none;
	}
	
}
.sp .container .content {
	margin-top: 20px;
}
.sp .article__header {
	margin-bottom: 20px;
}
.sp .article__section h5 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.sp .article__header h3{
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.sp #item-box h4{
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 10px 0 20px;
}