@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html {
  height: 100%;
  font-size: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", sssssssss Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  position: relative;
}

/* トップ
--------------------------- */
#topa, #topb {
  position: fixed;
}

#topa {
  background: url(../img/main_a.jpg) top center;
  background-size: cover;
  z-index: 0;
}

#topb {
  background: url(../img/main_b.jpg) top center;
  background-size: cover;
  z-index: 1;
}

#topc {
  background: url(../img/aori.png) top center;
  background-size: cover;
  position: relative;
  z-index: 3;
  top: -5%;
}

#topa, #topb, #topc {
  width: 100%;
  height: 100%;
  opacity: 0;
}

#mains {
  display: none;
}

/* アオリ
--------------------------- */
.aori h1, .aori h2 {
  display: none;
}

/* コンテンツ
--------------------------- */
#cont {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 10;
}

.harf {
  width: 45%;
  float: left;
  margin-bottom: 50px;
  padding: 10px;
}
.harf dt {
  float: left;
}

.menu {
  clear: both;
}

.menu h1, .harf h1 {
  width: 100%;
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 3rem;
  padding-bottom: -50px;
  margin-bottom: 50px;
}

/* インフォメーション
--------------------------- */
#cdinfo {
  color: #aa4f90;
}
#cdinfo h1 {
  border-bottom: solid 1px #aa4f90;
}

#cd .jk {
  width: 80%;
  height: 80%;
  margin: auto;
}
#cd .jk img {
  width: 100%;
}

#info {
  color: #aa4f90;
  margin-top: 40px;
}
#info h2 {
  font-size: 1.5em;
}
#info p {
  margin-left: 1em;
  font-size: 1rem;
  margin-bottom: 10px;
}
#info h3 {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#info dt, #info dd {
  line-height: 1.7rem;
}
#info dd {
  margin-left: 70px;
}
#info a {
  color: #aa4f90;
}
#info a:hover {
  color: #cd92bc;
}

/* トラックリスト
--------------------------- */
#track {
  color: #70559e;
}
#track h1 {
  border-bottom: solid 1px #70559e;
}

#disk1, #disk2 {
  color: #70559e;
}
#disk1 h2, #disk2 h2 {
  font-family: "Press Start 2P", cursive;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 20px;
}
#disk1 dt, #disk1 dd, #disk2 dt, #disk2 dd {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#disk1 dt, #disk2 dt {
  margin-left: 1rem;
  font-weight: bold;
}
#disk1 dd, #disk2 dd {
  margin-left: 60px;
}
#disk1 dd span, #disk2 dd span {
  font-size: 0.8rem;
}
#disk1 p, #disk2 p {
  width: 100%;
  text-align: right;
}

#disk2 dl {
  margin-bottom: 50px;
}

/* スタッフ
--------------------------- */
#staff {
  color: #4c5fa6;
}
#staff h1 {
  margin-left: -10px;
  border-bottom: solid 1px #4c5fa6;
}
#staff dt, #staff dd {
  margin-bottom: 0.5rem;
}
#staff dt {
  font-weight: bold;
}
#staff dd {
  margin-left: 10em;
}

#sample {
  color: #618733;
}
#sample h1 {
  width: 118%;
  margin-left: -10px;
  border-bottom: solid 1px #618733;
}
#sample h3 {
  font-weight: normal;
  font-size: 1rem;
}
#sample iframe {
  margin-bottom: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  /* 1000px以下の場合 */
  #topa, #topb, #topc {
    display: none;
  }

  #mains {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #mains img {
    width: 100%;
    margin: auto;
  }

  #cont {
    width: 100%;
  }

  .harf {
    width: 100%;
  }

  .menu {
    width: 80%;
    margin: auto;
  }

  #cd .jk {
    width: 60%;
    margin: auto;
  }

  #info {
    margin-top: -50px;
  }

  .incont {
    width: 60%;
    margin: auto;
  }

  #staff h1, #sample h1 {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }
}
/* #共通
--------------------------- */
.clear {
  clear: both;
}

p {
  line-height: 2em;
}

/* おまとめボタン
--------------------------- */
.ninja_onebutton {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 0;
}
