@charset "utf-8";

html,body,
#bgvideo,#fullScreen,#baseFilter,#meikei,#tiki-hcd,
#wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	overflow: hidden;
	position: absolute;
}

body {
  font-size: 14px;
  line-height: 1.6em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}

#fullScreen img {
	opacity: 0;
	position: absolute;
}

#bgvideo {
	opacity: 0;
	position: absolute;
}

#baseFilter {
	background-image: url(../img/overlays/no.png);
	background-repeat: repeat;
}

#description {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;	
}

#container {
	z-index: 1;
	width: 100%;
	position: absolute;	
}

#year2018 {
  z-index: 5;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}
#fbook_insta {
  z-index: 5;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

canvas {
	background-color: transparent;
}

.dot {
	color: #00FF84;
	font-size: 18px;
	font-weight: 800;
}

#meikei,#tiki-hcd {
	opacity: 0;
}

#tx_kumi {
	opacity: 0;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	width: 100%;
}


#layer{
  position: fixed;
  top: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: hsla(0,0%,0%,0.00);
}

#menu {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	z-index: 2;
}
#menu_list{
  background-color: hsla(0,0%,100%,0.85);
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  width: 250px;
  height: 100%;
  float: right;
  top: 0px;
  right: 0px;
  display: none;
  position: fixed;
}
#menu_list ul{
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menu_list ul li{
  width: 220px;
  border-bottom: 1px dotted #4d3042;
  text-align: left;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #4d3042;
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#menu_list ul li:hover{
	color: #861B5D;
}
#menu_close{
  width: 12px;
  border: 1px solid #4d3042;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.8rem;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #4d3042;
  padding-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 4;
  margin-left: 178px;
}
#menu_close:hover{
  color: #861B5D;
}
