body {
    background-color: #ffffff;
    margin: 0;
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
}
h1 a {
    text-decoration: none;
    color: #edecec;
}
.clear { clear: both; }
.w100 { width: 100%; }
.grid-icon, .list-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    text-indent: -9999px;
    cursor: pointer;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d3d3d3;
    border-radius: 8px;
    float: right;
}
.grid-icon:hover, .list-icon:hover {
    background-color: #cbcbcb;
}
.grid-icon {
    background-image: url(../images/grid_icon.png);
    display: none;
}
.list-icon {
    background-image: url(../images/list_icon.png);
}

.pager {
    text-align: center;
}
.pager-link {
    padding: 3px 5px;
    border: 1px solid #777777;
    margin: 0 5px;
}
a.pager-link {
    text-decoration: none;
    color: #444444;
    background-color: #e9f2ff;
}
a.pager-link:hover {
    color: #444444;
    background-color: #b8d5ff;
}
span.pager-link {
    color: #404040;
    background-color: #cfcfcf;
}
body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/miko_icon.png?aaa);
    background-size: contain;
    opacity: 0.8;
    /* background-color: #ff490385; */
    border-radius: 5px;
    width: 60px;
    height: 73px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    padding-top: 17px;
    box-sizing: border-box;
}
#page-top a:hover {
    opacity: 0.95;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 15px;
    bottom:110px;
    z-index: 2;
        /*はじめは非表示*/
    opacity: 0;
    transform: translateY(200px);
    margin-top: 0;
}

/*　上に上がる動き　*/

#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        opacity: 0;
    transform: translateY(200px);
    }
    to {
        opacity: 1;
    transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
    transform: translateY(0);
    }
    to {
        opacity: 1;
    transform: translateY(200px);
    }
}
@media screen and (max-width:829.9px) {
    a.pager-link.pager-link-out-1 {
    }
}
@media screen and (max-width:479.9px) {
    .pager-link {
        margin: 3px 2px;
    }
}


footer {
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}
.twitter-link-area {
    font-size: 14px;
    width: 80%;
    margin: auto;
}
.twitter-link {
    margin-botom: 5px;
    line-height: 28px;
    text-decoration: none;
}

@media screen and (max-width:480px) {
    body {
        padding-bottom: 185px;
    }
    footer {
        height: 185px;
    }
}
