@charset "utf-8";

.pc-hide {
  display: none;
}

.new:after {
  width: 60.4px;
  height: 26.4px;
  /*width: 75.5px;
  height: 33px;*/
}

body {
  padding: 0 0 452px;
}

#wrapper {
  min-width: 960px;
  min-height: 100vh;
}

#menu_btn {
  display: none;
}

/* フッター */
.footer_bg {
  background-color: #e2d1a1;
}
footer {
  position: relative;
  width: 891px;
  padding: 18px 0 0;
  margin: 0 auto;
  text-align: left;
}
footer .spec {
  margin: 0 0 14px;
}
footer .spec img {
  width: 891px;
  height: 247px;
  background: url(../img/spec.png) 0 0 no-repeat;
}
footer .share {
  display: none;
}
footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px;
}
footer .sns li {
  padding: 0 24px 0 0;
}
footer .sns li:not(:last-child) {
  background: url(../img/footer_slash.png) 96.5% 0 no-repeat;
}
footer .sns li a,
footer .sns li a img {
  display: block;
  height: 22px;
}
footer .sns li a img {
  background: url(../img/btn_owndmedia.png) 0 0 no-repeat;
}
footer .sns li.blog a img {
  width: 164px;
}
footer .sns li.blog a:hover img {
  background-position: 0 -22px;
}
footer .sns li.twitter a img {
  width: 202px;
  background-position: -180px 0;
}
footer .sns li.twitter a:hover img {
  background-position: -180px -22px;
}
footer .sns li.facebook a img {
  width: 234px;
  background-position: -400px 0px;
}
footer .sns li.facebook a:hover img {
  background-position: -400px -22px;
}
footer .btns {
  position: absolute;
  top: 281px;
  right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 208px;
}
footer .n1_bnr {
  position: absolute;
  top: 321px;
  right: 2px;
  z-index: 10;
}

.copy {
  font-size: 13rem;
  line-height: 1.3;
}

#pagetop {
  position: fixed;
  left: -webkit-calc(50% + 460px);
  left: calc(50% + 460px);
  bottom: -1000px;
  display: block;
  width: 160px;
  height: 263px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  -o-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: 9000;
}
#pagetop.show {
  opacity: 1;
  bottom: 50px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  -o-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 img {
  display: block;
  width: 160px;
  height: 263px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
}
#pagetop:hover img {
  background-position: 0 100%;
}

.bgMC_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
#top .bgMC_wrap.canplay {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}
.bgMC_wrap:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: block;
  background: url(../img/bg_mv_filter.png) 0 0 repeat;
  z-index: 3;
}
#bgMC {
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  display: block;
  width: 177.778vh;
  min-width: 100vw;
  height: 100vh;
  min-height: 56.25vw;
  margin: auto;
}