html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html, body {
  width: 100%;
  background-color: #070404;
  color: #fff;
  font-family: 'Helvetica Neue','Noto Sans Japanese','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

#container {
  width: 100%;
  height: 5250px;
  overflow: hidden;
}

#header {
  width: 100%;
  height: 750px;
  border-bottom: 2px solid #231815;
  background-image: linear-gradient(to top, #330000 0%, #ff0000 100%);
  background-position: 50% 50%;
  background-image: url(../img/header_bk.png);
  background-repeat: no-repeat;
}

#header .inner {
  position: relative;
  width: 960px;
  height: 550px;
  padding-top: 200px;
  margin: 0 auto;
}

#header .inner h1 {
  width: 672px;
  height: 59px;
  margin: 0 auto;
  background-image: url(../img/header_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header .inner h2 {
  width: 336px;
  height: 22px;
  margin: 24px auto 0;
  background-image: url(../img/header_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header .inner a.logo {
  display: block;
  position: absolute;
  width: 81px;
  height: 40px;
  top: 30px;
  left: 0;
  background-image: url(../img/header_duel.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#header .inner a.logo:hover {
  opacity: 0.5;
}

#header .inner a.btn {
  display: block;
  width: 200px;
  height: 40px;
  margin: 35px auto 0;
  background-image: url(../img/header_btn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#header .inner a.btn:hover {
  opacity: 0.5;
}

#movie {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  z-index: 1;
}

#movie .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 600px;
  z-index: 5;
}

#movie .header h1 {
  position: relative;
  display: block;
  width: 106px;
  height: 22px;
  background-image: url(../img/movie_h1.png);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 0;
}

#movie .header h1::after {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -20px;
  background-color: #fff;
  content: "";
}

#movie #movie_nav {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 660px;
  right: 50%;
  margin-right: -480px;
  z-index: 10;
}

#movie #movie_nav span {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background-image: url(../img/btn_slider.png);
  background-size: 120px 120px;
  background-position: -60px 0;
  font-size: 0;
  cursor: pointer;
}

#movie #movie_nav span:hover {
  background-position: -60px -60px;
}

#movie #movie_nav span.left {
  background-position: 0 0;
}

#movie #movie_nav span.left:hover {
  background-position: 0 -60px;
}

#movie #movie_nav:after {
  display: block;
  clear: both;
  content: "";
}

#movie #movie_info {
  position: relative;
  width: 640px;
  height: 200px;
  margin: 0 auto;
  padding-right: 320px;
  z-index: 5;
}

#movie #movie_info .item {
  position: absolute;
  width: 640px;
  height: 200px;
  top: 0;
  left: 0;
  padding-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

#movie #movie_info .item.active {
  opacity: 1;
}

#movie #movie_info h1 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1.76px;
}

#movie #movie_info p {
  padding-top: 25px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.12px;
}

#movie .bk {
  position: absolute;
  display: block;
  width: 100vw;
  height: 900px;
  top: 0;
  right: 50%;
  margin-right: -150px;
  background-color: #231815;
  z-index: 0;
}

#movie .slider_wrapper {
  position: absolute;
  width: 100%;
  height: 540px;
  top: 120px;
  left: 0;
  z-index: 5;
  overflow: hidden;
}

#movie #movie_slider {
  position: absolute;
  width: 3180px;
  height: 540px;
  top: 0;
  left: 50%;
  margin-left: -1590px;
}

#movie #movie_slider li {
  display: block;
  width: 960px;
  height: 540px;
  margin: 0 50px;
  background-color: #231815;
}

#movie #movie_slider li div {
  width: 960px;
  height: 540px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#movie #movie_slider li div.item_01 {
  background-image: url(../img/movie_img_01.png);
}

#movie #movie_slider li div.item_02 {
  background-image: url(../img/movie_img_02.png);
}

#movie #movie_slider li div.item_03 {
  background-image: url(../img/movie_img_03.png);
}

#movie #movie_slider li div:hover {
  opacity: 0.5;
}

#movie #movie_slider li:focus {
  outline: 0;
}

#movie #movie_player {
  position: absolute;
  display: none;
  width: 960px;
  height: 540px;
  top: 0;
  left: 50%;
  margin-left: -480px;
}

#pe {
  position: relative;
  width: 960px;
  margin: 150px auto 0;
}

#pe .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 0 160px;
  z-index: 5;
}

#pe .inner h1 {
  position: absolute;
  width: 322px;
  height: 165px;
  top: -70px;
  right: -20px;
  background-image: url(../img/pe_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#pe .inner h2 {
  display: block;
  width: 590px;
  height: 198px;
  margin-bottom: 35px;
  background-image: url(../img/pe_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#pe .inner h3 {
  position: absolute;
  width: 108px;
  height: 782px;
  top: 35px;
  left: 0;
  background-image: url(../img/pe_catch.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#pe .inner p {
  width: 500px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.12px;
}

#pe .inner .footer {
  display: block;
  width: 315px;
  height: 251px;
  margin-top: 385px;
  background-image: url(../img/pe_img_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#pe .inner a {
  position: absolute;
  display: block;
  width: 500px;
  height: 80px;
  bottom: -75px;
  right: 73px;
  border: 1px solid #fff;
  background-image: url(../img/btn_andmore.png);
  background-size: 500px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#pe .inner a::after {
  position: absolute;
  width: 0;
  height: 80px;
  top: 0;
  left: 0;
  background-image: url(../img/btn_andmore.png);
  background-size: 500px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  content: "";
}

#pe .inner a:hover::after {
  width: 500px;
}

#pe .bk {
  position: absolute;
  display: block;
  width: 100vw;
  height: 1170px;
  top: 0;
  left: 30px;
  background-color: #231815;
  background-image: url(../img/pe_img_01.png);
  background-repeat: no-repeat;
  background-position: 130px 170px;
  z-index: 0;
}

#fll {
  position: relative;
  width: 960px;
  margin: 200px auto 0;
}

#fll .inner {
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 50px 130px 0 0;
  z-index: 5;
}

#fll .inner h1 {
  position: absolute;
  width: 329px;
  height: 159px;
  top: -50px;
  left: 0;
  background-image: url(../img/fll_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner h2:nth-of-type(1) {
  display: block;
  width: 645px;
  height: 133px;
  margin: 93px 0 35px;
  background-image: url(../img/fll_h2_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner h2:nth-of-type(2) {
  display: block;
  width: 728px;
  height: 90px;
  margin: 35px 0;
  background-image: url(../img/fll_h2_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner h3 {
  position: absolute;
  width: 110px;
  height: 698px;
  top: 35px;
  right: 0;
  background-image: url(../img/fll_catch.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner p {
  width: 800px;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.12px;
}

#fll .inner .stealth {
  display: block;
  margin: 45px 0 55px;
}

#fll .inner .footer {
  display: block;
  width: 463px;
  height: 227px;
  margin-top: 30px;
  background-image: url(../img/fll_img_04.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner a {
  position: absolute;
  display: block;
  width: 500px;
  height: 80px;
  bottom: -65px;
  right: 238px;
  border: 1px solid #fff;
  background-image: url(../img/btn_andmore.png);
  background-size: 500px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#fll .inner a::after {
  position: absolute;
  width: 0;
  height: 80px;
  top: 0;
  left: 0;
  background-image: url(../img/btn_andmore.png);
  background-size: 500px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  content: "";
}

#fll .inner a:hover::after {
  width: 500px;
}

#fll .bk {
  position: absolute;
  display: block;
  width: 100vw;
  height: 1800px;
  top: 0;
  right: 30px;
  background-color: #231815;
  z-index: 0;
}

#footer {
  width: 960px;
  margin: 200px auto;
}

#footer p {
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #bbb;
}

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