@charset "UTF-8";
/* **********************************************
	NEWSページ（一覧）スタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 70px 0px 0px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	NEWSエリア
 ================================================= */
#wrapper .newsArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .newsArea {
		max-width: 860px;
	}
	#wrapper .newsArea.release {
		max-width: 1000px;
	}
}
/* 見出し */
.newsArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.newsArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	color: #D33F5E;
	white-space: nowrap;
}
.newsArea .mds h1 a {
	color: #D33F5E;
	text-decoration: none;
}
.newsArea .mds .h2-jp {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #6a6a6a;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
.newsArea .mds h2 {
	width: 90%;
	height: auto;
	display: block;
	margin: 30px auto 10px;
	padding: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35em;
	color: #81ABBE;
}
.newsArea .mds.info h2 {
	color: #81ABBE;
}
.newsArea .mds.picks h2 {
	color: #EEA847;
}
.newsArea .mds.release h2 {
	color: #E57F82;
}
.newsArea .mds.featured h2 {
	color: #A48CB9;
}
.newsArea .mds.tags h2 {
	color: #717ec3;
}
.newsArea .mds br.sp {
	display: inline-block;
}
.newsArea .mds br.pc {
	display: none;
}
.newsArea .mds p {
	width: 90%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
	letter-spacing: 0.0125em;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.newsArea .mds {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	.newsArea .mds .h2-jp {
		margin: 0px auto;
		padding: 0px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1em;
		color: #6a6a6a;
		letter-spacing: 0.0125em;
	}
	.newsArea .mds h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 40px auto 10px;
		padding: 0px;
		text-align: center;
		font-size: 24px;
		font-weight: 500;
		line-height: 1em;
		color: #81ABBE;
	}
	.newsArea .mds br.sp {
		display: none;
	}
	.newsArea .mds br.pc {
		display: inline-block;
	}
	.newsArea .mds p {
		margin: 0px auto;
		padding: 0px;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		letter-spacing: 0.0125em;
	}
	.newsArea .mds .catelink {
		width: 100%;
		height: auto;
		display: block;
		margin: 60px auto 0px;
		padding: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1em;
		color: #6a6a6a;
		letter-spacing: 0.0125em;
	}
	.newsArea .mds .catelink a {
		color: #333;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.newsArea .mds .catelink a:hover {
		border-bottom: 1px solid #333;
	}
}
/* 新着1５件 */
.newsArea .postlist {
	width: 90%;
	height: auto;
	display: block;
	margin: 65px auto 0px;
	padding: 0px;
	text-align: center;
}
.newsArea .postlist a {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
	padding: 0px 0px 20px;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.newsArea .postlist a::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin: auto;
	padding: 0px;
	border-bottom: 1px dotted #231815;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* Safariのみ */
	_::-webkit-full-page-media, _:future, :root .newsArea .postlist a::after {
		border-bottom: 2px dotted #231815;
	}
}
.newsArea .postlist a:hover .title {
	color: #D33F5E
}
.newsArea .postlist ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.newsicon {
	width: 70px;
	height: 24px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px #ccc;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75em;
	color: #fff;
	white-space: nowrap;
	flex-grow: 1;
}
.icon_info {
	background: #81ABBE;
}
.icon_release {
	background: #E57F82;
}
.icon_picks {
	background: #EEA847;
}
.icon_featured {
	background: #A48CB9;
}
.newsArea .postlist .date {
	width: calc(100% - 75px);
	height: 24px;
	display: block;
	margin: 0px auto;
	padding: 2px 20px 0px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
	flex-grow: 1;
}
.newsArea .postlist .title {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
	flex-grow: 5;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 新着1５件 */
	.newsArea .postlist {
		width: 100%;
		margin: 65px auto 0px;
	}
	.newsArea .postlist .date {
		width: 100px;
		height: 24px;
		display: block;
		margin: 0px auto;
		padding: 0px 20px 0px 10px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65em;
		color: #777;
		flex-grow: 1;
	}
	.newsArea .postlist .title {
		width: calc(100% - 200px);
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65em;
		color: #444;
		flex-grow: 5;
	}
}
/* =================================================
	リリースカテゴリーは別の一覧ページ
 ================================================= */
/* リリース新着4件 */
.newsArea .postlist_thumb {
	width: 94%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 7px;
	margin: 65px auto 0px;
	padding: 0px;
	position: relative;
}
.newsArea .postlist_thumb article {
	width: calc(50% - 7px); /* gap分を引く */
	height: auto;
	display: block;
	margin: 0 0 10px 0;     /* 下に少し余白 */
	padding: 0px;
}
.newsArea .postlist_thumb article a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 30px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	letter-spacing: 0.0125em;
	text-decoration: none;
	position: relative;
}
/* リリース画像（ズーム） */
.newsArea .postlist_thumb article a .thumb {
	width: 100%;
	max-width: 100%;
	height: 170px;
	overflow: hidden;
	cursor: pointer;
}
.newsArea .postlist_thumb article a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.newsArea .postlist_thumb article a:hover .thumb img {
	transform: scale(1.1);
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* リリース新着4件 */
	.newsArea .postlist_thumb {
		width: 100%;
		max-width: 1000px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		gap: 40px;
		margin: 65px auto 0px;
		padding: 0px;
		position: relative;
	}
	.newsArea .postlist_thumb article {
		width: 220px;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.newsArea .postlist_thumb article a {
		width: 220px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		letter-spacing: 0.025em;
		text-decoration: none;
		position: relative;
	}
	/* リリース画像（ズーム） */
	.newsArea .postlist_thumb article a .thumb {
		width: 220px;
		max-width: 220px;
		height: 204px;
		overflow: hidden;
		cursor: pointer;
	}
	.newsArea .postlist_thumb article a .thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.4s ease;
	}
	.newsArea .postlist_thumb article a:hover .thumb img {
		transform: scale(1.1);
	}
}
/* テキスト */
.postlist_thumb article a h2 {
	width: 100%;
	height: auto;
	display:block;
	margin: 10px auto 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75em;
}
.postlist_thumb article a .title {
	width: 100%;
	height: auto;
	display:block;
	margin: 10px auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65em;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* テキスト */
	.postlist_thumb article a h2 {
		width: 100%;
		height: auto;
		display:block;
		margin: 10px auto 0px;
		padding: 0px;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.75em;
	}
	.postlist_thumb article a .title {
		width: 100%;
		height: auto;
		display:block;
		margin: 10px auto;
		padding: 0px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: -0.0125em;
	}
}
/* =================================================
	サイドバナーエリア
 ================================================= */
#wrapper .sidebnrArea {
	width: 100%;
	max-width: 310px;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px 0px 40px;
}
.sidebnrArea .bnrlink {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px;
	padding: 0px;
}
.sidebnrArea .bnrlink a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	transition: all 0.3s ease;
}
.sidebnrArea .bnrlink a:hover {
	opacity: 0.5;
}
.sidebnrArea .bnrlink a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .sidebnrArea {
		width: 100%;
		max-width: 660px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		column-gap: 40px;
		margin: 0px auto 0px;
		padding: 0px 0px 40px;
	}
	.sidebnrArea .bnrlink {
		width: 310px;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 0px;
	}
}