@charset "utf-8";

/*  共通  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap');
#lashpro {
  color: #595757;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.04em;
}
#lashpro .inner{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}
#lashpro h2,
#lashpro h3,
#lashpro h4{
  color: #595757;
  font-weight: 400;
}
#lashpro .min-txt{
  font-family: 'Noto Serif JP', serif;
}
#lashpro .img-bg_wrap{
  background-size: cover;
  background-position: center;
  height: 800px;
  position: relative;
  z-index: -1;
}
#lashpro .ttl{
  font-size: 24px;
  font-weight: 500;
}
#lashpro .txt{
  font-size: 16px;
}
#lashpro .pd-ttl{
  color: #595757;
  font-family: 'Noto Serif JP', serif;
  font-size: 112px;
  font-weight: 400;
  position: relative;
  left:110px;
  z-index: 1
}
#lashpro .pd-ttl::before{
  content: "";
  background: rgba(123,134,162,.6);
  display: inline-block;
  height: 70px;
  position: absolute;
  bottom: -5px;
  left: -110px;
  z-index: -1;
}
#lashpro figure img{
  width: 100%;
}
#lashpro .lsp-btn{
  border: 1px solid #8086a2;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 0.5em 1em;
}
#lashpro a.lsp-btn:hover{
  background: #8086a2;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
}
#lashpro .pc {
  display: block;
}
#lashpro .sp {
  display: none;
}
/*  メインビジュアル  */
#lashpro .mv {}
/*  イントロダクション  */
#lashpro .intro{
  padding: 156px 0 110px;
  text-align: center;
}
#lashpro .intro h2{
  font-size: 36px;
}
#lashpro .intro h2 span{
  font-size: 24px;
  font-weight: normal;
  display: block;
}
#lashpro .intro_img{
  margin-top: 100px;
}
/*  プロダクトナビゲーション  */
#lashpro .product{
  padding: 0 0 237px;
}
#lashpro .product .ttl{
  text-align: center;
}
#lashpro .product nav{
  margin-top: 100px;
}
#lashpro .product .product_list{
  display: flex;
  justify-content: center;
  
  margin: 0 auto;
}
#lashpro .product .product_list li{
  width: 33.3333%;
  margin: 0 7.35% 0 0;
  text-align: center;
}
#lashpro .product .product_list li:last-child{
  margin-right: 0;
}
#lashpro .product .product_list a{
  border: 1px solid #8086a2;
  display: block;
  font-size: 36px;
  line-height: 74px;
}
#lashpro .product .product_list a:hover{
  background: #8086a2;
  color: #fff;
  text-decoration: none;
}
/*  グルー コンテンツ  */
#lashpro .glue{
  padding-bottom: 150px;
}
#lashpro .glue .img-bg_wrap{
  background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/glue_img_pc.jpg");
}
#lashpro .glue .pd-ttl::before{
  width: 370px;
}
#lashpro .glue .lineup{
  margin-top: 150px;
}
#lashpro .glue .lineup h3{
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
#lashpro .glue .glue_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 160px;
}
#lashpro .glue .glue_about .min-txt{
  font-size: 40px;
  text-align: center;
}
#lashpro .glue .glue_about .min-txt span{
  display: inline-block;
  font-size: 80px;
  font-weight: 500;
  margin: -24px 24px 0;
}
#lashpro .glue .glue_about .txt{
  margin-top: 40px;
}
#lashpro .glue .glue_map{
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  max-width: 1400px;
}
#lashpro .glue .glue_map .ttl{
  background: #4c4948;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0.5em 3em;
  position: relative;
}
#lashpro .glue .glue_map .ttl:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #4c4948;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#lashpro .glue .glue_map figure{
  max-width: 640px;
  margin: 0 auto;
  margin-top: 50px;
}
#lashpro .glue .glue_map figure img{
  width: 100%;
}
#lashpro .glue .glue_pick{
  background: #F1F1F8;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 130px 40px 80px;
  margin-top: 100px;
}
#lashpro .glue .ttl-box{
  position: relative;
}
#lashpro .glue .ttl-box figure{
  position: absolute;
  display: block;
  top: -64px;
}
#lashpro .glue .ttl-box .txt{
  font-size: 24px;
  margin-left: 64px;
}
#lashpro .glue .pick_dtl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
}
#lashpro .glue .pick_dtl figure{
  max-width: 140px
}
#lashpro .glue .pick_dtl_txt{
  margin-left: 72px;
}
#lashpro .glue .pick_dtl_txt .txt {
  margin-top: 24px;
}
#lashpro .glue .pick_dtl_txt .lsp-btn {
  display: block;
  margin-top: 80px;
  max-width: 480px;
}
/* glue/eyelash 共通 */
#lashpro .glue .list,
#lashpro .eyelash .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 40px;
}
#lashpro .glue .list li,
#lashpro .eyelash .list li{
  width: 30.5%;
  margin: 80px 0 0;
  padding-bottom: 4em;
  position: relative;
}
#lashpro .glue .list .ttl,
#lashpro .eyelash .list .ttl{
  margin-top: 16px;
}
#lashpro .glue .list .txt{
  margin-top: 10px;
}
#lashpro .glue .list .lsp-btn,
#lashpro .eyelash .list .lsp-btn{
  width: 100%;
  position:  absolute;
  bottom: 0;
}
/* アイラッシュ コンテンツ */
#lashpro .eyelash{
  padding-bottom: 150px;
}
#lashpro .eyelash .img-bg_wrap{
  background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/eyelash_img_pc.jpg");
  background-position: top left;
}
#lashpro .eyelash .pd-ttl::before{
  width: 540px;
}
#lashpro .eyelash .list::after{
  content: "";
  width: 30.5%;
}

/* コスメ コンテンツ */
#lashpro .cosmetic{}
#lashpro .cosmetic .img-bg_wrap{
  background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/cosme_img_pc.jpg");
  background-position: top left;
}
#lashpro .cosmetic .pd-ttl::before{
  width: 650px;
}
#lashpro .cosmetic h3.ttl{
  text-align: center;
  margin-top:100px;
}
#lashpro .cosme_box01,
#lashpro .cosme_box02,
#lashpro .cosme_box03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
	width: calc(100% - 0);
  margin-top: 100px;
}
#lashpro .cosme_box01{
  margin-top: 100px;
}
#lashpro .cosme_box01 figure,
#lashpro .cosme_box02 figure,
#lashpro .cosme_box03 figure{
	width: 45%;
}
#lashpro .cosme_box01 .cosme_txt,
#lashpro .cosme_box02 .cosme_txt,
#lashpro .cosme_box03 .cosme_txt{
	width: 50%;
  padding: 0 2.5%;
	min-height: 250px;
	box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lashpro .cosme_box02 figure{
  order: 2;
}
#lashpro .cosme_box02 .cosme_txt{
  order: 1;
}
#lashpro .cosme_box01 .cosme_content,
#lashpro .cosme_box03 .cosme_content{
}
#lashpro .cosme_content .ttl{
  font-size: 28px;
  margin-top: 16px;
}
#lashpro .cosme_content .txt{
  margin-top: 16px;
}
#lashpro .cosme_content .lsp-btn{
  display: block;
  margin-top: 80px;
  max-width: 480px;
}
/* フッターロゴエリア */
#lashpro .logoarea{
  padding: 150px 0 40px;
  text-align: center;
}
#lashpro .logoarea figure{
  margin: 0 auto;
  max-width: 250px;
}
#lashpro .logoarea .lsp-btn{
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 250px;
}

@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}
	
@media screen and (max-width: 1024px){
}

@media (max-width: 767px){
  
  #lashpro .inner{
    padding: 0 5%;
  }
  #lashpro .img-bg_wrap{
    height: 523px;
  }
  #lashpro .ttl{
    font-size: 18px;
  }
  #lashpro .txt{
    font-size: 14px;
  }
  #lashpro .pd-ttl{
    font-size: 64px;
    top:2vw;
    left:0;
    text-align: center;
  }
  #lashpro .pd-ttl::before{
    height: 45px;
    bottom: -5px;
    left: 0;
  }
  #lashpro .lsp-btn{
    font-size: 16px;
  }
  #lashpro .pc {
    display: none;
  }
  #lashpro .sp {
    display: block;
  }
  /*  メインビジュアル  */
  #lashpro .mv {}
/*  イントロダクション  */
  #lashpro .intro{
    padding: 40px 0 0;
  }
  #lashpro .intro h2{
    font-size: 28px;
  }
  #lashpro .intro h2 span{
    font-size: 18px;
  }
  #lashpro .intro_img{
    margin-top: 40px;
  }
  /*  プロダクトナビゲーション  */
  #lashpro .product{
    padding: 40px 0 56px;
  }
  #lashpro .product nav{
    margin-top: 40px;
  }
  #lashpro .product .product_list{
    flex-wrap: wrap;
  }
  #lashpro .product .product_list li{
    width: 100%;
    margin: 20px 0 0;
  }
  #lashpro .product .product_list a{
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 0.1em;
  }
/*  グルー コンテンツ  */
  #lashpro .glue{
    padding-bottom: 40px;
  }
  #lashpro .glue .img-bg_wrap{
    background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/glue_img_sp.jpg");
  }
  #lashpro .glue .pd-ttl::before{
    width: 71.36vw;
  }
  #lashpro .glue .lineup{
    margin-top: 68px;
  }
  #lashpro .glue .lineup h3{
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  #lashpro .glue .glue_about{
    margin-top: 72px;
  }
  #lashpro .glue .glue_about .min-txt{
    font-size: 28px;
  }
  #lashpro .glue .glue_about .min-txt span{
    font-size: 40px;
    margin-top: -8px;
    padding: 0;
  }
  #lashpro .glue .glue_about .txt{
    font-size: 14px;
    margin-top: 40px;
  }
  #lashpro .glue .glue_map{
    margin-top: 75px;
  }
  #lashpro .glue .glue_map .ttl{
    font-size: 18px;
    padding: 0.5em;
    width: 100%;
  }
  #lashpro .glue .glue_pick{
    margin-top: 80px;
    padding: 40px 24px;
  }
  #lashpro .glue .glue_pick figure{
  }
  #lashpro .glue .ttl-box{
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
  }
  #lashpro .glue .ttl-box .txt{
    font-size: 16px;
    margin: 16px 0 0;
  }
  #lashpro .glue .pick_dtl{
    flex-wrap: wrap;
    align-items:flex-start;
    margin: 8px 0 0;
    margin-top: 24px;
  }
  #lashpro .glue .pick_dtl figure{
    text-align: center;
    width: 125px;
  }
  #lashpro .glue .pick_dtl_txt{
    margin: 8px 0 0;
    width: 100%;
  }
  #lashpro .glue .pick_dtl_txt .txt {
    margin-top: 16px;
  }
  #lashpro .glue .pick_dtl_txt .lsp-btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 480px;
  }
  /* glue/eyelash 共通 */
  #lashpro .glue .list,
  #lashpro .eyelash .list{
      margin-top: 0;
  }
  #lashpro .glue .list li,
  #lashpro .eyelash .list li{
    width: 100%;
    margin: 50px 0 0;
    padding-bottom: 0;
  }
  #lashpro .glue .list .lsp-btn,
  #lashpro .eyelash .list .lsp-btn{
    max-width: 480px;
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 36px;
  }
  /* アイラッシュ コンテンツ */
  #lashpro .eyelash{
    padding-bottom: 40px;
  }
  #lashpro .eyelash .img-bg_wrap{
    background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/eyelash_img_sp.jpg");
    background-position: top center;
  }
  #lashpro .eyelash .pd-ttl::before{
    width: 85vw;
  }
  #lashpro .eyelash .list::after{
    width: 100%;
  }
  #lashpro .eyelash .list .ttl{
    text-align: center;
  }

  /* コスメ コンテンツ */
  #lashpro .cosmetic{
    padding-bottom: 40px;
  }
  #lashpro .cosmetic .img-bg_wrap{
    background-image: url("/_ui/responsive/common/ui_assets/online/bg/pickup/lashpro/img/cosme_img_sp.jpg");
    background-position: top center;
  }
  #lashpro .cosmetic .pd-ttl::before{
    width: 94vw;
  }
  #lashpro .cosmetic h3.ttl{
  text-align: center;
  margin-top:40px;
}
  #lashpro .cosme_box01,
  #lashpro .cosme_box02,
  #lashpro .cosme_box03{
    align-items: flex-start;
      margin-top: 40px;
  }
  #lashpro .cosme_box01{
    margin-top: 40px;
  }
  #lashpro .cosme_box01 figure,
  #lashpro .cosme_box02 figure,
  #lashpro .cosme_box03 figure{
    width: 100%;
  }
  #lashpro .cosme_box01 .cosme_txt,
  #lashpro .cosme_box02 .cosme_txt,
  #lashpro .cosme_box03 .cosme_txt{
    width: 100%;
    min-height: auto;
    display: block;
  }
  #lashpro .cosme_box02 figure{
    order: 1;
  }
  #lashpro .cosme_box02 .cosme_txt{
    order: 2;
  }
  #lashpro .cosme_content .ttl{
    font-size: 18px;
  }
  #lashpro .cosme_content .lsp-btn{
    margin: 0 auto;
    margin-top: 36px;
  }
  /* フッターロゴエリア */
  #lashpro .logoarea{
    padding: 72px 0;
  }
  #lashpro .logoarea figure{
    max-width: 224px;
  }
  #lashpro .logoarea .lsp-btn{
    margin-top: 20px;
  }
}

/* アニメーション */

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
#lashpro .box{
    opacity: 0;
}

/* fadeUp */

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
