@charset "utf-8";

#title {
  position: relative;
  text-align: center;
  padding: 5vw;

  background: url("../img/common/bg-white.png") repeat;
  background-size: 50px 50px;
  color: #111;
  overflow: hidden;

  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  #title {
    padding: 8vw 5vw;
  }
}

#title h1 {
  position: relative;
  z-index: 1;
}

.titleCatch {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: stretch;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(1em, 1.8vw, 1.5em);
  letter-spacing: 0.08em;
  margin: 0 auto 2.4em auto;
  line-height: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.titleCatch .titleCatchKeep,
.titleCatch .titleCatchChange {
  display: inline-flex;
  align-items: center;
  padding: 0.55em 1.4em;
  color: #ffffff;
  white-space: nowrap;
}

.titleCatch .titleCatchKeep {
  background: url("../img/common/bg-blue.png") repeat;
  background-size: 50px 50px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.9em) 100%, 0 100%);
  padding-right: 1.6em;
}

.titleCatch .titleCatchChange {
  background: url("../img/common/bg-red.png") repeat;
  background-size: 50px 50px;
  clip-path: polygon(0.9em 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 1.6em;
  margin-left: -0.9em;
}

@media only screen and (max-width: 560px) {
  .titleCatch {
    font-size: 0.95em;
    margin-bottom: 1.8em;
  }
  .titleCatch .titleCatchKeep,
  .titleCatch .titleCatchChange {
    padding: 0.5em 1.2em;
  }
  .titleCatch .titleCatchKeep {
    padding-right: 1.4em;
  }
  .titleCatch .titleCatchChange {
    padding-left: 1.4em;
    margin-left: -0.9em;
  }
}

#title h1 .titleSub {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.6em;
  margin: 0 auto 2em auto;
  padding: 0.8em;
  flex-wrap: nowrap;

  border-top: 1px solid rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
  max-width: max-content;

  font-size: 0.8em;
}

#title h1 .titleSub .titleSubItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  flex-shrink: 0;
}

#title h1 .titleSub .titleLogoBrand {
  display: block;
  height: clamp(29px, 4vw, 58px);
  width: auto;
}

#title h1 .titleSub .titleLogoBrand[alt="Nikoん"] {
  height: clamp(33px, 4.56vw, 66px);
}
#title h1 .titleSub .titleLogoBrand[alt="ARAYAJAPAN"] {
  height: clamp(26px, 3.52vw, 51px);
}

#title h1 .titleSub .titleSubName {
  font-family: var(--font-en);
  font-size: clamp(0.5em, 0.7vw, 0.6em);
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #111;
  line-height: 1;
  white-space: nowrap;
}

#title h1 .titleSub .titleSubTimes {
  font-family: var(--font-en);
  font-size: clamp(0.9em, 1.4vw, 1.2em);
  font-weight: 300;
  color: #111;
  line-height: 1;
  flex-shrink: 0;

  align-self: center;
  margin-bottom: 1.4em;
}

@media only screen and (max-width: 560px) {
  #title h1 .titleSub {
    gap: 0.4em;
    margin-bottom: 1.6em;
    padding: 0.9em 0.4em;
  }
  #title h1 .titleSub .titleLogoBrand {
    height: clamp(19px, 5.2vw, 30px);
  }
  #title h1 .titleSub .titleLogoBrand[alt="Nikoん"] {
    height: clamp(22px, 5.92vw, 34px);
  }
  #title h1 .titleSub .titleLogoBrand[alt="ARAYAJAPAN"] {
    height: clamp(17px, 4.56vw, 27px);
  }
  #title h1 .titleSub .titleSubName {
    font-size: 0.45em;
    letter-spacing: 0.05em;
  }
  #title h1 .titleSub .titleSubItem {
    gap: 0.25em;
  }
  #title h1 .titleSub .titleSubTimes {
    font-size: 0.7em;
    margin-bottom: 0.7em;
  }
}

#title h1 .titleMain {
  display: block;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(2.6em, 8vw, 6em);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111;
  margin: 0.2em 0;
}

@media only screen and (max-width: 560px) {
  #title h1 .titleMain {
    font-size: 10vw;
  }
}

#title h1 .titleMain em {
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  padding: 0 0.1em;
  transform: skewX(-10deg);
  background: linear-gradient(180deg, #1d6ecf 0%, #1d6ecf 15%, #e63b2d 85%, #e63b2d 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

#title h1 .titleSite {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #111;
  margin-top: 1.2em;
  padding-left: 0.4em;
}

@media only screen and (max-width: 560px) {
  #title h1 .titleSite {
    font-size: 0.8em;
    letter-spacing: 0.3em;
  }
}

#jacketArea {
  margin: 4vw auto 0 auto;
  width: clamp(280px, 36vw, 480px);
  max-width: 80%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 560px) {
  #jacketArea {
    width: 80%;
    margin-top: 10vw;
  }
}

#jacketArea .jacketImage {
  width: 100%;
  display: block;

  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

#jacketArea .jacketImage img {
  width: 100%;
  height: auto;
  display: block;
}

#loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  height: 100dvh;
  overflow: hidden;
}

.loadingPanel {
  position: absolute;
  width: 300vmax;
  height: 300vmax;
  background: var(--color-bg);
  pointer-events: auto;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1);

  top: 50%;
  left: 50%;

  transform-origin: 150vmax 150vmax;
}

.loadingPanelTop {
  transform: translate(-283vmax, -219vmax) rotate(-62.6deg);
}

.loadingPanelBottom {
  transform: translate(-17vmax, -81vmax) rotate(-62.6deg);
}

#loading-overlay.split .loadingPanelTop {
  transform: translate(-381vmax, -270vmax) rotate(-62.6deg);
}

#loading-overlay.split .loadingPanelBottom {
  transform: translate(81vmax, -30vmax) rotate(-62.6deg);
}

#loading-overlay.hidden {
  pointer-events: none;
  visibility: hidden;
}

.loadingSlashLine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vmax;
  height: 10px;

  background: linear-gradient(90deg, #e63b2d 0%, #e63b2d 48%, #1d6ecf 52%, #1d6ecf 100%);
  transform-origin: center center;

  transform: translate(-50%, -50%) rotate(-62.6deg) scaleX(0);
  opacity: 0;
  z-index: 2;
  box-shadow:
    0 0 16px rgba(230, 59, 45, 0.6),
    0 0 16px rgba(29, 110, 207, 0.6);
}

@media only screen and (max-width: 560px) {
  .loadingSlashLine {
    height: 3px;
  }
}

#loading-overlay.slashing .loadingSlashLine {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-62.6deg) scaleX(1);
  transition:
    opacity 0.15s ease-out,
    transform 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

#loading-overlay.split .loadingSlashLine {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.2s;
}

#loading {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1.5em;
  z-index: 3;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(1.6em, 5vw, 3.4em);
  letter-spacing: 0.01em;
  color: var(--color-fg);
  white-space: nowrap;
  transition: opacity 0.3s ease-out;
}

@media only screen and (max-width: 560px) {
  #loading {
    font-size: 1.4em;
  }
}

#loading .loadingText {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

#loading .loadingTextLeft {
  left: 0;
  justify-content: flex-end;
  padding-right: 0.5em;
}

#loading .loadingTextRight {
  left: 50%;
  justify-content: flex-start;
  padding-left: 0.5em;
}

#loading .loadingGap {
  display: none;
}

#loading-overlay.split #loading {
  opacity: 0;
}

#loading .scrambleDud {
  color: var(--color-fg-mute);
  opacity: 0.65;
}