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%;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  background-color: #ebcfcf;
  position: relative;
  line-height: 1.8em;
  min-height: 100vh;
}
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%;
  transition: 0.2 !important;
}
body a {
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
body a img {
  transition: 0.2s;
}
body a img:hover {
  transform: translateY(-0.5rem);
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}

#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #e9e9e9;
  z-index: 999;
  text-align: center;
  font-size: 1.2vw;
}
.loader p {
  color: #fff;
}
.loader .load_moji {
  width: 100%;
  height: 5vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .load_moji .load_logo img {
  width: 20em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.side_img {
  width: 3em;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bigtext_top {
  width: 80em;
  position: fixed;
  left: -5em;
  top: -20em;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.bigtext_bottom {
  width: 80em;
  position: fixed;
  right: -5em;
  bottom: -15em;
  margin: auto;
  pointer-events: none;
}

#wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#top {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#top .left {
  width: 55%;
  position: relative;
  height: 90vh;
}
#top .left .mv-area {
  position: relative;
}
#top .left .mvbox {
  width: 100%;
  height: 90vh;
  border-radius: 5em;
  background-image: url("../images/mv1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 25% center;
  position: absolute;
  top: 0;
}
#top .left .mvbox2 {
  width: 100%;
  height: 90vh;
  border-radius: 5em;
  background-image: url("../images/mv2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 25% center;
  position: absolute;
  top: 0;
}
#top .left .catch {
  width: 9em;
  position: absolute;
  right: 2%;
  top: 2%;
}
#top .left .yoyaku {
  width: 12em;
  position: absolute;
  right: -5%;
  bottom: 8%;
}
#top .left .bottom_text {
  width: 12em;
  position: absolute;
  right: 0;
  bottom: 2%;
  left: 0;
  margin: auto;
}
#top .right {
  padding: 2em;
  width: 45%;
  text-align: center;
}
#top .right .new {
  width: 18em;
  display: block;
  margin: auto;
}
#top .right .logo {
  width: 32em;
  display: block;
  margin: 2em auto;
}
#top .right .name {
  width: 22em;
  display: block;
  margin: auto;
}

.btn {
  background-color: #666;
  padding: 1em 2em;
  color: #fff;
  border-radius: 2em;
  letter-spacing: 0.2em;
  font-size: 60%;
  z-index: 2;
  position: relative;
  margin: 8em auto 2em;
  transition: 0.2s;
}
.btn:hover {
  background-color: #bb84c9;
}

@media screen and (max-width: 1100px) {
  .left {
    height: 80vh !important;
  }
  .mvbox,
  .mvbox2 {
    background-repeat: repeat !important;
    background-size: cover !important;
    border-radius: 3em !important;
    height: 80vh !important;
  }
  .catch {
    width: 8em !important;
  }
  .yoyaku {
    width: 10em !important;
    right: -2% !important;
  }
}
@media screen and (max-width: 850px) {
  .loader .load_moji img {
    width: 40em !important;
  }
  .bigtext_top {
    width: 100% !important;
    position: fixed;
    top: -6% !important;
    margin: auto;
    z-index: 1;
  }
  .bigtext_bottom {
    width: 100% !important;
    position: fixed;
    right: -5em;
    bottom: -10% !important;
    margin: auto;
  }
  #top {
    margin: 2em auto 5em;
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
  }
  #top .right {
    width: 100% !important;
  }
  #top .left {
    width: 100% !important;
  }
  .side_img {
    width: 2em !important;
  }
  .btn {
    font-size: 100%;
  }
}/*# sourceMappingURL=style.css.map */

    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      overflow: hidden;
      background: black;
    }

    .slideshow {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .slideshow img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
	  object-position: center top;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slideshow img.visible {
      opacity: 1;
      z-index: 2;
    }

    .slideshow img.previous {
      opacity: 1;
      z-index: 1;
}