@charset "utf-8";

.matsuri_mainvisual_img a:hover {
 opacity: 1;
 pointer-events: none;
}
/* movie
===========================*/

.matsuri-movie {
  background-color: #F5F5F5;
}
.matsuri-movie__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 30px 180px;
}
.matsuri-movie__title{
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.matsuri-movie__title > span {
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/matsuri/images/top/movie_ttl_pc.png);
}
.matsuri-movie-next-movie {
  margin-top: 20px;
  padding-top: 56%;
  position: relative;
}
.matsuri-movie-next-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.matsuri-movie-next-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);
}
.matsuri-movie-next-box {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.matsuri-movie-next-box__number {
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  color: #997E37;
  margin-right: 25px;
}
.matsuri-movie-next-box__number > span {
  font-size: 2.8rem;
}
.matsuri-movie-next-box__oa {
  font-weight: 500;
  font-size: 1.8rem;
  color: #999999;
}
.matsuri-movie-next__place {
  display: inline-block;
  padding: 0 8px;
  margin-top: 30px;
  background-color: #9B1A1A;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
}
.matsuri-movie-next__name {
  font-weight: 700;
  font-size: 3.2rem;
  border-bottom: 1px solid #000000;
}
.matsuri-movie-next__name > span {
  font-size: 2rem;
}
.matsuri-movie-next__text {
  margin-top: 20px;
  font-size: 1.6rem;
}
.matsuri-movie-baton {
  margin-top: 60px;
}
.matsuri-movie-baton__title {
  padding: 8px 20px;
  font-size: 2rem;
  background-color: #9B1A1A;
  font-weight: 700;
  color: #ffffff;
}
.matsuri-movie-baton__subtitle {
  padding-left: 35px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  color: #997E37;
}
.matsuri-movie-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);
}
.matsuri-movie-baton-img-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.movie-baton-img-item {
  width: calc(50% - 10px);
  flex-shrink: 0;
  margin-top: 20px;
}
.movie-baton-img-item:nth-of-type(2) {
  margin-left: 20px;
}
.movie-baton-img-item:nth-of-type(3) {
  margin-right: auto;
}
.movie-baton-img-item__img {
  width: 100%;
  padding-top: calc(1080 / 1920 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 0;
}
.movie-baton-img-item__text {
  font-size: 1.4rem;
}
.matsuri-movie-baton__text {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .matsuri-movie__title{
    max-width: 190px;
    margin-bottom: -20px;
  }
  .matsuri-movie__title > span {
    padding-top: calc(300 / 378 * 100%);
    background-image: url(/matsuri/images/top/movie_ttl_sp.png);
  }
}
@media only screen and (max-width: 600px) {
  .matsuri-movie__inner {
    padding: 30px 30px 60px;
  }
  .matsuri-movie-next__place {
    margin-top: 25px;
  }
  .matsuri-movie-next__name > span {
    display: block;
    margin-bottom: 10px;
  }
  .matsuri-movie-next__text {
    font-size: 1.4rem;
  }
  .matsuri-movie-baton__title {
    font-size: 1.6rem;
  }
  .matsuri-movie-baton__subtitle {
    font-size: 1.6rem;
  }
  .matsuri-movie-baton__subtitle::before {
    padding-top: 2.5rem;
  }
  .movie-baton-img-item {
    width: 100%;
  }
  .movie-baton-img-item:nth-of-type(2) {
    margin-left: 0;
  }
  .matsuri-movie-baton__text {
    font-size: 1.4rem;
  }
}

/* about
=============================*/
.matsuri-about {
  background-image:url(/matsuri/images/top/helix.png),  url(/matsuri/images/top/about_bg_pc.jpg);
  background-size: contain,cover;
  background-repeat: no-repeat;
  background-position: center 30px, bottom;
  height: 770px;
}
.matsuri-about__inner {
  display: flex;
  padding: 77px 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.matsuri-about__title {
  position: relative;
  width: 100%;
  max-width: 133px;
  margin-right: 64px;
}
.matsuri-about__title > span {
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  padding-top: 307px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/matsuri/images/top/about_ttl_pc.png);
}
.matsuri-about-box {
  margin-top: 100px;
  background-color: #ffffff;
  width: 100%;
  max-width: 713px;
}
.matsuri-about-box > span {
  display: block;
  font-size: 0;
  width: 100%;
  padding-top: calc(398 / 713 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 82% auto;
  background-image: url(/matsuri/images/top/about_txt_pc.png);
}
@media only screen and (max-width: 992px) {
  .matsuri-about { 
    height: auto;
  }
  .matsuri-about__inner {
    display: flex;
    padding: 10% 20px 20%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .matsuri-about__title{
    max-width: 90px;
    margin-right: 32px;
  }
  .matsuri-about__title > span {
    padding-top: calc(308 / 134 * 100%);
  }
  .matsuri-about-box {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .matsuri-about {
    background-image: url(/matsuri/images/top/about_bg_sp.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
  }
  .matsuri-about__inner {
    display: block;
    padding: 0 10px 97px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .matsuri-about__title{
    position: relative;
    width: 100%;
    max-width: 185px;
    margin: 0 auto 30px;
  }
  .matsuri-about__title > span {
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    padding-top: calc(490 / 371 * 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/matsuri/images/top/about_ttl_sp.png);
  }
  .matsuri-about-box {
    margin-top: 0;
  }
  .matsuri-about-box > span {
    padding-top: calc(698 / 616 * 100%);
    background-size: 82% auto;
    background-image: url(/matsuri/images/top/about_txt_sp.png);
  }
}