@charset "utf-8";
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  top: -10rem;
}

@media screen and (max-width:767px) {
	.scroll {
		top: 4rem;
	}
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-200px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(200px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}



#pickupArea{
	margin-bottom: 0;
}

#firstEyelash {
  color: #2b2b2b;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.2em;
  background: #f7f6f6;
  padding-bottom: 4rem;
}


#firstEyelash * {
  margin: 0;
  padding: 0
}
#firstEyelash *, #firstEyelash :after, #firstEyelash :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#firstEyelash button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#firstEyelash a {
  color: #d22a30;
  text-decoration: underline;
}

#firstEyelash a:hover{
	opacity: 0.8;
}

#firstEyelash .btnArea a::after{
	content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em!important;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.3em;
}

@media screen and (max-width:767px) {
  #firstEyelash {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
}
#firstEyelash .pc {
  display: block !important
}
@media only screen and (max-width:767px) {
  #firstEyelash .pc {
    display: none !important
  }
}
#firstEyelash .sp {
  display: none !important
}
@media only screen and (max-width:767px) {
  #firstEyelash .sp {
    display: block !important
  }
}


#firstEyelash .eyelash__ttl1 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #2b2b2b
}
@media only screen and (max-width:1200px) {
  #firstEyelash .eyelash__ttl1 {
    font-size: 2.5vw
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .eyelash__ttl1 {
    font-size: 3.8vw
  }
}

#firstEyelash .kv {
  padding-bottom: 53px;
  position: relative;
  width: 100%; 
  text-align: center;
}

@media only screen and (max-width:767px) {
  #firstEyelash .kv {
    padding-bottom: 24vw
  }
}

#firstEyelash .kv .kv__img img{
	width: 100%;
}

#firstEyelash .point {
  padding: 0;
  overflow: hidden
}

#firstEyelash .point__ttl1 {
  text-align: center;
  font-size: 50px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl1 {
	font-size: 6.2vw;
  }
}
#firstEyelash .point__ttl2 {
  font-weight: 700;
  display: inline-block;
  font-size: 50px;
  color: #2b2b2b;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 10px;
  margin: auto;
}
@media only screen and (max-width:1200px) {
  #firstEyelash .point__ttl2 {
    max-width: 91.667vw;
    padding-top: 8.333vw;
    font-size: 4.167vw;
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl2 {
    max-width: 100%;
    padding-top: 2.2vw !important;
    line-height: 1.44;
    font-size: 6vw;
	padding-bottom:1.2vw;
  }
}
#firstEyelash .point__ttl2 .line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#firstEyelash .point__ttl2 .line:after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #f8ed02;
  z-index: -1;
}
@media only screen and (max-width:1200px) {
  #firstEyelash .point__ttl2 .line:after {
    bottom: 0.667vw;
    height: 0.917vw;
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__ttl2 .line:after {
    bottom: 1vw;
    height: 1vw
  }
}
#firstEyelash .point__ttl2 .tax {
  font-size: 0.6em;
  display: inline-block;
  margin: 0 -0.4em
}
#firstEyelash .point__ttl2 .ls {
  letter-spacing: 0
}
#firstEyelash .point__container {
  max-width: 1140px;
  margin: 110px auto;
  padding: 0 20px
}

@media only screen and (max-width:767px) {
  #firstEyelash .point__container {
    max-width: 100%;
    margin: 8vw auto 16vw;
    padding: 0 6.5vw
  }
}
#firstEyelash .point__point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
}

@media only screen and (max-width:767px) {
#firstEyelash .point__point {
	margin-bottom: 6rem;
	}
}

@media only screen and (max-width:767px) {
	#firstEyelash .point1,
	#firstEyelash .point2,
	#firstEyelash .point3,
	#firstEyelash .point4{
		flex-direction: column-reverse;		
	}
	
	#firstEyelash .point1,
	#firstEyelash .point3{
		flex-direction: column;
	}
}

#firstEyelash .point__point:last-child{
	margin-bottom: 0;
}

#firstEyelash .point__image{
	width: 45%;
}

#firstEyelash .point__image img{
		width: 100%;}


@media only screen and (max-width:767px) {
	#firstEyelash .point__image{
		padding-top: 2rem;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	#firstEyelash .point__nbr img{
		width:20%;		
	}	
}


#firstEyelash .point__nbr.pt2 {
  left: 35%;
  top: 406px
}
@media only screen and (max-width:1200px) {
  #firstEyelash .point__nbr.pt2 {
    top: 33.833vw
  }
}
#firstEyelash .point__nbr.pt3 {
  left: -7%;
  top: 27px
}
@media only screen and (max-width:1200px) {
  #firstEyelash .point__nbr.pt3 {
    top: 2.25vw
  }
}
#firstEyelash .point__small {
  font-size: 16px;
  position: absolute;
  left: 56%;
  bottom: 40px;
  letter-spacing: 0.05em
}
@media only screen and (max-width:1200px) {
  #firstEyelash .point__small {
    font-size: 1.333vw;
    bottom: 3.333vw
  }
}
@media only screen and (max-width:767px) {
  #firstEyelash .point__small {
    font-size: 2.3vw;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 7vw
  }
}
#firstEyelash .point__p {
  line-height: 1.9
}

#firstEyelash .brandList .brandlist__img{
	max-width: 1070px;
	width: 100%;
	margin: 20px auto 0;
}

#firstEyelash .brandList .brandlist__img img{
	width: 100%;
}

#firstEyelash .more{
	text-align: center;
	line-height: 1.9;
	padding-top: 10px;
}

#firstEyelash .more a{
	color: #333;
	text-decoration: none;
}


#firstEyelash .eyelashBrand_btnArea{
	text-align: center;
	margin: 12rem auto 0;
}


@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand_btnArea{
	margin: 8vw auto 0;
}
}

#firstEyelash .eyelashBrand_btnArea h3{
	color: #e82c80;
	padding-bottom: 2rem;
}

@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand_btnArea h3{
		font-size: 3.8vw;
	}
}

#firstEyelash .eyelashBrand__btn{
	display: inline-block;
	padding-bottom: 2rem;
}

#firstEyelash .eyelashBrand__btn a{
	display: inline-block;
	background: #e82c80;
	color: #fff;
	padding: 1em 3.5em;
	border-radius: 10rem;
	font-size: 24px;
	text-decoration: none;
	
}

@media only screen and (max-width:767px) {
	#firstEyelash .eyelashBrand__btn a{
		padding:3.4vw 12vw;
		font-size: 4vw;
	}
}

