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

	index 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");
	}
}
#contentBody {
	padding-top: 0;
}
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;
}

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

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 {
	padding: 0 0 40px;
}
@media print, screen and (min-width:768px) {
}

/*----------------------------------------
	block02
-----------------------------------------*/
.block02 {
	padding: 20px 0 0;
}
.block02 .result-list > li .txt > p {
	display: table;
	margin: 0 0 10px;
	padding: 0 5px;
	background: #eeeeee;
}
@media print, screen and (min-width:768px) {
}

/*----------------------------------------
	pickup-banner
-----------------------------------------*/

.pickup-banner {
	margin: 30px 0;
}

.pickup-banner .orange01 {
	margin-right: 10px;
}

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

	.pickup-banner {
		margin: 30px auto;
	}
}

/*----------------------------------------
	search-buttons
-----------------------------------------*/

.search-buttons-wrapper {
  display: flex;
  justify-content: center; 
	align-items: center;
	flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

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

	.search-buttons-wrapper {
		flex-direction: row;
	}
}

.search-button {
	width: 270px;
  display: flex;
  align-items: center; 
  justify-content: center;
  text-decoration: none;
  color: #333;
  height: 50px;
  padding: 0 25px;
  white-space: nowrap;
	position: relative;
}

.search-button::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: solid 1.5px #222222;
	border-right: solid 1.5px #222222;
	transform: rotate(45deg);
	position: absolute;
	top: -3px;
	right: 25px;
	bottom: 0;
	margin: auto;
}

.search-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #EDEDED;
	transform: skewX(-18deg);
}

.search-button span {
	margin-left: -20px;
}

/*----------------------------------------
	#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;
}

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

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

/*----------------------------------------
	#keyword-search
-----------------------------------------*/

#keyword-search {
	padding-bottom: 60px;
	scroll-margin-top: 100px; 
	background: #f3f3f3;
}

/*----------------------------------------
	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; 
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.product-contents .product-item:last-child {
	border-bottom: 0;
}

.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;
}

@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;
	}
}

/*----------------------------------------
	#search_result
-----------------------------------------*/

#search_result {
	scroll-margin-top: 100px; 
}