/*************************************************

container

*************************************************/
.container::before {
  display: none;
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  overflow: hidden;
  position: relative;
}

/* top-mv__logo
---------------------------------------*/
.top-mv__logo {
  position: absolute;
  left: 8rem;
  bottom: 10rem;
  width: 53.6rem;
  line-height: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv__logo {
    left: 2rem;
    bottom: 3rem;
    width: 23.3rem;
  }
}

/* top-mv__swiper
---------------------------------------*/
.top-mv__swiper {
  position: relative;
  margin-left: 30rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__swiper {
    margin-left: 0;
  }
}

.top-mv__swiper-img {
  overflow: hidden;
  height: calc(100vh - 10rem);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__swiper-img {
    aspect-ratio: 375/450;
    height: auto;
  }
}
.top-mv__swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-slide-prev .top-mv__swiper-img img, .swiper-slide-active .top-mv__swiper-img img {
  -webkit-animation: mv_scale 12s 0s both;
          animation: mv_scale 12s 0s both;
}

@-webkit-keyframes mv_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes mv_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes mv_df {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mv_df {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* top-mv__swiper-pagination
---------------------------------------*/
.top-mv__swiper-pagination {
  position: absolute;
  bottom: 2rem !important;
  right: 0 !important;
  left: auto !important;
  width: calc(100% - 30rem) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__swiper-pagination {
    width: 100% !important;
    bottom: 1rem !important;
    gap: 0.8rem;
  }
}
.top-mv__swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 4.5rem;
  height: 0.5rem;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-mv__swiper-pagination .swiper-pagination-bullet {
    width: 2.6rem;
    height: 0.2rem;
  }
}
.top-mv__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #AC3A3A;
}

/*************************************************

top-info

*************************************************/
.top-info {
  overflow: hidden;
  margin: 8rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .top-info {
    margin: 4rem auto 5rem;
  }
}

.top-info__swiper {
  position: relative;
  width: min(109rem, 100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-info__swiper .swiper-wrapper {
    gap: 1.6rem;
  }
}
.top-info__swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-info__swiper .swiper-slide {
    width: calc(33.3333333333% - 1.0666666667rem);
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
  }
}

.top-info__swiper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.top-info__swiper-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  width: 100%;
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .top-info__swiper-anchor:hover {
    color: #fff;
    background-color: #AC3A3A;
  }
  .top-info__swiper-anchor:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top-info__swiper-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 352/264;
}
.top-info__swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.top-info__swiper-text {
  margin: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.top-info__swiper-bottom {
  margin-top: auto;
  padding: 0 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .top-info__swiper-buttom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-info__swiper-buttom {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 10;
  }
  .top-info__swiper-buttom img {
    width: 3.2rem;
  }
  .top-info__swiper-buttom.swiper-button-disabled {
    opacity: 0;
  }
  .top-info__swiper-buttom.is-prev {
    left: -1rem;
  }
  .top-info__swiper-buttom.is-prev img {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .top-info__swiper-buttom.is-next {
    right: -1rem;
  }
}

/*************************************************

top-parallax

*************************************************/
.top-parallax {
  position: relative;
  overflow: hidden;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .top-parallax {
    height: auto;
    aspect-ratio: 375/130;
  }
}

.top-parallax__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-parallax__img {
    left: -40%;
    width: 180%;
  }
}

/*************************************************

top-news

*************************************************/
.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .top-news {
    display: block;
    margin: 4rem auto 5rem;
  }
  .top-news .parts-button01 {
    margin-top: 4rem;
  }
  .top-news .parts-button01__anchor {
    width: 100%;
    gap: 3rem;
  }
}

.top-news__left {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .top-news__left {
    width: auto;
  }
}

.top-news__right {
  width: min(82.8rem, 100% - 18rem);
}
@media screen and (max-width: 767px) {
  .top-news__right {
    width: auto;
  }
}

/* top-news__tab
---------------------------------------*/
.top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 4rem;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: #565656 solid 0.2rem;
}
@media screen and (max-width: 767px) {
  .top-news__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.8rem 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
}

.top-news__tab-button {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-news__tab-button::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 0.4285714286em;
  height: 0.4285714286em;
  background-color: #AC3A3A;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .top-news__tab-button:hover {
    color: #AC3A3A;
  }
}
.top-news__tab-button.is-current {
  color: #AC3A3A;
}
.top-news__tab-button.is-current::before {
  opacity: 1;
}

/* top-news__changes
---------------------------------------*/
.top-news__changes {
  display: none;
}
.top-news__changes.is-current {
  display: block;
}

/* top-news__list
---------------------------------------*/
.top-news__list {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .is-current .top-news__list {
    -webkit-animation: listanime_pc 0.4s 0.1s forwards;
            animation: listanime_pc 0.4s 0.1s forwards;
  }
}
@media screen and (max-width: 767px) {
  .top-news__list {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .is-current .top-news__list {
    -webkit-animation: listanime_sp 0.4s 0.1s forwards;
            animation: listanime_sp 0.4s 0.1s forwards;
  }
}

@-webkit-keyframes listanime_pc {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes listanime_pc {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes listanime_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes listanime_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-news__list-item + .top-news__list-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: #565656 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-news__list-item + .top-news__list-item {
    padding-top: 2rem;
  }
}

.top-news__list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-news__list-anchor {
    display: block;
  }
}

.top-news__list-img {
  width: 16.8rem;
  aspect-ratio: 168/126;
  background-color: #565656;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__list-img {
    width: 100%;
  }
}
@media (any-hover: hover) {
  a:hover .top-news__list-img {
    opacity: 0.7;
  }
}

.top-news__list-letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20rem);
  margin-top: 1.3rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .top-news__list-letters {
    width: 100%;
    margin-top: 0.5rem;
    padding-right: 0;
  }
}
.top-news__list-letters::after {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: #AC3A3A solid 1px;
  border-top: #AC3A3A solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__list-letters::after {
    display: none;
  }
}
@media (any-hover: hover) {
  a:hover .top-news__list-letters::after {
    right: 2rem;
  }
}

.top-news__list-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-news__list-meta {
    margin-bottom: 0.8rem;
  }
}

.top-news__list-label {
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #565656;
}
@media screen and (max-width: 767px) {
  .top-news__list-label {
    font-size: 1rem;
  }
}

.top-news__list-date {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-news__list-date {
    font-size: 1.2rem;
  }
}

.top-news__list-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__list-title {
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (any-hover: hover) {
  a:hover .top-news__list-title {
    color: #AC3A3A;
  }
}