@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "name";
  src: url(ファイルのパス);
}
body {
  min-width: 1378px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1.6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 800px) {
  body {
    min-width: unset;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 800px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 800px) {
  .is-sp {
    display: block;
  }
}

.l-wrap {
  overflow: hidden;
}
.l-wrap.is-active {
  height: 100vh;
}

.l-container {
  position: relative;
}

.l-bg {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.l-bg__video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  max-width: 1920px;
}
.l-bg__video-sp {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.l-section {
  position: relative;
  z-index: 2;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
.l-loading.is-active {
  opacity: 0;
}
.l-loading.is-zindex {
  z-index: -999;
}
.l-loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.l-loading__main {
  position: relative;
  width: 240px;
  height: 170px;
  background-image: url(../img/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../img/common/logo.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 90% auto;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/common/logo.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 90% auto;
}
@media (max-width: 800px) {
  .l-loading__main {
    top: -3%;
    width: 40%;
    height: 130px;
    mask-size: 100% auto;
    /* Chrome, Safari用 */
    -webkit-mask-size: 100% auto;
  }
}
.l-loading__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #da291c;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.83, 0, 0.17, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 1.4s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 1.4s cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 1.4s cubic-bezier(0.83, 0, 0.17, 1);
}
.l-loading__fill.is-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.l-pagetop {
  position: fixed;
  bottom: 17px;
  right: 18px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.32s;
  transition: -webkit-transform 0.32s;
  transition: transform 0.32s;
  transition: transform 0.32s, -webkit-transform 0.32s;
}
@media (max-width: 800px) {
  .l-pagetop {
    bottom: 1%;
    right: 1%;
    width: 17%;
  }
}
.l-pagetop:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.p-top {
  position: relative;
  overflow: hidden;
  z-index: 3;
  background-color: #000;
}
@media (max-width: 800px) {
  .p-top {
    height: unset !important;
  }
}
.p-top__mv {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
}
@media (max-width: 800px) {
  .p-top__mv img {
    width: 100%;
    max-width: unset;
  }
}
.p-top__title {
  position: absolute;
  top: 56%;
  left: 33.2%;
  -webkit-transform: translateX(-44%) translateY(-50%) scale(1.02);
          transform: translateX(-44%) translateY(-50%) scale(1.02);
  width: 44%;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
@media (max-width: 1200px) {
  .p-top__title {
    left: 31.2%;
  }
}
@media (max-width: 800px) {
  .p-top__title {
    top: unset;
    left: 51%;
    bottom: 6.4%;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    width: 91%;
  }
}
.p-top__title.is-active {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 800px) {
  .p-top__title.is-active {
    -webkit-transform: translateX(-50%) translateY(-14%);
            transform: translateX(-50%) translateY(-14%);
  }
}


.p-top__banner {
  position: absolute;
  top: 4.5%;
  left: 12.5%;
  width: 15.5%;
  opacity: 0;
  -webkit-transform: scale(0.9) rotate(14deg);
          transform: scale(0.9) rotate(14deg);
  -webkit-transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}
.p-top__banner2 {
  position: absolute;
  top: 4.5%;
  left: 29%;
  width: 15.5%;
  opacity: 0;
  -webkit-transform: scale(0.9) rotate(14deg);
          transform: scale(0.9) rotate(14deg);
  -webkit-transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}

.p-top__banner a,.p-top__banner2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__banner.is-active,.p-top__banner2.is-active {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.p-top__banner:hover,.p-top__banner2:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}




/**/
.p-top__bannerSp,.p-top__bannerSp2 {
  display: none !important;
}

@media (max-width: 800px) {
  .p-top__bannerSp {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36.4%;
    z-index: 3;
  }
  .p-top__bannerSp2 {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 40%;
    width: 36.4%;
    z-index: 3;
  }
}
.p-top__bannerSp a,.p-top__bannerSp2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__frame {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 250px;
}



.p-top__button {
  position: absolute;
  top: 0;
  right: -1px;
  width: 13%;
  min-width: 250px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top__button.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top__button a {
  display: block;
}
.p-top__button:hover {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
/*.p-top__ticket {
  position: fixed;
  top: 90px;
  right: 0;
  width: 11%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top__ticket.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top__ticket a {
  display: block;
}
.p-top__ticket:hover {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
*/

.p-top__ticket {
  position: absolute;
  top: 90px;
  right: -36px;
  width: 11%;
  min-width: 250px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
-webkit-transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
transition: -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top__ticket.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top__ticket a {
  display: block;
}
.p-top__ticket:hover {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}









.p-top__ticketSp {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
}
.p-top__ticketSp a {
  display: block;
}
.p-top__campaign {
  position: absolute;
  bottom: 5.2%;
  left: 29.4%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  width: 21.3%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.64s, 0.56s;
          transition-duration: 0.64s, 0.56s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.p-top__campaign a {
  display: block;
}
.p-top__campaign.is-active {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.p-top__campaign:hover {
  -webkit-transform: translateX(-50%) scale(0.94);
          transform: translateX(-50%) scale(0.94);
}
.p-top__campaignSp {
  position: absolute;
  left: 50%;
  bottom: 1.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93%;
}
/**/



.p-digital {
  padding-bottom: 70px;
  background-image: url(../img/pc/digital/digital_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 800px) {
  .p-digital  {
    padding-bottom: 54px;
  }
}
.p-digital__title {
  padding-top: 50px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 800px) {
  .p-digital__title {
    width: 38%;
    margin: 0 auto;
    padding-top: 35px;
  }
}
.p-digital__title picture {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-digital__title.is-active picture {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-digital__button {
  width: 82%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .p-digital__button {
    width: 82%;
    margin: 0 auto;
  }
}



/**/
.p-trailer {
  padding-bottom: 70px;
  background-image: url(../img/pc/trailer/trailer_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 800px) {
  .p-trailer {
    padding-bottom: 24px;
  }
}
.p-trailer__title {
  padding-top: 50px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 800px) {
  .p-trailer__title {
    width: 38%;
    margin: 0 auto;
    padding-top: 35px;
  }
}
.p-trailer__title picture {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-trailer__title.is-active picture {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-trailer__button {
  width: 82%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .p-trailer__button {
    width: 82%;
    margin: 0 auto;
  }
}
.p-trailer #youtube_wrap {
  background-color: unset;
}
@media (max-width: 800px) {
  .p-trailer #youtube_wrap {
    margin-bottom: 22px;
  }
}

.p-intro__inner {
  padding: 108px 0 162px;
  text-align: center;
}
@media (max-width: 800px) {
  .p-intro__inner {
    padding-top: 0;
    padding-bottom: 37vw;
  }
}
.p-intro__text {
  position: relative;
}

@media (max-width: 800px) {
  .p-intro__text {
    padding-top: 46vw;
  }
}
.p-intro__title {
  position: relative;
  left: 19px;
  text-align: center;
}
@media (max-width: 800px) {
  .p-intro__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 24.4%;
    margin: 0 auto 38px;
  }
}
.p-intro__title picture {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-intro__title.is-active picture {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-intro__head {
  position: relative;
  left: 29px;
  height: 90px;
  margin-top: 28px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .p-intro__head {
    left: 3.6%;
    width: 94%;
    height: unset;
    margin: 0 auto;
  }
}
.p-intro__headContent {
  position: relative;
  text-align: center;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.12s, 2.12s;
          transition-duration: 1.12s, 2.12s;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.p-intro__head.is-active .p-intro__headContent {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-intro__detail {
  position: relative;
  left: 5px;
  margin-top: 31px;
}
@media (max-width: 800px) {
  .p-intro__detail {
    left: unset;
    width: 91%;
    margin: 4px auto 0;
  }
}
.p-intro__banner {
  position: relative;
  left: 5px;
  width: 30%;
  margin: 45px auto 0;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 800px) {
  .p-intro__banner {
    left: unset;
    width: 59%;
    margin: 27px auto 0;
  }
}
.p-intro__banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__banner:hover {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}

.p-story__inner {
  padding: 434px 0 89px;
  background-image: url(../img/pc/story/story_bg.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .p-story__inner {
    padding: 91vw 0 9vw;
    background-image: url(../img/sp/story/story_bg.png);
    background-position: bottom center;
    background-size: 100% auto;
  }
}
.p-story__main {
  position: relative;
  left: -8%;
  width: 47%;
  min-width: 750px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .p-story__main {
    left: 0;
    width: 100%;
    min-width: unset;
  }
}
.p-story__head {
  height: 132px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .p-story__head {
    width: 99%;
    height: unset;
    margin: 0 auto;
  }
}
.p-story__headContent {
  position: relative;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.92s, 1.02s;
          transition-duration: 0.92s, 1.02s;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 800px) {
  .p-story__headContent {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition-duration: 0.92s, 0.94s;
            transition-duration: 0.92s, 0.94s;
  }
}
.p-story__head.is-active .p-story__headContent {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-story__detail {
  margin-top: 10px;
  padding-left: 9px;
}
@media (max-width: 800px) {
  .p-story__detail {
    position: relative;
    left: -1%;
    width: 95.5%;
    padding-left: 0;
    margin: 19px auto 0;
  }
}

.p-gallery__inner {
  padding: 100px 0 50px;
  background-image: url(../img/pc/gallery/gallery_bg.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .p-gallery__inner {
    padding: 16vw 0 23vw;
    background-image: url(../img/sp/gallery/gallery_bg.jpg);
    background-size: 100% auto;
  }
}
.p-gallery__title {
  text-align: center;
}
@media (max-width: 800px) {
  .p-gallery__title {
    position: relative;
    left: 1%;
    width: 34%;
    margin: 0 auto;
  }
}
.p-gallery__title picture {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gallery__title.is-active picture {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-gallery__body {
  margin-top: 59px;
}
@media (max-width: 800px) {
  .p-gallery__body {
    margin-top: 11vw;
  }
}
.p-gallery__slick {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .p-gallery__slick {
    width: 100%;
  }
}
.p-gallery__slick .slick-list {
  overflow: visible;
}
.p-gallery__slick .slick-slide {
  margin: 0 50px;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-slide {
    margin: 0 12px;
  }
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-slide img {
    width: 100vw;
    height: auto;
  }
}
.p-gallery__slick .slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-gallery__slick .slick-arrow:hover::before {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.p-gallery__slick .slick-prev, .p-gallery__slick .slick-next {
  top: 44%;
  width: 70px;
  height: 80px;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-prev, .p-gallery__slick .slick-next {
    top: unset;
    bottom: -9%;
    width: 35px;
    height: 40px;
  }
}
.p-gallery__slick .slick-prev {
  left: 0;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-prev {
    left: 3%;
  }
}
.p-gallery__slick .slick-prev::before {
  background-image: url(../img/pc/gallery/gallery-left.png) !important;
}
.p-gallery__slick .slick-next {
  right: 0;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-next {
    right: 3%;
  }
}
.p-gallery__slick .slick-next::before {
  background-image: url(../img/pc/gallery/gallery-right.png) !important;
}
.p-gallery__slick .slick-counter {
  margin-top: 42px;
  font-size: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e2cb9f;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-counter {
    margin-top: 9vw;
    font-size: 14px;
  }
}
.p-gallery__slick .slick-counter .current {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 800px) {
  .p-gallery__slick .slick-counter .current {
    font-size: 18px;
  }
}

.p-footer {
  position: relative;
  background-color: #101820;
  z-index: 2;
}
.p-footer__inner {
  position: relative;
  padding: 103px 34px 45px;
  background-image: url(../img/pc/footer/footer_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .p-footer__inner {
    background-image: unset;
    padding: 0;
  }
}
.p-footer__sns {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .p-footer__sns {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 21px 0 30px;
    background-image: url(../img/pc/footer/footer_bg.svg);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
  }
}
.p-footer__title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  .p-footer__title {
    width: 32.7%;
    margin: 0 auto;
  }
}
.p-footer__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 800px) {
  .p-footer__list {
    margin-top: 11px;
  }
}
.p-footer__list li {
  margin-right: 32px;
}
@media (max-width: 800px) {
  .p-footer__list li {
    margin-right: 14px;
  }
}
.p-footer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__list li svg {
  width: 35px;
  height: auto;
}
@media (max-width: 800px) {
  .p-footer__list li svg {
    width: 23px;
  }
}
.p-footer__list li .twitter {
  width: 33px;
}
@media (max-width: 800px) {
  .p-footer__list li .twitter {
    width: 20px;
  }
}
.p-footer__list li .facebook {
  width: 37px;
}
@media (max-width: 800px) {
  .p-footer__list li .facebook {
    width: 21px;
  }
}
.p-footer__list li .youtube {
  width: 44px;
}
@media (max-width: 800px) {
  .p-footer__list li .youtube {
    width: 23px;
  }
}
.p-footer__list li .insta {
  width: 35px;
}
@media (max-width: 800px) {
  .p-footer__list li .insta {
    width: 22px;
  }
}
.p-footer__list li path {
  fill: #d6a461;
  -webkit-transition: fill 0.32s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: fill 0.32s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-footer__list li:last-of-type {
  margin-right: 0;
}
.p-footer__list li:hover svg path {
  fill: #ad241a;
}
.p-footer__listShare {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-footer__listShare:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
@media (max-width: 800px) {
  .p-footer__listShare {
    display: none;
  }
}
.p-footer__pcShare {
  position: absolute;
  left: 48%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  width: 100%;
  opacity: 0;
}
.p-footer__pcShare.is-active {
  opacity: 1;
}
@media (max-width: 800px) {
  .p-footer__pcShare {
    display: none;
  }
}
@media (max-width: 800px) {
  .p-footer__share {
    margin-top: 14px;
  }
}
@media (max-width: 800px) {
  .p-footer__share h3 {
    width: 15%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .p-footer__share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto 0;
  }
}
@media (max-width: 800px) {
  .p-footer__share li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #b7b9bc;
}
@media (max-width: 800px) {
  .p-footer__bottom {
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid #1d2832;
  }
}
.p-footer__logo {
  margin-right: 20px;
}
@media (max-width: 800px) {
  .p-footer__logo {
    width: 8.8%;
    margin: 0 auto;
  }
}
.p-footer__copyBody {
  position: relative;
  bottom: 2px;
}
@media (max-width: 800px) {
  .p-footer__copyBody {
    bottom: 0;
    margin-top: 8px;
  }
}
.p-footer__copyList {
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .p-footer__copyList {
    font-size: 10px;
  }
}
.p-footer__copyList li {
  margin-top: 4px;
  line-height: 1;
}
@media (max-width: 800px) {
  .p-footer__copySp {
    width: 71%;
    margin: 0 auto;
  }
}
.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}
@media (max-width: 800px) {
  .p-footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__link li {
  font-size: 14px;
  margin-right: 22px;
  padding-right: 19px;
  border-right: 1px solid #b7b9bc;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media (max-width: 800px) {
  .p-footer__link li {
    font-size: 10px;
    margin-right: 11px;
    padding-right: 9.5px;
  }
}
.p-footer__link li:last-of-type {
  border-right: none;
}
.p-footer__link li:hover a {
  text-decoration: underline;
}


/*-------------------------------

#digital

-------------------------------*/

#digital {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 calc(50 / 750 * 100vw) ;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#digital a{
  display: block;
  text-decoration: none;
  width: 43%;
  margin: 0 10px 15px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  max-width: 184px;
}

#digital a:hover{
  opacity: 0.7;
}

#digital a figure{
  display: block;
  width: 100%;
}

@media screen and (min-width:1024px) {
  #digital{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 40px;
    margin-bottom: 30px !important;
    margin-top: 60px !important;
  }

  #digital a{
    width: 15%;
    max-width: 184px;
    margin: 0 10px;
  }
}

.digital-ttl{
  display: block;
  width: calc(194 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}

@media screen and (min-width:1024px) {

  .digital-ttl{
    display: block;
    width: 326px;
    margin: 0 auto 20px;
    display: block;
  }
}

.p-digital__title {
  padding-top: 50px;
  margin-bottom: 16px !important;
  text-align: center;
}
@media (max-width: 800px) {
  .p-digital__title {
    width: 38%;
    margin: 0 auto;
    padding-top: 35px;
  }
}

/*-------------------------------

#bnr

-------------------------------*/

#bnr{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(50 / 750 * 100vw) 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bnr a{
  display: block;
  text-decoration: none;
  width: 45%;
  margin: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

#bnr a:hover{
  opacity: 0.7;
}

#bnr a figure{
  display: block;
  width: 100%;
}

@media screen and (min-width:1024px) {
  #bnr{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 80px 0 40px;
	  margin-bottom:100px;
  }

  #bnr a{
    width: 20%;
    max-width: 384px;
    margin: 0;
  }
}

/**/


.btn-other {
  text-align: center;
  /*margin-bottom:100px; */
  font-size:20px;
}

.btn-other a{
  font-size: 18px;
  line-height: 120%;
  color:#000000;
  padding: 10px 40px;
  margin: 20px 10px 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  cursor: pointer;
  border: 1px solid white;
  background-color: #e0e0e0;
  max-width: 300px;
  width: 90%;
}

.btn-other a:hover{
 /*border:1px solid rgb(163, 1, 1);*/
  font-size: 18px;
  width: 300px;
  margin: 20px 10px 0;
  opacity: .5;
}


/**/

.hide{
	opacity: 0;
}

#scrollArea{
    position: fixed; /* 固定して表示されるようにする */
    top: 0; /* 表示場所を一番上に */
    transition: .5s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
    z-index: 100; /* 前面に表示されるようにする */
}

@media (min-width: 1920px) {
  #scrollArea {
    position: absolute;
  }

  .p-top__frame{
    position: absolute;
  }
}
