body {
  position: relative;
}
body::before {
  content: "";
  background-color: #e8e2d9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 127rem;
  z-index: -1;
}

.a-splite-fadein {
  transition-delay: 0.06s;
}

.header {
  position: absolute;
  top: 3rem;
  right: 6rem;
  width: auto;
  padding: 0;
}
.header__inner {
  display: block;
}
.header__cta {
  margin-bottom: 40rem;
}
@media print, screen and (min-width: 768px) {
  .header__menu {
    width: 16.2rem;
    height: 100%;
    margin-left: auto;
    border-radius: 10px;
    background: #fff;
    border: 2px solid;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__menu-body {
    padding: 2.5rem;
  }
  .header__menu-link {
    display: block;
    font-weight: bold;
  }
  .header__menu-link + .header__menu-link {
    margin-top: 1.5rem;
  }
  .header__menu::before {
    display: none;
  }
  .header__menu .header__menu-button {
    background-color: var(--color);
    border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
  .header__menu .header__menu-button span {
    width: 4rem;
    top: 2.5rem;
    background-color: #fff;
  }
  .header__menu .header__menu-button span:nth-child(2) {
    top: 3.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .header__menu-body {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__menu-body {
    display: none;
  }
}
.top-hero {
  position: relative;
  width: 100%;
  height: 65.1rem;
  margin-bottom: 15rem;
  height: 76.8rem;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .top-hero {
    height: 62rem;
    margin-bottom: 6.5rem;
  }
}
.top-hero__inner {
  position: relative;
}
@media (max-width: 767px) {
  .top-hero__inner {
    height: 100%;
  }
}
.top-hero svg {
  position: absolute;
  width: 100%;
  top: 4.95rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1079px) {
  .top-hero svg {
    width: 79rem;
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .top-hero svg {
    top: 8.5rem;
    width: 36.5rem;
    height: 37.4rem;
  }
}
.top-hero__logos {
  position: fixed;
  left: 0;
  top: 2rem;
  z-index: -2;
}
.top-hero__logo + .top-hero__logo {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .top-hero__logo + .top-hero__logo {
    margin-top: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero__logo:nth-child(n+8) {
    display: none;
  }
}
.top-hero__catch {
  font-size: 6.4rem;
  font-weight: bold;
  z-index: 2;
  top: 14.5rem;
  left: 0;
  position: absolute;
}
@media (max-width: 1079px) {
  .top-hero__catch {
    font-size: 5.6rem;
    left: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero__catch {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .top-hero__catch {
    top: 46.5rem;
    left: 1.5rem;
  }
}
.top-hero__catch > span {
  display: block;
  height: fit-content;
  white-space: nowrap;
  animation: catchfade 0.4s cubic-bezier(0.86, 0, 0.07, 1) both;
  transform: translate(0, -10px);
  opacity: 0;
}
@keyframes catchfade {
  to {
    opacity: 1;
    @media print, screen and (min-width: 768px) {
      .top-hero__catch > span {
        transform: skew(0deg, -15deg);
      }
    }
  }
}
.top-hero__catch > span:nth-child(2) {
  animation-delay: 0.8s;
}
.top-hero__catch > span:nth-child(3) {
  animation-delay: 1.6s;
}
@media print, screen and (min-width: 768px) {
  .top-hero__catch > span {
    padding: 0 0.5rem 2rem;
    transform: skew(0deg, -15deg);
    border-right: 2px solid;
  }
  .top-hero__catch > span:nth-child(1), .top-hero__catch > span:nth-child(3) {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .top-hero__catch > span {
    font-size: 3.2rem;
    width: fit-content;
    border-bottom: 1px solid;
    transform:skew(-15deg)
  }
  .top-hero__catch > span .absolute {
    position: static !important;
  }
}
.top-hero__catch2 {
  position: absolute;
  right: 3rem;
  bottom: 13rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-hero__catch2 {
    width: 19.6rem;
    right: 0.5rem;
    bottom: -4.6rem;
  }
}
.top-hero__catch2-list {
  width: 631px;
  height: 680px;
  position: absolute;
  left: 50%;
  top: 4.95rem;
  transform: translate(-50%, 0);
}
@media (max-width: 1079px) {
  .top-hero__catch2-list {
    top: -4.05rem;
  }
}
@media (max-width: 767px) {
  .top-hero__catch2-list {
    width: 34.5rem;
    height: 37.4rem;
  }
}

.main {
  height: 600rem;
}

.top-about-band-shadow {
  top: 10rem;
}
@media (max-width: 767px) {
  .top-about-band-shadow {
    top: 0;
  }
}

.top-about {
  padding: 10rem 0 0;
  position: relative;
  z-index: 4;
}
.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  border-radius: 20rem 20rem 0px 0px;
  background: transparent;
  outline: 5px solid #fff;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.04);
}
@media (max-width: 767px) {
  .top-about::before {
    height: 97%;
    border-radius: 7rem 7rem 0 0;
  }
}
@media (max-width: 767px) {
  .top-about {
    padding: 5rem 1.5rem 15rem;
    margin-bottom: 14rem;
    border-radius: 7rem 7rem 0 0;
  }
}

.band-line {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000px;
  pointer-events: none;
}
.band-line.is-active {
  animation: draw 2s var(--transition1) both;
}
.band-line__catch {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 1s;
}
.band-line__catch.is-active {
  opacity: 1;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}
.top-articles {
  padding: 25rem 0 0;
  background-color: #F2EFEB;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .top-articles {
    padding: 10rem 0 0;
  }
}
.top-article:last-child .top-article__inner {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .top-article:last-child .top-article__inner::after {
    display: none;
  }
}
.top-article__inner {
  padding: 5rem 6rem 10rem;
  position: relative;
  border-bottom: 1.5px solid;
}
@media (max-width: 767px) {
  .top-article__inner {
    border-bottom: 0;
    padding: 5rem 1.5rem 5rem;
  }
  .top-article__inner::after {
    content: "";
    width: calc(100% - 3rem);
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    border-bottom: 1.5px solid;
  }
}
.top-article__heading {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top-article__heading {
    height: 20.2rem;
  }
}
.top-article__title {
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  line-height: 8rem;
  position: relative;
  z-index: 2;
  top: 8rem;
}
@media (max-width: 767px) {
  .top-article__title {
    line-height: 5.2rem;
    margin-bottom: 3.2rem;
    font-size: 3.6rem;
    top: 0;
  }
}
.top-article__subtitle {
  font-size: 16.8rem;
  color: #fff;
  white-space: nowrap;
  font-family: var(--primary-font);
  position: absolute;
  left: -1.2rem;
  top: 0;
}
@media (max-width: 767px) {
  .top-article__subtitle {
    font-size: 6.8rem;
    top: -2.8rem;
  }
}
.top-article__desc {
  max-width: 75.2rem;
}
@media (max-width: 767px) {
  .top-article__desc {
    max-width: 100%;
  }
}
.top-article__slider {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .top-article__slider {
    margin-top: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-article__button {
    position: absolute;
    right: 6rem;
    top: 18rem;
  }
  .top-article__button--1 {
    top: 26rem;
  }
}
@media (max-width: 767px) {
  .top-article__button {
    margin-top: 5rem;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-menu {
  margin: -38rem auto 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1079px) {
  .top-menu {
    margin: -32rem auto 0;
  }
}
@media (max-width: 767px) {
  .top-menu {
    margin: -6rem 0 0;
    padding-bottom: 12rem;
  }
  .top-menu .top-menu__band {
    padding-bottom: 8rem;
  }
}
.top-menu__band {
  overflow-x: clip;
  position: relative;
  width: 100%;
  mix-blend-mode: multiply;
}
.top-menu__band .band-line {
  width: 100%;
  width: 162.5rem;
  width: 192rem;
  position: relative;
  width: 140vw;
  left: -22vw;
}
@media (max-width: 767px) {
  .top-menu__band .band-line {
    width: 66rem;
    left: -18.4rem;
  }
}
.top-menu__band .band-line__catch-w {
  margin: auto;
  max-width: var(--inner);
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-menu__band .band-line__catch-w > svg {
  width: 74.5rem;
}
.top-menu__band.is-active .band-line {
  animation: draw 2s linear both;
}
@media (max-width: 767px) {
  .top-menu__band.is-active .band-line {
    animation: draw 3.2s linear both;
  }
}
.top-menu__band.is-active .band-line__catch {
  opacity: 1;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}
.top-menu__band.is-active .top-menu__band-image {
  transition-delay: 1.2s;
  opacity: 1;
}
.top-menu__band.is-active .top-menu__links-wrap {
  transition-delay: 1.2s;
  opacity: 1;
}
.top-menu__band-image {
  rotate: 5deg;
  position: absolute;
  right: 11.7rem;
  bottom: 5rem;
  transition: 0.3s;
  opacity: 0;
}
.top-menu__band-image img {
  width: 28rem;
  height: 21rem;
  object-fit: cover;
}
.top-menu__band-image--2 {
  right: 17vw;
  bottom: 12.5vw;
}
@media (max-width: 767px) {
  .top-menu__band-image--2 {
    right: 2rem;
    bottom: 5.5rem;
  }
}
.top-menu__band-image--2 img {
  width: 16.9106881406vw;
  height: 15.0073206442vw;
}
@media (max-width: 767px) {
  .top-menu__band-image--2 img {
    width: 11.6rem;
    height: 10.2rem;
  }
}
.top-menu__band-image--1 {
  right: 43vw;
  bottom: 10vw;
  rotate: -5deg;
}
@media (max-width: 767px) {
  .top-menu__band-image--1 {
    right: auto;
    left: 2rem;
    bottom: 5rem;
  }
}
.top-menu__band-image--1 img {
  width: 23.4992679356vw;
  height: 17.2035139092vw;
}
@media (max-width: 767px) {
  .top-menu__band-image--1 img {
    width: 17rem;
    height: 12.4rem;
  }
}
.top-menu g .band-line__catch {
  opacity: 0;
}
.top-menu__links {
  max-width: 67rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 7rem;
}
@media (max-width: 767px) {
  .top-menu__links {
    gap: 1rem 2.7rem;
  }
}
.top-menu__links-wrap {
  opacity: 0;
  transition: 0.4s var(--transition1);
  position: absolute;
  width: 112.6rem;
  left: 47%;
  top: 11vw;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .top-menu__links-wrap {
    width: calc(100% - 3rem);
    left: 1.5rem;
    transform: none;
    top: 7rem;
  }
}
.top-menu__link {
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px #ffffff solid;
}
.top-menu__link-title {
  font-weight: bold;
  font-size: var(--font-size-2xl);
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .top-menu__link-title {
    font-size: var(--font-size-m);
    gap: 1.5rem;
  }
}
.top-menu__link-icon {
  width: 1.9rem;
  height: 1.9rem;
}
.top-menu__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  border: solid 1px var(--color);
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .top-menu__link::after {
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
  }
}
.top-menu__link-ruby {
  color: #cde5f2;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .top-menu__link-ruby {
    margin-top: 0.25rem;
    font-size: var(--font-size-xs);
  }
}

.top-news {
  background-color: #fcf9f5;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2efeb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f2efeb calc(100% - 1px));
  background-size: 4rem 4rem;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-bottom: 38.5rem;
}
@media (max-width: 1079px) {
  .top-news {
    padding-bottom: 34.5rem;
  }
}
@media (max-width: 767px) {
  .top-news {
    padding: 7rem 0;
  }
}
.top-news__row-tabs {
  display: none;
}
@media (max-width: 767px) {
  .top-news__row-tabs {
    display: flex;
    gap: 3.5rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
  }
}
.top-news__row-tab {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}
.top-news__row-tab.is-active {
  color: #8EC641;
  border-bottom: 2px solid currentColor;
}
.top-news__row-tab.is-active:nth-child(2).is-active {
  color: #FB6458;
}
.top-news__heading {
  position: relative;
  height: 20.2rem;
}
@media (max-width: 767px) {
  .top-news__heading {
    height: auto;
  }
}
.top-news__title {
  font-size: 6.4rem;
  letter-spacing: 0.1em;
  line-height: 8rem;
  position: relative;
  z-index: 2;
  top: 8rem;
}
@media (max-width: 767px) {
  .top-news__title {
    font-size: 3.6rem;
    line-height: 5.2rem;
    top: 0;
    margin-bottom: 3.5rem;
  }
}
.top-news__subtitle {
  font-size: 16.8rem;
  color: #fff;
  white-space: nowrap;
  font-family: var(--primary-font);
  position: absolute;
  left: -1.2rem;
  top: 0;
}
@media (max-width: 767px) {
  .top-news__subtitle {
    font-size: 6.8rem;
    top: -2.8rem;
  }
}
.top-news__row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 767px) {
  .top-news__row {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news__col {
    height: 100% !important;
    display: block !important;
    overflow: visible !important;
  }
}
.top-news__col:first-child {
  padding-right: 5.75rem;
  border-right: 1px solid var(--gray);
}
@media (max-width: 767px) {
  .top-news__col:first-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news__col:nth-child(even) {
    padding-left: 5.75rem;
  }
}
.top-news__col-title {
  font-size: var(--font-size-xl);
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .top-news__col-title {
    display: none;
  }
}
.top-news .c-article + .c-article {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .top-news .c-article + .c-article {
    margin-top: 2rem;
  }
}
.top-news__button {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .top-news__button {
    margin-top: 3.5rem;
    width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-news__heading .top-news__title,
.top-news__heading .top-article__title,
.top-article__heading .top-news__title,
.top-article__heading .top-article__title {
  overflow: hidden;
}
.top-news__heading .top-news__title span,
.top-news__heading .top-article__title span,
.top-article__heading .top-news__title span,
.top-article__heading .top-article__title span {
  display: inline-flex;
  transition: 0.72s var(--transition1);
  opacity: 0;
  transform: translate3d(0, 0.75em, 0);
}
.top-news__heading .top-news__title span:nth-child(2),
.top-news__heading .top-article__title span:nth-child(2),
.top-article__heading .top-news__title span:nth-child(2),
.top-article__heading .top-article__title span:nth-child(2) {
  transition-delay: 0.1s;
}
.top-news__heading .top-news__title span:nth-child(3),
.top-news__heading .top-article__title span:nth-child(3),
.top-article__heading .top-news__title span:nth-child(3),
.top-article__heading .top-article__title span:nth-child(3) {
  transition-delay: 0.2s;
}
.top-news__heading .top-news__title span:nth-child(4),
.top-news__heading .top-article__title span:nth-child(4),
.top-article__heading .top-news__title span:nth-child(4),
.top-article__heading .top-article__title span:nth-child(4) {
  transition-delay: 0.3s;
}
.top-news__heading .top-news__title span:nth-child(5),
.top-news__heading .top-article__title span:nth-child(5),
.top-article__heading .top-news__title span:nth-child(5),
.top-article__heading .top-article__title span:nth-child(5) {
  transition-delay: 0.4s;
}
.top-news__heading .top-news__title span:nth-child(6),
.top-news__heading .top-article__title span:nth-child(6),
.top-article__heading .top-news__title span:nth-child(6),
.top-article__heading .top-article__title span:nth-child(6) {
  transition-delay: 0.5s;
}
.top-news__heading .top-news__title span:nth-child(7),
.top-news__heading .top-article__title span:nth-child(7),
.top-article__heading .top-news__title span:nth-child(7),
.top-article__heading .top-article__title span:nth-child(7) {
  transition-delay: 0.6s;
}
.top-news__heading .top-news__title span:nth-child(8),
.top-news__heading .top-article__title span:nth-child(8),
.top-article__heading .top-news__title span:nth-child(8),
.top-article__heading .top-article__title span:nth-child(8) {
  transition-delay: 0.7s;
}
.top-news__heading .top-news__title span:nth-child(9),
.top-news__heading .top-article__title span:nth-child(9),
.top-article__heading .top-news__title span:nth-child(9),
.top-article__heading .top-article__title span:nth-child(9) {
  transition-delay: 0.8s;
}
.top-news__heading .top-news__title span:nth-child(10),
.top-news__heading .top-article__title span:nth-child(10),
.top-article__heading .top-news__title span:nth-child(10),
.top-article__heading .top-article__title span:nth-child(10) {
  transition-delay: 0.9s;
}
.top-news__heading .top-news__title span:nth-child(11),
.top-news__heading .top-article__title span:nth-child(11),
.top-article__heading .top-news__title span:nth-child(11),
.top-article__heading .top-article__title span:nth-child(11) {
  transition-delay: 1s;
}
.top-news__heading .top-news__title span:nth-child(12),
.top-news__heading .top-article__title span:nth-child(12),
.top-article__heading .top-news__title span:nth-child(12),
.top-article__heading .top-article__title span:nth-child(12) {
  transition-delay: 1.1s;
}
.top-news__heading .top-news__title span:nth-child(13),
.top-news__heading .top-article__title span:nth-child(13),
.top-article__heading .top-news__title span:nth-child(13),
.top-article__heading .top-article__title span:nth-child(13) {
  transition-delay: 1.2s;
}
.top-news__heading .top-news__title span:nth-child(14),
.top-news__heading .top-article__title span:nth-child(14),
.top-article__heading .top-news__title span:nth-child(14),
.top-article__heading .top-article__title span:nth-child(14) {
  transition-delay: 1.3s;
}
.top-news__heading .top-news__title span:nth-child(15),
.top-news__heading .top-article__title span:nth-child(15),
.top-article__heading .top-news__title span:nth-child(15),
.top-article__heading .top-article__title span:nth-child(15) {
  transition-delay: 1.4s;
}
.top-news__heading .top-news__subtitle,
.top-news__heading .top-article__subtitle,
.top-article__heading .top-news__subtitle,
.top-article__heading .top-article__subtitle {
  transition: 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition-delay: 1s;
  transform: translate(20px, 0);
  opacity: 0;
}
.top-news__heading.is-active .top-news__title span,
.top-news__heading.is-active .top-article__title span,
.top-article__heading.is-active .top-news__title span,
.top-article__heading.is-active .top-article__title span {
  transform: none;
  opacity: 1;
}
.top-news__heading.is-active .top-news__subtitle,
.top-news__heading.is-active .top-article__subtitle,
.top-article__heading.is-active .top-news__subtitle,
.top-article__heading.is-active .top-article__subtitle {
  transform: none;
  opacity: 1;
}

.c-scroll-logo2--foot {
  display: none;
}

