/*サイト上部背景色*/
header {
    background-color: #bbbcde;
    color: #000000;
}
/*h1タグ文字背景色*/
.headMenuArea {
    background: #bbbcde;
}
/*フッター部分背景色*/
footer {
    background-color: #bbbcde;
    color: #000000;
}

/*SP時のフッターエリア部分背景色*/
.footerArea {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.8;
    background-color: #bbbcde;
    color: #000000;
}
/*テーマカラー　ここから*/
.newsTitle {
background-color: #ffffff;
color: #000000;
}

.topinfoTitle {
    background: #ffffff;
color: #000000;
}

.toTop a  {
    background: #ffffff;
color: #000000;
}


@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #ffffff;
color: #000000;
}

.newsSection:nth-child(1) {
background-color: #ffffff;
color: #000000;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/

/*ここから　メイン画像内にバナー置くとき使う*/

.pickLogo{
	display: block!important;
	position: absolute;
	bottom:14px;
	left:14px;
	z-index: 10;
	width: 35%;
}
.logoArea{
	display: none!important;
}
.headMenuArea h1{
    margin-top: 6px!important;
    font-weight: normal!important;
    line-height: 1.2!important;
    margin-left: 30px!important;
    transition: unset!important;
    font-size: 0.93rem!important;
}
.headNav nav {
    position: relative!important;
    transition: unset!important;
    margin: 10px auto 0!important;
    font-size: 1rem!important;
}

@media screen and (max-width:500px) {

.pickLogo img{
  width: 100%;
}

.logo_open h1 {
    margin-left: 0!important;
    font-size: 0.8rem!important;
}


}

/*メイン画像内にバナー置くとき使う　ここまで*/

/*テーマカラー　テキスト文字変更*/


.topicsTitle p {
    font-size: 40px;
color: #ffffff;
}
.topicsList .topicsListTitle {
color: #ffffff;
}

.socialTitle {
color: #ffffff;
}


@media screen and (max-width: 500px) {

    .headNavbar nav li a {
        color: #000;
    }

    .closeBtn {
        color: #000;
    }

    .topicsList .topicsListTitle {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;

    }
}

.toTop a i {
    color: #000;
    font-size: 2.2rem;
}

/*フッターのP色も変更*/




.footerArea p a {
    color: #000;
    text-decoration: none;
}

/スマホ用　メニューテキスト/


@media screen and (max-width: 500px) {
    .closeBtn {
        position: absolute;
        top: 3px;
        right: 6px;
        color: #000;
        cursor: pointer;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 500px) {
    .headNavbar nav li a {
        text-decoration: none;
        padding: 10px 0 10px 20px;
        display: block;
        color: #000;
    }
}
/*トップへ　テキスト色変更*/
.toTop a i {
    color: #000;
    font-size: 2.2rem;
}

/*SP閉じるボタン　テキスト色変更*/
@media screen and (max-width: 500px) {
    .closeBtn {
        color: #000;
    }
}

/*女優バナー・Topics部分背景色*/
.topics {
    background-color: #bbbcde;
color: #000;
}

/*追加バナー部分背景色*/
.adv {
    background-color: #bbbcde;
color: #000;
}
.newsTitle {
color: #000;
}
.topicsTitle p {
    font-size: 40px;
color: #000;
}
.topicsList .topicsListTitle {
color: #000;
}

.socialTitle {
color: #000;
}
.topinfoTitle {
color: #000;
}
.topicsList .topicsListText {
    color: #000;
}
.socialText {
    color: #000;
}
.toTop a i {
    color: #000;
    font-size: 2.2rem;
}