@charset "utf-8";

/* 概要 */
.item-intro-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
}
.item-slider-wrap, .item-desc-wrap {
	width: 100%;
}
.item-catchcopy {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}
.item-desc-text {
	line-height: 1.8;
	margin-bottom: 2.9375rem;
}
.item-btn-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.item-btn-el:not(:last-child) {
	margin-bottom: 12px;
}
.item-btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 40px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background-color: #fff;
	width: 460px;
	max-width: 100%;
}
.item-btn-link::after {
	content: '';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon-blank.svg) no-repeat center center/contain;
}
.item-btn-link::before {
	content: '';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
}
.item-btn-link_document::before {
	left: 18px;
	width: 20px;
	height: 24px;
  background: url(../images/common/icon-manual.svg) no-repeat center center/contain;
}
.item-btn-link_question::before {
	left: 16px;
	width: 27px;
	height: 24px;
  background: url(../images/common/icon-qa.svg) no-repeat center center/contain;
}
.item-btn-link_movie::before {
	left: 17px;
	width: 24px;
	height: 22px;
  background: url(../images/common/icon-movie.svg) no-repeat center center/contain;
}
.item-btn-link_shop::before {
	left: 16px;
	width: 22px;
	height: 22px;
  background: url(../images/common/icon-shop.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
	.item-intro-wrap {
		margin-right: -18px;
		margin-left: -18px;
	}
	.item-slider-wrap, .item-desc-wrap {
		padding: 0 18px;
		width: 50%;
	}
}
@media all and (min-width: 1200px) {
	.item-btn-link {
		padding: 15px 50px;
		font-size: 1.1875rem;
	}
	.item-btn-link::after {
	  right: 29px;
	}
	.item-btn-link_document::before {
		left: 30px;
	}
	.item-btn-link_question::before {
		left: 27px;
	}
	.item-btn-link_movie::before {
		left: 28px;
	}
	.item-btn-link_shop::before {
		left: 27px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //概要 */

/* スライダー */
.gallery-main {
	margin-bottom: 10px;
}
.gallery-main-img-wrap {
	display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #CDCDCD;
  position: relative;
}
.gallery-main-img-wrap img {
	width: 100%;
}
.type-name {
	position: absolute;
	right: 1rem;
	bottom: .75rem;
}
.gallery-thumbnails {
	display: flex;
	row-gap: 10px;
	flex-wrap: wrap;
	padding-left: 0;
	margin-right: -5px;
	margin-left: -5px;
  margin-bottom: 0;
  list-style: none;
}
.abolition_label_slider {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	width: max-content;
}
.gallery-thumb-el {
	width: 20%;
	padding: 0 5px;
}
.gallery-thumb-el:hover {
	cursor: pointer;
}
.gallery-thumb-img-wrap {
	overflow: hidden;
  border: 1px solid #CDCDCD;
  display: block;
  aspect-ratio: 1 / 1;
}
.gallery-thumb-img-wrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //スライダー */


/* ラインナップ */
.lineup-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.lineup-el {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
.lineup-el:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CDCDCD;
}
.lineup-img-wrap, .lineup-text-wrap {
	width: 100%;
}
.lineup-img-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border: 1px solid #CDCDCD;
}
.lineup-text-wrap .item-btn-list {
	margin-bottom: 1.25rem;
}
.lineup-itme-name {
	font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.lineup-info {
	display: flex;
	gap: 15px;
}
.lineup-info:not(:last-child) {
	margin-bottom: 8px;
}
.lineup-info:last-child, .lineup-info dd {
	margin-bottom: 0;
}
.lineup-info dt {
	min-width: 120px;
	width: 120px;
}
@media all and (min-width: 460px) {
	.lineup-el {
		flex-wrap: nowrap;
	}
	.lineup-img-wrap {
		width: 120px;
		min-width: 120px;
	}
	.lineup-text-wrap {
		width: calc(100% - 120px);
		padding-left: 20px;
	}
}
@media all and (min-width: 576px) {
	.lineup-img-wrap {
		width: 200px;
		min-width: 200px;
	}
	.lineup-text-wrap {
		width: calc(100% - 200px);
	}
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
	.lineup-img-wrap {
		width: 330px;
		min-width: 330px;
	}
	.lineup-text-wrap {
		width: calc(100% - 330px);
		padding-left: 40px;
	}
	.lineup-itme-name {
		font-size: 1.5rem;
	}
}
@media all and (min-width: 1400px) {
}
/* //ラインナップ */

/* 部品 */
.item-parts-list {
	row-gap: 1.5rem;
}
.item-parts-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border: 1px solid #CDCDCD;
	margin-bottom: 10px;
}
.item-parts-name {
	display: block;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
	.item-parts-name {
		font-size: 1.1875rem;
	}
}
@media all and (min-width: 1400px) {
}
/* //部品 */

/* 商品一覧 */
.category-filter-title {
	text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.child-category-list-wrap {
	margin-bottom: 3rem;
}
.child-category-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
	margin-right: -7px;
	margin-left: -7px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.child-category-list__item {
	padding: 0 7px;
	width: 50%;
}
.child-category-list__link {
	position: relative;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 5px 27px 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.child-category-list__link::after {
	content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #339599;
  border-right: 2px solid #339599;
}
.child-category-list__label {
	font-weight: 500;
}
.item-list-ttl {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.item-number {
	font-size: 14px;
}
.item-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(-.5* var(--bs-gutter-x));
	margin-left: calc(-.5* var(--bs-gutter-x));
	row-gap: 40px;
}
.item-list-el {
	position: relative;
	width: 50%;
	padding-right: calc(var(--bs-gutter-x)* .5);
	padding-left: calc(var(--bs-gutter-x)* .5);
}
.item-list-el .abolition_label {
	position: absolute;
	top: 10px;
	left: 28px;
	font-size: .9rem;
}
.item-list-thumb-wrap {
	display: block;
}
.item-list-thumb {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.item-list-name {
	display: block;
	padding-top: 5px;
}
.item-list-price {
	text-align: right;
}
.item-list-price_tax {
	font-size: .875em;
}
@media all and (min-width: 576px) {
	.child-category-list__item {
		width: 33.333333%;
	}
	.item-list-el {
		width: 33.333333%;
	}
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.child-category-list-wrap {
		margin-bottom: 5rem;
	}
}
@media all and (min-width: 1200px) {
	.child-category-list__item {
		width: 25%;
	}
	.item-list-el {
		width: 25%;
	}
}
@media all and (min-width: 1400px) {
}
/* ページネーション */
.item-tablenav {
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 13px;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 50px;
	margin-bottom: 20px;
}
.item-tablenav .page-numbers {
	padding: 8px;
	font-size: 16px;
	color: #b2b2b2;
	display: block;
}
.item-tablenav > span.current .page-numbers {
	color: #339599;
}
.item-tablenav .page-numbers.prev, .item-tablenav .page-numbers.next,
.item-tablenav .page-numbers.first, .item-tablenav .page-numbers.last {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: relative;
  border: 1px solid #b2b2b2;
}
.item-tablenav .page-numbers.prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #339599;
  border-left: 1px solid #339599;
}
.item-tablenav .page-numbers.next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #339599;
  border-right: 1px solid #339599;
}

.item-tablenav .page-numbers.first::before,
.item-tablenav .page-numbers.first::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #339599;
  border-left: 1px solid #339599;
}
.item-tablenav .page-numbers.first::before {
  left: 15px;
}
.item-tablenav .page-numbers.first::after {
  left: 10px;
}
.item-tablenav .page-numbers.last::before,
.item-tablenav .page-numbers.last::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #339599;
  border-right: 1px solid #339599;
}
.item-tablenav .page-numbers.last::before {
  right: 15px;
}
.item-tablenav .page-numbers.last::after {
  right: 10px;
}
@media all and (min-width: 1200px) {
	.item-tablenav {
		margin-top: 80px;
	}
}
/* //ページネーション */
/* //商品一覧 */

/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */
/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */
/*  */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* // */

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}