@charset "UTF-8";

@font-face {
  font-family: "Fuiji";
  font-display: block;
  src: url("../../../fonts/HuiFont29.ttf") format("TrueType");

}

@font-face {
  font-family: "ZEN maru Gothic";
  font-display: block;
  src: url("../../../fonts/ZenMaruGothic-Bold.ttf") format("TrueType");
}

/* --- */

/* --- ヘッダ --- */
#frame-header {
}
.title {
}

/* --- キービジュアル --- */
#frame-kv {
}
.kv {
}

/* --- ストーリー・キャッチ--- */
#frame-story {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}
.catch {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.story {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

}

/* --- インフォメーション --- */
#frame-information {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;

}
.information {
}
.button-dej {
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* --- プレイタイプ --- */
#frame-format {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}
.format {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

}

/* --- スケジュール --- */
#frame-schedule {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;

  position: relative;
}
.schedule {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.calendar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

z-index: 2;

}

/* --- マップ --- */
#frame-map {

  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}
.map {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.text-map {

  position: absolute;
  text-align: left;
  color: white;
  font-family: "ZEN maru Gothic";
border: solid white 0px;
}

.text-map .large {
  font-weight: bold;
}

/* --- よくある質問 --- */
#frame-faq {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}
.faq {

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

}
.text-faq {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow-y: scroll;
border: solid white 0px;
}
.item {

  text-align: left;
  color: white;
}
.item .question {

}
.item .answer {
}


/* --ｰ フッタ --- */
#frame-footer {
  position: relative;
}
.footer {
}
.logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
