@charset "UTF-8";
/*----------------------------------------

	detail CSS

	- common
	- block01
	- block02

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headline {
	background-image: url("../../img/product/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../img/product/headline_bg01.jpg");
	}
}

h2.c-heading {
  position: relative;
  padding-bottom: 14px;
	margin-bottom: 50px;
  border-bottom: 1px solid #ededed;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
h2.c-heading::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #E34F09;
}
.c-subHeading {
	position: relative;
	padding-left: 13px;
	margin: 2px 0 20px;
	border-left: 4px solid #E34F09;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.detail-example-title {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.detail-example-title::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #E34F09;
}


/*----------------------------------------
	block01
-----------------------------------------*/
.block01 {
	margin: 0 0 50px;
}
.block01 .detail .c-btn03 {
	max-width: 310px;
	margin-inline: auto;
}

.block01 .detail-right .txt {
	margin: 0 0 22px;
	padding: 5px 0 0;
	line-height: 1.7;
}
.block01 .detail-right .txt > p {
	margin: 0 0 20px;
}
.block01 .detail-right .btn {
	margin: 0 0 30px;
}
.block01 .detail-right .btn > p {
	margin: 0 auto 10px;
}
.block01 .detail-right .cart {
	padding: 28px 30px;
	background: #f3f3f3;
}
.block01 .detail-right .cart dl > dt {
	margin: 0 0 16px;
	padding: 0 0 6px;
	border-bottom: 2px solid #222;
	line-height: 1.3;
}
.block01 .detail-right .cart dl > dd {
	padding: 0 10px;
}
.block01 .detail-right .cart dl > dd > div {
	display: flex;
	margin: 0 0 10px;
}
.block01 .detail-right .cart dl > dd > div > p {
	flex: 1;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox {
	display: block;
	position: relative;
	width: 100%;
	max-width: 95px;
	margin: -2px 0;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::before,
.block01 .detail-right .cart dl > dd > div > p .selectbox::after {
	content: '';
	position: absolute;
	pointer-events: none;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::before {
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background: #ddd;
}
.block01 .detail-right .cart dl > dd > div > p .selectbox::after {
	top: calc(50% - 6px);
	right: 8px;
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #222 #222 transparent transparent;
	transform: rotate(135deg);
}
.block01 .detail-right .cart dl > dd > div > p .selectbox select {
	width: 100%;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}
.block01 .detail-right .cart dl > dd > p {
	margin: 25px 0 0;
}
.block01 .detail-right .cart dl > dd > p > button {
	display: block;
	width: 155px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: #222;
}
.block01 .detail-right .cart dl > dd > p > button::before {
	content: '';
	padding: 4px 18px 4px 0;
	margin: 0 10px 0 0;
	background: url("../../img/cmn/c_cart01.png") center center no-repeat;
	background-size: 18px auto;
}
.block01 .detail-info {
	margin-bottom: 60px;
}
.block01 .detail-info table {
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
}
.block01 .detail-info table th,
.block01 .detail-info table td {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.block01 .detail-info table th {
	width: 40%;
	background: #f3f3f3;
}
.block01 .detail-info table td {
	width: 60%;
}
.block01 .detail-example .detail-example-title {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 60px;
}
.block01 .detail-example .detail-example-title .product-link {
	padding-right: 15px;
	padding-bottom: 5px;
	position: relative;
}
.block01 .detail-example .detail-example-title .product-link::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: solid 1.5px #222222;
	border-right: solid 1.5px #222222;
	transform: rotate(320deg);
	position: absolute;
	top: 4px;
	right: 0;
	margin: auto;
}
.block01 .detail-example .result-list {
	margin-bottom: 40px;
}
.block01 .detail-relation .slide .slick-slide a > .txt > p {
	display: table;
	margin: 0 0 8px;
	padding: 1px 5px;
	background: #eeeeee;
}
.block01 .detail-relation .slide .slick-slide a > .txt > dl > dt {
	margin-bottom: 2px;
}
@media print, screen and (min-width:768px) {
	.block01 {
		margin: 0 0 100px;
	}
	.block01 .detail-right .btn {
		display: flex;
		flex-wrap: wrap;
		max-width: 390px;
		margin: 0 0 25px -10px;
	}
	.block01 .detail-right .btn > p {
		flex: 1;
		width: 100%;
		max-width: none;
		margin: 0 0 10px 10px;
	}
	.block01 .detail-right .btn > .btn01 {
		min-width: calc(50% - 10px);
	}
	.block01 .detail-right .btn > .btn02 {
		min-width: calc(100% - 10px);
	}
	.block01 .detail-right .cart {
		max-width: 380px;
		padding: 25px 30px 35px;
	}
	.block01 .detail-right .cart dl > dt {
		margin: 0 0 20px;
		padding: 0 0 4px;
		border-bottom-width: 1px;
	}
	.block01 .detail-info {
		margin-bottom: 80px;
	}
	.block01 .detail-info table {
		margin-bottom: 60px;
	}
	.block01 .detail-info table th {
		width: 24%;
		padding: 25px 20px;
	}
	.block01 .detail-info table td {
		width: 76%;
		padding: 25px 60px;
	}
	.block01 .detail-example .detail-example-title {
		flex-direction: row;
		margin-top: 100px;
	}
	.block01 .detail-example .result-list {
		margin-bottom: 80px;
	}
}

/*----------------------------------------
	#category-search
-----------------------------------------*/

#category-search {
	padding-top: 40px;
	scroll-margin-top: 100px; 
}

#category-search .search-category > ul {
	gap: 15px;
	margin-bottom: 40px;
	border: none;
}

#category-search .search-category > ul > li {
	width: 130px;
	margin: 0;
	height: 150px;
	border: 2px solid #f56600;
}

#category-search .search-category > ul > li > a, .search-category > ul > li > button {
	background-position: center 15px;
}

#category-search .search-category > ul > li > a::before, .search-category > ul > li > button::before {
	display: none;
}

#category-search .c-btn01 {
	max-width: 190px;
	margin-inline: auto;
}
#category-search .c-btn01 span {
	padding-left: 20px;
}

@media print, screen and (min-width:768px) {

	#category-search .search-category > ul {
		margin-bottom: 60px;
	}
}

/*----------------------------------------
	product-contents
-----------------------------------------*/

.product-head {
	margin-bottom: 40px;
}

.subheading-area {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 15px;
}

.subheading-wrapper p {
	display: flex;
  flex-direction: column;
	margin-bottom: 10px;
}

.subheading-wrapper span {
	margin-right: 15px;
}

.product-contents .product-item {
	scroll-margin-top: 120px; 
}

.product-link {
	width: 100px;
	position: relative;
	white-space: nowrap;
}

.product-link::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: solid 1.5px #222222;
	border-right: solid 1.5px #222222;
	transform: rotate(320deg);
	position: absolute;
	top: 8px;
  left: 75px;
	margin: auto;
}

.sub-product-list {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.sub-product-list .txt p,
.sub-product-list dl dd {
	display: none;
}

.sub-product-list li {
	width: 100%;
}

.sub-product-list img {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
}

.product-item {
	padding-bottom: 30px;
	margin-bottom: 40px;
}

@media print, screen and (min-width:768px) {

	.subheading-area {
		flex-direction: row;
	}

	.subheading-wrapper {
		display: flex;
		gap: 15px;
	}

	.product-link {
		width: auto;
	}

	.subheading-wrapper p {
		flex-direction: row;
	}

	.sub-product-list li {
		width: 185px;
	}

	.sub-product-list img {
		width: 185px;
		height: 185px;
		object-fit: cover;
	}
}