@charset "UTF-8";

@font-face {
  font-family: "AlrightSans";
  src: url("https://ecostore.jp/fonts/AlrightSans-Bold.otf") format("opentype");
}

:root {
  --font-eng: "AlrightSans", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  --color-bg: #FAFAFA;
  --color-font: #000;
  --color-green: #489674;
  --color-pink: #E26F84;
  --color-green_bg: #BDD8CC;
  --color-pink_bg: #F2D1D7;
}


/*--------------------------------
                共 通
 --------------------------------*/

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;

  color: var(--color-font);
  background-color: var(--color-bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
#lp_contents section{
  position: relative;
  padding: 6rem 0;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv{
  padding: 0;
}


/*------------ sec_brand ------------*/

#lp_contents .sec_brand{
  background-color: var(--color-green_bg);
  background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/detail/241114_ecostore/leaf_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#lp_contents .sec_brand .logo{
  width: 18rem;
  margin: 0 auto 3.5rem;
}

#lp_contents .sec_brand .text_wrap{
  width: fit-content;
  margin: auto;
}

#lp_contents .sec_brand .lead{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

#lp_contents .sec_brand .text{
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.5;
}

#lp_contents .sec_brand .check_list{
  margin: 3rem auto 0;
  display: grid;
  gap: 1.2rem;
}

#lp_contents .sec_brand .check_list li{
  padding-left: 2.2rem;
  background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/detail/241114_ecostore/checkbox.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 1.7rem;
  line-height: 1.75;
}


/*------------ sec_set-contents ------------*/

#lp_contents .sec_set-contents .contents_wrap{
  width: fit-content;
  max-width: 80rem;
  margin: auto;
}

#lp_contents .sec_set-contents .ttl{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}

#lp_contents .sec_set-contents .ttl:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .sec_set-contents .ttl span{
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  background-color: var(--color-bg);
}

#lp_contents .sec_set-contents ul{
  display: grid;
  gap: 1rem;
}

#lp_contents .sec_set-contents ul li{
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

#lp_contents .sec_set-contents ul li:before{
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: var(--color-green);
  position: absolute;
  top: 0.8rem;
  left: 0;
}


/*------------ sec_item ------------*/

#lp_contents .sec_item{
  padding: 0;
}

#lp_contents .sec_item .item_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5rem;
  padding: 6rem 0;
  background-color: var(--color-green_bg);
}

#lp_contents .sec_item .item_wrap:nth-child(odd){
  background-color: var(--color-pink_bg);
}

#lp_contents .sec_item .text_blk{
  width: 40rem;
}

#lp_contents .sec_item .text_blk .item_ttl{
  text-align: left;
  font-family: var(--font-eng);
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--color-green);
}

#lp_contents .sec_item .item_wrap:nth-child(odd) .text_blk .item_ttl{
  border-bottom: 1px solid var(--color-pink);
}

#lp_contents .sec_item .text_blk .item_ttl small{
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

#lp_contents .sec_item .text_blk .item_lead{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#lp_contents .sec_item .img_blk{
  width: 53rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#lp_contents .sec_item .img_blk figure{
  width: 25rem;
}

#lp_contents .sec_item .img_blk .detail_blk{
  width: 26rem;
}

#lp_contents .sec_item .img_blk .item_name{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

#lp_contents .sec_item .img_blk .item_text{
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.75;
}

#lp_contents .sec_item .img_blk .item_text + .item_name{
  margin-top: 1.5rem;
}



/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}



/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  #detailOne{
    padding-bottom: 0;
  }

  html {
    font-size: calc(10 * (100vw / 430));
  }

  #lp_contents{
    font-size: 1.4rem;
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents p {
    font-size: 1.4rem;
  }
  #lp_contents small{
    margin-top: 1rem;
    font-size: 1.1rem;
  }


  /*------------ sec_brand ------------*/

  #lp_contents .sec_brand{
    background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/detail/241114_ecostore/leaf_sp.png);
  }

  #lp_contents .sec_brand .logo{
    width: 16rem;
  }

  #lp_contents .sec_brand .text_wrap{
    max-width: 37rem;
  }

  #lp_contents .sec_brand .lead{
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  #lp_contents .sec_brand .text{
    font-size: 1.5rem;
  }

  #lp_contents .sec_brand .check_list li{
    font-size: 1.6rem;
  }


  /*------------ sec_set-contents ------------*/

  #lp_contents .sec_set-contents .contents_wrap{
    max-width: 37rem;
  }

  #lp_contents .sec_set-contents .ttl{
    font-size: 1.6rem;
  }

  #lp_contents .sec_set-contents ul li{
    font-size: 1.5rem;
  }


  /*------------ sec_item ------------*/

  #lp_contents .sec_item .text_blk{
    width: 37rem;
  }

  #lp_contents .sec_item .text_blk .item_ttl{
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #lp_contents .sec_item .text_blk .item_lead{
    font-size: 1.7rem;
  }

  #lp_contents .sec_item .img_blk{
    width: 37rem;
    padding: 2rem 1.5rem 2rem 0;
  }

  #lp_contents .sec_item .img_blk figure{
    width: 14rem;
  }

  #lp_contents .sec_item .img_blk .detail_blk{
    width: 21.5rem;
  }

  #lp_contents .sec_item .img_blk .item_name{
    font-size: 1.4rem;
  }

  #lp_contents .sec_item .img_blk .item_text{
    font-size: 1.3rem;
  }
}