@charset "UTF-8";
@media screen and (max-width: 667px) {
  /*-----------------------------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 1%;
    z-index: 99;
    width: 17%;
  }
  /*画像基本*/
  img {
    max-width: 100%;
    height: auto;
  }
  /*-----------------------------------------------------------*/
  html {
    height: 100%;
  }
  body {
    animation: bodyFadeIn 2s ease 0s 1 normal;
    -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
  }
  /*-----------------------------------------------------------*/
  /*ol ulリセット*/
  ol, ul {
    list-style: none;
    list-style-type: none;
  }
  /*-----------------------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-----------------------------------------------------------*/
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 300ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /*-----------------------------------------------------------*/
  .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 98px 0 0 0;
    overflow: hidden;
  }
  /*-----------------------------------------------------------*/
  /*ロゴ*/
  h1 {
    position: absolute;
    width: 300px;
    height: 0;
    background: #ffc33f url("../../_image/cmn_logo.svg") no-repeat center /290px auto;
    margin: 0;
    padding: calc(100%*46/346) 0 4px;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /* テキストを画像に置換する */
    text-indent: -99999px;
  }
  /*-----------------------------------------------------------*/
  /*キービジュアル*/
  .main {
    position: relative;
    width: 100%;
    height: 0;
    background: url("../../_image/mainSP.png") no-repeat top left /100% auto;
    margin: 0;
    padding-top: calc(100%*994/750);
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  /*-----------------------------------------------------------*/
  /*ニュース*/
  .news {
    position: relative;
    width: 100%;
    background: url("../../_image/ttl_news.svg") no-repeat -120px 0 /auto 52px;
    margin: 0 38px 38px auto;
    padding: 55px 0 0 0;
  }
  .news dl {
    margin: 0;
    padding: 0;
  }
  .news dl dt {
    width: 120px;
    background: #000;
    margin: 0 0 6px 0;
    padding: 7px 10px 6px 0;
    font-size: 12px;
    color: #FFF;
    text-align: right;
    float: left;
  }
  .news dl dd {
    margin: 0 0 6px 122px;
    padding: 0;
  }
  .news dl dd span {
    display: inline-block;
    background: #000;
    margin: 0 0 2px 0;
    padding: 4px 20px 3px 10px;
    font-size: 16px;
    color: #FFF;
    border: 1px solid rgba(255, 149, 16, 0.8);
    text-align: left;
  }
  .news dl dd a:hover {
    opacity: 0.6;
  }
  /*-----------------------------------------------------------*/
  /*twitter*/
  .twitter {
    position: relative;
    min-width: 100%;
    height: 380px;
    background: #000 url("../../_image/ttl_twitter.svg") no-repeat -100px 12px /auto 47px;
    margin: 0 auto 0 38px;
    padding: 58px 0 0 0;
  }
  .twitter .inner {
    width: 100%;
    height: 300px;
    padding: 8px 0 4px 8px;
    border-radius: 8px;
  }
  /*---------------------------------------------------*/
  /* 右側 */
  .nav {
    position: absolute;
    width: 40px;
    margin: 0;
    top: -40px;
    right: -45px;
    transform: rotate(-90deg);
  }
  .nav ul {
    width: 40px;
    margin: 0 0 10px;
  }
  .nav ul li {
    width: 40px;
    margin: 0 0 4px;
    text-align: center;
  }
  .nav ul li img {
    display: inline;
    transform: rotate(-45deg);
  }
  .nav ul li a:hover {
    opacity: 0.6;
  }
  /*---------------------------------------------------*/
  /* SNS */
  .sns {
    position: relative;
    width: 80%;
    margin: 8px auto;
    text-align: center;
  }
  ul.sns {}
  ul.sns li {
    display: inline-block;
    width: 40px;
    margin: 0 6px 4px;
    text-align: center;
  }
  ul.sns li img {
    display: inline;
    width: 40px;
    height: auto;
  }
  ul.sns li a:hover {
    opacity: 0.6;
  }
  /*-----------------------------------------------------------*/
  /*2020年公開予定！*/
  .release {
    position: relative;
    width: 80%;
    height: 0;
    background: url("../../_image/cmn_2020_sp.svg") no-repeat top left /100% auto;
    margin: 4px auto 0;
    padding-top: calc(100%*165/560);
    /* テキストを画像に置換する */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  /*-----------------------------------------------------------*/
  /*バナー*/
  .bnr {
    position: relative;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
  }
  .bnr li {
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
  }
  .bnr li img {
    width: auto;
    height: 80px;
  }
  /*---------------------------------------------------*/
  /* フッター */
  /*---------------------------------------------------*/
  footer p.copy {
    position: relative;
    width: 100%;
    padding: 24px 0 24px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  /*---------------------------------------------------*/
  /*高解像度ディスプレイ用設定*/
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /*2倍の画像を指定*/
    body {
      width: 100%;
      height: 100%;
      background-image: /*url("../../_image/cmn_bg_grid.png"),*/ url("../../_image/cmn_bg_filmSP.png"), url("../../_image/cmn_bg_body.svg");
      background-color: #ffc33f;
      background-size: 100%, 500% auto;
      background-position: center top, center 400px;
      background-repeat: no-repeat;
    }
    /*キービジュアル*/
    .main {
      background: url("../../_image/mainSP@2x.png") no-repeat top left /100% auto;
    }
  }
  /*--------------------------------------------------------end@media*/
}
@media screen and (max-width: 320px) {
  /*　iPhone5用 画面サイズが320px以下はここを読み込む　*/
  /*--------------------------------------------------------end@media*/
}