﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans" , Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 12px;
    color: #6a3906
}

@media screen and (min-width: 768px) {
    html,body {
        font-size:14px
    }
}

@media screen and (min-width: 1024px) {
    html,body {
        font-size:16px
    }
}

html {
    height: -webkit-fill-available
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden
}

img {
    width: 100%;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    color: #ff9097;
    font-weight: bold;
    text-decoration: none
}

hr {
    border-top: 1px solid #d1bfb5
}

:focus-visible {
    outline: 0
}

strong,b {
    font-weight: 900;
    font-size: 1.05em
}

li {
    list-style: none
}

dt {
    font-weight: bold
}

article {
    font-family: "Noto Serif JP",serif,"Hiragino Mincho ProN","YuMincho","Yu Mincho";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.center,.tac {
    text-align: center
}

.in-b {
    display: inline-block
}

.pink {
    color: #ff9097
}

.green {
    color: #119d34
}

.bnr {
    margin: 0 auto 10px;
    border: 1px solid #996d46
}

.btn {
    position: relative;
    cursor: pointer
}

.btn.details {
    width: min(60%,264px);
    margin: 0 auto
}

.btn .off {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s
}

@media(hover: hover) {
    .btn .off:hover {
        opacity:0
    }
}

.overlay {
    display: none;
    background: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100
}

.i-overlay {
    background: #ffeff0;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: min(95%,970px);
    margin: 0 auto 7%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #cd8f56;
    background: #fff;
    -webkit-box-shadow: 2px 2px #cc626b;
    box-shadow: 2px 2px #cc626b
}

@media screen and (min-width: 1024px) {
    nav {
        margin:0 auto 5%;
        gap: 16px;
        border-radius: 0;
        border: none;
        background: none;
        -webkit-box-shadow: 0 0 #cc626b;
        box-shadow: 0 0 #cc626b
    }
}

nav a {
    display: table;
    padding: 0 5px;
    width: 100%;
    height: 56px;
    font-size: 1.2rem;
    color: #cd8f56;
    border-bottom: 1px solid #cd8f56
}

nav a[href="#dungeon"] {
    border-bottom: 0 solid #cd8f56
}

@media screen and (min-width: 1024px) {
    nav a {
        background:#fff;
        padding: 0 10px;
        border: 1px solid #cd8f56;
        width: min(100%,310px);
        height: 80px;
        border-radius: 10px;
        -webkit-box-shadow: 1px 1px #cc626b;
        box-shadow: 1px 1px #cc626b;
        -webkit-transition: .2s;
        transition: .2s
    }

    nav a[href="#dungeon"] {
        border: 1px solid #cd8f56
    }
}

@media screen and (min-width: 1024px)and (hover: hover) {
    nav a:hover {
        color:#fff;
        background: #ff8c96
    }

    nav a:hover::before {
        -webkit-filter: brightness(11);
        filter: brightness(11)
    }
}

nav a::before {
    content: url("../img/bg_star.png");
    display: table-cell;
    vertical-align: middle;
    width: 5.75%;
    -webkit-transform: translate(0, 3px) scale(0.75);
    transform: translate(0, 3px) scale(0.75)
}

@media screen and (min-width: 1024px) {
    nav a::before {
        width:11%;
        transform: translate(0, 4px) scale(0.9)
    }
}

nav a>span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px
}

@media screen and (min-width: 1024px) {
    nav a>span {
        padding:0
    }
}

.screen_shot {
    border: 1px solid #996d46;
    max-width: 320px;
    width: min(60%,320px)
}

@media screen and (min-width: 640px) {
    .screen_shot {
        width:min(100%,320px)
    }
}

.lead {
    margin: 10px 0 15px
}

@media screen and (min-width: 1024px) {
    .lead {
        margin:20px 0 25px
    }
}

@media screen and (min-width: 640px) {
    .flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
        max-width: 1080px;
        margin: 0 auto
    }
}

.icon_kakusei {
    width: 32px !important
}

#info {
    padding: 0 16px
}

@media screen and (min-width: 1024px) {
    #info {
        padding:0 8px
    }
}

@media screen and (min-width: 1280px) {
    #info {
        padding:0
    }
}

#chara * {
    text-align: center
}

#chara h2 {
    width: min(100%,1027px);
    margin: 0 auto
}

#chara p {
    margin-top: 10px
}

@media screen and (min-width: 1024px) {
    #chara p {
        margin-top:20px
    }
}

#gf .col-2:nth-child(2),#ad .col-2:nth-child(2) {
    width: 100%;
    max-width: 500px
}

@media screen and (min-width: 640px) {
    #gf .col-2:nth-child(2),#ad .col-2:nth-child(2) {
        padding-left:20px
    }
}

@media screen and (min-width: 1024px) {
    #gf .col-2:nth-child(2),#ad .col-2:nth-child(2) {
        padding-left:0
    }
}

#gf h2,#ad h2 {
    width: min(100%,700px);
    margin: -8px auto 10px
}

@media screen and (min-width: 640px) {
    #gf h2.bnr,#ad h2.bnr {
        max-width:480px;
        margin: 5px auto 0;
        border: 1px solid #996d46
    }
}

@media screen and (min-width: 1024px) {
    #gf .lead,#ad .lead {
        margin:0 0 25px
    }
}

#gf .flex.wrap,#ad .flex.wrap {
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1024px) {
    #gf .flex.wrap,#ad .flex.wrap {
        gap:24px
    }
}

@media screen and (min-width: 1024px) {
    #gf .btn.details,#ad .btn.details {
        margin:0
    }
}

article section[id]:not(#chara) {
    border: 2px solid #996d46;
    width: min(100%,1080px);
    background: #fff;
    margin: min(5%,50px) auto 0
}

@media screen and (min-width: 768px) {
    article section[id]:not(#chara) {
        border:3px solid #996d46
    }
}

article section[id]:not(#chara) {
    position: relative
}

article section[id]:not(#chara)::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 36px;
    background-image: url(../img/bg_ptn_1-l.png),url(../img/bg_ptn_1-r.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right top;
    background-size: contain,contain
}

@media screen and (min-width: 1024px) {
    article section[id]:not(#chara)::before {
        padding-bottom:75px
    }
}

@media screen and (min-width: 1024px) {
    article section[id]:not(#chara)#evo::before,article section[id]:not(#chara)#set::before {
        padding-bottom:60px
    }
}

article section[id]:not(#chara)#evo h2:first-of-type,article section[id]:not(#chara)#set h2:first-of-type {
    width: min(80%,512px);
    margin: 0 auto 10px
}

article section[id]:not(#chara)>.inner {
    margin: 2px;
    background-color: #fcf9f4;
    border: 1px solid #996d46;
    padding: 30px 2% 20px
}

@media screen and (min-width: 1024px) {
    article section[id]:not(#chara)>.inner {
        line-height:1.75;
        border: 2px solid #996d46;
        margin: 5px;
        padding: 35px 2% 30px
    }
}

a.btn.notice {
    padding: 7px 14px 5px 7px;
    color: #996d46;
    border: 2px solid #996d46;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block
}

#dungeon h2 {
    width: min(95%,529px);
    margin: 0 auto
}

#dungeon h3 {
    margin: 8px 0;
    color: #fff;
    -webkit-box-shadow: 2px 2px #7e1e00;
    box-shadow: 2px 2px #7e1e00;
    background-color: #ff8c96;
    background-image: url(../img/bg_h_1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (min-width: 768px) {
    #dungeon h3 {
        margin:20px 0
    }
}

#dungeon h3 img {
    width: min(96%,640px)
}

#dungeon table {
    width: 100%;
    border: 1px solid #b18660
}

#dungeon table.monster_list {
    border: none
}

#dungeon table th {
    background: #996d46;
    color: #fff;
    font-size: 110%;
    padding: 7px 5px 5px;
    border: 1px solid #b18660
}

#dungeon table td {
    background: #fff;
    vertical-align: middle;
    padding: 7px 5px 5px;
    border: 1px solid #b18660
}

#dungeon table.sync {
    max-width: 650px
}

#dungeon div[id^=no5] {
    margin-top: 30px
}

#dungeon #no5-1 dt {
    margin-top: 5px
}

#dungeon #no5-1 dt.img_txt-1 {
    width: min(35%,176px);
    margin-top: 10px
}

#dungeon #no5-1 dt.img_txt-2 {
    width: min(45%,263px);
    margin: 20px 0 5px 0
}

#dungeon #no5-1 img.v {
    width: min(100%,720px);
    border: solid 1px #996d46
}

#dungeon #no5-3 dt.img_txt {
    width: min(25%,137px);
    margin-top: 10px
}

#dungeon #no5-3 .icon-title {
    max-width: 96px;
    margin-top: 5px
}

#dungeon .ability-item {
    max-width: 320px;
    width: min(75%,320px)
}

@media screen and (min-width: 640px) {
    #dungeon .ability-item {
        width:min(100%,320px)
    }
}

#dungeon .ability-item img {
    width: min(100%,320px);
    height: auto
}

#dungeon .ability-item .modal-open {
    position: relative;
    display: block;
    border: 1px solid #856f4c;
    cursor: pointer
}

#dungeon .ability-item .modal-open::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 2px;
    max-width: 21px;
    width: min(50%,21px);
    max-height: 21px;
    height: min(50%,21px);
    cursor: pointer;
    pointer-events: none;
    z-index: 1;
    background-image: url(/member/common/img/icon_loupe.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

@media screen and (min-width: 640px) {
    #dungeon .ability-item .modal-open::before {
        max-width:32px;
        width: min(50%,32px);
        max-height: 32px;
        height: min(50%,32px);
        top: 5px;
        right: 8px
    }
}

#pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 52px;
    width: clamp(52px,8vw,86px);
    z-index: 10
}

.download_box {
    margin-top: 5px
}

.download_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 765px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.download_box ul li {
    list-style: none;
    max-width: 160px
}

@media screen and (min-width: 640px) {
    .download_box ul li {
        max-width:320px
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 220px;
    margin: 25px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social li {
    list-style: none
}

#copyright {
    font-size: 10px;
    text-align: center;
    background: #ff8c96;
    padding: 10px 0
}

#copyright p {
    color: #fff;
    font-size: 10px;
    margin-top: 0
}

footer {
    background-color: #fff3f4;
    color: #6b3906;
    font-weight: 400;
    margin-top: 5%;
    padding: 30px 10px 0;
    text-align: center;
}

footer .inner {
    margin: 0 auto;
    padding: 30px;
    width: 95%
}

footer dl dt {
    font-size: 150%;
    font-weight: bold
}

footer dt {
  font-size: 130%;
  font-weight: bold;
}

footer .download_box {
  margin-top: 5px
}

footer .download_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 765px;
  gap: 15px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
footer .download_box ul li {
  list-style: none;
  margin-right: 5px;
  max-width: 204px;
}

#copyright {
  text-align: center;
  margin-top: 35px;
}

#copyright p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0
}

footer .inner {
  margin: 0 auto;
  padding: 30px;
  width: 95%
}

footer p {
  color: #6b3906;
  font-weight: 400
}

footer dl {
  margin: 0 auto;
}

footer dl dt {
  font-size: 150%;
  font-weight: bold
}

footer .copy {
  margin-top: 15px;
}

footer .download_box {
  margin: 20px 0;
}

footer .f-text,
footer .f-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  footer .f-text,
  footer .f-text span {
    font-size: 12px;
  }

  footer .download_box ul {
    max-width: 320px;
    gap: 5px;
  }
}

@media screen and (min-width: 768px) {
    footer dl dt {
        font-size:200%
    }
}

.back-to-top {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 25px 0 15px
}

.back-to-top a {
    text-decoration: none;
    color: #6a3906
}

.modal-content {
    position: relative;
    display: none;
    max-width: 680px;
    background: rgba(0,0,0,0);
    border: none;
    width: 90%
}

.modal-content table th,.modal-content table td {
    border: none
}

.modal-content table th img[src*=ability],.modal-content table td img[src*=ability] {
    border: solid 1px #4c4541
}

.modal-content.active {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    z-index: 100
}

.modal-content .monster_list {
    max-width: none;
    width: auto;
    margin: 0
}

.modal-content .monster_list img {
    max-width: 960px;
    margin: 0 auto;
    width: 95%
}

.modal-content .monster_list table {
    border-collapse: inherit;
    margin: 0 auto
}

.modal-content .modal-ability {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 56.2499999999vh
}

.modal-content .modal-close {
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 30%);
    transform: translate(50%, 30%);
    cursor: pointer
}

.modal-content .modal-close_btn {
    cursor: pointer
}

#dungeon .modal-ability table.monster_list td {
    padding: 0;
    border: none;
    background: none
}

.sync_icon {
    vertical-align: middle;
    width: 40px !important;
    padding-right: 2px
}

.btn_close {
    display: inline-block;
    padding: 5px 15px;
    background: #996d46;
    border-radius: 10px;
    font-size: 130%;
    text-decoration: none;
    border: 1px solid #b18660;
    margin: 5px 0;
    font-weight: bold;
    color: #fff
}

.parallax-wrap {
    position: relative;
    overflow: hidden
}

.parallax-bg {
    position: fixed;
    inset: 10% 0;
    width: 100%;
    height: 150vh;
    background-image: url(../img/bg_1_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .parallax-bg {
        background-image:url(../img/bg_1_pc.jpg);
        inset: 50% 0
    }
}

.parallax-bg {
    z-index: -1;
    will-change: transform
}

#eq_1-r {
    color: #ff9097;
    font-weight: bold;
    font-size: 1.05em
}

#ability-item-13908>table,#ability-item-13908 p.green {
    display: none
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}
