@charset "UTF-8";
/* ==========================================================================
	計測タグの余白をリセット
========================================================================== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
:before,
:after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Prevent font size adjustments after orientation changes in IE and iOS.
  */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
  * Add the correct margin in IE 8.
  */
figure {
  margin: 1em 40px;
}

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
}

/**
  * 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: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
    ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
  * 1. Remove the bottom border in Firefox 39-.
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
b,
strong {
  font-weight: inherit;
}

/**
  * 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: 1em;
  /* 2 */
}

/**
  * Add the correct font style in Android 4.3-.
  */
dfn {
  font-style: italic;
}

/**
  * Add the correct background and color in IE 9-.
  */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
  * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
    ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on images inside links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
    ========================================================================== */
/**
  * Collapse border spacing
  */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
    ========================================================================== */
/**
  * Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
  * Inherit styling in all browsers (opinionated).
  */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
  * 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;
}

/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
  * 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;
}

/**
  * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * 1. Remove the default vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 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 odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
    ========================================================================== */
/*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */
details,
menu {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
    ========================================================================== */
/*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
    ========================================================================== */
/**
  * Change the cursor on busy elements (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the display on visually hidden accessible elements (opinionated).
  */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
[aria-disabled] {
  cursor: default;
}

/* ==========================================================================
    BASE
========================================================================== */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #000;
  color: #fff;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

img[src$='.svg'] {
  width: 100%;
}

/* sanitize overwrite */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

.c-br_nrw {
  display: none;
}

@media (max-width: 768px) {
  .c-br_nrw {
    display: block;
  }
}

.c-br_wide {
  display: none;
}

@media (min-width: 769px) {
  .c-br_wide {
    display: block;
  }
}

.c-btn-borderbox {
  border: 0.53333vw solid #dcff00;
  color: #dcff00;
  display: inline-block;
  font-size: 4.26667vw;
  font-weight: bold;
  margin: 0.3em 0;
  padding: 3.38983% 0 3.38983% 5.08475%;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}

@media (min-width: 769px) {
  .c-btn-borderbox {
    border-width: 2px;
    font-size: 18px;
    padding: 3.52941% 0 3.52941% 5.29412%;
  }
}

.c-btn-borderbox:after {
  border-right: 0.26667vw solid #dcff00;
  border-top: 0.26667vw solid #dcff00;
  content: '';
  height: 2.66667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 2.66667vw;
  position: absolute;
  top: 50%;
  right: 4.8vw;
}

@media (min-width: 769px) {
  .c-btn-borderbox:after {
    border-width: 2px;
    height: 10px;
    right: 6.47059%;
    width: 10px;
  }
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c-hover_op {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover_op:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.c-hover_bright {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-hover_bright:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.4" /><feFuncG type="linear" slope="1.4" /><feFuncB type="linear" slope="1.4" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

.c-hover_zoom {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-hover_zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-main {
  overflow-x: hidden;
}

.c-main:after {
  -webkit-animation: mainDate 30s linear infinite;
          animation: mainDate 30s linear infinite;
  background: url(../../assets/img/main/txt_date.svg) repeat-y left top/100% auto;
  content: '';
  height: 100%;
  width: 8%;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
}

@-webkit-keyframes mainDate {
  100% {
    background-position-y: 166.66667vw;
  }
}

@keyframes mainDate {
  100% {
    background-position-y: 166.66667vw;
  }
}

@media (min-width: 769px) {
  .c-main:after {
    width: 3.90625%;
  }
  @-webkit-keyframes mainDate {
    100% {
      background-position-y: 81.25vw;
    }
  }
  @keyframes mainDate {
    100% {
      background-position-y: 81.25vw;
    }
  }
}

@media (min-width: 1920px) {
  .c-main:after {
    width: 75px;
  }
  @-webkit-keyframes mainDate {
    100% {
      background-position-y: 1560px;
    }
  }
  @keyframes mainDate {
    100% {
      background-position-y: 1560px;
    }
  }
}

.c-main__mov {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

.c-main__mov video {
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (min-width: 769px) {
  .c-main__mov video {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-visible_nrw {
  display: block;
}

@media (min-width: 769px) {
  .c-visible_nrw {
    display: none;
  }
}

.c-visible_wide {
  display: block;
}

@media (max-width: 768px) {
  .c-visible_wide {
    display: none;
  }
}

/* ==========================================================================
    utility:guide
========================================================================== */
.u-guide {
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/assets/img/common/util/guide.png) repeat-y top center;
  position: fixed;
  top: 0;
  left: 0;
}

.bnr {
  margin: 16% 13.33333% 0 8%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (min-width: 769px) {
  .bnr {
    -webkit-animation: bnrOpacity 1s 1.5s forwards;
            animation: bnrOpacity 1s 1.5s forwards;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    width: 19.79167%;
    z-index: 6;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes bnrOpacity {
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  @keyframes bnrOpacity {
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
}

.bnr a {
  display: block;
}

.bnr.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (min-width: 769px) {
  .bnr.-active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.content {
  padding: 0 13.33333% 6.66667% 8%;
}

@media (min-width: 769px) {
  .content {
    height: 3390px;
    left: 50%;
    padding: 0;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1920px;
  }
}

.effect {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  padding-top: 20.33898%;
}

@media (min-width: 769px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 5.20833%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.footer ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28.81356%;
}

@media (min-width: 769px) {
  .footer ul {
    -ms-flex-preferred-size: 5.9375%;
        flex-basis: 5.9375%;
    max-width: 5.9375%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer li a {
  display: block;
}

.footer li + * {
  margin-left: 17.64706%;
}

.footer li:nth-child(1) {
  -ms-flex-preferred-size: 23.52941%;
      flex-basis: 23.52941%;
  max-width: 23.52941%;
}

.footer li:nth-child(2) {
  -ms-flex-preferred-size: 12.94118%;
      flex-basis: 12.94118%;
  max-width: 12.94118%;
}

.footer li:nth-child(3) {
  -ms-flex-preferred-size: 25.88235%;
      flex-basis: 25.88235%;
  max-width: 25.88235%;
}

.footer__btn {
  margin-top: 4.0678%;
  width: 86.44068%;
}

@media (min-width: 769px) {
  .footer__btn {
    -ms-flex-preferred-size: 16.92708%;
        flex-basis: 16.92708%;
    margin: 0 1.35417% 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 16.92708%;
  }
}

.footer__btn a {
  display: block;
}

.footer__cr {
  font-size: 2.66667vw;
  margin-top: 3.38983%;
}

@media (min-width: 769px) {
  .footer__cr {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 13px;
    margin-top: 1.04167%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.footer__cr small {
  font-size: 100%;
}

@media (min-width: 769px) {
  .footer__cr small {
    margin-left: 1em;
  }
}

.header {
  height: 136vw;
  position: relative;
}

@media (min-width: 769px) {
  .header {
    height: 51.04167vw;
    max-height: 980px;
  }
}

.header picture {
  -webkit-animation: headerWidth 1s 0.5s forwards;
          animation: headerWidth 1s 0.5s forwards;
  overflow: hidden;
  position: relative;
  width: 0;
}

@media (min-width: 769px) {
  .header picture {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    max-width: 39.32292%;
  }
}

@media (min-width: 1920px) {
  .header picture {
    max-width: 755px;
  }
}

.header picture img {
  min-height: 29.6vw;
  min-width: 100vw;
}

@media (min-width: 769px) {
  .header picture img {
    min-height: 10.3125vw;
    min-width: 39.32292vw;
  }
}

@media (min-width: 1920px) {
  .header picture img {
    min-height: 198px;
    min-width: 755px;
  }
}

.header h1 {
  -webkit-animation: headerWidth 1s 0.5s forwards;
          animation: headerWidth 1s 0.5s forwards;
  margin-left: 13.6%;
  max-width: 72.8%;
  overflow: hidden;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 769px) {
  .header h1 {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    margin: 0 0 2.1875% 3.64583%;
    max-width: 27.91667%;
  }
}

@media (min-width: 1920px) {
  .header h1 {
    margin: 0 0 42px calc(100% - 1850px);
    max-width: 536px;
  }
}

.header h1 img {
  min-width: 72.8vw;
}

@media (min-width: 769px) {
  .header h1 img {
    min-width: 27.91667vw;
  }
}

@media (min-width: 1920px) {
  .header h1 img {
    min-width: 536px;
  }
}

@-webkit-keyframes headerWidth {
  100% {
    width: 100%;
  }
}

@keyframes headerWidth {
  100% {
    width: 100%;
  }
}

.header__mv {
  -webkit-animation: headerOpacity 1s 1s forwards;
          animation: headerOpacity 1s 1s forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes headerOpacity {
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes headerOpacity {
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media (min-width: 769px) {
  .header__mv {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 769px) {
  .header__mv img {
    height: 100%;
  }
}

.image li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.image li.-bae {
  margin: 3.125% 0 0 12.23958%;
  width: 33.64583%;
}

.image li.-thecatswhiskers {
  margin: 110.41667% 0 0 65.10417%;
  width: 22.91667%;
}

.image li.-cozmez {
  margin: 90.625% 0 0 13.28125%;
  width: 31.875%;
}

.image li.-akanyatsura {
  margin: 11.97917% 0 0 64.0625%;
  width: 23.28125%;
}

.image li.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section {
  font-size: 3.73333vw;
  padding-top: 20.33898%;
}

@media (min-width: 769px) {
  .section {
    font-size: 16px;
    padding: 0;
    width: 17.70833%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section h2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.section h2 img {
  height: 6.66667vw;
}

@media (min-width: 769px) {
  .section h2 img {
    height: 37px;
  }
}

.section h2.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section dl,
.section p {
  margin-top: 8.47458%;
}

@media (min-width: 769px) {
  .section dl,
  .section p {
    margin-top: 8.82353%;
  }
}

.section dl.-box {
  background-color: rgba(150, 0, 255, 0.5);
  margin-left: -10.16949%;
  padding: 6.77966% 10.16949%;
}

@media (min-width: 769px) {
  .section dl.-box {
    margin-left: 0;
    padding: 5.88235% 7.35294%;
  }
}

.section dl.-box dt {
  color: #ff00de;
}

.section dt {
  color: #9600ff;
  font-weight: bold;
}

.section dt:before {
  content: '■';
}

.section dd.-ticket {
  margin-top: 15px;
}

.section a {
  text-decoration: underline;
}

.section .-sm {
  font-size: 3.2vw;
}

@media (min-width: 769px) {
  .section .-sm {
    font-size: 14px;
  }
}

.section .-xs {
  font-size: 2.93333vw;
}

@media (min-width: 769px) {
  .section .-xs {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .section.-about {
    margin: 9.375% 0 0 46.35417%;
  }
}

@media (min-width: 769px) {
  .section.-ticket {
    margin: 31.25% 0 0 22.39583%;
  }
}

.section.-ticket dt {
  color: #dcff00;
}

.section.-ticket dd a {
  border: 0.53333vw solid #dcff00;
  color: #dcff00;
  display: inline-block;
  font-size: 4.26667vw;
  font-weight: bold;
  margin: 0.3em 0;
  padding: 3.38983% 0 3.38983% 5.08475%;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 769px) {
  .section.-ticket dd a {
    border-width: 2px;
    font-size: 18px;
    padding: 3.52941% 0 3.52941% 5.29412%;
  }
}

.section.-ticket dd a:after {
  border-right: 0.26667vw solid #dcff00;
  border-top: 0.26667vw solid #dcff00;
  content: '';
  height: 2.66667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 2.66667vw;
  position: absolute;
  top: 50%;
  right: 4.8vw;
}

@media (min-width: 769px) {
  .section.-ticket dd a:after {
    border-width: 2px;
    height: 10px;
    right: 6.47059%;
    width: 10px;
  }
}

.section.-streaming {
  width: 100%;
}

@media (min-width: 769px) {
  .section.-streaming {
    margin: 43.75% 0 0 46.35417%;
    width: 360px;
  }
}

.section.-streaming dl {
  margin-top: 35px;
}

.section.-streaming strong {
  color: #dcff00;
}

.section.-streaming .-mgn {
  margin-top: 10px;
}

.section.-streaming .streaming__table {
  margin-top: 10px;
  width: 100%;
}

.section.-streaming .streaming__table td {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #FFF;
  font-weight: bold;
  padding: 10px;
}

@media (min-width: 769px) {
  .section.-streaming .streaming__table td {
    font-size: 1rem;
  }
}

.section.-streaming .streaming__table td:first-child {
  color: #dcff00;
  text-align: center;
  width: 28%;
}

.section.-streaming .streaming__table tr:nth-child(odd) td {
  background-color: rgba(77, 77, 77, 0.5);
}

.section.-streaming .streaming__table__att {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 769px) {
  .section.-streaming .streaming__table__att {
    font-size: 0.75rem;
  }
}

.section.-streaming .streaming__table__ph {
  display: block;
  margin: 10px auto;
  width: 98%;
}

.section.-streaming .streaming__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 769px) {
  .section.-streaming .streaming__links {
    margin-top: 30px;
  }
}

.section.-streaming .streaming__links li {
  width: calc(50% - 10px);
}

@media (min-width: 769px) {
  .section.-streaming .streaming__links li {
    width: calc(50% - 2px);
  }
}

.section.-streaming .streaming__links li a.-danime:after {
  right: 1.6vw;
}

@media (min-width: 769px) {
  .section.-streaming .streaming__links li a.-danime:after {
    right: 6.47059%;
  }
}

@media (min-width: 769px) {
  .section.-caution {
    margin: 116.66667% 0 0 22.39583%;
  }
}

.section__btn {
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.section__btn a {
  background: #9600ff url(../../assets/img/section/ico_exclamation.svg) no-repeat 3.33333vw center/5.06667vw auto;
  color: #fff;
  display: block;
  padding: 2.88136% 0 2.54237% 13.89831%;
  text-decoration: none;
}

@media (min-width: 769px) {
  .section__btn a {
    background-position-x: 14px;
    background-size: 22px;
    padding: 2.94118% 0 2.35294% 14.11765%;
  }
}

.section__btn a:after {
  border-right: 0.26667vw solid #fff;
  border-top: 0.26667vw solid #fff;
  content: '';
  height: 2.66667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 2.66667vw;
  position: absolute;
  top: 50%;
  right: 5.33333vw;
}

@media (min-width: 769px) {
  .section__btn a:after {
    border-width: 2px;
    height: 10px;
    right: 5.88235%;
    width: 10px;
  }
}

.section__btn:nth-of-type(2) {
  margin-top: 10px;
}

.section__btn:nth-of-type(2) a {
  background-image: url(../../assets/img/section/ico_exclamation-g.svg);
  background-color: #B2FF59;
  color: #9600FF;
  display: block;
  padding-top: 5.08475%;
  padding-bottom: 5.76271%;
}

@media (min-width: 769px) {
  .section__btn:nth-of-type(2) a {
    height: 80px;
    padding-top: 4.70588%;
  }
}

.section__btn:nth-of-type(2) a strong {
  color: #B2FF59;
  background-color: #9600FF;
}

.section__btn:nth-of-type(2) a:after {
  border-color: #9600ff;
}

.section__btn strong {
  background-color: #b2ff59;
  color: #9600ff;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.2em;
  padding: 0 0.5em;
}
