@charset "UTF-8";

.sp {
  display: none;
}

.ticketContent .inner {
  max-width: 100%;
  a {
    text-decoration: none;
  }
}
.ticketTitle {
	margin: 40px;
  .titleText {
    color:#ee7f94;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
  }
  .titleText span {
    font-size: 5rem;
  }
  .titleDate {
    font-size: 2rem;
    background-color: #F2DE56;
    border-radius: 20px;
    text-align: center;
    width: 500px;
    margin: 10px auto;
    padding: 8px;
  }
  .annotation{
    font-size: 1.8rem;
    text-align: center;
  }
}

.ticketInfo {
  margin: 0 auto 40px;
  width: 1100px;
}
.ticketInfo__title {
  padding: 15px 0;
  line-height: 1;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
#advanceTicket .ticketInfo__title {
  background: #EC8095;
}
#dayTicket .ticketInfo__title {
  background: #799FB7;
}
.ticketInfo__list {
  margin: 10px 0;
}
.ticketInfo__item {
  display: flex;
  gap: 0 35px;
  padding: 30px 0;
}
.ticketInfo__item:not(:last-of-type) {
  border-bottom: 1px dotted #969696;
}

.ticketPrice {
  position: relative;
  flex-shrink: 0;
  display: block;
  padding: 20px;
  width: 400px;
  text-align: center;
  background: #ec8095;
  border-radius: 8px;
  box-sizing: border-box;
}
.ticketPrice::before,
.ticketPrice::after {
  position: absolute;
  content: "";
  display: block;
}
.ticketPrice::before {
  top: 0;
  left: 20px;
  width: 8px;
  height: 100%;
  border-left: 8px dotted #fff;
}
.ticketPrice::after {
  top: calc(50% - 11.315px);
  right: 18px;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
}
#advanceTicket .ticketPrice::after {
  border-top: 3px solid #FFF834;
  border-right: 3px solid #FFF834;
}
#dayTicket .ticketPrice::after {
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

.ticket__description {
  padding-right: 35px;
}

.ticketPrice {
  .ticketType {
    margin: 10px 0 30px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
  }
  .ticketType span {
    font-size: 2rem;
  }
  .price {
    margin-bottom: 25px;
    font-size: 7rem;
    color: #fff834;
  }
  .price span {
    font-size: 4rem;
  }
  .limit {
    margin: 0 auto;
    padding: 5px;
    width: 80%;
    font-size: 2rem;
    border-radius: 5px;
    background:rgba(255,255,255,0.6);
  }
}

/*３日券ありバージョン*/
/*.ticketPrice {
  width: 230px;
  background: #ec8095;
  border-radius: 8px;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  padding: 14px;
  .ticketType {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
  }
  .price {
    font-size: 4rem;
    color: #fff834;
    margin-bottom: 16px;
  }
  .price span {
    font-size: 3rem;
  }
  .limit {
    background:rgba(255,255,255,0.6);
    padding: 5px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
} */

#dayTicket .ticketPrice {
  background: #799fb7;
  .price {
    color: #fff;
  }
}

.free {
	text-align: center;
	color: #ee7f94;
	font-size: 2.4rem;
    margin-bottom: 30px;
}

.onlyLowson:after {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 60px;
  height: 60px;
  content: "";
  background: url(../images/ticket/onlyLowson.png);
  background-size: 100%;
}

.ticketInfoText {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
.ticketContent .inner .ticketInfoText a {
  color: #406CB8;
  text-decoration: underline;
}
.ticket__description--text {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
#advanceTicket .ticket__description--text {
  color: #EC8095;
}
#dayTicket .ticket__description--text {
  color: #799FB7;
}

.detailsInfo {
  width: 100%;
  background: #F7F7F6;
}
.infoTitle {
  padding: 30px 0;
  font-size: 4.4rem;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
}

/*
前売り券について
================================================ */
.advanceInfo {
  padding-bottom: 60px;
  .infoTitle {
    background: #EC8095;
  }
  .infoTitle span {
    position: relative;
    display: inline-block;
  }
  .infoTitle 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;
}
#anchorAdvance04 .advanceInfoBoxText {
  margin-bottom: 0;
}
.advanceInfoBox {
  position: relative;
  box-sizing: border-box;
  width: 1100px;
  margin: 60px auto 0;
  padding: 40px;
  border: 2px solid #ea7f93;
  border-radius: 20px;
  background: #fff;
}
.advanceInfoBox::before {
  position: absolute;
  top: -36px;
  left: 50px;
  content: "";
  margin: 0;
  height: 87px;
  background-size: 100% auto;
}
.advanceInfoBox#advance01::before {
  background: url(../images/ticket/flow01.png) no-repeat;
  width: 108px;
}
.advanceInfoBox#advance02::before {
  background: url(../images/ticket/flow02.png) no-repeat;
  width: 122px;
}
.advanceInfoBox#advance03::before {
  background: url(../images/ticket/flow03.png) no-repeat;
  width: 119px;
}
.advanceInfoBox#advance04::before {
  background: url(../images/ticket/flow04.png) no-repeat;
  width: 122px;
}
.advanceInfoBoxTitle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #444;
  border-bottom: 3px #ec8095 dotted;
  font-size: 3.4rem;
	line-height: 1.3;
}
.advanceInfoBoxText {
  margin-bottom: 30px;
  letter-spacing: .05em;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}
.advanceInfoBoxInner {
  display: flex;
  justify-content: center;
    gap: 0 30px;
}
.advanceInfoBoxSubTitle {
  text-align: center;
  margin-bottom: 15px;
  span {
    width: 400px;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    padding: 11px 0;
    background-color: #ea7f93;
    border-radius: 20px;
  }
}
.advanceInfoBoxNote {
  width: 470px;
  display: inline-block;
  font-size: 1.6rem;
  color: #333;
  margin-top: 13px;
  padding: 7px 0;
  background-color: #F2DE56;
  a {
    color: #5ab2df;
    text-decoration: underline;
  }
}
.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: 20px auto 80px;
  padding: 20px 0;
  text-align: center;
  border: #ccc solid 1px;
  border-radius: 10px;
  p {
    width: 930px;
    margin: 0 auto 1em;
    text-align: left;
    line-height: 1.8;
  }
  a {
    color: #5a9cb1;
  }
}

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

.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: 1.1rem;
}

/* .registrationBox */
.registrationBox {
  width: 100%;
  text-align: center;
  background-color: #f4f2ef;
  margin-bottom: 90px;
  padding: 40px 0 30px;
  box-sizing: border-box;
  .title {
    font-size: 2.4rem;
    color: #e97f92;
  }
  .text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 30px;
  }
  .registrationLink {
    margin-top: 30px;
  }
  .buttonLink {
    width: 400px;
    color: #fff;
    text-decoration: none;
    background-color: #5a9cb1;
    border-bottom: 4px solid #2f6e7f;
    font-size: 1.7rem;
    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;
  }
  .buttonLink:hover {
    margin-top: 3px;
    color: #fff;
    background: #5a9cb1;
    border-bottom: 2px solid #2f6e7f;
  }
}

/*
当日券について
================================================ */
.dayInfo .infoTitle {
  background: #799FB7;
}
.detailsInfo__list {
  padding: 60px 0;
}
.detailsInfo__item {
  margin: 0 auto 30px;
  padding: 40px;
  width: 1100px;
  list-style: none;
  background: #fff;
  border: 2px solid #799FB7;
  border-radius: 20px;
  box-sizing: border-box;
}
.detailsInfo__item:last-of-type {
  margin: 0 auto;
}
.detailsInfo__head {
  display: flex;
  justify-content: space-between;
	line-height: 1.1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 3.6rem;
  border-bottom: 3px #799FB7 dotted;
}
.detailsInfo__title {
  color: #799FB7;
}
.detailsInfo__table {
  th {
    display: inline-block;
    padding: 2px 0;
    width: 140px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #5B4C3E;
    border-radius: 4px;
  }
  td {
    padding: 0 0 20px 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/**
 * モーダル
 */
.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;
}