/* スマホ用 */
@charset "UTF-8";

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

.buttons {
  position: absolute;		/* PCのみabsolute指定 */
}
.text {
  color: white;
}

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

.area-contents {
  background-image: url('../../../images/event/2504prisonbreak/sp/background.png');
  background-position: top center;
  background-size: contain;
}

/* --- ヘッダ(タイトル) --- */

/* --- キービジュアル --- */
#frame-kv {
  --height-frame-kv: 1406;

  margin-top: 50px;
  position: relative;
  width: 100vw;
  height: calc(var(--height-frame-kv) / 1000 * 100vw);
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow-hidden;

}
.kv {
  --height-kv: 1406;

  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: calc(var(--height-kv) / 1000 * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
}
#kv1 {
  background-image: url('../../../images/event/2504prisonbreak/sp/parts/kv1.png');
  z-index: 1;
}
#kv2 {
  background-image: url('../../../images/event/2504prisonbreak/sp/parts/kv2.png');
  z-index: 0;
}
#kv3 {
  background-image: url('../../../images/event/2504prisonbreak/sp/parts/kv3.png');
  z-index: 2;
}
/* --- メニュー --*/

/*  --- キャッチ・とは --- */
.frame-block {
  background-image: url('../../../images/event/2504prisonbreak/sp/background2.png');
  background-size: contain;
}

/*  --- キャッチ --- */
#frame-catch {
  margin-top: 50px;
  --height-frame-catch: 377;

  height: calc(var(--height-frame-catch) / 1000 * 100vw);
}
.catch {
  width: 100vw;
}
/*  --- とは --- */
#frame-about  {
  --height-frame-catch: 1068;

 height: calc(var(--height-frame-about) / 1000 * 100vw);
  margin-top: 50px;
}
.about {
  width: 100vw;
}
/*  --- ストーリー--- */
#frame-story {
  --height-frame-story: 1177;

  position: relative;
  width: 100vw;
  height: calc(var(--height-frame-story) / 1000 * 100vw);
  margin: 50px auto 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
}
.story {
  --height-story: 1177;

  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: calc(var(--height-story) / 1000 * 100vw);
background-repeat: no-repeat;
background-size: contain;
}
#story1 {
  background-image: url('../../../images/event/2504prisonbreak/sp/parts/story1.png');
  z-index: 2;
}
#story2 {
  background-image: url('../../../images/event/2504prisonbreak/sp/parts/story2.png');
  z-index: 1;
}

/*  --- お試し謎 --- */
#frame-trial {
  margin-top: 50px;
}
.trial {
  width: 100vw;
}
/*  --- 参加方法・チケット --- */
#frame-howto {
  margin-top: 50px;
}
.howto {
  width: 100vw;
}
#frame-fee {
  margin-top: 50px;
  position: relative;
}
.fee {
  width: 100vw;
}
.button-ticket {
  --width-button-ticket: 327;

  position: absolute;
  bottom: 22%;
  margin: 0 auto;
  left: 0;
  right: 0;

  width: calc(var(--width-button-ticket) / 818 * 100vw);
}

/*  --- スケジュール --- */
#frame-schedule {
  margin-top: 50px;
}
.schedule {
  width: 100vw;
}
/*  --- グッズ --- */
#frame-goods {
  margin-top: 50px;
}
.goods {
  width: 100vw;
}
/*  --- キャンペーン --- */
#frame-campaign {
  margin-top: 50px;
}
.campaign {
  width: 100vw;
}
/*  --- マップ --- */
#frame-map {
  margin-top: 50px;
  position: relative;
}
.map {
  --mt-parts-map: 40;
  width: 100vw;
}
.embed-map {
  --width-embed-map: 650;
  --height-embed-map: 550;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 17%;
  width: calc(var(--width-embed-map) / 1000 * 100vw);
  height: calc(var(--height-embed-map) / 1000 * 100vw);
}
.iframe-map {
  width: 100%;
  height: 100%;
}
.map-chain {
  position: absolute;

  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: (-1);
  width: 100vw;
}
.button-map {
  --offset-button-map: 100;
  --width-button-map: 250;

  position: absolute;
  bottom: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;

  width: calc(var(--width-button-map) / 1000 * 100vw);
}

/* --- よくある質問 --- */
#frame-faq {
  --mt-frame-faq: 80;

  position: relative;
  margin-top: calc(var(--mt-frame-faq) / 1000 * 100vw);
}
.background-faq {
  width: 100vw;
}

/* ロゴ、お試し謎解答 */
#frame-footer {
  position: relative;
}
.trial-answer {
  --width-trial-answer: 275;

  position: absolute;
  top: 0;
  right: 10px;
  width: calc(var(--width-trial-answer) / 1000 * 100vw);
}
.logo-yodaka {
  --margin-logo-yodaka: 80;
  --width-logo-yodaka: 250;

  margin: calc(var(--margin-logo-yodaka) / 1000 * 100vw) auto;
  width: calc(var(--width-logo-yodaka) / 1000 * 100vw);
}

