@charset 'UTF-8';



/*------------------------------------------------------------
	MAIN VIS 画像
------------------------------------------------------------*/

/*facilitiy*/
#main-vis-area #main-vis {
	background-image: url('../img/concept/main_sp.jpg');
}

@media only screen and (min-width: 813px) {
	
	/*facilitiy*/
	#main-vis-area #main-vis {
		background-image: url('../img/concept/main_pc.jpg');
	}
	
}

/*------------------------------------------------------------
	LAUBEST5つの魅力とこだわり
------------------------------------------------------------*/

.concept-area {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

.conts-box figure.concept-img-01 {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 30px;
}

#concept-01 .one-half,
#concept-01 .one-third {
	position: relative;
	margin-bottom: 35px;
	border: 1px solid #ccc;
	padding: 15px;
}


@media only screen and (min-width: 813px) {
	
	#concept-01 .one-half,
	#concept-01 .one-third {
		margin-bottom: 45px;
		padding: 30px;
	}
	
	#concept-01 .one-third {
		width: calc(93% / 3);
		margin-right: 3.5%;
	}
	
}

#concept-01 .one-half figure {
	margin-bottom: 0;
}



#concept-01 .one-third:nth-child(3n) {
	margin-right: 0;
}


#concept-01 .one-third figure {
	width: 100%;
	margin-bottom: 20px;
}

#concept-01 .one-third div {
	width: 100%;
}

#concept-01 h4 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	#concept-01 h4 {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	
}

#concept-01 p {
	font-size: 1.5rem;
	text-align: justify;
}


/*番号*/
i.number {
	display: block;
	background: #b4c2d9;
	width: 60px;
	height: 60px;
	font: 400 1.4rem/1.2 'Roboto';
	text-align: center;
	border-radius: 90px;
	color: #000;
	padding-top: 9px;
	position: absolute;
    top: -20px;
    left: -10px;
}

i.number span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}


@media only screen and (min-width: 813px) {
	
	i.number {
		width: 90px;
		height: 90px;
		font: 400 1.4rem/1.2 'Roboto';
		padding-top: 18px;
	    top: -20px;
	    left: -20px;
	}
	
	i.number span {
		font-size: 3rem;
	}
	
}


/*------------------------------------------------------------
	開発エピソード
------------------------------------------------------------*/

.episode {
	background: #f2f3f4;
	padding: 20px;
	margin: 20px auto 0;
}


.episode figure {
	margin-bottom: 20px;
}

.episode p {
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 5px;
}

@media only screen and (min-width: 813px) {
	
	.episode {
		padding: 40px;
	}
		
	.episode figure {
		margin-bottom: 0;
	}
	
	.episode p {
		font-size: 1.5rem;
	}

}


/*------------------------------------------------------------
	スタッフが実際に使ってみました！
------------------------------------------------------------*/

#concept-02 figure {
	margin-bottom: 0;
}

#concept-02 .copy-txt {
	display: block;
	background: url(../img/concept/sub-tl-01.svg) left center /contain no-repeat;
    width: 100%;
    height: 10vw;
	text-indent: -9999px;
	margin: 0 auto 10px;
}


@media only screen and (min-width: 813px) {
	
	#concept-02 h3 {
		font-size: 3rem;
		font-weight: 500;
	}
	
	#concept-02 .copy-txt {
	    width: 340px;
	    height: 36px;
		margin: 15px auto 20px;
	}
	
}

#concept-03 .copy-txt {
	display: block;
	background: url(../img/concept/sub-tl-02.svg) left center /contain no-repeat;
    width: 340px;
    height: 36px;
	text-indent: -9999px;
	margin: 15px auto 20px;
}


/*------------------------------------------------------------
	正しい洗い方
------------------------------------------------------------*/

#concept-03 .one-fifth {
	margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	#wash-step {
		margin-top: 30px;
	}
	
	#concept-03 .one-fifth {
		margin-bottom: 0;
	}
	
}

#concept-03 .one-fifth dl {
	width: 60%;
	text-align: left;
	float: left;
}

#concept-03 .one-fifth dl dt {
	display: inline-block;
	background: #000;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	padding: 3px 5px;
	margin: 10px 0;
}

#concept-03 .one-fifth dl dd {
	font-size: 4vw;
    font-weight: 600;
    line-height: 1.8;
}

@media only screen and (min-width: 813px) {
	
	#concept-03 .one-fifth dl dd {
		font-size: 1.8rem;
	}
	
}

#concept-03 .one-fifth img {
	width: 40%;
	float: left;
}

#concept-03 .one-fifth p {
	font-size: 1.2rem;
	text-align: left;
	border-top: 1px solid #000;
	margin-top: 7px;
	padding-top: 10px;
}

@media only screen and (min-width: 813px) {
	
	#concept-03 .one-fifth p {
		font-size: 1.3rem;
		margin-top: 10px;
		padding-top: 15px;
	}
	
}

/*------------------------------------------------------------
	市販のシャンプーを使わないわけ
------------------------------------------------------------*/

#concept-04 h3 {
	background: url(../img/concept/attention-pop.svg) left top no-repeat;
    background-size: 85px 80px;
    text-align: left;
    line-height: 1.6;
    padding: 10px 0 10px 95px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	#concept-04 h3 {
	    background-size: 110px 100px;
	    padding: 10px 0 10px 135px;
	}
	
}

.reason-01 {
	background: url(../img/concept/attention-mark.svg) left top no-repeat;
	background-size: 50px 86px;
	font-size: 1.5rem;
	text-align: left;
	padding: 15px 10px 15px 65px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#concept-04 p {
	text-align: left;
}

#concept-04 table {
	width: 100%;
	border: 1px solid #1c1c1c;
	border-right: none;
}

#concept-04 table caption {
	font-size: 1.6rem;
	margin: 10px 0;
}

@media only screen and (min-width: 813px) {
	
	#concept-04 table caption {
		font-size: 2rem;
		margin: 0 0 15px;
	}
	
}

#concept-04 table th {
	background: #5c5c5c;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	border-right: 1px solid #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}

#concept-04 table td {
	width: 50%;
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}

#concept-04 table td:first-child {
	font-weight: 600;
}

#concept-04 table tr:nth-child(odd) td {
	background: #f2f3f4;
}

@media only screen and (min-width: 813px) {
	
	#concept-04 table td:first-child {
		font-size: 1.6rem;
	}
	
}


p.yel-msg {
	display: block;
	background: #f8f26c;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	text-align: center!important;
	padding: 10px 15px;
	margin-top: 20px;
}

@media only screen and (min-width: 813px) {
	
	p.yel-msg {
		font-size: 1.6rem;
		padding: 15px;
	}

}

