@charset "UTF-8";
.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.anime {
  opacity: 0;
}
.anime-delay-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anime-delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anime-delay-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-delay-7 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.anime-delay-8 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.anime-delay-9 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.anime-delay-10 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.anime-delay-11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.anime-delay-12 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.anime-delay-13 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.anime-delay-14 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.anime-delay-fast1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-delay-fast2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anime-delay-fast3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anime-delay-fast4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anime-delay-fast5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anime-delay-fast6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anime-delay-fast7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anime-slow {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation: 0.8s 0.6s fadeInDown both;
          animation: 0.8s 0.6s fadeInDown both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  word-break: break-word;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #323232;
  min-width: 1400px;
}
main img {
  width: 100%;
}
main .inner {
  max-width: 1400px;
  margin: auto;
}
main .img__list {
  position: absolute;
  top: 0;
  left: 0;
}
main #MV .mv {
  max-width: 1500px;
  padding: 0 50px;
  margin: auto;
}
main #LEAD .lead {
  margin-top: 100px;
}
main #LEAD .lead__ttl {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
main #LEAD .lead__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 30px auto 0;
}
main #LEAD .lead__credit {
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  margin: 30px auto 0;
}
main #LEAD .lead__profile {
  max-width: 642px;
  margin: 100px auto -160px;
}
main #SEC01 {
  background-color: #FCF3ED;
  padding-top: 300px;
}
main #SEC01 .sec01 {
  position: relative;
}
main #SEC02 {
  background-color: #FCF3ED;
  padding-top: 130px;
}
main #SEC02 .sec02 {
  position: relative;
}
main #SEC02 .sec02 .img__list:nth-of-type(1) {
  top: 70px;
}
main #SEC02 .sec02 .img__list:nth-of-type(2) {
  top: 450px;
}
main #SEC02 .sec02 .img__list:nth-of-type(3) {
  top: 592px;
}
main #SEC02 .sec02 .img__list:nth-of-type(4) {
  top: 1070px;
}
main #SEC03 {
  background-color: #FCF3ED;
  padding-top: 140px;
}
main #SEC03 .sec03 {
  position: relative;
}
main #SEC03 .sec03 .img__list:nth-of-type(1) {
  top: 0px;
}
main #SEC03 .sec03 .img__list:nth-of-type(2) {
  top: 555px;
}
main #SEC03 .sec03 .img__list:nth-of-type(3) {
  top: 464px;
}
main #SEC04 {
  background-color: #FCF3ED;
  padding-top: 0px;
  padding-bottom: 365px;
  margin-top: -20px;
}
main #SEC04 .sec04 {
  position: relative;
}
main #SEC04 .sec04 .img__list:nth-of-type(1) {
  top: 125px;
}
main #SEC04 .sec04 .img__list:nth-of-type(2) {
  top: 505px;
}
main #SEC05 .sec05 {
  margin-top: -190px;
  margin-bottom: 154px;
}
main #SEC05 .sec05 img {
  display: block;
  margin: auto;
  max-width: 847px;
}

/* SP */
@media screen and (max-width: 769px) {
  main {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    min-width: initial;
  }
  main img {
    width: 100%;
  }
  main .inner {
    margin: auto;
    padding: 0;
    max-width: 375px;
  }
  main #MV .mv {
    padding: 0;
  }
  main #LEAD .lead {
    margin-top: 25px;
    padding: 0 15px;
  }
  main #LEAD .lead__ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  main #LEAD .lead__txt {
    font-size: 1.1rem;
    line-height: 2.2;
    text-align: left;
    max-width: 500px;
    margin: 15px auto 0;
  }
  main #LEAD .lead__credit {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 15px auto 0;
  }
  main #LEAD .lead__profile {
    max-width: 321px;
    margin: 73px auto -428px;
  }
  main #SEC01 {
    padding-top: 472px;
  }
  main #SEC01 .sec01 .img__list:nth-of-type(3) {
    top: 0;
  }
  main #SEC01 .sec01 .img__list:nth-of-type(4) {
    top: 981px;
  }
  main #SEC01 .sec01 .img__list:nth-of-type(5) {
    top: 1614px;
  }
  main #SEC02 {
    padding-top: 50px;
  }
  main #SEC02 .sec02 .img__list:nth-of-type(5) {
    top: 0px;
  }
  main #SEC02 .sec02 .img__list:nth-of-type(6) {
    top: 553px;
  }
  main #SEC02 .sec02 .img__list:nth-of-type(7) {
    top: 1573px;
  }
  main #SEC02 .sec02 .img__list:nth-of-type(8) {
    top: 2380px;
  }
  main #SEC03 {
    padding-top: 50px;
  }
  main #SEC03 .sec03 .img__list:nth-of-type(4) {
    top: 0px;
  }
  main #SEC03 .sec03 .img__list:nth-of-type(5) {
    top: 732px;
  }
  main #SEC03 .sec03 .img__list:nth-of-type(6) {
    top: 1716px;
  }
  main #SEC04 {
    padding-top: 100px;
    padding-bottom: 400px;
  }
  main #SEC04 .sec04 .img__list:nth-of-type(3) {
    top: 0x;
  }
  main #SEC04 .sec04 .img__list:nth-of-type(4) {
    top: 1066px;
  }
  main #SEC04 .sec04 .img__list:nth-of-type(5) {
    top: 1680px;
  }
  main #SEC04 .sec04 .img__list:nth-of-type(6) {
    top: 2197px;
  }
  main #SEC05 .sec05 {
    margin-top: -341px;
    margin-bottom: 30px;
  }
  main #SEC05 .sec05 img {
    max-width: 321px;
  }
}
/* SP ここまで */