@charset "UTF-8";
.mainvisual{
    position: relative;
}
.mainvisual_text{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}
.mainvisual_bg img{
    vertical-align: bottom;
}
.content-body{
    overflow: hidden;
    display: flex;
    justify-content: space-between;

    /* ie 10以下 */
    display: block\9;
    overflow: hidden\9;
}
.mainvisual .catch{
    text-align: center;
    margin: 30px 0 0;
}
.mainvisual .catch img{
    max-width: 100%;
    height: auto;
    transform: translateX(-10%);
}
@media screen and (max-width: 767px) {
    .content-body{
        display: block;
    }
}
.games,
.diary,
.catch{
    /* ie 10以下 */
    float: left\9;
}
.games,
.diary{
    flex: 0 0 38%;
    
    /* ie 10以下 */
    width: 38%\9;
}
.catch{
    flex: 0 0 24%;

    /* ie 10以下 */
    width: 24%\9;
}
.games-list{
    list-style: none;
    padding-left: 0;
}
.games-list_item{
    padding: 10px;
}
.games-list_item:nth-child(2n-1){
    background: #e7e8f3;
}
.games-list .thumb{
    float: left;
    margin-right: 5px;
}
.games-list .date{
    font-size: .8rem;
    margin-top: .3em;
}
.games-list .title{
    margin: 0;
    font-size: 1.1rem;
    margin: 3px 0;
}
.games-list .result{
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 0 10px;
    padding-bottom: 10px;
    line-height: 1;

    /* ie 10以下 */
    display: block\9;
}
.games-list .result .result-item{
    flex-grow: 1;

    /* ie 10以下 */
    display: inline-block\9;
    vertical-align: bottom\9;
}
.games-list .result .team{
    flex: 2;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
}
.games-list .result .score{
    flex: 3;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0;
    font-family: Oswald;
    display: flex;
    align-items: center;
    justify-content: center;

    /* ie 10以下 */
    letter-spacing: 0 \9;
    margin: 0 .2em \9;
}
.games-list .result .score .bar{
    display: flex;
    align-items: center;
    margin: 0 .4em 0 .3em;

    /* ie 10以下 */
    margin: 0 .3em \9;
}
.games-list .result .score .bar img{
    /* ie 10以下 */
    vertical-align: middle\9;
}
.games-list .comment{
    font-size: .8rem;
    margin: 0;
}
.games_button{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .games-list_item{
        padding: 20px 10px;
    }
}
.catch_title{
    text-align: center;
    transform: translateX(-25px);
    margin: 0;
}
.diary-article_thumb{
    position: relative;
    margin-bottom: 8px;
}
.diary-article_thumb::before{
    content: "";
    display: block;
    padding-top: 70%;
}
.diary-article_thumb-image{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.diary-article_date{
    font-size: .85rem;
    margin: .3em 0;
}
.diary-article_title{
    margin: 0 0 .6em;
    line-height: 1;
}
.diary-article_text{
    font-size: .9rem;
    line-height: 1.5;
}
.diary-article_button{
    margin-top: 1.8em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .diary-article-body{
        padding: 10px 30px;
    }
    .diary-article_date{
        font-size: .8rem;
    }
    .diary-article_text{
        font-size: .95rem;
    }
}
.support{
    padding: 15px;
    background: #f1ac54;
    overflow: hidden;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 30px;
}
.support_image{
    float: left;
    margin-right: 30px;
}
.support_title{
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
}
.support_text{
    margin: .5em 0;
    font-size: .95rem;
    font-weight: bold;
}
.support_button{
    overflow: hidden;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .support{
        padding: 20px 30px;
        margin-bottom: 50px;
    }
    .support_image{
        float: none;
        margin-right: 0;
    }
    .support_image img{
        width: 100%;
        height: auto;
    }
    .support_title img{
        max-width: 100%;
        height: auto;
    }
    .support_text{
        text-align: center;
        font-size: .85rem;
    }
    .support_button{
        margin: 20px 30px;
        text-align: center;
    }
    .support_button .button{
        display: inline-block;
    }
}