.sec {
  background: url(../img/ticket/bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .sec {
    background: url(../img/ticket/bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.main-ttl {
  padding-top: 5rem;
  padding-bottom: 11.5rem;
}
.main-ttl .l-ttl__en {
  color: #FDD100;
}

@media screen and (max-width: 767px) {
  .main-ttl {
    padding-top: 2.5rem;
    padding-bottom: 10.5rem;
  }
}
.calendar {
  margin-bottom: 10rem;
}
.calendar__inner {
  max-width: 84.8rem;
  margin: 0 auto;
}
.calendar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.calendar__head li {
  width: 50%;
}
.calendar__mark {
  margin-bottom: 2.7rem;
}
.calendar__mark div {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--serif);
  display: inline-block;
  position: relative;
  padding-left: 4rem;
}
.calendar__mark div:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.6rem;
}
.calendar__mark-item01:before {
  background: url(../img/ticket/calendar_icon01.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.calendar__mark-item02 {
  margin-left: 2.6rem;
}
.calendar__mark-item02:before {
  background: url(../img/ticket/calendar_icon02.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.calendar__tbl {
  width: 100%;
  background-color: #fff;
}
.calendar__tbl th,
.calendar__tbl td {
  width: 6.5rem;
  border: 1px solid #726B15;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}
.calendar__tbl th {
  padding: 0.4rem;
  text-align: center;
  line-height: 1;
  font-family: var(--serif);
  font-weight: 700;
  background: #5F5F5F;
  color: #fff;
}
.calendar__tbl th:nth-of-type(6) {
  background: #0D9EC9;
}
.calendar__tbl th:nth-of-type(7) {
  background: #FD0665;
}
.calendar__tbl td {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calendar__tbl td a {
  padding: 6.4rem 0.4rem 1.2rem;
  line-height: 1.38;
  color: #000;
  font-size: 1.8rem;
}
.calendar__tbl td a span {
  font-size: 1.6rem;
}
.calendar__tbl td a.is-disable {
  pointer-events: none;
}
.calendar__tbl td.group1 {
  background: #F2FDFF url(../img/ticket/calendar_icon01.svg) center 1.8rem no-repeat;
  background-size: 4.1rem auto;
  text-align: center;
}
.calendar__tbl td.group2 {
  background: #FFF2F6 url(../img/ticket/calendar_icon02.svg) center 1.8rem no-repeat;
  background-size: 4.1rem auto;
  text-align: center;
}
.calendar__tbl td.group1:hover, .calendar__tbl td.group2:hover {
  opacity: 0.7;
}
.calendar__desc {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.calendar__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .calendar {
    margin-bottom: 6rem;
  }
  .calendar__inner {
    padding: 0 1rem;
  }
  .calendar__head {
    margin-bottom: 2rem;
  }
  .calendar__head li {
    width: 100%;
  }
  .calendar__mark {
    margin-bottom: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .calendar__mark div {
    font-size: 1.3rem;
  }
  .calendar__mark div:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
  }
  .calendar__tbl th {
    font-size: 1rem;
  }
  .calendar__tbl td a {
    padding: 3.4rem 0.4rem 0.7rem;
    font-size: 1rem;
  }
  .calendar__tbl td a span {
    font-size: 1rem;
  }
  .calendar__tbl td.group1 {
    background: #F2FDFF url(../img/ticket/calendar_icon01.svg) center 1.2rem no-repeat;
    background-size: 1.8rem auto;
    text-align: center;
  }
  .calendar__tbl td.group2 {
    background: #FFF2F6 url(../img/ticket/calendar_icon02.svg) center 1.2rem no-repeat;
    background-size: 1.8rem auto;
  }
  .calendar__desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
  .calendar__btn {
    margin-top: 3.5rem;
  }
}
.info {
  margin-bottom: 7.5rem;
}
.info__inner {
  max-width: 84.8rem;
  margin: 0 auto;
}
.info__sale {
  border-radius: 0.8rem;
  background: #fff;
  padding: 1.8rem;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}
.info__sale-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.info__sale-date {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF0000;
}
.info__sale-date span {
  font-size: 3.4rem;
}
.info__preorder {
  padding: 4rem;
  background: #FFF5E8;
  color: #000;
  border-radius: 0.8rem;
}
.info__preorder-ttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.info__preorder-date {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #FF0000;
  border-radius: 0.8rem;
  background: #fff;
  padding: 2rem;
}
.info__preorder-date span {
  font-size: 2.2rem;
}
.info__preorder-txt {
  width: 63.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
.info__preorder-txt dt {
  width: 4em;
  font-size: 1.8rem;
  font-weight: 700;
}
.info__preorder-txt dd {
  width: calc(100% - 4em);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
}
.info__preorder-txt dd .small01 {
  font-weight: 400;
  font-size: 1.4rem;
}
.info__preorder-txt dd .small02 {
  font-weight: 400;
  font-size: 1.3rem;
}
.info__preorder-btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .info {
    margin-bottom: 6rem;
  }
  .info__inner {
    padding: 0 1rem;
  }
  .info__preorder {
    padding: 3.5rem 2rem 6rem;
  }
  .info__preorder-ttl {
    line-height: 1.652173913;
  }
  .info__preorder-date {
    padding: 2rem 1rem;
    line-height: 1.7142857143;
  }
  .info__preorder-txt {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 3rem;
  }
  .info__preorder-txt dt {
    width: 100%;
    margin-bottom: 2rem;
  }
  .info__preorder-txt dd {
    width: 100%;
  }
  .info__preorder-btn {
    margin-top: 4rem;
  }
}
.office {
  margin-bottom: 7rem;
}
.office__inner {
  max-width: 84.8rem;
  margin: 0 auto;
}
.office__body {
  background: #FFF5E8;
  color: #000;
  border-radius: 0.8rem;
  padding: 6rem 4rem 10rem;
  margin-bottom: 10rem;
}
.office__item {
  padding-left: 7rem;
  padding-right: 7rem;
}
.office__item + .office__item {
  margin-top: 4.5rem;
}
.office__item-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #8B4C1E;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.office__item-subttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.office__item-block + .office__item-block {
  margin-top: 2rem;
}
.office__item-btn {
  text-align: center;
  margin-top: 3rem;
}
.office__item-btn p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.office__item-tel {
  color: #FF0000;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.office__item-note {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.office__item-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.office__note {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 2.4;
  padding-left: 7rem;
  padding-right: 7rem;
  margin-bottom: 6rem;
}
.office__attention {
  background: #fff;
  border-radius: 0.8rem;
  padding: 3rem 7rem 5rem;
  margin-bottom: 4rem;
}
.office__attention-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
  text-align: center;
}
.office__attention-ul li {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.office__kids {
  background: #fff;
  border-radius: 0.8rem;
  padding: 3rem 7rem 5rem;
}
.office__kids-ttl {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.office__kids-ttl img {
  width: 6.4rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.office__kids-ttl span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
.office__kids-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.office__kids-dl dt {
  font-weight: 700;
  width: 4em;
}
.office__kids-dl dd {
  width: calc(100% - 4em);
}

@media screen and (max-width: 767px) {
  .office {
    margin-bottom: 9rem;
  }
  .office__inner {
    padding: 0 1rem;
  }
  .office__body {
    padding: 4.5rem 1rem 8rem;
    margin-bottom: 8rem;
  }
  .office__item {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .office__item-ttl {
    line-height: 1.4545454545;
    padding-bottom: 1rem;
  }
  .office__item-subttl {
    margin-bottom: 1.5rem;
  }
  .office__item-block + .office__item-block {
    margin-top: 3rem;
  }
  .office__item-btn {
    margin-top: 2.5rem;
  }
  .office__item-btn p {
    margin-top: 2rem;
  }
  .office__item-name {
    line-height: 1.3333333333;
  }
  .office__note {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 8rem;
  }
  .office__attention {
    padding: 3rem 2rem 5.5rem;
    margin-bottom: 3rem;
  }
  .office__kids {
    padding: 3.5rem 2rem 4rem;
  }
}