@charset "UTF-8";
/*setting
---------------------------------------------------------- */
/*utility
---------------------------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media print, screen and (min-width: 751px) {
  .u-text-left-pc {
    text-align: left !important;
  }
  .u-text-center-pc {
    text-align: center !important;
  }
  .u-text-right-pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 750px) {
  .u-text-left-sp {
    text-align: left !important;
  }
  .u-text-center-sp {
    text-align: center !important;
  }
  .u-text-right-sp {
    text-align: right !important;
  }
}

.u-height-auto {
  height: auto;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*上書き
---------------------------------------------------------- */
#container {
  background: url(./images/texture_01.jpg) center center repeat;
}

/*wrapper
---------------------------------------------------------- */
.p-wrapper {
  max-width: 1240px;
  margin: auto;
}

/*hero
---------------------------------------------------------- */
.p-hero {
  overflow: hidden;
}

.p-hero__video {
  position: relative;
  padding-top: 52.25%;
  background-color: #eaeaea;
}

.p-hero__video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-hero__video-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*trailer
---------------------------------------------------------- */
.p-trailer {
  padding: 8rem 0;
  background: url(./images/trailer_bg_pc.jpg) center bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .p-trailer {
    padding: 4rem 3rem;
    background: url(./images/trailer_bg_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

.p-trailer__headline {
  margin-bottom: 6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-trailer__headline {
    margin-bottom: 3rem;
  }
  .p-trailer__headline img {
    height: 2.9rem;
  }
}

.p-trailer__movie {
  padding: 1.5rem;
  background: url(./images/trailer_movie_bg.png) center center no-repeat;
}

@media screen and (max-width: 750px) {
  .p-trailer__movie {
    background-size: 100% 100%;
  }
}

.p-trailer__movie-inner {
  max-width: 64rem;
  margin: auto;
}

.p-trailer__movie-iframe {
  position: relative;
  padding-top: 56.25%;
}

.p-trailer__movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
}

.p-trailer__button {
  text-align: center;
}

.p-trailer__button {
  margin-top: 5rem;
}

@media screen and (max-width: 750px) {
  .p-trailer__button {
    width: 40.08562691131498%;
    margin: auto;
    margin-top: 2.5rem;
  }
}

.p-trailer__inner {
  max-width: 900px;
  margin: auto;
  padding: 6rem;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-trailer__inner {
    padding: 2rem;
  }
}

/*detail
---------------------------------------------------------- */
.p-detail {
  padding: 11rem 0;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-detail {
    padding: 5rem 6%;
  }
}

.p-detail__headline {
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-detail__headline {
    margin-bottom: 2rem;
  }
}

/*page-top
---------------------------------------------------------- */
.p-page-top {
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */