html{
	font-size: 62.5%;
}

@media (max-width: 768px) {
	html{
		font-size: 2vw;
	}
}

body{
    padding-bottom: 0;
	font-family: "Noto Sans JP", "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 2;
	color: #111;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    color: #111;
    text-decoration: none;
}

#root {

}

#site-header {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 1.4rem 0 1.0rem 0;
    text-align: center;
    line-height: 1;
    background-color: #3e9d42;
}

.header-title {
    margin: 0;
    width: 100%;
    font-family: 'Cinzel', serif;
    line-height: 1;
    font-size: 2.4rem;
    color: #fff;
}

.menu {
    position: absolute;
}

.genre-header {
    position: relative;
    padding: 0.5rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3e9d42;
    border-top: 1px solid #348437;
    border-bottom: 1px solid #348437;
}

.genre-title {
    margin: 0;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 1.6rem;
}

a.side-link-list {
    display: flex;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
}

a.side-link-list:hover {
    color: #fff;
}

a.side-link-list::after {
    margin-left: 1.0rem;
    content: '＞';
    color: #fff;
    font-size: 1.2rem;
}

.article-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.article-list > li {
    display: block;
    width: 100%;
    height: 7.4rem;
    border-bottom: 1px solid #ddd;
}

.article-list > li.headline {
    height: 11.2rem;
    background-color: #f9f9f9;
}

.article-list > li.headline > a > .article-thumbnail {
    margin: 0 1.4rem 0 0;
}

.article-list > li > a {
    position: relative;
    margin: 0;
    padding: 0 3rem 0 1.4rem;
    display: flex;
    align-items: center;
    height: 7.4rem;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
}

.article-list > li.headline > a {
    height: 11.2rem;
}

.badge-new {
    position: absolute;
    top:35%;
    right: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: unset;
    color: #fff;
    font-size: 1.2rem;
    background-color: #e00;
}

.article-list > li.headline > a > .badge-new {
    top:42%;
}

.more-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-color: #555;
}

.more-list > a {
    padding: 0.5rem 1.4rem;
    display: block;
    color: #fff;
}

#site-footer {
    margin: 0;
    padding: 2rem 0 2rem 0;
    background-color: #333;
}

#site-footer > ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

#site-footer > ul > li:first-child {
    margin-right: 3rem;
}

#site-footer > ul > li > a {
    color: #fff;
    font-size: 1.3rem;
}

.copyright {
    padding: 0.5rem 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}