@charset "UTF-8";



html, body{
    height: 100%;
}
html{
    /* えみゅれーと仕様*/
/*
    width: 320px;
    height: 480px;
*/
}


body{
    zoom: 100%;
    font-family: Meiryo, "メイリオ";
}
.main-wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.main-wrapper > .inner {
    margin: 0 auto;
}
.main-title {
    margin-top: 60px;
}
.music-box{
    display: none;
    margin: 0 19px;
    max-width: 95%;
    font-size: 90%;
    line-height: 1.7;
    border-left: solid 2px lightblue;
    border-right: solid 2px lightblue;
    border-bottom: solid 2px lightblue;
    border-radius: 0 0 30px 30px / 0 0 30px 30px;
    padding: 0 0 20px 15px;
}
.center {
    text-align: center;
}
.go-top{
    display: none;
}
.ura{
    color: blue;
}
.sasage{
    color: blue;
}
.keiho{
    color: blue;
}
.ppph{
    color: blue;
}
.jump{
    color: blue;
}
.banzai{
    color: blue;
}
.action{
    color: blue;
}
.call{
    color: red;
}
.author{
    display: block;
    margin-bottom: 20px;
}
.go-outline {
    position: fixed;
    bottom: 3px;
    right: 3px;
    font-size: 77%;
}
.go-outline a {
    background: lightpink;
    text-decoration: none;
    color: deeppink;
    width: 52px;
    padding: 16px 0;
    text-align: center;
    display: block;
    border-radius: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.go-outline a:hover {
    text-decoration: none;
    color: white;
    background: hotpink;
}

.ryric-box{
    margin: 0;
    padding-top: 15px;
}

h2{
    cursor: pointer;
    padding: 10px 0 10px 10%;
    font-size: 130%;
    color: #0093F5;
    font-weight: normal;
    margin: 10px 0 0 0;
    border: 3px solid lightblue;
    border-radius: 25px;
}

h1{
    text-align: center;
    margin-bottom: 0;
}
h1 > img {
    max-width: 80%;
    height: auto;
}
.outline-wrapper{
    border: 3px solid pink;
    margin: 0 auto 30px auto;
    width: 80%;
    border-radius: 30px;
    padding: 8px;
}

.outline > a{
    cursor: pointer;
    display: block;
    font-size: 130%;
    padding: 15px 0 15px 10%;
    color: deeppink;
    text-decoration: none;
    border-bottom: 2px dotted pink;
}

.honoka {
    color: #FF7F00;
}

.umi{
    color: #0000FF;
}

.kotori{
    color: #737373;
}

.rin{
    color: #CFC929;
}

.hanayo {
    color: #00BF00;
}

.maki {
    color: red;
}

.niko{
    color: hotpink;
}

.nozomi{
    color: purple;
}

.eri{
    color: deepskyblue;
}

.footer {
    text-align: center;
    color: lightblue;
    text-shadow: 1px  1px 0 #fff, -1px -1px 1px #666;

}

/* 検索用 */
.search{
    width: 270px;
    display: none;
    position: fixed;
    left: 0;
    bottom: -200px;
    z-index: 1100;
}
.search-comment{
    display: none;
    position: relative;
    text-align: left;
    padding: 4px 6px;
    font-size: 70%;
    min-width: 30px;
    min-height: 30px;
    max-width: 150px;
    background-color: white;
    border: 5px solid pink;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.fukidashi{
    font-family: uzurafont, Meiryo, "メイリオ";
}

.search-comment:before {
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -7px;
    content: "";
    display: block;
    left: 25%;
    position: absolute;
    width: 0;
    z-index: 1;
}

.search-comment:after {
    border: 10px solid transparent;
    border-top-color: pink;
    border-bottom-width: 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 25%;
    position: absolute;
    width: 0;
}


.search-chara-img-wrapper{
    float: left;
    position: relative;
    width: 100px;
    height: 135px;
    overflow: hidden;
}

.search-chara-img {
    position: absolute;
    top: 0;
}

.search-input-wrapper{
    position: relative;
    height: 72px;
    width: 150px;
    float: left;
}

.search-word-input{
    display: block;
    font-family: uzurafont, Meiryo, "メイリオ";
    font-size: 16px;
    height: 30px;
    width: 150px;
    margin: 0 0 7px 0;
    padding: 0;
}

.btn-prop {
    width: 42px;
    height: 68px;
    background-image: url("../img/search/sp_mascot_button.png");
}

.search-btn{
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    background-position: 0 -236px; width: 42px; height: 68px;
}

.search-delete-btn{
    opacity: 0.2;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    background-position: 0 0; width: 42px; height: 68px;
}

.hide-chara-btn{
    display: block;
    cursor: pointer;
    float: left;
    background-position: 0 -118px; width: 42px; height: 68px;
}

.show-search-btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background-position: 0 -236px; width: 42px; height: 68px;
}

/* swing----- */
.swing {
    -moz-animation: swing linear 0.5s infinite;
    -moz-transform-origin: center -20px 0;
    -webkit-animation: swing linear 0.4s infinite;
    -webkit-transform-origin: center -20px 0;
    -ms-animation: swing linear 5s infinite;
    -ms-transform-origin: center -20px 0;
    -o-animation: swing linear 5s infinite;
    -o-transform-origin:center -20px 0;
    animation: swing linear 5s infinite;
    transform-origin: center -20px 0;
    float:left;
}

@-moz-keyframes swing {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(3deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-3deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(9deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-9deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes swing {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(3deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(-3deg); }
    100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(3deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(-3deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

.now-loading{
    position: fixed;
    top: 0;
    right: 0;
    width: 136px;
    height: 30px;
    font-size: 90%;
    margin-top: 3px;
    padding-top: 6px;
    text-align: center;
    border-radius:  24px;
    background-color: lightpink;
    color: #ffffff;
}
.navi-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: lightpink;
}

.navi-wrapper > .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    overflow: hidden;
}

.navi-bar{
    position: relative;
    background-color: lightpink;
}

.navi-bar ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.navi-bar ul li{
    width: 31%;
    font-size: 80%;
    color: white;
    text-shadow: 0px 0px 2px #eee,
    2px 2px 3px #eee;
    border-right: solid 1px #ffffff;
    text-align: center;
    line-height: 50px;
    list-style: none;
    height: 100%;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}


.navi-bar ul li:last-child {
    border: none;
    width: 31%;
}

.news-push {
    color: deeppink;
    font-size: 50%;
    font-weight: bold;
    font-style: italic;
}

.navi-member-select-wrapper,
.navi-news-wrapper,
.navi-settings-wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    background: rgba(255, 192, 203, 0.5);
}

.navi-news-character-wrapper{
    position: relative;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 51px;
    margin: 5px;
    float: left;
}

.navi-news-character-img{
    position: absolute;
    /* 設定したキャラに動的に変える */
    top: -286px;
    left: -576px;
}

.navi-message,
.navi-btn-wrapper{
    width: 100%;
    margin: 0 0 0 112px;
    padding: 7px 0 0 7px;
}
.navi-message-content{
    margin-right: 40%;
    display: block;
    background-color: white;
    border: 4px solid pink;
    border-radius: 10px;
    padding: 3px 5px;
    font-size: 50%;
}

.new-song {
    color: red;
}

.navi-btn-wrapper{
    height: 50px;
}

.navi-btn{
    float: left;
    height: 45px;
    width: 70px;
    border: 4px solid white;
    border-radius: 25px;
    color: white;
    line-height: 43px;
    text-align: center;
    background-color: pink;
    font-size: 80%;
    cursor: pointer;
}

.navi-btn-yes{
    margin-right: 30px;
}

.set-font > p{
    margin: 0;
}

.navi-member-img-list{
    position: relative;
    display: inline-block;
    list-style: none;
    width: 85px;
    height: 85px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 12px;
}

.navi-member-img-list > img{
    position: absolute;
    display: block;
    left: -487px;
}

.navi-member-img-ul{
    margin: 0;
    padding: 0;
}

.navi-member-img-honoka{
    top: -10px;
}
.navi-member-img-umi{
    top: -290px;
}

.navi-member-img-kotori{
    top: -202px;
}
.navi-member-img-rin{
    top: -394px;
}
.navi-member-img-maki{
    top: -487px;
}
.navi-member-img-hanayo{
    top: -676px;
}
.navi-member-img-eri{
    top: -98px;
}
.navi-member-img-nozomi{
    top: -586px;
}
.navi-member-img-niko{
    top: -771px;
}

.navi-selected-img-wrapper{
    display: none; /* 初期状態は非表示 */
}

.navi-member-btn-wrapper{
    display: none; /* 初期状態は非表示 */
}

.navi-message.ovr-mm{
    width: 50%;
    margin: -165px 0 0 135px;
    display: block;
}

.navi-message-content.ovr-mmc{
    margin-right: 0;
    height: 180px;
}

.navi-member-big-img-wrapper {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 150px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.navi-member-big-img{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin-left: 7px;
}

.navi-member-select-wrapper{
    overflow: hidden;
}

.navi-member-select-wrapper > p{
    margin: 0;
    padding: 4px 4px 4px 10px;
    color: white;
    text-size: 80%;
    text-shadow: black 1px 1px 2px;
    display: inline-block;
}

.specialthanks {
    text-align: center;
    border: 6px solid pink;
    margin: 0 auto 10px auto;
    width: 80%;
    border-radius: 30px;
    padding: 8px;
}

.twitterbutton {
    padding-top: 18px;
}
