.intro_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  z-index: 50008;
}
.intro_wrap.hide {
  display: none;
}
.intro_wrap .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
}
.intro_wrap .curtain [class*=curtain] {
  position: absolute;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--color-black);
  transform: skewX(-25deg);
}
.intro_wrap .curtain [class*=left] {
  left: 0;
  transform: translateX(-125%) skewX(-25deg);
}
.intro_wrap .curtain [class*=right] {
  right: 0;
  transform: translateX(125%) skewX(-25deg);
}
.intro_wrap .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
.intro_wrap .bg_wrap {
  width: 100%;
  background-color: var(--bg-color);
}
.intro_wrap .wrap {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  max-width: calc(1500 + 2.5em);
  margin-left: auto;
  margin-right: auto;
  height: calc(var(--vh, 1vh) * 100);
}
.intro_wrap .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  font-size: 5.625em;
  font-family: "TheJamsil", sans-serif;
  font-weight: 400;
  letter-spacing: -0.9px;
  text-align: center;
  line-height: 1;
  gap: 0.1111111111em;
}
@media screen and (max-width: 1280px) {
  .intro_wrap .txt_box {
    font-size: 4.375em;
  }
}
@media screen and (max-width: 1024px) {
  .intro_wrap .txt_box {
    font-size: 4.0625em;
  }
}
@media screen and (max-width: 800px) {
  .intro_wrap .txt_box {
    font-size: 2.5em;
  }
}
.intro_wrap .inner {
  position: relative;
  width: 100%;
}
.intro_wrap .start {
  position: relative;
}
.intro_wrap .motto {
  position: absolute;
  top: 100%;
  margin-top: 2.6363636364em;
  white-space: nowrap;
  font-size: 0.2444444444em;
  color: var(--bg-brand-color-300);
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: normal;
}
.intro_wrap .point {
  color: var(--brand-color-main);
}
.intro_wrap .word {
  white-space: nowrap;
  display: inline-block;
}
.intro_wrap .line {
  position: relative;
  width: 100%;
  height: 1em;
}
.intro_wrap .left .word {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.intro_wrap .right .word {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.intro_wrap .line_lap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_wrap .line_lap .dot {
  display: block;
  width: 0px;
  height: 0;
  border-bottom: 0.25rem solid var(--color-black);
}
.intro_wrap .line_lap .word {
  white-space: nowrap;
}
.intro_wrap .intro_logo {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
}
.intro_wrap .intro_logo img {
  height: 0.8888888889em;
  vertical-align: top;
}

/*# sourceMappingURL=intro.css.map */
