@charset "utf-8";

#eyeboutiqueBrow {
    width: 100%;
	line-height: 1.8;
	letter-spacing: 0.05rem;
    color: #333;
	font-size: 14px;
	font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,"Open Sans",Helvetica,Arial,-apple-system,blinkMacSystemFont,sans-serif;
}


#eyeboutiqueBrow img{
	width: 100%;
	margin: 0 auto;
}

#eyeboutiqueBrow a:hover{
	opacity: 0.7;
	text-decoration: none;
}


#eyeboutiqueBrow .inner{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 8rem 2rem;
    box-sizing: border-box;
}

#eyeboutiqueBrow .inner02{
	max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#eyeboutiqueBrow span.sm{
	font-size: 45%;
}

@media only screen and (min-width:479px) and (max-width:1024px) {
	#eyeboutiqueBrow .inner02{
		width: 96%;
	}
	
}

@media (max-width: 479px) {
	#eyeboutiqueBrow{
		font-size: 12px;
	}
	#eyeboutiqueBrow .inner{
		max-width: 100%;
		padding: 6rem 2rem;
	}
	#eyeboutiqueBrow .inner02{
		max-width: 100%;
		width: 90%;
	}
	
}



/*---KV----*/

#eyeboutiqueBrow .kv{
	width: 100%;
	background: url("../img/kv_bg.png") center no-repeat;
	display: block;
    background-size: cover;
    height: auto;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-color: #E3D1C3;
}


.scrolldown1{
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 90px;
}

.scrolldown1 span{
  position: absolute;
  left:-20px;
  top: -15px;
  color: #333;
  font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.09em;
}


.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #333;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


#eyeboutiqueBrow .kv-ttl{
	margin: 0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 2rem;
}

#eyeboutiqueBrow .brandlogo{
	width: 24%;
	margin: 0 auto;
}

#eyeboutiqueBrow h1{
	font-size:42px;
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	font-weight: 400;
}

#eyeboutiqueBrow h1 span{
	font-size: 24px;
}

@media only screen and (min-width:479px) and (max-width:1024px) {
	#eyeboutiqueBrow .kv{
		min-height: 42vh;
	}
	
	#eyeboutiqueBrow .kv-ttl{
		width: 80%;
	}
	
	#eyeboutiqueBrow h1{
		font-size: 34px;
	}
	
}

@media (max-width: 479px) {
	#eyeboutiqueBrow .kv{
	width: 100%;
	background: url("../img/kv_bg_sp.png") center no-repeat;
	background-size: cover;
    background-color: #E3D1C3;
	}
	
	
	#eyeboutiqueBrow .kv-ttl{
		width: 100%;
		top: 43%;
	}
	
	#eyeboutiqueBrow h1{
		font-size: 34px;
	}
	
	#eyeboutiqueBrow h1 span{
		font-size: 16px;
	}
}



/*---about----*/

#eyeboutiqueBrow .about{
	text-align: center;
}
#eyeboutiqueBrow .about h2{
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 32px;
    font-weight: 300;
	padding-bottom: 0;
}

#eyeboutiqueBrow .about .leadtext{
	padding: 4% 1% 1%;
    font-size: 20px;
    font-weight: 500;
}

#eyeboutiqueBrow .about .leadtext + p{
	line-height: 2.8;
    border-top: 1px solid #7B6C43;
    border-bottom: 1px solid #7B6C43;
    padding: 2.6rem;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 479px) {
	#eyeboutiqueBrow .about h2{
		font-size: 26px;
		}
	#eyeboutiqueBrow .about .leadtext{
		padding: 8%;
		font-size: 16px;
	}
	
}

/*---nav----*/
#eyeboutiqueBrow .nav{
	background-color: rgba(174,142,129,0.2);
}

#eyeboutiqueBrow h2{
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 32px;
    font-weight: 300;
	color: #726647;
	text-align: center;
    padding-bottom: 3rem;
	
}

#eyeboutiqueBrow .nav .inner{
	    max-width: 1000px;
}

#eyeboutiqueBrow .nav .list-browline{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#eyeboutiqueBrow .nav .list-browline li{
	width: calc(100% / 7 );
	box-sizing: border-box;
    display: block;
}
#eyeboutiqueBrow .nav .list-browline li a{
	display: block;
}

#eyeboutiqueBrow .nav .list-browline li a:hover{
	text-decoration: none;
}

#eyeboutiqueBrow .nav .list-browline .point-num{
	font-weight: bold;
	letter-spacing: 0.09em;
	font-size: 12px;
    line-height: 1.6;
}

#eyeboutiqueBrow .nav .list-browline i{
	font-size: 20px;
	vertical-align: middle;
}

#eyeboutiqueBrow .item-list{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
#eyeboutiqueBrow .itemImg{
	width: 50%;
}

#eyeboutiqueBrow .itemTxt{
	width: 50%;
}


@media (max-width: 479px) {
	#eyeboutiqueBrow h2{
		font-size: 26px;
	}
	
	#eyeboutiqueBrow .nav .list-browline{
		display: block;
		text-align: left;
		font-size: 13px;
	}
	
	#eyeboutiqueBrow .nav .list-browline li{
		width:100%;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	#eyeboutiqueBrow .nav .list-browline li a{
		display: inline-block;
	}
	#eyeboutiqueBrow .nav .list-browline li a img{
		float: left;
		width: 25%;
		margin-right: 3%;
	}
	#eyeboutiqueBrow .nav .list-browline .point-num{
        padding-top: 4rem;
		display: inline-block;
	}
	#eyeboutiqueBrow .item-list{
		flex-direction:column;
	}
	
	#eyeboutiqueBrow .itemTxt,
	#eyeboutiqueBrow .itemImg{
		width: 100%;
	}
	
	#eyeboutiqueBrow .about .leadtext + p{
		width: 90%;
	}
}


/*---browpencil--*/

#eyeboutiqueBrow #browpencil,
#eyeboutiqueBrow #browmascara,
#eyeboutiqueBrow #clearmascara{
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 8rem 0 4rem;
}

#eyeboutiqueBrow #browpencil .bgImgL{
	position: absolute;
    z-index: 1;
    left: -4vw;
    top: 82px;
    display: block;
    width: 10%;
}

#eyeboutiqueBrow .textArea{
	max-width: 542px;
    padding:5%;
    margin-left: auto;
}

#eyeboutiqueBrow .copy{
	font-size:18px;
    font-weight: 600;
	padding-bottom: 10px;
}
#eyeboutiqueBrow dt{
	color: #726647;
    font-size: 36px;
	line-height: 1;
}

#eyeboutiqueBrow dd{
	line-height: 1.8;
    padding-top: 2rem;
}

#eyeboutiqueBrow .border{
	line-height: 2.8;
    border-top: 1px solid #7B6C43;
    border-bottom: 1px solid #7B6C43;
    padding: 4%;
    width: 96%;
    margin: 0 auto;	
}

#eyeboutiqueBrow .textb{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}



#eyeboutiqueBrow .list-item{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 6rem;
	z-index: 4;
}

#eyeboutiqueBrow .list-item li{
	background: #fff;
    padding: 5% 2%;
    border-top: 14px solid #4E3629;
    text-align: center;
	box-shadow: 0px 0px 12px -4px #a8a8a8;
	width: calc(100% / 3);
	margin: 0 1rem;
}

#eyeboutiqueBrow .list-item li:nth-child(2){
    border-top: 14px solid #623B2A;
}

#eyeboutiqueBrow .list-item li:nth-child(3){
    border-top: 14px solid #946037;
}

#eyeboutiqueBrow .list-item .color{
	font-size: 18px;
    font-weight: bold;
	text-align:center;
	position: relative;
	margin-bottom: 2rem;
}

#eyeboutiqueBrow .list-item .color::before{
	position: absolute;
    bottom: -6px;
    left: calc(53.44444% - 15px);
    width: 15px;
    height: 1px;
    content: '';
    background: #707070;
}

#eyeboutiqueBrow .list-item .bbtn{
	text-align: right;
    padding-top: 1rem;
	font-weight: bold;
}

#eyeboutiqueBrow .list-item .bbtn i{
	padding-left: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

@media only screen and (min-width:479px) and (max-width:1024px) {
	#eyeboutiqueBrow .list-item{
		width: 96%;
		box-sizing: border-box;
		padding: 2rem;
	}
	
}

@media (max-width: 479px) {
	#eyeboutiqueBrow .copy{
		font-size: 14px;
	}
	#eyeboutiqueBrow dt{
		font-size: 26px;
	}

	#eyeboutiqueBrow .list-item{
	width: 100%;
    flex-direction: column;
    justify-content: center;
	gap:2rem;
	}
	
	#eyeboutiqueBrow .list-item li{
		width: 90%;
        margin: 0 auto;
        padding: 10% 8%;
	}
	
	#eyeboutiqueBrow .list-item .color::before{
    left: calc(50% - 12px);
}
	
	#eyeboutiqueBrow .textArea{
		max-width: 100%;
		margin: 0;
		padding: 0 4% 6%;
	}
	
	#eyeboutiqueBrow .border{
		width: 100%;
        padding: 6% 2%;
		line-height: 2;
	}
	#eyeboutiqueBrow .textb{
		font-size: 14px;
	}
}


/*---調整---*/


#eyeboutiqueBrow #browmascara .list-item .itemImg,
#eyeboutiqueBrow #browpencil .list-item .itemImg,
#eyeboutiqueBrow #clearmascara .list-item .itemImg{
	width: 218px;
    margin: 2rem auto;
    padding: 1rem;
}

#eyeboutiqueBrow #browmascara,
#eyeboutiqueBrow #clearmascara{
	padding: 8rem 0 0;
}
#eyeboutiqueBrow #browpencil::before,
#eyeboutiqueBrow #browmascara::before,
#eyeboutiqueBrow #clearmascara::before{
	content: '';
    position: absolute;
    left:0;
    bottom: 0;
    z-index: -2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46vh 0 0 100vw;
    border-color: transparent transparent transparent #AE8E81;
    opacity: 0.3;
}


#eyeboutiqueBrow #browpencil::after,
#eyeboutiqueBrow #browmascara::after,
#eyeboutiqueBrow #clearmascara::after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46vh 100vw 0 0;
	border-color: transparent #AE8E81 transparent transparent;
	opacity: 0.3;
}

#eyeboutiqueBrow #browmascara .bgImgR{
	position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10%;
    display: block;
    width: 15%;
}


#eyeboutiqueBrow #browmascara .list-item li:nth-child(1){
    border-top: 14px solid #946037;
}

#eyeboutiqueBrow #browmascara .list-item li:nth-child(2){
    border-top: 14px solid #9F5F54;
}

#eyeboutiqueBrow #clearmascara .list-item li:nth-child(1){
    border-top: 14px solid #EFEFEF;
}


#eyeboutiqueBrow #clearmascara .bgImgL{
	position: absolute;
    z-index: 0;
    right: 2em;
    bottom: 10em;
    display: block;
    width: 16%;
}


#eyeboutiqueBrow #clearmascara .textArea{
	margin-right: auto;
    margin-left: 0;
}
#eyeboutiqueBrow #browbrushC{
	padding: 6rem 0;
}
#eyeboutiqueBrow #browbrushP{
	padding-bottom: 6rem;
}

#eyeboutiqueBrow #tweezer{
	padding-bottom: 2rem;
}

#eyeboutiqueBrow #browbrushC .itemTxt,
#eyeboutiqueBrow #browbrushP .itemTxt,
#eyeboutiqueBrow #tweezer .itemTxt{
	width: 75%;	
}

#eyeboutiqueBrow #browbrushC .textArea,
#eyeboutiqueBrow #browbrushP .textArea,
#eyeboutiqueBrow #tweezer .textArea{
	max-width: 100%;
    padding: 0;
    margin: 0;
}

#eyeboutiqueBrow #browbrushC .itemImg,
#eyeboutiqueBrow #browbrushP .itemImg,
#eyeboutiqueBrow #tweezer .itemImg{ 
	width: 25%;
	height: auto;
}


#eyeboutiqueBrow #browbrushC .item-list,
#eyeboutiqueBrow #browbrushP .item-list,
#eyeboutiqueBrow #tweezer .item-list{
	border-bottom: 1px solid #7B6C43;
    padding: 0 4rem 6rem;
}

#eyeboutiqueBrow #browbrushC .bbtn,
#eyeboutiqueBrow #browbrushP .bbtn,
#eyeboutiqueBrow #tweezer .bbtn{
	padding-top: 3rem;
	font-weight: bold;
}

#eyeboutiqueBrow #browbrushC .bbtn i,
#eyeboutiqueBrow #browbrushP .bbtn i,
#eyeboutiqueBrow #tweezer .bbtn i{
	padding-left: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
	
}
@media only screen and (min-width:479px) and (max-width:1024px) {
	#eyeboutiqueBrow #browmascara .bgImgR,
	#eyeboutiqueBrow #browpencil .bgImgL,
	#eyeboutiqueBrow #clearmascara .bgImgL{
		display: none;
	}
	
}

@media (max-width: 479px) {
	#eyeboutiqueBrow #browpencil{
		padding: 6rem 0 0;
	}
	
	#eyeboutiqueBrow #browbrushC{
		padding: 6rem 0;
	}
	
	#eyeboutiqueBrow #browmascara .list-item .itemImg,
	#eyeboutiqueBrow #browpencil .list-item .itemImg{
		margin: 0 auto;
	}
	
	#eyeboutiqueBrow #clearmascara{
		padding:4rem 0;
	}
	#eyeboutiqueBrow #clearmascara .item-list{
		flex-direction: column-reverse;
		
	}
	#eyeboutiqueBrow #browbrushC .item-list, 
	#eyeboutiqueBrow #browbrushP .item-list,
	#eyeboutiqueBrow #tweezer .item-list{
		padding: 0;
	}
	#eyeboutiqueBrow #browbrushC .itemTxt, 
	#eyeboutiqueBrow #browbrushP .itemTxt,
	#eyeboutiqueBrow #tweezer .itemTxt{
		width: 100%;
	}
	
	#eyeboutiqueBrow #browbrushC .textArea, 
	#eyeboutiqueBrow #browbrushP .textArea,
	#eyeboutiqueBrow #tweezer .textArea{
		padding: 0;
	}
	
	#eyeboutiqueBrow #browbrushC .itemImg, 
	#eyeboutiqueBrow #browbrushP .itemImg,
	#eyeboutiqueBrow #tweezer .itemImg{
		width: 40%;
		margin-left: auto;
	}
	
	#eyeboutiqueBrow #browmascara .bgImgR,
	#eyeboutiqueBrow #browpencil .bgImgL,
	#eyeboutiqueBrow #clearmascara .bgImgL{
		display: none;
	}

}


#eyeboutiqueBrow #stencil .inner02{
	border-bottom: 1px solid #7B6C43;
}


#eyeboutiqueBrow #stencil .textArea{
	max-width: 100%;
}

#eyeboutiqueBrow #stencil  .list-item li{
	border-top: none;
}

#eyeboutiqueBrow #stencil .list-item .itemImg{
	width: 218px;
    margin: 2rem auto;
}

@media only screen and (min-width:479px) and (max-width:1024px) {
	#eyeboutiqueBrow #stencil .list-item .itemImg{
		width: 100%;
	}
}

@media (max-width: 479px) {
	#eyeboutiqueBrow #stencil .textArea{
		padding: 0;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
}



/*---link_Area--*/

#eyeboutiqueBrow .link_area{
	padding: 6rem 0 3rem;
}

#eyeboutiqueBrow .link_area .inner{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

#eyeboutiqueBrow .link_area h3{
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 0;	
}


#eyeboutiqueBrow .link_area ul{
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
	width: 980px;
}

#eyeboutiqueBrow .link_area ul li{
	width: calc(100% / 3);
}

#eyeboutiqueBrow .link_area a{
	display: block;
	overflow: hidden;
	font-size: 14px;
    font-family: "Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,"Open Sans",Helvetica,Arial,-apple-system,blinkMacSystemFont,sans-serif;
    color: #333;
}

#eyeboutiqueBrow .link_area a:hover{
	text-decoration: none;
	opacity: 0.7;
	background: none;
	color: #333;
}


#eyeboutiqueBrow .link_area ul li img{
	display: block;
    height: 100%;
    max-height: 80px;
}

@media screen and (max-width: 1024px){
	#eyeboutiqueBrow .link_area h3{font-size: 24px;}
	#eyeboutiqueBrow .link_area ul{width: 100%;}
}
@media (max-width: 767px){
	#eyeboutiqueBrow .link_area ul{ gap: 1rem;max-width: 90%;}
	#eyeboutiqueBrow .link_area a{font-size: 12px;}
	#eyeboutiqueBrow .link_area ul li img{max-height: 60px;}
}

