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

/*==== all ====*/
.view-pc {
  display: block;
}
.view-sp {
  display: none;
}
.view768 {
  display: none;
}
.view695 {
  display: none;
}
.view551 {
  display: none;
}
.Nview650 {
  display: block;
}
.Nview476 {
  display: block;
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
  .mgbtm40 {
    margin-bottom: 40px;
  }
  .view768 {
    display: block;
  }
}
@media screen and (max-width: 695px) {
  .view695 {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .Nview650 {
    display: none;
  }
}
@media screen and (max-width: 551px) {
  .view551 {
    display: block;
  }
}
@media screen and (max-width: 476px) {
  .Nview476 {
    display: none;
  }
}

/*==== Main-Visual ====*/

.main-visual {
  overflow: hidden;
  position: relative;
}
.main-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.swiper-main .swiper-slide img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
  margin: 0 0;
}

/*==== Swiper ====*/

.swiper-container {
  text-align: center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-pagination {
  color: #bbbbbb;
  font-size: 3rem;
  opacity: 0.75;
}

/* swiper矢印 */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #bbbbbb;
  font-size: 3rem;
  opacity: 0.75;
}

/* swiper ページネーションカラー */
.swiper-pagination-bullet-active {
  --swiper-pagination-color: #bbbbbb;
}

/*====元のswiper
.swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 48px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 4px #bbb;
}
.swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 48px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 4px #bbb;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
====*/

/*==== PICKUP NEWS ====*/
.contents-glay {
  background-color: #f3f3f3;
  padding-bottom: 5rem;
}
.swiper-slide.bg-white {
  background-color: #fff;
}
.news-copy {
  height: 80px;
  margin: 0;
  padding: 1rem;
  font-size: 1.2rem;
  vertical-align: middle !important;
  line-height: 2rem;
}

.pickup {
  max-width: 100%;
  margin: 0 auto;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 500px;
  height: auto;
  margin: 0 0;
}

@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .news-copy {
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 400px) {
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 4px !important;
  width: 40px !important;
  height: 5px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 20px !important;
    height: 5px !important;
  }
}

/*==== リンク画像 ====*/
.pickup a img {
  transition: 0.5s !important; /* なめらかに変化 */
}

.pickup a img:hover {
  opacity: 0.5 !important; /* 半透明にする */
  background-color: black;
}
