@import url(./_global.css);

:root {
  --blue: #098dff;
  --pink: #098dff;
  --yellow: #f67200;
  --black: #000;
  --main: #fff;
}

body {
  color: var(--main);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='rgba(256,256,256,0.5)' stroke-width='1'%3E%3Cpath d='M0 0 L48 0'/%3E%3Cpath d='M0 0 L0 48'/%3E%3C/g%3E%3C/svg%3E");
}

.l-header-inner-title {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 8vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--blue);
  text-shadow: 0 0 2px var(--blue), 0 0 1px var(--blue), 0 0 15px var(--main),
    0 0 40px var(--blue);
  transition: text-shadow 0.2s ease;
  display: inline-block;
}

.team-team {
  position: relative;
  overflow: hidden;
}

.team-team-list-item {
  position: relative;
  height: 80vh;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-team-list-item:nth-of-type(2n) {
  align-items: flex-end;
}

.team-team-list-item:nth-of-type(2n)
  > .team-team-list-item-text
  > .team-team-list-item-grade,
.team-team-list-item:nth-of-type(2n)
  > .team-team-list-item-text
  > .team-team-list-item-sentence,
.team-team-list-item:nth-of-type(2n) > .team-team-list-item-name {
  text-align: right;
}

.team-team-list-item-grade {
  font-size: 18px;
  color: var(--pink);
}

.team-team-list-item-video {
width: 40%;
aspect-ratio: 16/9;
}

.team-team-list-item:nth-of-type(2)
  > .team-team-list-item-text
  > .team-team-list-item-grade {
  color: var(--blue);
}

.team-team-list-item-sentence {
  font-size: 10px;
  margin-top: 5px;
}

.team-team-list-item-name {
  font-size: 12vw;
  letter-spacing: 0.01em;
  text-align: left;
  -webkit-text-stroke: 1px var(--black);
}

.team-team-list-item-chara {
  position: absolute;
}

.team-team-list-item-image {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 3/4;
  z-index: -1;
}

.team-team-list-item:nth-of-type(2n) > .team-team-list-item-image {
  left: 0;
}

.team-team-list-item-subnamecontainer {
  position: absolute;
  transform: translate(-50%, -100%);
  top: 100%;
  left: 50%;
  z-index: -2;
}

.team-team-list-item-subname {
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px var(--black);
  font-size: 15vw;
}
