@charset "UTF-8";
/*----------------------------------------------------------
更新日：2018年5月29日

=基本ページレイアウト

=ハイパーテキストモジュール

=ヘッダスタイル

=フッタスタイル

-------------------------------------------------------------*/
/* =基本ページレイアウト
------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  line-height: 1.6;
  color: #333;
  background: #000;
  font-size: 12px;
  word-break: break-all;
  position: relative;
  /*
	font-family:"ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
}

article {
  font-size: 120%;
}

img {
  width: 100%;
}

.no-link a {
  pointer-events: none;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

/* =ハイパーテキストモジュール
------------------------------------------------------------*/
a {
  color: #f00;
  text-decoration: none;
}

/* =ヘッダスタイル
------------------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  min-height: 100%;
}

nav {
  height: 100%;
  min-height: 100%;
  position: relative;
}

nav p img {
  width: 55px;
  cursor: pointer;
}

nav .open {
  display: inline-block;
}

nav ul {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: #000;
  width: 0;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

nav ul li {
  display: none;
  font-size: 130%;
}

nav ul li.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  cursor: pointer;
}

nav ul li a {
  display: block;
  padding: 10px 0;
}

nav ul li:nth-of-type(2) a {
  text-decoration: underline;
}

nav ul li span:nth-of-type(1) {
  text-decoration: underline;
  font-weight: bold;
}

nav ul li span:nth-of-type(2) {
  display: block;
  color: #fff;
  font-size: 70%;
}

nav ul li.no-link a {
  padding: 0;
}

nav ul li.no-link:last-of-type a {
  padding-top: 10px;
}

#sns-btn {
  position: absolute;
  right: 0;
  top: 0;
}

#sns-btn li {
  float: left;
  width: 36px;
}

#sns-btn li img {
  width: 100%;
}

/* =フッタスタイル
------------------------------------------------------------*/
footer {
  padding-top: 10px;
}
