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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #3c2610;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffe0af url(../img/back.jpg) center top;
  background-size: cover;
}

/* メインイメージ
--------------------------- */
#main {
  width: 1320px;
  height: 792px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  /*メインイラスト（女の子とカボチャ）*/
  /*お菓子01（上から下にアニメーション）*/
  /*お菓子02（下から上にアニメーション）*/
}
#main h1, #main h2 {
  display: none;
}
#main #top, #main #sweets01, #main #sweets02, #main #aori, #main #title {
  position: absolute;
}
#main #sweets01, #main #sweets02 {
  width: 1020px;
  height: 384px;
  top: 20px;
  left: 75px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#main #top {
  width: 916px;
  height: 790px;
  top: 0;
  right: 0;
}
#main #sweets01 {
  animation-name: updown;
}
@keyframes updown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
#main #sweets02 {
  animation-name: downup;
}
@keyframes downup {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
#main #aori {
  width: 692px;
  height: 200px;
  bottom: 90px;
  right: 120px;
  animation-name: fadein;
  animation-duration: 2s;
  z-index: 100;
}
@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#main #title {
  width: 525px;
  height: 182px;
  top: 400px;
  left: 148px;
}

/* コンテンツ
--------------------------- */
#contents {
  width: 1024px;
  margin: 0 auto;
  background-color: #eb7d2c;
  padding: 30px;
  top: -83px;
  position: relative;
}
#contents #info, #contents #track, #contents #staff, #contents #link {
  width: 50%;
  float: left;
  padding: 30px 0px;
}
#contents #info h3, #contents #track h3, #contents #staff h3, #contents #link h3 {
  width: 50%;
  margin: 0 auto;
  font-family: "Aclonica", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5em;
  color: #4B0082;
  background-image: url(../img/candy.png), url(../img/candy.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
}
#contents #aori2 {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  color: #a24d0f;
  font-size: 0.8rem;
  letter-spacing: 0.8em;
  text-shadow: -0.5px -0.5px 0px #fff, 0.5px -0.5px 0px #fff, 0.5px 0.5px 0px #fff, -0.5px 0.5px 0px #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}

/* インフォメーション
--------------------------- */
#info {
  text-align: center;
}
#info dl {
  text-align: left;
}
#info dt {
  font-weight: bold;
  width: 100px;
  float: left;
}
#info .cdinfo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
#info p.title {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
}

/* トラックリスト
--------------------------- */
#track dl {
  width: 80%;
  margin: 0 auto;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#track dt {
  float: left;
  font-size: 2.8rem;
  color: #b57330;
}
#track dd.song {
  font-size: 1.8rem;
}
#track dd.staff {
  color: #64401b;
  padding-bottom: 20px;
}
#track dd.sample {
  position: relative;
  top: -4.7rem;
  left: 85%;
  margin-bottom: -3rem;
}
#track dd.sityou {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#track .cf {
  width: 80%;
  margin: 0 auto;
}

/* スタッフ
--------------------------- */
#staff {
  position: relative;
}
#staff p {
  margin-left: 30px;
  text-indent: 2em;
}
#staff p.label {
  font-weight: bold;
  text-indent: 1em;
}
#staff .sright {
  position: absolute;
  top: 189px;
  left: 260px;
}

/* リンク
--------------------------- */
#link dd {
  font-weight: bold;
  width: 10em;
  float: left;
  color: #3c2610;
}
#link .alink {
  margin-left: 50px;
}
#link .banner {
  margin-left: 1em;
}

/* #SNS共有ボタン
--------------------------- */
#sns {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
}

/* #共通
--------------------------- */
.clear {
  clear: both;
}

a {
  color: #784c20;
}
a:hover {
  color: #b57330;
}

/* #かくす
--------------------------- */
#hide {
  display: none;
}
