/* start top */
.c-toolbar .box .sns .facebook {
    position: relative;
    top: 4px;
}
.o-header__menu--bottom {
    top: 400px;
}
.open-now__flex--left p {
    font-size: 1.4rem;
}
.open-now__flex--center {
    background-color: #000;
    border-radius: 10px;
    padding: 1em;
    width: 300px;
}
.open-now__flex--center p {
    font-size: 1.4rem;
}
.open-now__flex--right p {
    font-size: 1.4rem;
}
/* fin top */

/* start nav */
.o-nav__button--mirage {
    background-image: url(../img/mirage/common/tab-mirage_off.png);
}
.o-nav__button--mirage.active {
    height: 59px;
    background-image: url(../img/mirage/common/tab-mirage_on.png);
}
/* fin nav */

/* start mirage-tower-ye */
body.mirage {
    background-image: url(../img/header/bg-head_mirage.png),url(../img/mirage/common/bg-mirage.png);
    background-position: center 80px,center top;
    background-size: auto,auto;
    background-repeat: repeat-x,repeat;
}
/* ABOUT */
.mirage-about__text {
    line-height: 1.8;
}
.mirage-about__caution {
    list-style: none;
    margin-top: 20px;
    background-color: rgba(255,255,255,.2);
    border-radius: 1em;
    padding: 1em;
}
.mirage-about__caution li {
    font-size: 1.4rem;
    padding-left: 1.5em;
    font-weight: normal;
    background-image: url(../img/mirage/about/icon.png);
    background-size: 14px 14px;
    background-position: left top 3px;
    background-repeat: no-repeat;
}
.mirage-about__caution li.span {
    background: none;
    font-size: 1.2rem;
    padding-left: 1.5em;
    text-indent: -1.2em;
    color: #fff;
}
.mirage-about__caution li+li {
    margin-top: 10px;
}
/* HOWTO */
.mirage-how-to-play p {
    line-height: 2;
}
.mirage-howto__block+.mirage-howto__block {
    margin-top: 50px;
}
.mirage-howto__title {
    text-align: center;
    margin-bottom: 30px;
}
.mirage-howto__yellow-title {
    font-size: 2.4rem;
    font-family: Yu Mincho, '游明朝', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-weight: bold;
    color: #fdef7b;
    margin-bottom: 1em;
}
.mirage-howto__table table {
    width: 100%;
    text-align: center;
    border: 1px solid #830b0b;
    color: #fff;
}
.mirage-howto__table th {
    font-weight: normal;
    vertical-align: middle;
    padding: .5em;
    border: 1px solid #830b0b;
    background-color: #5b0000;
}
.mirage-howto__table th.top-head {
    background-color: #390606;
}
.mirage-howto__table td {
    font-weight: normal;
    vertical-align: middle;
    padding: .5em;
    border: 1px solid #830b0b;
    text-align: left;
}
.mirage-howto__table span {
    font-size: 1.2rem;
}
.tiamato-how-to-play__flex--left .text-mirage {
}
.tiamato-how-to-play__flex--right {
    width: 50%;
}
.mirage-howto__banner {
    display: block;
    text-align: center;
}
.mirage-howto__mini-title {
    text-align: center;
    margin-bottom: 20px;
}
.tiamato-how-to-play__flex .mirage-box {
    width: 48%;
}
.tiamato-how-to-play__flex .mirage-box p {
    max-width: 350px;
    margin: 10px auto 0;
    font-size: 1.3rem;
}
.mirage-howto__caution {
    list-style: none;
    margin-top: 20px;
    background-color: rgba(255,255,255,.2);
    border-radius: 1em;
    padding: 1em;

}
.mirage-howto__caution li {
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
}
.mirage-howto__caution li+li {
    margin-top: 5px;
}
.mirage-howto__rute {
    margin-top: 20px;
}
.mirage-howto__list {
    margin-top: 30px;
}
.mirage-howto__link-btn {
    display: block;
    margin-top: 30px;
    text-align: center;
}
/* NPC */
.mirage-npc {
    margin-bottom: 50px;
}
.mirage-npc+.mirage-npc {
    margin-bottom: 200px;
}
.tiamato-npc__item {
    padding: .5em;
}
.tiamato-npc__item--mirage {
    background-color: rgba(255,0,0,0.26);
}
.mirage-data__text {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
}
.mirage-data__text a {
    color: #ffe400;
}
.mirage-data__block+.mirage-data__block {
    margin-top: 40px;
}
.mirage-data__title {
    font-size: 2.4rem;
    font-family: Yu Mincho, '游明朝', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-weight: bold;
    color: #fdef7b;
    margin-bottom: 1em;
    text-align: center;
}
.mirage-data__list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.mirage-data__item {
    margin: 0 30px;
}
.mirage-data__item .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 3px solid #000;
    box-shadow: 0 0 10px rgba(203,35,35,1);
}
.mirage-data__item h5 {
    font-size: 1.3rem;
    margin-top: 1em;
    text-align: center;
}
.mirage-data__table table {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #830b0b;
    color: #fff;
}
.mirage-data__table th {
    text-align: left;
    padding: 0.5em;
    background-color: #390606;
}
.mirage-data__table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1em;
    border: 1px solid #830b0b;
}
.mirage-data__table td:nth-child(odd) {
    background-color: #000;
}
.mirage-data__table td:nth-child(even) {
    background-color: #5b0000;
}
.mirage-data__table td:first-child {
    background-color: #fff;
}
/* fin mirage-tower-ye */

/* start battle-colosseum-ye */
body.mirage {
    background-image: url(../img/header/bg-head_battle-colosseum-ye.png),url(../img/battle-colosseum-ye/common/bg-battle-colosseum-ye.png);
    background-position: center 80px,center top;
    background-size: auto,auto;
    background-repeat: repeat-x,repeat;
}
.o-nav__button--battle-colosseum-ye--01 {
    width: 210px;
    background-image: url(../img/battle-colosseum-ye/common/01_off.png);
}
.o-nav__button--battle-colosseum-ye--01.active {
    height: 59px;
    background-image: url(../img/battle-colosseum-ye/common/01_on.png);
}
.o-nav__button--battle-colosseum-ye--02 {
    width: 210px;
    background-image: url(../img/battle-colosseum-ye/common/02_off.png);
}
.o-nav__button--battle-colosseum-ye--02.active {
    height: 59px;
    background-image: url(../img/battle-colosseum-ye/common/02_on.png);
}
.o-nav__button--battle-colosseum-ye--03 {
    width: 210px;
    background-image: url(../img/battle-colosseum-ye/common/03_off.png);
}
.o-nav__button--battle-colosseum-ye--03.active {
    height: 59px;
    background-image: url(../img/battle-colosseum-ye/common/03_on.png);
}
.o-nav__button--battle-colosseum-ye--04 {
    width: 210px;
    background-image: url(../img/battle-colosseum-ye/common/04_off.png);
}
.o-nav__button--battle-colosseum-ye--04.active {
    height: 59px;
    background-image: url(../img/battle-colosseum-ye/common/04_on.png);
}
/* ABOUT */
.battle-colosseum-ye__buttons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}
.battle-colosseum-ye__buttons a {
    width: 46%;
}
.battle-colosseum-ye__caution {
    margin-top: 60px;
}
.battle-colosseum-ye__caution ul {
    list-style: none;
    margin-top: 25px;
}
.battle-colosseum-ye__caution ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
}
.battle-colosseum-ye__caution ul li.last {
    padding-left: 0;
    text-indent: 0;
}
.battle-colosseum-ye__caution ul li+li {
    margin-top: 30px;
}
.battle-colosseum-ye__caution ul li span {
    color: #ff5a5a;
}

/* HOW TO PLAY */
.battle-colosseum-ye__yellow-title {
    font-size: 1.8rem;
    font-family: Yu Mincho, '游明朝', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-weight: bold;
    color: #fdef7b;
    margin-bottom: 5px;
}
.battle-colosseum-ye__title-span {
    font-size: 2.0rem;
}
.battle-colosseum-ye__red-text {
    color: #ff5a5a;
    margin-top: 1em;
}
.link-green {
    color: #abe918;
}
.link-green:hover {
    cursor: pointer;
}
.battle-colosseum-ye__red-image {
    text-align: center;
    margin-top: 1em;
}
.battle-colosseum-ye__btn-flex {
    align-items: center;
}
.battle-colosseum-ye__caution--02 {
    margin-top: 20px;
}
.battle-colosseum-ye__caution--02 ul {
    list-style: none;
    margin-top: 25px;
}
.battle-colosseum-ye__caution--02 ul li {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 1.4rem;
}
.battle-colosseum-ye__caution--02 ul li+li {
    margin-top: 15px;
}
.battle-colosseum-ye__caution--02 ul li span {
    color: #ff5a5a;
}
/* NPC */
.tiamato-npc__item--battle-colosseum-ye {
    background-color: rgba(9,171,0,.35);
    margin: 0 5px 15px;
}
.tiamato-npc__item--battle-colosseum-ye--dammy {
    background-color: transparent;
}
.tiamato-npc__sentence--min {
    font-size: 1.1rem;
}
.battle-colosseum-ye__map {
    margin-top: 80px;
}
.battle-colosseum-ye__text {
    text-align: center;
    padding: 1em 0;
    background-color: rgba(9,171,0,.35);
    border-radius: 10px;
    font-size: 1.3rem;
    margin-top: 1em;
}
/* Custom Skill */
.battle-colosseum-ye__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.battle-colosseum-ye__list::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}
.battle-colosseum-ye__list::after {
    content: "";
    display: block;
    width: 24%;
}
.battle-colosseum-ye__list li {
    width: 24%;
    height: 50px;
    margin-bottom: 12px;
    text-align: center;

}
.battle-colosseum-ye__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    background-color: rgba(9,171,0,.35);
    border-radius: 10px;
    font-family:"\6E38\30B4\30B7\30C3\30AF",YuGothic,"\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",sans-serif;
}
.battle-colosseum-ye__list--fixed {
    background-color: rgba(8,8,8,0.8);
    position: fixed;
    top: 0;
    left: 0;
    max-width: 260px;
    padding: 15px 5px 5px;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.battle-colosseum-ye__list--fixed li {
    width: 48%;
    font-size: 1.3rem;
    pointer-events: none;
}
.battle-colosseum-ye__list--fixed.fixed {
    opacity: 1;
}
.battle-colosseum-ye__list--fixed.fixed li {
    pointer-events: all;
}
.battle-colosseum-ye__block {
    margin-top: 30px;
}
.battle-colosseum-ye__block+.battle-colosseum-ye__block {
    margin-top: 60px;
}
.battle-colosseum-ye__block h4 {
    margin-bottom: 1em;
}
.battle-colosseum-ye__table {
    border: 1px solid #077500;
}
.battle-colosseum-ye__table table {
    /* table-layout: fixed; */
}
.battle-colosseum-ye__table+.battle-colosseum-ye__table {
    margin-top: 20px;
}
.battle-colosseum-ye__table th {
    border: 1px solid #077500;
    background-color: #043f00;
}
.battle-colosseum-ye__table th.title {
    background-color: #022500;
    text-align: left;
    font-weight: bold
}
.battle-colosseum-ye__table th.skill {
    background-color: rgb(28, 71, 25);
    text-align: left;
}
.battle-colosseum-ye__table td {
    border: 1px solid #077500;
    background-color: #000;
    text-align: center;
}
.battle-colosseum-ye__table-text {
    text-align: center;
}
/* fin battle-colosseum-ye */




@media only screen and (max-width: 599px) {
    /* start top */
    .open-now__flex--center {
        margin-bottom: 2em;
    }
    /* fin top */

    /* start mirage-tower-ye */
    .mirage-data__list {
        flex-direction: column;
        align-items: center;
    }
    .mirage-data__item {
        margin: 0;
    }
    .mirage-data__item+.mirage-data__item {
        margin-top: 15px;
    }
    .mirage-data__table {
        overflow: auto;
        white-space: nowrap;
    }
    .tiamato-how-to-play__flex--right {
        width: 100%;
    }
    .tiamato-how-to-play__flex .mirage-box {
        width: 100%;
    }
    .mirage-howto__table span {
        display: block;
    }
    .mirage-box+.mirage-box {
        margin-top: 20px;
    }
    .tiamato-how-to-play__flex .mirage-box p {
        max-width: 100%;
    }
    .mirage-data__table table {
        font-size: 1.4rem;
    }
    .mirage-data__table td:first-child {
        min-width: 100px;
    }
    /* fin mirage-tower-ye */

    /* start battle-colosseum-ye */
    /* NPC */
    .tiamato-npc__item--battle-colosseum-ye--dammy {
        display: none;
    }
    .battle-colosseum-ye__map {
        margin-top: 40px;
    }
    /* Skill */
    .battle-colosseum-ye__list.fixed {
        background-color: transparent;
        position: static;
        top: 0;
        left: 0;
        max-width: 100%;
        padding: 0;
    }
    .battle-colosseum-ye__list li {
        width: 48%;
        margin-bottom: 10px;
    }
    .battle-colosseum-ye__list.fixed li {
        font-size: 1.4rem;
    }
    .battle-colosseum-ye__table {
        overflow: auto;
        white-space: nowrap;
    }
    /* fin battle-colosseum-ye */
}
