@charset "UTF-8";
@keyframes bg_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes count_bg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes mask_left {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@media screen and (max-width: 959px) {
  .l-content {
    padding-bottom: 10rem;
  }
}

.p-ticket__ttl {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__ttl {
    margin-bottom: 29px;
  }
}
.p-ticket__tab {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 61px;
}
@media screen and (max-width: 959px) {
  .p-ticket__tab {
    margin-bottom: 40px;
  }
}
.p-ticket__tab-inner {
  background-color: rgba(66, 44, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 4px 0;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-ticket__tab-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-ticket__tab-inner {
    padding: 3px 0;
  }
}
.p-ticket__tab-list {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #a68136;
  border-bottom: 1px solid #a68136;
}
.p-ticket__tab-list-item {
  width: 33.33%;
  max-width: 333px;
  text-align: center;
  position: relative;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-ticket__tab-list-item {
    height: 52px;
  }
}
.p-ticket__tab-list-item + .p-ticket__tab-list-item::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #a68136;
}
@media screen and (min-width: 960px) {
  .p-ticket__tab-list-item:first-child::after {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #a68136;
  }
  .p-ticket__tab-list-item:last-child::after {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #a68136;
  }
}
@media (hover: hover) {
  .p-ticket__tab-list-item:hover .p-in_text {
    opacity: 0.5;
  }
}
.p-ticket__tab-list-item a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.p-ticket__tab-list-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  border: 1px solid #a68136;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
}
.p-ticket__tab-list-item .p-in_text {
  color: #ffdb92;
  font-size: 22px;
  padding: 5px 10px 7px;
  line-height: 1.2;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-ticket__tab-list-item .p-in_text {
    font-size: 13px;
    padding: 7px 10px 5px;
  }
}
.p-ticket__tab-list-item.is-current {
  pointer-events: none;
}
.p-ticket__tab-list-item.is-current a::before {
  opacity: 1;
}
.p-ticket__content_under {
  margin-top: 3.8rem
}
.p-ticket__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .p-ticket__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    width: 100%;
  }
}
.p-ticket__nav-list-item {
  width: 40%;
  margin-right: 8.9%;
  margin-bottom: 2%;
  text-align: center;
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-ticket__nav-list-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-load .p-ticket__nav-list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-ticket__nav-list-item:nth-child(2) {
  transition-delay: 0.65s;
}
.is-load .p-ticket__nav-list-item:nth-child(3) {
  transition-delay: 0.8s;
}
.is-load .p-ticket__nav-list-item:nth-child(4) {
  transition-delay: 0.95s;
}
.is-load .p-ticket__nav-list-item:nth-child(5) {
  transition-delay: 1.1s;
}
.is-load .p-ticket__nav-list-item:nth-child(6) {
  transition-delay: 1.25s;
}
.is-load .p-ticket__nav-list-item:nth-child(7) {
  transition-delay: 1.4s;
}
.is-load .p-ticket__nav-list-item:nth-child(8) {
  transition-delay: 1.55s;
}
.is-load .p-ticket__nav-list-item:nth-child(9) {
  transition-delay: 1.7s;
}
.is-load .p-ticket__nav-list-item:nth-child(10) {
  transition-delay: 1.85s;
}
.p-ticket__nav-list-item.is-new::before {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .p-ticket__nav-list-item {
    width: 40%;
    margin-right: 8.9%;
    margin-bottom: 3.5%;
  }
}
.p-ticket__nav-list-item:nth-child(2n) {
  margin-right: 0;
}
.p-ticket__nav-list-item:last-of-type {
  margin-right: 0;
}
.p-ticket__nav-list-item a {
  display: block;
}
@media (hover: hover) {
  .p-ticket__nav-list-item a:hover .p-ticket__nav-btn-bg {
    opacity: 0.7;
  }
}
.p-ticket__nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  min-height: 50px;
}
.p-ticket__nav-btn-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 1.7rem;
  letter-spacing: -0.05rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .p-ticket__nav-btn-text {
    line-height: 1.3;
    font-size: 1.4rem;
  }
}
.p-ticket__nav-btn-text .is-small {
  vertical-align: baseline;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__nav-btn-text .is-small {
    font-size: 1.2rem;
  }
}
.p-ticket__nav-btn-text .is-large {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__nav-btn-text .is-large {
    font-size: 14px;
  }
}
.p-ticket__nav-btn-bg {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-ticket__box {
  padding-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__box {
    padding-top: 3rem;
  }
}
.p-ticket__box + .p-ticket__box {
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__box + .p-ticket__box {
    margin-top: 3rem;
  }
}
.p-ticket__box-cap {
  text-align: center;
  padding: 2.8rem 0 3.5rem;
  position: relative;
  transform: scale(1.25);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__box-cap {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 959px) {
  .p-ticket__box-cap {
    font-size: 2.4rem;
    padding: 2rem 0 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-ticket__box-cap .is-small {
  vertical-align: baseline;
  font-size: 2.7rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__box-cap .is-small {
    display: block;
    font-size: 1.8rem;
  }
}
.p-ticket__box-cap img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
.p-ticket__box-cap img {
  width: 100%;
  margin: 0 auto;
  }
}
.p-subdub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
.p-subdub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  margin-bottom: 2.4rem;
  }
}
.p-ticket__catch {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1rem;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  transform: scale(1.2);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__catch {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-ticket__catch {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-bottom: 2.4rem;
  }
}
.p-ticket__note {
  margin-top: 1rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__note {
    margin-top: 0.5rem;
  }
}
.p-ticket__note-item {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__note-item {
    font-size: 1.13rem;
  }
}
.p-ticket__note-item + .p-ticket__note-item {
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .p-ticket__note-item + .p-ticket__note-item {
    margin-top: 0;
  }
}
.p-ticket__text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .p-ticket__text {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.p-ticket__detail {
  display: flex;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-ticket__detail {
    display: block;
  }
}
.p-ticket__thumb {
  flex-shrink: 0;
  width: 45%;
  margin-right: 5%;
  transform: translateY(35px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__thumb {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 959px) {
  .p-ticket__thumb {
    margin: 0 auto 36px;
    width: 100%;
  }
}
.p-ticket__data {
  transform: translateY(35px);
  opacity: 0;
}
.p-ticket__box.is-active .p-ticket__data {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 959px) {
  .p-ticket__data {
    padding: 0 1%;
  }
}
.p-ticket__data-btn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-ticket__data-btn .c-more {
    margin: 0;
  }
}
.p-ticket__data-box + .p-ticket__data-box {
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-box + .p-ticket__data-box {
    margin-top: 2.6rem;
  }
}
.p-ticket__data-ttl {
  font-size: 20px;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-ttl {
    font-size: 1.5rem;
    letter-spacing: -0.8px;
    margin-bottom: 9px;
  }
}
.p-ticket__data-ttl .is-small {
  vertical-align: baseline;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-ttl .is-small {
    font-size: 1.1rem;
  }
}
.p-ticket__data-list-item {
  display: flex;
}
.p-ticket__data-list-item + .p-ticket__data-list-item {
  margin-top: 3.4rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-list-item + .p-ticket__data-list-item {
    margin-top: 3.5rem;
  }
}
.p-ticket__data-list-ttl {
  flex-shrink: 0;
  width: 13rem;
  font-size: 1.6rem;
  position: relative;
  margin-right: 2.4rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-list-ttl {
    width: 11.2rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin-right: 2.4rem;
  }
}
.p-ticket__data-list-ttl::before {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.p-ticket__data-list-text {
  line-height: 1.5;
  font-size: 1.6rem;
}
.p-ticket__data-list-note {
  line-height: 1.7;
  font-size: 1.3rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-list-note {
    margin-top: 0.5rem;
    line-height: 1.8;
  }
}
.p-ticket__data-list-small {
  margin-top: 0.5rem;
  line-height: 1.7;
  font-size: 1.3rem;
}
.p-ticket__data-text {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-ticket__data-text .is-large {
  font-size: 22px;
  margin-bottom: 3px;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-text .is-large {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
.p-ticket__data-note + .p-ticket__data-note {
  margin-top: 15px;
}
.p-ticket__data-note-item {
  font-size: 1.3rem;
  line-height: 1.8;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__data-note-item {
    line-height: 1.5;
    font-size: 1.13rem;
  }
}
.p-ticket__data-note-item + .p-ticket__data-note-item {
  margin-top: 2px;
}
.p-ticket__foot {
  border: 1px solid #fff;
  margin-top: 8.3rem;
  padding: 3rem 4.8rem;
  line-height: 1.65;
  transform: scale(1.2);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-ticket__foot {
    padding: 1.4rem 2rem 1.8rem;
    margin-top: 5rem;
  }
}
.p-ticket__box.is-active .p-ticket__foot {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 1s;
}
.p-ticket__foot-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__foot-text {
    font-size: 12px;
  }
}
.p-ticket__foot-text + .p-ticket__foot-text {
  margin-top: 2.7rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__foot-text + .p-ticket__foot-text {
    margin-top: 2rem;
  }
}
.p-copyright_area {
  margin-top: 8rem;
}
.copyright {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 10px;
  font-style:italic;
}
.p-copyright {
  width: 46%;
  line-height: normal;
}
.p-copyright_bottom {
  width: 30%;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 959px) {
.p-copyright {
  width: 100%;
  line-height: normal;
  }
.p-copyright_bottom {
  width: 100%;
  line-height: normal;
  }
}