@charset "UTF-8";

/* トップページ（ＰＣ） ファーストビュー用 */

.wrapper {
  padding-top: 67px;
}

#block_of_top_body #top-slider-warp {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
#block_of_top_body #top-slider-warp.is-active {
    opacity: 1;
}
#block_of_top_body .swiper-container {
  position: relative;
}
#block_of_top_body #top-slider-warp .swiper-slide {
  line-height: 0;
}
#block_of_top_body .swiper-slide img {
  display: block;
  margin: auto;
}
#block_of_top_body .swiper-button-prev,
#block_of_top_body .swiper-button-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 100%;
  display: block;
}
#block_of_top_body .swiper-button-next {
  left: auto;
  right: 0;
}
#block_of_top_body .swiper-button-prev::after,
#block_of_top_body .swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 63px;
  transition: .4s ease;
}
#block_of_top_body .swiper-button-prev::after {
  background: url(../../img/usr/common/arrow_prev.png) no-repeat center / 100%;
}
#block_of_top_body .swiper-button-prev:hover::after {
  left: -15px;
}
#block_of_top_body .swiper-button-next::after {
  background: url(../../img/usr/common/arrow_next.png) no-repeat center / 100%;
}
#block_of_top_body .swiper-button-next:hover::after {
  right: -15px;
}
#block_of_top_body .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
}
#block_of_top_body .swiper-pagination-bullet {
  background: #FFF;
  width: 6px;
  height: 6px;
  opacity: 1;
  margin: 0 8px;
  transition: .3s ease;
}
#block_of_top_body .swiper-pagination-bullet-active {
  background: #AA0046;
  width: 12px;
  height: 12px;
}
#block_of_top_body .block-top-news {
  background: #320523;
  padding: 19px 0 21px;
  text-align: center;
}
#block_of_top_body .block-top-news li:not(:last-child) {
  margin: 0 0 8px;
}
#block_of_top_body .block-top-news a {
  color: #FFF;
  font-size: 13px;
}
#block_of_top_body .block-top-limited {
  padding: 64px 0 0;
  background-color: #FFFDF7;
  background-image: linear-gradient(-90deg, #FFFAEB 50%, transparent 50%);
  background-size: 14px 14px;
}
#block_of_top_body .block-top-limited--box {
  padding: 0 0 140px;
  background: url(../../img/usr/top/img_triangle.png) no-repeat center bottom / 100%;
}
#block_of_top_body .block-top-limited .inner {
  width: 80vw;
  margin: 0 auto;
}
#block_of_top_body .block-top-limited .block-section-title {
  margin: 0 0 20px;
}
#block_of_top_body .block-top-limited--intro {
  font-size: 16px;
  text-align: center;
  font-family: serif;
  margin: 0 0 20px;
}
#block_of_top_body .block-top-limited--bnr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  gap: 40px;
}
#block_of_top_body .block-top-limited--bnr li {
  width: calc((100% - 40px) / 3);
}
#block_of_top_body .block-top-limited--bnr li a:hover {
  opacity: .8;
}