html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
nav ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none
}
mark{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold
}
del{
	text-decoration:line-through
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help
}
table{
	border-collapse:collapse;
	border-spacing:0
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0
}
input,select{
	vertical-align:middle
}
html{
	font-size:62.5%
}
ul,ol{
	list-style:none
}
a{
	text-decoration:none
}
img{
	max-width:100%;
	vertical-align:bottom
}
p{
	line-height:1.7em
}

/*-----------------------------------------------------------------*/

#headerKetchup{
	clear:both;
	width:960px;
	height:120px;
	margin:5px auto 0
}

#contentsWrap {
	background: #550001;
	margin-bottom: 50px;
}

.l-main{
	position:relative;
	width:100%;
	min-width:980px;
	max-width: 1578px;
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#333;
	margin: 0 auto;
	overflow:hidden;
	background: url(../high-lycopene/img/grad_left.png) left top repeat-y,url(../high-lycopene/img/grad_right.png) right top repeat-y,url(../high-lycopene/img/bg_body.jpg) center top no-repeat;
	background-color: #550001;
}

.hdrLine {
	width: 100%;
	height: 14px;
}

.tomatoMain {
	width: 100%;
	min-width: 960px;
	margin: -685px auto 0;
	overflow: hidden;
	z-index: 200;
}



.tomatoMain img {
	position: relative;
	width: 1518px;
	left: 50%;
	max-width: 1518px;
	margin-left: -759px;
	margin-top: -27px;
	opacity: 0;
	animation: mainTomato-move 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-fill-mode: forwards;
}
@keyframes mainTomato-move {
	0%  {
		transform: translate(0px,30px);
		opacity: 0;
	}
	100%  {
		transform: translate(0px,0px);
		opacity: 1;
	}
}


/*-----------------------------------------------------------------*/

.cover{
	width:100%;
}

.cover .inner{
	width:960px;
	height:685px;
	margin:0 auto;
	position:relative;
}


.cover .inner .mainNew{
	position:absolute;
	top:12px;
	left:94px;
	z-index: 100;
}

.cover .inner .flare{
	position:absolute;
	top: -90px;
	left: -80px;
	z-index: 0;
	opacity: 0;
	animation: rotate-flare 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
}
@keyframes rotate-flare {
	0%  {
		transform: rotate(-20deg);
		opacity: 0;
	}
	100%  {
		transform: rotate(0);
		opacity: 1;
	}
}

.cover .inner .cover_pkg{
	position:absolute;
	top:60px;
	left:127px;
}

.cover .inner .cover_copy{
	position:absolute;
	top:34px;
	left:522px;
}

.cover .inner .spoon{
	position:absolute;
	top:390px;
	left:490px;
	z-index: 0;
	animation: spoon-move 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes spoon-move {
	0%  {
		transform: translate(50px,-50px);
		opacity: 0;
	}
	100%  {
		transform: translate(0px,0px);
		opacity: 1;
	}
}

.cover .inner .spoonFlare {
	opacity: 0;
	position: absolute;
	top: 430px;
	left: 505px;
	z-index: 100;
	animation: spoonflare 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
}
@keyframes spoonflare {
	0%  {
		transform: rotate(-20deg);
		opacity: 0;
	}
	100%  {
		transform: rotate(0);
		opacity: 1;
	}
}


/*-----------------------------------------------------------------*/

#contents {
	position: relative;
	
}

.contentsInner{
	width:1120px;
	margin:0 auto;
	overflow: hidden;
}

.contentsInner .contentsInner_headcopy{
	text-align:center;
	margin-bottom:30px;
}

.contentsInner div {
	-moz-transition:all 1.5s;
	-o-transition:all 1.5s;
	-webkit-transition:all 1.5s;
	transition:all 1.5s;
	-moz-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	opacity:0;
	top:50px;
}


.contentsInner .tomato {
	-moz-transition:all 1.5s;
	-o-transition:all 1.5s;
	-webkit-transition:all 1.5s;
	transition:all 1.5s;
	-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity:0;
	margin-bottom: -50px;
}

.contentsInner .copy1,
.contentsInner .copy2,
.contentsInner .three {
	-moz-transition:all 1.5s;
	-o-transition:all 1.5s;
	-webkit-transition:all 1.5s;
	transition:all 1.5s;
	-moz-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
	opacity:0;
}

.contentsInner div.show{
	opacity:1;
	top:0px;
}

.contentsInner .tomato.show{
	opacity:1;
	margin-top: -50px;
}

.contentsInner .copyWrap {
	position: relative;
	width: 960px;
	height: 111px;
	margin: 0 auto 80px;
}

.mask1 {
	position:absolute;
	left: 128px;
	top: 10px;
	clip: rect(0px, 262px, 97px, 262px);/*上Y、右上X、右下Y、左端X*/
}
.mask1.show {
	animation: mask1-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes mask1-move {
	0% {
		clip: rect(0px, 262px, 97px, 262px);/*上Y、右上X、右下Y、左端X*/
	}
	100% {
		clip: rect(0px, 262px, 97px, 0px);/*上Y、右上X、右下Y、左端X*/
	}
}

.mask2 {
	position:absolute;
	left: 456px;
	top: 10px;
	clip: rect(0px, 0px, 97px, 0px);/*上Y、右上X、右下Y、左端X*/
}
.mask2.show {
	animation: mask2-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes mask2-move {
	0% {
		clip: rect(0px, 0px, 97px, 0px);/*上Y、右上X、右下Y、左端X*/
	}
	100% {
		clip: rect(0px, 379px, 97px, 0px);/*上Y、右上X、右下Y、左端X*/
	}
}


.contentsInner .copyWrap .three {
	position: absolute;
	left: 378px;
	opacity: 0;
	transition: 1s;
}
.contentsInner .copyWrap .three.show {
	opacity: 1;
	transition: 1s;
}


.tomato  {
	position: absolute;
	margin-bottom: 0;
}

.tomato.tomato1 {
	top: 560px;
	left: 50%;
	margin-left: 300px;
}

.tomato.tomato2 {
	top: 1107px;
	left: 50%;
	margin-left: -700px;
	z-index: 200;
}

.tomato.tomato3 {
	top: 1771px;
	left: 50%;
	margin-left: 310px;
	z-index: 400;
}

.tomato.tomato4 {
	top: 1800px;
	left: 50%;
	margin-left: -665px;
}

.tomato.tomato5 {
	top: 2328px;
	left: 50%;
	margin-left: 210px;
}

.contentsInner .box1{
	width:1120px;
	height:345px;
	margin-left: 90px;
	position:relative;
	z-index: 100;
}

.contentsInner .box2{
	position: relative;
	width:1120px;
	height:748px;
	margin-left:175px;
	z-index: 300;
}

.kakoText {
	position: absolute;
	top: 382px;
	left: 160px;
	z-index: 400;
	clip: rect(0px, 157px, 62px, 157px);/*上Y、右上X、右下Y、左端X*/
}
.kakoText.show {
	animation: kakoText-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
@keyframes kakoText-move {
	0% {
		clip: rect(0px, 157px, 62px, 157px);/*上Y、右上X、右下Y、左端X*/
	}
	40% {
		clip: rect(0px, 157px, 62px, 150px);/*上Y、右上X、右下Y、左端X*/
	}
	100% {
		clip: rect(0px, 157px, 62px, 0px);/*上Y、右上X、右下Y、左端X*/
	}
}


.kakoImg {
	position: absolute;
	top: 336px;
	left: 225px;
	z-index: 300;
	animation-fill-mode: forwards;
	opacity: 0;
}
.kakoImg.show {
	animation: kakoImg-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-fill-mode: forwards;
}
@keyframes kakoImg-move {
	0%  {
			transform: translate(20px,0px);
			opacity: 0;
		}
	100%  {
			transform: translate(0px,0px);
			opacity: 1;
		}
}



.lycoText {
	position: absolute;
	top: 382px;
	left: 440px;
	z-index: 400;
	clip: rect(0px, 168px, 62px, 168px);/*上Y、右上X、右下Y、左端X*/
}
.lycoText.show {
	animation: lycoText-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
@keyframes lycoText-move {
	0% {
		clip: rect(0px, 168px, 62px, 168px);/*上Y、右上X、右下Y、左端X*/
	}
	40% {
		clip: rect(0px, 168px, 62px, 161px);/*上Y、右上X、右下Y、左端X*/
	}
	100% {
		clip: rect(0px, 168px, 62px, 0px);/*上Y、右上X、右下Y、左端X*/
	}
}


.lycoImg {
	position: absolute;
	top: 336px;
	left: 540px;
	z-index: 300;
	animation-fill-mode: forwards;
	opacity: 0;
}
.lycoImg.show {
	animation: lycoImg-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-fill-mode: forwards;
}
@keyframes lycoImg-move {
	0%  {
			transform: translate(20px,0px);
			opacity: 0;
		}
	100%  {
			transform: translate(0px,0px);
			opacity: 1;
		}
}

.contentsInner .box3{
	width:1120px;
	height:490px;
	position:relative;
	margin-bottom:80px;
	margin-left: 90px;
	z-index: 100;
}


/*-----------------------------------------------------------------*/

.link{
	position: relative;
	width:100%;
	height:547px;
	background:url(../high-lycopene/img/img_pkg_main.png) center 66px no-repeat,url(../high-lycopene/img/bg_product.jpg) center top no-repeat;
	background-size: 274px 429px,100% 547px;
	z-index: 1000;
}

.link .inner{
	position: relative;
	width:960px;
	height:547px;
	margin:0 auto;
}

.link .inner:after{
	content:"";
	display:table;
	clear:both
}

.link .inner .link_copy	{
	margin: 0 0 21px 50px;
	padding-top: 161px
	}

.link .inner .bottomSpoon{
	position:absolute;
	opacity: 0;
	left: 50%;
	top: 150px;
	margin-left: 140px;
	z-index: 0;
	animation-fill-mode: forwards;
}
.link .inner .bottomSpoon.show {
	animation: bottomspoon-move 2s cubic-bezier(0.19, 1, 0.22, 1);
	animation-fill-mode: forwards;
}
@keyframes bottomspoon-move {
	0%  {
			transform: translate(50px,-50px);
			opacity: 0;
		}
	100%  {
			transform: translate(0px,0px);
			opacity: 1;
		}
}

.link .inner .bottomSpoonFlare {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: 180px;
	z-index: 200;
}
.link .inner .bottomSpoonFlare.show {
	animation: bottomspoonflare 1s cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
}
@keyframes bottomspoonflare {
	0%  {
			transform: rotate(-20deg);
			opacity: 0;
		}
	100%  {
			transform: rotate(0);
			opacity: 1;
		}
}

.link .inner .link_btn {
	margin-left: 62px;
	}

.link .inner .link_btn a{
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	opacity:1
}

.link .inner .link_btn a:hover{
	opacity:0.6
}


/*# sourceMappingURL=high-lycopene.css.map */
