/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------------------
    pc
--------------------------------------------------*/
#container {
  position: relative;
}

#container .container_inner {
  position: relative;
  height: 1054px;
  margin-top: -37px;
  background: url(../images/bg.png) center top no-repeat;
}

#container .container_inner .contents {
  width: 1200px;
  margin: 0 auto;
}

#container .container_inner .contents .logo {
  padding: 32.8% 0 13.8%;
}

#container .container_inner .contents .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#container .container_inner .contents .information #trailer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#container .container_inner .contents .information #trailer:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#container .container_inner .contents .information #trailer a {
  cursor: pointer;
}

#container .container_inner .contents .information .series {
  margin-top: 86px;
  padding-left: 20px;
}

#container .container_inner .contents .information .series .banner {
  display: block;
  height: 68px;
  margin-top: 10px;
  background: #ffffff;
  cursor: pointer;
}

#container .container_inner .contents .information .series .banner:hover img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#container .container_inner .contents .information .series .banner img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#container .container_inner .footer-info {
  padding: 15px 0;
  background: #ffffff;
  border-top: 1px solid #000;
}

#container .container_inner .footer-info .info_inner {
  width: 1200px;
  margin: 0 auto;
}

#container .container_inner .footer-info .info_inner .detail {
  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;
}

#container .container_inner .footer-info .info_inner .detail p {
  padding: 5px 20px;
  font-size: 12px;
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

#modal .modal_container {
  position: relative;
}

#modal .modal_container #close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-indent: -9999px;
}

#modal .modal_container #close:before, #modal .modal_container #close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #fff;
}

#modal .modal_container #close:before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

#modal .modal_container #close:after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}

#cboxOverlay {
  background: #000000;
}

#cboxClose {
  width: 61px;
  height: 21px;
  top: -25px;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat;
}

#cboxClose:hover {
  background-position: 0 0;
}
/*# sourceMappingURL=style.css.map */