@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;
}
hr {
	display: none;
}

/* clear */

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* body
----------------------------------------------- */

body {
	margin: 95px 0 0;
	padding: 0;
	color: rgb(50,50,50);
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	background: rgb(213,0,17);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: rgb(0,87,176);
}
a:hover {
	text-decoration: underline;
}

/* header
----------------------------------------------- */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px;
	z-index: 3;
	background: url(../images/pc_header_bg.png) repeat-x;
}
#header a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header h1 {
	margin: auto;
	width: 990px;
}
#header h1 a {
	width: 360px;
	height: 130px;
	background: url(../images/pc_header.png) no-repeat;
}
#header .nav {
	display: none;
}
#header .getcoin {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 347px;
}
#header .getcoin a {
	width: 143px;
	height: 30px;
	background: url(../images/pc_b_getcoin.png) no-repeat;
}
#header .getcoin a:hover { background-position: 0 -30px; }
#header .getcoin a:active { background-position: 0 -60px; }

/* footer
----------------------------------------------- */

#footer {
	position: relative;
	margin: 70px 0 0;
	height: 140px;
	border-top: 7px solid rgb(101,45,10);
	background: rgb(81,35,7);
	overflow: hidden;
}
#footer .nestle {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 378px;
}
#footer .nestle a {
	display: block;
	width: 112px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/pc_footer_nestle.png) no-repeat;
	overflow: hidden;
}
#footer .haveabreak {
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -490px;
	width: 202px;
	height: 13px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/pc_footer_haveabreak.png) no-repeat;
	overflow: hidden;
}

#footer p.copyright{
		position: absolute;
		left: 50%;
		margin: 0 0 0 -490px;
		color: #ffffff;
		font-size: 0.7em;
		top: 90px;
}

#footer .close,
#footer .nav {
	display: none;
}
#footer ul {
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 0 0 0 -490px;
	width: 980px;
}
#footer li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 0.7em;
}
#footer li a {
	color: white;
}

/* nav
----------------------------------------------- */

#nav {
	position: absolute;
	top: 45px;
	left: 50%;
	margin: 0 0 0 -120px;
	z-index: 3;
}
#nav .menu {
	min-width: 610px;
	overflow: hidden;
}
#nav .menu li {
	float: left;
	margin: 0 0 0 30px;
	font-size: 0.75em;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.1em;
}
#nav .menu li a {
	display: inline-block;
	padding: 8px 20px 7px;
	color: white;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#nav .menu li a:hover {
	background: rgb(193,0,0);
}
/*
#nav .current a,
#nav .current a:hover {
	color: rgb(213,0,17);
	background: white;
}
*/
#nav .close,
#nav .sns .text {
	display: none;
}

#nav .menu .top {
	display: none;
}

/* sns */

#nav .sns {
	font-weight: bold;
}
#nav .sns a {
	display: block;
	width: 34px;
	height: 34px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/pc_b_sns.png) no-repeat;
	overflow: hidden;
}
#nav .sns .facebook {
	position: absolute;
	top: 35px;
	right: 42px;
}
#nav .sns .twitter {
	position: absolute;
	top: 35px;
	right: 5px;
}
#nav .sns .facebook a { background-position: 0 0; }
#nav .sns .twitter a { background-position: -34px 0; }
#nav .sns .facebook a:hover { background-position: 0 -34px; }
#nav .sns .twitter a:hover { background-position: -34px -34px; }
#nav .sns .facebook a:active { background-position: 0 -68px; }
#nav .sns .twitter a:active { background-position: -34px -68px; }

/* share */

#nav .share {
	display: none;
	position: absolute;
	top: -39px;
	right: 155px;
	width: 298px;
}
#nav .share li {
	float: left;
	height: 20px;
}
#nav .share .facebook { width: 120px; }
#nav .share .twitter { width: 120px; }
#nav .share .mixivoice { padding: 1px 0 0; width: 58px; }

/* pageup
----------------------------------------------- */

#pageup {
	position: fixed;
	right: 20px;
	bottom: 165px;
}
#pageup a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/pc_b_pageup.png) no-repeat;
	overflow: hidden;
}
#pageup a:hover { background-position: 0 -50px; }
#pageup a:active { background-position: 0 -100px; }

/* loading
----------------------------------------------- */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(213,0,17);
	z-index: 2;
}
#loading .progress {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -36px;
	width: 72px;
	height: 8px;
	background: url(../images/ic_loading.gif) no-repeat;
}

/* movie_close
----------------------------------------------- */

#movie_close {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: url(../images/pc_b_maskclose.png) no-repeat;
	z-index: 20;
	cursor: pointer;
}
#movie_close:hover {
	background-position: 0 -50px;
}

/* contents
----------------------------------------------- */

#contents {
	margin: auto;
	padding: 40px 0 20px;
	width: 980px;
	background: white;
}

/* location
----------------------------------------------- */

#location {
	margin: 0 20px;
	border: 1px dashed rgb(213,0,17);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#location a {
	color: black;
}
#location p {
	padding: 12px 15px 10px;
	font-size: 0.75em;
}
#location em {
	font-style: normal;
	font-weight: bold;
}

/* pagetitle
----------------------------------------------- */

#pagetitle {
	margin: 25px 20px 0;
}
#pagetitle h2 {
	padding: 19px 0 10px 15px;
	color: white;
	font-size: 1.5em;
	background: rgb(213,0,17);
}
#pagetitle h2 span {
	padding: 0 0 0 15px;
	font-family: Arial;
	font-size: 0.5em;
}

/* mobile
----------------------------------------------- */

@media screen and (max-width:768px) {

	/* body
	----------------------------------------------- */

	body {
		margin: 54px 0 0;
	}

	/* header
	----------------------------------------------- */

	#header {
		height: 75px;
		background: url(../images/sp_header_bg.png) repeat-x;
		-webkit-background-size: 4px 75px;
		-moz-background-size: 4px 75px;
		background-size: 4px 75px;
	}
	#header h1 {
		margin: 0 0 0 8px;
		width: auto;
	}
	#header h1 a {
		width: 227px;
		height: 75px;
		background: url(../images/sp_header.png) no-repeat;
		-webkit-background-size: 227px 75px;
		-moz-background-size: 227px 75px;
		background-size: 227px 75px;
	}
	#header .nav {
		display: block;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	#header .nav a {
		width: 27px;
		height: 27px;
		background: url(../images/sp_b_nav.png) no-repeat;
		-webkit-background-size: 27px 27px;
		-moz-background-size: 27px 27px;
		background-size: 27px 27px;
	}
	#header .getcoin {
		left: auto;
		right: 5px;
		margin: 0;
	}
	#header .getcoin a,
	#header .getcoin a:hover,
	#header .getcoin a:active {
		width: 95px;
		height: 15px;
		background: url(../images/sp_b_getcoin.png) no-repeat;
		-webkit-background-size: 95px 15px;
		-moz-background-size: 95px 15px;
		background-size: 95px 15px;
	}

	/* footer
	----------------------------------------------- */

	#footer {
		position: relative;
		margin: 8px auto 0;
		height: 70px;
		border-top: 3px solid rgb(101,45,10);
		overflow: visible;
		z-index: 1;
	}
	#footer .footer_inner {
		position: absolute;
		bottom: 55px;
		left: 0;
		width: 100%;
		padding: 3px 0 0;
		background: url(../images/sp_nav_bg.png);
		z-index: -1;
	}
	#footer .footer_inner .close {
		display: block;
		padding: 6px 0;
	}
	#footer .footer_inner .close a {
		display: block;
		margin: auto;
		width: 100px;
		height: 23px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/sp_b_close.png) no-repeat;
		overflow: hidden;
		-webkit-background-size: 100px 23px;
		-moz-background-size: 100px 23px;
		background-size: 100px 23px;
	}
	#footer .nav {
		display: block;
		position: absolute;
		top: 10px;
		left: 15px;
	}
	#footer .nav a {
		display: block;
		width: 20px;
		height: 20px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/sp_b_footer_nav.png) no-repeat;
		overflow: hidden;
		-webkit-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	#footer .nestle {
		position: absolute;
		top: 10px;
		left: auto;
		right: 5px;
		margin: 0;
	}
	#footer .nestle a {
		display: block;
		width: 56px;
		height: 23px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/pc_footer_nestle.png) no-repeat;
		overflow: hidden;
		-webkit-background-size: 56px 23px;
		-moz-background-size: 56px 23px;
		background-size: 56px 23px;
	}
	#footer .haveabreak {
		display: block;
		position: absolute;
		top: 36px;
		left: 15px;
		margin: 0;
		width: 120px;
		height: 8px;
		background: url(../images/pc_footer_haveabreak.png) no-repeat;
		-webkit-background-size: 120px 8px;
		-moz-background-size: 120px 8px;
		background-size: 120px 8px;
	}

#footer p.copyright{
		display: block;
		position: absolute;
		top: 50px;
		left: 15px;
		margin: 0;
		color: #ffffff;
		font-size: 0.5em;

}
	#footer ul {
		position: static;
		top: 0;
		left: 0;
		margin: 0;
		width: auto;
	}
	#footer li {
		float: none;
		margin: 0;
		border-bottom: 1px solid rgb(139,76,8);
	}
	#footer li a {
		display: block;
		padding: 10px 0 10px 10px;
		color: rgb(246,241,226);
		font-weight: bold;
		text-decoration: none;
		background: rgb(102,50,0) url(../images/sp_nav_base.png) no-repeat right center;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	/* nav
	----------------------------------------------- */

	#nav {
		top: 54px;
		left: 0;
		margin: 0;
		padding: 10px 0 0;
		width: 100%;
		background: url(../images/sp_nav_bg.png);
		z-index: 2;
	}
	#nav .menu {
		min-width: 100%;
	}
	#nav .menu li {
		float: none;
		margin: 0;
		border-bottom: 1px solid rgb(139,76,8);
	}
	#nav .menu li a {
		display: block;
		padding: 10px 0 10px 10px;
		color: rgb(246,241,226);
		background: rgb(102,50,0) url(../images/sp_nav_base.png) no-repeat right center;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#nav .menu li a:hover,
	#nav .current a,
	#nav .current a:hover {
		color: white;
		background: rgb(102,50,0) url(../images/sp_nav_base.png) no-repeat right center;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}

#nav .menu .top {
	display: inline;
}
#nav .menu .movie {
border-top:1px solid rgb(139, 76, 8);
}
	/* close */

	#nav .close {
		display: block;
		padding: 15px 0;
	}
	#nav .close a {
		display: block;
		margin: auto;
		width: 100px;
		height: 23px;
		text-indent: 100%;
		white-space: nowrap;
		background: url(../images/sp_b_close.png) no-repeat;
		overflow: hidden;
		-webkit-background-size: 100px 23px;
		-moz-background-size: 100px 23px;
		background-size: 100px 23px;
	}

	/* sns */

	#nav .sns {
		position: relative;
		padding: 10px 0 10px 10px;
		background: rgb(102,50,0) url(../images/sp_nav_base.png) no-repeat right center;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	#nav .sns .text {
		display: block;
		color: rgb(246,241,226);
		font-size: 0.75em;
		line-height: 1.1em;
	}
	#nav .sns a {
		display: block;
		width: 22px;
		height: 22px;
		-webkit-background-size: 44px 66px;
		-moz-background-size: 44px 66px;
		background-size: 44px 66px;
	}
	#nav .sns .facebook {
		position: absolute;
		top: 50%;
		right: auto;
		left: 50%;
		margin: -11px 0 0 -13px;
	}
	#nav .sns .twitter {
		position: absolute;
		top: 50%;
		right: auto;
		left: 50%;
		margin: -11px 0 0 15px;
	}
	#nav .sns .facebook a,
	#nav .sns .facebook a:hover,
	#nav .sns .facebook a:active {
		background-position: 0 0;
	}
	#nav .sns .twitter a,
	#nav .sns .twitter a:hover,
	#nav .sns .twitter a:active {
		background-position: -22px 0;
	}

	/* share */
	
	#nav .share {
		position: static;
		margin: auto;
		padding: 15px 0 0;
		width: 300px;
	}
	#nav .share li {
		overflow: hidden;
	}

	/* pageup
	----------------------------------------------- */

	#pageup {
		position: static;
	}
	#pageup a {
		display: block;
		padding: 14px 10px 5px 0;
		width: auto;
		height: auto;
		color: white;
		font-size: 0.8em;
		font-weight: bold;
		text-indent: 0;
		text-align: right;
		white-space: normal;
		background: none;
		overflow: visible;
	}

	/* loading
	----------------------------------------------- */

	#loading .progress {
		margin: -2px 0 0 -18px;
		width: 36px;
		height: 4px;
		background: url(../images/ic_loading.gif) no-repeat;
		-webkit-background-size: 36px 4px;
		-moz-background-size: 36px 4px;
		background-size: 36px 4px;
	}

	/* movie_close
	----------------------------------------------- */

	#movie_close,
	#movie_close:hover {
		top: 15px;
		left: auto;
		right: 15px;
		width: 25px;
		height: 25px;
		background: url(../images/pc_b_maskclose.png) no-repeat;
		-webkit-background-size: 25px 50px;
		-moz-background-size: 25px 50px;
		background-size: 25px 50px;
	}

	/* contents
	----------------------------------------------- */

	#contents {
		margin: 0 6px;
		padding: 25px 0 15px;
		width: auto;
	}

	/* location
	----------------------------------------------- */

	#location {
		display: none;
	}

	/* pagetitle
	----------------------------------------------- */

	#pagetitle {
		margin: 0 7px;
	}
	#pagetitle h2 {
		padding: 14px 0 10px 10px;
		font-size: 0.95em;
	}
	#pagetitle h2 span {
		padding: 0 0 0 10px;
	}

}

/* print
----------------------------------------------- */

@media print {
}


