@charset "UTF-8";

/*************************************** レイアウト ***************************************/
#cart-area-tab .fix-cart.cart-box,
#cart-area .fix-cart.cart-box { display: none!important; }
#product-detail-wrap.product-detail-table {
	width: 96%;
	margin: 25px 2% 20px;
	max-width: 1920px;
}
#product-detail-wrap.product-detail-table * { box-sizing: border-box; border-collapse: collapse; }
.push { background-color: #ffffff; }
#product-detail-wrap.product-detail-table .product-table-tooltip {
	margin: -2px 0 0 4px;
	display: inline-block;
}
/* 商品画像 */
#product-detail-wrap.product-detail-table .product-image-wrap { float: left; }
#product-detail-wrap.product-detail-table .product-image-wrap {
	margin-right: 30px;
	width: 564px;
}
#product-detail-wrap.product-detail-table .product-image-wrap .large-image-clear {
	position: absolute;
	width: 564px;
	height: 564px;
}
/* ボタン*/
#product-detail-wrap .btn-wht-ss {
	margin-top: 3px;
	text-align:center;
	white-space: nowrap;
	zoom: 1;
	vertical-align: bottom;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	border-color: #59717f;
	border-width: 1px;
	border-style: solid;
	text-shadow: 1px 1px 0 #ffffff;
	color: #222222!important;
	background-color: #e9e9f2;
	background-image: -moz-linear-gradient(center top , #ffffff 45%, #f0f0f7 70%, #e9e9f2 85%);
	background-image: -webkit-gradient(linear,left bottom,left top, from(#e9e9f2), color-stop(0.3, #f0f0f7),color-stop(0.6, #ffffff));
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9f2 100%);
	background: linear-gradient(top, #ffffff 0%, #e9e9f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e9e9f2');
	display: block;
	position: relative;
	padding: 4px 7px;
	font-size: 13px;
	margin-bottom: 0;
}

#product-detail-wrap .add-alert-action {
	margin-top: 3px;
}
#product-detail-wrap .add-alert-action:hover,
#product-detail-wrap .add-alertSet-action:hover,
#product-detail-wrap .alert-added:hover {
	text-decoration:none!important;
}
#product-detail-wrap .added-alert{
	height:39px;
	display: flex;
	align-items: center;
	padding-top:5px;
}
#product-detail-wrap .btn-wht-ss:hover{
	padding: 5px 7px 3px;
	color: #222222!important;
	background-color: #e0e0e9;
	background-image: -moz-linear-gradient(center top , #e0e0e9, #e0e0e9);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #e0e0e9),color-stop(1, #e0e0e9));
	background: -ms-linear-gradient(top, #e0e0e9 0%, #e0e0e9 100%);
	background: linear-gradient(top, #e0e0e9 0%, #e0e0e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e9', endColorstr='#e0e0e9');
	cursor: pointer!important;
}

/* 商品情報（商品テーブル、詳細情報） */
#product-detail-wrap.product-detail-table .product-setinfo-wrap,
#product-detail-wrap.product-detail-table .product-details { width: calc(100% - 594px); }
#product-detail-wrap.product-detail-table .product-setinfo-wrap { float: left; }
#product-detail-wrap.product-detail-table .product-details { float: right; }

/* 商品情報（商品テーブル、同一JANコード リンク設定） */
#product-detail-wrap .jancode-link {
	font-size: 12px;
	white-space: nowrap;
}

/* TAB/SP */
@media screen and (max-width: 940px) {
	#dl-info-area { display: block; }
	#dl-info-area .dl-dnews-ttl{
		display:none;
	}
	#dl-info-area .dl-info-box {
		display: none;
	}
	#dl-info-area .dl-dnews-area{
		border-top: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
	}
}
@media screen and (max-width: 670px) {
	#dl-info-area .dl-dnews-area .dl-dnews-box{
		padding-left: 5px;
		width: 100%;
	}
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#product-detail-wrap.product-detail-table { margin-bottom: 30px; }
	/* 商品画像 */
	#product-detail-wrap.product-detail-table .product-image-wrap,
	#product-detail-wrap.product-detail-table #product_comment,
	#product-detail-wrap.product-detail-table #product_comment *,
	#product-detail-wrap.product-detail-table .product-image-wrap .large-image-clear { width: 362px; }
	#product-detail-wrap.product-detail-table .product-image-wrap .large-image-clear { height: 362px; }
	/* 商品情報（商品テーブル、詳細情報） */
	#product-detail-wrap.product-detail-table .product-setinfo-wrap,
	#product-detail-wrap.product-detail-table .product-details { width: calc(100% - 392px); margin-bottom: 10px; }
}
/* SP */
@media screen and (max-width: 670px) {
/* モーダル*/
	#arrivalDialog, #sakeDialog{top:35px;}
	#product-detail-wrap.product-detail-table,
	#product-detail-wrap.product-detail-table .product-image-wrap,
	#product-detail-wrap.product-detail-table .product-setinfo-wrap {
		display: block;
		width: 100%;
		float: none;
	}
	#product-detail-wrap.product-detail-table { margin: 0 auto 40px; }
	.co-pankuzu-list { display: none; }
	#product-detail-wrap.product-detail-table .product-image-wrap .large-image-clear {
		height: 100vw;
		width: 100%;
	}
}

/*************************************** 商品画像 ***************************************/
.product-detail-table .image-box-wrap {
	position: relative;
	text-align: center;
}
/* 画像（大） */
.product-detail-table .large-image-relative {
	position: relative;
	width: 564px;
	height: 564px;
	border: solid 1px #cccccc;
	cursor: pointer;
	line-height: 0;
}
.product-detail-table .large-image-zoom-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	z-index: 3;
	background: rgba(0,0,0,0.3);
	padding: 4px;
}
.product-detail-table .large-image-absolute {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;	
	width: 562px;
	height: 562px;
}
.product-detail-table .large-image-absolute > div { 
	display: inline-block;
}
.product-detail-table .large-image-absolute picture { 
	display: block;
	width: 100%;
}
.product-detail-table .large-image-absolute img {
	margin: 0!important;
	max-width: 562px;
	max-height: 562px;
	width: auto;
	height: auto;
}
.product-detail-table .large-image-pic-block {
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.product-detail-table .large-image-pic-none {
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display: none;
}
/* 画像（サムネイル） */
#product-detail-wrap.product-detail-table .thum-image-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px 0 -3px;
}

/* 無断転載禁止などがない場合 */
.large-image-relative + #product-detail-wrap.product-detail-table .thum-image-box {
	margin-top: 27px;
}
#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float {
	width: 51px;
	height: 51px;
	margin: 3px;
	position: relative;
}
#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float img { display: block; }
#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-selected::before {
	content: "";
	position: absolute;
	width: 47px;
	height: 47px;
	border: 2px solid #2489CE;
	top: 0;
	left: 0;
	z-index: 2;
}
#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-normal {
	width: 49px;
	height: 49px;
}
#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-vertical {
	width: 51px;
	height: 51px;
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px #cccccc inset;
	box-sizing: border-box;
	position: relative;
}
#product-detail-wrap.product-detail-table .thum-image-box img {
	border-width: 0px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	max-height: 47px;
	max-width: 47px;
}
/* 画像送り */
#product-detail-wrap.product-detail-table .navi-prev-box {
	left: 0;
}
#product-detail-wrap.product-detail-table .navi-next-box {
	right: 0;
}
#product-detail-wrap.product-detail-table .navi-prev-box,
#product-detail-wrap.product-detail-table .navi-next-box {
	margin-top: 0;
	position: absolute;
	z-index: 3;
	cursor: default;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 172px;
	width: auto;
	height: auto;
}
#product-detail-wrap.product-detail-table .navi-prev-box span,
#product-detail-wrap.product-detail-table .navi-next-box span{
	display: block;
	height: 200px;
	width: 20px;
	border: 1px #dddddd solid;
	font-size: 0;
	background-color: #f8f8f8;
}

#product-detail-wrap.product-detail-table .navi-prev-box span:before,
#product-detail-wrap.product-detail-table .navi-next-box span:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 2px #dddddd solid;
	border-right: 2px #dddddd solid;
	position: absolute;
	top: calc(50% - 6px);
	left: 50%;
}
#product-detail-wrap.product-detail-table .navi-prev-box span:before {
	margin-left: -4px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#product-detail-wrap.product-detail-table .navi-next-box span:before {
	margin-left: -9px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 有効なとき */
#product-detail-wrap.product-detail-table .navi-prev-box.detail-navi-active,
#product-detail-wrap.product-detail-table .navi-next-box.detail-navi-active { cursor: pointer; }
#product-detail-wrap.product-detail-table .navi-prev-box.detail-navi-active span,
#product-detail-wrap.product-detail-table .navi-next-box.detail-navi-active span {
	border: 1px #888888 solid;
	background-color: rgba(0,0,0,0.3);
}
#product-detail-wrap.product-detail-table .navi-prev-box.detail-navi-active span:before,
#product-detail-wrap.product-detail-table .navi-next-box.detail-navi-active span:before {
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
}
#product-detail-wrap.product-detail-table .navi-prev-box.detail-navi-active:hover span,
#product-detail-wrap.product-detail-table .navi-next-box.detail-navi-active:hover span { background-color: rgba(110,110,110,0.7); }
/* 動画 */
#product-detail-wrap.product-detail-table .youtube-box {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 10px auto;
}
#product-detail-wrap.product-detail-table .youtube-box:empty { display: none; }
#product-detail-wrap.product-detail-table .movie-wrap {
	position: relative;
	padding-top: 56.2%;
	margin: 0 auto 25px;
}
#product-detail-wrap.product-detail-table .youtube-box .movie-wrap iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
/* 画像転載不可の注記 */
.product-detail-table .pic-caution {
	margin-top: 5px;
	text-align: right;
	color: #dc4d4d;
}
.large-image-relative + .pic-caution {
	margin: 5px 0;
}
.pic-caution + .thum-image-box-wrapper {
	margin-top: 2px;
}
.product-image-mainVisual + .thum-image-box-wrapper {
	margin-top: 10px;
}
/*** ログイン前画像掲載不可 ***/
#product-detail-wrap.product-detail-table .pre-image-not-see-wrap {
	display: table;
	width: 400px;
	height: 400px;
	margin: 0 auto 20px;
}
#product-detail-wrap.product-detail-table .pre-image-not-see {
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #e9e9e9;
	font-size: 16px;
	line-height: 1.9;
	color: #999;
	text-shadow: 1px 1px 1px #fff;
}

/* TAB/SP */
@media screen and (max-width: 940px) {
	/* 大画像の枠 */
	#product-detail-wrap.product-detail-table .large-image-relative {
		float: none;
		border: 0;
	}
	#product-detail-wrap.product-detail-table .large-image-absolute img {
		position: relative;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 362px;
	}
	/* サムネイル画像の枠 */
	#product-detail-wrap.product-detail-table .thum-image-box {
		float: none;
		width: 100%;
		margin: 20px 0 0;
	}
	#product-detail-wrap.product-detail-table .thum-image-float {
		display: inline-block;
		vertical-align: middle;
	}
	#product-detail-wrap.product-detail-table .large-image-zoom-button { display: none; }
	/* 画像送り */
	#product-detail-wrap.product-detail-table .navi-prev-box,
	#product-detail-wrap.product-detail-table .navi-next-box {
		width: 60px;
		padding: 70px 10px;
	}
	#product-detail-wrap.product-detail-table .navi-prev-box span,
	#product-detail-wrap.product-detail-table .navi-next-box span {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		border: 0!important;
	}
	#product-detail-wrap.product-detail-table .navi-prev-box { left: 0; }
	#product-detail-wrap.product-detail-table .navi-next-box { right: 0; }

	#product-detail-wrap.product-detail-table #thumbImageBox img {
		border-width: 0px;
		margin: 0;
		top: 50%;
		left:50%;
		max-width: calc(100% - 2px);
		max-height: calc(100% - 2px);
		transform: translate(-50%,-50%);
		position: absolute;
	}
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-selected::before {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-selected {
		width: 100%;
		height: 100%;		
	}
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-vertical {
		width: 100%;
		height: 100%;
	}	
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	/*** 商品画像 ***/
	#product-detail-wrap.product-detail-table .large-image-relative,
	#product-detail-wrap.product-detail-table .large-image-absolute,
	#product-detail-wrap.product-detail-table .large-image-absolute .no-img-path {
		width: 362px;
		height: 362px;
	}

	#product-detail-wrap.product-detail-table .pre-image-not-see-wrap {
		width: 362px;
		height: 362px;
	}
	/* サムネイル画像の枠 */
	#product-detail-wrap.product-detail-table .thum-image-box { margin: 20px 0 0; }
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float {
		width: 52px;
		height: 52px;
	}

	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float { margin: 0 10px 10px 0; }
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float:nth-child(6n) { margin-right: 0; }
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-vertical,
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-selected { border-width: 1px; }


	#product-detail-wrap.product-detail-table .thum-image-box {
		text-align: left;
		padding: 0;
	}
	/* コメント */
	#product-detail-wrap.product-detail-table .product-image-box table { width: 100%; }
	/* 画像送り */
	#product-detail-wrap.product-detail-table .navi-prev-box,
	#product-detail-wrap.product-detail-table .navi-next-box { top: 85px; }
}
/* SP */
@media screen and (max-width: 670px) {
	/*** 商品画像 ***/
	#product-detail-wrap.product-detail-table .no-img-path-wrap,
	#product-detail-wrap.product-detail-table .no-img-path-wrap .large-image-absolute,
	#product-detail-wrap.product-detail-table .large-image-absolute .no-img-path,
	#product-detail-wrap.product-detail-table .pre-image-not-see-wrap {
		width: 100%;
		height: 100vw;
	}
	#product-detail-wrap.product-detail-table .large-image-absolute {
		width: 100vw;
		height: 100vw;		
	}
	#product-detail-wrap.product-detail-table .large-image-relative {
		width: auto;
		height: 100vw;
	}
	#product-detail-wrap.product-detail-table .large-image-absolute img {
		max-width: 100vw;
		max-height: 100vw;
	}
	#product-detail-wrap.product-detail-table .product-image-box {
		margin: 0 0 15px;
		width: 100%;
	}
	#product-detail-wrap.product-detail-table.image-box-inner { display: block; }
	#product-detail-wrap.product-detail-table .large-image-relative { display: inline-block; }
	#product-detail-wrap.product-detail-table .product-image-box table { width: 100%; }
	#product-detail-wrap.product-detail-table .large-image-absolute { top: 0; }
	/* サムネイル画像の枠 */
	#product-detail-wrap.product-detail-table .thum-image-box { margin: 0; }
	#product-detail-wrap.product-detail-table #thumbImageBox .thum-image-float {
		width: auto;
		height: auto;
		margin: 0 7px;
	}
	/* 画像送り */
	#product-detail-wrap.product-detail-table .navi-prev-box,
	#product-detail-wrap.product-detail-table .navi-next-box { 
		top: calc(50vw - 90px);
		outline: none;
	}
	/* youtube */
	#product-detail-wrap.product-detail-table .movie-wrap {
		width: 90%;
		padding-top: 50.625%;
	}
	/* 画像転載不可の注記 */
	.product-detail-table .pic-caution {
		margin: 0 10px;
	}
	.swiper-slide-item img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);		
	}
	#imageBoxInner .swiper-slide-item {
		width: 66px;
		height: 66px;
		padding: 0 4px;
	}
	#imageBoxInner .swiper-thumbnails {
		padding: 10px 6px 5px;
	}
	.swiper-slide-item-inner {
		position: relative;
		border: 1px solid #CCCCCC;
		width: 58px;
		height: 58px;
	}
	.swiper-slide-item.swiper-slide-thumb-active .swiper-slide-item-inner::before {
		content: "";
		position: absolute;
		border: 2px solid #2489CE;
		top: -1px;
		left: -1px;
		z-index: 2;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
	}
}

/*************************************** 商品企業コメント ***************************************/
#product-detail-wrap.product-detail-table .product-comment-wrap,
#product-detail-wrap.product-detail-table .product-comment-wrap * {
	width: 575px;
	word-wrap: break-word!important;
	word-break: break-all!important;
}
#product-detail-wrap.product-detail-table #product_comment { margin: 40px 0 20px; }
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .product-comment-wrap,
	#product-detail-wrap.product-detail-table .product-comment-wrap * { width: 360px; }
}
/* SP */
@media screen and (max-width: 670px) {
	#product-detail-wrap.product-detail-table .product-comment-wrap,
	#product-detail-wrap.product-detail-table .product-comment-wrap * { width: 100%; }
	#product-detail-wrap.product-detail-table #product_comment {
		border: 0;
		padding: 0;
		margin: 0;
	}
}

/*************************************** 商品情報詳細 ***************************************/
/*** 見出し ***/
#product-detail-wrap.product-detail-table .product-details-ttl div {
	display: inline-block;
	vertical-align: middle;
}
#product-detail-wrap.product-detail-table .product-details-ttl .co-title2 { width: 200px; }
/* 登録日 */
#product-detail-wrap.product-detail-table .product-details-ttl .product-entry-date {
	text-align: right;
	width: calc(100% - 200px);
}
/*** 商品情報表 ***/
#product-detail-wrap.product-detail-table .product-detail-infolist { border-bottom: 1px #cccccc solid; }
#product-detail-wrap.product-detail-table .product-detail-infolist dt,
#product-detail-wrap.product-detail-table .product-detail-infolist dd {
	border-style: solid;
	border-color: #cccccc;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dt {
	padding: 6px 10px;
	background-color: #eeeeee;
	border-width: 1px 1px 0;
	box-shadow: 0 1px 0 0 #ffffff inset;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd {
	padding: 10px;
	border-width: 0 1px;
	margin: 0;
	position: relative;
}
/*** 続きを見る ***/
#product-detail-wrap.product-detail-table #product-comment-show-pt,
#product-detail-wrap.product-detail-table .product-detail-information input,
#open-set-table { display: none; }

/* TAB/SP */
@media screen and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .product-detail-information { margin-bottom: 30px; }
	#product-detail-wrap.product-detail-table .product-details {
		float: none;
		clear: both;
	}
	/*** 商品情報表 ***/
	#product-detail-wrap.product-detail-table .product-detail-infolist { margin-top: 30px; }
	#product-detail-wrap.product-detail-table .product-detail-infolist,
	#product-detail-wrap.product-detail-table .product-detail-infolist dt,
	#product-detail-wrap.product-detail-table .product-detail-infolist dd { border: 0; }
	#product-detail-wrap.product-detail-table .product-detail-infolist dt,
	#product-detail-wrap.product-detail-table .product-detail-infolist dd {
		background: none;
		padding: 0 0 5px;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dt {
		font-size: 16px;
		font-weight: bold;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dt:not(:first-child) { margin-top: 20px; }
	/*** 続きを見る ***/
	#product-detail-wrap.product-detail-table #product-comment-show-pt + .product-comment label,
	#product-detail-wrap.product-detail-table .product-detail-infolist label,
	.product-information-box .open-set-table-trgr {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px 0;
		background-color: #ffffff;
		box-shadow: 0 -10px 17px 11px #ffffff;
		color: #0066cc;
		display: none;
	}
	.product-information-box .open-set-table-trgr {
		display: block;
		text-align: center;
		font-size: 13px;
	}
	#product-detail-wrap.product-detail-table #product-comment-show-pt + .product-comment label:after,
	#product-detail-wrap.product-detail-table .product-detail-infolist label:after,
	.product-information-box .open-set-table-trgr:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		margin: 0 0 2px 5px;
		border-style: solid;
		border-color: #0066cc;
		border-width: 0 2px 2px 0;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#product-detail-wrap.product-detail-table #product-comment-show-pt + .product-comment,
	#product-detail-wrap.product-detail-table .product-detail-infolist .product-comment-txt,
	#product-detail-wrap.product-detail-table .product-detail-infolist .product-dealer-caution-txt {
		overflow: hidden;
		transition: all 0.3s ease-in;
	}
	#product-detail-wrap.product-detail-table #product-comment-show-pt + .product-comment {
		max-height: 250px;
		position: relative;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist .product-comment-txt,
	#product-detail-wrap.product-detail-table .product-detail-infolist .product-dealer-caution-txt { max-height: 120px; }
	#product-detail-wrap.product-detail-table #product-comment-show-pt:checked + .product-comment,
	#product-detail-wrap.product-detail-table .product-detail-information #product-comment-show:checked ~ dl .product-comment-txt,
	#product-detail-wrap.product-detail-table .product-detail-information #product-dealer-caution-show:checked ~ dl .product-dealer-caution-txt { max-height: 9000px; }
	#product-detail-wrap.product-detail-table #product-comment-show-pt:checked + .product-comment label,
	#product-detail-wrap.product-detail-table .product-detail-information #product-comment-show:checked ~ dl .product-comment-txt label,
	#product-detail-wrap.product-detail-table .product-detail-information #product-dealer-caution-show:checked ~ dl .product-dealer-caution-txt label { display: none!important; }
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap.fold-set-table {
		max-height: 1800px;
		overflow: hidden;
		transition: max-height 0.3s ease-in;
	}
	#open-set-table:checked ~ .info-list-wrap.fold-set-table { max-height: 90000px!important; }
	#open-set-table:checked ~ .open-set-table-trgr { display: none; }
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .product-details { width: 100%; }
}
/* SP */
@media screen and (max-width: 670px) {
	#product-detail-wrap.product-detail-table .product-details {
		width: 96%;
		margin: 0 auto;
	}
}

#jsp-tiles-productdetail-c .product-text-box .sold-out-big {
	color: #dc4d4d;
	font-size: 180%;
}

#jsp-tiles-productdetail-c .product-text-box .appear-end-big {
	color: #666666;
	font-size: 180%;
}

#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .product-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .product-icon {
	margin: 0 0 15px 0;
	display: flex;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .product-icon img {
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .icon-attribute {
	padding: 1px 3px 0px 4px;
	margin: 0 10px 0 0;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .icon-attribute span {
	padding: 1px 0 0 0;
	letter-spacing: 0.08em;
	display: inline-block;
	vertical-align: middle;
}

#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .icon-cool {
	border: 2px solid #429DDB;
	color: #429DDB;

}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .icon-frozen {
	border: 2px solid #0751B1;
	color: #0751B1;
}


#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info {
	padding-bottom: 5px;
	margin: 0 10px 0 0;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area {
	border:1px solid #333;
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area span {
	vertical-align: baseline;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area > span {
	display: table-cell;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-rate {
	font-size: 128%;
	font-weight: bold;
	margin-left: 3px;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-date-last,
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-date-period {
	background: #fff;
	padding: 3px 7px;
	font-weight: bold;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-date-period {
	background: #fff;
	font-weight: bold;
	color: #333;
	font-size: 97%;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-date-last {
	color: #dc4d4d;
}

/* PC ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 941px) {
	/*** 商品名・ブランド・ジャンル周り ***/
	#jsp-tiles-productdetail-c .product-text-box .product-name {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre tr td:first-child {
		width: 6em;
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre {
		padding-top: 5px;
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre dl { display: flex; }
	#jsp-tiles-productdetail-c .product-text-box .brand-genre dt {
		display: flex;
		justify-content: space-between;
		width: 7em;
		flex-shrink: 0;
		padding-right: 0.3em;
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre dd {
		margin: 0;
		width: calc(100% - 7em);
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	#jsp-tiles-productdetail-c .product-text-box .brand-genre dd li:not(:last-child):not(only-child):after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		margin: 0 8px 1px 5px;
		border-top: 2px #8f8f8f solid;
		border-right: 2px #8f8f8f solid;
		transform: rotate(45deg);
		border-radius: 1px;
	}
	#jsp-tiles-productdetail-c .product-text-box .product-name-wrap {
		padding: 0 0 20px 0;
	}
	#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info {
		padding-bottom: 5px;
	}
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
/*** 商品情報表 ***/
#product-detail-wrap.product-detail-table .product-detail-infolist { border-top: 1px #cccccc solid; margin-top: 30px;}
}
/* SP */
@media screen and (max-width: 670px) {
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap {
	padding: 0 10px 5px;
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area {
	border:1px solid #333;
	background: #333;
	color: #fff;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	display: inline-block;
	}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .cp-info-area .cp-rate{
	font-weight: bold;
}
}
#jsp-tiles-productdetail-c .product-text-box .product-name-wrap .campaign-info .discount-info .date .today {
	background-color: #dc4d4d;
	border: solid 1px #dc4d4d;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-top: -1px;
	padding: 1px 10px;
}

#jsp-tiles-productdetail-c .product-information-box {
	position:relative;
	width:100%;
	margin-bottom: 10px;
}

#jsp-tiles-productdetail-c .product-information-box .info-list-wrap tr td:not(.co-ts-only) {
	word-break: break-all;
	white-space: normal;
}

#jsp-tiles-productdetail-c .product-information-box .back-color {
	background-color: #eeeeee;
	font-weight:normal;
	padding:5px;
	vertical-align:top;
}

#jsp-tiles-productdetail-c .product-information-box .td-jan {
	word-break: break-all;
}

#jsp-tiles-productdetail-c .product-information-box .set-list {
	border-collapse: collapse;
	width: 100%;
}
#jsp-tiles-productdetail-c .product-information-box .set-list input {
	width: 100%;
}
/*�R���i�΍􃁃b�Z�[�W*/
#jsp-tiles-productdetail-c .corona-temp-message {
	width: 370px;
	margin-left: auto;
}
#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-error01 {
	padding: 0 0 0 17px;
	background:URL('/img/icon/error.gif') no-repeat scroll left 5% transparent;
	color:#dc4d4d;
	text-align: left;
}

#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-error02 {
	background:URL('/img/icon/error.gif') no-repeat scroll left 50% transparent;
	padding-left:17px;
	color:#dc4d4d;
}

#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-error02 span {
	font-size:11px;
}

#jsp-tiles-productdetail-c .float-left {
	float: left;
}

#jsp-tiles-productdetail-c .float-right {
	float: right;
}

#jsp-tiles-productdetail-c .ts-webexp{
	background: #d09b55;
	color: #ffffff;
	padding: 4px 10px;
	text-align: center;
	font-size: 14px;
}

#jsp-tiles-productdetail-c a:link .ts-webexp{
	color: #ffffff;
}

#jsp-tiles-productdetail-c a:visited .ts-webexp{
	color: #ffffff;
}

#jsp-tiles-productdetail-c a:hover .ts-webexp{
	text-decoration: underline;
	color: #ffffff;
}

#jsp-tiles-productdetail-c .product-name-wrap {
	height: auto;
	padding-bottom: 5px;
}
/* ranking */
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] {
	margin-bottom: 20px;
}
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] .rank-title {
	font-size: 11px;
	font-weight: normal;
}
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a {
	display: inline-block;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	padding: 2px 28px 2px 62px;
	margin-top: 10px;
	position: relative;
}
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a:hover {
	opacity: 0.8;
}
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a:before {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 47px;
	height: 43px;
	font-size: 22px;
	font-family: 'arial';
	font-weight: normal;
	padding-right: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a:after {
	content: "";
	display: block;
	border-right: 15px solid #ffffff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-01 a {
	background-color: #ffbb33;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-01 a:before {
	content: "1";
	background: #ffffff url('/img/ranking/domestic/icon_gold.png') no-repeat left;
	background-size: contain;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-02 a {
	background-color: #a6b5ba;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-02 a:before {
	content: "2";
	background: #ffffff url('/img/ranking/domestic/icon_silver.png') no-repeat left;
	background-size: contain;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-03 a {
	background-color: #e39a7d;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-03 a:before {
	content: "3";
	background: #ffffff url('/img/ranking/domestic/icon_bronze.png') no-repeat left;
	background-size: contain;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-04-10 a {
	background-color: #76bdf5;
	padding: 2px 28px 2px 46px;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-04-10 a:before {
	width: 35px;
	height: 40px;
	background-color: #76bdf5;
	align-items: center;
	padding: 0;
	border-right: 3px solid #ffffff;
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-04 a:before {
	content: "4";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-05 a:before {
	content: "5";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-06 a:before {
	content: "6";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-07 a:before {
	content: "7";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-08 a:before {
	content: "8";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-09 a:before {
	content: "9";
}
#jsp-tiles-productdetail-c .product-name-wrap .ranking-10 a:before {
	content: "10";
}
#jsp-tiles-productdetail-c .product-text-box .product-name {
	font-size: 120%;
	color: #333333;
}
#jsp-tiles-productdetail-c .product-text-box .area {
	margin:3px 0 0 0;
}

#jsp-tiles-productdetail-c .product-text-box .open-price {
	padding:5px 0 2px 0;
}

#jsp-tiles-productdetail-c .product-text-box .price {
	color: #dc4d4d;

}

#jsp-tiles-productdetail-c .product-text-box .bold {
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-text-box .price-text {
	font-size: 120%;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-text-box .price-large {
	font-size: large;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-text-box .point {
	margin: 5px 0;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
}

#jsp-tiles-productdetail-c .product-text-box .sold-out {
	font-weight: bold;
	color:#dc4d4d;
	padding:5px 0 0 0;
}

#jsp-tiles-productdetail-c .product-text-box .product-detail-information td {
	padding:5px 10px;
}

#jsp-tiles-productdetail-c .product-setinfo-wrap .h-td {
	text-align: center;
	white-space: nowrap;
	background-color: #EEEEEE;
	width: 80px;
}

#jsp-tiles-productdetail-c .product-details-font {
	font-size: x-small;
}

#jsp-tiles-productdetail-c .msgbox {
	margin-top:10px;
}

#jsp-tiles-productdetail-c .add-wishlist {
	margin:5px 0px 10px 0px;
}

#jsp-tiles-productdetail-c .cart {
	margin: 3px;
}

#jsp-tiles-productdetail-c .product-set-table-wrap {
	margin: 20px 0 20px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 2px;
}

#jsp-tiles-productdetail-c .product-set-table {
	margin: 0;
	width: 100%;
}

#jsp-tiles-productdetail-c .product-set-table th {/*全体のth設定*/
	background-color: #EEEEEE;
	border-width:1px;
	border-color:#999999;
}

#jsp-tiles-productdetail-c .product-set-table .th1 {
	text-align: center;
	border-style: solid solid solid none;
	width:10%;
}

#jsp-tiles-productdetail-c .product-set-table .th2 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-table .th3 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-table .th4 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table .th5 {
	text-align: center;
	border-style: solid solid solid none;
	width: 5%;
}

#jsp-tiles-productdetail-c .product-set-table .th6 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table .th7 {
	text-align: center;
	border-style: solid none solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-table .th8 {
	text-align: center;
	border-style: none solid solid none;
	width:37%;
}

#jsp-tiles-productdetail-c .product-set-table .th9 {
	text-align: center;
	border-style: none solid solid none;
	width:8%;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table td {/*全体のtd設定*/
	background-color: #FFFFFF;
	border-color: #999999;
	border-width: 1px;
}

#jsp-tiles-productdetail-c .product-set-table .td1 {
	text-align: left;
	border-style: none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-table .td2 {
	text-align: left;
	border-style: none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-table .td3 {
	text-align: right;
	border-style: none solid solid none;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table .td4 {
	text-align: right;
	border-style: none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-table .td5 {
	white-space: nowrap;
	border-style: none solid solid none;
	color: #dc4d4d;
}

#jsp-tiles-productdetail-c .product-set-table .td5 .trading {
	text-align: right;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table .td6 {
	text-align: right;
	border-style: none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-table .td7 {
	text-align: right;
	border-style: none solid solid none;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-table .td8 {
	text-align: right;
	border-style: none none solid none;
}

#jsp-tiles-productdetail-c .product-set-table .td9 {
	text-align: center;
	border-style: none none solid none;
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .product-set-pretable th {/*全体のth設定*/
	background-color: #EEEEEE;
	border-width:1px;
	border-color:#999999;
}

#jsp-tiles-productdetail-c .product-set-pretable .th1 {
	text-align: center;
	border-style: solid solid solid none;
}

#jsp-tiles-productdetail-c .product-set-pretable .th2 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-pretable .th3 {
	text-align: center;
	border-style: solid solid solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-pretable .th4 {
	text-align: center;
	border-style: solid none solid none;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-pretable .th5 {
	text-align: center;
	border-style: solid none solid solid;
	width: 10%;
}

#jsp-tiles-productdetail-c .product-set-pretable .th6 {
	text-align: center;
	border-style: none solid solid none;
	width: 37%;
}

#jsp-tiles-productdetail-c .product-set-pretable .th7 {
	text-align: center;
	border-style: none solid solid none;
	width: 8%;
}

#jsp-tiles-productdetail-c .product-set-pretable td {/*全体のtd設定*/
	background-color: #FFFFFF;
	border-color: #999999;
	border-width: 1px;
}

#jsp-tiles-productdetail-c .product-set-pretable .td1 {
	text-align: left;
	border-style:none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-pretable .td2 {
	text-align: left;
	border-style:none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-pretable .td3 {
	text-align: right;
	border-style:none solid solid none;
	color: #dc4d4d;
}

#jsp-tiles-productdetail-c .product-set-pretable .td4 {
	text-align: right;
	border-style:none solid solid none;
}

#jsp-tiles-productdetail-c .product-set-pretable .td5 {
	text-align: center;
	border-style:none none solid none;
}

#jsp-tiles-productdetail-c .product-set-pretable .td6 {
	white-space: nowrap;
	border-style:none none solid solid;
}

#productDeatilImage {
	top:4%;
	position:absolute;
	z-index: 100003;
}
#modalDialogMask { z-index: 100002; }

#jsp-tiles-productdetail-c .product-salesdata-box .area {
	margin-top: 30px;
	width: 500px;
}

#jsp-tiles-productdetail-c .product-salesdata-box .state-disabled {
	color:#999999;
	background:#eeeeee;
	border:1px #cccccc solid;
}

#jsp-tiles-productdetail-c .product-salesdata-box .tab {
	background-image:url(/img/jsp/tab_numstores_bg.gif);
	margin-top: 20px;
}

#jsp-tiles-productdetail-c .product-salesdata-box .loading {
	width: 387px;
	height:200px;
	border: solid 1px #CCCCCC;
	margin: 30px 0 0 50px;
	text-align: center;
	position:relative;
}

#jsp-tiles-productdetail-c .product-salesdata-box .loading .img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-10px;
	margin-top:-10px;
}

#jsp-tiles-productdetail-c .product-salesdata-box .comment {
	font-size:77% !important;
	text-align: center;
	margin-top: 10px;
}

/* 予約販売 */
#jsp-tiles-productdetail-c .preOrder-note {
	margin: -5px 0 30px;
}
#jsp-tiles-productdetail-c .preOrder-note span {
	padding: 6px 8px 5px;
	color:#DC4D4D;
	border: 1px solid #DC4D4D;
	font-weight: bold;
	display: inline-block;
}

/* 在庫限り */
#jsp-tiles-productdetail-c .stock-icon {
	line-height: 0;
	margin-bottom: 3px;
	vertical-align: bottom;
}

/* 海外出荷可 */
#jsp-tiles-productdetail-c .icon-intl {
	line-height: 0;
	margin-bottom: 3px;
	vertical-align: bottom;
}

/* インフォメーション */
#jsp-tiles-productdetail-c .wholesale-notice-area {
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #FFF5E0;
	color: #333333;
	padding: 10px 0 10px 10px;
	margin-top: 10px;
}

/* 装飾タグ打ち消し */
.product-detail-information font,
.product-detail-information basefont,
.product-detail-information b,
.product-detail-information span,
.product-detail-information div,
#product_comment font,
#product_comment basefont,
#product_comment b,
#product_comment span,
#product_comment div {
	color: inherit!important;
	font-weight: normal!important;
	font-size: inherit!important;
	line-height: inherit!important;
	font-family: inherit!important;
	word-break: break-all!important;
	word-wrap: break-word!important;
	/* Standard browsers */
	color: expression(this.parentNode.currentStyle['color']);
	/* IE */
	font: inherit;
	/* Standard browsers. Font instead of font-size for Opera */
	font-family: expression(this.parentNode.currentStyle['fontFamily']);
	/* IE */
	font-size: 100%;
	/* All browsers. Sizes are inherited */
}
.product-detail-information .detail-wrap div,
.product-detail-information .detail-wrap p {
	background: inherit!important;
}

#product-detail-wrap.product-detail-table .product-detail-tr { display: table-row; }
#product-detail-wrap.product-detail-table .product-detail-tr .product-detail-td {
	display: table-cell;
	vertical-align: top;
}
/*** 商品詳細：ブランド名/ジャンル ***/
.product-detail-genre { display: table; }
.product-detail-genre dl { display: table-row; }
.product-detail-genre dt:after {
	content: ':';
	float: right;
	padding-right: 5px;
}
.product-detail-genre dt,.product-detail-genre dd {
	display: table-cell;
	vertical-align: top;
}
.product-detail-genre dt { width: 7em; }
.product-detail-genre dd a { display: inline-block; }

#jsp-tiles-productdetail-c .purchase-count {
	vertical-align: middle;
	text-align: center;
}

#jsp-tiles-productdetail-c .purchase-count>div:first-of-type {
	display: table;
}
#jsp-tiles-productdetail-c .purchase-count>div:first-of-type>div {
	display: table-cell;
	text-align: center;
	margin: 0;
	vertical-align: middle;
}
#jsp-tiles-productdetail-c .purchase-count>div:first-of-type>div:not(.quantity-button) { width: 40%; }
#jsp-tiles-productdetail-c .purchase-count .quantity-button { width: 30%; }
#jsp-tiles-productdetail-c .purchase-count input {
	border: #dadada solid 1px;
	width: 100%;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	border-radius: 0;
	padding: 3px 0;
}
#jsp-tiles-productdetail-c .purchase-count .quantity-button a {
	height: 26px;
	display: inline-block;
	width: 100%;
	background: #eeeeee; /* Old browsers用 */
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
	border: #dadada solid 1px;
	border-width: 1px 0 1px 1px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	padding: 3px;
	min-width: 25px;
}
#jsp-tiles-productdetail-c .purchase-count .quantity-button:last-child a {
	border-width:1px 1px 1px 0;
	border-radius: 0 5px 5px 0;
}
#jsp-tiles-productdetail-c .purchase-count .quantity-button a img {
	height: 10px;
	width: 10px;
}
#jsp-tiles-productdetail-c .product-information-box .product-num-alert {
	color: #dc4d4d;
	font-weight: bold;
}

#jsp-tiles-productdetail-c .prodact-detail-action-box .whole-sale-text {
	color: #dc4d4d;
	font-weight: bold;
}
#jsp-tiles-productdetail-c .product-text-box .fo-error-exclamation {
	background: url("/img/icon/error.gif") no-repeat scroll left 50% transparent;
	color: #dc4d4d;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 16px;
}

#jsp-tiles-productdetail-c .product-information-box .td-quantities .errors p{
	display: inline-block;
	margin: 5px auto;
	text-align: left;
	background-position: left 0.2em;
}

/* PC ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 941px) {
	/*** セット表 ***/
#jsp-tiles-productdetail-c .product-information-box .info-list-wrap {
	border: 1px solid #CCCCCC;
}

	#jsp-tiles-productdetail-c .product-information-box .border-r {
		border-right: 1px solid #cccccc;
	}

	#jsp-tiles-productdetail-c .product-information-box .border-rt {
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
	}

	#jsp-tiles-productdetail-c .product-information-box .border-t {
		border-top: 1px solid #cccccc;
	}

	#jsp-tiles-productdetail-c .product-information-box .border-b {
		/*border-bottom: 1px solid #cccccc;*/
	}

	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail,
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail + td {
		padding: 5px;
	}

	#jsp-tiles-productdetail-c .product-information-box .maker-product-price {
		border-top: 1px solid #cccccc;
		min-width: 3em;
		padding: 5px;
	}

	#jsp-tiles-productdetail-c .product-information-box:not(.pre-set):not(.not-trading) .maker-product-price {
		border-right: 1px dotted #cccccc;
		padding: 5px 5px 0;
	}

	#jsp-tiles-productdetail-c .product-information-box .product-num-alert-stock {
		color: #dc4d4d;
	}

	#jsp-tiles-productdetail-c .product-information-box .errors td {
		text-align: right;
		padding:5px;
		border-top:#CCCCCC solid 1px;
		border-right:#CCCCCC solid 1px;
	}

	#jsp-tiles-productdetail-c .product-information-box .maker-wholesale-price {
		border-right: 1px dotted #cccccc;
		padding: 0 5px 5px;
	}

	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap tr td.maker-wholesale-set-price {
		border-right: 1px solid #cccccc;
		border-top: 1px dotted #cccccc;
		font-size: 15px;
		font-weight: bold;
		text-align: right;
		padding: 5px;
		word-break: normal;
	}

	#jsp-tiles-productdetail-c .product-information-box .td-price01,
	#jsp-tiles-productdetail-c .product-information-box .td-price02 {
		text-align: right;
		padding: 5px;
		word-break: break-all;
		min-width: 3em;
	}

	#jsp-tiles-productdetail-c .product-information-box .td-price02 {
		padding: 5px;
	}

	#jsp-tiles-productdetail-c .product-information-box .maker-wholesale-set-price-last {
		border-right: 1px solid #cccccc;
		border-top: 1px dotted #cccccc;
		color: #dc4d4d;
		font-weight: bold;
	}

	#jsp-tiles-productdetail-c .product-information-box .maker-product-price .float-right.co-fs11{ font-size: 100%!important;}

	#jsp-tiles-productdetail-c .product-information-box .cmp-price {
		font-weight: bold;
		line-height: 1;
		margin: 3px 0 0;
		color: #dc4d4d;
	}

	#jsp-tiles-productdetail-c .product-information-box .set-num {
		border-right: 1px dotted #cccccc;
		border-top: 1px dotted #cccccc;
		font-weight: bold;
		padding: 5px;
		text-align: right;
	}

	#jsp-tiles-productdetail-c .product-information-box .set-num span {
		white-space:nowrap;
	}

	#jsp-tiles-productdetail-c .product-information-box .set-num-last {
		border-right: 1px dotted #cccccc;
		border-top: 1px dotted #cccccc;
		font-weight: bold;
		padding: 5px;
		text-align: right;
	}

	#jsp-tiles-productdetail-c .product-information-box .alert {
		border-top: 1px solid #CCCCCC;
		padding: 5px;
		text-align: right;
	}
	#jsp-tiles-productdetail-c .purchase-count > span {
		margin-top: 5px;
		display: inline-block;
	}

	#jsp-tiles-productdetail-c .product-information-box .td-quantities{
		padding: 10px;
	}
	#jsp-tiles-productdetail-c .product-information-box .td-quantities > div:not(.errors){
		width: 85px;
		margin: 0 auto;
		text-align: center;
	}

	#jsp-tiles-productdetail-c .product-information-box .td-quantities .errors p{
		max-width: 250px;
	}

	#jsp-tiles-productdetail-c .product-information-box .num-stores {
		font-size:93%;
		text-align: right;
		border-top: 1px dotted #cccccc;
		border-right: 1px solid #cccccc;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box {
		text-align: right;
		margin-bottom: 8px;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button {
		display: inline-block;
		vertical-align: middle;
		text-align:center;
		margin-left:10px;
		height:3.2em;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button [class^='loadingImage'] { min-width: 158px!important; }
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button [class^='loadingImage'] img { margin-top: 12px!important; }

	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button .add-cart-item {
		cursor:pointer;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-button {
		float:right;
		width:129px;
		text-align:center;
		height:3em;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box loading-img {
		text-align:center;
		margin:10px auto;
		width:118px;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box loadingImage {
		text-align:center;
		margin:10px auto;
		width:118px;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .apply-button a {
		background: url(/img/common/button/wholesale_price_apply.gif) no-repeat 50% 0;
		width: 116px;
		height: 23px;
		display: inline-block;
		overflow: hidden;
		cursor: pointer;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .apply-button a:hover {
		background: url(/img/common/button/wholesale_price_apply.gif) no-repeat 50% -23px;
		width: 116px;
		height: 23px;
		display: inline-block;
		overflow: hidden;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .apply-button a span {
		text-indent: 100%;
		display: block;
		overflow: hidden;
		white-space: nowrap;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .text-underline {
		text-decoration: underline;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .add-cart {
		text-align: center;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .add-cart a {
		color:#0066cc;
		font-weight:bold;
	}
	#jsp-tiles-productdetail-c .product-text-box .ts-td-col02{
		text-align: center;
		vertical-align: middle;
		min-width: 0;
		height: 100%;
	}

	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .set-list tr td.stock-info{
		white-space: nowrap;
		padding: 5px;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box{
		text-align:right;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box + .co-mt15,
	#jsp-tiles-productdetail-c .product-information-box .alert-added{
		min-width: 9em;
		height: 39px;
		padding-top: 9px;
	}
	#jsp-tiles-productdetail-c .tooltip-parent {
		display: inline-block;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-trigger:hover {
		cursor: pointer;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-trigger:hover + .product-detail-tooltip-contents {
		display: block;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		box-shadow: 1px 1px 3px #00000033;
		border: 1px solid #BDBDBD;
		border-radius: 5px;
		font-size: 12px;
		z-index: 2;
		text-align: left;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents dt {
		font-weight: bold;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents dd {
		margin: 0;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents ul {
		margin-top: 10px;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#jsp-tiles-productdetail-c .product-detail-tooltip-contents li + li {
		margin-top: 10px;
	}

}
/* TAB/SP ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 940px) {
	/*** 商品名・ブランド・ジャンル周り ***/
	/* 予約販売 */
	#jsp-tiles-productdetail-c .preOrder-note {
		margin: 0 0 15px;
	}
	/*** セット表 ***/
	#jsp-tiles-productdetail-c .product-information-box .set-list {
		table-layout: fixed;
	}
	#jsp-tiles-productdetail-c .product-text-box .set-list tr td {
		display: block;
	}
	#jsp-tiles-productdetail-c .product-information-box .ts-tr02 {
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	}
	#jsp-tiles-productdetail-c .product-information-box .set-list .ts-tr02:nth-of-type(2) {
	margin-top: 5px;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail{
		border-top: 1px solid #dadada;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail > div {
		border-bottom: 1px solid #dadada;
	}
#jsp-tiles-productdetail-c .product-information-box .td-jan {
	font-size: 75%;
}
	#jsp-tiles-productdetail-c .product-text-box .ts-td-col01 {
		padding: 10px;
		height: 100%;
		flex-grow: 2;
	}
	#jsp-tiles-productdetail-c .product-text-box .ts-td-col02{
		float: right;
		margin: 10px auto;
		text-align:center;
		min-width: 100px;
		padding-right: 10px;
		flex-grow: 1;
	}
	#jsp-tiles-productdetail-c .product-information-box .set-num {
		word-break: break-all;
	}
	#jsp-tiles-productdetail-c .product-information-box .set-num span {
		vertical-align: top;
	}
	#jsp-tiles-productdetail-c .product-information-box .co-ts-only .set-num span:first-child {
		vertical-align: middle;
	}
	#jsp-tiles-productdetail-c .product-information-box .co-ts-only .set-num > span:first-child {
		font-size: 80%;
		margin-top: 5px;
		display: inline-block;
	}
	#jsp-tiles-productdetail-c .product-information-box .set-num span .list-price {
		display: block;
		margin: 0;
		text-align: right;
	}

	#jsp-tiles-productdetail-c .product-text-box .co-ts-only .ts-price-wrap {
		background: #f6f6f6;
		color:#666666;
		font-size: 70%;
		padding: 5px 8px;
		margin: 5px 0 0;
	}

	#jsp-tiles-productdetail-c .product-text-box .co-ts-only .ts-price-wrap tr td {
		vertical-align: top;
		display: table-cell;
	}
	#jsp-tiles-productdetail-c .product-text-box .co-ts-only .ts-price-wrap tr td:first-child {
		min-width: 5em;
	}

	#jsp-tiles-productdetail-c .product-information-box.pre-set .maker-product-price,
	#jsp-tiles-productdetail-c .product-information-box.not-trading .maker-product-price{
		padding: 10px 10px 0;
		width: 100%;
	}

	#jsp-tiles-productdetail-c .product-information-box .co-ts-only .maker-wholesale-set-price,
	#jsp-tiles-productdetail-c .product-information-box.pre-set .maker-product-price .float-right,
	#jsp-tiles-productdetail-c .product-information-box.not-trading .maker-product-price .float-right{
		font-size: 110%;
		font-weight: bold;
		white-space: nowrap;
		display: inline-block;
	}

	#jsp-tiles-productdetail-c .product-information-box.pre-set .maker-product-price .float-right .co-ts-only,
	#jsp-tiles-productdetail-c .product-information-box.not-trading .maker-product-price .float-right .co-ts-only{
		font-size: 15px;
		font-weight: normal;
	}


	#jsp-tiles-productdetail-c .product-information-box.pre-set .maker-product-price .float-left,
	#jsp-tiles-productdetail-c .product-information-box.not-trading .maker-product-price .float-left {
		font-size: 14px;
	}

	#jsp-tiles-productdetail-c .product-information-box .product-num-alert-stock {
		color: #dc4d4d;
		display: block;
		text-align: right;
		font-size: 85%;
		margin-right: 23px;
	}

	#jsp-tiles-productdetail-c .product-information-box .stock-info{
		padding: 5px 10px 10px;
		width: 100%;
		text-align: right;
	}
	#jsp-tiles-productdetail-c .purchase-count {
		margin: 0 auto;
		position: relative;
		bottom: 50%;
		text-align: right;
	}

	#jsp-tiles-productdetail-c .purchase-count>div:first-of-type {
		display: inline-table;
	}
	#jsp-tiles-productdetail-c .purchase-count>div:first-of-type>div {width: auto;}
	#jsp-tiles-productdetail-c .purchase-count>div:first-of-type>div:not(.quantity-button) {
		width: 45px;
	}
	#jsp-tiles-productdetail-c .purchase-count input {
		border: #dadada solid 1px;
		height: 40px;
		font-size: 108%;
	}
	#jsp-tiles-productdetail-c .purchase-count .quantity-button a {
		height: 40px;
		width: 39px;
		padding: 9px 3px;
	}
	#jsp-tiles-productdetail-c .purchase-count .quantity-button a img {
		height: 12px;
		width: 12px;
	}
	#jsp-tiles-productdetail-c .product-information-box .td-quantities .errors p{
		max-width: 100%;
		margin-left: 10px;
	}

	#jsp-tiles-productdetail-c .product-information-box .add-alertSet-action ,
	#jsp-tiles-productdetail-c .product-information-box .add-alert-action ,
	#jsp-tiles-productdetail-c .product-information-box .alert-added{
		font-size: 73%;
	}
	#jsp-tiles-productdetail-c .product-information-box .add-alertSet-action{
		height: 28px;
	}
	#jsp-tiles-productdetail-c .product-information-box{
		font-size: 125%;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap {
		border-bottom: 0px;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail {
		padding: 10px 10px 0;
		flex-basis: 100%;
		flex-shrink: 1;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .td-set-detail > div {
		padding-bottom: 8px;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .tr-last {
		width: 100%;
		display: block;
		clear: both;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		text-align: center;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .tr-last table {
		margin: 0 auto;
	}
	#jsp-tiles-productdetail-c .product-information-box .info-list-wrap .tr-last td {
		text-align: left;
		width: 100%;
		border-collapse: collapse;
		padding: 5px 10px 3px;
		color: #8f8f8f;
		font-size: 73%;
		display: inline-block;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box{
		text-align:right;
		margin-right: 10px;
		z-index: 3;
	}

	#jsp-tiles-productdetail-c .prodact-detail-action-box .co-btn-wht{
		margin-top: 5px;
	}

	/* ranking */
	#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] {
		min-width: 256px;
	}
	#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a {
		height: 37px;
		font-size: 13px;
		padding: 2px 25px 1px 57px;
	}
	#jsp-tiles-productdetail-c .product-name-wrap .ranking-04-10 a {
		padding: 2px 25px 1px 41px;
	}
	#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a:before {
		width: 44px;
		height: 40px;
		line-height: 1.4;
		font-size: 20px;
	}
	#jsp-tiles-productdetail-c .product-name-wrap .ranking-04-10 a:before {
		width: 32px;
		height: 37px;
	}
	#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a:after {
		border-top: 18.5px solid transparent;
		border-bottom: 18.5px solid transparent;
	}
	/* wishlist icon */
	#jsp-tiles-productdetail-c .btm-fix-btns.btm-flex,
	#jsp-tiles-productdetail-c .btm-fix-btns.btm-flex-soldout {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		padding: 8px 20px;
	}
	#jsp-tiles-productdetail-c .btm-fix-btns.btm-flex {
		height: 66px;
	}
	#jsp-tiles-productdetail-c .btm-flex .cart-button {
		width: 100%;
		height: auto !important;
	}

	#jsp-tiles-productdetail-c .btm-flex .apply-btn ,
	#jsp-tiles-productdetail-c .btm-flex .btm-cart-btn {
		width: 100%;
		margin-top: 0 !important;
		height: auto;
	}
	#jsp-tiles-productdetail-c .btm-flex .apply-btn a,
	#jsp-tiles-productdetail-c .btm-flex .btm-cart-btn a {
		padding: 14px 12px;
	}
	#jsp-tiles-productdetail-c .btm-flex .apply-btn  {
		margin: 0;
		font-size: 18px;
	}
		#jsp-tiles-productdetail-c .btm-flex .apply-btn .wish-apply-font {
		font-size: 16px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-btn {
		width: calc(100% - 42px - 20px);
		font-size: 18px;
		margin: 0 0 0 0 !important;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-btn a {
		padding: 12px 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-btn a::before {
		content: none;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-btn a::after {
		content: url(/img/common/icon/icon_btn_page_00.png);
		margin: 0 0 0 10px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .add-to-wishlist-set {
		width: 42px;
		min-width: 42px;
		order: 2;
		margin: 0 0 0 20px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-icon {
		width: 100%;
		vertical-align: middle;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-icon.enlarged {
		transform: scale(1.3); 
		transition: transform 0.3s ease;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wish-btn-done {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.4s ease, transform 0.4s ease;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wish-btn-done.animate {
		opacity: 1;
		transform: translateY(0);
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text {
		position: absolute;
		bottom: 65px;
		right: 20px;
		border: 1px #dc4d4d solid;
		background-color: #ffffff;
		color: #dc4d4d;
		white-space: nowrap;
		line-height: 1.2;
		padding: 5px 10px;
		border-radius: 5px;
		box-sizing: content-box;
		font-size: 13px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text .wishlist-error {
		display: inline-flex;
		align-items: center;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text .wishlist-error::before {
		content: url('/img/icon/error.gif');
		padding: 4px 10px 0 0;
		display: inline-block;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text::before,
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0;
		border-color: #333333 transparent transparent;
		position: absolute;
		right: 8px;
		margin-left: -6px;
		border-color: #dc4d4d transparent transparent;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text::before {
		border-color: #dc4d4d transparent transparent;
		bottom:-10px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-add-text::after {
		border-color: #ffffff transparent transparent;
		bottom:-9px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .wishlist-icon-box .wishlist-btn-icon {
		width: 100%;
		vertical-align: middle;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .dvs-loading {
		padding: 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box	.cart-button .cartErrors {
		font-weight: bold;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button .loadingImage  {
		margin: 5px 0 0 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button .addCartMessage br,
	#jsp-tiles-productdetail-c .prodact-detail-action-box	.cart-button .cartErrors br {
		display: none;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button .addCartMessage a {
		margin: 0 0 0 10px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .sold-out-box {
		width: 100%;
		background: #EEE;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 49px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .sold-out-box p {
		margin: 0 10px 0 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .soldOutMessage {
		color: #dc4d4d;
		font-weight: bold;
		font-size: 16px;
		padding: 4px 0 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .sold-out-box .fnt {
		font-size: 13px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .applied-box {
		width: 100%;
		background: #EEE;
		padding: 16px 0;
		font-size: 13px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .applied-box br {
		display: none;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .addCartMessage,
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cartErrors {
		width: 100%;
		background: #EEE;
		padding: 14px 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .emptyElement {
		height: 46px !important;
	}
}
@media screen and (max-width: 670px) {
	#jsp-tiles-productdetail-c .btm-fix-btns.btm-flex {
		height: 56px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .sold-out-box {
		height: 39px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .soldOutMessage {
		font-size: 13px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .applied-box {
		padding: 3px 0;
		font-size: 12px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .applied-box br {
		display: block;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .addCartMessage,
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cartErrors {
		padding: 12px 0;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .apply-btn a,
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-cart-btn a {
		padding: 10px 12px;
	}
	#jsp-tiles-productdetail-c .prodact-detail-action-box .btm-btn a {
		padding: 10px 0;
	}
}

/* SP ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 670px) {
	/*** 商品名・ブランド・ジャンル周り ***/
	#jsp-tiles-productdetail-c .ts-webexp{
		margin-top: 10px;
	}
	/* 予約販売 */
	#jsp-tiles-productdetail-c .preOrder-note {
		margin: 4px 10px 20px;
	}
	#jsp-tiles-productdetail-c .preOrder-note span {
		font-size: 12px;
	}
	/* 在庫限り */
	#jsp-tiles-productdetail-c .stock-icon {
		margin-left: 10px;
	}
	/*** 大口注文 ***/
	#jsp-tiles-productdetail-c .largeorder-box-ts {
		margin-left: 10px;
	}
	/*** セット表 ***/
	#jsp-tiles-productdetail-c .product-information-box {
		margin: 0 10px 10px;
		width: calc(100% - 20px)
	}
	/* ranking */
	#jsp-tiles-productdetail-c .product-name-wrap [class^=ranking] a {
		font-size: 13px;
	}

	/* 軽減税向け */
	#jsp-tiles-productdetail-c .product-text-box .reduce-tax {margin: 0 10px;}
}

/* set-table下 */
	#jsp-tiles-productdetail-c .prodact-detail-action-box .cart-button {
		display: inline-block;
		vertical-align: middle;
		text-align:center;
		height:3.2em;
	}
/* Web展内覧会 */
#webexpo-viewlink {
	display: table;
	width: 35em;
	border: 1px #cccccc solid;
	font-size: 12px;
}
#webexpo-viewlink .wx-row { display: table-row; }
#webexpo-viewlink .wx-viewlink-cap,
#webexpo-viewlink .wx-viewlink-txt {
	display: table-cell;
	vertical-align: middle;
}
#webexpo-viewlink .wx-viewlink-cap {
	width: 5em;
	background-color: #dbe8f8;
	font-weight: bold;
	text-align: center;
}
#webexpo-viewlink .wx-viewlink-txt { padding: 7px 10px; }
#webexpo-viewlink .wx-viewlink-txt p.wx-viewlink { margin: 3px 0 0; }


/* 商品詳細「このジャンルのほかの商品」「この商品に関連する検索ワード」 */
#jsp-tiles-productdetail-c .product-word-link {
	text-align: left;
	margin: 0 auto;
	width: 96%;
	margin: 0 auto 25px;
}
#jsp-tiles-productdetail-c .product-other-link {
	text-align: left;
	margin: 0 auto 35px;
	width: 96%;
}
#product-word,
#product-other {
	width: 70%;
	font-size: 75%;
	color: #666666;
	padding: 0;
	text-align: left;
}
#product-word p,
#product-other p {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 7px;
	border-left: 5px solid #cccccc;
}
#product-word ul,
#product-other ul {
	margin: 0;
	padding: 0 0 0 5px;
}
#product-word li,
#product-other li {
	list-style: none;
	margin-bottom: 2px;
}
#product-word li {
	float: left;
	margin-right: 10px;
}
/* TAB/SP */
@media screen and (max-width: 940px) {
	#product-word,
	#product-other { width: 100%; }
}

/************************* 商品画像拡大モーダル *************************/
#modalDialogMaskDetail {
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0.3;
	background-color: #000000;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: .3s;
}
#pdeatil-image-modal {
	position: fixed;
	left: 0!important;
	top: 50%;
	width: 100%;
	z-index: 100003;
	visibility: hidden;
	transition: .3s;
	transform: translateY(-50%);
}
#pdeatil-image-modal * { box-sizing: border-box; }
#pdeatil-image-modal .co-tooltip-text {
	background-color: #ffffff;
	padding: 1px;
	width: 95%;
	max-width: 1132px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
}
#pdeatil-image-modal .detail-modal-wrap {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 20px 74px 20px 80px;
	position: relative;
	align-items: flex-start;
}
.detail-modal-tooltip-cancel {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 5;
	width: 23px;
	height: 23px;
}
.detail-modal-tooltip-cancel:hover {
	cursor: pointer;
}
.detail-modal-tooltip-cancel::before,.detail-modal-tooltip-cancel::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 27px;
	background: #4D4D4D;
}
.detail-modal-tooltip-cancel::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.detail-modal-tooltip-cancel::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
/*** 拡大画像 ***/
#pdeatil-image-modal .detail-modal-image-wrap {
	display: inline-block;
	vertical-align: top;
	flex: 0 1 494px;
	margin-right: 12px;
	position: relative;
}
#pdeatil-image-modal .detail-modal-large-box {
	display: block;
	width: 100%;
	height: 494px;
	border: 1px #cccccc solid;
	overflow: hidden;
	position: relative;
}
#pdeatil-image-modal .detail-modal-large-box img {
	width: auto;
	height: auto;
	position: relative;
}
#pdeatil-image-modal .detail-modal-large-box .defaultImage {
	display: block;
	border-width: 0px;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}

#pdeatil-image-modal .detail-modal-large-box .zoomImg { display: none; }
#pdeatil-image-modal .detail-modal-large-box .zoom {
	width: 100%;
	display: none;
}
#pdeatil-image-modal .modal-image-clear {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/img/mark/clear.gif');
}
#pdeatil-image-modal .detail-modal-large-box .modal-image-clear { display: none; }
/*** 画像送り ***/
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next {
	cursor: default;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	z-index: 5;
	display: block;
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev span,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next span {
	height: 200px;
	width: 20px;
	border: 1px #dddddd solid;
	font-size: 0;
	background-color: #f8f8f8;
	display: block;
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev { left: 0; }
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next { right: 0; }
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev span:before,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next span:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 2px #dddddd solid;
	border-right: 2px #dddddd solid;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev span:before {
	margin-left: -4px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next span:before {
	margin-left: -9px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 有効なとき */
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev.detail-navi-active span,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next.detail-navi-active span {
	border: 1px #888888 solid;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev.detail-navi-active span:before,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next.detail-navi-active span:before {
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
}
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev.detail-navi-active:hover span,
#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next.detail-navi-active:hover span { background-color: rgba(110,110,110,0.7); }

/*** サムネイル ***/
#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box {
	margin: 6px;
	display: flex;
	flex-wrap: wrap;
}
#pdeatil-image-modal .detail-modal-thum-wrap-inner {
	display: flex;
	flex-wrap: wrap;
}
#pdeatil-image-modal .detail-modal-thum-wrap {
	margin-top: -6px;
	line-height: 0;
	text-align: left;
	position: relative;
	z-index: 2;
	flex: 0 1 470px;
}
#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box {
	position: relative;
	height: 66px;
	width: 66px;
}
#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box.modal-thum-on::before {
	position: absolute;
	border: 2px solid #2489CE;
	left: 0;
	top: 0;
	content: "";
	width: 62px;
	height: 62px;
	z-index: 2;
}
#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum {
	border: 1px #cccccc solid;
	position: relative;
	width: 100%;
	height: 100%;
}
.detail-modal-thum picture {
	display: block;
}
#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* 画像転載不可の文言 (※画像転載禁止)*/
#pdeatil-image-modal .detail-image-noprint {
	color: #dc4d4d;
	margin-top: 6px;
	line-height: 1.4;
	flex: 0 1 100%;
}

/* TAB/SP */
@media screen and (max-width: 940px) {
	#pdeatil-image-modal {
		transform: translateY(0);
	}	
	.detail-modal-tooltip-cancel {
		display: none;
	}
	#pdeatil-image-modal,
	#pdeatil-image-modal * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
	#pdeatil-image-modal {
		height: 100%;
		top: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#pdeatil-image-modal .co-tooltip-text {
		min-height: 100%;
		width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	#pdeatil-image-modal .detail-modal-wrap {
		display: block;
		height: 100%;
		padding: 0;
	}
	/* ×ボタン */
	#pdeatil-image-modal .co-tooltip-cancel {
		background-color: transparent;
		color: transparent;
		font-size: 15px;
		width: 65px;
		height: 55px;
		top: 0;
		right: 0;
	}
	#pdeatil-image-modal .co-tooltip-cancel:before,
	#pdeatil-image-modal .co-tooltip-cancel:after {
		content: '';
		display: block;
		position: absolute;
		top: 28px;
		right: 20px;
		width: 30px;
		height: 0.2em;
		background-color: #666666;
		border-radius: 2px;
		-ms-transform-origin: 50% 0.1em 0;
		-webkit-transform-origin: 50% 0.1em 0;
		transform-origin: 50% 0.1em 0;
	}
	#pdeatil-image-modal .co-tooltip-cancel:before { transform: rotate(45deg); }
	#pdeatil-image-modal .co-tooltip-cancel:after { transform: rotate(-45deg); }

	/*** 拡大画像 ***/
	#pdeatil-image-modal .detail-modal-image-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#pdeatil-image-modal .detail-modal-large-box {
		width: 100%;
		height: 100vw;
		max-height: 500px;
		border-width: 0;
		margin: 0 auto;
	}
	/* 画像送り */
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev,
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next {
		width: 60px;
		top: calc(50% - 115px);
		padding: 90px 10px;
		margin-top: 0;
		top: calc(50% - 115px);
	}
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev span,
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next span {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		border: 0!important;
	}
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-prev { left: 0; }
	#pdeatil-image-modal .detail-modal-image-wrap .detail-modal-next { right: 0; }
	/*** サムネイル ***/
	#pdeatil-image-modal .detail-modal-thum-wrap {
		text-align: left;
		margin: 0;
		padding: 20px 8px 0;
	}
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box {
		width: calc(calc(100% - 88px)/11);
		padding-bottom: calc(calc(100% - 88px)/11);
		height: 0;
		margin: 4px;
	}
	#pdeatil-image-modal .detail-image-noprint {
		margin: 5px 12px 7px 0;
		flex-basis: 100%;
		order: -1;
		text-align: right;
		font-size: 13px;
		color: #dc4d4d;
	}
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box.modal-thum-on::before {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}	
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum {
		position: relative;
		padding-bottom: calc(100% - 2px);
	}
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum img {
		max-height: 100%;
	}
	.detail-modal-control-sp {
		display: flex;
		justify-content: space-between;
		padding: 25px 10px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,.9);
		z-index: 100;
	}
	.detail-modal-close-sp {
		position: relative;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
		color: #0066DD;
		font-size: 16px;
		padding-left: 20px;
	}
	.detail-modal-close-sp::before {
		content: "";
		position: absolute;
		border-top: 2px solid #0066DD;
		border-left: 2px solid #0066DD;
		transform: rotate(-45deg);
		width: 6px;
		height: 6px;
		top: 50%;
		left: 6px;
		margin-top: -4px;
	}
	#modalDialogMaskDetail {
		z-index: 0;
		background: none;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#pdeatil-image-modal .detail-modal-image-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum-box {
		width: calc(calc(100% - 48px) / 6);
		padding-bottom: calc(calc(100% - 48px) / 6);
	}	
	/*** サムネイル ***/
	#pdeatil-image-modal .detail-modal-thum-wrap {
		padding-top: 100vw;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
	}
	#pdeatil-image-modal .detail-modal-thum-wrap-inner {
		overflow-y: scroll;
		padding-bottom: 70px;
	}
	#pdeatil-image-modal .detail-modal-wrap {
		position: fixed;
		top: 0;
		width: 100%;
	}
	#pdeatil-image-modal .detail-modal-thum-wrap .detail-modal-thum img {
		max-width: calc(100% - 2px);
	}
	.detail-modal-control-sp {
		padding: 10px;
	}
	.detail-modal-close-sp {
		font-size: 13px;
		padding: 15px 20px 15px 20px;
	}
}
/************************* 応援コメント *************************/
#cheer-comment-excerpt {
	max-width: 790px;
	width: 96%;
	margin: 25px 2% 60px;
}
#cheer-comment-excerpt,
#cheer-comment-excerpt * {
	box-sizing: border-box;
	word-break : break-all;
}
#cheer-comment-excerpt p { margin: 0; }
#cheer-comment-excerpt .header,
#cheer-comment-excerpt .cheer-comment-wrap .member-info,
#cheer-comment-excerpt .cheer-comment-wrap .member-info dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#cheer-comment-excerpt .header {
	justify-content: space-between;
	margin-bottom: 7px;
}
#cheer-comment-excerpt h2 {
	font-size: 16px;
	border: 0;
	color: #333333;
}
#cheer-comment-excerpt a { font-size: 13px; }
#cheer-comment-excerpt .cheer-comment-wrap {
	border: 1px #cccccc solid;
	border-radius: 5px;
	padding: 30px;
	font-size: 15px;
}
#cheer-comment-excerpt .cheer-comment-wrap:not(:first-of-type) { margin-top: 20px; }
#cheer-comment-excerpt .cheer-comment-wrap .comment { margin-bottom: 10px; }
#cheer-comment-excerpt .cheer-comment-wrap .member-info-wrap {
	display: flex;
	align-items: flex-start;
}
#cheer-comment-excerpt .cheer-comment-wrap .member-info-wrap figure {
	width: 34px;
	height: 34px;
	margin: 4px 6px 0 0;
	flex-shrink: 0;
	background-color: #f6f6f6;
	border: 2px #cccccc solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#cheer-comment-excerpt .cheer-comment-wrap .member-info-wrap figure img { width: 16px; }
#cheer-comment-excerpt .cheer-comment-wrap .member-info {
	color: #666666;
	font-size: 13px;
}
#cheer-comment-excerpt .cheer-comment-wrap .member-info h3 {
	color: #8f8f8f;
	font-size: 15px;
	margin: 0;
}
#cheer-comment-excerpt .cheer-comment-wrap dt { margin-left: 12px; }
#cheer-comment-excerpt .cheer-comment-wrap dd { margin-left: 5px; }
#cheer-comment-excerpt .cheer-comment-wrap .time {
	color: #666666;
	font-size: 13px;
	width: 100%;
}
/* 企業枠 */
#cheer-comment-excerpt .maker-part {
	border-left: 2px #cccccc solid;
	padding-left: 12px;
	margin: 20px 0 0 10px;
}
#cheer-comment-excerpt .maker-part h3 {
	margin: 0 0 8px;
	font-size: 15px;
	color: #8f8f8f;
}
#cheer-comment-excerpt .maker-part h3::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-right: 3px;
	background: url('/img/common/icon/reply_00.svg') center center / contain no-repeat;
}
/* SP */
@media screen and (max-width: 670px){
	#cheer-comment-excerpt h2 { font-size: 14px; }
	#cheer-comment-excerpt .cheer-comment-wrap {
		padding: 15px;
		font-size: 14px;
	}
	#cheer-comment-excerpt .cheer-comment-wrap .member-info,
	#cheer-comment-excerpt .cheer-comment-wrap .time { font-size: 11px; }
	#cheer-comment-excerpt .cheer-comment-wrap .member-info h3 {
		width: 100%;
		font-size: 13px;
	}
	#cheer-comment-excerpt .cheer-comment-wrap dt:first-child { margin-left: 0; }
	#cheer-comment-excerpt .maker-part h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#cheer-comment-excerpt .cheer-comment-wrap .comment { margin-bottom: 7px; }
}

/************************* 商品PR動画（ザッピング） *************************/
#product-detail-wrap .xp_thumbnail_image { border: solid 1px #eee; }
#product-detail-wrap #xp_fadelayer_product_new { background-color: rgb(0, 0, 0, 0.3)!important; }
#product-detail-wrap #xp_videoArea {
	max-width: 450px;
	max-height: 800px;
}

/************************* その他 *************************/
/*** 企業問い合わせリンク ***/
#jsp-tiles-productdetail-c .product-text-box .question-box {
	border: 1px solid #cccccc;
	padding: 10px 0 10px 12px;
	margin: 10px 0 15px 0;
	text-align: left;
}
/* TAB/SP用ジャンル一覧 */
#co-bottom-genre-wrap { margin-top: -20px; }
/* TAB/SP */
@media screen and (max-width: 940px) {
	/*** 下部の企業情報モーダルボタン ***/
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap { border: 1px #cccccc solid; }
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap p {
		margin-bottom: 5px;
		font-weight: bold;
	}
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap .dealer-info-list li { display: inline-block; }
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap .dealer-info-list .dl-infobtn-mdl {
		padding: 3px 10px 1px;
		background-image: none;
	}
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap { padding: 12px 15px 15px; }
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap p { font-size: 15px; }
}
/* SP */
@media screen and (max-width: 670px) {
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap {
		padding: 10px 10px 12px;
		text-align: center;
	}
	#product-detail-wrap.product-detail-table .dealer-info-list-wrap p { font-size: 14px; }
	#product-detail-wrap.product-detail-table .dealer-caution br {
		display: none;
	}
}

/*** 不適切な商品を報告するフォーム ***/
@media screen and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .report-form { margin-bottom: 20px; }
}

/* 2019春新作展示会バナー */
.product-setinfo-wrap .webexp-productdetail {
	display: flex;
	justify-content: flex-start;
}
.product-setinfo-wrap .webexp-productdetail a:nth-of-type(2) {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	height: 56px;
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.product-setinfo-wrap .webexp-productdetail a.co-001g {
	padding-left: 25px;
	background-position: 10px center;
}
/* SP */
@media screen and (max-width: 670px) {
	.product-setinfo-wrap .webexp-productdetail {
		display: block;
		line-height: 0;
		padding: 10px;
	}
	.product-setinfo-wrap .webexp-productdetail a:nth-of-type(2) {
		border-width: 0 1px 1px 1px;
		height:30px;
		width: 208px;
	}
}
/* オンライン展示会 / ハンドメイド作品バナー / 食品未購入者向けキャンペーンバナー */
.product-setinfo-wrap .handmade-productdetail,
.product-setinfo-wrap .online-exhibition-productdetail,
.product-setinfo-wrap .firstorderfood-productdetail {
	line-height: 0;
	padding-bottom: 10px;
}
.product-setinfo-wrap .handmade-productdetail img,
.product-setinfo-wrap .online-exhibition-productdetail img {
	width: 208px;
	height: 56px;
}
.product-setinfo-wrap .firstorderfood-productdetail img {
	width: 208px;
	height: auto;
}
.product-setinfo-wrap .handmade-productdetail a,
.product-setinfo-wrap .online-exhibition-productdetail a,
.product-setinfo-wrap .firstorderfood-productdetail a { display: inline-block; }
/* SP */
@media screen and (max-width: 670px) {
	.product-setinfo-wrap .handmade-productdetail,
	.product-setinfo-wrap .online-exhibition-productdetail,
	.product-setinfo-wrap .firstorderfood-productdetail { padding: 10px; }
}

/* クーポン */
#product-detail-wrap #product-coupon {
	margin: 20px auto 10px;
}
#product-detail-wrap #product-coupon .product-coupon-box {
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
#product-detail-wrap #product-coupon .product-coupon-list {
	margin: 0 0 5px 10px;
	display: flex;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	max-width: 600px;
	width: 100%;
}
#product-detail-wrap #product-coupon .product-coupon-list .date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	color: #FFF;
	background-color: #659CD8;
	box-shadow: 0 0 0 1px #F9F9F9 inset;
	padding: 5px;
	text-align: center;
	line-height: 1.1;
}
#product-detail-wrap #product-coupon .product-coupon-list .title {
	color: #659CD8;
	font-weight: bold;
	padding: 5px;
	width: calc(100% - 84px);
	display: flex;
	align-items: center;
	border-left: 1px dashed #CCC;
}
/* purple */
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-ppl .date {
	background-color: #914da5;
}
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-ppl .title {
	color: #914da5;
}
/* blue */
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-blu .date {
	background-color: #659cd8;
}
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-blu .title {
	color: #659cd8;
}
/* yellow */
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-ylw .date {
	background-color: #cca400;
}
#product-detail-wrap #product-coupon .product-coupon-list.product-coupon-list-ylw .title {
	color: #cca400;
}
/* PC */
@media screen and (max-width: 940px) {
	#product-detail-wrap #product-coupon .product-coupon-box {
		margin-left: 0;
	}
	#product-detail-wrap #product-coupon .product-coupon-list {
		margin: 0 0 5px 0;
	}
}
/* TAB */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#product-detail-wrap #product-coupon .product-coupon-list .date {
		width: 56px;
	}
	#product-detail-wrap #product-coupon .product-coupon-list .title {
		width: calc(100% - 56px);
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#product-detail-wrap #product-coupon {
		width: calc(100% - 20px);
	}
	#product-detail-wrap #product-coupon .product-coupon-list {
		max-width: none;
	}
}
/* 販促POP */
#product-detail-wrap.product-detail-table .product-detail-infolist-dealerPops dt {
	border-top: none;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list {
	display: flex;
	width: 100%;
	max-width: 665px;
	gap: 10px;
	justify-content: flex-start;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap {
	width: calc(100% / 5);
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image {
	height: 70px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image a {
	transition: opacity 0.1s ease;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image a:hover {
	opacity: 0.7;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image img {
	max-width: 70px;
	max-height: 70px;
	width: 100%;
	object-fit: contain;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-name {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 4.2em;
  overflow: hidden;
}
#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-name a {
	color:#333;
}

/* TAB・SP */
@media screen and (max-width: 940px) {
	#product-detail-wrap.product-detail-table .product-detail-infolist-dealerPops {
		border-top: none;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist-dealerPops dd {
		white-space: nowrap;
		overflow-x: auto;
		margin-left: -2%;
		width: 104%;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list {
		width: auto;
		max-width: 100%;
		display: table;
		table-layout: fixed;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap {
		width: calc(100vw / 4.5);
		display: table-cell;
		text-align: center;
		vertical-align: top;
		border:1px solid #CCC;
		padding-bottom:10px;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image {
		width: calc(100vw / 4.5);
		height: calc(100vw / 4.5);
		padding: 5px 0;
		margin-bottom: 10px;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image img {
		max-width: calc(100vw / 4.5);
		max-height: calc(100vw / 4.5);
		width: auto;
		vertical-align: middle;
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-name {
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 4.2em;
		overflow: hidden;
		padding: 0 6px;
		word-break: break-all;
		white-space: normal;
		text-align: left;
		font-size: 12px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap {
		width: calc(100vw / 2.5);
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image {
		width: calc(100vw / 2.5);
		height: calc(100vw / 2.5);
	}
	#product-detail-wrap.product-detail-table .product-detail-infolist dd .product-dealer-pop-list .product-dealer-pop-item-wrap .product-dealer-pop-item-image img {
		max-width: calc(100vw / 2.5);
		max-height: calc(100vw / 2.5);
	}
}