@charset "UTF-8";
/* INDEX */
.page-title {
  display: none;
  height: 0;
}

.index .modaal-container {
  background-color: transparent !important;
}

.hero {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hero {
    margin-bottom: 40px;
  }
}

.mv_slide {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .mv_slide {
    padding-bottom: 60px;
  }
}
.mv_slide .swiper--wrapper {
  width: 100%;
}
.mv_slide .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  position: relative;
}
.mv_slide .swiper-slide img {
  aspect-ratio: 723/930;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mv_slide .swiper-slide a:hover img {
  opacity: 0.9;
}
@media screen and (min-width: 1025px) {
  .mv_slide .swiper-slide:not(.swiper-slide-active)::after {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
}
.mv_slide .swiper-button-next,
.mv_slide .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .mv_slide .swiper-button-next,
  .mv_slide .swiper-button-prev {
    top: 40%;
    width: 60px;
    height: 60px;
  }
}
.mv_slide .swiper-button-next img,
.mv_slide .swiper-button-prev img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 16px rgb(255, 203, 203));
          filter: drop-shadow(0px 0px 16px rgb(255, 203, 203));
}
.mv_slide .swiper-button-next {
  right: 10px;
}
@media screen and (min-width: 1025px) {
  .mv_slide .swiper-button-next {
    right: 40px;
  }
}
.mv_slide .swiper-button-prev {
  left: 10px;
}
@media screen and (min-width: 1025px) {
  .mv_slide .swiper-button-prev {
    left: 40px;
  }
}
.mv_slide .swiper-button-next:after,
.mv_slide .swiper-rtl .swiper-button-prev:after,
.mv_slide .swiper-button-prev:after,
.mv_slide .swiper-rtl .swiper-button-next:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mv_slide .swiper-horizontal > .swiper-pagination-bullets, .mv_slide .swiper-pagination-bullets.swiper-pagination-horizontal, .mv_slide .swiper-pagination-custom, .mv_slide .swiper-pagination-fraction {
    bottom: 20px;
  }
}
.mv_slide .swiper-pagination-bullet-active {
  background-color: #E5006E;
}
.mv_slide__mv {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 15/21 !important;
  overflow: hidden;
}
.mv_slide__mv img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/527;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mv_slide__logo {
  width: 80%;
  max-width: 800px;
  position: absolute;
  bottom: 7vw;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.mv_slide__logo div {
  position: relative;
}
.mv_slide__logo div img {
  width: 100%;
  display: block;
}

/*--------------------------------
 SECTION PICKUP
--------------------------------*/
.section-pickup .icon {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1025px) {
  .section-pickup .icon {
    width: 116px;
    height: 116px;
    top: -41px;
    left: -23px;
  }
}
.section-pickup .card {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .section-pickup .card {
    padding: 30px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.section-pickup .img-area {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .section-pickup .img-area {
    width: 60%;
  }
}
.section-pickup .img-area img {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1025px) {
  .section-pickup .img-area img {
    border-radius: 20px;
  }
}
.section-pickup .text-area {
  width: 100%;
  line-height: 1.6em;
}
@media screen and (min-width: 1025px) {
  .section-pickup .text-area {
    width: calc(40% - 40px);
    padding-top: 40px;
  }
}
.section-pickup .title-pickup {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .section-pickup .title-pickup {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .section-pickup .btn-more {
    margin-left: 0;
  }
}

/*--------------------------------
 SECTION NEWS
--------------------------------*/
.section-news .news-list {
  margin-bottom: 40px;
}
.section-news .title-news {
  margin-top: -55px;
}
@media screen and (min-width: 1025px) {
  .section-news .title-news {
    margin-top: -105px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .section-news .btn-more {
    margin-right: 0;
  }
}

/*--------------------------------
 SECTION MOVIE
--------------------------------*/
.section-movie .card {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .section-movie .card {
    padding-bottom: 30px;
  }
}
.section-movie .title-movie {
  text-align: center;
  margin-top: -55px;
}
@media screen and (min-width: 1025px) {
  .section-movie .title-movie {
    margin-top: -105px;
  }
}
.section-movie .movie-box {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .section-movie .movie-box {
    max-width: 900px;
    margin-bottom: 50px;
  }
}
.section-movie .movie-box .youtube {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .section-movie .movie-box .youtube {
    border-radius: 20px;
  }
}/*# sourceMappingURL=index.css.map */