#page_wrapper {
  overflow-x: hidden;
  /*width:100vw;*/
}
#page_wrapper:before {
  content: "";
  display: block;
  height: 105dvh;
  width: 100vw;
  background: url(../img/kv_bg.jpg);
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
}

.animated {
  opacity: 0;
}

/*
main{
    position:relative;
}
main.fixed{
    &>*{
        position:absolute;
        width:100%;
    }
    &>span{
        position:relative!important;
        width:100%;
        height:100%;
    }
}
*/
.kv {
  padding-top: 106px;
  padding-top: 11.77vh;
  position: relative;
  height: calc(100vh - 160px);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .kv {
    height: calc(100vh - 56px);
  }
}
.kv__dino {
  height: 96%;
  height: calc(100vh - 160px);
  width: 100%;
  position: relative;
  margin: auto 0 0 auto;
  z-index: 0;
  transform: translate(1px, -106px);
  filter: blur(6px);
  opacity: 0.8;
  background: url(../img/dino.svg) no-repeat bottom right;
  background-size: auto 94%;
  background-size: auto 102%;
  background-position: right bottom;
  background-position: bottom -3vw right;
  opacity: 0;
  animation-name: dino;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media screen and (max-width: 1100px) {
  .kv__dino {
    background-size: 94% auto;
  }
}
@media screen and (max-width: 834px) {
  .kv__dino {
    background-size: 94% auto;
    background-position: right bottom 30%;
  }
}
@keyframes dino {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv__container {
  position: absolute;
  width: 92%;
  height: 100vh;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 56px 0 70px;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
}
.kv__container .copy {
  width: 250px;
  width: 26.2%;
}
.kv__container .copy img {
  opacity: 0;
  animation-name: kvcopy;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  width: 100%;
}
.kv__container h1 {
  width: 350px;
  width: 36.68%;
  position: relative;
  margin-top: 170px;
  margin-top: 18vh;
  opacity: 0;
  animation-name: kvcopy;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.kv__container h1.smallScreen {
  margin-top: 6vh;
}
.kv__container h1 img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.7s;
}
.kv__container h1 img.hide {
  opacity: 0 !important;
}
.kv__container h1 img.show {
  opacity: 1 !important;
}
.kv__container h1 img.brand {
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .kv__container {
    top: 18.6vw;
    display: block;
  }
  .kv__container .copy {
    width: 100%;
    text-align: center;
  }
  .kv__container .copy img {
    opacity: 0;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    width: 38vw;
  }
  .kv__container h1 {
    width: 100%;
    position: relative;
    margin-top: 40vw;
    text-align: center;
  }
  .kv__container h1 img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .kv__container h1 img.hide {
    opacity: 0 !important;
  }
  .kv__container h1 img.show {
    opacity: 1 !important;
  }
  .kv__container h1 img.brand {
    opacity: 0;
  }
}
@keyframes kvcopy {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.sect1 {
  position: relative;
  letter-spacing: 0.05em;
  margin-top: calc(100vh - 160px);
  padding-bottom: 100vh;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .sect1 {
    margin-top: calc(100vh - 56px);
  }
}
.sect1 .sect_bg {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_bg {
    background-image: url(../img/bg1_sp.jpg);
  }
}
.sect1 .spacer {
  height: 400vh;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .sect1 .spacer {
    display: none;
  }
}
.sect1 .black {
  height: 100vh;
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.sect1 .sect_container {
  width: 100vw;
  width: 90vw;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation-delay: 0.7s;
}
.sect1 .sect_container p {
  font-size: 18px;
  line-height: 2.6;
}
.sect1 .sect_container p strong {
  font-size: 22px;
  font-weight: bold;
}
.sect1 .sect_container p br.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container p {
    font-size: 4.53vw;
  }
  .sect1 .sect_container p strong {
    font-size: 120%;
  }
  .sect1 .sect_container p br.sp {
    display: inline;
  }
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container {
    padding-left: 10vw;
  }
}
.sect1 .sect_container.con1 {
  padding: 100vh 0 0 200px;
  padding: 100vh 0 0 16.94%;
  margin-bottom: 255px;
  margin-bottom: 21.61%;
}
.sect1 .sect_container.con1 h2 {
  margin-bottom: 100px;
  margin-bottom: 8.47%;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container.con1 h2 {
    margin-bottom: 17vw;
  }
  .sect1 .sect_container.con1 h2 img {
    width: 66.66vw;
  }
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container.con1 {
    padding-left: 10.66vw;
    margin-bottom: 22vw;
  }
}
.sect1 .sect_container.con2 {
  /*opacity:0;*/
  margin-bottom: 128px;
  margin-bottom: 11.3%;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 40px;
  padding-right: 3.38%;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container.con2 {
    display: block;
    padding-left: 10.66vw;
    margin-bottom: 22vw;
  }
}
.sect1 .sect_container.con3 {
  /*opacity:0;*/
  margin-bottom: 500px;
  margin-bottom: 42.37%;
  padding-left: 36px;
  padding-left: 3%;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container.con3 {
    padding-left: 10.66vw;
    margin-bottom: 22vw;
  }
}
.sect1 .sect_container.con4 {
  /*opacity:0;*/
  display: flex;
  justify-content: flex-end;
}
.sect1 .sect_container.con4 p {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  margin-right: 15%;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container.con4 {
    display: block;
    padding-left: 10.66vw;
  }
  .sect1 .sect_container.con4 p {
    font-size: 5vw;
  }
}

.story {
  background: #a7a3a1;
  position: relative;
  z-index: 3;
  padding: 380px 0 246px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .story {
    padding: 32.2% 0 20.8%;
  }
}
@media screen and (max-width: 834px) {
  .story {
    padding-top: 56vw;
  }
}
.story__border {
  border: solid 1px #fff;
  margin: 0 auto;
  position: relative;
  width: 84.533%;
  max-width: 1180px;
  padding: 118px 10px 140px;
  opacity: 0;
}
@media screen and (max-width: 1180px) {
  .story__border {
    margin: 0 auto;
    padding: 10% 10px 11.86%;
  }
}
@media screen and (max-width: 834px) {
  .story__border {
    padding: 28% 1.6% 11.9%;
  }
}
.story h2 {
  padding: 30px 0;
  width: 146px;
  width: 12.37%;
  text-align: center;
  background: #a7a3a1;
  position: absolute;
  right: 45px;
  top: 0px;
  transform: translateY(-31%);
}
.story h2 img {
  width: 58.9%;
}
@media screen and (max-width: 834px) {
  .story h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-120%);
    text-align: left;
  }
  .story h2 img {
    width: 80%;
    max-width: 542px;
  }
}
.story__ttl-en {
  position: absolute;
  top: 24px;
  left: 36px;
  display: block;
  width: 21.8%;
}
.story__ttl-en img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .story__ttl-en {
    top: 2.1vw;
    left: 3.9%;
    width: 48.4%;
  }
}
.story .tp_wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.story .tp_wrapper .txt {
  animation-delay: 1s;
}
.story .tp_wrapper .pic img {
  animation-delay: 1.5s;
  width: 100%;
}
.story .tp_wrapper.tp1 {
  flex-direction: row-reverse;
  margin-bottom: 96px;
  margin-bottom: 8.27%;
}
.story .tp_wrapper.tp1 .pic {
  width: 495px;
  width: 42.67%;
  overflow: hidden;
}
.story .tp_wrapper.tp1 .txt {
  width: 346px;
  width: 29.82%;
  padding-top: 90px;
  padding-top: 7.7%;
}
.story .tp_wrapper.tp1 .txt img {
  width: 56%;
  max-width: 173px;
}
@media screen and (max-width: 834px) {
  .story .tp_wrapper.tp1 {
    display: block;
    margin-bottom: 11.62%;
  }
  .story .tp_wrapper.tp1 .pic {
    width: 100%;
    margin-bottom: 10.5%;
    transform: translateX(-2%);
  }
  .story .tp_wrapper.tp1 .pic img {
    width: 90.12%;
  }
  .story .tp_wrapper.tp1 .txt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 7.64%;
  }
  .story .tp_wrapper.tp1 .txt img {
    width: 43.312%;
    max-width: 100%;
  }
}
.story .tp_wrapper.tp2 {
  margin-bottom: 96px;
  margin-bottom: 8.27%;
}
.story .tp_wrapper.tp2 .pic {
  width: 535px;
  width: 46.12%;
  overflow: hidden;
}
.story .tp_wrapper.tp2 .txt {
  width: 354px;
  width: 30.51%;
  text-align: center;
  padding-top: 50px;
  padding-top: 4.3%;
}
.story .tp_wrapper.tp2 .txt img {
  width: 58%;
  max-width: 173px;
}
@media screen and (max-width: 834px) {
  .story .tp_wrapper.tp2 {
    display: block;
    margin-bottom: 11.62%;
  }
  .story .tp_wrapper.tp2 .pic {
    width: 100%;
    margin-bottom: 10.5%;
  }
  .story .tp_wrapper.tp2 .pic img {
    width: 88.692%;
  }
  .story .tp_wrapper.tp2 .txt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 11.62%;
  }
  .story .tp_wrapper.tp2 .txt img {
    width: 43.312%;
    max-width: 100%;
  }
}
.story .tp_wrapper.tp3 {
  flex-direction: row-reverse;
}
.story .tp_wrapper.tp3 .pic {
  width: 564px;
  width: 48.62%;
  overflow: hidden;
  margin-left: 3%;
}
.story .tp_wrapper.tp3 .pic img.sp {
  display: none;
}
.story .tp_wrapper.tp3 .txt1 {
  width: 232px;
  width: 20%;
  text-align: center;
  padding-top: 64px;
  padding-top: 5.51%;
}
.story .tp_wrapper.tp3 .txt1 img {
  width: 60%;
  max-width: 120px;
}
.story .tp_wrapper.tp3 .txt2 {
  width: 198px;
  width: 17.06%;
  text-align: center;
  padding-top: 160px;
  padding-top: 13.8%;
}
.story .tp_wrapper.tp3 .txt2 img {
  width: 90%;
  max-width: 182px;
}
.story .tp_wrapper.tp3 .txt2 img.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .story .tp_wrapper.tp3 {
    flex-direction: column;
  }
  .story .tp_wrapper.tp3 .pic {
    width: 100%;
    margin-bottom: 15.92%;
    margin-left: 0;
  }
  .story .tp_wrapper.tp3 .pic img {
    width: 95.7%;
  }
  .story .tp_wrapper.tp3 .txt1 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 9.55%;
  }
  .story .tp_wrapper.tp3 .txt1 img {
    width: 30.41%;
    max-width: 100%;
  }
  .story .tp_wrapper.tp3 .txt2 {
    width: 100%;
    padding-top: 0;
    padding-left: 10%;
    text-align: left;
  }
  .story .tp_wrapper.tp3 .txt2 img.sp {
    display: inline;
    width: 56.21%;
    max-width: 100%;
  }
  .story .tp_wrapper.tp3 .txt2 img.pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */