/* 解説ページ用-- ナビゲーションメニュー --*/
.main-nav{
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}

.main-nav li{
    margin-left: 36px;
}

.main-nav a{
    color: #fff;
}

.main-nav a:hover{
    color: #0bd;
}

.top a{
    color: #fff;
}

.top a:hover{
    color: #0bd;
}

/* ---------------------- */


/*-- 解説ページ用 ロゴとナビゲーションメニューの横並び --*/
.page-header{
    display: flex;
    justify-content: space-between;
    
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
/* -------------------------------------*/


/*-- 解説ページ用 大きな画像--------------------------------------------------------- */
.big-bg{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat ; 
}

#home{
    background-image: url(../image-gridman/dandasan21IMGL47261900_TP_V.jpg);
}
/* --------------------------------------------------------------------------------- */


/*---category-list メインメニュー-------*/
.listmenu{
    text-align: center;
}
li{
    list-style: none;
}
/*------------------------------------*/


/* モバイル版
------------------------------------ */
@media(max-width:600px){
    .page-title{font-size: 2.5rem;

    }
}