@charset "utf-8";
@import url("../../css/bootstrap-4.4.1.css");
@import url("../../css/reset.css");
@import url("../../css/sp.css");
@import url("../../css/icon_style.css");
@import url("../../css/common.css");
@import url("../../css/magnific-popup.css");
@import url("swiper.min.css");
/* common
====================================================================================================== */
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: roycroft, "FOT-パルレトロン Std B", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000 url("../../images/bg_pc_common1.jpg")no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/*　./common
====================================================================================================== */
/*　pc/sp
====================================================================================================== */
@media only screen and (max-width: 1024px) {
  .sp_bg_c1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000 url("../../images/bg_sp_common1.jpg")no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    transition: all 1s;
  }
}
@media only screen and (min-width: 1025px) {}
/*　./pc/sp
====================================================================================================== */
/*　swiper
====================================================================================================== */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-button-prev, .swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
@media only screen and (max-width: 599px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
  }
}
/*　./swiper
====================================================================================================== */