@charset "UTF-8";

/* CSS Document */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  color: #fff;
  z-index: 9999;
}

.yamatokiri {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  letter-spacing: 1.0rem;
}


.section-top {
  background-image:
    url("../img/fv.jpg");
  background-repeat: no-repeat;
  height: 800px;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}

@media(min-width:1670px) {
  .section-top {
    background-size: auto;
  }
}

/*じわっ*/
.section-top {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.03s);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}

header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

#header {
  width: 100%;
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

header h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.7rem;
  margin-left: 50px;
  margin-bottom: 30px;
}

/*ハンバーガー非表示*/
.hunberger {
  display: none;
}

.drawer_hidden {
  display: none;
}

header ul li {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 40px;
  margin-bottom: 30px;
  padding: 5px;
  transition: 0.7s;
}

header ul li:hover {
  background-color: rgba(147, 161, 205, 0.3);
}


.section-top__text {
  max-width: 906px;
  margin: 200px auto 0;
}

.section-top h2 {
  font-family: 'Noto Serif JP', serif;
  color: #292929;
  font-size: 7.0rem;
  margin-left: 25px;
  letter-spacing: 1.0rem;
}

.oficialsite {
  width: 280px;
  margin-left: 30px;
  margin-top: 50px;
}

.SNS ul li {
  display: inline-block;
  margin-left: 15px;
}

.SNS ul {
  margin-left: 55px;
  margin-top: 30px;
}

.section-original {
  max-width: 1366px;
  margin: 0 auto;
  padding: 180px 0 0 0;
}

.section-original_title-img {
  width: 240px;
  margin: 0 auto;
}

/*タイトルふわっとでてくる*/
.topfadein {
  opacity: 0;
  transform: translate(0, -80px);
  transition: all 1000ms;
}

.topfadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bottomfadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1000ms;
}

.bottomfadein.scrollin2 {
  opacity: 1;
  transform: translate(0, 0);
}

.section-original span {
  font-size: 2.4rem;
  font-family: serif;
}

.section-original_title__ja {
  top: -20px;
  left: 150px;
  width: 130px;
  margin: 0 auto;
  position: relative;
}

.section-original_title__ja::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: -65px;
}

.original-content {
  margin-top: 50px;
}

.original_movie-youtube {
  width: 100%;
  padding: 0 10px;
}

.original_movie-text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.original_movie-text p {
  font-size: 1.6rem;
  padding-left: 10px;
  text-align: left;
}

.slick-arrow {
  display: none !important;
}

.button09 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 50px 50px 0 auto;
  padding: 1em 2em;
  width: 150px;
  color: #0e39be;
  font-size: 2.0rem;
  background-color: rgba(147, 161, 205, 0.5);
  transition: 0.5s;
}

.button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #777777;
  transition: 0.2s;
}

.button09 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #0e39be;
  border-right: 3px solid #0e39be;
  transform: rotate(45deg);
}

.button09 a:hover::before {
  top: 0;
  left: 0;
}

.button09 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

.section-cover {
  max-width: 1366px;
  margin: 0 auto;
  padding: 180px 0 0 0;
}

.section-cover_title-img {
  width: 180px;
  margin: 0 auto;
}

.section-cover span {
  font-size: 2.4rem;
  font-family: serif;
}

.section-cover_title__ja {
  top: 10px;
  left: 150px;
  width: 130px;
  margin: 0 auto;
  position: relative;
}

.section-cover_title__ja::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: -65px;
}

.cover-content {
  margin-top: 50px;
}

.cover-movie_youtube {
  width: 100%;
  padding: 0 10px;
}

.cover-movie_text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.cover-movie_text p {
  padding-left: 10px;
  font-size: 1.5rem;
}

.button10 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 50px 50px 0 auto;
  padding: 1em 2em;
  width: 150px;
  color: #0e39be;
  font-size: 2.0rem;
  background-color: rgba(147, 161, 205, 0.5);
  transition: 0.5s;
}

.button10 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #777777;
  transition: 0.2s;
}

.button10 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #0e39be;
  border-right: 3px solid #0e39be;
  transform: rotate(45deg);
}

.button10 a:hover::before {
  top: 0;
  left: 0;
}

.button10 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

/*news*/
.section-news {
  max-width: 960px;
  padding-top: 180px;
  margin: 0 auto;
}

.news-box {
  display: flex;
  position: relative;
}

.news-title {
  max-width: 100px;
}

.news-title h2,
.news-title span {
  writing-mode: vertical-rl;
}

.news-title img {
  width: 60px;
  margin-left: 40px;
}

.news-title span {
  font-family: serif;
  font-size: 2.4rem;
  margin-top: 20px;
  position: relative;
}

.news-title span::before {
  content: "";
  display: block;
  width: 2px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: -65px;
  left: 10px;
}

.twitter-box {
  width: 60%;
  margin: 100px auto 0;
}

.twitter-box p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

/*about*/
.section-about {
  max-width: 960px;
  min-height: 800px;
  padding-top: 180px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.about-box {
  display: flex;
  max-height: 550px;
}

.about-content {
  position: relative;
  margin-top: 30px;
  width: 860px;
}

.about-title img {
  width: 60px;
  margin-left: 40px;
}

.about-title {
  width: 100px;
}

.m-br {
  display: none;
}

.about-img {
  max-width: 800px;
  position: absolute;
  left: -110px;
  bottom: -130px;
}

.illust-name {
  padding-left: 10%;
  font-size: 1.5rem;
  padding-top: 10px;
}

.link {
  width: 20px;
  height: 20px;
}

.about-text {
  position: absolute;
  right: 0;
}

.about-title h2,
.about-title span {
  writing-mode: vertical-rl;
}

.about-title span {
  font-family: serif;
  font-size: 2.4rem;
  margin-top: 20px;
  position: relative;
}

.about-title span::before {
  content: "";
  display: block;
  width: 2px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: -65px;
  left: 10px;
}

.about-text h4,
.about-text p {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  background: rgba(147, 161, 205, 0.5);
  padding: 7px;
  margin: 25px;
  font-weight: 600;
  color: #fff;
}

.about-text h4 {
  width: 110px;
  font-size: 1.8rem;
}

.text-color {
  width: 400px;
}

.text-color_a {
  width: 380px;
  line-height: 2.5rem;
}

.text-color_aa {
  width: 365px;
}

.text-color_aaa {
  width: 330px;
  line-height: 2.5rem;
}

/*contact*/
.section-contact {
  padding-top: 180px;
}

.contact-bg {
  max-width: 1100px;
  margin: 0 auto;
  height: 790px;
  background-image: url("../img/contact.JPG");
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: right 0px top 130px;
}

.contact-box {
  max-width: 960px;
  height: 790px;
  margin-left: 200px;
  display: flex;
  margin: 0 auto;
}

.contact-title {
  position: relative;
  width: 100px;
  /*  text-stroke: 1px #FFF;*/
}

.contact-title h2,
.contact-title span {
  writing-mode: vertical-rl;
  position: absolute;
}

.contact-title img {
  width: 60px;
  margin-left: 30px;
}

.contact-title span {
  font-family: serif;
  font-size: 2.4rem;
  margin-top: 250px;
  position: relative;
  text-shadow: 0.5px 0.5px 1px #FFF;
}

.contact-title span::before {
  content: "";
  display: block;
  width: 2px;
  height: 52px;
  background-color: #000;
  position: absolute;
  top: -65px;
  left: 10px;
}

.contact-content__button {
  position: absolute;
  margin-top: 250px;
  height: 350px;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contact-content__button p {
  margin: 100px 100px 0px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}

.button11 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 50px auto 0;
  padding: 1em 2em;
  width: 150px;
  color: #0e39be;
  font-size: 2.0rem;
  /*  font-weight: 700;*/
  background-color: rgba(147, 161, 205, 0.5);
  transition: 0.5s;
}

.button11 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #777777;
  transition: 0.2s;
}

.button11 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #0e39be;
  border-right: 3px solid #0e39be;
  transform: rotate(45deg);
}

.button11 a:hover::before {
  top: 0;
  left: 0;
}

.button11 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

.section-footer {
  height: 230px;
  margin-top: 100px;
  text-align: center;
}

.footer-SNS img {
  height: 45px;
  width: 45px;
}

.footer-SNS ul li {
  display: inline-block;
  margin-left: 15px;
}

.footer-box p {
  display: block;
  margin-top: 120px;
  font-size: 1.8rem;
}

@media(max-width:1080px) {
  .contact-bg {
    max-width: 960px;
  }

  .contact-box {
    max-width: 960px;
  }

  .contact-content__button {
    height: 350px;
  }

  @media(max-width:960px) {
    .news-title {
      padding-left: 30px;
    }

    .about-title {
      padding-left: 30px;
    }

    .section-about {
      padding-top: 100px;
    }

    .about-text h4,
    .about-text p {
      font-size: 1.4rem;
      font-weight: 400;
      margin: 25px 0;
    }

    .about-text h4 {
      width: 90px;
      font-size: 1.6rem;
      font-weight: 600;
    }

    .text-color {
      width: 370px;
    }

    .text-color_a {
      width: 340px;
      line-height: 2.5rem;
    }

    .text-color_aa {
      width: 335px;
    }

    .text-color_aaa {
      width: 300px;
      line-height: 2.5rem;
    }

    /*contact*/
    .contact-title {
      padding-left: 30px;
    }

    .contact-bg {
      max-width: 960px;
      background-size: 100%;
      /*    height: 800px;*/
    }

    .contact-box {
      max-width: 768px;
      margin-left: 0px;
      margin: 0;
    }

    .section-contact {
      padding-top: 50px;
    }

    .contact-img {
      max-width: 768px;
      margin-top: 100px;
      margin-left: 0px;
    }

    .contact-content__button {
      margin-top: 550px;
      width: 100%;
      max-width: 80%;
      height: 35%;
      margin-left: -1%;
    }

    .contact-content__button br {
      display: none;
    }

    .button11 a {
      margin: 30px auto 0;
    }
  }
}

@media(max-width:768px) {
  header {
    height: 55px;
  }

  #header h1 {
    margin-left: 22px;
  }

  #header h1 {
    margin-bottom: 15px;
    font-size: 2.0rem;
  }

  .section-top {
    background-position: 75% 90%;
  }

  .contact-content__button {
    margin-top: 480px;
    margin-left: -1.5%;
  }

  #nav-heatder {
    display: none;
  }

  .nav-sns {
    z-index: 9999;
  }

  /*ハンバーガーバー始まり*/
  .hunberger {
    display: block;
  }

  /*ハンバーガーメニューデザイン*/
  .open-button {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 40px;
    height: 40px;
  }

  .open-button::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 2px;
    text-transform: uppercase;
    background-image: url(../img/fonts/Menu.png);
    background-size: contain;
    width: 36px;
    height: 11px;
  }

  .open-button span,
  .open-button span:before {
    position: absolute;
    height: 2px;
    width: 25px;
    top: 0;
    left: 7.5px;
    background-color: #000;
    display: block;
    content: "";
    transition: all 0.3s ease;
  }

  .open-button span:before {
    top: 10px;
    left: 0;
  }

  /*チェックしたら*/
  #drawer_input:checked~#header h1 {
    margin-bottom: 15px;
    font-size: 2.0rem;
    z-index: 9999;
    color: #FFF;
  }

  #drawer_input:checked~.open-button span {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #FFF;
    z-index: 999;
  }

  #drawer_input:checked~.open-button span::before {
    top: 0;
    transform: rotate(90deg);
    background-color: #FFF;
  }

  #drawer_input:checked~.open-button::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 2px;
    text-transform: uppercase;
    background-image: url("../img/fonts/Close.png");
    background-size: contain;
    width: 34px;
    height: 13px;
    z-index: 999;
  }

  #drawer_input:checked~.open-button {
    top: 25px;
  }

  #drawer_input:checked~.nav-content {
    left: 0;
  }

  .nav-list li:checked~.nav-content {
    right: 0;
  }

  .nav-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background-image: url("../img/hb-bg.PNG");
    background-position: center;
    transition: .5s;
  }

  .nav-list {
    width: 310px;
    margin: 120px auto 0;
    padding-left: 22px;
  }

  .nav-list ul {
    display: block;
    text-align: center;
  }

  .nav-list p {
    padding-left: 65px;
  }

  .nav-original img {
    width: 145px;
    padding-left: 35px;
  }

  .nav-original p {
    margin-top: -5px;
    margin-left: 35px;
  }

  .nav-cover img {
    width: 100px;
    padding-left: 57px;
  }

  .nav-cover p {
    margin-top: 5px;
    margin-left: 57px;
  }

  .nav-contact img {
    width: 140px;
    padding-left: 44px;
  }

  .nav-contact p {
    margin-top: 5px;
    margin-left: 44px;
  }

  .nav-news img {
    width: 100px;
    padding-left: 57px;
  }

  .nav-news p {
    margin-top: 5px;
    margin-left: 57px;
  }

  .nav-about img {
    width: 105px;
    padding-left: 57px;
  }

  .nav-about p {
    margin-top: 5px;
    padding-left: 110px;
  }

  .nav-list p {
    color: #FFF;
    font-size: 1.6rem;
    font-family: serif;
  }

  #drawer_input:checked~.nav-sns {
    display: block;
    z-index: 999;
  }

  .nav-sns {
    width: 180px;
    display: table;
    margin: 50px auto;
  }

  .nav-sns li {
    display: table-cell;
  }

  .nav-sns ul {
    display: block;
  }

  .nav-sns img {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }

  /*ハンバーガーバー終わり*/
  .section-top__text {
    width: 300px;
    margin: 400px auto 0;
  }

  .section-top h2 {
    text-align: center;
    font-size: 6.0rem;
    margin: 0 auto;
  }

  .oficialsite {
    width: 185px;
    margin: 30px 0 0 50px;
  }

  .SNS ul li {
    display: inline-block;
    margin-left: 15px;
  }

  .SNS ul li img {
    width: 25px;
    height: 25px;
  }

  .SNS ul {
    margin-top: 8px;
    margin-left: 50px;
  }

  .footer-SNS img {
    width: 25px;
    height: 25px;
  }
}

@media(max-width:700px) {
  .section-original_title-img {
    width: 150px;
  }

  .section-original span {
    font-size: 1.6rem;
  }

  .section-original_title__ja {
    top: -15px;
    left: 120px;
    width: 80px;
  }

  .section-original_title__ja::before {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: -50px;
  }

  .section-cover_title-img {
    width: 150px;
  }

  .section-cover span {
    font-size: 1.6rem;
  }

  .section-cover_title__ja {
    top: 0px;
    left: 120px;
    width: 80px;
  }

  .section-cover_title__ja::before {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: -50px;
  }

  .twitter-box {
    margin: 0 auto;
  }

  .twitter-box p {
    font-size: 1.3rem;
  }

  .news-title img {
    width: 35px;
    margin-left: 30px;
  }

  .news-title span {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .news-title span::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #000;
    position: absolute;
    top: -50px;
    left: 10px;
  }

  .section-about {
    min-height: 920px;
  }

  .about-title img {
    width: 35px;
    margin-left: 30px;
  }

  .about-title span {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .about-title span::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #000;
    position: absolute;
    top: -50px;
    left: 10px;
  }

  .about-text {
    width: 420px;
    margin: 0 auto;
    position: relative;
  }

  .about-img {
    left: -200px;
    bottom: 0px;
    top: 300px;
  }

  .illust-name {
    padding-left: 20%;
    font-size: 1.4rem;
  }

  .contact-title img {
    width: 35px;
    margin-left: 30px;
  }

  .contact-title span {
    font-size: 1.6rem;
    margin-top: 110px;
  }

  .contact-title span::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #000;
    position: absolute;
    top: -50px;
    left: 10px;
  }

  .contact-content__button {
    height: 250px;
    margin-top: 450px;
    margin-left: -2.5%;
  }

  .contact-content__button p {
    margin: 70px 50px 0px;
  }

  @media(max-width:650px) {
    .contact-content__button {
      height: 230px;
      margin-left: -3%;
    }

    .contact-box,
    .contact-bg {
      height: 650px;
    }

    .footer-box p {
      margin-top: 50px;
      font-size: 1.4rem;
    }

    .section-footer {
      height: 100px;
    }
  }

  @media(max-width:600px) {
    .contact-content__button {
      height: 200px;
      margin-left: -5%;
    }

    .contact-content__button p {
      margin: 60px 50px -10px;
    }
  }

  @media(max-width:550px) {
    .section-top {
      background-position: right 25% bottom 0px;
    }

    .about-content {
      margin-top: 70px;
    }

    .about-text {
      left: 0px;
      width: 230px;
    }

    .illust-name {
      padding-left: 28%;
    }

    .news-title img,
    .about-title img,
    .contact-title img {
      margin-left: 20px;
      width: 25px;
    }

    .m-br {
      display: block;
    }

    .about-text h4,
    .about-text p {
      font-size: 1.3rem;
      font-weight: 400;
      margin: 15px 0 0 0;
      line-height: 2.0rem;
      padding: 3px;
    }

    .about-text h4 {
      width: 80px;
      font-size: 1.4rem;
      font-weight: 500;
    }

    .text-color {
      width: 225px;
    }

    .text-color_a {
      width: 230px;
      line-height: 2.5rem;
    }

    .text-color_aa {
      width: 170px;
    }

    .text-color_aaa {
      width: 180px;
      line-height: 2.5rem;
    }

    .contact-content__button {
      margin-top: 400px;
      margin-left: -7%;
    }

    .contact-content__button p {
      font-size: 1.4rem;
      margin: 60px 50px -10px;
    }
  }

  @media(max-width:520px) {

    .contact-content__button br {
      display: block;
    }

    .contact-content__button {
      height: 240px;
      margin-left: -8%;
    }

    .footer-box p {
      margin-top: 30px;
    }

    .section-about {
      min-height: 850px;
    }
  }

  @media(max-width:470px) {
    .contact-content__button {
      margin-top: 350px;
      margin-left: -9%;
    }

    .section-about {
      min-height: 830px;
    }

    .contact-bg {
      height: 550px;
    }

  }

  @media(max-width:430px) {
    .contact-content__button {
      height: 220px;
      margin-top: 350px;
      margin-left: -11%;
    }

    .timeline {
      margin-left: 20px;
    }

    @media(max-width:400px) {
      .contact-content__button {
        height: 220px;
        margin-top: 350px;
        margin-left: -13%;
      }

      .contact-content__button p {
        margin: 45px 50px -10px;
      }
    }

    @media(max-width:350px) {
      .contact-content__button {
        height: 210px;
        margin-top: 300px;
        margin-left: -16%;
      }

      .contact-bg {
        height: 470px;
      }

      .timeline {
        margin-left: 40px;
      }
    }

    @media(max-width:335px) {
      .contact-content__button {
        height: 210px;
        margin-top: 300px;
        margin-left: -17%;
      }

      .contact-content__button p {
        margin: 45px 40px -10px;
      }
    }
  }
