@charset "utf-8";


/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}

/* clear */

.clear:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}


/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* body
----------------------------------------------- */

body {
	margin: 80px 0 0;
	padding: 0;
	min-width: 1000px;
	height: 100%;
	color: #222;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	background: white;
}
a {
}
a:hover {
}


/* header
----------------------------------------------- */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #333333;
	z-index: 15;
}
#header .inner {
	position: relative;
	margin: auto;
	width: 960px;
}
#header .shopping {
	position: absolute;
	top: 23px;
	right: -2px;
}
#header .shopping a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/cart.png) no-repeat;
	overflow: hidden;
}
#header .shopping a:hover {
	-webkit-animation: flash 0.2s ease;
	-moz-animation: flash 0.2s ease;
	-ms-animation: flash 0.2s ease;
	animation: flash 0.2s ease;
}


/* footer
----------------------------------------------- */

#footer {
	position: relative;
	background: white;
	overflow: hidden;
	z-index: 1;
}

/* clear */

#footer .clear:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* main */

#footer .main {
	margin: auto;
	padding: 5px 0 0;
	width: 960px;
}
#footer .main .nav {
	float: left;
	width: 823px;
}
#footer .main .logo {
	float: right;
	width: 137px;
}
#footer .main .nav ul {
	padding: 7px 0 0;
}
#footer .main .nav li {
	float: left;
}

/* sub */

#footer .sub {
	background: #ebebeb;
}
#footer .sub .inner {
	margin: auto;
	width: 960px;
}
#footer .sub .nav {
	float: left;
	width: 776px;
}
#footer .sub .copyright {
	float: right;
	width: 184px;
}
#footer .sub .nav ul {
}
#footer .sub .nav li {
	float: left;
}


/* nav
----------------------------------------------- */

#nav {
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 15;
}
#nav li {
	float: left;
	position: relative;
	margin: 0 0 0 40px;
}
#nav li a,
#nav li span {
	display: block;
	position: relative;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/nav.png) no-repeat;
	overflow: hidden;
}
#nav li a:hover,
#nav li span:hover {
	animation: flash 0.2s ease;
}
#nav li a:before,
#nav li span:before {
	display: block;
	position: absolute;
	top: 53px;
	left: 50%;
	content: "";
	width: 0;
	height: 2px;
	background: white;
	transition: all 0.1s ease-in-out;
}
#nav li a:hover:before,
#nav li span:hover:before {
	display: block;
	position: absolute;
	top: 53px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: white;
}
#nav .product span {
	width: 78px;
	background-position: 0 0;
}
#nav .news a {
	width: 42px;
	background-position: -354px 0;
}
#nav .scene span {
	width: 48px;
	background-position: -78px 0;
}
#nav .interview a {
	width: 82px;
	background-position: -126px 0;
}
#nav .episode a {
	width: 63px;
	background-position: -208px 0;
}
#nav .faq a {
	width: 29px;
	background-position: -271px 0;
}
#nav .action a {
	width: 54px;
	background-position: -300px 0;
}
#nav .cm a {
	width: 21px;
	background-position: -396px 0;
}
#nav .cm.blur a {
	background-position: -396px -80px;
	pointer-events: none;
	opacity: 0.5;
}

/* subnav */

#nav li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -50px;
	width: 100px;
	background: #333;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	float: none;
	margin: 0;
}
#nav li li a {
	width: 100px;
	height: 26px;
}
#nav li li a:hover {
	background-color: #fff;
}

#nav .product li a {
	background-image: url(../images/product_nav.png);
	background-repeat: no-repeat;
}
#nav .product .drink a {
	background-position: 0 0;
}
#nav .product .jelly a {
	background-position: 0 -26px;
}

#nav .scene li a {
	background-image: url(../images/scene_nav.png);
	background-repeat: no-repeat;
}
#nav .scene .scene2 a {
	background-position: 0 0;
}
#nav .scene .scene1 a {
	background-position: 0 -26px;
}


/* sns
----------------------------------------------- */

#sns {
	position: absolute;
	top: 23px;
	right: 0;
}
#sns li {
	float: left;
	margin: 0 0 0 10px;
}
#sns li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/sns.png) no-repeat;
	overflow: hidden;
}
#sns li a:hover {
	-webkit-animation: flash 0.2s ease;
	-moz-animation: flash 0.2s ease;
	-ms-animation: flash 0.2s ease;
	animation: flash 0.2s ease;
}
#sns .facebook a {
	background-position: 0 0;
}
#sns .twitter a {
	background-position: -30px 0;
}
#sns .facebook a:hover {
	background-position: 0 -30px;
}
#sns .twitter a:hover {
	background-position: -30px -30px;
}


/* footernav
----------------------------------------------- */

#footernav {
	position: relative;
	height: 82px;
	background: #7c7c7c;
	z-index: 1;
}
#footernav ul {	
	margin: auto;
	padding: 36px 0 0;
	width: 960px;
}
#footernav li {
	float: left;
	margin: 0 30px 0 0;
	font-size: 0.9em;
}
#footernav li a {
	color: #c3fa64;
}
#footernav li a:hover {
	color: #fff;
}


/* loading
----------------------------------------------- */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	z-index: 14;
}
#loading .bar {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#loading .progress {
	width: 0;
	height: 1px;
	background: #c3fa64;
}


/* readmore
----------------------------------------------- */

.readmore a {
	display: block;
	width: 200px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/b_readmore.png) no-repeat;
	overflow: hidden;
}
.readmore a:hover {
	background-position: 0 -46px;
}
.readmore .white:hover {
	background-position: 0 -92px;
}
.readmore.whtiebase a {
	background-position: 0 -92px;
}
.readmore.whtiebase a:hover {
	background-position: 0 -46px;
}


/* allinterviews
----------------------------------------------- */

.allinterviews a {
	display: block;
	width: 200px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/b_interviews.png) no-repeat;
	overflow: hidden;
}
.allinterviews a:hover {
	background-position: 0 -46px;
}
.allinterviews .white:hover {
	background-position: 0 -92px;
}


/* location
----------------------------------------------- */

#location {
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	z-index: 3;
}
#location p {
	margin: auto;
	width: 960px;
	color: #333;
	font-size: 0.75em;
}
#location p a {
	color: #333;
}
#location p a:hover {
	text-decoration: underline;
}

#location.white p {
	color: #fff;
}
#location.white p a {
	color: #fff;
}


/* pageup
----------------------------------------------- */

#pageup {
	position: fixed;
	right: 25px;
	bottom: 72px;
	width: 54px;
	height: 54px;
	border: 2px solid #c3fa64;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
	z-index: 6;
	pointer-events: none;
	cursor: pointer;
	border-radius: 54px;
	transform: scale(0);
	transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#pageup span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
}
#pageup span:after,
#pageup span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0px;
	height: 3px;
	background: #c3fa64;
	transition: all 0.2s ease;
}

#pageup span:after {
	transform: translate(10px, 0px) rotate(-45deg);
}
#pageup span:before {
	transform: translate(10px, 0px) rotate(45deg);
}

#pageup.on {
	pointer-events: all;
	transform: scale(1);
}
#pageup.on span:after,
#pageup.on span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 3px;
	background: #c3fa64;
}
#pageup.on span:after {
	transform: translate(-6px, 7px) rotate(-45deg);
}
#pageup.on span:before {
	transform: translate(6px, 7px) rotate(45deg);
}

#pageup:hover span {
	animation: cloud 0.5s ease-in-out infinite;
}


/* conversion
----------------------------------------------- */

#conversion {
	position: relative;
	background: #b7b7b7;
	z-index: 1;
}
#conversion p {
	text-align: center;
}
/*
#conversion p {
	padding: 47px 0 63px;
	text-align: center;
}
*/
#conversion ul {
	margin: auto;
	padding: 79px 0 85px;
	width: 981px;
}
#conversion li {
	float: left;
	margin: 0 10px;
	background: #fff;
}
#conversion .banner {
	padding: 50px 0 0;
}
#conversion .day {
	padding: 30px 0;
	font-size: 0.85em;
}


/* intro
----------------------------------------------- */

#intro .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: 1;
}
#intro .mask.black {
	background: #000;
}
#intro.ready .mask {
	width: 100%;
}
#intro.start .mask {
	left: 100%;
	transition-property: left, width;
	transition-duration: 1.25s;
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/* newsindex
----------------------------------------------- */

.newsindex {
	padding: 30px 0 100px;
}

.newsindex .column {
	margin: 20px auto 0;
	width: 830px;
}
.newsindex .column .content {
	float: right;
	width: 574px;
}
.newsindex .column .image {
	float: left;
	width: 216px;
}

.newsindex .column.reverse .content {
	float: left;
}
.newsindex .column.reverse .image {
	float: right;
}
.newsindex .column .date {
	padding: 25px 0 0;
}
.newsindex .column h3 {
	padding: 3px 0 0;
	font-size: 1.95em;
	font-size: 30px;
	line-height: 1.25em;
	line-height: 40px;
}
.newsindex .column .summary {
	margin: 10px 0 0;
	font-size: 0.95em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.65em;
	line-height: 24px;
}
.newsindex .readmore {
	margin: 25px 0 0;
}


/* pallarax
----------------------------------------------- */

.pallarax.ready {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.pallarax.ready.leftin {
	transform: translate3d(-25px,0,0);
}
.pallarax.ready.rightin {
	transform: translate3d(25px,0,0);
}
.pallarax.ready.bottomin {
	transform: translate3d(0,25px,0);
}

.pallarax.ready.start {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}


/* banner
----------------------------------------------- */

#banner {
	background: #111111;
}
#banner .inner {
	margin: auto;
	padding: 20px 0;
	width: 958px;
}
#banner .inner a {
	display: block;
	background: #fff;
}


/* keyframes
----------------------------------------------- */

/* hover */

.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hover:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
}

/* zoom */

.zoom {
	display: block;
	position: relative;
	background: white;
	overflow: hidden;
}
.zoom img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.zoom:hover img {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* blind */

.blind {
	display: block;
	position: relative;
	overflow: hidden;
}
.blind:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.blind:hover:after {
	top: 0;
	height: 100%;
}

/* flash */

.flash:hover {
	-webkit-animation: flash 0.2s ease;
	-moz-animation: flash 0.2s ease;
	-ms-animation: flash 0.2s ease;
	animation: flash 0.2s ease;
}

/* flash */

@-webkit-keyframes flash {
	0% { -webkit-opacity: 1; }
	25% { -webkit-opacity: 0.25; }
	50% { -webkit-opacity: 1; }
	75% { -webkit-opacity: 0.25; }
	100% { -webkit-opacity: 1; }
}
@-moz-keyframes flash {
	0% { -moz-opacity: 1; }
	25% { -moz-opacity: 0.25; }
	50% { -moz-opacity: 1; }
	75% { -moz-opacity: 0.25; }
	100% { -moz-opacity: 1; }
}
@-ms-keyframes flash {
	0% { -ms-opacity: 1; }
	25% { -ms-opacity: 0.25; }
	50% { -ms-opacity: 1; }
	75% { -ms-opacity: 0.25; }
	100% { -ms-opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	25% { opacity: 0.25; }
	50% { opacity: 1; }
	75% { opacity: 0.25; }
	100% { opacity: 1; }
}

/* bounce */

@-webkit-keyframes bounce {
	0% { -webkit-transform: translateY(0px); }
	50% { -webkit-transform: translateY(5px); }
	100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes bounce {
	0% { -moz-transform: translateY(0px); }
	50% { -moz-transform: translateY(5px); }
	100% { -moz-transform: translateY(0px); }
}
@-ms-keyframes bounce {
	0% { -ms-transform: translateY(0px); }
	50% { -ms-transform: translateY(5px); }
	100% { -ms-transform: translateY(0px); }
}
@keyframes bounce {
	0% { transform: translateY(0px); }
	50% { transform: translateY(5px); }
	100% { transform: translateY(0px); }
}

/* cloud */

@-webkit-keyframes cloud {
	0% { -webkit-transform: translateY(0); }
	50% { -webkit-transform: translateY(-3px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes cloud {
	0% { -moz-transform: translateY(0); }
	50% { -moz-transform: translateY(-3px); }
	100% { -moz-transform: translateY(0); }
}
@-ms-keyframes cloud {
	0% { -ms-transform: translateY(0); }
	50% { -ms-transform: translateY(-3px); }
	100% { -ms-transform: translateY(0); }
}
@keyframes cloud {
	0% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
	100% { transform: translateY(0); }
}
