@charset "utf-8";

:root {
  --wc-black: #0f1011;
  --wc-charcoal: #242628;
  --wc-gray: #6f7478;
  --wc-silver: #d9dcdd;
  --wc-paper: #f3f3f0;
  --wc-blue: #087da8;
  --wc-width: 1120px;
  --wc-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
li,
ul,
table {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  background: var(--wc-black);
  color: var(--wc-charcoal);
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: var(--wc-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: #075b77;
}

a:focus-visible {
  outline: 3px solid #f0ad2d;
  outline-offset: 4px;
}

.clear::after {
  display: block;
  clear: both;
  content: "";
}

.liveTime {
  color: #a72222;
  font-weight: 700;
}

.liveText {
  color: var(--wc-gray);
}

.bioLive {
  color: var(--wc-blue);
  font-weight: 700;
}

#header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  gap: 42px;
  padding: 16px max(24px, calc((100% - var(--wc-width)) / 2));
  background: rgba(15, 16, 17, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#header h1 {
  flex: 0 1 330px;
  width: auto;
  overflow: visible;
  line-height: 0;
}

#logo {
  display: block;
}

#logo img {
  display: block;
  width: min(100%, 330px);
  height: auto;
}

#navi {
  display: flex;
  width: auto;
  height: auto;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
}

#navi li {
  overflow: visible;
}

#navi li a {
  display: block;
  width: auto !important;
  height: auto;
  padding: 0.62rem 0.72rem;
  background: none !important;
  color: #d5d8d9;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-indent: 0;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#navi li a:hover,
#navi li a.current,
#navi li a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}

#topContainer {
  position: relative;
  width: 100%;
  min-height: min(760px, calc(100svh - 82px));
  overflow: hidden;
  background-image: url("./img/topBG02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topContainer::after {
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--wc-black) 0 6px, transparent 6px 13px);
  content: "";
  opacity: 0.9;
}

.archiveLinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  padding: 1px;
  background: #3c3f41;
}

.archiveLinks a {
  min-height: 180px;
  padding: clamp(24px, 4vw, 48px);
  background: var(--wc-black);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.archiveLinks a:hover {
  background: #1b2023;
  color: #fff;
}

.archiveLinks strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 400;
}

.archiveLinks span {
  color: #aeb3b5;
  font-size: 0.86rem;
}

#secondLayer {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 42px 56px;
  width: min(calc(100% - 48px), var(--wc-width));
  min-height: 65vh;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 76px);
  overflow: visible;
  background: var(--wc-paper);
  box-shadow: var(--wc-shadow);
}

#secondLayer > h2 {
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0.28em;
  border-bottom: 1px solid #c9cccd;
  background: none;
  color: var(--wc-black);
  font-family: "Century Gothic", Futura, "Helvetica Neue", sans-serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

#secondLayer h3 {
  margin: 0;
  padding: 0 0 1rem;
  color: #777d80;
  font-family: "Century Gothic", Futura, "Helvetica Neue", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 400;
}

#secondLayer h4 {
  margin: 0;
  color: var(--wc-blue);
  font-family: "Century Gothic", Futura, "Helvetica Neue", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 500;
}

#secondLayer h5 {
  margin: 0;
  padding: 0.55rem 0;
  color: #555b5e;
  font-size: 1rem;
}

#secondLayer p {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.1rem;
  border-left: 2px solid #ced1d2;
  background: none;
  color: #555a5d;
  font-size: 0.94rem;
  line-height: 1.8;
}

#secondLayer a {
  color: var(--wc-blue);
}

#secondLayer a:hover {
  color: #075b77;
}

#LiveL,
#LiveR,
#BioL,
#BioR,
#discoL,
#discoR {
  width: auto;
  padding: 0;
  overflow: visible;
  float: none;
}

#LiveL {
  background: none;
  color: var(--wc-gray);
  font-size: 0.84rem;
  line-height: 1.85;
}

#LiveIndex {
  position: sticky;
  top: 110px;
  padding: 22px;
  border: 1px solid #d0d3d4;
  background: rgba(255, 255, 255, 0.55);
}

#LiveL > img,
#LiveIndex > img {
  display: none;
}

.schedule {
  width: auto;
  margin: 0 0 42px;
  padding: 0 0 36px;
  border-bottom: 1px solid #ced1d2;
  color: var(--wc-gray);
}

#secondLayerProfile {
  grid-column: 1 / -1;
  overflow-x: auto;
}

#secondLayerProfileImg {
  display: grid;
  grid-template-columns: 12% repeat(4, 22%);
  gap: 0;
  width: 100%;
  min-width: 820px;
  padding: 0;
  overflow: visible;
  float: none;
}

#secondLayerProfileImg h3 {
  grid-column: 1 / -1;
}

.profImg {
  width: auto;
  height: auto;
  margin: 0 9px;
  overflow: hidden;
  float: none;
  background: #ddd;
}

.profImg--spacer {
  margin: 0;
  background: transparent;
}

.profImg img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

#secondLayerProfile table {
  width: 100%;
  min-width: 820px;
  margin: 28px 0 0;
  border-collapse: collapse;
  float: none;
}

.profHead,
.profContent,
.profName {
  width: auto;
  padding: 12px 10px;
  border-bottom: 1px solid #c9cccd;
  background: transparent;
  color: #5d6265;
  font-size: 0.82rem;
  vertical-align: top;
}

.profHead {
  width: 12%;
  color: var(--wc-blue);
  font-weight: 700;
}

.profContent {
  width: 22%;
}

.profName {
  color: var(--wc-blue) !important;
  font-size: 1rem;
  font-weight: 700;
}

#profSupport {
  grid-column: 1 / -1;
  width: auto;
  padding: 0;
  overflow: visible;
  float: none;
}

#profSupport h4 {
  padding: 0;
  color: var(--wc-blue) !important;
  font-size: 1rem;
}

#BioL img {
  display: block;
  width: 100%;
  image-rendering: auto;
}

#BioR table {
  width: 100%;
  margin: 24px 0 0;
  border-collapse: collapse;
}

.year,
.date,
.event {
  width: auto;
  border-bottom: 1px solid #c9cccd;
}

.year {
  padding: 26px 8px 8px;
  color: #84898c;
  font-family: "Century Gothic", Futura, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.date {
  width: 5.5em;
  padding: 13px 8px;
  color: var(--wc-blue);
  font-size: 0.86rem;
  font-weight: 700;
  vertical-align: top;
}

.event {
  padding: 13px 8px;
  color: #52575a;
  font-size: 0.88rem;
  vertical-align: top;
}

.discography-page #secondLayer {
  grid-template-columns: 260px minmax(0, 1fr);
}

.discography-page #discoL,
.discography-page #discoR {
  display: contents;
}

.discoImg,
.discoText {
  width: auto;
  height: auto;
  min-height: 260px;
  padding: 0;
  overflow: visible;
  float: none;
}

.discoImg {
  align-self: start;
}

.discoImg img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
}

.discoText {
  padding: 18px 0 30px;
  border-bottom: 1px solid #c9cccd;
}

.discoText p {
  margin-top: 1rem !important;
}

.archiveNotice {
  grid-column: 1 / -1;
  width: min(800px, 100%);
}

.archiveNotice img {
  display: block;
  width: 100%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.archiveNotice p {
  margin-top: 1.5rem !important;
}

.discoImg:nth-child(1) { order: 1; }
.discoText:nth-child(1) { order: 2; }
.discoImg:nth-child(2) { order: 3; }
.discoText:nth-child(2) { order: 4; }
.discoImg:nth-child(3) { order: 5; }
.discoText:nth-child(3) { order: 6; }
.discoImg:nth-child(4) { order: 7; }
.discoText:nth-child(4) { order: 8; }

#footer {
  width: 100%;
  height: auto;
  padding: 48px max(24px, calc((100% - var(--wc-width)) / 2));
  background: var(--wc-black);
  color: #aeb2b4;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 22px;
}

#footer li {
  height: auto;
  padding: 0;
  overflow: visible;
  float: none;
  font-size: 0.75rem;
}

#footer a,
#footer li a.current {
  color: #d7dadb;
}

#footer a:hover {
  color: #fff;
}

#footer p {
  padding: 0;
  color: #8d9294;
  font-size: 0.72rem;
  text-align: left;
}

@media (max-width: 920px) {
  #header {
    display: block;
    padding: 14px 20px 0;
  }

  #header h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  #logo img {
    width: 260px;
  }

  #navi {
    justify-content: center;
    flex-wrap: wrap;
  }

  #navi li a {
    padding: 0.55rem 0.6rem;
  }

  #topContainer {
    min-height: 620px;
    background-image: url("./img/topBG02.jpg");
  }

  #secondLayer,
  .discography-page #secondLayer {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
  }

  #secondLayer > h2,
  #secondLayerProfile,
  #profSupport {
    grid-column: 1;
  }

  #BioL img {
    width: min(360px, 100%);
  }

  #LiveIndex {
    position: static;
  }

  .discography-page .discoImg,
  .discography-page .discoText {
    min-height: 0;
  }

  .discography-page .discoImg img {
    width: min(320px, 100%);
  }
}

@media (max-width: 680px) {
  .archiveLinks {
    grid-template-columns: 1fr;
  }

  .archiveLinks a {
    min-height: 0;
  }

  #footer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #323537;
  }

  #footer li a {
    display: block;
    padding: 12px;
    background: #191b1c;
    text-align: center;
    text-decoration: none;
  }

  #footer li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
