@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
@media (max-width: 599px) {
  #wrapper section {
    padding: 0 1.5rem 1.5rem;
  }
}
#wrapper h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 3rem 0 1rem;
}
a {
  display: block;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
}
a:hover, a:active {
  color: #000;
}
section {
  padding: 2vw;
}
/*-------------------------------------------

=list-1

-------------------------------------------*/
.list-item {
  position: relative;
  font-size: clamp(2.8rem, 6.667vw, 8rem);
  font-weight: 700;
  line-height: clamp(2.8rem, 6.667vw, 8rem);
  border-bottom: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
}
.list-item a {
  padding: 1vw 0;
}
.list-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  background: #000;
  z-index: -1;
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
}
.list-item:hover::before {
  top: 0;
  bottom: 0;
}
.list-text {
  display: inline-block;
  transition: .3s ease-out;
  position: relative;
  z-index: 2;
  color: #000;
}
.list-item:hover .list-text {
  opacity: 0;
  transform: translateY(-6px);
  color: #fff;
}
.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: opacity .35s ease-out;
}
.list-item:hover .marquee {
  opacity: 1;
}
.marquee-inner {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}
.text {
  display: inline-block;
  padding-right: 2rem;
  color: #000;
}
.list-item:hover .text {
  color: #fff;
}
@media (max-width: 1024px) {
  .list-item {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/*-------------------------------------------

=list-2

-------------------------------------------*/
.list-item-2 {
  position: relative;
  font-size: clamp(2.8rem, 6.667vw, 8rem);
  font-weight: 700;
  height: 120px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  cursor: pointer;
}
.list-item-2 a {
  display: flex;
  align-items: center;
  height: 100%;
}
.list-text-2, .marquee-2 {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.list-text-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  z-index: 2;
  color: #000;
  transform: translateY(0%);
}
.list-text-2 .year {
  font-size: clamp(1.2rem, 2.667vw, 3rem);
}
.marquee-2 {
  z-index: 1;
  background: #000;
  color: #fff;
  transform: translateY(100%);
}
@media (max-width: 1024px) {
  .list-item-2 {
    font-size: 2rem;
    height: 4rem;
  }
}
/*-------------------------------------------

=list-3

-------------------------------------------*/
.list-3 li {
  position: relative;
  font-size: clamp(2.8rem, 6.667vw, 8rem);
  font-weight: 700;
  line-height: clamp(2.8rem, 6.667vw, 8rem);
  border-bottom: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
}
.list-3 li a {
  position: relative;
  padding: 1vw 0;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.list-3 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  z-index: 0;
  transition: height 0.3s ease, top 0.3s ease;
}
.list-3 li a:hover {
  color: #fff;
}
.list-3 li a:hover::before {
  top: 0;
  height: 100%;
}
.list-3 li a .list-text-3 {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .list-3 li .list-text-3 {
    display: inline-block;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .list-3.dimmed li .list-text-3 {
    opacity: 0.2;
  }
  .list-3 li.active-item .list-text-3 {
    opacity: 1;
    transform: translateX(1.5rem);
  }
}
@media (hover: none) {
  .list-3 li a:hover {
    color: inherit;
  }
  .list-3 li a:hover::before {
    height: 0;
  }
}
@media (max-width: 1024px) {
  .list-3 li {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {}