@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */
.alignleft, .alignright {
	float: none !important;
	clear: both !important;
	display:block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
img.alignleft, img.alignright {
	float: none !important;
	display:block !important;
	margin:0 auto 10px !important;
}
.alignSP .alignleft {
	display: inline-block !important;
	margin: 0 5px 10px !important;
}

.wp-caption {
	max-width: 320px !important; /* prevent too-wide images from breaking layout */
}

/* --------------
 reset
-------------- */
input,select,textarea {max-width:95% !important;}
h1 {font-size: 120%;}
h2 {font-size: 110%;}
h3,h4 {font-size:100%;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

/* --------------
 base
-------------- */
html {-webkit-text-size-adjust: none;}
body {font-size: 16px;line-height: 1.4;}
.ifpc {display: none;}

@media screen and (max-width: 320px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}

/* --------------
 modules css
-------------- */
.infoImgBox {
	text-align: center;
}
/* ---------- margin,padding */
.mb50 {	margin-bottom: 20px !important;}

/* ----- margin,padding */
.mt40 { margin-top: 30px;}
.mt80 { margin-top: 40px;}
.mt150 { margin-top: 50px;}

/* ----- base width */
body {width: 100%;}

.in {margin: 0 1%;}

/* ----- images */
.imgL, .imgR {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* ----- base width */
#wrapper {
	width: 100%;
}

/* ----- list */
.col6 li {
	width: 49%;
	margin: 10px 0.5%;
}

.clmRed, .clmBlue, .clmOg, .clmGreen, .clmGray {
	margin-top: 10px;
	padding: 10px;
}
.clmRed p, .clmBlue p, .clmOg p, .clmGreen p, .clmGray p {
	margin: 10px 0;
}
.clmRed p img, .clmBlue p img, .clmOg p img, .clmGreen p img, .clmGray p img {
	margin: 5px 0;
}

/* line */
.lineG {
	padding-bottom: 9px;
	border-bottom-right-radius: 50%;
	background-position: left 3px;
	background-size: auto 20px;
}

/* ----- text */
.alcSP { text-align: center; }
.allSP { text-align: left; }
.alrSP { text-align: right; }
.txtBlockSP {display: block;}
/* ----- botton */
.dtlBtn a,
.dtlBtn2 a {
	padding: 10px;
}

/* ----- table */
.tblSP50 {
	width: 100%;
}
.tblSP50 th {
	width: 50%;
	padding-bottom: 5px;
}

/* ----- clm */

.spclm2, .spclm3, .spclm4, .spclm5, .spclm6 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
}

.spclm2 > *, .spclm3 > *, .spclm4 > *, .spclm5 > *, .spclm6 > * {
    margin-left: 10px;
}

.spclm2 > * {
    width: calc((100% / 2) - 10px );
}

/* --------------
 common
-------------- */
/*body:before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg_sp.jpg?v5);
	background-repeat: no-repeat;
	background-size: contain 100%;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/

/* =header
-------------------------------------------------------------- **/
#header {
	margin: 5px 0;
}
#home #header {
  margin: 0;
}
#subpage #header {
	margin-top: 5px;
}

.spwd70 {
	width: 70%;
}

/* =siteHeader
---------------------------------------------------- */
/* logo */
#logo {
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
}
#subpage #logo {
	width: 50%;
	margin-bottom: 5px;
}

#siteHeader h2 {
	width: 75%;
	max-width: 290px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* lead */
#lead {
	text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}
/*#lead img {
	max-width: 400px !important;
}*/

/* =globalNav
---------------------------------------------------- */
#globalNav {
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	position: relative;
}
#globalNav:before {
	top: 0;
}
#globalNav:after {
	bottom: 0;
}
#home #globalNav .in {
  margin: 0;
}

/* mainNav */
#mainNav {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
  justify-content: center;
  margin: 5px 0;
}
#mainNav li {
	/*width: 33%; test*/
	text-align: center;
	/*margin: 1px 1px 0 0; test*/
  line-height: 2.5;/*test*/
  margin: 0 .8em;
}
#mainNav li:nth-child(3n) {
	/*margin-right: 0!important; test*/
}
#mainNav li p.navHL a {
	/*color: #fff;
	background: #8fc3f2;
	padding: 8px 0; test*/
	box-sizing: border-box;
	display: block;
	/*font-size: 125%;*/
  font-weight: normal;
  font-size: 85%; /*test*/
}
/*#mainNav li:nth-child(3) p.navHL a {
	background: #00BD30;
}*/

#home #mainNav li {
  /*width: 33.1%; test*/
  /*margin: 0 1px 1px 0; test*/
}

#mainNav .navComing:after {
	font-size: 10px;
}
#mainNav li p#nav6 a {
  /*font-size: 85%;*/
  /*height: 41px; test*/
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainNav #navCovidSP {
  width: 66.4%!important;
  margin-right: 0!important;
}
#mainNav #navCovidSP p.navHL a {
  font-size: 80%;
  /*height: 41px; test*/
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:374px) {
  #mainNav #navCovidSP p.navHL a {
    font-size: 65%;
  }
  #mainNav li p.navHL a {
    font-size: 75%;
  }
}


/* underlayer nav */
#mainNav li ul {
	display: none !important;
}

/* ol */
#mainNav li ol {
	display: none !important;
}

/* sNav */
#globalNav #sNav {
	display: none !important;
}


/* =wrapper
-------------------------------------------------------------- **/

/* =container
-------------------------------------------------------------- **/


/* =contents
---------------------------------------------------- */
#contents {
	/*padding: 5px 1%;*/
}

.bgWt, .bgBl, .tmp_archive article, .tmp_page article, .tmp_single article, .tmpInner {
	padding: 10px 5px;
}
.tmp_archive article {
	width: 95%;
	margin: 10px auto;
	padding: 10px 5px;
}
.tmp_archive article:last-child {
	margin-bottom: 0;
}
.tmp_archive article .archiveHead {
	font-size: .8em;
	margin-bottom: 10px;
}
.tmp_archive article .archiveHead p {
	padding-bottom: 0;
}
.tmp_archive article .archiveBody {
	font-size: .9em;
}
#narikiri article, #narikiri_test article {
	background-size: cover;
}
/*#contents {
	padding-bottom: 0 !important;
}*/
/* ----- headline */
.HL1 {
	/*padding: 8px;*/
	font-size: 30px;
}
.tmp_archive .btnS {
	margin-top: 5px;
	margin-left: 5px;
}

#contents h2 {
	margin-top: 20px;
}

/*.HL2 {
	margin-bottom: 5px;
	padding: 3px 3px 1px 25px !important;
	background-size: 18px;
	font-size: 115%;
}*/

/* #contents h3 {
	margin: 15px 0 5px;
	font-size: 110%;
} */

.page h1 {
	margin-top: 20px;
	padding: 5px 3px;
	font-size: 130%;
	letter-spacing: -0.01em;
}

#subpage h2 {
  font-size: 1.5em;
}
#subpage h3 {
  font-size: 1.3em;
}
#subpage h4 {
  font-size: 1.2em;
}

/* ---------- pagescroll */
#intro, #playguide, #department, #game, #vacancy {
	margin-top: -25px;
	padding-top: 25px;
}

/* ----- button */
/* .btnA a {
	margin-top: 15px;
	padding: 5px;
	font-size: 120%;
	background-size: 25px;
} */


/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
#txtFooter {
	margin: 0 10px 20px;
}

a[href*="tel:"] {
	display: inline-block;
}

#siteFooter #sNav {
	margin-top: 10px;
}
#siteFooter #sNav li {
	margin-top: 5px;
	margin-left: 25px;
}
#siteFooter #sNav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C7000B;
}

.footNav {
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
	margin-bottom: 5px;
}
.footNav li {
	width: 50%;
	text-align: center;
	float: left;
}
.footNav li a {
	color: #222;
	padding: 10px 0;
	display: block;
}
/* =social
------------------------------------------ */

/* 各シェアボタン */

#social {
	font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width:374px) {
  #social {
    font-size: 11px;
  }
}

.sclTw,
.sclFb,
.sclLINE,
.sclGgl{
	vertical-align: bottom;
	width: 32%;
	margin: auto;
	margin-bottom: 15px;
  padding-bottom: 0!important;
}

.sns_area {
  padding-bottom: 30px;
}
.sns_area .officialTwi {
  text-align: center;
}
.sns_area .officialTwi a{
  /*display: block;*/
}
/* =copyright
------------------------------------------ */

/* =pageTop
---------------------------------------------------- */
#pageTop {
	right: 10px;
	bottom: 50px;
}
#pageTop a {
	width: 40px;
	height: 40px;
	background-size: 40px;
}


/* --------------
 home container
-------------- */
#modal-content * {
  box-sizing: border-box;
}
#modal-content {
  max-width: 95%;
  max-height: 75vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: auto;
}
#modal-closeBox {
  top: 5px !important;
  right: 5px !important;
}
#modal-content .notice {
  margin: 2rem 1rem !important;
}
/* =visual
---------------------------------------------------- */
#clmMV {
	/*width: 320px;
	height: 206px;*/
	width: 100%;
	margin: 0 auto;
}
/*#clmMV h2 {
	width: 320px;
	height: 100vh;
	margin: auto;
	top: 190px;
	left: 0;
	right: 0;
}*/

#clmTwitter {
	/*width: 320px;*/
	width: 92%;
	height: 300px;
	margin: 10px auto 15px;
	padding: 5px 3%;
	text-align: center;
}

.twitter-timeline {
	width: 280px !important;
	height: 295px !important;
}

.mvBottom {
  margin: 20px 0;
}

.mvBottom .covidBtn a {
  font-size: .9em;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mvBottom .covidBtn img {
  width: 40%;
}

.mvBottom .ticketBtnR {
  margin-top: 10px;
}
.mvBottom .ticketBtnR a {
  border: solid 1px #0075cf;
  color: #fff;
  background-color: #0075cf;
  padding: 1em 1.5em;
  border-radius: 100vh;
  display: block;  
  text-align: center;
}
.mvBottom .ticketBtnR a:hover {
  color: #0075cf;
  background-color: #fff;
}

/* =contents
---------------------------------------------------- */
.homeAboutCont, #homeNews, #homeContents {
  padding: 50px 1% 75px;
}
#home h2 img{
  height: 30px;
  position: relative;
}

/* -------------------- summary
#homeSummary {
	text-align: center;
} */
.homeAboutCont h2::before{
  top: 20px;
  left: 50%;
  height: 40px;
  width: calc(40px / 277 * 983);
}

#homeAbout {
  margin-bottom: 40px;
}
.homeAboutBox {
  text-align: center;
}
.aboutHL {
  margin-bottom: 5px;
}

#homeCM iframe {
  height: 54vw;
}

/* -------------------- news */
#homeNews {
	/*margin: 15px auto 30px !important;*/
}
#homeNews h2::before{
  top: 20px;
  right: 50%;
  height: 40px;
  width: calc(40px / 288 * 1099);
}
#homeNews article a {
	padding: 5px;
	display: block;
}
#homeNews article mark {
	display: inline-block;
	white-space: nowrap;
}
#homeNews .slick-prev {
  left: -5px;
  z-index: 10;
}
#homeNews .slick-next {
  right: -5px;
  z-index: 10;
}

#homeNews .btnSbox {
  /*margin-bottom: 50px;*/
  margin-bottom: 15px;
}

/* -------------------- contents */
#homeContents h2::before{
  top: 20px;
  left: 50%;
  height: 40px;
  width: calc(40px / 309 * 918);
}
#homeContents article {
  padding: 10px;
}
#homeContents .contTtl {
  padding-bottom: 1.5em;
}
#homeContents .contTtl::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

#homeContents .point {
  font-size: 1.2em;
}

/* -------------------- banner */
#homeBnr {
	text-align: center;
	width: 98%;
	margin: auto;
}
#homeBnr p {
	margin-bottom: 10px;
}

#homeBnr .fll {
	float: left;
	width: 49%;
}
.mt-15 {
	margin-top: -10px;
}

#homeBnr .flr {
	float: right;
	width: 49%;
}
/* -------------------- youtube */
#youtube {
	width: 98%;
	position: relative;
	padding-top: 56%;
	height: 0;
	margin: auto;
}
#youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* -------------------- sponsor area */
.ulCol {
	text-align: center;
}
.ulCol li {
	/*margin: 3px;*/
}

/* -------------------- calendar area */
#wp-calendar tbody a {
	padding: 5px;
}

/* -------------------- homeLinkCont */
.homeLinkCont {
	padding: 35px 0;
}
.tblFt th, .tblFt td {
	text-align: center;
}
/* -------------------- ticket banner */
#bnrNotice {
	display: none !important;
}


/* --------------
 subpage container
-------------- */
.yuryo {
	margin-top: 6px;
	padding: 3px 6px;
	border-radius: 3px;
	background: #96C;
}

.decoF {
	padding: 5px;
}

.decoTtl b {
	letter-spacing: -0.03em;
}

/* =page info,news,event,premium
---------------------------------------------------- */

/* .tmp_archive article time {
	margin-bottom: 5px;
	font-size: 13px;
} */

/* =page stage
---------------------------------------------------- */
/* ----------liveStage,youTube */
#liveStage .wd25 {
	margin-top: 15px;
	text-align: center;
}
#liveStage .wd25 img {
	width: 45%;
	display: inline-block;
}
.stage-story-box {
  margin-bottom: 20px;
}

/* =page ticket
---------------------------------------------------- */
.ulKome li {
	font-size: 90%;
	padding-bottom: 3px;
}
.ticketBox .imgs li{
  width: 49%;
}
.ticketBox .img {
  width: 50%;
  margin: 0 auto;
}

/* -------------------- playguide */
.tblTp2 {
	width: 99%;
	margin-top: 5px;
}
.tblTp2 th, .tblTp2 td {
	width: 96% !important;
	padding: 7px 2%;
	display: block;
}
.tImgMt {
	margin-top: 10px;
}
#playguide h3 {
	font-weight: normal;
}
#playguide h3 img {
	display: block;
}
#playguide .tickCap {
	display: inline-block;
	margin: 8px 0 3px;
}

/* =page goods
---------------------------------------------------- */
.tblGoods {
	margin: 5px auto;
	text-align:center;
	width: 100%;
	background-color: #DDF2FF;
	padding:2px;
}

.tblGoods th {
	width: 100%;
	font-size: 15px !important;
}

.GoodsL {
	width: 100%;
}

/*　---------- dl goods */
.clmGoods {
	text-align: center;
}

.dlGoods {
	width: 98%;
	margin: 5px 1%;
	padding: 5px 2%;
	box-sizing: border-box;
}
.dlGoods dt {
	font-size: 100%;
}
.dlGoods dt span {
	font-size: 90%;
}
.dlGoods dt b.txtLU {
	font-size: 12px;
	white-space: nowrap;
}
.dlGoods dd.img {
	margin: 0 10px 5px;
}
.dlGoods dd.img .wd45 {
	width: 45%;
}
.dlGoods dd.txt {
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 8px;
	text-align: left;
}
.dlGoods .imgBox img {
	max-height: 300px;
	width: auto;
}
.txtComing {
	font-size: 150%;
	margin-top: 10px;
}
/* official */
#official .deco2 .mt40 {
    margin-top: 0;
}

/* craft */
.craftItem .txtBox {
	font-size: 100%
}
.craftItem .txtBox,
.craftItem .imgBox {
	width: 95%;
	margin: 15px auto 0;
}
.craftItem .imgBox {
	margin-bottom: 10px;
}
.craftItem h4 {
  margin-top: 5px;
  text-align: center;
}
/* =page concept
---------------------------------------------------- */
.ulConcept li {
	margin: 0 0 15px;
	padding: 10px;
}
.ulConcept li:first-child {
	margin-top: 15px;
}
.ulConcept li a {
	background-size: 20px;
}
.ulConcept li.cmg {
	background-size: 50px;
}
.ulConcept li img {
	margin-bottom: 5px;
}
/* -------------------- ultrashot */
.col4 li {
	width: 49%;
}
.col3 li, .col2 li {
	margin: 10px 10%;
}

.txtBlockSP {margin-bottom: 5px;}

/* -------------------- narikiri */
.narikiriCont .imgBox:nth-child(odd) {
	margin: 0 1% 8px 0;
}
.narikiriCont .imgBox:nth-child(even) {
	margin: 0 0 8px 1%;
}
/* =page livestage
---------------------------------------------------- */
.clmStage p br {
	display: none;
}
.clmStage h3 {
	font-size: 120%;
}

.stageL {
	margin-bottom: 10px;
}
.stageR {
}

.caleSP {
	text-align: center;
}
.caleSP img {
	width: 280px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.stageImgCont .imgBox {
	width: 48%;
	margin: 0 1% 5px 1%;
}

@media screen and (max-width: 374px) { 
  .stagetable th, .stagetable td {
    padding: 8px 5px;
    font-weight: normal;
  }
}

/* ------------------------------ livestage added */
.btnAnchor {
	right: -5px;
}
.btnAnchor a {
	width: 20px;
	padding: 5px;
	border-radius: 5px 0 0 5px;
}

/* =diorama
---------------------------------------------------- */
.dioramaImgCont .imgBox {
	width: 48%;
	margin: 0 1% 5px 1%;
}
/* ------------------------------ vacancy */
#vacancy h3 {
	margin: 20px 0;
}
#vacancy h3 span {
	font-size: 17px;
}
#vacancy h3 span b {
	margin: 0 2px;
	font-size: 27px !important;
}
#vacancy h3 i {
	margin-left: 5px;
}

.tblVacancy {
	margin: 0 auto 20px;
	width: 100%;
}
.tblVacancy th {
	width: 130px;
	padding: 10px;
}

.tblVacancy td {
	padding: 10px;
}

.pVacancy {
	font-size: 80%;
}

/* ------------------------------ photo */
#photoDtl .wd75 {
}
#photoDtl .wd75 p {
	margin: 0 10px;
}

#photoDtl .wd75 .wd30 {
	float: right;
	width: 50%;
	margin-top: 10px;
	text-align: center;
}
#photoDtl .wd75 .wd30 img {
	width: 150px;
}

#photoDtl .wd25 {
	width: 50%;
	margin-top: -280px;
	text-align: center;
}
#photoDtl .wd25 img {
	width: 150px;
}


/* =faq
---------------------------------------------------- */
#faqBox dt,#faqBox dd {
  padding-right: .5em;
  padding-left: 60px;
}
#faqBox dt div.plus {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
#faqBox dt div.plus span {
  width: 25px;
}
#faqBox dt div.plus span:nth-of-type(1) {
  transform: translateY(-2px) rotate(90deg);
}
/* =20230613 add
---------------------------------------------------- */
/*TOP*/
div.pickupLayout::after {
	content: none;
}
.pickupLayout {
	display: flex;
	flex-direction: column-reverse;
	column-gap: 1.5rem;
}
div.contLeft::after {
	content: none;
}
.contLeft {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contLeft a {
	text-align: right;
    color: #333 !important;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: underline;

}
.contLeft a:hover {
	opacity: 0.8;
    text-decoration: none;
}
#homeContents .contTtl {
  padding-right: 1.5em;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.0rem;
  padding-bottom: 0;
}
#homeContents .contTtl span {
 	font-size: .5em;
    color: #fff;
    background-color: #ed0200;
    padding: 0.2em 0.5em;
    margin-left: 2em;
    vertical-align: middle;
}
#homeContents .contTxt {
  margin-left: 1.0rem;
}
#homeContents article {
	padding: 2.0rem;
}
#homeContents article.otherLayout {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}

.language-nav {
	margin:0 auto;
}

.language-nav__list {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	column-gap: 24px;
	padding-bottom: 64px;
}



.language-nav__item{
	font-weight: 600;
	font-size: 18px;
}