/* ----------------------------- */
/* 商品詳細 新規テンプレート202606 */
/* ----------------------------- */

/* !important 調整用 */
.product-temp202606 .txt-l { text-align: left!important; }
.product-temp202606 .txt-r { text-align: right!important; }
.product-temp202606 .txt-c { text-align: center!important; }

.product-temp202606 .mar-t-0 {	margin-top: 0!important; }
.product-temp202606 .mar-t-10 {	margin-top: 10px!important; }
.product-temp202606 .mar-t-20 {	margin-top: 20px!important; }
.product-temp202606 .mar-t-30 {	margin-top: 30px!important; }
.product-temp202606 .mar-t-40 {	margin-top: 40px!important; }

.product-temp202606 .mar-b-0 {	margin-bottom: 0!important; }
.product-temp202606 .mar-b-10 {	margin-bottom: 10px!important; }
.product-temp202606 .mar-b-20 {	margin-bottom: 20px!important; }
.product-temp202606 .mar-b-30 {	margin-bottom: 30px!important; }
.product-temp202606 .mar-b-40 {	margin-bottom: 40px!important; }

.product-temp202606 .pad-x-0 { padding-left: 0px!important; padding-right: 0px!important; }
.product-temp202606 .pad-x-10 { padding-left: 10px!important; padding-right: 10px!important; }
.product-temp202606 .pad-x-10 { padding-left: 15px!important; padding-right: 15px!important; }
.product-temp202606 .pad-x-20 { padding-left: 20px!important; padding-right: 20px!important; }

.product-temp202606 .pad-t-0 { padding-top: 0!important; }
.product-temp202606 .pad-t-10 { padding-top: 10!important; }
.product-temp202606 .pad-t-20 { padding-top: 20!important; }
.product-temp202606 .pad-t-30 { padding-top: 30!important; }
.product-temp202606 .pad-t-40 { padding-top: 40!important; }

.product-temp202606 .pad-b-0 { padding-bottom: 0!important; }
.product-temp202606 .pad-b-10 { padding-bottom: 10!important; }
.product-temp202606 .pad-b-20 { padding-bottom: 20!important; }
.product-temp202606 .pad-b-30 { padding-bottom: 30!important; }
.product-temp202606 .pad-b-40 { padding-bottom: 40!important; }
/* /!important 調整用 */


.product-temp202606 {
	margin: 0 auto;
	max-width: 700px;
}

.product-temp202606 img {
	height: auto;
	width: 100%;
}

.product-temp202606 .accordion-item {
	margin: 0;
	padding: 0;
}


/* 関連キャンペーン */
.product-temp202606 .rel-campaign {
	padding: 0 20px;
}
	@media screen and (min-width: 1000px) {
		.product-temp202606 .rel-campaign {
			padding: 0;
		} 
	}
/* /関連キャンペーン */


/* 上部 ページ内遷移ボタン郡 */
.product-temp202606 .buttons-area01 {
	background: #ededed;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	padding: 20px;
}
.product-temp202606 .buttons-area01 a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid #d0d0d0;
	border-radius: 999px;
	background: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	transition: all 0.2s ease;
	position: relative;
}
.product-temp202606 .buttons-area01 a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(45deg);
	margin-top: 6px;
	opacity: 0.6;
}
.product-temp202606 .buttons-area01 a:hover {
	border-color: #938a5d;
}
.product-temp202606 .buttons-area01 a:hover::after {
	border-color: #938a5d;
}
/* /上部移 ページ内遷ボタン郡 */


/* 選ばれる理由 ページ内遷ボタン郡 */
.product-temp202606 .buttons-area02 {
	background: #eee;
	padding: 30px 15px;
}
.product-temp202606 .buttons-area02 ul {
	margin-top: 20px;
}
.product-temp202606 .buttons-area02 li {
	border: 1px solid #e3e3e3;
	overflow: hidden;
	background: #fff;
}
.product-temp202606 .buttons-area02 li + li {
	margin-top: 15px;
}
.product-temp202606 .buttons-area02 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 16px;
	text-decoration: none;
	color: #333;
}
.product-temp202606 .buttons-area02 .num {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 999px;
	background: #f5f5f5;
	color: #333;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.product-temp202606 .buttons-area02 .txt {
	flex: 1;
	font-size: 14px;
}
.product-temp202606 .buttons-area02 .txt span {
	display: block;
	font-size: .8em;
}
.product-temp202606 .buttons-area02 a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(45deg);
	margin-left: 12px;
}
/* /選ばれる理由 ページ内遷ボタン郡 */


/* ご使用ステップ */
.product-temp202606 .usage-steps {
	background: #f5f5f5;
	padding: 36px 16px 28px;
}
.product-temp202606 .usage-steps__title {
	margin: 0 0 28px;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
.product-temp202606 .usage-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-temp202606 .usage-steps__item {
	margin-bottom: 16px;
	position: relative;
}
.product-temp202606 .usage-steps__item:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #999;
	transform: translateX(-50%);
	z-index: 1;
}
.product-temp202606 .usage-steps__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}
.product-temp202606 .usage-steps__box--outline {
	border: 1px solid #8a835d;
	color: #8a835d;
}
.product-temp202606 .usage-steps__box--primary {
	background: #8a835d;
	color: #fff;
}
.product-temp202606 .usage-steps__text {
	flex: 1;
}
.product-temp202606 .usage-steps__text span {
	display: block;
}
.product-temp202606 .usage-steps__image {
	width: 76px;
	min-width: 76px;
}
.product-temp202606 .usage-steps__image img {
	display: block;
	width: 100%;
}
/* /ご使用ステップ */


/* How to use */
.product-temp202606 .how-to-use {
  padding: 0 15px;	
}
	@media screen and (min-width: 730px) {
		.product-temp202606 .how-to-use {
			padding: 0;
		}
	}
.product-temp202606 .how-to-use__title {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.product-temp202606 .how-to-use__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 20px;
}
.product-temp202606 .how-to-use__tab-btn {
	border: 1px solid #d0d0d0;
	border-radius: 999px;
	background: #fff;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	padding: 12px 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
}
.product-temp202606 .how-to-use__tab-btn.active {
	background: #8a835d;
	border-color: #8a835d;
	color: #fff;
}
.product-temp202606 .how-to-use__tab-btn:hover {
	border-color: #999;
}
.product-temp202606 .how-to-use__content {
	border-top: 2px solid #e3e3e3;
	margin-top: 20px;
	padding-top: 20px;
}
.product-temp202606 .how-to-use__tab-content {
	display: none;
}
.product-temp202606 .how-to-use__tab-content.active {
	display: block;
}
.product-temp202606 .how-to-use__tab-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}
.product-temp202606 .how-to-use__step {
	margin-bottom: 24px;
}
.product-temp202606 .how-to-use__step:last-child {
	margin-bottom: 0;
}
.product-temp202606 .how-to-use__step-num {
	color: #666;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.product-temp202606 .how-to-use__step-text {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
.product-temp202606 .how-to-use__step-text img {
	margin: 15px 0 12px!important;
}
/* /How to use */


/* 下部商品情報アコーディオン */
.product-temp202606-info-accordion {
	border-top: 1px solid #d8d8d8;
	margin: 0 15px;
}
	@media screen and (min-width: 730px) {
		.product-temp202606-info-accordion {
			margin: 0;
		} 
	}
.product-temp202606-info-accordion__item {
	border-bottom: 1px solid #d8d8d8;
}
.product-temp202606-info-accordion__button {
	position: relative;
	width: 100%;
	padding: 20px 38px 20px 8px;
	border: 0;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
}
.product-temp202606-info-accordion__button::before,
.product-temp202606-info-accordion__button::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 14px;
	height: 1px;
	background: #999;
	content: "";
}
.product-temp202606-info-accordion__button::after {
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.product-temp202606-info-accordion__button[aria-expanded="true"]::after {
	transform: rotate(0);
}
.product-temp202606-info-accordion__content {
	display: none;
	padding: 0 8px 20px;
	color: #555;
	line-height: 1.8;
}
.product-temp202606-info-accordion__content p {
	margin: 0;
}
/* /下部商品情報アコーディオン */
