@charset "UTF-8";

/* * * * * * * * * * * * * * * * * * * * * * *
common
* * * * * * * * * * * * * * * * * * * * * * */
body {
    letter-spacing: 0.02em;
    overflow-x: hidden;
}

/* font-family: 'Noto Sans JP', sans-serif; */
body {
    font-family: "Noto Sans JP", sans-serif;
}

/* font-family: 'Spartan', sans-serif; */
.pr,
.pr2,
.data,
.articlesList .data,
.contTit,
.headerBottom ul li a,
.headerBottom ul li span,
.contBtn a,
.sectionRanking .sideArticlesList .img::before,
.sideNav .listItemTit,
.copyright,
.pager a,
.articleDetailHead .date {
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Spartan", sans-serif;
    font-weight: bold;
    color: #8ec221;
}

/* color: #8EC221; */
.data,
.articlesList .data,
.sideArticlesList .data {
    color: #8ec221;
}

/* マウスオーバー */
a {
    transition: all 0.3s ease;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * *
parts
* * * * * * * * * * * * * * * * * * * * * * */
.pr {
    background-color: #c43a6a;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding: 6px 15px 2px;
}
.pr2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #c43a6a;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding: 6px 15px 2px;
}
.new {
    position: relative;
}
.new::before {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../../../common/img/icon_new.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.author {
    line-height: 1;
    color: #9a9a9a;
    font-size: 12px;
}

/* .contBtn */
.contBtn a:before {
    content: none;
}
.contBtn {
    text-align: center;
}
.contBtn a,
.sectionTags .sideArticlesList .contBtn　a {
    display: flex !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1 !important;
    width: 356px;
    height: 53px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
}
.contBtn a .contBtnInner {
    position: relative;
}
.contBtn a .contBtnInner::before,
.contBtn a .contBtnInner::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
    top: -4px;
}
.contBtn a .contBtnInner::before {
    left: -20px;
}
.contBtn a .contBtnInner::after {
    right: -20px;
}
.contBtn a:hover,
.contRight .contBtn a:hover {
    background-color: #ffffff !important;
    color: #000000;
    border: 1px solid #8ec221;
    box-sizing: border-box;
    opacity: 1;
}
.contBtn a:hover .contBtnInner::before,
.contBtn a:hover .contBtnInner::after {
    background-color: #000000;
}
.contBtn a:hover .contBtnInner::before {
    left: -60px;
}
.contBtn a:hover .contBtnInner::after {
    right: -60px;
}

/* contRight contBtn */
.contRight .contBtn a {
    font-size: 13px !important;
    width: 226px;
    height: 37px;
}
.contRight .contBtn a .contBtnInner {
    line-height: 1.4;
}
.contRight .contBtn a .contBtnInner::before,
.contRight .contBtn a .contBtnInner::after {
    top: -2px;
}
.contRight .contBtn a .contBtnInner::before {
    left: -15px;
}
.contRight .contBtn a .contBtnInner::after {
    right: -15px;
}
.contRight .contBtn a:hover .contBtnInner::before {
    left: -40px;
}
.contRight .contBtn a:hover .contBtnInner::after {
    right: -40px;
}

/* cont */
.addHead + .cont {
    padding-top: 60px;
}

.magazinesBacknumberList li {
    vertical-align: top;
}