* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	color: #55565A;
	background: #B4BAC6 url(./../img/back_image.jpg) top center no-repeat;
	font-family: "メイリオ", "Meiryo UI", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 共通 */

a {
	color: #611C21;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* ヘッダー */
#header {
	width: 960px;
	height: 630px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo_area:after {}

#logo {
	margin: 0 83px;
}

#lang {
	font-size: 0;
	margin-top: 15px;
	margin-right: 38px;
}

#lang p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.lang_jp span {
	background: url(./../img/lang_jp_off.png) no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}

.lang_jp:hover span {
	background: url(../img/lang_jp_on.png) no-repeat;
}

.lang_en span {
	background: url(../img/lang_en_off.png) no-repeat;
	width: 32px;
	height: 18px;
	display: inline-block;
}

.lang_en:hover span {
	background: url(../img/lang_en_on.png) no-repeat;
}

/* メニュー */

/* スマホメニュー非表示 */
.menu2_button,
ul#menu2 {
	display: none;
}

/* スマホメニュー非表示ここまで */

ul#menu {
	width: 920px;
	height: 58px;
	font-size: 0;
	position: relative;
	top: 480px;
	left: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 999;
}

ul#menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 24px;
}

ul#menu li:last-child {
	display: inline-block;
	margin-right: 0;
}

.menu_biography span {
	background: url(./../img/menu_biography.svg) no-repeat;
	width: 160px;
	height: 58px;
	display: inline-block;
}

.menu_biography:hover span {
	animation: menu_biography .7200s steps(5) forwards;
}

@keyframes menu_biography {
	100% {
		background-position: -800px 0;
	}
}

.menu_faq span {
	background: url(./../img/menu_faq.svg) no-repeat;
	width: 120px;
	height: 58px;
	display: inline-block;
}

.menu_faq:hover span {
	animation: menu_faq .7200s steps(5) forwards;
}

@keyframes menu_faq {
	100% {
		background-position: -600px 0;
	}
}

.menu_goods span {
	background: url(./../img/menu_goods.svg) no-repeat;
	width: 120px;
	height: 58px;
	margin-left: 26px;
	display: inline-block;
}

.menu_goods:hover span {
	animation: menu_goods .7200s steps(5) forwards;
}

@keyframes menu_goods {
	100% {
		background-position: -600px 0;
	}
}

.menu_live span {
	background: url(../img/menu_live.svg) no-repeat;
	width: 120px;
	height: 58px;
	display: inline-block;
}

.menu_live:hover span {
	animation: menu_live .7200s steps(5) forwards;
}

@keyframes menu_live {
	100% {
		background-position: -600px 0;
	}
}

.menu_map span {
	background: url(../img/menu_map.svg) no-repeat;
	width: 120px;
	height: 58px;
	display: inline-block;
}

.menu_map:hover span {
	animation: menu_map .7200s steps(5) forwards;
}

@keyframes menu_map {
	100% {
		background-position: -600px 0;
	}
}

.menu_merch span {
	background: url(../img/menu_merch.svg) no-repeat;
	width: 120px;
	height: 58px;
	margin-left: 30px;
	display: inline-block;
}

.menu_merch:hover span {
	animation: menu_merch .7200s steps(5) forwards;
}

@keyframes menu_merch {
	100% {
		background-position: -600px 0;
	}
}

.menu_news span {
	background: url(../img/menu_news.svg) no-repeat;
	width: 120px;
	height: 58px;
	display: inline-block;
}

.menu_news:hover span {
	animation: menu_news .7200s steps(5) forwards;
}

@keyframes menu_news {
	100% {
		background-position: -600px 0;
	}
}

.menu_show span {
	background: url(../img/menu_show.svg) no-repeat;
	width: 120px;
	height: 58px;
	display: inline-block;
}

.menu_show:hover span {
	animation: menu_show .7200s steps(5) forwards;
}

@keyframes menu_show {
	100% {
		background-position: -600px 0;
	}
}


.menu_fan span {
	background: url(../img/menu_fan.svg) no-repeat;
	width: 160px;
	height: 58px;
	display: inline-block;
}

.menu_fan:hover span {
	animation: menu_fan .7200s steps(5) forwards;
}

@keyframes menu_fan {
	100% {
		background-position: -800px 0;
	}
}


/* 本文 */

#content {
	width: 960px;
	margin: 0 auto;
}

.article {
	width: 700px;
	display: block;
	margin: 20px auto;
}

.article_title {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

.article_comment {
	font-size: 0.8em;
	line-height: 1.8em;
}

.more {
	width: 700px;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

/* フッター */
#footer {
	width: 100%;
	min-height: 20px;
	text-align: right;
	margin-top: 75px;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}