@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],
label {
  cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {
  display: none;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 {
  font-size: 0.5em;
}
.fs06 {
  font-size: 0.6em;
}
.fs07 {
  font-size: 0.7em;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs10 {
  font-size: 1em;
}
.fs11 {
  font-size: 1.1em;
}
.fs12 {
  font-size: 1.2em;
}
.fs13 {
  font-size: 1.3em;
}
.fs14 {
  font-size: 1.4em;
}
.fs15 {
  font-size: 1.5em;
}
.fs16 {
  font-size: 1.6em;
}
.fs17 {
  font-size: 1.7em;
}
.fs18 {
  font-size: 1.8em;
}
.fs19 {
  font-size: 1.9em;
}
.fs20 {
  font-size: 2em;
}
.fs21 {
  font-size: 2.1em;
}
.fs22 {
  font-size: 2.2em;
}
.fs23 {
  font-size: 2.3em;
}
.fs24 {
  font-size: 2.4em;
}
.fs25 {
  font-size: 2.5em;
}
.fs30 {
  font-size: 3em;
}

/* ---------- float */
.fll {
  float: left;
}
.flr {
  float: right;
}
.flc {
  margin: auto;
}

/* ---------- width */
.wd5 {
  width: 5% !important;
}
.wd10 {
  width: 10% !important;
}
.wd15 {
  width: 15% !important;
}
.wd20 {
  width: 20% !important;
}
.wd25 {
  width: 25% !important;
}
.wd30 {
  width: 30% !important;
}
.wd35 {
  width: 35% !important;
}
.wd40 {
  width: 40% !important;
}
.wd45 {
  width: 45% !important;
}
.wd48 {
  width: 48% !important;
}
.wd49 {
  width: 49% !important;
}
.wd50 {
  width: 50% !important;
}
.wd55 {
  width: 55% !important;
}
.wd60 {
  width: 60% !important;
}
.wd65 {
  width: 65% !important;
}
.wd70 {
  width: 70% !important;
}
.wd75 {
  width: 75% !important;
}
.wd80 {
  width: 80% !important;
}
.wd85 {
  width: 85% !important;
}
.wd90 {
  width: 90% !important;
}
.wd95 {
  width: 95% !important;
}
.wd100 {
  width: 100% !important;
}

/* ---------- margin,padding */
.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;
}

.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.wd800 {
  max-width: 800px;
  margin: auto;
}

/* ----- text */
.txtClrRP {
  width: 45%;
  text-align: center;
  margin: auto;
}

/* ----- HL */
.HL2 {
  font-size: 2.5em;
}

.teaser .HL2 {
  font-size: 3.5em;
}

/* ----- images */
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* ----- base width */
html,
body {
  height: 100%;
  min-height: 100%;
}
#siteHeader,
#mainNav,
.in,
.contents,
#siteFooter {
  width: 95%;
  margin: 0 auto;
}
/* ---------- align */
.alcPC {
  text-align: center !important;
}
.alrPC {
  text-align: right !important;
}
.allPC {
  text-align: left !important;
}

/* --------------
 common
-------------- */
.loadTxt {
  font-size: 2.5em;
}

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#siteHeader h1 {
  margin-top: 20px;
}
#home #siteHeader h1 img {
  min-width: 350px;
}
.subpage #siteHeader h1 img {
  width: 300px !important;
}
/* =globalNav
---------------------------------------------------- */

/* =container
-------------------------------------------------------------- */
#container {
  display: flex;
}
.main {
  z-index: 10;
  width: 60%;
  margin-right: 40vw;
}
.mainBg {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40vw;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .mainBg {
    background-size: contain;
  }
}

@media screen and (max-width: 1599px) {
  .mainBg {
    background-position: top left;
  }
}

.contents {
  margin-top: 88px;
}
.contents:first-of-type {
  margin-top: 30px;
}
#home .inContent + .inContent {
  margin-top: 50px;
}
.subpage .inContent {
  margin-bottom: 40px;
}
.inContent:last-child {
  margin-bottom: 0;
}

/* =breadcrumb
---------------------------------------------------- */

/* =headline / titles
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
#footTop .bnrArea ul li {
  width: 31%;
}

/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/

.teaser #pageTop {
  right: 5%;
}

#pageTop {
  bottom: 100px;
  background: rgba(0, 0, 0, 0.7);
  right: 43%;
}

#pageTop a {
  width: 60px;
  height: 60px;
}
#pageTop a::after {
  width: 15px;
  height: 15px;
  border: 5px solid;
  border-color: #fff #fff transparent transparent !important;
}

/* --------------
 home contents
-------------- */
@media screen and (max-width: 1330px) {
  /*以下の時*/
  br.ifpc {
    display: none;
  }

  .teaser br.ifpc {
    display: block;
  }

  #home .inContent.oya #finished p {
    transform: rotate(-5deg) translateY(160%) !important;
    -webkit-transform: rotate(-5deg) translateY(160%) !important;
  }

  #ticket .inContent.oya .ulNotice #finished p {
    transform: rotate(-5deg) translateY(25%) !important;
    -webkit-transform: rotate(-5deg) translateY(25%) !important;
  }
  #ticket .inContent.tubutike #finished p {
    transform: rotate(-5deg) translateY(80%) !important;
    -webkit-transform: rotate(-5deg) translateY(80%) !important;
  }
}
/* =visual
---------------------------------------------------- */
/* =homeNews
---------------------------------------------------- */
#homeNews .newsList {
  height: 8.8em;
  width: 80%;
}
#homeNews .newsList li {
  padding: 15px 0;
}
#homeNews .newsList li {
  flex-wrap: nowrap;
}
#homeNews .newsList li time {
  width: 16%;
  font-size: 0.8em;
  padding-top: 2px;
}
#homeNews .newsList li span {
  width: 82%;
  margin-left: 2%;
  text-align: left;
}
@media screen and (max-width: 1490px) {
  /*以下の時*/
  #homeNews .newsList li span {
    width: 78% !important;
  }
  #homeNews .newsList li time {
    width: 20% !important;
  }
}

@media screen and (max-width: 1200px) {
  /*以下の時*/
  #homeNews .newsList li span {
    width: 74% !important;
  }
  #homeNews .newsList li time {
    width: 24% !important;
  }
}
/* =homeAbout
---------------------------------------------------- */

.teaser .homeCap {
  text-align: center;
}

@media screen and (min-width: 1331px) {
  /*以上の時*/
  .homeCap {
    text-align: center;
  }
}

#homeAbout {
  font-size: 90%;
}

/* =homeInfo
---------------------------------------------------- */
#homeInfo .infoCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.infoBox {
  width: 33.33%;
}
.infoBox h3,
.infoBox p {
  width: 100%;
}
#homeInfo .infoCont a.infoBg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1331px) {
  /*以上の時*/
  .infoBox a {
    min-height: 155px;
  }
}

@media screen and (max-width: 1330px) {
  /*以下の時*/
  .infoBox {
    width: 100%;
  }
}

.infoBox .infoDtlTxt {
  font-size: 0.9em;
}
#homeInfo .infoCont a.infoBg {
  margin: 5px;
  transition: 0.2s all ease;
}
#homeInfo .infoCont a.infoBg:hover {
  background-color: rgba(255, 255, 255, 1);
}
/* =homeCast
---------------------------------------------------- */
.flxLi {
  flex-wrap: wrap;
  justify-content: center;
}
.flxLi li {
  /*border: 1px solid #fff;*/
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}
.flxLi li:nth-child(3n) {
  margin-right: 0;
}
/* --------------
 subpages contents
-------------- */

/* =page ticket
---------------------------------------------------- */
#mainNav {
  flex-wrap: wrap;
}

#mainNav li {
  margin: 10px 5px;
  position: relative;
}
#mainNav li a {
  font-size: 1.4em;
  padding: 0.5em 2em 0.5em 1em;
}

@media screen and (min-width: 1137px) and (max-width: 1466px) {
  #mainNav li {
    text-align: center !important;
    margin: 5px !important;
  }
  #mainNav li a {
    padding: 0.3em 3.5em 0.3em 2.5em !important;
  }
  #mainNav li:nth-child(3n)::after {
    display: none !important;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1136px) {
  #mainNav li {
    text-align: center !important;
    margin: 5px !important;
  }
  #mainNav li a {
    padding: 0.3em 2.5em 0.3em 1.5em !important;
  }
  #mainNav li:nth-child(3n)::after {
    display: none !important;
  }
}

#mainNav li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  color: #fff;
}
#mainNav li:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1251px) {
  .youtube {
    width: 700px;
    padding-top: 394px;
  }
}
@media screen and (max-width: 1250px) {
  .youtube {
    width: 100%;
    padding-top: 56%;
  }
}

.inContent #finished p {
  transform: rotate(-5deg) translateY(150%);
  -webkit-transform: rotate(-5deg) translateY(150%);
}

.inContent.special #finished p {
  transform: rotate(-5deg) translateY(150%);
  -webkit-transform: rotate(-5deg) translateY(350%);
}

.inContent.tokyo #finished p {
  transform: rotate(-5deg) translateY(50%);
  -webkit-transform: rotate(-5deg) translateY(50%);
}

/*TOPのticket情報*/
.ticketStage {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.ticketStage p {
  width: 23.5%;
  margin-right: 2%;
}

.ticketStage p:nth-child(4n) {
  margin-right: 0;
}

/*.ticketStage {
	margin-left: 3em;
	margin-right: 3em;
}

.ticketStage p {
	width: 32%;
	margin-right: 2%;
}

.ticketStage p:last-of-type,
.ticketStage p:nth-child(3n) {
	margin-right: 0;
}*/

.childBox > p:first-of-type,
.parentA > div:first-of-type,
.childList,
.parentA,
.childBox {
  display: flex;
}
.parentA {
  justify-content: center;
  margin-right: 3em;
  margin-left: 3em;
}
.parentL {
  width: 80%;
}
.parentA > div:first-of-type {
  border-right: none;
}
.childBox > p:first-of-type {
  width: 40%;
}

.childBox div {
  width: 60%;
}
.childBox div {
  border-left: 1px solid #fff;
}
.childBox {
  border-bottom: 1px solid #fff;
}
.childList p {
  width: 50%;
}
/*.childList .childO {
	justify-content: center;
}*/
.childBox p {
  padding: 0.5em;
}
.childBox .bdrB {
  border-bottom: 1px solid #fff;
}
.maruVan {
  margin-right: 30px;
}
@media screen and (min-width: 1650px) {
  /*以下の時*/

  .ticketStage {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 1490px) {
  /*以下の時*/

  .ticketStage {
    margin-left: 8em;
    margin-right: 8em;
  }
  .ticketStage p {
    width: 48%;
    margin-right: 4%;
  }

  .ticketStage p:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .ticketStage {
    margin-left: 5em;
    margin-right: 5em;
  }
}
.specialTicketFOS.oya #finished p {
  font-size: 1.2em;
  transform: rotate(-20deg) translateY(200%);
  -webkit-transform: rotate(-20deg) translateY(200%);
}
/*.childBox .childO {
	text-align: center!important;
}*/
.childList p:first-of-type {
  border-right: 1px solid #fff;
}
.warning2 a {
  top: 0.7em;
}
.warning2 a:hover {
  opacity: 0.7;
}
.warning a {
  top: 0.7em;
}
#allnCoV ul {
  text-align: center;
  width: 50%;
}
/* -----------------------------------sukagawa */
.HL2 .date_dtl {
  font-size: 0.8em;
}
.measures_dtl {
  font-size: 1.3em;
}
.ticket_ttl h3 {
  font-size: 1.3em;
}
.ticket_general_wp{
	margin-top: 50px;
}
