@charset "utf-8";
.l-contents {
  background: none;
}
.l-contents__frame {
	width: 100%;
	padding: 0;
}
.scalp_care_ttlarea {
    background: url(/lp_media/transfer_from_rpst_v1/user_data/img/related_items/scalp_care_bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scalp_care_ttlarea h2 {
    font-family: termina, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: #fff;
    line-height: 1.2em;
    text-align: center;

}
.scalp_care_ttlarea h2 span {
    display: block;
    font-size: 18px;
}
/*---------stepbox---------*/
.stepbox{
	width:1150px;
	margin:100px auto;
	box-sizing:border-box;
	display: flex;
	justify-content: space-between;
	color: #222;
}
.stepbox h3{
	width: 195px;
	font-family: termina, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
	line-height: 1em;
}
.stepbox h3 span{
	display: block;
    font-size: 20px;
	font-family: 'Noto Sans JP';
    font-weight: 900;
}
.stepbox_contents{
	width: 910px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.stepbox_contents li{
    position: relative;
	width: 195px;
    margin-right: 43px;
    padding-bottom: 60px;
}
.stepbox_contents li:last-child{
    margin-right: 0;
}
.stepbox_contents img{
	width:100%;
	height:auto;
}
.stepbox_contents li .p_name{
	font-size: 15px;
	font-weight: 600;
    line-height: 1.3em;
	margin-top: 10px;
}
.stepbox_contents li .p_price{
	font-size: 13px;
	margin-top: 5px;
    letter-spacing: 0em;
}
.stepbox_contents li .p_price + a{
	position: absolute;
    bottom: 0;
    left: 0;
	display: block;
	width: 100%;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 7px 10px;
	box-sizing: border-box;
}
.stepbox_contents li .p_price + a:hover{
	background: #000;
	color: #fff;
}
.stepbox_contents li a{
	transition: all 0.3s;
}

/*---------setitembox---------*/
.setitembox{
	width:1150px;
	margin:100px auto;
    padding: 80px 0 0 0;
	color: #222;
    border-top: 1px solid #dddfe1;
	box-sizing:border-box;
}
.setitembox h3{
	width: 100%;
	font-family: termina, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
	line-height: 1em;
    margin-bottom: 40px;
}
.setitembox h3 span{
	display: block;
    font-size: 20px;
	font-family: 'Noto Sans JP';
    font-weight: 900;
}
.setitembox_contents{
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.setitembox_contents li{
    position: relative;
	width: 195px;
    margin-right: 43px;
    padding-bottom: 60px;
}
.setitembox_contents li:last-child{
    margin-right: 0;
}
.setitembox_contents img{
	width:100%;
	height:auto;
}
.setitembox_contents li .p_name{
	font-size: 15px;
	font-weight: 600;
    line-height: 1.3em;
	margin-top: 10px;
}
.setitembox_contents li .p_price{
	font-size: 13px;
	margin-top: 5px;
    letter-spacing: 0em;
}
.setitembox_contents li .p_price + a{
	position: absolute;
    bottom: 0;
    left: 0;
	display: block;
	width: 100%;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 7px 10px;
	box-sizing: border-box;
}
.setitembox_contents li .p_price + a:hover{
	background: #000;
	color: #fff;
}
.setitembox_contents li a{
	transition: all 0.3s;
}
