@charset "UTF-8";
/* CSS Document */
/*  ---------------------------
				/sustainability/
---------------------------  */

/* common
--------------------------------------------- */
#dakara_wrap {
	padding-top: 135px;
	position: relative;
	/*min-width: 1240px;*/
}
#dakara_wrap * {
	box-sizing: border-box;
}
#dakara_wrap img {
	max-width: 100%;
}
/*
#suntoryCommonHeader {
	position: fixed !important;
	top: 0;
	z-index: 100;
}
*/
.sub_hd_nav > li:nth-of-type(1) > div {
	display: none;
}
#dakara_wrap a:hover {
	opacity: 1 !important;
}
@media only screen and (min-width: 769px) {
	#suntoryCommonHeader {
		position: fixed !important;
		top: 0;
		z-index: 100;
	}
	#suntorySubCommonHeader {
		display: none;
	}
	#suntorySubCommonFooter,
	#suntoryCommonFooter {
		position: relative;
		z-index: 1;
	}
	#dakara_wrap .inner {
		margin-top: 20px;
		max-width: 1164px;
	}
}
@media only screen and (max-width: 768px) {
	#dakara_wrap {
		min-width: initial;
		padding-top: 0;
	}
}


#dakara_wrap .main-area-contents {
	background-image: url(../img/bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .main-area-contents {
		padding-bottom: 4.2857vw;
	}
}
@media only screen and (max-width: 768px) {
	#dakara_wrap .main-area-contents {
		margin-bottom: 40px;
	}
}



/* keyvisual
--------------------------------------------- */
#dakara_wrap .keyvisual {
	padding-top: 40px;
}
#dakara_wrap .keyvisual h2 {
	line-height: 1;
	margin-inline: auto;
	text-align: center;
	width: 82.91%;
}
#dakara_wrap .keyvisual-image {
	margin-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .keyvisual {
		padding-top: 2.8571vw;
	}
	#dakara_wrap .keyvisual-image {
		margin-top: 3.5714vw;
	}
}



/* section-summary
--------------------------------------------- */
#dakara_wrap .section-summary {
	padding-top: 50px;
	padding-bottom: 100px;
}
#dakara_wrap .section-summary .block-point .image {
	margin-inline: auto;
	width: 69.91%;
}
#dakara_wrap .section-summary .block-point .text-lead {
	margin-top: 40px;
	margin-inline: auto;
	width: 82.6%;
}
#dakara_wrap .section-summary .block-character {
	margin-top: 60px;
}
#dakara_wrap .section-summary .block-character .image {
	margin-inline: auto;
	width: 44.44%;
}
#dakara_wrap .section-summary .block-character .text-profile {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
	text-align: center;
}
#dakara_wrap .section-summary .block-character .text-profile .head {
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .section-summary {
		padding-top: 3.5714vw;
		padding-bottom: 7.1428vw;
	}
	#dakara_wrap .section-summary .block-point .text-lead {
		font-size: 1.2857vw;
		margin-top: 2.8571vw;
	}
	#dakara_wrap .section-summary .block-character {
		margin-top: 4.2857vw;
	}
	#dakara_wrap .section-summary .block-character .text-profile {
		font-size: 1vw;
		margin-top: 1.4285vw;
	}
	#dakara_wrap .section-summary .block-character .text-profile .head {
		font-size: 1.1428vw;
	}
}


/* section-feature
--------------------------------------------- */
#dakara_wrap .section-feature {
	padding-inline: 15px;
}
#dakara_wrap .section-feature .block-content {
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 25px;
	position: relative;
}
#dakara_wrap .section-feature .block-content:nth-of-type(n+2) {
	margin-top: 60px;
}
#dakara_wrap .section-feature .block-content:nth-last-of-type(1) {
	padding-bottom: 50px;
}
#dakara_wrap .section-feature .block-content .block-content-title {
	text-align: center;
}
#dakara_wrap .section-feature .block-content .image01 {
	margin: 40px auto 0;
}
#dakara_wrap .section-feature .block-content .text-detail {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	margin-top: 40px;
}
#dakara_wrap .section-feature .block-content .text-detail > p + p {
	margin-top: 20px;
}
#dakara_wrap .section-feature .block-content .text-detail .text-note {
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px !important;
}
#dakara_wrap .section-feature .block-content .button-link {
	margin: 60px auto 0;
  max-width: 300px;
}
#dakara_wrap .section-feature .block-content .button-link a {
	background-color: #00A152;
	border-radius: 50px;
	color: #fff;
	display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 60px;
  text-align: center;
}
#dakara_wrap .section-feature .block-content .button-link span {
	display: inline-block;
	padding-right: 30px;
	position: relative;
}
#dakara_wrap .section-feature .block-content .button-link span:after {
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
	content: "";
  height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 20px;
  z-index: 1;
}
#dakara_wrap .section-feature .block-content .image-character {
	position: absolute;
	z-index: 1;
}
#dakara_wrap .section-feature .block-content.content1 .image01 {
	width: 64.86%;
}
#dakara_wrap .section-feature .block-content.content1 .image02 {
	margin: 60px auto 0;
	width: 84.22%;
}
#dakara_wrap .section-feature .block-content.content1 .movie {
	margin: 60px -25px 0;
	position: relative;
}
#dakara_wrap .section-feature .block-content.content1 .movie video {
	width: 100%;
}
#dakara_wrap .section-feature .block-content.content1 .movie #video-btn {
	background-image: url(../img/btn_pause.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	cursor: pointer;
	color: transparent;
	display: none;
	font-size: 0;
	position: absolute;
	bottom: 15px;
	right: 10px;
	height: 25px;
	width: 25px;
	z-index: 1;
}
#dakara_wrap .section-feature .block-content.content1 .movie #video-btn.play {
	background-image: url(../img/btn_pause.png);
}
#dakara_wrap .section-feature .block-content.content1 .movie #video-btn.pause {
	background-image: url(../img/btn_play.png);
}
#dakara_wrap .section-feature .block-content.content1 .image-character {
	left: 24px;
	bottom: -50px;
	width: 81px;
}
#dakara_wrap .section-feature .block-content.content2 .image01 {
	width: 86.14%;
}
#dakara_wrap .section-feature .block-content.content2 .image02 {
	margin: 40px -25px 0;
}
#dakara_wrap .section-feature .block-content.content2 .image-character {
	right: 25px;
	bottom: -35px;
	width: 91px;
}
#dakara_wrap .section-feature .block-content.content3 .image01 {
	width: 53.25%;
}
#dakara_wrap .section-feature .block-content.content3 .image02 {
	margin-top: 40px;
}
#dakara_wrap .section-feature .block-content.content3 .text-product {
	font-size: 11px;
	line-height: 2;
	margin-top: 15px;
	padding-inline: 8px;
}
#dakara_wrap .section-feature .block-content.content3 .image-character {
	left: 30px;
	bottom: -30px;
	width: 107px;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .section-feature {
		padding-inline: 1.0714vw;
	}
	#dakara_wrap .section-feature .block-content {
		padding: 4.2857vw 1.7857vw;
	}
	#dakara_wrap .section-feature .block-content:nth-of-type(n+2) {
		margin-top: 4.2857vw;
	}
	#dakara_wrap .section-feature .block-content:nth-last-of-type(1) {
		padding-bottom: 3.5714vw;
	}
	#dakara_wrap .section-feature .block-content .image01 {
		margin-top: 2.8571vw;
	}
	#dakara_wrap .section-feature .block-content .text-detail {
		font-size: 1vw;
		margin-top: 2.8571vw;
	}
	#dakara_wrap .section-feature .block-content .text-detail > p + p {
		margin-top: 1.4285vw;
	}
	#dakara_wrap .section-feature .block-content .text-detail .text-note {
		font-size: 0.7857vw;
		margin-top: 0.7142vw !important;
	}
	#dakara_wrap .section-feature .block-content .button-link {
		margin-top: 4.2857vw;
		max-width: 21.4285vw;
	}
	#dakara_wrap .section-feature .block-content .button-link a {
		font-size: 1.1428vw;
		line-height: 4.2857vw;
	}
	#dakara_wrap .section-feature .block-content .button-link span {
		padding-right: 2.1428vw;
	}
	#dakara_wrap .section-feature .block-content .button-link span:after {
		height: 1.4285vw;
		width: 1.4285vw;
	}
	#dakara_wrap .section-feature .block-content.content1 .image02 {
		margin-top: 4.2857vw;
	}
	#dakara_wrap .section-feature .block-content.content1 .movie {
		margin: 4.2857vw -1.7857vw 0;
	}
	#dakara_wrap .section-feature .block-content.content1 .movie #video-btn {
		bottom: 1.0714vw;
		right: 0.7142vw;
		height: 1.7857vw;
		width: 1.7857vw;
	}
	#dakara_wrap .section-feature .block-content.content1 .image-character {
		left: 1.7142vw;
		bottom: -3.5714vw;
		width: 5.7857vw;
	}
	#dakara_wrap .section-feature .block-content.content2 .image02 {
		margin: 2.8571vw -1.7857vw 0;
	}
	#dakara_wrap .section-feature .block-content.content2 .image-character {
		right: 1.7857vw;
		bottom: -2.5vw;
		width: 6.5vw;
	}
	#dakara_wrap .section-feature .block-content.content3 .image02 {
		margin-top: 2.8571vw;
	}
	#dakara_wrap .section-feature .block-content.content3 .text-product {
		font-size: 0.7857vw;
		margin-top: 1.0714vw;
		padding-inline: 0.5714vw;
	}
	#dakara_wrap .section-feature .block-content.content3 .image-character {
		left: 2.1428vw;
		bottom: -2.1428vw;
		width: 7.6428vw;
	}
}

