@charset "UTF-8";

/*CK用all------------------------*/
#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .65;
}
/*------------------------CK用all*/

/*lp all----------------------------*/
html {
  font-size: 62.5%;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .page_inner {
  width: 100%;
  margin: 0 auto;
}
.LP_page .sp_only{
  display: none;
}
.LP_page .flexBox{
  display: flex;
}
/*--------------------------// lp all --*/


/*------mv----------------------------*/
.mv_area {
  background: url(../../..//Contents/ImagesPkg/lp/221124_quadrifoglio/mv_pcBg.jpg) no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 6rem 0;
  text-align: center;
}
.mv_area h2{
  margin-bottom: 3rem;
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 3.6rem;
  color: #3D7D3D;
}

.mv_area h2 .num{
  font-size: 4.8rem;
}
.mv_area .mv_ttl{
  font-size: 3.6rem;
  font-weight: 500;
  background: linear-gradient(transparent 55%, #D1DDD1 0%);
  display: inline;
  padding: 0 1.2rem 0;
}
.mv_area .mv_txt{
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
/*---------------------------//mv------*/


/*------INDEX----------------------------*/
.index_inner{
  width: 120rem;
  margin: auto;
  display: grid;
  grid-template: auto / 88rem 1fr;
}
.index_sec{
  width: 78rem;
}
.nav_area{
  position: relative;
  margin-top: 8rem;
  z-index: 55;
}

.nav_inner{
  width: 32rem;
  padding: 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #F9F9F6;
  box-shadow: 0 0 8px #d7d5d5;
  position: sticky;
  top: calc(55 / 1440 * 100vw);
  z-index: 55;
}
.nav_inner .index_ttl{
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 2rem;
}

.nav_inner .nav_wrap li a{
  position: relative;
  display: block;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
.nav_inner .nav_wrap li a::before{
  position: absolute;
  content: "";
  background: #C3DEC3;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nav_inner .nav_wrap li.is-current a::before {
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/index_icon.png)no-repeat;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  left: -3px;
}
/*------------------------//INDEX----------*/


/*--all--------------------------*/

.img_border{
  border-radius: 2rem;
}

.sec{
  width: 78rem;
  margin: 6rem auto 0;
}
.sec-ttl{
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  width: 78rem;
}
.sec_con{
  width: 78rem;
}
.sec_con .inner_ttl{
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  padding-left: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_con .inner_ttl::before{
  position: absolute;
  content: "";
  width: 3rem;
  height: 0.4rem;
  background: #3D7D3D;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_con .ul_box li{
  display: block;
  margin-bottom: 2rem;
}
.sec_con .ul_box .li_ttl{
  font-size: 1.6rem;
}
.sec_con .ul_box .li_ttl,
.li_list{
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.sec_con .ul_box .li_ttl::before,
.li_list::before{
  position: absolute;
  content: "";
  background: #C3DEC3;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_con .ul_box .li_txt{
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
.con_img{
  margin-top: 3rem;
  /* margin-bottom: 4rem; */
  width: 78rem;
}
/*----------------------------//all-----*/





/*--sec01--------------------------*/
.sec01 .problem_area{
  position: relative;
  padding: 1.5rem 0;
  width: 78rem;
  background: #F4F4F4;
  border-radius: 2rem;
}
.sec01 .problem_area::before{
  position: absolute;
  content: "";
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/arrow_icon.png) no-repeat;
  background-size: 100%;
  width: 1.8rem;
  height: 2.2rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5rem;
}

.sec01 .problem_area h4{
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
}
.sec01 .problem_area .problem_ul{
  margin: auto;
  width: fit-content;
}

.sec01 .problem_area .problem_ul li{
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
  line-height: 2.4;
}
.sec01 .problem_area .problem_ul li::before{
  position: absolute;
  content: "";
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/icon.png) no-repeat;
  background-size: 100%;
  width: 2.6rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec01 .con_inner{
  margin-top: 6.2rem;
  width: 78rem;
}
.sec01 .con_inner .con_ttl{
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
/*----------------------------//sec01-----*/


/*--sec02--------------------------*/
.sec02 .sec_con p{
  font-size: 1.6rem;
  line-height: 2;
}
/*----------------------------//sec02-----*/


/*--sec03--------------------------*/
.sec03 .sec_con .ul_box li h4{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.sec03 .sec_con .ul_box li h4 .num{
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 1rem;
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  border: 1px solid #000;
}
/*----------------------------//sec03-----*/


/*--sec04--------------------------*/
.sec04 .sec_con._02{
  margin-top: 6rem;
}
.sec04 .sec_con._02 .ul_box .small_txt{
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
}
.sec04 .model_area{
  justify-content: center;
  align-items: center;
  margin: 4rem 0 6rem;
  padding: 3rem;
  width: 78rem;
  border-radius: 2rem;
  background: #F0EEE8;
}
.sec04 .model_area .model_img{
  width: 16rem;
  margin-right: 3rem;
}
.sec04 .model_area .model_txt{
  max-width: 53rem;
  width: 100%;
}
.sec04 .model_area .model_ttl{
  font-size: 1.6rem;
}
.sec04 .model_area .model_cosme{
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
}
.sec04 .model_area._02 {
  margin: 4rem 0  10rem;
}
.sec04 .model_area._02 .model_ttl._01{
  margin-bottom: 1.5rem;
}


/*----------------------------//sec04-----*/


/*-- foot  Skincare_brand--------------------------*/
.Skincare_brand{
  background: #F9F9F6;
}
.Skincare_brand .Skincare_ttl{
  padding: 8rem 0 3rem;
  font-size: 2.8rem;
  text-align: center;
}
.Skincare_brand .Skincare_img{
  width: 60rem;
  margin: auto;
}
.Skincare_brand .logo_img{
  margin: 2rem auto 0;
  width: 30rem;
}
.Skincare_brand .Skincare_txt{
  max-width: 60rem;
  width: 100%;
  margin: 4rem auto 0;
}
.Skincare_brand .Skincare_txt h4{
  font-size: 2rem;
}
.Skincare_brand .Skincare_txt .description{
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
.Skincare_brand .Skincare_txt .description .small_txt{
  display: block;
  font-size: 1.1rem;
}


.check_btn{
  margin: 4rem auto 0;
  padding-bottom: 8rem;
}
.check_btn a{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 5rem;
  font-size: 2rem;
  border-radius: 15rem;
  background-color: #fff;
  color: #3D7D3D;
  box-shadow: 0 0 8px #d7d5d5;
}
.check_btn a span{
  position: relative;
  display: inline-block;
  padding: 0 11rem;
}
.check_btn a span::before{
  position: absolute;
  content: "";
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/btn_icon.png) no-repeat;
  background-size: 100%;
  width: 0.8rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/*--------------------------//foot  skincare_brand-----*/





/*scroll anime---------------------*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {

  .LP_page .page_inner {
    width: 100%;
  }
  .LP_page .pc_only{
    display: none;
  }
  .LP_page .sp_only{
    display: block;
  }

  .LP_page{
    overflow: hidden;
  }
  .nav_area li a{
    color: #000;
  }
/*------INDEX----------------------------*/
.index_inner{
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  grid-template: inherit;
}
.index_sec{
  width: 100%;
}
.nav_area{
  position: relative;
  margin-top: calc(40* (100vw / 428));
  z-index: 55;
}
.nav_inner{
  margin: auto;
  padding: calc(20* (100vw / 428));
  width: calc(388* (100vw / 428));
  border-radius: calc(10* (100vw / 428));
  position: relative;
  top: 0;
}
.nav_inner .index_ttl{
  font-size: calc(20* (100vw / 428));
}

.nav_inner .nav_wrap li a{
  position: relative;
  display: block;
  padding-left: calc(20* (100vw / 428));
  font-size: calc(15* (100vw / 428));
  line-height: 2;
}
.nav_inner .nav_wrap li a::before{
  position: absolute;
  content: "";
  background: #C3DEC3;
  border-radius: 50%;
  width: calc(10* (100vw / 428));
  height: calc(10* (100vw / 428));
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nav_inner .nav_wrap li.is-current a::before {
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/index_icon.png)no-repeat;
  background-size: 100%;
  width: calc(16* (100vw / 428));
  height: calc(16* (100vw / 428));
  left: -3px;
  z-index: 99;
}
/*------------------------//INDEX----------*/

/*------mv----------------------------*/
.mv_area {
  background: url(../../..//Contents/ImagesPkg/lp/221124_quadrifoglio/mv_spBg.jpg) no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: calc(80* (100vw / 428)) 0;
  text-align: center;
}
.mv_area h2{
  margin-bottom: calc(20* (100vw / 428));
  font-size: calc(28* (100vw / 428));
}
.mv_area h2 .num{
  font-size: calc(42* (100vw / 428));
}
.mv_area .mv_ttl{
  font-size: calc(28* (100vw / 428));;
  padding: 0 calc(12* (100vw / 428)) 0;
}
.mv_area .mv_txt{
  margin: calc(20* (100vw / 428)) auto 0;
  max-width: calc(388* (100vw / 428));
  width: 100%;
  font-size: calc(14* (100vw / 428));
  text-align: left;
}
/*---------------------------//mv------*/



/*--all--------------------------*/
.img_border{
  border-radius: calc(10* (100vw / 428));
}

.sec{
  width: calc(388* (100vw / 428));
  margin: calc(60* (100vw / 428)) auto 0;
}
.sec-ttl{
  padding-bottom: calc(15* (100vw / 428));
  margin-bottom: calc(30* (100vw / 428));
  font-size: calc(28* (100vw / 428));
  width: calc(388* (100vw / 428));
}
.sec_con{
  width: calc(388* (100vw / 428));
}
.sec_con .inner_ttl{
  margin-top: calc(30* (100vw / 428));
  margin-bottom: calc(30* (100vw / 428));
  padding-left: calc(40* (100vw / 428));
  font-size: calc(18* (100vw / 428));
}
.sec_con .inner_ttl::before{
  width: calc(30* (100vw / 428));
  height: calc(4* (100vw / 428));
  left: 0;
}
.sec_con .ul_box li{
  display: block;
  margin-bottom: calc(30* (100vw / 428));
}
.sec_con .ul_box .li_ttl{
  font-size: calc(16* (100vw / 428));
  margin: 0 0 calc(16* (100vw / 428));
  line-height: 0;
}
.sec_con .ul_box .li_ttl,
.li_list{
  padding-left: calc(20* (100vw / 428));
}
.sec_con .ul_box .li_ttl::before,
.li_list::before{
  border-radius: 50%;
  width: calc(10* (100vw / 428));
  height: calc(10* (100vw / 428));
  left: 0;
}
.sec_con .ul_box .li_txt{
  margin-top: 0;
  font-size: calc(14* (100vw / 428));
  line-height: 2;
}
.con_img{
  margin-top: calc(30* (100vw / 428));
  width: calc(388* (100vw / 428));
}
/*----------------------------//all-----*/


/*--sec01--------------------------*/
.sec01 .problem_area{
  padding: calc(20* (100vw / 428)) calc(15* (100vw / 428));
  width: calc(388* (100vw / 428));
  border-radius: calc(15* (100vw / 428));
}
.sec01 .problem_area::before{
  width: calc(18* (100vw / 428));
  height: calc(22* (100vw / 428));
  bottom: calc(-40* (100vw / 428));
}

.sec01 .problem_area h4{
  font-size: calc(18* (100vw / 428));
  line-height: 1.8;
}

.sec01 .problem_area .problem_ul li{
  padding-left: calc(35* (100vw / 428));
  font-size: calc(15* (100vw / 428));
  line-height: 2.2;
}
.sec01 .problem_area .problem_ul li::before{
  width: calc(26* (100vw / 428));
  height: calc(24* (100vw / 428));
  top: 3px;
  transform: inherit;
}
.sec01 .con_inner{
  margin-top:calc(60* (100vw / 428));
  width: calc(388* (100vw / 428));
}
.sec01 .con_inner .con_ttl{
  font-size: calc(20* (100vw / 428));
}
/*----------------------------//sec01-----*/


/*--sec02--------------------------*/
.sec02 .sec_con p{
  font-size: calc(16* (100vw / 428));
}
/*----------------------------//sec02-----*/


/*--sec03--------------------------*/
.sec03 .sec_con .ul_box li h4{
  font-size: calc(16* (100vw / 428));
  line-height: 2;
}
.sec03 .sec_con .ul_box li h4 .num{
  margin-right: calc(10* (100vw / 428));
  padding: 0 calc(8* (100vw / 428));
  font-size: calc(20* (100vw / 428));
  line-height: 1.2;
}
/*----------------------------//sec03-----*/


/*--sec04--------------------------*/
.sec04 .sec_con._02{
  margin-top: calc(60* (100vw / 428));
}
.sec04 .sec_con._02 .ul_box .small_txt{
  margin-top: calc(16* (100vw / 428));
  font-size:calc(10* (100vw / 428));
  line-height: 0;
}
.sec04 .model_area{
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  margin: calc(30* (100vw / 428)) 0 calc(60* (100vw / 428));
  padding: calc(15* (100vw / 428));
  width: calc(388* (100vw / 428));
  border-radius: calc(20* (100vw / 428));
}
.sec04 .model_area .model_info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(538* (100vw / 428));
}
.sec04 .model_area .model_img{
  width: calc(100* (100vw / 428));
  margin-right: calc(16* (100vw / 428));
}
.sec04 .model_area .model_txt{
  max-width: calc(358* (100vw / 428));
  width: 100%;
}
.sec04 .model_area .model_ttl{
  max-width: calc(242* (100vw / 428));
  width: 100%;
  font-size: calc(14* (100vw / 428));
}
.sec04 .model_area._02 .model_caption._01{
  margin-bottom: calc(15* (100vw / 428));
}
.sec04 .model_area .model_cosme{
  margin-top: calc(10* (100vw / 428));
  font-size: calc(13* (100vw / 428));
  line-height: 2;
}
.sec04 .model_area._02 {
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  margin: calc(30* (100vw / 428)) 0 calc(80* (100vw / 428));
}
.sec04 .model_area._02 .model_cosme{
  margin-top: calc(10* (100vw / 428));
  font-size: calc(13* (100vw / 428));
  line-height: 2;
}
.sec04 .model_area._02 .model_txt{
  max-width: calc(358* (100vw / 428));
  width: 100%;
}
/*----------------------------//sec04-----*/


/*-- foot  Skincare_brand--------------------------*/
.Skincare_brand .Skincare_ttl{
  padding: calc(60* (100vw / 428)) 0 calc(24* (100vw / 428));
  font-size: calc(22* (100vw / 428));
}
.Skincare_brand .Skincare_img{
  width: calc(388* (100vw / 428));
}
.Skincare_brand .logo_img{
  margin: calc(20* (100vw / 428)) auto 0;
  width: calc(200* (100vw / 428));
}
.Skincare_brand .Skincare_txt{
  max-width: calc(388* (100vw / 428));
  width: 100%;
  margin: calc(30* (100vw / 428)) auto 0;
}
.Skincare_brand .Skincare_txt h4{
  font-size: calc(16* (100vw / 428))
}
.Skincare_brand .Skincare_txt .description{
  margin-top: calc(5* (100vw / 428));
  font-size: calc(14* (100vw / 428));
  line-height: 2;
}

.Skincare_brand .Skincare_txt .description .small_txt{
  font-size: calc(10* (100vw / 428));
}


.check_btn{
  margin: calc(30* (100vw / 428)) auto 0;
  padding-bottom: calc(60* (100vw / 428));
}
.check_btn a{
  width: calc(320* (100vw / 428));
  height: calc(50* (100vw / 428));
  font-size: calc(18* (100vw / 428));
  border-radius: calc(100* (100vw / 428));
  box-shadow: 0 0 8px #d7d5d5;
}
.check_btn a span{
  padding: 0  calc(110* (100vw / 428));
}
.check_btn a span::before{
  background: url(../../../Contents/ImagesPkg/lp/221124_quadrifoglio/btn_icon.png) no-repeat;
  background-size: 100%;
  width: calc(8* (100vw / 428));
  height: calc(12* (100vw / 428));
}
/*--------------------------//foot  skincare_brand-----*/


}



/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
  .only_sp {
    display: none;
  }
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px){
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/




