@charset "utf-8";
/* movie
===========================*/

.program-area {
  background-color: #F5F5F5;
}
.program-area__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 30px 180px;
}
.program__title{
  position: relative;
  width: 100%;
  max-width: 656px;
  margin: 0 auto 30px;
}
.program__title > span {
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  padding-top: 154px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/matsuri/images/backnumber/backnumber_ttl_pc.png);
}
.program-detail-movie {
  padding-top: 56%;
  position: relative;
}
.program-detail-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.program-detail-movie__coming {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/matsuri/images/common/comingsoon.jpg);
}
.program-detail-box {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.program-detail-box__number {
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  color: #997E37;
  margin-right: 25px;
}
.program-detail-box__number > span {
  font-size: 2.8rem;
}
.program-detail-box__oa {
  font-weight: 500;
  font-size: 1.8rem;
  color: #999999;
}
.program-detail__place {
  display: inline-block;
  padding: 0 8px;
  margin-top: 30px;
  background-color: #9B1A1A;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
}
.program-detail__name {
  font-weight: 700;
  font-size: 3.2rem;
  border-bottom: 1px solid #000000;
}
.program-detail__name > span {
  font-size: 2rem;
}
.program-detail__text {
  margin-top: 20px;
  font-size: 1.6rem;
}
.program-baton {
  margin-top: 60px;
}
.program-baton__title {
  padding: 8px 20px;
  font-size: 2rem;
  background-color: #9B1A1A;
  font-weight: 700;
  color: #ffffff;
}
.program-baton__subtitle {
  padding-left: 35px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  color: #997E37;
}
.program-baton__subtitle::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 26px;
  padding-top: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/matsuri/images/common/icon_ttl.png);
}
.program-baton-img-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.program-baton-img-item {
  width: calc(50% - 10px);
  flex-shrink: 0;
  margin-top: 20px;
}
.program-baton-img-item:nth-of-type(2) {
  margin-left: 20px;
}
.program-baton-img-item:nth-of-type(3) {
  margin-right: auto;
}
.program-baton-img-item__img {
  width: 100%;
  padding-top: calc(1080 / 1920 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 0;
}
.program-baton-img-item__text {
  font-size: 1.4rem;
}
.program-baton__text {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .program__title{
    max-width: 263px;
    margin: 0 auto;
  }
  .program__title > span {
    padding-top: calc(230 / 526 * 100%);
    background-image: url(/matsuri/images/backnumber/backnumber_ttl_sp.png);
  }
}
@media only screen and (max-width: 600px) {
  .program-area__inner {
    padding: 30px 30px;
  }
  .program-detail__place {
    margin-top: 25px;
  }
  .program-detail__name > span {
    display: block;
    margin-bottom: 10px;
  }
  .program-detail__text {
    font-size: 1.4rem;
  }
  .program-baton__title {
    font-size: 1.6rem;
  }
  .program-baton__subtitle {
    font-size: 1.6rem;
  }
  .program-baton__subtitle::before {
    padding-top: 2.5rem;
  }
  .program-baton-img-item {
    width: 100%;
  }
  .program-baton-img-item:nth-of-type(2) {
    margin-left: 0;
  }
  .program-baton__text {
    font-size: 1.4rem;
  }
}
