@charset "utf-8";
/* ---------------------
			仕様詳細用
--------------------- */
.detail-parts__spec-inner > div:first-child {
	margin-right: 0px;
}

/* ---------------------
		コンテンツ充実化用
--------------------- */
.detail-parts__img {
	display: block;
	margin-top: 30px;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.detail-parts__wrapper {
	background-color: #fff;
	text-align: left;
}

/* 背景黒の指定 */
.detail-parts__wrapper--black {
	background-color: #000;
	color: #fff;
}

/* テキスト白文字の指定 */
.detail-parts__text--white {
	color: #fff;
}

/* 横並び指定 */
.detail-parts--column {
	display: flex;
	align-items: center;
}

.dtaile-parts__inner {
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.detail-parts__inner-wrapper {
	padding-top: 45px;
	padding-bottom: 45px;
}

.detail-parts__inner-wrapper:first-child {
	padding-top: 0;
}

.detail-parts__inner-wrapper:last-child {
	padding-bottom: 0;
}

.detail-parts__headline-h2 {
  line-height: 1.6;
}

.detail-parts__headline-h3 {
	font-size: 22px;
	font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
	margin-top: 15px;
}

.detail-parts__headline-h4 {
	font-size: 19px;
	font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.4;
	margin-top: 13px;
}


.detail-parts__mt-35 {
	margin-top: 35px;
}

.detail-parts__mt-15 {
	margin-top: 15px;
}

.detail-parts__text {
	font-size: 16px;
	line-height: 1.6;
	/* margin-top: 10px; */
}

.detail-parts__items,
.detail-parts__ol-items {
	line-height: 2;
	padding-left: 1.5em;
}

.detail-parts__item {
	list-style: disc inside;
	text-indent: -1.5em;
}

.detail-parts__ol-item {
	list-style: decimal;
}

/* 画像サイズ共通 */
/* サイズ1 */
.img-size-1 {
	width: 100%;
}

/* サイズ2 */
.img-size-2 {
	width: 75%;
}

/* サイズ3 */
.img-size-3 {
	width: 50%;
}

/* サイズ4 */
.img-size-4 {
	width: 30%;
}

/* サイズ5 */
.img-size-5 {
	width: 20%;
}

/* サイズ6 */
.img-size-6 {
	width: 30%;
}

/* サイズ7 */
.img-size-7 {
	width: 30%;
}

/* サイズ8 */
.img-size-8 {
	width: 15%;
}

/* サイズ9 */
.img-size-9 {
	width: 60%;
}

/* サイズ10 */
.img-size-10 {
	width: 50%;
}

/* サイズ11 */
.img-size-11 {
	width: 40%;
}

/* サイズ14 */
.img-size-14 {
	width: 45%;
}

/* サイズ15 */
.img-size-15 {
	width: 10%;
}

/* サイズ17 */
.img-size-17 {
	width: 35%;
}

/* サイズ19 */
.img-size-19 {
	width: 80%;
}

/* サイズ22 */
.img-size-22 {
	width: 85%;
}

/* サイズ23 */
.img-size-23 {
	width: 90%;
}

/* サイズ24 */
.img-size-24 {
	width: 25%;
}

/* サイズ25 */
.img-size-25 {
	width: 55%;
}

/* サイズ26 */
.img-size-26 {
	width: 70%;
}




/* ---------------------
		クーポンコード用
--------------------- */
.detail-parts__inner-wrapper--coupon {
	text-align: center;
}

.detail-parts__text--coupon {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.p-products-temp-save__coupon__img__inr.coupon-code-text {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.dtaile-parts__inner {
		padding: 50px 15px;
	}

	.detail-parts__inner-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.detail-parts--column {
		flex-direction: column;
	}

	.detail-parts__img {
		margin-top: 25px;
	}

	.detail-parts__mt-35 {
		margin-top: 30px;
	}

	.detail-parts__mt-15 {
		margin-top: 10px;
	}

	.detail-parts__headline-h3 {
		font-size: 17px;
		letter-spacing: 1.68px;
	}

	.detail-parts__headline-h4 {
		font-size: 16px;
	}

	.detail-parts__text {
		font-size: 14px;
	}

	.detail-parts__item,
	.detail-parts__ol-item {
		font-size: 14px;
	}

	/* 画像サイズ共通 */
	/* サイズ2 */
	.img-size-2 {
		width: 100%;
	}

	/* サイズ3 */
	.img-size-3 {
		width: 100%;
	}

	/* サイズ4 */
	.img-size-4 {
		width: 50%;
	}

	/* サイズ5 */
	.img-size-5 {
		width: 50%;
	}

	/* サイズ6 */
	.img-size-6 {
		width: 75%;
	}

	/* サイズ7 */
	.img-size-7 {
		width: 60%;
	}

	/* サイズ8 */
	.img-size-8 {
		width: 30%;
	}

	/* サイズ9 */
	.img-size-9 {
		width: 100%;
	}

	/* サイズ10 */
	.img-size-10 {
		width: 70%;
	}

	/* サイズ12 */
	.img-size-12 {
		width: 85%;
	}

	/* サイズ13 */
	.img-size-13 {
		width: 40%;
	}

	/* サイズ16 */
	.img-size-16 {
		width: 65%;
	}

	/* サイズ18 */
	.img-size-18 {
		width: 80%;
	}

	/* サイズ20 */
	.img-size-20 {
		width: 90%;
	}

	/* サイズ21 */
	.img-size-21 {
		width: 95%;
	}
}

/* ---------------------
		クーポンコード用
--------------------- */
@media screen and (max-width: 400px) {
  .p-products-temp-save__coupon__img__inr > div {
      top: 60%;
    }
  }