@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese);

#contents {
    width: 100%;
    margin: 0
}

.island_sanctuary {
    font-family: 'Noto Sans';
    position: relative;
    z-index: 2
}

.island_sanctuary.jp {
    font-family: 'Noto Sans JP'
}

.island_sanctuary * {
    box-sizing: border-box
}

.island_sanctuary-header {
    position: relative;
    width: 960px;
    height: 540px;
    margin: 0 auto
}

.island_sanctuary-header .lodestone_link {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 304px;
    height: 30px;
    display: block;
    overflow: hidden
}

.island_sanctuary-header .lodestone_link img {
    margin-bottom: 0px
}

.island_sanctuary-header .lodestone_link:hover img {
    margin-top: -32px;
    vertical-align: top
}

.island_sanctuary-header .lodestone_link:active img {
    margin-top: -64px;
    vertical-align: top
}

.island_sanctuary-header .social__btn {
    margin: 0 16px 0 0;
    padding-top: 10px
}

.island_sanctuary-header h1 {
    position: absolute;
    top: 46px;
    left: 0
}

.island_sanctuary-header_bg {
    width: 100%;
    height: 578px;
    background: url(../image/big_kv_pc.jpg) no-repeat center top #002d4c;
    position: fixed;
    top: 0;
    left: 0
}

.island_sanctuary-header_update {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 4px #000000, 0px 2px 8px #000000;
    font-family: 'Noto Sans'
}

.island_sanctuary-header_update span {
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

.island_sanctuary-lead {
    background: linear-gradient(to right, #396629 0%, #39732e 25%, #39732e 75%, #396629 100%)
}

.island_sanctuary-lead p {
    background: #4d8033;
    width: 960px;
    padding: 16px 32px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5
}

.island_sanctuary-bg {
    background: url(../image/bg_01.png) repeat center top;
    position: relative;
    overflow: hidden
}

.island_sanctuary-bg::after {
    content: "";
    background: url(../image/bg_02.png) repeat center top;
    width: 432px;
    height: 368px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(288px);
    z-index: 1
}

.island_sanctuary-wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2
}

.island_sanctuary-menu {
    position: relative;
    padding-bottom: 28px;
    background: url(../image/menu_frame_done.png) no-repeat center bottom;
    width: 288px
}

.island_sanctuary-menu.fixed {
    position: fixed;
    top: 16px;
    left: 50%;
    margin-left: -464px
}

.island_sanctuary-menu_wrapper {
    width: 288px;
    margin: 0 16px
}

.island_sanctuary-menu h2 {
    margin-bottom: 0;
    width: 100%
}

.island_sanctuary-menu h3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #4c3d36;
    text-shadow: 0px 1px 2px rgba(255, 251, 242, 0.5);
    text-align: center;
    width: 100%
}

.island_sanctuary-menu_list {
    background: url(../image/bg_03.png) repeat-y center top;
    padding: 8px 24px 0
}

.island_sanctuary-menu_list li {
    padding-bottom: 12px;
    width: 100%
}

.island_sanctuary-menu_list>li:nth-last-child(1) {
    padding-bottom: 0
}

.island_sanctuary-menu_list a {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    color: #2e5299
}

.island_sanctuary-menu_list a:hover {
    text-decoration: none;
    color: #457ae5
}

.island_sanctuary-menu_list a.active {
    color: #99540f
}

.island_sanctuary-content {
    width: 608px;
    margin: 0 16px
}

.island_sanctuary-content>div {
    display: none
}

.island_sanctuary-content>div.active {
    display: block
}

.island_sanctuary-content>div.active>div {
    padding-bottom: 32px
}

.island_sanctuary-content>div.active>div:nth-last-child(1) {
    padding-bottom: 0
}

.island_sanctuary-content .header {
    background: url(../image/content_title_bg_pc_01.png) no-repeat 0 0;
    background-size: 608px 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 608px;
    height: 160px;
    margin-bottom: 16px;
    padding: 20px 76px 36px 76px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0px 2px 4px #000000, 0px 2px 8px #000000;
    text-align: center;
    position: relative
}

.island_sanctuary-content .header a {
    display: block;
    position: absolute;
    top: -16px;
    left: 0
}

.island_sanctuary-content .title_01 {
    font-size: 24px;
    font-weight: 900;
    color: #4d8033;
    margin-bottom: 32px;
    position: relative
}

.island_sanctuary-content .title_01 a {
    display: block;
    position: absolute;
    top: -16px;
    left: 0
}

.island_sanctuary-content .title_02 {
    font-size: 18px;
    font-weight: 900;
    color: #cc6d29;
    margin-bottom: 16px
}

.island_sanctuary-content .title_03 {
    font-size: 16px;
    font-weight: 900;
    color: #585858;
    margin-bottom: 8px
}

.island_sanctuary-content .text {
    font-size: 14px;
    color: #585858;
    line-height: 1.5;
    margin-bottom: 32px
}

.island_sanctuary-content .text .notes {
    color: #a62137;
    font-size: inherit
}

.island_sanctuary-content .text a {
    color: #2e5299
}

.island_sanctuary-content .text a:hover {
    color: #457ae5
}

.island_sanctuary-content img {
    display: block;
    margin: 0 auto 32px;
    border-radius: 8px
}

.island_sanctuary-content .map {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.island_sanctuary-content .map img {
    width: 304px;
    height: auto;
    margin-bottom: 0;
    flex-shrink: 1;
    margin-right: 8px
}

.island_sanctuary-content .map p {
    width: calc(100% - 312px);
    flex-shrink: 1
}

.island_sanctuary-content .map p span {
    display: block;
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 8px
}

.island_sanctuary-content .map p span:nth-last-child(1) {
    margin-bottom: 0
}

.island_sanctuary-content .map p .npc {
    background: url(../image/info_icon_02.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .map p .pos {
    background: url(../image/info_icon_03.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .map p .terms {
    background: url(../image/info_icon_04.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .map p .level.jp,
.island_sanctuary-content .map p .level.na,
.island_sanctuary-content .map p .level.eu {
    background: url(../image/info_icon_05.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .map p .level.fr {
    background: url(../image/info_icon_06.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .map p .level.de {
    background: url(../image/info_icon_07.png) no-repeat 1px 0;
    background-size: 20px
}

.island_sanctuary-content .quest-title {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 16px
}

.island_sanctuary-content .quest-title img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 5px 0 0
}

.island_sanctuary-content .quest-title a {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    font-weight: 900;
    color: #2e5299;
    text-decoration: none
}

.island_sanctuary-content .quest-title a:hover {
    color: #457ae5
}

@media screen and (max-width: 980px) {
    .island_sanctuary-menu.fixed {
        position: fixed;
        top: 16px;
        left: 16px;
        margin-left: 0
    }
}