@charset "utf-8";

/* share
--------------------------------------------- */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

p {
	line-height: 1.3;
}


/* suntory_content
--------------------------------------------- */
#main_area {
	background:#ffffff;
}

#suntory_content #content,
#suntory_content {
	padding: 0;
}

#contents {
	padding: 0!important;
	overflow: hidden;
}

#suntory_content {
  width: auto;
  margin: 0;
  padding: 0;
}

#content {
  line-height: 0;
  padding-left: 0;
	padding-right: 0;
}

#content img {
	width: 100%;
	height: auto;
}

/* ingredients
--------------------------------------------- */
#ingredients {
	background: #d2eef9;
	font-size: 12px;
	margin: 30px 0;
	padding: 20px 25px;
	color: #000;
}

#ingredients h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

.l_product_detail_info_outer {
	background-color: #fff;
}

.l_product_detail_info {
	width: auto;
	margin: 0 auto;
	padding: 60px 0 20px;
}

.cta__limited {
	position: absolute;
	font-weight: 600;
	text-align: center;
	bottom: 4%;
	left: 0;
	right: 0;
	margin: auto;
}

.cta__annotation {
	padding: 20px 20px 20px 30px;
	background-color: #fff8db;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
} 

/* id019
--------------------------------------------- */

.posirela {
	position: relative;
}

#nega_gif img {
	position: absolute;
	width: 92%;
	top: 5.5%;
	left: 0;
	right: 0;
	margin: auto;
}

#next img {
	position: absolute;
	width: 60.6%;
	bottom: 11.2%;
	left: 0;
	right: 0;
	margin: auto;
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
	animation: moveIcon ease-in-out 1.5s infinite;
}

#cta #btn_01 {
	width: 86%;
	position: absolute;
	bottom: 3.7%;
	left: 0;
	right: 0;
	margin: auto;
}

#cta_last .btn_01 {
	width: 86%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.btn_front {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: pushBtn linear 1.0s infinite;
}

@keyframes pushBtn {
  0% {
		opacity: 1;
		filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.37));
	 }
	50% {
		opacity: 1;
		filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.37));
   }
  50.5% {
		opacity: 0;
		filter: none;
	 }
	99.5% {
		opacity: 0;
		filter: none;
  }
}
@keyframes moveIcon {
	0% { bottom: 11.2%; }
	50% { bottom: 7.46%; }
}

.positive_caution {
	width: 63.2%;
	margin: 5.3% auto;
}

#attention {
	padding: 0 6%;
	font-weight: bold;
}

#attention .caution_att_tp {
	display: block;
	margin: 5% 0;
}

#attention .caution_att_tp .span {
	font-weight: bold;
}

span.caution_ttl, span.caution_att, span.caution_txt {
   font-size: 87%;
   line-height: 1.4;
  }

.img_content > .pro_img > img {
	width: 46px!important;
}

#product_detail_container .notes_content {
	line-height: 1;
}

.cta__limited {
	position: absolute;
	font-weight: 600;
	text-align: center;
	bottom: 4%;
	left: 0;
	right: 0;
	margin: auto;
}
.cta__limited span {
	color: #111111;
}