@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Pangolin");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?x1tfjj");
  src: url("fonts/icomoon.eot?x1tfjj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?x1tfjj") format("truetype"), url("fonts/icomoon.woff?x1tfjj") format("woff"), url("fonts/icomoon.svg?x1tfjj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-left:before, .slick-prev:before {
  content: "" !important;
}

.icon-chevron-thin-right:before, .slick-next:before {
  content: "" !important;
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "pangolin";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
  vertical-align: top;
  width: 100%;
}

video {
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}

h1, h2, h3 {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  box-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: icomoon;
  font-size: 30px;
  line-height: 1;
  color: #4c1a0b;
  border: 3px solid #4c1a0b;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before:hover,
.slick-next:before:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

@media (max-width: 425px) {
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: #4c1a0b;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #4c1a0b;
  opacity: 0.75;
}

.preloader {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  display: table;
}

.display-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-animation: zoomin 1s ease-in;
  animation: zoomin 1s ease-in;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #000;
  top: 0;
  z-index: 10;
}

.loaderWiro {
  transform: scale(1.5);
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: 50px;
  background: black;
  z-index: 10;
}
.header--transparent {
  background: rgba(0, 0, 0, 0);
}
.header--fixed {
  position: fixed;
}
.header--absolute {
  position: absolute;
}

.back {
  position: absolute;
  left: 0;
  top: 5px;
}
.back__link {
  font-size: 22px;
  color: #fff;
  padding: 7px 10px;
  display: block;
}
.back__link:hover {
  color: #fff;
}

.logo {
  padding: 5px;
  margin: 0 auto;
  text-align: left;
}

.logo-title {
  color: white;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
}
.logo-title .title-break {
  text-transform: uppercase;
  display: block;
  font-size: 8px;
  vertical-align: middle;
}
.logo-title .block-logo {
  float: left;
  border-left: 1px solid white;
  padding-left: 10px;
  margin-top: 3px;
  margin-left: 10px;
}
.logo-title .title-text {
  display: inline-block;
  float: left;
  font-family: "Black Ops One", cursive;
  line-height: 1;
}

.logo--black .logo-title {
  color: #000;
}
.logo--black .logo-title .block-logo {
  border-left: 1px solid #000;
}

.nav {
  font-family: "pangolin";
  position: absolute;
  float: none;
  right: 4px;
  top: 7px;
}
.nav--hide {
  opacity: 0;
}
.nav__menu {
  width: 36px;
  height: 36px;
  padding: 3px;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #000;
}
.nav__menu span {
  width: 30px;
  height: 30px;
  padding: 3px 0px;
  display: block;
  border-radius: 20px;
  background: #fff;
  border: 2px solid transparent;
  line-height: 1.5;
}
.nav__menu:hover {
  color: #000;
}
.nav__wrap {
  margin: -5px 0 0;
  padding: 0;
  background: black;
  width: 230px;
}
.nav__wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.nav__wrap--hidden {
  display: none;
}
.nav__item {
  display: block;
}
.nav__link {
  padding: 9px;
  color: #fff;
  text-align: left;
  display: block;
  height: auto;
  vertical-align: bottom;
  font-size: 14px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.nav__link span {
  display: block;
  font-size: 11px;
  padding: 0 0 3px 0;
  color: #666;
}
.nav__link:hover, .nav__link--active {
  background: #222;
  color: #f5f5f5;
}
.nav__subwrap {
  padding: 0 0 20px;
}
.nav__subitem {
  padding: 0 0 0 30px;
}
.nav__sublink {
  padding: 10px 0;
  display: block;
  color: #fff;
}

.js-menu--show .nav__wrap--hidden {
  display: block;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 3;
}

.share__wrap {
  float: right;
}

.js-menu--show .nav__wrap--hidden {
  display: block;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 3;
}

.share__title {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: none;
  padding: 8px 10px;
}

.share--inline {
  display: inline-block;
}

.share--right {
  position: absolute;
  right: 0;
}

.share--fixed {
  position: fixed;
  bottom: 13px;
  right: 55px;
  z-index: 9;
}

.share__wrap {
  padding: 0 5px;
  margin: 0;
  display: block;
  height: 40px;
}

.share__wrap--float {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 130px;
  height: auto;
}

.share__wrap--float .share__link {
  color: #fff;
  background: transparent;
}

.share__wrap--float .share__link:hover {
  background: transparent;
}

.share__wrap--float .share__link--fb:hover span {
  color: #3b5998;
}

.share__wrap--float .share__link--tw:hover span {
  color: #4099FF;
}

.share__wrap--float .share__link--wa:hover span {
  color: #43d854;
}

.share__item {
  padding: 0;
  margin: 4px 2px;
  display: block;
  float: left;
}

.share__link {
  width: 28px;
  height: 28px;
  padding: 6px 0;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #000;
}

.share__link:hover {
  color: #fff;
}

.share__link--fb:hover {
  background: #3b5998;
}

.share__link--tw:hover {
  background: #4099FF;
}

.share__link--wa:hover {
  background: #43d854;
}

.share__count {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  float: right;
  padding: 6px 5px 0 5px;
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.share__total {
  line-height: 13px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  font-family: "Roboto", sans-serif;
}

.wrapper {
  background: url(../img/bg/bg-alls.jpg) top center/100% 100% no-repeat;
  width: 100vw;
  height: 100%;
  margin-top: 40px;
  display: block;
  overflow: hidden;
}
.section {
  margin: auto;
  width: 100vw;
  padding: 0 0 50px 0;
}
.section_top {
  padding: 0;
}
.section_one {
  height: unset;
  padding: 0;
}
.section__title {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .section__title .section__title {
    width: 300px;
  }
}
.section__title__logo {
  margin: auto;
  padding-top: 20px;
  display: block;
  width: 320px;
}
.section__title__img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 600px;
  top: 130px;
}
.section__title__img img {
  position: absolute;
  height: 50vw;
  bottom: 110px;
}
.section__title__img .title {
  position: absolute;
  bottom: 100px;
  font-size: 100px;
  line-height: 1 !important;
  text-align: center;
  width: 100% !important;
}
.section__title__img--left {
  left: 0;
}
.section__title__img--mid {
  top: 40% !important;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.section__title__img--right {
  right: 0;
}
.section__title__img .trailer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.section__title__img .trailer .icon-youtube {
  font-size: 90px;
  text-shadow: 2px 1px 1px #4c1a0b;
  color: #f6eeeb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section__title__img .trailer .icon-youtube span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-family: "Pangolin";
}
.section__title__img .trailer:hover .icon-youtube {
  color: #4c1a0b;
  text-shadow: 2px 1px 1px #f6eeeb;
}
.section__title__img .trailer:hover .icon-youtube span {
  color: #4c1a0b;
  text-shadow: unset;
}
.section .title {
  font-family: "Permanent Marker";
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 4px 4px 1px #4c1a0b;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  line-height: 1;
  width: 80%;
  display: block;
  margin: auto;
}
.section .wrap__paper {
  background: url(../img/background/bg-paper.png) center/100% 100% no-repeat;
  position: relative;
  width: 80%;
  height: 450px;
  margin: auto;
  font-family: "pangolin";
}
.section .wrap__paper span {
  color: #4c1a0b;
}
.section .wrap__paper__content {
  width: 80% !important;
  height: 400px;
  position: relative;
  top: 50px;
  left: 70px;
}
.section .wrap__paper__content--scroll {
  width: 75%;
  height: 85%;
  position: absolute;
  overflow-y: scroll;
  right: 0;
  padding: 0 10px;
}
.section .wrap__paper__content--scroll.left {
  right: unset;
}
.section .wrap__paper__content--scroll.bottom {
  bottom: 0;
  height: 170px;
}
.section .wrap__paper__content--scroll.width100 {
  width: 100%;
}
.section .wrap__paper__content--scroll::-webkit-scrollbar {
  width: 11px;
  background: transparent;
}
.section .wrap__paper__content--scroll::-webkit-scrollbar-track {
  width: 1px;
  background: #4c1a0b;
  border-right: 5px solid #f8f1e9;
  border-left: 5px solid #fdf9f4;
}
.section .wrap__paper__content--scroll::-webkit-scrollbar-thumb {
  width: 11px;
  height: 11px;
  background: #4c1a0b;
  border-radius: 5px;
}
.section .wrap__paper__content--scroll .text {
  width: 100%;
}
.section .wrap__paper__content--scroll .text .subtitle {
  font-family: "Permanent Marker";
  font-size: 35px;
  font-weight: 500;
  color: #4c1a0b;
  line-height: 1;
  padding-top: 25px;
}
.section .wrap__paper__content--scroll .text.pad-top-0 .subtitle {
  padding-top: 0;
}
.section .wrap__paper__content--scroll .text img {
  display: inline;
  width: 225px;
  margin: 5px 20px 0 0;
  float: left;
}
.section .wrap__paper__content--scroll .text .unfloat {
  float: unset;
}
.section .wrap__paper__content--scroll .text br {
  line-height: 2.5;
}
.section .wrap__paper__content--scroll .text--list {
  padding-bottom: 10px;
}
.section .wrap__paper__content--scroll .text--list li {
  padding-left: 20px;
  position: relative;
}
.section .wrap__paper__content--scroll .text--list li::before {
  content: "";
  background-color: #4c1a0b;
  font-size: 1px;
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 2px;
}
.section .wrap__paper__content--img {
  position: absolute;
  left: 0;
}
.section .wrap__paper__content--img.right {
  left: unset;
  right: -150px;
}
.section .wrap__paper__content--img.width25 {
  width: 25%;
}
.section .wrap__paper__content--img .komik {
  width: 100%;
}
.section .wrap__paper__content--img .human {
  height: 460px;
  position: relative;
  top: -40px;
}
.section .wrap__paper__content--img .human.left {
  right: 80px;
}
.section .wrap__paper__content--img .human.right {
  right: -80px;
}
.section .wrap__paper__content--img .human.right-140 {
  right: -140px;
}
.section .wrap__paper__content--slider {
  position: absolute;
  width: 450px;
  height: 160px;
}
.section .wrap__paper__content--slider.right {
  right: 0;
}
.section .wrap__paper__content--slider .slider__item {
  width: 450px;
  height: 160px;
}
.section .wrap__paper__content--slider .slider__item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.section .wrap__paper__content--slider .slider__item-img img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-right: 50%;
  transform: translate(-50%, -50%);
}
.section .chapter {
  position: relative;
  width: 1024px;
  margin: auto;
}
@media (min-width: 320px) {
  .section .chapter .chapter {
    width: 300px;
  }
}
.section__img__chapter {
  position: relative;
  height: 200px;
}
.section__img__chapter .human {
  position: absolute;
  top: -60px;
}
.section__img__chapter .human.left {
  left: 20px;
}
.section__img__chapter .human.right {
  right: 20px;
}
.section__img__chapter .kapak {
  width: 130px;
  position: absolute;
  top: -50px;
}
.section__img__chapter .kapak.left {
  left: 100px;
  transform: scaleX(-1);
}
.section__img__chapter .kapak.right {
  right: 100px;
}

.caption-picture {
  position: relative;
  float: left;
  margin: 0 20px 10px 0;
}
.caption-picture img {
  margin: 0 !important;
  float: unset !important;
}
.caption-picture p {
  margin: 0;
  padding: 5px 0 0px;
  max-width: 330px;
  color: #999;
  line-height: 1;
}
.caption-picture p.sumber {
  text-align: right;
  font-size: 12px;
  color: #999;
}
.caption-picture p.caption {
  font-size: 14px;
}

.chapter_trailer {
  height: 100%;
}

.trailer-ws {
  padding: 70px;
}
.trailer-ws iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media (min-width: 300px) {
  .wrapper {
    background: url(../img/bg/bg-alls.jpg) top center/cover no-repeat;
  }

  .section__title__img .title {
    font-size: 40px;
  }
  .section .title {
    width: 100%;
    font-size: 25px;
  }
  .section .chapter {
    width: 100%;
    padding: 0 10px;
  }
  .section__title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section__title__logo {
    width: 240px;
  }
  .section__title__img {
    top: -20px;
    height: 150px;
  }
  .section__title__img img {
    bottom: unset;
    height: 200px;
  }
  .section__title__img .title {
    top: 50px;
    font-size: 36px;
  }
  .section__title__img .trailer {
    bottom: -50px;
  }
  .section__title__img .trailer .icon-youtube {
    font-size: 40px;
  }
  .section__title__img .trailer span {
    font-size: 16px;
  }
  .section .wrap__paper {
    width: 100%;
  }
  .section .wrap__paper__content {
    width: 85% !important;
    left: 20px;
  }
  .section .wrap__paper__content--slider {
    width: 70%;
  }
  .section .wrap__paper__content--scroll {
    width: 70%;
  }
  .section .wrap__paper__content--scroll .text img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .section .wrap__paper__content--scroll .text .subtitle {
    font-size: 30px;
  }

  .caption-picture {
    margin: 0 0px 10px 0;
  }
  .caption-picture p {
    max-width: unset;
  }

  .video-ws iframe {
    height: 100%;
  }

  .chapter_trailer {
    height: 100% !important;
  }
  .chapter_trailer .trailer-ws iframe {
    height: 100%;
  }
}
@media (min-width: 425px) {
  .section .title {
    width: 100%;
    font-size: 50px;
  }
  .section .wrap__paper__content {
    width: 85% !important;
  }
  .section__title__img--left {
    left: 5%;
  }
  .section__title__img--right {
    right: 5%;
  }

  .video-ws iframe {
    height: 315px;
  }
}
@media (min-width: 768px) {
  .section_one {
    margin-top: -50px;
  }
  .section .title {
    width: 80%;
  }
  .section__title__img {
    height: 480px;
  }
  .section__title__img img {
    top: -20px;
    height: 530px;
  }
  .section__title__img .title {
    font-size: 60px;
    top: 240px;
  }
  .section__title__img .trailer {
    bottom: 0;
  }
  .section__title__img .trailer .icon-youtube {
    font-size: 90px;
  }
  .section__title__img .trailer span {
    font-size: 18px;
  }
  .section .wrap__paper {
    width: 80%;
  }
  .section .wrap__paper__content {
    left: 40px;
  }
  .section .wrap__paper__content--scroll .text img {
    width: 330px;
    margin: 5px 20px 0 0;
  }

  .caption-picture {
    margin: 0 20px 10px 0;
  }
  .caption-picture p {
    max-width: 330px;
  }

  .chapter_trailer .trailer-ws iframe {
    height: 315px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    background: url(../img/bg/bg-alls.jpg) top center/100% 100% no-repeat;
  }

  .section .chapter {
    width: 1024px;
  }
  .section .wrap__paper__content {
    left: 70px;
  }
  .section__title {
    width: 1024px;
  }
  .section__title__logo {
    width: 320px;
  }
  .section__title__img {
    height: 600px;
  }
  .section__title__img img {
    height: 750px;
  }
  .section__title__img--right {
    right: -80px;
  }
  .section__title__img--left {
    left: -80px;
  }
  .section__title__img .title {
    font-size: 90px;
  }
}
.credit {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #260d08;
}
.credit__half {
  display: inline-grid;
  width: 49%;
  max-width: 420px;
}
.credit__half:nth-of-type(1) {
  padding: 0 16px 0 0;
  text-align: right;
}
.credit__half:nth-of-type(2) {
  padding: 0 0 0 16px;
  text-align: left;
}
.credit__team {
  font-weight: 700;
  text-transform: uppercase;
}
.credit__member {
  font-weight: 400;
  text-transform: capitalize;
  color: #bfbfbf;
}
.credit__copyright {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.credit__logo {
  padding: 30px 0;
}
.credit__logo__img img {
  height: 40px;
}

@media (max-width: 767px) {
  .credit__half {
    width: 100%;
  }
  .credit__half:nth-of-type(1) {
    text-align: center;
    padding: 0;
  }
  .credit__half:nth-of-type(2) {
    text-align: center;
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
