.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh !important;
  margin: 0;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative; }

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img_m/bg_modal.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }

.footer {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background-color: transparent;
  text-align: center;
  position: relative;
  z-index: -1; }
  .footer .footer_copy {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0; }
    .footer .footer_copy img {
      width: 100%;
      max-width: 240px; }

.closeWrap {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: transparent;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 2; }

.inner_wrap {
  display: block;
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3; }

.pc_close {
  display: none; }

.item__Wrap {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  background-image: url("../img_m/bg_grid.png") center center repeat;
  background: #D40000;
  background: url("../img_m/bg_grid.png"), linear-gradient(137deg, #d40000 0%, #860101 63%, #860101 100%);
  background-size: 18px 18px, cover;
  position: relative; }

.item_inner {
  display: block;
  width: 96%;
  max-width: 1060px;
  height: auto;
  margin: 5px auto;
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative; }

.itemheader {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }

.textWrap {
  display: block;
  width: 90%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  font-family: YakuHanMPs, "Noto Serif JP", serif;
  font-size: 1.46rem;
  letter-spacing: 0.05rem;
  position: relative; }

.itemfoot {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .itemfoot .mpd {
    display: block;
    width: 32%;
    max-width: 180px;
    height: auto;
    margin: 0; }
  .itemfoot .close_sp {
    display: block;
    width: 40%;
    max-width: 220px;
    margin: 0 1.5% 0 0; }

/*--------------
   TABLET,PC
---------------*/
@media screen and (min-width: 640px) {
  .is-sp {
    display: none; }

  .is-pc {
    display: block; }

  .pc_close {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    position: relative; }
    .pc_close img {
      width: 240px; }

  .item__Wrap {
    padding: 20px 0 16px 0;
    margin: 0;
    background-image: url("../img_m/bg_grid.png") center center repeat;
    background: #D40000;
    background: url("../img_m/bg_grid.png"), linear-gradient(137deg, #d40000 0%, #860101 63%, #860101 100%);
    background-size: 16px 16px, cover; }

  .item_inner {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff; }

  .textWrap {
    font-size: 1.6rem;
    letter-spacing: 0.05rem; }

  .itemfoot {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-end;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    .itemfoot .mpd {
      display: block;
      width: 36%;
      max-width: 180px;
      height: auto;
      margin: 0 0 0 4px; }
    .itemfoot .close_sp.pc {
      display: none; } }
/*---etc.---*/
.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center; }

.trailer {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  background: transparent;
  text-align: center;
  position: relative; }

.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden; }

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btList {
  display: block;
  margin: 20px auto 10px auto;
  width: auto;
  /*text-align: center;*/
  position: relative; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 15px 40px 15px 20px;
  background-color: #fff;
  text-decoration: none !important;
  text-align: left;
  color: #000 !important;
  font-weight: 500;
  margin: 0 auto;
  transition: .3s; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #FF0000 2px solid;
  border-bottom: #FF0000 2px solid;
  transform: rotate(-45deg); }

.btList a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff !important;
  transition: .3s; }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }
