.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;
}

.movie .inner, .smooth .inner, .smooth-02 .inner, .first-press .inner, .flagship .inner, .kv .inner {
  max-width: 1200px;
  width: 100%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .movie .inner, .smooth .inner, .smooth-02 .inner, .first-press .inner, .flagship .inner, .kv .inner {
    max-width: 100%;
  }
}

.modal__title p, .movie__title p, .kv__lead p, .section__title-texts-top, .section__title-texts-bottom, .section__text p {
  text-shadow: 0px 0px 10px rgba(64, 7, 7, 0.5);
}
@media screen and (max-width: 640px) {
  .modal__title p, .movie__title p, .kv__lead p, .section__title-texts-top, .section__title-texts-bottom, .section__text p {
    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 {
  opacity: 0;
  transition: 0.8s all;
}

.js-fade-active {
  opacity: 1;
}

.js-fade-next,
.js-fade-next-02 {
  opacity: 0;
  transition: 0.8s all;
}

.js-fade-next-active,
.js-fade-next-02-active {
  opacity: 1;
  transform: translate(0) !important;
}

.section__title {
  position: absolute;
  top: 24px;
  left: -360px;
  transform: translateX(-10%);
  height: 199px;
  width: 991px;
  background-image: url(/assets/story/img/title_bg_pc.png);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .section__title {
    left: -340px;
  }
}
@media screen and (max-width: 640px) {
  .section__title {
    top: 5.0666666667vw;
    left: 0 !important;
    transform: translateX(-10%);
    width: 77.2vw;
    height: 21.6vw;
    background-image: url(/assets/story/img/title_bg_sp.png);
    background-size: cover;
    background-position: left top;
  }
}
.section__title.js-fade-active {
  transform: translateX(0);
}
.section__title-texts {
  position: relative;
  transition: 0.2s all;
  font-size: 64px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  padding-left: 36.3269424823%;
  padding-bottom: 0.5045408678%;
}
@media screen and (max-width: 640px) {
  .section__title-texts {
    width: auto;
    font-size: 8.8vw;
    padding-left: 5.0666666667vw;
    padding-bottom: 0;
  }
}
.section__title-texts-top {
  font-size: 48px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .section__title-texts-top {
    font-size: 7.2vw;
  }
}
.section__title-texts-bottom {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.1111111111;
  margin-top: 1.5243902439%;
}
@media screen and (max-width: 640px) {
  .section__title-texts-bottom {
    font-size: 3.4666666667vw;
  }
}
.section__title-left .section__title-texts {
  padding: 12.4378109453% 0 0;
  display: block;
  transition: 0.2s all;
}
@media screen and (max-width: 640px) {
  .section__title-left .section__title-texts {
    padding-top: 6.6666666667vw;
  }
}
.section__title-left .section__title-texts .section__title-bottom {
  left: 240px;
}
@media screen and (max-width: 640px) {
  .section__title-left .section__title-texts .section__title-bottom {
    left: auto;
    right: 15.8666666667vw;
  }
}

.section__text {
  position: absolute;
  bottom: 25px;
  right: -360px;
  transform: translateX(10%);
  height: 330px;
  width: 993px;
  background-image: url(/assets/story/img/text_bg_pc.png);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .section__text {
    right: -340px;
  }
}
@media screen and (max-width: 640px) {
  .section__text {
    right: 0 !important;
    bottom: 0;
    transform: translateX(10%);
    width: 100%;
    height: auto;
    background-image: url(/assets/story/img/text_bg_sp.jpg);
    background-size: cover;
  }
}
.section__text.js-fade-active {
  transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .section__text-inner {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 5.0666666667vw;
    padding-right: 5.0666666667vw;
  }
}
.section__text p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  width: 78.3625730994%;
  line-height: 1.3333333333;
  max-width: 52.3138832998%;
  padding-left: 11.0663983903%;
}
@media screen and (max-width: 640px) {
  .section__text p {
    font-size: 3.7333333333vw;
    width: auto;
    max-width: 100%;
    line-height: 1.5714285714;
    padding-left: 0;
  }
}
.section__text p + p {
  margin-top: 0.5em;
}

.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;
  }
}

#cboxOverlay {
  opacity: 0.5 !important;
}

#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 {
  background-image: url(/assets/story/img/kv_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .kv {
    background-image: url(/assets/story/img/kv_bg_sp.jpg);
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 1200px) {
  .kv .inner {
    width: 94%;
  }
}
@media screen and (max-width: 640px) {
  .kv .inner {
    width: 100%;
  }
}
.kv__image {
  width: 100%;
  margin-bottom: 9.8958333333%;
}
@media screen and (max-width: 640px) {
  .kv__image {
    margin-bottom: 13.3333333333vw;
  }
}
.kv__lead {
  background-image: url(/assets/story/img/kv_title_bg.png);
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 0 30px 0px rgba(77, 0, 0, 0.4);
  background-position: top center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .kv__lead {
    background-image: url(/assets/story/img/kv_title_bg_sp.png);
    width: 89.8666666667vw;
    border-radius: 0;
    margin: 0 auto;
    line-height: 1;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    box-shadow: 0 0 4vw 0px rgba(77, 0, 0, 0.4);
  }
}
.kv__lead p {
  word-wrap: break-word;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .kv__lead p {
    font-size: 8.5333333333vw;
  }
}

/* kv:end */
/* flagship:start */
.flagship {
  background-image: url(/assets/story/img/flagship_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 900px;
}
@media screen and (max-width: 640px) {
  .flagship {
    background-image: url(/assets/story/img/flagship_bg_sp.jpg);
    background-size: 100vw 120vw;
    background-repeat: no-repeat;
    height: 182.6666666667vw;
  }
}
.flagship .section__title-texts-medium {
  line-height: 1.0769230769 !important;
}

/* flagship:end */
/* first-press:start */
.first-press {
  background-image: url(/assets/story/img/first-press_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 900px;
}
@media screen and (max-width: 640px) {
  .first-press {
    background-image: url(/assets/story/img/first-press_bg_sp.jpg);
    background-size: 100vw 120vw;
    background-repeat: no-repeat;
    height: 181.3333333333vw;
  }
}
.first-press .section__title {
  background-image: url(/assets/story/img/first_title_bg_pc.png);
  height: 220px;
}
@media screen and (max-width: 640px) {
  .first-press .section__title {
    background-image: url(/assets/story/img/first_title_bg_sp.png);
    height: 36.8vw;
  }
}
@media screen and (min-width: 641px) {
  .first-press__text {
    background-image: url(/assets/story/img/first-press_text_bg_pc.png);
    height: 302px;
  }
}
.first-press .section__text-inner {
  width: 100%;
}
.first-press .modal__btn {
  position: absolute;
  left: 53.3736153072%;
  width: 10.6747230614%;
  transition: 0.2s all;
}
@media screen and (max-width: 640px) {
  .first-press .modal__btn {
    left: auto;
    right: 4.5333333333vw;
    width: 18.1333333333vw;
  }
}
.first-press .modal__btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* first-press:end */
/* smooth:start */
.smooth, .smooth-02 {
  background-image: url(/assets/story/img/smooth_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  height: 900px;
}
@media screen and (max-width: 640px) {
  .smooth, .smooth-02 {
    background-image: url(/assets/story/img/smooth_bg_sp.jpg);
    background-size: 100vw 120vw;
    background-repeat: no-repeat;
    height: 145.3333333333vw;
  }
}
.smooth-02 {
  background-image: url(/assets/story/img/video_bg_pc.jpg);
}
@media screen and (max-width: 640px) {
  .smooth-02 {
    background-image: url(/assets/story/img/video_bg_sp.jpg);
    height: 170.6666666667vw;
  }
}
.smooth .section__title, .smooth-02 .section__title {
  background-image: url(/assets/story/img/smooth_title_bg_pc.png);
  height: 198px;
}
@media screen and (max-width: 640px) {
  .smooth .section__title, .smooth-02 .section__title {
    background-image: url(/assets/story/img/smooth_title_bg_sp.png);
    height: 21.6vw;
  }
}
.smooth .section__text, .smooth-02 .section__text {
  height: 233px;
}
@media screen and (min-width: 641px) {
  .smooth .section__text, .smooth-02 .section__text {
    background-image: url(/assets/story/img/smooth_text_bg_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .smooth .section__text, .smooth-02 .section__text {
    height: auto;
  }
}
.smooth .section__text.smooth__text-02, .smooth-02 .section__text.smooth__text-02 {
  height: 259px;
}
@media screen and (min-width: 641px) {
  .smooth .section__text.smooth__text-02, .smooth-02 .section__text.smooth__text-02 {
    background-image: url(/assets/story/img/smooth_text_bg-02_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .smooth .section__text.smooth__text-02, .smooth-02 .section__text.smooth__text-02 {
    height: auto;
  }
}
.smooth-press__title.js-fade-item-hide {
  opacity: 0;
  transform: translateX(-10%) !important;
}

/* smooth:end */
/* movie:start */
.movie {
  background-image: url(/assets/story/img/movie_bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  padding: 100px 0 85px;
}
@media screen and (max-width: 640px) {
  .movie {
    background-image: url(/assets/story/img/movie_bg_sp.jpg);
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .movie .inner {
    width: 94%;
  }
}
@media screen and (max-width: 640px) {
  .movie .inner {
    width: 100%;
  }
}
.movie__title {
  background-image: url(/assets/story/img/kv_title_bg.png);
  border-radius: 3px;
  box-shadow: 0 0 30px 0px rgba(77, 0, 0, 0.4);
  background-position: top center;
  padding-top: 2.0833333333%;
  padding-bottom: 2.0833333333%;
}
@media screen and (max-width: 640px) {
  .movie__title {
    background-image: url(/assets/story/img/kv_title_bg_sp.png);
    background-size: 100%;
    width: 89.8666666667vw;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    margin: 0 auto;
    box-shadow: 0 0 4vw 0px rgba(77, 0, 0, 0.4);
  }
}
.movie__title p {
  word-wrap: break-word;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .movie__title p {
    font-size: 8.8vw;
  }
}
.movie #mthumb {
  position: relative;
  width: 66.6666666667%;
  margin-top: 6.6666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .movie #mthumb {
    width: 89.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.movie #mthumb a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.movie__subtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .movie__subtitle {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}

/* movie:end */
/* modal:start */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
  opacity: 1;
  pointer-events: all;
}

.modal_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.modal_content {
  position: absolute;
  top: calc(50% + 42px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 960px;
  width: 92%;
  background-color: #fefdee;
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 20;
}

@media screen and (max-width: 640px) {
  .modal_content {
    top: calc(50% + 5.33333vw);
    width: 89.8666666667vw;
    border-width: 0.4vw;
  }
}
.modal__title {
  width: auto;
  background-image: url(/assets/story/img/modal_title_bg_pc.png);
  background-size: 100%;
  padding-top: 2.2916666667%;
  padding-right: 6.25%;
  padding-left: 6.25%;
  padding-bottom: 2.2916666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .modal__title {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    background-image: url(/assets/story/img/modal_title_bg_sp.png);
  }
}
.modal__title p {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .modal__title p {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 640px) {
  .modal__title p {
    font-size: 8.8vw;
  }
}

.modal__close {
  cursor: pointer;
  width: 6.4285714286%;
}
@media screen and (max-width: 640px) {
  .modal__close {
    width: 8.1333333333vw;
  }
}

.modal__inner {
  padding: 6.25%;
}
@media screen and (max-width: 640px) {
  .modal__inner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}