@charset "UTF-8";
/*
------------------------------------------------
Cecile SC "コーディネート特集" Layout CSS
Version: 13th Apr. 2022
---------------------------------------------- */
/* ========================================
	reset
======================================== */
.contswrap * {
	box-sizing: border-box;
}
.contswrap *::before,
.contswrap *::after {
	box-sizing: border-box;
}

.contswrap h1,
.contswrap h2 {
	font-weight: 500;
}

.contswrap p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 896px) {
	.cecile-contents {
		padding: 0;
	}
}

/* ========================================
	共通設定
======================================== */
.cecile-contents {
	width: 1240px;
}
@media screen and (max-width: 1280px) {
	.cecile-contents {
		width: 990px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 896px) {
	.cecile-contents {
		width: 100%;
	}
}

.contswrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.contswrap a[href] img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (max-width: 896px) {
	.contswrap img {
		width: 100%;
		height: auto;
	}
	.contswrap a[href] img:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.view-pc {
	display: block;
}
.view-pc.inline {
	display: inline;
}
.view-sp {
	display: none;
}
.view-sp.inline {
	display: none;
}
@media screen and (max-width: 896px) {
	.view-pc {
		display: none;
	}
	.view-pc.inline {
		display: none;
	}
	.view-sp {
		display: block;
	}
	.view-sp.inline {
		display: inline;
	}
}

/* itemlist */
.itemlist {
	margin: 0;
}

.itemlist ~ .itemlist {
	margin: 50px 0 0;
}
.itemlist:nth-child(n+3) {
	margin-top: 60px;
}
@media screen and (max-width: 896px) {
	.itemlist ~ .itemlist {
		margin: calc(84 / 750 * 100vw) 0 0;
	}
	.itemlist:nth-child(2) ~ .itemlist {
		margin-top: calc(90 / 750 * 100vw);
	}
}

.itemlist > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0;
}
@media screen and (max-width: 896px) {
	.itemlist > ul {
		margin-top: 0;
	}
}

.itemlist > ul > li {
	width: 230px;
	margin-top: 40px;
}
.itemlist > ul > li:not(:nth-child(4n+1)) {
	margin-left: 20px;
}
@media screen and (max-width: 1280px) {
	.itemlist > ul > li:not(:nth-child(4n+1)) {
		margin-left: 0;
	}
	.itemlist > ul > li:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
}
@media screen and (max-width: 896px) {
	.itemlist > ul > li {
		width: calc(227 / 750 * 100vw);
		margin-top: calc(30 / 750 * 100vw);
	}
	.itemlist > ul > li:not(:nth-child(3n+1)) {
		margin-left: calc(14 / 750 * 100vw);
	}
}

/* index ranking area */
@media screen and (max-width: 896px) {
	.itemlist.index.ranking li {
		margin-left: 0;
	}
	.itemlist.index.ranking li:not(:nth-child(3n)) {
		margin-left: calc(14 / 750 * 100vw);
	}
	.itemlist.index.ranking li:nth-child(1) {
		width: calc(345 / 750 * 100vw);
		margin-left: 0;
	}
	.itemlist.index.ranking li:nth-child(2) {
		width: calc(345 / 750 * 100vw);
		margin-left: calc(20 / 750 * 100vw);
	}
}

.itemlist.index ul li:nth-child(9) {
	display: none;
}
@media screen and (max-width: 1280px) {
	.itemlist.index ul li:nth-child(9) {
		display: block;
	}
}
@media screen and (max-width: 896px) {
	.itemlist.index.ranking li:nth-child(9) {
		display: none;
	}
}

/* coordinate */
.itemlist.coordinate > ul > li:nth-child(4n+1) {
	margin: 40px 0 0 20px;
}

.itemlist.coordinate > ul > li:nth-child(9n) {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}
.itemlist.coordinate > ul > li:nth-child(9n+1),
.itemlist.coordinate > ul > li:nth-child(9n+5) {
	margin-left: 0;
}
.itemlist.coordinate > ul > li:nth-child(9n-1),
.itemlist.coordinate > ul > li:nth-child(9n+4) {
	margin-left: 20px;
}

.itemlist.coordinate.mail > ul > li{
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}
@media screen and (max-width: 1280px) {
	.itemlist.coordinate > ul > li:nth-child(9n) {
		width: 230px;
		margin-top: 40px;
	}
	.itemlist.coordinate > ul > li,
	.itemlist.coordinate > ul > li:nth-child(9n),
	.itemlist.coordinate > ul > li:nth-child(9n+1),
	.itemlist.coordinate > ul > li:nth-child(9n+5) {
		margin-left: 20px;
	}
	.itemlist.coordinate > ul > li:nth-child(10n) {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	.itemlist.coordinate > ul > li:nth-child(1),
	.itemlist.coordinate > ul > li:nth-child(4),
	.itemlist.coordinate > ul > li:nth-child(7),
	.itemlist.coordinate > ul > li:nth-child(10n+1),
	.itemlist.coordinate > ul > li:nth-child(10n+4),
	.itemlist.coordinate > ul > li:nth-child(10n+7) {
		margin-left: 0;
	}
}
@media screen and (max-width: 896px) {
	.itemlist.coordinate > ul > li:nth-child(4n+1) {
		margin-top: calc(30 / 750 * 100vw);
	}
	.itemlist.coordinate > ul > li:nth-child(9n) {
		width: calc(227 / 750 * 100vw);
		margin-top: calc(30 / 750 * 100vw);
	}
	.itemlist.coordinate > ul > li,
	.itemlist.coordinate > ul > li:nth-child(9n),
	.itemlist.coordinate > ul > li:nth-child(9n+1),
	.itemlist.coordinate > ul > li:nth-child(9n+5),
	.itemlist.coordinate > ul > li:nth-child(9n-1),
	.itemlist.coordinate > ul > li:nth-child(9n+4),
	.itemlist.coordinate > ul > li:nth-child(4n+1) {
		margin-left: calc(14 / 750 * 100vw);
	}
	.itemlist.coordinate > ul > li:nth-child(1),
	.itemlist.coordinate > ul > li:nth-child(4),
	.itemlist.coordinate > ul > li:nth-child(7),
	.itemlist.coordinate > ul > li:nth-child(10n),
	.itemlist.coordinate > ul > li:nth-child(10n+1),
	.itemlist.coordinate > ul > li:nth-child(10n+4),
	.itemlist.coordinate > ul > li:nth-child(10n+7) {
		margin-left: 0;
	}
}

.itemlist.coordinate ul .coordinate-box {
	padding: 40px 0 0;
}
@media screen and (max-width: 896px) {
	.itemlist.coordinate ul .coordinate-box {
		padding: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
	}
}

.itemlist.coordinate ul .coordinate-box .detail ul li {
	margin: 20px 0 0;
	padding: 0;
}
@media screen and (max-width: 896px) {
	.itemlist.coordinate ul .coordinate-box .detail ul li:nth-child(n+2) {
		margin-top: calc(30 / 750 * 100vw);
	}
}

.itemlist.coordinate ul li:nth-child(9n) .img {
	display: none;
}
.itemlist.coordinate ul li:nth-child(10n) .coordinate-box {
	display: none;
}

.itemlist.coordinate ul li:nth-child(90) .coordinate-box,
.itemlist.coordinate ul li:nth-child(180) .coordinate-box,
.itemlist.coordinate ul li:nth-child(270) .coordinate-box,
.itemlist.coordinate ul li:nth-child(360) .coordinate-box {
	display: block;
}
@media screen and (max-width: 1280px) {
	.itemlist.coordinate ul li:nth-child(9n) .img {
		display: block;
	}
	.itemlist.coordinate ul li:nth-child(10n) .img {
		display: none;
	}
	.itemlist.coordinate ul li:nth-child(10n) .coordinate-box {
		display: flex;
	}
	.itemlist.coordinate ul li:nth-child(9n) .coordinate-box {
		display: none;
	}

	.itemlist.seasonzero ul li:nth-child(4) .img {
		display: none;
	}
}

.itemlist.season ul li:nth-child(9) .img {
	display: block;
}

.itemlist.coordinate.mail ul li:nth-child(10n) .coordinate-box {
	display: block;
}

/* page detail */
.itemlist.detail:nth-child(n+3) {
	margin-top: 55px;
}
@media screen and (max-width: 896px) {
	.itemlist.detail:nth-child(n+3) {
		margin-top: calc(80 / 750 * 100vw);
	}
}

.itemlist ul .img {
	position: relative;

}

.img a {
	text-decoration: none;
}

.img a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
	.img a:hover {
		text-decoration: none;
	}
}

.img img {
	border-radius: 3px;
}

.itemlist li .rank {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 24px;
	height: 24px;
	background: #444444;
	border: solid 1px #ffffff;
	border-radius: 12px;
	color: #ffffff;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
	z-index: 500;
}
.itemlist li .rank::after {
	content: "";
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}
@media screen and (max-width: 896px) {
	.itemlist li .rank {
		top: calc(-8 / 750 * 100vw);
		left: calc(-12 / 750 * 100vw);
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		font-size: calc(20 / 750 * 100vw);
		line-height: calc(36 / 750 * 100vw);
		border-radius: 50%;
		text-indent: 0;
	}
	.itemlist li .rank::after {
		content: "";
		display: inline-block;
		height: calc(40 / 750 * 100vw);
		vertical-align: middle;
	}
}

.itemlist li:nth-child(1) .rank {
	background: #d0b247;
	color: #ffffff;
	text-shadow: 1px 1px 1px #acacac;
}
.itemlist li:nth-child(2) .rank {
	background: #859099;
	color: #ffffff;
	text-shadow: 1px 1px 1px #acacac;
}
.itemlist li:nth-child(3) .rank {
	background: #734a22;
	color: #ffffff;
	text-shadow: 1px 1px 1px #acacac;
}

.itemlist ul .img span {
	display: block;
	font-size: 14px;
	margin: 13px 0 0;
}
@media screen and (max-width: 896px) {
	.itemlist ul .img span {
		margin-top: calc(20 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
	.itemlist.detail ul .img span {
		margin-top: calc(12 / 750 * 100vw);
	}
}

.itemlist li .img img + span {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.itemlist ul .img .new {
	position: absolute;
	top: 7px;
	left: 4px;
	font-size: 0;
	z-index: 500;
}
.itemlist ul .img .new span {
	display: inline-block;
	background: #f01175;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 10px 1px 10px;
	margin: 0;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ca005b;
}
@media screen and (max-width: 896px) {
	.itemlist ul .img .new span {
		padding: calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) calc(2 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		font-weight: normal;
	}
}

.btn {
	width: 360px;
	height: 38px;
	margin: 46px auto 0;
}
.btn a {
	background: #777777;
	border: solid 1px #777777;
	color: #ffffff;
	display: block;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	transition: all  0.3s ease;
}
.btn a:hover {
	background: #444444;
}
@media screen and (max-width: 896px) {
	.btn {
		width: calc(600 / 750 * 100vw);
		height: auto;
		margin: calc(52 / 750 * 100vw) auto 0;
	}
	.btn a {
		position: relative;
		padding: calc(10 / 750 * 100vw) 0;
		font-size: calc(28 / 750 * 100vw);
		line-height: 1.357;
	}
	.btn a::after {
		content: "";
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		width: calc(18 / 750 * 100vw);
		height: calc(18 / 750 * 100vw);
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: calc(36 / 750 * 100vw);
		transform: rotate(45deg);
	}
}

.dispflg_off {
	visibility: hidden;
}

.dispflg_on {
	visibility: visible;
}

/* ========================================
	メインコンテンツ：keyvisual
======================================== */
.keyv {
	margin-bottom: 22px;
}
@media screen and (max-width: 896px) {
	.keyv {
		margin-bottom: calc(30 / 750 * 100vw);
	}
}

.keyv-image {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1280px) {
	.keyv-image {
		width: 990px;
	}
}
@media screen and (max-width: 896px) {
	.keyv-image {
		width: 100%;
	}
}

/* ===========	=============================
	メインコンテンツ：headarea
======================================== */
.headarea {
	text-align: center;
	margin: 5px 0 0 0;
	padding-bottom: 10px;
}
@media screen and (max-width: 896px) {
	.headarea {
		margin-top: 0;
		padding: 0 0.625rem;
		text-align: left;
	}
}

.headarea-title {
	font-size: 24px;
}
.headarea-title .font-small {
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	.headarea-title {
		font-size: calc(32 / 750 * 100vw);
	}
	.headarea-title .font-small {
		font-size: calc(26 / 750 * 100vw);
	}
}

.headarea .headarea-lead {
	display: inline-block;
	font-size: 16px;
	margin: 8px 0 0 0;
}
@media screen and (max-width: 896px) {
	.headarea .headarea-lead {
		margin-top: calc(2 / 750 * 100vw);
		font-size: calc(26 / 750 * 100vw);
		line-height: 1.615;
	}
}

/* page detail */
.contswrap.detail .headarea {
	margin-top: 0;
	text-align: left;
}

.contswrap.detail .headarea-title {
    padding-bottom: 2px;
	border-bottom: solid 2px #f7f6f4;
	font-size: 22px;
}
@media screen and (max-width: 896px) {
	.contswrap.detail .headarea-title {
		padding-bottom: calc(4 / 750 * 100vw);
		font-size: calc(36 / 750 * 100vw);
		line-height: 1.333;
	}
}

/* ========================================
	メインコンテンツ：maincontent
======================================== */
.maincontent {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
	.maincontent {
		flex-direction: column;
		padding: 0 0.625rem;
	}
}

/* page detail */
.maincontent_inner {
	width: 100%;
}

.detail .maincontent {
	width: 1240px;
}
@media screen and (max-width: 1280px) {
	.detail .maincontent {
		width: 100%;
	}	
}
@media screen and (max-width: 896px) {
	.detail .maincontent {
		width: 100%;
		padding: 0;
	}
}

.detail .itemlist .itemlist-title {
	margin-top: 60px;
}
@media screen and (max-width: 896px) {
	.detail .itemlist .itemlist-title {
		margin-top: calc(100 / 750 * 100vw);
	}
}

@media screen and (max-width: 896px) {
	.maincontent .itemlist.detail {
		padding: 0 0.625rem;
	}
}

.maincontent .itemlist.detail .itemlist-title {
    padding-bottom: 2px;
	border-bottom: solid 2px #f7f6f4;
	font-size: 22px;
}
@media screen and (max-width: 896px) {
	.maincontent .itemlist.detail .itemlist-title {
		font-size: calc(36 / 750 * 100vw);
		line-height: 1.333;
	}
}


.maincontent .itemlist.detail > ul > li {
	width: 295px;
}
.maincontent .itemlist.detail > ul > li:not(:nth-child(4n+1)) {
	margin-left: 20px;
}
.maincontent .itemlist.detail > ul > li img {
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.maincontent .itemlist.detail > ul > li {
		width: calc(295 / 1240 * 990px);
	}
	.maincontent .itemlist.detail > ul > li:not(:nth-child(4n+1)) {
		margin-left: calc(20 / 1240 * 990px);
	}
}
@media screen and (max-width: 896px) {
	.maincontent .itemlist.detail > ul > li {
		width: calc(348 / 750 * 100vw);
		margin-top: calc(30 / 750 * 100vw);
		margin-left: 0;
	}
	.maincontent .itemlist.detail > ul > li:not(:nth-child(4n+1)) {
		margin-left: 0;
	}
	.maincontent .itemlist.detail > ul > li:not(:nth-child(2n+1)) {
		margin-left: calc(14 / 750 * 100vw);
	}
}

/* ========================================
	コンテンツ1:breadclumb
======================================== */
@media screen and (max-width: 896px) {
	.breadcrumb {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
		width: calc(100% - 1.25rem);
	}

}
/* ========================================
	メインコンテンツ：main
======================================== */
#main {
	width: 980px;
	margin: 42px 0 0;
}
@media screen and (max-width: 1280px) {
	#main {
		width: 730px;
	}
}
@media screen and (max-width: 896px) {
	#main {
		margin-top: calc(76 / 750 * 100vw);
		width: 100%;
	}
}

#main .itemlist-title {
	font-size: 20px;
    border-bottom: solid 2px #eeeeee;
    padding-bottom: 8px;
}
#main .itemlist-title .font-small {
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	#main .itemlist-title {
		font-size: calc(36 / 750 * 100vw);
		padding-bottom: calc(12 / 750 * 100vw);
		letter-spacing: -0.06em;
	}
	#main .itemlist-title .font-small {
		font-size: calc(30 / 750 * 100vw);
	}
}

#main .itemlist-title ~ .itemlist-title {
	margin-top: 60px;
}

/* ========================================
	メインコンテンツ：season-navi
======================================== */
.season-navi {
	margin: 65px auto 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
@media screen and (max-width: 896px) {
	.season-navi {
		display: none;
	}
}

.season-navi ul {
	display: flex;
	justify-content: space-around;
}

.season-navi ul li {
	position: relative;
	width: 100%;
}

.season-navi ul li::after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 0;
	top: 0;
	height: 100%;
	border-right: solid 1px #cccccc;
}

.season-navi ul li:last-child::after {
	border-right: none;
}

.season-navi ul li a {
	display: block;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
}

.season-navi ul li.current span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
}

.season-navi ul li a:hover {
	text-decoration: underline;
}

/* ========================================
	メインコンテンツ：coordinate-box
======================================== */
.coordinate-box {
	display: flex;
	flex-wrap: wrap;
}

.coordinate-box .coordinate-img {
	width: 310px;
	position: relative;
}
.coordinate-box .coordinate-img img {
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.coordinate-box .coordinate-img {
		width: 230px;
	}
}
@media screen and (max-width: 896px) {
	.coordinate-box .coordinate-img {
		flex-direction: column;
		width: 60%;
		margin: 0 auto;
	}
}

.coordinate-box .coordinate-img .new {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 500;
}
.coordinate-box .coordinate-img .new span {
	display: inline-block;
	background: #f01175;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 10px 1px 10px;
	margin: 0;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ca005b;
}
@media screen and (max-width: 896px) {
	.coordinate-box .coordinate-img .new {
		top: calc(8 / 750 * 100vw);
		left: calc(8 / 750 * 100vw);
	}
	.coordinate-box .coordinate-img .new span {
		padding: calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) calc(2 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		font-weight: normal;
		line-height: 1;
	}
}

.coordinate-box .coordinate-img img {
	border-radius: 3px;
}

.coordinate-box .detail {
	width: 650px;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 1280px) {
	.coordinate-box .detail {
		width: 480px;
	}
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail {
		margin-left: 0;
		padding: 0 calc(20 / 750 * 100vw);
		width: 100%;
	}
}

.coordinate-box .detail .title {
	font-size: 20px;
	display: flex;
	align-items: center;
}
.coordinate-box .detail .title::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333333;
	display: block;
	margin-left: 1em;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail .title {
		display: none;
	}
}

.coordinate-box .detail ul li {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.coordinate-box .detail ul li .itemimg {
	width: 152px;
	margin: 0;
}
.coordinate-box .detail ul li .itemimg img {
	border: solid 1px #f0eeeb;
	border-radius: 3px;
	width: 100%;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .itemimg {
		width: 40%;
	}
}

.coordinate-box .detail ul li .iteminfo {
	width: 483px;
	margin: 0 0 0 15px;
}
@media screen and (max-width: 1280px) {
	.coordinate-box .detail ul li .iteminfo {
		width: 313px;
	}
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo {
		width: 60%;
		margin-left: 0;
		padding-left: calc(20 / 750 * 100vw);
	}
}

.coordinate-box .detail ul li .iteminfo .name {
	margin: 0;
	font-size: 14px;
}
.coordinate-box .detail ul li .iteminfo .name a {
	text-decoration: none;
}
.coordinate-box .detail ul li .iteminfo .name a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .name {
		font-size: calc(24 / 750 * 100vw);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.coordinate-box .detail ul li .iteminfo .name a:hover {
		text-decoration: none;
	}
}

.coordinate-box .detail ul li .iteminfo .sale {
	position: absolute;
	bottom: 10px;
	left: -1px;
	background: #de0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
	z-index: 500;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .sale {
		bottom: calc(8 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
}

.coordinate-box .detail ul li .iteminfo .price {
	margin: 7px 0 0;
}
.coordinate-box .detail ul li .iteminfo .price span {
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .price {
		font-size: calc(24 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
	}
	.coordinate-box .detail ul li .iteminfo .price span {
		font-size: calc(28 / 750 * 100vw);
	}
}

.coordinate-box .detail ul li.saleflug1 .iteminfo .price {
	color: #cc0000;
}

.coordinate-box .detail ul li .iteminfo .price span + span,
.coordinate-box .detail ul li.saleflug1 .iteminfo .price span + span {
	font-size: 12px;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .price span + span,
	.coordinate-box .detail ul li.saleflug1 .iteminfo .price span + span {
		font-size: calc(24 / 750 * 100vw);;
	}
}

.coordinate-box .detail ul li .iteminfo .comment {
	border-top: solid 1px #f0eeeb;
	margin: 7px 0 0;
	padding: 7px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .comment {
		border-top: 0;
		padding: 0;
		font-size: calc(24 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
	}
}

.coordinate-box .detail ul li .iteminfo .spec {
	margin: 7px 0 0;
}
@media screen and (max-width: 896px) {
	.coordinate-box .detail ul li .iteminfo .spec {
		font-size: calc(24 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
	}
}

/* page detail */
.coordinate-box.detail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 24px auto 0;
	padding: 0 90px;
	position: relative;
}
@media screen and (max-width: 896px) {
	.coordinate-box.detail {
		margin-top: calc(30 / 750 * 100vw);
		padding: 0;
	}
}

.coordinate-box.detail .coordinate-img {
	width: 310px;
}
@media screen and (max-width: 1280px) {
	.coordinate-box.detail .coordinate-img {
		width: 240px;
	}
}
@media screen and (max-width: 896px) {
	.coordinate-box.detail .coordinate-img {
		width: 60%;
		margin: 0 auto;
	}
}

.coordinate-box.detail .detail {
	width: 710px;
	margin: 0 0 0 40px;
}

@media screen and (max-width: 1280px) {
	.coordinate-box.detail .detail {
		width: 550px;
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width: 896px) {
	.coordinate-box.detail .detail {
		margin-left: 0;
		width: 100%;
	}
}

.coordinate-box.detail .detail ul li {
	margin: 20px 0 0;
	padding: 0;
}
@media screen and (max-width: 896px) {
	.coordinate-box.detail .detail ul li:nth-child(n+2) {
		margin-top: calc(30 / 750 * 100vw);
	}
}

.coordinate-box.detail .pagenation {
	clear: both;
}
.coordinate-box.detail .pagenation .pref {
	position: absolute;
	left: 0;
	top: calc(50% - 100px);
}
.coordinate-box.detail .pagenation .next {
	position: absolute;
	right: 0;
	top: calc(50% - 100px);
}
@media screen and (max-width: 896px) {
	.coordinate-box.detail .pagenation .pref{
		left: calc(10 / 750 * 100vw);
	}
	.coordinate-box.detail .pagenation .next {
		right: calc(10 / 750 * 100vw);
	}
	.coordinate-box.detail .pagenation .pref,
	.coordinate-box.detail .pagenation .next {
		top: calc(160 / 750 * 100vw);
	}
	.coordinate-box.detail .pagenation .pref img,
	.coordinate-box.detail .pagenation .next img {
		width: calc(60 / 750 * 100vw);
	}
}

/* ========================================
	include
======================================== */
.includeHtml_guideline {
	margin: 54px auto 95px;
	width: 100%;
}

.includeHtml_guideline li {
	text-indent: -1.35em;
	padding-left: 1.35em;
	font-size: 14px;
}

@media screen and (max-width: 896px) {
	.includeHtml_guideline{
		margin: calc(80 / 750 * 100vw) auto calc(100 / 750 * 100vw);
		width: auto;
	}
	.includeHtml_guideline {
		margin-left: calc(20 / 750 * 100vw);
		margin-right: calc(20 / 750 * 100vw);
	}
	.includeHtml_guideline li {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.75;
	}
}

/* ========================================
	サブコンテンツ:side
======================================== */
#side {
	width: 230px;
	box-sizing:border-box;
	margin: 42px 0 0;
}
@media screen and (max-width: 896px) {
	#side {
		width: 100%;
		margin-top: calc(90 / 750 * 100vw);
	}
}

.contswrap .category-heading-h2 {
	font-size: 18px;
	border-bottom: solid 2px #eeeeee;
	padding: 0 0 8px;
	margin: 0;
}
@media screen and (max-width: 896px) {
	.contswrap .category-heading-h2 {
		font-size: calc(26 / 750 * 100vw);
		border-bottom: 0;
		text-align: center;
	}
}

/* ========================================
	サブコンテンツ:category
======================================== */
#side .category {
	margin: 0 0 45px;
}
@media screen and (max-width: 896px) {
	#side .category {
		margin-bottom: calc(52 / 750 * 100vw);
	}
}

#side .category dt {
	border-bottom: solid 1px #f7f6f4;
	padding: 1px 0;
}
@media screen and (max-width: 896px) {
	#side .category dt {
		border-bottom: 0;
	}
}

#side .category dt span.current {
	display: block;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 15px;
}
@media screen and (max-width: 896px) {
	#side .category dt span.current {
		display: none;
	}
}

#side .category dt a {
	display: block;
	padding: 15px 10px 15px 7px;
	text-decoration: none;
}

#side .category dt a:hover {
	background: #f7f6f4;
	text-decoration: underline;
}

#side .category dt a span {
	display: block;
	background: url(/component/common/img/pc/icon_arrow_left.png) left 3px no-repeat;
	padding: 0 10px 0 20px;
}

#side .category dd p.current {
	border-bottom: solid 1px #f7f5f3;
	padding: 15px 10px;
	font-weight: bold;
}

#side .category dd ul li {
	border-bottom: solid 1px #f7f6f4;
	padding: 1px 0;
}
@media screen and (max-width: 896px) {
	#side .category dd ul li:not(:nth-child(1)) {
		margin-top: calc(14 / 750 * 100vw);
	}
}

#side .category dd ul li a {
	display: block;
	padding: 7px 0 6px 0;
	font-size: 14px;
	text-decoration: none;
}
#side .category dd ul li a:hover {
	text-decoration: underline;
	background: #f7f6f4;
}
#side .category dd ul li a span {
	display: block;
	background: url(/component/common/img/pc/icon_arrow_side_category.png) left 6px no-repeat;
	padding: 0 10px 0 17px;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 896px) {
	#side .category dd ul li {
		border: solid 1px #dedede;
		padding: 0;
	}
	#side .category dd ul li a {
		display: flex;
		align-items: center;
		position: relative;
		font-size: calc(24 / 750 * 100vw);
		padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
	#side .category dd ul li a::after{
		content: "";
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
		border-top: solid 1px #555555;
		border-right: solid 1px #555555;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(20 / 750 * 100vw);
		transform: rotate(45deg);
	}
	#side .category dd ul li a:hover {
		text-decoration: none;
		background-color: transparent;
	}
	#side .category dd ul li a span {
		background: none;
		padding: 0;
		margin: 0;
	}
}

/* ========================================
	サブコンテンツ:bnr/bnr2
======================================== */
.bnr,
.bnr2 {
	margin: 50px 0 0;
	padding: 0;
	width: 230px;
}

.bnr img,
.bnr2 img {
	border-radius: 3px;
	width: 230px;
	display: block;
}
@media screen and (max-width: 896px) {
	.bnr img,
	.bnr2 img {
		width: 100%;
	}
}

.bnr2 + .bnr2 {
	margin: 27px 0 0;
}

.bnr2 a {
	text-decoration: none;
}

.bnr2 a span.caption {
	display: block;
	margin: 12px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
}
@media screen and (max-width: 896px) {
	.bnr2 a span.caption {
		margin: calc(10 / 750 * 100vw) 0 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

.bnr2 a:hover span.caption {
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
	.bnr2 a:hover span.caption {
		text-decoration: none;
	}

}

@media screen and (max-width: 896px) {
	.bnr2_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.bnr2_wrap .bnr2 {
		width: calc(348 / 750 * 100vw);
		margin-top: calc(50 / 750 * 100vw);
	}
	.bnr2_wrap .bnr2:nth-child(2n) {
		margin-left: calc(14 / 750 * 100vw);
	}
	.bnr2 + .bnr2 {
		margin-top: calc(50 / 750 * 100vw);
	}
	.bnr2_wrap .bnr2:nth-child(n+3) {
		margin-top: calc(20 / 750 * 100vw);
	}
}

/* page detail */
ul.bnrlist {
	display: flex;
	flex-wrap: wrap;
}
ul.bnrlist li {
	width: 295px;
	margin:40px 0 0 20px;
}
ul.bnrlist li:nth-child(4n+1) {
	margin-left: 0;
}
ul.bnrlist li .bnr2 {
	width: 100%;
}
ul.bnrlist li img {
	width: 100%;
}
@media screen and (max-width: 1280px) {
	ul.bnrlist li {
		width: calc(295 / 1240 * 990px);
	}
	ul.bnrlist li,
	ul.bnrlist li:nth-child(4) {
		margin-left: calc(20 / 1240 * 990px);
	}
}
@media screen and (max-width: 896px) {
	ul.bnrlist {
		padding: 0 calc(20 / 750 * 100vw);
	}
	ul.bnrlist li {
		width: 49%;
		margin-top: calc(90 / 750 * 100vw);
	}
	ul.bnrlist li:nth-child(n+3) {
		margin-top: calc(20 / 750 * 100vw);
	}
	ul.bnrlist li,
	ul.bnrlist li:nth-child(4) {
		margin-left: 0;
	}
	ul.bnrlist li:nth-child(2n) {
		margin-left: 1.97%;
	}
	ul.bnrlist li .bnr2 {
		margin-top: 0;
	}
}

/* ========================================
	メインコンテンツ：relatedcategory
======================================== */
.relatedcategory {
	margin: 65px 0 0;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 896px) {
	.relatedcategory {
		margin-top: calc(100 / 750 * 100vw);
	}
}

.relatedcategory div {
	width: 980px;
}
@media screen and (max-width: 1280px) {
	.relatedcategory div {
		width: 730px;
	}
}
@media screen and (max-width: 896px) {
	.relatedcategory div {
		width: 100%;
		padding: 0 0.625rem;
	}
}

/* page detail */
.detail .relatedcategory div {
	width: 100%;
}


.relatedcategory dl {
	width: 100%;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 1280px) {
	.relatedcategory dl {
		width: 100%;
	}
}

.relatedcategory dl:first-child {
	margin: 0;
}

.relatedcategory dl a {
	text-decoration: none;
}

.relatedcategory dl a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl a:hover {
		text-decoration: none;
	}
}

.relatedcategory dl dt {
	background: #f7f6f4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	margin-bottom: 2px;
	width: 100%;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dt {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin-bottom: 0;
	}
}

.relatedcategory dl dt a {
	display: table;
	padding: 0 13px 0 0;
}
.relatedcategory dl dt a::after {
	content: "";
	right: 25px;
	position: absolute;
	top: 40%;
	width: 0.75em;
	height: 0.75em;
	border-top: 1px solid #665D56;
	border-right: 1px solid #665D56;
	transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dt a {
		padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
		border: 0;
		font-size: calc(28 / 750 * 100vw);
	}
	.relatedcategory dl dt a::after {
		width: 0.5em;
		height: 0.5em;
		right: calc(20 / 750 * 100vw);
	}
}

.relatedcategory dl dt a {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 896px) {
	.relatedcategory dl dt a img {
		width: calc(96 / 750 * 100vw);
		height: auto;
	}
}

.relatedcategory dl dt a span {
	font-size: 16px;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dt a span {
		font-size: calc(28 / 750 * 100vw);
	}
}

.relatedcategory dl dd {
	background: #f7f6f4;
	padding: 0 20px;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dd  {
		background: #ffffff;
		padding: 0;
	}
}

.relatedcategory dl dd ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dd ul {
		flex-direction: column;
	}
}

.relatedcategory dl dd ul li {
	width: 50%;
}
.relatedcategory dl dd ul li:nth-child(2n+1) {
	padding-right: 5px;
}
.relatedcategory dl dd ul li:nth-child(2n) {
	padding-left: 5px;
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dd ul li {
		margin-top: calc(4 / 750 * 100vw);
		width: 100%;
		background: #f7f6f4;
	}
	
	.relatedcategory dl dd ul li:nth-child(2n),
	.relatedcategory dl dd ul li:nth-child(2n+1) {
		padding: 0;
	}
}

.relatedcategory dl dd ul li a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 5px;
	border-top: solid 1px #dcdcdc;
	font-size: 14px;
}
.relatedcategory dl dd ul li:nth-child(1) a,
.relatedcategory dl dd ul li:nth-child(2) a {
	border-top: none;
}
.relatedcategory dl dd ul li a::after {
	content: "";
	right: 5px;
	position: absolute;
	top: 40%;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #665D56;
	border-right: 1px solid #665D56;
	transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
	.relatedcategory dl dd ul li a {
		padding: calc(20 / 750 * 100vw) calc(50 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
		border: 0;
		font-size: calc(24 / 750 * 100vw);
	}
	.relatedcategory dl dd ul li a::after {
		right: calc(20 / 750 * 100vw);
	}
}

/* ========================================
	メインコンテンツ：comingsoon
======================================== */
.comingsoon {
	background: url(../img/bg_comingsoon.gif) left top;
	padding: 27px 0;
	margin: 0 0 40px;
	text-align: center;
}

.comingsoon .announce {
	font-size: 24px;
}

.comingsoon .announce + p {
	font-size: 20px;
}

/* ========================================
	メインコンテンツ9：pagenation (SPのみ)
======================================== */
.pagenation-sp {
	display: none;
}
@media screen and (max-width: 896px) {
	.pagenation-sp {
		display: block;
	}
	.pagenation-sp {
		margin: calc(50 / 750 * 100vw) 0 0;
		width: 100%;
		overflow: hidden;
		height: calc(88 / 750 * 100vw);
	}

	.pagenation-sp ul {
		background: #ffffff;
		position: relative;
	}

	.pagenation-sp::after,
	.pagenation-sp ul::after{
		width: 0;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}

	.pagenation-sp ul li {
		width: 33%;
		font-size: calc(26 / 750 * 100vw);
	}

	.pagenation-sp ul li.pref {
		position: absolute;
		left: 0;
		top: 0;
	}

	.pagenation-sp ul li.current {
		position: absolute;
		top: 0;
		left: 33%;
	}

	.pagenation-sp ul li.next {
		position: absolute;
		right: 0;
		top: 0;
	}

	.pagenation-sp li.current {
		display: block;
		height: calc(88 / 750 * 100vw);
		line-height: calc(88 / 750 * 100vw);
		text-align: center;
	}

	.pagenation-sp li a {
		display: block;
		border: solid 1px #dddddd;
		height: calc(88 / 750 * 100vw);
		line-height: calc(88 / 750 * 100vw);
	}


	.pagenation-sp li a {
		font-size: calc(28 / 750 * 100vw);
		text-decoration: none;
	}

	.pagenation-sp li.pref a,
	.pagenation-sp li.next a {
		width: 100%;
	}

	.pagenation-sp li.pref a span,
	.pagenation-sp li.next a span {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pagenation-sp li.pref a span::before {
		content: "";
		display: block;
		background: url(/component/common/img/sp/search/icon_pager_pref.gif) no-repeat;
		background-size: 100%;
		width: calc(26 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
		margin-top: calc(-2 / 750 * 100vw);
		margin-right: 7%;
	}

	.pagenation-sp li.next a span::after {
		content: "";
		display: block;
		background: url(/component/common/img/sp/search/icon_pager_next.gif) no-repeat;
		background-size: 100%;
		width: calc(26 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
		margin-top: calc(-2 / 750 * 100vw);
		margin-left: 7%;
	}
}

/* ========================================
	メインコンテンツ10：pager
======================================== */
#pager {
	margin: 60px auto 30px;
	width: 980px;
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	#pager {
		width: 730px;
	}
}
@media screen and (max-width: 896px) {
	#pager {
		margin: calc(50 / 750 * 100vw) 0 0;
		padding: 0 calc(20 / 750 * 100vw);
		width: 100%;
		position: relative;
	}
}

#pager ul {
	position: relative;
	left: 50%;
	background: #ffffff;
	float: left;
}
#pager::after,
#pager ul::after {
	content: "";
	display: block;
	clear: both;
}

#pager ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 5px;
}

#pager li.current,
#pager li a {
	display: block;
	width: 32px;
	height: 32px;
	border: solid 1px #dddddd;
	line-height: 32px;
	text-align: center;
	position: relative;
	font-size: 14px;
}
@media screen and (max-width: 896px) {
	#pager li.current,
	#pager li a {
		width: calc(56 / 750 * 100vw);
		height: calc(56 / 750 * 100vw);
		font-size: calc(28 / 750 * 100vw);
		line-height: calc(56 / 750 * 100vw);
	}
}

#pager li a {
	text-decoration: none;
}

#pager li a:hover,
#pager li.current {
	background: #777777;
	color: #ffffff;
}
@media screen and (max-width: 896px) {
	#pager li a:hover {
		background-color: transparent;
		color: #1b1f22;
	}
}

#pager li.leader {
	display: block;
	width: auto;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

@media screen and (max-width: 896px) {
	#pager li.next,
	#pager li.pref {
		display: none;
	}
}

#pager li.pref a {
	width: auto;
	padding: 0 12px 0 32px;
}

#pager li.pref a::before {
	position: absolute;
	content: "";
	display: block;
	background: url(/component/common/img/pc/search/icon_pager_pref.gif) no-repeat;
	width: 7px;
	height: 6px;
	top: 50%;
	left: 12px;
	margin: -3px 0 0;
}

#pager li.pref a:hover::before {
	position: absolute;
	content: "";
	display: block;
	background: url(/component/common/img/pc/search/icon_pager_pref_o.gif) no-repeat;
	width: 7px;
	height: 6px;
	top: 50%;
	left: 12px;
	margin: -3px 0 0;
}

#pager li.next a {
	width: auto;
	padding: 0 32px 0 12px;
}

#pager li.next a::after {
	position: absolute;
	content: "";
	display: block;
	background: url(/component/common/img/pc/search/icon_pager_next.gif) no-repeat;
	width: 7px;
	height: 6px;
	top: 50%;
	right: 12px;
	margin: -3px 0 0;
}

#pager li.next a:hover::after {
	position: absolute;
	content: "";
	display: block;
	background: url(/component/common/img/pc/search/icon_pager_next_o.gif) no-repeat;
	width: 7px;
	height: 6px;
	top: 50%;
	right: 12px;
	margin: -3px 0 0;
}