.hero {
  height: 78.8rem;
}
@media (max-width: 767px) {
  .hero {
    height: 66.7rem;
  }
}
.hero__visual {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero__visual img,
.hero__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__visual img,
.hero__visual video {
    object-position: -23rem 0rem;
  }
}

.top-banner-list {
  display: flex !important;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .top-banner-list {
    justify-content: center;
  }
}
.top-banner-list__item {
  flex: 0 0 calc(25% - 1.5rem);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .top-banner-list__item {
    flex: 0 0 calc(50% - 1rem);
  }
}
.top-banner-list__item:hover {
  opacity: 0.8;
}

.top-about {
  padding: 7.2rem 0;
}
@media (max-width: 767px) {
  .top-about {
    padding: 4.8rem 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-about-body {
    grid-row: 2/3;
  }
}

@media print, screen and (min-width: 768px) {
  .top-about-image {
    grid-row: span 4;
  }
}
.top-about-row {
  display: grid;
  grid-template-columns: 1fr 49rem;
  gap: 0 7.4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .top-about-row {
    display: block;
  }
}

.top-about-title {
  font-size: 2.6rem;
  line-height: 4.4rem;
}
@media (max-width: 767px) {
  .top-about-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.top-about-title span {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .top-about-title span {
    font-size: 2.6rem;
  }
}

.top-report {
  padding: 6.4rem 0;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .top-report {
    padding: 4.8rem 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-report-row {
    display: grid;
    grid-template-columns: 39.2rem 1fr;
    gap: 6.8rem;
    margin-right: calc(50% - 50vw);
  }
}

.top-report-icon {
  margin: auto;
}
.top-report-icon__text {
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 0.8rem;
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .top-report-icon__text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.top-report-title {
  font-size: 2.6rem;
  line-height: 5.6rem;
}
@media (max-width: 767px) {
  .top-report-title {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
.top-report-title span {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .top-report-title span {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .top-report-gallery {
    margin-right: calc(50% - 50vw);
    padding-left: 4.6rem;
    margin-bottom: 4.8rem;
  }
}
.top-report-gallery .splide__pagination,
.top-report-gallery .splide__arrows {
  display: none;
}

.top-report-card:hover .top-report-card__image > img {
  scale: 1.05;
}
.top-report-card__tag {
  position: absolute;
  inset: 1.6rem auto auto 1.6rem;
  background-color: var(--color-accent);
  padding: 0.1rem 0.6rem 0.2rem;
  color: #fff;
  line-height: 2.3rem;
  font-weight: 500;
  font-family: var(--font-serif);
  z-index: 2;
}
@media (max-width: 767px) {
  .top-report-card__tag {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
.top-report-card__image {
  position: relative;
  margin-bottom: 2.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-report-card__image {
    margin-bottom: 2rem;
  }
}
.top-report-card__image img {
  transition: 0.4s;
  width: 30rem;
  height: 30rem;
}
@media (max-width: 767px) {
  .top-report-card__image img {
    width: 25.2rem;
    height: 25.2rem;
  }
}
@media (max-width: 767px) {
  .top-report-card__date {
    font-size: 1.2rem;
  }
}
.top-report-card__content {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .top-report-card__content {
    grid-template-columns: 4.3rem 1fr;
    gap: 1.5rem;
  }
}
.top-report-card__label {
  width: 5.8rem;
  height: 6.767rem;
  background-image: url("../images/common/label-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 4.3rem;
  text-align: center;
  line-height: 6.7rem;
  position: relative;
  font-family: var(--font-secondary);
}
@media (max-width: 767px) {
  .top-report-card__label {
    width: 4.3rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 3.2rem;
  }
}
.top-report-card__label span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-primary);
}
@media (max-width: 767px) {
  .top-report-card__label span {
    font-size: 1.2rem;
    bottom: -1.5rem;
  }
}
.top-report-card__title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top-report-card__title {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-top: 0.5rem;
  }
}

.top-media {
  padding: 5.6rem 0;
  overflow-x: clip;
}
.top-media .c-button__arrow {
  right: 1.54rem;
}

.top-media-headiline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .top-media-headiline {
    display: block;
  }
}

.top-media-icon {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .top-media-icon {
    transform: translate(0, -1.6rem);
  }
}
.top-media-icon__text {
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: 0.8rem;
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-media-icon__text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.top-media-title {
  font-size: 2.6rem;
  line-height: 5rem;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  .top-media-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 4rem;
    margin: 0 0 0.4rem;
  }
}
.top-media-title span {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .top-media-title span {
    font-size: 2.6rem;
  }
}

.top-product {
  padding: 5.6rem 0;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .top-product {
    padding: 3rem 0;
  }
}

.top-product-icon {
  margin: 0 auto 0.4rem;
}
.top-product-icon__text {
  text-align: center;
  color: var(--color-ivorie);
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .top-product-icon__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.top-product-title {
  font-size: 2.6rem;
  line-height: 4rem;
}
.top-product-title + p {
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .top-product-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.7rem;
  }
}
.top-product-title span {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .top-product-title span {
    font-size: 2.6rem;
  }
}

.top-product-card {
  position: relative;
}
.top-product-card:hover .top-product-card__image img {
  scale: 1.05;
}
.top-product-card__image {
  overflow: hidden;
}
.top-product-card__image img {
  transition: 0.4s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-product-card__image img {
    width: 10.2rem;
    height: 10.2rem;
  }
}
.top-product-card__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(191, 159, 51, 0.88);
  text-align: center;
  color: #fff;
  font-weight: 600;
  height: 3.7rem;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .top-product-card__label {
    font-size: 1.4rem;
    height: 2.3rem;
  }
}
@media (max-width: 767px) {
  .top-product-card--l .top-product-card__image img {
    width: 100%;
    height: 12.8rem;
  }
}
.top-product-card--l .top-product-card__label {
  background: rgba(191, 159, 51, 0.64);
}
@media print, screen and (min-width: 768px) {
  .top-product-card--l .top-product-card__label {
    font-size: 2.6rem;
    height: 4.8rem;
  }
}

.top-links {
  padding: 5.6rem 0;
  background-color: var(--color-light);
}
@media (max-width: 767px) {
  .top-links {
    padding: 2.4rem 0;
  }
}

.top-link-card {
  height: 7.2rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  font-family: var(--font-serif);
  font-weight: 600;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .top-link-card {
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.top-link-card:hover {
  filter: brightness(0.9);
}
.top-link-card::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
}
@media (max-width: 767px) {
  .top-link-card::before {
    width: 0.4rem;
  }
}

.js-enter-active {
  transition: 1.25s;
  opacity: 0;
  transform: translate(0, 30px);
  transition-delay: 0.35s;
  filter: blur(9px);
}
.js-enter-active.is-active {
  filter: none;
  opacity: 1;
  transform: none;
}

.top-links + .c-product-links {
  display: none;
}

/*# sourceMappingURL=index.css.map */
