body {
	width:100%;
	min-height: 100%;
	font-family: "Meiryo","Meiryo UI";
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header,nav,article,section,footer {
	display:block;
}
a {
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
#display {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.blackout {
	z-index: 2;
	background: rgba(0,0,0,0.8);
}
#pagetop {
	width: 100%;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
#bgAll {
	display: none;
}
#scroll {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 52px;
	background: #000;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.8);
	margin: 0;
	padding: 0;
}
header {
	width: 100%;
	position: relative;
	line-height: 52px;
	margin: 0;
	padding-right: 52px;
}
header a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#favicon {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	left: 6px;
	background: url(../img/5lines32.png);
	margin: 0;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#favicon {
		background: url(../img/5lines32@2x.png);
		background-size: contain;
	}
}
#shibumaku {
	display: block;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 42px;
	line-height: 12px;
	font-family: "Century Gothic";
	color: #fff;
	font-size: 12px;
	
}
#cmc {
	display: block;
	width: 204px;
	height: 20px;
	position: absolute;
	top: 22px;
	left: 40px;
	line-height: 20px;
	font-family: "Century Gothic";
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
#toggle {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	width: 52px;
	height: 52px;
	background: #000;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
#toggle a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
}
#toggle a::after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #222;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
#toggle a.close::after {
	transform: translateX(-52px);
}
#iconText {
	display: block;
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 4;
	width: 32px;
	height: 10px;
	line-height: 10px;
	color: #f80;
	font-size: 10px;
	background: transparent;
	margin: 0;
	padding: 0;
}
#icon {
	display: block;
	position: absolute;
	top: 32px;
	left: 18px;
	z-index: 4;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #f80;
	margin-top: -2px;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	transition: .1s;
}
#icon::before, #icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#icon::before {
	margin-top: -6px;
	background: #f90;
}
#icon::after {
	margin-top: 4px;
	background: #f70;
}
#icon.close {
	background: transparent;
}
#icon.close::before, #icon.close::after {
	margin-top: -2px;
	background: #f80;
}
#icon.close::before {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#icon.close::after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu {
	display: block;
	position: fixed;
	top: 52px;
	right: -168px;
	width: 168px;
	height: 100%;
	background: #222;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
#menu.opened {
	transform: translateX(-168px);
}
#menu li {
	display: block;
	position: relative;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-indent: 1em;
	margin: 0;
	padding: 0;
}
.link {
	display: block;
	position: absolute;
	top: 14px;
	right: 14px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #f80;
	border-right: 2px solid #f80;
	background: transparent;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#language {
	display: none;
	margin: 0;
	padding: 0;
}
#story {
	position: absolute;
	top: 52px;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
#story.opened {
	transform: translateX(-168px);
}
#bgAndBorder {
	box-shadow: 0 -4px 4px #666;
	margin-bottom: 231px;
}
#pageTitle {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-indent: 0.6em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	margin: 0;
	padding: 6px 0 0;
}
#pageTitle::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background:-moz-linear-gradient(left,#444,rgba(0,0,0,0));
	background:-webkit-gradient(linear,left,#444,rgba(0,0,0,0));
	background:-ms-linear-gradient(left,#444,rgba(0,0,0,0));
	background:linear-gradient(to right,#444,rgba(0,0,0,0));
}
}
#caution {
	display: block;
	position: relative;
	top: 1em;
	width: 90%;
	background: #fff;
	border: double 6px #f00;
	margin: auto;
	margin-top: 0;
	margin-bottom: 2em;
	padding: 0.6em 1em 0;
}
#caution h1 {
	display: block;
	color: #f00;
	font-size: 22px;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin:0;
	padding: 0.6em 0;
}
article h1 {
	display: block;
	height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 0 0 0.6em;
	padding: 0 0.6em;
}
#image {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	background: transparent;
	margin: 0;
	padding: 0;
}
#image::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -30%;
	z-index: -1;
	width: 200%;
	height: 320px;
	background: url(../img/bg1920.jpg);
	background-size: cover;
	margin: 0;
	padding: 0;
}
@media screen and (max-height:320px) {
	html,body,#story,#image,#image::after {
	height: 100%;
	}
}
#message {
	display: block;
	position: absolute;
	top: 60px;
	right: 6%;
	width: 50%;
	min-width: 192px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.messageM {
	display: block;
	position: absolute;
	bottom: 40px;
	left: -10%;
	width: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}
section {
	width: 100%;
	margin: 0 0 1em;
	padding: 0 1em;
}
section h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0;
}
section h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p {
	text-indent: 1em;
	margin: 0 0 1em;
	padding: 0;
}
.imgBlock {
	position: relative;
	width: 300px;
	max-width: 80%;
	margin: 1em auto;
	padding: 0;
}
.imgBlock a {
	display: none;
}
.kome {
	display: block;
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}
.date {
	display: block;
	margin: ;
}
#lists dl {
	margin: 0;
	padding: 0;
}
#lists dt {
	display: block;
	font-size: 18px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	margin: 0 0 12px;
	padding: 0;
}
.concertTitle {
	display: none;
}
.concertA {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #222;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 0;
	padding-left: 22px;
}
.concertA::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10.5px;
	height: 24px;
	background: url(../img/2lines48.png);
	background-size: contain;
	margin: 0;
	padding: 0;
}
.concertA::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 12px;
	width: 14px;
	height: 14px;
	border-left: 2px solid #f80;
	border-bottom: 2px solid #f80;
	margin: 0;
	padding: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.concertA.turned::after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg) translate(5px,-5px);
}
#lists dd {
	margin: 0 1em 12px;
	padding: 0;
}
#nyugakuM {
	display: none;
}
#shinkanM {
	display: none;
}
#shinkanConM {
	display: none;
}
#syokaM {
	display: none;
}
#bunkaM {
	display: none;
}
#christmasM {
	display: none;
}
#lists ul {
	display: block;
	margin: 0;
	padding: 0;
}
#lists li {
	display: block;
	font-size: 1em;
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin: 0;
}
#ToPageTop {
	display: block;
	position: absolute;
	bottom: 177px;
	z-index: 1;
	width: 100%;
	height: 54px;
	background: #222;
	border-top: 1px solid #666;
	margin: 0;
	padding: 0;
}
#ToPageTop a {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#arrow {
	display: block;
	position: relative;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
#arrow::before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #222;
	border-left: 2px solid #222;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#links {
	position: absolute;
	bottom: 40px;
	width: 100%;
	background: #222;
	margin: 0;
	padding: 10px 0;
}
#links ul {
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#links li {
	display: block;
	width: 234px;
	height: 46.5px;
	margin: auto;
	margin-bottom: 12px;
	padding: 0;
}
#links a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#sbmkLink a {
	background: #fff url(../img/sbmk.png) no-repeat 1px -1px;
	background-size: contain;
}
#hasshinLink a {
	line-height: 39px;
	color: #fff;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, sans-serif;
	font-size: 18px;
	text-indent: 12px;
	background: #02B8D0;
	border-top: 8px solid #0097A0;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	font-size: 8px;
	background: #000;
	margin: 0;
	padding: 8px 0;
}
.br {
	display: block;
	margin: 0;
	padding: 0;
}