@charset "UTF-8";
/*------------------------------------------------

モーダル部分css

-------------------------------------------------*/
.modal__item {
  margin-bottom: 40px;
}

.modal__item .modal {
  overflow: hidden;
  position: relative;
}

.modal__item .modal::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.modal__item .modal img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

.main-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1111111;
  width: 100%;
  left: 0;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.main-modal .container {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
}

.main-modal .container .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.main-modal .container .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.main-modal .container .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */


@media screen and (min-width: 1000px)
  .columnAndCarousel__singleCategory h3,
  .footer__inner,
  .swiper--columnAndCarousel .swiper-wrapper{
    padding: 0 144px 0 0 !important;
  }
}