@charset "utf-8";

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../../../font/apercu/apercu_regular_pro.eot");
  src: url("../../../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../../../font/apercu/apercu_regular_pro.woff") format("woff"), url("../../../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}

html {
  font-family:apercu;
/*  font-family: 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-size: 62.5%;
}
body {
/*  width: 100vw; */
  width:100%;
  line-height: 2;
  letter-spacing:0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width:768px) {
  body {
    font-size: 1.1rem;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
}



/** =========================================================
 * Contents
 ========================================================= */

/* wrapper */
@media screen and (max-width: 767px) {
}
@media screen and (min-width:768px) {
  .wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 100px;
  }
}

.contents {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents {
    width: 90%;
  }
}
@media screen and (min-width:768px) {
  .contents {
    width: 80%;
  }
}

/* 各ブロック下余白 */
@media screen and (max-width: 767px) {
  header > div,
  header > h1{
    margin-bottom: 170px;
  }
  footer .credit {
    margin-bottom: 100px;
  }
  .contents > div {
    margin-bottom: 85px;
  }
  footer {
    margin-bottom: 60px;
  }
}
@media screen and (min-width:767px) {
  header > div,
  header > h1,
  footer .credit {
    margin-bottom: 280px;
  }
  .contents > div {
    margin-bottom: 196px;
  }
  footer {
    margin-bottom: 100px;
  }
}

/* mv */
.appear {
  transform-origin: center top;
  animation: show 1s both;
}
@keyframes show {
  0% {
    transform:translate(0,1em);
    opacity:0;
    text-shadow:0 0 0 #fff;
  }
  50% {
    text-shadow:0 0 0.5em #fff;
  }
  100% {
    transform:translate(0,0);
    opacity:1;
    text-shadow:none;
  }
}
#heritanovum {
  transform-origin: center top;
  animation-name: show_logo;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}
@keyframes show_logo {
  0% {
/*    transform:translate(0,2em); */
    opacity:0;
    text-shadow:0 0 0 #fff;
  }
  50% {
    text-shadow:0 0 0.6em #fff;
  }
  100% {
/*    transform:translate(0,0); */
    opacity:1;
    text-shadow:none;
  }
}

/* logo */
.logo-header,
.logo-footer {
  text-align: center;
}
.logo-footer img {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .logo-footer img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .logo-header img {
    width: 40%;
  }
}
@media screen and (min-width:768px) {
  .logo-header img {
    width: 200px;
  }
}

/* img */
.img-horizontal-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img-vertical-box {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .img-vertical-box img {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .img-vertical-box {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}
.img-vertical-box2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img-vertical-box2 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
.img-horizontal-box2 img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .img-horizontal-box2 {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}
.appear p{
    position:relative;
}
#heritanovum{
    position:absolute;
    top:35.5%;
    left:48%;
    width:3.6%;
}
#last_image{
    position:relative;
}
#heritanovum2{
    position:absolute;
    top:36%;
    left:48%;
    width:3%;
}

/* description */
.mv__item__description,
.contents__item__description {
  margin-top: 10px;
}
.mv__item__description {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .mv__item__description {
    width: 100%;
  }
}

/* footer */
@media screen and (max-width: 767px) {
  footer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top:70px;
  }
}
@media screen and (min-width:768px) {
  footer {
    margin-top:30px;
  }
}

/* credit */
.credit {
  display: flex;
}
.credit p{
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .credit {
    display: block;
    line-height:150%;
  }
  .credit__left {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:768px) {
  .credit__left {
    margin-right: 50px;
    margin-left: auto;
  }
  .credit__right {
    margin-right: 20px;
  }
}

/* fade-in */
.fade-in {
  transition: opacity 0.4s;
}

p.copyright{
  padding-top:60px;
  text-align:center;
}