*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

[class$="--pc-only"] {
  display: none;
}

.innerContents {
  max-width: 1460px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 100%;
}
.header__image {
  width: 100%;
  height: auto;
  display: block;
}

.spOnly {
  display: block;
}

.pcOnly {
  display: none;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__inner {
  position: relative;
  height: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

.about-bg-wrap {
  position: relative;
  background-color: #fffae9;
}
.about-bg-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/about-bg-wrap__texture.webp");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.about-bg-wrap > .innerContents {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 138px;
}
.about-bg-wrap__decoration--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 168px;
  z-index: 2;
  pointer-events: none;
}
.about-bg-wrap__decoration--right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 168px;
  z-index: 2;
  pointer-events: none;
  transform: scaleX(-1);
}

.about {
  text-align: center;
  margin-bottom: 80px;
  animation: heroFadeIn 0.6s ease 1.2s both;
}
.about__logo {
  width: 240px;
  margin: 0 auto 40px;
}
.about__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  color: #421b0b;
  text-align: center;
}

.features {
  margin-bottom: 60px;
}
.features__heading {
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.19;
  color: #421b0b;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.features__heading__border {
  position: relative;
  margin-right: -6px;
}
.features__heading__border::before {
  content: "";
  width: 243px;
  height: 5px;
  left: 0;
  bottom: -4px;
  position: absolute;
  background: url("../img/about__heading-line.webp") center/cover no-repeat;
}
.features__heading__green {
  font-size: 48px;
  line-height: 1;
  color: #4e7e09;
  letter-spacing: 0.1em;
  margin-left: 2px;
  margin-top: 10px;
  display: inline-block;
  transform: translateY(6px);
}
.features__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 44px;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.features__item.is-visible .features__item-1, .features__item.is-visible .features__item-2, .features__item.is-visible .features__item-3 {
  opacity: 1;
  transform: translateY(0);
}
.features__item-1, .features__item-2, .features__item-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 335px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1), transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.features__item-1 {
  transition-delay: 0s;
}
.features__item-2 {
  transition-delay: 0.2s;
}
.features__item-3 {
  transition-delay: 0.4s;
}
.features__item-1-number, .features__item-2-number, .features__item-3-number {
  width: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.features__item-1-title, .features__item-2-title, .features__item-3-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #421b0b;
  letter-spacing: 0.1em;
  text-align: center;
}
.features__item-1-image, .features__item-2-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.features__item-3-image {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.features__item-3-image img {
  width: 100%;
  height: auto;
  display: block;
}
.features__item-3-image-note {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
.features__item-1-text, .features__item-2-text, .features__item-3-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #421b0b;
  letter-spacing: 0.05em;
  text-align: center;
}
.features__asterisk {
  font-size: 10px;
}
.features__item-1-cap {
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}

.movie-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.movie-cta__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
}
.movie-cta__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 345px;
}
.movie-cta__col-btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  width: 312px;
  height: 64px;
  padding: 20px;
  background-color: #421b0b;
  border-radius: 5px;
  overflow: hidden;
}
@media (hover: hover) {
  .movie-cta__col-btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.movie-cta__col-btn-icon {
  position: relative;
  width: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.movie-cta__col-btn-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.movie-cta__col-text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
}

.lineup {
  padding-top: 80px;
  padding-bottom: 0;
}
.lineup__heading {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  margin-bottom: 98px;
  translate: -6px 0;
}
.lineup__heading::before {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 300px;
  height: 6px;
  background: url("../img/lineup__heading-line.webp") center/cover no-repeat;
}
.lineup__heading::after {
  content: "";
  position: absolute;
  left: calc(50% + 108px);
  top: -13px;
  width: 44px;
  height: 76px;
  background: url("../img/lineup__heading-illust.webp") center/cover no-repeat;
}
.lineup__heading-text {
  display: block;
  width: 147px;
}
.lineup__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 14px;
  max-width: 500px;
  margin: auto;
}
.lineup__item-1, .lineup__item-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  -ms-flex: 1;
      flex: 1;
}
.lineup__item-1-img, .lineup__item-2-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  width: 100%;
}
.lineup__item-1-img-image {
  width: 115px;
}
.lineup__item-2-img-image {
  width: 120px;
}
.lineup__item-1-img-cap, .lineup__item-2-img-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #421b0b;
  letter-spacing: 0.1em;
  text-align: center;
}
.lineup__item-1-btn, .lineup__item-2-btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 160px;
  padding: 15px 30px 15px 15px;
  background-color: #421b0b;
  border-radius: 26px;
  color: #fff;
}
@media (hover: hover) {
  .lineup__item-1-btn:hover, .lineup__item-2-btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.lineup__item-1-btn-text, .lineup__item-2-btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.lineup__item-1-btn-arrow, .lineup__item-2-btn-arrow {
  position: absolute;
  right: 26px;
  top: 43%;
  transform: translateY(-50%);
}
.lineup__item-1-btn-arrow::before, .lineup__item-1-btn-arrow::after, .lineup__item-2-btn-arrow::before, .lineup__item-2-btn-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.lineup__item-1-btn-arrow::after, .lineup__item-2-btn-arrow::after {
  transform: rotate(-45deg);
  top: 6.5px;
  left: -0.5px;
}

.recommend {
  padding-top: 58px;
  padding-bottom: 0;
}
.recommend__heading {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 51px;
}
.recommend__heading-bg {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
}
.recommend__heading-bg img {
  width: 300px;
  height: 51px;
  -o-object-fit: fill;
     object-fit: fill;
}
.recommend__heading-text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.125;
  color: #421b0b;
  letter-spacing: 0.25em;
  transform: translateY(-1px);
}
.recommend__body {
  position: relative;
  border-radius: 20px;
  margin-top: -25px;
  padding-top: 57px;
  padding-bottom: 60px;
  overflow: hidden;
}
.recommend__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/about-bg-wrap__texture.webp");
  opacity: 0.5;
  pointer-events: none;
}
.recommend__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.recommend__item-1, .recommend__item-2, .recommend__item-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  width: 268px;
}
.recommend__item-1-illust, .recommend__item-2-illust, .recommend__item-3-illust {
  width: 268px;
  height: 268px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recommend__item-1-illust img, .recommend__item-2-illust img, .recommend__item-3-illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend__item-1-text, .recommend__item-2-text, .recommend__item-3-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #421b0b;
  letter-spacing: 0.1em;
  text-align: center;
}

.movie {
  position: relative;
  margin-top: 80px;
  background: url("../img/movie-bg-wrap__texture.webp");
  overflow: hidden;
}
.movie__bg-bar1--full, .movie__bg-bar2--full, .movie__bg-bar3--full--sp--only {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.movie__bg-bar1--full img, .movie__bg-bar2--full img, .movie__bg-bar3--full--sp--only img {
  width: 100%;
  height: auto;
}
.movie__bg-bar1--full {
  top: 230px;
}
.movie__bg-bar2--full {
  transform: scaleX(-1);
  top: 526px;
}
.movie__bg-bar3--full--sp--only {
  top: 793px;
}
.movie > .innerContents {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 60px;
}
.movie__heading {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  margin-bottom: 89px;
}
.movie__heading::before {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 300px;
  height: 6px;
  background: url("../img/lineup__heading-line.webp") center/cover no-repeat;
}
.movie__heading::after {
  content: "";
  position: absolute;
  left: calc(50% + 108px);
  top: -13px;
  width: 44px;
  height: 76px;
  background: url("../img/lineup__heading-illust.webp") center/cover no-repeat;
}
.movie__heading-text {
  display: block;
  width: 122px;
}
.movie__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 44px;
  -ms-flex-align: center;
      align-items: center;
}
.movie__item-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.movie__item-1-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.movie__item-1-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie__item-1-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}
.movie__item-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 44px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.movie__item-2-1, .movie__item-2-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.movie__item-2-1-video, .movie__item-2-2-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.movie__item-2-1-video iframe, .movie__item-2-2-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie__item-2-1-text, .movie__item-2-2-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}

.purchase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.purchase__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
}
.purchase__heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #333;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.purchase__heading-icon {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.purchase__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.purchase__btn-1, .purchase__btn-2, .purchase__btn-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 335px;
  height: 64px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
@media (hover: hover) {
  .purchase__btn-1:hover, .purchase__btn-2:hover, .purchase__btn-3:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.purchase__btn-1 img, .purchase__btn-3 img {
  width: 104px;
  height: auto;
}
.purchase__btn-2 img {
  width: 138px;
  height: auto;
}

.footer {
  width: 100%;
}
.footer__inner {
  width: 100%;
}
.footer__image img {
  width: 100%;
  height: auto;
  display: block;
}

a:focus,
button:focus {
  outline: 2px solid #421b0b;
  outline-offset: 2px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #421b0b;
  outline-offset: 2px;
}

/* ========== FadeIn Animation ========== */
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1), transform 0.6s cubic-bezier(0.37, 0, 0.63, 1), visibility 0s;
}

.js-fadeIn.is-visible {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  body {
    width: 100%;
  }

  [class$="--sp-only"] {
    display: none;
  }

  [class$="--pc-only"] {
    display: block;
  }

  .innerContents {
    padding-left: 50px;
    padding-right: 50px;
  }

  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }

  .hero {
    height: 650px;
  }
  .hero__inner {
    padding: 0 50px;
  }
  .hero__copy {
    position: absolute;
    top: 89px;
    width: 280px;
    height: 334px;
    transform: translateX(-50%);
    left: calc(50% + 309px);
    animation: heroFadeIn 1s cubic-bezier(0.65, 0, 0.35, 1) 0.2s both;
  }
  .hero__copy img {
    width: 100%;
    height: auto;
  }
  .hero__logo {
    position: absolute;
    left: calc(50% - 361px);
    transform: translateX(-50%);
    bottom: 87px;
    width: 290px;
    height: 241px;
    animation: heroFadeIn 1s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  }
  .hero__logo img {
    width: 100%;
    height: auto;
  }
  .hero__person {
    position: absolute;
    left: calc(50% + 1px);
    bottom: 0;
    transform: translateX(-50%);
    width: 491px;
    height: 569px;
  }
  .hero__person img {
    width: 100%;
    height: auto;
  }

  .about-bg-wrap > .innerContents {
    padding-bottom: 92px;
  }
  .about-bg-wrap__decoration--left {
    width: 421px;
  }
  .about-bg-wrap__decoration--right {
    width: 421px;
  }

  .about {
    margin-bottom: 78px;
  }
  .about__logo {
    width: 295px;
  }
  .about__text {
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.1em;
  }

  .features {
    margin-bottom: 55px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .features__heading {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .features__heading .spOnly {
    display: none;
  }
  .features__heading__border::before {
    bottom: -8px;
  }
  .features__heading__green {
    margin-top: 0;
    transform: translateY(0);
  }
  .features__item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 44px;
  }
  .features__item-1, .features__item-2, .features__item-3 {
    max-width: 312px;
    gap: 10px;
    -ms-flex: 1;
        flex: 1;
  }
  .features__item-2-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .features__item-1-text, .features__item-2-text, .features__item-3-text {
    font-size: 14px;
    line-height: 1.75;
  }
  .features__heading-1 {
    transform: translateY(5px);
  }

  .movie-cta {
    gap: 30px;
    max-width: 502px;
    margin-left: auto;
    margin-right: auto;
  }
  .movie-cta__text1 {
    font-size: 20px;
    line-height: 1.5;
  }

  .lineup {
    padding-top: 106px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup__heading {
    margin-bottom: 111px;
    translate: 0;
  }
  .lineup__heading::before {
    bottom: -18px;
    width: 300px;
  }
  .lineup__heading::after {
    left: calc(50% + 129px);
    top: -13px;
  }
  .lineup__heading-text {
    width: auto;
  }
  .lineup__heading-illust {
    right: auto;
    left: calc(50% + 128px);
  }
  .lineup__item {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 44px;
    max-width: 100%;
  }
  .lineup__item-1, .lineup__item-2 {
    -ms-flex: 0 0 223px;
        flex: 0 0 223px;
    max-width: 223px;
  }
  .lineup__item-1-img-image {
    width: 147px;
  }
  .lineup__item-2-img-image {
    width: 141px;
  }
  .lineup__item-1-btn, .lineup__item-2-btn {
    width: 100%;
    max-width: 223px;
    padding: 15px 30px;
  }
  .lineup__item-1-btn-text, .lineup__item-2-btn-text {
    font-size: 15px;
  }
  .lineup__item-1-btn-arrow, .lineup__item-2-btn-arrow {
    right: 28px;
  }

  .recommend {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
  }
  .recommend__heading {
    height: 52px;
    padding-bottom: 2px;
  }
  .recommend__heading-bg img {
    width: 360px;
    height: 52px;
  }
  .recommend__body {
    margin-top: -26px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .recommend__item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 50px;
  }
  .recommend__item-1, .recommend__item-2, .recommend__item-3 {
    gap: 30px;
  }

  .movie {
    margin-top: 100px;
  }
  .movie__bg-bar1--full {
    top: 323px;
  }
  .movie__bg-bar2--full {
    top: 796px;
    transform: scaleX(-1);
  }
  .movie__bg-bar3--full--sp--only {
    display: none;
  }
  .movie > .innerContents {
    padding-top: 103px;
    padding-bottom: 80px;
  }
  .movie__heading {
    margin-bottom: 80px;
  }
  .movie__heading::after {
    left: calc(50% + 128px);
  }
  .movie__heading-text {
    width: auto;
  }
  .movie__heading-text {
    width: 163px;
  }
  .movie__heading-illust {
    right: auto;
    left: calc(50% + 128px);
  }
  .movie__item {
    gap: 80px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .movie__item-1 {
    max-width: 668px;
  }
  .movie__item-2 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 44px;
  }
  .movie__item-2-1, .movie__item-2-2 {
    -ms-flex: 1;
        flex: 1;
    max-width: 490px;
  }

  .purchase {
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .purchase__heading-icon {
    width: 19px;
    height: 19px;
  }
  .purchase__btn {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 45px;
  }
  .purchase__btn-1, .purchase__btn-2, .purchase__btn-3 {
    max-width: 222px;
  }
}