@charset "utf-8";

/*souryo*/
.iwrap *{
	font-feature-settings: "palt" 1;
}
.iwrap .Cta a,.iwrap .Cta a:hover{
	text-decoration: none;
}
.iwrap .cbG{
	position: relative;
	display:block;
	margin: 3% auto 5%;
	padding:0.5em 0;
	font-size:1.5em;
	color:#fff;
	font-weight: bold;
	text-align:center;
	letter-spacing:2px;
	width: 512px;
	height: 60px;
	border:1px solid #679800;
	border-radius:7px;
	background: -moz-linear-gradient(top, rgba(148,197,22,1) 0%, rgba(142,185,41,1) 51%, rgba(114,170,0,1) 52%, rgba(152,199,50,1) 92%, rgba(185,206,68,1) 100%);
	background: -webkit-linear-gradient(top, rgba(148,197,22,1) 0%,rgba(142,185,41,1) 51%,rgba(114,170,0,1) 52%,rgba(152,199,50,1) 92%,rgba(185,206,68,1) 100%);
	background: linear-gradient(to bottom, rgba(148,197,22,1) 0%,rgba(142,185,41,1) 51%,rgba(114,170,0,1) 52%,rgba(152,199,50,1) 92%,rgba(185,206,68,1) 100%);

}
.iwrap .cbG::before {
	content: "\f101";
	position: absolute;
	align-items: center;
	top: 0;
	right: 10px;
	bottom: 0;
	display: flex;
	font-family: var(--wIcon);
	font-size: 27px;
}	

.iwrap .btn{
	margin: 40px auto 20px;
	width: 400px;
}
.iwrap .btn a{
	position: relative;
	padding: 10px 5px 10px;
	color: #fff;
	font-family: var(--Fyg),var(--Fip);
	font-size: 34px;
	line-height: 1;
	text-decoration: none;
	background: var(--GreeN);
	box-shadow: 8px 8px 0 rgba(0,0,0,0.2);
}
.iwrap .btn a::after{
	content: '';
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url(/images/item/common/icon_buy.svg) no-repeat 0 0;
	background-size: 100% 100%;
}


/*cta*/
.iwrap .Cta * {
	box-sizing: border-box;
}
.iwrap .Cta{
	margin: auto;
	padding: 20px 0 30px;
	width: 570px;
}
.iwrap .Cta h3{
	margin: 0 auto;
	padding-bottom: 10px;
	font-family: var(--Fyg);
	font-size: 38px;
	text-align: left;
	line-height: 1;
}
.iwrap .Cta h3 span{
	font-size: .8em;
	letter-spacing: 3px;
}
.iwrap .Cta .logo{
	display: inline-block;
	margin: 7px 10px 10px 0;
	width: 100px;
	vertical-align: top;
}
.iHair .Cta .logo{
	margin-left: 50px;
}
.iwrap .Cta dl{
	font-family: var(--Fns);
}
.iwrap .ctapri dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 20px auto;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 1;
	border-bottom: 1px dotted #ddd;
	width: 570px;
}
.iwrap .ctapri dt{
	margin-left: 95px;
	width: 175px;
	font-size: 17px;
}
.iwrap .ctapri .thTei dt:before,
.iwrap .ctapri .onTei dt:before,
.iwrap .ctapri .thrTu dt:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 4px 10px;
	height: 16px;
	font-family: var(--Fyg);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.iwrap .ctapri .thTei dt:before{
	content: "25%OFF";
	color: #fff;
	background: var(--ReD);
}
.iwrap .ctapri .onTei dt:before{
	content: "20%OFF";
	color: var(--ReD);
	border: 1px solid var(--ReD);
}
.iwrap .ctapri .thrTu dt:before{
	content: "15%OFF";
	color: #666;
	border: 1px solid #666;
}
.iwrap .ctapri dd{
	letter-spacing: 0;
}
.iwrap .ctapri dd:first-of-type{
	padding: 0 10px 0 0;
	font-size: 20px;
	width: 135px;
	text-align: right
}
.iwrap .freeSo,.iwrap .wariSo,.iwrap .tuuSo{
	padding: 4px 5px;
	font-size: 0.9em;
	text-align: center;
}
.iwrap .ctapri .freeSo,.iwrap .ctapri .wariSo,.iwrap .ctapri .tuuSo{
	width: 143px;
	height: 25px;
}
.iwrap .buyReg3 .freeSo,.iwrap .buyReg3 .wariSo,.iwrap .buyReg3 .tuuSo{
	position: absolute;
	line-height: 1.2;
}
.iwrap .buyReg3 .freeSo{
	right: 32px;
	bottom: 4px;
	padding: 10px;
	width: 96px;
	font-size: 1em;
	letter-spacing: 1px;
}
.iwrap .buyReg3 .wariSo{
	right: 32px;
	bottom: 4px;
	width: 96px;
}
.iwrap .buyReg3 .tuuSo{
	position: absolute;
	right: -45px;
	bottom: 15px;
	width: 100px;
}
.iwrap .freeSo{
	color: var(--WhitE);
	background: var(--ReD);
	border:1px solid var(--ReD);
}
.iwrap .wariSo{
	color: var(--ReD);
	border:1px solid var(--ReD);
}
.iwrap .tuuSo{
	color: #666;
	border:1px solid #666;
}



/*Buy*/
.iwrap #Buy *{
	box-sizing: border-box;
}
.iwrap #Buy{
	margin-top: 100px;
	margin-bottom: 100px;
	font-family: var(--Fyg);
	font-size: 16px;
	letter-spacing: 0;
}
.iwrap #Buy h4{
	padding-bottom: 0;
	font-family: var(--Fyg);
}
.iwrap #Buy form{
	text-align: center;
}
.iwrap #Buy .num {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
}
.iwrap #Buy .off1 .num,.iwrap #Buy .off2 .num{
	font-weight: 600;
}
.iwrap #Buy .btnGreeN{
	margin: auto;
	padding: 10px 20px;
	font-family: var(--Fyg);
	width: auto;
	cursor: pointer;
}
#Buy form{
	position: relative;
}
.iwrap .buyTiV h2{
	line-height: 1.8;
}
.iwrap .buyTiV h3{
	margin-bottom: 30px;
}
.iwrap .buyTiS h2{
	margin: 0 auto 50px;
	padding-bottom: 1px;
	font-family: var(--Fyg);
	font-size: 53px;
	letter-spacing: 1px;
	border-bottom: 2px solid var(--ReD);
	width: 620px;
	text-align: center;
}
.iwrap .buyTiS h3{
	padding-bottom: 30px;
	font-size: 45px;
	letter-spacing: 1px;
}
.iwrap .buyTiS h4{
	padding-bottom: 0;
	font-family: var(--Fyg);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#Buy .buyTiS .itemNa{
	font-size: 28px;
	margin-top: 50px;
	line-height: 1;
}
.iwrap .buyTiS .txt{
	margin-top: 50px;
	padding: 10px;
	font-size: 25px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.iwrap .buyTiS .supcmt{
	display: block;
	margin-top: 15px;
	font-family: var(--Fip),var(--Fyg);
	font-size: 10px;
	text-align: right;
}
.iwrap .buyTiS img{
	margin: 0;
}
.iwrap .buyReg1{
	text-align: center;
}
.iwrap .buyReg1 ul{
	margin-top: -40px;
	align-items: flex-start;
	justify-content: space-around;
	line-height: 1;
}
.iwrap .buyReg1 ul dl{
	font-family: var(--Fns);
}
.iwrap .buyReg1 dt{
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-family:var(--Fyg),var(--Fip);
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 2px dashed #999;
}
.iwrap .buyReg1 dd{
	padding-bottom: 5px;
}
.iwrap .buyReg1 dd:nth-of-type(2){
	line-height: 1.3;
	height: 90px;
}
.iwrap .buyReg3 h4{
	padding-bottom: 0;
	font-family: var(--Fyg);
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.iwrap .buyReg3 ul{
	margin-top: 10px;
	padding: 40px;
	background: #f9f9f9;
	margin-bottom: 80px;
	align-items: flex-end;
	line-height: 1;
}
.iwrap .buyReg3 ul li{
	width: calc(100%/2);
}
.iwrap .buyReg3 ul li:first-of-type{
	margin-right: 20px;
	border-right: 1px dotted #ccc;
}
.iwrap .buyReg3 ul dl{
	position: relative;
	margin: 20px 0 20px 80px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: var(--Fns);
	font-size: 15px;
	line-height: 1;
	width: 373px;
}
.iwrap .buyReg3 ul dt{
	padding-bottom: 14px;
	font-size: 27px;
}
.iwrap .buyReg3 ul .thTei dt:before,
.iwrap .buyReg3 ul .onTei dt:before,
.iwrap .buyReg3 ul .thrTu dt:before{
	position: absolute;
	width: 80px;
	left: -80px;
}
.iwrap .buyReg3 ul .thTei dt:before{
	content: url(/images/common/off25c.svg)
}
.iwrap .buyReg3 ul .onTei dt:before{
	content: url(/images/common/off20c.svg)
}
.iwrap .buyReg3 ul .thrTu dt:before{
	content: url(/images/common/off15c.svg)
}
.iwrap .buyReg3 ul dd:first-of-type{
	font-size: 40px;
}
.iwrap .buyReg3 ul dl.oneTu{
	margin-left: 40px;
}
.iwrap .buyReg3 .oneTu *{
	display: inline-block;
}
.iwrap .buyReg3 .tuuSo *{
	display: inline;
}



.iwrap .buyReg h4 {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}
.iwrap .buyReg .ctapri2 {
	width: 960px;
	margin: auto;
	display: flex;
	text-align: center;
}
.iwrap .buyReg .ctapri2 li {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: flex-end;
 padding: 0 20px 30px;
 width: 50%;
 height: 280px;
 background: #fafafa;
 border-right: 1px solid #ccc;
}
.iwrap .buyReg .ctapri2 li:last-of-type {
	border-right: none;
}
.iwrap .buyReg .ctapri2 dt {
 font-size: 30px;
 font-weight: bold;
 color: #333;
 letter-spacing: 1px;
 font-family: var(--Fns);
 border-bottom: 1px dashed #ccc;
 margin-bottom: 10px;}
.iwrap .buyReg .ctapri2 dt img {
	margin-bottom: 5px;
}
.iwrap .buyReg .ctapri2 dd {
 margin-bottom: 10px;
 font-family: var(--Fns);
	color: #333;
 font-size: 40px;
 line-height: 1.2;
 letter-spacing: 1px;
}
.iwrap .buyReg dd .freeSo {
 margin-left: 10px;
 padding: 4px 3px 5px 5px;
	display: inline-block;
 font-size: 14px;
 letter-spacing: 2px;
}
.iwrap .buyReg dd .wariSo, .iwrap .buyReg dd .tuuSo {
	margin-left: 10px;
 display: inline-block;
 font-size: 11px;
}
.iwrap #Buy .btnGreeN {
 width: 200px;
 margin-top: 10px;
 margin-bottom: 0;
}

.iwrap #Buy .acce .fleC {
	align-items: center;
	background: #fff;
}
.iwrap #Buy .acce dt {
	font-size: 27px;
}
.iwrap #Buy .acce dd:first-of-type {
	font-size: 40px;
}

/*arrowS*/
.arrow{
	margin: 10px auto 40px;
	padding: 15px 0;
	width: 150px;
}
.arrow span{
	margin: auto;
	position: relative;
	width: 50px;
	height: 30px;
	display: block;
}
.arrow span:before{
	content: "";
	margin: auto;
	border-radius: 2px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: rotate(135deg);
}
.arrow span:first-of-type:before{
	border-right: 3px solid #ddd;
	border-top: 3px solid #ddd;
}
.arrow span:nth-of-type(2):before{
	border-right: 3px solid #ccc;
	border-top: 3px solid #ccc;
}
.arrow span:last-of-type:before{
	border-right: 3px solid #aaa;
	border-top: 3px solid #aaa;
}
/*arrowE*/

.iwrap .qa{
	width: 800px;
	margin: auto;
}
.iwrap .qa dl.aarw{
	font-size: 20px;
}
.iwrap .qa dt.acoA, .qa dd.acoB {
	padding: 20px 20px 20px 60px;
}
.iwrap .qa dt.acoA{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.iwrap .qa dt.acoA:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.03);
	transition: all 300ms linear;
	z-index: -1;
}
.iwrap .qa dt.acoA.active::before {
	left: 0;
}
.iwrap .qa dt.acoA p{
	display: inline-block;
}
.iwrap .qa dd.acoB {
	padding-left: 30px;
	border-left: 30px solid rgba(0,0,0,.03);
}
.iwrap .qa .aarw span,.qa .aarw p {
	display: inline-block;
	vertical-align: middle;
}
.iwrap .qa .aarw p{
	margin-left: 10px;
	width: 85%;
}
.iwrap .qa .aarw dd span,.qa .aarw dd p {
	vertical-align: text-top;
}
.iwrap .qa .aarw dd span{
	margin-top: -7px;
}

/*teikiS*/
.ite{
	width: 770px;
	margin: 0 auto 10px;
	padding: 60px 0;
}
.ite div{
}
.ite h3,.ite .teiH{
	margin: -26px auto 0;
	font-family:var(--Fsm);
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	background: #fff;
	width: 450px;
}
.ite dl{
	padding: 20px 30px 10px;
}
.ite dt:before{
	margin-top: 3px;
	padding-right: 5px;
	content: "◆";
	font-size: 0.8em;
	display: inline-block;
	vertical-align: top;
}
.ite dt{
	padding-left: 5px;
	font-family:var(--Fsm);
	font-size: 23px;
}
.ite dd{
	padding: 0 0 20px 30px;
	font-family: var(--Fyg);
	font-size: 15px;
}
.ite ul{
	font-size:12px;
	margin:0 auto;
	padding:0 0 0 20px;
}
.ite ul span{
	color:#0000ff;
	text-decoration:underline;
	cursor: pointer;
}
.iteR div{
	border:2px solid var(--ReD);
}
.iteR h3{
	color: var(--ReD);
}
.iteR dt:before{
	color: var(--ReD);
}
.iteR dt{
	color: var(--ReD);
}
.iteB div{
	border:2px solid #014099;
}
.iteB h3,.iteB .teiH{
	color: #014099;
}
.iteB dt:before{
	color: #014099;
}
.iteB dt{
	color: #014099;
}
/*teikiE*/

/*doukonS*/
#doukon{
	margin: 20px auto 0;
	padding: 40px 0 80px;
	width: 760px;
}
/* #doukon .douH:before{
	content: "《";
}
#doukon .douH:after{
	content: "》";
} */
#doukon .douH{
	color: var(--ReD);
	font-size: 27px;
	font-family:var(--Fyg),var(--Fip);
	letter-spacing: 0;
	text-align: center;
}
#doukon p{
	padding-top: 20px;
	font-family:var(--Fyg),var(--Fip);
	font-size: 16px;
	line-height: 1.6;
}
#doukon p:last-of-type{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#doukon li{
	display:table-cell;
	vertical-align:middle;
}
#doukon li:last-of-type{
	text-align:right;
	width:350px;
}
/*doukonS*/

/*specS*/
.ispecBg{
	background: #f9f9f9;
	padding: 30px 0;
	font-family: var(--Fyg);
}
.ispec,.iother{
	margin: 0 auto;
	width: 800px;
	line-height: 2;
}
.ispec h3 {
	font-family: var(--Fyg);
	font-size: 20px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #ddd;
	text-align: left;
}
.ispec h3:after {
	position: absolute;
	content: "";
	border-bottom: solid 4px var(--ReD);
	bottom: -4px;
	width: 16%;
	display: block;
}
.ispec .brB{
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #999;
}
.ispec h3 span{
	font-family: var(--Fyg);
	font-size: .7em;
}
.ispec h3 span.BgGy{
	margin-left: 5px;
	padding: 4px 8px;
	color: #fff;
	background: #ccc;
}
.ispec dt,.iother dt{
	margin: 10px 0 0 0;
	padding: 10px 0 0 15px;
	font-size: 14px;
	position: relative;
	background: none;
	font-weight: bold;
}
.ispec dt:before,.iother dt:before{
	content: "";
	margin-top: 9px;
	width: 5px;
	height: 5px;
	transform:rotate(45deg);
	position: absolute;
	left: 2px;
}
.ispec dt:before{
	border-top: 1px solid var(--ReD);
	border-right: 1px solid var(--ReD);
}
.iother dt:before{
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
.ispec dd,.iother dd{
	font-size:13px;
	line-height:1.5;
}
.ispec dd{
	padding:0 0 5px 1.1em;
}
.ispec p{
	margin-left: 14px;
	font-size: .9em;
}
.ispec p:first-of-type{
	margin-top: 10px;
}
.iother dd{
	padding:0 0 5px 2em;
	text-indent:-1em;
}
.iatt{
	margin-bottom: 80px;
}
.iatt dd{
	padding-left: 2em;
	text-indent: -1em;
}
.iatt ol {
	padding-left: 1.5em;
}
.iatt ol li{
	padding-left: 1em;
	list-style: decimal;
	text-indent: -1em;
}
.ispec .compo{
	margin: 0 0 15px 5px;
	width: 380px;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
}
.compo dl{
	padding: 0 10px;
	display: flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	border-right: 1px solid #ccc;
}
.compo dl:last-of-type{
	border-right: none;
}
.compo dt,.compo dd{
	padding: 7px 0;
	line-height: 1.4;
}
.compo dt{
	width: 50%;
	background: none;
	margin: 0;
	font-weight: normal;
}
.compo dt:before{
	content: none;
}
.kanyo dt {
	padding-right: 13px;
	width: 132px;
}
.compo.kanyo dd{
	width: 146px;
	background: none;
	border-right: none;
}
.compo.kanyo dd:last-of-type{
	border-bottom: none;
}
.kanyo .fle{
	align-items: center;
	justify-content: flex-end;
}
.ispec .aco{
	padding: 0;
}
.ispec .aco dt{
	padding: 0;
	font-size: 13px;
	color: #00f;
	text-decoration: underline;
	background: none;
}
.ispec .aco dt:before{
	content: none;
}
.ispec .aco dd{
	padding: 0;
	display: none;
}
/*specE*/