@charset "utf-8";

/*=======*/
/* index */
/*=======*/

/* 共通
-----------------------------------*/


@media screen and (max-width: 767px) {


}

/* main
-----------------------------------*/
.index {
	display: flex;
	flex-wrap: wrap;
}

.index .slide-wrap {
	order: 2;
	position: relative;
	width: 800px;
	/*height: 856px !important;*/
	margin-bottom: 0;
	background: url(../jpg/index_bg01-2.jpg) no-repeat;
	background-size: cover;
}

.index .slide-wrap .slide {
	width: 100% !important;
}

.index .slide-wrap .slide h2 {
	position: relative;
	margin-top: 32px;
	padding-left: 48px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.index .slide-wrap .slide h2::before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 40px;
	height: 3px;
	margin-top: -1px;
	background-color: #189b78;
}

.search-lead {
	padding-left: 48px;
  margin-bottom: 25px;
	line-height: 1.5;
}

.search-wrap .main__container__wrap {
	background-color: #fff;
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 20px 33px;
	border: none;
	width: 85.5%;
}

.searchandfilter {
	letter-spacing: .15em;
	text-align: center;
}

.searchandfilter ul li {
	display: flex;
}

.searchandfilter>ul>li {
	position: relative;
	text-align: left;
}

.searchandfilter>ul>li:nth-child(-n+3) {
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchandfilter ul li h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 30%;
	background-color: #f2f2f2;
	padding: 40px 0 40px;
	cursor: pointer;
	transition: 1s;
}

.searchandfilter ul li h4 + div,
.searchandfilter ul li h4 + ul {
	width: 70%;
	padding-left: 25px;
}

.searchandfilter ul li ul {
	display: flex;
	flex-wrap: wrap;
}

.searchandfilter .sf-field-taxonomy-p_category ul {
	flex-direction: column;
}

.searchandfilter ul li li {
	padding: 5px 10px;
}

.searchandfilter ul li.sf-field-submit,
.searchandfilter ul li.sf-field-reset {
	display: inline-block;
}

.searchandfilter ul li.sf-field-reset  {
	padding-left: 30px;
}

.sf-field-submit input {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #189b78;
	text-align: center;
	width: 260px;
	height: 65px;
	border: none;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.sf-field-reset input {
	font-size: 20px;
	font-weight: bold;
	color: #555;
	background-color: #f2f2f2;
	text-align: center;
	width: 140px;
	height: 65px;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.sf-field-submit input:hover {
	background-color: #19A880;
}

.searchandfilter ul li.sf-field-taxonomy-rubber_appearance {
	display: none;
}

.sf-field-taxonomy-p_category ul li {
	position: relative;
}

.sf-field-taxonomy-rubber_grade_feature ul li {
	align-items: flex-start;
}

.sf-field-taxonomy-p_category h4:before,
.sf-field-post-meta-hardness_durometer h4:before,
.sf-field-taxonomy-rubber_grade_feature h4:before,
.sf-field-taxonomy-rubber_appearance h4:before,
.sf-field-taxonomy-p_category ul li:before {
	content: "";
	position: absolute;
	top: 68px;
	left: 14%;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(../svg/index_ic04.svg);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	pointer-events: none;
}

.sf-field-taxonomy-p_category ul li:before {
	top: 4px;
	left: 90%;
}

.sf-field-taxonomy-p_category h4:after,
.sf-field-post-meta-hardness_durometer h4:after,
.sf-field-taxonomy-rubber_grade_feature h4:after,
.sf-field-taxonomy-rubber_appearance h4:after,
.sf-field-taxonomy-p_category ul li .sf-label-checkbox:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 3%;
	text-align: left;
	padding: 10px;
	font-size: 10px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 5px;
	background: #4B4B4B;
	width: 220px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 2;
}

.sf-field-taxonomy-p_category ul li .sf-label-checkbox:after {
	left: 75%;
	top: unset;
  bottom: 38px;
}

.sf-field-taxonomy-p_category h4:hover:after,
.sf-field-post-meta-hardness_durometer h4:hover:after,
.sf-field-taxonomy-rubber_grade_feature h4:hover:after,
.sf-field-taxonomy-rubber_appearance h4:hover:after,
.sf-field-taxonomy-p_category ul li:hover .sf-label-checkbox:after {
	visibility: visible;
	opacity: 1;
}

.sf-field-taxonomy-p_category h4 +ul:before,
.sf-field-post-meta-hardness_durometer h4 +div:before,
.sf-field-taxonomy-rubber_grade_feature h4 +ul:before,
.sf-field-taxonomy-rubber_appearance h4 +ul:before,
.sf-field-taxonomy-p_category ul li .sf-label-checkbox:before {
	content: "";
	position: absolute;
	top: 52px;
	left: 15.4%;
	border: 15px solid transparent;
	border-top: 15px solid #4B4B4B;
	margin-left: -15px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 2;
	pointer-events: none;
}

.sf-field-taxonomy-p_category ul li .sf-label-checkbox:before {
	top: -15px;
	left: 91.5%;
}

.sf-field-taxonomy-p_category h4:hover +ul:before,
.sf-field-post-meta-hardness_durometer h4:hover +div:before,
.sf-field-taxonomy-rubber_grade_feature h4:hover +ul:before,
.sf-field-taxonomy-rubber_appearance h4:hover +ul:before,
.sf-field-taxonomy-p_category ul li:hover .sf-label-checkbox:before {
	visibility: visible;
	opacity: 1;
}

.sf-field-post-meta-hardness_durometer .sf-meta-range-slider {
	padding: 20px 0 10px 25px;
}

.sf-field-post-meta-hardness_durometer .sf-range-min.sf-text-number,
.sf-field-post-meta-hardness_durometer .sf-range-values-seperator,
.sf-field-post-meta-hardness_durometer .sf-range-max.sf-text-number {
	font-size: 20px;
	font-weight: bold;
}

.sf-field-post-meta-hardness_durometer .meta-slider {
	max-width: 90%;
	margin-left: 20px;
}

.sf-field-post-meta-hardness_durometer .noUi-horizontal .noUi-handle {
	width: 34px;
	height: 34px;
	top: -10px;
	background-color: #f3f3f3;
}

.sf-field-post-meta-hardness_durometer .noUi-horizontal .noUi-handle.noUi-handle-lower:before,
.sf-field-post-meta-hardness_durometer .noUi-horizontal .noUi-handle.noUi-handle-upper:before {
	content: "";
	display: block;
	position: absolute;
	left: 14px;
	top: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid #f3f3f3;
	border-bottom: 6px solid #f3f3f3;
	border-left: 6px solid #cccccc;
	border-right: 0;
}

.sf-field-post-meta-hardness_durometer .noUi-horizontal .noUi-handle.noUi-handle-upper:before {
	left: 12.5px;
	border-right: 6px solid #cccccc;
	border-left: 0;
}

.sf-field-post-meta-hardness_durometer .noUi-horizontal .noUi-handle:after {
	content: none;
}

.sf-field-post-meta-hardness_durometer .noUi-connects {
	background-color: #d4e6e1;
}

.sf-field-post-meta-hardness_durometer .noUi-connect {
	background-color: #189b78;
}

.sf-field-post-meta-rubber_search_count {
	pointer-events: none;
	justify-content: center;
}

.sf-field-post-meta-rubber_search_count h4,
.sf-field-post-meta-rubber_search_count input {
	display: none;
}

.sf-field-post-meta-rubber_search_count ul {
	justify-content: center;
}

.sf-field-post-meta-rubber_search_count .sf-count::before {
	content:"Results ";
	font-size: 18px;
	color: #555;
	letter-spacing: .12em;
}
.sf-field-post-meta-rubber_search_count .sf-count::after {
	content:"";
	font-size: 18px;
	color: #555;
	letter-spacing: .12em;
}

.sf-field-post-meta-rubber_search_count label {
	visibility: hidden;
	font-size: 0;
}

.sf-field-post-meta-rubber_search_count label .sf-count {
	visibility: visible;
	padding-left: 0;
	font-size: 40px;
	color: #189b78
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}
	@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	}

.index .top-cts-wrap {
	order: 1;
	width: 400px;
    background-color: #333;
}

.index .top-products-wrap {
	order: 3;
	width: 100%;
	background: #292b2c;
}

@media screen and (min-width: 1201px) {
	.index .slide-wrap {
		width: calc(50% + 200px);
	}

	.index .top-cts-wrap {
		width: calc(50% - 200px);
	}
}

.index .top-cts-wrap .inner {
	width: 400px;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.index .top-lead {
	padding: 40px 20px 32px;
	color: #333;
	line-height: 2.28;
	letter-spacing: .15em;
}
.index .top-lead .products-list {
	margin-top: 20px;
}
.index .top-lead-wrap {
    background-color: #fff;
}

.index .top-info-wrap {
	background: #333;
}

.index .top-info {
	padding: 20px 50px 20px 20px;
}

.index .top-info h2 {
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.index .top-info h2 a {
	position: relative;
	display: block;
	padding: 4px 20px 4px 10px;
	background: #212121;
	color: #FFF;
	text-decoration: none;
	transition: all .5s;
}

.index .top-info h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 7px;
	background: url(../svg/com_ic02-2.svg) no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.index .top-info h2 a:hover {
	background: #555;
}

.index .top-info h2 a:hover::after {
	right: 5px;
}

.index .search-category {
	display: none;
}

.index .information {
	padding-bottom: 15px;
}

.index .information li {
	display: flex;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 1.3;
  margin-bottom: 10px;
}

.index .information li p {
  max-width: 240px;
}

.index .information .date {
	width: 95px;
	color: #FFF;
	line-height: 1.8;
}

.index .information a {
	color: #FFF;
  line-height: 1.8;
}

.index .faq {
	padding-bottom: 30px;
	padding-top:15px;
}

.index .faq li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 11px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .05em;
}

.index .faq li:last-child {
	margin-bottom: 0;
}

.index .faq li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border: solid 1px #FFF;
}

.index .faq a {
	color: #FFF;
}

.index .case-study ul {
	display: flex;
	flex-wrap: wrap;
}

.index .case-study li {
	width: calc(50% - 5px);
	margin: 10px 10px 0 0;
	background: #FFF;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: .15em;
}

.index .case-study li:nth-child(-n+2) {
	margin-top: 0;
}

.index .case-study li:nth-child(2n) {
	margin-right: 0;
}

.index .case-study figure {
	margin-bottom: 3px;
}

.index .case-study a {
	display: block;
	padding: 3px;
	color: #000;
	text-decoration: none;
}

.index .top-products-wrap .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.index .products {
	padding: 30px 0 50px 0;
}

.index .products h2 {
	margin-bottom: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .15em;
	text-align: center;
}

.index .products ul {
	display: flex;
	flex-wrap: wrap;
}

.index .products li {
	width: calc(50% - 5px);
	margin: 10px 5px 0 0;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: .15em;
}

.index .products li:last-child {
	margin-right: 0;
}

.index .products li img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.index .products .cts {
	padding: 10px 5px 0;
}

.index .products h3 {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: .1em;
	text-decoration: underline;
}

.index .products p {
	color: #FFF;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: .15em;
}

.index .products a {
	text-decoration: none;
}

.index .products a:hover h3 {
	text-decoration: none;
}

@media screen and (max-width: 600px) {

  .index .information li p {
    max-width: 67%;
  }
	.index .slide-wrap {
		order: 1;
		width: 100%;
		background-size: cover;	}

	.index .slide-wrap .slide {
		width: 100% !important;
	}

	.index .slide-wrap .slide h2 {
		font-size: 23px;
	}

	.search-lead {
		padding-left: 48px;
		margin-bottom: 15px;
		padding-left: 37.5px;
		padding-right: 37.5px;
	}

	.searchandfilter>ul>li {
		display: block;
	}

	.searchandfilter ul li h4 {
		width: unset;
	}

	.searchandfilter ul li h4 + div,
	.searchandfilter ul li h4 + ul {
	 	width: unset;
		padding: 10px;
	}

	.sf-field-post-meta-hardness_durometer .sf-meta-range-slider {
		padding: 20px 0 10px 10px;
	}

	.searchandfilter ul li.sf-field-submit,
	.searchandfilter ul li.sf-field-reset {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sf-field-taxonomy-p_category h4:before,
	.sf-field-post-meta-hardness_durometer h4:before,
	.sf-field-taxonomy-rubber_grade_feature h4:before,
	.sf-field-taxonomy-rubber_appearance h4:before {
		left: 48%;
	}

	.sf-field-taxonomy-p_category h4:after,
	.sf-field-post-meta-hardness_durometer h4:after,
	.sf-field-taxonomy-rubber_grade_feature h4:after,
	.sf-field-taxonomy-rubber_appearance h4:after {
		top: -15px;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
	}

	.sf-field-taxonomy-p_category h4 +ul:before,
	.sf-field-post-meta-hardness_durometer h4 +div:before,
	.sf-field-taxonomy-rubber_grade_feature h4 +ul:before,
	.sf-field-taxonomy-rubber_appearance h4 +ul:before {
		left: 50%;
	}

	.sf-field-taxonomy-p_category ul li:before {
		left: 100%;
	}

	.sf-field-taxonomy-p_category ul li .sf-label-checkbox:after {
		left: unset;
    bottom: unset;
		right: -30px;
	}

	.sf-field-taxonomy-p_category ul li:nth-of-type(1) .sf-label-checkbox:after {
    top: -50px;
	}

	.sf-field-taxonomy-p_category ul li:nth-of-type(2) .sf-label-checkbox:after {
    top: -98px;
	}

	.sf-field-taxonomy-p_category ul li:nth-of-type(3) .sf-label-checkbox:after {
    top: -98px;
	}

	.sf-field-taxonomy-p_category ul li:nth-of-type(4) .sf-label-checkbox:after {
    top: -66px;
	}

	.sf-field-taxonomy-p_category ul li .sf-label-checkbox:before {
		left: 100%;
	}

	.sf-field-submit input {
		width: 100%;
		max-width: 260px;
		min-width: 160px;
	}

	.index .top-cts-wrap {
		order: 2;
		width: 100%;
	}

	.index .top-cts-wrap .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 37.5px;
	}

	.index .top-lead {
		padding: 15px 0 20px;
	}

	.index .top-info {
		padding: 20px 0 40px;
	}

	.index .top-info h2 {
		margin-bottom: 10px;
		font-weight: 700;
		letter-spacing: .1em;
	}

	.index .search-category {
		display: block;
		padding-bottom: 30px;
	}

	.index .search-category ul {
		display: flex;
		justify-content: center;
	}

	.index .search-category li {
		width: calc((100% - 30px) / 3);
		margin-right: 15px;
		text-align: center;
		font-size: 10px;
	}

	.index .search-category a {
		display: block;
		color: #FFF;
		text-decoration: none;
	}

	.index .search-category figure {
		margin-top: 8px;
		padding: 22.5%;
		border-radius: 5px;
		border: solid 1px #FFF;
	}

	.index .search-category li:last-child {
		margin-right: 0;
	}

	.index .information {
		padding-bottom: 30px;
	}

	.index .case-study li {
		width: calc(50% - 5px);
		margin: 10px 10px 0 0;
		background: #FFF;
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: .15em;
	}

	.index .case-study li:not(:nth-child(-n+2)) {
		display: none;
	}

	.index .top-products-wrap .inner {
		width: 100%;
		padding: 0 37.5px;
	}

	.index .products {
		padding: 30px 0;
	}

	.index .products ul {
		padding: 0 8.5%;
	}

	.index .products .slick-prev,
	.index .products .slick-next {
		width: 40px;
		height: 40px;
		background: #000C13;
        display: none !important;
	}

	.index .products .slick-prev {
		left: -37.5px;
	}

	.index .products .slick-next {
		right: -37.5px;
	}

	.index .products .slick-prev:before,
	.index .products .slick-next:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
	}

	.index .products .slick-prev:before {
		top: 11px;
		right: 5px;
		transform: rotate(-135deg);
	}

	.index .products .slick-next:before {
		top: 11px;
		left: 5px;
		transform: rotate(45deg);
	}

}

