.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .cont__container, .cont__container--small {
    max-width: 94.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 640px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

.network .inner, .about .inner, .product .inner, .story .inner, .kv .inner {
  max-width: 1200px;
  width: 100%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .network .inner, .about .inner, .product .inner, .story .inner, .kv .inner {
    max-width: 100%;
  }
}

.section__title-top, .section__title-bottom {
  text-shadow: 0px 0px 10px rgba(64, 7, 7, 0.5);
}
@media screen and (max-width: 640px) {
  .section__title-top, .section__title-bottom {
    text-shadow: 0px 0px 1.33334vw rgba(64, 7, 7, 0.6);
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
}

#Cont {
  background-image: url(/assets/img/content_bg_pc.jpg);
  background-size: contain;
  background-repeat: repeat-y;
}

#Cont img {
  width: 100%;
  height: auto;
}

#Cont a {
  opacity: 1;
  transition: 0.2s all;
}

#Cont a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.js-fade-kv {
  opacity: 0;
  transition: 0.8s all;
}

.js-fade,
.js-fade-top {
  opacity: 0;
  transition: 0.8s all;
}

.js-fade-active,
.js-fade-top-active {
  opacity: 1;
}

.js-fade-next,
.js-fade-top-next {
  opacity: 0;
  transition: 0.8s all;
}

.js-fade-next-active,
.js-fade-top-next-active {
  opacity: 1;
  transform: translate(0) !important;
}

.section__title {
  position: absolute;
  top: 24px;
  width: 967px;
  height: 201px;
  max-width: 967px;
}
@media screen and (max-width: 640px) {
  .section__title {
    top: 5.0666666667vw;
    left: 0;
    height: 25.6vw;
    width: 77.6vw;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
.section__title-texts {
  position: relative;
  transition: 0.2s all;
}
.section__title-texts.section__title-active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .section__title-texts {
    width: auto;
  }
}
.section__title-top {
  white-space: nowrap;
  display: block;
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 640px) {
  .section__title-top {
    font-size: 8.5333333333vw;
  }
}
.section__title-bottom {
  white-space: nowrap;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .section__title-bottom {
    font-size: 3.7333333333vw;
  }
}
.section__title-left {
  background-image: url(/assets/img/title_left_bg_pc.png);
  background-position: right top;
  left: -360px;
  transform: translateX(-10%);
}
@media screen and (max-width: 1400px) {
  .section__title-left {
    left: -340px;
  }
}
@media screen and (max-width: 640px) {
  .section__title-left {
    width: 77.6vw;
    background-image: url(/assets/img/title_bg_sp.png);
    background-size: contain;
    left: 0 !important;
    transform: translateX(-10%);
  }
}
.section__title-left.js-fade-active {
  transform: translateX(0);
}
.section__title-left .section__title-texts {
  padding: 6.2047569804% 0 0 37.2285418821%;
  display: block;
  transition: 0.2s all;
}
@media screen and (max-width: 640px) {
  .section__title-left .section__title-texts {
    padding-top: 6.6666666667vw;
    padding-left: 5.0666666667vw;
  }
}
.section__title-left .section__title-texts .section__title-bottom {
  text-align: end;
  padding-right: 15.6507413509%;
  padding-top: 0.823723229%;
}
@media screen and (max-width: 640px) {
  .section__title-left .section__title-texts .section__title-bottom {
    padding-top: 0.6666666667vw;
    padding-right: 14.6666666667vw;
  }
}
.section__title-right {
  background-image: url(/assets/img/title_right_bg_pc.png);
  right: -360px;
  transform: translateX(10%);
}
@media screen and (max-width: 1400px) {
  .section__title-right {
    right: -340px;
  }
}
@media screen and (max-width: 640px) {
  .section__title-right {
    width: 77.6vw;
    background-image: url(/assets/img/title_bg_sp.png);
    background-size: contain;
    right: auto;
    left: 0 !important;
    transform: translateX(-10%);
  }
}
.section__title-right.js-fade-active {
  transform: translateX(0);
}
.section__title-right .section__title-texts {
  padding: 6.2047569804% 37.2285418821% 0 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .section__title-right .section__title-texts {
    padding-top: 6.6666666667vw;
    padding-left: 5.0666666667vw;
    padding-right: 0;
  }
}
.section__title-right .section__title-texts .section__title-top {
  padding-left: 19.7693574959%;
}
@media screen and (max-width: 640px) {
  .section__title-right .section__title-texts .section__title-top {
    padding-left: 0;
  }
}
.section__title-right .section__title-texts .section__title-bottom {
  text-align: right;
  padding-right: 4.942339374%;
  padding-top: 0.823723229%;
}
@media screen and (max-width: 640px) {
  .section__title-right .section__title-texts .section__title-bottom {
    padding-right: 14.6666666667vw;
    padding-top: 0.4vw;
  }
}

.sns {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 640px) {
  .sns {
    bottom: -80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sns__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sns__text {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #000;
}
@media screen and (max-width: 640px) {
  .sns__text {
    font-size: 9px;
  }
}
.sns__icon {
  display: block;
  width: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .sns__icon {
    margin-top: 15px;
    width: 30px;
  }
}

#Main:after,
#Main_inner:after {
  content: none;
}

#scbnr {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #scbnr {
    padding-top: 40px;
    padding-bottom: 112px;
  }
}
#scbnr #snstxt {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  #scbnr #snstxt {
    line-height: 1.25;
    margin-top: 1.3333333333vw;
  }
}
#scbnr .links {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #scbnr .links {
    margin-top: 6.6666666667vw;
  }
}

/* common:end */
/* kv:start */
.kv__inner {
  background-image: url(/assets/img/kv_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .kv__inner {
    background-image: url(/assets/img/kv_bg_sp.jpg);
  }
}
.kv__image {
  width: 62.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .kv__image {
    width: 100%;
  }
}
.kv__lead {
  background-image: url(/assets/img/kv_lead_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media screen and (max-width: 1400px) {
  .kv__lead {
    padding-top: 3.7142857143vw;
    padding-bottom: 3.7142857143vw;
  }
}
@media screen and (max-width: 640px) {
  .kv__lead {
    background-image: url(/assets/img/kv_lead_bg_sp.jpg);
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.kv__lead-text {
  word-wrap: break-word;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3888888889;
}
@media screen and (max-width: 1400px) {
  .kv__lead-text {
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 640px) {
  .kv__lead-text {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

/* kv:end */
/* story:start */
.story {
  position: relative;
}
.story__container {
  position: relative;
  background-image: url(/assets/img/story_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 640px;
  margin-bottom: 60px;
  opacity: 0;
  transition: 1.6s all;
}
@media screen and (max-width: 640px) {
  .story__container {
    background-image: url(/assets/img/story_bg_sp.jpg);
    height: 112vw;
    margin-bottom: 8vw;
  }
}
.story__container.is-show {
  opacity: 1;
  transform: translate(0) !important;
  margin-bottom: 0;
}
.story__title {
  opacity: 0;
  transition: 1.6s all;
}
@media screen and (max-width: 640px) {
  .story__title {
    height: 34.5333333333vw;
    background-image: url(/assets/img/story_title_bg_sp.png);
  }
}
.story__title.is-show {
  opacity: 1;
  transform: translate(0) !important;
}
.story__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.story__movie.is-show {
  opacity: 1;
  pointer-events: auto;
}
.story__movie-video {
  width: 100%;
  height: 100%;
}

/* story:end */
/* product:start */
.product {
  background-image: url(/assets/img/product_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 640px;
}
@media screen and (max-width: 640px) {
  .product {
    background-image: url(/assets/img/product_bg_sp.jpg);
    height: 112vw;
  }
}
/* product:end */
/* about:start */
.about {
  background-image: url(/assets/img/about_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 640px;
}
@media screen and (max-width: 640px) {
  .about {
    background-image: url(/assets/img/about_bg_sp.jpg);
    height: 112vw;
  }
}
/* about:end */
/* network:start */
.network {
  background-image: url(/assets/img/network_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  height: 640px;
}
@media screen and (max-width: 640px) {
  .network {
    background-image: url(/assets/img/network_bg_sp.jpg);
    height: 112vw;
  }
}
/* network:end */
/* content:start */
.content__hide {
  display: none;
}
.content__hide.is-show {
  display: block;
}

/* content:end */