@charset "UTF-8";
/* CSS Document */
section.movie h1,
section.pickup h1 {
  font: 14.8rem/1em "Inter Tight", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #8A76B4; }
  section.movie h1 span,
  section.pickup h1 span {
    font: 1.7rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #000;
    display: block;
    position: relative;
    padding: 0 0 0 25px; }
    section.movie h1 span:before,
    section.pickup h1 span:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #FFE100;
      border-radius: 50%;
      left: 0;
      top: 5px; }

@media (max-width: 1280px) {
  section.movie h1,
  section.pickup h1 {
    font: 11.3rem/1em "Inter Tight", sans-serif;
    font-weight: 700; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  section.movie h1,
  section.pickup h1 {
    font: 9.3rem/1em "Inter Tight", sans-serif;
    font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  section.movie h1,
  section.pickup h1 {
    font: 7rem/1em "Inter Tight", sans-serif;
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  section.movie h1,
  section.pickup h1 {
    font: 5.6rem/1em "Inter Tight", sans-serif;
    font-weight: 700; } }
/*max-width:480px*/
/******************/
.mv {
  position: relative; }

.mv_all {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/* ===== スライダー全体 ===== */
.mv_slider {
  max-width: 1670px;
  width: calc(100% - 4.79%);
  margin: 0 0 0 auto;
  padding-top: 34.5%;
  /* 590 / 1670 */
  position: relative; }
  .mv_slider:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/index/mv_txt.svg") center top no-repeat;
    background-size: contain;
    left: 0;
    top: 15.3%;
    width: 32%;
    max-width: 528px;
    aspect-ratio: 528 / 638;
    height: auto;
    z-index: 10; }

/* ===== A ===== */
.swiperA {
  margin: 0 -4.79% 0 0 !important;
  width: 32.93%;
  /* 550 / 1670 */
  aspect-ratio: 550 / 460;
  height: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 5 !important; }
  .swiperA.swiper {
    margin: 0;
    background: url("../images/index/mask.png");
    -webkit-mask-image: url("../images/index/mask.png");
    mask-image: url("../images/index/mask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .swiperA .swiper-slide {
    aspect-ratio: 550 / 460;
    width: 100%;
    height: 100%; }
    .swiperA .swiper-slide img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; }

/* ===== B ===== */
.swiperB {
  position: absolute !important;
  top: -3.59%;
  /* -60 / 1670 */
  right: 0;
  width: calc(100% - 25.75%);
  /* 430 / 1670 */
  max-width: 71.86%;
  /* 1200 / 1670 */
  aspect-ratio: 1200 / 970;
  height: auto; }
  .swiperB.swiper {
    background: url("../images/index/mask02.png");
    -webkit-mask-image: url("../images/index/mask02.png");
    mask-image: url("../images/index/mask02.png");
    mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-size: contain;
    mask-size: contain; }
  .swiperB .swiper-slide {
    width: 100%;
    height: 100%; }
  .swiperB img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }

/* ===== PC大画面 ===== */
@media (min-width: 1920px) {
  .swiperB.swiper {
    background: url("../images/index/mask03.png");
    -webkit-mask-image: url("../images/index/mask03.png");
    mask-image: url("../images/index/mask03.png");
    mask-repeat: no-repeat;
    mask-position: left;
    mask-size: contain; } }
@media (max-width: 1024px) {
  .mv_all {
    padding: 120px 0 0; }

  .mv_slider {
    max-width: 1024px;
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
    padding-top: 460px;
    /* 590 / 1670 */
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .mv_slider:before {
      top: 0%;
      left: 40%;
      transform: translate(-50%, 0%);
      width: 80%;
      max-width: 480px;
      aspect-ratio: 528 / 638;
      height: auto;
      z-index: 10; }

  /* ===== A ===== */
  .swiperA {
    order: 2;
    margin: -25% 0 0 !important;
    width: 55%;
    max-width: 550px;
    aspect-ratio: 550 / 460;
    height: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 5 !important; }

  /* ===== B ===== */
  .swiperB {
    order: 1;
    position: relative !important;
    top: auto;
    /* -60 / 1670 */
    right: auto;
    margin: 0 0 0 auto !important;
    width: calc(100% - 80px);
    /* 430 / 1670 */
    max-width: 1200px;
    /* 1200 / 1670 */ } }
@media (max-width: 768px) {
  .mv_all {
    padding: 100px 0 0; }

  .mv_slider {
    width: 100%;
    padding-top: 420px;
    /* 590 / 1670 */ }
    .mv_slider:before {
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 90%;
      max-width: 480px; }

  /* ===== A ===== */
  .swiperA {
    order: 2;
    margin: -25% 0 0 !important;
    width: 60%; }

  /* ===== B ===== */
  .swiperB {
    width: calc(100% - 50px);
    /* 430 / 1670 */
    max-width: 1200px;
    /* 1200 / 1670 */ } }
@media (max-width: 480px) {
  .mv_all {
    padding: 80px 0 0; }

  .mv_slider {
    padding-top: 300px; }
    .mv_slider:before {
      max-width: 300px; }

  /* ===== A ===== */
  .swiperA {
    order: 2;
    margin: -25% 0 0 !important;
    width: 65%; }

  /* ===== B ===== */
  .swiperB {
    width: calc(100% - 30px);
    /* 430 / 1670 */
    max-width: 1200px;
    /* 1200 / 1670 */ } }
/******************/
.news {
  max-width: 1920px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5%;
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 0; }

.mv_news {
  transform: rotate(-7.05deg);
  margin: 0 0 0 auto;
  max-width: 1200px;
  width: calc(100% - 32.93%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 10; }
  .mv_news p {
    color: #fff;
    display: block;
    width: 15.0%;
    aspect-ratio: 1 / 1;
    background-color: #5A4398;
    border-radius: 50%;
    text-align: center;
    font: 2.2rem/1 "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mv_news p:before {
      background: url("../images/index/news_circle.svg") center center no-repeat;
      background-size: contain;
      width: 113.8%;
      aspect-ratio: 1 / 1;
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      left: 50%;
      animation: rotateCircle 80s linear infinite;
      transform: translate(-50%, -50%); }
  .mv_news a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 2.4rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 0 3.75%;
    padding: 3% 1.25% 0 0;
    width: calc(100% - 18.75%);
    display: block; }
    .mv_news a time {
      color: #5A4398;
      font: 1.8rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700;
      display: block; }

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@media (hover: hover) {
  .mv_news a:hover {
    color: #5A4398; } }
@media (max-width: 1280px) {
  .mv_news {
    transform: rotate(-6.8deg);
    margin: 0 0 0 auto; }
    .mv_news p {
      width: 15.0%;
      font: 1.8rem/1 "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em; }
    .mv_news a {
      font: 2rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.04em; }
      .mv_news a time {
        font: 1.6rem/1.5em "Noto Sans JP", sans-serif; } }
@media (max-width: 1024px) {
  .news {
    max-width: 1024px;
    width: 100%;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 50;
    right: 0;
    bottom: 0; }

  /* ===== ニュース本体 ===== */
  .mv_news {
    transform: rotate(0deg);
    margin: 0 auto;
    width: calc(100% - 80px);
    /* 550 / 1670 */
    position: relative;
    z-index: 10;
    /* ===== 丸 ===== */
    /* ===== テキスト ===== */ }
    .mv_news p {
      transform: rotate(-6deg);
      width: 160px;
      /* 180 / 1200 */
      aspect-ratio: 1 / 1;
      background-color: #5A4398;
      border-radius: 50%;
      text-align: center;
      font: 2.2rem/1 "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mv_news p:before {
        width: 190px;
        /* 205 / 180 */ }
    .mv_news a {
      display: block;
      margin: 0 0 0 35px;
      padding: 0;
      overflow: inherit;
      white-space: inherit;
      text-overflow: inherit;
      font: 2.2rem/1.6em "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.04em;
      width: calc(100% - 200px);
      /* 225 / 1200 */
      display: block; }
      .mv_news a time {
        color: #5A4398;
        margin-bottom: 5px;
        font: 1.8rem/1.5em "Noto Sans JP", sans-serif;
        font-weight: 700;
        display: block; } }
@media (max-width: 768px) {
  .news {
    max-width: 1024px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
    right: 0;
    bottom: 0; }

  /* ===== ニュース本体 ===== */
  .mv_news {
    transform: rotate(0deg);
    margin: 0 auto;
    width: calc(100% - 60px);
    /* 550 / 1670 */
    position: relative;
    z-index: 50;
    /* ===== 丸 ===== */
    /* ===== テキスト ===== */ }
    .mv_news p {
      position: absolute;
      top: calc(-25% - 170px);
      left: 55%; }
    .mv_news a {
      margin: 25px 0 0;
      font: 2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700;
      width: 100%; } }
@media (max-width: 480px) {
  .news {
    max-width: 1024px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
    right: 0;
    bottom: 0; }

  /* ===== ニュース本体 ===== */
  .mv_news {
    transform: rotate(0deg);
    margin: 0 auto;
    width: calc(100% - 60px);
    /* 550 / 1670 */
    position: relative;
    z-index: 50;
    /* ===== 丸 ===== */
    /* ===== テキスト ===== */ }
    .mv_news p {
      position: absolute;
      top: -200px;
      left: 55%;
      color: #fff;
      width: 140px;
      /* 180 / 1200 */
      aspect-ratio: 1 / 1;
      background-color: #5A4398;
      border-radius: 50%;
      text-align: center;
      font: 2rem/1 "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em;
      z-index: 50; }
      .mv_news p:before {
        width: 165px;
        /* 205 / 180 */ }
    .mv_news a {
      margin: 5px 0 0;
      font: 2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700;
      width: 100%; } }
/******************/
.message_all {
  padding: 130px 0 250px;
  overflow-x: hidden; }

.message_box {
  position: relative; }
  .message_box .message_img {
    position: absolute;
    z-index: 1; }
    .message_box .message_img img {
      width: 100%; }
    .message_box .message_img.left_top {
      width: clamp(180px, 22vw, 354px);
      top: 0;
      left: 4%; }
    .message_box .message_img.left_btm {
      width: clamp(140px, 18vw, 271px);
      top: 75%;
      left: 7%; }
    .message_box .message_img.right_top {
      width: clamp(140px, 18vw, 260px);
      top: -3%;
      right: 3%; }
    .message_box .message_img.right_btm {
      width: clamp(220px, 25vw, 435px);
      bottom: 0;
      right: 3%; }

.message_item {
  z-index: 10;
  position: relative;
  width: fit-content;
  margin: 0 auto; }
  .message_item h1 {
    color: #5A4398;
    text-align: center;
    font: 3.2rem/1em "Inter Tight", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 auto 50px; }
  .message_item h2 {
    color: #666666;
    text-align: center;
    font-size: clamp(3.2rem, 3.2vw, 5.2rem);
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 clamp(20px, 2.5vw, 35px); }
  .message_item p {
    text-align: center;
    font-size: clamp(1.4rem, 1.5vw, 2rem);
    line-height: 2.4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 clamp(20px, 2.5vw, 35px); }
    .message_item p:last-of-type {
      margin: 0 0 clamp(60px, 2.5vw, 70px); }
    .message_item p.strong {
      margin-bottom: clamp(30px, 3vw, 45px); }
    .message_item p strong {
      font-size: clamp(1.6rem, 1.8vw, 2.4rem);
      line-height: 2.2;
      font-weight: 700;
      padding-left: 10px;
      background: linear-gradient(transparent 40%, #FFE100 0%);
      display: inline-block; }
  .message_item .btn {
    text-align: left;
    margin: 0 auto;
    display: block;
    background-color: #5A4398;
    color: #fff;
    width: 240px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    font: 700 1.6rem / 70px "Noto Sans JP", sans-serif;
    padding: 0 0 0 35px; }
    .message_item .btn:before {
      position: absolute;
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #FFE100;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      transition: .3s;
      border-radius: 50%; }

@media (hover: hover) {
  .message_item .btn:hover:before {
    animation: dotFlash_message 0.6s ease-out forwards; }

  @keyframes dotFlash_message {
    0% {
      transform: scale(1) translateY(-50%);
      box-shadow: 0 0 0 0 rgba(255, 225, 0, 0.35), 0 0 0 0 rgba(255, 225, 0, 0.18); }
    45% {
      transform: scale(1.5) translateY(-50%);
      box-shadow: 0 0 0 8px rgba(255, 225, 0, 0.18), 0 0 0 16px rgba(255, 225, 0, 0.08); }
    100% {
      transform: scale(1.1) translateY(-50%);
      box-shadow: 0 0 0 16px rgba(255, 225, 0, 0), 0 0 0 28px rgba(255, 225, 0, 0); } } }
/*min-width:1980px*/
@media (max-width: 1280px) {
  .message_box .message_img {
    position: absolute;
    z-index: 1; }
    .message_box .message_img img {
      width: 100%; }
    .message_box .message_img.left_top {
      width: clamp(180px, 22vw, 354px);
      top: 0;
      left: 2.8%; }
    .message_box .message_img.left_btm {
      width: clamp(140px, 18vw, 271px);
      top: 75%;
      left: 5%; }
    .message_box .message_img.right_top {
      width: clamp(140px, 18vw, 260px);
      top: -3%;
      right: 2%; }
    .message_box .message_img.right_btm {
      width: clamp(220px, 25vw, 435px);
      bottom: 0;
      right: 0.5%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .message_all {
    padding: 130px 0 70px;
    overflow-x: hidden; }

  .message_box {
    position: relative; }
    .message_box .message_img {
      position: relative;
      z-index: 1; }
      .message_box .message_img.left_top {
        max-width: 768px;
        width: calc(100% - 60px);
        margin: 0 auto;
        top: auto;
        left: auto; }
        .message_box .message_img.left_top img {
          width: 100%;
          max-width: 354px; }
      .message_box .message_img.right_top {
        max-width: 768px;
        width: calc(100% - 60px);
        margin: -100px auto 0 auto;
        top: auto;
        left: auto; }
        .message_box .message_img.right_top img {
          width: 100%;
          max-width: 360px;
          margin: 0 0 0 auto; }
      .message_box .message_img.left_btm, .message_box .message_img.right_btm {
        display: none; }

  .message_item {
    z-index: 10;
    position: relative;
    width: fit-content;
    margin: 0 auto 80px; }
    .message_item h2 {
      font-size: 3.4rem; }
    .message_item p {
      font-size: 1.7rem; }
      .message_item p strong {
        font-size: 2.2rem; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .message_all {
    padding: 100px 0 40px;
    overflow-x: hidden; }

  .message_box {
    position: relative; }
    .message_box .message_img {
      position: relative;
      z-index: 1; }
      .message_box .message_img.left_top {
        max-width: 768px;
        width: 100%;
        margin: -50px auto 0;
        top: auto;
        left: auto; }
        .message_box .message_img.left_top img {
          margin: 0 0 0 -30px;
          width: 100%;
          max-width: 228px; }
      .message_box .message_img.right_top {
        max-width: 768px;
        width: 100%;
        margin: -125px auto 0 auto;
        top: auto;
        left: auto; }
        .message_box .message_img.right_top img {
          width: 100%;
          max-width: 340px;
          margin: 0 20px 0 auto; }

  .message_item {
    z-index: 10;
    position: relative;
    width: fit-content;
    margin: 0 auto 80px;
    max-width: 500px;
    width: calc(100% - 60px);
    text-align: left; }
    .message_item h2 {
      font-size: 3.0rem; }
    .message_item p {
      font-size: 1.6rem;
      line-height: 2.0;
      font-weight: 500;
      text-align: left; }
      .message_item p .sp {
        display: none; }
      .message_item p strong {
        font-size: 2.0rem; }
    .message_item .btn {
      margin: 60px auto 0 auto;
      width: 270px;
      height: 70px;
      font: 700 1.8rem / 70px "Noto Sans JP", sans-serif;
      padding: 0;
      letter-spacing: 0.05em;
      text-align: center;
      padding: 0; }
      .message_item .btn:before {
        width: 7px;
        height: 7px;
        top: 50%;
        right: 35px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .message_all {
    padding: 100px 0 70px;
    overflow-x: hidden; }

  .message_box {
    position: relative; }
    .message_box .message_img {
      position: relative;
      z-index: 1; }
      .message_box .message_img.left_top {
        margin: 0 0 0 -30px;
        width: 100%;
        max-width: 200px;
        top: auto;
        left: auto; }
        .message_box .message_img.left_top img {
          margin: 0 0 0 -15px;
          width: 100%;
          max-width: 228px; }
      .message_box .message_img.right_top {
        width: 75%;
        max-width: 340px;
        margin: -100px 0px 0px auto;
        top: auto;
        left: auto; }
        .message_box .message_img.right_top img {
          width: 80%;
          max-width: 340px;
          margin: 0 20px 0 auto; }

  .message_item {
    z-index: 10;
    max-width: 340px;
    width: calc(100% - 30px);
    text-align: left; }
    .message_item h1 {
      margin-bottom: 35px; }
    .message_item h2 {
      text-align: center;
      font-size: 2.4rem; }
    .message_item p {
      text-align: left;
      font-size: 1.6rem; }
      .message_item p strong {
        text-align: left;
        font-size: clamp(1.6rem, 4.5vw, 1.8rem); } }
/*max-width:480px*/
/******************/
.pickup {
  position: relative; }

.pickup_all {
  position: relative;
  background: url("../images/index/pickup.svg") center top no-repeat;
  background-size: 95% auto;
  background-attachment: fixed; }
  .pickup_all h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end; }
    .pickup_all h1 span {
      margin: 0 0 60px 40px; }

.pickup_box {
  max-width: 1440px;
  width: calc(100%  - 80px);
  margin: 0 auto; }

.pickup_section {
  position: relative; }

.pickup_item {
  position: relative;
  padding: 0 0 300px;
  /* ← スクロール量を確保（重要） */
  min-height: calc(1800px + 40vh); }

/* 共通 */
.pickup_card {
  position: sticky;
  top: 120px;
  /* 固定位置（調整OK） */
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 120px 135px 120px 100px; }
  .pickup_card img {
    max-width: 600px;
    width: calc(100% - 500px);
    border-radius: 10px; }
  .pickup_card .txt {
    color: #fff;
    width: 460px; }
    .pickup_card .txt h2 {
      font-size: 3.8rem;
      line-height: 1.2em;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin: 0 0 25px; }
      .pickup_card .txt h2 span {
        margin: 0 0 30px;
        position: relative;
        display: block;
        font: 1.7rem/1em "Inter Tight", sans-serif;
        font-weight: 700;
        letter-spacing: 0.18em;
        padding: 0 0 0 20px; }
        .pickup_card .txt h2 span:before {
          left: 0;
          top: 3px;
          position: absolute;
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #FFE100; }
    .pickup_card .txt p {
      font: 2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700;
      margin: 0 0 35px; }
  .pickup_card:before {
    position: absolute;
    font: clamp(4rem, 20vw, 26rem)/1 "Inter Tight", sans-serif;
    font-weight: 700;
    color: #fff;
    right: clamp(20px, 4vw, 70px);
    bottom: clamp(-35px, -3vw, -12px);
    opacity: 0.3; }

/* 01 */
.pickup_01 {
  z-index: 1;
  background: #8A76B4;
  transform: translateY(0);
  margin: 0 0 70px; }
  .pickup_01:before {
    content: "01"; }

/* 02（少しズラす） */
.pickup_02 {
  z-index: 2;
  background: #725BA5;
  transform: translateY(20px);
  /* ← 20〜40pxで調整 */
  margin: 0 0 70px; }
  .pickup_02:before {
    content: "02"; }

/* 03（さらにズラす） */
.pickup_03 {
  z-index: 3;
  background: #5F469F;
  transform: translateY(40px);
  margin: 0 0 70px; }
  .pickup_03:before {
    content: "03"; }

/* 04（さらにズラす） */
.pickup_04 {
  background: #4D3882; }
  .pickup_04:before {
    content: "04"; }

.pickup_02 {
  margin-top: 40vh; }

.pickup_03 {
  margin-top: 80vh; }

.pickup_end {
  margin-top: 120vh;
  z-index: 4;
  transform: translateY(60px);
  position: relative; }
  .pickup_end::after {
    content: "";
    display: block;
    height: 100vh; }

@media (hover: hover) {
  .pickup_card .view:hover:after {
    animation: dotFlash 0.6s ease-out forwards; } }
/*min-width:1980px*/
@media (max-width: 1280px) {
  .pickup_all h1 span {
    margin: 0 0 45px 40px; }

  /* 共通 */
  .pickup_card {
    justify-content: flex-start;
    padding: 100px 0px 100px 80px; }
    .pickup_card img {
      max-width: 460px;
      border-radius: 10px; }
    .pickup_card .txt {
      margin-left: 40px; }
      .pickup_card .txt h2 {
        font-size: clamp(3.2rem, 2vw, 3.8rem); }
        .pickup_card .txt h2 span {
          margin: 0 0 25px;
          font: 1.6rem/1em "Inter Tight", sans-serif;
          font-weight: 700; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .pickup_all h1 {
    margin-bottom: 30px;
    display: block; }
    .pickup_all h1 span {
      margin: 5px 0 0 0; }

  /* 共通 */
  .pickup_card {
    top: 100px;
    display: block;
    padding: 50px 50px 90px; }
    .pickup_card img {
      width: 100%;
      margin: 0 auto 20px;
      max-width: 480px;
      border-radius: 10px; }
    .pickup_card .txt {
      width: 100%;
      margin: 0 auto;
      max-width: 480px; }
      .pickup_card .txt h2 {
        font-size: clamp(3.4rem, 2vw, 3.8rem); }
        .pickup_card .txt h2 span {
          margin: 0 0 25px;
          font: 1.6rem/1em "Inter Tight", sans-serif;
          font-weight: 700; }
    .pickup_card:before {
      font: clamp(10rem, 25vw, 26rem)/1 "Inter Tight", sans-serif;
      font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .pickup_all h1 {
    margin-bottom: 30px;
    display: block; }
    .pickup_all h1 span {
      margin: 5px 0 0 0; }

  .pickup_box {
    width: calc(100%  - 60px); }

  /* 共通 */
  .pickup_card {
    padding: 30px 40px 40px; }
    .pickup_card .txt p {
      margin-bottom: 25px; }
    .pickup_card .txt h2 {
      font-size: clamp(2.8rem, 2vw, 3.8rem); }
      .pickup_card .txt h2 span {
        margin-bottom: 15px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .pickup_all h1 {
    margin-bottom: 30px;
    display: block; }
    .pickup_all h1 span {
      margin: 5px 0 0 0; }

  .pickup_box {
    max-width: 370px;
    width: calc(100%  - 30px);
    margin: 0 auto; }

  .pickup_item {
    padding: 0 0 100px;
    /* ← スクロール量を確保（重要） */ }

  /* 共通 */
  .pickup_card {
    top: 80px;
    display: block;
    padding: 25px 25px 40px; }
    .pickup_card img {
      width: 100%;
      margin: 0 auto 20px;
      max-width: 480px;
      border-radius: 10px; }
    .pickup_card .txt {
      width: 100%;
      margin: 0 auto;
      max-width: 480px; }
      .pickup_card .txt h2 {
        font-size: 2.4rem;
        margin-bottom: 15px; }
        .pickup_card .txt h2 span {
          font-size: 1.5rem;
          margin-bottom: 15px; }
      .pickup_card .txt p {
        font: 1.6rem/1.8em "Noto Sans JP", sans-serif;
        font-weight: 700;
        margin: 0 0 18px; }
    .pickup_card:before {
      font: clamp(7rem, 25vw, 26rem)/1 "Inter Tight", sans-serif;
      font-weight: 700; }

  .pickup_02 {
    transform: translateY(10px); }

  .pickup_03 {
    transform: translateY(20px); }

  .pickup_end {
    transform: translateY(30px); } }
/*max-width:480px*/
/*******************************/
.movie_all h1 {
  position: relative;
  z-index: 5; }
  .movie_all h1 span {
    margin: 0 0 20px; }
.movie_all .view {
  color: #5A4398;
  margin-bottom: 40px; }
  .movie_all .view:before {
    border-color: #5A4398; }
  .movie_all .view:after {
    background-color: #5A4398; }

.movie_box {
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  position: relative;
  max-width: 1280px;
  width: calc(100%  - 20%);
  margin: 0 auto 35px; }
  .movie_box:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/index/movie_ttl.svg") center center no-repeat;
    background-size: contain;
    width: 320px;
    height: 330px;
    left: -18%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%); }
  .movie_box h1 {
    order: 1; }
  .movie_box .view {
    order: 2; }
  .movie_box p {
    padding: 10px 0 0;
    order: 3;
    position: relative;
    z-index: 10;
    width: 100%;
    font: 2.8rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em; }

.movie_list {
  z-index: 1;
  width: 100%;
  margin-bottom: 190px;
  overflow: hidden; }
  .movie_list .swiper-wrapper {
    align-items: stretch; }
  .movie_list .swiper-slide {
    width: 306px;
    aspect-ratio: 306 / 544;
    height: auto;
    flex-shrink: 0; }
  .movie_list a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /*&:before{
      z-index: 1;
      position: absolute;
      content: "INTERVIEW";
      top: 15px;
      left: 15px;
      color: #fff;
      font: 2.0rem/1.0em $in;
      font-weight: 700;
      letter-spacing: 0.04em;
    }*/ }
    .movie_list a:after {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/index/movie_btn.svg") center center no-repeat;
      background-size: contain;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      transition: .3s;
      transform: translate(-50%, -50%); }
    .movie_list a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 50%;
      left: 50%;
      transition: .3s;
      transform: translate(-50%, -50%); }
    .movie_list a p {
      margin-bottom: 10px;
      position: relative;
      color: #fff;
      background-color: #5A4398;
      font: 2.4rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700;
      padding: 5px 10px;
      width: fit-content; }
    .movie_list a span {
      color: #fff;
      position: relative;
      font: 1.7em/1.3em "Noto Sans JP", sans-serif;
      font-weight: 700; }

.movie_modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999; }

.movie_modal.is-open {
  display: block; }

.movie_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); }

.movie_modal_inner {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 10px; }

.movie_modal_video {
  aspect-ratio: 9/16;
  width: auto;
  height: calc(90vh - 35px); }

.movie_modal_video iframe,
.movie_modal_video video {
  width: 100%;
  height: 100%; }

.movie_modal_close {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  margin: 0;
  cursor: pointer; }

@media (hover: hover) {
  .movie_all .view:hover:after {
    animation: dotFlash 0.6s ease-out forwards; }

  .movie_list a:hover:after {
    transform: translate(-50%, -50%) scale(1.2); }
  .movie_list a:hover img {
    transform: translate(-50%, -50%) scale(1.05); } }
@media (max-width: 1280px) {
  .movie_box:before {
    width: 213px;
    height: 213px;
    left: -18%;
    top: 60%; }

  .movie_list .swiper-slide {
    width: 290px; }
  .movie_list a p {
    background-color: #5A4398;
    font: 2.2rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700; }
  .movie_list a span {
    font: 1.6em/1.3em "Noto Sans JP", sans-serif;
    font-weight: 700; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .movie_all h1 {
    position: relative;
    z-index: 5; }
    .movie_all h1 span {
      margin: 0 0 20px; }
  .movie_all .view {
    color: #5A4398;
    margin-bottom: 25px; }
    .movie_all .view:before {
      border-color: #5A4398; }
    .movie_all .view:after {
      background-color: #5A4398; }

  .movie_box:before {
    width: 180px;
    height: 180px;
    left: -18%;
    top: 65%; }
  .movie_box p {
    position: relative;
    z-index: 10;
    width: 100%;
    font: 2.4rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em; }

  .movie_list .swiper-slide {
    width: 260px; }
  .movie_list a p {
    background-color: #5A4398;
    font: 2rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700; }
  .movie_list a span {
    font: 1.5em/1.3em "Noto Sans JP", sans-serif;
    font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .movie_all h1 {
    position: relative;
    z-index: 5;
    padding: 0 0 0 70px; }
    .movie_all h1 span {
      margin: 0 0 20px; }
  .movie_all .view {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
    color: #5A4398;
    margin-bottom: 0; }
    .movie_all .view:before {
      border-color: #5A4398; }
    .movie_all .view:after {
      background-color: #5A4398; }

  .movie_box {
    display: block;
    width: calc(100% - 60px); }
    .movie_box:before {
      width: 150px;
      height: 150px;
      top: 58px;
      left: -50px; }
    .movie_box p {
      font: 2.2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.04em; }

  .movie_list a p {
    background-color: #5A4398;
    font: 1.8rem/1.5em "Noto Sans JP", sans-serif;
    font-weight: 700; }
  .movie_list a span {
    font: 1.4em/1.3em "Noto Sans JP", sans-serif;
    font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .movie_all h1 {
    position: relative;
    z-index: 5;
    padding: 0 0 0 50px; }
    .movie_all h1 span {
      margin: 0 0 15px; }
  .movie_all .view {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
    color: #5A4398;
    margin-bottom: 0; }
    .movie_all .view:before {
      border-color: #5A4398; }
    .movie_all .view:after {
      background-color: #5A4398; }

  .movie_box {
    max-width: 370px;
    width: calc(100% - 40px); }
    .movie_box:before {
      width: 120px;
      height: 120px;
      top: 45px;
      left: -35px; }
    .movie_box p {
      font: 2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }

  .movie_list {
    margin: 0 0 70px; }
    .movie_list .swiper-slide {
      width: 240px; }
    .movie_list a p {
      background-color: #5A4398;
      font: 1.6rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .movie_list a span {
      font: 1.2em/1.3em "Noto Sans JP", sans-serif;
      font-weight: 700; } }
/*max-width:480px*/
