@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.none {
  display: none !important;
}

.none-d {
  display: none !important;
}

/* ========================================
   base
========================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 1.1rem;
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 1px;
  word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}

main {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

em {
  font-style: normal;
}

button,
input {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
}

a {
  text-decoration: none;
}

/* ======================================
   anime
====================================== */
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-0.5px, 0.5px);
            transform: translate(-0.5px, 0.5px);
  }
  40% {
    -webkit-transform: translate(-0.5px, -0.5px);
            transform: translate(-0.5px, -0.5px);
  }
  60% {
    -webkit-transform: translate(0.5px, 0.5px);
            transform: translate(0.5px, 0.5px);
  }
  80% {
    -webkit-transform: translate(0.5px, -0.5px);
            transform: translate(0.5px, -0.5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-0.5px, 0.5px);
            transform: translate(-0.5px, 0.5px);
  }
  40% {
    -webkit-transform: translate(-0.5px, -0.5px);
            transform: translate(-0.5px, -0.5px);
  }
  60% {
    -webkit-transform: translate(0.5px, 0.5px);
            transform: translate(0.5px, 0.5px);
  }
  80% {
    -webkit-transform: translate(0.5px, -0.5px);
            transform: translate(0.5px, -0.5px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  33% {
    -webkit-transform: none;
            transform: none;
  }
  33.3% {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  33.6% {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  33.9% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.3% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  66.6% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  66.9% {
    -webkit-transform: none;
            transform: none;
  }
  77% {
    -webkit-transform: none;
            transform: none;
  }
  77.3% {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  77.6% {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  77.9% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes skew {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  33% {
    -webkit-transform: none;
            transform: none;
  }
  33.3% {
    -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
  }
  33.6% {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
  }
  33.9% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.3% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  66.6% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  66.9% {
    -webkit-transform: none;
            transform: none;
  }
  77% {
    -webkit-transform: none;
            transform: none;
  }
  77.3% {
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  77.6% {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  77.9% {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes glitch-skew {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  33% {
    -webkit-transform: none;
            transform: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  33.3% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  33.6% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  33.9% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.3% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  66.6% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  66.9% {
    -webkit-transform: none;
            transform: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  77% {
    -webkit-transform: none;
            transform: none;
  }
  77.3% {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
  77.6% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  77.9% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes glitch-skew {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  33% {
    -webkit-transform: none;
            transform: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  33.3% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  33.6% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  33.9% {
    -webkit-transform: none;
            transform: none;
  }
  66% {
    -webkit-transform: none;
            transform: none;
  }
  66.3% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  66.6% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  66.9% {
    -webkit-transform: none;
            transform: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  77% {
    -webkit-transform: none;
            transform: none;
  }
  77.3% {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
  77.6% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  77.9% {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes yuragiLsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(80px, 9999px, 110px, 0);
  }
  2% {
    clip: rect(30px, 9999px, 65px, 0);
  }
  3% {
    clip: rect(100px, 9999px, 140px, 0);
  }
  5% {
    clip: rect(390px, 9999px, 450px, 0);
  }
  8% {
    clip: rect(250px, 9999px, 320px, 0);
  }
  10% {
    clip: rect(140px, 9999px, 180px, 0);
  }
  11% {
    clip: rect(400px, 9999px, 440px, 0);
  }
  12% {
    clip: rect(280px, 9999px, 310px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(45px, 9999px, 100px, 0);
  }
  35% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiLsizeFrame {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(80px, 9999px, 110px, 0);
  }
  2% {
    clip: rect(30px, 9999px, 65px, 0);
  }
  3% {
    clip: rect(100px, 9999px, 140px, 0);
  }
  5% {
    clip: rect(390px, 9999px, 450px, 0);
  }
  8% {
    clip: rect(250px, 9999px, 320px, 0);
  }
  10% {
    clip: rect(140px, 9999px, 180px, 0);
  }
  11% {
    clip: rect(400px, 9999px, 440px, 0);
  }
  12% {
    clip: rect(280px, 9999px, 310px, 0);
  }
  13% {
    clip: rect(0, 9999px, 0, 0);
  }
  32% {
    clip: rect(0, 9999px, 0, 0);
  }
  33% {
    clip: rect(45px, 9999px, 100px, 0);
  }
  35% {
    clip: rect(150px, 9999px, 200px, 0);
  }
  36% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes yuragiLsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(680px, 9999px, 710px, 0);
  }
  2% {
    clip: rect(630px, 9999px, 665px, 0);
  }
  3% {
    clip: rect(500px, 9999px, 540px, 0);
  }
  5% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  9% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  10% {
    clip: rect(700px, 9999px, 780px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(980px, 9999px, 1010px, 0);
  }
  36% {
    clip: rect(1045px, 9999px, 1180px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@keyframes yuragiLsizeFrame2 {
  0% {
    clip: rect(0, 9999px, 0, 0);
  }
  1% {
    clip: rect(680px, 9999px, 710px, 0);
  }
  2% {
    clip: rect(630px, 9999px, 665px, 0);
  }
  3% {
    clip: rect(500px, 9999px, 540px, 0);
  }
  5% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  9% {
    clip: rect(890px, 9999px, 950px, 0);
  }
  10% {
    clip: rect(700px, 9999px, 780px, 0);
  }
  11% {
    clip: rect(0, 9999px, 0, 0);
  }
  34% {
    clip: rect(0, 9999px, 0, 0);
  }
  35% {
    clip: rect(980px, 9999px, 1010px, 0);
  }
  36% {
    clip: rect(1045px, 9999px, 1180px, 0);
  }
  40% {
    clip: rect(9999px, 9999px, 9999px, 0);
  }
  41% {
    clip: rect(0, 9999px, 0, 0);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  19% {
    opacity: .9;
  }
  20% {
    opacity: .3;
  }
  20.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: .9;
  }
  55.5% {
    opacity: .8;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: .9;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  19% {
    opacity: .9;
  }
  20% {
    opacity: .3;
  }
  20.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: .9;
  }
  55.5% {
    opacity: .8;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: .9;
  }
}

.an_flash {
  -webkit-animation: flash .03s infinite;
          animation: flash .03s infinite;
}

@-webkit-keyframes glitch-line {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes glitch-line {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  25% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  55% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  65% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  75% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  85% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  95% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  25% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  55% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  65% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  75% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  85% {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
  }
  95% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.bl_charaPage_main, .bl_charaPage_chara, .bl_charaPage_name {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: show 1s both;
          animation: show 1s both;
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(2em, 0);
            transform: translate(2em, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes show {
  0% {
    -webkit-transform: translate(2em, 0);
            transform: translate(2em, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/* =====================================
  ly_cont
===================================== */
/* =========================================
  ly_contaienr
========================================= */
.ly_contaienr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-attachment: fixed;
  -webkit-animation: fadeIn .5s ease-out 0s 1 normal;
          animation: fadeIn .5s ease-out 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#toppage .ly_contaienr:before {
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/sp/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}

/* =========================================
  ly_footer
========================================= */
.ly_footer {
  margin-top: auto;
  padding: 60px 0;
  background: #000;
  position: relative;
}

.ly_footer_inner {
  position: relative;
  z-index: 1;
}

.ly_footer_pixi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ly_footer_pixi canvas {
  width: 100%;
  height: 100%;
}

/* =======================================
  ly_header
======================================= */
.ly_header {
  position: relative;
}

/* ==========================================
  layout main
========================================== */
.ly_main {
  width: 100%;
  min-height: 100%;
  margin-bottom: 70px;
}

/* top
================================== */

/* ==================================
  about
================================== */
.bl_about {
  margin-bottom: 8vw;
  padding: 6.66667vw 5.33333vw 8vw;
  border: 2px solid #eee;
  background: #ffffff;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.bl_about:before, .bl_about:after {
  position: absolute;
  content: '';
}

.bl_about:before {
  top: -2px;
  left: -2px;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #e72427;
}

.bl_about:after {
  right: -2px;
  bottom: -2px;
  border-top: 21px solid transparent;
  border-right: 21px solid #e72427;
}

.bl_about:last-child {
  margin-bottom: 80px;
}

.bl_about_body {
  font-size: 1.1rem;
}

.bl_about_body a {
  color: #e72427;
  text-decoration: underline;
}

.bl_about_header {
  margin-bottom: 5.33333vw;
  border-bottom: 1.5px solid #eee;
  position: relative;
}

.bl_about_header:after {
  display: block;
  width: 100%;
  border-bottom: 1.5px solid #eee;
  position: absolute;
  top: auto;
  bottom: 2px;
  content: '';
}

.bl_about_ttl {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

.bl_about_jpTtl {
  font-size: 1.5rem;
  display: block;
}

.bl_about_enTtl {
  font-size: 1rem;
  display: block;
  color: #e72427;
}

.bl_about_main {
  line-height: 2;
}

.bl_about_txt {
  font-size: 1.1rem;
  margin-bottom: 1.8em;
  letter-spacing: 1.05px;
}

.bl_about_txt:last-child {
  margin-bottom: 0;
}

.bl_about_list li {
  margin-left: 1em;
  text-indent: -1em;
}

.bl_about_list li:before {
  content: '■';
}

.bl_about_cite {
  font-size: 1rem;
  margin-top: 10.66667vw;
  text-align: center;
}

/* ===========================================
  back to the top
=========================================== */
.bl_backToTop {
  z-index: 10;
}

.bl_backToTop a {
  display: block;
  width: 55px;
  height: 61px;
  text-indent: -999em;
}

/* ==================================
  cast&staff
================================== */
.bl_cast {
  margin-bottom: 95px;
}

.bl_cast:last-child {
  margin-bottom: 10px;
}

.bl_cast_heading {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.bl_cast_heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.53333vw;
  padding: 0 12vw;
  position: relative;
}

.bl_cast_heading span:before, .bl_cast_heading span:after {
  position: absolute;
  content: '';
}

.bl_cast_heading span:before {
  top: 0;
  left: 0;
  border-bottom: 4.26667vw solid transparent;
  border-left: 4.26667vw solid #e72427;
}

.bl_cast_heading span:after {
  right: 0;
  bottom: 0;
  border-top: 4.26667vw solid transparent;
  border-right: 4.26667vw solid #e72427;
}

.bl_cast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cast_list__col3 .bl_cast_name {
  line-height: 1.4;
}

.bl_cast_item {
  margin-top: 40px;
  padding: 20px 10px;
  border-top: 2px solid #e72427;
  border-bottom: 2px solid #e72427;
  text-align: center;
}

.bl_cast_ttl {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #e72427;
}

.bl_cast_name {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.bl_cast_name_txts {
  font-size: 1.2rem;
}

.bl_cast_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 50px);
  height: 4.8vw;
  margin: auto;
  text-align: center;
}

.bl_cast_btn:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 4.8vw;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

.bl_cast_btn_txt {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  display: block;
  width: 100%;
  background: url(../img/common/icon_arrow_red.png) calc(100% - 5px) center no-repeat;
  background-size: 3px 6px;
  position: relative;
  z-index: 1;
  color: #e72427;
}

/* modal
================================== */
.bl_castModal {
  width: 100%;
  text-align: left;
}

.bl_castModal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.bl_castModal_header:after {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
}

.bl_castModal_ttl {
  font-size: 1.6rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  font-weight: normal;
}

.bl_castModal_sub {
  font-size: 1.2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
  color: #e7e524;
}

.bl_castModal_txt {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
}

/* ==================================
  character
================================== */
.bl_charaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.bl_charaNav_item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.bl_charaNav_link {
  width: 100%;
  height: 6.4vw;
}

.bl_charaNav_link:after {
  height: 6.4vw;
}

.bl_charaNav_txt {
  font-size: 1.1rem;
  background-size: 1.33333vw;
  background-position: calc(100% - 20px) center;
}

/* chara
================================== */
.bl_chara {
  margin-bottom: 80px;
}

.bl_chara:last-child {
  margin-bottom: 10px;
}

.bl_chara_heading {
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.8px;
}

.bl_chara_heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.53333vw;
  padding: 0 12vw;
  position: relative;
}

.bl_chara_heading span:before, .bl_chara_heading span:after {
  position: absolute;
  content: '';
}

.bl_chara_heading span:before {
  top: 0;
  left: 0;
  border-bottom: 4.26667vw solid transparent;
  border-left: 4.26667vw solid #e72427;
}

.bl_chara_heading span:after {
  right: 0;
  bottom: 0;
  border-top: 4.26667vw solid transparent;
  border-right: 4.26667vw solid #e72427;
}

.bl_chara_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_chara_item {
  width: calc(50% - 10px);
  text-align: center;
}

.bl_chara_link {
  display: block;
}

.bl_chara_link:hover .bl_chara_offImg {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: shake .1s ease-in 0s 2 forwards;
          animation: shake .1s ease-in 0s 2 forwards;
}

.bl_chara_link:hover .bl_chara_onImg {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: shake .1s ease-in 0s 2 forwards;
          animation: shake .1s ease-in 0s 2 forwards;
}

.bl_chara_link:hover .bl_chara_name {
  color: #e72427;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  -webkit-animation: shake .1s ease-in 0s 2 forwards;
          animation: shake .1s ease-in 0s 2 forwards;
}

.bl_chara_name {
  font-size: 1.8rem;
  padding: 8px 0;
  border-top: 2px solid #e72427;
  border-bottom: 2px solid #e72427;
  color: #000;
}

.bl_chara_name small {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-top: 6px;
  color: #e72427;
}

/* chara02
================================== */
.bl_chara02 {
  margin-bottom: 80px;
}

.bl_chara02:last-child {
  margin-bottom: 10px;
}

.bl_chara02 .bl_chara_heading span:before {
  border-left-color: #5fbfae;
}

.bl_chara02 .bl_chara_heading span:after {
  border-right-color: #5fbfae;
}

.bl_chara02 .bl_chara_name {
  border-top: 2px solid #5fbfae;
  border-bottom: 2px solid #5fbfae;
}

.bl_chara02 .bl_chara_name small {
  color: #5fbfae;
}

.bl_chara02 .bl_chara_link:hover .bl_chara_name {
  color: #5fbfae;
}

/* chara03
================================== */
.bl_chara03 {
  margin-bottom: 80px;
}

.bl_chara03:last-child {
  margin-bottom: 10px;
}

.bl_chara03 .bl_chara_heading span:before {
  border-left-color: #c4b327;
}

.bl_chara03 .bl_chara_heading span:after {
  border-right-color: #c4b327;
}

.bl_chara03 .bl_chara_name {
  border-top: 2px solid #c4b327;
  border-bottom: 2px solid #c4b327;
}

.bl_chara03 .bl_chara_name small {
  color: #c4b327;
}

.bl_chara03 .bl_chara_link:hover .bl_chara_name {
  color: #c4b327;
}

/* ==================================
  character page
================================== */
/* section
================================== */
.bl_charaPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_charaPage__02 .bl_charaPage_frame {
  border-color: #5fbfae;
}

.bl_charaPage__02 .bl_charaPage_cv em {
  color: #5fbfae;
}

.bl_charaPage__02 .bl_charaPage_school:before {
  background-color: #5fbfae;
}

.bl_charaPage__03 .bl_charaPage_frame {
  border-color: #c4b327;
}

.bl_charaPage__03 .bl_charaPage_cv em {
  color: #c4b327;
}

.bl_charaPage__03 .bl_charaPage_school:before {
  background-color: #c4b327;
}

.bl_charaPage_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.bl_charaPage_frame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: auto;
  margin-right: 20px;
  padding: 12px 0;
  border-top: 1.5px solid #e72427;
  border-bottom: 1.5px solid #e72427;
}

.bl_charaPage_ttl {
  font-size: 2.3rem;
  margin-right: 24px;
  font-weight: normal;
}

.bl_charaPage_ttl rb {
  display: block;
  letter-spacing: 1.5px;
}

.bl_charaPage_ttl rt {
  font-size: 1rem;
  display: block;
}

.bl_charaPage_cv em {
  font-family: "Oswald", sans-serif;
  color: #e72427;
}

.bl_charaPage_school {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

.bl_charaPage_school:before {
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 7px;
  background: #e72427;
  content: '';
}

.bl_charaPage_desc {
  font-size: 1.1rem;
  margin-bottom: 55px;
  line-height: 2;
}

.bl_charaPage_face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_charaPage_item {
  width: 42vw;
}

.bl_charaPage_img {
  position: relative;
  text-align: center;
}

.bl_charaPage_chara {
  position: relative;
}

.bl_charaPage_name {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  position: absolute;
  bottom: 60px;
  right: 0;
}

/* nav
================================== */
.bl_charaPageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.bl_charaPageNav_prev {
  width: calc(50% - 20px);
}

.bl_charaPageNav_prev .bl_charaPageNav_txt {
  background: url(../img/common/sp/icon_arrow_red02_left.png) 20px center no-repeat;
}

.bl_charaPageNav_next {
  width: calc(50% - 20px);
}

.bl_charaPageNav_link {
  width: 100%;
  height: 9.6vw;
}

.bl_charaPageNav_link:after {
  height: 9.6vw;
}

.bl_charaPageNav_txt {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  background: url(../img/common/sp/icon_arrow_red02.png) calc(100% - 20px) center no-repeat;
  position: relative;
  z-index: 1;
  color: #e72427;
}

/* ==================================
  EPISODE
================================== */
.bl_episode {
  margin-bottom: 10.66667vw;
}

.bl_episode:last-child {
  margin-bottom: 10px;
}

.bl_episode_heading {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.bl_episode_heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.53333vw;
  padding: 0 12vw;
  position: relative;
}

.bl_episode_heading span:before, .bl_episode_heading span:after {
  position: absolute;
  content: '';
}

.bl_episode_heading span:before {
  top: 0;
  left: 0;
  border-bottom: 4.26667vw solid transparent;
  border-left: 4.26667vw solid #e72427;
}

.bl_episode_heading span:after {
  right: 0;
  bottom: 0;
  border-top: 4.26667vw solid transparent;
  border-right: 4.26667vw solid #e72427;
}

.bl_episode_info {
  margin-bottom: 40px;
  text-align: center;
}

.bl_episode_cont {
  margin-bottom: 10.66667vw;
  padding: 6.66667vw 5.33333vw;
  border: 2px solid #eee;
  background: #ffffff;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.bl_episode_cont:before, .bl_episode_cont:after {
  position: absolute;
  content: '';
}

.bl_episode_cont:before {
  top: -2px;
  left: -2px;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #e72427;
}

.bl_episode_cont:after {
  right: -2px;
  bottom: -2px;
  border-top: 21px solid transparent;
  border-right: 21px solid #e72427;
}

.bl_episode_cont:last-child {
  margin-bottom: 0px;
}

.bl_episode_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1.5px solid #eee;
  position: relative;
}

.bl_episode_header:after {
  display: block;
  width: 100%;
  border-bottom: 1.5px solid #eee;
  position: absolute;
  top: auto;
  bottom: 2px;
  content: '';
}

.bl_episode_date {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #e72427;
  text-align: right;
}

.bl_episode_date p {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e72427;
}

.bl_episode_ttl {
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}

.bl_episode_ttl span {
  font-family: "Oswald", sans-serif;
  color: #e72427;
}

.bl_episode_body {
  font-size: 1.1rem;
  line-height: 2;
}

.bl_episode_body a {
  color: #e72427;
  text-decoration: underline;
}

.bl_episode_imgWrapper {
  max-width: 600px;
  margin: 0 auto;
}

.bl_episode_thumbWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_episode_thumb {
  width: calc(50% - 5px);
}

.bl_episode_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_episode_share li {
  margin-right: 20px;
}

/* ===================================
  bl_footer
=================================== */
.bl_footerBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.bl_footerBnr_item {
  -ms-flex-preferred-size: 157.5px;
      flex-basis: 157.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 157.5px;
  margin: 0 10px 20px;
}

.bl_footerBnr_link img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bl_footerBnr_link:hover img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.bl_footerShare_ttl {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  color: #fff;
  letter-spacing: 1.2px;
}

.bl_footerCopyright {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/* ====================================
  bl_gnav
==================================== */
.bl_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_gnav_item {
  text-align: center;
  text-shadow: 0 0 8px white, 1px 1px 5px rgba(255, 255, 255, .7), -1px -1px 5px rgba(255, 255, 255, .7), 0 0 8px white, 0 0 8px white;
}

.bl_gnav_item.is_active .bl_gnav_en {
  color: #e72427;
}

.bl_gnav_link {
  display: block;
}

.bl_gnav_en {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bl_gnav_jp {
  font-size: 1rem;
  display: block;
  letter-spacing: .5px;
  color: #e72427;
}

/* gnav button
======================================= */
.bl_gnav_btn {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/common/sp/btn_bg_nav.png);
  background-size: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  outline: none;
  cursor: pointer;
}

/* sns
================================== */
.bl_gnavShare {
  text-align: center;
}

.bl_gnavShare_ttl {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  font-style: italic;
  letter-spacing: 1.2px;
}

/* 背景固定
===================================== */
body.is_fixed {
  position: fixed;
}

/* 背景アニメ
================================== */

/* =====================================
  bl_header
===================================== */
/* logo
===================================== */
.bl_headerLogo {
  position: relative;
  z-index: 1;
}

/* top
===================================== */
#toppage .bl_headerLogo {
  position: absolute;
}

/* ==================================
  intro
================================== */
.bl_intro_txt {
  font-size: 1.3rem;
  margin-bottom: 2em;
  line-height: 2;
}

.bl_intro_txt strong {
  font-size: 1.8rem;
  color: #e72427;
}

/* ===================================
  loader
=================================== */
.bl_loaderCover {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 100;
}

.bl_loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 11;
}

.bl_loader_bar {
  width: 560px;
  height: 1px;
  position: relative;
  text-align: center;
}

.bl_loader_img {
  margin-bottom: 45px;
  width: 80px;
}

.bl_loader_progress {
  width: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #e72427;
  position: relative;
}

.is_loading {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}

.is_scroll {
  overflow-y: scroll;
}

/* ====================================
  modal
==================================== */
.bl_modalCont {
  display: none;
  position: relative;
  z-index: 100;
  text-align: center;
}

.bl_modalOverlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  background: rgba(0, 0, 0, .9);
}

.bl_modalWrap {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  cursor: pointer;
}

.bl_modalClose {
  display: none;
  width: 6.93333vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
}

/* movie
====================================== */

/* chant
====================================== */
.bl_modalChant_cont {
  display: none;
  position: relative;
  z-index: 100;
  text-align: center;
}

.bl_modalChant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_modalChant li {
  margin-bottom: 25px;
}

.bl_modalChant_ttl {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
  color: #fff;
}

.bl_modalChant_txt {
  font-size: 1rem;
  margin-bottom: 35px;
  font-style: italic;
  color: #feff00;
  line-height: 1.4;
}

.bl_modalChant_voice {
  display: block;
}

/* ==================================
  movie
================================== */

.bl_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.bl_movie_ttl {
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2;
  margin-bottom: 10px;
  margin-left: 29px;
  text-indent: -29px;
  letter-spacing: 1px;
}

.bl_movie_ttl:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 9px;
  margin-bottom: .3em;
  background: #e72427;
  content: '';
}

.bl_movie_frame {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
  background: #000;
  position: relative;
}

.bl_movie_frame img {
  width: 100%;
}

.bl_movie_link {
  cursor: pointer;
}

.bl_movie_link img {
  width: 100%;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bl_movie_link:before {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: block;
  width: 78px;
  height: 82px;
  background: url(../img/top/btn_play_off.png) center center no-repeat;
  z-index: 1;
  content: '';
}

/* ==================================
  news
================================== */
.bl_news {
  margin-bottom: 60px;
  padding: 6.66667vw 5.33333vw;
  border: 2px solid #eee;
  background: #ffffff;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.bl_news:before, .bl_news:after {
  position: absolute;
  content: '';
}

.bl_news:before {
  top: -2px;
  left: -2px;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #e72427;
}

.bl_news:after {
  right: -2px;
  bottom: -2px;
  border-top: 21px solid transparent;
  border-right: 21px solid #e72427;
}

.bl_news:last-child {
  margin-bottom: 80px;
}

.bl_news_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 1.5px solid #eee;
  position: relative;
}

.bl_news_header:after {
  display: block;
  width: 100%;
  border-bottom: 1.5px solid #eee;
  position: absolute;
  top: auto;
  bottom: 2px;
  content: '';
}

.bl_news_date {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
  color: #e72427;
}

.bl_news_ttl {
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 2;
}

.bl_news_body {
  font-size: 1.1rem;
  line-height: 2;
}

.bl_news_body figure {
  margin-bottom: 40px;
  text-align: center;
}

.bl_news_body figure img {
  max-width: 100%;
  margin: 0 auto;
}

.bl_news_body a {
  color: #e72427;
  text-decoration: underline;
}

/* ==================================
  ONAIR
================================== */
.bl_onair {
  margin-bottom: 80px;
}

.bl_onair:last-child {
  margin-bottom: 10px;
}

.bl_onair_heading {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.bl_onair_heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.53333vw;
  padding: 0 12vw;
  position: relative;
}

.bl_onair_heading span:before, .bl_onair_heading span:after {
  position: absolute;
  content: '';
}

.bl_onair_heading span:before {
  top: 0;
  left: 0;
  border-bottom: 4.26667vw solid transparent;
  border-left: 4.26667vw solid #e72427;
}

.bl_onair_heading span:after {
  right: 0;
  bottom: 0;
  border-top: 4.26667vw solid transparent;
  border-right: 4.26667vw solid #e72427;
}

.bl_onair_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_onair_item {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 10px;
  border-top: 2px solid #e72427;
  border-bottom: 2px solid #e72427;
  text-align: center;
}

.bl_onair_item.bl_onair_item02 {
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bl_onair_item.bl_onair_item03 {
  border-top: none;
}

.bl_onair_date {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #e72427;
}

.bl_onair_ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.3;
}

.bl_onair_ttl b {
  font-size: 1.1rem;
  color: #e72427;
}

.bl_onair_txt {
  font-size: 1.2rem;
  line-height: 1.3;
}

.bl_onair_txt span {
  font-size: 1rem;
}

.bl_onair_txt__lg {
  font-size: 1.5rem;
}

.bl_onair_note {
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}

.bl_onair_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 9.6vw;
  margin: 0 auto 20px;
  text-align: center;
  cursor: pointer;
}

.bl_onair_btn:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 9.6vw;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

.bl_onair_btn_txt {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  display: block;
  width: 100%;
  background: url(../img/common/icon_arrow_red.png) calc(100% - 30px) center no-repeat;
  background-size: 3px 6px;
  position: relative;
  z-index: 1;
  color: #e72427;
}

.bl_onair_btnUnit {
  list-style: none;
}

.bl_onair_box02 {
  border: 2px solid #e72427;
  margin-top: 50px;
  padding-top: 30px;
}

.bl_onair_subttl {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.3;
}

/* ==================================
  pager
================================== */
.bl_pager {
  margin-bottom: 11.73333vw;
}

.bl_pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.bl_pager_link {
  width: 14.66667vw;
  height: 6.4vw;
}

.bl_pager_link:after {
  height: 100%;
}

.bl_pager_link:hover .bl_pager_txt {
  color: #fff;
}

.bl_pager_link.is_active:after {
  background-color: #e72427;
  border: 2px solid #e72427;
}

.bl_pager_link.is_active .bl_pager_txt {
  color: #fff;
}

.bl_pager_txt {
  font-size: 1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #e72427;
}

.bl_pager_prev {
  width: 38.66667vw;
  height: 6.4vw;
}

.bl_pager_prev:after {
  height: 6.4vw;
}

.bl_pager_next {
  width: 38.66667vw;
  height: 6.4vw;
}

.bl_pager_next:after {
  height: 6.4vw;
}

/* ==================================
  product
================================== */
.bl_prodNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.bl_prodNav_item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.bl_prodNav_item[aria-selected="true"] .bl_prodNav_btn:after {
  background-color: #e72427;
  border: 2px solid #e72427;
}

.bl_prodNav_item[aria-selected="true"] .el_btn_txt, .bl_prodNav_item[aria-selected="true"] .bl_charaNav_txt, .bl_prodNav_item[aria-selected="true"] .bl_prodNav_txt, .bl_prodNav_item[aria-selected="true"] .bl_prodDet_linkTxt {
  background-image: url(../img/common/icon_arrow_wht.png);
  color: #fff;
}

.bl_prodNav_item[aria-selected="false"] .el_btn_txt, .bl_prodNav_item[aria-selected="false"] .bl_charaNav_txt, .bl_prodNav_item[aria-selected="false"] .bl_prodNav_txt, .bl_prodNav_item[aria-selected="false"] .bl_prodDet_linkTxt {
  background-image: none;
}

.bl_prodNav_btn {
  width: 100%;
  height: 6.4vw;
}

.bl_prodNav_btn:after {
  height: 6.4vw;
}

.bl_prodNav_txt {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  background-size: 1.33333vw;
  background-position: calc(100% - 20px) center;
}

/* heading
================================== */
.bl_prod_heading {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.8px;
}

.bl_prod_heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.53333vw;
  padding: 0 12vw;
  position: relative;
}

.bl_prod_heading span:before, .bl_prod_heading span:after {
  position: absolute;
  content: '';
}

.bl_prod_heading span:before {
  top: 0;
  left: 0;
  border-bottom: 4.26667vw solid transparent;
  border-left: 4.26667vw solid #e72427;
}

.bl_prod_heading span:after {
  right: 0;
  bottom: 0;
  border-top: 4.26667vw solid transparent;
  border-right: 4.26667vw solid #e72427;
}

/* prod card
================================== */
.bl_prodCardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_prodCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_prodCard__border {
  padding-bottom: 6px;
  border-bottom: 2px solid #e72427;
}

.bl_prodCard_name {
  font-size: 1.2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2;
  margin-bottom: 10px;
  margin-left: 24px;
  text-indent: -24px;
  letter-spacing: .6px;
}

.bl_prodCard_name a {
  color: #000;
}

.bl_prodCard_name:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 9px;
  margin-bottom: .3em;
  background: #e72427;
  content: '';
}

.bl_prodCard_imgWrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
  border: solid 2px #eeeeee;
  position: relative;
}

.bl_prodCard_imgWrapper img {
  width: 100%;
}

.bl_prodCard_imgWrapper a {
  display: block;
  width: 100%;
}

/* shop
================================== */
.bl_prodCard_header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}

.bl_prodCard_shop {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #e72427;
  letter-spacing: .6px;
  line-height: 1.5;
}

.bl_prodCard_txt {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-left: 24px;
  text-indent: -24px;
  letter-spacing: .6px;
  line-height: 1.5;
}

.bl_prodCard_txt:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 9px;
  margin-bottom: .3em;
  background: #e72427;
  content: '';
}

.bl_prodCard_body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}

.bl_prodCard_body .el_badge {
  margin-bottom: 10px;
}

/* button wrapper
================================== */
.bl_prod_btnWrapper {
  margin-top: 60px;
}

/* detail
================================== */
.bl_prodDet {
  margin-bottom: 60px;
  padding: 6.66667vw 5.33333vw 12vw;
  border: 2px solid #eee;
  background: #ffffff;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.bl_prodDet:before, .bl_prodDet:after {
  position: absolute;
  content: '';
}

.bl_prodDet:before {
  top: -2px;
  left: -2px;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #e72427;
}

.bl_prodDet:after {
  right: -2px;
  bottom: -2px;
  border-top: 21px solid transparent;
  border-right: 21px solid #e72427;
}

.bl_prodDet:last-child {
  margin-bottom: 80px;
}

.bl_prodDet_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1.5px solid #eee;
  position: relative;
}

.bl_prodDet_header:after {
  display: block;
  width: 100%;
  border-bottom: 1.5px solid #eee;
  position: absolute;
  top: auto;
  bottom: 2px;
  content: '';
}

.bl_prodDet_lv1Heading {
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 2;
}

.bl_prodDet_body {
  font-size: 1.1rem;
  line-height: 2;
}

.bl_prodDet_body a {
  color: #e72427;
  text-decoration: underline;
}

.bl_prodDet_body h4 {
  font-weight: normal;
}

.bl_prodDet_body h4:not(:first-child) {
  margin-top: 40px;
}

.bl_prodDet_body small {
  font-size: 1.2rem;
}

.bl_prodDet_body b {
  color: #e72427;
  font-weight: normal;
}

.bl_prodDet_imgWrapper {
  margin-bottom: 15px;
  text-align: center;
}

.bl_prodDet_imgWrapper figcaption {
  font-size: 1.1rem;
  color: #e72427;
}

.bl_prodDet_imgWrapper img {
  max-width: 100%;
  margin: 0 auto 5px;
}

.bl_prodDet_date {
  font-size: 1.5rem;
  color: #e72427;
}

.bl_prodDet_box {
  overflow: hidden;
  margin-bottom: 20px;
}

.bl_prodDet_box > dt {
  margin-right: 16px;
  clear: both;
  float: left;
  color: #e72427;
}

.bl_prodDet_edition {
  margin-bottom: 30px;
}

.bl_prodDet_label01 {
  margin-right: 10px;
  padding: 2px 10px;
  background: #e72427;
  border: 1px solid #e72427;
  color: #fff;
  font-weight: normal;
}

.bl_prodDet_label02 {
  margin-right: 10px;
  padding: 2px 10px;
  background: #fff;
  border: 1px solid #e72427;
  color: #e72427;
  font-weight: normal;
}

.bl_prodDet_list li {
  color: #e72427;
}

.bl_prodDet_contList {
  margin-bottom: 15px;
}

.bl_prodDet_contList > dt {
  font-size: 1.2rem;
  color: #e72427;
}

.bl_prodDet_contList > dd {
  margin-bottom: 10px;
  color: #000;
}

.bl_prodDet_info {
  font-size: 1rem;
}

/* link button
================================== */
.bl_prodDet_more {
  margin-top: 35px;
  height: 8vw;
}

.bl_prodDet_more .bl_prodDet_link {
  height: 8vw;
}

.bl_prodDet_more .bl_prodDet_link:after {
  height: 8vw;
}

.bl_prodDet_more .bl_prodDet_linkTxt {
  font-size: 1.2rem;
}

.bl_prodDet_back {
  margin: 0 auto;
}

.bl_prodDet_link {
  width: 100%;
  text-decoration: none !important;
}

.bl_prodDet_linkTxt {
  font-family: "Oswald", sans-serif;
  width: 100%;
  background: url(../img/common/sp/icon_arrow_red02.png) calc(100% - 20px) center no-repeat;
  position: relative;
  z-index: 1;
}

/* modal
================================== */
.bl_prodModal {
  max-width: 670px;
  margin: 0 auto;
}

.bl_prodModal_imgWrapper {
  margin-bottom: 15px;
}

.bl_prodModal_imgWrapper img {
  width: 670px;
  max-width: 100%;
}

.bl_prodModal_txt {
  font-size: 1rem;
  max-width: 670px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .7px;
  text-align: left;
}

/* ======================================
  bl_share
====================================== */
.bl_shareNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_shareNav_link {
  display: block;
}

/* ====================================
  verPosts
==================================== */
.bl_vertPosts {
  height: 100%;
  overflow-y: auto;
}

.bl_vertPosts_item {
  letter-spacing: .7px;
}

.bl_vertPosts_item:not(:last-child) {
  margin-bottom: 25px;
}

.bl_vertPosts_link {
  display: block;
  color: #fff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.bl_vertPosts_date {
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #e7e524;
}

.bl_vertPosts_ttl {
  line-height: 2;
}

.bl_vertPosts_ttl:last-child {
  margin-bottom: 0;
}

/* ==================================
  badge
================================== */
.el_badge {
  font-size: 0.9rem;
  display: inline-block;
  padding: 3px 8px;
  background: #e72427;
  color: #fff;
  line-height: 1;
}

.el_badge__blk {
  background: #000 !important;
}

/* ==================================
  button
================================== */
.el_btn, .bl_charaNav_link, .bl_charaPageNav_link, .bl_pager_link, .bl_pager_prev, .bl_pager_next, .bl_prodNav_btn, .bl_prodDet_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  text-align: center;
}

.el_btn:after, .bl_charaNav_link:after, .bl_charaPageNav_link:after, .bl_pager_link:after, .bl_pager_prev:after, .bl_pager_next:after, .bl_prodNav_btn:after, .bl_prodDet_link:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewX(-37deg);
      -ms-transform: skewX(-37deg);
          transform: skewX(-37deg);
}

.el_btn_txt, .bl_charaNav_txt, .bl_prodNav_txt, .bl_prodDet_linkTxt {
  display: inline-block;
  width: 100%;
  background-image: url(../img/common/sp/icon_arrow_red.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #e72427;
  text-decoration: none;
}

/* ==================================
  heading
================================== */
.el_lv1Heading {
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.el_lv1Heading_en {
  font-size: 5.4rem;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  margin-bottom: 12px;
  font-style: italic;
  letter-spacing: 2.7px;
  text-align: center;
  position: relative;
}

.el_lv1Heading_main {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.el_lv1Heading_jp {
  display: inline-block;
  position: relative;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  color: #e72427;
}

/* ====================================
  top
==================================== */
.tp_kv {
  position: relative;
}

.tp_kv01 {
  position: absolute;
}

.tp_kv02 {
  position: absolute;
}

.tp_kv03 {
  position: absolute;
}

.tp_kv04 {
  position: absolute;
}

.tp_kv05 {
  position: absolute;
}

.tp_kv06 {
  position: absolute;
}

.tp_kvBtn {
  position: absolute;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.tp_kvBtnWrapper {
  position: absolute;
}

.tp_kvBtn_icon {
  display: inline-block;
  width: 18vw;
  position: relative;
}

.tp_kvBtn_icon img {
  width: 100%;
}

.tp_kvBtn_txt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: anim_rotate;
          animation-name: anim_rotate;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 1px white);
          filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 1px white);
}

@-webkit-keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tp_catch span {
  display: block;
}

.tp_catch_main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.tp_catch_color {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  z-index: -1;
}

.tp_container {
  width: 100%;
}

.tp_movie_ttl, .tp_news_ttl {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 0 8px white, 1px 1px 5px rgba(255, 255, 255, .7), -1px -1px 5px rgba(255, 255, 255, .7), 0 0 8px white, 0 0 8px white;
}

.tp_movie_ttl:before, .tp_news_ttl:before {
  display: inline-block;
  width: 19px;
  height: 1px;
  margin-right: 9px;
  background: #e72427;
  content: '';
}

.tp_movie_frame {
  position: relative;
  background: #000;
}

.tp_movie_link {
  cursor: pointer;
}

.tp_movie_link img {
  width: 240px;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tp_movie_link:before {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: block;
  width: 78px;
  height: 82px;
  background: url(../img/top/btn_play_off.png) center center no-repeat;
  z-index: 1;
  content: '';
}

.tp_news_frame {
  background: #000000;
  background: rgba(0, 0, 0, .75);
}

.tp_tw_frame {
  background: #000000;
  background: rgba(0, 0, 0, .75);
}

.tp_tw_timeline {
  margin-bottom: 20px;
}

.tp_tw_ttl {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 0 8px white, 1px 1px 5px rgba(255, 255, 255, .7), -1px -1px 5px rgba(255, 255, 255, .7), 0 0 8px white, 0 0 8px white;
}

.tp_moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 40px);
  height: 8.53333vw;
  margin: auto;
  text-align: center;
}

.tp_moreBtn:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 8.53333vw;
  background: #fff;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

.tp_moreBtn_txt {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  display: block;
  width: 100%;
  background: url(../img/common/icon_arrow_red.png) calc(100% - 30px) center no-repeat;
  position: relative;
  z-index: 1;
  color: #e72427;
}

/* =======================================
  js
======================================= */
/* is
================================== */
.js_modalOpen {
  cursor: pointer;
}

.js_modalOpen .bl_prodCard_imgWrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
  border: solid 2px #eeeeee;
  position: relative;
}

.js_modalOpen .bl_prodCard_imgWrapper img {
  width: 100%;
}

.js_modalOpen .bl_prodCard_name:hover {
  text-decoration: underline;
}

/* =======================================
  tab
======================================= */
[role="tab"] {
  cursor: pointer;
}

[role="tabpanel"][aria-hidden="true"] {
  display: none;
}

[role="tabpanel"][aria-hidden="false"] {
  display: block;
}

/*以下TX調整
---------------------------------------------*/
#footerBackToTop {
  display: none;
}

#footerMenu {
  display: none;
}

/*clearfix hack
---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

@media screen and (min-width: 321px) {
  .none-ss {
    display: none !important;
  }
}

@media (min-width: 321px) and (max-width: 768px) {
  .bl_footerCopyright {
    font-size: 10px !important;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 576px) {
  .none-sm {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .bl_charaPage_chara {
    width: 53.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .none-md {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  .ly_contaienr {
    position: relative;
    background-image: url(../img/common/bg_cover.png), url(../img/common/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }
  #toppage .ly_contaienr {
    background: url(../img/common/bg.jpg) center top no-repeat;
    background-size: 100%;
  }
  .ly_footer {
    padding: 60px 30px 34px;
  }
  .ly_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ly_main {
    margin-bottom: 140px;
  }
  .ly_topMain {
    width: 100%;
    min-height: 1112px;
    position: relative;
  }
  .bl_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 40px;
  }
  .bl_about:last-child {
    margin-bottom: 120px;
  }
  .bl_about_imgWrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 440px;
    margin-right: 40px;
  }
  .bl_about_body a:hover {
    text-decoration: none;
  }
  .bl_about_body {
    font-size: 1.4rem;
    width: 100%;
  }
  .bl_about_header {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
  }
  .bl_about_header:after {
    border-bottom: 2px solid #eee;
    bottom: 4px;
  }
  .bl_about_ttl {
    letter-spacing: .7px;
  }
  .bl_about_jpTtl {
    font-size: 2rem;
  }
  .bl_about_enTtl {
    font-size: 1.4rem;
  }
  .bl_about_txt {
    font-size: 1.4rem;
    margin-bottom: 2em;
    letter-spacing: .7px;
  }
  .bl_about_list li {
    margin-bottom: .3em;
    line-height: 1.6;
  }
  .bl_about_cite {
    font-size: 1.4rem;
    margin-top: 60px;
  }
  .bl_backToTop a {
    width: 66px;
    height: 71px;
    background: url(../img/common/btn_backtotop_off.png) center center no-repeat;
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
  }
  .bl_backToTop a:hover {
    background: url(../img/common/btn_backtotop_on.png) center center no-repeat;
    -webkit-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
  }
  .bl_cast {
    margin-bottom: 120px;
  }
  .bl_cast:last-child {
    margin-bottom: 20px;
  }
  .bl_cast_heading {
    font-size: 2.4rem;
    margin-bottom: 60px;
    letter-spacing: 1.2px;
  }
  .bl_cast_heading span {
    height: 42px;
    padding: 0 60px;
  }
  .bl_cast_heading span:before {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #e72427;
  }
  .bl_cast_heading span:after {
    border-top: 21px solid transparent;
    border-right: 21px solid #e72427;
  }
  .bl_cast_list__col3 .bl_cast_item {
    width: calc(33.33333% - 26.66667px);
  }
  .bl_cast_list__col3 .bl_cast_item:nth-child(3n) {
    margin-right: 0;
  }
  .bl_cast_list__col3 .bl_cast_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .bl_cast_list__col4 .bl_cast_item {
    width: calc(25% - 30px);
  }
  .bl_cast_list__col4 .bl_cast_item:nth-child(4n) {
    margin-right: 0;
  }
  .bl_cast_list__col4 .bl_cast_item:nth-child(-n+4) {
    margin-top: 0;
  }
  .bl_cast_item {
    margin-top: 60px;
    margin-right: 40px;
  }
  .bl_cast_ttl {
    font-size: 1.4rem;
  }
  .bl_cast_name {
    font-size: 2rem;
  }
  .bl_cast_btn {
    width: 144px;
    height: 24px;
  }
  .bl_cast_btn:after {
    width: 144px;
    height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_cast_btn:hover:after {
    background: #e72427;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_cast_btn:hover .bl_cast_btn_txt {
    color: #fff;
    background: url(../img/common/icon_arrow_wht.png) calc(100% - 10px) center no-repeat;
    background-size: 5px 7px;
  }
  .bl_cast_btn_txt {
    background: url(../img/common/icon_arrow_red.png) calc(100% - 10px) center no-repeat;
    background-size: 5px 7px;
  }
  .bl_castModal_header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  .bl_castModal_header:after {
    border-bottom: 2px solid #fff;
    bottom: -8px;
  }
  .bl_castModal_ttl {
    font-size: 2rem;
  }
  .bl_castModal_sub {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .bl_castModal_txt {
    font-size: 1.4rem;
  }
  .bl_charaNav_item {
    width: 235px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bl_charaNav_item:nth-child(4n) {
    margin-right: 0;
  }
  .bl_charaNav_link {
    width: 215px;
    height: 32px;
  }
  .bl_charaNav_link:after {
    width: 215px;
    height: 32px;
  }
  .bl_charaNav_link:hover .bl_charaNav_txt {
    background-position: calc(100% - 20px) center;
    background-size: 7px 10px;
  }
  .bl_charaNav_txt {
    font-size: 1.4rem;
    background-position: calc(100% - 20px) center;
    background-size: 7px 10px;
  }
  .bl_chara {
    margin-bottom: 120px;
  }
  .bl_chara:last-child {
    margin-bottom: 20px;
  }
  .bl_chara_heading {
    font-size: 2.4rem;
    margin-bottom: 60px;
    letter-spacing: 1.2px;
  }
  .bl_chara_heading span {
    height: 42px;
    padding: 0 60px;
  }
  .bl_chara_heading span:before {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #e72427;
  }
  .bl_chara_heading span:after {
    border-top: 21px solid transparent;
    border-right: 21px solid #e72427;
  }
  .bl_chara_item {
    width: calc(25% - 30px);
    overflow: hidden;
  }
  .bl_chara_item:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .bl_chara_item:not(:nth-child(-n+4)) {
    margin-top: 60px;
  }
  .bl_chara_img {
    position: relative;
    width: 226px;
    height: 231px;
  }
  .bl_chara_offImg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bl_chara_onImg {
    position: absolute;
    top: -5px;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  .bl_chara_name {
    font-size: 2.4rem;
    padding: 10px;
  }
  .bl_chara_name small {
    margin-top: 9px;
  }
  .bl_chara02 {
    margin-bottom: 120px;
  }
  .bl_chara02:last-child {
    margin-bottom: 20px;
  }
  .bl_chara03 {
    margin-bottom: 120px;
  }
  .bl_chara03:last-child {
    margin-bottom: 20px;
  }
  .bl_charaPage {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .bl_charaPage_main {
    width: 500px;
  }
  .bl_charaPage_head {
    margin-bottom: 20px;
  }
  .bl_charaPage_frame {
    padding: 20px 0;
    border-top: 2px solid #e72427;
    border-bottom: 2px solid #e72427;
  }
  .bl_charaPage_ttl {
    font-size: 3rem;
    width: 126px;
    margin-right: 30px;
  }
  .bl_charaPage_ttl rt {
    font-size: 1rem;
  }
  .bl_charaPage_cv {
    font-size: 1.6rem;
  }
  .bl_charaPage_voice:hover {
    opacity: .9;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-animation: shake .1s ease-in 0s 2 forwards;
            animation: shake .1s ease-in 0s 2 forwards;
  }
  .bl_charaPage_school {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .bl_charaPage_school:before {
    width: 20px;
    margin-right: 9px;
  }
  .bl_charaPage_desc {
    font-size: 1.4rem;
    margin-bottom: 70px;
  }
  .bl_charaPage_item {
    width: 240px;
  }
  .bl_charaPage_img {
    width: 500px;
  }
  .bl_charaPage_chara {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .bl_charaPageNav {
    max-width: 1000px;
  }
  .bl_charaPageNav_prev .bl_charaPageNav_txt {
    background-image: url(../img/common/icon_arrow_red02_left.png);
  }
  .bl_charaPageNav_link {
    width: 149px;
    height: 48px;
  }
  .bl_charaPageNav_link:after {
    width: 149px;
    height: 48px;
  }
  .bl_charaPageNav_link:hover .bl_charaPageNav_txt {
    background: url(../img/common/icon_arrow_wht02.png) calc(100% - 20px) center no-repeat;
    color: #fff;
  }
  .bl_charaPageNav_link:hover .bl_charaPageNav_txt__left {
    background: url(../img/common/icon_arrow_wht02_left.png) 20px center no-repeat;
  }
  .bl_charaPageNav_txt {
    font-size: 2.1rem;
    background: url(../img/common/icon_arrow_red02.png) calc(100% - 20px) center no-repeat;
  }
  .bl_episode {
    margin-bottom: 120px;
  }
  .bl_episode:last-child {
    margin-bottom: 20px;
  }
  .bl_episode_heading {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  .bl_episode_heading span {
    height: 42px;
    padding: 0 60px;
  }
  .bl_episode_heading span:before {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #e72427;
  }
  .bl_episode_heading span:after {
    border-top: 21px solid transparent;
    border-right: 21px solid #e72427;
  }
  .bl_episode_cont {
    margin-bottom: 60px;
    padding: 40px;
  }
  .bl_episode_cont:last-child {
    margin-bottom: 0px;
  }
  .bl_episode_header {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
  }
  .bl_episode_header:after {
    border-bottom: 2px solid #eee;
    bottom: 4px;
  }
  .bl_episode_date {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .bl_episode_ttl {
    font-size: 2rem;
  }
  .bl_episode_body {
    margin-bottom: 30px;
  }
  .bl_episode_body a:hover {
    text-decoration: none;
  }
  .bl_episode_body p {
    font-size: 1.4rem;
    margin-bottom: 1em;
    line-height: 2;
    letter-spacing: .7px;
  }
  .bl_episode_imgWrapper {
    margin-bottom: 35px;
  }
  .bl_episode_thumb {
    width: 280px;
    margin-bottom: 35px;
  }
  .bl_episode_thumb:not(:last-child) {
    margin-right: 38px;
  }
  .bl_episode_share {
    margin-top: 55px;
  }
  .bl_footerBnr {
    margin-bottom: 60px;
  }
  .bl_footerBnr_item {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px;
    margin: 0 10px 20px;
    overflow: hidden;
  }
  .bl_footerShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_footerShare_ttl {
    margin-right: 20px;
  }
  #toppage .bl_headerLogo {
    top: 0;
    width: 26.20968vw;
  }
  .bl_intro_txt {
    font-size: 1.8rem;
  }
  .bl_intro_txt strong {
    font-size: 2.4rem;
  }
  .bl_modalClose {
    width: 52px;
    height: 77px;
    top: 30px;
    right: 30px;
  }
  .bl_modalChant {
    max-width: 670px;
  }
  .bl_modalChant li {
    margin-bottom: 50px;
  }
  .bl_modalChant_ttl {
    font-size: 6rem;
    margin-bottom: 13px;
  }
  .bl_modalChant_txt {
    font-size: 1.4rem;
  }
  .bl_movieUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_movie {
    width: calc(33.33333% - 26.66667px);
  }
  .bl_movie:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .bl_movie:nth-child(-n+3) {
    margin-top: 0;
  }
  .bl_movie_ttl {
    font-size: 1.6rem;
  }
  .bl_movie_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .bl_movie_link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_movie_link:hover:before {
    background: url(../img/top/btn_play_on.png) center center no-repeat;
  }
  .bl_news {
    margin-bottom: 80px;
    padding: 40px;
  }
  .bl_news:last-child {
    margin-bottom: 120px;
  }
  .bl_news_header {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
  }
  .bl_news_header:after {
    border-bottom: 2px solid #eee;
    bottom: 4px;
  }
  .bl_news_date {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .bl_news_ttl {
    font-size: 2rem;
  }
  .bl_news_body a:hover {
    text-decoration: none;
  }
  .bl_news_body {
    font-size: 1.4rem;
  }
  .bl_onair {
    margin-bottom: 120px;
  }
  .bl_onair:last-child {
    margin-bottom: 20px;
  }
  .bl_onair_heading {
    font-size: 2.4rem;
    margin-bottom: 60px;
    letter-spacing: 1.2px;
  }
  .bl_onair_heading span {
    height: 42px;
    padding: 0 60px;
  }
  .bl_onair_heading span:before {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #e72427;
  }
  .bl_onair_heading span:after {
    border-top: 21px solid transparent;
    border-right: 21px solid #e72427;
  }
  .bl_onair_list__col2 .bl_onair_item {
    width: calc(50% - 20px);
    margin-right: 40px;
    text-align: left;
  }
  .bl_onair_list__col2 .bl_onair_item:nth-child(2n) {
    margin-right: 0;
  }
  .bl_onair_item {
    margin-bottom: 40px;
    padding: 30px 40px 25px;
  }
  .bl_onair_date {
    font-size: 1.4rem;
  }
  .bl_onair_ttl {
    font-size: 1.8rem;
  }
  .bl_onair_ttl b {
    font-size: 1.4rem;
  }
  .bl_onair_txt {
    font-size: 1.8rem;
  }
  .bl_onair_txt span {
    font-size: 1.4rem;
  }
  .bl_onair_txt__lg {
    font-size: 2rem;
  }
  .bl_onair_note {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .bl_onair_btn {
    width: 440px;
    height: 46px;
    margin-top: 30px;
  }
  .bl_onair_btn:after {
    width: 400px;
    height: 46px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 20px;
  }
  .bl_onair_btn:hover:after {
    background: #e72427;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_onair_btn:hover .bl_onair_btn_txt {
    color: #fff;
    background: url(../img/common/icon_arrow_wht.png) calc(100% - 30px) center no-repeat;
    background-size: 3px 6px;
  }
  .bl_onair_btn_txt {
    font-size: 1.8rem;
    background: url(../img/common/icon_arrow_red.png) calc(100% - 40px) center no-repeat;
  }
  .bl_onair_btnUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_onair_btnUnit .bl_onair_btn {
    width: 100%;
  }
  .bl_onair_btnUnit_item {
    width: calc(50% - 20px);
  }
  .bl_onair_btnUnit_item:nth-child(odd) {
    margin-right: 30px;
  }
  .bl_onair_subttl {
    font-size: 1.8rem;
  }
  .bl_onair_btnUnit02 {
    padding: 0 40px 25px;
  }
  .bl_pager {
    margin-bottom: 40px;
  }
  .bl_pager_item {
    margin: 0 10px 10px;
  }
  .bl_pager_link {
    width: 50px;
    height: 28px;
  }
  .bl_pager_link:after {
    width: 50px;
    height: 28px;
  }
  .bl_pager_txt {
    font-size: 1.4rem;
  }
  .bl_pager_prevWrapper {
    margin-left: 10px;
  }
  .bl_pager_prev {
    width: 135px;
    height: 30px;
  }
  .bl_pager_prev:after {
    width: 135px;
    height: 30px;
  }
  .bl_pager_prev:hover .bl_pager_txt {
    color: #fff;
    background: url(../img/common/icon_arrow_wht.png) calc(100% - 20px) center no-repeat;
  }
  .bl_pager_prev .bl_pager_txt {
    padding-right: 6px;
    background: url(../img/common/icon_arrow_red.png) calc(100% - 15px) center no-repeat;
  }
  .bl_pager_nextWrapper {
    margin-right: 10px;
  }
  .bl_pager_next {
    width: 135px;
    height: 30px;
  }
  .bl_pager_next:after {
    width: 135px;
    height: 30px;
  }
  .bl_pager_next:hover .bl_pager_txt {
    background: url(../img/common/icon_arrow_wht_left.png) 20px center no-repeat;
    color: #fff;
  }
  .bl_pager_next .bl_pager_txt {
    padding-left: 10px;
    background: url(../img/common/icon_arrow_red_left.png) 20px center no-repeat;
  }
  .bl_prodNav_item {
    width: calc(33.33333% - 13.33333px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bl_prodNav_item:nth-child(3n) {
    margin-right: 0;
  }
  .bl_prodNav_btn:hover .bl_prodNav_txt {
    background-position: calc(100% - 27px) center;
    background-size: 7px 10px;
  }
  .bl_prodNav_txt {
    font-size: 1.4rem;
    background-position: calc(100% - 28px) center;
    background-size: 7px 10px;
  }
  .bl_prod_heading {
    font-size: 2.4rem;
    margin-bottom: 60px;
    letter-spacing: 1.2px;
  }
  .bl_prod_heading span {
    height: 42px;
    padding: 0 60px;
  }
  .bl_prod_heading span:before {
    border-bottom: 21px solid transparent;
    border-left: 21px solid #e72427;
  }
  .bl_prod_heading span:after {
    border-top: 21px solid transparent;
    border-right: 21px solid #e72427;
  }
  .bl_prodCardUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_prodCard {
    width: calc(33.33333% - 26.66667px);
    margin-top: 40px;
  }
  .bl_prodCard:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .bl_prodCard:nth-child(-n+3) {
    margin-top: 0;
  }
  .bl_prodCard__border {
    padding-bottom: 15px;
  }
  .bl_prodCard_name {
    font-size: 1.6rem;
    margin-left: 29px;
    text-indent: -29px;
    letter-spacing: 0.8px;
  }
  .bl_prodCard_name a:hover {
    text-decoration: underline;
  }
  .bl_prodCard_name:before {
    width: 20px;
  }
  .bl_prodCard_imgWrapper a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_prodCard_imgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .bl_prodCard_shop {
    font-size: 1.6rem;
    margin-top: 3px;
    margin-bottom: 12px;
    letter-spacing: .8px;
  }
  .bl_prodCard_shop small {
    font-size: 1.2rem;
    letter-spacing: .6px;
  }
  .bl_prodCard_txt {
    font-size: 1.6rem;
    margin-left: 29px;
    text-indent: -29px;
    letter-spacing: .8px;
  }
  .bl_prodCard_txt:before {
    width: 20px;
  }
  .bl_prod_btnWrapper {
    margin-top: 80px;
  }
  .bl_prodDet {
    margin-bottom: 80px;
    padding: 40px 40px 78px;
  }
  .bl_prodDet:last-child {
    margin-bottom: 120px;
  }
  .bl_prodDet_header {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
  }
  .bl_prodDet_header:after {
    border-bottom: 2px solid #eee;
    bottom: 4px;
  }
  .bl_prodDet_lv1Heading {
    font-size: 2rem;
  }
  .bl_prodDet_body {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_prodDet_body a:hover {
    text-decoration: none;
  }
  .bl_prodDet_body h4:not(:first-child) {
    margin-top: 50px;
  }
  .bl_prodDet_item {
    width: 50%;
  }
  .bl_prodDet_imgWrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 320px;
    margin: 0 90px 20px 50px;
  }
  .bl_prodDet_imgWrapper figcaption {
    font-size: 1.4rem;
  }
  .bl_prodDet_date {
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .bl_prodDet_edition {
    margin-bottom: 50px;
  }
  .bl_prodDet_list li {
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
  .bl_prodDet_contList > dt {
    font-size: 1.6rem;
  }
  .bl_prodDet_contList > dd {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .bl_prodDet_info {
    font-size: 1.2rem;
  }
  .bl_prodDet_more {
    width: 250px;
    height: 32px;
    margin-top: 50px;
  }
  .bl_prodDet_more .bl_prodDet_link {
    height: 32px;
  }
  .bl_prodDet_more .bl_prodDet_link:after {
    height: 32px;
  }
  .bl_prodDet_more .bl_prodDet_linkTxt {
    font-size: 1.4rem;
  }
  .bl_prodDet_back .bl_prodDet_linkTxt {
    font-size: 2.1rem;
  }
  .bl_prodDet_link {
    width: 100%;
    height: 100%;
  }
  .bl_prodDet_link:after {
    width: 100%;
    height: 100%;
  }
  .bl_prodDet_link:hover .bl_prodDet_linkTxt {
    background: url(../img/common/icon_arrow_wht02.png) calc(100% - 20px) center no-repeat;
    color: #fff;
  }
  .bl_prodDet_linkTxt {
    background: url(../img/common/icon_arrow_red02.png) calc(100% - 20px) center no-repeat;
  }
  .bl_prodModal {
    padding-bottom: 50px;
  }
  .bl_prodModal_imgWrapper {
    margin-top: 100px;
    margin-bottom: 35px;
  }
  .bl_prodModal_txt {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .bl_shareNav_item {
    margin: 0 10px 0 0;
  }
  .bl_shareNav_link {
    width: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_shareNav_link:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_vertPosts_link:hover {
    color: #e7e524;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
  }
  .el_badge {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .el_btn:after, .bl_charaNav_link:after, .bl_charaPageNav_link:after, .bl_pager_link:after, .bl_pager_prev:after, .bl_pager_next:after, .bl_prodNav_btn:after, .bl_prodDet_link:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .el_btn:hover:after, .bl_charaNav_link:hover:after, .bl_charaPageNav_link:hover:after, .bl_pager_link:hover:after, .bl_pager_prev:hover:after, .bl_pager_next:hover:after, .bl_prodNav_btn:hover:after, .bl_prodDet_link:hover:after {
    background-color: #e72427;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #e72427;
  }
  .el_btn:hover .el_btn_txt, .bl_charaNav_link:hover .el_btn_txt, .bl_charaPageNav_link:hover .el_btn_txt, .bl_pager_link:hover .el_btn_txt, .bl_pager_prev:hover .el_btn_txt, .bl_pager_next:hover .el_btn_txt, .bl_prodNav_btn:hover .el_btn_txt, .bl_prodDet_link:hover .el_btn_txt, .el_btn:hover .bl_charaNav_txt, .bl_charaNav_link:hover .bl_charaNav_txt, .bl_charaPageNav_link:hover .bl_charaNav_txt, .bl_pager_link:hover .bl_charaNav_txt, .bl_pager_prev:hover .bl_charaNav_txt, .bl_pager_next:hover .bl_charaNav_txt, .bl_prodNav_btn:hover .bl_charaNav_txt, .bl_prodDet_link:hover .bl_charaNav_txt, .el_btn:hover .bl_prodNav_txt, .bl_charaNav_link:hover .bl_prodNav_txt, .bl_charaPageNav_link:hover .bl_prodNav_txt, .bl_pager_link:hover .bl_prodNav_txt, .bl_pager_prev:hover .bl_prodNav_txt, .bl_pager_next:hover .bl_prodNav_txt, .bl_prodNav_btn:hover .bl_prodNav_txt, .bl_prodDet_link:hover .bl_prodNav_txt, .el_btn:hover .bl_prodDet_linkTxt, .bl_charaNav_link:hover .bl_prodDet_linkTxt, .bl_charaPageNav_link:hover .bl_prodDet_linkTxt, .bl_pager_link:hover .bl_prodDet_linkTxt, .bl_pager_prev:hover .bl_prodDet_linkTxt, .bl_pager_next:hover .bl_prodDet_linkTxt, .bl_prodNav_btn:hover .bl_prodDet_linkTxt, .bl_prodDet_link:hover .bl_prodDet_linkTxt {
    background-image: url(../img/common/icon_arrow_wht.png);
    color: #fff;
  }
  .el_btn_txt, .bl_charaNav_txt, .bl_prodNav_txt, .bl_prodDet_linkTxt {
    background-image: url(../img/common/icon_arrow_red.png);
  }
  .el_lv1Heading {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .el_lv1Heading_en {
    font-size: 7.2rem;
    margin-bottom: 18px;
    letter-spacing: 3.6px;
  }
  .el_lv1Heading_color {
    letter-spacing: 3.6px;
  }
  .el_lv1Heading_jp {
    font-size: 1.5rem;
  }
  .tp_kv {
    width: 52.41935vw;
    height: 73.79032vw;
    margin-top: -24px;
    left: 20.96774vw;
    pointer-events: auto !important;
  }
  .tp_kv01 {
    width: 38.3871vw;
    height: 52.25806vw;
    margin-top: 19.19355vw;
    margin-left: 10.64516vw;
  }
  .tp_kv02 {
    left: auto;
    right: 0;
    width: 30.80645vw;
    height: 41.53226vw;
    margin-top: 13.54839vw;
    margin-left: auto;
  }
  .tp_kv03 {
    width: 32.09677vw;
    height: 37.41935vw;
    margin-top: 22.98387vw;
    margin-left: 2.82258vw;
  }
  .tp_kv04 {
    width: 43.3871vw;
    height: 22.25806vw;
    margin-top: 13.70968vw;
    left: 0;
  }
  .tp_kv05 {
    left: auto;
    right: 0;
    width: 26.04839vw;
    height: 37.25806vw;
    margin-top: 2.09677vw;
    margin-left: auto;
    margin-right: 44px;
  }
  .tp_kv06 {
    width: 30.64516vw;
    height: 34.83871vw;
    margin-left: 4.27419vw;
  }
  .tp_kvBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 101px;
    height: 100px;
    bottom: 0;
  }
  .tp_kvBtn:hover {
    opacity: .8;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .tp_kvBtn_txt {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .7)) drop-shadow(0px 0px 3px rgba(255, 255, 255, .7));
            filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .7)) drop-shadow(0px 0px 3px rgba(255, 255, 255, .7));
  }
  .tp_catch {
    position: absolute;
    top: 47px;
    right: 30px;
    z-index: 1;
    width: 407px;
    height: 132px;
  }
  .tp_catch_inner {
    left: auto;
    right: 0;
  }
  .tp_catch_inner img {
    width: 100%;
  }
  .tp_container {
    position: fixed;
    bottom: 0;
  }
  .tp_left {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tp_right {
    position: absolute;
    right: 0;
  }
  .tp_movie {
    margin-bottom: 40px;
  }
  .tp_movie_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    overflow: hidden;
  }
  .tp_movie_link:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .tp_movie_link:hover:before {
    background: url(../img/top/btn_play_on.png) center center no-repeat;
  }
  .tp_news {
    width: 352px;
  }
  .tp_news_frame {
    height: 124px;
    padding: 25px 30px 25px;
  }
  .tp_tw {
    width: 310px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .tp_tw_frame {
    padding: 30px 30px 25px;
  }
  .tp_tw_timeline {
    margin-bottom: 10px;
  }
  .tp_tw_ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tp_tw_ttl:after {
    display: inline-block;
    width: 19px;
    height: 1px;
    margin-left: 9px;
    background: #e72427;
    content: '';
  }
  .tp_moreBtn {
    width: 200px;
    height: 32px;
  }
  .tp_moreBtn:after {
    width: 200px;
    height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .tp_moreBtn:hover:after {
    background: #e72427;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .tp_moreBtn:hover .tp_moreBtn_txt {
    color: #fff;
    background: url(../img/common/icon_arrow_wht.png) calc(100% - 30px) center no-repeat;
  }
  .js_modalOpen .bl_prodCard_imgWrapper:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ly_main {
    padding: 0 5.33333vw;
  }
  .bl_charaNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_charaNav {
    margin-bottom: 100px;
  }
  .bl_charaPageNav_back {
    width: 100%;
    margin-bottom: 20px;
  }
  .bl_charaPageNav_back .bl_charaPageNav_link {
    width: 28.46774vw;
  }
  .bl_charaPageNav_back .bl_charaPageNav_link:after {
    width: 28.46774vw;
  }
  .bl_charaPageNav_prev {
    margin-right: 1.6129vw;
  }
  .bl_charaPageNav_next {
    margin-left: 1.6129vw;
  }
  .bl_gnav_en {
    font-size: 2.4rem;
  }
  .bl_gnav_jp {
    font-size: 1.4rem;
  }
  .bl_headerLogo {
    width: 17.33871vw;
    margin-top: 2.66667vw;
    margin-left: 5.33333vw;
  }
  .bl_modalClose {
    width: 4.19355vw;
  }
  .bl_prodNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_prodNav {
    margin-bottom: 60px;
  }
  .bl_prodNav_btn {
    width: 23.79032vw;
  }
  .bl_prodNav_btn:after {
    width: 23.79032vw;
    border: 2px solid #eee;
  }
  .bl_prodDet_back {
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
  }
  .bl_prodDet_back .bl_prodDet_link {
    width: 28.46774vw;
  }
  .bl_prodDet_back .bl_prodDet_link:after {
    width: 28.46774vw;
  }
  .tp_kv {
    margin-top: 100px;
  }
  .tp_catch {
    width: 32.82258vw;
    height: 10.64516vw;
    margin-top: 40px;
  }
}

@media print and (min-height: 680px), screen and (min-width: 769px) and (min-height: 680px) {
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .bl_movie_link {
    width: 24.75806vw;
    height: 13.87097vw;
  }
  .tp_kvBtn {
    width: 8.14516vw;
    height: 8.06452vw;
  }
  .tp_kvBtnWrapper {
    width: 8.14516vw;
    height: 8.06452vw;
    margin-top: 15vw;
  }
  .tp_kvBtn_icon {
    width: 5.80645vw;
  }
  .tp_catch {
    width: 32.82258vw;
    height: 10.64516vw;
  }
}

@media print, screen and (min-width: 1025px) {
  .none-lg {
    display: none !important;
  }
  .ly_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    margin: 0 20px 0 30px;
  }
  .ly_header_nav {
    display: block !important;
    margin-left: auto;
  }
  .ly_main {
    width: 1000px;
    margin: 35px auto 140px;
  }
  .bl_castModal {
    width: 920px;
  }
  .bl_charaNav {
    width: 1000px;
    margin-bottom: 100px;
  }
  .bl_charaPageNav_back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 353px;
  }
  .bl_charaPageNav_back .bl_charaPageNav_link {
    width: 316px;
  }
  .bl_charaPageNav_back .bl_charaPageNav_link:after {
    width: 316px;
  }
  .bl_charaPageNav_prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 186px;
    margin-right: 20px;
  }
  .bl_charaPageNav_next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 186px;
    margin-right: 20px;
  }
  .bl_gnav {
    position: relative;
  }
  .bl_gnav_item {
    margin: 30px 10px 0;
  }
  .bl_gnav_item.is_active .bl_gnav_link:before {
    display: block;
    width: 1px;
    height: 20px !important;
    margin: 0 auto 10px;
    background: #e72427;
    content: '';
  }
  .bl_gnav_link {
    position: relative;
  }
  .bl_gnav_link:before {
    display: block;
    width: 1px;
    height: 0;
    background: #e72427;
    margin: 0 auto 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    content: '';
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .bl_gnav_link:hover:before {
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 auto 10px;
    background: #e72427;
    content: '';
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .bl_gnav_link:hover .bl_gnav_en {
    color: #e72427;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .bl_gnav_btn {
    display: none;
  }
  .bl_headerLogo {
    top: 0;
    width: 17.33871vw;
    margin-top: 30px;
  }
  .bl_modalMovie {
    width: 944px;
    margin: 0 auto;
  }
  .bl_modalMovie_frame {
    width: 944px;
    height: 531px;
    margin: 0 auto;
  }
  .bl_modalMovie_frame iframe {
    margin: 0 auto;
  }
  .bl_prodNav {
    width: 1000px;
    margin-bottom: 60px;
  }
  .bl_prodNav_btn {
    width: 295px;
    height: 32px;
  }
  .bl_prodNav_btn:after {
    width: 295px;
    height: 32px;
    border: 2px solid #eee;
  }
  .bl_prodDet_back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 353px;
    height: 43px;
  }
  .bl_prodDet_back .bl_prodDet_link {
    width: 316px;
  }
  .bl_prodDet_back .bl_prodDet_link:after {
    width: 316px;
  }
  .bl_vertPosts_item {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1241px) {
  .none-xl {
    display: none !important;
  }
  .bl_footerBnr {
    width: 1200px;
    margin: 0 auto;
  }
  .bl_movie_link {
    width: 307px;
    height: 172px;
  }
  .tp_kvBtnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 101px;
    height: 8.06452vw;
    margin-top: 15vw;
  }
  .tp_kvBtn_icon {
    width: 72px;
  }
}

@media print, screen and (min-width: 1921px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .none-d-ss {
    display: none !important;
  }
  .bl_footerCopyright {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .none-d-sm {
    display: none !important;
  }
  .bl_modalClose {
    top: 12px;
    right: 12px;
  }
  .bl_modalMovie {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .none-d-md {
    display: none !important;
  }
  html {
    font-size: 2.66667vw;
  }
  .ly_contaienr {
    position: relative;
  }
  .ly_contaienr:before {
    width: 100%;
    height: 100vh;
    background-image: url(../img/common/bg_cover.png), url(../img/common/sp/bg.jpg);
    background-position: top center;
    background-repeat: repeat,no-repeat;
    background-size: cover, cover;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
  }
  .ly_main {
    margin-top: 35px;
    padding: 0 5.33333vw;
  }
  .ly_topMain_inner {
    height: 100vh;
    position: relative;
  }
  .bl_about_imgWrapper {
    margin-bottom: 4vw;
  }
  .bl_backToTop {
    position: absolute;
    right: 20px;
    bottom: -40px;
  }
  .bl_backToTop a {
    background: url(../img/common/sp/btn_backtotop_off.png) center center no-repeat;
    background-size: contain;
  }
  .bl_cast_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_cast_item {
    width: calc(50% - 10px);
  }
  .bl_cast_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .bl_charaNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_chara_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_chara_item:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }
  .bl_chara_img {
    margin-bottom: 20px;
  }
  .bl_chara_onImg {
    display: none;
  }
  .bl_charaPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_charaPage_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 60px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .bl_charaPage_ttl {
    width: 100px;
  }
  .bl_charaPage_voice {
    width: 59px;
  }
  .bl_charaPage_img {
    margin-bottom: 40px;
  }
  .bl_charaPageNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bl_charaPageNav_back {
    width: 100%;
    margin-bottom: 30px;
  }
  .bl_charaPageNav_back .bl_charaPageNav_link {
    width: 70.66667vw;
  }
  .bl_charaPageNav_prev {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bl_charaPageNav_prev .bl_charaPageNav_txt {
    background-size: 1.6vw;
  }
  .bl_charaPageNav_next {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .bl_charaPageNav_txt {
    background-size: 1.6vw;
  }
  .bl_episode_thumb {
    margin-bottom: 10px;
  }
  .bl_episode_thumb:first-child {
    margin-right: 10px;
  }
  .bl_footerBnr {
    margin-bottom: 20px;
  }
  .bl_footerShare {
    margin-bottom: 40px;
  }
  .bl_footerShare_ttl {
    margin-bottom: 15px;
    text-align: center;
  }
  .bl_gnavShare .bl_shareNav_item {
    margin: 0 10px;
  }
  .bl_headerLogo {
    padding-top: 2.66667vw;
    padding-left: 5.33333vw;
  }
  .bl_headerLogo img {
    width: 22.4vw;
  }
  #toppage .bl_headerLogo {
    display: none;
  }
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_modalMovie_frame {
    position: relative;
    z-index: 1;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .bl_modalMovie_frame iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 93.33333vw;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .bl_modalChant_voice {
    width: 29.33333vw;
  }
  .bl_onair_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_onair_box02 {
    padding: 20px 30px 10px;
    margin-top: 30px;
  }
  .bl_onair_subttl {
    margin-bottom: 20px;
  }
  .bl_pager {
    padding-right: 1.33333vw;
    padding-left: 1.33333vw;
  }
  .bl_pager_list {
    position: relative;
  }
  .bl_pager_item {
    margin: 0 4vw 5.33333vw;
  }
  .bl_pager_prev {
    position: absolute;
    bottom: -6.4vw;
    right: 0;
  }
  .bl_pager_next {
    position: absolute;
    bottom: -6.4vw;
    left: 0;
  }
  .bl_prodNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_prodCardUnit {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_prodCard {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
  .bl_prodCard:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .bl_prodCard:nth-child(-n+2) {
    margin-top: 0;
  }
  .bl_prodDet_item {
    margin-bottom: 20px;
  }
  .bl_prodDet_item:last-child {
    margin-bottom: 0;
  }
  .bl_prodDet_back {
    width: 100%;
    margin-bottom: 30px;
  }
  .bl_prodDet_back .bl_prodDet_link {
    width: 70.66667vw;
    height: 9.6vw;
  }
  .bl_prodDet_back .bl_prodDet_link:after {
    height: 9.6vw;
  }
  .bl_prodDet_back .bl_prodDet_linkTxt {
    font-size: 1.6rem;
  }
  .bl_prodDet_linkTxt {
    background-size: 1.6vw;
  }
  .bl_shareNav_item {
    margin: 0 15px;
  }
  .bl_shareNav_link {
    width: 7.2vw;
  }
  .bl_vertPosts_item {
    font-size: 1.2rem;
  }
  .tp_kv {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
  .tp_kv01 {
    width: 68.8vw;
    margin-top: 63.06667vw;
    margin-left: 21.06667vw;
  }
  .tp_kv02 {
    width: 55.06667vw;
    margin-top: 53.86667vw;
    margin-right: 5.06667vw;
    margin-left: auto;
    right: 0;
  }
  .tp_kv03 {
    width: 57.46667vw;
    margin-top: 69.33333vw;
    margin-left: 6.66667vw;
  }
  .tp_kv04 {
    width: 77.46667vw;
    margin-top: 41.6vw;
    margin-left: 1.33333vw;
  }
  .tp_kv05 {
    width: 46.66667vw;
    margin-top: 28.66667vw;
    margin-right: 11.73333vw;
    margin-left: auto;
    right: 0;
  }
  .tp_kv06 {
    width: 54.8vw;
    padding-top: 24.53333vw;
    margin-left: 9.33333vw;
  }
  .tp_kvBtn {
    width: 25.06667vw;
    height: 25.06667vw;
    top: 104.93333vw;
    left: 2.4vw;
  }
  .tp_kvBtn_txt {
    width: 25.06667vw;
  }
  .tp_kvBtn_txt img {
    width: 100%;
  }
  .tp_logo {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 81.46667vw;
    z-index: 1;
    top: 119.33333vw;
  }
  .tp_catch {
    position: absolute;
    top: 15px;
    left: 2.93333vw;
    margin-bottom: 20px;
    width: 67.2vw;
  }
  .tp_catch_inner {
    left: 0;
    right: 0;
  }
  .tp_container {
    padding: 80px 5.33333vw 0;
    background: url(../img/common/bg_cover.png);
  }
  .tp_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .tp_movie {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 60px;
  }
  .tp_movie_frame img {
    width: 100%;
  }
  .tp_news {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 60px;
  }
  .tp_news_frame {
    height: 55.06667vw;
    padding: 25px 20px 20px;
  }
  .tp_tw {
    margin-bottom: 60px;
  }
  .tp_tw_frame {
    padding: 25px 30px 30px;
  }
  .tp_tw_ttl:before {
    display: inline-block;
    width: 19px;
    height: 1px;
    margin-right: 9px;
    background: #e72427;
    content: '';
  }
}

@media screen and (max-width: 1024px) {
  .none-d-lg {
    display: none !important;
  }
  .ly_header_nav {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    background: #fff;
    background-size: 75.6vw auto;
  }
  .bl_gnav {
    margin-top: 120px;
  }
  .bl_gnav_item {
    width: 50%;
    margin-bottom: 60px;
  }
  .bl_gnav_btnIcon {
    position: absolute;
    top: 14px;
    left: 15px;
    display: inline-block;
    width: 30px;
    margin: 0 auto;
    cursor: pointer;
  }
  .bl_gnav_btnIcon span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .bl_gnav_btnIcon span:nth-of-type(1) {
    top: 0;
  }
  .bl_gnav_btnIcon span:nth-of-type(2) {
    top: 7px;
    right: 0;
    left: auto;
    width: 20px;
  }
  .bl_gnav_btnIcon span:nth-of-type(2):before {
    content: '';
    position: absolute;
    height: 4px;
    width: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #222;
    left: 0;
    top: 0;
  }
  .bl_gnav_btnIcon span:nth-of-type(3) {
    top: 14px;
  }
  .bl_gnav_btnTxt {
    font-family: "Oswald", sans-serif;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    display: block;
    font-size: 10px !important;
    font-style: italic;
    letter-spacing: 1px;
    color: #fff;
    top: 36px;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 24px;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon span {
    width: 26px;
    height: 2px;
    background-color: #fff;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon span:nth-of-type(1) {
    opacity: 0;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon span:nth-of-type(2):before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnIcon span:nth-of-type(3) {
    opacity: 0;
  }
  .bl_gnav_btn[aria-expanded="true"] .bl_gnav_btnTxt {
    color: #fff;
  }
  .bl_navBg {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 73.6vw;
    height: 80.8vw;
    z-index: -1;
  }
  .bl_navBg_main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-animation: glitch 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both infinite;
            animation: glitch 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both infinite;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
  .bl_navBg_main:before, .bl_navBg_main:after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../img/common/bg_nav_main.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .bl_navBg_main:before {
    left: -10px;
    clip: rect(0, 9999px, 0, 0);
    -webkit-animation: yuragiLsizeFrame both 3s linear infinite;
            animation: yuragiLsizeFrame both 3s linear infinite;
  }
  .bl_navBg_main:after {
    left: 10px;
    clip: rect(0, 9999px, 0, 0);
    -webkit-animation: yuragiLsizeFrame2 3s both linear infinite;
            animation: yuragiLsizeFrame2 3s both linear infinite;
  }
  .bl_navBg_main img {
    width: 73.6vw;
    height: 80.8vw;
  }
  .bl_navBg_color {
    width: 73.6vw;
    height: 80.8vw;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    z-index: -1;
  }
  .bl_navBg_color__pink {
    -webkit-animation: glitch 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
            animation: glitch 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }
  .bl_navBg_color__yellow {
    animation: glitch 1800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite reverse;
  }
  .bl_navBg_color__blue {
    -webkit-animation: glitch 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms infinite;
            animation: glitch 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms infinite;
  }
  .bl_navBg_color img {
    width: 73.6vw;
    height: 80.8vw;
  }
  .bl_modalCont {
    width: 80%;
  }
  .bl_modalMovie_frame {
    position: relative;
    z-index: 1;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .bl_modalMovie_frame iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1240px) {
  .none-d-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1920px) {
  .none-d-xxl {
    display: none !important;
  }
}
