@charset "UTF-8";
body {
  background: url(../images/common/bg.jpg);
  background-size: 21px auto;
  color: white;
  font-size: 3.33333vw;
  line-height: 1;
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 12px;
    line-height: 2;
  }
}

a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media only screen and (min-width: 960px) {
  a:hover {
    text-decoration: underline;
  }
}

::selection {
  background-color: rgba(255, 255, 255, 0.2);
}

::-moz-selection {
  background-color: rgba(255, 255, 255, 0.2);
}

.-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .-pc {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .-sp {
    display: none;
  }
}

.wrapper {
  background: url(../images/teaser/main-bg-sp.png) no-repeat;
  background-size: 100% auto;
  padding-bottom: 13.88889vw;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .wrapper {
    background-image: url(../images/teaser/main-bg.png);
    padding-bottom: 4em;
  }
  .wrapper__bg {
    background: url(../images/teaser/bg.png) center top no-repeat;
    position: absolute;
    top: 500px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.copyright {
  display: block;
  text-align: center;
}

.anim-item .anim-scale-small,
.anim-item.anim-scale-small,
.op-item .anim-scale-small,
.op-item.anim-scale-small {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 2.5s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.1s ease 0.1s, transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 1.5s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-show,
.anim-item.anim-show,
.op-item .anim-show,
.op-item.anim-show {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.anim-item .anim-slide-right,
.anim-item.anim-slide-right,
.op-item .anim-slide-right,
.op-item.anim-slide-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity,transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-transform 1s cubic-bezier(0, 1, 0, 1) 0.1s;
}

.anim-item .anim-mask,
.anim-item.anim-mask,
.op-item .anim-mask,
.op-item.anim-mask {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  will-change: opacity,transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.anim-item.hide .anim-scale,
.anim-item.hide.anim-scale,
.op-item.hide .anim-scale,
.op-item.hide.anim-scale {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.anim-item.hide .anim-scale-small,
.anim-item.hide.anim-scale-small,
.op-item.hide .anim-scale-small,
.op-item.hide.anim-scale-small {
  opacity: 0;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

.anim-item.hide .anim-show,
.anim-item.hide.anim-show,
.op-item.hide .anim-show,
.op-item.hide.anim-show {
  visibility: hidden;
  opacity: 0;
}

.anim-item.hide .anim-slide-right,
.anim-item.hide.anim-slide-right,
.op-item.hide .anim-slide-right,
.op-item.hide.anim-slide-right {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.anim-item.hide .anim-mask,
.anim-item.hide.anim-mask,
.op-item.hide .anim-mask,
.op-item.hide.anim-mask {
  width: 0;
}

.anim-item.hide .anim-fade,
.anim-item.hide.anim-fade,
.op-item.hide .anim-fade,
.op-item.hide.anim-fade {
  opacity: 0;
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.anim-delay-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.anim-delay-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.anim-delay-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.anim-delay-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.anim-delay-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.anim-delay-6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.anim-delay-7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.anim-delay-8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.anim-delay-9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.anim-delay-10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.anim-delay-11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.anim-delay-12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.anim-delay-13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.anim-delay-14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.anim-delay-15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.anim-delay-16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.anim-delay-17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.anim-delay-18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.anim-delay-19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.anim-delay-20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.anim-delay-21 {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.anim-delay-22 {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.anim-delay-23 {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.anim-delay-24 {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.anim-delay-25 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.anim-delay-26 {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.anim-delay-27 {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}

.anim-delay-28 {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.anim-delay-29 {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.anim-delay-30 {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.anim-item.hide,
.anim-item.hide *,
.op-item.hide,
.op-item.hide * {
  -webkit-transition: all  0s 0s !important;
  transition: all  0s 0s !important;
}

/* Top Contents
   ========================================================================== */
.main {
  position: relative;
  overflow: hidden;
}

.main__visual {
  padding-top: 135.69444%;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .main__visual {
    margin: 0 auto;
    padding-top: 0;
    width: 999px;
    height: 844px;
  }
}

.main__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
}

.main__desc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 25.13889vw;
}

@media only screen and (min-width: 960px) {
  .main__desc {
    width: 160px;
  }
}

.main__text {
  margin-top: -27.22222vw;
  padding: 0 3.33333vw;
}

@media only screen and (min-width: 960px) {
  .main__text {
    margin: -205px auto 0;
    padding: 0 58px;
    max-width: 960px;
  }
}

.main__copy {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .main__copy {
    margin-left: 54px;
    text-align: left;
    width: 440px;
  }
}

.main__title {
  margin-top: -3.33333vw;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .main__title {
    margin-top: -49px;
  }
}

.main__tv {
  margin-top: 7.5vw;
  text-align: right;
}

@media only screen and (min-width: 960px) {
  .main__tv {
    margin-left: auto;
    margin-top: 4em;
    width: 962px;
  }
}

.main__trailer__banner {
  margin: 0 3.3333vw 10vw;
  padding: 4px;
  background: url(../images/teaser/trailer_waku.png) no-repeat center center;
  background-size: cover;
}

.main__trailer__banner__inner {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
}

.main__trailer__banner__inner iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__trailer__banner__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/common/mark-play.png) no-repeat center center;
  background-size: 40px;
}

.main__trailer__banner-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .main__trailer__banner {
    width: 250px;
    position: absolute;
    top: 915px;
    right: 20px;
    margin: 0;
    cursor: pointer;
  }
  .main__trailer__banner-pc {
    display: block;
  }
  .main__trailer__banner-sp {
    display: none;
  }
  .main__trailer__banner__inner {
    position: relative;
    padding-top: 56.25%;
    background: #000;
  }
  .main__trailer__banner__inner iframe {
    top: -40%;
    height: 180%;
  }
  .main__trailer__banner__btn {
    display: block;
  }
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-attachment: fixed;
  z-index: 51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#cover .mark {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#cover.hide .mark {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*-webkit-transform: scale3D(0.8,0.8,1);
	   -moz-transform: scale3D(0.8,0.8,1);
	    -ms-transform: scale3D(0.8,0.8,1);
	     -o-transform: scale3D(0.8,0.8,1);
	        transform: scale3D(0.8,0.8,1);*/
}

#cover.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.7, 0, 0.03, 0.97) 0.2s;
  transition: all 1.5s cubic-bezier(0.7, 0, 0.03, 0.97) 0.2s;
}

#cover .mark > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#cover .mark .base {
  opacity: 0.5;
}

#cover .mark .loader {
  opacity: 1;
  stroke-dasharray: 130;
  stroke-dashoffset: 100;
  animation: load 1s linear 0s infinite;
  -o-animation: load 1s linear 0s infinite;
  -ms-animation: load 1s linear 0s infinite;
  -moz-animation: load 1s linear 0s infinite;
  -webkit-animation: load 1s linear 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#cover .mark svg {
  position: absolute;
  top: 0;
  left: 0;
}

#cover .mark svg circle {
  fill: none;
  stroke: #de2204;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#cover.hide .base svg circle {
  stroke-width: 50px;
}

#cover.hide .loader svg circle {
  stroke-width: 0px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************************************/
/****************************************************/
#trailer-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#trailer-wrapper.show {
  top: 0;
}

#trailer-wrapper.op {
  background: #000;
  display: block;
}

#trailer-wrapper.op #trailer-nav {
  display: none;
}

#trailer {
  width: 90%;
  max-width: 960px;
  text-align: center;
  /*border:solid 1px #3b3932;*/
}

#trailer-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  text-align: center;
}

#trailer-wrapper.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#trailer-wrapper .btn-close {
  /*position: a bsolute;
	right:15px;
	top:15px; */
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-top: 30px;
}

#trailer-wrapper .btn-close img {
  height: 20px;
}

#trailer-wrapper.op .btn-close {
  display: none;
}

#trailer-player {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height:100%; */
  background: #000;
}

#trailer-nav {
  text-align: center;
  padding: 10px 0;
  line-height: 1 !important;
  /**********************/
  display: none;
  /**********************/
}

#trailer-wrapper.op #trailer-nav {
  display: block;
}

#trailer .btn-skip {
  opacity: 1;
  color: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#trailer .btn-skip:hover {
  opacity: 0.8;
}

#trailer-wrapper ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  /*display: none;*/
}

body.op #trailer-wrapper ul {
  display: none;
}

body.op #trailer-wrapper #trailer {
  margin-top: 0;
}

#trailer-wrapper ul li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  padding: 0px 10px 0 0;
}

#trailer-wrapper ul li:last-child {
  padding-right: 0;
}

#trailer-wrapper ul li.small {
  width: 40%;
}

#trailer-wrapper ul li.small a {
  letter-spacing: 0;
}

#trailer-wrapper ul li.new a:after {
  content: "NEW";
  display: block;
  padding: 2px 5px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  background: #fff;
  color: #ff3492;
  top: 10px;
  left: 5px;
}

#trailer-wrapper ul li.cur a:after,
#trailer-wrapper ul li a:hover:after {
  color: #000;
  background: #81169a;
}

#trailer-wrapper ul li a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #81169a;
  text-align: center;
  background: #000;
  letter-spacing: 0.1em;
  color: #81169a;
  line-height: 1;
  /*border-radius: 5px;*/
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#trailer-wrapper ul li.cur a,
#trailer-wrapper ul li a:hover {
  background: #81169a;
  border: 1px solid #81169a;
  color: #000;
}

#trailer-wrapper ul li.cur a {
  cursor: default;
}

#trailer-wrapper.op #trailer-nav ul {
  display: none;
}

#btn-skip {
  text-align: center;
  /*color:#666;*/
  display: block;
  margin: 0 auto;
  /*
	background:#000;
	border:1px solid #666;*/
  width: 150px;
  padding: 7px;
  display: none;
  box-sizing: border-box;
  /*opacity: 0.6;*/
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#btn-skip:hover {
  opacity: 1;
}

#trailer-wrapper.op #btn-skip {
  display: block;
}

.story {
  background: url(../images/teaser/bg-sp.png) center 75vw no-repeat;
  background-size: 100% auto;
  padding: 0 3.33333vw 18.33333vw;
}

@media only screen and (min-width: 960px) {
  .story {
    background: none;
    margin: 0 auto;
    padding: 80px 0 100px;
    width: 960px;
  }
}

.story__title {
  margin-bottom: 7.77778vw;
  padding: 0 1.66667vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .story__title {
    margin: 0 auto 40px;
    padding: 0;
    width: 540px;
  }
}

.story__content {
  background: url(../images/teaser/story-bg-sp.png) top center no-repeat;
  background-size: 100% auto;
  padding: 13.88889vw 5vw 0;
}

@media only screen and (min-width: 960px) {
  .story__content {
    background-image: url(../images/teaser/story-bg.png);
    padding: 65px 20px 0;
  }
}

.story__desc {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 960px) {
  .story__desc {
    margin: 0 auto 40px;
    width: 786px;
  }
}

.story p {
  font-size: 4.16667vw;
  font-weight: bold;
  line-height: 1.875;
  padding-bottom: 1.875em;
}

@media only screen and (min-width: 960px) {
  .story p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 2em;
    text-align: center;
  }
}

.character {
  padding: 0 3.33333vw 6.25vw;
}

@media only screen and (min-width: 960px) {
  .character {
    margin: 0 auto;
    padding: 0;
    width: 960px;
  }
}

.character__title {
  margin-bottom: 7.77778vw;
  padding: 0 1.66667vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .character__title {
    margin: 0 auto;
    padding: 0;
    width: 540px;
  }
}

.character__item {
  background: no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10.41667vw;
}

@media only screen and (min-width: 960px) {
  .character__item {
    margin-bottom: 160px;
  }
}

.character__item p {
  font-weight: bold;
  line-height: 2;
  text-shadow: 1px 1px 1px #d50b05, -1px 1px 1px #d50b05, 1px -1px 1px #d50b05, -1px -1px 1px #d50b05;
}

@media only screen and (min-width: 960px) {
  .character__item p {
    font-size: 18px;
  }
}

.character__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.character__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.character__name {
  margin-bottom: 3.33333vw;
}

.character__name img {
  height: 15.55556vw;
}

@media only screen and (min-width: 960px) {
  .character__name {
    margin-bottom: 60px;
  }
  .character__name img {
    height: 126px;
  }
}

.character .-c1 {
  background-image: url(../images/teaser/character1-bg.png);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10.69444vw 5.55556vw 10.83333vw 7.63889vw;
  min-height: 89.44444vw;
}

.character .-c1 .character__image {
  width: 31.38889vw;
}

.character .-c1 .character__text {
  padding: 6.52778vw 0 0 1.52778vw;
}

@media only screen and (min-width: 960px) {
  .character .-c1 {
    padding: 110px 0 110px 79px;
    min-height: 920px;
  }
  .character .-c1 .character__image {
    width: 322px;
  }
  .character .-c1 .character__text {
    padding: 72px 0 0 35px;
  }
}

.character .-c2 {
  background-image: url(../images/teaser/character2-bg.png);
  background-size: 96% auto;
  padding: 6.66667vw 0 7.77778vw 10vw;
  min-height: 77.77778vw;
}

.character .-c2 .character__image {
  margin: 15.41667vw 0 0 -6.25vw;
  width: 44.02778vw;
}

.character .-c2 .character__text {
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .character .-c2 {
    padding: 100px 0 110px 116px;
    min-height: 800px;
  }
  .character .-c2 .character__image {
    margin: 130px 0 0 -5em;
    width: 452px;
  }
}

.staff {
  padding: 0 3.33333vw 6.25vw;
}

@media only screen and (min-width: 960px) {
  .staff {
    margin: 0 auto;
    width: 960px;
  }
}

.staff__title {
  margin-bottom: 7.77778vw;
  padding: 0 1.66667vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .staff__title {
    margin: 0 auto;
    padding: 0;
    width: 540px;
  }
}

.staff__text {
  font-size: 4vw;
  padding: 5vw 4vw;
}

.staff__text dl {
  line-height: 1.8;
}

.staff__text dl dt {
  padding-top: 1em;
  font-weight: bold;
  font-size: 0.9em;
}

.staff__text dl dt:before {
  content: "●";
}

.staff__text dl:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

@media only screen and (min-width: 960px) {
  .staff__text {
    font-size: 18px;
    padding: 2em 0 0;
  }
  .staff__text dl dt {
    clear: both;
    float: left;
    width: 40%;
    text-align: right;
    padding-top: 1em;
    font-size: 1em;
    font-weight: normal;
  }
  .staff__text dl dt:before {
    content: " ";
  }
  .staff__text dl dt:after {
    content: "：";
  }
  .staff__text dl dd {
    padding-left: 40%;
    width: 60%;
    box-sizing: content-box;
  }
  .staff__text dl dd.-first {
    padding-top: 1em;
  }
  .staff__text dl:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
  }
}

.banner {
  padding: 0 6.94444vw 13.88889vw;
}

@media only screen and (min-width: 960px) {
  .banner {
    margin: 0 auto;
    padding: 0 0 90px;
    width: 960px;
  }
}

@media only screen and (min-width: 960px) {
  .banner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner li {
  padding-bottom: 5.55556vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .banner li {
    margin-left: 15px;
    padding-bottom: 20px;
    width: 310px;
  }
  .banner li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

/* Common Parts
   ========================================================================== */
.share {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11.11111vw 20.55556vw 11.11111vw 0;
}

@media only screen and (min-width: 960px) {
  .share {
    padding: 20px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.share dt {
  width: 20.55556vw;
}

@media only screen and (min-width: 960px) {
  .share dt {
    width: 74px;
  }
}

.share dd {
  margin: 0 2.77778vw;
  width: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .share dd {
    margin: 0 10px;
    width: 40px;
  }
}

.share dd:first-of-type {
  margin-left: 1.11111vw;
}

@media only screen and (min-width: 960px) {
  .share dd:first-of-type {
    margin-left: 4px;
  }
}

.share dd:last-of-type {
  margin-right: 1.11111vw;
}

@media only screen and (min-width: 960px) {
  .share dd:last-of-type {
    margin-right: 10px;
  }
}

.footer {
  background-color: white;
  padding: 5.55556vw 3.33333vw 7.5vw;
}

@media only screen and (min-width: 960px) {
  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 13.33333vw;
}

@media only screen and (min-width: 960px) {
  .footer__sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
}

.footer__sns li {
  width: 11.11111vw;
}

@media only screen and (min-width: 960px) {
  .footer__sns li {
    width: 40px;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 54.16667vw;
}

@media only screen and (min-width: 960px) {
  .footer__logo {
    margin: 0;
    width: 195px;
  }
}

/* Print
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}
