@charset "UTF-8";

/*
==============================================================
	Cecile feature layout CSS
	Version: 23th Jan. 2020
============================================================ */

/* ========================================
	reset
======================================== */
#wrap {
	width: 100%;
}

#breadclumb {
	width: 1240px;
	margin: 12px auto 28px;
}

@media screen and (max-width: 1280px) {
	#breadclumb {
		width: 990px;
	}
}

.genrenavi {
	margin-top: 0;
}

.note {
	margin-bottom: 60px;
}

/* ========================================
	追加ソース01 keyv
======================================== */
.keyv img {
	width: 100%;
	height: auto;
}

.keyv .lead {
	width: 100%;
	padding: 28px 0;
	font-size: 16px;
	text-align: center;
}

/* ========================================
	contswrap
======================================== */
#contswrap {
	margin: 28px auto 130px;
	width: 1240px;
}

@media screen and (max-width: 1280px) {
	#contswrap {
		width: 990px;
	}
}

/* ========================================
	追加ソース02 contentsbnr
======================================== */
.contentsbnr {
	margin: 0 auto 45px;
}

/* ========================================
	追加ソース02 categories
======================================== */
.categories {
	margin: 0 auto 60px;
}

/* ========================================
	selectarea
======================================== */
.selectarea {
	margin: 0;
}

/* ========================================
	追加ソース03 section
======================================== */
section {
	margin: 0 auto 60px;
}

section .tit {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: solid 2px #eeeeee;
	font-size: 143%;
}

#main section:last-child {
	margin-bottom: 0;
}

/* ========================================
	追加ソース03 special
======================================== */
.special .list {
	margin: 0;
}

.special .list:last-child {
	margin-bottom: -30px;
}

.special .list-item {
	margin: 0 0 30px 20px;
}

.special .list-item:nth-child(3n+1) {
	margin: 0 0 30px 20px;
}

.special .list-item:nth-child(4n+1) {
	margin: 0 0 30px 0;
	clear: both;
}

.special .list-item span {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
}

@media screen and (max-width: 1280px) {
	.special .list-item:nth-child(4n+1) {
		margin: 0 0 30px 20px;
		clear: none;
	}

	.special .list-item:nth-child(3n+1) {
		margin: 0 0 30px 0;
		clear: both;
	}
}

/* rectangle */
.special .rectangle .list-item {
	margin: 0 0 30px 0;
}

.special .rectangle .list-item:last-child {
	margin: 0 0 30px 0;
}

/* rectangle-half */
.special .rectangle-half .list-item {
	width: 480px;
	margin: 0 0 30px 20px;
}

.special .rectangle-half .list-item:nth-child(2n+1) {
	margin: 0 0 30px 0;
	clear: both;
}

.special ul.rectangle-half .list-item img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1280px) {
	.special .rectangle-half .list-item {
		width: 355px;
	}

	.special .rectangle-half .list-item:nth-child(3n+1) {
		clear: none;
	}
}
.itemlist+.special {
	margin-top: 60px;
}
/* ========================================
	追加ソース03 relatedcategory
======================================== */
.relatedcategory .list {
	margin: 0 0 -10px;
}

.relatedcategory .list::after {
	display: block;
	clear: both;
	content: "";
}

.relatedcategory .list-item {
	float: left;
	width: 230px;
	margin: 0 0 10px 20px;
}

.relatedcategory .list-item:nth-child(4n+1) {
	margin: 0 0 10px;
	clear: both;
}

@media screen and (max-width: 1280px) {
	.relatedcategory .list-item {
		width: 175px;
		margin: 0 0 10px 10px;
	}
}

.relatedcategory .list-item a {
	display: table;
	width: 230px;
	border: solid 1px #f0eeeb;
	border-radius: 3px;
	font-size: 86%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1280px) {
	.relatedcategory .list-item a {
		width: 175px;
	}
}

.relatedcategory .list-item a:hover {
	border: solid 1px #9c154f;
	background: #9c154f;
	color: #ffffff;
}

.relatedcategory .list-item a span {
	display: table-cell;
	padding: 10px 5px;
	vertical-align: middle;
}

.relatedcategory .list-item a.select {
	border: solid 1px #9c154f;
	background: #9c154f;
	color: #ffffff;
}

/* ========================================
	追加ソース03 relatedcategory2
======================================== */
.relatedcategory2 {
	width: 100%;
}

.relatedcategory2 .tit {
	margin-left: auto;
	margin-right: auto;
	width: 1240px;
}

.relatedcategory2 .list {
	margin: 0 auto -10px;
	width: 1240px;
}

#contswrap .relatedcategory2 .list {
	margin: 0 auto -10px;
	width: 980px;
}

#contswrap.normal .relatedcategory2 .list {
	margin: 0 auto -10px;
	width: 1240px;
}

@media screen and (max-width: 1280px) {
	.relatedcategory2 .tit {
		margin-left: auto;
		margin-right: auto;
		width: 990px;
	}

	.relatedcategory2 .list {
		width: 980px;
	}

	#contswrap .relatedcategory2 .list {
		width: 730px;
	}

	#contswrap.normal .relatedcategory2 .list {
		width: 990px;
	}
}

.relatedcategory2 .list::after {
	display: block;
	clear: both;
	content: "";
}

.relatedcategory2 .list-item {
	float: left;
	width: 230px;
	margin: 0 0 10px 22px;
}

#contswrap .relatedcategory2 .list-item {
	float: left;
	width: 230px;
	margin: 0 0 10px 20px;
}

#contswrap.normal .relatedcategory2 .list-item {
	float: left;
	width: 230px;
	margin: 0 0 10px 22px;
}

.relatedcategory2 .list-item:nth-child(4n+1) {
	clear: none;
}

.relatedcategory2 .list-item:nth-child(5n+1) {
	margin: 0 0 10px;
	clear: both;
}

#contswrap .relatedcategory2 .list-item:nth-child(4n+1) {
	margin: 0 0 10px;
	clear: both;
}

#contswrap .relatedcategory2 .list-item:nth-child(5n+1) {
	clear: none;
}

#contswrap.normal .relatedcategory2 .list-item:nth-child(4n+1) {
	clear: none;
	margin: 0 0 10px 22px;
}

#contswrap.normal .relatedcategory2 .list-item:nth-child(5n+1) {
	margin: 0 0 10px;
	clear: both;
}

@media screen and (max-width: 1280px) {
	.relatedcategory2 .list-item {
		width: 230px;
		margin: 0 0 10px 20px;
	}

	#contswrap .relatedcategory2 .list-item {
		width: 175px;
		margin: 0 0 10px 10px;
	}

	#contswrap.normal .relatedcategory2 .list-item {
		width: 232px;
		margin: 0 0 10px 20px;
	}

	.relatedcategory2 .list-item a {
		width: 232px;
	}

	#contswrap .relatedcategory2 .list-item a {
		width: 175px;
	}

	#contswrap.normal .relatedcategory2 .list-item a {
		width: 232px;
	}

	.relatedcategory2 .list-item:nth-child(4n+1) {
		margin: 0 0 10px;
		clear: both;
	}

	#contswrap.normal .relatedcategory2 .list-item:nth-child(4n+1) {
		margin: 0 0 10px;
		clear: both;
	}

	.relatedcategory2 .list-item:nth-child(5n+1):not(:first-child) {
		margin: 0 0 10px 20px;
		clear: none;
	}

	#contswrap.normal .relatedcategory2 .list-item:nth-child(5n+1):not(:first-child) {
		margin: 0 0 10px 20px;
		clear: none;
	}
}

.relatedcategory2 .list-item a {
	position: relative;
	display: table;
	width: 230px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	font-size: 86%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.relatedcategory2 .list-item a::after {
	position: absolute;
	content: "";
	top: 40%;
	right: 10px;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 1px #595959;
	border-right: solid 1px #595959;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.relatedcategory2 .list-item a:hover {
	text-decoration: underline;
}

.relatedcategory2 .list-item a span {
	display: table-cell;
	padding: 10px 5px;
	vertical-align: middle;
}

.relatedcategory2 .list-item a.select {
	text-decoration: underline;
}

/* ========================================
	追加ソース03 relatedword
======================================== */
.relatedword {
	margin: 0 auto 60px;
	font-size: 100%;
}

.relatedword .list {
	margin: 0 0 -10px;
}

.relatedword .list-item {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.relatedword .list-item a {
	display: inline-block;
	padding: 4px 15px;
	border: solid 1px #dddddd;
	border-radius: 50px;
	background: #ffffff;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}

.relatedword .list-item a:hover {
	background: #f7f6f4;
	text-decoration: underline;
}

/* ========================================
	追加ソース04 btnbox
======================================== */
.btnbox {
	width: 100%;
	margin-bottom: 60px;
}

.btn {
	width: 500px;
	margin: 0 auto;
}

.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	color: #ffffff;
	padding: 20px;
	border-radius: 40px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

.btn a:hover {
	text-decoration: underline;
}
.itemlist +.btnbox {
	margin-top: 60px;
}
/* ========================================
	normal(絞り込み機能なし)
======================================== */
#contswrap.normal {
	width: 100%;
}

/* ========================================
	h1
======================================== */
#contswrap.normal h1 {
	border-bottom: none;
	text-align: center;
	font-size: 36px;
}

/* ========================================
	main
======================================== */
#contswrap.normal #main {
	width: 100%;
}

/* ========================================
	追加ソース02 contentsbnr
======================================== */
#contswrap.normal .contentsbnr {
	width: 1240px;
	margin: 0 auto 45px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .contentsbnr {
		width: 990px;
	}
}

/* ========================================
	追加ソース03 relatedcategory
======================================== */
#contswrap.normal .relatedcategory .tit {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#contswrap.normal .relatedcategory .list {
	width: 1240px;
	margin: 0 auto;
}

#contswrap.normal .relatedcategory .list-item {
	margin: 0 0 10px 22px;
}

#contswrap.normal .relatedcategory .list-item:nth-child(4n+1) {
	clear: none;
}

#contswrap.normal .relatedcategory .list-item:nth-child(5n+1) {
	margin: 0 0 10px;
	clear: both;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .relatedcategory .tit {
		width: 990px;
		margin-left: auto;
		margin-right: auto;
	}

	#contswrap.normal .relatedcategory .list {
		width: 990px;
		margin: 0 auto;
	}

	#contswrap.normal .relatedcategory .list-item {
		width: 232px;
		margin: 0 0 10px 20px;
	}

	#contswrap.normal .relatedcategory .list-item a {
		width: 232px;
	}

	#contswrap.normal .relatedcategory .list-item:nth-child(4n+1) {
		margin: 0 0 10px;
		clear: both;
	}

	#contswrap.normal .relatedcategory .list-item:nth-child(5n+1):not(:first-child) {
		margin: 0 0 10px 20px;
		clear: none;
	}
}

/* ========================================
	追加ソース03 categories
======================================== */
#contswrap.normal .categories {
	width: 1240px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .categories {
		width: 990px;
	}
}

/* ========================================
	追加ソース03 special
======================================== */
#contswrap.normal .special {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#contswrap.normal .special .list-item:nth-child(4n+1) {
	margin: 0 0 30px 20px;
	clear: none;
}

#contswrap.normal .special .list-item:nth-child(5n+1) {
	margin: 0 0 30px;
	clear: both;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .special {
		width: 990px;
	}

	#contswrap.normal .special .list-item {
		width: 230px;
		margin: 0 0 10px 23px;
	}

	#contswrap.normal .special .list-item a {
		width: 230px;
	}

	#contswrap.normal .special .list-item:nth-child(3n+1) {
		margin: 0 0 30px 23px;
		clear: none;
	}

	#contswrap.normal .special .list-item:nth-child(4n+1) {
		margin: 0 0 10px;
		clear: both;
	}

	#contswrap.normal .special .list-item:nth-child(5n+1):not(:first-child) {
		margin: 0 0 10px 23px;
		clear: none;
	}
}

#contswrap.normal .special .rectangle .list-item {
	width: 100%;
	margin: 0 0 30px 0;
}

#contswrap.normal .special .rectangle-half {
	margin-left: -20px;
}

#contswrap.normal .special .rectangle-half .list-item {
	width: calc(50% - 20px);
	margin: 0 0 30px 20px;
}

/* ========================================
	itemlist
======================================== */
#contswrap.normal .itemlist {
	width: 1240px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .itemlist {
		width: 990px;
		margin: 0 auto 60px;
	}
}

#contswrap.normal .item-list {
	margin: -35px 0 0 -35px;
	display: flex;
	flex-wrap: wrap;
}

#contswrap.normal .item-list .itemlist-item {
	width: calc(25% - 35px);
	margin-top: 35px;
	margin-left: 35px;
	border-radius: 5px;
	border: solid 1px #eeeeee;
	background: #ffffff;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .item-list .item-list {
		margin: -35px 0 0 -20px;
	}

	#contswrap.normal .itemlist-item {
		width: calc(25% - 20px);
		margin-left: 20px;
	}
}

#contswrap.normal .item-list .itemlist-item a {
	display: block;
	text-decoration: none;
}

#contswrap.normal .item-list .itemlist-item a:hover {
	text-decoration: underline;
}

#contswrap.normal .item-list .itemlist-item a:hover img {
	transform: scale(1.04);
	transition: transform 0.3s ease;
}

#contswrap.normal .item-list .itemlist-item dt {
	position: relative;
	border-radius: 5px 5px 0 0;
	width: 100%;
	overflow: hidden;
}

#contswrap.normal .item-list .itemlist-item dt img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#contswrap.normal .item-list .cms_clip {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

#contswrap.normal .item-list div[class^="cms_ico_mark"] {
	position: absolute;
	z-index: 2;
	font-size: 12px;
}

#contswrap.normal .item-list .cms_ico_marknew {
	background: #a4c93f;
	color: #ffffff;
	left: -1px;
	top: 10px;
	padding: 0 1em;
}

#contswrap.normal .item-list .cms_ico_marksale {
	background: #cc0000;
	color: #ffffff;
	left: -1px;
	bottom: 10px;
	padding: 0 1em;
}

#contswrap.normal .item-list .cms_soldout {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
}

#contswrap.normal .item-list .cms_soldout span {
	color: #ffffff;
	border: solid 1px #ffffff;
	font-weight: normal;
	padding: 3px 0 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 30px;
}

#contswrap.normal .item-list .itemlist-item dd {
	padding: 20px;
}

#contswrap.normal .item-list .cms_datatitle p {
	font-weight: bold;
	font-size: 16px;
}

#contswrap.normal .item-list .cms_dataexp p {
	padding-top: 5px;
	font-size: 14px;
}

#contswrap.normal .item-list .cms_dataspec p {
	padding-top: 15px;
	font-size: 14px;
}

#contswrap.normal .item-list .cms_dataprice {
	padding-top: 5px;
}

#contswrap.normal .item-list .cms_dataprice.sale p {
	color: #cc0000;
}

#contswrap.normal .item-list .cms_dataprice.sale p+p {
	color: #333333;
	font-size: 11px;
	text-decoration: line-through;
}

#contswrap.normal .item-list .itemlist-item a:hover .cms_dataprice.sale p:first-child {
	text-decoration: underline;
}

#contswrap.normal .item-list div.cms_ico_marklow {
	position: relative;
	padding-top: 15px;
}

#contswrap.normal .item-list .cms_ico_marklow>div {
	background: #333333;
	color: #ffffff;
	display: inline-block;
	margin: 3% 2% 0 0;
	padding: 2px 4px;
}

#contswrap.normal .item-list .cms_datavoice p {
	padding-top: 15px;
	line-height: 1;
}

#contswrap.normal .item-list .cms_datavoice p img {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 65px;
	height: 13px;
	vertical-align: baseline;
}

/* ========================================
	追加ソース03 note
======================================== */
#contswrap.normal .note {
	width: 1240px;
	margin: 60px auto;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .note {
		width: 990px;
	}
}

/* ========================================
	追加ソース03 relatedword
======================================== */
#contswrap.normal .relatedword {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .relatedword {
		width: 990px;
	}
}

/* ========================================
	追加ソース03 column
======================================== */
#contswrap.normal .column {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .column {
		width: 990px;
	}
}

/* ========================================
	親ページ
	（絞り込み機能なしを使用/#contswrap.normal）
======================================== */
/* ========================================
	ページ内アンカー
======================================== */
.pagenav {
	width: 1240px;
	margin: 30px auto;
}

@media screen and (max-width: 1280px) {
	.pagenav {
		width: 990px;
	}
}

.pagenav-list {
	display: flex;
	flex-wrap: wrap;
	margin: -35px 0 0;
}

.pagenav-list-item {
	position: relative;
	margin: 35px 0 0;
}

.pagenav-list-item a {
	text-decoration: none;
}

.pagenav-list-item .cms_datatitle {
	text-align: center;
}

.pagenav-list-item .cms_datatitle p {
	padding: 0 20px;
	font-weight: bold;
	font-size: 16px;
}

.pagenav-list-item .anchormark {
	height: 20px;
}

.pagenav-list-item .anchormark::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #0044cc transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 2px;
	margin-left: -7.5px;
}

.pagenav-list-item .anchormark::after {
	content: "";
	width: 48px;
	border-bottom: 1px solid #0044cc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}

/* ========================================
	ページ内アンカー（1カラム）
======================================== */
.pagenav-list.column-1 .pagenav-list-item {
	width: 100%;
}

/* ========================================
	ページ内アンカー（2カラム）
======================================== */
.pagenav-list.column-2 .pagenav-list-item {
	width: 50%;
}

.pagenav-list.column-2 .pagenav-list-item:not(:last-child) {
	border-right: solid 1px #cccccc;
}

/* ========================================
	ページ内アンカー（3カラム）
======================================== */
.pagenav-list.column-3 .pagenav-list-item {
	width: calc(100% / 3);
}

.pagenav-list.column-3 .pagenav-list-item:not(:nth-child(3n)):not(:last-child) {
	border-right: solid 1px #cccccc;
}

/* ========================================
	ページ内アンカー（4カラム）
======================================== */
.pagenav-list.column-4 .pagenav-list-item {
	width: 25%;
}

.pagenav-list.column-4 .pagenav-list-item:not(:nth-child(4n)):not(:last-child) {
	border-right: solid 1px #cccccc;
}

/* ========================================
	商品エリア共通
======================================== */
.subpage {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	background: #ffffff;
}

.subpage .keyv {
	margin-top: -60px;
	margin-bottom: 60px;
}

.subpage .btnbox {
	margin-bottom: 0;
}

.subpage-white {
	background-color: #ffffff;
}

.subpage-gray {
	background-color: #f9f9f9;
}

.subpage .itemarea:first-of-type {
	margin-top: -35px;
}

.subpage .itemarea+.keyv {
	margin-top: 60px;
}

.subpage .itemarea+.btnbox {
	margin-top: 60px;
}

.subpage .itemarea+.itemarea {
	margin-top: 60px;
}

.subpage .itemarea+.itemarea .item-list {
	margin-top: -35px !important;
}

.subpage h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.subpage .subtitle {
	font-size: 16px;
	padding: 8px 0 0;
	text-align: center;
}

.subpage .itemlist {
	margin-bottom: 0;
}

section+.itemarea {
	margin-bottom: 60px !important;
}

.titlearea2+.itemarea {
	margin-bottom: 60px !important;
}

.note+.itemarea {
	margin-bottom: 60px !important;
}

.note+.itemarea .item-list {
	margin-top: -35px;
}

section+.itemarea .item-list {
	margin-top: -35px !important;
}

/* ========================================
	商品エリア用商品リスト
	（コピーあり/コピーなし/絞り込み機能なしを使用）
======================================== */
#contswrap.normal .itemarea .item-list {
	margin-top: 0;
}

/* ========================================
	商品エリア用商品リスト
	（2カラム商品リスト/サムネ横並び）
======================================== */
#contswrap.normal .item-list2 {
	margin: 0 0 0 -35px;
	display: flex;
	flex-wrap: wrap;
}

#contswrap.normal .item-list2 .itemlist-item {
	width: 50%;
	margin-top: 35px;
	padding-left: 35px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .item-list2 .itemlist-item {
		margin-left: 0;
	}
}

#contswrap.normal .item-list2 .itemlist-item a {
	display: block;
	text-decoration: none;
}

#contswrap.normal .item-list2 .itemlist-item a:hover {
	text-decoration: underline;
}

#contswrap.normal .item-list2 .itemlist-item a:hover img {
	transform: scale(1.04);
	transition: transform 0.3s ease;
}

#contswrap.normal .item-list2 .itemlist-item dl::after {
	clear: both;
	content: "";
	display: block;
}

#contswrap.normal .item-list2 .itemlist-item dt {
	margin: 0 15px 0 0;
	position: relative;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	width: 48%;
}

#contswrap.normal .item-list2 .itemlist-item dt img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#contswrap.normal .item-list2 .cms_clip {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

#contswrap.normal .item-list2 div[class^="cms_ico_mark"] {
	position: absolute;
	z-index: 2;
	font-size: 12px;
}

#contswrap.normal .item-list2 .cms_ico_marknew {
	background: #a4c93f;
	color: #ffffff;
	left: -1px;
	top: 10px;
	padding: 0 1em;
}

#contswrap.normal .item-list2 .cms_ico_marksale {
	background: #cc0000;
	color: #ffffff;
	left: -1px;
	bottom: 10px;
	padding: 0 1em;
}

#contswrap.normal .item-list2 .cms_soldout {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
}

#contswrap.normal .item-list2 .cms_soldout span {
	color: #ffffff;
	border: solid 1px #ffffff;
	font-weight: normal;
	padding: 3px 0 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 30px;
}

#contswrap.normal .item-list2 .itemlist-item dd {
	width: 48%;
	float: left;
}

#contswrap.normal .item-list2 .cms_datatitle p {
	font-weight: bold;
	font-size: 16px;
}

#contswrap.normal .item-list2 .cms_dataexp p {
	padding-top: 10px;
	font-size: 14px;
}

#contswrap.normal .item-list2 .cms_dataspec p {
	padding-top: 15px;
	font-size: 14px;
}

#contswrap.normal .item-list2 .cms_dataprice {
	padding-top: 5px;
}

#contswrap.normal .item-list2 .cms_dataprice.sale p {
	color: #cc0000;
}

#contswrap.normal .item-list2 .cms_dataprice.sale p+p {
	color: #333333;
	font-size: 11px;
	text-decoration: line-through;
}

#contswrap.normal .item-list2 .itemlist-item a:hover .cms_datatitle p,
#contswrap.normal .item-list2 .itemlist-item a:hover .cms_dataprice p {
	text-decoration: underline;
}

#contswrap.normal .item-list2 div.cms_ico_marklow {
	position: relative;
	padding-top: 15px;
}

#contswrap.normal .item-list2 .cms_ico_marklow>div {
	background: #333333;
	color: #ffffff;
	display: inline-block;
	margin: 3% 2% 0 0;
	padding: 2px 4px;
}

#contswrap.normal .item-list2 .cms_datavoice p {
	padding-top: 15px;
	line-height: 1;
}

#contswrap.normal .item-list2 .cms_datavoice p img {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 65px;
	height: 13px;
	vertical-align: baseline;
}

/* ========================================
	商品エリア用商品リスト
	（スライダー）
======================================== */
#contswrap.normal .itemarea.itemarea-slider {
	background: #ffffff;
	border: solid 1px #eeeeee;
	border-radius: 5px;
	padding: 50px 45px;
	/* margin: 0 auto 50px; */
	width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .itemarea.itemarea-slider {
		width: 990px;
	}
}

#contswrap.normal .keyv+.itemarea.itemarea-slider {
	margin: 50px auto;
	width: 1240px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .keyv+.itemarea.itemarea-slider {
		width: 990px;
	}
}

#contswrap.normal .itemarea.itemarea-slider .itemlist {
	margin-bottom: 0;
	width: auto;
}

#contswrap.normal .item-list-slider {
	padding: 0;
	margin: 35px 0 0;
	display: none;
}

#contswrap.normal .item-list-slider.slick-initialized {
	padding: 0;
	margin: 35px 0 0;
	display: block;
}

#contswrap.normal .item-list-slider .list-item {
	width: 210px;
	padding: 0;
	margin: 0 0 0 23px;
	position: relative;
	display: block;
}

#contswrap.normal .item-list-slider .list-item a {
	display: block;
	text-decoration: none;
	outline: 0;
}

#contswrap.normal .item-list-slider .list-item a:hover {
	text-decoration: underline;
}

#contswrap.normal .item-list-slider .list-item a:hover img {
	transform: scale(1.04);
	transition: transform 0.3s ease;
}

#contswrap.normal .item-list-slider .list-item dl {
	margin-top: 3px;
}

#contswrap.normal .item-list-slider .list-item dt {
	width: 97.62%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

#contswrap.normal .item-list-slider .list-item dt img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#contswrap.normal .item-list-slider .list-item .cms_soldout {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
}

#contswrap.normal .item-list-slider .list-item .cms_soldout span {
	color: #ffffff;
	border: solid 1px #ffffff;
	font-weight: normal;
	padding: 3px 0 0;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 30px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .item-list-slider .list-item .cms_soldout span {
		color: #ffffff;
		border: solid 1px #ffffff;
		font-weight: normal;
		font-size: 12px;
		padding: 2px 0 0;
		text-align: center;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100px;
		height: 24px;
	}
}

#contswrap.normal .item-list-slider .list-item .cms_ico_rank {
	position: absolute;
	border-radius: 5px 0 0 0;
	overflow: hidden;
	height: 50px;
	width: 50px;
	left: 1.2%;
	top: 3px;
	z-index: 2;
}

#contswrap.normal .item-list-slider .list-item .cms_ico_rank:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #9d6b1c transparent transparent transparent;
	z-index: 20;
}

#contswrap.normal .item-list-slider .list-item:nth-child(2) .cms_ico_rank:before {
	border-color: #7d888a transparent transparent transparent;
}

#contswrap.normal .item-list-slider .list-item:nth-child(3) .cms_ico_rank:before {
	border-color: #9d3b1c transparent transparent transparent;
}

#contswrap.normal .item-list-slider .list-item:not(:nth-child(-n + 3)) .cms_ico_rank:before {
	border-color: #dce4e6 transparent transparent transparent;
}

#contswrap.normal .item-list-slider .list-item .cms_ico_rank:after {
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 21;
}

#contswrap.normal .item-list-slider .list-item .cms_ico_rank:after {
	color: #fff;
}

#contswrap.normal .item-list-slider .list-item:not(:nth-child(-n + 3)) .cms_ico_rank:after {
	color: #7d888a;
}

#contswrap.normal .item-list-slider .list-item:first-child .cms_ico_rank:after {
	content: "1";
}

#contswrap.normal .item-list-slider .list-item:nth-child(2) .cms_ico_rank:after {
	content: "2";
}

#contswrap.normal .item-list-slider .list-item:nth-child(3) .cms_ico_rank:after {
	content: "3";
}

#contswrap.normal .item-list-slider .list-item:nth-child(4) .cms_ico_rank:after {
	content: "4";
}

#contswrap.normal .item-list-slider .list-item:nth-child(5) .cms_ico_rank:after {
	content: "5";
}

#contswrap.normal .item-list-slider .list-item:nth-child(6) .cms_ico_rank:after {
	content: "6";
}

#contswrap.normal .item-list-slider .list-item:nth-child(7) .cms_ico_rank:after {
	content: "7";
}

#contswrap.normal .item-list-slider .list-item:nth-child(8) .cms_ico_rank:after {
	content: "8";
}

#contswrap.normal .item-list-slider .list-item:nth-child(9) .cms_ico_rank:after {
	content: "9";
}

#contswrap.normal .item-list-slider .list-item:nth-child(10) .cms_ico_rank:after {
	content: "10";
}

#contswrap.normal .item-list-slider .list-item dd {
	position: relative;
}

#contswrap.normal .item-list-slider .list-item dd::after {
	content: "";
	display: block;
	clear: both;
}

#contswrap.normal .item-list-slider .list-item .cms_data_title {
	padding-top: 13px;
	font-size: 12px;
}

#contswrap.normal .item-list-slider .list-item .cms_data_price {
	padding-top: 6px;
	font-size: 14px;
}

#contswrap.normal .item-list-slider .list-item .cms_data_price.sale {
	color: #cc0000;
}

#contswrap.normal .item-list-slider .list-item a:hover .cms_data_price.sale {
	text-decoration: underline;
	color: #cc0000;
}

#contswrap.normal .item-list-slider .list-item .off_rate {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 100;
	padding: 0px 4px;
	background-color: #c21010;
	border-radius: 15px;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	min-width: 120px;
}

#contswrap.normal .item-list-slider .list-item .off_rate span:not(:empty) {
	padding: 1px 0;
}

#contswrap.normal .item-list-slider .list-item .off_rate span:first-child {
	font-size: 70%;
}

#contswrap.normal .item-list-slider .list-item .off_rate span:first-child:not(:empty) {
	margin-right: 3px;
}

#contswrap.normal .item-list-slider .slick-prev {
	z-index: 100;
	background: url(../../img/arrow_preview_on.gif);
	background-size: 37px 73px;
	opacity: 0.5;
	width: 37px;
	height: 73px;
	top: 43%;
	left: 0;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .item-list-slider .slick-prev {
		top: 36%;
	}
}

#contswrap.normal .item-list-slider .slick-next {
	z-index: 99;
	background: url(../../img/arrow_next_on.gif);
	background-size: 37px 73px;
	opacity: 0.5;
	width: 37px;
	height: 73px;
	top: 43%;
	right: -13px;
}

@media screen and (max-width: 1280px) {
	#contswrap.normal .item-list-slider .slick-next {
		top: 36%;
	}
}

#contswrap.normal .item-list-slider .slick-initialized .slick-arrow {
	/* top: 109px; */
	transform: translate(0, 0);
}

#contswrap.normal .item-list-slider .slick-disabled {
	background: url(../../img/arrow_preview.gif);
	background-size: 37px 73px;
}

/* ========================================
	商品エリア用商品リスト
	（2カラム商品リスト/サムネ縦並び）
======================================== */
#contswrap.normal .item-list.column2 .itemlist-item {
	width: calc(50% - 35px);
	margin-top: 35px;
	margin-left: 35px;
	border-radius: 5px;
	border: solid 1px #eeeeee;
	background: #ffffff;
}

/* ========================================
	商品エリア用商品リスト
	（3カラム商品リスト）
======================================== */
#contswrap.normal .item-list.column3 .itemlist-item {
	width: calc((100% / 3) - 35px);
	margin-top: 35px;
	margin-left: 35px;
	border-radius: 5px;
	border: solid 1px #eeeeee;
	background: #ffffff;
}

/* ========================================
	テンプレート
	（画像テキスト1カラム）
======================================== */
.image-text.column1 {
	width: 895px;
	margin: 0 auto;
}

.image-text-box {
	margin: 0 auto;
	width: 100%;
}

.image-text-list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.itemarea+.image-text.column1 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column1 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column1 .image-text-list {
	margin-top: -35px;
}

.image-text-list-item {
	margin-top: 35px;
	width: 100%;
}

.image-text-list-item a {
	display: block;
	text-decoration: none;
}

.image-text-list-item a:hover {
	text-decoration: underline;
}

.image-text-list-item dt img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

.image-text-list-item dd .cms_datatitle p {
	font-weight: bold;
	padding-top: 15px;
	font-size: 16px;
}

.image-text-list-item dd .cms_dataexp p {
	padding-top: 5px;
	font-size: 16px;
}

.image-text-list-item dd div:first-child p {
	padding-top: 15px;
}

/* ========================================
	テンプレート
	（画像テキスト2カラム）
======================================== */
.image-text.column2 {
	width: 895px;
	margin: 0 auto;
}

.image-text.column2 .image-text-list {
	margin: 0 0 0 -35px;
}

.itemarea+.image-text.column2 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column2 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column2 .image-text-list {
	margin-top: -35px;
}

.image-text.column2 .image-text-list-item {
	width: 50%;
	padding-left: 35px;
}

.image-text.column2 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC3カラム／SP2カラム）
======================================== */
.image-text.column3 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column3 .image-text-list {
	margin: 0 0 0 -25px;
}

.itemarea+.image-text.column3 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column3 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column3 .image-text-list {
	margin-top: -35px;
}

.image-text.column3 .image-text-list-item {
	width: calc(100% / 3);
	padding-left: 25px;
}

.image-text.column3 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC4カラム／SP2カラム）
======================================== */
.image-text.column4 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column4 .image-text-list {
	margin: 0 0 0 -35px;
}

.itemarea+.image-text.column4 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column4 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column4 .image-text-list {
	margin-top: -35px;
}

.image-text.column4 .image-text-list-item {
	width: 25%;
	padding-left: 35px;
}

.image-text.column4 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC5カラム／SP3カラム）
======================================== */
.image-text.column5 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column5 .subtitle+.image-text-box {
	padding-top: 10px;
}

.image-text.column5 .image-text-list {
	margin: 0 0 0 -25px;
}

.itemarea+.image-text.column5 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column5 .image-text-list {
	margin-top: -25px;
}

section+.image-text.column5 .image-text-list {
	margin-top: -25px;
}

.image-text.column5 .image-text-list-item {
	width: 20%;
	margin-top: 25px;
	padding-left: 25px;
}

.image-text.column5 .image-text-list-item a {
	color: #000000;
	text-decoration: none;
}

.image-text.column5 .image-text-list-item a:hover {
	text-decoration: underline;
}

.image-text.column5 .image-text-list-item a:hover img {
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.image-text.column5 .image-text-list-item .cms_clip {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.image-text.column5 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC6カラム／SP3カラム）
======================================== */
.image-text.column6 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column6 .subtitle+.image-text-box {
	padding-top: 10px;
}

.image-text.column6 .image-text-list {
	margin: 0 0 0 -25px;
}

.itemarea+.image-text.column6 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column6 .image-text-list {
	margin-top: -25px;
}

section+.image-text.column6 .image-text-list {
	margin-top: -25px;
}

.image-text.column6 .image-text-list-item {
	width: calc(100% / 6);
	margin-top: 25px;
	padding-left: 25px;
}

.image-text.column6 .image-text-list-item a {
	color: #000000;
	text-decoration: none;
}

.image-text.column6 .image-text-list-item a:hover {
	text-decoration: underline;
}

.image-text.column6 .image-text-list-item a:hover img {
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.image-text.column6 .image-text-list-item .cms_clip {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.image-text.column6 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC7カラム／SP4カラム）
======================================== */
.image-text.column7 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column7 .image-text-list {
	margin: 0 0 0 -27px;
}

.itemarea+.image-text.column7 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column7 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column7 .image-text-list {
	margin-top: -35px;
}

.image-text.column7 .image-text-list-item {
	width: calc(100% / 7);
	padding-left: 27px;
}

.image-text.column7 .image-text-list-item a {
	color: #000000;
	text-decoration: none;
}

.image-text.column7 .image-text-list-item a:hover {
	text-decoration: underline;
}

.image-text.column7 .image-text-list-item a:hover img {
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.image-text.column7 .image-text-list-item .cms_clip {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.image-text.column7 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	（画像テキストPC8カラム／SP4カラム）
======================================== */
.image-text.column8 {
	width: 1240px;
	margin: 0 auto;
}

.image-text.column8 .image-text-list {
	margin: 0 0 0 -27px;
}

.itemarea+.image-text.column8 .image-text-list {
	margin-top: -35px;
}

.note+.image-text.column8 .image-text-list {
	margin-top: -35px;
}

section+.image-text.column8 .image-text-list {
	margin-top: -35px;
}

.image-text.column8 .image-text-list-item {
	width: calc(100% / 8);
	padding-left: 27px;
}

.image-text.column8 .image-text-list-item a {
	color: #000000;
	text-decoration: none;
}

.image-text.column8 .image-text-list-item a:hover {
	text-decoration: underline;
}

.image-text.column8 .image-text-list-item a:hover img {
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.image-text.column8 .image-text-list-item .cms_clip {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.image-text.column8 .image-text-list-item dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	画像の横にテキスト（枠あり）（1カラム）
======================================== */
.image-text.column1.row-boxed {
	width: 895px;
	margin: 0 auto;
}

.subpage .itemarea+.image-text.column1.row-boxed {
	margin-top: 60px;
}

.note+.image-text.row-boxed .image-text-list {
	margin-top: -35px;
}

section+.image-text.row-boxed .image-text-list {
	margin-top: -35px;
}

.row-boxed .image-text-list-item {
	margin-top: 35px;
	width: 100%;
}

.row-boxed .image-text-list-item dl {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border: solid 1px #eeeeee;
	border-radius: 5px;
	background-color: #fff;
	padding: 25px;
	height: 100%;
}

.row-boxed .image-text-list-item dl dt {
	width: 145px;
	overflow: hidden;
	border-radius: 5px;
}

.row-boxed .image-text-list-item dl dd {
	width: calc(100% - 170px);
}

.row-boxed .image-text-list-item dl dd>div:first-child p {
	padding-top: 0;
}

.row-boxed .image-text-list-item dl dd .cms_dataexp p {
	font-size: 14px;
}

/* ========================================
	テンプレート
	画像の横にテキスト（枠あり）（2カラム）op10
======================================== */
.image-text.column2.row-boxed {
	width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.image-text.column2.row-boxed {
		width: 990px;
	}
}

.subpage .itemarea+.image-text.column2.row-boxed {
	margin-top: 60px;
}

.image-text.column2.row-boxed .image-text-list {
	display: flex;
	justify-content: space-between;
}

.image-text.column2.row-boxed .image-text-list-item {
	margin-top: 35px;
	width: calc((100% - 35px) / 2);
}


/* ========================================
	テンプレート
	画像の横にテキスト（枠あり）（3カラム）op11
======================================== */
.image-text.column3.row-boxed {
	width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.image-text.column3.row-boxed {
		width: 990px;
	}
}

.subpage .itemarea+.image-text.column3.row-boxed {
	margin-top: 60px;
}

.image-text.column3.row-boxed .image-text-list {
	display: flex;
	justify-content: space-between;
}

.image-text.column3.row-boxed .image-text-list-item {
	margin-top: 35px;
	width: calc((100% - 50px) / 3);
}

@media screen and (max-width: 1280px) {
	.image-text.column3.row-boxed .image-text-list-item dl {
		padding: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.row-boxed .image-text-list-item dl dt {
		width: 118px;
	}
}

@media screen and (max-width: 1280px) {
	.row-boxed .image-text-list-item dl dd {
		width: calc(100% - 138px);
	}
}

/* ========================================
	テンプレート
	テキストのみ（PC4カラム/SP2カラム）
======================================== */
.text-box {
	padding: 20px;
}

#contswrap .text-box .cms_item_data .cms_dataexp:first-child p {
	padding-top: 0;
}

/* ========================================
	テンプレート
	テキストのみ（PC5カラム/SP2カラム）
======================================== */
#contswrap.normal .item-list.column5 .itemlist-item {
	width: calc(20% - 35px);
}

/* ========================================
	テンプレート
	画像の横にテキスト（枠なし）（1カラム）op14
======================================== */
.image-text.column1.row-noboxed {
	width: 895px;
	margin: 0 auto;
}

.subpage .itemarea+.image-text.column1.row-noboxed {
	margin-top: 60px;
}


.note+.image-text.row-noboxed .image-text-list {
	margin-top: -40px;
}

section+.image-text.row-noboxed .image-text-list {
	margin-top: -40px;
}

.row-noboxed .image-text-list-item {
	margin-top: 40px;
	width: 100%;
}

.row-noboxed .image-text-list-item dl {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 100%;
}

.row-noboxed .image-text-list-item dl dt {
	width: 48%;
	overflow: hidden;
	border-radius: 5px;
}

.row-noboxed .image-text-list-item dl dd {
	width: 48%;
}

.row-noboxed .image-text-list-item dl dd>div:first-child p {
	padding: 0 0 5px;
}

/* =====================================================
	テンプレート
	画像の横にテキスト（枠なし）（PC2カラム／SP1カラム）op15
===================================================== */
.image-text.column2.row-noboxed {
	width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.image-text.column2.row-noboxed {
		width: 990px;
	}
}

.subpage .itemarea+.image-text.column2.row-noboxed {
	margin-top: 60px;
}

.image-text.column2.row-noboxed .image-text-list {
	display: flex;
	justify-content: space-between;
}

.image-text.column2.row-noboxed .image-text-list-item {
	margin-top: 35px;
	width: calc((100% - 35px) / 2);
}

.image-text.column2.row-noboxed .image-text-list-item dl dt,
.image-text.column2.row-noboxed .image-text-list-item dl dd {
	width: calc((100% - 20px) / 2);
}

/* ========================================
	テンプレート
	コーディネート（画像左）op16
======================================== */
.coordinate .coordinate-box {
	margin: 40px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.coordinate {
	width: 1180px;
	margin: 0 auto;
}

.only-sp {
	display: none;
}

.coordinate-image {
	width: 585px;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 830px;
	border-radius: 5px;
	padding: 0 50px;
	text-align: left;
}

.coordinate-info {
	padding: 0 50px;
	text-align: left;
	width: 590px;
}

.coordinate-info .coordinate-title p {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.coordinate-info .cms_blocktoptxt {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
}

.coordinate-info .cms_databox_inner {
	margin: 35px 0 0 0;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
}

.coordinate-list {
	margin: -15px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.coordinate-list-item {
	margin: 20px 0;
	position: relative;
	width: 100%;
}

.coordinate-list-item a {
	width: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	outline: none;
}

.coordinate-list-item a:hover {
	text-decoration: underline;
}

.coordinate-list-item a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 24px;
	background: url(/component/feature/common/img/ico_arrow_05_sp.png) no-repeat 0 0;
	background-size: 24px auto;
}

.coordinate-list-item a .coordinate-list-item-name {
	padding-right: 60px;
	text-align: right;
}

/* ========================================
	テンプレート
	コーディネート（画像右）op17
======================================== */
.coordinate.reverse .coordinate-box {
	flex-direction: row-reverse;
}

/* ========================================
	テンプレート
	（動画）
======================================== */
.movie {
	width: 895px;
	margin: 0 auto;
}

.movie-box {
	margin: 0 auto;
	width: 100%;
}

.movie-list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.itemarea+.movie .movie-list {
	margin-top: -35px;
}

.note+.movie .movie-list {
	margin-top: -35px;
}

section+.movie .movie-list {
	margin-top: -35px;
}

.movie .movie-list-item {
	margin-top: 35px;
	width: 100%;
}

.movie .movie-list-item dt {
	padding-bottom: 25px;
}

.movie .movie-list-item dt .cms_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie .movie-list-item dt .cms_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie .movie-list-item dd .cms_datatitle p {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

.movie .movie-list-item dd .cms_dataexp p {
	font-size: 16px;
}

/* ========================================
	文字装飾用共通クラス
======================================== */
/* 見出し */
.titlearea2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.titlearea2 p {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.titlearea2 .titleline {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: bottom;
	margin: 0 auto 8px;
	padding: 0.3em 0.3em 0.15em;
}

.titlearea2 p.subtitle {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 0 0;
	text-align: center;
}

.keyv + .titlearea2 {
	margin-top: 60px;
}




/* フォントサイズ */
.fs14 {
	font-size: 14px;
	line-height: 1.5;
}

.fs16 {
	font-size: 16px;
	line-height: 1.5;
}

.fs18 {
	font-size: 18px;
	line-height: 1.5;
}

.fs24 {
	font-size: 24px;
	line-height: 1.5;
}

.fs30 {
	font-size: 30px;
	line-height: 1.5;
}

.fs36 {
	font-size: 36px;
	line-height: 1.5;
}

.fs48 {
	font-size: 48px;
	line-height: 1.5;
}

/* テキスト位置 */
.center {
	text-align: center !important;
	display: block;
}

.right {
	text-align: right !important;
	display: block;
}

.left {
	text-align: left !important;
	display: block;
}

/* テキスト装飾 */
.ffam1 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.lt {
	text-decoration: line-through;
}

.marker {
	background: linear-gradient(transparent 0%, #ffccff 0%);
}

.tshadow1 {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	filter: Shadow(Color=#888888, Direction=120, Strength=5);
}



/* ========================================
	Feature用にオーバーライド
======================================== */
#facet-cat1 li.sli_selected~li {
	display: none;
}

#facet-cat1>li.sli_selected {
	display: block;
}

#facet-cat1 ul.sli_children li.sli_selected {
	display: block;
}

.sli_selected_link {
	border-bottom: solid 1px #f7f6f4;
	padding: 15px 10px 15px 7px !important;
}

.sli_selected .sli_selected_link>span {
	background: url(/component/common/img/pc/icon_arrow_left.png) left 3px no-repeat !important;
	padding-left: 20px !important;
	margin-left: 0 !important;
}

/*
.sli_selected ul>li:last-child,
.sli_selected ul>li:only-child p:only-child,
.sli_selected ul>li.sli_selected p:only-child:not(.cat3-current),
.sli_no_border {
	border-bottom: none !important;
}
*/
.sli_no_border {
	border-bottom: none !important;
}

.preference .sli_title,
.price_section .sli_title {
	font-size: 129%;
	border-bottom: solid 2px #eee;
	padding: 0 0 8px;
	margin: 0;
}

.price_section .sli_slider {
	padding-top: 15px;
	overflow: visible;
}

.price_section .refine {
	width: auto !important;
	margin: 25px 0 0 !important;
}

.price_section .refinebtn input,
.price_section .refine .refinebtn input {
	background-position: 100px !important;
	width: 109px !important;
	float: right !important;
}

#preference_facet.preference dd ul li a.checked label:before {
	opacity: 1;
}

.discount_rete_section {
	margin-top: 20px;
	position: relative;
}

.discount_rete_section:before {
	position: absolute;
	content: "";
	display: block;
	background: url(https://www.cecile.co.jp/component/common/img/pc/icon_arrow_down.png) no-repeat;
	width: 12px;
	height: 12px;
	right: 10px;
	top: 13px;
	pointer-events: none;
}

.discount_rete_section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	margin: 0;
	padding: 6px 10px 6px 7px;
	vertical-align: middle;
	background-color: #fff;
	font-size: 12px;
	width: 100%;
	height: 38px;
	cursor: pointer;
}

.selectarea .stlitem {
	margin: initial;
}

.selectarea .stlitem dd .display_check_box p,
.selectarea .stlitem dd .stock_check_box p {
	float: right;
	padding: 0;
}

.selectarea .stlitem dd .display_check_box p:last-child,
.selectarea .stlitem dd .stock_check_box p:last-child {
	border: none;
}

.display_check_box,
.stock_check_box {
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
}

.display_check_box input,
.stock_check_box input {
	margin: 7px;
	height: 17px;
	width: 17px;
	cursor: pointer;
}

.itemotherinfo .sub_img {
	float: left;
	width: 70px;
	margin: 0 0 10px;
}

.itemotherinfo .sub_img:nth-child(odd) {
	clear: both;
}

.itemotherinfo .sub_img:nth-child(2n) {
	float: right;
}

.itemotherinfo .sub_img .sub_img_frame {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.itemotherinfo .sub_img .sub_img_bg_frame {
	box-sizing: border-box;
	display: block;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.itemotherinfo .sub_img .sub_img_bg_frame .sub_img_frame_bg {
	display: block;
	max-width: 100%;
	width: initial;
	height: initial;
	background: none;
	opacity: 1;
	border: 0;
	margin: 0;
	padding: 0;
}

.itemotherinfo .sub_img .sub_img_frame .sub_img_main_img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/* ---- レスポンシブ化時のオーバーライド ---- */
.column ul {
margin: inherit;
width: inherit;
display: inherit;
flex-direction: inherit;
}
.column ul li:nth-child(3n+1) {
    margin: inherit;
}
.column ul li {
    margin: inherit;
    justify-content: inherit;
    width: inherit;
}
.column ul li:after {
    content: inherit;
    display: inherit;
    clear: inherit;
}
.discount_rete_section {
    margin-top: 10px;
}
.price_section .refine {
    float: inherit !important;
}



/* =====================================================
	テンプレート
	カウントダウンタイマー
===================================================== */
.cdt-area {
	width: 895px;
	margin: 60px auto 0;
	background-color: #eeeeee;
}

.view_timer {
	display: none;
}

.cdt-title {
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	line-height: 1;
	color: #1b1f22;
}

.cdt_wrapper {
	font-weight: bold;
	text-align: center;
	line-height: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
	width: 100%;
}

.cdt_wrapper small {
	font-weight: bold;
	font-size: 26px;
	padding: 0 .4em;
}

.cdt_wrapper small.end-text {
	font-weight: bold;
	font-size: 32px;
	padding: .4em;
	display: block;
	text-align: center;
}

.cdt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cdt_text {
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	margin-right: 26px;
}

.cdt_text span {
	font-weight: bold;
	display: block;
	line-height: 1;
}

.cdt_date {
	font-weight: bold;
	font-size: 100px;
	/* padding: 30px 0; */
}

.cdt_num {
	font-weight: bold;
	background-color: #ffffff;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	display: inline-block;
}



/* ========================================
	テンプレート更新による差分回収（2024）
======================================== */
.cecile-header > .inner {
	box-sizing: content-box;
}
.cecile-header .global-nav > ul {
	box-sizing: content-box;
}
.cecile-contents {
	box-sizing: content-box;
}
#side .preference dl dt {
	font-size: inherit;
}