@charset "utf-8";

/* CSS Document */


/* css reset & base */

html,
body,
div,
span,
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;
    font-weight: normal;
}

article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

img {
    max-width: 100%;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

#contents_wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
}

#contents_wrap::before {
    content: "";
    background-image: url(../img/pc_04_mt_cp_bg.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
}

.iziModal {
    max-width: 85vh !important;
}

.iziModal-navigate {
    z-index: 10000 !important;
}

/* シャドウ削除 */
.iziModal.hasShadow::after {
    height: 0 !important;
    opacity: 0 !important;
}

/* top */

.l-cont {
    margin: 0 -200%;
    padding: 40px 200%;
    text-align: center;
}

.l-cont .l-inner {
    width: 100%;
    margin: 0 auto;
}

.l-back {
    background: #000;
}

.mv {
    width: 100%;
    padding: 0;
    line-height: 0;
    margin: 0;
    position: relative;
    z-index: 500;
}


/* download_btn */

.dl_wrapper {
    background-color: #000;
    position: relative;
    z-index: 500;
}

#dl_btn {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 12;
    padding-top: 104vw;
}


.dl_btn_contents {
    position: absolute;
    width: 100%;
    top: 16vw;
}

.drp_play {
    position: relative;
    width: 77.6%;
    margin: 0 auto 3.2vw;
}

#dl_btn ul {
    display: flex;
}

.dl_icon {
    position: absolute;
    width: 11%;
    left: 8.1%;
}

.app_btn {
    position: absolute;
    display: block;
    width: 30.7%;
    left: 21.8%;
    box-sizing: border-box;
    cursor: pointer;
}

.google_btn {
    position: absolute;
    display: block;
    width: 38.2%;
    left: 55%;
    cursor: pointer;
}

.drp_toha {
    position: absolute;
    display: block;
    width: 85%;
    top: 25vw;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.announcement_wrap {
    position: absolute;
    width: 80%;
    display: block;
    top: 37vw;
    left: 0;
    right: 0;
    margin: auto;
}

.announcement_inner {
    position: relative;
    width: 100%;
}

#announcement {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* main menu */

#mainMenu {
    position: absolute;
    display: block;
    width: 100%;
    height: 9vw;
    background: url(../img/pc_01_mt_header_menu_bar.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1000;
}

#mainMenu.m-fixed {
    position: fixed;
    max-height: max-content;
    top: 0;
}

.m-fixed {
    position: fixed;
    width: 100%;
    height: 12vw;
    top: 0;
}

#mainMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
    width: 97.4%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#mainMenu ul li {
    padding-top: 0.5vw;
    margin-right: 6vw;
}

#mainMenu ul li:first-child {
    width: 35vw;
}

#mainMenu ul li:nth-child(2) {
    width: 45vw;
}

#mainMenu ul li:last-child {
    width: 35vw;
    margin-right: 0;
}

.chara_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
}

.bg_image {
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
}

/* chara */

#chara {
    position: relative;
    /* margin-top: -24vw;
    padding-top: 24vw; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 11;
    padding-top: 3vw;
    height: 215vw;
}



.charaContents {
    position: relative;
    width: 100%;
    background: transparent;
    background-size: cover;
    background-position: center center;
}

.chara_title {
    position: relative;
    width: 88%;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    display: block;
    z-index: 36;
}

.chara_title::after {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 20vw;
    display: block;
    background: url("../img/pc_02_mt_chara_title.png") no-repeat center;
    background-size: contain;
    content: '';
}

.charaBg {
    height: auto;
    margin-bottom: 5vw;
}

.chara_evo_bg {
    position: relative;
    z-index: 500;
    padding-bottom: 6vw;

}

.chara_evo {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 501;
    margin-bottom: 3vw;
}

.chara_evo_menu {
    position: relative;
    z-index: 501;
}

.chara_evo_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
    width: 85%;
    margin: 0 auto;
}

.chara_evo_menu ul li {
    width: 27vw;
    line-height: 1;
}

.chara_evo_menu ul li button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.iziModal {
    max-width: 85vh !important;
}

.iziModal-navigate {
    z-index: 10000 !important;
}

.iziModal figure img {
    width: 85%;
}

@media screen and (max-width: 768px) {
    .iziModal figure img {
        width: 80%;
    }

    .iziModal-navigate-next {
        right: 2vw !important;
        margin-right: 0 !important;
    }

    .iziModal-navigate-prev {
        left: 2vw !important;
        margin-left: 0 !important;
    }

    .iziModal-navigate>button {
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }

    .iziModal-navigate>button {
        height: 45% !important;
    }
}

/* dungeon */

#dungeon {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top: -50vw;
    padding-top: 50vw; */
    overflow: hidden;
    box-sizing: border-box;
    z-index: 500;
    background: url(../img/sp/sp_03_mt_dungeon_bg_01.jpg) no-repeat bottom;
    background-size: cover;
}

#dungeon {
    padding-top: 20px;
}

.dungeon_inner {
    padding-top: 20px;
}

.dungeon_title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 500;
}

.dungeon_title::after {
    width: 79%;
    margin: 0 auto;
    height: auto;
    padding-top: 13vw;
    display: block;
    background: url("../img/pc_03_mt_dungeon_title.png") no-repeat;
    background-size: contain;
    content: '';
}

.dungeon_explain {
    width: 79%;
    margin: 0 auto 5vw;
    height: auto;
}

.dungeon_contents {
    position: relative;
    width: 100%;
    margin-bottom: 4vw;
}



.special_dungeon_chara {
    background: url("../img/pc_03_mt_dungeon_sp.png") no-repeat;
    background-size: contain;
    position: relative;
    height: 73vw;
    width: 80vw;
    margin: 0 auto;
}


.challenge_dungeon_chara {
    background: url("../img/pc_03_mt_dungeon_ch.png") no-repeat right;
    background-size: contain;
    position: relative;
    height: 85vw;
    z-index: 501;
    width: 90vw;
    margin: 0 auto;
}

/* .black_bg::after {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 500;
} */
.dungeon_contents .battleMov {
    position: absolute;
    width: 31vw;
    right: 0vw;
    top: 1vw;
    height: 60vw;
    background: url("../img/pc_03_titan_dungeon_sp_movie_atari.png") no-repeat;
    background-size: contain;
    display: block;
    z-index: 40;
    cursor: pointer;
}

.dungeon_contents .battleMov2 {
    position: absolute;
    width: 31vw;
    left: 4vw;
    top: 13.5vw;
    height: 60vw;
    background: url("../img/pc_03_titan_dungeon_sp_movie_atari.png") no-repeat;
    background-size: contain;
    display: block;
    z-index: 40;
    cursor: pointer;
}

.voice {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top: -50vw;
    padding-top: 50vw; */
    overflow: hidden;
    box-sizing: border-box;
    z-index: 500;
    background: url(../img/sp/sp_03_mt_dungeon_bg_02.jpg) no-repeat bottom;
    background-size: cover;
    padding-top: 20px;
}

.voice_explain {
    width: 79%;
    margin: 0 auto 5vw;
    height: auto;
}

.voice_explain {
    max-width: 197vw;
    height: auto;
    margin-bottom: 10px;
}

.voice_box {
    width: 80vw;
    margin: 0 auto 30px;
    position: relative;
}

.voice01 {
    position: absolute;
    top: 50%;
    left: 5vw;
    width: 23vw;
    height: 6vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.voice02 {
    position: absolute;
    top: 50%;
    top: 50%;
    right: 5vw;
    width: 23vw;
    height: 6vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.btnVoice {
    width: 100%;
    height: 0;
    border: none;
    background: url("../img/pc_03_mt_dungeon_voice_btn.png") left top no-repeat;
    background-size: contain;
    height: 6vw;

}

.btnVoice.active {
    width: 100%;
    height: 0;
    border: none;
    background: url("../img/pc_03_mt_dungeon_voice_btn_off.png") left top no-repeat;
    background-size: contain;
    height: 6vw;
}

/* campaign */

#campaign {
    position: relative;
    z-index: 500;
}

.campaign_title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}

.campaign_title::after {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 19vw;
    display: block;
    background: url("../img/pc_04_titan_cp_title.png") no-repeat;
    background-size: contain;
    content: '';
}

#cp_tw_present {
    position: relative;
}



.cp_follow_btn {
    width: 63vw;
    position: absolute;
    top: 139vw;
    left: 19vw;
}

.cp01 {
    padding-bottom: 35vw;

}

.cp01 .cp_btn {
    position: absolute;
    top: 135vw;
    left: 15vw;
}

.cp01 .cp_btn li:first-child {
    width: 74vw;
    margin-bottom: 1vw;
}

.cp01 .cp_btn li:last-child {
    width: 34vw;
    margin: 0 auto;
}

.cp02 {
    padding-bottom: 30vw;
    position: relative;
}

.cp02 .cp_btn {
    position: absolute;
    top: 102vw;
    left: 15vw;
}

.cp02 .cp_btn li:first-child {
    width: 74vw;
    margin-bottom: 1vw;
}

.cp02 .cp_btn li:last-child {
    width: 34vw;
    margin: 0 auto;
}

.caution_btn {
    cursor: pointer;
}




/* modal movie */

.modalbox {
    display: none;
}

body.modal-open {
    height: 100%;
    overflow: hidden;
}

.modalbox-overlay {
    overflow-y: scroll;
}

.caution_text a:visited {
    color: white;
}

#video_1 {
    display: block;
    width: 100%;
    height: 100%;
}

.mov_on {
    display: block;
}

.modalbox-overlay {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
    cursor: pointer;
}

.video-container {
    position: fixed;
    width: 86.958vw;
    max-width: 1200px;
    max-height: 675px;
    height: 67vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* modal text */

.modalbox_caution {
    display: none;
}

.modalbox_caution.popup {
    display: block;
}

.modal_wrap {
    width: 94.2%;
    margin: 0 auto;
}

.batsu_wrap {
    max-width: 1000px;
    width: 100%;
    height: 7.3vw;
    top: 0;
    left: 0;
    right: 0;
    margin: 35px auto 0;
    display: block;
    position: relative;
}

.batsu {
    position: absolute;
    right: 0;
    top: 0;
    width: 7.2vw;
    height: 7.3vw;
}

.batsu i {
    color: #fff;
}

.caution_text {
    background: #21242b;
    width: 100%;
    max-width: 1000px;
    margin: 5px auto 30px;
    color: white;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px 2.5vw 30px;
    cursor: default;
    font-size: 12px;
    /*
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  */
}

.caution_text h2 {
    font-size: 22px;
    padding: 15px 0 0;
    font-weight: bold;
    text-align: center;
}

.caution_text h3 {
    font-size: 14px;
    margin: 15px auto 5px;
    font-weight: bold;
}

.caution_text a {
    color: white;
}

.caution_text p {
    padding-left: 1em;
}

.PtDot {
    margin-bottom: 1em;
}

.caution_text ul li ul {
    display: table;
}

.caution_text .PtDot li {
    text-indent: -1em;
    padding-left: 2em;
}

.caution_text .PtParen h3 {
    font-size: 100%;
}

.caution_text .PtDot .PtParen li {
    text-indent: -1em;
    padding-left: 1em;
}

.caution_text ul li.article2 {
    text-indent: 0em;
    padding-left: 3em;
}

.caution_text .article9 .PtParen li {
    text-indent: 0;
    padding-left: 0;
}

.caution_text ul li ul li span:first-child {
    width: 36px;
}

.caution_text ul li ul li span {
    display: table-cell;
    text-indent: 0;
    padding-left: 0;
}

.caution_text .SupplementaryProvision {
    margin-top: 2em;
    font-size: 11px;
}


/* mushokutensei_about */

#mushokutensei_about {
    position: relative;
    display: block;
    width: 100%;
    height: 100vw;
    z-index: 2000;
    background-image: url("../img/pc_05_mt_intro_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.mushokutensei_official_banner {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 65vw;
}


/* footer */

.footer {
    position: relative;
    background: #000;
    display: block;
    width: 100%;
    padding-top: 0;
    height: 52vw;
    z-index: 500;
}

.absolute {
    position: absolute !important;
    bottom: 10px !important;
}

.pcMenu {
    margin-bottom: 6vw;
}

.pcMenu .f_navi {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw 4vw;
    position: relative;
    width: 59%;
    height: 9vw;
    margin: 0 auto;
    top: 4vw;
    background: url("../img/sp/sp_05_mt_footer_menu.png") no-repeat center;
    background-size: contain;
}

.pcMenu .f_navi li:first-child {
    width: 9.5vw;
}

.pcMenu .f_navi li:nth-child(2) {
    width: 13vw;
}

.pcMenu .f_navi li:nth-child(3) {
    width: 18.8vw;
}

.pcMenu .f_navi li:nth-child(4) {
    width: 21vw;
}

.pcMenu .f_navi li:nth-child(5) {
    width: 15.5vw;
}

.pcMenu .f_navi li:nth-child(6) {
    width: 14.5vw;
}

.pcMenu li.nav_item a {
    width: 100%;
    height: 100%;
    display: block;
}

.pcMenu li.nav_item a {
    width: 100%;
    height: 100%;
    display: block;
}

.copyRight_aso {}

.copyRight_aso p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#dl_btn_footer {
    position: relative;
    width: 100%;
    z-index: 12;
}

.dl_footer_btn {
    display: flex;
    width: 80%;
    margin: 0 auto 30px;
    gap: 20px;
}

/* topButton
-------------------------------------------------- */

.topButton {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 1000;
}

.topButton a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #2e2e2e;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 60px;
    cursor: pointer;
}

.topButton a .fa,
.fa-lg {
    line-height: 60px !important;
}

.campaign_banner {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 3001;
}

.campaign_banner a {
    display: block;
    width: 23vw;
    height: 23vw;
}

.campaign_banner_sp {
    position: absolute;
    top: 64vw;
    right: 2vw;
    z-index: 1000;
}

.campaign_banner_sp a {
    display: block;
    width: 23vw;
    height: 23vw;
}


/* CSS Document */


/* PC  724px ～
------------------------------------------------------------------------- */

@media screen and (min-width:724px) {
    .campaign_banner {
        display: block;
    }

    .campaign_banner_sp {
        display: none;
    }

    /* top */


    /* #mainMenu  724px */
    #mainMenu {
        position: absolute;
        width: 100%;
        height: 9vw;
        max-height: 200px;
        display: block;
        z-index: 3000;
    }

    #mainMenu.m-fixed {
        width: 100%;
    }

    #mainMenu ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 702px;
        margin: 0 auto;
        padding: 0;
    }

    #mainMenu ul li {
        margin-right: 0;
    }

    #mainMenu ul li:first-child {
        width: 191px;
    }

    #mainMenu ul li:nth-child(2) {
        width: 250px;
    }

    #mainMenu ul li:last-child {
        width: 189px;
    }

    /* download_btn  724px */
    #dl_btn {
        padding-top: 90%;
        background-size: cover;
    }

    .announcement_wrap {
        top: 28vw;
    }

    .dl_btn_contents {
        top: 12vw;
    }

    .drp_play {
        position: relative;
        width: 59.6%;
        margin: 0 auto 2.3vw;
    }

    #dl_btn ul {
        display: flex;
    }

    .dl_icon {
        max-width: 82px;
        width: 8.3vw;
        left: 17.5%;
    }

    .app_btn {
        width: 23.2vw;
        max-width: 231px;
        left: 26.8vw;
    }

    .google_btn {
        width: 29.3vw;
        max-width: 287px;
        left: 51.2vw;
    }

    .drp_toha {
        position: absolute;
        display: block;
        width: 64vw;
        max-width: 560px;
        top: 19vw;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* #chara  724px */
    #chara {
        padding-top: 20px;
        height: 197vw;
    }

    .chara_inner {
        padding-top: 40px;
    }

    .charaBg {
        width: 90%;
        margin: 0 auto;
    }

    .charaContents {
        width: 100%;
        margin: 0 auto;
    }

    .chara_title {
        position: relative;
        width: 739px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .chara_title::after {
        width: 739px;
        background: url("../img/pc_02_mt_chara_title.png") no-repeat;
        background-size: contain;
        padding-top: 128px;
    }

    .chara_evo_menu ul {
        gap: 10px
    }

    .chara_evo_menu ul li {
        max-width: 220px;
    }

    /* dungeon  737px */
    #dungeon {}

    .dungeon_title {
        width: 100%;
        max-width: 672px;
        padding-top: 0;
    }

    .dungeon_title::after {
        background-size: contain;
        width: 672px;
        height: auto;
        padding-top: 100px;
        display: block;
    }

    .dungeon_explain {
        width: 672px;
        height: auto;
        margin-bottom: 70px;
    }

    .dungeon_text::after {
        width: 65%;
        padding-top: 12.5vw;
    }

    .dungeon_contents {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .special_dungeon_chara {}

    .challenge_dungeon_chara {
        height: 83vw;

    }

    .dungeon_contents .battleMov {}

    .dungeon_contents .battleMov2 {
        left: 0;
        top: 12vw;

    }

    .voice {
        padding: 65px;
    }




    /* campaign  737px */
    #campaign {}

    .campaign_title {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .campaign_title::after {
        background: url("../img/pc_04_titan_cp_title.png") no-repeat;
        background-size: contain;
        width: 88%;
        height: auto;
        padding-top: 12.9vw;
        display: block;
    }

    #campaign {}

    .campaign_title {
        width: 757px;
    }

    .campaign_inner {
        padding-top: 20px;
    }

    .campaign_title::after {
        width: 757px;
        height: auto;
        padding-top: 180px;
    }

    .cp_box {
        width: 100%;
        overflow: hidden;
    }

    .cp01 {
        position: relative;
    }

    .cp01 img {
        position: relative;
        z-index: 501;
    }

    /* .cp01::after{
            content: "";
            display: block;
            background: #000;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 25%;
            z-index: 500;
        } */
    .cp_follow_btn {
        width: 34%;
        position: absolute;
        top: 68.5vw;
        left: 33%
    }

    .cp01 .cp_btn {
        position: absolute;
        top: 86vw;
        left: 30%;
    }

    .cp01 .cp_btn li:first-child {
        width: 40vw;
        margin-bottom: 15px;
    }

    .cp01 .cp_btn li:last-child {
        width: 16vw;
        margin: 0 auto;
    }

    .cp02 {
        position: relative;
        padding-bottom: 20vw;
    }

    .cp02 .cp_btn {
        position: absolute;
        top: 86vw;
        left: 30%;
    }

    .cp02 .cp_btn li:first-child {
        width: 40vw;
        margin-bottom: 15px;
    }

    .cp02 .cp_btn li:last-child {
        width: 16vw;
        margin: 0 auto;
    }

    #mushokutensei_about {
        max-width: 1920px;
        height: 1000px;
        margin: 0 auto;
    }

    /* footer  737px */
    .pcMenu {
        margin-bottom: 20px;
    }

    .pcMenu .f_navi {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        width: 85%;
        height: 6.4vw;
        margin: 0 auto;
        top: 4vw;
        background: url("../img/footer_menu.png") no-repeat;
        background-size: contain;
    }

    .pcMenu .f_navi li {
        margin-left: 0;
        height: 3.2vw;
    }

    .pcMenu .f_navi li:first-child {
        width: 7vw;
    }

    .pcMenu .f_navi li:nth-child(2) {
        width: 9vw;
    }

    .pcMenu .f_navi li:nth-child(3) {
        width: 13vw;
    }

    .pcMenu .f_navi li:nth-child(4) {
        width: 16vw;
    }

    .pcMenu .f_navi li:nth-child(5) {
        width: 12vw;
    }

    .pcMenu .f_navi li:nth-child(6) {
        width: 10.5vw;
    }

    .f_navi {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        width: 69%;
        margin: 0 auto;
        top: 3.5vw;
    }

    .pcMenu .f_navi {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        width: 88%;
        height: 6vw;
        margin: 0 auto;
        top: 3vw;
        background: url("../img/pc_05_mt_footer_menu.png") no-repeat;
        background-size: contain;
    }

    .mushokutensei_official_banner {
        position: absolute;
        top: 86.5%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 650px;
        box-sizing: border-box;
    }

    .footer {
        position: relative;
        background: #000;
        width: 100%;
        height: 37vw;
    }

    .copyRight_aso {}

    .copyRight_aso p {
        font-size: 14px;
    }

    /* modal */
    .batsu_wrap {
        max-width: 1000px;
        width: 100%;
        height: 7.3vw;
        top: 0;
        left: 0;
        right: 0;
        margin: 50px auto 0;
        display: block;
        position: relative;
    }

    .batsu {
        position: absolute;
        right: 0;
        top: 0;
        width: 7.2vw;
        height: 7.3vw;
    }

    /* topButton
-------------------------------------------------- */
    .topButton a {
        /* line-height: 66px; */
    }
}




/* PC 最大  1000px～
------------------------------------------------------------------------- */

@media screen and (min-width:1000px) {
    #contents_wrap::before {}

    /* mainMenu */
    #mainMenu {
        height: 86px;
    }

    #mainMenu.m-fixed {
        width: 100%;
        height: 90px;
        padding-top: 0;
        margin-top: 0;
    }

    #mainMenu ul {
        /* height: 39px;
        margin: 0 auto;
        padding-top: 20px; */
    }

    #mainMenu ul li {
        margin-right: 0;
    }

    #mainMenu ul li:first-child {
        width: 191px;
    }

    #mainMenu ul li:nth-child(2) {
        width: 250px;
    }

    #mainMenu ul li:last-child {
        width: 189px;
    }

    /* download 1000px */
    .dl_icon {
        width: 82px;
        left: 168px;
    }

    .app_btn {
        width: 229px;
        left: 271px;
    }

    .google_btn {
        width: 285px;
        left: 518px;
    }

    .dl_btn_contents {
        top: 143px;
    }

    .drp_toha {
        width: 650px;
        max-width: 650px;
        top: 190px;
        margin: 0 auto;
    }

    #dl_btn {
        padding-top: 920px;
        width: 960px;
        margin: 0 auto;
    }

    .drp_play {
        width: 526px;
        margin: 0 auto 24px;
    }

    .announcement_wrap {
        top: 290px;
    }

    #dl_btn_footer {
        position: relative;
        width: 100%;
        z-index: 12;
    }

    .dl_footer_btn {
        display: flex;
        width: 650px;
        margin: 0 auto 30px;
        gap: 20px;
    }

    /* character 1000px */

    #chara {
        padding-top: 20px;
        height: 1790px;
    }

    .chara_title {
        position: relative;
        width: 739px;
    }

    .chara_title::after {
        width: 739px;
        margin: 0 auto;
        height: auto;
        padding-top: 120px;
    }

    .charaBg {
        width: 800px;
        margin: 0 auto 40px;
    }

    .chara_evo_bg {
        position: relative;
        z-index: 500;
        padding-bottom: 80px;
    }

    /* .chara_evo_bg::after{
        content: "";
        display: block;
        background: #000;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50%;
    } */
    .chara_evo {
        width: 720px;
        margin: 0 auto;
        position: relative;
        z-index: 501;
        margin-bottom: 20px;
    }

    .chara_evo_menu {
        position: relative;
        z-index: 501;
    }

    .chara_evo_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 680px;
        margin: 0 auto;
    }

    .chara_evo_menu ul li {
        width: 220px;
    }

    .chara_evo_menu ul li button {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .iziModal figure img {
        width: 80%;
    }

    /* dungeon  1000px */
    #dungeon {
        padding-top: 40px;
        background: url(../img/pc_03_mt_dungeon_bg_01.jpg) bottom no-repeat;
    }

    .dungeon_inner {
        padding-top: 20px;
    }

    .dungeon_contents .battleMov {
        width: 298px;
        height: 530px;
        right: 0;
        top: -47px;
    }

    .dungeon_contents .battleMov2 {
        width: 298px;
        height: 530px;
        left: 0;
        top: 27px;
    }

    .dungeon_title {
        position: relative;
        width: 672px;
    }

    .dungeon_title::after {
        width: 672px;
        height: auto;
        padding-top: 110px;
    }

    .dungeon_text::after {
        width: 510px;
        padding-top: 90px;
    }

    .dungeon_contents {
        position: relative;
        width: 100%;
        height: 665px;
    }

    .dungeon_contents+.dungeon_contents {
        height: 680px;
    }

    .special_dungeon_chara {
        width: 702px;
        height: 595px;
        margin: 0 auto;
    }

    .challenge_dungeon_chara {
        width: 800px;
        height: 660px;
        margin: 0 auto;
    }

    .voice {
        padding-top: 70px;
        background: url(../img/pc_03_mt_dungeon_bg_02.jpg) top no-repeat;
        background-size: cover;
    }

    .voice_explain {
        max-width: 740px;
        height: auto;
        margin-bottom: 10px;
    }

    .voice_box {
        max-width: 740px;
        margin: 0 auto 30px;
        position: relative;
    }

    .voice01 {
        position: absolute;
        top: 50%;
        left: 40px;
        width: 223px;
        height: 60px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);

    }

    .voice02 {
        position: absolute;
        top: 50%;
        right: 40px;
        width: 223px;
        height: 60px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);

    }


    /* campaign  1000px */
    #campaign {}

    /* #campaign::before {
        content: "";
        display: block;
        padding-top: 440%;
    } */
    .campaign_title {
        width: 757px;
    }

    .campaign_inner {
        padding-top: 20px;
        height: 100%;
    }

    .campaign_title::after {
        width: 757px;
        height: auto;
        padding-top: 180px;
    }

    .cp_box {
        width: 1434px;
        margin: 0 auto;
    }

    .cp01 {
        position: relative;
        padding-bottom: 320px;
    }

    .cp01 img {
        position: relative;
        z-index: 501;
    }

    /* .cp01::after{
        content: "";
        display: block;
        background: #000;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25%;
        z-index: 500;
    } */
    .cp_follow_btn {
        width: 34%;
        position: absolute;
        top: 64%;
        left: 33%
    }

    .cp01 .cp_btn {
        position: absolute;
        top: 79%;
        left: 30%;
    }

    .cp01 .cp_btn li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .cp01 .cp_btn li:last-child {
        width: 39%;
        margin: 0 auto;
    }

    .cp02 {
        position: relative;
        padding-bottom: 260px;
    }

    .cp02 .cp_btn {
        position: absolute;
        top: 80%;
        left: 30%;
    }

    .cp02 .cp_btn li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .cp02 .cp_btn li:last-child {
        width: 39%;
        margin: 0 auto;
    }


    .footer {
        height: auto;
        padding-bottom: 80px;
    }

    .pcMenu .f_navi {
        width: 720px;
        top: 34px;
        height: 65px;
    }

    .pcMenu .f_navi li {
        height: 32px;
    }

    .pcMenu .f_navi li:first-child {
        width: 60px;
    }

    .pcMenu .f_navi li:nth-child(2) {
        width: 85px;
    }

    .pcMenu .f_navi li:nth-child(3) {
        width: 117px;
    }

    .pcMenu .f_navi li:nth-child(4) {
        width: 135px;
    }

    .pcMenu .f_navi li:nth-child(5) {
        width: 103px;
    }

    .pcMenu .f_navi li:nth-child(6) {
        width: 92px;
    }

    .copyRight_aso {}

    .copyRight_aso p {
        font-size: 20px;
    }

    .campaign_banner {
        display: block;
    }

    .campaign_banner a {
        display: block;
        width: 230px;
        height: 230px;
    }

    /* modal */
    .batsu_wrap {
        max-width: 1000px;
        width: 100%;
        height: 73px;
        margin: 50px auto 0;
        display: block;
        position: relative;
    }

    .batsu {
        position: absolute;
        right: 0;
        top: 0;
        width: 72px;
        height: 73px;
    }
}

@media screen and (max-width:1434px) and (min-width: 724px) {

    .cp_box {
        width: 100%;

    }

    .cp_follow_btn {
        top: 68.7vw;
    }

    .cp01 {
        padding-bottom: 20vw;
    }

    .cp01 .cp_btn {
        top: 76vw;
    }

    .cp01 .cp_btn li:first-child {
        width: 40vw;
    }

    .cp01 .cp_btn li:last-child {
        width: 16vw;
        margin: 0 auto;
    }

    .cp02 {
        padding-bottom: 15vw;
    }

    .cp02 .cp_btn {
        top: 59vw;
    }

    .cp02 .cp_btn li:first-child {
        width: 40vw;
    }

    .cp02 .cp_btn li:last-child {
        width: 16vw;
        margin: 0 auto;
    }
}

*/ .fadeIn.AnimScroll {
    opacity: 1;
    transform: translate(0, 0);
    transition-duration: 0.6s;
    transition-delay: 0.4s;
}