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

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

body {
  background: #fff;
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  color: #ffffff;
  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
*********************/
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-head {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.page-head__image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.page-head__image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-head__title__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.page-head__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.page-head__title img {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.video-recommend {
  background: #f16b26;
  padding-block: 50px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .video-recommend {
    padding-block: 80px 90px;
  }
}

.video-recommend__inner {
  padding-inline: 8px;
}
@media screen and (min-width: 769px) {
  .video-recommend__inner {
    padding-inline: 20px;
  }
}

.video-recommend___text {
  font-size: clamp(1.125rem, -0.9439655172rem + 4.3103448276vw, 1.75rem);
  text-align: left;
  line-height: 1.5;
  padding-inline: 12px;
}
@media screen and (min-width: 769px) {
  .video-recommend___text {
    text-align: center;
    line-height: 1.6;
    padding-inline: 0;
  }
}

.video-recommend__wrapper {
  margin-top: clamp(2.1875rem, -11.2607758621rem + 28.0172413793vw, 6.25rem);
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.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;
}

.recommend-card__thumb {
  width: 80%;
  position: relative;
  display: block;
  margin-inline: auto;
}
.recommend-card__thumb:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: clamp(5.3125rem, -3.9978448276rem + 19.3965517241vw, 8.125rem);
  height: clamp(4.1875rem, -2.6400862069rem + 14.224137931vw, 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;
}
@media screen and (min-width: 769px) {
  .recommend-card__thumb {
    width: 67%;
  }
}

.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;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.video-recommend__title {
  position: absolute;
  top: -64px;
  z-index: 1;
  left: clamp(0.75rem, 5.7155172414rem - 10.3448275862vw, -0.75rem);
}
@media screen and (min-width: 769px) {
  .video-recommend__title {
    top: -30%;
    left: -19%;
  }
}
.video-recommend__title img {
  width: 151px;
  aspect-ratio: auto;
}
@media screen and (min-width: 769px) {
  .video-recommend__title img {
    width: 55%;
  }
}
.video-recommend__deco {
  position: absolute;
  top: -70px;
  right: 37px;
  width: 73px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .video-recommend__deco {
    top: -36%;
    width: 22%;
    right: -19%;
  }
}
@media screen and (min-width: 1000px) {
  .video-recommend__deco {
    top: -36%;
    width: 22%;
    right: -19%;
  }
}
@media screen and (min-width: 1220px) {
  .video-recommend__deco {
    top: -36%;
    width: 22%;
    right: -19%;
  }
}

.video-recommend__deco img {
  aspect-ratio: auto;
}

.video-title {
  margin-top: clamp(0.5rem, -4.4655172414rem + 10.3448275862vw, 2rem);
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
  color: #8a00c8;
}

.video-name {
  margin-top: 4px;
  font-size: clamp(0.75rem, -0.4913793103rem + 2.5862068966vw, 1.125rem);
  font-weight: 500;
  position: relative;
  z-index: 0;
  color: #333;
}
.video-name::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url(../img/icon-flag-purple.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-name::before {
    width: 16px;
    height: 20px;
  }
}

.video-list {
  background: #9e16cd;
  padding-top: clamp(2.5rem, -3.7068965517rem + 12.9310344828vw, 4.375rem);
  padding-bottom: clamp(5.5rem, -5.2586206897rem + 22.4137931034vw, 8.75rem);
  position: relative;
  z-index: 0;
}
.video-list::before {
  position: absolute;
  content: "";
  top: -140px;
  right: -140px;
  width: 383px;
  height: 395px;
  background: url(../img/video-list-deco-circle.svg) no-repeat center center/contain;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .video-list::before {
    top: -100px;
    right: -160px;
    width: 616px;
    height: 635px;
  }
}
.video-list::after {
  position: absolute;
  content: "";
  bottom: -140px;
  left: -140px;
  width: 383px;
  height: 395px;
  background: url(../img/video-list-deco-circle.svg) no-repeat center center/contain;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .video-list::after {
    bottom: -100px;
    left: -300px;
    width: 616px;
    height: 635px;
  }
}

.video-list__inner {
  position: relative;
  z-index: 1;
}

.video-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .video-list__title {
    max-width: 55vw;
  }
}

.video-list__title img {
  width: 325px;
  display: block;
}
@media screen and (min-width: 769px) {
  .video-list__title img {
    width: 680px;
  }
}

.video-list__wrapper {
  margin-top: clamp(0rem, -6.6206896552rem + 13.7931034483vw, 2rem);
}

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

.video-list__number {
  font-size: clamp(1.25rem, -2.8879310345rem + 8.6206896552vw, 2.5rem);
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-weight: 800;
  padding-bottom: clamp(0.5rem, -0.7413793103rem + 2.5862068966vw, 0.875rem);
  border-bottom: 1px solid #b8b19c;
  position: relative;
}
.video-list__number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-right: clamp(0.25rem, -3.0603448276rem + 6.8965517241vw, 1.25rem);
  background: url(../img/icon-play-black.svg) no-repeat center center/contain;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .video-list__number {
    border-bottom: 3px solid #b8b19c;
  }
  .video-list__number::before {
    width: 55px;
    height: 39px;
    margin-bottom: 8px;
  }
}

.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(2.875rem, -8.2974137931rem + 23.275862069vw, 6.25rem);
  height: clamp(2.25rem, -6.4396551724rem + 18.1034482759vw, 4.875rem);
  -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;
  -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-card__name::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url(../img/icon-flag.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-card__name {
    -webkit-line-clamp: 2;
  }
  .video-card__name::before {
    width: 16px;
    height: 20px;
  }
}

.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: 27px;
    height: 27px;
  }
}

.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: #ef5000;
  border: 4.5px solid #f3e500;
  border-radius: 60px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (min-width: 769px) {
  .c-button {
    border: 9px solid #f3e500;
    border-radius: 80px;
    max-width: 800px;
  }
}

.c-button:hover,
.c-button:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*********************
video list modal
*********************/
.video-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(240, 107, 38, 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;
  }
}