@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;
  }
}
.p-stage__ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .p-stage__ttl {
    margin-bottom: 27px;
  }
}
.p-stage__nav {
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .p-stage__nav {
    margin-bottom: -10px;
  }
}
.p-stage__nav-list {
  display: flex;
  flex-wrap: wrap;
  transform: scale(1.15);
  opacity: 0;
  transform-origin: center top;
}
.is-load .p-stage__nav-list {
  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.5s;
}
@media screen and (max-width: 959px) {
  .p-stage__nav-list {
    padding: 0 0.5%;
  }
}
.p-stage__nav-list-item {
  border-radius: 100px;
  width: 18.7%;
  border: 1px solid #a68136;
  text-align: center;
  background-color: rgba(66, 44, 0, 0.5);
  margin-right: 1.3%;
  margin-bottom: 1.5%;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-stage__nav-list-item:hover {
    opacity: 0.8;
    transform: scale(0.97);
  }
}
@media screen and (min-width: 960px) {
  .p-stage__nav-list-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-stage__nav-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.5%;
  }
  .p-stage__nav-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-stage__nav-list-item a {
  display: block;
  text-decoration: none;
  padding: 12px 28px 13px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-stage__nav-list-item a {
    padding: 10px 20px 10px;
  }
}
.p-stage__nav-list-item a::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  -webkit-mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffdb92;
  transform: rotate(90deg);
}
@media screen and (max-width: 959px) {
  .p-stage__nav-list-item a::before {
    width: 8px;
    height: 100%;
    right: 7px;
  }
}
.p-stage__nav-list-text {
  color: #ffdb92;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .p-stage__nav-list-text {
    font-size: 15px;
  }
}
.p-stage__block {
  padding-top: 30px;
  transform: translateY(25px);
  opacity: 0;
}
.p-stage__block.is-active {
  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);
}
@media screen and (max-width: 959px) {
  .p-stage__block {
    padding-top: 60px;
  }
}
.p-stage__block + .p-stage__block {
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .p-stage__block + .p-stage__block {
    margin-top: 4rem;
  }
}

.p-stage_block {
  border-top: 1px solid rgba(255, 219, 146, 0.3);
}
.p-stage_block__head {
  display: flex;
  color: #ffdb92;
  padding: 2rem 0 1.8rem;
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
}
@media screen and (max-width: 959px) {
  .p-stage_block__head {
    display: block;
    padding: 2.4rem 0 2.1rem;
  }
}
.p-stage_block__head-date {
  font-size: 2.6rem;
  flex-shrink: 0;
  margin-right: 3.2rem;
}
@media screen and (max-width: 959px) {
  .p-stage_block__head-date {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.p-stage_block__head-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  margin-top: -4px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-stage_block__head-ttl {
    margin-top: 0;
    font-size: 2rem;
    margin-top: -3px;
  }
}
.p-stage_block__detail {
  padding: 3.5rem 0 0;
  color: #ffdb92;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-stage_block__detail {
    padding: 3.7rem 0 0;
    display: block;
  }
}
.p-stage_block__detail-date {
  font-size: 4.8rem;
  width: 35rem;
  flex-shrink: 0;
  padding-right: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-stage_block__detail-date {
    font-size: 3.4rem;
    margin-right: 0;
  }
}
.p-stage_block__detail-content {
  flex-grow: 1;
  word-break: break-all;
  padding-top: 1.5rem;
}
.p-stage_block__detail-box {
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-stage_block__detail-box {
    display: block;
  }
}
.p-stage_block__detail-box-cap {
  border: 1px solid rgba(255, 219, 146, 0.3);
  padding: 0.3rem 2.4rem 0.5rem;
  letter-spacing: 3px;
  font-size: 1.9rem;
  flex-shrink: 0;
  height: 100%;
  margin-right: 2.2rem;
}
@media screen and (max-width: 959px) {
  .p-stage_block__detail-box-cap {
    margin-right: 0;
    font-size: 1.5rem;
    margin-top: 28px;
    padding: 0.3rem 2.1rem 0.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 2px;
  }
}
.p-stage_block__detail-box-text {
  color: #fff;
  font-size: 2rem;
  padding-top: 1px;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-stage_block__detail-box-text {
    font-size: 1.6rem;
    padding-top: 17px;
  }
}
.p-stage_block__btns {
  margin-top: 31px;
  width: 44.8rem;
}
@media screen and (max-width: 959px) {
  .p-stage_block__btns {
    width: 30rem;
    margin: 28px auto 0;
  }
}
.p-stage_block__btns-item {
  border: 1px solid rgba(255, 219, 146, 0.5);
  border-radius: 100px;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-stage_block__btns-item:hover {
    opacity: 0.8;
    transform: scale(0.97);
  }
}
.p-stage_block__btns-item + .p-stage_block__btns-item {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .p-stage_block__btns-item + .p-stage_block__btns-item {
    margin-top: 12px;
  }
}
.p-stage_block__btns-item.-red {
  background-color: rgba(101, 0, 0, 0.7);
}
.p-stage_block__btns-item.-blue {
  background-color: rgba(0, 40, 66, 0.7);
}
.p-stage_block__btns-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 2.3rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-stage_block__btns-item a {
    padding: 1.9rem 0 2rem;
  }
}
.p-stage_block__btns-item a::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  -webkit-mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  mask: url(../img/common/icon/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffdb92;
}
@media screen and (max-width: 959px) {
  .p-stage_block__btns-item a::before {
    width: 8px;
    right: 11px;
  }
}
.p-stage_block__btns-text {
  color: #ffdb92;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 959px) {
  .p-stage_block__btns-text {
    font-size: 1.5rem;
  }
}

.p-stage_detail__head {
  padding: 2rem 0 2.2rem;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  color: #ffdb92;
  line-height: 1.4;
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: 700;
  transform: scale(1.15);
  opacity: 0;
  transform-origin: center top;
}
.is-load .p-stage_detail__head {
  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.5s;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__head {
    font-size: 2.5rem;
    padding: 2.4rem 0 3.4rem;
  }
}
.p-stage_detail__list {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__list {
    margin-top: 30px;
  }
}
.p-stage_detail__list-item {
  display: flex;
  transform: translateY(25px);
  opacity: 0;
}
.p-stage_detail__list-item.is-active {
  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);
}
@media screen and (max-width: 959px) {
  .p-stage_detail__list-item {
    display: block;
  }
}
.p-stage_detail__list-item + .p-stage_detail__list-item {
  margin-top: 77px;
}
.p-stage_detail__list-content {
  flex-grow: 1;
  word-break: break-all;
  padding-top: 7px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__list-content {
    padding-top: 29px;
  }
}
.p-stage_detail__list-head {
  background-color: rgba(66, 44, 0, 0.3);
  padding: 7px 10px;
  flex-shrink: 0;
  width: 260px;
  height: 100%;
  margin-right: 8.9rem;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__list-head {
    margin-right: 0;
    width: 100%;
  }
}
.p-stage_detail__list-head-ttl {
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  text-align: center;
  font-size: 51px;
  padding: 39px 0 43px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__list-head-ttl {
    font-size: 30px;
    padding: 20px 0 25px;
  }
}
.p-stage_detail__info + .p-stage_detail__info {
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  margin-top: 3.3rem;
  padding-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info + .p-stage_detail__info {
    margin-top: 3.3rem;
    padding-top: 4rem;
  }
}
.p-stage_detail__info-list-item {
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-item {
    display: block;
  }
}
.p-stage_detail__info-list-item + .p-stage_detail__info-list-item {
  margin-top: 19px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-item + .p-stage_detail__info-list-item {
    margin-top: 27px;
  }
}
.p-stage_detail__info-list-text {
  line-height: 1.6;
  font-size: 20px;
  margin-top: -1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-text {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
.p-stage_detail__info-list-cap {
  text-align: center;
  width: 115px;
  color: #ffdb92;
  margin-right: 25px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-cap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 8px;
    display: flex;
  }
}
.p-stage_detail__info-list-cap .p-in_main {
  border: 1px solid rgba(255, 219, 146, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 3px 25px 5px;
  font-size: 19px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-cap .p-in_main {
    width: 93px;
    padding: 3px 22px 5px;
    font-size: 14px;
  }
}
.p-stage_detail__info-list-cap .p-in-small {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-list-cap .p-in-small {
    font-size: 11px;
    padding-left: 6px;
  }
}
.p-stage_detail__info-note {
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__info-note {
    margin-top: 44px;
    font-size: 11px;
  }
}
.p-stage_detail__buy {
  margin-top: 107px;
  padding-bottom: 81px;
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  transform: translateY(25px);
  opacity: 0;
}
.p-stage_detail__buy.is-active {
  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);
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy {
    margin-top: 92px;
    padding-bottom: 50px;
  }
}
.p-stage_detail__buy-ttl {
  text-align: center;
  font-size: 2.5rem;
  border-top: 1px solid rgba(255, 219, 146, 0.3);
  border-bottom: 1px solid rgba(255, 219, 146, 0.3);
  padding: 29px 0 30px;
  color: #ffdb92;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-ttl {
    padding: 32px 0 32px;
    font-size: 2rem;
  }
}
.p-stage_detail__buy-main {
  text-align: center;
  line-height: 1.5;
}
.p-stage_detail__buy-link {
  margin-top: 70px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-link {
    margin-top: 25px;
  }
}
.p-stage_detail__buy-link-text {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-link-text {
    font-size: 16px;
  }
}
.p-stage_detail__buy-link-btn {
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-link-btn {
    margin-top: 16px;
  }
}
.p-stage_detail__buy-main-list {
  text-align: left;
  margin: 0 auto;
  width: 90%;
  max-width: 580px;
  margin-top: 45px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-main-list {
    margin-top: 37px;
    width: 100%;
  }
}
.p-stage_detail__buy-main-list-item {
  font-size: 2rem;
  position: relative;
  padding-left: 3.1rem;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-main-list-item {
    font-size: 1.5rem;
    padding-left: 23px;
  }
  .p-stage_detail__buy-main-list-item + .p-stage_detail__buy-main-list-item {
    margin-top: 2px;
  }
}
.p-stage_detail__buy-main-list-item::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.p-stage_detail__buy-main-otherlink {
  text-align: left;
  margin: 0 auto;
  width: 90%;
  max-width: 580px;
  font-size: 2rem;
  position: relative;
  padding-left: 19px;
  margin-top: 30px;
  letter-spacing: -1px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-main-otherlink {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 1.6rem;
    margin-top: 26px;
  }
}
.p-stage_detail__buy-main-otherlink::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.p-stage_detail__buy-main-otherlink a {
  color: #fff;
  letter-spacing: 1.2px;
  padding-left: 10px;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__buy-main-otherlink a {
    padding: 0;
    letter-spacing: 0;
  }
}
.p-stage_detail__foot {
  margin-top: 91px;
  transform: translateY(25px);
  opacity: 0;
}
.p-stage_detail__foot.is-active {
  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);
}
@media screen and (max-width: 959px) {
  .p-stage_detail__foot {
    margin-top: 42px;
  }
}
.p-stage_detail__foot-box {
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__foot-box {
    line-height: 1.9;
  }
}
.p-stage_detail__foot-box + .p-stage_detail__foot-box {
  margin-top: 53px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__foot-box + .p-stage_detail__foot-box {
    margin-top: 34px;
  }
}
.p-stage_detail__foot-ttl {
  font-size: 15px;
  color: #ffdb92;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__foot-ttl {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.p-stage_detail__foot-text {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-stage_detail__foot-text {
    font-size: 12px;
  }
}
.p-stage_detail__foot-text a {
  text-decoration: none;
  color: #fff;
}