@charset "UTF-8";
/* =========================================================
# mv
========================================================= */
/*
# スライドショー
---------------------------------- */
.mv-slide{
  /* display: flex;
  justify-content: space-between; */
  position: relative;
  width: 100%;
  height: 100vh;
}

#imageSlide {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  position: relative;
}

#imageSlide::before {
  content: "";
  display: block;
  padding-top: 51.59722%;
}

#imageSlide div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-slide__bg01 {
  background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv1-scaled.jpg);
  background-position: right center;
}

.mv-slide__bg02 {
  background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv2-scaled.jpg);
  background-position: right center;
}

.mv-slide__bg03 {
  background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv3-scaled.jpg);
  background-position: right center;
}

/*
# 640以下で画像を切り替え
---------------------------------- */
@media screen and (max-width: 640px) {
  #imageSlide::before {
    content: "";
    display: block;
    padding-top: 157.8666%;
  }
  .mv-slide__bg01 {
    background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv1-scaled.jpg);
  }
  .mv-slide__bg02 {
    background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv2-scaled.jpg);
  }
  .mv-slide__bg03 {
    background-image: url(https://sub7.fighters2023.com/wp-content/uploads/2026/02/newnewmv3-scaled.jpg);
  }
}
/* .mv-slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv-slide {
    height: 100vh;
  }
} */

.mv-slide__title {
  /* width: 50%;
  height: 100%;
  position: relative;
  background-color: skyblue; */
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  text-align: center;
}

.mv-slide__title-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-slide__title {
    top: 15%;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 10px;
  }
}
.mv-slide__title h1 {
  font-size: 40px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv-slide__title h1 {
    font-size: 30px !important;
  }
}
.mv-slide__title h2 {
  font-size: 28px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv-slide__title h2 {
    font-size: 20px !important;
  }
}
.mv-slide__title p {
  font-size: 24px !important;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px !important;
  min-width: 800px;
}
@media screen and (max-width: 768px) {
  .mv-slide__title p {
    font-size: 16px !important;
    min-width: 500px;
  }
}
.mv-slide__title a {
  font-size: 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  background-color: #90c23f !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 2px solid #90c23f !important;
  width: 300px !important;
  height: 60px !important;
  margin: 0 auto !important;
  transition: all 0.7s;
}
.mv-slide__title a:hover {
  color: #90c23f !important;
  font-weight: bold;
  background-color: #fff !important;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */


/* 案A：品のあるフェード用（クラスを付けた要素が最初は透明） */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
}


/* (4)オープニングレイヤー及びテキストスピリット・見出し文字単位 */


/* SwiperのCSS */
/*============================================
mainvisual
============================================*/
/* 全体のコンテナ設定 */
.mv-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv-container {
    /* margin-top: 64px; */
    z-index: 5;
  }
}

.mv-content {
  width: 100%;
  position: relative;
}

/* 画像エリア：右端に配置し、幅を比率で指定 */
.mv-image-wrapper {
  width: 60.86vw; /* 779/1280 */
  height: 40vw;
  /* height: 100vh; */
  margin-left: auto; /* 右寄せ */
  position: relative; /* テキスト配置の基準 */
}
@media screen and (max-width: 768px) {
  .mv-image-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }
}

/* Swiperコンテナのサイズ設定 */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper {
    height: 64vw;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  backface-visibility: hidden;
}

.mv-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv-handwriting-text {
  position: absolute;
  z-index: 15;
  left: -33.05vw;
  top: 7.66vw;
  color: #684B2A;
  width: 31.17vw;
  height: 12.27vw;
}
@media screen and (max-width: 1080px) {
  .mv-handwriting-text {
    top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-handwriting-text {
    position: relative;
    left: 0;
    top: 0;
    width: 69.33%;
    height: auto;
    margin: 32px auto -12px;
    z-index: 10;
  }
}

/* テキストボックス全体の配置 */
.mv-green-box {
  position: absolute;
  left: -39.14vw;
  /* top: 18.52vw; 237/449 (画像上辺からの位置) */
  /* top: 2vw; */
  top: 50%;
  transform: translateY(-50%);
  width: 46.95vw;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7); /* サンプル画像の色 */
  padding: 16px 24px 24px 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify; */
}
@media screen and (max-width: 1080px) {
  .mv-green-box {
    padding: 20px;
    width: 50vw;
    /* top: 14vw; */
    /* top: 3vw; */
  }
}
@media screen and (max-width: 768px) {
  .mv-green-box {
    position: relative;
    left: 0;
    top: 160px;
    width: 91.47%;
    margin: 0 auto;
    padding: 20px 16px;
    z-index: 5;
    box-sizing: border-box;
  }
}

.mv-green-box h1 {
  font-size: 40px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .mv-green-box h1 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .mv-green-box h1 {
    font-size: 30px !important;
  }
}

.mv-green-box h1 span{
  color: #1a956c;
}
.mv-green-box h2 {
  font-size: 28px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .mv-green-box h2 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .mv-green-box h2 {
    font-size: 20px !important;
  }
}
.mv-green-box p {
  font-size: 16px !important;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px !important;
  /* min-width: 800px; */
}
@media screen and (max-width: 1080px) {
  .mv-green__title p {
    font-size: 16px !important;
    /* min-width: 500px; */
  }
}

@media screen and (max-width: 768px) {
  .mv-slide__title p {
    font-size: 16px !important;
    /* min-width: 500px; */
  }
}
.mv-green-box a {
  font-size: 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  background-color: #1a956c !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 2px solid #1a956c !important;
  width: 300px !important;
  height: 60px !important;
  /* margin: 0 auto !important; */
  transition: all 0.7s;
}
.mv-green-box a:hover {
  color: #1a956c !important;
  font-weight: bold;
  background-color: #fff !important;
}
