﻿@charset "UTF-8";
/* 便利 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

:focus {
  outline: 0;
}

small {
  font-size: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.75;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

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

a {
  display: block;
  color: #000;
}

/*テキスト周り*/
.fs-110 {
  font-size: 110%;
}

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

.lh-1 {
  line-height: 1;
}

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

/*マージン*/
.mb-1 {
  margin-bottom: 1%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-4 {
  margin-bottom: 4%;
}

@media (min-width: 769px) {
  .mb-8 {
    margin-bottom: 8px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .mb-32 {
    margin-bottom: 32px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
}

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

.d-n {
  display: none;
}

.d-i {
  display: inline;
}

.floatText > dt {
  float: left;
}

.floatText > dd {
  display: table;
}

.nolink {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}

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

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

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  a.d-i {
    text-decoration: none;
  }
  a.d-i:hover {
    text-decoration: underline;
  }
}

/* body */
body {
  color: #000;
}

@media (max-width: 768px) {
  body {
    background: transparent url(../img/common/bg_sp.jpg) repeat scroll 0 0;
    background-size: contain;
  }
}

@media (min-width: 769px) {
  body {
    position: relative;
  }
}

/* loading */
.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 998;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
}

.loader-background.js-anime-off {
  opacity: 1;
  visibility: visible;
}

.loader-background.js-anime-on {
  opacity: 0;
  visibility: hidden;
}

.loader-icon {
  display: table;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  -webkit-animation: loading 5s ease 0s infinite normal;
  -moz-animation: loading 5s ease 0s infinite normal;
  animation: loading 5s ease 0s infinite normal;
}

@media (min-width: 769px) {
  .loader-icon {
    width: 320px;
    height: 31px;
  }
}

@media (max-width: 768px) {
  .loader-icon {
    width: 64%;
    height: auto;
  }
}

.loader-icon.js-anime-on {
  display: none;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

/* header */
header {
  position: relative;
  background-color: #fff;
}

.header_inner {
  width: 100%;
  height: auto;
  padding-top: 4%;
}

.header_inner > * {
  margin-bottom: 4%;
}

.header_inner > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .header_inner {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }
  .header_inner > * {
    margin-bottom: 0;
  }
  .header_inner > *:last-child {
    margin-bottom: 0;
  }
}

.mainvisual {
  width: 100%;
}

/* topButtones */
.topButtons {
  padding: 0 2%;
}

.topButtons::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .topButtons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.topButton {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}

@media (min-width: 769px) {
  .topButton {
    position: absolute;
    margin: 0;
  }
}

.topButton:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 3%;
}

.topButton:last-of-type {
  margin: 0;
}

@media (min-width: 769px) {
  .topButton a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .topButton a:hover {
    opacity: 0.7;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@media (min-width: 769px) {
  .topButton-trailer {
    width: 19%;
    top: 38.5%;
    left: 67.5%;
  }
}

@media (min-width: 769px) {
  .topButton-comment {
    width: 17%;
    left: 53%;
    top: 52%;
  }
}

@media (min-width: 769px) {
  .topButton-board {
    width: 15%;
    left: 71%;
    top: 8%;
  }
}

@media (min-width: 769px) {
  .topButton-special {
    width: 17.5%;
    left: 71%;
    top: 8%;
  }
}

@media (min-width: 769px) {
  .topButton-twicam {
    width: 17.5%;
    left: 5%;
    top: 7%;
  }
}

/* news */
.news {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .news {
    width: 30%;
    position: absolute;
    top: 77.5%;
    left: 59%;
  }
}

.news_body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9% 2% 3% 2.5%;
}

.news_date {
  color: #e73079;
  letter-spacing: 0.5px;
  border-top: 1px #8b4631 dashed;
  margin-top: 6px;
  padding-top: 6px;
}

.news_date:first-of-type {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.news_topic {
  padding-left: 14px;
  text-indent: -14px;
  color: #8b4631;
}

.news_topic::before {
  content: '▶';
  margin-right: 2px;
}

.news_topic a {
  display: inline;
  color: #8b4631;
  text-decoration: none;
}

@media (min-width: 769px) {
  .news_topic a:hover {
    text-decoration: underline;
  }
}

/* sns */
.snsShare {
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .snsShare {
    position: absolute;
    right: 0;
    bottom: 1%;
  }
}

.snsShare_item {
  margin-right: 8px;
}

.snsShare_item:last-of-type {
  margin-right: 0;
}

/* footer */
footer {
  padding: 2% 0;
}

@media (min-width: 769px) {
  .footer_inner {
    width: 960px;
    margin: 0 auto;
  }
}

.nbcLogo {
  text-align: center;
}

.nbcLogo img {
  width: auto;
  display: inline;
}

.pcLinkBanner {
  position: relative;
  border: none;
  background-color: transparent;
}

.spLinkBanner {
  position: relative;
  padding: 0 2%;
}

.spLinkBanner::after {
  content: '';
  display: block;
  clear: both;
}

.spLinkBanner li {
  width: 49.5%;
  float: left;
}

.spLinkBanner li:nth-of-type(2n) {
  margin-bottom: 1%;
  margin-left: 1%;
}

.spLinkBanner li:last-of-type {
  margin-left: 1%;
}

.otherLinkBanner {
  position: relative;
  margin: 0 auto 1%;
  padding: 0 2%;
}

.otherLinkBanner::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .otherLinkBanner {
    width: 930px;
    margin: 0 auto;
    padding: 0;
  }
}

.otherLinkBanner li {
  width: 49.5%;
  float: left;
}

@media (min-width: 769px) {
  .otherLinkBanner li {
    width: auto;
    margin-right: 6px;
  }
}

.otherLinkBanner li:nth-of-type(2n) {
  margin: 0 0 1% 1%;
}

@media (min-width: 769px) {
  .otherLinkBanner li:nth-of-type(2n) {
    margin-right: 6px;
  }
}

.otherLinkBanner li:last-of-type {
  margin-left: 1%;
}

@media (min-width: 769px) {
  .otherLinkBanner li:last-of-type {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .otherLinkBanner img {
    width: auto;
  }
}

/* pc navi */
@media (min-width: 769px) {
  .pcNavi {
    width: 100%;
    height: 68px;
    background: transparent url(../img/common/navi/bg.jpg) repeat-x scroll 0 0;
    background-size: 60px 68px;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    /*@include box-shadow(0, 3px, 7px, 0, #000, 0.31);*/
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .pcNavi.on {
    position: fixed;
  }
  .pcNavi ul {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pcNavi a {
    position: relative;
  }
  .pcNavi a:hover span {
    width: 100%;
  }
  .pcNavi span {
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

/* sp navi */
@media (max-width: 768px) {
  .spNaviButton {
    width: 40px;
    height: 32px;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 9;
  }
  .spNaviButton > * {
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .spNaviButton > *:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .spNaviButton > *:nth-of-type(2) {
    top: 15px;
  }
  .spNaviButton > *:nth-of-type(3) {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .spNaviButton.on {
    height: 42px;
  }
  .spNaviButton.on > * {
    width: 56px;
  }
  .spNaviButton.on > *:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .spNaviButton.on > *:nth-of-type(2) {
    opacity: 0;
  }
  .spNaviButton.on > *:nth-of-type(3) {
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .spNavi {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .spNavi ul {
    width: 100%;
    display: table;
    margin: 60px 0 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  .spNavi li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
  }
  .spNavi li:nth-of-type(2n) {
    margin: 0 0 2% 0;
  }
  .spNavi.on {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .spNavi.on ul {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* top animation */
.topButton-comment {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.topButton-comment.js-anime-off {
  opacity: 0;
}

.topButton-comment.js-anime-on {
  opacity: 1;
  -webkit-animation: fadeInPop 3s ease 0.5s 1 normal;
  -moz-animation: fadeInPop 3s ease 0.5s 1 normal;
  animation: fadeInPop 3s ease 0.5s 1 normal;
}

.topButton-trailer {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.topButton-trailer.js-anime-off {
  opacity: 0;
}

.topButton-trailer.js-anime-on {
  opacity: 1;
  -webkit-animation: fadeInPop 3s ease 1s 1 normal;
  -moz-animation: fadeInPop 3s ease 1s 1 normal;
  animation: fadeInPop 3s ease 1s 1 normal;
}

.topButton-board,
.topButton-special {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.topButton-board.js-anime-off,
.topButton-special.js-anime-off {
  opacity: 0;
}

.topButton-board.js-anime-on,
.topButton-special.js-anime-on {
  opacity: 1;
  -webkit-animation: fadeInPop 3s ease 1.25s 1 normal;
  -moz-animation: fadeInPop 3s ease 1.25s 1 normal;
  animation: fadeInPop 3s ease 1.25s 1 normal;
}

.topButton-twicam {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.topButton-twicam.js-anime-off {
  opacity: 0;
}

.topButton-twicam.js-anime-on {
  opacity: 1;
  -webkit-animation: fadeInPop 3s ease 1.5s 1 normal;
  -moz-animation: fadeInPop 3s ease 1.5s 1 normal;
  animation: fadeInPop 3s ease 1.5s 1 normal;
}

@-webkit-keyframes fadeInPop {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-moz-keyframes fadeInPop {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes fadeInPop {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* bg-symbol */
.bg-symbols {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9;
  opacity: 0.5;
}

.bg-symbol {
  position: absolute;
  width: 0;
}

.bg-symbol-1 {
  width: 12%;
  top: 30%;
  left: -4%;
  -webkit-animation: bg-symbol-1 30s linear 0s infinite normal;
  -moz-animation: bg-symbol-1 30s linear 0s infinite normal;
  animation: bg-symbol-1 30s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes bg-symbol-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes bg-symbol-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.bg-symbol-2 {
  width: 9%;
  top: 40%;
  right: 2.5%;
  -webkit-animation: bg-symbol-2 20s linear 0s infinite normal;
  -moz-animation: bg-symbol-2 20s linear 0s infinite normal;
  animation: bg-symbol-2 20s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes bg-symbol-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bg-symbol-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-symbol-3 {
  width: 12%;
  top: 15%;
  right: 5%;
  -webkit-animation: bg-symbol-8 30s linear 0s infinite normal;
  -moz-animation: bg-symbol-8 30s linear 0s infinite normal;
  animation: bg-symbol-8 30s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.bg-symbol-4 {
  width: 10%;
  top: 70%;
  left: 5%;
  -webkit-animation: bg-symbol-4 15s linear 0s infinite normal;
  -moz-animation: bg-symbol-4 15s linear 0s infinite normal;
  animation: bg-symbol-4 15s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-4 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes bg-symbol-4 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bg-symbol-4 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-symbol-5 {
  width: 10%;
  top: 70%;
  right: 2.5%;
  -webkit-animation: bg-symbol-8 30s linear 0s infinite normal;
  -moz-animation: bg-symbol-8 30s linear 0s infinite normal;
  animation: bg-symbol-8 30s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.bg-symbol-6 {
  width: 13.5%;
  top: 60%;
  left: 55%;
  -webkit-animation: bg-symbol-7 10s linear 0s infinite normal;
  -moz-animation: bg-symbol-7 10s linear 0s infinite normal;
  animation: bg-symbol-7 10s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-symbol-7 {
  width: 9%;
  top: 10%;
  left: 12.5%;
  -webkit-animation: bg-symbol-7 10s linear 0s infinite normal;
  -moz-animation: bg-symbol-7 10s linear 0s infinite normal;
  animation: bg-symbol-7 10s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bg-symbol-7 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-symbol-8 {
  width: 8%;
  top: 32.5%;
  left: 37.5%;
  -webkit-animation: bg-symbol-8 30s linear 0s infinite normal;
  -moz-animation: bg-symbol-8 30s linear 0s infinite normal;
  animation: bg-symbol-8 30s linear 0s infinite normal;
}

@-webkit-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes bg-symbol-8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* moving background */
/*.movingBackground {
	@include mq(sp) {
		display: none;
	}

	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	@include translate3d(0, 0, 0);
}

.movingBackground-1 {
	background: transparent url(../img/common/bg-1_pc.png) repeat scroll 0 0;
	background-size: cover;
	background-size: 100% auto;
	@include animation(movingBackground-1, 100s, linear, 0s, infinite, normal);

	@include keyframes(movingBackground-1) {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 10000px 500%;
		}
	}
}

.movingBackground-2 {
	background: transparent url(../img/common/bg-2_pc.png) repeat scroll 0 0;
	background-size: cover;
	background-size: 100% auto;
	@include animation(movingBackground-2, 150s, linear, 0s, infinite, normal);

	@include keyframes(movingBackground-2) {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 10000px 750%;
		}
	}
}

.movingBackground-3 {
	background: transparent url(../img/common/bg-3_pc.png) repeat scroll 0 0;
	background-size: cover;
	background-size: 100% auto;
	@include animation(movingBackground-3, 200s, linear, 0s, infinite, normal);

	@include keyframes(movingBackground-3) {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 10000px 1000%;
		}
	}
}

.movingBackground-4 {
	background: transparent url(../img/common/bg-4_pc.png) repeat scroll 0 0;
	background-size: cover;
	background-size: 100% auto;
	@include animation(movingBackground-4, 75s, linear, 0s, infinite, normal);

	@include keyframes(movingBackground-4) {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 10000px 1250%;
		}
	}
}*/
/* common */
.primaryBlock {
  padding: 8% 0;
}

@media (min-width: 769px) {
  .primaryBlock {
    padding: 80px 0;
  }
}

.primaryTitle {
  width: 64%;
  margin-bottom: 6%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 769px) {
  .primaryTitle {
    width: 380px;
  }
}

.secondaryBlock {
  padding: 0 2%;
}

@media (min-width: 769px) {
  .secondaryBlock {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

/* introduction */
.primaryBlock-introduction {
  position: relative;
}

@media (min-width: 769px) {
  .primaryBlock-introduction .bg-cast {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 32%;
  }
}

.primaryBlock-introduction .topCatch {
  margin-bottom: 6%;
}

@media (min-width: 769px) {
  .primaryBlock-introduction .topCatch {
    width: 1062px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catches {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.primaryBlock-introduction .catch {
  margin-bottom: 8%;
}

.primaryBlock-introduction .catch:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch {
    margin-bottom: 40px;
  }
  .primaryBlock-introduction .catch:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch_body {
    position: relative;
  }
}

@media (max-width: 768px) {
  .primaryBlock-introduction .catch_img {
    margin-top: 2%;
  }
}

.primaryBlock-introduction .catch_title {
  margin-bottom: 1%;
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-1 .catch_title {
    width: 960px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-2 .catch_title {
    width: 943px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-3 .catch_title {
    width: 957px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-4 .catch_title {
    width: 943px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-5 .catch_title {
    width: 956px;
  }
}

.primaryBlock-introduction .catch_text {
  text-shadow: 0 2px 0 #fff;
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch_text {
    position: absolute;
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-1 .catch_text {
    width: 520px;
    top: 128px;
    left: 24px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-2 .catch_text {
    width: 544px;
    top: 88px;
    left: 400px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-3 .catch_text {
    width: 504px;
    top: 88px;
    left: 24px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-4 .catch_text {
    width: 480px;
    top: 64px;
    left: 440px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-introduction .catch-5 .catch_text {
    width: 508px;
    top: 96px;
    left: 24px;
  }
}

/* cast */
.primaryBlock-cast .secondaryBlock > * {
  margin-bottom: 8%;
}

.primaryBlock-cast .secondaryBlock > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-cast .secondaryBlock > * {
    margin-bottom: 40px;
  }
  .primaryBlock-cast .secondaryBlock > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .casts {
    width: 1073px;
    margin-right: auto;
    margin-left: auto;
  }
  .primaryBlock-cast .casts::after {
    content: '';
    display: block;
    clear: both;
  }
}

.primaryBlock-cast .cast {
  margin-bottom: 4%;
}

.primaryBlock-cast .cast:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast {
    margin-bottom: 0;
    float: left;
    margin-right: 24px;
  }
  .primaryBlock-cast .cast:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 6%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast:last-of-type {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-1 {
    width: 538px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-2 {
    width: 511px;
    padding-top: 1%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-3 {
    width: 511px;
    padding-top: 0.25%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-4 {
    width: 500px;
  }
}

.primaryBlock-cast .cast_body {
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: -16%;
  position: relative;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast_body {
    width: 80%;
    padding: 4%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-1 .cast_body {
    left: 3.5%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-2 .cast_body {
    right: 2.5%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-3 .cast_body {
    left: -1%;
  }
}

.primaryBlock-cast .cast_title {
  margin-bottom: 3%;
  padding: 0 4%;
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast_title {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-1 .cast_title {
    width: 281px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-2 .cast_title {
    width: 280px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-3 .cast_title {
    width: 281px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .cast-4 .cast_title {
    width: 267px;
  }
}

.primaryBlock-cast .cast_text {
  line-height: 1.6;
}

.primaryBlock-cast .chart {
  position: relative;
}

@media (min-width: 769px) {
  .primaryBlock-cast .chart {
    width: 1017px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

.primaryBlock-cast .chart::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 769px) {
  .primaryBlock-cast .chart::after {
    content: none;
  }
}

@media (min-width: 769px) {
  .primaryBlock-cast .chart:hover {
    opacity: 0.6;
  }
}

.primaryBlock-cast .staff {
  line-height: 1.6;
}

@media (min-width: 769px) {
  .primaryBlock-cast .staff {
    width: 1017px;
    margin-right: auto;
    margin-left: auto;
  }
}

.primaryBlock-cast .staff_title {
  letter-spacing: 1px;
  font-weight: bold;
}

.primaryBlock-cast .staff_body::after {
  content: '';
  display: block;
  clear: both;
}

.primaryBlock-cast .staff_body dt {
  float: left;
}

.primaryBlock-cast .staff_body dd {
  display: table;
}

/* story */
@media (min-width: 769px) {
  .primaryBlock-story .secondaryBlock {
    width: 960px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-story .storyNavi {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.primaryBlock-story .storyNavi_item {
  font-family: 'Rounded Mplus 1c';
  background-color: #e94383;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  padding: 8px 0;
}

@media (max-width: 768px) {
  .primaryBlock-story .storyNavi_item {
    margin-bottom: 2%;
  }
  .primaryBlock-story .storyNavi_item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .primaryBlock-story .storyNavi_item {
    width: 32%;
    margin-right: 2%;
  }
  .primaryBlock-story .storyNavi_item:last-of-type {
    margin-right: 0;
  }
}

.primaryBlock-story .storyNavi_item.on {
  pointer-events: none;
  background-color: #ff2d7e;
}

@media (min-width: 769px) {
  .primaryBlock-story .storyNavi_item:hover {
    cursor: pointer;
  }
}

.primaryBlock-story .episodes,
.primaryBlock-story .episode {
  display: none;
}

.primaryBlock-story .episodes.on,
.primaryBlock-story .episode.on {
  display: block;
}

.primaryBlock-story .episode_body {
  padding-top: 4%;
  font-weight: 500;
}

@media (min-width: 769px) {
  .primaryBlock-story .episode_body {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.primaryBlock-story .episode_title {
  border-bottom: 1px dashed #000;
  margin-bottom: 2px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 110%;
}

@media (min-width: 769px) {
  .primaryBlock-story .episode_title {
    margin-bottom: 16px;
    width: 440px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-story .episode_textOuter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.primaryBlock-story .episode_text {
  margin-bottom: 2%;
  text-shadow: 0 2px 0 #fff;
}

@media (min-width: 769px) {
  .primaryBlock-story .episode_text {
    width: 440px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-story .episode_img {
    width: 438px;
    margin-top: -48px;
    position: relative;
  }
}

.primaryBlock-story .episodeNavi {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6%;
}

.primaryBlock-story .episodeNavi::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .primaryBlock-story .episodeNavi {
    width: auto;
    display: table;
    margin-top: 32px;
  }
}

.primaryBlock-story .episodeNavi_item {
  width: 0;
  height: auto;
  padding: 8%;
  margin-right: 5%;
  font-size: 24px;
  line-height: 1;
  border-radius: 8px;
  float: left;
  position: relative;
}

@media (min-width: 769px) {
  .primaryBlock-story .episodeNavi_item {
    padding: 20px;
    margin-right: 12px;
  }
}

.primaryBlock-story .episodeNavi_item.on {
  pointer-events: none;
  color: #fff;
  background-color: #e94383;
}

.primaryBlock-story .episodeNavi_item:nth-of-type(5n) {
  margin-bottom: 5%;
  margin-right: 0;
}

@media (min-width: 769px) {
  .primaryBlock-story .episodeNavi_item:nth-of-type(5n) {
    margin-bottom: 0;
    margin-right: 12px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-story .episodeNavi_item:hover {
    cursor: pointer;
    color: #fff;
    background-color: #e94383;
  }
}

.primaryBlock-story .episodeNavi_item span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  margin: auto;
  text-align: center;
  display: table;
}

/* production */
.primaryBlock-production {
  /* 共通 */
}

@media (min-width: 769px) {
  .primaryBlock-production .secondaryBlock {
    width: 960px;
  }
}

.primaryBlock-production .tertiaryBlock {
  margin-bottom: 8%;
  padding-bottom: 12%;
  position: relative;
}

.primaryBlock-production .tertiaryBlock:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .tertiaryBlock {
    padding-bottom: 4%;
  }
}

.primaryBlock-production .tertiaryBlock-set1 {
  border: 4px solid #ea618f;
}

.primaryBlock-production .tertiaryBlock-set2 {
  border: 4px solid #379ad5;
}

.primaryBlock-production .tertiaryBlock-rental {
  border: 4px solid #92c626;
}

.primaryBlock-production .tertiaryBlock-onair {
  border: 4px solid #ca84ba;
}

.primaryBlock-production .tertiaryBlock-delivery {
  border: 4px solid #ffb600;
}

.primaryBlock-production .tertiaryBlock_title {
  width: 32%;
  margin-left: auto;
  margin-top: -3%;
  margin-right: -3%;
  position: relative;
  margin-bottom: 4%;
}

@media (min-width: 769px) {
  .primaryBlock-production .tertiaryBlock_title {
    width: 142px;
    position: absolute;
    margin: 0;
    top: -32px;
    right: -32px;
  }
}

.primaryBlock-production .designText {
  width: 96%;
  position: absolute;
  right: 1.5%;
  bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .designText {
    width: 481px;
  }
}

.primaryBlock-production .products {
  padding: 0 2%;
}

@media (max-width: 768px) {
  .primaryBlock-production .product {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4%;
  }
}

.primaryBlock-production .product:last-of-type {
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .primaryBlock-production .product:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.primaryBlock-production .tertiaryBlock-set1 .product {
  border-bottom: 1px dashed #ea618f;
}

.primaryBlock-production .tertiaryBlock-set2 .product {
  border-bottom: 1px dashed #379ad5;
}

.primaryBlock-production .product_outer > * {
  margin-bottom: 4%;
}

.primaryBlock-production .product_outer > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .product_outer {
    width: 520px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product_outer-expantion {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .primaryBlock-production .product_img {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product_img {
    width: 263px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product_img-expantion {
    width: 400px;
  }
}

.primaryBlock-production .tertiaryBlock-set1 .product_img img {
  border: 1px solid #ea618f;
}

.primaryBlock-production .tertiaryBlock-set2 .product_img img {
  border: 1px solid #379ad5;
}

@media (min-width: 769px) {
  .primaryBlock-production .product-set1_bluray .product_title {
    width: 341px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product-set1_dvd .product_title {
    width: 348px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product-set2_bluray .product_title {
    width: 387px;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .product-set2_dvd .product_title {
    width: 348px;
  }
}

.primaryBlock-production .product_text b {
  font-size: 120%;
}

.primaryBlock-production .product_textFloat::after {
  content: '';
  display: block;
  clear: both;
}

.primaryBlock-production .product_textFloat dt {
  float: left;
}

.primaryBlock-production .product_textFloat dd {
  display: table;
}

.primaryBlock-production .action_title {
  font-family: 'Rounded Mplus 1c';
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3%;
}

.primaryBlock-production .tertiaryBlock-set1 .action_title {
  color: #e9417f;
}

.primaryBlock-production .tertiaryBlock-set2 .action_title {
  color: #359ad2;
}

.primaryBlock-production .action_list::after {
  content: '';
  display: block;
  clear: both;
}

.primaryBlock-production .action_item {
  width: 32%;
  float: left;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .primaryBlock-production .action_item {
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .primaryBlock-production .action_item:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.primaryBlock-production .action_item:last-of-type {
  margin: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .action_item:hover {
    opacity: 0.7;
  }
}

.primaryBlock-production .action_item img {
  border: 1px solid #000;
  width: auto;
}

@media (min-width: 769px) {
  .primaryBlock-production .tertiaryBlock-rental {
    padding-bottom: 6%;
  }
}

.primaryBlock-production .rentalSchedule {
  width: 96%;
}

@media (max-width: 768px) {
  .primaryBlock-production .rentalSchedule {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .rentalSchedule {
    width: 804px;
    margin-top: 4%;
    margin-left: 2%;
  }
}

@media (max-width: 768px) {
  .primaryBlock-production .onairList {
    padding: 0 4%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .onairList {
    margin-top: 4%;
    margin-left: 2%;
  }
}

.primaryBlock-production .onairList_item {
  color: #ca84ba;
  font-weight: bold;
  font-size: 18px;
  text-indent: -18px;
  padding-left: 18px;
  line-height: 1.35;
  margin-bottom: 2%;
}

.primaryBlock-production .onairList_item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .onairList_item {
    font-size: 22px;
    text-indent: -22px;
    padding-left: 22px;
  }
}

.primaryBlock-production .onairList_item::before {
  content: '●';
}

.primaryBlock-production .onairList_item a {
  color: #ca84ba;
  display: inline;
}

@media (min-width: 769px) {
  .primaryBlock-production .onairList_item a {
    text-decoration: none;
  }
  .primaryBlock-production .onairList_item a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  .primaryBlock-production .deliveryList {
    padding: 0 4%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-production .deliveryList {
    margin-top: 4%;
    margin-left: 2%;
  }
}

.primaryBlock-production .deliveryList_item {
  color: #ffb600;
  font-weight: bold;
  font-size: 18px;
  text-indent: -18px;
  padding-left: 18px;
  line-height: 1.35;
  margin-bottom: 2%;
}

.primaryBlock-production .deliveryList_item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .primaryBlock-production .deliveryList_item {
    font-size: 22px;
    text-indent: -22px;
    padding-left: 22px;
  }
}

.primaryBlock-production .deliveryList_item::before {
  content: '●';
}

.primaryBlock-production .deliveryList_item a {
  color: #ffb600;
  display: inline;
}

@media (min-width: 769px) {
  .primaryBlock-production .deliveryList_item a {
    text-decoration: none;
  }
  .primaryBlock-production .deliveryList_item a:hover {
    text-decoration: underline;
  }
}

.primaryBlock-other {
  font-size: 12px;
}

@media (max-width: 768px) {
  .primaryBlock-other {
    padding-right: 2%;
    padding-left: 2%;
  }
}

@media (min-width: 769px) {
  .primaryBlock-other {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.primaryBlock-other li {
  text-indent: -12px;
  padding-left: 12px;
}

/* comment */
.inlineWrapper {
  display: none;
}

.popup-comment {
  background: transparent url(../img/comment/bg.jpg) repeat-y scroll 0 0;
  background-size: contain;
  background-size: 100% auto;
  padding: 4% 2% 8%;
}

@media (min-width: 769px) {
  .popup-comment {
    padding: 4% 4% 8%;
  }
  .popup-comment img {
    width: auto;
  }
}

.popup-comment_title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
}

@media (max-width: 768px) {
  .popup-comment_title {
    width: 88%;
  }
}

@media (min-width: 769px) {
  .popup-comment_title img {
    margin-right: auto;
    margin-left: auto;
  }
}

.commentList_item {
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12%;
  padding: 2%;
}

.commentList_item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .commentList_item {
    margin-bottom: 80px;
  }
  .commentList_item:last-of-type {
    margin-bottom: 0;
  }
}

.commentList_name {
  margin-left: auto;
  right: -4%;
  margin-bottom: -6%;
  position: relative;
}

@media (max-width: 768px) {
  .commentList_name {
    width: 64%;
  }
}

@media (min-width: 769px) {
  .commentList_name {
    display: table;
    right: -32px;
    margin-bottom: -40px;
  }
}

/* special */
@media (min-width: 769px) {
  .primaryBlock-special .secondaryBlock {
    width: 960px;
  }
}

.primaryBlock-special .primaryTitle {
  margin-bottom: 4%;
}

.largeMovie {
  margin: 0 auto 4%;
}

@media (max-width: 768px) {
  .largeMovie {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .largeMovie {
    width: 600px;
  }
}

@media (min-width: 769px) {
  .largeMovie a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media (min-width: 769px) {
  .largeMovie a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .movieList {
    padding: 0 2%;
  }
}

@media (max-width: 768px) {
  .movieList_item {
    margin-bottom: 8%;
  }
}

@media (min-width: 769px) {
  .movieList_item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
}

@media (min-width: 769px) {
  .movieList_item:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.movieList_item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .movieList_item:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .movieList_item:only-of-type {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .movieList_item a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media (min-width: 769px) {
  .movieList_item a:hover {
    opacity: 0.6;
  }
}

/* colorbox.js */
@media (min-width: 769px) {
  #cboxContent {
    margin: 50px 0 0;
  }
}

#cboxClose {
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}

@media (min-width: 769px) {
  #cboxClose {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 0;
    left: auto;
  }
}

#cboxClose:hover {
  background-position: 0 0;
  background-size: contain;
  opacity: 0.6;
}

.js-cbox-chart .cboxPhoto {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
}

.js-fixed-off {
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}

.js-fixed-on {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* customScrollbar.js */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #8b4631;
  background-color: rgba(139, 70, 49, 0.6);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #8b4631;
  background-color: rgba(139, 70, 49, 0.6);
  filter: "alpha(opacity=70)";
  -ms-filter: "alpha(opacity=70)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #8b4631;
  background-color: rgba(139, 70, 49, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #8b4631;
  background-color: rgba(139, 70, 49, 0.6);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

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