@charset "utf-8";

#pickupArea{
	margin-bottom: 0!important;
}

#eyeboutique {
    width: 100%;
    font-size: 16px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.8;
	letter-spacing: 0.05rem;
    color: #333;
}


#eyeboutique img{
	width: 100%;
	margin: 0 auto;
}

#eyeboutique a:hover{
	text-decoration: none;
	color: #fff;
	background: #333;
}

#eyeboutique .kv{
	width: 100%;
	background: url("../img/kv.png") center no-repeat;
	display: block;
	background-size: cover;
	height: auto;
	overflow: hidden;
}

@media (max-width: 767px) {
#eyeboutique .kv{
	width: 100%;
	background: url("../img/kv-sp.png") center no-repeat;
	display: block;
	background-size: cover;
	height: auto;
	overflow: hidden;
}	
}

#eyeboutique .kv-inner{
	padding: 14rem 2rem 14rem;
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 1023px) {
#eyeboutique .kv-inner{
	padding: 16rem 0 19rem;
}
}

@media (max-width: 767px) {
#eyeboutique .kv-inner{
	padding: 0;
	max-width: 100%;
	height: 720px;
	margin: 0 auto;
	position: relative;
}
}	


#eyeboutique .kv-ttl{
	width: 48%;
	padding-left: 2rem;
}


@media (max-width: 1024px) {
#eyeboutique .kv-ttl{
	width: 58%;
}
}	

@media (max-width: 640px) {
#eyeboutique .kv-ttl{
	width: 100%;
	position: absolute;
	bottom:8rem;
	padding: 0 2rem;
}
}

#eyeboutique .logo{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3rem;
}

@media (max-width: 767px) {
#eyeboutique .logo{
	max-width: 100px;
	padding-bottom: 1.5rem;
}
}	


#eyeboutique h1{
	width: 100%;
	max-width: 452px;
	margin: 0 auto;
}


#eyeboutique .kv-ttl p{
	line-height: 4;
	font-size: 1.8rem;
	font-weight: 700;
}


#eyeboutique .sec1{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 10rem 0 8rem;	
}

@media (max-width: 1023px) {
#eyeboutique .sec1{
	width: 100%;
}
}

@media (max-width: 767px) {
#eyeboutique .sec1{
	width: 100%;
	padding: 12rem 2rem;	
}
}

#eyeboutique .sec1 p{
	line-height: 4;
	font-weight: 600;
	font-size: 1.8rem;
}



#eyeboutique .sec1 video {
  width: 100%;
  margin: 0 auto;
  padding-top: 6rem;

}


#eyeboutique h2{
	font-size: 5.6rem;
	text-align: center;
	position: relative;
	display: inline-block;
}

#eyeboutique h2::before{
	content: "";
	display: inline-block;
	background-image: url("../img/image.png");
	width: 80px;
	height: 20px;
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: -2rem;
	left: 58%;
	transform: translateX(-50%);
}


#eyeboutique h4{
	font-size: 3.6rem;
	text-align: center;
	color: #518e95;
	font-weight: 700;
}

@media (max-width: 767px) {
#eyeboutique h4{
	font-size: 4rem;
}
}


#eyeboutique h2::before{
	
}

#eyeboutique .sec2{
	width: 100%;
	background: url("../img/point_bak.jpg") center no-repeat;
	display: block;
	background-size: cover;
	height: auto;
	overflow: hidden;
	}

#eyeboutique .sec2 .inner{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 8rem 0 8rem;	
}

@media (max-width: 1023px) {
#eyeboutique .sec2 .inner{
	width: 100%;
}
}

@media (max-width: 767px) {
#eyeboutique .sec2 .inner{
	width: 100%;
	padding: 10rem 2rem 8rem;	
}
}

#eyeboutique .sec2 ul{
	display: flex;
	margin: 4rem auto 0;
	justify-content: space-between;
	font-weight: 600;
}

@media (max-width: 1023px) {
#eyeboutique .sec2 ul{
	width: 85%;
	margin: 0 auto;
}
}

@media (max-width: 767px) {
#eyeboutique .sec2 ul{
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
	width: 100%;
}
}


#eyeboutique .sec2 li{
	position: relative;
	border-radius: 50%;
	margin: 0;
	width:420px;
	height: 420px;
	background: #fff;
}

@media (max-width: 1023px) {
#eyeboutique .sec2 li{
	width:300px;
	height:300px;
}
}

@media (max-width: 767px) {
#eyeboutique .sec2 li{
	width:340px;
	height:340px;
}
}

#eyeboutique .sec2 .point-block{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 90%;
	overflow: hidden;
}


#eyeboutique .sec2 .point-num{
	color: #91d2da;
	font-size: 2.4rem;
	line-height: 1;
}

#eyeboutique .sec2 .point-lead{
	color: #91d2da;
	font-size: 3rem;
	line-height: 2;	
}

#eyeboutique .sec2 .point-txt{
	font-size: 1.4rem;	
}

@media (max-width: 767px) {
#eyeboutique .sec2 .point-txt{
	font-size:12px;	
}
}


#eyeboutique .sec3{
	margin: 10rem auto 0;
	text-align: center;	
}

#eyeboutique .sec3 .inner01{
	position: relative;
	margin-top: 6rem;	
}


#eyeboutique .sec3 .inner01 h3 p{
	width: 417px;
	margin: 0 auto;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1023px) {
#eyeboutique .sec3 .inner01 h3 p{
	width:40%;
}
}

@media (max-width: 767px) {
#eyeboutique .sec3 .inner01 h3 p{
	width: 280px;
}
}

#eyeboutique .sec3 .inner02{
	position: relative;
	background: #f8f8f8;
}

#eyeboutique .sec3 .inner02 h3 p{
	width: 417px;
	margin: 0 auto;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
}



@media (max-width: 1023px) {
#eyeboutique .sec3 .inner02 h3 p{
	width:40%;
}
}

@media (max-width: 767px) {
#eyeboutique .sec3 .inner02 h3 p{
	width: 280px;
}
}

#eyeboutique .sec3 .inner02 hr{
	border-top:1px solid #e0e0e0;
	width: 980px;
	margin: 0 auto;
}

@media (max-width: 767px) {
#eyeboutique .sec3 .inner02 hr{
	width: 80%;
}
}

#eyeboutique .sec3 .inner03{
	position: relative;
	background: #f8f8f8;
}

#eyeboutique .sec3 .inner03 h3 p{
	width: 417px;
	margin: 0 auto;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
}



@media (max-width: 1023px) {
#eyeboutique .sec3 .inner03 h3 p{
	width:40%;
}
}

@media (max-width: 767px) {
#eyeboutique .sec3 .inner03 h3 p{
	width: 280px;
}
}


#eyeboutique .leadText{
	font-size: 1.4rem;
	padding: 0 0 4rem;
	font-weight: 600;
}

@media (max-width: 767px) {
#eyeboutique .leadText{
	font-size: 1.8rem;
	padding: 2rem 0 4rem;
}
}

#eyeboutique .sec3 .inner03 h4{
	color: #333;
	padding-bottom: 3rem;
}

#eyeboutique .item-block{
	background: #def1f4;
	padding-top: 8rem;
	padding-bottom: 14rem;
}

#eyeboutique .item-block2{
	background: #dbebe9;
	padding-top: 12rem;
	padding-bottom: 8rem;
}

#eyeboutique .item-block3{
	background: #f8f8f8;;
	padding-top: 12rem;
}

@media (max-width: 767px) {
#eyeboutique .item-block,
#eyeboutique .item-block2,
#eyeboutique .item-block3{
	padding-left: 2rem;
	padding-right: 2rem;
}
}

#eyeboutique .item-group
{
	padding-bottom: 8rem;
}

#eyeboutique .item-group.last{
	padding-bottom: 0!important;
}


#eyeboutique .inner01 .item-group
{
	padding-bottom: 6rem;
    border-top: 2px solid #cee4e8;
    padding-top: 6rem;
}

#eyeboutique .inner01 .item-group:first-child
{
    border-top: none;
    padding-top: 0;
}

#eyeboutique .lineUp_container1{
	max-width: 980px;
	margin: 0 auto;
}

#eyeboutique .lineUp_block{
	display: flex;
	gap:4rem;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
#eyeboutique .lineUp_block{
	justify-content: space-between;
}
}

#eyeboutique .lineUp_col{
	width:30.5555%;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	
}

@media (max-width: 767px) {
#eyeboutique .lineUp_col{
	width:calc(100% / 2 - 2rem);	
}
}

#eyeboutique .thumb img{
	display: block;
	width: 180px;
	height: 180px;
	object-fit: contain;
}


@media (max-width: 1023px) {
	#eyeboutique .thumb img{
	height: 129px;
	width: 129px;
}
}

@media (max-width: 767px) {
#eyeboutique .thumb img{
	height: 118px;
	width: 118px;
}
}


#eyeboutique .lineUp_ttl{
	font-weight: 700;
	padding-top: 1rem;
}

@media (max-width: 767px) {
#eyeboutique .lineUp_ttl{
	font-size: 2rem;
}
}

#eyeboutique .lineUp_btn a{
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid;
	width: 75%;
	margin: 1rem auto 0;
	position: relative;	
}

@media (max-width: 767px) {
#eyeboutique .lineUp_btn a{
	font-size: 12px;
}
}

#eyeboutique .lineUp_btn a i{
	position: absolute;
	top: 35%;
	right: 10%;
}


#eyeboutique .item-group:nth-child(2) figure{
	max-width: 980px;
    margin: 0 auto 6rem;
    width: 60%;	
}

@media (max-width: 767px) {
#eyeboutique .item-group:nth-child(2) figure{
	max-width: 100%;
    width: 100%;	
}
}

#eyeboutique .item-group:nth-child(3) h4{
	font-size: 3rem;
	padding-bottom: 4rem;
}

#eyeboutique .item-group:nth-child(3) .thumb{
	margin-bottom: 1rem;
}

#eyeboutique .item-group2:nth-child(2) h4{
	padding-bottom: 4rem;
}
#eyeboutique .lineUp_btn2{
    background: #f8f8f8;
	padding: 0 0 6rem;
}

#eyeboutique .lineUp_btn2 a{
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid;
	width: 328px;
	margin: 0 auto;
	position: relative;
	
}

#eyeboutique .lineUp_btn2 a i{
	position: absolute;
	top: 35%;
	right: 10%;
}


/*---link_Area--*/

#eyeboutique .link_area{
	padding: 6rem 0 3rem;
}

#eyeboutique .link_area .inner{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#eyeboutique .link_area h3{
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 0;	
}


#eyeboutique .link_area ul{
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
	width: 980px;
}

#eyeboutique .link_area ul li{
	width: calc(100% / 3);
}

#eyeboutique .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;
}

#eyeboutique .link_area a:hover{
	text-decoration: none;
	opacity: 0.7;
	background: none;
	color: #333;
}


#eyeboutique .link_area ul li img{
	display: block;
    height: 100%;
    max-height: 80px;
}

@media screen and (max-width: 1024px){
	#eyeboutique .link_area h3{font-size: 24px;}
	#eyeboutique .link_area ul{width: 100%;}
}
@media (max-width: 767px){
	#eyeboutique .link_area ul{ gap: 1rem;max-width: 90%;}
	#eyeboutique .link_area a{font-size: 12px;}
	#eyeboutique .link_area ul li img{max-height: 60px;}
}


/*==================================================
動作
===================================*/

.delay-time02{
animation-delay: 0.8s;
}

.delay-time04{
animation-delay: 1.4s;
}



/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.box{
    opacity: 0;
}


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}






	

