@import url("mobile.css");
html {
  color: #000;
  background: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  width: 100%;
  background: #fff;
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  color: #424242;
  font-family: "Hiragino Sans", "Sawarabi Gothic";
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: clamp(10px, 1.1vw, 16.5px);
}
body img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #9c644b;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #fb927b;
}

.loading_left {
  pointer-events: none;
  position: relative;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  left: 0;
}

.loading_right {
  pointer-events: none;
  position: relative;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  right: 0;
}
.loading_right .loadwrap {
  transform: translateX(-50%);
}

.loadwrap {
  pointer-events: none;
  width: 200%;
  height: 100vh;
  background: #5d4b6c;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loadwrap .load_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loadwrap .load_text .text_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.loadwrap .loadtext01, .loadwrap .loadtext03 {
  margin: 2em;
  position: relative;
  top: 2em;
  width: 6em;
}
.loadwrap .loadtext02 {
  margin-top: 2em;
  width: 14em;
}
.loadwrap .loadtext04 {
  margin-top: 2em;
  width: 20em;
}

.waku_left_top {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 10em;
}

.waku_right_top {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 10em;
}

.waku_left_bottom {
  position: absolute;
  bottom: 2em;
  left: 2em;
  width: 10em;
}

.waku_right_bottom {
  position: absolute;
  bottom: 2em;
  right: 2em;
  width: 10em;
}

#Teaser {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#Teaser .charaArea {
  pointer-events: none;
  width: 80%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  background-image: url("../images/chara.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
#Teaser .kira {
  pointer-events: none;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../images/kira.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#Teaser .bg_roll_area {
  pointer-events: none;
  position: relative;
}
#Teaser .bg_roll_area .bg_roll1 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: absolute;
  background-image: url("../images/bg_pattern01.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  z-index: 1;
}
#Teaser .bg_roll_area .bg_roll2 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: absolute;
  background-image: url("../images/bg_pattern02.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  z-index: 1;
}
#Teaser .magiccircle {
  pointer-events: none;
  position: absolute;
  width: 120vh;
  height: 120vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Teaser .magiccircle img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#Teaser .text_area {
  width: 33vw;
  max-width: 900px;
  min-height: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5vw auto 0;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  white-space: nowrap;
}
#Teaser .text_area img {
  display: block;
  margin: 0.5em auto;
}
#Teaser .text_area .text01 {
  width: 50%;
}
#Teaser .text_area .text02 {
  width: 100%;
}
#Teaser .text_area .text03 {
  width: 40%;
}
#Teaser footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  bottom: 2em;
  pointer-events: all;
}
#Teaser footer p {
  font-size: 60%;
  color: #c2923e;
  margin-top: 1em;
}
#Teaser footer img {
  width: 7em;
}

@media screen and (max-width: 650px) {
  .loadwrap .text_wrap {
    transform: scale(0.7);
  }
  .loadwrap .text_wrap .loadtext04 {
    transform: scale(0.7);
  }
  #Teaser .charaArea {
    background-size: 100%;
    background-position: top 24vh center;
  }
  .text_area {
    width: 70% !important;
    min-height: 20vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 45vh auto 0 !important;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
  }
  .text_area img {
    display: block;
    margin: 1em auto !important;
  }
}/*# sourceMappingURL=style.css.map */