@charset "UTF-8";


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

.mt_page .anchor{
  margin-top: -25px;
}

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

}

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

}






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

.mt_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;
    }
}
.mt_page .goods_list-item:nth-child(odd){
  z-index: 1;
}
.mt_page .goods_list-item .goods_list-img{
  position: relative;
}
.mt_page .goods_list-item.soldout a{
  pointer-events: none;
}
.mt_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;
}
.mt_page .goods_list-item.soldout .goods_list-img img{
  opacity: 0.5;
}

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

@media screen and (max-width: 480px) {
  .mt_page .goods_list-item{
      & .item_subtxt{
        right: -3%;
        top: -7%;
        transform: scale(0.9);
      }
  }
}
@media screen and (max-width: 430px) {
  .mt_page .goods_list-item{
      & .item_subtxt{
        right: -4%;
        top: -9%;
        transform: scale(0.85);
      }
  }
}
@media screen and (max-width: 390px) {
  .mt_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;
                    }
                }
            }
        }
    }
}



@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;
  }
}

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

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

}

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

}



/*//////////////////////////// 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;
    }
}
@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) {

}

