@charset "utf-8";
.wrap_mv_video {  
  background-color: #fff;
  clip-path: circle(150dvw at center -70dvw);
  height: 80dvw;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  .mv_video {
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    height: 100%;
    object-fit: cover;
    transform: translateX(-15%);
    width: auto;
  }
  .txt_overlay_video {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    height: fit-content;
    inset: 0;
    letter-spacing: .2ex;
    line-height: 1.4;
    margin: auto;
    position: absolute;
    text-shadow: 0 0 12px rgba(186, 8, 38, .4), 0 0 12px rgba(186, 8, 38, .4), 0 0 12px rgba(186, 8, 38, .4), 0 0 4px rgba(186, 8, 38, .3), 0 0 4px rgba(186, 8, 38, .3), 0 0 4px rgba(186, 8, 38, .3);
    padding-left: 1em;
    -webkit-text-stroke: 2px rgba(186, 8, 38, .4);
    paint-order: stroke;
    text-align: center;
    transform: translate(0,-11%);
    width: fit-content;
  }
  + .banner-block {
    margin-top: 20px;
  }
  @media (min-width:600px) {
    align-items: center;
    background-color: rgba(254, 23, 54, .2);
    clip-path: none;
    display: flex;
    justify-content: center;
    margin: 75px auto 0;
    height: 520px;
    .mv_video {
      height: auto;
      max-width: 1920px;
      transform: none;
      transform: translate(0, calc(((520px - 100%)/4) * -1));
      width: 100%;
    }
    .txt_overlay_video {
      font-size: 3rem;
      font-weight: 800;
      line-height: 1.3;
    }
    + .banner-block {
      margin-block: 35px 40px
    }
  }
}

.wrap_mv_feature {
  container-type: inline-size;
  margin-bottom: -10dvw;
  position: relative;
  top: -10dvw;
  @media (min-width: 600px) {
    margin-bottom: 0;
    top: auto;
  }
  .mv_feature {
    background-image: repeating-linear-gradient(-45deg, #fff 0, #fff .8cqw, rgba(254, 23, 54, .2) .8cqw, rgba(254, 23, 54, .2) 1.6cqw);
    padding: 15cqw 2cqw 5cqw;
    @media (min-width: 600px) {
      background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 5px, rgba(254, 23, 54, .2) 5px, rgba(254, 23, 54, .2) 10px);
      padding: 1.6rem 0 2rem;
    }
    .dst_mv_feature {
      .ttl_mv_feature {
        color: #333;
        filter: drop-shadow( 3px 3px 1px rgba(196, 35, 62, .25));
        font-size: min(4.4cqw, 1.875rem);
        font-weight: 900;
        letter-spacing: .2ex;
        margin-inline: auto;
        -webkit-text-stroke: 1px #fff;
        paint-order: stroke fill;
        text-align: left;
        transform: translateX(1ex);
        width: fit-content;
        @media (min-width: 600px) {
          line-height: 1.3;
        }
        em {
          color: #fe1736;
          font-style: normal;
          font-size: 142%;
          position: relative;
          &::after {
            aspect-ratio: 5 / 6;
            background-color: #fe1736;
            clip-path: polygon(0 100%, 25% 0, 60% 15%, 0 100%, 10% 100%, 70% 25%, 98% 45%, 10% 100%);
            content: "";
            inset: 0 0 auto auto;
            position: absolute;
            transform: translate(110%, -25%);
            width: 40%;
          }
        }
        >.mark_comma {
          display: inline-block;
          margin-right: -1ex;
        }
        >.mark_parentheses {
          font-size: 122%;
          font-weight: 500;
          &:first-of-type {
            margin-left: -.8ex;
          }
          &:nth-of-type(2) {
            margin-right: -.8ex;
          }
        }
      }
      .cnt_mv_feature {
        .lst_mv_feature {
          display: grid;
          gap: 6.4cqw 2.4cqw;
          grid-template-columns: 1fr 1fr;
          grid-template-rows: auto auto;
          list-style: none inside;
          margin-top: 6cqw;
          padding: 0 7cqw;
          @media (min-width: 600px) {
            gap: 0 1rem;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            margin: 2.5rem auto 0;
            max-width: 920px;
            padding: 0;
          }
          .item_mv_feature {
            background-color: #fe1736;
            border-radius: min(1.5rem, 4cqw);
            color: #fff;
            font-size: min(1.125rem, 3.333cqw);
            font-weight: 700;
            line-height: 1.6;
            padding: min(3.6rem, 9cqw) 0 min(1.6rem, 5cqw);
            position: relative;
            text-align: center;
            &::before {
              aspect-ratio: 1 / 1;
              background-color: #fff;
              background-position: center;
              background-repeat: no-repeat;
              background-size: 100%;
              border: min(8px, 1.449cqw) solid  #fe1736;
              border-radius: 100dvw;
              box-sizing: border-box;
              content: "";
              display: block;
              inset: calc(min(1.2rem, 3.6cqw) * -1) 0 auto 0;
              margin: 0 auto;
              position: absolute;
              width: min(4.2rem, 12cqw);
            }
            &.ico_brain {
              &::before {
                background-image: url(../img/ico_brain.svg);
              }
            }
            &.ico_loupe {
              &::before {
                background-image: url(../img/ico_loupe.svg);
              }
            }
            &.ico_star {
              &::before {
                background-image: url(../img/ico_star.svg);
              }
            }
            &.ico_note {
              &::before {
                background-image: url(../img/ico_note.svg);
              }
            }
          }
        }
      }
    }
  }
}

/* MV下スライダー */
.wrap_slider_next_video_mv {
  box-sizing: border-box;
  margin-block: min(70px, 7cqw);
  .slider_next_video_mv {
    padding-inline: 10px;
    padding-bottom: calc(min(40px, 5cqw) + 1rem);
    img {
      height: auto;
      max-width: 100%;
    }
  }
  .swiper-pagination {
    &.swiper-pagination-bullets {
      span.swiper-pagination-bullet {
        height: 2.6cqw;
        width: 2.6cqw;
        &.swiper-pagination-bullet-active {
          background-color: #fe1736;
          width: 2.6cqw!important;
        }
      }
    }
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2cqw;
  }
  @media (min-width: 600px) {
    margin-inline: auto;
    max-width: 620px;
    .swiper-pagination {
      &.swiper-pagination-bullets {
        span.swiper-pagination-bullet {
          height: 1rem;
          width: 1rem;
          &.swiper-pagination-bullet-active {
            width: 1rem!important;
          }
        }
      }
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 1rem;
    }
  }
}

/* トップ追従ボタン */
.btnZoom {
  animation-name: none;
  background-color: transparent;
  border: none;
  height: 205px;
  padding-top: 0;
  width: 205px;
  >a {
    aspect-ratio: 1 / 1;
    background-color: #feec10;
    border: 2px solid #fff;
    border-radius: 100dvw;
    color: #333!important;
    display: block;
    padding-top: 30px;
    transition: transform .3s ease-in-out;
    width: 100%;
    &:hover {
      opacity: 1;
      transform: scale(1.1);
    }
    &:active {
      transform: translateY(2%);
    }
    .btnZoom-txt,
    .btnZoom-txt-s,
    .btnZoom-txt-tel {
      font-weight: bold;
    }
    .btnZoom-txt-tel {
      letter-spacing: -.1ex;
      >img {
        display: none;
      }
      &::before {
        background-color: currentColor;
        border-radius: 0 1rem;
        content: "";
        display: inline-block;
        height: 1lh;
        margin-right: .2ex;
        mask-image: url(/img/common/icon/icon_tel_white.svg);
        mask-position: center;
        mask-size: contain;
        transform: translateY(15%);
        width: 1em;
      }
    }
  }
}