@charset "UTF-8";

/* mv
--------------------------------*/
#mv{
	background: #fff;
	border-bottom: 2px solid #ff0000;
}
#mv .wrap{
	max-width: 1200px;
}

/* division
--------------------------------*/
#divi{
	padding: 90px 0 50px;
}
@media screen and (max-width: 768px) {
	#divi{
		padding: 10% 0 5%;
	}
}

/* PetWORKs Off icial Shop
--------------------------------*/
#shop{
	padding: 90px 0 110px;
}
@media screen and (max-width: 768px) {
	#shop{
		padding: 10% 0 5%;
	}
}

/* Contents
--------------------------------*/
#contents{
	padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
	#contents{
		padding: 10% 0 5%;
	}
}

/* NEWS
--------------------------------*/
#news{
	padding: 90px 0 130px;
}
#news .wrap{
	background: #ffffff;
	padding: 40px 0 30px;
	max-width: 1360px;
}
#news .list{
	max-width: 1214px;
	width: 92%;
	margin: 0 auto;
}
#news .list li{
	padding: 16px 11% 16px 7.5%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-top: 1px solid #1c355a;
}
#news .list li:last-child{
	border-bottom: 1px solid #1c355a;
}
#news .list li .date,
#news .list li .txt{
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
}
#news .list li .date{
	color: #d80a16;
	width: 210px;
}
#news .list li .txt{
	width: calc(100% - 210px);
}
#news .btn{
	margin-top: 35px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	#news .list li .txt a:hover{
		text-decoration:underline;
	}
}
@media screen and (max-width: 768px) {
	#news{
		padding: 10% 0 20%;
	}
	#news .wrap{
		padding: 6%;
	}
	#news .list{
		width: 100%;
	}
	#news .list li{
		padding: 4% 3%;
		display: block;
	}
	#news .list li:last-child{
		border-bottom: 1px solid #1c355a;
	}
	#news .list li .date,
	#news .list li .txt{
		font-size: 4vw;
		display: block;
		width: 100%;
	}
	#news .list li .date{
		margin-bottom: .2em;
	}
	#news .btn{
		margin-top: 8%;
	}
}