/* =============================================================
  カテゴリー　.category
============================================================= */
/* 共通
-------------------------------------------*/
/* ブロック
--------------------------------*/




/* =============================================================
  商品詳細　.item_detail
============================================================= */
/* 共通
-------------------------------------------*/
/* コピー .copy
--------------------------------*/
/* copy */
.item_detail .copy {
	border: 3px solid var(--color-primary);
	background-color: var(--color-accent1);
	padding: 2rem 1rem;
}
/* h3 */
.item_detail .copy h3 {
	color: var(--color-primary); /* style.cssの上書き */
	text-align: center; /* style.cssの上書き */
	background: transparent; /* style.cssの上書き */
	padding: 0; /* style.cssの上書き */
}
/* p */
.item_detail .copy p {
	font-size: 1.1rem;
	font-weight: 700;
}

/* スライダー・詳細 .slider-detail
--------------------------------*/
/* ブロック
---------------------*/ 
/* .block */
.item_detail .block.slider-detail {
	margin-top: 2rem;
}

/* スライダー .slider
---------------------*/ 
/* サムネイルの上マージン */
.item_detail .slider-detail .slider .n2-ss-slider .n2-ss-slider-controls-below {
	margin-top: 1rem;
}
/* サムネイルを段組みに */
.item_detail .slider-detail .slider div#n2-ss-2 .nextend-thumbnail-scroller {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 9px;
}
/* サムネイルのマージン削除 */
.item_detail .slider-detail .slider div#n2-ss-2 .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot {
	margin: 0;
}
/* サムネイル画像の枠 */
.item_detail .slider-detail .slider div#n2-ss-2 .n2-thumbnail-dot img {	
	border: 1px solid var(--color-border);
	box-sizing: border-box;
}
.item_detail .slider-detail .slider div#n2-ss-2 .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot.n2-active img {	
	border-color: var(--color-primary);
}

/* 詳細 .detail
---------------------*/ 
/* 枠 */
.item_detail .slider-detail .detail {
	margin-top: 3rem;
}
/* 品番 .item_number */
.item_detail .slider-detail .detail .item_number {
	display: inline-block;
	color: #fff;
	line-height: 1;
	background-color: #000;
	border-radius: 1rem;
	padding: 0.3rem 0.8rem 0.5rem;
}
/* h2 */
.item_detail .slider-detail .detail h2 {
	color: #000; /* style.cssの上書き */
    font-size: 1.5rem; /* style.cssの上書き */
	text-align: left;/* style.cssの上書き */
    background: transparent; /* style.cssの上書き */
    box-shadow: none; /* style.cssの上書き */
	margin-top: 0.8rem; /* style.cssの上書き */
    padding: 0; /* style.cssの上書き */
}
/* table */
.item_detail .slider-detail .detail table {
	border: 0; /* style.cssの上書き */
	margin-top: 1rem;
}
.item_detail .slider-detail .detail table th,
.item_detail .slider-detail .detail table td {
	font-size: 1.1rem;
	text-align: left; /* style.cssの上書き */
	vertical-align: top;
	background: transparent; /* style.cssの上書き */
	border: 0; /* style.cssの上書き */
	padding: 0.3rem 0; /* style.cssの上書き */
}
.item_detail .slider-detail .detail table th {
	width: 18%;
}
/* a */
.item_detail .slider-detail .detail a {
	width: 100%;
	font-size: 1.2rem;
	border-radius: 0;
	margin-top: 2rem;
	padding: 0.7rem 0.5rem 0.5rem;
}
.item_detail .slider-detail .detail a:nth-of-type(1) {
	color: #000;
	background-color: var(--color-accent1);
}
.item_detail .slider-detail .detail a + a {
	margin-top: 1rem;
}

/* サイズ・カラーバリエーション .size-color
--------------------------------*/
/* サイズ .size
---------------------*/ 
/* table */
.item_detail .size-color .size table th {
	width: calc(100% / 3);
}
.item_detail .size-color .size table th, 
.item_detail .size-color .size table td {
	font-size: 1.1rem;
	text-align: center;
	padding: 0.3rem ;
}

/* カラーバリエーション .color
---------------------*/ 
/* li */
.item_detail .size-color .color li {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 0.8rem;
}
/* li:before */
.item_detail .size-color .color li:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-color: #000;
	border-radius: 50%;
	margin-right: 0.5rem;
}
.item_detail .size-color .color li.white:before { background-color: #fff; border: 1px solid var(--color-border); }
.item_detail .size-color .color li.black:before { background-color: #000; }
.item_detail .size-color .color li.mixGray:before { background-color: #9c9c9f; }
.item_detail .size-color .color li.sageGreen:before { background-color: #a0b8ae; }
.item_detail .size-color .color li.acidBlue:before { background-color: #6881b0; }


/* 印刷方法 .print_method
---------------------*/ 
/* block_inner */
.item_detail .print_method .block_inner {
	gap: 0;
	background-color: var(--color-secondary30);
	padding: 0.75rem 0;
}
.item_detail .print_method .block_inner .flex_box {
	flex-basis: 50%;
	padding: 0 0.75rem;
}
.item_detail .print_method .block_inner .flex_box:nth-of-type(1) {
	border-right: 1px solid var(--color-primary);
}
/* h4 */
.item_detail .print_method .block_inner h4 {
	border: none; /* style.cssの上書き */
	background-color: transparent; /* style.cssの上書き */
	margin-bottom: 0; /* style.cssの上書き */
	margin-top: 0.5rem;
	padding: 0; /* style.cssの上書き */
}
/* p */
.item_detail .print_method .block_inner p {
	margin-top: 0.5rem;
}
/* dl */
.item_detail .print_method .block_inner dl {
	margin-top: 1rem;
}
.item_detail .print_method .block_inner dt {
	margin-bottom: 0.2rem;
}