
.mt-100p,.my-100p{
margin-top: 100px!important
}

.mb-100p,.my-100p{
margin-bottom: 100px!important
}
.mt-150p,.my-150p{
margin-top: 150px!important
}

.mb-150p,.my-150p{
margin-bottom: 150px!important
}



/* スマホでだけ改行する */
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }

}
/* Owl Carousel スライダー全体を相対配置 */
.owl-carousel {
    position: relative;
}

/* 左矢印ボタンを画像の上に配置、白丸の正円にアイコンを表示 */
.owl-prev {
    position: absolute;
    top: 50%;
    left: 20px; /* 左端からの距離 */
    transform: translateY(-50%);
    background-color: white; /* 背景色を白に */
    color: #333; /* アイコンの色 */
    border-radius: 50%; /* 正円にする */
    width: 40px; /* 幅を固定 */
    height: 40px; /* 高さを幅と同じに */
    display: flex;
    align-items: center; /* アイコンを中央に配置 */
    justify-content: center; /* アイコンを中央に配置 */
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 立体感のための影 */
}

/* 右矢印ボタンを画像の上に配置、白丸の正円にアイコンを表示 */
.owl-next {
    position: absolute;
    top: 50%;
    right: 20px; /* 右端からの距離 */
    transform: translateY(-50%);
    background-color: white; /* 背景色を白に */
    color: #333; /* アイコンの色 */
    border-radius: 50%; /* 正円にする */
    width: 40px; /* 幅を固定 */
    height: 40px; /* 高さを幅と同じに */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 立体感のための影 */
}

/* ホバー時のスタイル */
.owl-prev:hover, .owl-next:hover {
    background-color: #f0f0f0; /* ホバー時の背景色 */
    color: #111; /* ホバー時のアイコンの色 */
}

/* アイコンの大きさを調整 */
.owl-prev i, .owl-next i {
    font-size: 20px; /* アイコンのサイズ */
}

/* スマホ用のスタイル調整 */
@media (max-width: 767px) {
    .owl-prev, .owl-next {
        width: 30px; /* スマホでは少し小さく */
        height: 30px;
        top: 50%; /* スマホでも中央に配置 */
    }

    .owl-prev i, .owl-next i {
        font-size: 16px; /* スマホではアイコンを小さく */
    }
}
.product-shop .section-title {
	margin-bottom: 40px;
	text-align: center;
}

.product-shop .section-title .product-price {
	font-size: 24px;
	font-weight: 700;
	color: #db2727;
	margin-bottom: 18px;
}

.product-shop .section-title .product-price span {
	font-size: 16px;
	font-weight: 400;
	color: #636363;
}

.product-shop .section-title h3 {
	color: #252525;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
	position: relative;
	font-family: "Nunito Sans", sans-serif;
}

.product-shop .section-title .s-title {
	color: #252525;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
	position: relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.product-shop .section-title .s-title span {
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	font-family: "Nunito Sans", sans-serif;
}
.product-shop .section-title h4 {
	color: #000;
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px){
.product-shop .section-title h3 {
	font-size: 22px;
	margin-bottom: 30px;
}
.product-shop .section-title .s-title {
	font-size: 20px;
}
.product-shop .section-title .s-title span {
	font-size: 12px;
	line-height: 40px;
}
.product-shop .section-title h4 {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}
}


.product-shop .section-title p {
	color: #252525;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 38px;
}

.product-shop .section-title-w {
	margin-bottom: 40px;
	text-align: center;
}

.product-shop .section-title-w .product-price {
	font-size: 24px;
	font-weight: 700;
	color: #db2727;
	margin-bottom: 18px;
}

.product-shop .section-title-w .product-price span {
	font-size: 16px;
	font-weight: 400;
	color: #636363;
}

.product-shop .section-title-w h2 {
	color: #e5e5e5;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.product-shop .section-title-w h4 {
	color: #e5e5e5;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}


.product-shop .section-title-w p {
	color: #e5e5e5;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 38px;
}


.product-show-option {
	margin-bottom: 30px;
}

.product-show-option .select-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-show-option .select-option .nice-select {
	border-radius: 0;
	border: 1px solid #ECEDEE;
	height: 40px;
	line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.product-show-option .select-option .nice-select:after {
	border-bottom: 2px solid #4c4c4c;
	border-right: 2px solid #4c4c4c;
	height: 7px;
	right: 22px;
	top: 47%;
	width: 7px;
	opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
	font-size: 16px;
	color: #4c4c4c;
}

.product-show-option .select-option .sorting {
	margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
	padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
	padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
	position: absolute;
	right: 48px;
	top: 0;
	content: "09";
	font-size: 16px;
	color: #252525;
}

.product-show-option p {
	margin-bottom: 0;
	color: #636363;
	line-height: 39px;
}

.prduct-list .product-item {
	margin-bottom: 25px;
}


/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
	padding-bottom: 60px;
}
.product-shop a {
	margin: 0px 10px 0px 10px;
}
.project-page.page-details {
	padding-bottom: 60px;
}

.product-pic-zoom {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.product-pic-zoom img {
	min-width: 100%;
}

.product-shop.page-details h2 {
	font-size: 30px;
	margin: 30px 0px;
}

@media only screen and (max-width: 991px) {
.product-shop.page-details h2 {
	margin: 0 30px 50px 30px;
	text-align: center;
}
.product-shop a {
	margin: 0px;
}
}

.product-pic-zoom .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-pic-zoom01 {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.product-pic-zoom01 img {
	min-width: 100%;
}

.product-pic-zoom01 .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom01 .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-pic-zoom02 {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.product-pic-zoom02 img {
	min-width: 100%;
}

.product-pic-zoom02 .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-pic-zoom02 .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.product-thumbs {
	cursor: pointer;
	position: relative;
	padding: 5px;
}
.product-thumbs .pt {
	cursor: pointer;
	position: relative;
	margin: 10px 0px 10px 0px;
}
.product-thumbs p {
	color: #4c4c4c;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}


.product-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #db2727;
	z-index: 1;
}


.product-details {
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	width: 100%;
}


.product-details .pd-title {
	position: relative;
	margin-bottom: 6px;
}

.product-details .pd-title span {
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 23px;
}

.product-details .pd-spec {
	font-size: 18px;
	color: #252525;
	margin: 10px 0 50px 0 ;
	text-align: center;
	font-weight: 700;
}
.product-details .pd-spec2 {
	font-size: 18px;
    line-height: 38px;
	color: #252525;
	margin: 10px 0 50px 0 ;
	text-align: left;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
.product-details .pd-spec2 {
	font-size: 14px;
    line-height: 30px;
}
}


.product-details .pd-title h3 {
	font-size: 25px;
	color: #252525;
	margin: 5px 0 5px 0 ;
	font-weight: 500;
}

.product-details h3 {
	color: #252525;
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0 10px 0;
	position: relative;
	font-family: "Nunito Sans", sans-serif;
}
.product-details p {
	color: #252525;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 10px 5px;
	position: relative;
}
.product-details p span {
	color: #666666;
	font-size: 10px;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
.product-details h3 {
    font-size: 20px;
    line-height: 28px;
	margin: 10px 0 5px 0;
	font-weight: 600;
	font-family: "Nunito Sans", sans-serif;
}
.product-details p {
    line-height: 16px !important;
	margin: 0 0 10px 0;
}
.product-details p span {
	font-size: 10px;
    line-height: 16px !important;
}
}
.product-details ul {
    font-size: 16px;
    line-height: 28px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	padding-bottom: 20px;
}
.product-details ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0px;
	padding-bottom: 0px;
}


.product-details .d-btn {
}

.product-details .d-btn a {
	color: #666;
    font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	margin: 6px 6px 6px 15px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product-details .d-btn a:hover {
	color: #666;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .product-details .d-btn {
        display: block;
    }
.product-details .d-btn a {
    font-size: 16px;
	margin: 0 6px 6px 0;
}

}

.product-details h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 20px;
	font-weight: 600;
	font-family: "Nunito Sans", sans-serif;
}
.product-details h6 {
    font-size: 16px;
    line-height: 34px;
    margin: -5px auto 0px;
	font-weight: 300;
}
.product-details .price_border {
    font-size: 18px;
    margin: 0px 10px 0px 5px;
    vertical-align: 5%;
	color: #999;
}
.product-details h6 strong {
    font-size: 22px;
	font-weight: 700;
	font-family: "Helvetica Neue", "Arial", "Nunito Sans", sans-serif;
}
/* スマホ用のスタイル調整 */
@media (max-width: 767px) {
.product-details h6 {
    font-size: 11px;
    margin: 0 auto 0px;
}
.product-details h6 strong {
    font-size:17px;
	font-weight: 700;
}
.product-details .price_border {
    margin: 0px 5px 0px 0px;
}
.product-details ul {
    font-size: 14px;
    line-height: 24px;
}
}

.product-details .pd-title .heart-icon {
	color: #252525;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.product-details .pd-rating {
	margin-bottom: 10px;
}

.product-details .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.product-details .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.product-details .pd-desc {
	margin-bottom: 24px;
}

.product-details .pd-desc p {
	font-size: 16px;
	color: #636363;
	line-height: 28px;
	margin-top: 10px;
}

.product-details .pd-desc h4 {
	color: #db2727;
	font-weight: 700;
}

.product-details .pd-desc h4 span {
	font-size: 18px;
	font-weight: 400;
	color: #b7b7b7;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 13px;
}

.product-details .pd-color {
	margin-bottom: 25px;
}

.product-details .pd-color h6 {
	color: #252525;
	font-weight: 700;
	float: left;
	margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
	display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
	display: inline-block;
	margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
	background: #EEEE21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
	background: #8230E3;
}

.product-details .pd-size-choose {
	margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
	margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.product-details .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
	margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.product-details .quantity .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.product-details .quantity .primary-btn.pd-cart {
	padding: 14px 70px 10px;
}

.product-details .pd-tags {
	margin-bottom: 27px;
}

.product-details .pd-tags li {
	list-style: square inside;
	font-size: 16px;
	color: #636363;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: nomal;
}

.product-details .pd-tags li span {
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.product-details .pd-share {
	overflow: hidden;
}

.product-details .pd-share .p-code {
	font-size: 16px;
	color: #252525;
	float: left;
}

.product-details .pd-share .pd-social {
	float: right;
}

.product-details .pd-share .pd-social a {
	display: inline-block;
	color: #252525;
	font-size: 14px;
	margin-left: 15px;
}


.product-content {
	padding-top: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-content h5 {
	font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 25px;
	color: #252525;
	font-weight: 700;
	line-height: 30px;
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
}

.product-content p {
	font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
}

.product-content img {
	min-width: 100%;
}

.specification-table {
	padding-top: 52px;
}

.specification-table table {
	margin-top: 15px;
	width: 100%;
}

.specification-table table th {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	border: 1px solid #999;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
	background-color: #ccc;
}
.specification-table table tr td {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	border: 1px solid #999;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
}

.specification-table table tr td.p-catagory {
	width: 310px;
	text-align: left;
	padding-left: 34px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.specification-table table tr td .p-price {
	color: #db2727;
	font-size: 16px;
	font-weight: 700;
}

.specification-table table tr td .cart-add {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-weight {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 700;
}

.specification-table table tr td .p-size {
	text-transform: uppercase;
}

.specification-table table tr td .cs-color {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
}


/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	.product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
}

@media only screen and (min-width: 1200px) {
	.product-shop .container {
		max-width: 1600px;
		padding-right: 45px;
		padding-left: 45px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-shop .container {
		max-width: 1140px;
		padding-right: 65px;
		padding-left: 65px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 30px 10px;
	}
	.tab-item ul li a {
		padding: 18px 39px;
	}
	.inner-header .advanced-search .input-group button {
		right: -7px;
	}
	.product-shop .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
	.project-page .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
	.related-products .product-item .pi-pic ul li a {
		padding: 16px 12px 12px 11px;
	}
}

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

	.product-shop.page-details .product-details {
		padding-top: 30px;
	}
	.product-content h5 {
		font-size: 16px;
		margin-top: 25px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Large Device: 480px */

@media only screen and (max-width: 767px) {
	.product-shop {
		margin-left: 25px;
		margin-right: 25px;
	}
}

/* Small Device: 320px */

@media only screen and (max-width: 479px) {
	.product-show-option .select-option {
		display: inline-block;
	}
	.product-show-option .select-option .sorting.nice-select {
		margin-bottom: 10px;
	}
	.product-details .quantity .primary-btn.pd-cart {
		padding: 14px 20px 10px;
	}
	.tab-item ul li a {
		padding: 18px 30px;
		margin-bottom: 10px;
	}
	.specification-table table tr td.p-catagory {
		width: 160px;
	}
}








/*---------------------
  Product Shop
-----------------------*/

.parts-shop {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
	.parts-shop .container {
		max-width: 1280px;
	}
}

.parts-shop .ps-slider .owl-nav button[type=button] {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: #a7a7a7;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
	box-shadow: 0px 6px 10px -1px #e9e9e9;
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.parts-shop .ps-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -16px;
}


/* Large Device: 480px */

@media only screen and (max-width: 767px) {
	.parts-shop .ps-slider .owl-nav button[type=button] {
		left: 0;
	}
	.parts-shop .ps-slider .owl-nav button[type=button].owl-next {
		right: 0;
	}

}
.parts-show-option {
	margin-bottom: 30px;
}

.parts-show-option .select-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.parts-show-option .select-option .nice-select {
	border-radius: 0;
	border: 1px solid #ECEDEE;
	height: 40px;
	line-height: 35px;
}

.parts-show-option .select-option .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.parts-show-option .select-option .nice-select:after {
	border-bottom: 2px solid #4c4c4c;
	border-right: 2px solid #4c4c4c;
	height: 7px;
	right: 22px;
	top: 47%;
	width: 7px;
	opacity: 0.7;
}

.parts-show-option .select-option .nice-select span {
	font-size: 16px;
	color: #4c4c4c;
}

.parts-show-option .select-option .sorting {
	margin-right: 20px;
}

.parts-show-option .select-option .sorting.nice-select {
	padding-right: 70px;
}

.parts-show-option .select-option .p-show.nice-select {
	padding-right: 105px;
}

.parts-show-option .select-option .p-show.nice-select:before {
	position: absolute;
	right: 48px;
	top: 0;
	content: "09";
	font-size: 16px;
	color: #252525;
}

.parts-show-option p {
	margin-bottom: 0;
	color: #636363;
	line-height: 39px;
}

.parts-list .parts-item {
	margin-bottom: 25px;
}

/*---------------------
  Product Details
-----------------------*/

.parts-shop.page-details {
	padding-bottom: 60px;
}

.parts-pic-zoom {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.parts-pic-zoom img {
	min-width: 100%;
}

.parts-pic-zoom .zoom-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.parts-pic-zoom .zoom-icon i {
	color: #4c4c4c;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	text-align: center;
	border-radius: 50%;
	line-height: 37px;
}

.parts-thumbs .pt {
	cursor: pointer;
	position: relative;
}

.parts-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #252525;
	z-index: 1;
}

.parts-slider .owl-nav button[type=button] {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: #a7a7a7;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
	box-shadow: 0px 6px 10px -1px #e9e9e9;
	position: absolute;
	left: -16px;
	top: 50%;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.parts-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: -16px;
}

.parts-details .pd-title {
	position: relative;
	margin-bottom: 6px;
}

.parts-details .pd-title span {
	display: block;
	font-size: 12px;
	color: #b2b2b2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 23px;
}

.parts-details .pd-title h3 {
	color: #252525;
	font-weight: 700;
	font-family: "Muli", sans-serif;
}

.parts-details .pd-title .heart-icon {
	color: #252525;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.parts-details .pd-rating {
	margin: 5px 0;
	font-size: 16px;
	display: inline-block;
	color: #252525;
}

.parts-details .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.parts-details .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.parts-details .pd-desc {
	margin-bottom: 24px;
}

.parts-details .pd-desc p {
	color: #636363;
}

.parts-details .pd-desc h4 {
	color: #db2727;
	font-weight: 700;
}

.parts-details .pd-desc h4 span {
	font-size: 18px;
	font-weight: 400;
	color: #b7b7b7;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 13px;
}

.parts-details .pd-color {
	margin-bottom: 25px;
}

.parts-details .pd-color h6 {
	color: #252525;
	font-weight: 700;
	float: left;
	margin-right: 28px;
}

.parts-details .pd-color .pd-color-choose {
	display: inline-block;
}

.parts-details .pd-color .pd-color-choose .cc-item {
	display: inline-block;
	margin-right: 10px;
}

.parts-details .pd-color .pd-color-choose .cc-item input {
	position: absolute;
	visibility: hidden;
}

.parts-details .pd-color .pd-color-choose .cc-item label {
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 0;
}

.parts-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
	background: #EEEE21;
}

.parts-details .pd-color .pd-color-choose .cc-item label.cc-violet {
	background: #8230E3;
}

.parts-details .pd-size-choose {
	margin-bottom: 30px;
}

.parts-details .pd-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.parts-details .pd-size-choose .sc-item:last-child {
	margin-right: 0;
}

.parts-details .pd-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.parts-details .pd-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.parts-details .pd-size-choose .sc-item label.active {
	background: #252525;
	color: #ffffff;
}

.parts-details .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 33px;
}

.parts-details .quantity .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
	margin-right: 14px;
}

.parts-details .quantity .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.parts-details .quantity .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.parts-details .quantity .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.parts-details .quantity .primary-btn.pd-cart {
	padding: 14px 70px 10px;
}

.parts-details .pd-tags {
	margin-bottom: 27px;
}

.parts-details .pd-tags li {
	list-style: none;
	font-size: 14px;
	color: #636363;
	line-height: 25px;
	margin-bottom: 5px;
}

.parts-details .pd-tags li span {
	font-size: 18px;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.parts-details .pd-share {
	overflow: hidden;
}

.parts-details .pd-share .p-code {
	font-size: 16px;
	color: #252525;
	float: left;
}

.parts-details .pd-share .pd-social {
	float: right;
}

.parts-details .pd-share .pd-social a {
	display: inline-block;
	color: #252525;
	font-size: 14px;
	margin-left: 15px;
}

.parts-tab {
	padding-top: 60px;
}

.parts-tab .tab-item ul li:nth-child(1) a {
	border-right: 1px solid #ebebeb;
}

.parts-tab .tab-item ul li:nth-child(2) a {
	border-right: 1px solid #ebebeb;
}

.parts-tab .tab-item ul li:nth-child(3) a {
	border-right: 1px solid #ebebeb;
}

.parts-tab .tab-item ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #b2b2b2;
	text-transform: uppercase;
	padding: 18px 61px;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.parts-tab .tab-item ul li a.active {
	color: #252525;
}

.parts-tab .tab-item ul li a.active:before {
	opacity: 1;
}

.parts-tab .tab-item ul li a::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 5px;
	background: #db2727;
	content: "";
	opacity: 0;
}

.parts-content {
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #EFF0F2;
}

.parts-content h5 {
	color: #252525;
	font-weight: 700;
	margin: 5px 0 5px 0 ;
	font-size: 24px;
}
.parts-content h6 {
	color: #252525;
	font-weight: 500;
	margin: 10px 0;
	font-size: 18px;
}

.parts-content span {
	color: #CC0000;
	font-weight: 700;
}

.parts-content p {
	color: #CC0000;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 34px;
}

.parts-content img {
	min-width: 100%;
}
.parts-content .pd-tags {
	margin-bottom: 27px;
}

.parts-content .pd-tags li {
	font-size: 16px;
	color: #252525;
	line-height: 25px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.parts-content .pd-tags li span {
	font-size: 18px;
	color: #C00;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 10px;
}
.parts-content .specification-table {
	padding-top: 12px;
}

.parts-content .specification-table table {
	width: 100%;
}

.parts-content .specification-table table tr td {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
.parts-content .specification-table th {
	background-color: #EEE;
}

@media only screen and (max-width: 767px) {
.parts-content h5 {
	margin: 25px 0 5px 0 ;
}
.parts-content p {
	font-size: 16px;
}

.parts-content .pd-tags li {
	font-size: 14px;
	line-height: 20px;
}


}


.parts-shop .specification-table {
	padding-top: 52px;
}

.parts-shop .specification-table table {
	width: 100%;
}

.parts-shop .specification-table h4 {
	color: #292f3b;
	font-weight: 700;
	margin-bottom: 35px;
}
.parts-shop .specification-table table tr td {
	border: 1px solid #EFF0F2;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.parts-shop .specification-table table tr td.p-catagory {
	width: 310px;
	text-align: left;
	padding-left: 34px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
	text-transform: uppercase;
}

.parts-shop .specification-table table tr td .pd-rating i {
	font-size: 12px;
	display: inline-block;
	color: #FAC451;
	margin-right: -3px;
}

.parts-shop .specification-table table tr td .pd-rating span {
	font-size: 12px;
	color: #999591;
}

.parts-shop .specification-table table tr td .p-price {
	color: #db2727;
	font-size: 16px;
	font-weight: 700;
}

.parts-shop .specification-table table tr td .cart-add {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}

.parts-shop .specification-table table tr td .p-stock,
.parts-shop .specification-table table tr td .p-size,
.parts-shop .specification-table table tr td .p-code {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: 700;
}

.parts-shop .specification-table table tr td .p-weight {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 700;
}

.parts-shop .specification-table table tr td .p-size {
	text-transform: uppercase;
}

.parts-shop .specification-table table tr td .cs-color {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #252525;
	border-radius: 50%;
}

#modelsPage .specTable {
    width: 100%;
    margin: 1em auto 0.5em;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    table-layout: auto;  /* ← 追加 */
}
#modelsPage .specTable a {
    line-height: 1.4;
    color: #333;
}
#modelsPage .specTable a:hover {
    text-decoration: underline;
}
#modelsPage .specTable ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1.6;
}
#modelsPage .specTable p {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    line-height: 1.6;
}
#modelsPage .specTable ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0px;
    padding-bottom: 2px;
}
#modelsPage .specTable.mb-s {
    margin-bottom: 1em;
}
#modelsPage .specificationBox.SpecWidth {
    width: 100%;
}
#modelsPage .specificationBox.SpecWidth .specTable {
    width: 100%;
    table-layout: fixed;
}
#modelsPage .specificationBox.SpecWidth .specTable thead th {
    text-align: center;
    vertical-align: middle;
    background: #535353;
    color: #FFF;
    font-weight: normal;
}
#modelsPage .specificationBox.SpecWidth .specTable tbody th,
#modelsPage .specificationBox.SpecWidth .specTable td {
    vertical-align: middle;
}
#modelsPage .specificationBox.SpecWidth .specTable td:nth-child(2),
#modelsPage .specificationBox.SpecWidth .specTable td:nth-child(3),
#modelsPage .specificationBox.SpecWidth .specTable td:nth-child(4) {
    text-align: center;
}
#modelsPage .specificationBox.SpecWidth table tr:nth-child(odd) {
    background-color: #F7F7F7;
}
#modelsPage .specTable thead th {
    background: #F7F7F7;
    padding: 0.5em 1em;
    font-weight: bold;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#modelsPage .specTable tbody tr:first-child th,
#modelsPage .specTable tbody tr:first-child td {
    padding-top: 0.5em;
}
#modelsPage .specTable tbody tr:last-child th,
#modelsPage .specTable tbody tr:last-child td {
    padding-bottom: 0.5em;
}
#modelsPage .specificationBox.SpecWidth .specTable tbody tr:last-child th,
#modelsPage .specificationBox.SpecWidth .specTable tbody tr:last-child td {
    padding-bottom: 0;
}
#modelsPage .specTable tbody th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 0.25em 0.5em;
    font-size: 1em;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    width: 1%;           /* ← 最小幅にする */
}
#modelsPage .specTable tbody td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 0.25em 0.5em;
    font-size: 1em;
    width: auto;
}
#modelsPage .specTable tbody td:nth-child(3) {
    width: 35%;
}

@media only screen and (max-width: 767px) {
    #modelsPage .specTable {
        width: 100%;
        margin: 0.5em auto 0.5em;
    }
    #modelsPage .specTable tbody th {
        white-space: nowrap;
        font-size: 1em;
        padding: 0.25em 0.3em;
    }
    #modelsPage .specTable tbody td {
        white-space: normal;
        word-break: break-all;
        overflow-wrap: anywhere;
        font-size: 1em;
    }
}

.carbon-link-block{
  width: 100%;
  margin: 100px 0 150px;
  padding: 102px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.carbon-link-inner{
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.carbon-link-title{
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.carbon-link-text{
  margin: 0 0 20px;
  font-size: 14px;
  color: #444;
}

.carbon-link-button{
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.carbon-link-button:hover{
  background-color: #222;
  color: #fff;
}

@media screen and (max-width: 768px){
  .carbon-link-block{
    margin: 80px 0 100px;
    padding: 64px 0;
  }

  .carbon-link-inner{
    width: 88%;
  }

  .carbon-link-title{
    font-size: 20px;
  }

  .carbon-link-text{
    font-size: 13px;
  }

  .carbon-link-button{
    padding: 10px 20px;
    font-size: 12px;
  }
}