

footer {
    background-color: #CAE5CD;
}

.index-background {
    background-image: url(../img/img_soro/kumo.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    padding: 0;
    margin: 0;
}

/**
 * 画面幅が小サイズのとき
 */
@media (max-width: 599px) {

    /*フルーツマッチフィーバー*/
    .title {
        /*文字の装飾*/
        font-size: 20px;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #FFAB91;
        text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
        margin-top: 10px;
    }

    .title-font {
        font-family: "Comic Sans MS";
        text-align: center;
        font-size: 1.3em;
        color: #F39A38;
    }

    ul {
        list-style: none;
    }

    li {
        margin: 15px 0px 0px 0px;
    }

    .link-ranking {
        font-size: 18px;
    }

    /*全体的なレイアウトの調整*/
    .rank-whole {
        display: flex;
        justify-content: center;
        margin-right: 30px;
    }

    .rank-content {
        display: flex;
        align-items: center; /*上下中央揃え*/
    }

    .right-side-size {
        width: 95px;
        height: 157px;
        margin-top: 20px;
    }

    .left-side-size-large {
        display: none;
        width: 95px;
        height: 248px;
        margin-top: 20px;
    }

    .left-side-size-small {
        display: block;
        width: 95px;
        height: 248px;
        margin-top: 20px;
    }
}


/**
 * 画面幅が中サイズのとき
 */
@media (min-width: 600px) {

    /*フルーツマッチフィーバー*/
    .title {
        /*文字の装飾*/
        font-size: 2em;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #FFAB91;
        text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
        margin-top: 10px;
    }

    .title-font {
        font-family: "Comic Sans MS";
        text-align: center;
        font-size: 1.5em;
        color: #F39A38;
    }

    ul {
        list-style: none;
    }

    li {
        margin: 15px 0px 0px 0px;
    }

    .link-ranking {
        font-size: 25px;
    }

    /*全体的なレイアウトの調整*/
    .rank-whole {
        display: flex;
        justify-content: center;
        margin-right: 40px;
    }

    .rank-content {
        display: flex;
        align-items: center; /*上下中央揃え*/
    }

    .right-side-size {
        width: 190px;
        height: 314px;
    }

    .left-side-size-large {
        display:block;
        width: 190px;
        height: 314px;
    }

    .left-side-size-small {
        display: none;
        width: 190px;
        height: 314px;
    }
}


/**
 * 画面幅が大サイズのとき
 */
@media (min-width: 1051px) {

    /*フルーツマッチフィーバー*/
    .title {
        /*文字の装飾*/
        font-size: 2.5em;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #FFAB91;
        text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
        margin-top: 20px;
    }

    .title-font {
        font-family: "Comic Sans MS";
        text-align: center;
        font-size: 2.5em;
        color: #F39A38;
    }

    ul {
        list-style: none;
    }

    li {
        margin: 15px 0px 0px 0px;
    }

    .link-ranking {
        font-size: 40px;
    }

    /*全体的なレイアウトの調整*/
    .rank-whole {
        display: flex;
        justify-content: center;
        margin-right: 40px;
    }

    .rank-content {
        display: flex;
        align-items: center; /*上下中央揃え*/
    }

    .right-side-size {
        width: 285px;
        height: 471px;
    }

    .left-side-size-large {
        display: block;
        width: 285px;
        height: 471px;
    }

    .left-side-size-small {
        display: none;
        width: 285px;
        height: 471px;
    }
}
