.top-banner {
    position: relative;
}

.bannersocial {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 50px 0px;


}

.bannersocial .logo {
    width: 150px;
}

.banner-icon {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}


.banner-icon .icon {
    width: 25px;
    margin-right: 15px;
}


.main-page {
    padding: 80px 0px 30px;
}

.main-page .logo {
    width: 300px;
    margin: 0 auto;
    height: 100px;
}

.typ-title {
    font-size: 40px;
    text-align: center;
    padding: 20px 0px 50px;
    font-weight: 500;
    font-family: "Anton", sans-serif;
}


.main-page h3 {
    text-align: center;
    font-size: 50px;
}

.main-page h3 span {
    display: block;
}

.main-page .container {
    max-width: 750px;
}



/* ====首頁＝＝＝＝＝ */



.content-slider {
    position: relative;
    padding-bottom: 50px;
}

.menubanner .logo {
    height: 130px;
    width: 80%;
    margin: 0 auto;
    width: 50%;
}

.menubanner {
    background-color: #F9FAF9;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
}


.menutest {
    background-color: #F9FAF9;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}




.menubanner .menu-text {
    text-align: center;
}

.menubanner .menu-text h5 {
    font-weight: 800;
    font-size: 21px;
}

.menubanner .menu-text h6 {
    margin-top: 5px;
    color: #666;
}

.content-slider .swiper-pagination {
    bottom: 0px;
}

.index-page {
    padding: 50px 0px;
}


.content-slider .swiper-button-next,
.content-slider .swiper-button-prev {
    color: #000;
    background-color: #F9FAF9;
    border-radius: 100px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
}

.content-slider .swiper-button-next:after,
.content-slider .swiper-button-prev:after {
    font-size: 15px;
}

.content-slider .swiper-pagination-bullet-active {
    background-color: #666;
}


.menusic-box {
    margin: 50px 0px;
}




.noto-list {

    margin-top: 15px;
    clear: both;
}

.noto-list ul {
    padding-left: 20px;
    margin-top: 10px;
}

.noto-list li {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.noto-list li:before {
    content: "●";
    font-size: 4px;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: -10px;
}

.announcement{
    margin-top: 50px;
}


.announcement .typ-title{}

.announcement .text{
    max-width: 780px;
    margin: 0px auto;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.announcement ul{
    padding-left: 15px;
}
.announcement li{
    margin-bottom: 5px;
}

/* ＝＝＝＝info========== */
.line-y {
    border-top: 1px dashed #ddd;
    margin: 40px auto;
}

@media screen and (min-width: 768px) {
    .overview-flex {
        display: flex;
        align-items: center;
    }

    .overview-border {
        margin-right: 20px;
    }
}


.overview-text p {
    font-size: 15px;
}

.event-box .text{
    margin-bottom: 20px;
}
.event-box h4 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    font-size: 21px;
}
.event-box h5{
    margin-bottom: 15px;
}

.event-list li {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-weight: 300;
}

.event-box .newdate{
    font-size: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.overview-border {
    /* border: solid .5px #191919; */
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    width: 120px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

p.mt20{
    margin-top: 20px;
}

.announcement  .text a{
/*     text-decoration: underline; */
color: #000;
}
.announcement  .text a:hover{
    color: #999;
}


/*------------------------------------*\
    $video
\*------------------------------------*/

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    transform: translateX(0%) translateY(0%) !important;
}

.ticket-btn a {
    background-color: #2f2725;
    color: #fff;
    display: block;
    border-radius: 60px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 300px;
    font-size: 18px;
    margin: 50px auto;
}

.ticket-btn span {
    display: block;
}

.ticket-btn .boll700 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}



/* ========contact======= */
.contact {
    text-align: center;
}

.contact h4 {
    font-family: "Anton", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
}

.tip {
    font-size: 16px;
    margin-bottom: 40px;
}


.sorry {
    margin-top: 20px;
}

.sorry p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #63657a;
}

.contact .tab_content .text {
    text-align: center;
    border: 1px solid #000;
    padding: 50px;
}

.contact .tab_content .text h2 {
    margin-bottom: 10px;
}




/* =====reserve============ */

.reserve {}

.greybg {
    background-color: #FAFAFA;
    padding: 50px 50px 20px;
}

.snow-logo {
    width: 80%;
    margin: 40px auto;
}

.re-box .typ-title {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 35px;
    font-weight: 700;
}


.reserve .box {
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.reserve .box .title {
    background-color: #FAFAFA;
    text-align: center;
    width: 50%;
    margin: -35px auto 30px;
    font-weight: 500;
    font-size: 24px;
}

.reserve .CH-content .box .title {
    width: 200px;
}


.reserve .text-box {
    padding: 15px 0px;
}

.reserve .text-box h6 {
    margin-bottom: 10px;
}


.new-title{
    font-size: 15px;
}



.red-color {}

.reserve .notobg h6 {
    text-align: center;
    color: #717171;
    font-size: 18px;
}

.reserve .notobg {
    background-color: #F0F0F0;
    border-radius: 15px;
    padding: 30px 15px;
    box-sizing: border-box;
    text-align: left;
    color: #717171;
}

.reserve .t-center {
    text-align: center;
}

.time-table {
    margin-top: 30px;

}

.time-table table {
    width: 100%;
    border: 1px solid #999;
}

.time-table td {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #999;
}

.time-typ td {
    background-color: #000;
    color: #fff;
}

.opps {
    text-align: center;
}

.re-box .text-box .btn-box{
    margin-bottom: 10px;
}

.re-box .text-box .btn-box a{
    width: 200px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    display: block;
    margin: 0 auto;

    animation-name: btncolor-opacity-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes btncolor-opacity-keyframes {
    0% {
        background-color: #000;
    }

    50% {
        background-color: #424242;
    }

    100% {
        background-color: #000;
    }
}
.re-box .text-box .btn-box.disabled a{
    pointer-events: none;
    cursor: default;
     background-color: #999;
      animation-name: btncolor2-opacity-keyframes;
}
@keyframes btncolor2-opacity-keyframes {
    0% {
        background-color: #999;
    }
    100% {
        background-color: #999;
    }
}

.EN-content .re-box .text-box .btn-box a {
    width: 100%;
    height: inherit;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

.EN-content .re-box .box .title {
    width: 80%;
}


.reserve .mb30 {
    margin-bottom: 30px;
}




/* =======merch-re========= */
.merch-re .tab_content .typ-title {
    font-size: 30px;
    padding-bottom: 30px;
}

.merch-re .box {
    margin-bottom: 50px;
    text-align: center;
}

.merch-re .box h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.merch-re .box img {
    margin-top: 20px;
}

.shop-guide ul {
    padding: 20px 10px 20px 30px;
}

.shop-guide li {
    list-style: decimal;
    font-family: "Noto Sans TC", "Antonio", cursive, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
}

.shop-guide .box {
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 20px 30px;
    position: relative;
    text-align: center;
}


.shop-guide .box .title {
    background-color: #FAFAFA;
    text-align: center;
    width: 50%;
    margin: -35px auto 30px;
    font-weight: 500;
    font-size: 24px;
}

.shop-guide .text-box {
    padding: 15px 0px;
}


.shop-guide .notobg {
    background-color: #F0F0F0;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    color: #717171;
}

.shop-guide .notobg h6 {
    text-align: center;
    color: #717171;
    font-size: 18px;
    margin-bottom: 10px;
}




/* =========marchlist============ */


.dot li:before {
    content: "•";
    display: inline-block;
    margin-left: -15px;

}



.item-noticbox {
    margin-top: 30px;
}

.item-noticbox .box {
    margin-bottom: 20px;
}

.item-noticbox h5 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

ul.dot {
    padding-left: 25px;
}


ul.number {
    padding-left: 13px;
}

.number li:nth-child(1):before {
    content: "①";
}

.number li:nth-child(2):before {
    content: "②";
}

.number li:nth-child(3):before {
    content: "③";
}


.number li:before {
    display: inline-block;
}

.item-noticbox h6 {
    margin-bottom: 10px;
    font-size: 15px;
}

.item-noticbox a:hover {
    color: #999;
}

.no-return {
    margin-top: 10px;
    padding-left: 15px;
}

.no-return p {
    margin-bottom: 5px;
}


.marchlist .EN-content .typ-title {
    font-family: "Antonio", sans-serif;
}
.marchlist .JP-content .dot li:before,
.marchlist .JP-content .number li:before {
    margin-right: 5px;
}

.marchlist .JP-content .dot li:before{
    margin-left: -10px;
}
.marchlist .JP-content ul.dot {
    padding-left: 32px;
}

p.mb10{
    margin-bottom: 20px;
}

.buy-btn{
    margin-bottom: 30px;
    text-align: center;
}
.buy-btn a:hover{
    color: #666;
}
.marchlist .tab_container .typ-title{
    padding-bottom: 30px;
}

/*------------------------------------*\
             $popup
\*------------------------------------*/
.close {
    width: 60px;
    height: 60px;
    background: #dd433d;
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    right: 0;
    top: 0;
}


.close::before,
.close::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 28px;
    margin-left: 15%;
    transition: all .3s;
}



.close::after {
    transform: rotate(-45deg);
    margin-top: -2px;
}

.close:hover::before,
.close:hover::after {
    transform: rotate(0deg);
}

.black {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 100;
    opacity: 0.85;
    cursor: pointer;
    display: none;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    max-width: 480px;
    height: 400px;
    text-align: center;
    /*  padding: 40px; */
    display: none;
    color: #000;
    background-color: #97d1f3;
}

.popup h2 {
    font-size: 36px;
    font-weight: 400;
    color: #dd433d;
}

.popup p {
    font-size: 20px;
    margin: 10px 0
}

.popup img {
    width: 100%;
    max-width: 100%;
}

/* =========swiper ======== */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}


.mb-show {
    display: none;
}

@media (max-width: 768px) {
    .mb-show {
        display: block;
    }

    .mb-no {
        display: none;
    }

    .bannersocial .logo {
        margin: 0 auto;
    }

    .banner-icon {
        justify-content: center;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .header .container {
        justify-content: center;
    }

    .container {
        padding: 0px 15px;
    }

    .map {
        padding: 0px 15px;
    }

    .footer ul {
        flex-wrap: wrap;
    }

    .footer li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }




}


@media (max-width: 480px) {
    .typ-title {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .greybg {
        padding: 50px 20px;
    }

    .re-box .typ-title {
        font-size: 21px;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .time-table td {
        padding: 8px 4px;
        font-size: 12px;
    }

    .reserve .box .title {
        font-size: 21px;
    }

    .reserve .JP-content .box .title {
        width: 100%;
    }

    .EN-content .box .title {
        width: 100%;
        font-size: 18px;
    }

    .merch-re .JP-content .typ-title {
        font-size: 21px;
    }

    .shop-guide .box .title {
        width: 80%;
    }

}




.JP-content .shop-guide li {
    font-family: "Noto Sans JP", sans-serif;
}

.JP-content .notobg p {
    padding-left: 20px;
}

.JP-content .notobg p:before {
    content: "＊";
    display: inline-block;
    margin-left: -15px;
}
.mt30{
    margin-top: 20px;
}

.bb p {
    padding-left: 20px;
}

.bb p:before {
    content: "＊";
    display: inline-block;
    margin-left: -16px;
}


.EN-content .notobg p {
    padding-left: 20px;
}

.EN-content .notobg p:before {
    content: "*";
    display: inline-block;
    margin-left: -6px;
}