@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: block; }
.sp_only { display: none; }

#suntory_contents {
	width: 100%;
	margin: 0;
	padding: 0;
}
#contents {
	margin: 45px auto 100px auto;
	width: 1040px;
	line-height: 100%;
	text-align: center;
}
#contents h1 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 100%;
}
#contents #catch {
	font-size: 18px;
	font-weight: 700;
	color: #6E6E77;
	line-height: 150%;
	margin-bottom: 60px;
}

#contents ul#eco_item {
	width: 1040px;
	overflow: hidden;
}
#contents ul#eco_item li {
	width: 480px;
	height: 540px;
	margin: 0 80px 80px 0;
	border-radius: 20px;
	float: left;
	opacity: 0;
	background-color: #E7FAFF;
	position: relative;
}
#contents ul#eco_item li a {
	display: block;
}
#contents ul#eco_item li:nth-child(even) {
	margin-right: 0;
}

#contents ul#eco_item li .eco_img {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 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;
	transition: transform .6s ease;
}
#contents ul#eco_item li .eco_img:hover img {
  	transform: scale(1.05);
}

#contents ul#eco_item li#eco_item2 .eco_img {
	padding-top: 40px;
}
#contents ul#eco_item li#eco_item2 #eco_img2_sub {
	width: 40%;
    margin: 0;
    position: absolute;
    top: 5%;
    left: 3%;
	overflow: visible;
}
#contents ul#eco_item li#eco_item2 #eco_img2_sub a {
	padding: 0;
}
#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_item2 .eco_img:hover #eco_img2_sub img {
  	transform: scale(1.05);
}

#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: 32px;
	line-height: 100%;
	font-weight: 700;
	margin: 40px 0 20px 0;
	color: #000;
	display: inline-block;
}
#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: 16px;
	font-weight: 400;
	line-height: 170%;
	color: #000;
	display: inline-block;
	margin: 0;
}
#contents ul#eco_item li p.btn {
	margin: 30px 0 0 0;
}
#contents ul#eco_item li p.btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	padding: 13px 40px;
	background-color: #22809f;
	border: 1px solid #22809f;
	border-radius: 20px;
	position: relative;
}
#contents ul#eco_item li p.btn a:hover {
	color: #22809f;
    background-color: #FFF;
}
#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%);
}
#contents ul#eco_item li p.btn a:hover:after {
    border-top: solid 1px #22809f;
    border-right: solid 1px #22809f;
}


.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);
  }
}


@media screen and (max-width: 1040px) {
#contents {
	margin: 4% auto 36.5% auto;
	width: 100%;
}
#contents h1 {
	font-size: 4.5vw;
	margin-bottom: 3.8%;
}
#contents #catch {
	font-size: 1.8vw;
	line-height: 150%;
	margin-bottom: 5.7%;
}

#contents ul#eco_item {
	width: 100%;
}
#contents ul#eco_item li {
	width: 47%;
	padding-bottom: 55%;
	height: auto;
	margin: 0 6% 6% 0;
	border-radius: 20px;
	position: relative;
}
#contents ul#eco_item li h2 {
	position: absolute;
	width: 100%;
	font-size: 3.2vw;
	margin: 0;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
}
#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 {
	position: absolute;
	width: 100%;
	font-size: 1.6vw;
	margin: 0;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
}
#contents ul#eco_item li p.btn {
	margin: 0;
}
#contents ul#eco_item li p.btn a {
	position: absolute;
	top: 39%;
	font-size: 1.5vw;
    width: 48%;
	height: auto;
    padding: 3% 0;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
}
#contents ul#eco_item li p.btn a:after {
    width: 4px;
    height: 4px;
}

}



#contents #sustaina {
	margin: 0 auto;
	width: 55%;	
}
#contents #sustaina:hover {
	opacity: 0.7;
}
#contents #sustaina a {
	display: block;
	width: 100%;
	height: auto;
	animation-delay: 2.1s;
	opacity: 0;
	margin: 0 auto;
}
#contents #sustaina a img {
	border-radius: 20px;	
}




