@charset "UTF-8";


/*//////////////////////////// 共通 ////////////////////////////*/

.tt_page .anchor{
  margin-top: -25px;
}
.gNav {
  & ul {
    padding: 110px 0 0;
      & li a {
          padding-top: 1.7em;
          padding-bottom: 1.7em;
      }
  }
}
.comming_wrap{
  display: none;
  margin-bottom: 30%;
  > *:not(.page_menu){
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  & .comming_txt01{
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  & .comming_txt02{
    display: block;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
  }
  & .coming_link{ 
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  & .coming_link00{
    margin-top: 55px;
  }
  & .coming_link01{
    max-width: 72%;
  }
  & .coming_link02{
    max-width: 80%;
  }
}

@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {

}






/*////////////////////////// marinetower ////////////////////////// */
.tt_page .page_menu{
  margin-top: 25px;
   & span + span{
    margin-top: 20px;
   }
   & span{
    display: block;
   }
}
.tt_page{
    .page_menu{
        padding: 0 8px;
    }
}

.tt_page .goods_list-item{
  position: relative;
    & .item_subtxt{
      width: 72px;
      height: 72px;
      position: absolute;
      right: 0px;
      top: -23px;
      background-color: #3CCDBA;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      text-align: center;
      line-height: 1.5;
      border-radius: 100px;
      pointer-events: none;
      font-weight: 500;
      z-index: 1;
    }
}
.tt_page .goods_list-item:nth-child(odd){
  z-index: 1;
}
.tt_page .goods_list-item .goods_list-img{
  position: relative;
}
.tt_page .goods_list-item.soldout a{
  pointer-events: none;
}
.tt_page .goods_list-item.soldout .goods_list-img::after{
      content: '';
      background: url(../img/skybldg/soldout.svg) center / 100% 100% no-repeat;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 1;
      width: 171px;
      height: 69px;
}
.tt_page .goods_list-item.soldout .goods_list-img img{
  opacity: 0.5;
}

@media screen and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
  .tt_page .goods_list-item{
      & .item_subtxt{
        right: -3%;
        top: -7%;
        transform: scale(0.9);
      }
  }
}
@media screen and (max-width: 430px) {
  .tt_page .goods_list-item{
      & .item_subtxt{
        right: -4%;
        top: -9%;
        transform: scale(0.85);
      }
  }
}
@media screen and (max-width: 390px) {
  .tt_page .goods_list-item{
      & .item_subtxt{
        right: -6%;
        top: -12%;
        transform: scale(0.75);
      }
  }
}




/*//////////////////////////// sec-01 ////////////////////////////*/

.sec-01 {
    & .sec01_pricewrap {
        & .ticket_price_size {
            margin-top: 10px;
        }
    }
    & .price-block01 > div:not(.sec-01_price_txt) {
        & .price_sub {
            & dl {
                & dd {
                  align-items: baseline;
                  padding: 0.6em 0;
                    & span {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

.sec-01 {
    & .price-block03 {
        & .price03 {
            margin-top: 45px;
        }
        & h5 {
            display: block;
            margin-top: 25px;
        }
    }
    & .stamp_play{
      margin-top: 80px;
      background-color: #231815;
      padding-top: 50px;
      padding-bottom: 70px;
    }
}



@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {
  .sec-01 {
    & .price-block01 > div:not(.sec-01_price_txt) {
        & .price_sub {
            & dl {
                & dd {
                  padding: 1.1em 0;
                    & span {
                        font-size: clamp(14px, 2vw, 16px);
                    }
                }
            }
        }
    }
  }

}


/*//////////////////////////// sec-02 ////////////////////////////*/

.sec-02 {
  & .ticket_price_size {
      margin-top: 10px;
  }
  & .goods_item2-2 {
      & .goods_list-img{
        max-width: 350px;
      }
  }
}

@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {

}



/*//////////////////////////// sec-03 ////////////////////////////*/

.sec-03 {
  .menu-block {
      margin-top: 150px;
  }
  .goods_item{
    margin-top: 50px;
  }
}

.sec-03:not(.sec-03a) {
  margin-bottom: 25px;
}

.sec-03c {
  .sec-goods2_txt{
    /*margin-top: 38px;*/
    display: block;
    /* max-width: 67%; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}


.sec-03d{
  background-color: #C0A97D;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-bottom: 150px;
  .goods3-img{
    margin-top: 40px;
  }
  .menu-block_txt02 {
    color: #F8F5F2;
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .menu-block_btn{
    display: block;
    margin-top: 25px;
  }
  .menu-block_txt01 + .menu-block_txt01 {
    margin-top: 20px;
  }
  .menu-block_txt03{
    display: block;
    margin-top: 50px;
  }
  .menu-block_txt04{
    margin-top: 20px;
  }
}

.sec-03c{
  margin-bottom: 120px;
}

.ggmap {
  position: relative;
  width: 100%;
  aspect-ratio: 400 / 280;
  height: auto;
  margin-top: 40px;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {
  .sec-03c {
    .sec-goods2_txt {
        max-width: 90%;
    }
}

}



/*//////////////////////////// sec-05 ////////////////////////////*/
.sec-05{
  & .sec_ttl2b{
    margin-top: 40px;
  }
  & .deco-img2{
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
  }
}

.sec-05 {
    & .deco-img {
        max-width: 950px;
        margin: 20px auto 0;
    }
    & .sec_ttl3{
      display: flex;
      justify-content: center;
    }
    & .collabo-block {
        & p.deco-txt{
          font-size: 16px;
          font-weight: 700;
          text-align: center;
        }
    }
    .deco-txt + .deco-img{
      margin-top: 75px;
    }
}
.things-box{
  letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {

}







/*//////////////////////////// xxxxxxxx ////////////////////////////*/

@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {

}

