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%;
	margin-bottom: 20px;
}

.item-box-hr{
                               	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

.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;
	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;
	padding-bottom: 15px;
}
.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;
}

.ribbon_long  {
	background: #165e83;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px 0;
	z-index: 2;
	width: 140px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.ribbon_long:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
                                border-left: 70px solid #165e83;
	border-right: 70px solid #165e83;
	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 20px 0px;
	}
	.item-box a{
		display: block;
		width: 100%;
		text-decoration: none;
		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;
}

#creators_file #creators-box{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  
}
#creators_file .creator-box {
  font-size: 1.0rem;
  align-items: stretch;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  line-height: 1.4;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
#creators_file .creator-box.none {
  background: #fff;
}
.flex-item-separated {
    flex: 1 0 0%;
}
#creators_file .creator-box figure {
  text-align: center;
}
#creators_file .creator-box .img_mid {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
#creators_file .creator-box .flex-item-separated {
  flex: 100%;
}
#creators_file .creator-box .flex-item {
  flex: 0 1 auto;
}
#creators_file .img_mid img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: auto;
  margin-bottom: 0 !important;
}
#creators_file .creator-box h5 {
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: center;
}
#creators_file .creator-box h6 {
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}
#creators_file .creator-box span {
  font-size: 0.9rem;
  text-align: center;
}
#creators_file .creator-box .award{
  font-size:0.8rem;
  margin: 0;
  color: #fff;
  text-align: center;
}
#creators_file .creator-box .copyright{
  font-size:0.8rem;
  bottom: 0;
  position: relative;
  margin: 15px 0 0;
}
#creators_file .creator-box {
    width: 32.5%;
    border: 0px;
}

@media print, screen and (max-width:700px) {
  #creators_file .creator-box{
    width: 100%;
    border: 0px;
  }
}

@media print, screen and (min-width:701px) {
  #creators_file .creator-box{
    width: 32.5%;
    border: 0px;
  }
  #creators_file .creator-box.none {
    background: #fff;
    border: none;
  }
  #creators_file .creator-box figure img {
    width:auto;
    height:auto;
    max-width: 303px;
    max-height: 228px;
  }
}

#creators_file p.announce{
  font-size: 0.9rem;
  margin-bottom: 40px;
}

