@charset "UTF-8";
*:focus {
  outline: none; }

html, body {
  height: 100%; }

html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

html {
  height: 100%;
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */ }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  font-size: 1.5rem;
  /* 15px */
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  /*-ms-overflow-style: none;
  /*Firefoxへの対応*/
  /*scrollbar-width: none;*/ }

/*Google Chrome、Safariへの対応*/
/*
body::-webkit-scrollbar{
		display: none;
}
*/
img {
  max-width: 100%;
  height: auto; }

a img {
  border: none; }

/*---PCは非表示、SPは表示---*/
.is-pc {
  display: none; }

.is-sp {
  display: block; }

/*---loading---*/
.loadingOverlay {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1001;
  color: #000;
  background: #c6fdff; }

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.loadingLogo {
  display: block;
  width: 36vw;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .loadingLogo .loading_bubble {
    display: block;
    width: 100%;
    height: 36vw;
    max-height: 200px;
    background: url("../img/common/ldg_chii.png") center center no-repeat;
    background-size: 76% 76%;
    margin-bottom: 3%;
    padding: 0;
    position: relative; }
    .loadingLogo .loading_bubble img {
      width: 100%;
      height: 36vw;
      max-height: 200px;
      animation: rotateAnimation 8s linear infinite; }
  .loadingLogo .loading_logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

.loadingOverlay.is-show {
  display: none; }

/*--- wrap ---*/
.wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif; }

.condensed {
  width: 100%; }

@media screen and (max-width: 560px) {
  .condensed {
    transform: scale(0.8, 1);
    transform-origin: 0 0;
    width: 125%; } }
/*----------
   TABLET
----------*/
@media screen and (min-width: 600px) and (max-width: 799px) {
  .is-pc {
    display: block; }

  /*PCのみ表示の時*/
  .is-sp {
    display: none; }

  /*スマホのみ表示の時*/ }
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .is-pc {
    display: block; }

  /*PCのみ表示の時*/
  .is-sp {
    display: none; }

  /*スマホのみ表示の時*/ }
/*----------
   PC
----------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8; }

  /*---PCは表示、SPは非表示---*/
  .is-pc {
    display: block; }

  /*PCのみ表示の時*/
  .is-sp {
    display: none; }

  /*スマホのみ表示の時*/
  .nav_btn {
    right: 10px;
    top: 10px; }

  .navLogo {
    margin: 50px auto 20px auto;
    padding: 0 0; }

  .nav ul.navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    width: 900px;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
    line-height: 1.0; }

  .nav ul.navList > li {
    display: flex;
    width: auto;
    margin: 10px 8px;
    padding: 0;
    text-align: center;
    line-height: 1.0;
    border-bottom: 0; }

  li.slash {
    display: flex;
    width: 18px !important;
    height: 32px !important;
    margin: 0;
    padding: 0;
    background: url("../img/common/slash2.svg") center center no-repeat;
    background-size: 100%;
    opacity: 0.5; }

  .nav ul.navList > li.goHome {
    width: 100%;
    padding: 0 100px; }

  .nav ul.navList > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 6px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    transition: 0.5s ease;
    font-size: 1.8rem; }

  .nav ul.navList > li.goHome a {
    width: 140px;
    height: auto;
    padding: 26px 6px 0 6px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: 0.5s ease; }

  .nav ul.navList > li a img {
    width: auto;
    height: 40px;
    transition: 0.3s ease; }

  .nav ul.navList > li a:hover,
  .nav ul.navList > li a:hover img {
    opacity: 0.6; } }
/* PC ここまで */
/* TRAILER */
.trailerWrap {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0x 12vw 0;
  background: #620000;
  background: linear-gradient(90deg, #620000 10%, #a60000 45%, #a60000 55%, #620000 90%); }
  .trailerWrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.4); }
    .trailerWrap h2 img {
      width: 36%;
      max-width: 220px;
      margin: 0;
      padding: 0; }

.trailer {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
  padding: 8vw 8px 10vw 8px;
  background: transparent;
  text-align: center;
  position: relative; }
  .trailer #player {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .trailer #player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .trailer ul.movieNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 20px auto;
    font-family: 'Noto Serif JP', serif; }
  .trailer .movieNav li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px; }
    .trailer .movieNav li a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      width: auto;
      min-width: 140px;
      padding: 10px 30px;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid #000;
      cursor: pointer;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      color: #fff;
      text-decoration: none;
      transition: .5s; }
    .trailer .movieNav li a:hover {
      background: #fff;
      color: #000; }
  .trailer .movieNav li.active a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    width: auto;
    min-width: 140px;
    padding: 10px 30px;
    border: 1px solid #547180;
    cursor: default;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    background: #dc0000;
    border: 1px solid #ee8c8c;
    color: #fff;
    text-decoration: none; }

/*---etc.---*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }

.pagetop {
  width: 130px;
  height: auto;
  bottom: 24px;
  right: 0;
  position: fixed; }
  .pagetop img {
    width: 100%; }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }

.g_line {
  display: block;
  width: 100%;
  height: 2px;
  background: #dd9600;
  background: linear-gradient(145deg, #dd9600 10%, #ffd506 50%, #dd9600 90%);
  line-height: 0; }
