@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* --------------
 reset
-------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100% !important;
  border: 0;
}

/* --------------
 clearfix
-------------- */
div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
 base
-------------- */
html {
  background: #000;
}
body {
  color: #fff;
  font: 1.1em/1.6 "Noto Sans JP", "Century Gothic", YuGothic, YuGothicM,
    游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: bold;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans-serif {
  font-family: "Noto Sans JP", "Century Gothic", YuGothic, YuGothicM,
    游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-break: break-word !important;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

p,
li {
  margin-bottom: 10px;
}
p:last-child,
li:last-child {
  margin-bottom: 0;
}

/* link */
a {
  color: #ff6;
  text-decoration: none;
}
a:hover {
  color: #cc4;
  text-decoration: none;
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* --------------
 modules css
-------------- */
/* ---------- font weight */
.thin {
  font-weight: 100 !important;
}
.demilight {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
.black {
  font-weight: 900 !important;
}

/* ---------- align */
.alc {
  text-align: center !important;
}
.alr {
  text-align: right !important;
}
.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}
.alb {
  text-align: bottom !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}

/* ----- text */
.txtS {
  color: #666;
  font-size: 85%;
}
.anton {
  font-family: "Anton", sans-serif;
}
.txtShaR {
  text-shadow: 0 0 10px #f00;
}
.txtShaB {
  text-shadow: 0 0 10px #22c6fe;
}
.txtShaY {
  text-shadow: 0 0 10px #e3d26c;
}
.txtShaG {
  text-shadow: 0 0 10px #6ce3cb;
}
.txtShaO {
  text-shadow: 0 0 10px #fe8b22;
}
.txtClrRP {
  background-color: #ed5c5c;
  color: #fff;
  padding: 0.1em 0;
}

.txtR {
  color: #c60000;
}
.color--blue {
  color: #226efe;
}
/* ----- HL */
.HL2 {
  font-family: "Anton", sans-serif;
  text-align: center;
  position: relative;
  text-shadow: 0 0 10px #f00;
  margin-bottom: 20px;
}
.HL2 span {
  background: #000;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.HL2:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 0, 0, 1) 20%,
    rgba(255, 0, 0, 1) 80%,
    rgba(255, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.HL3 {
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.HL3,
.HL3 a {
  color: #c60000;
}
.ttlH3 {
  font-size: 1.3em;
  text-align: center;
  text-shadow: 0 0 10px #22c6fe;
  margin-bottom: 15px;
  overflow: hidden;
}
.ttlH3 span {
  position: relative;
  display: inline-block;
}
.ttlH3 span:before,
.ttlH3 span:after {
  content: "";
  width: 60px;
  height: 1px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(255, 255, 255, 0.7) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttlH3 span:before {
  left: -75px;
}
.ttlH3 span:after {
  right: -75px;
}

#discontinued {
  border: 4px double #22c6fe;
  box-shadow: 0 0 10px #22c6fe;
  padding: 1em;
}

#discontinued.kaijyu {
  border: 4px double #ffffff;
  box-shadow: 0 0 10px #ffffff;
}

#discontinued .ttlH3 {
  text-shadow: 0 0 10px #f00;
}
/* ----- list */
.ulDisc {
  margin-left: 22px;
  line-height: 1.4;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 22px;
  list-style: outside decimal;
}

.ulSquare {
  margin-left: 22px;
  list-style-type: square;
}

.ulDisc li,
.olDecimal li {
  margin-bottom: 10px;
}

.ulKome {
  padding-left: 1em;
}
.ulKome li {
  text-indent: -1em;
  margin-bottom: 0;
}

/* ----- decoration (button, etc...) */
.uLine {
  text-decoration: underline;
}

/* ----- button */
.dtlBtn {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.dtlBtn a {
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  padding: 5px 20px;
  text-shadow: 0 0 3px #22c6fe;
  border: 1px solid #22c6fe;
  box-shadow: 0 0 10px #22c6fe;
  transition: all 0.7s ease;
}
.dtlBtn a:hover {
  background: rgba(34, 198, 254, 0.3);
  text-decoration: none;
  border: 1px solid #22c6fe;
  text-shadow: 0 0 5px #22c6fe;
  padding: 5px 50px;
  opacity: 1;
}

.ticketStage .dtlBtn.evEnd {
  position: relative;
}
.ticketStage .dtlBtn.evEnd:before {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 70%;
  color: #ffffff;
  text-shadow: 0 0 0px white;
  z-index: 1;
  width: 100%;
}
.ticketStage .dtlBtn.evEnd a {
  pointer-events: none;
  opacity: 0.6;
}

/* ----- img */
.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ----- other */
.nl {
  display: inline-block;
}

/* --------------
 common
-------------- */
.loadCover {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadTxt {
  font-family: "georgia", sans-serif;
  font-weight: bolder;
  text-shadow: 0 0 10px #f00;
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/* =header
-------------------------------------------------------------- **/
#siteHeader {
  display: flex;
  justify-content: center;
}

/* =siteHeader
---------------------------------------------------- */

/* =globalNav
---------------------------------------------------- */

/* =container
-------------------------------------------------------------- */
#container {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.mainBg.second {
  background-image: url(../img/mv_heros.webp);
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumb {
  margin-bottom: 20px;
}
#breadcrumb li {
  color: #aaa;
  font-size: 12px;
  display: inline-table;
}
#breadcrumb li a {
  color: #ccc;
  padding-right: 5px;
}
#breadcrumb li a:after {
  content: "　>";
}
#breadcrumb li a:hover {
  color: #999;
}

/* =headline / titles
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/
#footer {
  background: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 10%,
    rgba(255, 255, 255, 0.2) 100%
  );
  margin-top: 10px;
  padding-top: 60px;
  font-size: 0.9em;
  text-align: center;
}
/* =siteFooter
---------------------------------------------------- */
#footTop .bnrArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#footTop .bnrArea ul li {
  margin: 0 1% 10px;
}
/* =copyright
---------------------------------------------------- */
#copyright {
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#copyright,
#copyright a {
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
  display: block;
  position: fixed;
  z-index: 999;
}

#pageTop a {
  text-indent: -9999px;
  display: block;
  position: relative;
}
#pageTop a::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/* =#social
---------------------------------------------------- */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#social {
  margin-top: 10px;
}
#social > div {
  display: inline-block;
  margin-right: 10px;
}

.snsCont {
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.snsCont img {
  height: 40px;
}
/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */

/* =homeNews
---------------------------------------------------- */
#homeNews .newsList {
  overflow-y: scroll;
  padding: 0.5em;
}
#homeNews .newsList {
  height: 8.5em;
  /*border: 1px solid #e3d26c;
	box-shadow: 0 0 10px #e3d26c;*/
  text-align: center;
  margin: auto;
}
#homeNews .newsList li {
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
}
#homeNews .newsList li {
  border-bottom: 1px solid #999;
}

/*for chrome*/
#homeNews .newsList::-webkit-scrollbar {
  width: 7px;
}
#homeNews .newsList::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 3px;
}
#homeNews .newsList::-webkit-scrollbar-track {
  background: rgba(171, 171, 171, 0.5);
}

/*for firefox*/
#homeNews .newsList {
  scrollbar-color: #b5b5b5 rgba(171, 171, 171, 0.5);
  scrollbar-width: thin;
}

/*for IE*/
#homeNews .newsList {
  scrollbar-base-color: #b5b5b5;
  scrollbar-face-color: rgba(171, 171, 171, 0.5);
}
#homeNews .newsList li {
  display: flex;
}

/* =homeAbout
---------------------------------------------------- */

/* =homeCap
---------------------------------------------------- */
.homeCap p {
  margin-bottom: 30px;
}
/* =homeInfo
---------------------------------------------------- */
#homeInfo .infoCont .infoBox {
  margin-bottom: 10px;
}
#homeInfo .infoCont a.infoBg,
#homeInfo .infoCont a.infoBg.aNone:hover {
  background: rgba(255, 255, 255, 0.6) url(../img/boxBg.png) no-repeat center
    center / cover;
}
#homeInfo .infoCont a.infoBg {
  height: 100%;
  display: block;
  padding: 10px;
  border: 4px double #000;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#homeInfo .infoCont a p {
  color: #000;
  line-height: 1.4;
}
.infoBox a.infoBg {
  text-align: center;
}
.infoBox .infoDtlTxt {
  padding: 10px 10px 30px;
}
.infoBox .infoDtlTxt h4 {
  margin-top: 10px;
  text-shadow: 0 0 10px #f00;
}
.infoBox .infoDtlTxt h4:first-child {
  margin-top: 0;
}
.infoBox .infoDtlTxt p {
  font-weight: normal;
}
a.aNone {
  pointer-events: none;
}

.infoBox.evEnd {
  position: relative;
}
.infoBox.evEnd a {
  pointer-events: none;
  opacity: 0.6;
}
.infoBox.evEnd:before {
  content: "公演は終了いたしました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.3em;
  color: #ffffff;
  text-shadow: 0 0 12px white;
  z-index: 1;
  text-align: center;
  width: 100%;
}
/* =homeStory
---------------------------------------------------- */
.story__flex--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.story__wrap--txt {
  font-size: 13px;
}

/* =homeCast
---------------------------------------------------- */
.flxLi {
  display: flex;
}
.flxLi li {
  line-height: 1.3;
}
.flxLi li img {
  margin-bottom: 5px;
}
/* =homeActor
---------------------------------------------------- */
.actorList {
  text-align: center;
}
.actorList dt,
.actorList dd {
  display: inline-block;
}
.actorList dt:after {
  content: " ／ ";
}
.charaCont .flxLi li {
  margin-bottom: 2em;
}
.charaCont .flxLi li img {
  box-shadow: 0 0 10px #e3d26c;
  margin-bottom: 10px;
}
/* --------------
 subpages contents
-------------- */

/* =page ticket
---------------------------------------------------- */
.cDetails:first-of-type {
  margin-bottom: 10px;
}
.subContact p {
  margin-bottom: 0;
}
#mainNav {
  display: flex;
  justify-content: center;
}
#mainNav li a {
  color: #fff;
  display: block;
  transition: text-shadow 0.5s ease;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
#mainNav li a:hover {
  text-shadow: 0 0 8px #22c6fe, 0 0 8px #22c6fe, 0 0 10px #22c6fe,
    0 0 10px #22c6fe;
}
.youtube {
  position: relative;
  height: 0;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dtlBtn.yet,
.infoBox.yet2,
.infoBox.yet {
  filter: brightness(60%);
}
@media all and (-ms-high-contrast: none) {
  #homeInfo .infoCont .infoBox.yet2 a.infoBg,
  #homeInfo .infoCont .infoBox.yet a.infoBg {
    background: rgba(255, 255, 255, 0.4) url(../img/boxBg.png) no-repeat center
      center / cover !important;
  }
}
.dtlBtn.yet,
.infoBox.yet a {
  pointer-events: none;
}

.specialTicketFOS.oya,
.overGgoods.oya,
#okayamaGoods.oya,
.subTicket .inContent.oya,
#ticket .inContent.tubutike,
#ticket .inContent.oya .ulNotice,
#home .inContent.oya {
  position: relative;
}

.specialTicketFOS.oya #finished,
.overGgoods.oya #finished,
#okayamaGoods.oya #finished,
.subTicket .inContent #finished,
#ticket .inContent.tubutike #finished,
#ticket .inContent .ulNotice #finished,
#home .inContent #finished {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 80;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px 0;
  box-sizing: content-box;
  text-align: center;
}

.specialTicketFOS.oya #finished p,
.overGgoods.oya #finished p,
#okayamaGoods.oya #finished p,
.subTicket .inContent #finished p,
#ticket .inContent.tubutike #finished p,
#ticket .inContent .ulNotice #finished p,
#home .inContent #finished p {
  border: 1px solid #ada6a6;
  background-color: rgba(0, 0, 0, 0.8);
  color: #b2b2b2;
  display: inline-block;
  padding: 0.2em 1em;
  box-shadow: 0 0 10px #ada6a6;
  text-shadow: 0 0 10px #ada6a6;
  font-weight: 900;
}
#home .inContent #finished p {
  font-size: 1.5em;
  transform: rotate(-5deg) translateY(100%);
  -webkit-transform: rotate(-5deg) translateY(100%);
}

#home .inContent #finished p.second {
  font-size: 1.5em;
  transform: rotate(-5deg) translateY(250%);
  -webkit-transform: rotate(-5deg) translateY(250%);
}

#home .inContent.special #finished p {
  font-size: 1.5em;
  transform: rotate(-5deg) translateY(200%);
  -webkit-transform: rotate(-5deg) translateY(250%);
}
#ticket .inContent.oya .ulNotice {
  margin-top: 20px;
}
#ticket .inContent .ulNotice #finished p {
  font-size: 1.2em;
  transform: rotate(-5deg) translateY(25%);
  -webkit-transform: rotate(-5deg) translateY(25%);
}
#ticket .inContent.tubutike #finished p {
  font-size: 1.2em;
  transform: rotate(-5deg) translateY(50%);
  -webkit-transform: rotate(-5deg) translateY(50%);
}

.overGgoods.oya #finished p,
#okayamaGoods.oya #finished p {
  font-size: 1.2em;
  transform: rotate(-5deg) translateY(700%);
  -webkit-transform: rotate(-5deg) translateY(700%);
}

.inContent.plus {
  padding: 1em;
  background-color: rgb(0 190 255 / 41%);
}

.subpage .HL2 span:first-of-type {
  letter-spacing: 3px;
}
.subPlace p {
  margin-bottom: 0;
}

.caution {
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.warning {
  border: 1px solid #ff6;
  padding: 1em;
  position: relative;
  margin-top: 20px !important;
}

.warning2 {
  /*border: 1px solid #22c6fe;*/
  padding: 1em;
  position: relative;
}

.warning2.first0,
.warning.first0 {
  padding: 2em 1em;
}

.warning2 a {
  color: #ffffff;
  text-shadow: 0 0 10px #22c6fe;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.warning a {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}*/

div.ulBdr {
  border: 1px solid #22c6fe;
  box-shadow: 0 0 10px #22c6fe;
  padding: 0.5em;
}

div.ulBdr.new {
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}

.dtlBtn a.txtShaO {
  border-color: #fe8b22;
  box-shadow: 0 0 10px #fe8b22;
  text-shadow: 0 0 3px #fe8b22;
}

.dtlBtn a.txtShaO:hover {
  background-color: rgba(254, 139, 34, 0.3);
  text-decoration: none;
  border: 1px solid #fe8b22;
  text-shadow: 0 0 5px #fe8b22;
  padding: 5px 50px;
  opacity: 1;
}

.ticketStage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.parentA > div {
  border: 1px solid #fff;
}

.parentA > div:first-of-type {
  align-items: center;
  padding: 0.5em;
}

.childBox:last-of-type {
  border-bottom: none;
}

.childBox p {
  margin-bottom: 0;
}

.childBox .childO {
  width: 100%;
  text-align: left;
}

.childBox > p:first-of-type {
  align-items: center;
}

.childBox > p:first-of-type a {
  text-align: left;
}

.childList p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.childList p > a {
  width: 100%;
}

.childBox .bgRed {
  background-color: #ed5c5c;
}

span.special {
  background: linear-gradient(transparent 70%, #41d4e8 70%);
  text-shadow: 0 0 10px #22c6fe;
  margin-bottom: 3px;
  display: inline-block;
}

#allnCoV ul {
  margin: 0.3em auto;
  padding: 0.5em 0.2em;
  border: 1px solid #ff0000;
}

.subTicket .inContent {
  position: relative;
}

.overBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    rgb(120 120 120 / 52%) 0,
    rgb(120 120 120 / 52%) 6px,
    #1d1d1d91 5px,
    #2b2b2b8f 20px
  );
  background: -o-repeating-linear-gradient(
    -45deg,
    rgb(120 120 120 / 52%) 0,
    rgb(120 120 120 / 52%) 6px,
    #1d1d1d91 5px,
    #2b2b2b8f 20px
  );
  background: repeating-linear-gradient(
    -45deg,
    rgb(120 120 120 / 52%) 0,
    rgb(120 120 120 / 52%) 6px,
    #1d1d1d91 5px,
    #2b2b2b8f 20px
  );
}

.ticket_wrapp {
  display: block;
  text-align: center;
  margin: 16px 0;
}
.ticket_txt {
  display: inline-block;
  text-align: left;
}
.ticket_ttl h3 {
  margin-bottom: 16px;
  text-shadow: 0 0 10px #22c6fe;
}
.maruPostWrapp {
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  /* 適用したいスタイル */
  .overBox {
    background-color: rgba(106, 104, 104, 0.66);
  }
}

.overBox > p {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.5em;
}

.through {
  text-decoration: line-through;
}
/* =homeChara
---------------------------------------------------- */
.charaWrapp {
  display: flex;
}
.charaWrapp p {
  margin-right: 1%;
}
