@charset "UTF-8";
:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.is-red {
  color: #e9578b;
  vertical-align: baseline;
}

span {
  vertical-align: baseline;
}

.p-ticket {
  padding: 0 0.2% 4.4rem;
}
@media screen and (max-width: 899px) {
  .p-ticket {
    padding-bottom: 0;
  }
}
.p-ticket__menu {
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__menu {
    margin-bottom: 3.2rem;
  }
}
.p-ticket__menu-list {
  margin: 0 auto;
  width: 90%;
  max-width: 990px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-ticket__menu-list {
    width: 100%;
  }
}
.p-ticket__menu-list-item {
  width: 24.3%;
  margin-right: 0.9%;
  margin-bottom: 1%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-ticket__menu-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-ticket__menu-list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .p-ticket__menu-list-item:nth-child(2) {
  transition-delay: 0.42s;
}
.is-load .p-ticket__menu-list-item:nth-child(3) {
  transition-delay: 0.54s;
}
.is-load .p-ticket__menu-list-item:nth-child(4) {
  transition-delay: 0.66s;
}
.is-load .p-ticket__menu-list-item:nth-child(5) {
  transition-delay: 0.78s;
}
.is-load .p-ticket__menu-list-item:nth-child(6) {
  transition-delay: 0.9s;
}
.is-load .p-ticket__menu-list-item:nth-child(7) {
  transition-delay: 1.02s;
}
.is-load .p-ticket__menu-list-item:nth-child(8) {
  transition-delay: 1.14s;
}
.is-load .p-ticket__menu-list-item:nth-child(9) {
  transition-delay: 1.26s;
}
.is-load .p-ticket__menu-list-item:nth-child(10) {
  transition-delay: 1.38s;
}
@media (hover: hover) {
  .p-ticket__menu-list-item:hover::before {
    opacity: 0.6;
  }
}
@media screen and (min-width: 900px) {
  .p-ticket__menu-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket__menu-list-item {
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
  .p-ticket__menu-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-ticket__menu-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 1rem;
  height: 100%;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-ticket__menu-list-item::after {
    width: 0.85rem;
    right: 5%;
  }
}
.p-ticket__menu-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b39242;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-ticket__menu-list-item a {
  padding: 1.2rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-decoration: none;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 899px) {
  .p-ticket__menu-list-item a {
    padding: 7px 6% 8px;
  }
}
.p-ticket__menu-list-item .p-in_text {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .p-ticket__menu-list-item .p-in_text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-ticket__box {
  position: relative;
}
.p-ticket__box + .p-ticket__box {
  margin-top: 8rem;
  padding-top: 7.5rem;
  border-top: 1px solid rgba(179, 146, 67, 0.4);
}
@media screen and (max-width: 899px) {
  .p-ticket__box + .p-ticket__box {
    margin-top: 6rem;
    padding-top: 4.4rem;
  }
}
.p-ticket__box + .p-ticket__box::before, .p-ticket__box + .p-ticket__box::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-ticket__box + .p-ticket__box::before, .p-ticket__box + .p-ticket__box::after {
    transform: translateY(-53%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-ticket__box + .p-ticket__box::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-ticket__box + .p-ticket__box::before {
    left: -0.2rem;
  }
}
.p-ticket__box + .p-ticket__box::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-ticket__box + .p-ticket__box::after {
    right: -0.2rem;
  }
}
.p-ticket__box-head {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-ticket__box-head {
    display: block;
  }
}
.p-ticket__box-head-ttl {
  flex-shrink: 0;
  width: 20.5rem;
  margin-right: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  transform: translateX(-30px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__box-head-ttl {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-ticket__box-head-ttl {
    width: 100%;
    margin-right: 0;
    font-size: 2.3rem;
    margin-bottom: 2.1rem;
  }
}
.p-ticket__box-head-content {
  line-height: 1.6;
  transform: translateX(-30px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__box-head-content {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}

.p-ticket_head__cap {
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__cap {
    font-size: 15px;
  }
}
.p-ticket_head__link {
  width: 40rem;
  margin: 23px 0;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__link {
    width: 100%;
    margin: 16px auto;
  }
}
.p-ticket_head__price {
  font-size: 2.4rem;
  padding-left: 6px;
  letter-spacing: 0.1rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__price {
    font-size: 1.7rem;
    padding-left: 0px;
  }
}
.p-ticket_head__price .is-small {
  vertical-align: baseline;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 4px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__price .is-small {
    padding-left: 1px;
    font-size: 1.1rem;
  }
}
.p-ticket_head__squareitem {
  border: 1px solid #000;
  padding: 1px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__squareitem {
    font-size: 13px;
    padding: 2px 11px;
  }
}
.p-ticket_head__note-item {
  font-size: 11px;
  position: relative;
  padding-left: 11px;
  letter-spacing: 1px;
}
.p-ticket_head__note-item + .p-ticket_head__note-item {
  margin-top: 1px;
}
@media screen and (max-width: 899px) {
  .p-ticket_head__note-item + .p-ticket_head__note-item {
    margin-top: 3px;
  }
}
.p-ticket_head__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-ticket__kinds {
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds {
    margin-top: 0;
  }
}
.p-ticket__kinds .c-btn {
  position: relative;
}
.p-ticket__kinds .c-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ticket__kinds .c-btn__text {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-ticket__kinds-item {
  padding-top: 60px;
  transform: translateY(35px);
  opacity: 0;
}
.p-ticket__kinds-item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-item {
    padding-top: 35px;
  }
}
.p-ticket__kinds-head {
  text-align: center;
  position: relative;
}
.p-ticket__kinds-head-base img {
  width: 100%;
}
.p-ticket__kinds-head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.8%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl {
    padding-top: 23.8%;
  }
}
.p-ticket__kinds-head-ttl .p-in_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3% 5% 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl .p-in_text {
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.p-ticket__kinds-head-ttl .p-in_text .is-small {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-head-ttl .p-in_text .is-small {
    padding-left: 0;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-ticket__kinds-foot {
  position: relative;
  margin-top: -5%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-foot {
    margin-top: -9%;
  }
}
.p-ticket__kinds-foot img {
  width: 100%;
}
.p-ticket__kinds-content {
  z-index: 1;
  position: relative;
}
.p-ticket__kinds-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ticket/frm_repeat_pc_v2.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-content::before {
    background: url(../img/ticket/frm_repeat_sp_v2.png) repeat-y top center;
    background-size: 100% auto;
  }
}
.p-ticket__kinds-content-inner {
  position: relative;
  padding: 2.2rem 5.5rem 0;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-content-inner {
    padding: 15px 21px 0;
  }
}
.p-ticket__kinds-thumb {
  width: 42.3%;
  flex-shrink: 0;
  margin-right: 5.6%;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-thumb {
    margin: 31px auto 0;
    width: 100%;
  }
}
.p-ticket__kinds-thumb-item + .p-ticket__kinds-thumb-item {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-ticket__kinds-thumb-item + .p-ticket__kinds-thumb-item {
    margin-top: 10px;
  }
}
.p-ticket__kinds-detail {
  word-break: break-all;
  flex-grow: 1;
}

.p-ticket_detail {
  line-height: 1.7;
  margin-top: -1rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail {
    margin-top: 0;
  }
}
.p-ticket_detail__ttl {
  font-size: 25px;
  letter-spacing: -0.1rem;
  line-height: 1.4;
}
.p-ticket_detail__benefit {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__benefit {
    line-height: 1.5;
    font-size: 14.5px;
  }
}
.p-ticket_detail__note {
  margin-top: 12px;
}
.p-ticket_detail__note-item {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.75;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__note-item {
    line-height: 1.5;
    font-size: 1rem;
  }
  .p-ticket_detail__note-item + .p-ticket_detail__note-item {
    margin-top: 7px;
  }
}
.p-ticket_detail__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-ticket_detail__note-item.is-red {
  color: #e9578b;
}
.p-ticket_detail__note-item a {
  color: #000;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-ticket_detail__note-item a:hover {
    color: #e9578b;
  }
}
.p-ticket_detail__date {
  border: 1px solid #000;
  padding: 0.1rem 15px;
  margin: 26px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__date {
    padding: 0.1rem 1.1rem;
    margin: 2.6rem 0 0;
    font-size: 1.3rem;
  }
}
.p-ticket_detail__date.-no-margin {
  margin-top: 0;
}
.p-ticket_detail__btn {
  width: 74%;
  margin: 28px 0;
  max-width: 40rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__btn {
    margin: 20px 0;
    width: 100%;
  }
}
.p-ticket_detail__lead {
  font-size: 1.8rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__lead {
    font-size: 1.4rem;
  }
}
.p-ticket_detail__info-box + .p-ticket_detail__info-box {
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-box + .p-ticket_detail__info-box {
    margin-top: 2.6rem;
  }
}
.p-ticket_detail__info-ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-ttl {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.05rem;
  }
}
.p-ticket_detail__info-ttl-text {
  flex-shrink: 0;
  padding-right: 0.7rem;
  color: #b39242;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-ttl-text {
    padding-right: 1rem;
  }
}
.p-ticket_detail__info-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #b39242;
}
.p-ticket_detail__info-list-item + .p-ticket_detail__info-list-item {
  margin-top: 2.4rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-item + .p-ticket_detail__info-list-item {
    margin-top: 2.2rem;
  }
}
.p-ticket_detail__info-list-text {
  letter-spacing: 0.1rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-text {
    margin-bottom: 1rem;
    font-size: 13px;
  }
}
.p-ticket_detail__info-list-btn {
  width: 74.3%;
  max-width: 40rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__info-list-btn {
    width: 100%;
  }
}
.p-ticket_detail__widget {
  margin-top: 39px;
  width: 100%;
  position: relative;
}
.p-ticket_detail__widget > div {
  width: 100% !important;
}
.p-ticket_detail__widget > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 899px) {
  .p-ticket_detail__widget {
    margin-top: 29px;
  }
}