@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 18px;
  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-width: 1240px;
  min-height: 100%;
  padding-bottom: 360px;
  background: #000;
  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; }

.gloNav_bg {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 62px;
  background: url(../img/header_bg.png) 50% 0 no-repeat;
  z-index: 1000;
}

.gloNav_bg header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#bgmVol {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 180px;
  height: 33px;
}
#bgmVol button {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol .btnIcon {
  top: 0;
  left: 0;
  width: 126px;
  height: 31px;
  padding: 1px 0 1px 39px;
  background: url(../img/bgm_btn.png) 0 0 no-repeat;
}
#bgmVol.off .btnIcon {
  background-position: 0 100%;
}
#bgmVol .volume {
  top: 0;
  left: 133px;
  width: 58px;
  height: 31px;
}
#bgmVol .volume img {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol .volume img:nth-child(1) {
  top: 13px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/bgm_volume01.png) 0 0 no-repeat;
}
#bgmVol .volume img:nth-child(2) {
  top: 5px;
  left: 21px;
  width: 22px;
  height: 20px;
  background: url(../img/bgm_volume02.png) 0 0 no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 100%;
}

.sns_btn {
  position: absolute;
  top: 9px;
  right: 0;
  line-height: 0.7;
}
.sns_btn div {
  display: inline-block;
  margin: 0 5px 0 0;
}

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 162px;
  height: 109px;
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 1000;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  display: block;
  width: 162px;
  height: 109px;
  background: url(../img/btn_to_top.png) no-repeat 0 -109px;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pagetop:hover img {
  opacity: 1;
}
/* フッター */
.footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  padding: 50px 0 0;
  background: url(../img/footer_bg.png) 50% 0 repeat-x;
  z-index: 500;
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
}
.footer_bg footer {
  width: 966px;
  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;
  margin: 0 0 8px;
}
.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: 39px;
}
.footer_bg footer .sns li {
  float: left;
  height: 34px;
  margin: 0;
  padding: 5px 0 0;
}
footer .sns li:not(:last-child) {
  padding-right: 26px;
  background: url(../img/footer_navi_slash.png) 98.2% 0 no-repeat;
}
footer .sns a,
footer .sns a img {
  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: 154px;
  height: 30px;
  background-image: url(../img/footer_navi_blog.png);
}
footer .sns .twitter a,
footer .sns .twitter a img {
  width: 195px;
  height: 29px;
  background-image: url(../img/footer_navi_twitter.png);
}
footer .sns .facebook a,
footer .sns .facebook a img {
  width: 211px;
  height: 32px;
  background-image: url(../img/footer_navi_facebook.png);
}
#posi {
  display: none;
  /*position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 14rem;
  color: #fff;
  background: rgba(0,0,0,0.7);
  z-index: 1000;*/
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　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;
  /**/
}