@charset "UTF-8";
html {
  font-size: 62.5%;
}

html:before {
  content: '';
  top: 0;
  left: 10px;
  height: 100vh;
  width: 8vw;
  background-image: url(../img/flower_left.png);
  position: fixed;
  background-repeat: no-repeat repeat;
  background-size: contain;
  z-index: 10;
  -webkit-animation: loop 300s linear infinite;
          animation: loop 300s linear infinite;
}

html:after {
  content: '';
  top: 0;
  right: 10px;
  height: 100vh;
  width: 8vw;
  background-image: url(../img/flower_right.png);
  position: fixed;
  background-repeat: no-repeat repeat;
  background-size: contain;
  -webkit-animation: loop 400s linear infinite;
          animation: loop 400s linear infinite;
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px 1000px;
    /* 画像のマイナス幅 */
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px 1000px;
    /* 画像のマイナス幅 */
  }
}

body {
  font-family: 'Montserrat', 'Kiwi Maru', sans-serif;
  background: #eceadb;
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapper {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

section {
  display: block;
  width: 100%;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: #333329;
  font-size: 1.6rem;
  font-weight: 300;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

h2 {
  font-family: 'Sacramento', cursive;
  font-size: 6rem;
  font-weight: 100;
  margin: 0 auto 40px;
  color: #333329;
  z-index: 0;
  position: relative;
}

h2:after {
  content: '';
  background-image: url(../img/deco.svg);
  width: 160px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: -80px;
  margin-top: 10px;
  z-index: -100;
  position: absolute;
}

@media screen and (max-width: 600px) {
  h2 {
    margin: 20px auto;
    font-size: 5rem;
  }
  h2:after {
    width: 120px;
    height: 45px;
  }
}

a.tab {
  display: block;
  background: #F7F7ED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
  position: fixed;
  top: 0;
  right: 11vw;
  border-radius: 0px 0px 10px 10px;
  z-index: 10000;
}

a.tab p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}

a.tab p:after {
  content: url(../img/twitter.svg);
  display: inline-block;
  width: 20px;
  height: 16.5px;
  margin-left: 5px;
}

#top {
  padding-top: 60px;
}

#top .fv {
  position: relative;
}

#top .fv .img_top {
  display: block;
  width: 80%;
  margin: 0px auto;
}

#top .fv .img_sp {
  display: none;
}

@media screen and (max-width: 900px) {
  #top {
    padding-top: 40px;
  }
  #top .fv .img_top {
    width: 85%;
  }
}

@media screen and (max-width: 600px) {
  #top h1 img {
    width: 100%;
    margin: 0 auto;
  }
  #top .fv .img_top {
    display: none;
  }
  #top .fv .img_sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: -1000;
  }
}

#story {
  padding: 60px 0px;
}

@media screen and (max-width: 600px) {
  #story {
    padding: 20px 0px;
  }
}

#story .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

#story .wrapper .text {
  width: 80%;
}

#story .wrapper .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#story .wrapper .text p b {
  font-family: 'Kaisei Opti', serif;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #28998e;
  margin: 10px auto;
  display: inline-block;
}

#story .wrapper img {
  width: 15%;
}

#story .wrapper .trailer {
  width: 100%;
  display: block;
  margin: 40px auto;
}

#story .wrapper .trailer iframe {
  display: block;
  margin: 0 auto;
  width: 70vw;
  max-width: 800px;
  height: calc(70vw * 0.5625);
  max-height: 450px;
  border: 8px #F7F7ED double;
}

@media screen and (max-width: 600px) {
  #story .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #story .wrapper .text {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #story .wrapper img {
    margin-top: 20vw;
    margin-bottom: calc(-100vw * 0.5625);
    z-index: 1000;
  }
  #story .wrapper .traler {
    margin: 10px auto 0px;
  }
}

#story .slide {
  height: 15vw;
  background-image: url(../img/slide.png);
  background-position: left;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  -webkit-animation: slide 300s linear infinite;
          animation: slide 300s linear infinite;
  margin-bottom: 40px;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -566vw 0px;
    /* 画像のマイナス幅 */
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -566vw 0px;
    /* 画像のマイナス幅 */
  }
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -16%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #F7F7ED 25%, transparent 25%), linear-gradient(225deg, #F7F7ED 25%, transparent 25%);
  background-position: 0 0;
}

#info {
  margin: 40px 0px 0px;
  background-color: #F7F7ED;
  padding: 20px 0px;
  position: relative;
}

#info:after {
  content: '';
  position: absolute;
  right: 0;
  left: -16%;
  top: 100%;
  z-index: 0;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #F7F7ED 25%, transparent 25%), linear-gradient(225deg, #F7F7ED 25%, transparent 25%);
  background-position: 0 0;
}

#info:before {
  content: '';
  position: absolute;
  right: 0;
  left: -16%;
  bottom: 100%;
  z-index: 0;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(315deg, #F7F7ED 25%, transparent 25%), linear-gradient(45deg, #F7F7ED 25%, transparent 25%);
  background-position: 0 0;
}

#info h2 {
  font-family: 'Montserrat', 'Kiwi Maru', sans-serif;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
}

#info h2:after {
  display: none;
}

#info ul {
  padding: 20px 0px 0px;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#info ul li {
  list-style: none;
  margin-bottom: 10px;
}

#info ul li:last-child {
  margin-bottom: 0px;
}

#info ul li:hover span,
#info ul li:hover p {
  color: #d85578;
}

#info ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  text-decoration: none;
  color: #333329;
  line-height: 2rem;
}

#info ul li a span {
  font-size: 1.4rem;
  margin-right: 20px;
}

#info ul li a p {
  font-size: 1.6rem;
}

#song {
  color: #333329;
}

#song .bg {
  background: #E8E5BA;
  padding: 60px 0px;
}

@media screen and (max-width: 600px) {
  #song .bg {
    padding: 20px 0px;
  }
}

#song .bg .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#song .bg .wrapper h2 {
  margin: 0px 0px 40px;
  width: 100%;
  text-align: center;
}

#song .bg .wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 50%;
}

#song .bg .wrapper .text p.title {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

#song .bg .wrapper .text ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#song .bg .wrapper .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

#song .bg .wrapper .text ul li span {
  font-size: 1.4rem;
  width: 150px;
}

#song .bg .wrapper .text ul li p {
  font-size: 1.6rem;
}

#song .bg .wrapper img {
  max-width: 200px;
  width: 30%;
  margin: 40px auto;
}

#song .bg .wrapper .pv {
  width: 100%;
  display: block;
  margin: 40px auto;
}

#song .bg .wrapper .pv iframe {
  display: block;
  margin: 0px auto;
  width: 70vw;
  max-width: 800px;
  height: calc(70vw * 0.5625);
  max-height: 450px;
  border: 8px #F7F7ED double;
}

@media screen and (max-width: 600px) {
  #song .bg .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  #song .bg .wrapper h2 {
    text-align: center;
    margin: 20px auto;
  }
  #song .bg .wrapper .text {
    width: 100%;
  }
  #song .bg .wrapper .text p.title {
    text-align: center;
  }
  #song .bg .wrapper .text ul {
    width: auto;
  }
  #song .bg .wrapper img {
    width: 50%;
    margin: 20px auto;
  }
  #song .bg .wrapper .pv {
    margin: 20px auto;
  }
}

#song:before {
  content: '';
  background-image: url(../img/bg_1.svg);
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 5vw;
  margin-bottom: -1px;
}

#song:after {
  content: '';
  background-image: url(../img/bg_2.svg);
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 5vw;
  margin-top: -1px;
  margin-bottom: -5vw;
}

#comment {
  padding: 120px 0px;
  position: relative;
  z-index: -10;
  background-image: url(../img/bg_comment.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#comment .wrapper h2 {
  width: 100%;
  text-align: center;
}

#comment .wrapper .comment {
  display: block;
  max-width: 640px;
  width: 55%;
  margin: 0 auto;
  z-index: 12000;
}

#comment .wrapper .comment .director {
  text-align: right;
  display: block;
}

#comment .wrapper .sp {
  display: none;
}

#comment .comment_1 {
  display: inline;
  position: absolute;
  left: 3vw;
  bottom: 5vw;
  width: 25vw;
  z-index: 100;
  bottom: 40;
  left: 2%;
}

#comment .comment_2 {
  display: inline;
  position: absolute;
  right: 10vw;
  bottom: 5vw;
  width: 16vw;
  z-index: 100;
  bottom: 40;
}

@media screen and (max-width: 800px) {
  #comment {
    padding: 60px 0px 40px;
  }
  #comment .wrapper h2 {
    line-height: 4rem;
  }
  #comment .wrapper .comment {
    width: 90%;
  }
  #comment .wrapper .sp {
    display: block;
    width: 100%;
    margin: 20px auto 0px;
  }
  #comment .comment_1 {
    display: none;
  }
  #comment .comment_2 {
    display: none;
  }
}

#member .bg {
  background: #F7F7ED;
  width: 100%;
  margin-top: -2px;
  padding: 60px 0px;
}

@media screen and (max-width: 600px) {
  #member .bg {
    padding: 20px 0px;
  }
}

#member .bg .wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#member .bg .wrapper h2 {
  text-align: center;
}

#member .bg .wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#member .bg .wrapper ul.cast {
  margin-bottom: 40px;
}

#member .bg .wrapper ul.cast li {
  width: 170px;
  margin: 0 auto 20px;
}

#member .bg .wrapper ul.cast li p {
  font-size: 1.6rem;
  text-align: center;
}

#member .bg .wrapper ul.cast li.heroin {
  width: 100%;
}

#member .bg .wrapper ul.cast li.heroin p {
  font-size: 2rem;
}

#member .bg .wrapper ul.staff li {
  width: 120px;
}

#member .bg .wrapper ul.staff li span {
  font-size: 1.2rem;
  color: #d85578;
}

#member .bg .wrapper ul.staff li p {
  font-size: 1.6rem;
  margin: 10px auto 40px;
}

#member .bg .wrapper ul.staff li.company {
  width: 100%;
}

#member .bg .wrapper ul.staff li.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#member .bg .wrapper ul.staff li.company dl dt {
  width: 100%;
  font-weight: 1.4rem;
}

#member .bg .wrapper ul.staff li.company dl dd {
  font-size: 1.2rem;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  margin-right: 10px;
  color: #333329;
}

@media screen and (max-width: 600px) {
  #member .bg .wrapper ul.staff li p {
    margin: 5px auto 20px;
  }
  #member .bg .wrapper ul.staff li.company dl dt {
    font-size: 1.4rem;
  }
  #member .bg .wrapper ul.staff li.company dl dd {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

#member:before {
  content: '';
  background-image: url(../img/bg_3.svg);
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 5vw;
  margin-top: -5vw;
  z-index: -100;
}

footer {
  background: #333329;
  color: #F7F7ED;
  padding: 40px 0px;
}

footer img {
  display: block;
  margin: 0 auto;
}

footer span {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */