@charset "UTF-8";

.sp {
  display: none;
}

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


.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;
}
.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#advanceTicket:after {
  position: absolute;
  bottom: -87px;
  left: 50%;
  width: 82px;
  height: 74px;
  margin: 0 0 0 -41px;
  content: "";
  background: url(../images/ticket/arowwAnder.png) no-repeat;
  background-size: auto;
} */


/*.ticketInfoBox#dayTicket {
  float: right;
  width: 488px;
  padding-left: 2%;
  border-left: 2px #C07024 dotted;
}

.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: #F2DE56;
  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;
}

.ticketInfoText span a {
  text-decoration: underline;
  color: #C07024;
}

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

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

.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;
}

.advanceInfoWrap{
  margin-top: -120px;
  padding-top: 120px;
}

.advanceInfoBox {
  position: relative;
  box-sizing: border-box;
  width: 1100px;
  margin: 60px auto 0;
  padding: 40px;
  border: 2px solid #5B4C3E;
  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: 20px;
  text-align: center;
  color: #444;
  border-bottom: 3px #ec8095 dotted;
  font-size: 34px;
}

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

.advanceInfoBoxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    gap:0 30px;
}

.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;
  box-sizing: border-box;
}
  .innerCont p span {
    color: #d80000;
  }
  p .commission{
    color: #ffffff;
    background-color: #ea7f93;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
  }
  p .threeDaysTicket{
    color: #444444;
    background-color: #F2DE56;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
  }
  a.buyBtn {
    bottom: 15px;
    left: 50%;
    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;
  }
  a.detailLink {
    right: 0;
    bottom: 30px;
    left: 0;
    text-decoration: underline;
    color:#406CB8;
    font-size: 1.3rem;
  }
  a.commissionLink {
    color: #406CB8;
    font-size: 1.3rem;
  }
  .seveneleven{
    display: flex;
    gap:16px;
  }
  .tag{
    text-align: center;
  }
}
.innerCont.fee.sevenTicket{
  width: 430px;
}

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

#advance03 .innerCont a.commissionLink {
  right: 0;
  bottom: 70px;
  left: 0;
}

/* .denshi */
.denshi .innerCont {
  width: 400px;
  height: auto;
  padding: 20px 9px;
  p {
    flex: 1;
  }
  p span {
    font-size: 1.3rem;
  }
  a.commissionLink,
  a.buyBtn{
    position: static;
    display: block;
  }
  a.buyBtn{
    margin: 15px auto;
  }
  .logo{
    margin: 10px 0;
  }
}
.denshi .innerCont.asoview .logo {
  height: 65px;
  margin: 15px 0;
}
.denshi .fee:after{
  background: url(../images/ticket/iconFee2.png);
  background-size: 100%;
}
.innerCont a.buyBtn:hover {
  opacity: .8;
}
.advanceInfoBoxText a {
  text-decoration: underline;
  color: #e97f92;
}

.attentBox {
  width: 1000px;
  margin: 40px auto;
  padding: 20px 0 35px;
  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;
}

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

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

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

#ContentsInner {
  width: 100%;
	font-weight: 600;
}

.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{
text-align: left;
    flex: 1;
}
.innerCont p.feeText {
  margin: -10px 0 0;
  letter-spacing: 0;
  color: #666;
  font-size: 11px;
}

.registrationBox {
  width: 100%;
  text-align: center;
  background-color: #f4f2ef;
  margin-bottom: 90px;
  padding: 40px 0 30px;
  box-sizing: border-box;
}
.registrationBox .title {
  font-size: 24px;
  color: #e97f92;
}
.registrationBox .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}
.registrationBox .registrationLink {
  margin-top: 30px;
}
.registrationBox .buttonLink {
  width: 400px;
  color: #fff;
  background-color: #5a9cb1;
  border-bottom: 4px solid #2f6e7f;
  font-size: 17px;
  line-height: 1.18;
  padding: 12px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.registrationBox .buttonLink:hover {
  margin-top: 3px;
  color: #fff;
  background: #5a9cb1;
  border-bottom: 2px solid #2f6e7f;
}
/**
 * モーダル
 */
.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;
}
