@charset "utf-8";

.pc-hide {
  display: none;
}

.new:after {
  width: 62px;
  height: 31px;
}
.pop_images {
  margin: 0 7px 4px;
}
.pop_images li {
  margin: 0 0 20px;
}
.pop_images.arrow li:first-child:after {
  right: -54px;
  width: 82px;
  height: 68px;
}
.pop {
  -webkit-box-shadow: 0 0 9px 1px #fff2b2;
  box-shadow: 0 0 9px 1px #fff2b2;
}
.pop_images li .pop img {
  width: 280px;
}
.pop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: #fff2b2;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pop:hover:before {
  opacity: 0.12;
}
.right_img {
  top: 10px; right: 10px;
}
.pop_images + .txt {
  margin: -20px 0 16px;
}
.pop_image_center {
  width: 538px;
  margin: 0 auto 28px;
}
.pop_image_center img {
  width: 538px;
}
.pop_image_center + .txt {
  margin: -22px 0 16px;
}
.img_right {
  position: absolute;
  top: 11px; right: 11px;
}
.img_center {
  margin: 0 auto 24px;
}

#wrapper {
  min-width: 960px;
}

#bgmBox:hover {
  -webkit-animation: hoverAnim 0.22s ease infinite alternate both;
  animation: hoverAnim 0.22s ease infinite alternate both;
}
.sns_btn {
  position: fixed;
  top: 20px;
  left: -webkit-calc(50% + 490px);
  left: calc(50% + 490px);
  z-index: 9100;
}
.sns_btn #tweet {
  margin: 0 0 2px;
}
strong.second_header {
  display: none;
}

footer {
  width: 1024px;
  padding: 30px 0 12px;
}
.spec {
  width: 1024px;
  margin: 0 0 -30px;
  padding: 0 0 66px;
  text-align: center;
  background: url(../img/line_spec.png) 50% 100% no-repeat;
}
.spec img {
  width: 1024px;
  height: 339px;
}
#menu_btn {
  display: none;
}
.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 28px 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 {
  margin: -8px 0 0 29px;
  float: left;
  height: 35px;
}
.footer_bg footer .sns li {
  float: left;
  height: 35px;
  margin: 0;
  padding: 5px 0 0;
}
footer .sns li:not(:last-child) {
  padding-right: 20px;
  background: url(../img/footer_slash.png) 100% 4px 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;
  -o-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: 153px;
  height: 35px;
  background-image: url(../img/btn_blog.png);
}
footer .sns .twitter a,
footer .sns .twitter a img {
  width: 180px;
  height: 35px;
  background-image: url(../img/btn_twitter.png);
}
footer .sns .facebook a,
footer .sns .facebook a img {
  width: 202px;
  height: 35px;
  background-image: url(../img/btn_facebook.png);
}

.share {
  display: none;
}
.n1_bnr {
  position: absolute;
  top: 449px;
  right: 34px;
  display: block;
}

.copy {
  font-size: 13rem;
  line-height: 1.3;
  margin: 0 34px;
}

#pagetop {
  position: fixed;
  right: -20px;
  bottom: -1000px;
  display: block;
  width: 269px;
  height: 277px;
  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: 40px;
  -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: 269px;
  height: 277px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
}
#pagetop:hover img {
  background-position: 0 100%;
}
#secondFrame .frame_wrap {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bgMC_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  /*max-width:  1900px;*/

    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

#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;
  opacity: 0;
  pointer-events: none;
}

#top .bgMC_wrap.canplay #bgMC {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

#bg_overlay{
  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;
  opacity: .5;
  z-index: 10;
  pointer-events: none;
  background: url(../img/overlay.png);
}