@charset "utf-8";
#pickupArea{
	margin: 0!important;
}

#eyez{
	width: 100%;
	margin: 0 auto ;
	color: #4D4D4D;
	font-size: 17px;
	line-height: 1.8;
	background: #F6F6F6;
}

#eyez h1,
#eyez h2,
#eyez h3,
#eyez h4{
	color: #4D4D4D;
}

#eyez a:hover{
	text-decoration: none;
	
}

#eyez .btn{
	background: rgb(242,229,135);
	background: linear-gradient(180deg, rgba(242,229,135,1) 0%, rgba(236,211,35,1) 100%);
	color:#4D4D4D;
	width: 324px;
    margin: 4% auto 0;
    display: block;
    border-radius: 5px;
    padding: 4%;
	font-weight: 500;
	transition : 1s;
}

#eyez .btn:hover{
	background: #ECD323;
	transition : 1s;
	
}

#eyez img{
	display: block;
	max-width: 100%;
}

#eyez .inner{
	width: 1170px;
	margin: 0 auto;
}

#eyez .mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#eyez .mv{
	background: url(../img/mv_pc.png) no-repeat center;
	position: relative;
	background-size: cover;
	height: 793px;
}

#eyez .mv_logoImg{
	position: absolute;
	top: 5%;
	left: 5%;
}


#eyez .mv .mv_lead{
	width: 626px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#eyez .mv h2{
	text-align: center;
    padding-bottom: 4rem;
    font-size: 42px;
	font-weight: normal;
}

#eyez .mv ul{
	display: flex;
	justify-content: space-between;
}



#eyez .bg_color{
	background: rgb(248,246,228);
	background: linear-gradient(180deg, rgba(248,246,228,1) 0%, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 60%, rgba(247,245,222,1) 80%, rgba(246,240,195,1) 100%);
}

#eyez .about{
	padding: 6% 0;
	position: relative;
}

#eyez .about .inner{

}

#eyez .about h2 {
    font-size: 56px;
    font-family: "Libre Franklin","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体",sans-serif;
    color: #ECD323;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
    font-weight: 400;
	position: absolute;
	top: 10%;
	left: -5%;
}

#eyez video{
	width: 50%;
	margin: 0 auto;
	display: block;
	text-align: center;
	filter: drop-shadow(0px 0px #000);
}

#eyez .ripozoneProduct{
	position: relative;
	margin: 0 auto;
	width: 1288px;
}

#eyez .ripozoneProduct dl{
	background: #fff;
	position: absolute;
    padding: 4% 3%;
    width: 42%;
    right: 0;
	bottom: 0;
}

#eyez .ripozoneProduct dt{
	text-align: center;
	font-size: 27px;
	font-weight: 500;
}

#eyez .ripozoneProduct .ripozoneProduct_spec{
	margin-top: 3%;
	margin-bottom: 4%;
	text-align: center;
}


#eyez .ripozoneProduct .ripozoneProduct_small{
	margin-top: 4%;
	font-size: 14px;
}


/*point*/

#eyez .point h2{
	background: #ECD323;
    padding: 1.2%;
    font-size: 35px;
    color: #fff;
    text-align: center;
	font-weight: 400;
}

#eyez .pointbox{
	width: 1170px;
	margin: 0 auto;
	padding: 8% 0 0;
}

#eyez .pointbox li{
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
    -webkit-justify-content: space-between;
	margin-bottom: 6%;
	gap:4%;
}

#eyez .pointbox h3{
	font-size: 32px;
	font-weight: 400;
	padding: 5% 0 2%;
}

#eyez .pointbox .oblique{
	font-style: oblique;
	font-family: "Libre Franklin","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体",sans-serif;
}

#eyez .pointbox .num{
	border-bottom: 1px solid #ECD323;
}

#eyez .pointbox p{
	padding-bottom: 4%;
}

#eyez .pointbox .point_small{
	font-size: 14px;
}


#eyez .pointbox .txtbox{
	width: 45%;
}

#eyez .pointbox figure{
	width: 50%;
}

#eyez .pointbox .point03_inner li{
	align-items: center;
	gap: 1%;
	justify-content: flex-start;
}


#eyez .pointbox .point03_inner li .point03_p{
	width: 95%;
}


/*howto*/
#eyez .howto{
	width: 1170px;
    margin: 0 auto;
    background: #ECD323;
    padding: 2px;
    box-sizing: border-box;
	position: relative;

}

#eyez .howto .border::before{
	content:"";
	display: inline-block;
	width: 626px;
    height: 125px;
	background: url(../img/howtouse.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
    position: absolute;
    right: -1%;
    top: -3%;
}


#eyez .howto .border{
	margin: 2%;
    border: 1px solid #fff;
	position: relative;
}


#eyez .howto h2{
	font-size: 35px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	padding-top: 10%;
}

#eyez .howto ul{
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin: 2% auto 6%;
	padding: 0 4%;
	
}

#eyez .howto li{
	border-radius: 100%;
	padding: 20%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;

}

#eyez .howto li::before{
	content: '1';
    display: inline-block;
    font-family: "Libre Franklin","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体",sans-serif;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
	color: #ECD323;
}

#eyez .howto li:nth-child(2)::before{
	content: '2';
}
#eyez .howto li:nth-child(3)::before{
	content: '3';
}
#eyez .howto li::after {
	display: block;
	content: '';
	padding-top: 100%;
  }

#eyez .howto img{
	display: block;
	text-align: center;
	margin: 0 auto 5%;
}

/*premium*/
#eyez .premium{
	padding: 6% 0;
}

#eyez .premiumeProduct{
	position: relative;
	width: 1288px;
	margin: 0 auto;
	min-height: 35vw;
}

#eyez .premium h2{
	font-size:54px;
	font-family: "Libre Franklin","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体",sans-serif;
	color: #ECD323;
	position: absolute;
	font-weight: 400;
}

#eyez .vertical{
	position: absolute;
	writing-mode: vertical-rl;
	top: 0;
	left: -5%;
	transform: rotate(180deg);
}

#eyez .center{
	left: 5%;
	top: -5%;
}

#eyez .premiumeProduct dl{
	background: #fff;
    position: absolute;
    padding: 6% 3% 4%;
    width: 42.5%;
    right: 0;
    bottom: 0;
}

#eyez .premiumeProduct dt{
	text-align: center;
	font-size: 27px;
	font-weight: 500;
	position: relative;
}

#eyez .premiumeProduct dt{
	text-align: center;
	font-size: 27px;
	font-weight: 500;
}

#eyez .premiumeProduct .premiumeProduct_spec{
	margin-top: 3%;
	margin-bottom: 4%;
	text-align: center;
}


#eyez .premiumeProduct .premiumeProduct_small{
	margin-top: 4%;
	font-size: 14px;
}

#eyez .premiumeProduct dt::before{
	content: "＼こちらもおすすめ／";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}


#eyez .premiumeProduct dt::after{
	content: '';
    position: absolute;
    display: block;
	bottom: 75%;
    right: -24%;
	background: url(../img/premium_ic.png) no-repeat;
	width: 188px;
	height: 188px;
	background-size: contain;
}


#eyez .premiumeProduct dt span{
	font-size: 17px;
}

#eyez .premiumeProduct .premiumeProduct_p{
	margin-top: 5%;
}

#eyez .premiumeProduct .ripozoneProduct_small{
	margin-top: 4%;
	font-size: 14px;
}

/*lineup*/

#eyez .lineup h2{
	background: #ECD323;
    padding: 1.2%;
    font-size: 35px;
    color: #fff;
    text-align: center;
	font-weight: 400;
}

#eyez .lineup .lineupbox{
	display: flex;
	justify-content: space-between;
	gap: 5%;
	padding: 8% 0 6%;
}


#eyez .lineup .lineupbox dl{
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
}

#eyez .lineup .btn{
	width: 100%;
}

#eyez .lineup .lineupbox dt{
	font-size: 17px;
	padding-top: 6%;
	padding-bottom: 3%;
}

#eyez .lineup .lineupbox dd{
	font-size: 15px;
}

#eyez .lineup .lineupbox dd:last-child {
    margin-top: auto;
}


#eyez .lineup .btn_m{
	width: 480px;
	margin: 0 auto 8%;
	border:1px solid #4D4D4D;
	background: #fff;
	display: block;
	text-align: center;
	padding: 2%;
	font-size: 21px;
	transition : 1s;
	position: relative;

}

#eyez .lineup .btn_m:after{
	content: "\f105";
	font-family: FontAwesome;
	right: 5%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

#eyez .lineup .btn_m:hover{
	background: rgb(249,250,254);
	background: linear-gradient(180deg, rgba(249,250,254,1) 0%, rgba(242,229,128,1) 100%);
	transition : 1s;
}

/* concept*/
#eyez .concept{
	background: #ECD323;
    text-align: center;
	padding: 6% 0;
}
#eyez .concept .logoImg{
	width: 220px;
	text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#eyez .concept h2{
	font-size: 27px;
	font-weight: 400;
	padding: 1% 0 4%;
}

#eyez .concept p{
	padding-bottom: 2%;
}


@media screen and (max-width: 1024px){
	#eyez .mv{
		height: 56vw;
	}

	#eyez .mv_logoImg{
		width: 15%;
	}

	#eyez .inner{
		width: 100%;
		padding: 0 4%;
	}
	#eyez .mv h2{
		font-size: 31px;
		padding-bottom: 3%;
	}

	#eyez .mv .mv_lead{
		width: 56%;
	}

	#eyez .mv ul{
		margin: 0 auto;
		gap: 5%;
	}

	#eyez video{
		width: 90%;
	}

	#eyez .about h2{
		position: static;
		writing-mode: horizontal-tb;
		transform: rotate(0deg);
		padding-top: 8%;
		text-align: center;
	}

	#eyez .ripozoneProduct{
		position: static;
		width: 100%;
	}

	#eyez .ripozoneProduct dl{
		width: 100%;
		padding: 0 4%;
		position: static;
		background: none;
		margin: 0 auto;
	}

	#eyez .ripozoneProduct dt,#eyez .ripozoneProduct .ripozoneProduct_spec{
		text-align: left;
	}

	#eyez .btn{
		width: 100%;
	}

	#eyez .point h2,#eyez .howto h2,#eyez .lineup h2{
		font-size: 30px;
	}

	#eyez .pointbox .num img{
		width: 30%;
	}

	#eyez .pointbox{
		width: 100%;
		padding: 6% 4%;
	}

	#eyez .pointbox li{
		margin-bottom: 2%;
		flex-direction: column;
	}

	#eyez .pointbox li:nth-child(2){
		flex-direction: column-reverse;
	}

	#eyez .pointbox .txtbox{
		width: 100%;
	}

	#eyez .pointbox .point03_inner li{
		flex-direction: row;
		align-items: flex-start;
	}

	#eyez .pointbox figure{
		width: 100%;
	}

	#eyez .pointbox figure img{
		margin: 0 auto;
	}

	#eyez .howto{
		width: 100%;

	}


	#eyez .howto .border::before{
		top: 3%;
		right: -4%;
		transform: translateX(4%);
		background-size: 70%;

	}

	#eyez .howto h2{
		padding-top: 18%;
	}
	#eyez .premiumeProduct{
		width: 100%;
		position: static;
	}

	#eyez .vertical{
		transform: rotate(0deg);
		writing-mode: horizontal-tb;
	}

	#eyez .premiumeProduct dl{
		width: 100%;
		position: static;
		padding: 6% 4% 0;
		background: none;
	}

	#eyez .premiumeProduct dt,#eyez .premiumeProduct .premiumeProduct_spec{
		text-align: left;
	}

	#eyez .premiumeProduct dt::before{
		left: 0;
		transform: translateX(0);
	}

	#eyez .premiumeProduct dt::after{
		bottom: -140%;
		right: 0;
	}

	#eyez .premiumeProduct .imgProduct{
		width: 100%;
	}

	#eyez .premium h2{
		position: static;
		text-align: center;
	}

	#eyez .vertical{
		top:0;
		left: 0;
	}

	#eyez .lineup .lineupbox {
		flex-wrap: wrap;
		gap: 0;
		padding: 8% 0 0;
	}


	#eyez .lineup .lineupbox dl{
		width: calc(100% / 2 - 1.5%);
		padding: 0 0 8%;
	}

	#eyez .lineup .btn_m{
		width: 100%;
	}

	#eyez .concept .logoImg{
		width: 25%;
	}


}
	


@media (max-width: 767px){

	#eyez{font-size: 13px;}

	#eyez .mv{
		background: url(../img/mv_sp.png) no-repeat center;
		height: 146vw;
		background-size: cover;
	}

	#eyez .mv_logoImg{
	width: 30%;
    top: 3%;
    }

	#eyez .mv .mv_lead{
		width: 100%;
		top: 76%;
		left: 0;
	}

	#eyez .mv h2{
		font-size: 24px;
	}

	#eyez .mv ul{
		width: 95%;
		margin: 0 auto;
		gap: 0;
	}

	#eyez .mv li{
		width: calc(100% / 3 - 2%);
	}

	#eyez .about{
		padding: 10% 0;
	}

	#eyez .about h2{
		font-size: 36px;
	}

	#eyez .ripozoneProduct dt{
		font-size: 22px;
	}

	#eyez .ripozoneProduct .ripozoneProduct_spec{
		font-size: 14px;
	}

	#eyez .ripozoneProduct .ripozoneProduct_small{
		font-size: 10px;
	}

	#eyez .btn{
		font-size: 14px;
	}



	#eyez .point h2{
		font-size: 20px;
		padding: 3%;
	}

	#eyez .pointbox h3{
		font-size: 20px;
	}

	#eyez .pointbox .point_small{
		font-size: 10px;
	}

	
	#eyez .howto .border::before{
		top: 3%;
		right: -29%;
		transform: translateX(29%);
		background-size: 50%;

	}

	#eyez .howto h2{
		font-size: 24px;
		padding-top: 28%;
	}

	#eyez .howto ul{
		gap: 20px;
	}


	#eyez .howto li{
		padding: 30% 15% 10%;
		font-size: 16px;
	}


	#eyez .howto li::before{
		top: 10%;
		font-size: 45px;
	}

	#eyez .howto li::after{
		padding-top: 85%;
	}

	#eyez .premiumeProduct dt{
		font-size: 22px;
		padding-bottom: 3%;
	}

	#eyez .premiumeProduct dt::after{
		width: 98px;
		height: 98px;
		bottom: 120%;
	}

	#eyez .premiumeProduct .premiumeProduct_spec{
		font-size: 14px;
	}

	#eyez .premiumeProduct .premiumeProduct_small{
		font-size: 10px;
	}

	#eyez .premium h2{
		font-size: 36px;
		padding: 0 4%;
		text-align: left;
	
	}

	#eyez .lineup h2{
		font-size: 20px;
		padding: 3%;
	}
	
	#eyez .lineup .lineupbox dt{
		font-size: 15px;
	}

	#eyez .concept h2{
		font-size: 20px;
	}

	#eyez .concept p{
		text-align: left;
		padding-bottom: 4%;
	}



}

    .delay-time02{
	animation-delay: 0.6s;
	}
	
	.delay-time04{
	animation-delay: 1.2s;
	}
	
	/*==================================================
	スタート時は要素自体を透過0にするためのopacity:0;を指定する
	===================================*/
	
	.box{
		opacity: 0;
	}
	
	/*==================================================
	動き自体の指定：今回は「ふわっ」
	===================================*/
	
	.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}