* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  vertical-align: top;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

html {
  color: #222;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pc--inline {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) {
  .pc--flex {
    display: flex !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .sp--flex {
    display: flex !important;
  }
}

.is--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.page {
  background: #232323;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.loader__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  background: #232323;
}
.loader__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.loader__container video {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.top__fv {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
.top__fv video {
  width: 100%;
  height: auto;
}
.top__fv .scroll {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top__fv .scroll {
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .top__fv .scroll img {
    width: 65%;
    margin: 0 auto;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.topDragon {
  text-align: center;
  position: relative;
}
.topDragon__head {
  position: relative;
  z-index: 20;
}
.topDragon__mouse {
  position: relative;
  z-index: 10;
}
.topDragonBg {
  position: absolute;
  top: 0;
  z-index: -1;
}
.topDragonBg img {
  width: 100%;
  height: auto;
}
.top__svg {
  z-index: 5;
}
.top__svg #fvText {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__svg #base path {
  fill: #fff;
}
.top__svg #mask01 path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.top__message {
  position: relative;
  width: 100%;
}
.top__message .cloud {
  position: absolute;
  z-index: 999;
}
.top__message .cloud.left {
  top: 0;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .top__message .cloud.left {
    width: 60%;
  }
  .top__message .cloud.left img {
    width: 100%;
  }
}
.top__message .cloud.right {
  top: 65%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__message .cloud.right {
    top: 50%;
    width: 54%;
  }
  .top__message .cloud.right img {
    width: 100%;
  }
}
.top__message .cloud.long {
  top: 75%;
  left: -1%;
}
@media screen and (max-width: 767px) {
  .top__message .cloud.long {
    top: 60%;
    width: 76%;
  }
  .top__message .cloud.long img {
    width: 100%;
  }
}
.top__message__bg {
  position: absolute;
  right: 0;
  text-align: right;
}
.top__message__bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top__message__bg img {
    width: 100%;
  }
}
.top__message__txtArea {
  color: #ffd232;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1.28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__message__txtArea {
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 1%;
    padding-left: 13%;
    line-height: 5rem;
  }
}
@media screen and (max-width: 1384px) {
  .top__message__txtArea {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top__message__txtArea {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 40%;
    padding-left: 5%;
    line-height: 3rem;
  }
}
.top__egg {
  position: relative;
  overflow: hidden;
  padding: 0 0 10%;
}
.top__egg .knt_logo {
  position: relative;
}
.top__egg .knt_logo img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top__egg .knt_logo img {
    width: 100%;
  }
}
.top__egg .egg__bg {
  position: absolute;
  top: 0;
}
.top__egg .egg__bg img {
  width: 100%;
  height: auto;
}
.top__egg .mini_dragon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__egg .mini_dragon img {
  width: 100%;
  height: auto;
}
.top__egg__text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 105%;
  width: 100%;
  text-align: center;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .top__egg__text {
    bottom: 200px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .top__egg__text {
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top__egg__text {
    bottom: 100px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .lg-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lg-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sm-only {
    display: block;
  }
}

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