@charset "utf-8";

.mainContents {
  padding: 0;
  background: #fff;
  overflow: visible;
}
.mainContents img {
  width: 100%;
  height: auto;
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .9s;
  z-index: 2;
}
.mv.show::after {
  top: 105%;
}
/* .mv_img {
  position: relative;
  overflow: hidden;
}
.mv_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .9s;
  z-index: 2;
}
.mv_img.show::after {
  top: 105%;
} */

.mv_title {
  position: relative;
  padding: 46px 4% 50px;
}
.mv_title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../img/bg_ptn_gizagiza_blue.png) center bottom repeat-x;
  background-size: auto 11px;
}
.mv_title picture {
  max-width: 1114px;
  margin: 0 auto;
}

.contents {
  position: relative;
  padding: 125px 0 80px;
  background: #13378A;
}
.contents::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../img/bg_ptn_gizagiza_white.png) center bottom repeat-x;
  background-size: auto 11px;
}
.disc_section {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  background: #fff;
}
.disc_section.dvd {
  margin-top: 62px;
}
.section_title {
  color: #13378A;
  line-height: 3em;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  background: #FCF001;
}
.section_inner {
  padding: 0 5%;
}

.disc_info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.disc_img {
  width: 47.5%;
}
.disc_text {
  width: 47.5%;
}
.blu-ray_img img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.dvd_img img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .disc_img {
    width: 100%;
    margin: 0 0 40px;
  }
  .disc_text {
    width: 100%;
  }
  .blu-ray_img img {
    width: 94%;
  }
  .dvd_img img {
    width: 64%;
  }
}


.disc_price_wrap {
  display: flex;
  align-items: flex-end;
  margin: 0 0 1em;
  padding: 0 0 0.25em;
  color: #242424;
  font-weight: 700;
  border-bottom: 1px solid #9F9F9F;
}
.disc_price {
  margin-right: 0.5em;
  font-size: 20px;
}
.disc_code {
  font-size: 13px;
}
.disc_sec {
  margin-top: 1em;
  font-size: 15px;
}
.disc_sec_title {
  font-weight: 700;
}
.disc_sec_caption {
  font-size: 13px;
}
.disc_buy {
  padding: 30px 0 50px;
  background: #F7F7F7;
}
.disc_buy_title {
  margin: 0 0 42px;
  text-align: center;
  color: #13378A;
  font-size: 18px;
  font-weight: 700;
}
.bd_gaga-online_wrap {
  position: relative;
}
.bd_title_gaga-online {
  display: block;
  margin: 0 0 40px;
  border-radius: 4px;
  box-shadow: 0 6px 6px rgba(0,0,0,.3);
  overflow: hidden;
  transition: .25s;
}
.bd_title_gaga-online:hover {
  box-shadow: 0 3px 3px rgba(0,0,0,.3);
}
.bd_fukidashi {
  position: absolute;
  top: -80%;
  right: 0;
  width: 18%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .disc_buy_title_blu-ray {
    margin-bottom: 20px;
  }
  .bd_fukidashi {
    position: relative;
    top: 0;
    right: 0;
    width: 36%;
    margin: 0 0 -4% 64%;
    z-index: 2;
  }
}

.store_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store_item {
  display: block;
  width: 18%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .store_wrap {
    justify-content: flex-start;
  }
  .store_item {
    display: block;
    width: 48%;
    margin: 2% 1%;
  }

}

.caution {
  padding: 60px 5% 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.copyright {
  margin: 80px 0 40px;
  font-size: 13px;
  text-align: center;
  color: #242424;
}

.btn_website {
  display: block;
  width: 90%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  color: #FCF001;
  border-radius: 3px;
  background: #13378A;
  transition: .25s;
}
.btn_website:hover {
  color: #13378A;
  background: #FCF001;
}