@charset "UTF-8";
/** pxからvwへ変換関数 **/
/*================
MV
==================*/
.SwiperMv-wrapper {
  overflow: hidden;
}

.SwiperMv {
  max-width: 1280px;
  overflow: visible !important;
}

.SwiperMv .swiper-slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.SwiperMv .swiper-slide-active img {
  opacity: 1;
}

.about-section .flex-cardbox-white {
  margin-top: 4rem;
}

.about-section .flex-cardbox-white a {
	display: block;
}

.about-section .flex-cardbox-white a:hover {
  box-shadow: 0px 0px 10px 0px #ffffff;
}

.about-section .bg-light-gray {
  position: relative;
}

.about-section .bg-light-gray:after {
  content: "";
  background-color: rgba(11, 11, 16, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about-section .container-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-section .container-center .col-02 {
  margin-bottom: 0;
}

.about-section .container-center .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.about-section .container-center .content h3 {
	font-weight: 400;
}

.about-section .container-center .content .btns .btn {
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}

.about-section .container-center .content .btns .btn:hover {
	color: #574B9C;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #ffffff;
}

.about-section .container-center .content .btns .btn:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.swipe-pagefunc {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  z-index: 10;
}

.swipe-pagefunc button {
  margin-left: 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 1rem;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
  position: static;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet-active {
  background: #574B9C;
}

.swiper-button-next, .swiper-button-prev {
  background-color: rgba(11, 11, 16, 0.5);
  width: 40px;
  height: 80px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #0b0b10;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1160px) {
  .SwiperMv .swiper-slide img {
    width: 100%;
    height: 500px;
  }
}

@media screen and (min-width: 761px) and (max-width: 1280px) {
  .pickup-section .col-04 {
    width: 48%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 760px) {
  body {
    font-size: 4vw;
  }
  .SwiperMv .swiper-slide img {
    height: 224px;
  }
  .SwiperMv-wrapper {
    overflow: visible;
  }
  .swipe-pagefunc {
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-top: 3rem;
  }
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 33%;
  }
  .about-section .container-center .content .btns {
    margin-top: 2rem;
  }
  .about-section .container-center .content .btns .btn {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .accordion-text .info .date {
    font-size: 3.46667vw;
  }
  .accordion-text .info .category {
    font-size: 3.46667vw;
  }
  .magazine .col-03 a .text {
    font-size: 4vw;
  }
  .magazine .catetory {
    display: block;
    width: 100%;
    text-align: center;
  }
  .magazine h3 {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=top.css.map */