@charset "UTF-8";
/*********************
/BASE
*********************/
html,
body {
  overflow-x: hidden;
}

html {
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

body {
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  body {
    line-height: 1.36;
  }
}

/*********************
共通
*********************/
.l-inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: calc(1100px + 92px);
    padding-inline: 46px;
  }
}

@media screen and (max-width: 599px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hidden-sp {
    display: block;
  }
}

/*********************
ANIMATION
*********************/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*********************
page
*********************/
.video {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .video {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1000px) {
  .video {
    margin-top: -90px;
  }
}

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

.page-head {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../img/page-head-bg-sp@2x.png) no-repeat top center/cover;
}
@media screen and (min-width: 769px) {
  .page-head {
    background: url(../img/page-head-bg-pc@2x.png) no-repeat top center/cover;
  }
}

.page-head__title img {
  width: 100%;
}

.video-recommend {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .video-recommend {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1220px) {
  .video-recommend {
    padding-bottom: 310px;
  }
}

.video-recommend__inner {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .video-recommend__inner {
    width: 90%;
  }
}

.video-recommend__wrapper {
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 100x;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .video-recommend__wrapper {
    padding-inline: 88px;
  }
}

.video-recommend__head {
  position: relative;
  display: block;
  z-index: 0;
}

.video-recommend__title {
  margin-bottom: 12px;
}

.video-recommend__title img {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .video-recommend__title img {
    width: 70%;
  }
}

.recommend-list {
  margin-top: clamp(0.375rem, -3.7629310345rem + 8.6206896552vw, 1.625rem);
}

.recommend-card__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.recommend-card__thumb:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: clamp(3.4375rem, -5.8728448276rem + 19.3965517241vw, 6.25rem);
  height: clamp(3.4375rem, -5.8728448276rem + 19.3965517241vw, 6.25rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon-play.svg) no-repeat center center/contain;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recommend-card__thumb:hover:before {
  opacity: 0.5;
}

.recommend-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.video-name {
  margin-top: 4px;
  color: #000;
  font-weight: 500;
}

.video-recommend__bg img {
  padding-left: 0;
}

.video-recommend__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.recommend-card {
  position: relative;
}

.video-title {
  margin-top: clamp(0.5rem, -4.4655172414rem + 10.3448275862vw, 2rem);
  font-size: clamp(1rem, -0.2413793103rem + 2.5862068966vw, 1.375rem);
  font-weight: 800;
  color: #000;
}

.video-name {
  margin-top: 4px;
  font-size: clamp(0.75rem, -0.4913793103rem + 2.5862068966vw, 1.125rem);
  font-weight: 500;
}

.mask-image {
  --height: 23px;
  -webkit-mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
  -webkit-mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
          mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
          mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  margin-top: calc(-2 * var(--height));
}
@media screen and (min-width: 769px) {
  .mask-image {
    --height: 50px;
    -webkit-mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
    -webkit-mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
            mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
            mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
  }
}
@media screen and (min-width: 1220px) {
  .mask-image {
    --height: 89px;
    -webkit-mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
    -webkit-mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
            mask-image: url(../img/wave.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(0, #000), to(#000));
            mask-image: url(../img/wave.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 0 var(--height), #000 100%);
  }
}

.video-list {
  background: url(../img/video-list-bg-pc.png) no-repeat top center/cover;
  position: relative;
  z-index: 0;
  padding-bottom: clamp(5.5rem, -5.2586206897rem + 22.4137931034vw, 8.75rem);
}

.video-list__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(3.75rem, -16.9396551724rem + 43.1034482759vw, 10rem);
}

.video-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #1e1e1e;
}
.video-list__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: clamp(1.375rem, -3.5905172414rem + 10.3448275862vw, 2.875rem);
  height: clamp(1rem, -2.1034482759rem + 6.4655172414vw, 1.9375rem);
  margin-right: clamp(0.25rem, -3.0603448276rem + 6.8965517241vw, 1.25rem);
  background: url(../img/icon-play-video-list.svg) no-repeat center center/contain;
  margin-bottom: 4px;
  z-index: 2;
}
.video-list__title::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .video-list__title::before {
    margin-bottom: 8px;
  }
}

.video-list__title img {
  display: block;
  max-height: 32px;
  width: auto;
}
@media screen and (min-width: 769px) {
  .video-list__title img {
    max-height: 52px;
  }
}

.video-list__wrapper {
  margin-top: clamp(0.75rem, -3.3879310345rem + 8.6206896552vw, 2rem);
}

.video-list__content {
  position: relative;
  z-index: 0;
}
.video-list__content::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 0;
}

.video-list__content.waza::after {
  top: clamp(-3.125rem, 32.0474137931rem - 73.275862069vw, -13.75rem);
  left: calc((100vw - 100%) / -2);
  width: clamp(10.4375rem, -41.9073275862rem + 109.0517241379vw, 26.25rem);
  height: clamp(4.75rem, -19.25rem + 50vw, 12rem);
  background: url(../img/deco1@2x-8.png) no-repeat top center/contain;
}

.video-list__content.racer::after {
  bottom: clamp(-3.75rem, 4.525862069rem - 17.2413793103vw, -6.25rem);
  right: calc((100vw - 100%) / -2 - 24px);
  width: clamp(11.3125rem, -45.7909482759rem + 118.9655172414vw, 28.5625rem);
  height: clamp(4.9375rem, -20.0969827586rem + 52.1551724138vw, 12.5rem);
  background: url(../img/deco2@2x-8.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-list__content.racer::after {
    right: calc((100vw - 100%) / -2);
  }
}

.video-list__content.scene::after {
  bottom: clamp(2.5rem, -16.1206896552rem + 38.7931034483vw, 8.125rem);
  left: calc((100vw - 100%) / -2 - 20px);
  width: clamp(3.75rem, -14.8706896552rem + 38.7931034483vw, 9.375rem);
  height: clamp(3.25rem, -13.3017241379rem + 34.4827586207vw, 8.25rem);
  background: url(../img/deco3@2x-8.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-list__content.scene::after {
    left: calc((100vw - 100%) / -2 + 8px);
  }
}

.video-list__content.goal::after {
  bottom: -60px;
  right: calc((100vw - 100%) / -2 - 20px);
  width: clamp(11.25rem, -45.8534482759rem + 118.9655172414vw, 28.5rem);
  height: clamp(7.25rem, -29.5775862069rem + 76.724137931vw, 18.375rem);
  background: url(../img/deco4@2x-8.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-list__content.goal::after {
    bottom: -200px;
    right: calc((100vw - 100%) / -2 - 100px);
  }
}

.video-list__content.history::after {
  bottom: -20px;
  right: calc((100vw - 100%) / -2);
  width: clamp(3.75rem, -14.8706896552rem + 38.7931034483vw, 9.375rem);
  height: clamp(3.25rem, -13.3017241379rem + 34.4827586207vw, 8.25rem);
  background: url(../img/deco5@2x-8.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-list__content.history::after {
    bottom: -100px;
    right: calc((100vw - 100%) / -2 + 30px);
  }
}

.video-list__content + .video-list__content {
  margin-top: clamp(2.25rem, 3.0775862069rem - 1.724137931vw, 2rem);
}

.video-list__outer {
  margin-top: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  max-width: 87%;
  margin-inline: auto;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 769px) {
  .video-list__outer {
    max-width: 90%;
  }
}
@media screen and (min-width: 1220px) {
  .video-list__outer {
    max-width: 1000px;
    padding-inline: 0;
  }
}

.video-list-swiper {
  width: 100%;
}

.video-card {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-card__thumb {
  overflow: hidden;
  position: relative;
  display: block;
}
.video-card__thumb:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: clamp(1.6875rem, -4.1056034483rem + 12.0689655172vw, 3.4375rem);
  height: clamp(1.6875rem, -4.1056034483rem + 12.0689655172vw, 3.4375rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icon-play.svg) no-repeat center center/contain;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-card__thumb:hover:before {
  opacity: 0.5;
}

.video-card__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  display: block;
}

.video-card__title {
  margin-top: clamp(0.5rem, -1.1551724138rem + 3.4482758621vw, 1rem);
  font-size: clamp(0.8125rem, -0.6357758621rem + 3.0172413793vw, 1.25rem);
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
  .video-card__title {
    -webkit-line-clamp: 2;
  }
}

.video-card__name {
  margin-top: clamp(0.5rem, -0.3275862069rem + 1.724137931vw, 0.75rem);
  font-size: clamp(0.6875rem, -0.1400862069rem + 1.724137931vw, 0.9375rem);
  font-weight: 400;
  position: relative;
  z-index: 0;
  line-height: 1.8;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-list__swiper-button-prev,
.video-list__swiper-button-next {
  top: 40%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 600px) {
  .video-list__swiper-button-prev,
  .video-list__swiper-button-next {
    top: 38%;
    width: 34px;
    height: 34px;
  }
}

.video-list__swiper-button-prev {
  left: -7%;
}
@media screen and (min-width: 769px) {
  .video-list__swiper-button-prev {
    left: -4.8%;
  }
}

.swiper-button-disabled {
  display: none !important;
}

.video-list__swiper-button-next {
  right: -7%;
}
@media screen and (min-width: 769px) {
  .video-list__swiper-button-next {
    right: -4.8%;
  }
}

.video-list__swiper-button-prev::after,
.video-list__swiper-button-next::after {
  display: none !important;
}

.c-button__wrapper {
  margin-top: 56px;
  text-align: center;
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
}

.c-button {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #000;
  -webkit-box-shadow: 0 8px 0 #bc3433;
          box-shadow: 0 8px 0 #bc3433;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-button {
    -webkit-box-shadow: 0 12px 0 #bc3433;
            box-shadow: 0 12px 0 #bc3433;
    max-width: 800px;
  }
}
.c-button::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -60px;
  left: calc((100vw - 100%) / -2);
  width: clamp(9.875rem, -40.1939655172rem + 104.3103448276vw, 25rem);
  height: clamp(5.6875rem, -23.0711206897rem + 59.9137931034vw, 14.375rem);
  background: url(../img/deco6@2x-8.png) no-repeat top center/contain;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .c-button::after {
    bottom: -160px;
  }
}

.c-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.c-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/*********************
video list modal
*********************/
.video-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(183, 243, 244, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

/* 表示時のクラス */
.video-list-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  overflow: auto;
}

/* モーダル表示時にbodyのスクロールを禁止 jsでも制御*/
body.modal-open {
  overflow: hidden;
}

.video-list-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  -webkit-overflow-scrolling: touch;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px;
}
@media screen and (min-width: 769px) {
  .video-list-modal__wrapper {
    padding: 40px;
    border-radius: 20px;
  }
}

.video-list-modal__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .video-list-modal__inner {
    position: static;
  }
}

/* 閉じるボタンを右上に固定 */
.video-list-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .video-list-modal__close {
    top: 2rem;
    right: 2rem;
  }
}

.video-list-modal__close img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .video-list-modal__close img {
    width: 80px;
    height: 80px;
  }
}

/* 動画部分 */
.video-list-modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-list-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}

/* タイトル・名前の装飾 */
.video-list-modal__title {
  margin-top: clamp(0.75rem, -3.3879310345rem + 8.6206896552vw, 2rem);
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
}

.video-list-modal__name {
  color: #666;
  margin-top: 4px;
  font-size: 1rem;
}

@media screen and (max-width: 926px) and (max-height: 430px) and (orientation: landscape) {
  /* 表示時のクラス */
  .video-list-modal.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh; /* Safariでも正しい高さ */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .video-list-modal__wrapper {
    margin-top: 80px;
    padding: 16px;
  }
  .video-list-modal__content {
    padding-bottom: 20px;
  }
}