@import url("https://use.typekit.net/pzz7fjl.css");
* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.delighter.fadein.started {
  opacity: 1;
}
.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.delighter.fadeRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.main-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px auto;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 40px;
  }
}

html {
  scroll-behavior: smooth;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay .closeBtn {
  position: absolute;
  font-size: 40px;
  font-weight: normal;
  top: 15px;
  right: 35px;
  background: linear-gradient(to bottom, #5ce4ff, #ff4fd8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .overlay .closeBtn {
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
}

.overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: 0 auto;
}
.overlay-content img {
  margin: 0 auto;
}

.project {
  position: relative;
  overflow: hidden;
  font-family: "orbitron", sans-serif;
  letter-spacing: 0px;
}
.project img {
  width: 100%;
  height: auto;
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .containerBox {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}
.project .kv {
  width: 100%;
  position: relative;
  background: #eee;
}
.project .content {
  background-image: url("https://storage-asset.msi.com/event/2026/jp/tgs/images/page-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding: 10px 25px;
}
.project .content {
  background-image: url("https://storage-asset.msi.com/event/2026/jp/tgs/images/page-bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding: 10px 25px;
}
.project .tgs-frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.project .tgs-frame__panel {
  position: relative;
  border: 1px solid transparent;
  border-image-source: linear-gradient(to right, #ff4fd8 0%, #5ce4ff 100%);
  border-image-slice: 1;
  border-image-repeat: stretch;
  background: rgba(6, 8, 36, 0.5);
  box-shadow: 0 0 20px rgba(92, 228, 255, 0.28), 0 0 28px rgba(255, 79, 216, 0.22);
}
.project .tgs-frame__inner {
  position: relative;
  border: 8px solid rgba(255, 255, 255, 0.2);
  padding: 36px 10px 28px;
}
@media (min-width: 996px) {
  .project .tgs-frame__inner {
    padding: 60px 32px;
  }
}
.project .tgs-frame__corner {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.project .tgs-frame__corner--tl {
  top: 0;
  left: 0;
  border-top: 3px solid #ff4fd8;
  border-left: 3px solid #ff4fd8;
}
.project .tgs-frame__corner--tr {
  top: 0;
  right: 0;
  border-top: 3px solid #5ce4ff;
  border-right: 3px solid #5ce4ff;
}
.project .tgs-frame__corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ff4fd8;
  border-left: 3px solid #ff4fd8;
}
.project .tgs-frame__corner--br {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #5ce4ff;
  border-right: 3px solid #5ce4ff;
}
.project .tgs-frame__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 80%;
  margin: 25px auto 0;
  padding: 14px 20px;
  background: linear-gradient(to right, #df3dcd 0%, #7b45f5 50%, #00b8ff 100%);
  color: #fff;
  font-size: clamp(13px, 3.4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.project .tgs-frame__cta:hover {
  filter: brightness(1.08);
}
.project .tgs-frame__cta-icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.project .schedule {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
  font-family: var(--MSIBodyFont);
}
.project .schedule__headline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px 0 25px 0;
  min-height: clamp(48px, 12vw, 80px);
}
.project .schedule__headline-brand {
  display: block;
  width: min(100%, 720px);
  height: auto;
  aspect-ratio: 520/56;
  overflow: visible;
  pointer-events: none;
}
.project .schedule__headline-brand text {
  paint-order: stroke;
  vector-effect: non-scaling-stroke;
}
.project .schedule__year {
  position: absolute;
  bottom: 0%;
  left: 50%;
  z-index: 1;
  margin: 0;
  font-family: var(--MSIBodyFont);
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #7ec8ff;
  transform: translate(-50%, 20%);
  pointer-events: none;
}
.project .schedule__dates {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: clamp(8px, 2vw, 16px);
  margin: 0 0 12px;
}
.project .schedule__dates-item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.project .schedule__dates-num {
  font-family: var(--MSIBodyFont);
  font-size: clamp(48px, 11vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.project .schedule__dates-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: clamp(15px, 3.6vw, 20px);
  line-height: 1.1;
}
.project .schedule__dates-kanji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  font-size: 0.95em;
  font-weight: 700;
}
.project .schedule__dates-en {
  font-family: var(--MSIBodyFont);
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0;
}
.project .schedule__dates-sep {
  font-family: var(--MSIBodyFont);
  font-size: clamp(40px, 9vw, 68px);
  font-weight: 700;
  line-height: 1;
}
.project .schedule__location {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: clamp(12px, 3vw, 24px);
  margin: 0 0 28px;
  text-align: left;
}
.project .schedule__location-main {
  margin: 0;
  font-size: clamp(36px, 8vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.project .schedule__location-sub {
  margin: 0;
  font-size: clamp(20px, 4.4vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}
.project .schedule__location-sub span {
  display: block;
}
.project .schedule__openDate {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 5vw, 48px);
}
.project .schedule__openDate-item {
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .schedule__openDate-item {
    margin: 0;
  }
}
.project .schedule__pill {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(rgba(6, 8, 36, 0.95), rgba(6, 8, 36, 0.95)) padding-box, linear-gradient(90deg, #5ce4ff, #df3dcd) border-box;
  font-size: clamp(16px, 3.6vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}
.project .schedule__openDate-range {
  margin: 0;
  font-size: clamp(16px, 3.6vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}
.project .schedule__openDate-range span {
  font-size: 0.85em;
}
.project .map {
  position: relative;
}
.project .map__wrapper {
  position: relative;
  z-index: 20;
}
.project .map .boothImgBox {
  position: relative;
  z-index: 20;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .map .boothImgBox {
    width: 100%;
  }
}
.project .map .boothImgBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right, #5ce4ff 0%, #ff4fd8 100%);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
  mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
  mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  pointer-events: none;
}
.project .map .boothImgBox figure {
  overflow: hidden;
}
.project .map .boothImgBox:hover {
  cursor: pointer;
}
.project .map .boothImgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.project .event {
  position: relative;
}
.project .event__wrapper {
  position: relative;
  z-index: 20;
}
.project .event__wrapper figure {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .event__wrapper figure {
    width: 100%;
  }
}
.project .event .boothImgBox {
  position: relative;
  z-index: 20;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .event .boothImgBox {
    width: 100%;
  }
}
.project .event .boothImgBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right, #5ce4ff 0%, #ff4fd8 100%);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
  mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
  mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  pointer-events: none;
}
.project .event .boothImgBox figure {
  overflow: hidden;
}
.project .event .boothImgBox:hover {
  cursor: pointer;
}
.project .event .boothImgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.project .campaign {
  position: relative;
}
.project .campaign__wrapper {
  position: relative;
  z-index: 20;
}
.project .campaign .boothImgBox {
  position: relative;
  z-index: 20;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .campaign .boothImgBox {
    width: 100%;
  }
}
.project .campaign .boothImgBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right, #5ce4ff 0%, #ff4fd8 100%);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
  mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
  mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  pointer-events: none;
}
.project .campaign .boothImgBox figure {
  overflow: hidden;
}
.project .campaign .boothImgBox:hover {
  cursor: pointer;
}
.project .campaign .boothImgBox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
