/* PC用 */
@charset "UTF-8";

.for-pc {
  display: block;
}
.for-sp {
  display: none;
}

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

/* --- キービジュアル --- */
#frame-kv {
}
.kv {
  width: calc(var(--width-kv) * 1px);
}

/* --- キャッチ --- */
#frame-catch {
}
.catch {
  width: calc(var(--width-catch) * 1px);
}
/* --- BｰSIDEとは --- */
#frame-bside {
  margin-top: 50px;
}
.bside {
  width: calc(var(--width-bside) * 1px);
}

/* --- プレイ形式・参加方法 --- */
#frame-format {
}
.format {
  width: calc(var(--width-format) * 1px);
}

/* --- チケット(料金) --- */
#frame-fee {
}
.fee {
  width: calc(var(--width-fee) * 1px);
}
#button-ticket {
  width: calc(var(--width-button-ticket) * 1px);
}

/* --- スケジュール --- */
#frame-schedule {
}
.schedule {
  width: calc(var(--width-schedule) * 1px);
}

/* --- マップ --- */
#frame-map {
}
.map {
  width: calc(var(--width-map) * 1px);
}
.embed-map {
  width: calc(var(--width-embed-map) * 1px);
  height: calc(var(--height-embed-map) * 1px);

 top: 17%;
}
.iframe-map {
}
.text-map {
  bottom: 5%;
  width: calc(var(--width-text-map) * 1px);

  font-size: 20px;
}
.text-map .large {
  font-size: 36px;
}
.text-map .medium {
  font-size: 28px;
}

/* --- FAQ --- */
#frame-faq {
}
.faq-title {
  width: calc(var(--width-faq-title) * 1px);
}
.text-faq {
  width: calc(var(--width-text-faq) * 1px);
}
.item {
  --ml-item: 20;

  font-size: 18px;
  margin-left: calc(var(--ml-item) * 1px);

}
.item .question {
  margin-top: calc(var(--mt-question) * 1px);
  font-size: 24px;
}
.item .answer {
  margin-top: calc(var(--mt-answer) * 1px);
  font-size: 20px;

}

/* --- フッタ --- */
#frame-footer {
}
.logo {
  width: calc(var(--width-logo) * 1px);
}

/* 背景部 */
.wrapper {
  background-size: calc(var(--width-wrapper) * 1px * 0.70);
}

/* ワイド */
.wide {
}

/* 両脇 */
.outer {
  background-size: calc(var(--width-outer) * 1px) auto;

}
