.display_none {
    display: none;
}

.pointer-events {
    pointer-events: none;
}



/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
    當彈窗開啟時，鎖住 body 的滾動
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
/*禁止滑動*/
.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}




/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           header_追加
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
#header_embed .nav_member .sub_nav ul li a {
    color: #000;
}





/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           footer_追加
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
#sns_embed {
    z-index: 998;
}

footer.block_content {
    z-index: 998;
}

#sns_embed .sns {
    background-color: rgba(0, 0, 0, 1);
}






/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           KV區塊
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.island_sanctuary-header {
    /*height: 514px;*/
    height: 570px;
}


.island_sanctuary-header_bg {
    margin-top: 4vw;
}





/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           menu選單
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

/*浮動模式*/
.island_sanctuary-menu.fixed {
    top: 96px;
}





/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           手機浮動選單
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.island_sp_menu_icon {
    position: fixed;
    width: 32px;
    height: 32px;
    top: 8vw;
    right: 10px;
    cursor: pointer;
    z-index: 101;
    line-height: 1;
    display: none;

    background: url(../image/right_sp_menu_dot.png) no-repeat 0 0;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}

.island_sp_menu_icon:hover {
    background: url(../image/right_sp_menu_dot_h.png) no-repeat 0 0;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px
}






/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
        大區分類tab_手機_自製
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.island_sanctuary-menu_tab_sp {
    display: none;
}



/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
        移除標題hover
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.island_sanctuary-content .quest-title a {
    cursor: auto;
}

.island_sanctuary-content .quest-title a:hover {
    color: #2e5299;
}




/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
              RWD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

@media (max-width:960px) {

    /*----圖片自適應----*/
    img {
        max-width: 100%;
        height: auto;
        display: block;

        margin: 0 auto;
    }


    /*---bady---*/
    .l__base {
        max-width: 960px;
        min-width: unset;
        width: 100%;
    }

    body {
        min-width: unset;
    }




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           KV
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    /*KV主圖*/
    .island_sanctuary-header_bg {
        position: absolute;
        width: 100%;
        height: auto;
        padding-bottom: 450px;
        background: url(../image/big_kv_tb.jpg) no-repeat center top #002d4c;
    }


    /*KV區塊*/
    .island_sanctuary-header {
        width: 96%;
        height: 406px;
    }



    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           綠腰帶_區塊
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-lead p {
        width: 100%;
    }






    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
        大區分類tab_手機_自製
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-menu_tab_sp {
        position: relative;
        width: 100%;
        height: auto;

        background: linear-gradient(to bottom, #40392d 0%, #4c4536 100%);
        padding: 8px 5%;

        display: block;
    }


    .island_sanctuary-menu_tab_sp .playguide_title {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }


    .island_sanctuary-menu_tab_sp .guide_tab {
        width: 90%;
        /*height: 32px;*/
        height: auto;
        margin: 0 auto;
        margin-top: 2%;
        margin-bottom: 2%;
        padding: 1% 5%;

        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 16px;

        color: #ffffff;
        font-weight: bold;
        text-align: center;

        background: #4c4536;
        box-shadow: 0px 1px 1px 0px rgba(204, 184, 143, 0.1) inset, 0px -1px 1px 0px rgba(26, 23, 18, 0.2) inset, 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    }


    .island_sanctuary-menu_tab_sp .guide_tab.active {
        background: #99540f;
        box-shadow: 0px 1px 2px 0px rgba(51, 28, 5, 0.5) inset, 0px 1px 2px 0px rgba(255, 255, 255, 0.1);
    }






    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           主文區塊
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-wrapper {
        width: 100%;
    }


    .island_sanctuary-content {
        width: 80%;
        margin: 0 2%;
    }




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           手機浮動選單
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sp_menu_icon {
        display: block;
    }




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           PC_左側menu
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-menu_wrapper {
        display: none;
    }




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           內文大標
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-content .header {
        background-size: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        padding: 7.5% 10% 13% 10%;
        font-size: 6vw;
    }



}




@media (max-width:800px) {

    /*KV_大標*/
    .island_sanctuary-header h1 {
        left: -39px;
    }

}




@media (max-width:767px) {


    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           手機浮動選單
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sp_menu_icon {
        top: 56px;
    }



    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           KV
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    /*KV主圖*/
    .island_sanctuary-header_bg {
        padding-bottom: 62.8%;

        background: url(../image/big_kv_sp.jpg) no-repeat center top #002d4c;
        background-size: 100%;
    }


    /*KV區塊*/
    .island_sanctuary-header {
        height: auto;
        padding-bottom: 55%;
    }


    /*KV_大標*/
    .island_sanctuary-header h1 {
        width: 75.789vw;
        top: 12%;
        left: -6%;
    }



}




@media (max-width:640px) {

    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           KV
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    /*KV區塊*/
    .island_sanctuary-header {
        padding-bottom: 54%;
    }


    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           主文區塊_sp
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
    .island_sanctuary-content {
        width: 85%;
    }




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           開拓無人島的玩法
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/




    /*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           開拓無人島的開放方法
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

    /*地圖版型*/
    .island_sanctuary-content .map {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .island_sanctuary-content .map img {
        width: 100%;
    }

    .island_sanctuary-content .map p {
        width: 100%;
    }



}



@media (max-width:480px) {

    .island_sanctuary-header {
        width: 100%;
        height: 62vw;
        padding-bottom: 0%;

        background: url(../image/big_kv_sp.jpg) no-repeat center top #002d4c;
        background-size: 100%;
    }


    .island_sanctuary-header_bg {
        display: none;
    }


}


@media (max-width:440px) {}


@media (max-width:390px) {}



@media (max-width:375px) {}



@media (max-width:320px) {

    /*--更新時間--*/
    .island_sanctuary-header_update {
        font-size: 12px;
    }

}