@charset "UTF-8";

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

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

/* --- キャッチ --- */
#frame-catch {
}
.background-catch {
  --width-background-catch: 1000;
}
.catch {
  --width-catch: 1000;
}

/* --- シーン --- */
#frame-scenes {
  --width-frame-scenes: 750;
  --height-frame-scenes: 180;

  position: relative;
  overflow: hidden;
}
.slider-scenes {
  --width-slider-scenes: 750;
  --height-slider-scenes: 180;

  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scene {
  --width-scene: 320;
}

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

  margin: 0 auto;
  left: 0;
  right: 0;
}
.partial {
}
.whole {
  display: none;
}
.text-story {
  --top-text-story: 230;
  --width-text-story: 880;

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

  color: white;

  overflow-y: hidden;
}
.text-story .hidden {
  display: none;
}
.button-story {
  --bottom-button-story: 80;
  --width-button-story: 195;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#button-more {
}
#button-close {
  display: none;
}

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

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

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

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

/* --- スケジュール --- */
#frame-schedule {
  position: relative;
}
.background-schedule {
  --width-background-schedule: 1000;
}
.text-schedule {
  --width-text-schedule: 840;

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

  color: white;
  text-align: left;
}
.text-schedule .small {
}
.text-schedule .medium {
}
.text-schedule .attention {
}
.text-schedule .reverse {
  background-color: orange;
  color: black;
}
#calendar {
  --width-calendar: 643;

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

z-index: 2;

}
#button-ticket {
  --width-button-ticket: 260;

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

  bottom: 7%;
}

/* --- マップ --- */
#frame-map {
  position: relative;
}
.background-map {
  --width-background-map: 1000;
}
.embed-map {
  --offset-embed-map: 0;
  --width-embed-map: 380;
  --height-embed-map: 380;

  position: absolute;
}
.iframe-map {
  width: 100%;
  height: 100%;
}
.text-map {
  --offset-text-map: 10;
  --width-text-map: 400;

  position: absolute;

  text-align: left;
  color: white;
}
.text-map .large {
  font-weight: bold;
}
.text-map .medium {
}

/* --- FAQ --- */
#frame-faq {
}
.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 {
  position: relative;
}
.background-footer {
  --width-background-footer: 1000;
}
.logo {
  --width-logo: 299;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/*
.text-copyright {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

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

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

/* 背景部 */
.wrapper {
  --width-wrapper: 1000;

  background-image: url("../../../images/event/2607sos/wide/behind.png");
  background-repeat: repeat-y;
  background-position: center top;

  z-index: 0;
}

/* 両脇 */
.outer {
  --width-outer: 2620;

  position: fixed;
  background-image: url("../../../images/event/2607sos/wide/outer.png");
  background-repeat: repeat-y;
  background-position: center top;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  height: 100%;

  z-index: -2;
}

