@font-face {
  font-family: 'Noto Sans Japanese';
  src: url("/font/NotoSans/NotoSansCJKjp-Regular.eot");
  src: url("/font/NotoSans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/font/NotoSans/NotoSansCJKjp-Regular.woff") format("woff"), url("/font/NotoSans/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  src: url("/font/NotoSans/NotoSansCJKjp-Bold.eot");
  src: url("/font/NotoSans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/font/NotoSans/NotoSansCJKjp-Bold.woff") format("woff"), url("/font/NotoSans/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'YakuHanJP';
  src: url("/font/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("/font/YakuHanJP/YakuHanJP-Regular.eot?#iefix") format("embedded-opentype"), url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("/font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("/font/YakuHanJP/YakuHanJP-Bold.eot?#iefix") format("embedded-opentype"), url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("/font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   position-absolute*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   icon*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   switch-bg-image*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   page*/
/* ==========================================================================*/
body {
  overflow: hidden;
  background: none;
}

#loading {
  background: none;
}

/* trailer
-------------------------------------------------------------------------- */
#trailer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

#trailer .player {
  position: relative;
  height: 100%;
  padding-top: 56.25%;
  background: #030202;
}

#trailer .player li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#trailer .player li.is-play {
  opacity: 1;
  visibility: visible;
}

#trailer .player li.is-active {
  opacity: 1;
  visibility: visible;
}

#trailer iframe {
  vertical-align: top;
}

#trailer .title {
  position: absolute;
  top: 0;
  left: 0;
  *zoom: 1;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  z-index: 0;
  opacity: 0;
}

#trailer .title:after {
  content: '';
  display: table;
  clear: both;
}

#trailer .title li {
  box-sizing: border-box;
  text-align: center;
}

#trailer .title li span {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  height: 30px;
  line-height: 30px;
  color: #030202;
  background: #58768a;
  cursor: pointer;
}

#trailer .title li span:hover, #trailer .title li span:active {
  opacity: 0.6;
}

#trailer .title li.is-active span {
  color: #030202;
  background: #58768a;
  cursor: default;
}
