@charset "utf-8";

body,
html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  color: #4b4242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  vertical-align: bottom;
  height: auto;
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

#content_wrapper {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
#content_wrapper img {
  width: 100%;
  height: auto;
}

/*スライダー*/
.swiper-button-prev.custom-arrow::after,
.swiper-button-next.custom-arrow::after {
  content: "" !important;
  display: none !important;
  color: transparent !important;
  background: none !important;
  border: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

.swiper-outer {
  position: relative;
}
.swiper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 0 40px;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.swiper.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #999;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

@media (min-width: 768px) {
  .swiper-outer .swiper-button-prev.custom-arrow,
  .swiper-outer .swiper-button-next.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .swiper-outer .swiper-button-prev.custom-arrow {
    left: -60px;
    background-image: url("../img/arrow-left.webp");
  }
  .swiper-outer .swiper-button-next.custom-arrow {
    right: -60px;
    background-image: url("../img/arrow-right.webp");
  }
  .swiper-outer .custom-arrow {
    cursor: pointer;
  }
  .swiper-button-prev.custom-arrow::after,
  .swiper-button-next.custom-arrow::after {
    content: "" !important;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-outer .swiper-button-prev.custom-arrow,
  .swiper-outer .swiper-button-next.custom-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .swiper-outer .swiper-button-prev.custom-arrow {
    left: 8px;
    background-image: url("../img/arrow-left.webp");
  }
  .swiper-outer .swiper-button-next.custom-arrow {
    right: 8px;
    background-image: url("../img/arrow-right.webp");
  }
  .swiper-button-prev.custom-arrow::after,
  .swiper-button-next.custom-arrow::after {
    content: "" !important;
    display: none !important;
  }
}

#content_wrapper .btn {
  width: 90%;
  margin: 0 5%;
}
.footer-links {
  margin-top: 30px;
}
