@charset "UTF-8";

/* --- フォント --- */
@font-face {
    font-family: 'rounded-mplus-1p-bold';
    src: url('../../../fonts/rounded-mplus-1p-bold.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'rounded-mplus-1p-heavy';
    src: url('../../../fonts/rounded-mplus-1p-heavy.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'rounded-mplus-1p-regular';
    src: url('../../../fonts/rounded-mplus-1p-regular.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
}

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

/* --- キャッチ --- */
#frame-catch {
}
.catch {
}

/* --- インフォメーション --- */
#frame-information {
  position: relative;
}
.informationrmation {
}
.text-information {
  font-family: 'rounded-mplus-1p-bold', sans-serif;

  position: absolute;
  color: white;
border: solid white 0px;
}
.text-information .infotable {
}
.button-map {
  position: absolute;
}
/* --- ストーリー --- */
#frame-story {
  position: relative;
}
.story {
}
.text-story {
  font-family: 'rounded-mplus-1p-bold', sans-serif;

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

  color: white;
}
.text-story1 {
}
.text-story2 {
}

/* --- 参加方法 --- */
#frame-howto {
}
.howto {
}

/* --- スケジュール --- */
#frame-schedule {
  margin-top: 30px;
  position: relative;
}
.schedule {
}

/* --- チケット(料金) --- */
#frame-fee {
  position: relative;
}
.fee {
}
.text-fee1 {
  font-family: 'rounded-mplus-1p-bold', sans-serif;

  position: absolute;
  color: white;
}
.text-fee1 .feetable {
}
.text-fee1 .matrix div {
}
.text-fee2 {
  font-family: 'rounded-mplus-1p-bold', sans-serif;

  position: absolute;
  color: white;
}
.text-start {
  position: absolute;

  color: #FFE34F;
  font-weight: bold;
}
.text-start .large {
}
.text-start .medium  {
}

/* --- よだかのレコードとは --- */
#frame-yodaka {
  position: relative;;
}
.yodaka {
}
.text-yodaka {
  font-family: 'rounded-mplus-1p-heavy', sans-serif;

  position: absolute;
  text-align: left;
  color: #387A75;
}

/* --- 東方project展 --- */
#frame-exhibition {
  margin-top: 30px;
}
.exhibition {
}

/* --- よくある質問 --- */
#frame-faq {
  position: relative;
}
.faq-title {
}
.text-faq {
  font-family: 'rounded-mplus-1p-heavy', sans-serif;

  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-right: 5px;
}
.item {
  --ml-item: 20;

  text-align: left;
  color: white;
}
.item .question {
  --mt-question: 40;
}
.item .answer {
  --mt-answer: 5;
}

/* --ｰ フッタ --- */
#frame-footer {
  margin-top: 30px;
  position: relative;
}
.footer {
}
.logo {
  position: absolute;
}
.text-copyright {
  font-family: 'rounded-mplus-1p-regular', sans-serif;

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

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