@charset "UTF-8";
.footer__top, .footer__bottom, .movie__container, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__top > *, .footer__bottom > *, .movie__container > *, .cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container, .cont__container--small {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .cont__container, .cont__container--small {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.footer__sns-link, .movie__link, .header__logo, .header__share-link, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .footer__sns-link:hover, .movie__link:hover, .header__logo:hover, .header__share-link:hover, .link:hover {
    opacity: 0.7;
  }
}
.footer__sns-link:focus-visible, .movie__link:focus-visible, .header__logo:focus-visible, .header__share-link:focus-visible, .link:focus-visible {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scrollbar-gutter: stable;
}

@media screen and (min-width: 769px) {
  body {
    min-width: inherit;
  }
}

picture {
  display: block;
}

button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.wrap {
  min-width: inherit;
  padding-top: 16.4vw;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding-top: 0;
    margin-left: 19.53125vw;
  }
}
@media screen and (min-width: 1280px) {
  .wrap {
    margin-left: 250px;
  }
}
.wrap h2,
.wrap picture,
.wrap ul {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wrap h2,
  .wrap picture,
  .wrap ul {
    width: inherit;
  }
}

.container {
  min-height: auto;
}

.bg__sky {
  background-image: url("/brand/jumbo/assets/2026/img/bg-sky001.png?v=20260501");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .bg__sky {
    background-image: url("/brand/jumbo/assets/2026/img/pc/bg-sky001.png?v=20260501");
  }
}

/* common:end */
/* header:start */
html.js-drawer-lock {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  html.js-drawer-lock {
    overflow: auto;
  }
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  header.header {
    width: 19.53125vw;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  header.header {
    width: 250px;
  }
}

.header__overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: rgba(78, 0, 24, 0.82);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.js-drawer-open .header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .header__overlay {
    display: none;
  }
}
.header__container {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .header__container {
    height: 100%;
    background-color: #fafafa;
    padding-bottom: 0;
  }
}
.header__logo {
  padding-top: 2.9333333333vw;
  padding-left: 29.3333333333vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .header__logo {
    padding: 1.09375vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    padding: 14px 0;
  }
}
.header__logo-link {
  display: block;
  max-width: 52.5333333333vw;
}
@media screen and (min-width: 769px) {
  .header__logo-link {
    max-width: 100%;
  }
}
.header__btn {
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 16vw;
  height: 16vw;
  background-color: #c81332;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .header__btn {
    display: none;
  }
}
.header__btn-icon {
  width: 9.3333333333vw;
  height: 8vw;
  position: relative;
}
.header__btn-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5333333333vw;
  background: #fff;
  left: 0;
  top: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__btn-line--1 {
  transform: translateY(calc(-50% - 3.7333333333vw));
}
.js-drawer-open .header__btn-line--1 {
  transform: translateY(-50%) rotate(45deg);
}
.header__btn-line--2 {
  transform: translateY(-50%);
}
.js-drawer-open .header__btn-line--2 {
  opacity: 0;
}
.header__btn-line--3 {
  transform: translateY(calc(-50% + 3.7333333333vw));
}
.js-drawer-open .header__btn-line--3 {
  transform: translateY(-50%) rotate(-45deg);
}
.header__drawer {
  position: fixed;
  top: 16vw;
  right: 0;
  width: 100%;
  height: calc(100% - 16vw);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 100;
}
.js-drawer-open .header__drawer {
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  .header__drawer {
    position: static;
    width: 100%;
    height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
  }
}
.header__nav {
  display: flex;
  flex-direction: column;
}
.header__nav-item--red {
  background-color: #c81332;
  border-bottom: 0.2666666667vw solid #fff;
}
@media screen and (min-width: 769px) {
  .header__nav-item--red {
    border-bottom-width: 0.15625vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-item--red {
    border-bottom-width: 2px;
  }
}
.header__nav-item--no-border {
  border-bottom-color: transparent;
}
.header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 16vw;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 769px) {
  .header__nav-link {
    height: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-link {
    height: 60px;
  }
}
.header__nav-link:hover, .header__nav-link:active {
  opacity: 0.8;
}
.header__nav-image {
  display: flex;
  max-width: 32.1333333333vw;
}
@media screen and (min-width: 769px) {
  .header__nav-image {
    max-width: 100%;
  }
}
.header__nav-icon {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%);
  width: 3.7333333333vw;
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .header__nav-icon {
    right: 1.171875vw;
    width: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-icon {
    right: 15px;
    width: 16px;
  }
}
.header__nav-share {
  background-color: #fff;
  padding: 0 0 0 13.3333333333vw;
  height: 16vw;
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .header__nav-share {
    justify-content: center;
    padding: 1.25vw 0;
    height: auto;
    flex-wrap: wrap;
    gap: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-share {
    padding: 16px 0;
    gap: 14px;
  }
}
.header__share-list {
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .header__share-list {
    justify-content: center;
    gap: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__share-list {
    gap: 16px;
  }
}
.header__share-link {
  display: block;
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .header__share-link {
    width: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__share-link {
    width: 28px;
  }
}
.header__share-image {
  display: block;
  max-width: 8vw;
}
@media screen and (min-width: 769px) {
  .header__share-image {
    max-width: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__share-image {
    max-width: 32px;
  }
}

/* header:end */
.movie__caption--05, .movie__caption--04, .movie__caption--03, .movie__caption--02, .movie__caption--01 {
  display: block;
  margin-top: 2.6666666667vw;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .movie__caption--05, .movie__caption--04, .movie__caption--03, .movie__caption--02, .movie__caption--01 {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--05, .movie__caption--04, .movie__caption--03, .movie__caption--02, .movie__caption--01 {
    margin-top: 20px;
  }
}

/* movie:start */
.movie {
  background-image: url("/brand/jumbo/movie/assets/2026/img/pc/bg-movie01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie {
    background-image: url("/brand/jumbo/movie/assets/2026/img/bg-movie001.png");
  }
}
.movie__container {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .movie__container {
    max-width: 80.46875vw;
    margin-inline: auto;
    padding-top: 14.0625vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__container {
    max-width: 1030px;
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.movie__container::before {
  content: "";
  position: absolute;
  top: 5.3333333333vw;
  left: 3.3333333333vw;
  background-image: url(/brand/jumbo/movie/assets/2026/img/pic-movie001.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 39.3333333333vw;
  height: 52.4vw;
}
@media screen and (min-width: 769px) {
  .movie__container::before {
    top: 7.8125vw;
    left: 14.375vw;
    background-image: url(/brand/jumbo/movie/assets/2026/img/pc/pic-movie001.png);
    width: 14.375vw;
    height: 19.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__container::before {
    top: 100px;
    left: 184px;
    width: 184px;
    height: 246px;
  }
}
.movie__text {
  margin-top: 4.8vw;
}
@media screen and (min-width: 769px) {
  .movie__text {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__text {
    margin-top: 16px;
  }
}
.movie__dream {
  margin-top: 14.4vw;
}
@media screen and (min-width: 769px) {
  .movie__dream {
    margin-top: 5.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__dream {
    margin-top: 70px;
  }
}
.movie {
  /* ---------- 動画一覧ラッパー ---------- */
}
.movie__list {
  width: 100%;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .movie__list {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__list {
    margin-top: 40px;
  }
}
.movie {
  /* ---------- 2カラムグリッド ---------- */
}
.movie__items {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  column-gap: 3.7333333333vw;
  row-gap: 7.3333333333vw;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .movie__items {
    grid-template-columns: repeat(2, auto);
    column-gap: 2.34375vw;
    row-gap: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__items {
    column-gap: 30px;
    row-gap: 60px;
  }
}
.movie__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.movie__movie {
  position: relative;
  width: 85.8666666667vw;
  height: 48vw;
  margin-inline: auto;
  background: #000;
}
@media screen and (min-width: 769px) {
  .movie__movie {
    width: 30.078125vw;
    height: 16.953125vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__movie {
    width: 385px;
    height: 217px;
  }
}
.movie__movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.movie__caption--01 {
  max-width: 28.5333333333vw;
}
@media screen and (min-width: 769px) {
  .movie__caption--01 {
    max-width: 11.640625vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--01 {
    max-width: 149px;
  }
}
.movie__caption--02 {
  max-width: 28.8vw;
}
@media screen and (min-width: 769px) {
  .movie__caption--02 {
    max-width: 11.796875vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--02 {
    max-width: 151px;
  }
}
.movie__caption--03 {
  max-width: 20vw;
}
@media screen and (min-width: 769px) {
  .movie__caption--03 {
    max-width: 8.203125vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--03 {
    max-width: 105px;
  }
}
.movie__caption--04 {
  max-width: 16.4vw;
}
@media screen and (min-width: 769px) {
  .movie__caption--04 {
    max-width: 6.6796875vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--04 {
    max-width: 85.5px;
  }
}
.movie__caption--05 {
  max-width: 18.4vw;
}
@media screen and (min-width: 769px) {
  .movie__caption--05 {
    max-width: 7.5390625vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__caption--05 {
    max-width: 96.5px;
  }
}
.movie__link {
  max-width: 37.2vw;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .movie__link {
    max-width: 15.3125vw;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .movie__link {
    max-width: 196px;
    margin-top: 80px;
  }
}

/* movie:end */
/* footer:start */
.footer h2,
.footer picture {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer h2,
  .footer picture {
    width: inherit;
  }
}
.footer__container {
  background-color: #fff;
  padding-top: 12vw;
}
@media screen and (min-width: 769px) {
  .footer__container {
    padding-top: 7.8125vw;
    margin-left: 19.53125vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__container {
    padding-top: 100px;
    margin-left: 250px;
  }
}
@media screen and (min-width: 769px) {
  .footer__top {
    max-width: 80.46875vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__top {
    max-width: 1030px;
  }
}
.footer__sns {
  background-color: #fafafa;
  margin-top: 10.6666666667vw;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__sns {
    margin-top: 7.03125vw;
    padding-top: 4.375vw;
    padding-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sns {
    margin-top: 90px;
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .footer__sns-container {
    max-width: 80.46875vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sns-container {
    max-width: 1030px;
  }
}
.footer__sns-list {
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .footer__sns-list {
    gap: 2.734375vw;
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sns-list {
    gap: 35px;
    margin-top: 16px;
  }
}
.footer__sns-link {
  display: block;
  max-width: 10.6666666667vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer__sns-link {
    max-width: 3.515625vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sns-link {
    max-width: 45px;
  }
}
.footer__bottom {
  height: 21.3333333333vw;
  background-color: #e50000;
}
@media screen and (min-width: 769px) {
  .footer__bottom {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottom {
    height: 100px;
  }
}
@media screen and (min-width: 769px) {
  .footer__bottom-image {
    max-width: 80.46875vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottom-image {
    max-width: 1030px;
  }
}

/* footer:end */