@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* ------------------------------
Normalize
------------------------------ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

header,
nav,
main,
footer {
  width: 100%;
  display: block;
}

ul,
li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

button,
button::before,
button::after {
  border: 0;
  outline: 0;
}

:focus {
  outline: 0;
}

small {
  font-size: inherit;
}

iframe {
  outline: none;
  border: none;
  background-color: transparent;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
}

select {
  border: none;
}

em {
  font-style: normal;
}

/* ------------------------------
Base
------------------------------ */
html {
  font-family: 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/bg-base.png);
}

img {
  vertical-align: top;
}

a {
  color: white;
}

/* ------------------------------
Plugin
------------------------------ */
/* ------------------------------
Layout
------------------------------ */
/* body */
.l-body {
  position: relative;
  -webkit-animation: 1.5s fade-in ease-in-out;
  -moz-animation: 1.5s fade-in ease-in-out;
  animation: 1.5s fade-in ease-in-out;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* header,main,footer */
.l-header,
.l-main,
.l-footer {
  position: relative;
  z-index: 1;
}

/* header */
.l-header {
  width: 1020px;
  margin: 0 auto;
}

/* main */
.l-main {
  padding: 8em 0 4em;
}

/* ------------------------------
Component
------------------------------ */
/* hover */
@media (min-width: 769px) {
  .c-hover-a:hover {
    opacity: 0.65;
  }
}

@media (min-width: 769px) {
  .c-hover-b {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-hover-b:hover {
    opacity: 0.65;
  }
}

.c-hover-a a,
.c-hover-b a {
  display: block;
}

/* movie */
.c-movie {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-right: auto;
  margin-left: auto;
}

.c-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* buy */
.c-buy__heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  color: white;
  padding: 0.25em;
}

.c-buy__heading--black {
  background-color: black;
}

.c-buy__heading--red {
  background-color: #d6000f;
}

.c-buy__inner {
  background-color: white;
  padding: 0.75em;
}

.c-buy__inner--white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-buy__list {
  display: table;
  margin: 0 auto;
}

.c-buy__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-buy__item {
  float: left;
  padding: 0.25em;
}

.c-buy a {
  display: block;
}

.c-buy a:hover {
  opacity: 0.75;
}

/* box */
.c-box-a {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.c-box-a:not(:last-child) {
  margin-bottom: 8em;
}

/* heading */
.c-heading-a {
  text-align: center;
  margin-left: -350px;
  margin-bottom: 1em;
}

/* bg */
.c-bg-rug {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -2;
  width: 1020px;
  height: 100%;
  background-color: black;
}

.c-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------
Project
------------------------------ */
/* copyright */
.p-copyright {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

/* share */
.p-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

.p-share__item {
  line-height: 1;
}

.p-share__item:not(:last-child) {
  margin-right: 0.5em;
}

/* footer */
.p-footer {
  background-color: #d6000f;
  padding: 2em 0;
}

.p-footer__inner {
  width: 960px;
  margin: 0 auto;
}

.p-footer__banner::after {
  content: '';
  display: block;
  clear: both;
}

.p-footer__banner > * {
  float: left;
  padding: 0.25em;
}

.p-footer__banner a {
  display: block;
}

.p-footer__banner a:hover {
  opacity: 0.75;
}

/* hero */
.p-hero {
  position: relative;
}

.p-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-hero__jacket {
  position: absolute;
  top: 550px;
  right: 60px;
  z-index: 1;
}

.p-hero__buy {
  position: absolute;
  top: 635px;
  left: 50px;
}

.p-hero__text-rental {
  position: absolute;
  top: 750px;
  left: 50px;
}

.p-hero .c-buy__inner {
  padding: 0.75em 1em;
}

/* banner */
.p-banner {
  background-color: black;
}

.p-banner > * {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.p-banner > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-banner a {
  display: block;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.p-banner a:hover {
  opacity: 0.6;
}

/* official */
.p-official {
  background-color: #0051a8;
  padding: 0.5em 0;
}

.p-official__inner {
  width: 1020px;
  margin: 0 auto;
}

/* navi */
.p-navi {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.p-navi.is-active {
  position: fixed;
}

.p-navi__list {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navi__item {
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.p-navi__item.is-opacity {
  opacity: 0.5;
}

.p-navi__item:first-of-type::before, .p-navi__item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #d6000f;
}

.p-navi__item:first-of-type::before {
  left: 0;
}

.p-navi__item::after {
  right: 0;
}

.p-navi a {
  display: block;
  padding: 1.5em 3em;
}

/* trailer */
.p-trailer__movie {
  width: 900px;
  margin: 0 auto;
  border: white 2px solid;
}

/* bd */
.p-bd {
  background: url(../img/bg-bd.png) no-repeat right 0 bottom 28em;
}

.p-bd__section {
  padding: 0 3em;
  position: relative;
}

.p-bd__section:not(:last-child) {
  margin-bottom: 4em;
}

.p-bd__section--rental {
  margin-top: 12em;
}

.p-bd__subheading {
  margin-bottom: 2em;
}

.p-bd__spec {
  width: 540px;
  color: #999;
  position: absolute;
  right: 2em;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* bdBonus */
.p-bdBonus__table {
  border: 1px solid #fff100;
  padding: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  margin-bottom: 1em;
}

.p-bdBonus__heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.35;
  font-style: italic;
  text-align: center;
  background-color: #fff100;
  color: black;
  display: table;
  padding: 1em 0;
  margin-right: 0.75em;
  width: 260px;
  font-weight: 900;
}

.p-bdBonus__text {
  color: white;
  width: 600px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
}

.p-bdBonus__caution {
  text-align: right;
  font-weight: 500;
}

/* bdProduct */
.p-bdProduct__section:not(:last-child) {
  margin-bottom: 3em;
}

.p-bdProduct__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1em;
}

.p-bdProduct__item {
  background-color: #303030;
  padding: 1em;
  border: 1px solid #d6000f;
  position: relative;
  width: 50%;
  margin: 1.5em;
}

.p-bdProduct__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-bdProduct__inner {
  width: 215px;
}

.p-bdProduct__deco {
  width: 40px;
  height: 40px;
  position: absolute;
}

.p-bdProduct__deco--1 {
  top: -10px;
  left: -10px;
  border-top: 3px solid #d6000f;
  border-left: 3px solid #d6000f;
}

.p-bdProduct__deco--2 {
  top: -10px;
  right: -10px;
  border-top: 3px solid #d6000f;
  border-right: 3px solid #d6000f;
}

.p-bdProduct__deco--3 {
  right: -10px;
  bottom: -10px;
  border-right: 3px solid #d6000f;
  border-bottom: 3px solid #d6000f;
}

.p-bdProduct__deco--4 {
  bottom: -10px;
  left: -10px;
  border-bottom: 3px solid #d6000f;
  border-left: 3px solid #d6000f;
}

.p-bdProduct__caution {
  text-align: right;
  font-weight: 500;
}

.p-bdProduct .c-buy {
  border: 1px solid #999;
}

.p-bdProduct .c-buy__item:nth-of-type(3n+1) {
  clear: both;
}

/* bdDelivery */
.p-bdDelivery {
  border: 1px solid #d6000f;
  padding: 0.5em;
  background-color: #333;
}

.p-bdDelivery__heading {
  background-color: #d6000f;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.25em;
  letter-spacing: 0.1em;
}

.p-bdDelivery__list {
  display: table;
  margin: 0 auto;
}

.p-bdDelivery__list::after {
  content: '';
  display: block;
  clear: both;
}

.p-bdDelivery__item {
  margin: 0.5em;
  float: left;
  width: 168px;
  text-align: center;
}

.p-bdDelivery__item:nth-of-type(5n+1) {
  clear: both;
}

.p-bdDelivery__item.is-closed {
  pointer-events: none;
  opacity: 0.25;
}

.p-bdDelivery a {
  display: block;
}

.p-bdDelivery a:hover {
  opacity: 0.65;
}

/* storyStaffCast */
.p-storyStaffCast {
  padding: 0 3em;
}

.p-storyStaffCast__section:not(:last-child) {
  margin-bottom: 3em;
}

.p-storyStaffCast__heading {
  margin-bottom: 0.5em;
}

.p-storyStaffCast__text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  width: 600px;
}

/* --------------------
Utility
-------------------- */
/* margin-top */
.u-nmt-0_5 {
  margin-top: -0.5em;
}

.u-nmt-1 {
  margin-top: -1em;
}

.u-mt-0_5 {
  margin-top: 0.5em;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mt-1_5 {
  margin-top: 1.5em;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-2_5 {
  margin-top: 2.5em;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-3_5 {
  margin-top: 3.5em;
}

.u-mt-4 {
  margin-top: 4em;
}

/* margin-right */
.u-mr-0_5 {
  margin-right: 0.5em;
}

.u-mr-1 {
  margin-right: 1em;
}

.u-mr-1_5 {
  margin-right: 1.5em;
}

.u-mr-2 {
  margin-right: 2em;
}

.u-mr-2_5 {
  margin-right: 2.5em;
}

.u-mr-3 {
  margin-right: 3em;
}

.u-mr-3_5 {
  margin-right: 3.5em;
}

.u-mr-4 {
  margin-right: 4em;
}

/* margin-bottom */
.u-mb-0_5 {
  margin-bottom: 0.5em;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-1_5 {
  margin-bottom: 1.5em;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-mb-2_5 {
  margin-bottom: 2.5em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-mb-3_5 {
  margin-bottom: 3.5em;
}

.u-mb-4 {
  margin-bottom: 4em;
}

.u-mb-4_5 {
  margin-bottom: 4.5em;
}

.u-mb-5 {
  margin-bottom: 5em;
}

.u-mb-5_5 {
  margin-bottom: 5.5em;
}

.u-mb-6 {
  margin-bottom: 6em;
}

.u-mb-6_5 {
  margin-bottom: 6.5em;
}

.u-mb-7 {
  margin-bottom: 7em;
}

.u-mb-7_5 {
  margin-bottom: 7.5em;
}

.u-mb-8 {
  margin-bottom: 8em;
}

/* margin-bottom-child */
.u-mbc-0_5 > :not(:last-child) {
  margin-bottom: 0.5em;
}

.u-mbc-1 > :not(:last-child) {
  margin-bottom: 1em;
}

.u-mbc-1_5 > :not(:last-child) {
  margin-bottom: 1.5em;
}

.u-mbc-2 > :not(:last-child) {
  margin-bottom: 2em;
}

.u-mbc-2_5 > :not(:last-child) {
  margin-bottom: 2.5em;
}

.u-mbc-3 > :not(:last-child) {
  margin-bottom: 3em;
}

.u-mbc-3_5 > :not(:last-child) {
  margin-bottom: 3.5em;
}

.u-mbc-4 > :not(:last-child) {
  margin-bottom: 4em;
}

.u-mbc-4_5 > :not(:last-child) {
  margin-bottom: 4.5em;
}

.u-mbc-5 > :not(:last-child) {
  margin-bottom: 5em;
}

.u-mbc-5_5 > :not(:last-child) {
  margin-bottom: 5.5em;
}

.u-mbc-6 > :not(:last-child) {
  margin-bottom: 6em;
}

.u-mbc-6_5 > :not(:last-child) {
  margin-bottom: 6.5em;
}

.u-mbc-7 > :not(:last-child) {
  margin-bottom: 7em;
}

.u-mbc-7_5 > :not(:last-child) {
  margin-bottom: 7.5em;
}

.u-mbc-8 > :not(:last-child) {
  margin-bottom: 8em;
}

/* margin-left */
.u-ml-0_5 {
  margin-left: 0.5em;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-ml-1_5 {
  margin-left: 1.5em;
}

.u-ml-2 {
  margin-left: 2em;
}

.u-ml-2_5 {
  margin-left: 2.5em;
}

.u-ml-3 {
  margin-left: 3em;
}

.u-ml-3_5 {
  margin-left: 3.5em;
}

.u-ml-4 {
  margin-left: 4em;
}

/* font-size */
.u-fs-80 {
  font-size: 80%;
}

.u-fs-90 {
  font-size: 90%;
}

.u-fs-100 {
  font-size: 100%;
}

.u-fs-110 {
  font-size: 110%;
}

.u-fs-120 {
  font-size: 120%;
}

.u-fs-130 {
  font-size: 130%;
}

.u-fs-140 {
  font-size: 140%;
}

.u-fs-150 {
  font-size: 150%;
}

.u-fs-160 {
  font-size: 160%;
}

.u-fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* font-weight */
.u-fw-m {
  font-weight: 500;
}

.u-fw-b {
  font-weight: bold;
}

/* font-style */
.u-fs-i {
  font-style: italic;
}

/* line-height */
.u-lh-1 {
  line-height: 1;
}

.u-lh-1_25 {
  line-height: 1.25;
}

.u-lh-1_35 {
  line-height: 1.35;
}

.u-lh-1_5 {
  line-height: 1.5;
}

.u-lh-1_65 {
  line-height: 1.65;
}

/* color */
.u-c-black {
  color: black;
}

.u-c-white {
  color: white;
}

.u-c-pink {
  color: #ff0090;
}

/* text-align */
.u-ta-r {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

/* display */
.u-d-b {
  display: block;
}

.u-d-n {
  display: none;
}

.u-d-i {
  display: inline;
}

.u-d-t {
  display: table;
}

/* float */
.u-fl-l {
  float: left;
}

.u-fl-r {
  float: right;
}

.i-fl-n {
  float: none;
}

/* icon */
.u-icon-r {
  vertical-align: super;
  font-size: 95%;
  line-height: 1;
}

/* other */
.u-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .u-wide-sp-50 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .u-wide-sp-75 {
    width: 75%;
  }
}

.u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.u-z-1 {
  position: relative;
  z-index: 1;
}

.u-indent {
  float: left;
}

.u-indent + * {
  display: table;
}

@media (max-width: 768px) {
  .u-indent--spBreak {
    float: none;
  }
  .u-indent--spBreak + * {
    display: block;
  }
}

.u-bullet {
  text-indent: -1em;
  padding-left: 1em;
}

.u-cBullet > * {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

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