@charset "UTF-8";

.text {
  font-family: 'GenEiLateMin';
}

/* --- ヘッダ --- */
#frame-header {
}
.text-header {
  background-color: white;
  color: black;

  margin: 0 auto;
  padding: 5px 15px;

font-weight: bold;

  text-align: left;
}

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

/* --- ようこそ --- */
#frame-welcome {
}
.welcome {
  --width-welcome: 1000;
}

/* --- キャッチ --- */
#frame-catch {
  margin-top: 0px;
}
.catch {
  --width-catch: 1000;
}

/* --- ストーリー --- */
#frame-story {
}
.story {
  --width-story: 1000;
}

/* --- プレイ形式 --- */
#frame-format {
}
.format {
  --width-format: 1000;
}

/* --- チケット(料金) --- */
#frame-fee {
  position: relative;
}
.fee {
  --width-fee: 1000;
}
#button-ticket {
  --width-button-ticket: 260;

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

/* --- スケジュール --- */
#frame-schedule {
}
.schedule {
  --width-schedule: 1000;
}

/* --- マップ --- */
#frame-map {
  position: relative;
}
.map {
  --width-map: 1000;
}
.embed-map {
  --width-embed-map: 700;
  --height-embed-map: 500;

  position: absolute;

  border: solid black 1px;

}
.iframe-map {
  width: 100%;
  height: 100%;
}
.text-map {
  --width-text-map: 700;

  position: absolute;

  text-align: left;
  color: black;
  z-index: 2;

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

/* --- FAQ --- */
#frame-faq {
  --width-frame-faq: 1000;

  background-color: black;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.faq-title {
  --width-faq-title: 1000;
}
.faq-line-up {
}
.text-faq {
  --width-text-faq: 850;

  margin: 0 auto;
}
.item {
  text-align: left;
  color: white;
}
.item .question {
  --mt-question: 40;
  font-weight: bold;
}
.item .answer {
  --mt-answer: 5;
}
.faq-line-bottom {
  --mt-faq-line-bottom: 30;
}

/* --- フッタ --- */
#frame-footer {
  margin-top: 50px;
}
.logo {
  --width-logo: 299;
}
/*
.text-copyright {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

  color: white;
  line-height: 140%;
}
*/

/* ---------- */

/* 背景 */
.outer {

  position: fixed;
  background-image: url("../../../images/event/2602chumon/wide/outer.png");
  background-position: 50% top;

  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
