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 {
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url("../images/lace_left.png"), url("../images/lace_right.png"), url("../images/bg.jpg");
  background-attachment: fixed;
  background-size: auto auto cover;
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: left top, right top, center;
  position: relative;
}
#wrapper img {
  transition: 0.6s;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #bb962c;
  z-index: 999;
  text-align: center;
  font-size: 1.2vw;
}
.loader p {
  color: #fff;
}
.loader .big {
  font-size: 150%;
  letter-spacing: 0.2vw;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 1vw;
}
.loader .mini {
  font-size: 90%;
  font-family: "Pinyon Script", cursive;
}
.loader .load_moji {
  width: 100%;
  height: 5vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  z-index: 99;
}

.comingsoon {
  position: absolute;
  left: 4vh;
  top: 2vh;
  width: 36vw;
  min-width: 200px;
  max-width: 700px;
}

.tate_text01 {
  position: absolute;
  right: 10%;
  top: 5vh;
  width: 7vh;
  min-width: 40px;
  max-width: 80px;
  z-index: 3;
}

.tate_text02 {
  position: absolute;
  left: 10%;
  bottom: 5vh;
  width: 7vh;
  min-width: 15px;
  max-width: 75px;
  z-index: 3;
}

.mv_img {
  background-image: url("../images/mv.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 85vh;
  position: absolute;
  left: 0;
  right: 0;
  top: -4vh;
  bottom: 0;
  margin: auto;
}

.mv_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14vh;
  margin: auto;
  text-align: center;
}
.mv_text img {
  max-width: 100%;
}
.mv_text .after_logo {
  width: 20vw;
  min-width: 300px;
  max-width: 620px;
  margin-bottom: -2vw;
}
.mv_text .kotomi {
  width: 40vw;
  min-width: 480px;
  max-width: 1500px;
}
.mv_text .site {
  width: 30vw;
  min-width: 390px;
  max-width: 620px;
}
.mv_text .staff {
  width: 30vw;
  min-width: 390px;
  max-width: 700px;
}

.yoyaku {
  width: 35vw;
  min-width: 350px;
  max-width: 700px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3vh;
  margin: auto;
}

@media screen and (max-width: 850px) {
  .loader .big {
    font-size: 350%;
  }
  .loader .mini {
    font-size: 200%;
    font-family: "Pinyon Script", cursive;
  }
  body {
    height: 100vh;
    min-height: 700px;
  }
  .tate_text01 {
    width: 5vh;
    right: 0%;
    top: 0vh;
  }
  .tate_text02 {
    width: 4.5vh;
    left: 0%;
    top: 25vh !important;
  }
  .mv_img {
    top: 0vh;
  }
  .mv_text {
    bottom: 10vh;
  }
  .yoyaku {
    bottom: 5vh;
  }
}
@media screen and (min-width: 1600px) {
  .tate_text01 {
    position: fixed !important;
  }
  .tate_text02 {
    position: fixed !important;
  }
  body {
    height: 160vh;
    min-height: 700px;
  }
  .mv_img {
    background-image: url("../images/mv.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 140vh;
    position: absolute;
    left: 0;
    right: 0;
    top: -5vh;
    bottom: 0;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */