@charset "UTF-8";

.search {
	background: #00bcd8;
}
.searchbox {
	border-radius: 0;
	padding: 10px 70px;
	box-shadow: none;
}

.searchbox .loupe {
	top: 10px;
}

.searchbox .loupe::after {
	font-size: 26px;
}

.box {
	margin-bottom: 0;
	background: #EEEEEE;
}
.box section{
	padding:20px 13px;
}
.box section.search2{
	padding:20px 13px 60px;
}
.search_text {
	font-weight: bold;
}
.search_text em {
	font-size: 28px;
	letter-spacing: 0.04em;
	color: #333;
	display: inline-block;
	margin-right: 20px;
}
.search_text span {
	font-size: 24px;
	letter-spacing: -0.04em;
	color: #00bcd8;
}

.tab_list.-scroll {
	overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab_list.-scroll::-webkit-scrollbar{
  display:none;
}

.tab_list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.tab_list ul li {
	display: flex;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: 2px solid #ccc;
	margin-right: 5px;
	font-size: 87.5%;
	transition: .5s;
}
.tab_list ul li:hover,
.tab_list ul li.active {
	border-bottom: 2px solid #00bcd8;
	color: #00bcd8;
}
.search-list {
	display: flex;
	flex-wrap: wrap;
}

.search-list > * {
	width: calc(50% - 2px);
	margin-right: 4px;
	background: #fff;
}

.search-list .card a {
	display: flex;
	align-content: stretch;
	transition: .5s;
	padding: 10px 25px 10px;
}

.search-list .card a:hover {
	opacity: 0.8;
}
.search-list > *:nth-of-type(2n) {
	margin-right: 0;
}
.search-list > *:nth-of-type(n + 3) {
	margin-top: 4px;
}

.search-list .thumb {
	width: 121px;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-list .thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.search-list .detail {
	width: calc(100% - 121px - 25px);
	position: relative;
	padding-bottom:40px;
}

.search-list .detail label {
    border-radius: 3px;
    background: #00BCD8;
    font-size: 10px;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 3px 10px;
    margin-right: 15px;
}
.search-list .detail span {
	display: inline-block;
	font-size: 10px;
	color: #333;
}

.search-list .detail .title {
	display: flex;
	align-items: stretch;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin: 15px 0 5px;
}

.search-list .detail .price {
	position: absolute;
	display: block;
	font-weight: bold;
	left: 0;
	bottom: 0;
	font-size: 13px;
	color: #ee0d5c;
	padding-left: 20px;
	background: url(../../images/common/bg_shadow-yellow.webp) no-repeat center bottom;
	background-size: 100% 10px;
}

.search-list .detail .price em {

	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 34px;
	position: relative;
	z-index: 2;
}

.search-list .detail .price.text em {
	font-size: 24px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 50px 0 40px;
}
.pagination li {
	cursor: pointer;
}
.pagination li span {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}
.pagination li + li {
	margin-left: 4px;
}

.pagination .start span::before {
	content: '\f100';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 18px;
}

.pagination .prev span::before {
	content: '\f104';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 18px;
}
.pagination .end span::before {
	content: '\f100';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 18px;
	transform: scale(-1, -1);
}

.pagination .next span::before {
	content: '\f104';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 18px;
	transform: scale(-1, -1);
}

.pagination li.active span,
.pagination li:hover span {
	background: #00bcd8;
	color: #fff;
}

.pagination .start span,
.pagination .prev span,
.pagination .next span,
.pagination .end span {
	background: transparent;
}

.pagination .start:hover span,
.pagination .prev:hover span,
.pagination .next:hover span,
.pagination .end:hover span {
	background: transparent;
}
.priceup_tag {
  box-sizing: border-box;
  display: flex;
  vertical-align: middle;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  padding: 3px 16px 2px;
  font-weight: bold;
  text-align: center;
  color: #fff!important;
  background: #ec5353;
  margin: 0 0 10px 0px!important;
}

#search .sub_conductor{
	margin-bottom:40px;
	width: 100%;
}
#search .sub_conductor > a.sub_btn{
	width: 80%;
	font-size: 22px;
	height: auto;
	padding: 42px 32px 40px 0;
	background: #000;
	color:#fff;
	cursor: pointer;
	border-radius: 12px;
	line-height: 1.2;
}
#search .sub_conductor > a.sub_btn:hover{
	border:2px solid #000;
	background: #fff;
	color:#000;
}
#search .sub_conductor > a:after{
	border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right:10px;
}
#search .sub_conductor > a:hover:after{
	border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}


@media (max-width: 768px) {
	#search .searchbox .inner {
	  width:auto;
	}
	#search .searchbox{
		padding: 10px;
	}
	.searchbox {
    padding: 10px;
		box-shadow: 0px 5px 6px rgb(0 0 0 / 15%);
	}
	.searchbox input {
		height: 47px;
		border-radius: 6px;
		margin-left: 0;
	}
	.searchbox .loupe {
		height: 47px;
		right: 10px;
		border-radius: 0 6px 6px 0;
	}
	.search {
    padding: 10px 0 0;
	}
	.search_text {
    font-size: 12px;
	}

	.search_text em {
    font-size: 20px;
		margin-right: 10px;
	}
	.search_text span {
    font-size: 18px;
	}
	.tab {
		padding: 20px 13px 0;
	}
	.tab_list ul {
		flex-wrap: nowrap;
	}
	.tab_list ul li{
		white-space: nowrap;
	}
	.search-list {
    display: block;
	}
	.search-list > * {
    width: 100%;
		margin-right: 0;
	}
	.search-list .card {
		align-items: normal;
	}

	.search-list .card + .card {
		margin-top: 4px;
	}
	.search-list .card a {
    padding: 8px 10px 8px;
	}
	.search-list .detail {
		padding-bottom:0px;
	}
	.search-list .detail .price{
		right:8px;
		left: auto;
	}

	.search-list .detail label span{
		display: block;
		margin-top:8px;
	}
	.search-list .detail .price em {
    font-size: 30px;
	}
	.search-list .detail .title {
    margin: 8px 0 0;	
	}	
	.pagination {
    margin: 30px 0 20px;
	}
	.pagination li:nth-of-type(n + 6) {
		display: none;
	}
	.pagination li:nth-last-of-type(-n + 3) {
		display: block;
	}
	.pagination li:nth-last-of-type(-n + 3)::before {
		content: '\f141';
		position: relative;
		display: inline-block;
		font-family: 'Font Awesome 6 Pro';
		color: #999;
		margin-right: 5px;
	}
	.pagination li:nth-child(3):before,.pagination li:nth-child(4):before,.pagination li:nth-child(5):before,.pagination li.next:before,.pagination li.end:before{
		content: "";
	}
	.priceup_tag {
		position: absolute;
		bottom: 14px;
		right: 0;
		padding: 2px 6px 1px;
	}
	#search .sub_conductor > a.sub_btn{
		width: 100%;
		font-size: 16px;


	}
}
