.s-topic_list {
  display: flex;
  flex-wrap: wrap;
}

.s-topic_list__item {
  width: 50%;
}

.s-topic_list__item a {
  display: block;
  position: relative;
}

.s-topic_list__item a::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-topic_list__item__image {
  width: 100%;
  height: 253px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

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

.s-topic_list__item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.6rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

.s-title_index {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.s-trendnews_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s-trendnews_container__main {
  width: 484px;
  margin-right: 3.2rem;
}

.s-trendnews_container__main__list {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.4rem;
}

.s-trendnews_container__main__list li {
  margin-bottom: 1.6rem;
}

.s-trendnews_container__main__list .icon_new {
  display: inline-block;
  padding: .3em .8em;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .1em;
  font-weight: normal;
  background: #CB0000;
  border-radius: 10px;
  vertical-align: text-top;
  margin-left: 0.8rem;
}

.s-trendnews_container__imagebox__image {
  width: 300px;
  height: 200px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

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

.s-trendnews_container__imagebox__title {
  line-height: 1.4;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1rem;
}

.s-specialnews_list {
  display: flex;
  flex-wrap: wrap;
}

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

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

.s-specialnews_list__item a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.s-specialnews_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-specialnews_list__item__image {
  width: 100%;
  height: 100%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

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

.s-specialnews_list__item__title {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s-commonnews_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-commonnews_list__item {
  width: 48%;
  margin-bottom: 1.6rem;
}

.s-commonnews_list__item a {
  display: flex;
  color: inherit;
}

.s-commonnews_list__item__image {
  width: 108px;
  height: 80px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  margin-right: 1.6rem;
}

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

.s-commonnews_list__item__title {
  flex: 1;
  line-height: 1.2;
}

.s-selectnews__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.6rem;
}

.s-selectnews__title__main {
  display: flex;
  align-items: flex-end;
}

.s-selectnews__title__main__title {
  display: flex;
  align-items: center;
  color: #00335a;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 1.6rem;
  gap: .8rem;
}

.s-selectnews__title__main__summary {
  color: #00335a;
}

.s-selectnews__title__link {
  color: #00335a;
  font-size: 1.4rem;
}

.s-selectnews__title__link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/images/pc/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 6px 10px;
  margin-left: 0.8rem;
}

.s-selectnews_list {
  line-height: 1;
  background: #ECF1F7;
  border-radius: 10px;
  padding: 3.2rem 0.8rem;
  display: flex;
  align-items: center;
}

.s-selectnews_list .swiper-container {
  flex: 1;
}

.s-selectnews_list a.swiper-slide {
  position: relative;
}

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

.s-selectnews_list a.swiper-slide .swiper-slide__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-selectnews_list a.swiper-slide .swiper-slide__category::after {
  content: "";
  width: 200%;
  height: 300%;
  background: rgba(0, 51, 90, 0.8);
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: -1;
  transform: rotate(-20deg);
}

.s-selectnews_list a.swiper-slide .swiper-slide__image {
  width: 100%;
  height: 160px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

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

.s-selectnews_list a.swiper-slide .swiper-slide__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  z-index: 4;
}

.s-selectnews_list .swiper-button__next, .s-selectnews_list .swiper-button__prev {
  width: 25px;
  height: 24px;
  cursor: pointer;
  outline: none;
  background-size: 13px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.s-selectnews_list .swiper-button__next:hover, .s-selectnews_list .swiper-button__prev:hover {
  opacity: .7;
}

.s-selectnews_list .swiper-button__next {
  background-image: url(/images/pc/icon/arrow_right_blue.svg);
}

.s-selectnews_list .swiper-button__prev {
  transform: rotate(180deg);
  background-image: url(/images/pc/icon/arrow_right_blue.svg);
}

.s-selectnews_list .swiper-button-disabled {
  visibility: hidden;
}

.s-block_youtube .carprime {
  display: block;
}

/* partsnews_list */
.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: 80px;
  height: 80px;
  margin-right: 2rem;
}

.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;
}

/* outside banner */
.s-outside_banner {
    transform: translateX(0%);
}
.s-outside_banner.fix {
    position: fixed;
    width: 1080px;
    margin: auto;
    left: 50%;
    top: -4.8rem;
    transform: translateX(-50%);
}
.s-outside_banner .inner {
  position: relative;
  z-index: 99;
}

.s-outside_banner .inner .banner {
  position: absolute;
  /*top: -43px;*/
  /* pagetopからの距離＋フッター固定バナー分マイナス */
  /*height: calc(100vh - (161px + 100px));*/
}
.s-outside_banner .inner .banner img {
  max-height: 100%;
  width: auto;
}
.s-outside_banner .inner .banner.is-left {
  left: -176px;
  top:4.8rem
}
.s-outside_banner .inner .banner.is-right {
  right: -176px;
  top:4.8rem
}
.s-outside_banner .inner .banner .banner_block {
  position: relative;
}
.s-outside_banner .inner .banner .banner_block::after {
  position: absolute;
  content: 'PR';
  width: 2.4rem;
  bottom: -2.4rem;
  left: 0;
  font-size: 1.4rem;
  color: #999;
}

@media only screen and (max-width: 1423px) {
    .s-outside_banner .inner .banner img {
        width: 115px;
        height: 432px;
    }
    .s-outside_banner .inner .banner.is-left {
        left: -131px;
    }
    .s-outside_banner .inner .banner.is-right {
        right: -131px;
    }
}

.l-page_footer__btn_to_top{
  display: none;
}
