@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: 20px 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) {
	#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;
	}
}
/* =================================================
	NEWS記事エリア
 ================================================= */
#wrapper .newspostArea {
	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 .newspostArea {
		max-width: 1100px;
	}
}
/* 見出し */
.newspostArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.newspostArea .mds .inner {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
/* アイコン */
.newsicon {
	width: 70px;
	height: 24px;
	display: block;
	margin: 0px 0px 10px 0px;
	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;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	flex-grow: 1;
}
.newsicon a {
	color: #fff;
	text-decoration: none;
}
.newsicon a:hover {
	text-decoration: underline;
}
.icon_info {
	background: #81ABBE;
}
.icon_release {
	background: #E57F82;
}
.icon_picks {
	background: #EEA847;
}
.icon_featured {
	background: #A48CB9;
}
/* タイトル */
.newspostArea .mds h1 {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45em;
	color: #333;
}
/* 日付 */
.newspostArea .mds .date {
	width: 90%;
	height: auto;
	display: block;
	margin: 10px auto;
	padding: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #666;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
/* アイキャッチ画像 */
.newspostArea .mds picture.eyecatch {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px;
	padding: 0px;
	border-top: 2px dotted #ccc;
}
.newspostArea .mds picture.eyecatch img {
	width: 100%;
	height: auto;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.newspostArea .mds {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	/* アイコン囲い */
	.newspostArea .mds .inner {
		max-width: 860px;
	}
	/* タイトル */
	.newspostArea .mds h1 {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.25em;
		color: #333;
	}
	/* 日付 */
	.newspostArea .mds .date {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 20px auto;
		padding: 0px;
		text-align: right;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #666;
		white-space: nowrap;
		letter-spacing: 0.0125em;
	}
	/* アイキャッチ画像 */
	.newspostArea .mds picture.eyecatch {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 60px;
		padding: 0px;
		border-top: none;
	}
}
/* =================================================
	記事フリー編集エリア
 ================================================= */
.newspostArea .postbody {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	letter-spacing: 0.0125em;
	border-bottom: 1px solid #ccc;
}
.newspostArea .postbody img {
	max-width: 100%;
	height: auto;
}
/* フリー編集エリアの大枠 */
.postbody .news-content {
	width: 84%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.news-content p {
	margin: 0px auto 30px;
	padding: 0px;
}
.postbody .news-content p a {
	color: #D33F5E;
	text-decoration: underline;
}
.postbody .news-content p a:hover {
	text-decoration: none;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.newspostArea .postbody {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		letter-spacing: 0.0125em;
	}
	.newspostArea .postbody img {
		max-width: 100%;
		height: auto;
	}
	/* フリー編集エリアの大枠 */
	.postbody .news-content {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	.news-content p {
		margin: 0px auto 30px;
		padding: 0px;
	}
	.postbody .news-content p a {
		color: #D33F5E;
		text-decoration: underline;
	}
	.postbody .news-content p a:hover {
		text-decoration: none;
	}
}
/* =================================================
	詳細テキストエリア
 ================================================= */
.newspostArea .postbody .specinfo {
	width: 100%;
	height: auto;
	display: block;
	margin: 40px auto;
	padding: 15px 7%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	letter-spacing: 0.0125em;
		background: #f7f7f7;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.newspostArea .postbody .specinfo {
		width: 100%;
		height: auto;
		display: block;
		margin: 60px auto 30px;
		padding: 20px;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		letter-spacing: 0.0125em;
		background: #f7f7f7;
	}
}
/* =================================================
	リンクボタンエリア
 ================================================= */
.newspostArea .postbody ul.linkbtn {
	width: 90%;
	height: auto;
	display: block;
	margin: 50px auto;
	padding: 0px;
	list-style: none;
}
.newspostArea .postbody ul.linkbtn li {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px 20px 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.0125em;
	vertical-align: top;
}
.newspostArea .postbody ul.linkbtn li a {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0px auto 10px;
	padding: 12px 0px 0px;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.newspostArea .postbody ul.linkbtn li.detail a {
	color: #D33F5E;
	border: 1px solid #D33F5E;
	border-radius: 10px;
	flex-glow: 1;
}
.newspostArea .postbody ul.linkbtn li.detail a:hover {
	color: #fff;
	background: #D33F5E;
}
.newspostArea .postbody ul.linkbtn li.shop a {
	padding: 12px 0px 0px 20px;
	color: #fff;
	border: 1px solid #4D190A;
	background: #4D190A;
	border-radius: 10px;
	flex-glow: 2;
}
.newspostArea .postbody ul.linkbtn li.shop a:hover {
	border: 1px solid #D33F5E;
	background: #D33F5E;
}
/* カートアイコン */
.newspostArea .postbody ul.linkbtn li.shop a::before {
	content: "";
	background-image: url(../_img/cmn/icnset_cart.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 25px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 25px;
	right: auto;
}
.newspostArea .postbody ul.linkbtn li.other a {
	padding: 12px 0px 0px 20px;
	color: #231815;
	border: 1px solid #231815;
	border-radius: 10px;
	flex-glow: 1;
}
.newspostArea .postbody ul.linkbtn li.other a:hover {
	color: #fff;
	background: #231815;
}
/* 別窓アイコン */
.newspostArea .postbody ul.linkbtn li.other a::after {
	content: "";
	background-image: url(../_img/cmn/icnset_blank.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 30px;
	right: auto;
}
.newspostArea .postbody ul.linkbtn li.other a:hover::after {
	background-position: left bottom;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.newspostArea .postbody ul.linkbtn {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newspostArea .postbody ul.linkbtn li a {
		width: 100%;
		height: 60px;
		display: block;
		margin: 0px auto;
		padding: 18px 0px 0px;
	}
	.newspostArea .postbody ul.linkbtn li.shop a {
		padding: 18px 0px 0px 20px;
	}
	/* カートアイコン */
	.newspostArea .postbody ul.linkbtn li.shop a::before {
		width: 25px;
		height: 25px;
		left: 20px;
	}
	.newspostArea .postbody ul.linkbtn li.other a {
		padding: 18px 0px 0px 20px;
	}
	/* 別窓アイコン */
	.newspostArea .postbody ul.linkbtn li.other a::after {
		left: 20px;
	}
}
/* =================================================
	タグ表示エリア
 ================================================= */
/* タグ（長いのは隠さない） */
ul.tag {
	width: 90%;
	height: auto;
	display:block;
	margin: 0px auto 0px;
	padding: 0px 0px 5px;
	text-align: left;
}
ul.tag li {
	width: auto;
	height: auto;
	display:inline-block;
	margin: 0px 5px 10px auto;
	padding: 0px;
}
ul.tag li a {
	width: auto;
	height: auto;
	min-height: 24px;
	display:block;
	margin: 0px auto;
	padding: 3px 7px 3px 7px;
	background: #F7A9A8;
	border-radius: 0px 6px 6px 6px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	transition: all 0.2s ease;
}
ul.tag li a:hover {
	background: #E5A8F7;
}
ul.tag li a .tag_text {
/* 必要に応じて調整
	max-width: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
 */
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	ul.tag {
		width: 100%;
		height: auto;
		display:block;
		margin: 0px auto 0px;
		padding: 0px 0px 5px;
		text-align: left;
	}
}
/* =================================================
	ページネーション
 ================================================= */
.pagenation {
	width: 84%;
	height: 33px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px auto 100px;
	padding: 0px;
	position: relative;
}
.pagenation .btn {
	width: 60px;
	height: 33px;
	display: block;
	margin: auto;
	padding: 0px;
}
.pagenation .btn.prevbtn {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: auto;
}
.pagenation .btn.nextbtn {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: 0px;
}
.pagenation ul {
	width: auto;
	height: 33px;
	display: block;
	margin: 0px auto;
	padding: 0px
	text-align: center;
	list-style: none;
}
.pagenation ul li {
	width: auto;
	height: 33px;
	display: inline-block;
	margin: 0px 3px;
	padding: 0px;
	vertical-align: top;
}
.pagenation ul li.backtolist a {
	width: 100%;
	height: 33px;
	display: block;
	margin: 0px auto;
	padding: 5px 20px 0px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #1e22aa;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
}
.pagenation ul li a:hover {
	color: #fff;
	background: #1e22aa;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.pagenation {
		width: 100%;
		max-width: 860px;
	}
	.pagenation .btn {
		width: 60px;
		height: 33px;
		display: block;
		margin: auto;
		padding: 0px;
	}
	.pagenation .btn.prevbtn {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: auto;
	}
	.pagenation .btn.nextbtn {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: auto;
		right: 0px;
	}
	.pagenation ul {
		width: auto;
		height: 33px;
		display: block;
		margin: 0px auto;
		padding: 0px
		text-align: center;
		list-style: none;
	}
}


/* 次へボタン */
.nextbtn a {
	width: 60px;
	height: 12px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.nextbtn a:hover {
	color: #999;
}
.nextbtn a::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: 0px;
	right: auto;
	width: 60px;
	height: 8px;
	border: none;
	border-right: 1px solid #1e22aa;
	border-bottom: 1px solid #1e22aa;
	transform: skew(45deg);
	transition: 0.2s;
}
.nextbtn a:hover::after {
	width: 70px;
	left: 0px;
}
/* 前へボタン */
.prevbtn a {
	width: 60px;
	height: 12px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.prevbtn a:hover {
	color: #999;
}
.prevbtn a::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: auto;
	right: 0px;
	width: 60px;
	height: 8px;
	border: none;
	border-left: 1px solid #1e22aa;
	border-bottom: 1px solid #1e22aa;
	transform: skew(-45deg);
	transition: 0.2s;
}
.prevbtn a:hover::after {
	width: 70px;
	rightt: 0px;
}
/* リンクなし */
.nextbtn.nolink {
	width: 60px;
	height: 12px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #c5cbd3;
	text-decoration: none;
	position: relative;
}
.nextbtn.nolink::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: 0px;
	right: auto;
	width: 60px;
	height: 8px;
	border: none;
	border-right: 1px solid #c5cbd3;
	border-bottom: 1px solid #c5cbd3;
	transform: skew(45deg);
}
.prevbtn.nolink {
	width: 60px;
	height: 12px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65em;
	color: #c5cbd3;
	text-decoration: none;
	position: relative;
}
.prevbtn.nolink::after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: -15px;
	left: auto;
	right: 0px;
	width: 60px;
	height: 8px;
	border: none;
	border-left: 1px solid #c5cbd3;
	border-bottom: 1px solid #c5cbd3;
	transform: skew(-45deg);
}
/* =================================================
	サイドバナーエリア
 ================================================= */
#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;
	}
}
