@charset "UTF-8";

/*ラフィーユ メインビジュアル SP
---------------------------------------------*/
#mv_lafille {
	position: relative;
	background-image: url(../img/lafille/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_lafille:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_lafille .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.6;
	color: #e88a95;
	position: absolute;
	top: 28%;
	left: 5vw;
}
#mv_lafille .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 41%;
	left: 5vw;
	text-align: left;
	line-height: 1.1em;
}
#mv_lafille .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 13px;
	vertical-align: top;
	line-height: 0.5em;
	display: block;
	letter-spacing: 0;
}
#mv_lafille .title .tx_small{
	font-size: 60%;
	display: inline;
	vertical-align: baseline;
}

/*ラフィーユ メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_lafille {
	background-image: url(../img/lafille/main.webp);
}
#mv_lafille:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_lafille .sub {
	font-size: 28px;
	position: absolute;
	top: 28%;
	left: 22vw;
	letter-spacing: 0;
	line-height: 1.5em;
}
#mv_lafille .title {
	font-size: 62px;
	position: absolute;
	top: 40%;
	left: 22vw;
	line-height: 1.1em;
}
#mv_lafille .title span {
	font-size: 20px;
	vertical-align: middle;
	display: inline;
	margin-top: 20px;
	margin-right: 1em;
	letter-spacing: 0.1em;
}
#mv_lafille .title span.tx_bold {
	font-weight: bold;
}
}

/*ラ・フィーユとは? SP
---------------------------------------------*/
.whats_lafille {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px 0;
	background-color: #FEF3F3;
}
.whats_lafille .inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.whats_lafille .inner .jp_title{
	letter-spacing: 0;
}
.whats_lafille .inner .tx_box{
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.whats_lafille .inner .head_wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.whats_lafille .inner .head_wrap img{
	width: 20vw!important;
	height: auto;
}
.whats_lafille .inner .tx_box h3{
	font-size: 5vw;
	color: #E88A95;
	line-height: 1em;
}
.whats_lafille .inner .tx_box .tx_middle{
	font-size: 4vw;
}
.whats_lafille .inner .tx_box .tx_small{
	font-size: 3.5vw;
}
.whats_lafille .inner .tx_box img{
	width: 25%;
	height: auto;
	margin-left: 20px;
}
.whats_lafille .inner .tx_box p{
	margin-top: 1em;
}
.whats_lafille .btn_difference_link{
	width: 80%;
	height: auto;
	display: block;
	text-align: center;
	font-size: 4vw;
	color: #E88A95;
	background-color: #fff;
	margin: 20px auto 10px;
	padding: 0.75em 0;
	position: relative;
}
.whats_lafille .btn_difference_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.whats_lafille .tx_iighlight{
	color: #e88a95;
	font-size: 120%;
}

/*ラ・フィーユとは? PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.whats_lafille {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 50px 0;
}
.whats_lafille .inner{
	width: 840px;
	height: auto;
}
.whats_lafille .inner .tx_box{
	margin: 40px 0 0;
}
.whats_lafille .inner .tx_box h3{
	font-size: 30px;
}
.whats_lafille .inner .tx_box .tx_middle{
	font-size: 20px;
}
.whats_lafille .inner .tx_box .tx_small{
	font-size: 16px;
}
.whats_lafille .inner .tx_box img{
	width: 140px;
	height: auto;
	margin-left: 40px;
}
.whats_lafille .btn_difference_link{
	width: 400px;
	font-size: 18px;
	margin: 0 auto;
}
.whats_lafille .btn_difference_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
}



/*特徴 SP
---------------------------------------------*/
.lafille_feature {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.lafille_feature .tx01{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/lafille/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx01 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx01 p{
	margin-top: 1em;
}
.lafille_feature .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

.lafille_feature .tx02{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/lafille/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx02 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx02 p{
	margin-top: 1em;
}
.lafille_feature .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
	
.lafille_feature .tx03{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/lafille/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx03 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx03 p{
	margin-top: 1em;
}
.lafille_feature .tx03 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
.first_time {
	font-size: 17px;
	color: #d25965;
	margin: 1em 0;
}
.first_time .price {
font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.first_time .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*特徴 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafille_feature {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.lafille_feature .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.lafille_feature .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx01 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx01 img{
	width: 350px;
	height: auto;
	margin-right: 40px;
}

.lafille_feature .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.lafille_feature .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx02 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx02 img{
	width: 350px;
	height: auto;
	margin-left: 40px;
}

.lafille_feature .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.lafille_feature .tx03 .head03{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx03 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx03 img{
	width: 350px;
	height: auto;
	margin-right: 40px;
}
}

/*効果の出方 SP
---------------------------------------------*/
.lafille_effect{
width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px 0;
	background-color: #F5F5F5;
}
.lafille_effect .inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.lafille_effect .inner .tx_box{
	margin: 20px 0 0;
}
.lafille_effect .inner .tx_box h3{
	font-size: 4vw;
	color: #E88A95;
}
.lafille_effect .inner .tx_box p{
	margin-top: 1em;
}
.lafille_effect .inner .tx_box img{
	width: 70%;
	height: auto;
	margin: 20px 15% 0;
}
/*効果の出方 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafille_effect {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 50px 0;
}
.lafille_effect .inner{
	width: 1000px;
	height: auto;
}
.lafille_effect .inner .tx_box{
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lafille_effect .inner .tx_box h3{
	font-size: 21px;
	color: #E88A95;
}	
.lafille_effect .inner .tx_box img{
	margin-left: 40px;
}
}




