@charset "utf-8";
body,html { 
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

h1,h2,ul,li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}
.pc_only { display: none; }
.sp_only { display: block; }

#suntory_contents {
	width: 100%;
	margin: 0;
	padding 0;
}
#contents {
	margin: 9.3% auto 13.3% auto;
	width: 91.8%;
	line-height: 100%;
	text-align: center;
}
#contents h1 {
	font-size: 7.7vw;
	font-weight: 700;
	margin-bottom: 8%;
}
#contents #catch {
	font-size: 3.8vw;
	font-weight: 700;
	color: #6E6E77;
	line-height: 150%;
	margin-bottom: 7%;
}

#contents ul#eco_item {
	width: 100%;
	overflow: hidden;
}
#contents ul#eco_item li {
	width: 100%;
	margin: 0 0 8% 0;
	border-radius: 20px;
	background-color: #E7FAFF;
	position: relative;
	opacity: 0;
	padding-top: 10%;
}
#contents ul#eco_item li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
}  

#contents ul#eco_item li .eco_img {
	width: 100%;
	margin: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
#contents ul#eco_item li .eco_img img {
	width: 100%;
	height: auto;
}
#contents ul#eco_item li#eco_item2 #eco_img2_sub {
	width: 40%;
    margin: 0;
    position: absolute;
    top: 51%;
    left: 3%;
	overflow: visible;
}
#contents ul#eco_item li#eco_item2 #eco_img2_sub img {
	width: 100%;
	height: auto;
	transition: transform .6s ease;
}
#contents ul#eco_item li#eco_item1 { animation-delay: 0.1s; }
#contents ul#eco_item li#eco_item2 { animation-delay: 0.6s; }
#contents ul#eco_item li#eco_item3 { animation-delay: 1.1s; }
#contents ul#eco_item li#eco_item4 { animation-delay: 1.6s; }

#contents ul#eco_item li h2 {
	font-size: 6.5vw;
	font-weight: 700;                                   
	margin-bottom: 6%;
	display: inline-block;
	color: #000;
	line-height: 100%;
}
#contents ul#eco_item li h2 span#eco_item3_title {
    display: inline-block;
    position: relative;		
}
#contents ul#eco_item li h2 span#eco_item3_title_ruby {
    position: absolute;
    top: -75%;
    right: 14%;
    font-size: 35%;
    font-weight: 400;	
}
#contents ul#eco_item li p.info {
	font-size: 3.8vw;
	font-weight: 400;
	line-height: 170%;
	margin:0 0 5% 0;
	display: inline-block;
	color: #000;
}
#contents ul#eco_item li p.btn {
	margin: 0 auto 6% auto;
    text-align: center;
    width: 50%;
}
#contents ul#eco_item li p.btn a {
	text-decoration: none;
    font-size: 3.3vw;
    font-weight: 700;
    color: #FFF;
    padding: 6% 1%;
    background-color: #22809f;
    border: 1px solid #22809f;
    border-radius: 50px;
    position: relative;
    display: inline-block;
}
#contents ul#eco_item li p.btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: rotate(45deg) translateY(-47%);
}


.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


#contents #sustaina {
	margin: 0;
	width: 100%;
}
#contents #sustaina a {
	display: block;
	width: 100%;
	height: auto;
	animation-delay: 2.1s;
	opacity: 0;
}
#contents #sustaina a img {
	width: 100%;
	height: auto;
	border-radius: 20px;	
}





