/*=================================================
 * CSS for PC
 * ================================================= */

main{
}

#newface{
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

.newbox{
	position: relative;
	width: 100%;
	height: 420px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	background: #fff;
	margin: 0 0 40px 0;
	padding: 20px 20px 20px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newbox_in{
	width: 780px;
	text-align: left;
	padding: 0 20px 0 300px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.feature{
	width: 420px;
	padding: 0 0 0 20px;
	border-left: 1px solid #ebe5df;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.newbox .photo{
	position: absolute;
	top: 0;
	left: 0;
}

.newbox .photo a{
	display: block;
	position: relative;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.newbox .photo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.newbox .photo a > img{
	width: 280px;
	height: auto;
	border-radius: 10px 0 0 10px;
}

.newbox .photo .i_rank{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.newbox .photo .i_rank img{
	width: 75px;
	height: auto;
}

.newbox .txt{
	background: url(img/newbox.png) no-repeat 100% 20px;
}

.newbox .txt .i_smork{
	font-size: 0;
	line-height: 0;
}
.newbox .txt .i_smork img{
	width: 125px;
	height: auto;
}

.newbox .txt .name{
	font-size:min(2.8vw, 16px);
	line-height: 1.4;
}
.newbox .txt .name a{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size:min(4.4vw, 30px);
}

.newbox .txt .size{
	font-size:min(2.8vw, 16px);
	line-height: 1.5;
	margin: 0 0 5px 0;
}

.newbox .txt .point_box{
	height: 25px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px 0;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newbox .txt .point{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 3px);
	max-width: 65px;
	height: 25px;
	font-size:min(2.5vw, 14px);
	line-height: 1;
	border-radius: 2px;
	margin: 0 1.5px;
}

.newbox .txt .come{
	height: 21px;
	font-size:min(2.5vw, 14px);
	line-height: 1.5;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newbox .date{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #50c694;
	margin: 0 0 10px 0;
	padding: 7px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newbox .date span{	color: #ffff00;}

.newbox .newtxt{
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newbox .cate{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.newbox .cate span{
	width: 45px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin-right: 2px;
}
.newbox .cate p{
	font-size: 18px;
	line-height: 25px;
	margin-left: 5px;
}

.cate .list1{	background: #fd6363;}
.cate .list2{	background: #ffab34;}
.cate .list3{	background: #9381e1;}

.feature dl{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	padding: 8px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.feature dl:first-of-type{	padding-top: 0;}
.feature dl:last-of-type{	padding-bottom: 0; border-bottom: none;}

.feature dt{
	position: relative;
	width: 110px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #8d692f;
	padding: 0 0 0 17px;
}
.feature dt span{
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}

.feature dd{
	position: relative;
	width: calc(100% - 110px);
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.feature dd div{
	height: 27px;
	background: #ccc;
}

.feature dd ul{
	display: flex;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.feature dd li{
	width: calc(100% / 10);
	height: 27px;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.feature dd span{
	display: block;
	height: 27px;
	background: #ffae00;
	position: absolute;
	top: 0;
	left: 0;
	animation: graphAnim 1.5s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes graphAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.feature dd span.per0{	width: 0%;}
.feature dd span.per1{	width: 10%;}
.feature dd span.per2{	width: 20%;}
.feature dd span.per3{	width: 30%;}
.feature dd span.per4{	width: 40%;}
.feature dd span.per5{	width: 50%;}
.feature dd span.per6{	width: 60%;}
.feature dd span.per7{	width: 70%;}
.feature dd span.per8{	width: 80%;}
.feature dd span.per9{	width: 90%;}
.feature dd span.per10{	width: 100%;}
.feature dd.bar_s span{	background: #4f85ff;}
.feature dd.bar_m span{	background: #ff6262;}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	#newface{
		width: auto;
		margin: 0;
		padding-top: 30px;
	}

	.newbox{
		position: relative;
		width: auto;
		height: auto;
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.newbox_top{
	}
	.newbox_top_l{
	}
	.newbox_top_r{
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.newbox_in{
		width: auto;
		text-align: left;
		padding: 0;
	}
	.feature{
		width: auto;
		padding: 10px;
		border-left: none;
		border-top: 1px solid #ebe5df;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


	.newbox .photo{
		position: static;
	}

	.newbox .photo a{
		display: block;
		position: relative;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	.newbox .photo a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.newbox .photo a > img{
		width: 100%;
		height: auto;
		border-radius: 0;
	}

	.newbox .photo .i_rank{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	.newbox .photo .i_rank img{
		width: 40px;
		height: auto;
	}

	.newbox .txt{
		background: url(img/newbox.png) no-repeat 100% 0;
		background-size: 70px auto;
	}

	.newbox .txt .i_smork{
		font-size: 0;
		line-height: 0;
	}
	.newbox .txt .i_smork img{
		width: 125px;
		height: auto;
	}

	.newbox .txt .name{
		font-size:min(2.8vw, 16px);
		line-height: 1.4;
	}
	.newbox .txt .name a{
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		font-size:min(4.4vw, 30px);
	}

	.newbox .txt .size{
		font-size:min(2.8vw, 16px);
		line-height: 1.5;
		margin: 0 0 5px 0;
	}

	.newbox .txt .point_box{
		height: auto;
		font-size: 0;
		line-height: 0;
		margin: 0 0 5px 0;
		padding: 0 2px;
	}
	.newbox .txt .point{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(100% / 3 - 3px);
		max-width: 65px;
		height: 24px;
		font-size:min(2.5vw, 14px);
		line-height: 1;
		border-radius: 2px;
		margin: 0 1.5px;
	}

	.newbox .txt .come{
		height: auto;
		font-size:min(2.5vw, 14px);
		line-height: 1.5;
		margin: 0 0 5px 0;
	}

	.newbox .date{
		font-size:min(2.5vw, 14px);
		line-height: 1;
		text-align: center;
		margin: 0 0 5px 0;
		padding: 5px;
	}

	.newbox .newtxt{
		font-size: 13px;
		line-height: 22px;
		overflow: inherit;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: inherit;
		margin: 0;
		padding: 10px;
	}

	.newbox .cate{
	}
	.newbox .cate span{
		width: 35px;
		height: 25px;
		font-size:min(2.8vw, 13px);
		line-height: 25px;
		text-align: center;
		color: #fff;
		margin-right: 2px;
	}
	.newbox .cate p{
		font-size:min(3.2vw, 14px);
		line-height: 1;
		margin-left: 5px;
	}

	.feature dt{
		position: relative;
		width: 70px;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		color: #8d692f;
		padding: 0 0 0 17px;
	}
	.feature dt span{
		font-size: 15px;
		line-height: 15px;
		position: absolute;
		top: 3px;
		left: 0;
	}
	.feature dd{
		position: relative;
		width: calc(100% - 70px);
	}
	.feature dd div{	height: 25px;}
	.feature dd li{	height: 25px;}
	.feature dd span{	height: 25px;}



}
