@charset "UTF-8";
.m_font_DIN, #header #gnav a .en, #header .links a .en, .btn_gnav .inner, .ttl_page .en, .share h2 {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
}

/* tag reset
##################################### */
/*!
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com
	Twitter: @rich_clark
	*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* base
##################################### */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url("../img/common/bg01.jpg");
  color: #000;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

table {
  border: 0;
  border-collapse: collapse;
  font-size: inherit;
  /* for modern browser */
  width: 100%;
}

pre, code, kbd, samp, tt {
  font-family: inherit;
  *font-size: 108%;
  /* for IE whole */
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

object {
  margin: 0;
  padding: 0;
}

a {
  color: #fff000;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

::-moz-selection {
  background: #0aabab;
  background: rgba(10, 171, 171, .4);
}

::selection {
  background: #0aabab;
  background: rgba(10, 171, 171, .4);
}

/* module
##################################### */
.m_disnon {
  display: none;
}

.m_box_pd10 {
  padding: 10px;
}

.m_box_pd20 {
  padding: 20px;
}

.m_box_pd30 {
  padding: 30px;
}

.m_box_pd40 {
  padding: 40px;
}

.m_box_pd50 {
  padding: 50px;
}

.m_center {
  text-align: center;
}

.m_left {
  text-align: left;
}

.m_right {
  text-align: right;
}

.m_va_top {
  vertical-align: top;
}

.m_va_middle {
  vertical-align: middle;
}

.m_font_b {
  font-weight: bold !important;
}

.m_fontS {
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
}

.m_fontSM {
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
}

.m_fontM {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
}

.m_fontLM {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}

.m_fontL {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}

.m_fontLL {
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2;
}

.m_word_break {
  word-break: break-all;
}

.m_mb0 {
  margin-bottom: 0 !important;
}

.m_mb10 {
  margin-bottom: 10px;
}

.m_mb20 {
  margin-bottom: 20px;
}

.m_mb30 {
  margin-bottom: 30px;
}

.m_mb40 {
  margin-bottom: 40px;
}

.m_mb50 {
  margin-bottom: 50px;
}

.m_mb60 {
  margin-bottom: 60px;
}

.m_mb70 {
  margin-bottom: 70px;
}

.m_mb80 {
  margin-bottom: 80px;
}

.m_mb90 {
  margin-bottom: 90px;
}

.m_mb100 {
  margin-bottom: 100px;
}

.m_ml10 {
  margin-left: 10px;
}

.m_ml20 {
  margin-left: 20px;
}

.m_ml30 {
  margin-left: 30px;
}

.m_ml40 {
  margin-left: 40px;
}

.m_ml50 {
  margin-left: 50px;
}

.m_mr10 {
  margin-right: 10px;
}

.m_mr20 {
  margin-right: 20px;
}

.m_mr30 {
  margin-right: 30px;
}

.m_mr40 {
  margin-right: 40px;
}

.m_mr50 {
  margin-right: 50px;
}

.img_hover {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.img_hover:hover {
  opacity: .6;
}

/* structure
##################################### */
body.page {
  overflow-y: scroll;
}

#stage {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

#bg_set {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-page #header:before {
  background: #d6000f;
}

#header {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0s 1s;
  -o-transition: width 0s 1s;
  transition: width 0s 1s;
  width: 0;
  z-index: 100;
}

#header:before {
  background: #000;
  content: '';
  left: 0;
  top: 0;
  -webkit-transition: background .5s ease-in;
  -o-transition: background .5s ease-in;
  transition: background .5s ease-in;
}

#header .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  width: 100%;
}

#header #logo {
  position: absolute;
}

#header #gnav a, #header .links a {
          align-items: center;
  -webkit-box-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

#header #gnav a span:not(.en), #header .links a span:not(.en) {
  margin-top: -.4em;
}

#header #gnav a .en, #header .links a .en {
  position: relative;
}

#header #gnav a .en:after, #header .links a .en:after {
  background: #000;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

#header #gnav a:hover, #header #gnav a.is-active, #header .links a:hover, #header .links a.is-active {
  color: #fff;
}

#header #gnav a:hover .en:after, #header #gnav a.is-active .en:after, #header .links a:hover .en:after, #header .links a.is-active .en:after {
  background: #fff;
}

#header .sns {
          align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
}

#header .sns a {
  position: relative;
}

#header .sns a:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  width: 100%;
}

#header .sns a img {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#header .sns a:hover:after {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#header .sns a:hover img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#header .sns a.tw:after {
  background-image: url("../img/common/btn_tw_on.png");
}

#header .sns a.insta:after {
  background-image: url("../img/common/btn_insta_on.png");
}

#header.on {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
}

#header.on #gnav_layer {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#header.on .inner {
  opacity: 1;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

#header.on:before {
  background: #000;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

#gnav_layer {
  background: #ab000c;
  background: rgba(171, 0, 12, .9);
  display: none;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform .5s .5s ease-out;
  -o-transition: transform .5s .5s ease-out;
  transition: -webkit-transform .5s .5s ease-out;
  transition: transform .5s .5s ease-out;
  transition: transform .5s .5s ease-out, -webkit-transform .5s .5s ease-out;
  z-index: -1;
}

.btn_gnav {
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.btn_gnav .inner {
  position: relative;
}

.btn_gnav .inner:after {
  content: 'MENU';
  display: block;
  line-height: 1;
}

.btn_gnav .lines {
  position: relative;
}

.btn_gnav i {
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.btn_gnav i.first {
  top: 0;
}

.btn_gnav i.second {
  top: 50%;
}

.btn_gnav i.third {
  top: 100%;
}

.btn_gnav.on .inner:after {
  content: 'CLOSE';
}

.btn_gnav.on .first {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_gnav.on .second {
  opacity: 0 !important;
}

.btn_gnav.on .third {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main_inner {
  margin: 0 auto;
  max-width: 856px;
  width: 85.33333%;
}

.ttl_page {
  text-align: center;
}

.ttl_page .en {
  color: #fff;
}

#btn_ptop {
  bottom: 0;
  right: 100px;
  z-index: 1;
}

#btn_ptop:hover {
  -webkit-animation: bounce .3s linear;
          animation: bounce .3s linear;
}

@-webkit-keyframes bounce {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.2);
            transform: scale(0.9, 1.2);
  }
  50% {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
  75% {
    -webkit-transform: scale(0.95, 1.15);
            transform: scale(0.95, 1.15);
  }
}

@keyframes bounce {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.2);
            transform: scale(0.9, 1.2);
  }
  50% {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
  75% {
    -webkit-transform: scale(0.95, 1.15);
            transform: scale(0.95, 1.15);
  }
}

#footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.share a:hover span:before {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.share a:hover span:after {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.share span {
  display: block;
  font-size: 0;
  line-height: 1;
  position: relative;
  text-indent: -9999px;
}

.share span:before, .share span:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.share span:before {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.share span:after {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#modal_movie {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
}

#modal_movie .overlay {
  background: #000000;
  background: rgba(0, 0, 0, .9);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#modal_movie .close {
  background-color: transparent;
  background-image: url("../js/common/lib/colorbox/images/btn_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
}

#modal_movie iframe, #modal_movie video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* parts
##################################### */
.btn01 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: .4em 2.4em .5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  z-index: 1;
}

.btn01:before {
  -webkit-animation: btn01_off .3s ease-out forwards;
          animation: btn01_off .3s ease-out forwards;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.btn01:after {
  background: url("../img/common/ico_arrow01_w.png") no-repeat;
  background-position: right 8px center;
  background-size: 4px auto;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn01:hover {
  background: #ab000c;
  color: #fff;
}

.btn01:hover:before {
  -webkit-animation: btn01_on .3s ease-out forwards;
          animation: btn01_on .3s ease-out forwards;
}

.btn01:hover:after {
  background-image: url("../img/common/ico_arrow01_w.png");
}

.btn01.m_font_DIN {
  padding: .1em 2.4em 0;
}

@-webkit-keyframes btn01_on {
  0% {
    background: #000;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    background: #000;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes btn01_on {
  0% {
    background: #000;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    background: #000;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes btn01_off {
  0% {
    background: #ab000c;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    background: #ab000c;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes btn01_off {
  0% {
    background: #ab000c;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    background: #ab000c;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.box_movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 384px;
  max-width: 680px;
  overflow: hidden;
  position: relative;
}

.box_movie:before {
  content: '';
  display: block;
  padding-top: 52.73%;
}

.box_movie iframe, .box_movie video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* common pc
===================================== */

/* common pc/tablet
===================================== */

.edge .share h2, .ie11 .share h2 {
  height: 2em;
}

.edge .btn_gnav .inner:after, .ie11 .btn_gnav .inner:after {
  height: 2em;
}

/* common sp
===================================== */

/* ===========================================
  modal
=========================================== */
/* trailer
========================================== */
.is-lock {
  overflow: hidden;
}

.modal-content {
  display: none;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  position: relative;
  text-align: center;
  z-index: 101;
}

.modal-content.is-active {
  display: block;
}

.modal-overlay {
  background: #ab000c;
  background: rgba(171, 0, 12, .9);
  display: none;
  height: 100vh;
  left: 0;
  min-height: 680px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal-close {
  background: url(../img/credit/btn_close_off.png);
  background-size: 80px;
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 80px;
}

/* cast&staff modal
==================================== */
.credit-block {
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100vh;
          justify-content: center;
  width: 100%;
}

.credit-img img {
  width: 100%;
}

.credit-modalToggle {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
  #header {
    min-width: 64px;
  }
  #header:before {
    height: 100%;
    position: fixed;
    width: 64px;
    z-index: 1;
  }
  #header .inner {
    height: 100vh;
    padding: 140px 40px 100px 104px;
  }
  #header .inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  #header #logo {
    right: 24px;
    top: 24px;
  }
  #header #gnav, #header .links {
    margin: 0 auto;
    width: 744px;
  }
  #header #gnav ul, #header .links ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header #gnav li, #header .links li {
    margin-bottom: 64px;
    width: 50%;
  }
  #header #gnav a .en, #header .links a .en {
    font-size: 36px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1;
    margin-right: 17px;
    padding-right: 17px;
  }
  #header #gnav a .en:after, #header .links a .en:after {
    height: 32px;
  }
  #header .links ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #header .sns h2 {
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
  }
  #header .sns a {
    margin-left: 16px;
  }
  #gnav_layer {
    width: calc(100% - 64px);
  }
  .btn_gnav {
    left: 16px;
    position: fixed;
    top: 24px;
  }
  .btn_gnav .inner:after {
    margin-left: 7px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .btn_gnav .lines {
    height: 20px;
    margin-bottom: 16px;
    width: 32px;
  }
  .btn_gnav i {
    height: 4px;
  }
  #main {
    padding: 64px 0 0 64px;
  }
  #main > .logo {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .ttl_page {
    margin-bottom: 64px;
  }
  .ttl_page .en {
    font-size: 44px;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: normal;
    line-height: 1;
  }
  #btn_ptop {
    position: fixed;
  }
  #footer {
    padding: 80px 40px 24px 104px;
  }
  .copyright {
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2;
  }
  .share {
    bottom: 0;
    left: 0;
    line-height: 1;
    padding: 0 21px 34px;
    position: fixed;
    z-index: 100;
  }
  .share h2 {
    color: #fff;
    margin-bottom: 24px;
    margin-left: 3px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .share li {
    width: 22px;
  }
  .share li:not(:last-child) {
    margin-bottom: 24px;
  }
  .share li.tw span:before {
    background-image: url("../img/common/btn_share_tw_w.png");
  }
  .share li.tw span:after {
    background-image: url("../img/common/btn_share_tw_r.png");
  }
  .share li.fb span:before {
    background-image: url("../img/common/btn_share_fb_w.png");
  }
  .share li.fb span:after {
    background-image: url("../img/common/btn_share_fb_r.png");
  }
  .share li.line span:before {
    background-image: url("../img/common/btn_share_line_w.png");
  }
  .share li.line span:after {
    background-image: url("../img/common/btn_share_line_r.png");
  }
  .share span {
    height: 20px;
  }
  #modal_movie .close {
    height: 80px;
    top: 70px;
    width: 80px;
  }
  #modal_movie .inner {
    height: 100vh;
    position: relative;
    width: 100%;
  }
  /* parts pc/tablet
------------------------------------- */
  .credit-img {
    margin: auto;
    width: 800px;
  }
}

@media (min-width: 992px) and (max-width: 1241px) {
  .credit-img {
    width: 800px;
  }
}

@media screen and (min-width: 1081px) {
  /* parts pc
------------------------------------- */
}

@media screen and (min-width: 1241px) {
  .modal-close {
    background-size: 6.45161vw;
    height: 6.45161vw;
    width: 6.45161vw;
  }
  .credit-img {
    max-height: 500px;
    width: 64.51613vw;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
  body {
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2;
  }
  .pc_only {
    display: none;
  }
  #header {
    width: 100% !important;
  }
  #header:before {
    height: 50px;
    position: absolute;
    width: 100%;
  }
  #header .logo {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 88px;
  }
  #header .inner {
    padding-top: 110px;
  }
  #header #logo {
    right: 14px;
    top: 10px;
    width: 88px;
  }
  #header #gnav, #header .links {
    padding: 0 10.66667%;
  }
  #header #gnav ul, #header .links ul {
    height: auto !important;
  }
  #header #gnav li, #header .links li {
    margin-bottom: 40px;
  }
  #header #gnav a .en, #header .links a .en {
    font-size: 27px;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: normal;
    line-height: 1;
    margin-right: 14px;
    padding-right: 14px;
  }
  #header #gnav a .en:after, #header .links a .en:after {
    height: 24px;
  }
  #header .sns h2 {
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
  }
  #header .sns a {
    margin-left: 20px;
    width: 30px;
  }
  #gnav_layer {
    width: 100%;
  }
  .btn_gnav {
    left: 20px;
    position: absolute;
    top: 16px;
  }
  .btn_gnav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn_gnav .inner:after {
    margin-left: 14px;
    margin-top: 3px;
  }
  .btn_gnav .lines {
    height: 15px;
    width: 24px;
  }
  .btn_gnav i {
    height: 3px;
  }
  #main {
    padding: 110px 0 0;
  }
  .ttl_page {
    margin-bottom: 40px;
  }
  .ttl_page .en {
    font-size: 34px;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 1;
  }
  #btn_ptop {
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    right: 24px !important;
    width: 45.46667%;
  }
  #footer {
    padding: 40px 0 37.33333%;
  }
  .copyright {
    font-size: 9px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 2;
  }
  .share {
    line-height: 1;
    padding-top: 60px;
  }
  .share h2 {
    margin-bottom: 1em;
    text-align: center;
  }
  .share ul {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share li {
    width: 22px;
  }
  .share li:not(:last-child) {
    margin-right: 24px;
  }
  .share li.tw span:before {
    background-image: url("../img/common/btn_share_tw_b.png");
  }
  .share li.tw span:after {
    background-image: url("../img/common/btn_share_tw_w.png");
  }
  .share li.fb span:before {
    background-image: url("../img/common/btn_share_fb_b.png");
  }
  .share li.fb span:after {
    background-image: url("../img/common/btn_share_fb_w.png");
  }
  .share li.line span:before {
    background-image: url("../img/common/btn_share_line_b.png");
  }
  .share li.line span:after {
    background-image: url("../img/common/btn_share_line_w.png");
  }
  .share span {
    height: 20px;
  }
  #modal_movie {
    min-height: 56.25vw;
  }
  #modal_movie .close {
    height: 14vw;
    width: 14vw;
  }
  #modal_movie .inner {
    padding-top: 56.25%;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .credit-img {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
}
