@charset "UTF-8";
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* 切り替えポイント：PC最小コンテンツ幅 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
class
================================================================================
*/
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 
================================================================================
container,base
================================================================================
*/
@media screen and (min-width: 778px) {
  body {
    /* 以上のとき */
  }
  body .onlySP {
    display: none;
  }
}
@media screen and (max-width: 988px) {
  body {
    /* 以下のとき */
  }
  body .onlyPC {
    display: none;
  }
  body.stage_musical_y2022_qa .musicalQA {
    text-align: left;
  }
}
body #main2 {
  width: 100%;
  background: #eee;
  min-height: 100vh;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (min-width: 778px) {
  body #main2 {
    /* 以上のとき */
  }
}
@media screen and (min-width: 778px) and (max-width: 988px) {
  body #main2 {
    background: #c00;
  }
}
@media screen and (max-width: 778px) {
  body #main2 {
    /* 以下のとき */
    background: #369;
  }
}
body.bodyIn body #main2 {
  opacity: 1;
}
body#stage.stage_musical_fullcenter #mainTitle h2 {
  background: none;
}
body#stage.stage_musical_fullcenter #wrap {
  background: #fff;
}
body#stage.stage_musical_fullcenter #wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(70, 219, 226);
  background: linear-gradient(148deg, rgb(70, 219, 226) 0%, rgb(186, 88, 199) 35%, rgb(246, 72, 138) 60%, rgb(246, 72, 138) 100%);
  opacity: 0;
}
body#stage.stage_musical_fullcenter #pageVisual {
  border: solid 0px #369;
  background: url("/stage/upload/SM_LIVE_MV_yoko_0726re03.jpg?v=1") center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu li a span::after {
  content: attr(data-en) !important;
}
body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_5 li {
  width: 14% !important;
}

body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_6 li {
  width: 16.3% !important;
}

body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_7 li {
  width: 14% !important;
}

@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_5 li,
  body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_6 li,
  body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_7 li {
    width: 32.5% !important;
    margin-bottom: 1%;
    font-size: 1.8rem;
    min-height: 3.5rem;
  }
}
body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_8 li {
  width: 12.3% !important;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #pageSubMenu .newSubmenu.col_8 li {
    width: 32.5% !important;
    margin-bottom: 1%;
    font-size: 1.8rem;
    min-height: 3.5rem;
  }
}
body#stage.stage_musical_fullcenter #main {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 400;
  font-family: "Oswald", YakuHanJP_Noto, "Noto Sans Japanese", sans-serif;
}
body#stage.stage_musical_fullcenter #main .tbl-r05 th {
  text-align: center !important;
}
body#stage.stage_musical_fullcenter #main h4 {
  color: #a4237d;
  font-size: 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #pageInclude {
  background: transparent;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section h4 {
  color: #a4237d;
  font-size: 1.2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section h3 {
  text-align: center;
  padding-bottom: 3rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section h3:before {
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  letter-spacing: -0.02em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section h3 span {
  font-family: YakuHanJP_Noto, "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section h3 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 10rem;
  height: 3rem;
  background: url("/upload/deco_stars.png") center top no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section .sideseat {
  line-height: 1.4;
  padding-top: 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section .sideseat .phrase {
  font-size: 0.7em;
  padding-right: 0.3em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section .sideseatEx {
  padding: 1.5rem;
  font-size: 0.8rem;
  width: 90%;
  max-width: 30rem;
  margin: 2rem auto 0;
  background: rgba(164, 35, 125, 0.05);
  border: solid 0px #a4237d;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section .sideseatEx h5 {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 0.2em !important;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date {
  font-size: 1.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date dt {
  white-space: nowrap;
  color: #a4237d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date dt:after {
  display: none;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date dd:nth-of-type(1) {
  margin-bottom: 2rem;
  font-size: 3.8rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date dd:nth-of-type(2) {
  font-size: 2.2rem;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry article.section dl.date dd:nth-of-type(2) {
    line-height: 1.4;
    padding-top: 0.5em;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .maskText {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 167, 204)), to(rgb(164, 35, 125)));
  background: linear-gradient(180deg, rgb(248, 167, 204) 0%, rgb(164, 35, 125) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .heading07 {
  padding-top: 6rem;
  border-bottom-color: #a4237d;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .heading07::before {
  content: attr(data-en);
  position: absolute;
  top: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: rgba(15, 115, 191, 0.4);
  font-size: 5rem;
  font-weight: 300 !important;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 167, 204)), to(rgb(164, 35, 125)));
  background: linear-gradient(180deg, rgb(248, 167, 204) 0%, rgb(164, 35, 125) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews {
  margin-bottom: 5rem;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews {
    margin-bottom: 5rem;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList {
  padding-left: 0%;
  padding-right: 0%;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList {
    padding-left: 0%;
    padding-right: 0%;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList dd {
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList li {
    border: 0;
    margin-bottom: 0;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList a {
  background: rgba(247, 157, 197, 0.1);
  color: #a4237d;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList a:hover {
  background: rgba(247, 157, 197, 0.2);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalNews .newsList dt span {
  background: #a4237d;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalIntroduction {
  margin-bottom: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalIntroduction .logoWrap img {
  width: 90%;
  max-width: 700px;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalIntroduction .aboutWrap {
  border: 0;
  padding: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalIntroduction .aboutWrap h5 {
  background: transparent;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit {
  margin-bottom: 5rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit .job {
  color: #a4237d;
  font-size: 1.2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl.gensaku {
  margin-bottom: 2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl.gensaku dd big {
  font-size: 2.2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl dt {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl dd {
  line-height: 1.2;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl dd big {
  font-size: 1.8rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit dl dd small {
  display: block;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit .summaryUnitSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .summaryUnit .summaryUnitSub dl {
  display: inline-block;
  margin: 0 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .castGrid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .castGrid ul.cast li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.3rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .castGrid ul.cast.sub li {
  font-size: 1.15rem;
}
@media screen and (min-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .castGrid ul.cast {
    /* 以上のとき */
  }
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSummary .castGrid ul.cast .onlySP {
    display: none;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable {
  margin: auto;
  margin-top: 3rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko th, body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko td {
  position: relative;
  padding: 1em 1em;
  font-size: 1.1rem;
  line-height: 1.2;
  border: 0 !important;
  background: transparent !important;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko th, body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko td {
    padding: 0.5em;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko th span, body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable.yoko td span {
  position: relative;
  z-index: 5;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable tr:nth-of-type(1) th {
  font-size: 1.4rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable tr:not(:nth-of-type(1)) td::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry #musicalSchedule .ticketTable .iconMaru {
  font-size: 1.5rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList {
  text-align: left;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList dl dd:nth-of-type(2) p {
  color: #333;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList li.colorLuna:nth-child(12) {
  padding-top: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0em 1em 1em 1em !important;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li {
    width: 100%;
    padding: 0em 0em 1em 0em !important;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li:nth-child(12) {
  padding-top: 1em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.subCast {
  width: 100%;
  font-size: 1.6em;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.subCast dl dt {
    width: 100%;
    padding: 1em 0;
  }
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.subCast dl dd {
    width: 100%;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.subCast p {
  font-size: 1.4em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl {
  margin-bottom: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dt {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dt {
    width: 250px;
  }
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dt .charaLabel {
    display: none;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd {
  width: 100%;
  padding: 0.5em 0;
  border: 0;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd {
    padding: 0;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd p {
  font-size: 0.8em;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd dl.charaName {
    display: none;
  }
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd dl.charaName dt {
    width: 100%;
  }
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd dl.charaName dd {
    padding-left: 0;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd dl.actorName dt {
  width: auto;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd dl.actorName dd {
  padding-left: 0;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd:nth-of-type(1) {
    padding-left: 1em;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd:nth-of-type(2) {
  padding-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd:nth-of-type(2) {
    padding-top: 1em !important;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li dl dd .actorName dd {
  padding-top: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaLabel {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 1em;
  background: rgba(150, 150, 150, 0.8);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaLabel {
    width: 100%;
    bottom: 0em;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaLabel dt {
  padding: 0;
  margin: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaLabel dd {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 988px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaLabel dd {
    padding-left: 0 !important;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaTitle {
  width: 1.5em;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(150, 150, 150);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaTitle dt {
  padding: 0;
  margin: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li .charaTitle dd {
  padding: 0;
  margin: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorUsagi .charaLabel {
  background: rgba(233, 162, 203, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorMercury .charaLabel {
  background: rgba(21, 118, 194, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorMars .charaLabel {
  background: rgba(194, 27, 43, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorJupiter .charaLabel {
  background: rgba(36, 147, 109, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorVenus .charaLabel {
  background: rgba(215, 125, 28, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorUranus .charaLabel {
  background: rgba(35, 86, 139, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorNeptune .charaLabel {
  background: rgba(43, 182, 165, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorPluto .charaLabel {
  background: rgba(120, 87, 72, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorSaturn .charaLabel {
  background: rgba(99, 54, 136, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorChibi .charaLabel {
  background: rgba(233, 162, 208, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul li.colorTuxedo .charaLabel {
  background: rgba(34, 42, 120, 0.8);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .castList.castFlex ul .fullBlock {
  width: 100%;
  border: solid 0px;
  height: 0em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffWrap {
  display: inline-block;
  margin: 0 auto 3rem;
  padding: 2rem;
  background: rgba(233, 162, 203, 0.05);
  width: 90%;
  max-width: 600px;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit dl {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 1em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit dl dt {
  color: #a4237d;
  position: relative;
  padding: 0.2em 0 0 0;
  line-height: 1.8;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit dl dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0%;
  -webkit-transform: translate(170%, 15%);
          transform: translate(170%, 15%);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit dl dd {
  padding: 0;
  line-height: 1.8;
  font-size: 1rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit dl.noColon dt::after {
  display: none;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffTop dl dt {
  padding: 0em 0 0 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffTop dl dt::after {
  -webkit-transform: translate(150%, 5%);
          transform: translate(150%, 5%);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffMain dl dt {
  padding: 0em 0 0 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffMain dl dt::after {
  -webkit-transform: translate(150%, 5%);
          transform: translate(150%, 5%);
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub:nth-of-type(2) dl {
  max-width: 600px;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub dl.sup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit {
  display: -ms-inline-grid;
  display: inline-grid;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl {
  width: 100%;
  display: block;
  text-align: center;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt {
  display: inline-block;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt span {
  font-size: 1.5em;
  position: relative;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt span::before, body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt span::after {
  content: "";
  display: block;
  width: 15rem;
  height: 1px;
  background: #a4237d;
  position: absolute;
  top: 50%;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt span::before {
  right: 120%;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dt span::after {
  left: 120%;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dd {
  font-size: 0.9rem;
  padding-top: 0em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .staffUnit.staffSub .supUnit dl dd .flex a {
  display: block;
  width: 50%;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit.tCenter {
  text-align: left;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit.tCenter ul.list {
  margin-left: 0 !important;
  display: block;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .subArea {
  padding: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .ticketZaseki {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .hibaiArea {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .ticketPrice {
  width: 100%;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .ticketre td {
  padding: 1em !important;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit h4 {
  margin-bottom: 1rem;
  font-size: 2.3rem !important;
  padding-top: 6rem;
  letter-spacing: -0.03em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit h4.small {
  font-size: 2.3rem !important;
  padding-top: 6rem;
  line-height: 1.4;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit h5 {
  margin-bottom: 1rem;
  font-size: 1.8rem !important;
  padding: 0.3em;
  font-weight: 400;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit h5.centerTextRead {
  font-size: 3rem !important;
  padding: 0.3em;
  font-weight: 400;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .reSaleArea {
  margin: 3rem;
  padding: 0rem;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .reSaleArea {
    margin: 0rem;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .colorULineBox {
  display: inline-block;
  padding: 0.2em;
  border-bottom: solid 0px #ec008b;
  font-size: 3rem;
  font-weight: 400;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul,
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ol {
  text-align: left;
  width: auto;
  max-width: 700px;
  margin: auto;
  display: inline-block;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.kome, body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.list {
  font-size: 1em;
  line-height: 1.4;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.list ul {
  padding: 0.2em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.maru li::before {
  content: "●";
  display: inline-block;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit dd.subArea {
  border: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .readLeftBox {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .colorBgBox {
  margin-bottom: 2rem;
  max-width: 700px;
  margin: auto;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .colorBgBox ul {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit .colorBgBox .kome {
  padding-bottom: 0 !important;
}
body.stage_musical_y2022_qa body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.kome li {
  font-weight: inherit !important;
  color: #369;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit ul.kome li:last-child {
  margin-bottom: 0 !important;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketUnit dl.senkou dt {
  font-weight: 700;
  color: #a4237d;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo {
  padding: 2rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable {
  margin: 0 auto 1rem;
  width: auto;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable th {
  white-space: nowrap;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable th {
    border: 0;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable td {
  padding: 0.5rem !important;
  display: table-cell !important;
  width: auto;
  border: solid 1px #ccc !important;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable td::before {
  display: none;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable td {
    border: 0;
    display: table-cell !important;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .guestInfo .guestTable tr td:nth-of-type(1) {
  background: #fff;
  white-space: nowrap;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 1rem !important;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy {
    width: 100%;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable {
  max-width: 700px;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable caption {
  background: rgb(236, 0, 169);
  color: #fff;
  padding: 0.5em;
  font-weight: 700;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable td:first-child {
  width: auto;
  font-weight: 500;
  white-space: normal;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable .thead th:first-child {
  width: 8em;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable .tCenter {
  text-align: center !important;
}
@media screen and (max-width: 778px) {
  body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy.senkouTable .noLabel {
    padding: 1em !important;
  }
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .ticketBuy .startDate {
  font-size: 1.3em;
  font-weight: 500;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .goodsDayTable {
  margin: auto;
  text-align: left;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .bunkacho {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 4rem auto 4rem;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .bunkacho .logo {
  width: 60px;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .bunkacho .logo img {
  width: 100%;
  height: auto;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry .bunkacho .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry ul.goodsList.flex li .data {
  text-align: left;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry ul.goodsList.flex li .data h3 {
  text-align: left;
  padding: 0;
}
body#stage.stage_musical_fullcenter #main #grid-content-entry ul.goodsList.flex li .data .ex {
  font-size: 0.8em;
  line-height: 1.4;
  color: #c00;
}
body#stage.stage_musical_fullcenter #main #side {
  padding-bottom: 10rem;
}
body#stage.stage_musical_fullcenter #main #side div.inner {
  max-width: 100%;
}
body#stage.stage_musical_fullcenter.stage_musical_y2022_qa #main #grid-content-entry .ticketUnit h5 {
  margin-bottom: 0.2rem !important;
  font-size: 1.2rem !important;
  padding: 0em !important;
  font-weight: 700;
}
body#stage.stage_musical_fullcenter.stage_musical_y2022_qa ul.list {
  margin-top: 0;
  padding-top: 0;
}
body #footer {
  max-height: 0px;
  height: 0px !important;
  min-height: auto;
}

.musicalQA.tLeft {
  text-align: left;
}

/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
div.sample.hoge {
  /* classがhogeのdiv　&がついてるからdivと.hogeがくっつく */
  width: 150px;
  height: 29px;
  background: yellow;
}
div.sample .hoge {
  /* divの中にいるclassがhoge　&がついていないのでdivと.hogeがくっつかない */
  width: 120px;
  height: 53px;
  background: green;
}

.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

.mike-icon {
  background-image: url("/images/mike.png");
}

.kuro-icon {
  background-image: url("/images/kuro.png");
}

.bus-icon {
  background-image: url("/images/bus.png");
}

@-webkit-keyframes jump_ {
  0% {
    -webkit-transform: translate(26%, -12%);
            transform: translate(26%, -12%);
  }
  70% {
    -webkit-transform: translate(26%, -20%);
            transform: translate(26%, -20%);
  }
  100% {
    -webkit-transform: translate(26%, -12%);
            transform: translate(26%, -12%);
  }
}

@keyframes jump_ {
  0% {
    -webkit-transform: translate(26%, -12%);
            transform: translate(26%, -12%);
  }
  70% {
    -webkit-transform: translate(26%, -20%);
            transform: translate(26%, -20%);
  }
  100% {
    -webkit-transform: translate(26%, -12%);
            transform: translate(26%, -12%);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  10% {
    -webkit-transform: scale(1, 1.05) translate(26%, -12%);
            transform: scale(1, 1.05) translate(26%, -12%);
  }
  40% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  75% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  85% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  10% {
    -webkit-transform: scale(1, 1.05) translate(26%, -12%);
            transform: scale(1, 1.05) translate(26%, -12%);
  }
  40% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  75% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  85% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(26%, -12%);
            transform: scale(1, 1) translate(26%, -12%);
  }
}
@-webkit-keyframes alert_attention {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes alert_attention {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes alert_timeup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -200%) scale(1);
            transform: translate(-50%, -200%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes alert_timeup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -200%) scale(1);
            transform: translate(-50%, -200%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes level_1_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_1_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_talking_anime {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 200%;
  }
}
@keyframes level_talking_anime {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 200%;
  }
}
@-webkit-keyframes level_1_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_1_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_1_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_1_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_1_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_1_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_1/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_1/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_1/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_1/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_2_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_2_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_2_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_2_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_2_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_2_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_2_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_2_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_2/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_2/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_2/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_2/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_3_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_3_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/normal_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/normal.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/normal.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_3_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_3_kaisetsu_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/kaisetsu.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_3_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_3_kaisetsu_false_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/result_false_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/result_false.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes level_3_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@keyframes level_3_goal_talking {
  0% {
    background: url("../img/illust/quiz_master/level_3/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  50% {
    background: url("../img/illust/quiz_master/level_3/result_true_close.png") center bottom no-repeat;
    background-size: contain;
  }
  51% {
    background: url("../img/illust/quiz_master/level_3/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
  100% {
    background: url("../img/illust/quiz_master/level_3/result_true.png") center bottom no-repeat;
    background-size: contain;
  }
}
@-webkit-keyframes zannen_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  25% {
    -webkit-transform: translate(0, 3%);
            transform: translate(0, 3%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  35% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  45% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@keyframes zannen_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  25% {
    -webkit-transform: translate(0, 3%);
            transform: translate(0, 3%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  35% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  45% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: translate(0, -2%);
            transform: translate(0, -2%);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  75% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@-webkit-keyframes seikou_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.4);
            transform: translate(0%, 0%) scale(0.4);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1.1);
            transform: translate(0%, 0%) scale(1.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes seikou_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.4);
            transform: translate(0%, 0%) scale(0.4);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1.1);
            transform: translate(0%, 0%) scale(1.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes waking {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 100%;
  }
}
@keyframes waking {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 100%;
  }
}
@-webkit-keyframes zoomPop {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes zoomPop {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
/*# sourceMappingURL=style_stage.css.map */