.l-top {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-top__header {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
.is-load .l-top__header {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-top__inner {
  display: block;
  position: relative;
  padding: 80px 0 264px;
  padding: 5rem 0 16.5rem;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .l-top__inner {
    padding: 0 0 8.2rem;
  }
}
.is-load .l-top__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}

.p-hero {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-hero__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 48px 0;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 2rem 0;
  }
}

.p-hero_slide {
  display: block;
  position: relative;
}
.p-hero_slide__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.p-hero_slide__list-item {
  width: 37.5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}
.p-hero_slide__data {
  display: block;
  position: relative;
}
.p-hero_slide__data[href]::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-yellow);
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-hero_slide__data:hover::after,
  .p-hero_slide__data:focus-visible::after {
    opacity: 0.2;
  }
}
.p-hero_slide__data-img {
  display: block;
  position: relative;
}
.p-hero_slide__pagination {
  width: 90%;
  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;
  position: relative;
  margin: 38.4px auto 0;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero_slide__pagination {
    margin-top: 1.2rem;
  }
}
.p-hero_slide__pagination-item {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: block;
  position: relative;
  margin: 0 8px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero_slide__pagination-item {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
  }
}
.p-hero_slide__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-yellow);
  border-radius: 50%;
  opacity: 0;
}
.p-hero_slide__pagination-item.is-current::before {
  opacity: 1;
}

.p-hero_slide__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.6px solid var(--color-yellow);
  border: 0.1rem solid var(--color-yellow);
  border-radius: 50%;
}

.p-content {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-content__container {
  width: 90%;
  max-width: var(--maxW);
  position: relative;
  margin: 0 auto;
  padding: 112px 0;
  padding: 7rem 0;
}
@media screen and (max-width: 960px) {
  .p-content__container {
    width: 92%;
    padding: 4rem 0;
  }
}
.p-content__header {
  width: 100%;
  position: relative;
  margin: 0 auto 96px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 960px) {
  .p-content__header {
    margin-bottom: 2.8rem;
  }
}
.p-content__title {
  width: 640px;
  width: 40rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-content__title {
    width: 22rem;
  }
}

.p-top_news {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-top_news__contents {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_news__contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 39.5rem;
    grid-template-columns: 1fr 39.5rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 2.8rem;
  }
}
.p-top_news__contents-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_news__contents-item + .p-top_news__contents-item {
    margin-top: 4.2rem;
  }
}

.p-top_news_in {
  width: 100%;
  height: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 6rem;
  grid-template-rows: 1fr 6rem;
  gap: 60.8px;
  gap: 3.8rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_news_in {
    display: -ms-grid;
    display: grid;
  }
}
.p-top_news_in__inner {
  display: block;
  position: relative;
}
.p-top_news_in__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 51.2px;
  gap: 3rem 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-top_news_in__list {
    gap: 1.5rem 1.6rem;
  }
}
.p-top_news_in__footer {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_news_in__footer {
    margin-top: 2.2rem;
  }
}
.p-top_news_in__btn {
  width: 448px;
  width: 28rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_news_in__btn {
    width: 18rem;
  }
}

.p-top_news_timeline {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 57.6px 0 0;
  padding: 3.6rem 0 0;
  background: var(--color-black);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_news_timeline {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news_timeline {
    padding: 2.6rem 0 0;
    border-radius: 1rem;
  }
}
.p-top_news_timeline__header {
  width: 90%;
  position: relative;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .p-top_news_timeline__header {
    margin-bottom: 1.8rem;
  }
}
.p-top_news_timeline__title {
  width: 73.5%;
  position: relative;
  margin: 0 auto;
}
.p-top_news_timeline__inner {
  width: 90%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_news_timeline__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-height: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news_timeline__inner {
    margin: 0 auto;
  }
}
.p-top_news_timeline__iframe {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_news_timeline__iframe {
    height: 39rem;
  }
}
.p-top_news_timeline__iframe > div,
.p-top_news_timeline__iframe iframe {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_news_timeline__iframe > div,
  .p-top_news_timeline__iframe iframe {
    height: 39rem;
  }
}

.p-top_goods {
  display: block;
  position: relative;
}
.p-top_goods__content {
  display: block;
  position: relative;
}
.p-top_goods__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 51.2px;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_goods__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.6rem;
  }
}
.p-top_goods__footer {
  display: block;
  position: relative;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-top_goods__footer {
    margin-top: 2.2rem;
  }
}
.p-top_goods__btn {
  width: 448px;
  width: 28rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_goods__btn {
    width: 18rem;
  }
}