@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
fieldset,
pre,
code,
legend,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

a:focus {
  outline: thin dotted;
}

strong,
b {
  font-weight: bold;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
samp,
kbd {
  font-family: monospace, sans-serif;
}

mark {
  background-color: yellow;
  color: black;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

img {
  vertical-align: top;
  line-height: 1;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */

caption {
  padding: 0;
}

th,
td {
  padding: 0;
}

/* Forms */

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  transition: all 0.3s ease;
  outline: none;
}

a:link {
  text-decoration: none;
  color: #907ae0;
}

a:visited {
  text-decoration: none;
  color: #907ae0;
}

a:focus {
  outline: none;
}

@keyframes glitter {
  50% {
    opacity: 0;
  }
}

.fluffy {
  transform: scale(1) translateY(-10px);
  opacity: 0;
  transition: .3s ease-in;
  overflow: hidden;
}

.fluffy.intersected {
  transform: scale(1) translateY(0);
  opacity: 1;
}

#movie-modal {
  max-width: 1024px;
  width: 80%;
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  cursor: pointer;
}

.movie-modal__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie-modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: 0;
  background: url(../images/common/close.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

.movie-modal__close span {
  position: relative;
}

#player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

html {
  font-size: 62.5%;
  height: 100%;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

.page-cast-detail .main {
  padding: 90px 0;
}

.main p + p {
  margin-top: 1.6em;
}

.contents {
  position: relative;
}

.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33334vw;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

button {
  cursor: pointer;
  /* when tapping or clicking the button */
  outline: none;
  border: none;
}

img {
  height: auto;
}

.anchor-navi {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.bd .anchor-navi__item.is-bd,
.cd .anchor-navi__item.is-cd,
.dvd .anchor-navi__item.is-dvd,
.blu-ray .anchor-navi__item.is-blu-ray {
  background-color: #907ae0;
}

.bd .anchor-navi__item.is-bd a,
.cd .anchor-navi__item.is-cd a,
.dvd .anchor-navi__item.is-dvd a,
.blu-ray .anchor-navi__item.is-blu-ray a {
  color: #fff;
}

.anchor-navi a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .2em;
  border: 1px solid #907ae0;
  color: #907ae0;
}

.home .banner-list {
  text-align: center;
}

.banner-list__item a {
  transition: all ease .3s;
}

.banner-list__item a:hover img {
  opacity: .9;
}

.banner-list__item img {
  max-width: 100%;
  height: auto;
}

a.btn-more {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

a.btn-more:link,
a.btn-more:visited {
  color: #6a6a6a;
}

a.btn-more:hover,
a.btn-more:focus {
  color: #907ae0;
}

a.btn-more:before {
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-right: .4em;
  content: '';
  background-image: url(../images/common/icon_star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

a.btn-back {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: .5em 2.6em;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  transition: all ease .3s;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.btn-back span {
  display: inline-block;
  vertical-align: middle;
}

a.btn-back:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  content: '▲';
  transform: rotate3d(0, 0, 1, -90deg);
  font-size: 14px;
  font-size: 1.4rem;
}

a.btn-back:after {
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #907ae0 0%, #907ae0 50%, #1b203b 50%, #1b203b 100%);
  transition: left .3s ease-in-out;
}

a.btn-next {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: .5em 2.6em;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  transition: all ease .3s;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.btn-next span {
  display: inline-block;
  vertical-align: middle;
}

a.btn-next:before {
  position: absolute;
  top: 32%;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
  content: '▲';
  transform: rotate3d(0, 0, 1, 90deg);
  font-size: 14px;
  font-size: 1.4rem;
}

a.btn-next:after {
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #1b203b 0%, #1b203b 50%, #907ae0 50%, #907ae0 100%);
  transition: left .3s ease-in-out;
}

a.btn-close {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #907ae0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.btn-close::after {
  content: '';
  position: absolute;
  z-index: 10;
}

a.btn-close span::before,
a.btn-close span::after {
  content: '';
  position: absolute;
  left: 10px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

a.btn-close span::before {
  top: 28px;
  transform: rotate(45deg);
}

a.btn-close span::after {
  top: 28px;
  transform: rotate(-45deg);
}

.btn-area {
  text-align: center;
}

.m-dl--border {
  padding: 20px;
  border: 1px solid #ffdd65;
}

.m-dl__title:before {
  content: '■';
  padding-right: .4em;
}

.m-faq {
  counter-increment: faq;
}

.m-faq__title {
  box-sizing: border-box;
  position: relative;
  min-height: 2em;
  padding: .5em .5em .5em 3.2em;
  background: #907ae0;
}

.m-faq__title:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6em;
  height: 2.6em;
  content: counter(faq);
  background: #fff;
  color: #907ae0;
  text-align: center;
  vertical-align: middle;
  line-height: 2.6;
}

.m-faq__title--lv2 {
  margin-bottom: .4em;
  color: #907ae0;
}

.m-faq__title--lv3 {
  margin-bottom: .6em;
}

.m-faq__title--lv4 {
  margin-bottom: .4em;
}

.m-faq__list,
.m-faq__list--disc {
  padding-left: 1em;
  text-indent: -1em;
}

.m-faq__list:before,
.m-faq__list--disc:before {
  content: '■';
  margin-right: .4em;
}

.m-faq__list + .m-faq__list,
.m-faq__list--disc + .m-faq__list,
.m-faq__list + .m-faq__list--disc,
.m-faq__list--disc + .m-faq__list--disc {
  margin-top: .6em;
}

.m-faq__list--disc:before {
  content: '●';
}

.m-faqMore {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.m-faqMore * + .m-faq__title--lv3,
.m-faqMore * + .m-faq__title--lv4 {
  margin-top: 2em;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

.list__item + .list__item {
  margin-top: 1.2em;
}

.m-disc-list__item {
  margin-left: 1em;
  list-style: disc outside;
}

.m-ul-note__item {
  padding-left: 1em;
  text-indent: -1em;
}

.m-ul-note__item:before {
  content: '※';
}

.m-ul-note__item + li {
  margin-top: .6em;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loading .loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loading .loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222a54;
  /* Old browsers */
  background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222a54', endColorstr='#020202',GradientType=0 );
}

.loading-top:after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/common/bg_footer.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 180px;
  top: 0;
  left: 0;
  opacity: .3;
}

.loading-top img {
  height: auto;
  animation: load4 3s infinite linear;
}

@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load4 {
  0% {
    opacity: .2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

.movie-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px;
  text-align: center;
}

.home .movie-list {
  display: block;
  padding: 0;
}

.movie-list__item {
  position: relative;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px 4px #fffbc2;
}

.home .movie-list__item {
  padding: 0;
  border: none;
  box-shadow: none;
}

.home .movie-list__item:nth-child(n+2) {
  margin-top: 20px;
}

.movie-list__item img {
  max-width: 100%;
  height: auto;
}

.movie-list .paging-navi {
  text-align: center;
}

.movie-list__title {
  margin-top: .8em;
}

.home .movie-list__title {
  display: none;
}

.movie-list__image {
  position: relative;
  display: block;
  cursor: pointer;
}

.movie-list__image:before,
.movie-list__image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.movie-list__image:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 20%, transparent 0), radial-gradient(rgba(0, 0, 0, 0.2) 20%, transparent 0);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  transition: .3s all ease-in-out;
}

.movie-list__image:after {
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: auto;
  background: url(../images/common/icon_play.png) center top no-repeat;
  background-size: 100%;
}

.home .news-list {
  padding-right: 1em;
}

.news-list__item {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #fff;
  width: 100%;
}

.home .news-list__item {
  border-color: #362e2b;
}

.news-list__item:nth-child(1) {
  border-top-width: 1px;
  border-top-style: dotted;
}

.news-list__item a {
  display: block;
  color: #fff;
}

.home .news-list__item a {
  color: #6a6a6a;
}

.news-list__time {
  display: block;
  color: #907ae0;
}

.news-list__body {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paging-navi {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.paging-navi__item {
  margin: 0 .3em;
}

.paging-navi a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.4em;
  height: 2.4em;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .2em;
  color: #fff;
}

.paging-navi__link {
  display: inline-block;
}

.paging-navi__link.-previous,
.paging-navi__link.-next {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  background: none;
}

.paging-navi__link.-previous:hover,
.paging-navi__link.-next:hover {
  background-color: transparent;
  color: #907ae0;
}

.paging-navi__link.-previous {
  transform: rotate3d(0, 0, 1, -90deg);
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
}

.paging-navi__link.-next {
  transform: rotate3d(0, 0, 1, 90deg);
}

.paging-navi__link.-current {
  background: #907ae0;
}

.outline-table {
  width: 100%;
}

.outline-table th,
.outline-table td {
  box-sizing: border-box;
  padding: .8em 1em;
  vertical-align: top;
}

.outline-table th {
  text-align: left;
  font-weight: normal;
}

.outline-table tr:first-child th,
.outline-table tr:first-child td {
  border-top: 1px dotted #999;
}

.outline-table th,
.outline-table td {
  border-bottom: 1px dotted #999;
}

.outline-table th {
  width: 25%;
  color: #339;
  font-weight: bold;
}

.outline-table td p + p {
  margin-top: 14px;
}

.outline-table td .indent {
  margin-top: .6em;
  margin-left: 1em;
}

.outline-table.multi-head th {
  width: 18%;
}

.outline-table.multi-head .in-table {
  display: table;
  width: 100%;
}

.outline-table.multi-head .in-table + .in-table {
  margin-top: 1.2em;
}

.outline-table.multi-head .in-table dt,
.outline-table.multi-head .in-table dd {
  display: table-cell;
  vertical-align: top;
  line-height: 2;
}

.outline-table.multi-head .in-table dt {
  width: 25%;
  color: #94725c;
}

.unit__title {
  position: relative;
  margin-bottom: 70px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #0b0d18;
  text-align: center;
}

.unit__title span {
  padding-bottom: .4em;
  border-bottom: 1px solid #0b0d18;
}

.globalHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.globalHeader__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.globalHeader__body {
  width: 100%;
}

.siteTitle {
  position: absolute;
  z-index: 1001;
  margin: 0 auto;
  text-align: center;
}

.siteTitle img {
  width: 100%;
  height: auto;
}

.gNavi {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}

.gNavi__body {
  margin: 0 auto;
}

.gNavi-main {
  display: -ms-flexbox;
  display: flex;
}

.gNavi-sns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.gNavi-sns__title img {
  width: 100%;
  height: auto;
}

.gNavi-sns ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 1em;
}

.gNavi__item {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  text-align: center;
}

.gNavi-sns .gNavi__item:nth-child(n+2) {
  margin-left: .8em;
}

.gNavi__item > a,
.gNavi__item > span {
  position: relative;
  box-sizing: border-box;
  display: block;
}

.gNavi-sns .gNavi__item > a img,
.gNavi-sns .gNavi__item > span img {
  height: 45px;
}

.gNavi__item > a {
  position: relative;
}

.gNavi__item > span {
  display: block;
}

.goPageTop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 10px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.goPageTop[aria-hidden="true"] {
  opacity: 0;
  transform: translateY(8px);
}

.goPageTop a {
  position: relative;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 12.5vw;
  height: 12.5vw;
}

.goPageTop a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/common/button_toTop.png) 0 0 no-repeat;
  background-size: cover;
}

.goPageTop a:hover:before {
  opacity: .8;
  transition: opacity ease .3s;
}

.globalFooter {
  position: relative;
  color: #fff;
  box-shadow: 0 0 8px 4px #0b0d18;
  background: #222a54;
  /* Old browsers */
  background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222a54', endColorstr='#020202',GradientType=0 );
}

.globalFooter:after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/common/bg_footer.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 180px;
  top: 0;
  left: 0;
  opacity: .3;
}

.globalFooter .container {
  position: relative;
  z-index: 2;
  background: transparent;
}

.globalFooter a:link,
.globalFooter a:visited {
  color: #fff;
}

.globalFooter a:hover {
  text-decoration: none;
}

.globalFooter__title {
  margin: 0 auto;
}

.globalFooter__title img {
  width: 100%;
  height: auto;
}

.globalFooter__copyright {
  margin-top: 5.06667vw;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

body:not(.home) .page.page-cast-detail {
  background: #222a54;
  /* Old browsers */
  background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222a54', endColorstr='#020202',GradientType=0 );
}

body:not(.home) .page.page-cast-detail:before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/common/bg_footer.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 180px;
  top: 0;
  left: 0;
  opacity: .3;
}

.page__title {
  margin: auto;
  text-align: center;
}

.page__title img {
  max-width: 100%;
  height: auto;
}

.section__footer,
.news-detail__link,
.section-cast__link {
  text-align: center;
}

.section__banner img,
.section-discography__banner img {
  max-width: 100%;
  height: auto;
}

.article {
  background: rgba(13, 15, 29, 0.8);
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

.article-head {
  border-bottom: 1px dotted #fff;
  text-align: center;
}

* + .article-head__lead {
  margin-top: 1rem;
}

.article-head__lead + * {
  margin-top: 1rem;
}

.article-body.info-detail__body {
  padding: 0;
}

.main-visual {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.main-visual:after {
  position: absolute;
}

.main-visual__image {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.main-visual__image picture {
  display: block;
  text-align: center;
}

.main-visual__image picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.main-visual__characters {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-visual__characterImage {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition-duration: .5s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
}

.main-visual__characterImage img {
  width: 100%;
}

.-loaded .main-visual__characterImage {
  opacity: 1;
  transform: translateY(0);
}

.-loaded .main-visual__characterImage--01 {
  transition-delay: 2.1s;
}

.-loaded .main-visual__characterImage--02 {
  transition-delay: 2.2s;
}

.-loaded .main-visual__characterImage--03 {
  transition-delay: 2.3s;
}

.-loaded .main-visual__characterImage--04 {
  transition-delay: 2.4s;
}

.-loaded .main-visual__characterImage--05 {
  transition-delay: 2.5s;
}

.-loaded .main-visual__characterImage--06 {
  transition-delay: 2.6s;
}

.-loaded .main-visual__characterImage--07 {
  transition-delay: 2.7s;
}

.-loaded .main-visual__characterImage--08 {
  transition-delay: 2.8s;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -25px);
  }

  100% {
    transform: translate(0, 0);
  }
}

#mainvisual {
  opacity: 0;
  transition: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.-loaded #mainvisual {
  opacity: 1;
  transition-delay: .8s;
}

.home #data-header {
  transition: opacity;
}

.home #data-title {
  opacity: 0;
  transform: scale(1.05) translateY(-5%);
  transition: opacity, transform;
  transition-duration: .8s;
  transition-timing-function: ease-in-out;
}

.-loaded #data-title {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 3.2s;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-cover {
  position: relative;
}

.home-cover:after {
  position: absolute;
  z-index: 4;
}

.home-information__title img {
  max-width: 100%;
}

.home .contents {
  background-color: #fff;
  background-image: url(../images/index/bg_contents.png);
  background-repeat: repeat-y;
}

.home .contents .container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1020px + 20px);
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.home .section-twitter,
.home .section-news {
  width: 100%;
}

.home .section-twitter img,
.home .section-news img {
  max-width: 100%;
  height: auto;
}

.home .section-twitter__title,
.home .section-news__title {
  display: block;
  margin: auto;
}

.home .section-twitter__body,
.home .section-news__body {
  height: 320px;
  overflow-y: scroll;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

.home .section-twitter__body::-webkit-scrollbar,
.home .section-news__body::-webkit-scrollbar {
  width: 14px;
  border: 1px solid #cacaca;
}

.home .section-twitter__body::-webkit-scrollbar-track,
.home .section-news__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}

.home .section-twitter__body::-webkit-scrollbar-thumb,
.home .section-news__body::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.6);
}

.home .section-twitter__link,
.home .section-news__link {
  text-align: right;
  margin-top: 20px;
}

.home .section-twitter__body {
  border: 1px solid #cacaca;
  /*スクロールバー全体*/
}

.home .section-twitter__body::-webkit-scrollbar {
  width: 14px;
  border-style: none none none solid;
}

.home .section-news__title {
  display: block;
  margin: auto;
}

.news-detail {
  background: rgba(13, 15, 29, 0.8);
}

.news-detail__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

.news-detail__date {
  margin-bottom: .4em;
  color: #907ae0;
}

.news-detail__body {
  line-height: 2;
  border-bottom: 1px dotted #fff;
}

.info-list__item th,
.info-list__item td {
  padding: 1em;
  border-top: 1px dotted #fff;
  vertical-align: middle;
}

.info-list__item th {
  font-weight: normal;
}

.info-list__item P + h4 {
  margin-top: 2em;
}

.info-list__item .-important {
  margin: 2em 0;
}

.cast-list {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cast-list__item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.cast-list__item__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cast-list__item a:link,
.cast-list__item a:visited {
  color: #fff;
}

.cast-list__head {
  text-align: center;
  display: inline-block;
}

.cast-list__head .-name {
  position: relative;
}

.cast-list__head .-name:after {
  position: relative;
  display: inline-block;
  content: '';
  background-image: url(../images/common/icon_comment.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}

.cast-list__head .-title {
  position: relative;
  display: block;
  color: #ffdd65;
  transition: all ease .3s;
}

a:hover .cast-list__head .-title {
  color: #907ae0;
}

.cast-list__head .-title:before {
  content: '♪';
}

.cast-list__head .-from {
  display: block;
  color: #ffdd65;
  transition: all ease .3s;
}

a:hover .cast-list__head .-from {
  color: #907ae0;
}

.cast-list__head .-from:before {
  content: '『';
}

.cast-list__head .-from:after {
  content: '』';
}

.cast-detail .cast-list__head {
  display: block;
  margin-bottom: 1em;
}

.cast-list__photo,
.cast-detail__photo {
  position: relative;
  box-sizing: border-box;
}

.cast-list__photo:before,
.cast-detail__photo:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background-image: url(../images/cast/image_flame.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cast-list__photo img,
.cast-detail__photo img {
  max-width: 100%;
  height: auto;
}

.cast-list__trial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: .4em;
  text-align: center;
}

.page-cast-detail .cast-list__trial {
  width: 100%;
}

.page-cast-detail .cast-list__trial .player {
  margin: auto;
}

.cast-detail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cast-detail__title {
  margin-bottom: .4em;
  text-align: center;
}

.cast-detail__comment {
  line-height: 2;
}

.cast-detail__photo {
  margin: auto;
}

.cast-detail .paging-navi {
  width: 100%;
  margin-top: 2em;
}

.cast-detail .btn-close {
  position: fixed;
  top: 0;
  right: 0;
  animation: blink 1.5s 2.5s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section-discography__link {
  text-align: center;
}

.discography-lead {
  text-align: center;
}

.discography-lead__title {
  margin-bottom: 1em;
}

.discography-detail {
  display: -ms-flexbox;
  display: flex;
}

.discography-detail__title {
  margin-bottom: 1em;
}

.discography-detail__description .-title {
  margin-bottom: 1em;
  padding-bottom: .4em;
  border-bottom: 1px dotted #fff;
}

.discography-detail__description .-list {
  margin-bottom: 1.5em;
}

.discography-detail__description .-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.discography-detail__description .-list li:before {
  content: '◆';
  padding-right: .5em;
}

.discography-detail__description .-sub-title {
  margin-top: 1.5em;
}

.discography-detail__body .-important {
  margin: 2em 0;
  font-size: 140%;
}

.discography-detail__meta img {
  max-width: 100%;
  height: auto;
}

.discography-detail__link .btn-next {
  display: block;
  width: 100%;
}

.discography-detail__body.bd .set-list:before{
  content: '';
}
.discography-detail__body.bd .set-list{
  margin-top: -15px;
}
.set-list:before {
  content: '収録内容';
}

.set-list__item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: .4em 0;
  min-height: 3em;
  border-bottom: 1px dotted #fff;
}

.set-list__item:nth-child(1) {
  border-top: 1px dotted #fff;
}

.set-list__title {
  padding-right: 1em;
}

.window {
  min-width: 100%;
  background: #000;
}

.window h1 {
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  text-align: center;
}

.window h2 {
  width: 840px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #bebab1;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8em;
}

.window .contents {
  width: 90%;
  margin: 0 auto;
}

.window .block {
  padding: 40px 0;
  background: transparent;
}

.window .ecList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.window .ecList__item {
  box-sizing: border-box;
  width: calc(25% - 20px);
  margin: 10px;
  text-align: center;
}

.window .ecList__item a:link,
.window .ecList__item a:visited {
  color: #fff;
}

.window .ecList__item a:hover {
  color: #907ae0;
}

.window .ecList__item img {
  max-width: 100%;
  height: auto;
}

.window .ecList__item span {
  display: block;
  margin-bottom: 10px;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-static {
  position: static !important;
}

.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-visible {
  visibility: visible !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-overflow-hidden {
  overflow: hidden !important;
}

.is-pc {
  display: none;
}

.is--notice {
  color: #666;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.is--attention {
  color: #c00;
}

.is--emphasis {
  color: #ffdd65;
}

.notice-text {
  font-size: 13px;
  font-size: 1.3rem;
}

.is--tel {
  position: relative;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  margin: auto;
  max-width: none;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  margin-top: 50px;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #000;
}

#cboxLoadingGraphic {
  background: url(../images/common/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/common/controls.png) no-repeat 0 0;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  top: -45px;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: 0;
  background: url(../images/common/close.png) no-repeat 0 0;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  right: 0;
  background-position: 0 0;
}

#cboxClose:hover {
  background-position: 0 -40px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
} */

/* Slider */

.slick-loading .slick-list {
  background: #fff l("../lib/slck/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  z-index: 999;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
  z-index: 999;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -16px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #362e2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #0b0d18;
  opacity: 0.75;
}

/* 追加分 */

.movie-list__item .upload video {
  display: none;
}

#player video {
  width: 100%;
  height: 100%;
}

.video-js {
  max-width: 100%;
  position: inherit !important;
}

#tokusetsu-modal {
    max-width: 980px;
    width: 79%;
    margin: 0;
    padding: 0;
    position: fixed;
    display: none;
    z-index: 99999;
}
#tokusetsu-modal img.koe_mordal{
	width: 100%;
	max-width: 900px;
    margin: 0 auto;
    display: block;
}
.tokusetsu-modal__close {
    position: absolute;
    top: -45px;
    right: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    outline: 0;
    border: 0;
    background: url(../images/common/close.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.tokusetsu-modal__close span {
    position: relative;
}
.tokusetsu-modal__inner {
  background-color: rgba(13,15,29, .8);
  color: #fff;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  padding-bottom: 40px;
  text-align: center;
}
.tokusetsu-modal__inner h2{
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  padding: 30px 0;
  border-bottom: 2px dotted #fff;
  font-weight: normal;
}
.tokusetsu-modal__inner p{
  font-size: 16px;
  line-height: 30px;
  padding: 35px 65px 50px;
  text-align: left;
}
.tokusetsu-modal__inner p span{
  color: #ff0000;
}
.m-dl__title2 {
    font-size: 2rem;
}
.m-dl__title2:before{
  content: "《 ";
}
.m-dl__title2:after{
  content: " 》";
}
a.refund.btn-next{
  margin-top: 8px;
}

body.goods .container{
  padding: 0;
}
body.goods .list ul{
  font-size: 0;
}
body.goods .list ul li{
  display: inline-block;
  vertical-align: middle;
  width: 31.8%;
  background: url(../images/goods/frame.png) no-repeat;
  background-size: cover;
  margin-right: 2.3%;
  margin-bottom: 23px;
}
body.goods .list ul li:nth-child(3n){
  margin-right: 0;
}
body.goods .list ul li a{
  display: block;
  padding: 10.8% 10.8% 11px;
}
body.goods .list ul li img{
  width: 100%;
}
body.goods .list ul li h3{
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 57px;
  transition: all 0.3s ease;
  font-weight: normal;
}
@media all and (-ms-high-contrast: none) {
  body.goods .list ul li h3{
    height: 57px;
  }
}
body.goods .list ul li a:hover h3{
  color: #907ae0
}
body.goods .note{
      margin-bottom: 50px;
}

body.goods#modalBody {
  min-width: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.goods .goodsModal{
  width: 720px;
  padding: 45px 50px;
  background: #FFF;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.goods .goodsModal .goodsModal__headline{
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 0 18px;
  font-weight: normal;
}
body.goods .goodsModal .goodsModal__detail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    border-top: 2px solid #ad8a4d;
  border-bottom: 2px solid #ad8a4d;
  padding: 3rem 0;
}
body.goods .goodsModal .goodsModal__detail .goodsModal__visual{
  width: 300px;
}
body.goods .goodsModal .goodsModal__detail .goodsModal__text {
    width: 290px;
    font-size: 1.6rem;
    line-height: 1.6;
}
body.goods .goodsModal .goodsThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
body.goods .goodsModal .goodsThumb__item {
  width: 74px;
  height: 74px;
  margin-left: 15px;
}
body.goods .goodsModal .goodsThumb__item:nth-of-type(7n+1){
  margin-left: 0;
}
body.goods .goodsModal .goodsThumb__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #d5cdf3;
  }

  a:active {
    text-decoration: none;
    color: #d5cdf3;
  }

  a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
  }

  a[href^="tel:"] {
    cursor: auto;
  }

  .data-link-sp,
  .is--tel a {
    cursor: default;
  }

  a[href^="tel:"]:hover {
    text-decoration: none;
  }

  .page {
    font-size: 16px;
  }

  .main {
    padding-top: 146px;
    padding-bottom: 100px;
  }

  .home .main {
    margin-top: 70px;
    padding: 0;
  }

  .container {
    max-width: calc(980px + 20px);
    padding: 0 10px;
  }

  .container__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }

  .container__inner:after {
    clear: both;
    content: "";
    display: table;
  }

  .anchor-navi {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .anchor-navi__item {
    min-width: 170px;
    min-height: 36px;
  }

  .anchor-navi__item:nth-child(n+2) {
    margin-left: 20px;
  }

  .anchor-navi a:hover {
    background-color: #907ae0;
  }

  .home .banner-list {
    margin-top: 30px;
  }

  .banner-list__item:nth-child(n+2) {
    margin-top: 10px;
  }

  a.btn-back:before {
    transition: all .3s .1s ease-in-out;
  }

  a.btn-back:after {
    position: absolute;
    z-index: -1;
    display: block;
  }

  a.btn-back:hover {
    color: #fff;
  }

  a.btn-back:hover:before {
    transform: rotate3d(0, 0, 1, -90deg) translateY(-12px);
  }

  a.btn-back:hover:after {
    left: -100%;
  }

  a.btn-next:before {
    transition: all .3s .1s ease-in-out;
  }

  a.btn-next:after {
    position: absolute;
    z-index: -1;
    display: block;
  }

  a.btn-next:hover {
    color: #fff;
  }

  a.btn-next:hover:before {
    transform: rotate3d(0, 0, 1, 90deg) translateY(-4px);
  }

  a.btn-next:hover:after {
    left: 0;
  }

  .btn-area {
    margin-top: 50px;
  }

  .m-dl + .m-dl,
  .m-dl + .m-dl--border,
  .m-dl--border + .m-dl {
    margin-top: 40px;
  }

  .m-dl__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-dl__body {
    font-size: 20px;
    font-size: 2rem;
  }

  .m-dl__body + .m-dl__title {
    margin-top: 40px;
  }

  .m-dl__body__note {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-dl__body .m-ul-note {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-faq__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .m-faq__title--lv2 {
    font-size: 20px;
    font-size: 2rem;
  }

  .m-faq__title--lv3 {
    font-size: 20px;
    font-size: 2rem;
  }

  .m-faq__title--lv4 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-faq + .m-faq {
    margin-top: 50px;
  }

  .m-faq__unit + .m-faq__unit {
    margin-top: 40px;
  }

  .m-faqMore {
    margin: 30px 0;
    padding: 35px;
  }

  .loading-top img {
    width: 173px;
  }

  .movie-list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .movie-list__item {
    width: calc((100% - 80px) / 2);
    padding: 20px;
  }

  .movie-list__item:nth-child(n+3) {
    margin-top: 90px;
  }

  .movie-list .paging-navi {
    margin-top: 50px;
  }

  .movie-list__image:after {
    width: 122px;
    height: 118px;
  }

  .home .movie-list__image:after {
    width: 44px;
    height: 42px;
  }

  .movie-list__image:hover:before {
    background: none;
  }

  .movie-list__image:hover:after {
    background: none;
  }

  .news-list__item a {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 24px 16px 24px 20px;
  }

  .news-list__item a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    transition: .6s transform linear;
  }

  body:not(.home) .news-list__item a:after {
    width: 200%;
    height: 100%;
    background: rgba(11, 13, 24, 0.7);
    transform: translateX(-100%);
  }

  .home .news-list__item a:after {
    width: 100%;
    height: 100%;
    background: rgba(11, 13, 24, 0.8);
    opacity: 0;
  }

  .news-list__item a:hover {
    color: #fff;
  }

  body:not(.home) .news-list__item a:hover:after {
    transition-duration: .3s;
    transform: translateX(0);
  }

  .home .news-list__item a:hover:after {
    transition-duration: .3s;
    transition-property: opacity;
    opacity: 1;
  }

  .news-list__time {
    margin-right: 1em;
  }

  .paging-navi {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .paging-navi a:hover {
    background: #907ae0;
  }

  .globalHeader {
    width: 100%;
    min-height: 70px;
    box-shadow: 0 0 8px 4px #0b0d18;
    background: #222a54;
    /* Old browsers */
    background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222a54', endColorstr='#020202',GradientType=0 );
  }

  .globalHeader:after {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/common/bg_footer.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 180px;
    top: 0;
    left: 0;
    opacity: .3;
  }

  .globalHeader__inner {
    padding: 0 20px;
  }

  .globalHeader__body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
  }

  .siteTitle {
    width: 170px;
    top: 10px;
    left: 20px;
  }

  .home .siteTitle {
    display: none;
  }

  .gNavi {
    padding: 0 20px 0 190px;
  }

  .home .gNavi {
    padding-left: 20px;
  }

  .gNavi__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }

  .gNavi-main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }

  .gNavi-sns {
    margin-top: 12px;
  }

  .gNavi-sns__title {
    width: 40px;
  }

  .gNavi__item {
    display: block;
    width: auto;
  }

  .gNavi-main .gNavi__item:nth-child(n+2) {
    margin-left: 1.5625vw;
  }

  .gNavi__item > a,
  .gNavi__item > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .gNavi__item > a img,
  .gNavi__item > span img {
    width: auto;
    height: auto;
  }

  .gNavi__item > a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(12, 106, 212, 0.6) 0%, rgba(255, 255, 255, 0) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    transition: opacity ease .5s;
  }

  .gNavi__item > a:hover:before {
    opacity: 1;
  }

  .home .is--top > a:before,
  .news .is--news > a:before,
  .info .is--info > a:before,
  .ticket .is--ticket > a:before,
  .cast .is--cast > a:before,
  .faq .is--faq > a:before,
  .bd .is--discography > a:before,
  .cd .is--discography > a:before,
  .blu-ray .is--discography > a:before,
  .goods .is--goods > a:before,
  .movie .is--movie > a:before {
    opacity: 1;
  }

  .navDrawer_btn_wrapper {
    display: none;
  }

  .goPageTop a {
    width: 48px;
    height: 48px;
  }

  .globalFooter {
    padding: 70px 0 40px;
  }

  .globalFooter__title {
    width: 264px;
  }

  .globalFooter__copyright {
    margin-top: 38px;
  }

  body:not(.home) .page {
    background-color: #0d0f1d;
    background-attachment: fixed;
    background-image: url(../images/common/pc/bg_page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .news .page__title {
    width: 152px;
  }

  .info .page__title {
    width: 230px;
  }

  .ticket .page__title {
    width: 172px;
  }

  .cast .page__title {
    width: 126px;
  }

  .faq .page__title {
    width: 110px;
  }

  .bd .page__title,
  .cd .page__title {
    width: 334px;
  }

  .movie .page__title {
    width: 152px;
  }

  .section {
    margin-top: -70px;
    padding-top: 70px;
  }

  .section__body,
  .section-cast__body,
  .section-discography__body {
    margin-top: 50px;
  }

  .section__footer,
  .news-detail__link,
  .section-cast__link {
    margin-top: 50px;
  }

  .section__banner,
  .section-discography__banner {
    margin-top: 50px;
  }

  .article-head {
    padding: 32px 70px;
  }

  .article-head__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .article-body {
    padding: 42px 70px;
  }

  .main-visual__balloon .cell-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    animation: fuwafuwa 4s infinite linear alternate;
  }

  .main-visual__balloon .cell-img.-balloon01 {
    width: calc(87 / 1280 * 100vw);
    top: calc(46 / 914 * 100%);
    right: calc(51 / 1280 * 100%);
  }

  .main-visual__balloon .cell-img.-balloon02 {
    width: calc(63 / 1280 * 100vw);
    top: calc(350 / 914 * 100%);
    right: calc(184 / 1280 * 100%);
    animation-delay: 1s;
  }

  .main-visual__balloon .cell-img.-balloon03 {
    width: calc(92 / 1280 * 100vw);
    top: calc(-17  / 914 * 100%);
    left: calc(224 / 1280 * 100%);
    animation-delay: 3s;
  }

  .main-visual__balloon .cell-img.-balloon04 {
    width: calc(56 / 1280 * 100vw);
    top: calc(266 / 914 * 100%);
    left: calc(329 / 1280 * 100%);
    animation-delay: 1.2s;
  }

  .main-visual__balloon .cell-img.-balloon05 {
    width: calc(56 / 1280 * 100vw);
    top: calc(428 / 914 * 100%);
    left: calc(192 / 1280 * 100%);
    animation-delay: 2s;
  }

  .main-visual__balloon .cell-img.-balloon06 {
    width: calc(68 / 1280 * 100vw);
    top: calc(594 / 914 * 100%);
    left: calc(253 / 1280 * 100%);
    animation-delay: 2.4s;
  }

  .main-visual__balloon .cell-img.-balloon07 {
    width: calc(137 / 1280 * 100vw);
    top: calc(508 / 914 * 100%);
    left: calc(19 / 1280 * 100%);
    animation-delay: 3s;
  }

  .home #data-information,
  .home
  #data-movie,
  .home
  .movie-list__item,
  .home
  .banner-list__item {
    opacity: 0;
    transition: opacity;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
  }

  .-loaded #data-information,
  .-loaded
  #data-movie,
  .-loaded
  .movie-list__item,
  .-loaded
  .banner-list__item {
    opacity: 1;
  }

  .-loaded #data-information {
    transition-delay: 3.3s;
  }

  .-loaded #data-movie {
    transition-delay: 3.4s;
  }

  .-loaded .movie-list__item {
    transition-delay: 3.5s;
  }

  .-loaded .movie-list__item .-loaded .movie-list__item:nth-child(2) {
    transition-delay: 3.6s;
  }

  .-loaded .banner-list__item {
    transition-delay: 3.7s;
  }

  .-loaded .banner-list__item:nth-child(2) {
    transition-delay: 3.8s;
  }

  .-loaded .banner-list__item:nth-child(3) {
    transition-delay: 3.9s;
  }

  .home-cover:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  }

  .home-information__title {
    margin-bottom: 24px;
  }

  .home .contents {
    background-size: 100% auto;
    padding: 103px 0 106px;
  }

  .home .contents .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .section-twitter,
  .home .section-news {
    max-width: 480px;
  }

  .home .section-twitter__title,
  .home .section-news__title {
    margin-bottom: 20px;
  }

  .home .section-twitter__title {
    width: 133px;
  }

  .home .section-news__title {
    width: 100px;
  }

  .section-news .paging-navi {
    margin-top: 50px;
  }

  .news-detail__head {
    padding: 30px 70px;
  }

  .news-detail__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .news-detail__body {
    padding: 30px 70px;
  }

  .section-info__banner {
    margin-top: 50px;
  }

  .info-list__item:first-child th,
  .info-list__item:first-child td {
    border-top: none;
  }

  .info-list__item th {
    box-sizing: border-box;
    min-width: 160px;
  }

  .info-list__item h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .info-list__item .-important h4 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .info-list__item .-important p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .info-list__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .cast-list {
    margin-top: -40px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cast-list__item {
    box-sizing: border-box;
    max-width: 216px;
    width: 25%;
    margin: 0 10px;
    padding: 40px 0 0;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cast-list__item a:hover,
  .cast-list__item a:focus {
    color: #907ae0;
  }

  .cast-list__item a:hover img,
  .cast-list__item a:focus img {
    transform: rotateY(360deg);
    transition: .6s;
  }

  .cast-list__head {
    width: 216px;
  }

  .cast-detail .cast-list__head {
    width: 100%;
  }

  .cast-list__head .-name {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .cast-list__head .-name:after {
    width: 25px;
    height: 25px;
    transition: background ease;
    transition-delay: .1s;
  }

  a:hover .cast-list__head .-name:after {
    background-position: 0 -26px;
  }

  .cast-detail .cast-list__head .-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .cast-detail .cast-list__head .-from {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .cast-list__photo,
  .cast-detail__photo {
    width: 182px;
    height: auto;
    margin: auto;
  }

  .cast-list__photo:before,
  .cast-detail__photo:before {
    width: 182px;
    height: 182px;
  }

  .cast-list__photo img,
  .cast-detail__photo img {
    width: 148px;
    padding: 18px;
  }

  .cast-detail {
    max-width: 670px;
    margin: auto;
    padding: 0;
  }

  .cast-detail__title {
    font-size: 40px;
    font-size: 4rem;
  }

  .cast-detail__comment {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .discography-lead__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .discography-detail {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }

  .discography-detail__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .discography-detail__description {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .discography-detail__description .-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .discography-detail__description .-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
 .discography-detail__body.bd .set-list{
    margin-top: -21px;
  }
  .discography-detail__body.bd .set-list:before{
    content: '';
  }
  .discography-detail__body.bd p.note{
    font-size: 12px;
  }
  .discography-detail__body {
    max-width: 620px;
    width: 100%;
    margin-left: 40px;
  }

  .discography-detail__body .-important .-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .discography-detail__meta {
    width: 320px;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
  }

  .discography-detail__meta p + p {
    margin-top: 10px;
  }

  .discography-detail__link {
    margin-top: 30px;
  }

  .discography-detail__link .btn-next {
    max-width: 320px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .discography-detail__link .btn-next:before {
    font-size: 8px;
    font-size: 0.8rem;
    right: 10px;
  }

  .discography-detail__link .btn-next:hover:before {
    transform: rotate3d(0, 0, 1, 90deg) translateY(-6px);
  }

  .set-list {
    margin-top: 50px;
  }

  .window .ecList__item .-qrcode {
    width: 148px;
    height: 148px;
  }

  .is-sp {
    display: none;
  }

  .is--tel a {
    cursor: default;
  }

  .slick-dots {
    background: #000;
    bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .home .movie-list__item {
    width: 230px;
  }

  .main-visual {
    width: 100%;
    height: calc(914 / 1280 * 100vw);
    background-image: url(../images/index/pc/bg_main-visual.jpg);
  }

  .main-visual__characterImage--01 {
    width: 14.53125%;
    right: 52.171875%;
    bottom: 17.64989059080963%;
  }

  .main-visual__characterImage--02 {
    width: 13.75%;
    right: 38.75%;
    top: 8.704595185995624%;
  }

  .main-visual__characterImage--03 {
    width: 10.625%;
    right: 23.4375%;
    top: 6.45514223194748%;
  }

  .main-visual__characterImage--04 {
    width: 26.640625%;
    right: 30.703125%;
    bottom: 49.56236323851204%;
  }

  .main-visual__characterImage--05 {
    width: 50.078125%;
    bottom: -9.5%;
    right: 2.265625%;
  }

  .main-visual__characterImage--06 {
    width: 14.296875%;
    right: 46.09375%;
    bottom: 36.76148796498906%;
  }

  .main-visual__characterImage--07 {
    width: 10.546875%;
    right: 11.1875%;
    top: 13.8%;
  }

  .main-visual__characterImage--08 {
    width: 22.96875%;
    right: 50%;
    bottom: 47.04595185995624%;
  }

  .home-information {
    box-sizing: border-box;
    position: absolute;
    z-index: 6;
    top: 20px;
    left: 20px;
    width: 284px;
    padding: 24px;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 10px #fffbc2;
  }
}

@media screen and (max-width: 1100px) {
  .home .contents .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home .section-twitter,
  .home .section-news {
    max-width: 100%;
  }

  .home .section-news {
    margin-top: 100px;
  }
}

@media screen and (max-width: 840px) {
  body.is-open {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .siteTitle {
    display: none;
  }

  .gNavi {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
  }

  button {
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    outline: none;
  }

  .page {
    font-size: 14px;
  }

  .page.no-scroll {
    overflow-y: hidden;
  }

  .main {
    padding-top: 18.75vw;
    padding-bottom: 15.625vw;
  }

  .home .main {
    padding: 0;
  }

  img {
    width: 100%;
  }

  .anchor-navi {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.8125vw;
    font-size: calc(30 / 28 * 100%);
  }

  .anchor-navi__item {
    width: calc(1 / 3 *100% - 20px);
  }

  .anchor-navi__item:nth-child(n+2) {
    margin-left: 20px;
  }

  .home .banner-list {
    margin-top: 5vw;
  }

  a.btn-more {
    font-size: calc(40 / 28 * 100%);
  }

  a.btn-back {
    padding: .6em 1.8em;
    background: #907ae0;
    font-size: calc(33 / 28 * 100%);
  }

  a.btn-next {
    padding: .6em 1.8em;
    background: #907ae0;
    font-size: calc(33 / 28 * 100%);
  }

  .btn-area {
    margin-top: 7.8125vw;
  }

  .m-dl + .m-dl,
  .m-dl + .m-dl--border,
  .m-dl--border + .m-dl {
    margin-top: 6.25vw;
  }

  .m-dl__title {
    margin-bottom: 3.125vw;
  }

  .m-dl__body + .m-dl__title {
    margin-top: 8.4375vw;
  }

  .m-dl__body .btn-next {
    width: 100%;
  }

  .m-faq__title {
    margin-bottom: 3.125vw;
    font-size: calc(20 / 16 * 1em);
  }

  .m-faq__title--lv2 {
    font-size: calc(20 / 14 * 1em);
  }

  .m-faq__title--lv3 {
    font-size: calc(20 / 14 * 1em);
  }

  .m-faq__title--lv4 {
    font-size: calc(18 / 14 * 1em);
  }

  .m-faq + .m-faq {
    margin-top: 9.375vw;
  }

  .m-faq__unit + .m-faq__unit {
    margin-top: 9.375vw;
  }

  .m-faq__unit .btn-next {
    width: 100%;
  }

  .m-faqMore {
    margin-top: 4.6875vw;
    margin-bottom: 4.6875vw;
    padding-top: 9.375vw;
    padding-right: 2.8125vw;
    padding-bottom: 9.375vw;
    padding-left: 2.8125vw;
  }

  .m-faq a {
    padding: .4em;
    display: inline-block;
    background: #907ae0;
    color: #fff;
  }

  .m-faq .btn-next {
    width: 100%;
    padding: .6em 1.8em;
  }

  .loading-top img {
    width: 40.625vw;
  }

  .movie-list__item {
    width: calc(100% - 20px);
    padding: 3.125vw;
  }

  .movie-list__item + .movie-list__item {
    margin-top: 9.375vw;
  }

  .home .movie-list__item {
    width: 100%;
  }

  .movie-list .paging-navi {
    margin-top: 7.8125vw;
  }

  .movie-list__image:after {
    width: 110px;
    height: 106px;
  }

  .news-list__item a {
    padding-top: 3.75vw;
    padding-right: 2.5vw;
    padding-bottom: 3.75vw;
    padding-left: 3.125vw;
  }

  .news-list__time {
    margin-bottom: .4em;
    font-weight: bold;
  }

  .paging-navi {
    font-size: calc(42 / 28 * 100%);
  }

  .unit--table {
    position: relative;
    padding-top: 36px;
  }

  .has--menu .unit--table {
    display: none;
  }

  .unit--table:before {
    position: absolute;
    top: 0;
    left: 20px;
    margin-bottom: 1em;
    padding: 0.04em 0.8em;
    background: #2b335e;
    border-radius: 4px;
    content: '表はスクロールすることができます';
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }

  .unit--table__in {
    overflow-x: scroll;
  }

  .unit--table__in:-webkit-scrollbar {
    height: 5px;
  }

  .unit--table__in:-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .unit--table__in:-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .outline-table th {
    width: 100%;
    display: block;
    border: none;
    background: rgba(54, 46, 43, 0.6);
    font-weight: bold;
  }

  .outline-table td {
    width: 100%;
    display: block;
    border: none;
  }

  .outline-table.multi-head th {
    width: 100%;
  }

  .unit__title {
    margin-bottom: 10.9375vw;
    font-size: 5.625vw;
  }

  .globalHeader {
    height: 60px;
  }

  .globalHeader__body {
    position: fixed;
    z-index: 1000;
    box-sizing: border-box;
    height: 100%;
    padding-top: 12.5vw;
    overflow-y: scroll;
    background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
    transition: transform .2s ease-out;
  }

  .globalHeader__body:after {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/common/bg_footer.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 180px;
    top: 0;
    left: 0;
    opacity: .3;
  }

  .siteTitle {
    position: relative;
    display: block;
    width: 54.6875vw;
  }

  .gNavi {
    padding-top: 9.375vw;
    padding-bottom: 18.75vw;
  }

  .gNavi__body {
    position: relative;
    z-index: 10;
  }

  .gNavi-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gNavi-sns {
    margin-top: 25vw;
  }

  .gNavi-sns__title {
    width: 9.6875vw;
  }

  .gNavi-main .gNavi__item:nth-child(n+3) {
    margin-top: 3.125vw;
  }

  .gNavi-main .gNavi__item > a,
  .gNavi-main .gNavi__item > span {
    padding: 10px 0;
  }

  .gNavi-main .gNavi__item > a img,
  .gNavi-main .gNavi__item > span img {
    height: auto;
  }

  .gNavi-sns .gNavi__item > a img,
  .gNavi-sns .gNavi__item > span img {
    width: auto;
  }

  .gNavi__item.is--top img {
    width: 11.5625vw;
  }

  .gNavi__item.is--news img {
    width: 18.125vw;
  }

  .gNavi__item.is--info img {
    width: 26.25vw;
  }

  .gNavi__item.is--ticket img {
    width: 20vw;
  }

  .gNavi__item.is--cast img {
    width: 15.3125vw;
  }

  .gNavi__item.is--faq img {
    width: 14.53125vw;
  }

  .gNavi__item.is--discography img {
    width: 37.8125vw;
  }

  .gNavi__item.is--movie img {
    width: 18.4375vw;
  }

  .gNavi__item.is--goods img {
    width: 18.4375vw;
  }

  .navDrawer_btn_wrapper {
    position: absolute;
    z-index: 1001;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, #222a54 13%, #020202 100%);
  }

  .navDrawer_btn_wrapper:after {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/common/bg_footer.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 120px;
    top: 0;
    left: 0;
    opacity: .3;
  }

  .menu-open .navDrawer_btn_wrapper {
    background: none;
  }

  .menu-open .navDrawer_btn_wrapper:after {
    background: none;
  }

  .navDrawer_btn {
    width: 60px;
    height: 60px;
    padding: 0;
    color: #000;
    border: 0;
    outline: 0;
    transition: background-color 0.1s;
    background: transparent;
  }

  .navDrawer_btn::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 36px;
    left: 16px;
    width: calc(60px / 2);
    height: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 4px rgba(255, 255, 194, 0.3);
  }

  .navDrawer_btn span::before,
  .navDrawer_btn span::after {
    content: '';
    position: absolute;
    left: 16px;
    width: calc(60px / 2);
    height: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 4px rgba(255, 255, 194, 0.3);
  }

  .navDrawer_btn span::before {
    top: 20px;
  }

  .navDrawer_btn span::after {
    top: 28px;
  }

  .navDrawer_btn[aria-expanded="false"]::after {
    transition: opacity 0.1s;
  }

  .navDrawer_btn[aria-expanded="false"] span::before,
  .navDrawer_btn[aria-expanded="false"] span::after {
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
  }

  .navDrawer_btn[aria-expanded="false"] span::before {
    animation-name: close-before;
  }

@keyframes close-before {
    0% {
      transform: translateY(5px) rotate(45deg);
    }

    60% {
      transform: translateY(5px) rotate(0);
    }

    70% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
}

  .navDrawer_btn[aria-expanded="false"] span::after {
    animation-name: close-after;
  }

@keyframes close-after {
    0% {
      transform: translateY(-5px) rotate(-45deg);
    }

    30% {
      transform: translateY(-5px) rotate(0);
    }

    40% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
}

  .navDrawer_btn[aria-expanded="true"] {
    background: transparent;
  }

  .navDrawer_btn[aria-expanded="true"]::after {
    opacity: 0;
    transition: opacity 0.1s 0.1s;
  }

  .navDrawer_btn[aria-expanded="true"] span::before,
  .navDrawer_btn[aria-expanded="true"] span::after {
    color: #999;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
  }

  .navDrawer_btn[aria-expanded="true"] span::before {
    animation-name: open-before;
  }

@keyframes open-before {
    0% {
      transform: translateY(0) rotate(0);
    }

    30% {
      transform: translateY(5px) rotate(0);
    }

    40% {
      transform: translateY(5px) rotate(0);
    }

    100% {
      transform: translateY(5px) rotate(45deg);
    }
}

  .navDrawer_btn[aria-expanded="true"] span::after {
    top: 29px;
    animation-name: open-after;
  }

@keyframes open-after {
    0% {
      transform: translateY(0) rotate(0);
    }

    30% {
      transform: translateY(-5px) rotate(0);
    }

    40% {
      transform: translateY(-5px) rotate(0);
    }

    100% {
      transform: translateY(-5px) rotate(-45deg);
    }
}

  [aria-hidden="true"] .siteTitle,
  [aria-hidden="true"] .gNavi-sns__title,
  [aria-hidden="true"] .gNavi__item {
    opacity: 0;
    transform: scale(1.08) translateY(-0.4em);
  }

  [aria-hidden="false"] .siteTitle,
  [aria-hidden="false"] .gNavi__item {
    opacity: 1;
    transform: scale(1);
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, transform;
  }

  [aria-hidden="false"] .siteTitle {
    transition-delay: .1s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(1) {
    transition-delay: .2s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(2) {
    transition-delay: .3s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(3) {
    transition-delay: .4s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(4) {
    transition-delay: .5s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(5) {
    transition-delay: .6s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(6) {
    transition-delay: .7s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(7) {
    transition-delay: .8s;
  }

  [aria-hidden="false"] .gNavi__item:nth-child(8) {
    transition-delay: .9s;
  }

  [aria-hidden="false"] .gNavi-sns__title {
    transition-delay: 1s;
    transition-duration: .6s;
  }

  [aria-hidden="false"] .gNavi-sns .gNavi__item:nth-child(1) {
    transition-delay: 1.1s;
  }

  [aria-hidden="false"] .gNavi-sns .gNavi__item:nth-child(2) {
    transition-delay: 1.2s;
  }

  [aria-hidden="false"] .gNavi-sns .gNavi__item:nth-child(3) {
    transition-delay: 1.3s;
  }

  .globalHeader__body[aria-hidden="true"] {
    transform: translateX(100%);
  }

  .globalFooter {
    padding-top: 10.9375vw;
    padding-bottom: 6.25vw;
  }

  .globalFooter__title {
    width: 41.25vw;
  }

  body:not(.home) .page:before {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-image: url(../images/common/sp/bg_page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .news .page__title {
    width: 23.75vw;
  }

  .info .page__title {
    width: 35.9375vw;
  }

  .ticket .page__title {
    width: 26.875vw;
  }

  .cast .page__title {
    width: 19.6875vw;
  }

  .faq .page__title {
    width: 17.1875vw;
  }

  .bd .page__title,
  .cd .page__title {
    width: 52.1875vw;
  }

  .movie .page__title {
    width: 23.75vw;
  }

  .section__body,
  .section-cast__body,
  .section-discography__body {
    margin-top: 7.8125vw;
  }

  .section__footer,
  .news-detail__link,
  .section-cast__link {
    margin-top: 7.8125vw;
  }

  .section__banner,
  .section-discography__banner {
    margin-top: 7.8125vw;
  }

  .article-head {
    padding-top: 8.125vw;
    padding-right: 2.8125vw;
    padding-bottom: 8.125vw;
    padding-left: 2.8125vw;
  }

  .article-head__title {
    font-size: calc(36 /28 * 1.4rem);
  }

  .article-body {
    padding-top: 8.4375vw;
    padding-right: 2.8125vw;
    padding-bottom: 8.4375vw;
    padding-left: 2.8125vw;
  }

  .main-visual {
    width: 100%;
    height: calc(1032 / 640 *100vw);
  }

  .main-visual:after {
    bottom: -2%;
    left: 0;
    z-index: 200;
    width: 100%;
    display: block;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    height: 12.5vw;
  }

  .main-visual__balloon {
    display: none;
  }

  .home #data-header {
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
  }

  .-loaded #data-header {
    opacity: 1;
    transition-delay: .8s;
  }

  .home-information__title {
    position: absolute;
    z-index: 3;
    top: calc(758 / 640 * 100vw);
    left: 20px;
    width: calc(350px * .6);
    height: calc(240px * .6);
  }

  .home .contents {
    padding-top: 14.0625vw;
    padding-bottom: 15.625vw;
    background-size: 1280px auto;
  }

  .home .contents .container {
    padding: 0 5.33334vw;
  }

  .home .section-twitter__title,
  .home .section-news__title {
    margin-bottom: 3.125vw;
  }

  .home .section-twitter__link,
  .home .section-news__link {
    margin-top: 3.125vw;
  }

  .home .section-twitter__title {
    width: 31.25vw;
  }

  .home .section-news {
    margin-top: 15.625vw;
  }

  .home .section-news__title {
    width: 23.4375vw;
  }

  .section-news .paging-navi {
    margin-top: 7.8125vw;
  }

  .news-detail__head {
    padding-top: 7.8125vw;
    padding-right: 4.6875vw;
    padding-bottom: 7.8125vw;
    padding-left: 4.6875vw;
  }

  .news-detail__title {
    font-size: calc(36 / 28 * 100%);
  }

  .news-detail__body {
    padding-top: 7.8125vw;
    padding-right: 4.6875vw;
    padding-bottom: 7.8125vw;
    padding-left: 4.6875vw;
  }

  .section-info__banner {
    margin-top: 7.8125vw;
  }

  .info-list__item th,
  .info-list__item td {
    display: block;
  }

  .info-list__item:first-child th {
    border-top: none;
  }

  .info-list__item th {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .info-list__item td {
    display: block;
  }

  .info-list__item h4 {
    font-size: 14px;
  }

  .info-list__item .-important h4 {
    font-size: 24px;
  }

  .info-list__item .-important p {
    font-size: 18px;
  }

  .info-list__title {
    font-size: 14px;
  }

  .cast-list {
    margin-top: -6.25vw;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cast-list__item {
    width: 42.5vw;
    padding-top: 6.25vw;
  }

  .cast-list__head .-name {
    font-size: calc(32 / 28 * 100%);
  }

  .cast-list__head .-name:after {
    width: calc(18 * 32 / 28 * 1px);
    height: calc(18 * 32 / 28 * 1px);
  }

  .cast-detail .cast-list__head .-title {
    font-size: calc(40 / 28 * 100%);
  }

  .cast-detail .cast-list__head .-from {
    font-size: calc(32 / 28 * 100%);
  }

  .cast-list__photo,
  .cast-detail__photo {
    padding: 3.59375vw;
  }

  .cast-list__photo:before,
  .cast-detail__photo:before {
    width: 42.8125vw;
    height: 42.8125vw;
  }

  .cast-list__photo img,
  .cast-detail__photo img {
    width: 36.25vw;
  }

  .cast-detail__title {
    font-size: calc(80 / 28 * 100%);
  }

  .cast-detail__comment {
    margin-bottom: 6.25vw;
    font-size: calc(36 / 28 * 100%);
  }

  .discography-lead__title {
    font-size: calc(32 / 28 * 100%);
  }

  .discography-detail {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 7.8125vw;
  }

  .discography-detail__title {
    font-size: calc(36 / 28 * 100%);
  }

  .discography-detail__description {
    margin-top: 7.8125vw;
    margin-bottom: 3.125vw;
  }

  .discography-detail__description .-title {
    font-size: 14px;
  }

  .discography-detail__description .-sub-title {
    font-size: 14px;
  }

  .discography-detail__body {
    margin-top: 7.5vw;
  }

  .discography-detail__body.bd .-important{
    font-size: 16px;
  }
  .discography-detail__body.bd p.note{
    font-size: 11px;
  }

  .discography-detail__body .-important .-sub-title {
    font-size: 14px;
  }

  .discography-detail__meta p + p {
    margin-top: 3.125vw;
  }

  .discography-detail__link {
    margin-top: 7.8125vw;
  }

  .discography-detail__link .btn-next {
    font-size: calc(32 / 28 * 100%);
  }

  .set-list {
    margin-top: 6.25vw;
  }

  .window .block {
    padding: 0 0 40px;
  }

  .window .ecList__item {
    width: calc(50% - 20px);
  }

  .is--notice {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .slick-prev {
    left: 5px;
  }

  .slick-next {
    right: 5px;
  }
  .pc-view{
    display: none;
  }
  [aria-hidden=false] .gNavi__item:nth-child(9) {
    transition-delay: 1s;
  }
  [aria-hidden=false] .gNavi__item:nth-child(10) {
    transition-delay: 1.1s;
  }
  .gNavi__item.is--streaming img {
    width: 32.8125vw;
  }
  #tokusetsu-modal{
    width: 90%;
    position: absolute;
  }
  .tokusetsu-modal__inner{
    padding-bottom: 3%;
  }
  .tokusetsu-modal__inner h2{
    font-size: 16px;
    line-height: 26px;
    padding: 3%;
  }
  .tokusetsu-modal__inner p{
    font-size: 14px;
    line-height: 22px;
    padding: 3%;
    margin-bottom: 2%;
  }
  .tokusetsu-modal__inner a.btn-next{
    font-size: 16px;
    width: 90%;
  }
  .m-dl__title2{
    font-size: 14px;
  }


  body.goods .page__title {
    width: 26.875vw;
  }
  body.goods .list ul li{
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.goods .list ul li a{
    padding: 7%;
  }
  body.goods .list ul li h3{
    font-size: 12px;
    line-height: 15px;
    margin-top: 5%;
    min-height: initial;
  }
}
@media screen and (max-width: 719px){
  body.goods .goodsModal{
    width: 100%;
    margin: 0 auto;
    padding: 3.125%;
  }
  body.goods .goodsModal .goodsModal__detail{
    display: block;
    padding: 1.5rem 0;
  }
  body.goods .goodsModal .goodsModal__detail .goodsModal__text,
  body.goods .goodsModal .goodsModal__detail .goodsModal__visual{
    width: 100%;
  }
  body.goods .goodsModal .goodsModal__detail .goodsModal__text{
    font-size: 1.3rem
  }
  body.goods .goodsModal .goodsThumb__item:nth-of-type(7n+1){
    margin-left: 6.25%;
  }
  body.goods .goodsModal .goodsThumb__item:nth-of-type(4n+1){
    margin-left: 0;
  }
  body.goods .goodsModal .goodsThumb__item{
    width: 17.5vw;
    height: 17.5vw;
    margin-left: 6.25%;
  }
  body.goods .note{
      margin-bottom: 7.8125vw;
      font-size: 13px;
  }
  body.goods .note span{
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .home .movie-list__item {
    width: 100%;
  }

  .main-visual {
    width: 100%;
    height: calc(1032 / 640 *100vw);
  }

  .home-information {
    padding: 0 5.33334vw;
    padding-top: 5vw;
  }

  .home-information__title {
    position: absolute;
    z-index: 3;
    top: calc(758 / 640 * 100vw);
    left: 20px;
    width: calc(350px * .6);
    height: calc(240px * .6);
  }
  body.goods .list ul li a{
  }
  body.goods .list ul li h3{
    font-size: 14px;
    line-height: 22px;
    min-height: 42px;
  }
}

@media screen and (max-width: 320px){
  .tokusetsu-modal__inner h2{
    font-size: 14px;
    line-height: 20px;
  }
  .tokusetsu-modal__inner p{
    font-size: 12px;
    line-height: 18px;
  }
  .tokusetsu-modal__inner a.btn-next{
    font-size: 12px;
  }
}