﻿@charset "UTF-8";
.stage-label {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  background-color: #d82727;
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 50px auto 0;
  padding: 5px 0; }

.stage-block {
  border: none; }

.stage-daytype-label {
  margin: 5px 0; }

.button_next {
  max-width: 99999999px; }

.actor {
  font-size: 0.9rem; }

.artist_message_header {
  color: #d82727;
  text-align: center;
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 5px 0 10px;
  border: 2px solid #d82727;
  padding-top: 3px;
  padding-bottom: 3px; }

@media (min-width: 992px) {
  .campaign .section.section-title h1, .fujiaoi .section.section-title h1 {
    top: calc(50% - 3rem - 6px); } }

@media (max-width: 992px) {
  .stage-block .stage-genre {
    font-size: 1.1rem; }
  .stage-label {
    width: calc(100% - 10px); }
  .campaign .section.section-title h1, .fujiaoi .section.section-title h1, .stage_message .section.section-title h1 {
    font-size: 1.9rem;
    top: calc(50% - 2.4rem); } }

