@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
a {
  color: #000; }

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    background-color: #00103b;
    background-image: url(/images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: 1000px;
    background-attachment: fixed; }
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000; }
  img {
    max-width: 100%;
    height: auto; }
  strong {
    font-weight: bold; }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  sub {
    vertical-align: sub; }
  sup {
    vertical-align: super; }
  header {
    width: 100%;
    padding: 0 2.5%;
    position: relative; }
    header #haeader_title {
      display: flex;
      align-items: center;
      padding-top: 20px; }
      header #haeader_title a {
        display: block; }
      header #haeader_title #badge {
        width: 16%; }
      header #haeader_title h1 {
        display: none; }
      header #haeader_title #title_sp {
        width: 55%; }
  /*#gnav_button / */
  #gnav_button_ctn {
    display: block;
    width: 48px;
    position: absolute;
    top: 4vw;
    right: 5%;
    z-index: 1000;
    cursor: pointer; }
    #gnav_button_ctn #gnav_button {
      position: relative;
      display: block;
      width: 48px;
      height: 48px;
      transition: 0.5s; }
      #gnav_button_ctn #gnav_button span {
        display: block;
        background: #fff;
        width: 48px;
        height: 3px;
        position: absolute;
        left: 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s; }
      #gnav_button_ctn #gnav_button span:first-child {
        top: 10px; }
      #gnav_button_ctn #gnav_button span:nth-child(2) {
        margin-top: -2px;
        top: 50%; }
      #gnav_button_ctn #gnav_button span:last-child {
        bottom: 10px; }
    #gnav_button_ctn #gnav_button_text img {
      display: block; }
    #gnav_button_ctn #gnav_button.active {
      transition: 0.5s; }
      #gnav_button_ctn #gnav_button.active span:first-child {
        transform: translateY(12px) rotate(45deg); }
      #gnav_button_ctn #gnav_button.active span:nth-child(2) {
        opacity: 0; }
      #gnav_button_ctn #gnav_button.active span:last-child {
        transform: translateY(-12px) rotate(-45deg); }
  /* / #gnav_button */
  #home #gnav li.home > a {
    background-color: #b81c25; }
    #home #gnav li.home > a dl {
      color: #fff; }
      #home #gnav li.home > a dl dt:after {
        color: #fff; }
  #news #gnav li.news > a {
    background-color: #b81c25; }
    #news #gnav li.news > a dl {
      color: #fff; }
      #news #gnav li.news > a dl dt:after {
        color: #fff; }
  #live #gnav li.live > a {
    background-color: #b81c25; }
    #live #gnav li.live > a dl {
      color: #fff; }
      #live #gnav li.live > a dl dt:after {
        color: #fff; }
  #discography_album #gnav li.discography_album > a {
    background-color: #b81c25; }
    #discography_album #gnav li.discography_album > a dl {
      color: #fff; }
      #discography_album #gnav li.discography_album > a dl dt:after {
        color: #fff; }
  #discography_single #gnav li.discography_single > a {
    background-color: #b81c25; }
    #discography_single #gnav li.discography_single > a dl {
      color: #fff; }
      #discography_single #gnav li.discography_single > a dl dt:after {
        color: #fff; }
  #discography_bd_dvd #gnav li.discography_bd_dvd > a {
    background-color: #b81c25; }
    #discography_bd_dvd #gnav li.discography_bd_dvd > a dl {
      color: #fff; }
      #discography_bd_dvd #gnav li.discography_bd_dvd > a dl dt:after {
        color: #fff; }
  #biography #gnav li.biography > a {
    background-color: #b81c25; }
    #biography #gnav li.biography > a dl {
      color: #fff; }
      #biography #gnav li.biography > a dl dt:after {
        color: #fff; }
  #contents_ctn {
    overflow: hidden;
    position: relative; }
  #gnav_ctn {
    display: none;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1000000; }
    #gnav_ctn a {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 14px; }
  #gnav {
    background-color: #fff;
    width: 100%;
    display: block; }
    #gnav > li {
      position: relative;
      transition: background-color 0.5s;
      display: block;
      border-bottom: 2px solid #b81c25; }
      #gnav > li a {
        padding: 1.2em 0; }
        #gnav > li a:hover {
          transition: 0.5s;
          background-color: #b81c25; }
          #gnav > li a:hover dl {
            color: #fff; }
            #gnav > li a:hover dl dt:after {
              color: #fff; }
        #gnav > li a dl {
          color: #000;
          display: flex;
          align-items: center;
          font-size: 13px; }
          #gnav > li a dl dt {
            width: 50%;
            text-align: right; }
            #gnav > li a dl dt:after {
              content: "●";
              margin: 0 1em;
              font-size: 10px;
              display: inline-block;
              line-height: 1.6;
              transform: translateY(-0.2em);
              color: #b81c25; }
          #gnav > li a dl dd {
            width: 50%; }
  #page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    cursor: pointer;
    width: 30px; }
  footer {
    margin-top: 40px;
    text-align: center;
    padding: 10px; }
    footer small {
      color: #fff;
      font-size: 10px; }
    footer a {
      color: #fff; }
  /* / #gnav_button */
  /* common class / */
  .sp_none {
    display: none !important; }
  /* / common class */ }

/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* -> 10px; */
    background-color: #00103b;
    background-image: url(/images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: 1000px;
    background-attachment: fixed; }
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    min-width: 1060px; }
  img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%; }
  strong {
    font-weight: bold; }
  *, *:before, *:after {
    box-sizing: border-box; }
  a:hover {
    opacity: 0.7;
    transition: 0.5s; }
    a:hover * {
      opacity: 0.7;
      transition: 0.5s; }
  sub {
    vertical-align: sub; }
  sup {
    vertical-align: super; }
  header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    header #haeader_title {
      display: inline-flex;
      align-items: center;
      padding-top: 20px;
      padding-right: 40px; }
      header #haeader_title #title_sp {
        display: none; }
  /*#gnav_button / */
  #gnav_button_ctn {
    display: block;
    width: 64px;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 1000;
    cursor: pointer; }
    #gnav_button_ctn #gnav_button {
      position: relative;
      display: block;
      width: 64px;
      height: 64px;
      transition: 0.5s; }
      #gnav_button_ctn #gnav_button span {
        display: block;
        background: #fff;
        width: 64px;
        height: 3px;
        position: absolute;
        left: 0;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s; }
      #gnav_button_ctn #gnav_button span:first-child {
        top: 10px; }
      #gnav_button_ctn #gnav_button span:nth-child(2) {
        margin-top: -2px;
        top: 50%; }
      #gnav_button_ctn #gnav_button span:last-child {
        bottom: 10px; }
    #gnav_button_ctn #gnav_button.active {
      transition: 0.5s; }
      #gnav_button_ctn #gnav_button.active span:first-child {
        transform: translateY(20px) rotate(45deg); }
      #gnav_button_ctn #gnav_button.active span:nth-child(2) {
        opacity: 0; }
      #gnav_button_ctn #gnav_button.active span:last-child {
        transform: translateY(-20px) rotate(-45deg); }
  /* / #gnav_button */
  #home #gnav li.home > a {
    background-color: #b81c25; }
    #home #gnav li.home > a dl {
      color: #fff; }
      #home #gnav li.home > a dl dt:after {
        color: #fff; }
  #news #gnav li.news > a {
    background-color: #b81c25; }
    #news #gnav li.news > a dl {
      color: #fff; }
      #news #gnav li.news > a dl dt:after {
        color: #fff; }
  #live #gnav li.live > a {
    background-color: #b81c25; }
    #live #gnav li.live > a dl {
      color: #fff; }
      #live #gnav li.live > a dl dt:after {
        color: #fff; }
  #discography_album #gnav li.discography_album > a {
    background-color: #b81c25; }
    #discography_album #gnav li.discography_album > a dl {
      color: #fff; }
      #discography_album #gnav li.discography_album > a dl dt:after {
        color: #fff; }
  #discography_single #gnav li.discography_single > a {
    background-color: #b81c25; }
    #discography_single #gnav li.discography_single > a dl {
      color: #fff; }
      #discography_single #gnav li.discography_single > a dl dt:after {
        color: #fff; }
  #discography_bd_dvd #gnav li.discography_bd_dvd > a {
    background-color: #b81c25; }
    #discography_bd_dvd #gnav li.discography_bd_dvd > a dl {
      color: #fff; }
      #discography_bd_dvd #gnav li.discography_bd_dvd > a dl dt:after {
        color: #fff; }
  #biography #gnav li.biography > a {
    background-color: #b81c25; }
    #biography #gnav li.biography > a dl {
      color: #fff; }
      #biography #gnav li.biography > a dl dt:after {
        color: #fff; }
  #contents_ctn {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
  #gnav_ctn {
    display: none;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1000000; }
    #gnav_ctn a {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 14px; }
  #gnav {
    background-color: #fff;
    width: 100%;
    display: block; }
    #gnav > li {
      position: relative;
      transition: background-color 0.5s;
      display: block;
      border-bottom: 2px solid #b81c25; }
      #gnav > li a {
        padding: 1.2em 0; }
        #gnav > li a:hover {
          transition: 0.5s;
          background-color: #b81c25; }
          #gnav > li a:hover dl {
            color: #fff; }
            #gnav > li a:hover dl dt:after {
              color: #fff; }
        #gnav > li a dl {
          color: #000;
          display: flex;
          align-items: center;
          font-size: 1.6rem; }
          #gnav > li a dl dt {
            width: 50%;
            text-align: right; }
            #gnav > li a dl dt:after {
              content: "●";
              margin: 0 1em;
              font-size: 1rem;
              display: inline-block;
              line-height: 1.6;
              transform: translateY(-0.2em);
              color: #b81c25; }
          #gnav > li a dl dd {
            width: 50%; }
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    width: 60px; }
  footer {
    margin-top: 40px;
    text-align: center;
    padding: 10px; }
    footer small {
      color: #fff;
      font-size: 1.2rem; }
    footer a {
      color: #fff; }
  /* common class / */
  .pc_none {
    display: none; }
  /* / common class */ }

/*--=== / PC ONLY min-width: 768px ===-- */
@media (orientation: landscape) {
  html {
    width: 100%;
    background-color: #00103b;
    background-image: url(/images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: 1000px;
    background-attachment: fixed; }
  body {
    width: 100%; } }
