@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 16px;
  line-height: 1.875;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }

body {
  font-family: Helvetica,Arial,
 '游ゴシック',
 'Yu Gothic',YuGothic,
 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',
 'メイリオ','Meiryo',
 'ＭＳ Ｐゴシック',
 sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: black;
  font-weight: bold; }
  body > .ruler {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    opacity: .7; }
  a.cs, a[href="#"] {
    opacity: 1;
    cursor: default; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sup {
  font-size: 0.5em;
  vertical-align: super; }

a.btn {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0.5em;
  margin-top: 15px;
  background: white;
  color: black;
  letter-spacing: 0.05em; }
  a.btn[href="#"] {
    display: none; }

a.buy:after {
  content: "BUY";
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.5;
  padding: 0 0.5em;
  margin-top: 0;
  background: black;
  color: white;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

a.buy:hover:after {
  background: white;
  color: black; }

#frame {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease; }
  #frame.move {
    opacity: 1; }
  #frame:before {
    content: "";
    display: block;
    position: fixed;
    top: 3.75rem;
    left: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    padding: 1.875rem;
    background: url(/static/full/tnf/special/tnf_play/assets/images/back_pc.jpg) no-repeat 50%;
    background-size: cover; }

.fixed-title {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold; }
  .fixed-title a {
    display: block;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

#navi {
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  height: 3.75rem;
  font-size: 0.75rem;
  font-weight: bold; }
  #navi .triggerWrap {
    display: none; }
  #navi .menu {
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center; }
    #navi .menu .item {
      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;
      text-align: center;
      position: relative;
      margin: 0 0.625rem; }
      #navi .menu .item .label {
        display: block;
        padding: 0 0.625rem;
        border-bottom: black solid 1px; }
      #navi .menu .item .sub {
        overflow: hidden;
        height: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 17.5rem;
        margin-left: -8.75rem;
        background: white; }
        #navi .menu .item .sub li a {
          display: block;
          line-height: 1.66667;
          padding: 0.41667em 0; }
          #navi .menu .item .sub li a .min {
            font-size: 0.875em; }
      #navi .menu .item:hover .sub {
        height: 5.625rem; }
      #navi .menu .item#menu_item_02:hover .sub {
        height: 3.75rem; }

.fixed-date {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold; }
  .fixed-date span {
    display: block;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.fixed-scroll {
  position: fixed;
  z-index: 8;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3.75rem;
  font-size: 0.625rem;
  font-weight: bold;
  overflow: hidden; }
  .fixed-scroll .btns {
    width: 10rem;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .fixed-scroll .btns.up {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .fixed-scroll a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
    text-align: center; }
    .fixed-scroll a:after {
      content: "";
      display: block;
      width: 0.46875rem;
      height: 0.46875rem;
      background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow.svg) no-repeat 50%;
      background-size: contain; }
    .fixed-scroll a.up:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

#content {
  position: fixed;
  top: 5.625rem;
  left: 5.625rem;
  right: 5.625rem;
  bottom: 5.625rem;
  background: rgba(255, 255, 255, 0.8);
  border: transparent solid 0.625rem;
  overflow-y: auto;
  overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 2s ease 2s;
  -o-transition: opacity 2s ease 2s;
  transition: opacity 2s ease 2s; }
  #content::-webkit-scrollbar {
    display: none; }
  #content.move {
    opacity: 1; }

article {
  width: 100%;
  overflow: hidden; }
  article section {
    position: relative;
    border-bottom: black solid 1px;
    margin-bottom: 3.125rem; }
    article section .secInner {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 0 6.25rem; }
      article section .secInner:first-child {
        padding-top: 3.125rem; }
      article section .secInner > h2.title {
        font-size: 1.125rem;
        line-height: 1.6;
        padding: 0 0.83333rem;
        border-bottom: black solid 1px;
        margin-bottom: 3.125rem; }
        article section .secInner > h2.title + h3.subTit {
          margin-top: -1.25rem;
          margin-bottom: 3.125rem;
          font-size: 0.875rem;
          line-height: 22/14;
          text-align: center; }
      article section .secInner h4.sceneTit {
        padding-top: 1.25rem;
        margin-bottom: 3.125rem;
        font-size: 0.875rem;
        line-height: 22/14;
        text-align: center; }
        article section .secInner h4.sceneTit span {
          display: block; }
      article section .secInner .txt {
        width: 82.14286%;
        max-width: 400px;
        margin-top: 3.125rem;
        font-size: 0.875rem;
        line-height: 1.8;
        text-align: justify;
        letter-spacing: 0.05em; }
        article section .secInner .txt:nth-child(2) {
          margin-top: 0; }
        article section .secInner .txt sup {
          font-size: 0.75em;
          vertical-align: super; }
        article section .secInner .txt p {
          margin-top: 1.875rem; }
          article section .secInner .txt p:first-child {
            margin-top: 0; }
          article section .secInner .txt p.note {
            font-size: 0.75rem;
            font-weight: normal;
            line-height: 1.8; }
          article section .secInner .txt p.center {
            text-align: center; }
      article section .secInner .img {
        width: 82.14286%;
        max-width: 400px; }
        article section .secInner .img a {
          display: block; }
      article section .secInner .pre {
        white-space: pre-line; }
      article section .secInner .videoWrap {
        width: 100%;
        height: 394px; }
        article section .secInner .videoWrap video {
          display: block;
          width: 100%; }
        article section .secInner .videoWrap + .txt {
          margin-top: 3.125rem; }
    article section .btns {
      margin-top: 1rem;
      margin-right: -2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      article section .btns.center {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        article section .btns.center li {
          margin: 0;
          margin-top: 0.625rem; }
          article section .btns.center li:first-child {
            margin-top: 0; }
      article section .btns li {
        margin-right: 0.625rem;
        margin-top: 0.625rem; }
        article section .btns li a {
          display: block;
          text-align: center;
          padding: 0 1em;
          border: black solid 1px;
          line-height: 2.08333; }
  article #TOP {
    padding-bottom: 6.25rem;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: opacity 2s ease 2.5s;
    -o-transition: opacity 2s ease 2.5s;
    transition: opacity 2s ease 2.5s; }
    article #TOP.move {
      opacity: 1; }
    article #TOP .bg {
      background: url(/static/full/tnf/special/tnf_play/assets/images/top_pc.jpg) no-repeat 50%;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      article #TOP .bg .logo {
        width: 13.75rem; }
        article #TOP .bg .logo a {
          display: block; }
        article #TOP .bg .logo img {
          width: 100%; }
      article #TOP .bg .date {
        display: none; }
    article #TOP .secInner {
      padding: 6.25rem 0 0; }
      article #TOP .secInner .txt {
        margin-top: 3.125rem; }
  article #MOVIE_HYKE .about {
    width: 82.14286%;
    max-width: 400px;
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.8; }
    article #MOVIE_HYKE .about .label {
      font-size: 1.16667em; }
    article #MOVIE_HYKE .about .btns {
      margin-top: 0rem;
      margin-right: -2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      article #MOVIE_HYKE .about .btns li {
        margin-right: 0.625rem;
        margin-top: 0.625rem; }
        article #MOVIE_HYKE .about .btns li a {
          display: block;
          text-align: center;
          padding: 0 1em;
          border: black solid 1px;
          line-height: 2.08333; }
  article #PLAY_OLOGY_01 .secInner .img a span {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 1.5625rem;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    article #PLAY_OLOGY_01 .secInner .img a span:before {
      display: inline-block;
      width: 0;
      height: 0;
      border-top: transparent solid 0.25em;
      border-bottom: transparent solid 0.25em;
      border-left: black solid 0.5em;
      vertical-align: middle;
      position: relative;
      top: -0.15em; }
  article #PLAY_OLOGY_02 {
    margin-bottom: 0;
    border-bottom: none; }
    article #PLAY_OLOGY_02 .secInner {
      padding-bottom: 3.125rem; }
      article #PLAY_OLOGY_02 .secInner .img {
        width: 100%;
        height: auto;
        max-width: 100%; }
        article #PLAY_OLOGY_02 .secInner .img a span {
          display: block;
          text-align: center;
          font-size: 0.75rem;
          line-height: 1;
          margin-top: 1.5625rem;
          -webkit-transition: opacity .3s ease;
          -o-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          article #PLAY_OLOGY_02 .secInner .img a span:before {
            display: inline-block;
            width: 0;
            height: 0;
            border-top: transparent solid 0.25em;
            border-bottom: transparent solid 0.25em;
            border-left: black solid 0.5em;
            vertical-align: middle;
            position: relative;
            top: -0.15em; }
  article #ABOUT {
    margin-bottom: 0; }
    article #ABOUT .secInner {
      max-width: 100%; }
    article #ABOUT .gallery {
      margin-top: 3.125rem;
      width: 100%;
      position: relative; }
      article #ABOUT .gallery .slick-list {
        width: 32.8125rem;
        margin: 0 auto;
        overflow: visible; }
      article #ABOUT .gallery .item {
        width: 32.8125rem;
        opacity: .8;
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease; }
        article #ABOUT .gallery .item[aria-hidden="false"] {
          opacity: 1; }
      article #ABOUT .gallery .slick-arrow {
        display: block;
        position: absolute;
        top: 100%;
        margin-top: 0.625rem;
        font-size: 0.625rem;
        line-height: 1; }
        article #ABOUT .gallery .slick-arrow[aria-disabled="true"] {
          display: none !important; }
        article #ABOUT .gallery .slick-arrow.slick-prev {
          left: 0; }
          article #ABOUT .gallery .slick-arrow.slick-prev:before {
            content: "";
            display: inline-block;
            width: 0.83333em;
            height: 0.8em;
            margin-right: 0.41667em;
            background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow.svg) no-repeat 50%;
            background-size: contain;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        article #ABOUT .gallery .slick-arrow.slick-next {
          right: 0; }
          article #ABOUT .gallery .slick-arrow.slick-next:after {
            content: "";
            display: inline-block;
            width: 0.83333em;
            height: 1em;
            margin-left: 0.41667em;
            background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow.svg) no-repeat 50%;
            background-size: contain;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    article #ABOUT .about {
      width: 82.14286%;
      max-width: 400px;
      margin-top: 3.125rem;
      font-size: 0.75rem;
      line-height: 1.8; }
      article #ABOUT .about .label {
        font-size: 1.16667em; }
      article #ABOUT .about .address {
        font-weight: normal;
        margin-top: 0.9375rem;
        letter-spacing: 0.05em; }
        article #ABOUT .about .address:first-child {
          margin-top: 0; }
      article #ABOUT .about .btns {
        margin-top: 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        article #ABOUT .about .btns li {
          margin-left: 0.625rem; }
          article #ABOUT .about .btns li:first-child {
            margin-left: 0;
            width: 10rem; }
          article #ABOUT .about .btns li:nth-child(2) {
            width: 6.25rem; }
          article #ABOUT .about .btns li a {
            display: block;
            text-align: center;
            border: black solid 1px;
            line-height: 2.08333; }

.copyright {
  font-size: 0.75rem;
  line-height: 1.42857;
  text-align: center;
  height: 3.75rem;
  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; }

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10; }
  .pagetop a {
    display: block;
    width: 30px;
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .pagetop a.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .pagetop a:hover {
      opacity: 1; }
      .pagetop a:hover img {
        opacity: 1; }
        .pagetop a:hover img:first-child {
          opacity: 0; }
    .pagetop a img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .pagetop a img:first-child {
        position: relative;
        opacity: 1; }

#modal {
  z-index: -15000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }
  #modal.init {
    display: none;
    opacity: 1;
    z-index: 15000; }
  #modal .modalWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    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;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0); }
    #modal .modalWrap.active {
      -webkit-transform: translate3d(0, 0, 1px);
      transform: translate3d(0, 0, 1px); }
    #modal .modalWrap > a.modalclose {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    #modal .modalWrap.modal-interview .modalInner {
      width: 60.48387vw;
      height: 100vh;
      overflow: auto;
      display: block;
      background: #fff; }
    #modal .modalWrap .modalInner {
      width: 83.06452vw;
      max-width: 920px;
      height: 80vh;
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #modal .modalWrap .modalInner > a.modalclose {
        position: fixed;
        display: block;
        top: 2rem;
        right: 2rem;
        width: 42px;
        height: 42px; }
        #modal .modalWrap .modalInner > a.modalclose:before, #modal .modalWrap .modalInner > a.modalclose:after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          width: 42px;
          height: 2px;
          background: #b28247;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #modal .modalWrap .modalInner > a.modalclose:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      #modal .modalWrap .modalInner .interview {
        width: 100%;
        margin: 0 auto;
        padding: 6.25rem 1.5625rem 3.125rem;
        overflow: hidden;
        font-weight: 500; }
        #modal .modalWrap .modalInner .interview > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        #modal .modalWrap .modalInner .interview .tit {
          text-align: center;
          font-size: 1.125rem;
          line-height: 1.6;
          padding: 0 0.83333rem;
          border-bottom: black solid 1px;
          font-weight: bold; }
          #modal .modalWrap .modalInner .interview .tit + .subTit {
            margin-top: 1.875rem;
            font-size: 0.875rem;
            font-weight: bold;
            line-height: 22/14;
            text-align: center; }
        #modal .modalWrap .modalInner .interview h4.sceneTit {
          padding-top: 4.375rem;
          margin-bottom: -1.25rem;
          font-size: 0.875rem;
          line-height: 22/14;
          text-align: center;
          font-weight: bold; }
          #modal .modalWrap .modalInner .interview h4.sceneTit span {
            display: block; }
        #modal .modalWrap .modalInner .interview .img {
          margin-top: 3.125rem; }
        #modal .modalWrap .modalInner .interview .lead {
          font-weight: bold; }
        #modal .modalWrap .modalInner .interview .txt {
          margin-top: 3.125rem;
          width: 100%;
          max-width: 500px;
          text-align: justify;
          letter-spacing: 0.05em; }
          #modal .modalWrap .modalInner .interview .txt.credit {
            text-align: center;
            font-size: 0.85714em; }
        #modal .modalWrap .modalInner .interview .pre {
          white-space: pre-line; }
        #modal .modalWrap .modalInner .interview sup {
          font-size: 0.75em;
          vertical-align: super; }
        #modal .modalWrap .modalInner .interview .making_interview {
          margin-right: -17px; }
        #modal .modalWrap .modalInner .interview .btns {
          margin-top: 3.125rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          font-weight: bold; }
          #modal .modalWrap .modalInner .interview .btns.center {
            margin-right: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            #modal .modalWrap .modalInner .interview .btns.center li {
              margin: 0;
              margin-top: 0.625rem; }
              #modal .modalWrap .modalInner .interview .btns.center li:first-child {
                margin-top: 0; }
          #modal .modalWrap .modalInner .interview .btns li {
            margin-right: 0.625rem;
            margin-top: 0.625rem; }
            #modal .modalWrap .modalInner .interview .btns li a {
              display: block;
              text-align: center;
              padding: 0 1em;
              border: black solid 1px;
              line-height: 2.08333; }
      #modal .modalWrap .modalInner .books {
        width: 100%; }
        #modal .modalWrap .modalInner .books .book .page img {
          width: 50%;
          height: auto;
          cursor: pointer; }
          #modal .modalWrap .modalInner .books .book .page img[width="2657"] {
            width: 100%; }
        #modal .modalWrap .modalInner .books .book .slick-dots {
          width: 70%;
          margin: 2rem auto;
          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; }
          #modal .modalWrap .modalInner .books .book .slick-dots li {
            margin: 0 0.5em;
            width: 0.5em;
            height: 0.5em;
            overflow: hidden;
            position: relative;
            border-radius: 0.5em;
            background: #444; }
            #modal .modalWrap .modalInner .books .book .slick-dots li.slick-active {
              background: #fff; }
            #modal .modalWrap .modalInner .books .book .slick-dots li button {
              margin: 0;
              padding: 0;
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              display: block;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              text-indent: -999em;
              background: none; }
        #modal .modalWrap .modalInner .books .book .slick-arrow {
          display: block;
          position: absolute;
          top: 50%;
          width: 2rem;
          height: 2rem;
          margin-top: -1rem;
          text-indent: -999em;
          background-size: contain;
          background-position: 50%;
          background-repeat: no-repeat; }
          #modal .modalWrap .modalInner .books .book .slick-arrow[aria-disabled="true"] {
            display: none !important; }
          #modal .modalWrap .modalInner .books .book .slick-arrow.slick-prev {
            left: -2.5rem;
            background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow_w.svg) no-repeat 50%;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          #modal .modalWrap .modalInner .books .book .slick-arrow.slick-next {
            right: -2.5rem;
            background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow_w.svg) no-repeat 50%;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.modalPage {
  display: none;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9); }
  .modalPage a.pageclose.wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .modalPage a.pageclose.button {
    position: absolute;
    display: block;
    top: 2rem;
    right: 2rem;
    width: 42px;
    height: 42px; }
    .modalPage a.pageclose.button:before, .modalPage a.pageclose.button:after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      width: 42px;
      height: 2px;
      background: #b28247;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modalPage a.pageclose.button:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .modalPage .item {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%; }
    .modalPage .item.draggable {
      cursor: move; }
    .modalPage .item img {
      cursor: move;
      max-width: none; }
    .modalPage .item area {
      cursor: pointer; }

@media screen and (min-width: 769px) {
  .forSP {
    display: none; }
  img[src*="_sp"] {
    display: none; }
  a.btn:hover {
    background: black;
    color: white; } }

@media screen and (max-width: 1200px) {
  html {
    font-size: 1.33333vw; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw; }
  body {
    min-width: 0; }
  a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    a:hover {
      opacity: 1; }
  .forPC {
    display: none; }
  img[src*="_pc"] {
    display: none; }
  a.buy {
    font-size: 0.9em;
    white-space: nowrap; }
    a.buy:hover:after {
      background: black;
      color: white; }
  #frame {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #frame:before {
      content: "";
      display: block;
      position: fixed;
      top: 5.5rem;
      left: 0rem;
      right: 0rem;
      bottom: 5.5rem;
      padding: 2.5rem 1.5rem;
      background: url(/static/full/tnf/special/tnf_play/assets/images/back_sp.jpg) no-repeat 50%;
      background-size: cover; }
  .fixed-title {
    bottom: auto;
    width: 50%;
    height: 5.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
    padding-left: 1.5rem;
    z-index: 12; }
    .fixed-title a {
      display: block;
      white-space: nowrap;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  #navi {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    height: 0rem;
    font-size: 0.6rem;
    font-weight: bold; }
    #navi .triggerWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50%;
      height: 5.5rem;
      font-size: 1.2rem;
      padding-right: 1.5rem;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 12; }
      #navi .triggerWrap a.trigger {
        display: block;
        border-bottom: black solid 2px;
        line-height: 1;
        padding: 0.65rem 0.5rem; }
        #navi .triggerWrap a.trigger:before {
          content: "MENU"; }
        #navi .triggerWrap a.trigger:after {
          content: "CLOSE";
          display: none; }
        #navi .triggerWrap a.trigger.open:before {
          display: none; }
        #navi .triggerWrap a.trigger.open:after {
          display: inline; }
    #navi .menuWrap {
      display: none; }
    #navi .menu {
      position: fixed;
      z-index: 11;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background: rgba(255, 255, 255, 0.9);
      font-size: 1.4rem; }
      #navi .menu .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: relative;
        margin: 0 0.5rem;
        margin-top: 3.75rem; }
        #navi .menu .item:first-child {
          margin-top: 0; }
        #navi .menu .item .label {
          display: block;
          padding: 0 0.5rem;
          border-bottom: black solid 1px; }
        #navi .menu .item .sub {
          margin-top: 2.5rem;
          overflow: visible;
          height: auto;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          position: static;
          top: 100%;
          left: 50%;
          width: auto;
          margin-left: auto;
          background: none; }
          #navi .menu .item .sub li a {
            display: block;
            line-height: inherit;
            line-height: 1.4;
            margin: 0.5em 0; }
            #navi .menu .item .sub li a .min {
              display: block; }
        #navi .menu .item:hover .sub {
          height: auto !important; }
  .fixed-date {
    display: none; }
  .fixed-scroll {
    height: 5.5rem;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden; }
    .fixed-scroll .btns {
      width: 10rem;
      margin: 0 auto;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .fixed-scroll .btns.up {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .fixed-scroll a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 5rem;
      text-align: center; }
      .fixed-scroll a:after {
        content: "";
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        background: url(/static/full/tnf/special/tnf_play/assets/images/icon_arrow.svg) no-repeat 50%;
        background-size: contain; }
      .fixed-scroll a.up:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  #content {
    position: fixed;
    top: 8rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 8rem;
    background: rgba(255, 255, 255, 0.9);
    border: transparent solid 0.75rem;
    overflow-y: auto;
    overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    #content::-webkit-scrollbar {
      display: none; }
  article section {
    margin-bottom: 4rem; }
    article section .secInner {
      padding: 4rem 0 8rem; }
      article section .secInner + .secInner {
        padding-top: 0; }
      article section .secInner > h2.title {
        font-size: 1.4rem;
        padding: 0 1.25rem;
        border-bottom: black solid 2px;
        margin-bottom: 4rem;
        text-align: center; }
        article section .secInner > h2.title .sub {
          display: block;
          font-size: 0.78571em; }
        article section .secInner > h2.title + h3.subTit {
          margin-top: -2rem;
          margin-bottom: 4rem;
          font-size: 1.2rem;
          line-height: 30/24;
          text-align: center; }
      article section .secInner h4.sceneTit {
        padding-top: 1rem;
        margin-bottom: 3rem;
        font-size: 1.2rem;
        line-height: 30/24;
        text-align: center; }
      article section .secInner .txt {
        width: 84.84848%;
        max-width: 100%;
        margin-top: 4rem;
        font-size: 1.3rem;
        line-height: 1.7; }
        article section .secInner .txt:nth-child(2) {
          margin-top: 0; }
        article section .secInner .txt p {
          margin-top: 3rem; }
          article section .secInner .txt p:first-child {
            margin-top: 0; }
          article section .secInner .txt p.note {
            font-size: 1.3rem;
            line-height: 1.7; }
          article section .secInner .txt p.center {
            text-align: center; }
      article section .secInner .img {
        width: 84.84848%;
        max-width: 100%;
        height: auto; }
      article section .secInner .pre {
        white-space: pre-line; }
      article section .secInner .videoWrap {
        height: auto; }
        article section .secInner .videoWrap video {
          display: block;
          width: 100%; }
        article section .secInner .videoWrap + .txt {
          margin-top: 4rem; }
    article section .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-size: 1.2rem; }
      article section .btns li {
        margin-top: 1rem; }
        article section .btns li:first-child {
          margin-top: 0; }
        article section .btns li a {
          line-height: 2.08333; }
  article #TOP {
    padding-bottom: 5rem;
    margin-top: 0; }
    article #TOP .bg {
      background: url(/static/full/tnf/special/tnf_play/assets/images/top_sp.jpg) no-repeat 50%;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      article #TOP .bg .logo {
        width: 15rem; }
        article #TOP .bg .logo a {
          display: block; }
        article #TOP .bg .logo img {
          width: 100%; }
      article #TOP .bg .date {
        display: block;
        font-size: 1rem;
        margin-top: 1rem; }
    article #TOP .secInner {
      padding: 8rem 0 0; }
      article #TOP .secInner .txt {
        margin-top: 4rem; }
  article #MOVIE_HYKE .about {
    width: 84.84848%;
    max-width: 100%;
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.6; }
    article #MOVIE_HYKE .about .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-size: 1.2rem; }
      article #MOVIE_HYKE .about .btns li {
        margin-top: 1rem; }
        article #MOVIE_HYKE .about .btns li:first-child {
          margin-top: 0; }
        article #MOVIE_HYKE .about .btns li a {
          line-height: 2.08333; }
  article #PLAY_OLOGY_01 .secInner,
  article #PLAY_OLOGY_02 .secInner {
    padding-bottom: 4rem; }
    article #PLAY_OLOGY_01 .secInner .img a span,
    article #PLAY_OLOGY_02 .secInner .img a span {
      font-size: 0.875rem;
      margin-top: 2rem; }
  article #ABOUT {
    margin-bottom: 0; }
    article #ABOUT .secInner {
      max-width: 100%; }
    article #ABOUT .gallery {
      margin-top: 4rem;
      width: 100%;
      position: relative; }
      article #ABOUT .gallery .slick-list {
        width: 28rem;
        margin: 0 auto;
        overflow: visible; }
      article #ABOUT .gallery .item {
        width: 28rem; }
      article #ABOUT .gallery .slick-arrow {
        display: block;
        position: absolute;
        top: 100%;
        margin-top: 0.75rem;
        font-size: 1rem;
        line-height: 1; }
        article #ABOUT .gallery .slick-arrow[aria-disabled="true"] {
          display: none !important; }
        article #ABOUT .gallery .slick-arrow.slick-prev {
          left: 0; }
          article #ABOUT .gallery .slick-arrow.slick-prev:before {
            width: 1rem;
            height: 0.8rem;
            margin-right: 0.5rem; }
        article #ABOUT .gallery .slick-arrow.slick-next {
          right: 0; }
          article #ABOUT .gallery .slick-arrow.slick-next:after {
            width: 1rem;
            height: 0.8rem;
            margin-left: 0.5rem; }
    article #ABOUT .about {
      width: 84.84848%;
      max-width: 100%;
      margin-top: 4rem;
      font-size: 1.1rem;
      line-height: 1.6; }
      article #ABOUT .about .label {
        font-size: 1.3rem; }
      article #ABOUT .about .address {
        font-weight: normal;
        margin-top: 0.5rem;
        letter-spacing: 0.05em; }
        article #ABOUT .about .address:first-child {
          margin-top: 0; }
      article #ABOUT .about .btns {
        margin-top: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 1.2rem; }
        article #ABOUT .about .btns li {
          margin-left: 0rem;
          margin-top: 1rem; }
          article #ABOUT .about .btns li:first-child {
            margin-left: 0;
            width: 16rem; }
          article #ABOUT .about .btns li:nth-child(2) {
            width: 10rem; }
          article #ABOUT .about .btns li a {
            display: block;
            text-align: center;
            border: black solid 1px;
            line-height: 2.08333; }
  .copyright {
    font-size: 0.8rem;
    line-height: 1.42857;
    height: 3rem; }
  #modal .modalWrap.modal-interview .modalInner {
    width: 100%;
    overflow: auto;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; }
    #modal .modalWrap.modal-interview .modalInner > a.modalclose {
      position: fixed; }
  #modal .modalWrap .modalInner .interview {
    padding: 13.33333vw 0;
    width: 88%;
    font-size: 1.3rem; }
    #modal .modalWrap .modalInner .interview .tit {
      font-size: 1.4rem;
      padding: 0 1.25rem;
      border-bottom: black solid 2px;
      margin-bottom: 4rem; }
      #modal .modalWrap .modalInner .interview .tit .sub {
        display: block;
        font-size: 0.78571em; }
    #modal .modalWrap .modalInner .interview h2.tit {
      font-size: 1.4rem;
      padding: 0 1.25rem;
      border-bottom: black solid 2px;
      margin-bottom: 2rem;
      text-align: center; }
      #modal .modalWrap .modalInner .interview h2.tit .sub {
        display: block;
        font-size: 0.78571em; }
      #modal .modalWrap .modalInner .interview h2.tit + h3.subTit {
        margin-top: 0rem;
        margin-bottom: 4rem;
        font-size: 1.2rem;
        line-height: 30/24;
        text-align: center; }
    #modal .modalWrap .modalInner .interview h4.sceneTit {
      padding-top: 1rem;
      font-size: 1.2rem;
      line-height: 30/24;
      text-align: center; }
    #modal .modalWrap .modalInner .interview .img {
      margin-top: 4rem; }
    #modal .modalWrap .modalInner .interview .txt {
      margin-top: 4rem;
      max-width: none; }
    #modal .modalWrap .modalInner .interview .making_interview {
      margin-right: 0; }
  #modal .modalWrap .modalInner .books .book .page img {
    width: 100%; }
  #modal .modalWrap .modalInner .books .book .slick-dots {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #modal .modalWrap .modalInner .books .book .slick-dots li {
      margin: 0.5em; }
  .modalPage .item {
    zoom: 0.75; } }
