@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.lh15{ line-height: 1.5!important;}
.nt_sns_r{font-family: "Noto Sans JP", sans-serif; font-weight: 400;}
.nt_sns_m{font-family: "Noto Sans JP", sans-serif; font-weight: 500;}
.nt_sns_b{font-family: "Noto Sans JP", sans-serif; font-weight: 700;}
.znmg_b{font-family: "Zen Maru Gothic", serif; font-weight: 700;}
.znom_m{font-family: "Zen Old Mincho", serif; font-weight: 500;}
.znom_b{font-family: "Zen Old Mincho", serif; font-weight: 700;}
.znkg_bl{font-family: "Zen Kaku Gothic Antique", sans-serif; font-weight: 900;}
/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#biyoshinan-content-wrap {
	width: 100%;
}
#biyoshinan-content-main {
	color: #000;
}
#biyoshinan-content-main h1 {
	padding: 0;
}
#biyoshinan-content-main .row {
	padding: 100px 20px;
	max-width: 700px;
}
.orange {
	color: #EC8B2B;
}
.green {
	color: #5E9C79;
}

.main_visual {
	background-color: #fff;
}
.main_visual img {
	max-width: 1200px;
	width: 100%;
}
.profile {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 20px 20px;
	top: 0;
	left: 0;
}
.profile h2 {
	margin: 10px 0!important;
}

.lead {
	padding-top: 40px;
	background: url(/yomimono/skincare01/assets/images/back.jpg) center center;
	background-size: cover;
}
.lead_txt {
	line-height: 2;
	margin-bottom: 60px;
}
.com_ttl {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 40px;
}
.point {
	margin-bottom: 60px;
}
.point_sub_ttl {
	font-size: 1.6rem;
}
.point_ttl {
	display: inline-block;
	font-size: 2rem;
	position: relative;
	margin-bottom: 10px;
}
.point_ttl:before {
	position: absolute;
	content: "";
	width: 75px;
	height: 42px;
	background: url(/yomimono/skincare01/assets/images/point.png);
	top: -20px;
	right: -30px;
}
.point_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.point_wrap_itm {
	position: relative;
	z-index: 0;
	max-width: 320px;
	padding: 40px;
}
.point_wrap_itm:before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background-color: rgba(236, 222, 187, 0.7);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.point_wrap_itm_r {
	position: relative;
	z-index: 0;
	max-width: 320px;
	padding: 40px;
	margin-left: -20px;
}
.point_wrap_itm_r:before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background-color: rgba(236, 222, 187, 0.7);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
main ul, main ul li {
	margin-bottom: 0;
}
main ul li:before {
	display: none;
}
main .index .index_itm a {
	color: #000;
	text-decoration: none;
	transition: opacity .2s linear;
} 
main .index .index_itm a:hover {
	color: #000;
	opacity: .6;
}
.index {
	max-width: 600px;
	margin: 0 auto;
	border-top: 1px solid #8E8E8E;
}
.index_itm {
	font-size: 1.3rem;
	padding: 30px 0;
	border-bottom: 1px solid #8E8E8E;
}
.index_itm_ttl {
	font-size: 2rem;
}
.index_itm .icon {
	padding-bottom: 5px;
}
#sec01,#sec02,#sec03,#tec {padding-top: 200px; margin-top: -200px;}
.sec {
	border-bottom: 5px dotted #EC8B2B;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.sec:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sec_ttl {
	text-align: center;
	border-bottom: 1px solid #EC8B2B;
	display: inline-block;
	margin-bottom: 40px;
}
.sec_ttl_l  {
	font-size: 2.8rem;
}
.txt {
	font-size: 1.13rem;
}
.column {
	background-color: #FFF9F2;
	border: 4px solid #EC8B2B;
	border-radius: 20px;
	padding: 50px 20px;
	margin: 60px 0;
}
.column_itm {
	max-width: 500px;
	margin: 0 auto 50px;
}
.column_itm:last-child {
	margin-bottom: 0;
}
.column_itm_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.column_itm_wrap_itm_l {
	width: 54%;	
}
.column_itm_wrap_itm_s {
	width: 42%;	
}
.column_itm_ttl {
	text-align: center;
	margin: 10px 0;
	line-height: 1.5;
}
.product_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_wrap_itm {
	margin-left: 20px;
}
.product_name {
	font-size: 1.75rem;
}
.try {
	background-color: #FFEDDC;
	border-radius: 20px;
	padding: 40px;
	margin-top: 60px;
}
.try_ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.7rem;
}
.try_inner {
	max-width: 500px;
	margin: 0 auto;
}
.try_product_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: flex-end;
}
.try_product_wrap_itm {
	width: 47%;
}
.sec02_img {
	max-width: 380px;
	margin: 0 auto;
}
.column_itm_wrap_itm {
	width: 48%;
}
.tec {
	background-color: #F5EFDD;
}
.tec .row .tec_sub_ttl {
	text-align: center;
	font-size: 2rem;
	margin-top: 20px!important;
	line-height: 1.3;
}
.tec_ttl {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 50px;
}
.tec_itm {
	background-color: #fff;
	padding: 50px;
	margin-bottom: 50px;
}
.tec_inner {
	max-width: 500px;
	margin: 0 auto;
}
.tec_itm_ttl {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
.img {
	margin-bottom: 20px;
}
.tec_itm .product {
	margin-top: 50px;
}

.btn>* {
	background-color: #B81A35;
	margin: 20px 0 0;
}


@media screen and (max-width: 767px) {
	#biyoshinan-content-main .row {
		padding: 40px 20px;
	}
	.sp-mb10 {
		margin-bottom: 10px!important;
	}
	.txt {
		font-size: 1rem;
	}
	.com_ttl {
		font-size: 1.3rem;
		text-align: left;
		margin-bottom: 20px;
	}
	.point {
		margin-bottom: 60px;
	}
	.point_sub_ttl {
		font-size: 1.2rem;
	}
	.point_ttl {
		font-size: 1.6rem;
	}
	.point_wrap {
		flex-direction: column;
	}
	.point_wrap_itm,
	.point_wrap_itm_r {
		max-width: 280px;
	}
	.point_wrap_itm:before,
	.point_wrap_itm_r:before{
		width: 260px;
		height: 260px;
	}
	.point_wrap_itm_r {
		margin-left: 0;
	}
	.index_itm {
		font-size: 1.1rem;
		padding: 10px 0;
	}
	.index_itm_ttl {
		font-size: 1.5rem;
	}
	.sec_ttl {
		margin-bottom: 20px;
	}
	.sec_ttl_l {
		font-size: 1.8rem;
	}
	.column {
		margin: 30px 0;
		padding: 20px;
	}
	.column_itm_wrap,
	.try_product_wrap {
		flex-direction: column;
	}
	.column_itm_wrap_itm_l,.column_itm_wrap_itm_s,
	.column_itm_wrap_itm,
	.try_product_wrap_itm {
		width: 100%;
	}
	.column_itm {
		margin-bottom: 30px;
	}
	.product_name {
		font-size: 1.4rem;
	}
	.try {
		margin-top: 30px;
		padding: 20px;
	}
	.try_ttl {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.sec {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.try_product_wrap {
		margin-top: 30px;
	}
	.try_product_wrap_itm:first-child {
		margin-bottom: 30px;
	}
	.tec .row h4 img {
		max-width: 240px;
	}
	.tec .row .tec_sub_ttl {
		font-size: 1.4rem;
	}
	.tec_ttl {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.tec_itm {
		padding: 20px;
		margin-bottom: 30px;
	}
	.tec_itm .product {
		margin-top: 20px;
	}
	
	.btn>* {
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px){
	

}

