.s-pickup_carousel {
  line-height: 1;
}

.s-pickup_carousel .swiper-container {
  width: 100%;
}

.s-pickup_carousel .swiper-container .swiper-slide {
  position: relative;
  display: block;
  width: 782px;
  height: 400px;
}

.s-pickup_carousel .swiper-container .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 51, 90, 0) 0%, #00335a 100%);
}

.s-pickup_carousel .swiper-container .swiper-slide__image {
  width: 782px;
  height: 400px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-pickup_carousel .swiper-container .swiper-slide__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.s-pickup_carousel .swiper-container .swiper-slide__text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 3.2rem;
  color: #fff;
}

.s-pickup_carousel .swiper-container .swiper-slide__text__title {
  font-size: 2rem;
  line-height: 1.2;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.s-pickup_carousel .swiper-container .swiper-slide__text__summary {
  font-size: 1.4rem;
  line-height: 1.2;
}

.s-pickup_carousel .swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}

.s-pickup_carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
  margin: 0 .7rem !important;
}

.s-pickup_carousel .swiper-pagination-bullet-active {
  background: #00335a;
}

.s-pickup_carousel .swiper-button-next, .s-pickup_carousel .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  margin-top: -25px;
  cursor: pointer;
  background-size: 22px 42px;
  background-position: center;
  background-repeat: no-repeat;
}

.s-pickup_carousel .swiper-button-next:hover, .s-pickup_carousel .swiper-button-prev:hover {
  opacity: .5;
}

.s-pickup_carousel .swiper-button-next {
  background-image: url(/images/pc/icon/arrow_right_white.svg);
  right: calc(50% - 440px);
  left: auto;
}

.s-pickup_carousel .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(/images/pc/icon/arrow_right_white.svg);
  left: calc(50% - 440px);
  right: auto;
}

.s-pickup_carousel .swiper-button-disabled {
  opacity: 0;
}

.s-title_index {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00335a;
  font-family: serif;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.s-newarrival_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.s-newarrival_list__item {
  width: 226px;
  color: inherit;
  margin-bottom: 1.6rem;
}

.s-newarrival_list__item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.s-newarrival_list__item article {
  display: flex;
  flex-direction: column-reverse;
}

.s-newarrival_list__item__image {
  position: relative;
  margin-bottom: 0.8rem;
  width: 100%;
  height: 145px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-newarrival_list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.s-newarrival_list__item__image__category {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  z-index: 3;
  overflow: hidden;
}

.s-newarrival_list__item__image__category::after {
  content: "";
  width: 200%;
  height: 300%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: -1;
  transform: rotate(-20deg);
}

.s-newarrival_list__item__image__category.is-color_1::after {
  background: rgba(139, 195, 74, 0.8);
}

.s-newarrival_list__item__image__category.is-color_2::after {
  background: rgba(25, 167, 129, 0.8);
}

.s-newarrival_list__item__image__category.is-color_3::after {
  background: rgba(0, 188, 212, 0.8);
}

.s-newarrival_list__item__image__category.is-color_4::after {
  background: rgba(68, 138, 255, 0.8);
}

.s-newarrival_list__item__image__category.is-color_5::after {
  background: rgba(233, 30, 99, 0.8);
}

.s-newarrival_list__item__image__category.is-color_6::after {
  background: rgba(255, 64, 45, 0.8);
}

.s-newarrival_list__item__image__category.is-color_7::after {
  background: rgba(245, 124, 0, 0.8);
}

.s-newarrival_list__item__image__category.is-color_8::after {
  background: rgba(215, 215, 21, 0.8);
}

.s-newarrival_list__item__image__category.is-color_9::after {
  background: rgba(121, 85, 72, 0.8);
}

.s-newarrival_list__item__image__category.is-color_10::after {
  background: rgba(124, 33, 154, 0.8);
}

.s-newarrival_list__item__image__category.is-color_11::after {
  background: rgba(96, 125, 139, 0.8);
}

.s-newarrival_list__item__image__category.is-color_12::after {
  background: rgba(48, 63, 159, 0.8);
}

.s-newarrival_list__item__image__category.is-color_13::after {
  background: rgba(0, 94, 21, 0.8);
}

.s-newarrival_list__item__image__category.is-color_14::after {
  background: rgba(0, 117, 169, 0.8);
}

.s-newarrival_list__item__image__category.is-color_15::after {
  background: rgba(241, 158, 194, 0.8);
}

.s-newarrival_list__item__image__category.is-color_16::after {
  background: rgba(246, 179, 127, 0.8);
}

.s-newarrival_list__item__image__category.is-color_17::after {
  background: rgba(178, 136, 80, 0.8);
}

.s-newarrival_list__item__image__category.is-color_18::after {
  background: rgba(67, 67, 67, 0.8);
}

.s-newarrival_list__item__text__title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.s-newarrival_list__item__text__summary {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}

/* .s-newarrival_list__item__text__summary::after {
  todo remove ...
  content: "...";
} */

.s-partsnews_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.s-partsnews_list__item {
  width: 360px;
  margin-bottom: 1.6rem;
}

.s-partsnews_list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}

.s-partsnews_list__item a {
  display: flex;
  align-items: center;
  background: #F2F2F2;
  color: inherit;
}

.s-partsnews_list__item__image {
  width: 100px;
  height: 100px;
  margin-right: 1.6rem;
}

.s-partsnews_list__item__title {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.s-partsnews_list__item__title__ja {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .4rem;
}

.s-partsnews_list__item__title__en {
  color: #666;
  font-size: 1.4rem;
}

.s-customgenrenews_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.s-customgenrenews_list__item {
  width: 236px;
  height: 120px;
  display: flex;
  margin-bottom: 15px;
}

.s-customgenrenews_list__item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.s-customgenrenews_list__item a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}

.s-customgenrenews_list__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.s-customgenrenews_list__item__image {
  width: 100%;
  height: 100%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.s-customgenrenews_list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.s-customgenrenews_list__item__title {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  z-index: 3;
  justify-content: center;
  align-items: center;
}

.s-customgenrenews_list__item__title__ja {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .4rem;
}

.s-customgenrenews_list__item__title__en {
  font-size: 1.4rem;
}

.l-page_footer_listed {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 1.6rem;
}
.l-page_footer_listed img {
  margin-right: 1.6rem;
}
