@charset 'UTF-8';
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
button {
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.clearfix::after {
    content: ' ';
    clear: both;
    display: table;
}
img {
    height: auto;
    vertical-align: bottom;
}
li {
    list-style: none;
}
body {
    background:  url('../img/pc/common/bg_ptn.gif');
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    user-select: none;
    opacity: 0;
}

.header {
    font-size: 0;
    position: fixed;
    width: 100%;
}
.header__title__link, .header__nav__link {
    display: block;
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 751px) {
    .sp {
        display: none;
    }
    #wrapper {
        min-width: 1200px;
    }
    body {
        min-width: 1200px;
        width: 100%;
    }
    .header {
        background: url('../img/pc/common/menu/bg.png') repeat-x center top;
        height: 55px;
        min-width: 1200px;
        z-index: 5000;
    }
    .header__title, .header__nav__list, .header__nav__item {
        display: inline-block;
    }
    .header__inner {
        letter-spacing: -.4em;
        margin: auto;
        position: relative;
        width: 1120px;
    }
    .header__nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    .header__nav__item {
        cursor: pointer;
        height: 55px;
        margin-left: 22px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__nav__item:hover {
        opacity: 0.6;
    }
    .header__title {
        background: url('../img/pc/common/menu/logo.png');
        margin-right: 22px;
        height: 55px;
        width: 95px;
    }
    .header__nav__item.news {
        background: url('../img/pc/common/menu/m_news.png');
        width: 74px;
    }
    .header__nav__item.world {
        background: url('../img/pc/common/menu/m_world.png');
        width: 125px;
    }
    .header__nav__item.servant {
        background: url('../img/pc/common/menu/m_servant.png');
        width: 99px;
    }
    .header__nav__item.howto {
        background: url('../img/pc/common/menu/m_howtoplay.png');
        width: 65px;
    }
    .header__nav__item.gallery {
        background: url('../img/pc/common/menu/m_gallery.png');
        width: 87px;
    }
    .header__nav__item.staffcast {
        background: url('../img/pc/common/menu/m_staffcast.png');
        width: 131px;
    }
    .header__nav__item.music {
        background: url('../img/pc/common/menu/m_music.png');
        width: 50px;
    }
    .header__nav__item.twitter {
        background: url('../img/pc/common/menu/m_twitter.png');
        width: 72px;
    }
    .header__nav__item.x {
        background: url('../img/pc/common/menu/m_x.png');
        width: 84px;
    }
    .header__nav__item.faq {
        background: url('../img/pc/common/menu/m_contact.png');
        width: 108px;
    }
}
@media only screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    #wrapper {
        min-width: 750px;
        overflow: hidden;
        width: 750px;
    }
    #wrapper.is-open {
        position: fixed;
    }
    .header {
        height: 110px;
        min-width: 100%;
        z-index: 500;
    }
    .header.is-open {
        height: 100%;
    }
    .header__inner {
        height: 100%;
        overflow: auto;
        width: 100%;
    }
    .header__logo {
        background: url('../img/sp/common/header/bg_bar.png') center top;
        height: 110px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 500;
    }
    .header__logo.is-open {
        position: fixed;
    }
    .header__title {
        background: url('../img/sp/common/header/logo.png');
        height: 100%;
        margin: 0 auto;
        width: 216px;
    }
    .header__button {
        background: url('../img/sp/common/header/btn_menu.png');
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
    }
    .header__button.is-open {
        background: url('../img/sp/common/header/btn_close.png');
    }
    .header__nav {
        display: none;
        height: 0;
        overflow: hidden;
        position: relative;
        top: 110px;
        width: 100%;
        z-index: 490;
    }
    .header__nav.is-open {
        display: block;
        height: 100%;
    }
    .header__nav__overlay {
        background: url('../img/sp/common/header/menu/bg_ptn.jpg');
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header__nav__overlay.is-open {
        height: 100%;
        opacity: 1;
    }
    .header__nav__item {
        border-bottom: 1px solid #feffe9;
        height: 98px;
        position: relative;
        width: 100%;
        z-index: 0;
    }
    .header__nav__item:nth-child(even)::before {
        background: rgba(103, 181, 255, 0.1);
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .header__nav__item.news {
        background: url('../img/sp/common/header/menu/m_news.png');
    }
    .header__nav__item.world {
        background: url('../img/sp/common/header/menu/m_world.png');
    }
    .header__nav__item.servant {
        background: url('../img/sp/common/header/menu/m_servant.png');
    }
    .header__nav__item.howto {
        background: url('../img/sp/common/header/menu/m_howtoplay.png');
    }
    .header__nav__item.gallery {
        background: url('../img/sp/common/header/menu/m_gallery.png');
    }
    .header__nav__item.staffcast {
        background: url('../img/sp/common/header/menu/m_staffcast.png');
    }
    .header__nav__item.music {
        background: url('../img/sp/common/header/menu/m_music.png');
    }
    .header__nav__item.twitter {
        background: url('../img/sp/common/header/menu/m_twitter.png');
    }
    .header__nav__item.x {
        background: url('../img/sp/common/header/menu/m_x.png');
    }
    .header__nav__item.faq {
        background: url('../img/sp/common/header/menu/m_contact.png');
    }
    .header__share {
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        letter-spacing: -0.4em;
        padding-bottom: 150px;
        padding-top: 65px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .header__share__item {
        display: inline-block;
        margin: 0 8px;
    }
}
.footer {
    color: #fff;
    position: relative;
}
.footer img {
    width: 100%;
}
.footer__game-info {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 65px;
    position: relative;
}
.footer__game-info::before {
    background: url('../img/pc/common/line.png') repeat-x center;
    content: "";
    height: 2px;
    position: absolute;
    top: 1px;
    width: 100%;
}
.footer__app-box, .footer__links {
    font-size: 0;
    text-align: center;
}
.footer__game-info__list {
    line-height: 1.65;
}
.footer__game-info__label {
    background: url('../img/common/item_mark_white.png') no-repeat left top;
    clear: left;
    color: #d9d6bd;
    float: left;
    margin-bottom: 10px;
    padding-left: 20px;
}
.footer__game-info__text {
    float: left;
    margin-bottom: 10px;
}
.footer__game-info__notice {
    margin: 0.5em 0;
}
.footer__pagetop {
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
}
.footer__inner {
    background-color: #000;
    padding: 47px 0 65px;
    position: relative;
    text-align: center;
}
.footer__banner {
    display: block;
    margin: 0 auto 35px;
}
@media only screen and (min-width: 751px) {
    .footer {
        min-width: 1120px;
    }
    .footer__game-info {
        background-color: #000;
        background-image: url('../img/pc/common/footer/bg.jpg?210521');
        padding-bottom: 70px;
    }
    .footer__game-info::after {
        background: url('../img/pc/common/line.png') repeat-x center;
        bottom: -1px;
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
    .footer__game-info__inner {
        width: 1120px;
        margin: auto;
    }
    .footer__app-box {
        float: right;
        padding-left: 50px;
        width: 360px;
    }
    .footer__app-box__logo {
        margin-bottom: 25px;
    }
    .footer__app-box__item  {
        background-color: #000;
        border-radius: 7px;
        cursor: pointer;
        display: inline-block;
        width: 182px;
    }
    .footer__app-box__img {
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }
    .footer__app-box__img:hover {
        opacity: 0.6;
    }
    .footer__app-box__item.ios {
        margin-right: 12px;
        width: 147px;
    }
    .footer__game-info__list {
        background: url('../img/pc/common/footer/line.png') no-repeat right center;
        box-sizing: border-box;
        float: left;
        font-size: 14px;
        padding-right: 50px;
        width: 710px;
    }
    .footer__game-info__label {
        -webkit-background-size: 11px;
        background-size: 11px;
        width: 92px;
    }
    .footer__game-info__text {
        width: 548px;
    }
    .footer__game-info__notice {
        font-size: 12px;
    }
    .footer__pagetop {
        background-image: url('../img/pc/common/footer/btn_pagetop.png');
        cursor: pointer;
        height: 52px;
        right: 40px;
        top: -50px;
        width: 100px;
        z-index: 3;
    }
    .footer__share {
        font-size: 0;
        margin-bottom: 38px;
        text-align: center;
    }
    .footer__share__item {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        cursor: pointer;
        display: inline-block;
        height: 68px;
        margin: 0 4px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 67px;
    }
    .footer__share__item:hover {
        opacity: .6;
    }
    .footer__share__item.tw {
        background-image: url('../img/pc/common/footer/share_twitter.png');
    }
    .footer__share__item.fb {
        background-image: url('../img/pc/common/footer/share_facebook.png');
    }
    .footer__share__item.line {
        background-image: url('../img/pc/common/footer/share_line.png');
    }
    .footer__banner {
        cursor: pointer;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        width: 280px;
    }
    .footer__banner:hover {
        opacity: .6;
    }
    .footer__links {
        margin-bottom: 25px;
    }
    .footer__links__item {
        background: url('../img/common/item_mark_gold.png') no-repeat right center;
        -webkit-background-size: 11px;
        background-size: 11px;
        display: inline-block;
        letter-spacing: 0;
        padding: 5px 28px 5px 14px;
    }
   .footer__links__link {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding: 4px 0;
        position: relative;
    }
    .footer__links__link::after {
        background-color: #fff;
        bottom: -2px;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease;
        width: 0%;
    }
    .footer__links__link:hover::after {
        width: 100%;
    }
    .footer__links__item:last-child {
        background: none;
        padding: 5px 14px 5px 14px;
    }
    .footer__notice {
        margin-bottom: 16px;
    }
    .footer__notice, .footer__copyright__text {
        font-size: 11px;
    }
}
@media only screen and (max-width: 750px) {
    .footer__game-info {
        background-image: url('../img/sp/common/footer/bg.jpg');
        padding-bottom: 150px;
    }
    .footer__app-box {
        background: url('../img/sp/common/footer/line.png') no-repeat bottom;
        margin-bottom: 56px;
        padding-bottom: 60px;
    }
    .footer__app-box__logo {
        margin: 0 auto 30px;
        width: 500px;
    }
    .footer__app-box__item {
        display: inline-block;
    }
    .footer__app-box__item.ios {
        margin-right: 18px;
        width: 207px;
    }
    .footer__app-box__item.android {
        width: 255px;
    }
    .footer__game-info__list {
        font-size: 24px;
        margin: 0 auto;
        width: 690px;
    }
    .footer__game-info__label {
        background-position: left 0.3em;
        -webkit-background-size: 14px;
        background-size: 14px;
        width: 144px;
    }
    .footer__game-info__text {
        width: 526px;
    }
    .footer__game-info__notice {
        font-size: 20px;
    }
    .footer__pagetop {
        background-image: url('../img/sp/common/footer/btn_pagetop.png');
        height: 96px;
        left: 0;
        top: -94px;
        width: 100%;
    }
    .footer__banner {
        width: 484px;
    }
    .footer__links {
        border-top: 1px solid #e8e4be;
        margin-bottom: 60px;
    }
    .footer__links__item {
        display: block;
        border-bottom: 1px solid #e8e4be;
    }
    .footer__links__link {
        background: transparent url('../img/sp/common/footer/arrow.png') no-repeat 95% center;
        color: #fff;
        display: block;
        font-size: 24px;
        height: 100%;
        letter-spacing: 0.02em;
        padding: 28px 0;
        text-decoration: none;
        width: 100%;
    }
    .footer__notice {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 33px;
    }
    .footer__copyright {
        line-height: 1.5;
    }
    .footer__copyright__text {
        font-size: 20px;
    }
}
/*20230327_fotter*/
.ft_share p.title,.ft_official p.title { margin-bottom: 0.5rem;}

.ft_share, .ft_official{ width: 100%; margin: 0 auto 3.5rem;}
.ft_share ul, .ft_official ul {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: auto;
    padding: 0;
}
.ft_share ul li, .ft_official li {
padding:5px;
cursor: pointer;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.ft_share ul li:hover, .ft_official li:hover {
    opacity: .6;
}