@charset "UTF-8";
body {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  background-color: #000;
}
@media screen and (max-width: 666px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

a {
  pointer-events: auto;
  text-decoration: none;
  color: unset;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  a {
    transition: unset;
  }
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
@media screen and (max-width: 800px) {
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

a:focus,
*:focus {
  outline: none;
}

li {
  list-style: none;
}

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

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

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

/*      nav     */
nav {
  width: 100%;
  background-color: #000;
  border-bottom: solid 1px #5f0005;
  margin: 0 auto;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 2% 3% 2% 0;
}
@media screen and (max-width: 1000px) {
  nav {
    padding: 2% 0;
  }
}
@media screen and (max-width: 800px) {
  nav {
    padding: 2% 3.5%;
  }
}
nav ul {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  nav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  nav ul {
    gap: 3.5%;
  }
}
nav li img {
  height: 25px;
}

/*      header     */
header {
  width: 100%;
  background: url(../img/main_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  header {
    background: url(../img/main_sp.jpg);
    background-size: cover;
  }
}
header .inner {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 55.885%;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .inner {
    padding-top: 159.5%;
  }
}
header .inner h1 {
  position: absolute;
  width: 38.8%;
  top: 54.3%;
  left: 30.625%;
}
@media screen and (max-width: 800px) {
  header .inner h1 {
    width: 81%;
    top: 68.5%;
    left: 9.5%;
  }
}
header .inner .copy1 {
  position: absolute;
  width: 6.979%;
  top: 2.516%;
  left: 88.9%;
}
@media screen and (max-width: 800px) {
  header .inner .copy1 {
    width: 12.875%;
    top: 7.37%;
    left: 84.625%;
  }
}
header .inner .copy2 {
  position: absolute;
  width: 54.32%;
  top: 2.7%;
  left: 32.656%;
}
@media screen and (max-width: 800px) {
  header .inner .copy2 {
    width: 93%;
    top: 2%;
    left: 3.5%;
  }
}
header .inner .date {
  position: absolute;
  width: 6.6%;
  top: 83.4%;
  left: 22.2%;
}
header .inner .credit {
  position: absolute;
  width: 35.2%;
  top: 77.819%;
  left: 32.4%;
}
@media screen and (max-width: 800px) {
  header .inner .credit {
    width: 86.125%;
    top: 84.4%;
    left: 7%;
  }
}
header .inner .banner_osore {
  position: absolute;
  width: 16%;
  top: 88.16%;
  left: 41.927%;
  border: solid 1px #e60012;
}
@media screen and (max-width: 800px) {
  header .inner .banner_osore {
    width: 43.75%;
    top: 92.9467%;
    left: 28.125%;
  }
}
header .inner .youtube {
  position: absolute;
  width: 34.3%;
  top: 11.6%;
  left: 32.865%;
}
header .inner .youtube .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
header .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: solid 1px #555;
  border-left: solid 1px #555;
  border-right: solid 1px #555;
}
header .inner .youtube .hide {
  display: none;
}
header .inner .tab {
  overflow: hidden;
  display: flex;
}
header .inner .tab li {
  border: solid 1px #555;
  background-color: #000;
  color: #555;
  text-align: center;
  font-family: "BIZ UDPGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 1200px) {
  header .inner .tab li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1000px) {
  header .inner .tab li {
    font-size: 0.75rem;
  }
}
header .inner .tab li:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  header .inner .tab li:hover {
    transition: unset;
  }
}
header .inner .tab .select {
  background-color: #555;
  color: #000;
}
header .inner .tab .select:hover {
  cursor: default;
  opacity: 1;
}
header .inner .tab .btn_mild, header .inner .tab .btn_hard {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .youtube {
    border-top: solid 1px #a3a7a9;
    border-left: solid 1px #a3a7a9;
    border-right: solid 1px #a3a7a9;
    margin: 10% 3% 0;
  }
  .youtube .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .youtube .hide {
    display: none;
  }
  .tab {
    overflow: hidden;
    display: flex;
    margin: 0 3% 10%;
  }
  .tab li {
    border: solid 1px #a3a7a9;
    background-color: #000;
    color: #a3a7a9;
    text-align: center;
    font-family: "BIZ UDPGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9rem;
    padding: 0.5%;
  }
  .tab .select {
    background-color: #a3a7a9;
    color: #000;
  }
  .tab .btn_mild, .tab .btn_hard {
    width: 50%;
  }
}
#top_mvtk {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  #top_mvtk {
    margin-top: 5%;
    margin-bottom: 10%;
  }
}

#mvtk-widgets-container {
  text-align: center;
  margin: 0 auto;
}

/*      main     */
.back {
  background: url(../img/back.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100vw;
}

.scrollShowEffect1 {
  transition: all 1.8s;
  transition-delay: 0s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .scrollShowEffect1 {
    opacity: 1;
  }
}

.scrollShowEffect1.showItem {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

section {
  max-width: calc(900px + 6%);
  margin: -30px auto;
  padding: 100px 3%;
}
@media screen and (max-width: 800px) {
  section {
    margin: -3% auto;
    padding: 13% 3%;
  }
}

#cast {
  max-width: calc(900px + 6%);
  margin: -100px auto;
  padding: 100px 3%;
}
@media screen and (max-width: 800px) {
  #cast {
    margin: -13% auto;
    padding: 13% 3%;
  }
}

#twitter {
  max-width: calc(850px + 6%);
  margin: 70px auto;
  padding: 0 3%;
}
@media screen and (max-width: 800px) {
  #twitter {
    margin: 10% auto;
    padding: 0 3%;
  }
}

h2 {
  font-size: 375%;
  font-family: "Road Rage", cursive;
  text-align: center;
  margin-bottom: 40px;
  color: #d0111b;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 357.14%;
    margin-bottom: 5%;
    line-height: 2rem;
  }
}
@media screen and (max-width: 666px) {
  h2 {
    letter-spacing: 0rem;
  }
}

.lead_l {
  font-family: "BIZ UDPGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 162.5%;
  color: #782eff;
  margin-bottom: 17px;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .lead_l {
    font-size: 128.57%;
    margin-bottom: 2%;
  }
}
.lead_l br {
  display: block;
}
@media screen and (max-width: 820px) {
  .lead_l br {
    display: none;
  }
}

.parallax_content {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .parallax_content .parallax_content {
    height: 100%;
    background-image: none;
  }
  .parallax_content .parallax::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-height: 100%;
    background-size: cover;
    z-index: -1;
  }
  .parallax_content .parallax_content.img_bg_01::before {
    background-image: url(../img/img1_sp.jpg);
  }
  .parallax_content .parallax_content.img_bg_02::before {
    background-image: url(../img/img2_sp.jpg);
  }
  .parallax_content .parallax_content.img_bg_03::before {
    background-image: url(../img/img3_sp.jpg);
  }
}

.parallax_content.img_bg_01 {
  background-image: url(../img/img1_pc.jpg);
}
@media screen and (max-width: 1000px) {
  .parallax_content.img_bg_01 {
    background-image: url(../img/img1_tb.jpg);
  }
}

.parallax_content.img_bg_02 {
  background-image: url(../img/img2_pc.jpg);
}
@media screen and (max-width: 1000px) {
  .parallax_content.img_bg_02 {
    background-image: url(../img/img2_tb.jpg);
  }
}

.parallax_content.img_bg_03 {
  background-image: url(../img/img3_pc.jpg);
}
@media screen and (max-width: 1000px) {
  .parallax_content.img_bg_03 {
    background-image: url(../img/img3_tb.jpg);
  }
}

.parallax_content,
.img_noise {
  position: relative;
}

.noise::after {
  animation: noise 5s steps(10) infinite;
  background: url(../img/noise.png);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes noise {
  to {
    background-position: 0 0;
  }
  10% {
    background-position: 90% -50%;
  }
  20% {
    background-position: -15% 10%;
  }
  30% {
    background-position: 85% -60%;
  }
  40% {
    background-position: -35% 20%;
  }
  50% {
    background-position: 75% 70%;
  }
  60% {
    background-position: -55% 30%;
  }
  70% {
    background-position: 65% 80%;
  }
  80% {
    background-position: -75% 40%;
  }
  90% {
    background-position: 55% 90%;
  }
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.loop {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.loop__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .loop__wrap {
    margin-bottom: 10%;
  }
}

.loop__list {
  display: flex;
  list-style: none;
}

.loop__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.loop__item {
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .loop__item {
    width: 190vw;
  }
}

.loop__item > img {
  width: 100%;
}

.flex_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .flex_reverse {
    flex-direction: column;
  }
}

.stacas {
  margin-bottom: 70px;
  display: flex;
  gap: 30px;
}
.stacas div {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .stacas {
    margin-bottom: 10%;
    flex-direction: column;
    gap: 3%;
  }
}
@media screen and (max-width: 800px) {
  .stacas .stacas_img {
    margin-bottom: 3%;
  }
}
.stacas dt {
  font-size: 168.75%;
  margin-bottom: 13px;
}
@media screen and (max-width: 800px) {
  .stacas dt {
    font-size: 142.86%;
    margin-bottom: 1.5%;
  }
}
.stacas .lead_s {
  color: #fff22c;
  font-size: 125%;
  font-weight: 800;
  margin-bottom: 2%;
}
.stacas .line {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .stacas .line {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
.stacas .name {
  color: #fff;
  font-size: 137.5%;
}
@media screen and (max-width: 800px) {
  .stacas .name {
    font-size: 120%;
  }
}

.last {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .last {
    margin-bottom: 0;
  }
}

/*      footer     */
footer {
  background-color: #440000;
}
footer .inner {
  max-width: 900px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  footer .inner {
    padding: 3%;
  }
}
footer .logo img {
  margin: 0 auto;
  width: 35.7%;
  max-width: 321px;
}
@media screen and (max-width: 800px) {
  footer .logo img {
    margin: 2% auto 0;
    width: 50%;
  }
}
footer .billing img {
  margin: 3% auto 0;
  width: 100%;
  max-width: 676px;
}
@media screen and (max-width: 800px) {
  footer .billing img {
    margin: 3% auto 2%;
    width: 100%;
    max-width: 689px;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}