a img {
  transition: all ease-in-out .2s;
}

a img:hover {
	opacity: .7;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../images/index/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/index/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

#story {
  border-top: 1px solid #ddd;
}

#story .story-header {
  width: 1200px;
  margin: 0 auto;
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
}

#story .menu {
  width: 960px;
  display: table-cell;
  font-size: 0;
}

#story .menu li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

#story .menu li a {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 65px;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1.22;
  font-weight: bold;
  transition: all ease-in-out .2s;
}

#story .menu li a:hover {
  opacity: .5;
}

#story .menu li a small {
  font-size: 16px;
}

#story .menu li a::after {
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
}

#story .menu li a span {
  box-sizing: border-box;
  display: inline-block;
  height: 65px;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 0 34px;
  background: url(../images/index/icon_arrowlink.png) no-repeat center left;
}

#story .menu li a.active::after {
  background: #7874b5;
}

#story .menu li a.active span {
  padding: 0;
  background: none;
}

#story .menu li:nth-child(1) {
  width: 202.5px;
}

#story .menu li:nth-child(1) a span {
  padding-top: 22px;
}

#story .menu li:nth-child(2) {
	width: 390px;
}

#story .menu li:nth-child(2) a {
	font-size: 17px;
}

#story .menu li:nth-child(2) a span {
	padding-top: 12px;
}

#story .menu li:nth-child(3) a span {
  padding-top: 22px;
}

#story .menu li:nth-child(5) a span {
  padding-top: 22px;
}

#story .menu li:nth-child(3) {
  width: 202.5px;
}

#story .menu li:nth-child(4) {
  width: 202.5px;
}

#story .menu li:nth-child(4) a span {
  padding-top: 12px;
}

#story .menu li:nth-child(5) {
  width: 202.5px;
}

#story .header-sns {
  font-size: 0;
  display: table-cell;
  padding-left: 40px;
}

#story .header-sns li {
  display: inline-block;
  vertical-align: middle;
}

#story .header-sns li:first-child {
  margin-right: 15px;
}

#story .movie-hero {
  min-width: 960px;
  margin: 0 auto 100px;
  height: 480px;
  background: url(../images/index/bg_hero_movie.jpg) no-repeat center center/cover;
  position: relative;
}

#story .hero-contents {
  width: 800px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}

#story .hero-logo {
  margin-bottom: 25px;
}

#story .hero-btn {
  margin-bottom: 30px;
}

#story .hero-movie-text {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-shadow: #4e4f3a 1px 1px 10px, #4e4f3a -1px 1px 10px, #4e4f3a 1px -1px 10px, #4e4f3a -1px -1px 10px;
  letter-spacing: 1px;
}

#story #container {
  width: 960px;
  margin: 0 auto;
}

#story .heading02 {
  text-align: center;
  margin-bottom: 60px;
}

#story .heading02--movie {
  margin-bottom: 34px;
}

#story .comingsoon {
	text-align: center;
}

#story .pagelink {
  margin-bottom: 60px;
  text-align: center;
  transition: all ease-in-out .2s;
}

#story .pagelink:hover {
  opacity: .5;
}

#story .section-middle {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  margin-top: -20px;
}

#story .section-last {
  padding-bottom: 120px;
}

#story .movie-list {
  font-size: 0;
}

#story .movie-list li {
  width: 460px;
  display: inline-block;
}

#story .movie-list li:nth-child(odd) {
  margin-right: 40px;
}

#story .movie-list li:nth-child(-n+2) {
  margin-bottom: 60px;
}

#story .movie-list li iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#story .youtube {
  margin-bottom: 20px;
}

#story .youtube a {
  position: relative;
  display: block;
}

#story .youtube img {
  border-radius: 10px;
}

#story .youtube a::after {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  background: url(../images/index/icon_play.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#story .movie-lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}

#story .movie-title {
  position: relative;
  padding-left: 80px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}

#story .movie-title small {
  font-size: 13px;
}

#story .movie-title i {
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
}

#story .profile-list {
  font-size: 0;
}

#story .profile-list li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}

#story .profile-list li:nth-child(1) {
  padding-right: 20px;
}

#story .profile-list li:nth-child(2) {
  padding-left: 20px;
}

#story .profile-cont {
  display: table;
  width: 100%;
}

#story .profile-img, #story .profile-desc {
  display: table-cell;
  vertical-align: top;
}

#story .profile-img {
  width: 168px;
  padding-right: 30px;
}

#story .profile-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#story .profile-text {
  font-size: 13px;
  line-height: 1.85;
}

#story .making-img-wrap {
  font-size: 0;
  margin-bottom: 20px;
}

#story .making-img-wrap li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}

#story .making-img-wrap li:nth-child(1) {
  padding-right: 20px;
}

#story .making-img-wrap li:nth-child(2) {
  padding-left: 20px;
}

#story .making-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#story .making-message {
  width: 320px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #7874b5;
  border: 2px solid #7874b5;
  text-align: center;
  padding: 14px;
  line-height: 1;
}

#story .interview-list {
  margin-bottom: -25px;
}

#story .interview-list li:not(:last-child) {
  margin-bottom: 25px;
}

#story .cast-text {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}

#story .interview-row.left .interview-img {
  float: left;
  padding-right: 40px;
}

#story .interview-row.left .interview-text {
  float: left;
}

#story .interview-row.right .interview-img {
  float: right;
}

#story .interview-row.right .interview-text {
  float: left;
}

#story .interview-img.center{
  text-align: center;
  clear: both;
}

#story .interview-row h3{
  font-size: 18px;
  margin-bottom: 20px;
}

#story .interview-row dl {
  margin-bottom: 40px;
}

#story .interview-row dt {
  font-size: 16px;
  color: #7874b5;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

#story .interview-row dd {
  font-size: 16px;
  line-height: 1.5;
}

#story .story-footer {
  background: #7874b5;
  padding: 70px 0 50px;
}

#story .story-footer .banner {
  font-size: 0;
  width: 960px;
  margin: 0 auto;
}

#story .story-footer .banner li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#story .story-footer .banner li:nth-child(2) a {
  display: block;
  position: relative;
  top: -20px;
  right: -30px;
}

#story .making-center-text,
#story .interview-center-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
