
.pdBL{
	margin-bottom:18vw;
}
.pdBM{
	margin-bottom:9vw;
}
.pdBS{
	margin-bottom:4.5vw;
}

.pdBSS{
	margin-bottom:2vw;
}


.txtL{
	font-size: 3.6vw;
	letter-spacing: 0;
	line-height:180%;
}
.txtM{
	font-size: 2.6vw;
	letter-spacing: .08em;
	line-height:180%;
}
.txtS{
	font-size: 2.3vw;
	letter-spacing: .02em;
	line-height:180%;
}
.txtSS{
	font-size: 1.9vw;
	line-height:180%;
	letter-spacing: .02em;
}
.txtSSS{
	font-size: 1.7vw;
	line-height:180%;
	letter-spacing: .02em;
}
.txtR{
	text-align: right;
}
.txtC{
	text-align: center;
}
.txtB{
	font-weight: bold;
}



.example {
	position: relative;
	display: inline-block;
}
.example span{
	position: absolute;
	top: -1.6em;
	right: 0;
	font-size: .6em;
}

#productCont{
}


/*productTop*/

#productTop{
	position: relative;
	background: #eee;
}
#productTop section{
	position: relative;
}

#productDetail{
	min-height: 500px;
	padding: 7.5vw 7.5vw 18.5vw 7.5vw;
}




.productTopTxt{
	position: absolute;
	bottom:0;
	left: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	line-height: 140%;
	font-size: 3.4vw;
	font-weight: 600;
	letter-spacing: 0;
	z-index: 1;
}

.productTopTxt1{
	width: 60%;
	border-right: 2px solid #000;
	padding: 4vw 6.5vw 4vw 6.5vw
}
.productTopTxtL{
	width: 40%;
}
.productTopTxt2{
	width: 100%;
	border-bottom: 2px solid #000;
	padding: 2.5vw 3vw 2.5vw 3vw
}
.productTopTxt3{
	width: 100%;
	padding: 2.5vw 3vw 2.5vw 3vw
}
.productTopTxt4{
	width: 100%;
	padding: 4vw 6.5vw 4vw 6.5vw}

.productSlide{
	height: 130vw;
	width: 100vw;
	overflow: hidden;
}


/*pdttopimg*/
.pdttopimg{
	height: 130vw;
	width: 100%
}

.pdttopimg img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}



/*
.pdttopimg.slide1{
	background: url("../../products/mineralcreamshampoo/images/promo_01.jpg?v=0001") no-repeat center center;
	background-size: cover;
}

.pdttopimg.slide2{
	background: url("../../products/aromabodywash/images/promo_01.jpg?v=0001") no-repeat center center;
	background-size: cover;
}

.pdttopimg.slide3{
	background: url("../../products/quickblowmist/images/promo_01.jpg?v=0001") no-repeat center center;
	background-size: cover;
}

.pdttopimg.slide4{
	background: url("../../products/ipselumoil/images/pdt4_img01.jpg?v=0001") no-repeat center center;
	background-size: cover;
}
.pdttopimg.slide5{
	background: url("../../products/junna_selectset/images/promo_01.jpg?v=0001") no-repeat center center;
	background-size: cover;
}
*/
/*pdttopimg*/

.pdtTitle{
	font-size: 3.8vw;
	font-weight: 600;
}

.pdtTitle span{
	font-size: 2.8vw;
	display: block;
	padding-top: 4px;
}
.pdtTitle span.pdtTitleSpanS{
	font-size: 2.6vw;
}

.pdtRead{
	font-size: 4.1vw;
	line-height: 200%;
	letter-spacing: .07em;
}

.pdtRead2{
	font-size: 3.2vw;
	line-height: 200%;
	letter-spacing: .08em;
}

.pdtImg{
	
}

.pdtImg img{
	width: 100%;
	height: auto;
	
}
.pdtImg.pdtImgL img{
	transform: scale(1.05);
	
}
.pdtImg.pdtImgL2 img{
	transform: scale(1.2);
	
}


.pdtBtn01{
	
}

.pdtBtn01 a{
	font-size: 1.8vw;
	line-height: 100%;
	padding: 1.8vw 3vw;
	border: 1px solid #999;
	border-radius: 40px;
	display: inline-block;
}




.buyBox{
	border: 1px solid #999999;
	padding: 5vw 5vw 4vw 5vw;
	
	font-size: 2.8vw;
	
	display: flex;
	flex-wrap: wrap;
	line-height: 140%;
	letter-spacing: .05em;
	
	align-items: center;

}
.buyBox span{
	color: #DC2800;
}
.buyBoxTxt{
	width: 100%;
	padding: 1vw 0;
}

.buyBoxL{
	width: 52%;
	padding: 2vw 0;
}
.buyBoxR{
	width: 48%;
	padding: 2vw 0;
	letter-spacing: 0.02em;
}
.buyBoxR.setprice{
	text-align: right
}

.buyBoxR.saleTime{

}
.buyBoxR.saleTime {
	color: #303030;
}

.buyBoxR.saleTime .saleLine {
	position: relative;
	display: inline-block;
}
.buyBoxR.saleTime .saleLine::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #303030;
	
}


.buyBoxR span.taxtxt{
	font-size: 8px;
	color: #303030;
}



.setdetail{
	border: 1px solid #999999;
	padding: 5vw 5vw 4vw 5vw;
}
.setdetail a{
	text-decoration: underline;
}


.buyBoxBtn {
	width: 100%;
}
.buyBoxBtn a{
	text-align: center;
	background: #777;
	color: #fff;
	padding: 3vw 0;
	font-weight: normal;
	width: 100%;
	margin-top: 3vw;
}

.buyBoxBtn input[type=submit]{
	text-align: center;
	background: #777;
	color: #fff;
	padding: 3vw;
	font-weight: normal;
	width: 100%;
	margin-top: 3vw;
	border: 0;
	display: block;
}

.buyBoxBtn.comingsoonbtn input[type=submit]{
	background: #999;
	pointer-events: none;
}


.modal-open{
	cursor: pointer;

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255,255,255,100%);
  padding: 70px 20px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
	z-index: 110;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;

	height: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ccc;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 20px 20px 20px 20px;
}
.teikibinBox{
	width: 100%;
	height: 100%;
	background: url("../../products/images/teikibin.png") no-repeat center center;
	background-size: contain;
	
}
.teikibinBox img{
	width: 100%;
	height: auto;
	
}





.cartBtnBtm{
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 10;
	

	transition: all .4s ease-in-out;
	opacity: 0;
}

.cartBtnBtm.is-fixed{
	opacity: 1;

}
.cartBtnBtm input[type=submit]{
	padding: 13px 19px;
	line-height: 100%;
	color: #fff;
	background: #404040;
	font-size: 2.6vw;
	letter-spacing: .08em;
	border:none;
	border-radius: 50px;
	
}


.pdtMovie{
	text-align: center;
}
.pdtMovie video{
	width: 48%;
	height: auto;
}



.profBox{
	border: 1px solid #acacac;

}
.profBox .profBoxImg{
	background: #404040;
	padding: 5vw;
	text-align: center;
}
.profBox .profBoxImg img{
	width: 50%;
	height: auto;
}

.profBox .profBoxTxt{
	padding: 4vw 5vw;
}


.nolists{
	
}

.nolist{
	padding-left: 10vw;
	position: relative;
	line-height: 240%;
	
}
.nolist div{
	line-height: 240%;
}
.nolist h3{
	margin-bottom: 1.5vw;
}
.nolist h3.btmbdr{
	border-bottom: 1px solid #404040;
}
.nolist::before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 180%;
	margin-bottom: 1.5vw;
}
.nolist.no1::before{
	content: "1 … "
}
.nolist.no2::before{
	content: "2 … "
}
.nolist.no3::before{
	content: "3 … "
}
.nolist.no4::before{
	content: "4 … "
}
.nolist.no5::before{
	content: "5 … "
}



.alphaBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 4.5vw;
	border-bottom: 1px solid #acacac;
}
.alphaBoxTitle{
	width: 100%;
}
.alphaBoxTxt{
	width: 49%;
}
.alphaBoxImg{
	width: 49%;
}
.alphaBoxImg img{
	width: 100%;
	height: auto;
}




.pdtDetailLists{
	border-bottom: 1px solid #acacac;
}

.pdtDetailList{
	position: relative;
}
.pdtDetailListTitle::before{
	content: "";
	width: 7px;
	height: 1px ;
	position: absolute;
	right: 0;
	top: 18px;
	transform: translateX(-50%) rotate(0deg);
	background: #acacac;
	transition: all .3s ease-in-out;
}
.pdtDetailListTitle::after{
	content: "";
	width: 7px;
	height: 1px ;
	position: absolute;
	right: 0;
	top: 18px;
	transform: translateX(-50%) rotate(90deg);
	background: #acacac;
	transition: all .3s ease-in-out;
}

.pdtDetailListTitle.active::before{
	transform: translateX(-50%) rotate(45deg);
}
.pdtDetailListTitle.active::after{
	transform: translateX(-50%) rotate(134deg);
}





.pdtDetailListTitle{
	border-top: 1px solid #acacac;
	padding: 2vw;
}


.pdtDetailListBody{
	display: none;
	padding: 8vw 2vw;
	letter-spacing: .1em;
}
.pdtDetailListBody .txtM{
	font-size: 2.6vw;
	letter-spacing: .15em;
	line-height:220%;
}


.steptxt{
	padding-top: 19vw;
	line-height: 240%;
}
.steptxt.step1{
	background: url("../../products/mineralcreamshampoo/images/stepicon1.png")no-repeat center top;
	background-size: auto 16vw;
}
.steptxt.step2{
	background: url("../../products/mineralcreamshampoo/images/stepicon2.png")no-repeat center top;
	background-size: auto 16vw;
}
.steptxt.step3{
	background: url("../../products/ipselummask/images/stepicon3.png")no-repeat center top;
	background-size: auto 16vw;
}
.steptxt.step4{
	background: url("../../products/ipselummask/images/stepicon4.png")no-repeat center top;
	background-size: auto 16vw;
}
.steptxt.step5{
	background: url("../../products/ipselummask/images/stepicon5.png")no-repeat center top;
	background-size: auto 16vw;
}
.steptxt.step6{
	background: url("../../products/ipselummask/images/stepicon6.png")no-repeat center top;
	background-size: auto 16vw;
}



.centerTxt1{
	padding: 0;
	text-align: center;
}
.centerTxt1 span{
	display: inline-block;
	padding: 3vw 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}


.centerTxt2{
	padding: 3vw;
	text-align: center;
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
}
.centerTxt2 span{
	display: inline-block;
	text-align: left;
	padding: 0;
	line-height: 240%;
}


.centerTxt3{
	padding: 3vw;
	text-align: center;
}
.centerTxt3 span{
	display: inline-block;
	text-align: center;
	padding: 0;
	line-height: 240%;
}


.centerTxt4{
	padding: 10vw 0;
	text-align: center;
	background: url("../../products/ipselumoil/images/pdt4_img07.jpg") no-repeat center center;
	background-size: cover;
	line-height: 240%;
}
.centerTxt4 span{
	display: inline-block;
	padding: 0 2vw 0 6vw;
	background: url("../../products/ipselumoil/images/iconi_furo.png") no-repeat left center;
	background-size: auto 100%;
	line-height: 100%;
}



.imgBox1{
	padding: 2vw;
	border: 1px solid #acacac;
}


.imgBox1 img{
	width: 100%;
	height: auto;
}

.pdtDetailListCheck{
	padding-left: 1.7em;
	background: url("../../products/mineralcreamshampoo/images/icon_check.png")no-repeat left top .6vw;
	background-size: 1.2em auto;
}


.pointTitle{
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	padding: 0 0 6px 10px;
	letter-spacing: .1em;
}

.pointTitle2 span{
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	padding: 0 20px;
	letter-spacing: .1em;
}


.pointSelummask{
	background: url("../../products/ipselummask/images/point_bg.jpg") no-repeat center;
	background-size: cover;
}


.pointblock{
	text-align: center;
	padding: 10% 0 10% 0;
	border-top: 4px solid #fff;
	position: relative;
}
.pointblock::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height:  40px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}
.pointblock.point1::before{
	content: "1";
}
.pointblock.point2::before{
	content: "2";
}
.pointblock.point3::before{
	content: "3";
}

.pdtRead2.titleLine1{
	text-align: center;
	position: relative;
	letter-spacing: .2em;
}
.pdtRead2.titleLine1 span{
	background: #F8F7F3;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.pdtRead2.titleLine1::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #999999;
	z-index: 0;
}
.seibunBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:40px 4%;
}
.seibunBox .seibunBoxImg{
	width: 48%;
}
.seibunBox .seibunBoxImg img{
	width: 100%;
	height: auto;
}
.seibunBox .seibunBoxTxt{
	width: 48%;
}

.seibunBox .seibunBoxTxt ul{
	margin-left: 1.2em;
}

.seibunBox .seibunBoxTxt ul li{
	list-style-type: disc;
}





@media screen and (min-width: 762px) {

	
	


	.pdBL{
		margin-bottom:120px;
	}
	.pdBM{
		margin-bottom:60px;
	}
	.pdBS{
		margin-bottom:30px;
	}

	.pdBSS{
		margin-bottom:10px;
	}


	.txtL{
		font-size: 26px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtM{
		font-size: 16px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtS{
		font-size: 14px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtSS{
		font-size: 10px;
		line-height:180%;
		letter-spacing: 0;
	}
	.txtSSS{
		font-size: 8px;
		line-height:180%;
		letter-spacing: 0;
	}
	.txtR{
		text-align: right;
	}
	.txtC{
		text-align: center;
	}
	.txtB{
		font-weight: bold;
	}


	
	
	#productCont{
		display: flex;
	}



	#productTop{
		position: sticky;
		height: 100vh;
		width: 50%;
		top: 0;
		left: 0;
		background: #eee;
	}

	#productDetail{
		width: 50%;
	}




	.example {
		position: relative;
		display: inline-block;
	}
	.example span{
		position: absolute;
		top: -1.9em;
		right: 0;
		font-size: .4em;
	}

	#productCont{
	}


	/*productTop*/

	#productTop{
	}
	#productTop section{
		position: relative;
	}

	#productDetail{
		min-height: 500px;
		padding: 10vw 5vw 5vw 5vw;
	}




	.productTopTxt{
		position: absolute;
		bottom:0;
		left: 0;
		border-top: 2px solid #000;
		border-bottom: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		line-height: 140%;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0;
		z-index: 1;
	}

	.productTopTxt1{
		width: 60%;
		border-right: 2px solid #000;
		padding: 2vw 3vw 2vw 3vw
	}
	.productTopTxtL{
		width: 40%;
	}
	.productTopTxt2{
		width: 100%;
		border-bottom: 2px solid #000;
		padding: 1vw 2vw 1vw 2vw
	}
	.productTopTxt3{
		width: 100%;
		padding: 1vw 2vw 1vw 2vw
	}
	.productTopTxt4{
		width: 100%;
		padding: 2vw 3vw 2vw 3vw
	}

	.productSlide{
		height: 100vh;
		width: 100%;
		overflow: hidden;
	}

	

	/*pdttopimg*/

	.pdttopimg{
		height: 100vh;
	}


	/*
	
	.pdttopimg.slide1{
		background: url("../../products/mineralcreamshampoo/images/promo_01.jpg?v=0001") no-repeat center center;
		background-size: cover;
	}

	.pdttopimg.slide2{
		background: url("../../products/aromabodywash/images/promo_01.jpg?v=0001") no-repeat center center;
		background-size: cover;
	}

	.pdttopimg.slide3{
		background: url("../../products/quickblowmist/images/promo_01.jpg?v=0001") no-repeat center center;
		background-size: cover;
	}
	
	.pdttopimg.slide4{
		background: url("../../products/ipselumoil/images/pdt4_img01.jpg?v=0001") no-repeat center center;
		background-size: cover;
	}
	.pdttopimg.slide5{
		background: url("../../products/junna_selectset/images/promo_01.jpg?v=0001") no-repeat center center;
		background-size: cover;
	}

	
	*/
	
	.pdttopimg img{
		width: 100%;
		height: 100%;
		object-fit: cover; /* この一行を追加するだけ！ */
	}
	/*pdttopimg*/

	.pdtTitle{
		font-size:32px;
		font-weight: 600;
	}

	.pdtTitle span{
		font-size: 13px;
		display: block;
		padding-top: 8px;
	}
	.pdtTitle span.pdtTitleSpanS{
		font-size: 13px;
	}
	.pdtRead{
		font-size: 24px;
		line-height: 200%;
		letter-spacing: .07em;
	}

	.pdtRead2{
		font-size: 18px;
		line-height: 200%;
		letter-spacing: .08em;
	}

	.pdtImg{

	}

	.pdtImg img{
		width: 100%;
		height: auto;

	}
	.pdtImg.pdtImgL img{
		transform: scale(1.05);

	}
	.pdtImg.pdtImgL2 img{
		transform: scale(1.2);

	}


	.pdtBtn01{

	}

	.pdtBtn01 a{
		font-size: 12px;
		line-height: 100%;
		padding: 10px 20px;
		border: 1px solid #999;
		border-radius: 40px;
		cursor: pointer;
		transition: all .3s ease-in-out;
	}
	.pdtBtn01 a:hover{
		background: #eee;
	}




	.buyBox{
		border: 1px solid #999999;
		padding: 30px 20px 30px;

		font-size: 16px;

		display: flex;
		flex-wrap: wrap;
		line-height: 140%;
		letter-spacing: .05em;
		
		
	}
	.buyBox span{
		color: #DC2800;
	}
	.buyBoxTxt{
		width: 100%;
		padding: 5px 10px;
	}

	.buyBoxL{
		width: 54%;
		padding: 5px 10px;
	}
	.buyBoxR{
		width:46%;
		padding: 5px 10px;
	}

	.buyBoxR span.taxtxt{
		font-size: 11px;
		color: #303030;
	}
	
	.buyBoxR.setprice{
		text-align: right
	}


	.setdetail{
		border: 1px solid #999999;
		padding: 30px 20px 30px;
	}

	.buyBoxBtn {
		width: 100%;
	}
	.buyBoxBtn a{
		text-align: center;
		background: #777;
		color: #fff;
		padding: 20px;
		font-weight: bold;
		width: 100%;
		margin-top: 15px;
	}

	.buyBoxBtn input[type=submit]{
		text-align: center;
		background: #777;
		color: #fff;
		padding: 20px;
		font-weight: bold;
		width: 100%;
		margin-top: 15px;
		border: 0;
		display: block;
		
		cursor: pointer;
		transition: all .3s ease-in-out;
	}
	.buyBoxBtn input[type=submit]:hover{
		background: #333;
	}
	.buyBoxBtn.comingsoonbtn input[type=submit]{
		background: #999;
		pointer-events: none;
	}


	

	.cartBtnBtm{
		position: fixed;
		bottom: 80px;
		right: 30px;
		z-index: 10;


		transition: all .4s ease-in-out;
		opacity: 0;
	}

	.cartBtnBtm.is-fixed{
		opacity: 1;

	}
	.cartBtnBtm input[type=submit]{
		padding: 13px 19px;
		line-height: 100%;
		color: #fff;
		background: #404040;
		font-size: 14px;
		letter-spacing: .08em;
		border:none;
		border-radius: 50px;

	}

	
	
	.pdtMovie{
		text-align: center;
	}
	.pdtMovie video{
		width: 48%;
		height: auto;
	}



	.profBox{
		border: 1px solid #acacac;

	}
	.profBox .profBoxImg{
		background: #404040;
		padding: 2vw;
		text-align: center;
	}
	.profBox .profBoxImg img{
		width: 50%;
		height: auto;
	}

	.profBox .profBoxTxt{
		padding: 1vw 2vw;
	}


	.nolists{

	}

	.nolist{
		padding-left: 4vw;
		position: relative;
		line-height: 240%;

	}
	.nolist div{
		line-height: 240%;
	}
	.nolist h3{
		margin-bottom: 1.5vw;
	}
	.nolist h3.btmbdr{
		border-bottom: 1px solid #404040;
	}
	.nolist::before{
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		line-height: 180%;
		margin-bottom: 1.5vw;
		font-size: 26px;
	}
	.nolist.no1::before{
		content: "1 … "
	}
	.nolist.no2::before{
		content: "2 … "
	}
	.nolist.no3::before{
		content: "3 … "
	}
	.nolist.no4::before{
		content: "4 … "
	}
	.nolist.no5::before{
		content: "5 … "
	}



	.alphaBox{
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 30px;
		border-bottom: 1px solid #acacac;
	}
	.alphaBoxTitle{
		width: 100%;
	}
	.alphaBoxTxt{
		width: 49%;
	}
	.alphaBoxImg{
		width: 49%;
	}
	.alphaBoxImg img{
		width: 100%;
		height: auto;
	}




	.pdtDetailLists{
		border-bottom: 1px solid #acacac;
	}

	.pdtDetailList{
		position: relative;
	}
	.pdtDetailListTitle::before{
		content: "";
		width: 12px;
		height: 1px ;
		position: absolute;
		right: 0;
		top: 24px;
		transform: translateX(-50%) rotate(0deg);
		background: #acacac;
		transition: all .3s ease-in-out;
	}
	.pdtDetailListTitle::after{
		content: "";
		width: 12px;
		height: 1px ;
		position: absolute;
		right: 0;
		top: 24px;
		transform: translateX(-50%) rotate(90deg);
		background: #acacac;
		transition: all .3s ease-in-out;
	}

	.pdtDetailListTitle.active::before{
		transform: translateX(-50%) rotate(45deg);
	}
	.pdtDetailListTitle.active::after{
		transform: translateX(-50%) rotate(134deg);
	}





	.pdtDetailListTitle{
		border-top: 1px solid #acacac;
		padding: 10px;
	}


	.pdtDetailListBody{
		display: none;
		padding: 40px 10px;
		letter-spacing: .1em;
	}
	.pdtDetailListBody .txtM{
		font-size: 16px;
		letter-spacing: .15em;
		line-height:220%;
	}



	.steptxt{
		padding-top: 90px;
		line-height: 240%;
	}
	.steptxt.step1{
		background: url("../../products/mineralcreamshampoo/images/stepicon1.png")no-repeat center top;
		background-size: auto 80px;
	}
	.steptxt.step2{
		background: url("../../products/mineralcreamshampoo/images/stepicon2.png")no-repeat center top;
		background-size: auto 80px;
	}
	.steptxt.step3{
		background: url("../../products/ipselummask/images/stepicon3.png")no-repeat center top;
		background-size: auto 80px;
	}
	.steptxt.step4{
		background: url("../../products/ipselummask/images/stepicon4.png")no-repeat center top;
		background-size: auto 80px;
	}
	.steptxt.step5{
		background: url("../../products/ipselummask/images/stepicon5.png")no-repeat center top;
		background-size: auto 80px;
	}
	.steptxt.step6{
		background: url("../../products/ipselummask/images/stepicon6.png")no-repeat center top;
		background-size: auto 80px;
	}


	.centerTxt1{
		padding: 0 0;
		text-align: center;
	}
	.centerTxt1 span{
		display: inline-block;
		padding: 1.5vw 0;
		border-top: 1px solid #acacac;
		border-bottom: 1px solid #acacac;
	}


	.centerTxt2{
		padding: 3vw;
		text-align: center;
		border-right: 1px solid #acacac;
		border-left: 1px solid #acacac;
	}
	.centerTxt2 span{
		display: inline-block;
		text-align: left;
		padding: 0;
		line-height: 240%;
	}


	.centerTxt3{
		padding: 3vw;
		text-align: center;
	}
	.centerTxt3 span{
		display: inline-block;
		text-align: center;
		padding: 0;
		line-height: 240%;
	}


	.centerTxt4{
		padding: 10vw 0;
		text-align: center;
		background: url("../../products/ipselumoil/images/pdt4_img07.jpg") no-repeat center center;
		background-size: cover;
		line-height: 240%;
	}
	.centerTxt4 span{
		display: inline-block;
		padding: 0 2vw 0 6vw;
		background: url("../../products/ipselumoil/images/iconi_furo.png") no-repeat left center;
		background-size: auto 100%;
		line-height: 100%;
	}



	.imgBox1{
		padding: 7px;
		border: 1px solid #acacac;
	}


	.imgBox1 img{
		width: 100%;
		height: auto;
	}

	.pdtDetailListCheck{
		padding-left: 1.7em;
		background: url("../../products/mineralcreamshampoo/images/icon_check.png")no-repeat left top .4vw;
		background-size: 1em auto;
	}


	.pointTitle{
		border-left: 1px solid #acacac;
		border-bottom: 1px solid #acacac;
		padding: 0 0 6px 10px;
		letter-spacing: .1em;
	}

	.pointTitle2 span{
		border-left: 1px solid #acacac;
		border-right: 1px solid #acacac;
		padding: 0 20px;
		letter-spacing: .1em;
	}






	.pointSelummask{
		background: url("../../products/ipselummask/images/point_bg.jpg") no-repeat center;
		background-size: cover;
	}


	.pointblock{
		text-align: center;
		padding: 10% 0 10% 0;
		border-top: 4px solid #fff;
		position: relative;
	}
	.pointblock::before{
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 40px;
		height:  40px;
		text-align: center;
		background: #fff;
		border-radius: 20px;
		line-height: 50px;
		font-size: 14px;
	}
	.pointblock.point1::before{
		content: "1";
	}
	.pointblock.point2::before{
		content: "2";
	}
	.pointblock.point3::before{
		content: "3";
	}

	.pdtRead2.titleLine1{
		text-align: center;
		position: relative;
	}
	.pdtRead2.titleLine1 span{
		background: #F8F7F3;
		padding: 0 10px;
		position: relative;
		display: inline-block;
		z-index: 1;
	}
	.pdtRead2.titleLine1::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
		background: #999;
		z-index: 0;
	}
	.seibunBox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:70px 2%;
	}
	.seibunBox .seibunBoxImg{
		width: 49%;
	}
	.seibunBox .seibunBoxImg img{
		width: 100%;
		height: auto;
	}
	.seibunBox .seibunBoxTxt{
		width: 49%;
	}

	.seibunBox .seibunBoxTxt ul{
		margin-left: 1.2em;
	}

	.seibunBox .seibunBoxTxt ul li{
		list-style-type: disc;
	}





}



.productSlideS.slick-dotted .slick-dots li{
    margin: 0 0 0 0;
}
.productSlideS.slick-dotted .slick-dots li button {
	background: #fff;
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
}
.productSlideS.slick-dotted .slick-dots li.slick-active button{
	background: #fff;
}
.productSlideS.slick-dotted .slick-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: absolute;
        bottom: 10px;
        left: 50%;
        right: auto;
        width: 54px;
        gap: 0 10px;
        transform: translateX(-50%);
}

@media screen and (min-width: 762px) {

	.productSlideS.slick-dotted .slick-dots li button {
		background: #fff;
		background: rgba(255,255,255,.0);
		border: 1px solid #fff;
	}
	.productSlideS.slick-dotted .slick-dots li.slick-active button{
		background: #fff;
	}
	.productSlideS.slick-dotted .slick-dots {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: flex-start;
			position: absolute;
			bottom: 10px;
			left: 50%;
			right: auto;
			width: 54px;
			gap: 0 10px;
			transform: translateX(-50%);
	}
}




.linklist a{
	text-decoration: underline;
}