.p-stage{padding-top:231px;padding-bottom:174px;background:url(../images/bg_intro.jpg) 50% top no-repeat;background-size: 100% auto;}.p-stage__title{margin-bottom:124px;text-align:center}.p-stage__title2{margin-bottom:124px;text-align:center}@media screen and (max-width:768px){.p-stage{padding-top:17.5rem;padding-bottom:14.6rem;background:url(../images/bg_intro.jpg) 50% top no-repeat;background-size: cover;}.p-stage__title{margin-bottom:8rem}.p-stage__btn{margin-top:3rem}.p-stage__btn img{width:53rem}}
/*# sourceMappingURL=map/stage_detail.css.map */



.p-stage__mv {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .p-stage__mv {
        width: 100%;
        margin-bottom: 30px;
    }
}
.p-stage__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 74px;
    gap: 50px;
}
.p-stagelist-article.index {
    background: rgba(0,0,0,.0);
    padding: 0 80px;
}
.p-stage-article {
    /*padding: 90px 30px;*/
    background: rgba(0,0,0,.8);
}
@media screen and (max-width: 768px) {
   .p-stagelist-article.index {
      padding: 0;
  }
}
.p-stagelist-article ul.c-stage {
    max-width: 1040px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-stagelist-article ul.c-stage {
      grid-template-columns: repeat(1, 1fr);
      padding: 2.5rem;
      gap: 6rem 3rem;
  }
}
.p-stagelist-article ul.c-stage .thum {
    position: relative;
    width: 280px;
    height: 158px;
    margin: 0 auto;
    
}
@media screen and (max-width: 768px) {
  .p-stagelist-article ul.c-stage .thum {
      width: 100%;
      height: 100%;
  }
}
.p-stagelist-article ul.c-stage .thum img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
  .p-stagelist-article ul.c-stage .thum img { 
    position: relative;
    
  }
}
.c-stage li {
    padding-bottom: 20px;
    border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-stage li {
      padding-bottom: 0;
      border-bottom: none;
}
}
.c-stage li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.c-stage li+li {
    padding-top: 0px;
}
.c-stage li a .date {
    color: #ff4e8e;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .c-stage li a .date {
    font-size: 2.6rem;
    margin: 1.5rem 0 1rem;
  }
}
.c-stage li a .title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    transition: 0s ease;
}
@media screen and (max-width: 768px) {
  .c-stage li a .title {
    font-size: 2.6rem;
  }
}
.c-stage li a:hover .title {
    border: none !important;
}
@media screen and (max-width: 768px){
  img.tit_stage {
      width: 23.5rem !important;
  }
}

/* CSSアニメーションの指定 */
.slide01 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 1s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}

.slide02 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 1.5s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}
.slide03 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 2s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}
.slide04 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 2.5s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}
.slide05 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 3s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}
.slide06 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 3.5s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}
.slide07 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 4s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}

.slide08 img {
animation-name: SlideIn;/*定義名*/
animation-fill-mode:backwards;/*開始と終了時の状態*/
animation-duration:1s;/*1回分の時間*/
animation-iteration-count:1;/*ループ回数*/
animation-timing-function:ease;/*進行具合*/
animation-delay: 4.5s;/*開始を遅らせる*/
animation-direction:normal;/*再生の向き*/
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-900px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}




/********************/
.p-stagelist-article {
    background: rgba(0,0,0,.0);
    padding: 0;
}
.p-stagelist-article .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 50px;
}
@media screen and (max-width: 768px) {
.p-stagelist-article .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}
}
.stage_chronos {
    width: 70%;
    margin: 60px auto;
}


/*******animation*******/
.randomBox,.randomScroll{
  display:flex;
  flex-wrap: wrap;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(0px);
  transform: scale(0.0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  transform: scale(1);
  }
}








/*******modal**********/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out;
}
.modal-container img {
    width: 100%;
}
.modal-content {
    background: #000;
    overflow-y: auto;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
}
@media screen and (max-width: 768px) {
.modal-content {
    width: 95%;
}
}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal-close {
    color: #fff;
    text-decoration: none;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 20px;
}
@media screen and (max-width: 768px) {
.modal-close {
    font-size: 6rem;
    padding: 0;
}
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}






/***シブヤステージ***/
@media screen and (max-width: 768px){
  .p-stage__title img{
      width:80rem;
  }
  .p-stage__title2{
      margin-bottom: 0px;
  }
  .p-stage__title2 img{
      width:39rem;
      margin-bottom: 8rem;
  }
}

.p-stage.shibuya{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_shibuya.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.shibuya {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_shibuya.png) 50% top no-repeat;
    background-size: contain;
}
}
/***オワリ城ステージ***/
.p-stage.owari{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_owari.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.owari {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_owari.png) 50% top no-repeat;
    background-size: contain;
}
}
/***ロンドンステージ***/
.p-stage.london{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_london.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.london {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_london.png) 50% top no-repeat;
    background-size: contain;
}
}
/***砂漠の魔法都市ステージ***/
.p-stage.sabaku{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_sabaku.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.sabaku {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_sabaku.png) 50% top no-repeat;
    background-size: contain;
}
}
/***アメリカ横断ステージ***/
.p-stage.america{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_america.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.america {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_america.png) 50% top no-repeat;
    background-size: contain;
}
}
/***怪しき都パリステージ***/
.p-stage.paris{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_paris.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.paris {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_paris.png) 50% top no-repeat;
    background-size: contain;
}
}
/***発進！タイムトラベルステージ***/
.p-stage.timetravel{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_timetravel.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.timetravel {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_timetravel.png) 50% top no-repeat;
    background-size: contain;
}
}
.p-sec01__bg.stage {
    background: rgba(0, 0, 0, 0.8);
    padding: 70px 80px 90px;
    margin: 0 0 90px 0;
}
@media screen and (max-width: 768px){
.p-sec01__bg.stage {
    padding: 5rem 3rem 10rem;
    margin: 0 0 50px 0;
}
}
.p-sec01__bg.stage .swiper-button-prev {
    left: -1rem;
}
.p-sec01__bg.stage .swiper-button-prev, .p-sec01__bg.stage .swiper-button-next {
    width: 99px;
    height: 113px;
    margin: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px){
.p-sec01__bg.stage .swiper-button-prev, .p-sec01__bg.stage .swiper-button-next {
    width: 8.2rem;
    height: 10.2rem;
    right: -1rem;
}
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10px;
    left: auto;
}
.p-sec01__stage {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    color: white;
    letter-spacing: 0.08em;
    margin-top: 40px;
}
@media screen and (max-width: 768px){
  .p-sec01__stage {
      font-size: 2.6rem;
  }
}
/***怪奇ディスカバージャパンステージ***/
.p-stage.discoverjapan{
    padding-top:135px;
    padding-bottom:174px;
    background:url(../images/stage/bg_discoverjapan.png) 50% top no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
.p-stage.discoverjapan {
    padding-top: 17.5rem;
    padding-bottom: 14.6rem;
    background: url(../images/stage/bg_discoverjapan.png) 50% top no-repeat;
    background-size: contain;
}
}