/*--------------------------
 movie
----------------------------*/
.movie__head{
    font-size: 27px;
    line-height: 1.4;
    text-align: center;
}

.movie__head span {
    display: inline-block;
    border-bottom: none;
    font-size: 100%;
    text-align: center;
    font-weight: normal;
    letter-spacing: 5px;
    position: relative;
    margin: 0 auto 15px;
  }
  
  .movie__head span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #d11c26;
    width: 60px;
    margin: auto;
    padding-bottom: 0.5rem;
  }
  

.movie .container {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 900px) {
    .movie .container {
      padding: 0 4%;
    }
  }
  
  @media print, screen and (max-width: 900px) {
    .movie .container {
      width: 100%;
    }
  }
  .movie .pc {
    display: inherit;
  }
  
  .movie .sp {
    display: none;
  }
  
  @media print, screen and (max-width: 900px) {
    .movie .pc {
      display: none;
    }
  
    .movie .sp {
      display: inherit;
    }
  }
  .movie .sup {
    vertical-align: super;
    font-size: 0.6em;
  }




/*--------------------------
 movie
----------------------------*/
.movie {
  padding: 100px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .movie {
    padding: 15vw 0 8vw;
    width: 90%;
    margin: 0 auto;
  }
}

.movie__head {
  max-width: 622px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 900px) {
  .movie__head {
    width: 82.66667vw;
    margin-bottom: 4vw;
  }
}

.movie__youtube {
  position: relative;
  max-width: 600px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 900px) {
  .movie__youtube {
    margin-bottom: 2.66667vw;
  }
}
.movie__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie__icn {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .movie__icn {
    margin-bottom: 1.6vw;
  }
}
.movie__icn span {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #310a43;
  font-size: 2.2rem;
  letter-spacing: 0.25em;
  color: #310a43;
}
@media screen and (max-width: 900px) {
  .movie__icn span {
    padding: 0.8vw 4vw;
    font-size: 13px;
    font-size: 3.46667vmin;
    line-height: 1.2;
  }
}

.movie__txt {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .movie__txt {
    font-size: 12px;
    font-size: 3.2vmin;
  }
}

.movie__col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 900px) {
    .movie__col {
      display: block;
    }
  }
  
  .movie__col__item {
    width: 47.47475%;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 900px) {
    .movie__col__item {
      width: auto;
    }
    .movie__col__item + .movie__col__item {
      margin-top: 6.66667vw;
    }
  }
  .movie__col__head {
    font-size: 2.4rem;
    text-align: center;
  }
  @media screen and (max-width: 900px) {
    .movie__col__head {
      font-size: 19px;
      font-size: 5.06667vmin;
    }
  }
  
  .movie__col__txt {
    text-align: center;
  }
  @media screen and (max-width: 900px) {
    .movie__col__txt {
      font-size: 13px;
      font-size: 3.46667vmin;
    }
  }
  
  .movie__youtube {
    position: relative;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 900px) {
    .movie__youtube {
      margin-bottom: 4.8vw;
    }
  }
  .movie__youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .movie__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
