@charset "UTF-8";

.sp {
  display: none;
}

.ticketContent .inner {
  max-width: 100%;
  padding: 0;
}

.ticketTitle{
	margin: 40px;
}
.ticketTitle .titleText{
	color:#ee7f94;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}
.ticketTitle .titleText span{
	font-size: 50px;
}
.ticketTitle .titleDate{
	font-size: 20px;
	background-color: #F2DE56;
	border-radius: 20px;
	text-align: center;
	width: 500px;
	margin: 10px auto;
	padding: 8px;
}

.ticketInfo {
  width: 1000px;
  margin: 0 auto 40px;
  /*margin: 0 auto 105px;*/
}

.ticketInfoBox {
  position: relative;
  float: left;
  width: 500px;
  box-sizing: border-box;
}

.ticketPrice{
  width: 400px;
  background: #ec8095;
  border-radius: 8px;
  margin: 0 auto 30px;
  position: relative;
}
.ticketPrice .inner{
  text-align: center;
  border-left: 8px dotted #fff;
  margin-left: 20px;
  padding: 20px;
}
.ticketPrice h3{
  font-size: 3rem;
  color: #fff;
  margin: 10px 0 30px;
}
.ticketPrice h3 span{
  font-size: 2rem;
}
.ticketPrice .price{
  font-size: 7rem;
  color: #fff834;
  margin-bottom: 25px;
}
.ticketPrice .price span{
  font-size: 4rem;
}
.ticketPrice .limit{
  background:rgba(255,255,255,0.6);
  padding: 5px;
  font-size: 1.8rem;
  border-radius: 5px;
}

.ticketInfoBox#advanceTicket {
  padding-right: 10px;
}
.ticketInfoBox#dayTicket {
  float: right;
  padding-left: 10px;
  border-left: 2px dotted #aaa;
}
.ticketInfoBox#dayTicket .ticketPrice{
  background: #799fb7;
}
.ticketInfoBox#dayTicket .ticketPrice .price{
  color: #fff;
}


.free{
	text-align: center;
	color: #ee7f94;
	font-size: 24px;
	margin-bottom: 40px;
}


/*
.ticketInfoBox#dayTicket .circle {
  background: #799fb7;
}

.ticketInfoBox#dayTicket .price {
  color: #fff;
}

.circle {
  position: relative;
  width: 226px;
  height: 226px;
  margin: 0 auto 15px;
  text-align: center;
  border-radius: 113px;
  background: #ec8095;
}

.price {
  padding-top: 40px;
  letter-spacing: .05em;
  color: #fff834;
  font-size: 44px;
  line-height: 1em;
}

.price span.pricetop {
  letter-spacing: .2em;
  color: #fff;
  font-size: 22px;
}

.price span.pricetop span {
  display: inline-block;
  text-indent: -.5em;
  letter-spacing: .07em;
  font-size: 18px;
}

.price span.en {
  font-size: 35px;
}

.limit {
  width: 100%;
  height: 44px;
  margin-top: 17px;
  letter-spacing: -.05em;
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 44px;
}*/




.ticketInfoText {
  text-align: left;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
}

.ticketInfoText span {
  font-size: 13px;
  line-height: 1.3;
}

.advanceInfo {
  width: 100%;
  padding-bottom: 60px;
  background: #F7F7F6;
}

.advanceInfoTitle {
  width: 100%;
  padding: 27px 0 25px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background: #d1b231;
  font-size: 44px;
}

.advanceInfoBoxInner {
  display: flex;
  justify-content: center;
    gap: 0 30px;
}

.advanceInfoTitle span {
  position: relative;
  display: inline-block;
}

.advanceInfoTitle span:before {
  position: absolute;
  top: -69px;
  left: -123px;
  width: 109px;
  height: 109px;
  margin: 0;
  content: "";
  background: url(../images/ticket/contTitleSub.png) no-repeat;
  background-size: auto;
}

.advanceInfoBox {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 1100px;
  margin: 60px auto 0;
  padding: 40px;
  border: 2px solid #d1b231;
  border-radius: 20px;
  background: #fff;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}

.advanceInfoBoxTitle br {
  display: none;
}


.advanceInfoBox.advance01:before {
  position: absolute;
  top: -36px;
  left: 50px;
  width: 108px;
  height: 87px;
  margin: 0;
  content: "";
  background: url(../images/ticket/flow01.png) no-repeat;
  background-size: 100% auto;
}

.advanceInfoBox#advance02:before {
  position: absolute;
  top: -36px;
  left: 50px;
  width: 108px;
  height: 87px;
  margin: 0;
  content: "";
  background: url(../images/ticket/flow02.png) no-repeat;
  background-size: 100% auto;
}

.advanceInfoBox#advance03:before {
  position: absolute;
  top: -36px;
  left: 50px;
  width: 108px;
  height: 87px;
  margin: 0;
  content: "";
  background: url(../images/ticket/flow03.png) no-repeat;
  background-size: 100% auto;
}

.advanceInfoBoxTitle {
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-align: center;
  color: #444;
  border-bottom: 3px #ec8095 dotted;
  font-size: 34px;
}

.advanceInfoBoxText {
  margin-bottom: 40px;
  letter-spacing: .05em;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.innerCont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  padding: 20px 10px;
  width: 400px;
  border: 1px #ddd solid;
  text-align: center;
  box-shadow: 4px 5px 4px 0px rgba(225, 225, 225, 0.9);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "TBChibiRGothicPlusK R";
  box-sizing: border-box;
}

#fmBox.innerCont p span {
  letter-spacing: -.14em;
}

#advance02 .innerCont {
  height: 299px;
  padding-top: 18px;
}

.innerCont:last-child {
  margin: 0;
}

.innerCont p {
  margin: 12px auto;
  text-align: left;
}


.innerCont p + p {
  color: #545454;
  font-size: 13px;
  line-height: 1.4;
}

.innerCont p span {
  color: #d80000;
}

.innerCont a.detailLink {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-decoration: underline;
  color: #406CB8;
  font-size: 13px;
}

.innerCont a.commissionLink {
  text-decoration: underline;
  color: #406CB8;
  font-size: 13px;
}

.innerCont a.buyBtn {
  display: inline-block;
  width: 177px;
  height: 33px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  border: 4px solid #e2e0df;
  border-radius: 10px;
  background: linear-gradient(#5f5851, #46413c);
  line-height: 33px;
}

.denshi .innerCont{
  width: 400px;
  height: auto;
  padding: 20px 9px;
}
.denshi .innerCont .logo{
  height: 75px;
  margin: 10px 0;
}
.denshi .innerCont.asoview .logo{
  height: 65px;
  margin: 15px 0;
}
.denshi .innerCont p{
  height: 70px;
}
.denshi .innerCont p span {
  font-size: 13px;
}
.denshi .innerCont a.commissionLink,
.denshi .innerCont a.buyBtn{
  position: static;
  display: block;
}
.denshi .innerCont a.buyBtn{
  margin: 15px auto;
}
.denshi .fee:after{
  background: url(../images/ticket/iconFee2.png);
  background-size: 100%;
}

.passMarketText a.buyBtn {
  display: inline-block;
  width: 197px;
  height: 50px;
  margin-left: 80px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  border: 4px solid #e2e0df;
  border-radius: 10px;
  background: linear-gradient(#5f5851, #46413c);
  line-height: 50px;
}

a.buyBtn:hover {
  opacity: .8;
}

.passMarketText {
  float: right;
  width: 625px;
  letter-spacing: .07em;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.passMarketText ul li {
  position: relative;
  list-style: none;
  letter-spacing: 0;
  font-size: 14px;
}

.passMarketText ul li:before {
  left: 0;
  content: "※";
}

.passMarketText ul li a {
  text-decoration: underline;
  color: #b3665b;
}

.passMarketBox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 35px 20px;
  border: 1px #ddd solid;
  -webkit-box-shadow: 4px 5px 4px 0 rgba(225, 225, 225, .9);
     -moz-box-shadow: 4px 5px 4px 0 rgba(225, 225, 225, .9);
          box-shadow: 4px 5px 4px 0 rgba(225, 225, 225, .9);

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}

.passMarketBox img {
  float: left;
}

.attentBox {
  width: 1000px;
  margin: 40px auto 80px;
  padding: 20px 0 30px;
  text-align: center;
  border: #ccc solid 1px;
  border-radius: 10px;
}

.attentBox p {
  text-align: left;
}

.attentBox p {
  width: 930px;
  margin: 0 auto;
  line-height: 1.8;
}

.attentBox a {
  position: relative;
  display: inline-block;
  width: 390px;
  height: 60px;
  margin: 10px auto 0;
  text-indent: -.5em;
  letter-spacing: .05em;
  color: #333;
  border: 1px #333 solid;
  border-radius: 10px;
  font-size: 17px;
  line-height: 60px;
  text-decoration: none;
}

.attentBox a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.attentBox a:hover {
  opacity: .8;
}

#ContentsInner {
  width: 100%;
  font-family: "TBChibiRGothicPlusK DB";
}

.passMarketText ul {
  margin: 15px 0 20px;
}

.fee:after {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 60px;
  height: 60px;
  content: "";
  background: url(../images/ticket/iconFee.png);
  background-size: 100%;
}
.innerCont p.feeText {
  margin: -10px 0 0;
  letter-spacing: 0;
  color: #666;
  font-size: 11px;
}


/* 延期アナウンス */
.announce {
  margin: 30px auto;
  padding: 10px 20px;
  width: 90%;
  max-width: 770px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #B22C00;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #B22C00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announceLink {
  position: relative;
  display: block;
  margin: 40px auto 60px;
  padding: 20px;
  width: 700px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #80a025;
  border: navajowhite;
  transition: opacity 1s;
}
.announceLink::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: '\25B6\FE0E';
  display: inline-block;
  color: #f1dd7e;
  font-size: 20px;
}
.announceLink:hover {
  opacity: 0.8;
}
/**
 * モーダル
 */
.modalButton {
  display: block;
  padding: 10px;
  color: #ea6928;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
	background-color: #fff;
	text-decoration-line:underline;
}

.modalWrapper {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overscroll-behavior-y: contain;
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.modalWrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}
.modal {
  box-sizing: border-box;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
}
.modalClose {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  padding: 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  cursor: pointer;
}