@import url(./_global.css);

/* font-family: "Dela Gothic One", sans-serif; */
/* font-family: "Mochiy Pop One", sans-serif; */

:root {
  --blue: #00f6f6;
  --pink: #00f6f6;
  --yellow: #f0f600;
  --black: #000;
  --main: #fff;
}

body {
  color: var(--black);
  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(0,0,0,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(--black),
    0 0 40px var(--blue);
  transition: text-shadow 0.2s ease;
  display: inline-block;
}

/* 
--------------------------------------------------------------
event > event
 */



.event-event {}

.event-event-list {}

.event-event-list-item {
  height: 200vh;
  margin-top: 100px;
  border-bottom: 2px solid var(--black);
}

.event-event-list-item-container {
  height: calc(100vh - 100px);
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.event-event-list-item:last-child {
  border: none;
}

.event-event-list-item-text {
  width: 60%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-event-list-item-text-namebox {
  height: 50%;
}

.event-event-list-item-text-name {
  font-size: 4.3rem;
  line-height: 4.5rem;
  letter-spacing: 1px;
  text-shadow: 0 0 2px var(--blue), 0 0 1px var(--blue), 0 0 15px var(--main),
    0 0 40px var(--blue);
}

.event-event-list-item-text-jpname {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-stroke: 0.5px var(--black);
  font-size: 2rem;
  margin-top: 3%;
  color: var(--pink);
}

.event-event-list-item-image-month {
  margin-top: 10px;
}

.event-event-list-item-text-sentence {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1vw;
}

.event-event-list-item-image {
  z-index: -1;
}

.event-event-list-item-image-stack--a {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid var(--black);
}

.event-event-list-item-image-move--a {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid var(--black);
}

.event-event-list-item-image-move--long--a {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid var(--black);
}

