@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: 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) {
}
/* 見出し */
.productArea .mds {
	width: 100%;
	height: 220px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(../_img/product/product_top_ttlpic.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.productArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 70px 0px 70px 0px;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	color: #fff;
	white-space: nowrap;
}
.productArea .mds h1 .h2-jp {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #231815;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.productArea .mds {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		background-image: url(../_img/product/product_top_ttlpic.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.productArea .mds h2 {
		font-size: 54px;
		font-weight: 400;
		line-height: 1em;
		color: #D33F5E;
	}
	.productArea .mds h2 .h2-jp {
		margin: 0px auto;
		padding: 0px 0px 10px 30px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1em;
		color: #6a6a6a;
		letter-spacing: 0.0125em;
	}
}
/* =================================================
	見出しサブ（目次リンク）
 ================================================= */
.productArea .mds_sub {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.productArea .mds_sub .read {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 30px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75em;
	color: #666;
}
/* 目次 */
.productArea .mds_sub ul.index {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0px auto 100px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.productArea .mds_sub ul.index li {
	width: calc(100% / 2);
	height: auto;
	display: block;
	margin :0px auto;
	padding: 0px;
}
.productArea .mds_sub ul.index li a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 15px 0px 30px;
	box-sizing: border-box;
	border-top: 1px solid #D33F5E;
	border-right: 1px solid #D33F5E;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: #231815;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li a:hover {
	background: #D33F5E;
	color: #fff;
}
.productArea .mds_sub ul.index li a::after {
	content: "";
	display: block;
	color: #D33F5E;
	line-height: 1;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #D33F5E;
	border-right: 1px solid #D33F5E;
	transform: translateY(-25%) rotate(135deg);
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 0px;
	right: 0px;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li a:hover::after {
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.productArea .mds_sub ul.index li:nth-child(1) a,
.productArea .mds_sub ul.index li:nth-child(3) a,
.productArea .mds_sub ul.index li:nth-child(5) a,
.productArea .mds_sub ul.index li:nth-child(7) a {
	border-left: 1px solid #D33F5E;
}
.productArea .mds_sub ul.index li:nth-child(7) a,
.productArea .mds_sub ul.index li:nth-child(8) a {
	border-bottom: 1px solid #D33F5E;
}
/* 全製品一覧へのリンク */
.productArea .mds_sub ul.index li.allitems {
	width: 100%;
	height: auto;
	display: block;
	margin :0px auto;
	padding: 0px;
}
.productArea .mds_sub ul.index li.allitems a {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0px 0px auto;
	padding: 10px 30px 10px 10px;
	box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #D33F5E;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li.allitems a:hover,
.productArea .mds_sub ul.index li.allitems a:active {
	background: #D33F5E;
	color: #fff;
}
.productArea .mds_sub ul.index li.allitems a::after {
	content: "";
	display: block;
	color: #D33F5E;
	line-height: 1em;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #D33F5E;
	border-right: 1px solid #D33F5E;
	transform: translateY(-25%) rotate(45deg);
	position: absolute;
	top: 5px;
	bottom: 0px;
	left: auto;
	right: 15px;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li.allitems a:hover::after,
.productArea .mds_sub ul.index li.allitems a:active::after {
	right: 10px;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* 工業用インクのリンク */
.productArea .mds_sub ul.index li.industrial {
	width: 100%;
	height: auto;
	display: block;
	margin :0px auto;
	padding: 0px;
}
.productArea .mds_sub ul.index li.industrial a {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 0px;
	padding: 10px 30px 10px 10px;
	box-sizing: border-box;
	border-top: none;
	border-right: none;
	border: 1px solid #1e22aa;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li.industrial a span {
	display: block;
	margin: 10px auto 0px;
	font-size: 12px;
	line-height: 1.5em;
}
.productArea .mds_sub ul.index li.industrial a span br {
	display: none;
}
.productArea .mds_sub ul.index li.industrial a:hover,
.productArea .mds_sub ul.index li.industrial a:active {
	background: #1e22aa;
	color: #fff;
}
.productArea .mds_sub ul.index li.industrial a::after {
	content: "";
	display: block;
	color: #1e22aa;
	line-height: 1em;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #1e22aa;
	border-right: 1px solid #1e22aa;
	transform: translateY(-25%) rotate(45deg);
	position: absolute;
	top: 5px;
	bottom: 0px;
	left: auto;
	right: 15px;
	transition: all 0.3s ease;
}
.productArea .mds_sub ul.index li.industrial a:hover::after,
.productArea .mds_sub ul.index li.industrial a:active::after {
	right: 10px;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.productArea .mds_sub {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	.productArea .mds_sub .read {
		width: 100%;
		height: auto;
		display: block;
		margin: 50px auto 30px;
		padding: 0px;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.75em;
		color: #666;
	}
	.productArea .mds_sub .read .sp {
		display: none;
	}
	/* 目次 */
	.productArea .mds_sub ul.index {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0px auto 100px;
		padding: 0px;
		text-align: center;
		list-style: none;
	}
	.productArea .mds_sub ul.index li {
		width: calc(100% / 4);
		height: auto;
		display: block;
		margin :0px auto;
		padding: 0px;
	}
	.productArea .mds_sub ul.index li a {
		width: 100%;
		height: 100%;
		display: block;
		margin: 0px auto;
		padding: 30px 0px 35px;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 1em;
		color: #231815;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.productArea .mds_sub ul.index li a:hover {
		background: #D33F5E;
		color: #fff;
	}
	.productArea .mds_sub ul.index li a::after {
		bottom: 15px;
	}
	.productArea .mds_sub ul.index li:nth-child(1) a,
	.productArea .mds_sub ul.index li:nth-child(2) a,
	.productArea .mds_sub ul.index li:nth-child(3) a,
	.productArea .mds_sub ul.index li:nth-child(4) a,
	.productArea .mds_sub ul.index li:nth-child(5) a,
	.productArea .mds_sub ul.index li:nth-child(6) a,
	.productArea .mds_sub ul.index li:nth-child(7) a,
	.productArea .mds_sub ul.index li:nth-child(8) a {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	.productArea .mds_sub ul.index li:nth-child(1) a,
	.productArea .mds_sub ul.index li:nth-child(2) a,
	.productArea .mds_sub ul.index li:nth-child(3) a,
	.productArea .mds_sub ul.index li:nth-child(4) a {
		border-top: 1px solid #D33F5E;
	}
	.productArea .mds_sub ul.index li:nth-child(5) a,
	.productArea .mds_sub ul.index li:nth-child(6) a,
	.productArea .mds_sub ul.index li:nth-child(7) a,
	.productArea .mds_sub ul.index li:nth-child(8) a {
		border-top: 1px solid #D33F5E;
		border-bottom: 1px solid #D33F5E;
	}
	.productArea .mds_sub ul.index li:nth-child(1) a,
	.productArea .mds_sub ul.index li:nth-child(2) a,
	.productArea .mds_sub ul.index li:nth-child(3) a,
	.productArea .mds_sub ul.index li:nth-child(4) a,
	.productArea .mds_sub ul.index li:nth-child(5) a,
	.productArea .mds_sub ul.index li:nth-child(6) a,
	.productArea .mds_sub ul.index li:nth-child(7) a,
	.productArea .mds_sub ul.index li:nth-child(8) a {
		border-right: 1px solid #D33F5E;
	}
	.productArea .mds_sub ul.index li:nth-child(1) a,
	.productArea .mds_sub ul.index li:nth-child(5) a {
		border-left: 1px solid #D33F5E;
	}
	/* 全製品一覧へのリンク */
	.productArea .mds_sub ul.index li.allitems {
		width: 100%;
		height: auto;
		display: block;
		margin :0px auto;
		padding: 0px;
	}
	.productArea .mds_sub ul.index li.allitems a {
		width: 100%;
		height: auto;
		display: block;
		margin: 10px 0px 0px auto;
		padding: 10px 40px 10px 10px;
		box-sizing: border-box;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #D33F5E;
		text-align: right;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: #231815;
		text-decoration: none;
		position: relative;
		transition: all 0.3s ease;
	}
	.productArea .mds_sub ul.index li.allitems a:hover,
	.productArea .mds_sub ul.index li.allitems a:active {
		background: #D33F5E;
		color: #fff;
	}
	.productArea .mds_sub ul.index li.allitems a::after {
		content: "";
		display: block;
		color: #D33F5E;
		line-height: 1em;
		width: 10px;
		height: 10px;
		margin: auto;
		border-top: 1px solid #D33F5E;
		border-right: 1px solid #D33F5E;
		transform: translateY(-25%) rotate(45deg);
		position: absolute;
		top: 5px;
		bottom: 0px;
		left: auto;
		right: 20px;
		transition: all 0.3s ease;
	}
	.productArea .mds_sub ul.index li.allitems a:hover::after,
	.productArea .mds_sub ul.index li.allitems a:active::after {
		right: 15px;
		color: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	/* 工業用インクのリンク */
	.productArea .mds_sub ul.index li.industrial {
		width: 100%;
		height: auto;
		display: block;
		margin :0px auto;
		padding: 0px;
	}
	.productArea .mds_sub ul.index li.industrial a {
		width: 100%;
		height: auto;
		display: block;
		margin: 40px auto 0px;
		padding: 20px 0px;
		box-sizing: border-box;
		border-top: none;
		border-right: none;
		border: 1px solid #1e22aa;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 1em;
		color: #231815;
		text-decoration: none;
		position: relative;
		transition: all 0.3s ease;
	}
	.productArea .mds_sub ul.index li.industrial a:hover {
		background: #1e22aa;
		color: #fff;
	}
	.productArea .mds_sub ul.index li.industrial a span {
		display: block;
		margin: 20px auto 0px;
		font-size: 14px;
		line-height: 1.5em;
	}
	.productArea .mds_sub ul.index li.industrial a span br {
		display: inline-block;
	}
	.productArea .mds_sub ul.index li.industrial a::after {
		content: "";
		display: block;
		color: #1e22aa;
		line-height: 1em;
		width: 10px;
		height: 10px;
		margin: auto;
		border-top: 1px solid #1e22aa;
		border-right: 1px solid #1e22aa;
		transform: translateY(-25%) rotate(45deg);
		position: absolute;
		top: 5px;
		bottom: 0px;
		left: auto;
		right: 20px;
		transition: all 0.3s ease;
	}
	.productArea .mds_sub ul.index li.industrial a:hover::after {
		right: 15px;
		color: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
/* =================================================
	コーナー
 ================================================= */
#use,
#scene,
#series,
#keyword,
#catalog,
#popular,
#ranking,
#release {
	width: 100%;
	height: auto;
	display:block;
	margin: 0px auto 100px;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#use,
	#scene,
	#series,
	#popular,
	#ranking,
	#release {
		width: 100%;
		height: auto;
		display:block;
		margin: 0px auto 150px;
		padding: 0px;
	}
	#wrapper .contents .flex-box {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0px auto 150px;
		padding: 0px;
	}
	#keyword {
		width: 48%;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	#catalog {
		width: 45%;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
	}
}
/* =================================================
	コーナータイトル
 ================================================= */
h2.indexttl {
	width: 90%;
	height: auto;
	display:block;
	margin: 0px auto 0px;
	padding: 20px 0px;
	border-top: 1px solid #c5cbd3;
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
	color: #231815;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	h2.indexttl {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display:block;
		margin: 0px auto 0px;
		padding: 50px 0px;
		border-top: 1px solid #c5cbd3;
		text-align: left;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.5em;
		color: #231815;
	}
}
/* =================================================
	使い道から探す（カテゴリーアイコンはcmn）
 ================================================= */
#use p.read {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto 30px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
}
#use .pc {
	display: none;
}
#use .sp {
	display: block;
}
#use p.read .cap {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25em;
	color: #D33F5E;
}
#use .lineup {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.lineup .category-box {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 4px;
	padding: 10px;
	text-align: center;
	border-radius: 0px 20px 20px 20px;
	position: relative;
	transition: all 0.3s ease;
}
.lineup .category-box:nth-child(1) {	background: #fff; border:2px solid rgba(238,133,140,0.5);}
.lineup .category-box:nth-child(2) {	background: #fff; border:2px solid rgba(95,144,204,0.5);}
.lineup .category-box:nth-child(3) {	background: #fff; border:2px solid rgba(78,187,170,0.5);}
.lineup .category-box:nth-child(4) {	background: #fff; border:2px solid rgba(241,190,89,0.5);}
.lineup .category-box:nth-child(5) {	background: #fff; border:2px solid rgba(191,192,192,0.5);}
.lineup .category-box:nth-child(6) {	background: #fff; border:2px solid rgba(196,144,190,0.5);}

.lineup .category-box:nth-child(1):hover {	background: rgba(238,133,140,0.2); border:2px solid #fff;}
.lineup .category-box:nth-child(2):hover {	background: rgba(95,144,204,0.25); border:2px solid #fff;}
.lineup .category-box:nth-child(3):hover {	background: rgba(78,187,170,0.2); border:2px solid #fff;}
.lineup .category-box:nth-child(4):hover {	background: rgba(241,190,89,0.2); border:2px solid #fff;}
.lineup .category-box:nth-child(5):hover {	background: rgba(191,192,192,0.2); border:2px solid #fff;}
.lineup .category-box:nth-child(6):hover {	background: rgba(196,144,190,0.2); border:2px solid #fff;}

.lineup .category-box::after {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	margin: auto;
	padding: 0px;
	background-image: url(../_img/cmn/icn_arrow_maru.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: 10px;
}
.lineup .category-box a {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
.lineup .category-box a .left {
	width: 25%;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.lineup .category-box a .right {
	width: 65%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.lineup .category-box a h3 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	color: #231815;
	letter-spacing: -0.0125em;
	text-decoration: none;
}
.lineup .category-box a .description {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.5em;
	color: #666;
	letter-spacing: -0.0125em;
	text-decoration: none;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#use p.read {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: block;
		margin: 0px auto 30px;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
	}
	#use .pc {
		display: block;
	}
	#use .sp {
		display: none;
	}
	#use p.read .cap {
		font-size: 12px;
		font-weight: 400;
		line-height: 2.75em;
		color: #D33F5E;
	}
	#use .lineup {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	.lineup .category-box {
		width: calc(100% / 3.04);
		height: auto;
		display: block;
		margin: 2px 2px 4px 2px;
		padding: 15px 20px 20px 15px;
		text-align: center;
		border-radius: 0px 30px 30px 30px;
		position: relative;
		transition: all 0.3s ease;
	}
	
	.lineup .category-box::after {
		content: "";
		width: 18px;
		height: 18px;
		display: block;
		margin: auto;
		padding: 0px;
		background-image: url(../_img/cmn/icn_arrow_maru.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		border-radius: 12px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		position: absolute;
		top: auto;
		bottom: 15px;
		left: auto;
		right: 15px;
	}
	.lineup .category-box a {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		text-decoration: none;
	}
	.lineup .category-box a .left {
		width: 25%;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
	.lineup .category-box a .right {
		width: 65%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	.lineup .category-box a h3 {
		width: 100%;
		height: auto;
		display: block;
		margin: 15px auto 0px;
		padding: 0px;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5em;
		color: #231815;
		letter-spacing: -0.0125em;
		text-decoration: none;
	}
	.lineup .category-box a .description {
		width: 100%;
		height: auto;
		display: block;
		margin: 20px auto 0px;
		padding: 0px;
		text-align: left;
		font-size: 13px;
		font-weight: 300;
		line-height: 1.75em;
		color: #666;
		letter-spacing: -0.0125em;
		text-decoration: none;
	}
}
/* =================================================
	目的・シーンから探す
 ================================================= */
#scene ul.series-list {
	width: 90%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
#scene ul.series-list li {
	width: calc(100% / 2.05);
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
}
#scene ul.series-list li a {
	text-decoration: none;
}
#scene ul.series-list li a .dt {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	color: #231815;
	border: 1px solid #ced4db;
	border-radius: 10px 10px 0px 0px;
	background: #fffdfd;
	transition: all 0.3s ease;
}
#scene ul.series-list li a:hover .dt {
	background: #ffe6e5;
}
#scene ul.series-list li a .dd {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto 20px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35em;
	color: #666;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#scene ul.series-list {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0px auto;
		padding: 0px;
		list-style: none;
	}
	#scene ul.series-list li {
		width: 19.5%;
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	#scene ul.series-list li a {
		text-decoration: none;
	}
	#scene ul.series-list li a .dt {
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5em;
		color: #231815;
		border: 1px solid #ced4db;
		border-radius: 20px 20px 0px 0px;
		background: #fffdfd;
		transition: all 0.3s ease;
	}
	#scene ul.series-list li a:hover .dt {
		background: #ffe6e5;
	}
	#scene ul.series-list li a .dd {
		width: 100%;
		height: auto;
		display: block;
		margin: 5px auto 30px;
		padding: 0px;
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.5em;
		color: #666;
	}
}
/* =================================================
	シリーズから探す
 ================================================= */
/* ラインナップエリア */
#series .lineup {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0px auto 0px;
	padding: 0px;
}
#series .lineup a {
	flex-grow:1; /* 横幅均等 */
	width: calc(100% / 3);
	text-decoration: none;
	transition: all 0.2s ease;
}
#series .lineup a:hover {
	opacity: 0.75;
}
#series .lineup a figure {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* ラインナップ商品画像（ズーム） */
#series .lineup a figure .img-zoom {
	width: 120px;
	max-width: 120px;
	height: 120px;
	display: block;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}
#series .lineup a figure .img-zoom img {
	width: 100px;
	height: auto;
	transition: transform 0.3s ease;
}
#series .lineup a:hover figure .img-zoom img {
	transform: scale(1.1);
}
/* ラインナップのテキスト */
#series .lineup a figure figcaption {
	width: 100%;
	display:block;
	margin: 5px auto 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	transform-origin: top;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* ラインナップエリア */
	#series .lineup {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0px auto 0px;
		padding: 0px;
	}
	#series .lineup a {
		flex-grow:1; /* 横幅均等 */
		width: calc(100% / 6);
		text-decoration: none;
		transition: all 0.2s ease;
	}
	#series .lineup a figure {
		width: 180px;
		height: 200px;
		display: block;
		margin: 0px auto 40px;
		padding: 0px;
		position: relative;
	}
	/* ラインナップ商品画像（ズーム） */
	#series .lineup a figure .img-zoom {
		width: 140px;
		max-width: 140px;
		height: 140px;
		display: block;
		margin: 0px auto;
		padding: 10px;
		overflow: hidden;
		cursor: pointer;
		border-radius: 10px;
	}
	#series .lineup a figure .img-zoom img {
		width: 120px;
		height: auto;
		transition: transform 0.3s ease;
	}
	#series .lineup a:hover figure .img-zoom img {
		transform: scale(1.1);
	}
	/* ラインナップのテキスト */
	#series .lineup a figure figcaption {
		margin: 10px auto 0px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: #231815;
		transform: none;
	}
}
/* =================================================
	キーワード検索
 ================================================= */
/* 検索フォーム */
.search_container {
	width: 90%;
	height: 50px;
	margin: 0px auto 30px;
	padding: 7px 5px;
	background: #eff1f3;
	border-radius: 30px;
	text-align: left;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.search_container input[type="text"] {
	border: none;
	width: 80%;
	height: 40px;
	margin: 0px 0px 0px 15px;
	vertical-align: top;
	background: #eff1f3;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 400;
	font-style: normal;
	color: #231815;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.submit-button {
	width: 70px;
	height: 50px;
	padding: 5px;
	background-color: #666;
	background-image: url(../_img/cmn/icnset_search.svg);
	background-size: 38px auto;
	background-repeat: no-repeat;
	background-position: left 12px bottom 7px;
	border: none;
	border-radius: 0% 25px 25px 0%;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: 0px;
	transition: all 0.3s ease;
}
.submit-button:hover {
	background-color: #333;
}
.search_container ::-webkit-input-placeholder {
	color: #999;
}
/* 注目キーワード */
#keyword .popular_tags {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 20px 5%;
	background: #f7fbff;
	text-align: left;
}
#keyword .popular_tags h3 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 10px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	color: #666;
}
.popular_tags ul {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	list-style: none;
}
.popular_tags ul li {
	height: auto;
	display: inline-block;
	margin: 0px 7px 7px 0px;
	padding: 0px;
	list-style: none;
}
.popular_tags ul li a {
	height: auto;
	display: block;
	margin: 0px;
	padding: 3px 7px 2px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #666;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}
.popular_tags ul li a:hover {
	color: #fff;
	background: #333;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 検索フォーム */
	.search_container {
		width: 90%;
		height: 50px;
		margin: 0px auto 30px;
		padding: 7px 5px;
		background: #eff1f3;
		border-radius: 30px;
		text-align: left;
		overflow: hidden;
		position: relative;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}
	.search_container input[type="text"] {
		border: none;
		width: 80%;
		height: 40px;
		margin: 0px 0px 0px 15px;
		vertical-align: top;
		background: #eff1f3;
		font-size: 16px;
		line-height: 1.75em;
		font-weight: 400;
		font-style: normal;
		color: #231815;
	}
	.search_container input[type="text"]:focus {
		outline: 0;
	}
	.submit-button {
		width: 70px;
		height: 50px;
		padding: 5px;
		background-color: #666;
		background-image: url(../_img/cmn/icnset_search.svg);
		background-size: 38px auto;
		background-repeat: no-repeat;
		background-position: left 12px bottom 7px;
		border: none;
		border-radius: 0% 25px 25px 0%;
		cursor: pointer;
		text-indent: -9999px;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: auto;
		right: 0px;
		transition: all 0.3s ease;
	}
	.submit-button:hover {
		background-color: #333;
	}
	.search_container ::-webkit-input-placeholder {
		color: #999;
	}
	/* 注目キーワード */
	#keyword .popular_tags {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 20px;
		background: #f7fbff;
		text-align: left;
	}
	#keyword .popular_tags h3 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 10px;
		padding: 0px;
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 400;
		font-style: normal;
		color: #666;
	}
	.popular_tags ul {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		list-style: none;
	}
	.popular_tags ul li {
		height: auto;
		display: inline-block;
		margin: 0px 7px 7px 0px;
		padding: 0px;
		list-style: none;
	}
}
/* =================================================
	WEBカタログを見る
 ================================================= */
#catalog a {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	font-size: 20px;
	line-height: 1.85em;
	font-weight: 700;
	font-style: normal;
	color: #231815;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
#catalog a:hover {
	color: #D33F5E;
}
#catalog a::after {
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	margin: auto;
	padding: 0px;
	background: #f8fcec;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
#catalog a .cover {
	width: 150px;
	height: 212px;
	display: block;
	margin: 0px auto 0px 20px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
#catalog .cover img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	object-fit: cover;
}
#catalog a .cover img {
	transform: scale(1);
	transition: all 0.5s ease;
}
#catalog a:hover .cover img {
	transform: scale(1.07);
}
#catalog a .name {
	width: calc(100% - 190px);
	height: auto;
	display: block;
	margin: 0px 0px 0px auto;
	padding: 0px;
}
#catalog a .name .btn {
	width: 100%;
	height: 20px;
	display: block;
	margin: 50px 0px 40px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.85em;
	font-weight: 400;
	font-style: normal;
	color: #231815;
	position: relative;
}
#catalog a .name .btn::after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	margin: auto;
	padding: 0px;
	background-image: url(../_img/cmn/icn_arrow_maru.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	bottom: -3px;
	left: auto;
	right: 20px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#catalog a {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
		font-size: 20px;
		line-height: 1.85em;
		font-weight: 700;
		font-style: normal;
		color: #231815;
		text-decoration: none;
		position: relative;
		transition: all 0.3s ease;
	}
	#catalog a:hover {
		color: #D33F5E;
	}
	#catalog a::after {
		content: "";
		width: 100%;
		height: 120px;
		display: block;
		margin: auto;
		padding: 0px;
		background: #f8fcec;
		position: absolute;
		top: auto;
		bottom: -40px;
		left: 0px;
		right: 0px;
		z-index: -1;
	}
	#catalog a .cover {
		width: 219px;
		height: 310px;
		display: block;
		margin: 0px auto 0px 40px;
		padding: 0px;
		text-align: center;
		overflow: hidden;
	}
	#catalog .cover img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		object-fit: cover;
	}
	#catalog a .cover img {
		transform: scale(1);
		transition: all 0.5s ease;
	}
	#catalog a:hover .cover img {
		transform: scale(1.07);
	}
	#catalog a .name {
		width: calc(100% - 300px);
		height: auto;
		display: block;
		margin: 0px 0px 0px auto;
		padding: 0px;
	}
	#catalog a .name .btn {
		width: 170px;
		height: 20px;
		display: block;
		margin: 115px 0px 0px;
		padding: 0px;
		font-size: 14px;
		line-height: 1.85em;
		font-weight: 400;
		font-style: normal;
		color: #231815;
		position: relative;
	}
	#catalog a .name .btn::after {
		content: "";
		width: 16px;
		height: 16px;
		display: block;
		margin: auto;
		padding: 0px;
		background-image: url(../_img/cmn/icn_arrow_maru.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		border-radius: 12px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0px;
		bottom: -3px;
		left: auto;
		right: 20px;
	}
}
/* =================================================
	よく見られている製品（６件）
 ================================================= */
#popular .lineup {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 30px auto 0px;
	padding: 0px 20px;
	overflow-x: scroll;	/* 横スクロール */
	touch-action: auto !important;	/* 縦スクロールできなくなる */
	position: relative;
}
#popular .lineup .lineup-box {
	width: 240px;
	margin: 0px 10px;
	flex-grow:1; /* 横幅均等 */
}
#popular .lineup a {
	width: 100%;
	text-decoration: none;
	transition: all 0.2s ease;
}
#popular .lineup a:hover {
	opacity: 0.75;
}
#popular .lineup a figure {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* ラインナップ商品画像（ズーム） */
#popular .lineup a figure .img-zoom {
	width: 130px;
	max-width: 130px;
	height: 130px;
	display: block;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}
#popular .lineup a figure .img-zoom img {
	width: 110px;
	height: auto;
	transition: transform 0.3s ease;
}
#popular .lineup a:hover figure .img-zoom img {
	transform: scale(1.1);
}
/* ラインナップのテキスト */
#popular .lineup a figure figcaption {
	width: 100%;
	display:block;
	margin: 5px auto 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
	vertical-align: top;
	transform-origin: top;	/* 上揃え */
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* ラインナップエリア */
	#popular .lineup {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: grid;	/* 全体中央寄せのリストは左寄せ */
		grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
		gap: 2em;
		justify-content: space-between;
		margin: 0px auto;
		padding: 0px;
		overflow-x: hidden;
	}
	#popular .lineup .lineup-box {
		width: calc(100% / 6);
		margin: 0px;
		flex-grow:1; /* 横幅均等 */
	}
	#popular .lineup a {
		width: 100%;
		text-decoration: none;
		transition: all 0.2s ease;
	}
	#popular .lineup a figure {
		width: 150px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		position: relative;
	}
	/* ラインナップ商品画像（ズーム） */
	#popular .lineup a figure .img-zoom {
		width: 150px;
		max-width: 150px;
		height: 150px;
		display: block;
		margin: 0px auto;
		padding: 10px;
		overflow: hidden;
		cursor: pointer;
	}
	#popular .lineup a figure .img-zoom img {
		width: 130px;
		height: auto;
		transition: transform 0.3s ease;
	}
	/* ラインナップのテキスト */
	#popular .lineup a figure figcaption {
		margin: 10px auto 0px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5em;
		color: #231815;
		transform: none;
	}
}
/* =================================================
	オンラインショップで人気エリア（5件）
 ================================================= */
/* ラインナップエリア */
#ranking .lineup {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* オンラインショップ用swiper */
.osswiper-container {
	display: none; /* ← 初期状態で隠しておく */
}
.osswiper {
	width: 95vw;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.osswiper .swiper-slide {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 10px auto 0px;
	padding: 0px;
	position: relative;
}
/* ランキングアイコン */
.osswiper .swiper-slide.rank1::after {
	content: "";
	background-image: url(../_img/product/rankingicn_no1.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: -13px;
	bottom: auto;
	left: 13px;
	right: auto;
	animation: purun 2s linear 0s infinite;
}
@keyframes purun {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	3%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	8%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	13%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	20%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	26% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.osswiper .swiper-slide.rank2::after {
	content: "";
	background-image: url(../_img/product/rankingicn_no2.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: -6px;
	bottom: auto;
	left: 12px;
	right: auto;
	animation: purun 2s linear 0.15s infinite;
}
.osswiper .swiper-slide.rank3::after {
	content: "";
	background-image: url(../_img/product/rankingicn_no3.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: -6px;
	bottom: auto;
	left: 12px;
	right: auto;
	animation: purun 2s linear 0.3s infinite;
}
.osswiper .swiper-slide.rank4::after {
	content: "";
	background-image: url(../_img/product/rankingicn_no4.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: -6px;
	bottom: auto;
	left: 8px;
	right: auto;
	animation: purun 2s linear 0.45s infinite;
}
.osswiper .swiper-slide.rank5::after {
	content: "";
	background-image: url(../_img/product/rankingicn_no5.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	display:block;
	margin: auto;
	padding: 0px;
	position: absolute;
	top: -6px;
	bottom: auto;
	left: 8px;
	right: auto;
	animation: purun 2s linear 0.6s infinite;
}
.osswiper .swiper-slide a {
	width: 100%;
	height: 100%;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}
.osswiper .swiper-slide a:hover {
	opacity: 0.75;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#ranking .sp {
		display: none;
	}
	/* ラインナップエリア */
	#ranking .lineup {
		width: 100%;
		max-width: 1000px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin: 0px auto;
		padding: 0px;
		position: relative;
	}
	/* オンラインショップ用swiper */
	.osswiper-container {
		display: none; /* ← 初期状態で隠しておく */
	}
	#ranking .swiper {
		overflow: visible!important;
	}
	.osswiper {
		width: 100%;
		max-width: 1100px;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		overflow: auto!important;
	}
	.osswiper .swiper-slide {
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.osswiper .swiper-slide a {
		height: 100%;
		padding: 10px;
		text-decoration: none;
		transition: all 0.2s ease;
	}
	.osswiper .swiper-slide a:hover {
		opacity: 0.75;
	}
}
.osswiper a figure {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 10px 50px;
	background: #fff;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
}
/* ラインナップ商品画像（ズーム） */
#ranking .lineup a figure .img-zoom {
	width: 150px;
	max-width: 150px;
	height: 150px;
	margin: 0px auto;
	overflow: hidden;
	cursor: pointer;
}
#ranking .lineup a figure .img-zoom img {
	width: 150px;
	height: auto;
	transition: transform 0.6s ease;
}
#ranking .lineup a:hover figure .img-zoom img {
	transform: scale(1.1);
}
/* ラインナップのテキスト */
#ranking .lineup a figure figcaption {
	width: 100%;
	display:block;
	margin: 5px auto 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	color: #231815;
}
#ranking .lineup a figure figcaption .price {
	width: 100%;
	display:block;
	margin: 10px auto;
	padding: 0px;
}
/* 購入するボタン */
.cartbtn {
	width: 150px;
	height: 30px;
	display:block;
	margin: auto;
	padding: 0px 0px 0px 15px;
	background: #4D190A;
	border-radius: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.45em;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0px;
	right: 0px;
}
.cartbtn::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: 30px;
	right: auto;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.osswiper a figure {
		width: 100%;
		height: 100%;
		display: block;
		margin: 0px auto;
		padding: 10px 22px 50px;
		background: #fff;
		-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
		position: relative;
	}
	/* ラインナップ商品画像（ズーム） */
	#ranking .lineup a figure .img-zoom {
		width: 160px;
		max-width: 160px;
		height: 160px;
		overflow: hidden;
		cursor: pointer;
	}
	#ranking .lineup a figure .img-zoom img {
		width: 160px;
		height: auto;
		transition: transform 0.6s ease;
	}
	#ranking .lineup a:hover figure .img-zoom img {
		transform: scale(1.1);
	}
	/* ラインナップのテキスト */
	#ranking .lineup a figure figcaption {
		width: 160px;
		display:block;
		margin: 5px auto 0px;
		padding: 0px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.65em;
		color: #231815;
	}
	#ranking .lineup a figure figcaption .price {
		width: 160px;
		display:block;
		margin: 10px auto;
		padding: 0px;
	}
	/* 購入するボタン */
	.cartbtn {
		width: 160px;
		height: 30px;
		display:block;
		margin: auto;
		padding: 0px 0px 0px 15px;
		background: #4D190A;
		border-radius: 10px;
		text-align: center;
		font-size: 13px;
		font-weight: 500;
		line-height: 2.45em;
		color: #fff;
		text-decoration: none;
		position: absolute;
		top: auto;
		bottom: 20px;
		left: 0px;
		right: 0px;
	}
	.cartbtn::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: 30px;
		right: auto;
	}
}
/* =================================================
	新着情報エリア（記事４つ）
 ================================================= */
.releaseArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px 0px 40px;
	background-color: #fff;
	background-image: url(../_img/product/bg_product_release.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 700% auto;
	position: relative;
}
.releaseArea::before {
	content: "";
	width: 100%;
	height: 300px;
	display: block;
	margin: auto;
	padding: 0px;
	background: linear-gradient(180deg, #fff 0%, #fff 20%, #b1ede8 80%, #b1ede8 100%);
	position: absolute;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.releaseArea {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 0px 0px 40px;
		background-color: #fff;
		background-image: url(../_img/product/bg_product_release.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 300% auto;
	}
	.releaseArea::before {
		content: "";
		width: 100%;
		height: 300px;
		display: block;
		margin: auto;
		padding: 0px;
		background: linear-gradient(180deg, #fff 0%, #fff 20%, #b1ede8 60%, #b1ede8 80%, rgba(255,255,255,0) 100%);
		position: absolute;
		top: 0px;
		bottom: auto;
		left: 0px;
		right: 0px;
		z-index: 0;
	}
}
/* 背景 */
.releaseArea.anim.run {
	animation-name: yurayuraIN, yurayura;	/* １・２回目 */
	animation-duration: 4s, 20s;		/* 各時間 */
	animation-iteration-count: 1, infinite;	/* １回・繰り返し */
	animation-fill-mode: forwards, forwards;	/* 終了時そのまま */
	animation-delay: 0s, 4s;	/* １回目終わってから２回目 */
}
@keyframes yurayuraIN {
	0%{
	background-size: 700% auto;
	}
	100%{
	background-size: 500% auto;
	}
}
@keyframes yurayura {
	0%{
	background-size: 500% auto;
	background-position: center bottom;
	}
	20%{
	background-size: 510% auto;
	}
	33%{
	background-size: 515% auto;
	background-position: left bottom;
	}
	42%{
	background-size: 520% auto;
	}
	56%{
	background-size: 525% auto;
	background-position: center bottom;
	}
	70%{
	background-size: 515% auto;
	background-position: right bottom;
	}
	84%{
	background-size: 510% auto;
	background-position: center bottom;
	}
	100%{
	background-size: 500% auto;
	background-position: center bottom;
	}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 背景 */
	.releaseArea.anim.run {
		animation-name: yurayuraIN, yurayura;	/* １・２回目 */
		animation-duration: 4s, 20s;		/* 各時間 */
		animation-iteration-count: 1, infinite;	/* １回・繰り返し */
		animation-fill-mode: forwards, forwards;	/* 終了時そのまま */
		animation-delay: 0s, 4s;	/* １回目終わってから２回目 */
	}
	@keyframes yurayuraIN {
		0%{
		background-size: 300% auto;
		}
		100%{
		background-size: 120% auto;
		}
	}
	@keyframes yurayura {
		0%{
		background-size: 120% auto;
		background-position: center bottom;
		}
		20%{
		background-size: 140% auto;
		}
		33%{
		background-size: 110% auto;
		background-position: left bottom;
		}
		42%{
		background-size: 140% auto;
		}
		56%{
		background-size: 125% auto;
		background-position: center bottom;
		}
		70%{
		background-size: 145% auto;
		}
		84%{
		background-size: 110% auto;
		background-position: right bottom;
		}
		100%{
		background-size: 120% auto;
		background-position: center bottom;
		}
	}
}
/* もっと読むボタン配置（基本はcmn内） */
.releaseArea .morebtn {
	width: 110px;
	height: 30px;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* もっと読むボタン配置（基本はcmn内） */
	.releaseArea .morebtn {
		width: 110px;
		height: 30px;
		display: block;
		margin: 30px auto 0px;
		padding: 0px;
	}
}
/* リリース新着4件 */
.releaseArea .postlist_thumb.anim {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 20px auto 30px;
	padding: 0px 20px;
	overflow-x: scroll;	/* 横スクロール */
	touch-action: auto !important;	/* 縦スクロールできなくなる */
	position: relative;
}
/* スワイプアイコン */
.releaseArea .postlist_thumb.anim::after {
	content: "";
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 12px;
	background-image: url(../_img/cmn/icn_swipe.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130px auto;
	opacity: 0;
}
.releaseArea .postlist_thumb.anim.run::after {
	animation: swipe 2s 1s forwards;
}
@keyframes swipe {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.releaseArea .postlist_thumb article {
	width: 200px;
	height: auto;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.releaseArea .postlist_thumb article a {
	width: 200px;
	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;
}
/* リリース画像（ズーム） */
.releaseArea .postlist_thumb article a .thumb {
	width: 200px;
	max-width: 200px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
.releaseArea .postlist_thumb article a .thumb img {
	width: 100% !important;
	height: 100% !important;  /* 親の高さに合わせる */
	max-width: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.4s ease;
}
.releaseArea .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件 */
	.releaseArea .postlist_thumb.anim {
		width: 100%;
		max-width: 1100px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin: 0px auto;
		padding: 0px;
		overflow-x: hidden;	/* 横スクロール */
		touch-action: inherit;	/* 縦スクロールできなくなる */
		position: relative;
		gap: 30px;
	}
	/* スワイプアイコン */
	.releaseArea .postlist_thumb.anim::after {
		display: none;
	}
	.releaseArea .postlist_thumb.anim.run::after {
		display: none;
	}
	.releaseArea .postlist_thumb article {
		width: calc(100% / 4);
		height: auto;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.releaseArea .postlist_thumb article a {
		width: 100%;
		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;
	}
	/* リリース画像（ズーム） */
	.releaseArea .postlist_thumb article a .thumb {
		width: 100%;
		max-width: 300px;
		height: 150px;
		overflow: hidden;
		cursor: pointer;
	}
	.releaseArea .postlist_thumb article a .thumb img {
		transition: transform 0.4s ease;
	}
	.releaseArea .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;
	}
}