@charset "utf-8";

a,a:visited {
	text-decoration: none;
	outline: none;
  color: #04f;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
	margin: 0 0 14px;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  position: relative;
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  background: #000 url(../img/bg.jpg) 50% 0 no-repeat;
	font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	color: #fff;
  overflow: hidden;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

div,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }

#posi {
  position: fixed;
  top: 2px;
  left: 2px;
  z-index: 1000;
  font-size: 14rem;
}
#mask2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4) url(../img/mask.png) 0 0 repeat;
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#contents {
  position: relative;
  z-index: 10;
  min-height: 600px;
  margin: 0 0 420px;
}

#bgmVol {
  display: block;
  position: absolute;
  top: -6px;
  left: 16px;
  width: 90px;
  height: 50px;
  margin-left: 10px;
}
#bgmVol button {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -100em;
}
#bgmVol .btnIcon {
  top: 10px;
  left: 2px;
  width: 29px;
  height: 29px;
  background: url(../img/bgm.png) 0 0 no-repeat;
}
#bgmVol.off .btnIcon {
  background-position: 0 100%;
}
#bgmVol .volume {
  top: 0;
  right: 0;
  width: 58px;
  height: 50px;
}
#bgmVol img {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol img:nth-child(1) {
  top: 14px;
  left: 0;
  width: 23px;
  height: 22px;
  background: url(../img/bgm_volume01.png) 0 100% no-repeat;
}
#bgmVol img:nth-child(2) {
  top: 11px;
  left: 24px;
  width: 28px;
  height: 27px;
  background: url(../img/bgm_volume02.png) 0 100% no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 0;
}

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 95px;
  height: 255px;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms linear, bottom 10ms linear 510ms;
  transition: opacity 500ms linear, bottom 10ms linear 510ms;
  z-index: 100;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 500ms linear, bottom 10ms linear;
  transition: opacity 500ms linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 95px;
  height: 255px;
}
#pagetop img:nth-child(1) {
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  opacity: 1;
}
#pagetop img:nth-child(2) {
  background: url(../img/btn_to_top.png) no-repeat 0 bottom;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#pagetop:hover img:nth-child(2) {
  background: url(../img/btn_to_top.png) no-repeat 0 bottom;
  opacity: 1;
}
#pagetop:hover img {
  -webkit-animation: shake-rotate 0.2s ease-in-out infinite;
  animation: shake-rotate 0.2s ease-in-out infinite;
}
/* フッター */
.footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  padding: 64px 0 0;
  background: url(../img/footer_bg.png) 50% 0 repeat-x;
}
.footer_bg footer {
  width: 961px;
  margin: 0 auto;
  font-size: 11rem;
  line-height: 1.3;
  text-align: right;
}
.footer_bg .spec {
  margin: 0 0 7px;
}
.footer_bg .spec img {
}
.footer_bg .copy {
  padding: 2px 1px 0 0;
}
.footer_bg .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer_bg .btns li {
  background: #fff;
  margin: 0 6px;
  line-height: 0;
  vertical-align: top;
}
.footer_bg li a:hover {
  opacity: 0.85;
}

footer .sns {
  float: left;
  height: 30px;
}
.footer_bg footer .sns li {
  float: left;
  height: 30px;
  margin: 0;
  padding: 2px 0 0;
}
footer .sns li:not(:last-child) {
  padding-right: 22px;
  background: url(../img/footer_navi_slash.png) 97% 0 no-repeat;
}
footer .sns a,
footer .sns a img {
  height: 30px;
  background-repeat: no-repeat;
}
footer .sns a {
  display: block;
  background-position: 0 0;
}
footer .sns a img {
  background-position: 0 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .sns a:hover img {
  opacity: 1;
}

footer .sns .blog a,
footer .sns .blog a img {
  width: 157px;
  background-image: url(../img/footer_navi_blog.png);
}
footer .sns .twitter a,
footer .sns .twitter a img {
  width: 191px;
  height: 25px;
  background-image: url(../img/footer_navi_twitter.png);
}
footer .sns .facebook a,
footer .sns .facebook a img {
  width: 221px;
  height: 26px;
  background-image: url(../img/footer_navi_facebook.png);
}
.site_top_btn {
  display: block;
  width: 320px;
  height: 94px;
  margin: 0 0 16px;
  background: url(../img/btn_link.png) 0 0 no-repeat;
  -webkit-tap-highlight-color: transparent;
}
.site_top_btn img {
  display: block;
  width: 320px;
  height: 94px;
  background: url(../img/btn_link.png) 0 bottom no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.site_top_btn:hover img {
  opacity: 1;
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

* html .cf { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}