@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    Concept page
------------------------------------------------------------ */
.c-bcrumb {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    margin-top: 1rem;
  }
}

.p-mv {
  padding-top: 1px;
  position: relative;
  overflow-x: hidden;
}
.p-mv__bg {
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}
.p-mv__trck {
  pointer-events: none;
  width: 53%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 80%;
  }
}
.p-mv__trck--bot {
  top: unset;
  bottom: 3rem;
  left: unset;
  right: 0;
  width: 100%;
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-top: 3.1rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-top: 2.2rem;
    width: 3rem;
  }
}
.p-mv__bgtop {
  width: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.p-mv__bgbot {
  width: 100%;
  position: absolute;
  bottom: -9rem;
  pointer-events: none;
}

.p-con {
  position: relative;
  padding: 30rem 0 10rem;
}

.p-logobox__logo {
  width: 32rem;
  height: 18rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-logobox__logo {
    width: 20rem;
    height: 10rem;
  }
}

.p-anip {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
  margin: 8rem 0;
}
@media (max-width: 768px) {
  .p-anip {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-anip {
    font-size: 1.5rem;
  }
}
.p-anip--1 {
  margin-top: -14rem;
}
@media only screen and (max-width: 768px) {
  .p-anip--1 {
    margin-top: 0rem;
  }
}

.p-cont__vid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 83vh;
  aspect-ratio: 1920/1080;
  position: relative;
  background-color: #fdfaf2;
}
.p-cont__vid video {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1920px;
  margin: 0 auto;
}
.p-cont__vid .video-btn {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-cont__vid .video-btn {
    width: 3rem;
    height: 3rem;
    bottom: unset;
    top: 1rem;
    right: 1rem;
    border: 1px solid #717071;
  }
}
.p-cont__vid .video-btn img {
  width: 100%;
  display: block;
  opacity: 0.7;
}

.gsap-para {
  position: relative;
  min-height: 100vh;
}

.gsap-logo {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gsap-sec {
  position: relative;
}/*# sourceMappingURL=style.css.map */