/*サイト上部背景色*/
header {
    background-color: #5f9ea0;
    color: #fff;
}
/*h1タグ文字背景色*/
.headMenuArea {
    background: #5f9ea0;
    color: #fff;
}
/*フッター部分背景色*/
footer {
    background-color: #5f9ea0;
    color: #fff;
}
.toTop a i {
    color: #fff;
    font-size: 2.2rem;
}

/*SP時のフッターエリア部分背景色*/
.footerArea {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.8;
    background-color: #5f9ea0;
    color: #fff;
}
.socialText {
    color: #000;
}
/*テーマカラー　ここから*/
.newsTitle {
background-color: #494a41;
}

.topinfoTitle {
    background: #494a41;
}

.toTop a  {
    background: #494a41;
}

.headNav nav li a {
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #494a41;
}

.newsSection:nth-child(1) {
background-color: #494a41;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}

.footerArea p a {
    color: #fff;
    text-decoration: none;
}

/*テーマカラー　ここまで*/

/*女優バナー・Topics部分背景色*/
.topics {
    background-color: #5f9ea0;
}

/*追加バナー部分背景色*/
.adv {
    background-color: #5f9ea0;
}
.socialTitle {
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff;
}
.socialText {
    color: #fff;
}
@media screen and (max-width: 500px) {
    .logo_open h1 {
        margin-left: 0;
        transition: unset;
        font-size: 0.8rem;
        width: 70%;
        background: unset;
        color: #fff;
        text-align: left;
        padding: 0 2% 2%;
    }
}
