@charset "utf-8";
/****** 問い合せ ******/
/* 基本設定 */
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img{margin:0; padding:0;border:none;}
h1, h2, h2, h3, h5, h6{font-size:100%;font-weight:normal;} 
img{margin:0;padding:0;vertical-align:text-bottom;}
a{
    color:#00e2ff;
    text-decoration:none;
}
.cateBox .cateTextArea a, .cateMiniBox .cateTextArea a{color:#37b8f4}
a img{border:none;}
body{font:15px/1.231 'Hiragino Kaku Gothic Pro','Lucida Grande', Verdana, Arial, Meiryo, メイリオ, sans-serif;-webkit-text-size-adjust:none;background-color:#fff;}
body{
    min-width: 360px;
    background: #f4f4f4;
}
input[type="submit"]{-webkit-appearance: none;}
li{
    list-style:none;
}
path  {
    fill: #fff;
}
/* font */
@font-face{
    font-family: 'base-font';
    src: url(../fonts/Mplus2-ExtraBold.ttf);
}
@font-face{
    font-family: 'Anton-font';
    src: url(../fonts/Anton-Regular.ttf);
}
/* 優勝者 */
.champFrameSVG,
.champFrameFinishSVG,
.champFrameFinishChampionSVG,
.player .cateChamp dt:before,
.player .cateChamp dt:after {
    mask-position: 0 0;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.champFrameSVG {
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    padding: 48% 0;
    background: #fbff00;
    background-image: linear-gradient(255deg, #d79300 0%, #fcd344 45%, #fff2bd 50%,#f4da00 55%, #f8b500 100%);
    mask-image: url(../img/common/champ_frame.svg);
    -webkit-mask-image: url(../img/common/champ_frame.svg);
}
.champFrameFinishSVG {
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    padding: 44% 0;
    background: #fbff00;
    background-image: linear-gradient(255deg, #d79300 0%, #fcd344 45%, #fff2bd 50%,#f4da00 55%, #f8b500 100%);
    mask-image: url(../img/common/champ_frame_finish.svg);
    -webkit-mask-image: url(../img/common/champ_frame_finish.svg);
}
.champFrameFinishChampionSVG {
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    padding: 43% 0;
    background: #fbff00;
    background-image: linear-gradient(255deg, #d79300 0%, #fcd344 45%, #fff2bd 50%,#f4da00 55%, #f8b500 100%);
    mask-image: url(../img/common/champ_frame_finish_champion.svg);
    -webkit-mask-image: url(../img/common/champ_frame_finish_champion.svg);
}
.player.flexBox{
    justify-content: center;
}
.player .cateChamp {
    width: 40%;
    max-width: 560px;
    padding-bottom: 8%;
    position: relative;
    font-family: base-font;
    font-weight: 900;
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,.3));
}
.player .cateChamp dt{
    color: #144ad9;
    text-align: center;
    padding: 24% 0 14%;
    font-size: 3.4vw;
}
.player .cateChamp dt:before,
.player .cateChamp dt:after {
    content: "";
    width: 8%;
    padding-bottom: 8%;
    display: inline-block;
    margin-bottom: -3%;
    background: #1c47d4;
    mask-image: url(../img/common/champ_deco_l.svg);
    -webkit-mask-image: url(../img/common/champ_deco_l.svg);
}
.player .cateChamp dt:after {
    mask-image: url(../img/common/champ_deco_r.svg);
    -webkit-mask-image: url(../img/common/champ_deco_r.svg);
}
.player .cateChamp dd{
    font-size: 3vw;
    color: #fff;
    text-align: center;
}
.player .cateChamp.cateFinish{
    margin: 0 auto 4%;
}
.player .cateChamp.cateFinish dt {
    color: #144ad9;
    padding: 23% 0 15%;
    font-size: 2.8vw;
}
@media screen and (min-width:1400px) {
    .player .cateChamp dt,
    .player .cateChamp.cateFinish dt {
        color: #144ad9;
        text-align: center;
        padding: 137px 0 80px;
        font-size: 44px;
    }
    .player .cateChamp dd,
    .player .cateChamp.cateFinish dd {
        font-size: 34px;
    }
    .player .cateChamp.cateFinish dt {
        padding: 110px 0 80px;
        font-size: 36px;
    }
}/*media screen*/
/* button */
.btnBox {
    margin: auto;
    background: #000;
    display: inline-block;
}
.btnBox a {
    margin: auto;
    cursor: pointer;
}
.btnBox span {
    margin: auto;
}
.btnBox.btnBase {
    width: 80%;
    max-width: 320px;
    background: initial;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: initial;
    position: relative;
}
.btnBox.btnBase a,
.btnBox.btnBase span {
    display: block;
    color: #000;
    padding: 2%; 
    position: relative;
}
.btnBox.btnBase a:before,
.btnBox.btnBase span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-10deg);
}
.btnBox.btnBase a:before {
    background: #e9ff43;
    transition: .3s;
}
.btnBox.btnBase a:hover:before {
    transform: skewX(0deg);
}
.btnBox.btnBase span:before {
    background: #6c6c6c;
}
.btnBox.btnL {
    clip-path: polygon(96% 0%, 94% 16%, 100% 0%, 100% 100%, 4% 100%, 6% 84%, 0% 100%, 0% 0%);
}
.btnBox.btnL a,
.btnBox.btnL span {
    display: block;
    color: #000;
    padding: 2% 4%;
}
/******* page_top *******/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: rgb(177 177 177 / 60%);
    border-radius: 0;
    right: 16px;
    z-index: 10000;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    content: '▲';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transform: scale(1, .6);
}
/******* nav *******/
.navbar-header h1 {
    position: relative;
    z-index: 1;
    width: 100%;
}
.navbar-header h1 a {
    position: relative;
}
.navbar-header h1 img {
    max-width: 200px;
    width: 100%!important;
}
.dropdown-menu > li.tsuyodora > a:hover,
.dropdown-menu > li.tsuyodora > a:focus {
    color: #00caff;
}
.dropdown-menu > li.umadora > a:hover,
.dropdown-menu > li.umadora > a:focus {
    color: #ec0000;
}
.dropdown-menu > li.online > a:hover,
.dropdown-menu > li.online > a:focus {
    color: #eb7501;
}
.dropdown-menu > li.battleroyal > a:hover,
.dropdown-menu > li.battleroyal > a:focus {
    color: #00f50d;
}
.dropdown-menu > li.tokyo > a:hover,
.dropdown-menu > li.tokyo > a:focus {
    color: #ff0000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-right li:hover {
    transition: 0.2s;
}
.navbar-default .navbar-nav > li > a {
    color: #878787!important;
    transition: .2s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e9ff43!important;
}

/* loading */
#loader-bg {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 20000;
    background-image: linear-gradient(135deg, #0453e3 0%, #1026be 100%);
    background-position: center;
}
#loader {
    display:none;
    width: 85%;
    max-width: 850px;
    height:850px !important;
    margin:auto;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:2;
}
#loader img {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}

/* page_top */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: rgb(177 177 177 / 60%);
    border-radius: 0;
    right: 16px;
    z-index: 10000;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    content: '▲';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transform: scale(1, .6);
}
/* common */
.mgnTop4{margin-top: 4%;}
.mgnTopBtm2p{margin-top: 2%;}
.textalignCenter{
    text-align: center!important;
}
.posiRelative{
    position: relative;
}
.flexBox{
    display: flex;
    flex-wrap: wrap;
}
.catewrap {
    width: 98%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.memo{
    font-size: 14px;
}

/* battle-color */
.main {
    width: 100%;
    position: relative;
    z-index: 50;
    overflow: hidden;
    padding: 216px 0 60px;
}
.udeoffBG{
    background-image: linear-gradient(135deg, #0453e3 0%, #1026be 100%);
}
.udeoffOrangeBG{
    background-image: linear-gradient(135deg, #ff5f02 10%, #ffc107 50%, #ff5f02 90%);
}
.udeoneBG {
    background-image: linear-gradient(135deg, #edecfc 0%, #d4d5e6 100%);
}
.udeoneTonamelBG{
    background: #f4005f;
    background: linear-gradient(135deg, #f10134, #f5006e);
}

/****** bgEffect ******/
.bgEffectLeft:before,
.bgEffectLeft_blue:before,
.bgEffectLeft_red:before,
.bgEffectLeft_orange:before,
.bgEffectLeft_common:before,
.bgEffectRight:after,
.bgEffectRight_blue:after,
.bgEffectRight_red:after,
.bgEffectRight_orange:after,
.bgEffectRight_common:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.bgEffectLeft:before,
.bgEffectLeft_blue:before,
.bgEffectLeft_red:before,
.bgEffectLeft_orange:before,
.bgEffectLeft_common:before{
    left: -1050px;
    max-width: 942px;
}
.bgEffectRight:after,
.bgEffectRight_blue:after,
.bgEffectRight_red:after,
.bgEffectRight_orange:after,
.bgEffectRight_common:after {
    right: -1070px;
    max-width: 895px;
}
.bgEffectLeft:before {
    position: absolute;
    background: url(../img/bg/bg_effect_l.png) center -60px no-repeat;
    background-size: cover;
}
.bgEffectRight:after{
    position: absolute;
    background: url(../img/bg/bg_effect_r.png) center -340px no-repeat;
    background-size: cover;
}
/* 白黒 */
.bgEffectLeft_common:before{
    position: fixed;
    background: url(../img/bg/bg_effect_common_l.png) center -60px no-repeat;
    opacity: .1;
    background-blend-mode: overlay;
}
.bgEffectRight_common:after {
    position: fixed;
    background: url(../img/bg/bg_effect_common_r.png) center -340px no-repeat;
    opacity: .1;
    background-blend-mode: overlay;
}
/* blue */
.bgEffectLeft_blue:before{
    position: fixed;
    background: url(../img/bg/bg_effect_l_blue.png) center -60px no-repeat;
    opacity: .8;
}
.bgEffectRight_blue:after {
    position: fixed;
    background: url(../img/bg/bg_effect_r_blue.png) center -340px no-repeat;
    opacity: .8;
}
/* red */
.bgEffectLeft_red:before{
    position: fixed;
    background: url(../img/bg/bg_effect_l_red.png) center 0 no-repeat;
    background-size: contain;   
    position: absolute;
    opacity: .6;
}
.bgEffectRight_red:after{
    position: fixed;
    background: url(../img/bg/bg_effect_r_red.png) center -186px no-repeat;
    background-size: contain;
    position: absolute;
    opacity: .6;
}
/* orange */
.bgEffectLeft_orange:before{
    position: fixed;
    background: url(../img/bg/bg_effect_l_orange.png) center -60px no-repeat;
}
.bgEffectRight_orange:after {
    position: fixed;
    background: url(../img/bg/bg_effect_r_orange.png) center -340px no-repeat;
}
.bgEffectLeft_svg,
.bgEffectRight_svg {
    position: absolute;
    z-index: -1;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 4%;
    mask-position: 0 0;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.bgEffectLeft_svg {
    padding: 0 0 10%;
    background: #000;
    mask-image: url(../../2023/img/udeone/bg_effect_l_single.svg);
    -webkit-mask-image: url(../../2023/img/udeone/bg_effect_l_single.svg);

}
.bgEffectRight_svg {
    padding: 0 0 10%;
    background: #000;
    mask-image: url(../../2023/img/udeone/bg_effect_r_single.svg);
    -webkit-mask-image: url(../../2023/img/udeone/bg_effect_r_single.svg);
}

/******* animated custom *******/
.anmChara{
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
}
.animated {
}
@-webkit-keyframes fadeInLeftCus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftCus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftCus {
    -webkit-animation-name: fadeInLeftCus;
    animation-name: fadeInLeftCus;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
@-webkit-keyframes fadeInRightCus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightCus {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
}
.fadeInRightCus {
    -webkit-animation-name: fadeInRightCus;
    animation-name: fadeInRightCus;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
/* vibration */
.anmVibration{
    animation: vibration 1.8s infinite;
}
@keyframes vibration {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    4% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    6% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    16% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}
.anmVibrationLoading{
    animation: vibrationLoading 2.4s infinite;
}
@keyframes vibrationLoading {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    4% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    6% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    16% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    50% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    52% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    54% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    56% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    58% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    60% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    62% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    64% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    66% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    68% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}
.anmGradPink {
    background: linear-gradient(90deg, #f50336, #f503b4, #c600ff, #f50336);
    background-size: 200% 200%;
    animation: gradPink 4s linear infinite;
}
@keyframes gradPink {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}
.anmGradGold {
    background: linear-gradient(120deg, #ffb007 30%, #fffc00 40%, #ffffff 43%, #ffc600 60%, #ffb007 62%);
    background-size: 200% 200%;
    animation: gradGold 4s linear infinite;
}
@keyframes gradGold {
    0% {
        background-position: 200% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}
/* deco chara  */
.decoImgChara {
    z-index: 10;
    width: 100%;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.decoImgChara img {
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,.4));
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.decoImgChara .imgLeft, .decoImgChara .imgLeftSP {
    position: absolute;
    width: 50%;
    left: -3%;
}
.decoImgChara .imgLeft img, .decoImgChara .imgLeftSP img {
    left: auto;
}
.decoImgChara .imgLeft img:nth-child(1) {
    width: 16%;
    max-width: 99px;
    top: 78px;
    right: 14px;
}
.decoImgChara .imgLeft img:nth-child(2) {
    width: 56%;
    max-width: 336px;
    top: 52px;
    right: 25px;
}
.decoImgChara .imgLeft img:nth-child(3) {
    width: 14%;
    max-width: 85px;
    top: 88px;
    right: 316px;
}
.decoImgChara .imgLeft img:nth-child(4) {
    width: 44%;
    max-width: 265px;
    top: 74px;
    right: 356px;
}
.decoImgChara .imgLeft img:nth-child(5) {
    width: 18%;
    max-width: 112px;
    top: 297px;
    right: 515px;
}
.decoImgChara .imgLeft img:nth-child(6) {
    width: 85%;
    max-width: 504px;
    top: 307px;
    right: 260px;
}
.decoImgChara .imgLeft img:nth-child(7) {
    width: 28%;
    max-width: 167px;
    top: 537px;
    right: 397px;
}
.decoImgChara .imgLeft img:nth-child(8) {
    width: 17%;
    max-width: 105px;
    top: 629px;
    right: 331px;
}
.decoImgChara .imgLeft img:nth-child(9) {
    width: 20%;
    max-width: 124px;
    top: 554px;
    right: 222px;
}
.decoImgChara .imgRight, .decoImgChara .imgRightSP {
    position: absolute;
    width: 50%;
    right: -3% ;
}
.decoImgChara .imgRight img, .decoImgChara .imgRightSP img {
    right: auto;
}

.decoImgChara .imgRight img:nth-child(1) {
    width: 36%;
    max-width: 214px;
    top: 63px;
    left: 322px;
}
.decoImgChara .imgRight img:nth-child(2) {
    width: 19%;
    max-width: 117px;
    top: 68px;
    left: 11px;
}
.decoImgChara .imgRight img:nth-child(3) {
    width: 39%;
    max-width: 226px;
    top: -11px;
    left: 131px;
}
.decoImgChara .imgRight img:nth-child(4) {
    width: 47%;
    max-width: 283px;
    top: 107px;
    left: 372px;
}
.decoImgChara .imgRight img:nth-child(5) {
    width: 78%;
    max-width: 464px;
    top: 257px;
    left: 262px;
}
.decoImgChara .imgRight img:nth-child(6) {
    width: 25%;
    max-width: 150px;
    top: 572px;
    left: 356px;
}
.decoImgChara .imgRight img:nth-child(7) {
    width: 31%;
    max-width: 163px;
    top: 579px;
    left: 218px;
}

/* deco chara fin  */
.decoImgChara.charaFin .imgLeft img:nth-child(1) {
    width: 18%;
    max-width: 100px;
    top: 78px;
    right: 14px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(2) {
    width: 60%;
    max-width: 336px;
    top: 52px;
    right: 25px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(3) {
    width: 15%;
    max-width: 85px;
    top: 88px;
    right: 316px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(4) {
    width: 52%;
    max-width: 289px;
    top: 74px;
    right: 356px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(5) {
    width: 21%;
    max-width: 112px;
    top: 297px;
    right: 515px;
}
.decoImgChara .imgLeft img:nth-child(6) {
    width: 85%;
    max-width: 504px;
    top: 307px;
    right: 260px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(7) {
    width: 30%;
    max-width: 175px;
    top: 537px;
    right: 397px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(8) {
    width: 19%;
    max-width: 106px;
    top: 629px;
    right: 331px;
}
.decoImgChara.charaFin .imgLeft img:nth-child(9) {
    width: 25%;
    max-width: 141px;
    top: 554px;
    right: 222px;
}

.decoImgChara.charaFin .imgRight img:nth-child(1) {
    width: 40%;
    max-width: 217px;
    top: 63px;
    left: 322px;
}
.decoImgChara.charaFin .imgRight img:nth-child(2) {
    width: 21%;
    max-width: 117px;
    top: 68px;
    left: 11px;
}
.decoImgChara.charaFin .imgRight img:nth-child(3) {
    width: 40%;
    max-width: 226px;
    top: -11px;
    left: 131px;
}
.decoImgChara.charaFin .imgRight img:nth-child(4) {
    width: 59%;
    max-width: 327px;
    top: 107px;
    left: 372px;
}
.decoImgChara.charaFin .imgRight img:nth-child(5) {
    width: 84%;
    max-width: 465px;
    top: 257px;
    left: 262px;
}
.decoImgChara.charaFin .imgRight img:nth-child(6) {
    width: 29%;
    max-width: 164px;
    top: 572px;
    left: 356px;
}
.decoImgChara.charaFin .imgRight img:nth-child(7) {
    width: 33%;
    max-width: 186px;
    top: 579px;
    left: 218px;
}

/******* footer *******/
footer{
	width:100%;
    background-color:#000;
    text-align:center;
	padding:16px 0;
	color:#FFF;
	font-size:10px;
}
footer ul {
	text-align:center;
	padding: 10px 0;
}
footer ul.sitemap, footer ul.store{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    font-size: 12px;
}
footer ul.store{
    text-align: right;
}
footer ul li{
	display:inline-block;
}
footer ul.sitemap{
	text-align: left;
}
footer ul.sitemap li {
    display: inline-block;
    margin-left: 2%;
    color: #616161;
}
footer ul li a,
footer ul.sitemap li:first-child {
	color:#a6a6a6;
}
footer ul li a:hover{
    transition: .2s;
    color:#e9ff43;
}
footer ul li.off, footer ul li.off a{
	color:#787878;
}
/* Store */
.appstore, .googleplay{
    width: 46%;
    max-width: 186px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .5);
    -o-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .5);
    margin-left: 2%;
}
.appstore img, .googleplay img{
	width: 100%;
}
footer ul.logo {
    border-top: 1px solid #8c8b8b;
    width: 98%;
    margin: auto;
}
footer .logoFes, footer .logoApp{
	display:inline-block;
	margin:0 20px 20px;
}
footer .logoFes img, footer .logoApp img{
	vertical-align:middle;
}
footer .logoFes img {
    max-width: 348px;
}
footer p{
    font-size: 10px;
    color: #a6a6a6;
}
/* フッタ下固定 */
html, body {
    min-width: 320px;
}
.container {
	position:relative;
	height:100%;
	min-height:100%;
}
body > .container {
	height:auto;
}
.container .overWrap{
	height:auto;
    margin:0 auto;
    padding-bottom:168px;
	position:inherit;
}
footer.bottomFix{
/*	height:136px;*/
	position:absolute;
	bottom:0;
}
/* menu */
.pushy{
    background-color: #e8e8e8!important;
}
.menu-btn{
    position:fixed;
    top:10px;
    right:20px;
    z-index:9990;
}
#panel-btn{
    display:inline-block;
    position:relative;
    width:40px;
    height:40px;
    border-radius:50%;
}
#panel-btn-icon{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:14px;
    height:2px;
    margin:-1px 0 0 -7px;
    background:#fff;
    transition:.2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:14px;
    height:2px;
    background:#fff;
    transition:.3s;
}
#panel-btn-icon:before{margin-top:-6px;}
#panel-btn-icon:after{margin-top:4px;}
/* ×ボタン */
#panel-btn .close{background:transparent;}
#panel-btn .close:before, #panel-btn .close:after{margin-top:0;}
#panel-btn .close:before{
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
#panel-btn .close:after{
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}
.site-overlay #panel-btn{
  margin:10px 0 0 10px;
}
/* メニューボタン */
nav#navHumMenu ul li{
    border-bottom:solid 1px rgba(0,0,0,.2);
    color: #fff;
    padding: 10% 0 10% 4%;
}
nav#navHumMenu ul li img{
    width: 90%;
    text-align: center;
}
/* 表示・非表示 */
.disSP{display:none;}
.disPC{display:block;}
.disSP2{display:none;}
.disPC2{display:block;}

/*===============================================
●smart.css  668px - 1000
===============================================*/
@media screen and (min-width:668px) and (max-width:1200px){
/*  max-width:100%;*/
    img{
    	height:auto;
    }
/* cateChamp */
    .player .cateChamp {
        font-size: 3vw;
    }
    .player .cateChamp dt {
        padding: 24% 0 14%;
        font-size: 3.8vw;
    }
    .player .cateChamp.cateFinish {
        width: 48%;
        margin: 0 auto 6%;
    }
    .player .cateChamp.cateFinish dt {
        padding: 23% 0 17%;
        font-size: 3.6vw;
    }
    .player .cateChamp.cateFinish dd {
        font-size: 3.6vw;
    }

/* bgEffect */
    .bgEffectLeft:before {
        background: url(../img/bg/bg_effect_l.png) center 7% no-repeat;
        background-size: cover;
    }
    .bgEffectLeft:before,
    .bgEffectLeft_common:before {
        left: -74%;
        width: 80%;
    }
    .bgEffectRight:after {
        background: url(../img/bg/bg_effect_r.png) center 44% no-repeat;
        background-size: cover;
    }
    .bgEffectRight:after,
    .bgEffectRight_common:after {
        right: -73%;
        width: 73%;
    }
    .bgEffectLeft_common:before {
        background-position: right 10%;
        background-size: 100%;
        left: -74%;
    }
    .bgEffectRight_common:after {
        background-position: left 10%;
        background-size: 94%;
        right: -72%;
    }
    .bgEffectLeft_blue:before,
    .bgEffectLeft_red:before,
    .bgEffectLeft_orange:before{
        left: -80%;
        width: 90%;
    }
    .bgEffectRight_blue:after,
    .bgEffectRight_red:after,
    .bgEffectRight_orange:after {
        right: -76%;
        width: 90%;
    }
    .bgEffectLeft_orange:before,
    .bgEffectRight_orange:after{
        background-size: cover;
    }
/* deco chara  */
    .decoImgChara {
        height: 73%;
    }
    .decoImgChara .imgLeft {
        height: 100%;
        left: -5%;
    }
    .decoImgChara .imgLeft img:nth-child(1) {
        top: 11%;
        right: 0;
    }
    .decoImgChara .imgLeft img:nth-child(2) {
        top: 8%;
        right: 2%;
    }
    .decoImgChara .imgLeft img:nth-child(3) {
        top: 16%;
        right: 52%;
    }
    .decoImgChara .imgLeft img:nth-child(4) {
        top: 13%;
        right: 59%;
    }
    .decoImgChara .imgLeft img:nth-child(5) {
        top: 40%;
        right: 78%;
    }
    .decoImgChara .imgLeft img:nth-child(6) {
        top: 45%;
        right: 43%;
    }
    .decoImgChara .imgLeft img:nth-child(7) {
        top: 77%;
        right: 65%;
    }
    .decoImgChara .imgLeft img:nth-child(8) {
        top: 90%;
        right: 55%;
    }
    .decoImgChara .imgLeft img:nth-child(9) {
        top: 80%;
        right: 37%;
    }
    .decoImgChara .imgRight {
        height: 100%;
        right: -5%;
    }
    .decoImgChara .imgRight img, .decoImgChara .imgRightSP img {
        right: auto;
    }
    .decoImgChara .imgRight img:nth-child(1) {
        top: 11%;
        left: 52%;
    }
    .decoImgChara .imgRight img:nth-child(2) {
        top: 9%;
        left: 4%;
    }
    .decoImgChara .imgRight img:nth-child(3) {
        top: 0%;
        left: 22%;
    }
    .decoImgChara .imgRight img:nth-child(4) {
        top: 18%;
        left: 58%;
    }
    .decoImgChara .imgRight img:nth-child(5) {
        top: 38%;
        left: 40%;
    }
    .decoImgChara .imgRight img:nth-child(6) {
        top: 81%;
        left: 57%;
    }
    .decoImgChara .imgRight img:nth-child(7) {
        top: 81%;
        left: 36%;
    }
/* deco chara fin */
    .decoImgChara.charaFin .imgLeft img:nth-child(1) {
        top: 11%;
        right: 0;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(2) {
        top: 8%;
        right: 2%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(3) {
        top: 16%;
        right: 49%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(4) {
        top: 13%;
        right: 53%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(5) {
        top: 40%;
        right: 75%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(6) {
        top: 45%;
        right: 43%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(7) {
        top: 79%;
        right: 64%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(8) {
        top: 92%;
        right: 58%;
    }
    .decoImgChara.charaFin .imgLeft img:nth-child(9) {
        top: 80%;
        right: 37%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(1) {
        top: 11%;
        left: 52%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(2) {
        top: 9%;
        left: 4%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(3) {
        top: 0%;
        left: 22%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(4) {
        top: 18%;
        left: 53%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(5) {
        top: 38%;
        left: 40%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(6) {
        top: 81%;
        left: 57%;
    }
    .decoImgChara.charaFin .imgRight img:nth-child(7) {
        top: 85%;
        left: 40%;
    }
    /* 表示・非表示 */
    .disSP{display:block;}
    .disPC{display:none;}
    .disSP2{display:none;}
    .disPC2{display:block;}

}/*media screen*/

/*===============================================
●smart.css  画面の横幅が667pxまで
===============================================*/
@media screen and (max-width:667px){
    .menu-btn{
        top: 35px;
        right: 5px;
    }
    .memo{
        font-size: 10px;
    }
/* loading */
    #loader img {
        width: 140px;
    }
/* nav */
    .navbar-header h1 {
        width: 50%;
    }
/* cateChampFrame */
    .player .cateChamp {
        width: 48%;
        font-size: 4.4vw;
    }
    .player .cateChamp dt {
        color: #144ad9;
        padding: 24% 0 12%;
        font-size: 4.4vw;
    }
    .player .cateChamp dd {
        font-size: 4vw;
        line-height: 100%;
    }
    .player .cateChamp.cateFinish {
        width: 72%;
        margin: 0 auto 14%;
    }
    .player .cateChamp.cateFinish dt {
        font-size: 5.0vw;
        padding: 23% 0 19%;
    }


/******* Header *******/
    .main {
        padding: 20% 0 24%;
    }
/* bgEffect */
    .bgEffectLeft:before {
        width: 58%;
        background: url(../img/bg/bg_effect_l_sp.png) left top no-repeat;
        left: 0;
        right: auto;
        background-size: contain;
    }
    .bgEffectRight:after {
        width: 64%;
        background: url(../img/bg/bg_effect_r_sp.png) right top no-repeat;
        right: 0;
        left: auto;
        background-size: contain;
    }
/* 白黒 */
    .bgEffectLeft_common:before {
        width: 58%;
        background: url(../img/bg/bg_effect_common_l_sp.png) left top no-repeat;
        left: 0;
        right: auto;
        background-size: contain;
    }
    .bgEffectRight_common:after {
        width: 64%;
        background: url(../img/bg/bg_effect_common_r_sp.png) right top no-repeat;
        background-size: 94%;
        right: 0;
        left: auto;
        background-size: contain;
    }
/* blue */
    .bgEffectLeft_blue:before {
        width: 58%;
        background: url(../img/bg/bg_effect_blue_l_sp.png) left top no-repeat;
        left: 0;
        right: auto;
        background-size: contain;
    }
    .bgEffectRight_blue:after {
        width: 64%;
        background: url(../img/bg/bg_effect_blue_r_sp.png) right top no-repeat;
        background-size: 94%;
        right: 0;
        left: auto;
        background-size: contain;
    }
/* red */
    .bgEffectLeft_red:before {
        width: 56%;
        background: url(../img/bg/bg_effect_l_red_sp.png) left top no-repeat;
        left: -13%;
        right: auto;
        background-size: contain;
        top: 2%;
    }
    .bgEffectRight_red:after {
        width: 56%;
        background: url(../img/bg/bg_effect_r_red_sp.png) right top no-repeat;
        background-size: 94%;
        right: -15%;
        left: auto;
        background-size: contain;
        top: -4%;
    }
    /* orange */
    .bgEffectLeft_orange:before{
        width: 58%;
        background: url(../img/bg/bg_effect_l_orage_sp.png) left top no-repeat;
        left: 0;
        right: auto;
        background-size: contain;
    }
    .bgEffectRight_orange:after {
        width: 64%;
        background: url(../img/bg/bg_effect_r_orage_sp.png) right top no-repeat;
        background-size: 94%;
        right: 0;
        left: auto;
        background-size: contain;
    }
/* deco chara */
    .decoImgChara{
        height: 100%;
        z-index: 1000;
    }
    .decoImgChara .imgRight,
    .decoImgChara .imgLeft {
        height: 100%;
    }
    .decoImgChara .imgLeft img:nth-child(6) {
        width: 128%;
        top: 0;
        bottom: -19%;
        right: -5%;
    }
    .decoImgChara .imgRight img:nth-child(5) {
        width: 108%;
        top: 0;
        bottom: -13%;
        left: -5%;
    }
    .trianglePink:before, .triangleGreen:before {
        border-left: 11px solid #ff238d;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

/******* footer *******/
    footer ul {
        text-align: center;
        padding: 10px 0;
    }
    footer .sitemap, footer .store {
        display: block;
        width: 100%;
        font-size: 10px;
        text-align: center;
    }
    footer .sitemap li{
        margin-bottom: 2%;
    }
    .appstore, .googleplay {
        width: 40%;
        margin: 0 1%;
    }
    footer .logoFes img{
        width: 70%;
    }
    footer .logoApp img{
        width: 60%;
    }
/* 表示・非表示 */
    .disSP{display:block;}
    .disPC{display:none;}
    .disSP2{display:block;}
    .disPC2{display:none;}

}/*media screen*/

/*===============================================
●smart.css  横画面
===============================================*/
@media only screen and (max-device-width:667px) and (orientation:landscape){
/* bgEffect */
    .bgEffectLeft:before {
        background: url(../img/bg/bg_effect_l.png) center no-repeat;
        background-size: cover;
        left: -8%;
    }
    .bgEffectRight:after {
        background: url(../img/bg/bg_effect_r.png) center no-repeat;
        background-size: cover;
        right: -12%;
    }
    .bgEffectLeft_common:before {
        background: url(../img/bg/bg_effect_common_l.png) center no-repeat;
        background-size: cover;
    }
    .bgEffectRight_common:after {
        background: url(../img/bg/bg_effect_common_r.png) center no-repeat;
        background-size: cover;
    }
/* deco chara  */
    .decoImgChara .imgLeft,
    .decoImgChara .imgLeftSP {
        position: absolute;
        width: 50%;
        left: -3%;
    }
    .decoImgChara .imgRight,
    .decoImgChara .imgLeft {
        height: 70%;
    }
    .decoImgChara .imgLeft img:nth-child(6) {
        width: 88%;
        top: 0;
        bottom: -12%;
        right: 30%;
    }
    .decoImgChara .imgRight img:nth-child(5) {
        width: 80%;
        top: 0;
        bottom: 0;
        left: 29%;
    }
/* footer */
    footer .sitemap li{
        margin-bottom:0;
    }

}/*media screen*/