@charset "utf-8";
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nsjpr.woff") format("woff");
}

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nsjpd.woff") format("woff");
}

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nsjpd.woff") format("woff");
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}

* {
    box-sizing: border-box;
    word-break: break-all;
    min-width: 0;
}

:focus {
	outline: none;
}

.view_pc {
    display: block !important;
}

.view_sp {
    display: none !important;
}

#wpadminbar {
    display: none;
}

.body {
    margin: 0 auto;
    font-family: "nsjpr", sans-serif;
    /*font-family: CG, 'Century Gothic', "Noto Sans JP", 'メイリオ', Meiryo, sans-serif;*/
    /*font-family: Hiragino Sans, "ヒラギノ角ゴシック", Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;*/
}


/* header */

.header {
    margin: auto;
    padding-top: 5px;
}

.header_inner {
    max-width: 1000px;
    width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: auto;
    padding-bottom: 20px;
}

.h1 {
    margin-right: auto;
    width: 323px;
}

.sp_header_menu {
    display: none;
}

.nav {
    background-color: #000;
    width: 100%;
    min-width: 1000px;
}

.icon_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0 15px 0;
}

.icon_sns_item {
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}

.icon_sns li:last-of-type {
    margin-right: 0;
}

.icon_sns_link {
    padding-left: 2em;
    position: relative;
    color: #000;
}

.icon_sns_item:nth-of-type(1) .icon_sns_link:before {
    content: '';
    background: url("../images/icon_line.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
}

.icon_sns_item:nth-of-type(1) .icon_sns_link:before {
    content: '';
    background: url("../images/icon_facebook.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
}

.icon_sns_item:nth-of-type(2) .icon_sns_link:before {
    content: '';
    background: url("../images/icon_twitter.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
}

.icon_sns_item:nth-of-type(3) .icon_sns_link:before {
    content: '';
    background: url("../images/icon_rss.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
}

.list_nav {
    display: flex;
    max-width: 1000px;
    margin: auto;
    width: 1000px;
}

.list_nav_item {
    font-size: 15px;
    font-weight: bold;
}

.list_nav_link {
    padding: 20px 0;
}

.list_nav_txt {
    display: inline-block;
    padding: 15px 36px;
    padding: 15px 46px;
    border-left: 1px solid #777;
    white-space: pre;
}

.list_nav li:last-of-type .list_nav_txt {
    border-right: 1px solid #777;
}

.list_nav_link:hover .list_nav_txt {
    text-decoration: underline;
    white-space: pre;
}

.list_nav_link {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}

.header_form {
    position: relative;
    width: 270px;
    margin: 0 0 0 auto;
}

.btn_submit {
    content: "";
    position: absolute;
    background: #000;
    background-size: 22px 22px;
    width: 40px;
    height: 40px;
    padding: 0px;
    right: 0;
    background-position: 8px 8px;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.header_form_input {
    padding: 10px 4px;
    width: 230px;
    font-size: 14px;
    font-size: 16px;
    max-height: 40px;
    border: solid 1px #fff;
}

.btn_submit {
    right: 0;
    top: 0;
    position: absolute;
}


/* end header */

.wrapper {
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 30px 0 140px 0;
    display: flex;
    justify-content: space-between;
}

.main {
    width: 660px;
    margin-right: 40px;
}

.aside {
    width: 300px;
}

.aside_ad {
    margin-bottom: 30px;
}

.aside_heading {
    font-size: 16px;
    padding: 10px 0 10px 8px;
    border-left: 6px solid #000;
}

.list_aside_banner {
    margin-bottom: 30px;
}

.list_magazine {
    display: flex;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}

.list_magazine div {
    width: calc(50% - 10px);
}

.list_magazine div:first-of-type {
    margin-right: 20px;
}

.list_magazine_txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list_aside_item {
    border-bottom: #dfdfdf solid 1px;
    padding: 15px 0;
}

.list_aside_link {
    display: flex;
    justify-content: space-between;
}

.list_aside_item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
}

.list_aside_img {
    width: 105px;
    margin-right: 10px;
    padding-left: 30px;
    position: relative;
}

.list_aside_img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.list_aside {
    counter-reset: number 0;
}

.list_aside_img:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    background: #2a4f06;
    height: 15px;
    color: #fff;
    padding: 30px 10px;
}

.list_aside_txt {
    width: 170px;
    width: calc(100% - 145px);
}

.list_aside_data {
    display: flex;
    margin-bottom: 10px;
}

.list_aside_cate {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.list_aside_ttl {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.7em;
}

.list_ranking .list_aside_item {
    position: relative;
    counter-increment: section;
}

.read_more {
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}

.read_more_link {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.read_more_link:hover {
    background: #000;
    color: #fff;
}

.read_more_txt {
    position: relative;
    padding-right: 1em;
}

.read_more_txt:after {
    content: ">";
    position: absolute;
    right: 0;
}

.list_aside_banner_item {
    margin-bottom: 15px;
}

.aside_ranking_cont {
    background-color: #f3f3f3;
    padding: 20px;
}

.slider {
    position: relative;
}

.slider_img {
    width: 110px;
    margin: auto;
    margin-bottom: 30px;
}

.slider_ttl {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.slider_btn {
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    margin: 0 30px;
    font-weight: bold;
}

.slider_btn_link {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.slider_btn_link:hover {
    color: #fff;
    background-color: #000;
}

.slider_btn_txt {
    position: relative;
    padding-right: 1em;
}

.slide-arrow.prev-arrow.slick-arrow,
.slide-arrow.next-arrow.slick-arrow {
    width: 30px;
    height: 60px;
    background: #c3c3c3;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 23px 0;
    margin-top: 60px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.slide-arrow.next-arrow.slick-arrow {
    right: 0;
    top: 0;
    cursor: pointer;
    -
}

.sec_books .aside_heading {
    margin-bottom: 30px;
}


/* fooeer */

.footer {
    background: #000;
    color: #fff;
    min-width: 1000px;
}

.footer_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.footer_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.footer_ttl {
    width: 270px;
}

.list_footer_icon {
    display: flex;
    justify-content: flex-end;
}

.list_footer_icon li:first-of-type {
    margin-right: 15px;
}

.list_footer_icon_item {
    width: 30px;
}

.list_footer_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.list_footernav {
    /* display:flex; */
}

.list_footernav ul:first-of-type {
    width: 25%;
}

.list_footernav {
    position: relative;
}

.list_footernav li:nth-of-type(4) {
    margin-top: -50px;
}

.list_footernav li:nth-of-type(n+4) {
    padding-left: 25%;
}

.list_footernav li:nth-of-type(7) {
    margin-top: -50px;
}

.list_footernav li:nth-of-type(n+7) {
    padding-left: 50%;
}

.list_footernav li:nth-of-type(9) {
    margin-top: -30px;
}

.list_footernav li:nth-of-type(n+9) {
    padding-left: 75%;
}

.list_footernav li:nth-of-type(2),
.list_footernav li:nth-of-type(5),
.list_footernav li:nth-of-type(8),
.list_footernav li:nth-of-type(10) {
    top: 40px;
}

.list_footernav li:nth-of-type(3),
.list_footernav li:nth-of-type(6),
.list_footernav li:nth-of-type(11) {
    top: 80px;
}

.list_footernav li:nth-of-type(12) {
    top: 100px;
}

.list_footer_cont2 .list_footer_item {
    position: static;
    margin-bottom: 4px;
}

.list_footer_cont1 {
    width: 720px;
    margin-right: 80px;
}

.list_footer_cont2 {
    width: 200px;
}

.list_footer_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
}

.list_footer {
    display: flex;
}

.list_footer_item1,
.list_footer_item2 {
    width: 25%;
}

.list_footer_link1,
.list_footer_link2 {
    color: #fff;
    position: relative;
    padding-left: 1em;
    font-size: 14px;
}

.list_footer_link1:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
}

.list_footer_link2:before {
    content: '･';
    position: absolute;
    left: 0;
    top: 0;
}

.copy {
    text-align: center;
}


/* end footer */

.btn_pageup {
    text-align: right;
    width: 100%;
}

.btn_pageup .link_pageup {
    width: 69px;
    height: 68px;
    padding: 42px 0 0;
    text-decoration: none;
    text-align: center;
    background: url(../images/page-top.png) #111 no-repeat top 25% center;
    background-size: 31px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-right: 30px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.superbanner {
    margin: auto;
    margin-top: 30px;
    margin-top: 30px;
}

.ad_column2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ad_column2 div {
    max-width: 300px;
    margin: auto;
}

.aside .rectangle-1st {
    margin-top: 30px;
    margin-bottom: 30px;
}

.aside .rectangle-2nd {
    margin-bottom: 30px;
}


/*** add ***/
.list_magazine_item a,
.slider_img a {
    display: inline-block;
}

.list_backnumber_link {
    display: block;
}

a:hover {
    opacity: .75;
}

.list_top_ttl:hover,
.list_link_ttl:hover,
a.list_link_top:hover,
.list_pickup_ttl:hover {
    text-decoration: underline;
}

section:not(.list_top_parent_sec) .list_top .list_link_top:hover,
.list_top_item:first-child a.list_link_top:hover {
    text-decoration: none;
}


.list_aside_link,
.list_aside_ttl,
.list_pickup_ttl,
.list_top_ttl,
.list_pickup_ttl,
.list_link_ttl,
.list_link_top {
    font-weight: normal!important;
}

.wrapper {
    width: 1125px;
    max-width: 1125px;
}

.main {
    width: 785px;
}

.list_top_data {
    justify-content: space-between!important;
    align-items: center;
}

.list_pickup_ttl {
    padding-left: 0px!important;
}

.list_pickup_ttl:before {
    content: none!important;
}

.list_top_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_link_top,
.list_pickup_ttl {
    font-size: 14px;
}


.post_ttl {
    font-weight: bold!important;
    font-size: 18px!important;
    margin: 0.67em 0!important;
    border-bottom: none!important;
}
.post_write {
    font-size: 14px!important;
}

.post_write p {
    font-size: 14px!important;
}

.post_write pre {
    white-space: pre-wrap;
}

.announcement {
    font-size: 14px!important;
}

.announcement p {
    font-size: 14px!important;
}

.link_magazine_btn {
    cursor: pointer;
}

.list_aside_txt {
    width: calc(100% - 120px);
}

header {
    background-color: #000;
    padding-top: 0px!important;
}

.header_inner {
    width: 1125px;
    max-width: 95vw;
}

.nav {
    background-color: #fff;
}

.nav {
    transition: all 0s ease-in-out;
}

.list_nav {
    width: 1125px;
    max-width: 1125px;
}

.list_nav_item {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 22px;
    border-bottom: 2px solid #a4a4a4;
}

.list_nav_item:hover {
    cursor: pointer;
}

.list_nav_item:hover a {
    color: #000;
}

.list_nav_item.current,
.list_nav_item:hover {
    border-bottom: 2px solid #fd8f00;
}

.list_nav_link {
    color: #a2a2a2;
    font-weight: normal;
    padding: 14px 0;
}

.list_nav_item.current .list_nav_link,
.list_nav_link:hover {
    color: #000;
    text-decoration: none!important;
}

.list_nav_link:hover .list_nav_txt {
    text-decoration: none!important;
}

.list_nav_txt {
    padding: 0px;
    border-left: none;
}

.list_nav li:last-of-type .list_nav_txt {
    border-right: none;
}

.header_inner h1 img {
    width: auto;
    height: 32px;
}

.header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_inner {
    padding-bottom: 0px;
    padding: 16px 0px;
    align-items: center;
}

.icon_sns {
    padding-right: 24px;
}

.icon_sns_item {
    display: flex;
    text-align: center;
    margin: 0px;
}

.icon_sns_link {
    padding: 0px;
}

.icon_sns_item .icon_sns_link:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.icon_sns_link {
    padding: 0px;
    font-size: 0px;
    width: 42px;
    display: inline-block;
}

.icon_sns_item:nth-of-type(1) .icon_sns_link:before {
    background-image: url('../images/icons/icon_facebook.png');
    width: 30px;
    height: 30px;
}
.icon_sns_item:nth-of-type(2) .icon_sns_link:before {
    background-image: url('../images/icons/icon_twitter.png');
    width: 30px;
    height: 30px;
}
.icon_sns_item:nth-of-type(3) .icon_sns_link:before {
    background-image: url('../images/icons/icon_rss.png');
    width: 30px;
    height: 30px;
}

.header_form {
    display: flex;
    align-items: center;
}

.btn_submit {
    background-color: #fd8f00;
    position: static;
    border: 0;
}

.header_inner_sp {
    display: none;
}

.list_pagination .current span {
    color: #000;
    padding: 0 15px;
}

.post-page-numbers {
    color: #a4a4a4!important;
}

.list_pagination_item {
    display: flex!important;
    align-items: center!important;
    font-size: 16px!important;
    letter-spacing: 1px!important;
    line-height: 28px!important;
    color: #111111!important;
    font-weight: 400!important;
}

.list_pagination_item.prev,
.list_pagination_item.next {
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: center;
}

.top.main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.top-pickup_wrapper {
    width: 100%;
    margin: 0px 0px 32px 0px;
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 24px;
    align-self: flex-start;
}

.top-pickup_wrapper h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
}

.top-pickup_wrapper h2 span {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}

.top-section_wrapper {
    width: calc( 50% - 12px );
    margin: 0px 24px 32px 0px;
    border-bottom: 2px solid #e6e7e8;
    align-self: flex-start;
}

.margin-right0 {
    margin-right: 0px;
}

.top-section_wrapper.list_row2{
    width: 100%;
    border-bottom: none;
}

.top-section_wrapper h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px 14px 0px;
}

.top-section_wrapper h2 span {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}

.top-section_wrapper h2 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.top-section_wrapper h2 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(0.75,1);
}

.content_list {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.list_row2 .content_list::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc( 50% - 6px * 1 );
    height: 2px;
    background-color: #e6e7e8;
}

.list_row2 .content_list::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: calc( 50% - 6px * 1 );
    height: 2px;
    background-color: #e6e7e8;
}

.content_list.list_row2 {
}

.content_list .list_item {
    display: flex;
    width: calc( 100% - 6px * 1 );
    margin: 10px 6px 10px 0px;
    border-bottom: 1px dashed #999;
    padding-bottom: 16px;
}

.content_list .list_item:last-child {
    border-bottom: none;
}

.content_list .list_item.no-border {
    border-bottom: none;
}

.content_list .list_item a {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.list_row2 .list_item {
    width: calc( 50% - 6px * 1 );
}

.list_item_width_thum_wrapper {
    width: 90px;
}

.list_item_width_thum_wrapper img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*background-color: #d7d7d7;*/
    /*background-image: url(../images/noimage.png);*/
    background-size: contain;
}

.list_item_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.list_item_width_thum_wrapper + .list_item_detail {
    padding: 0px 0px 0px 12px;
    width: calc( 100% - 90px );
}


.content_list .metadata {
    display: flex;
    align-items: center;
}
.content_list .metadata .list_item_detail_category {
    display: inline-block;
    color: #777;
    border: 1px solid #777;
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 4px;
    margin-right: .65em;
}

.content_list .metadata .list_item_detail_date {
    color: #777;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
    margin-right: 1em;
}

.content_list .title span {
    overflow: hidden;
}

.content_list .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    /*min-height: 77px;*/
    -webkit-line-clamp: 3;
    min-height: 58px;
}

.content_list a:hover .title span {
    text-decoration: underline;
}

.pickup_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pickup_box-left {
    position: relative;
    width: 270px;
    height: 270px;
}

.pickup_box-left a {
    position: absolute;
    display: none;
    margin: auto;
    top: 0;
    left: 0;
}

.pickup_box-left a.active {
    display: block;
}

.pickup_box-left a img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    opacity: 0;
    transform: scale(1.2);
    transition: all .1s ease-out;
    /*background-color: #d7d7d7;*/
    /*background-image: url(../images/noimage.png);*/
    background-size: contain;
}

.pickup_box-left a.active img {
    transform: scale(1);
    opacity: 1;
}

.pickup_box-right {
    display: flex;
    flex-direction: column;
    width: calc( 100% - 270px );
    justify-content: space-between;
}

.pickup_box-right a {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 16px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 38px;
}

.pickup_box-right a::before {
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 5px;
    height: 100%;
    background-color: #e6e7e8;
    position: absolute;
}

.pickup_box-right a.active::before {
    background-color: #fd8f00;
}

.pickup_box-right a p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 16px;
    line-height: 16px;
}

.pickup_box-right a:hover p {
    text-decoration: underline;
}

.pickup_box-right a .metadata {
    display: flex;
    align-items: center;
    margin: 5px 0px 0px 0px;
}

.pickup_box-right a .metadata .pickup_item_category {
    display: inline-block;
    color: #777;
    border: 1px solid #777;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 4px;
    margin-right: .65em;
}

.pickup_box-right a .metadata .pickup_item_date {
    color: #777;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
}

.aside-magazine_wrapper,
.aside-ranking_wrapper,
.aside-press_wrapper {

}

.aside-magazine_wrapper h3,
.aside-ranking_wrapper h3,
.aside-press_wrapper h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
    border-left: none;
}

.aside-magazine_wrapper h3 span,
.aside-ranking_wrapper h3 span,
.aside-press_wrapper h3 span {
    font-size: 16px;
    font-weight: bold;
}

.aside-ranking_wrapper h3 a,
.aside-press_wrapper h3 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.aside-ranking_wrapper h3 a::before,
.aside-press_wrapper h3 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(0.75,1);
}

.aside-ranking_wrapper .list_aside_item,
.aside-press_wrapper .list_aside_item {
    padding: 0px;
    display: flex;
    margin-bottom: 14px;
    border-bottom: none;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img,
.aside-press_wrapper .list_aside_item .list_aside_img {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px;
    padding: 0px;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img img,
.aside-press_wrapper .list_aside_item .list_aside_img img {
    width: 80px;
    height: 80px;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img::before {
    counter-increment: number 1;
    content: counter(number);
    color: #fff;
    background-color: #fd8f00;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.aside-press_wrapper .list_aside_item .list_aside_img::before {
    content: "";
    display: none;
}

.aside-ranking_wrapper .list_aside_item .list_aside_txt,
.aside-press_wrapper .list_aside_item .list_aside_txt {
    width: calc( 100% - 80px );
    padding: 0px 12px;
    overflow: hidden;
}

.aside-ranking_wrapper .list_aside_item .list_aside_txt .list_aside_ttl,
.aside-press_wrapper .list_aside_item .list_aside_txt .list_aside_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
}

.aside-ranking_wrapper .list_aside_item a:hover .list_aside_ttl,
.aside-press_wrapper .list_aside_item a:hover .list_aside_ttl {
    text-decoration: underline;
}

.sec_books {
    margin-bottom: 30px;
}

.sec_books h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
    border-left: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px!important;
}

.aside_ranking_cont,
.aside_press_cont {
    background-color: #f5f5f5;
}

.slide-arrow.prev-arrow.slick-arrow,
.slide-arrow.next-arrow.slick-arrow {
    background-color: #fff;
}

.slide-arrow.prev-arrow.slick-arrow {
    left: -20px;
}
.slide-arrow.next-arrow.slick-arrow {
    right: -20px;
}

.slider_btn {
    position: relative;
    color: #fff;
    background-color: #000;
    border-radius: 0px;
}

.slider_btn::before {
    position: absolute;
    content: ">";
    color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    transform: scale(.8,1.5);
}

.slider_btn_link {
    color: #fff;
    font-weight: normal;
}

.list_aside_item .list_aside_date {
    color: #777;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
}

.footer_navi {
    color: #fff;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

.footer_navi_logo_wrapper {

}

.footer_navi_logo_wrapper img {
    width: 240px;
}

.footer_navi nav {
    width: 1125px;
    margin: auto;
}

.footer_navi nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0px;
}

.footer_navi nav ul li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 15px;
    border-right: 1px solid #c8c8c8;
}

.footer_navi nav ul li:hover {
    cursor: pointer;
}

.footer_navi nav ul li:first-child {
    border-left: 1px solid #c8c8c8;
}

.footer_navi nav ul li a {
    color: #111;
    font-weight: normal;
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.footer_navi nav ul li a span {

}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #000;
    padding-bottom: 32px;
}

.sns_icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sns_icons a {
    margin: 32px 18px;
}

.sns_icons img {
    width: 38px;
}

.footer_wrapper p {
    text-align: center;
    font-size: 15px;
}

.footer_wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

.footer_wrapper li {
    border-right: 1px solid #666;
}

.footer_wrapper li:first-child {
    border-left: 1px solid #666;
}

.footer_wrapper li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 24px;
}

.footer_wrapper .series {
    margin-top: 24px;
}

.footer_wrapper .copy {
    color: #666;
    font-size: 10px;
}

.btn-more-sp {
    display: none;
}

.pickup_box_sp {
    display: none!important;
}

.list_breadcrumb {
    background-color: #fff!important;
    padding-left: 0px!important;
}

.list_breadcrumb_item {
    display: flex;
    align-items: center;
}

.list_breadcrumb_item:after {
    top: 0px!important;
    bottom: 0;
    margin: auto;
}

.breadcrumb_link {
    padding: 5px 0px!important;
    color: #666!important;
    text-decoration: none!important;
    border-bottom: 1px solid #666;
    font-size: 12px!important;
}

.post_subttl {
    font-size: 16px!important;
    color: #666!important;
}

.list_breadcrumb_item:last-child .breadcrumb_link {
    border-bottom: none;
}

.post_ttl {
    font-size: 22px!important;
}

.metadata_author {
    position: relative;
    color:#111;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 1.5em;
    text-decoration: none!important;
}

.metadata_author::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/note.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.post_metadata {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 43px;
    margin: 8px 0px;
}

.post_metadata .metadata_category {
    display: inline-block;
    color: #777;
    border: 1px solid #777;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 6px;
    margin-right: .65em;
}

.metadata_date {
    font-size: 14px;
    color: #787878;
}

.post-page-numbers.current .list_pagination_item {
    background-color: #000!important;
    padding: 1px 6px!important;
    color: #fff!important;
    text-decoration: none!important;
}

.list_pagination {
    margin: 18px 0px!important;
}

.post_main .list_pagination {
    margin: 48px 0px!important;
}

.post_nextpage_parent + .list_pagination {
    margin-top: 0px!important;
}

.list_pagination_item.next {
    background-image: none!important;
    position: relative;
}

.list_pagination_item.next::before {
    position: absolute;
    content: ">";
    color: #787878;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: scale(.8,1.5);
    display: flex;
    align-items: center;
}

.list_pagination_item.prev {
    background-image: none!important;
    position: relative;
}

.list_pagination_item.prev::before {
    position: absolute;
    content: "<";
    color: #787878;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: scale(.8,1.5);
    display: flex;
    align-items: center;
}

.list_pagination_item.prev a,
.list_pagination_item.next a {
    width: 100%;
    height: 100%;
}

.list_pagination_item.prev:hover a,
.list_pagination_item.next:hover a {
    cursor: pointer;
}

.post_nextpage_parent {
    background-color: #f5f5f5;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0px!important;
}

.post_nextpage {
    display: flex;
    justify-content: center;
    align-items: center!important;
    font-size: 16px!important;
    color: #111;
    font-weight: normal!important;
}

.post_nextpage:after {
    content: ">";
    position: absolute;
    right: 0;
    transform: scale(.8,1.5);
    top: 0;
    bottom: 0;
    margin: auto;
}

.post_nextpage_ttl {
    font-size: 16px;
    line-height: 28px;
    color: #111111;
    text-decoration: none!important;
}
.post_nextpage_ttl:hover {
    text-decoration: underline!important;
}

.post_h4.keyword {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 0px!important;
    min-width: 6em!important;
    margin-right: 1em!important;
}
.post_h4.keyword span {
    border-bottom: none!important;
}

.list_keyword {
    font-size: 14px!important;
    letter-spacing: 1px!important;
    color: #333!important;
}

.post_main {
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

section.keyword {
    margin: 16px 0px!important;
}

.announcement {
    margin-bottom: 0px!important;
}

.backnumber_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px solid #e6e7e8;
    margin-bottom: 32px;
}

.magazine h4,
.backnumber_wrapper h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
    width: 100%;
}

.magazine h4 span,
.backnumber_wrapper h4 span {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}

.backnumber_wrapper h4 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.backnumber_wrapper h4 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(0.75,1);
}

.author_cont_wrapper {
    display: flex;
    flex-direction: column;
    border: 2px solid #e6e7e8!important;
    margin-bottom: 34px!important;
}

.author_cont_name p:first-of-type {
    font-size: 18px!important;
    margin-right: 1em!important;
}

.author_cont_txt a {
    font-size: 14px!important;
    color: #787878!important;
    font-weight: normal!important;
    text-decoration: none!important;
    padding-left: 0px!important;
    padding-right: 16px;;
}

.author_cont_txt a::before {
    content: ">";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto!important;
    transform: scale(.8,1.5);
}

.author_cont_txt a:hover {
    text-decoration: underline!important;
}

.magazin_group {
    border: none!important;
}

.magazine_img {
    width: 160px!important;
}

.magazine_cont {
    border: 2px solid #e6e7e8!important;
    margin-bottom: 34px!important;
}

.magazine_txt {
    width: calc( 100% -  140px );
}

.link_online {
    display: flex;
    flex-direction: column;
}

.link_online h6 {
    position: relative;
    height: 16px;
}

.link_online h6::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.link_online h6 span {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 13em;
    background-color: #fff;
    padding: 0px 1em;
    text-align: center;
}

.link_online ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.link_online ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( ( 100% - 13px ) / 2 );
    margin-right: 12px;
    margin-bottom: 12px;
}

.link_online ul li:nth-child(even){
    margin-right: 0px;
}

.link_online ul li a {
    position: relative;
    color: #fff!important;
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 42px;
    background-color: #000;
    justify-content: center;
    align-items: center;
}

.link_online ul li a::before {
    content: ">";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px;
    display: flex;
    align-items: center;
    transform: scale(.8,1.5);
}

.slider_btn {
    border: none!important;
}

.btn-more-sp:hover,
.btn-more-sp:focus,
.slider_btn_link:hover,
.link_online ul li a:hover {
    background-color: #fd8f00;
    opacity: 1!important;
}

.magazine_image_sp {
    display: none;
}

.post_write p img, .post_write p video, .announcement p img, .announcement p video {
    margin-left: auto!important;
    margin-right: auto!important;
}

.list_pagination {
    width: 100%!important;
}

.list_pagination span:first-child {
    /*margin-left: 30px;*/
    margin-left: 15px;
}
.list_pagination span:last-child {
    /*margin-right: 30px;*/
    margin-right: 15px;
}

.list_sns {
    margin: 16px 0px!important;
}

.size-full {
    width: 100%!important;
}

.post_write p > img {
    /*transform: translateX(-1em);*/
}

.aside-magazine_wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aside-magazine_wrapper ul li {
    display: flex;
    width: calc( 50% - 3px );
    flex-direction: column;
    align-items: center;
    border: 1px solid #e6e7e8;
    padding: 4px;
}

.aside-magazine_wrapper ul li a:first-child {

}

.aside-magazine_wrapper ul li a:first-child img {
    width: 100%;
    height: 188px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.aside-magazine_wrapper ul li .btn-buy {
    font-size: 14px;
    background-color: #000;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    position: relative;
    margin-top: 6px;
}

.aside-magazine_wrapper ul li .btn-buy::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: scale(.8,1.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside-magazine_wrapper ul li .btn-buy:hover {
    background-color: #fd8f00;
    opacity: 1;
}
.aside-ranking_wrapper,
.aside-magazine_wrapper {
    margin-bottom: 32px;
}

.sec_books h3 {
    font-size: 16px;
}

.slide-arrow.prev-arrow.slick-arrow, .slide-arrow.next-arrow.slick-arrow {
    margin-top: 84px;
}

.slider_btn {
    margin: 0px 50px!important;
}

.author_profile_img {
    width: 42px;
    height: 42px;
}

.author_profile_img img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.post_metadata_left {
    display: flex;
    align-items: center;
}

.author_profile_img + .metadata_author {
    padding-left: 0px;
    margin-left: 8px;
}

.author_profile_img + .metadata_author::before {
    content: none;
}

.post_write p,
.announcement p {
    text-indent: 0px!important;
}

.list_keyword_item {
    position: relative;
    margin-right: 1em!important;
}

.list_keyword_item::before {
position: absolute;
    content: ",";
    margin: auto;
    top: 0;
    bottom: 0;
    right: -0.75em;
    display: inline-block;
}

.list_keyword_item:last-child {
    margin-right: 0px!important
}
.list_keyword_item:last-child::before {
    content: none!important;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img img, .aside-press_wrapper .list_aside_item .list_aside_img img {
}

.ad_column2,
._popIn_recommend {
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.post_metadata_right {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.author_cont {
    border: none!important;
    margin-bottom: 0px!important;
}

.magazine_ttl {
    line-height: 1.2;
}

.post_metadata_company_name {
    pointer-events: none;
    text-decoration: none!important;
    padding-left: 0px!important;
}

.post_metadata_company_name::before {
    content: none!important;
}

.press_release .post_metadata {
    margin: 42px 0px;
}

.press_release .post_write {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 26px;

}

.press_release .post_write img {
    margin: 1.5em 0px;
}

.press_release .list_bottom_link {

}

.press_release .list_bottom_link .list_bottom_link_item {
    margin: 13px 0px;
}

.press_release .list_bottom_link .list_bottom_link_item a {
    text-decoration: underline!important;
}

.listpage_heading {
    font-size: 22px!important;
    color: #111!important;
    border-bottom: none!important;
}

.listpage_heading span {
    font-size: 14px!important;
    color: #111!important;
}

.superbanner {
    text-align: center;
}

.list_breadcrumb li:last-of-type {
    padding-top: 0px!important;
}

.list_pagination_archive {

}

.list_pagination_archive .list_pagination_item {
    padding: 0px 15px;
}

.list_pagination_archive .list_pagination_item .page-numbers {
    margin: 0px!important;
}

.list_pagination_archive .list_pagination_item.active {
    padding: 0 15px;
}

.list_pagination_archive .list_pagination_item.active:first-child {
    margin-left: 30px;
}

.list_pagination_archive .list_pagination_item .page-numbers {
    padding: 1px 6px!important;
    text-decoration: none!important;
}

.list_pagination_archive .list_pagination_item .page-numbers.current {
   background-color: #000!important;
    color: #fff!important;
}

._popIn_recommend_header {
    font-size: 20px!important;
    font-weight: bold!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 14px 0px!important;
}

.ad_column2.view_pc {
    display: flex!important;
}

.page_index_parent {
    width: fit-content!important;
    width: -moz-fit-content !important;
}

#slider_index {
    width: 3em!important;
    text-align: center!important;
}
#slider_index_2 {
    width: 2em!important;
    text-align: center!important;
}
/*** /add***/


ins{
    background-color: transparent!important;
}

.listpage_heading {
    font-size: 22px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 0px!important;
}

.article_list_item {
    width: 100%!important;
    padding: 15px 0px;
    margin: 0px!important;
    border-bottom: 2px dotted #e6e7e8;    
}

.article_list_item:last-child {
    border-bottom: none;
}

.article_list_img {
    margin-right: 15px!important;
}

.article_list_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    
}

.article_list_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc( 100% - 100px - 15px )!important;
    max-width: calc( 100% - 100px - 15px )!important;
}

.article_list_ttl {
    width: 100%!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #333333!important;
    font-weight: 400!important;
    border:none!important;
    margin-bottom: 0!important;
}

.article_list_subttl, .article_list_date {
    margin-bottom: 0px!important;
    text-align: left!important;
}

.page-numbers.current {
    background-color: #000!important;
    padding: 1px 6px!important;
    color: #fff!important;
    text-decoration: none!important;    
}

.page-numbers.dots {
    margin: 0px!important;
}

.page-numbers.dots:hover {
    color: auto!important;
    text-decoration: none!important;
}

.article_list {
    margin-bottom: 0px!important;
}

/** pagenation **/
.list_pagination_item {
	margin: 0px 15px!important;
	padding: 0px!important;
    min-width: 28px;
    height: 32px;
}

.list_pagination_item.active:first-child {
    margin-left: 75px!important;
}

.list_pagination_item.active:last-child {
    margin-right: 75px!important;
}

.list_pagination_item .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px!important;
	padding: 0px!important;
    min-width: 28px;
    height: 32px;
}

.post_main .list_pagination_item {
    justify-content: center;    
}

.post_main .list_pagination span {
    padding: 0px;
    margin: 0px;
}

.post_main .list_pagination span.current:first-child {
    margin-left: 36px!important;
}

.post_main .list_pagination span.current:last-child {
    margin-right: 36px!important;
}

.post_main .list_pagination a {
    padding: 0px;
}
/** /pagenation **/


@media all and (-ms-high-contrast: none) {
    .header_inner {
        justify-content: flex-start;
    }

    .page_index_parent {
        min-width: 5em!important;
    }
    
    .content_list .title span {
        display: block;
    }
}

@supports (-ms-ime-align:auto) {
    .page_index_parent {
        min-width: 5em!important;
    }
}


/* -------------------------------------------------------------------------------スマホレイアウト------------------------------------------------------------- */

@media screen and (max-width: 640px) {
    .view_pc {
        display: none !important;
    }
    .view_sp {
        display: block !important;
    }
    .body {
        padding: 0;
    }
    .header {
        width: 100%;
        max-width: 640px;
    }
    .header_inner {
        padding: 15px 10px;
        border: none;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }
    .h1 {
        margin-right: 0;
        width: 50%;
    }
    .nav {
        min-width: initial;
    }
    .header_menu {
        display: block;
        position: fixed;
        background: #000;
        width: 70%;
        z-index: 1;
        height: 100vh;
        top: 0;
        right: -70%;
    }
    .header_menu.is-active {
        animation: spmenu 500ms ease 0s 1 alternate forwards running;
    }
    @keyframes spmenu {
        0% {
            right: -70%;
        }
        100% {
            right: 0;
        }
    }
    .header_menu.no_active {
        animation: spmenu_close 500ms ease 0s 1 alternate forwards running;
    }
    @keyframes spmenu_close {
        0% {
            right: 0;
        }
        100% {
            right: -70%;
        }
    }
    .btn_sp_menu {
        padding: 5px 0;
        width: 40px;
    }
    .btn_sp_menu_txt {
        font-size: 12px;
        font-family: Meiryo;
        font-weight: bold;
        word-break: keep-all;
    }
    .btn_submit {
        width: 40px;
        height: 40px;
        right: 10px;
    }
    .sp_menu_line {
        width: 100%;
        height: 4px;
        background: #000;
        margin-bottom: 5px;
    }
    .header_form {
        margin-right: 10px;
        width: 100%;
        padding: 0 10px;
        height: 60px;
        display: none;
    }
    .header_form_input {
        width: calc(100% - 40px);
        width: 100%;
        font-size: 14px;
        font-size: 16px;
        max-height: 40px;
        border: solid 1px #000;
    }
    .icon_sns {
        display: none;
    }
    .list_nav {
        display: flex;
        justify-content: space-between;
        overflow-x: scroll;
        width: 100%;
    }
    .list_nav_link {
        font-size: 12px;
    }
    .header_menu .list_nav {
        overflow: visible;
    }
    .nav.view_sp .list_nav {
        display: block;
    }
    .nav.view_sp .list_nav .list_nav_item {
        display: block;
        border-bottom: 1px solid #fff;
        width: 100%;
    }
    .nav.view_sp .list_nav .list_nav_item .list_nav_link {
        text-align: left;
        padding-left: 20px;
        border-left: none;
    }
    .nav.view_sp .list_nav .list_nav_item .list_nav_txt {
        border: none
    }
    .list_nav_item {
        /*border: none;*/
        min-width: 25%;
    }
    .list_nav li:first-of-type {
        display: none;
    }
    .list_nav_link {
        /*color: #fff;*/
        display: block;
        border: none;
        word-break: keep-all;
        padding: 0;
        text-align: center;
    }
    .list_nav_link:hover {
        border: none;
    }
    .list_nav_txt {
        padding: 20px 0;
        width: 100%;
    }
    .btn_close {
        padding: 20px 15px 20px 0;
        cursor: pointer;
        text-align: right;
        vertical-align: middle;
    }
    .btn_close_cont {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #bfbfbf;
        border-radius: 100%;
        position: relative;
    }
    .btn_close_line {
        width: 25px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
    }
    .btn_close_line:last-of-type {
        transform: rotate(-45deg);
    }
    .sp_header_menu {
        display: flex;
    }
    .wrapper {
        padding: 0;
        width: 100%;
        max-width: 640px;
        display: block;
    }
    .main {
        width: 100%;
        max-width: 640px;
    }
    .aside {
        width: 100%;
        max-width: 640px;
        padding: 0 10px;
    }
    .aside_ad {
        display: none;
    }
    .list_aside {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .list_aside_item {
        width: 25%;
        max-width: 140px;
        margin-right: 10px;
        display: block;
        border: none;
    }
    .list_aside_item:nth-of-type(4) {
        margin-right: 0;
    }
    .list_aside_item:last-of-type {
        display: none;
    }
    .list_aside_link {
        display: block;
    }
    .list_aside_txt {
        width: 100%;
    }
    .list_aside_img {
        width: 100%;
        padding: 25px 0 0 0;
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        padding-bottom: 25px;
    }
    .list_aside_img img {
        /*
        position: absolute;
        top: calc(50%);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-top: 24px;
        */
    }
    .list_aside_img:before {
        left: 0;
        top: 0;
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }
    .list_aside_data {
        display: block;
        margin-bottom: 5px;
        word-break: break-all;
    }
    .list_aside_cate {
        margin-bottom: 10px;
    }
    .list_aside_ttl {
        line-height: 22px;
    }
    .magazie {
        display: none;
    }
    .sec_books {
        visibility: hidden;
    }
    .footer {
        min-width: initial;
    }
    .list_footer {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_inner {
        padding: 30px 0;
    }
    .list_footer_wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .list_footer_cont1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .list_footer_item1 {
        width: 100%;
    }
    .list_footer_item2 {
        width: 50%;
    }
    .list_footer_item2_inner {
        display: block;
    }
    .list_footer_ttl {
        width: 100%;
        margin-bottom: 0;
        margin-right: 5px;
        padding: 0 0 10px 5px;
    }
    .list_footer_txt {
        width: 100%;
        border-bottom: 1px #fff solid;
    }
    .list_footer_cont2 {
        width: 100%;
    }
    .list_footer .list_footer_item2_inner .list_footer_txt {
        width: 100%;
    }
    .list_footer li:nth-of-type(3) .list_footer_txt {
        border-right: 1px solid #fff;
    }
    .list_footer_link1,
    .list_footer_link2 {
        display: block;
        padding: 10px 0px 10px 10px;
        display: inline-block;
        width: 100%;
        padding-left: 1em;
        position: relative;
    }
    .list_footer_link1:before,
    .list_footer_link2:before {
        content: none;
    }
    .list_footer_link1:after,
    .list_footer_link2:after {
        content: ">";
        position: absolute;
        right: 5px;
    }
    dt.list_footer_txt {
        position: relative;
    }
    dt.list_footer_txt:after {
        content: "+";
        position: absolute;
        right: 0;
        width: 16px;
        font-size: 16px;
        top: 7px;
    }
    dt.list_footer_txt:after {
        content: "+";
        position: absolute;
        right: 0;
        width: 16px;
        font-size: 16px;
        top: 7px;
    }
    dt.list_footer_txt.is-open:after {
        content: "-";
    }
    li.list_footer_txt {
        position: relative;
    }
    li.list_footer_txt:after {
        content: ">";
        position: absolute;
        right: 0;
        width: 16px;
        font-size: 16px;
        top: 7px;
    }
    .list_footer_dd {
        display: none;
    }
    .footer_list_rekishi {
        flex-wrap: wrap;
    }
    .footer_list_cont_rekishi {
        width: 100%;
    }
    .footer_list_li_1 {
        width: 100%;
    }
    .footer_heading {
        display: block;
    }
    .footer_ttl {
        margin: auto;
        margin-bottom: 20px;
        width: 50%;
    }
    .list_footer_icon {
        justify-content: space-between;
        margin: auto;
        width: 80px;
        margin-bottom: 30px;
    }
    .footer_list_item_1 {
        border-bottom: solid 1px #fff;
        margin: 0;
    }
    .footer_list_item_1 a {
        padding: 10px 0;
        display: block;
    }
    .list_footer_dd ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_list_item_li_2 {
        width: 50%;
    }
    .footer_list_cont dd {
        display: none;
    }
    .list_footer_cont2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .list_footer_cont2 .list_footer_txt:nth-of-type(odd) {
        border-right: 1px solid #fff;
    }
    .list_footer_cont2 .list_footer_txt {
        width: 50%;
    }
    .list_footernav {
        display: flex;
        flex-wrap: wrap;
    }
    .list_footer_item {
        position: static;
        width: calc(50% - 0.5px);
        border-bottom: 1px solid #fff;
    }
    .list_footernav li:nth-of-type(odd) {
        border-right: 1px solid #fff;
    }
    .list_footer_cont2 .list_footer_item {
        margin-bottom: 0;
    }
    .list_footer_cont2 li:nth-of-type(odd) {
        border-right: 1px solid #fff;
    }
    .list_footer_wrap .list_footernav .list_footer_item {
        padding-left: 0;
        margin-top: 0;
    }
    .list_footer_cont1 {
        margin-right: 0;
    }
    .copy {
        font-size: 15px;
    }
    .superbanner div {
        width: 100% !important;
    }
    .superbanner iframe {
        width: 100% !important;
    }
    .superbanner {
        display: none;
    }
    .ad_column2 {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ad_column2>div:first-of-type {
        margin-bottom: 10px;
    }

    /** add **/
    .nav {
        overflow-x: scroll;
    }

    .list_nav {
        width: auto;
    }

    .list_nav li:first-of-type,
    .list_nav_item {
        display: inline-block;
        padding: 0px 20px;
        min-width: auto;
    }

    .list_nav_txt {
        padding: 12px 0;
    }

    .header_inner_sp {
        display: flex;
        justify-content: space-between;
    }

    .header_inner {
        display: none;
    }

    .h1 {
        width: auto;
        padding: 8px 0px 8px 8px;
        display: flex;
        align-items: center;
    }

    .h1 img {
        width: 50%;
    }

    .btn-open-wrapper {
        position: relative;
        right: 0px;
        top: 0px;
        width: 58px;
        height: 58px;
        z-index: 2000;
    }

    .btn-open {
        width: 52%;
        height: 46%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        cursor: pointer;
        justify-content: space-between;
        flex-direction: column;
    }

    .btn-open img {
        width: 100%;
    }

    .modal-menu-sp {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 2000;
        background-color: rgba(0,0,0,.75);
    }

    .modal-menu-inner {
        position: absolute;
        right: -320px;
        top: 0;
        width: 320px;
        height: 100vh;
        background-color: #000;
        transition: right .3s ease-in-out;
    }

    .modal-menu-inner.active {
        right: 0;
    }

    .modal-menu-sp form {
        width: 94%;
        margin: 0px auto;
        display: flex;
        padding: 8px 0px;
    }

    .modal-menu-sp form input[type="text"]{
        padding: 4px;
        height: 32px;
        width: calc( 100% - 32px );
    }

    .modal-menu-sp form input[type="image"],
    .modal-menu-sp form button {
        width: 32px;
        height: 32px;
        background-color: #fd8f00;
        padding: 6px;
        border: 0;
    }

    .modal-menu-sp .modal_menu_list {
        width: 94%;
        margin: 0px auto;
    }

    .modal-menu-sp .modal_menu_list li {
        border-bottom: 1px solid #7f7f7f;
    }

    .modal-menu-sp .modal_menu_list li a {
        color: #fff;
        display: block;
        padding: 12px 0px 12px 1em;
        position: relative;
        font-size: 14px;
    }

    .modal-menu-sp .modal_menu_list li a::before {
        position: absolute;
        content: ">";
        color: #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
        display: flex;
        align-items: center;
        transform: scale(.4,1);
        font-size: 28px;
    }

    .modal-menu-sp .modal_menu_list li a span {

    }

    .modal-menu-sp .modal_command {
        display: flex;
        width: 94%;
        margin: 0px auto;
        padding: 16px 0px 8px 0px;
        justify-content: space-between;
    }

    .modal-menu-sp .modal_command ul {
        display: flex;
    }

    .modal-menu-sp .modal_command ul li {
        margin-right: 12px;
    }

    .modal-menu-sp .modal_command ul li a {

    }

    .modal-menu-sp .modal_command ul li a img {
        width: 24px;
        height: 24px;
    }

    .modal-menu-sp .modal_command .close_btn_sp {
        color: #fff;
        font-size: 28px;
        display: flex;
        width: 28px;
        height: 28px;
        justify-content: center;
        align-items: center;
    }

    .top-section_wrapper h2 span,
    .aside-ranking_wrapper h3 a, .aside-press_wrapper h3 span {
        font-size: 18px;
    }

    .top-section_wrapper h2 a,
    .aside-ranking_wrapper h3 a, .aside-press_wrapper h3 a,
    .backnumber_wrapper h4 a {
        display: none;
    }

    .content_list {
        flex-direction: column;
    }

    .content_list .list_item,
    .list_row2 .list_item {
        width: 100%;
    }

    .top-pickup_wrapper {
        margin: auto;
        width: 100%;
        padding: 0px 15px;
    }

    .top-section_wrapper,
    .top-section_wrapper.list_row2 {
        margin: auto;
        width: 100%;
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
    }

    .content_list .list_item.no-border {
        padding-bottom: 0px
    }

    .list_row2 .content_list::before,
    .list_row2 .content_list::after {
        content: none;
    }

    .top-pickup_wrapper,
    .top-section_wrapper {
        border-bottom: 2px solid #e6e7e8;
    }

    .btn-more-sp {
        position: relative;
        color: #fff;
        background-color: #000;
        display: inline-block;
        width: 195px;
        height: 42px;
        line-height: 42px;
        margin: 16px auto;
        font-size: 14px;
        text-align: center;
    }

    .btn-more-sp::before {
        content: ">";
        position: absolute;
        color: #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 16px;
        transform: scale(.8,1.5);
    }

    .footer_navi_logo_wrapper {
        width: 50%;
        margin: auto;
    }

    .footer_navi_logo_wrapper img {
        width: 100%;
    }

    .footer_navi nav {
        width: 100%;
    }

    .footer_navi nav ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_navi nav ul li {
        position: relative;
        width: 50%;
        border-bottom: 1px solid #c8c8c8;
        padding: 0 12px;
    }

    .footer_navi nav ul li::before {
        content: ">";
        position: absolute;
        color: #666;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
        display: flex;
        align-items: center;
        transform: scale(.8,1.5);
    }

    .footer_wrapper li:first-child {
        border-left: none;
    }

    .footer_navi nav ul li:nth-child(-n+2) {
        border-top: 1px solid #c8c8c8;
    }

    .footer_navi nav ul li:nth-child(2n) {
        border-right: none;
    }

    .footer_navi nav ul li a {
        font-size: 13px;
    }

    .footer_wrapper ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_wrapper ul li {
        position: relative;
        width: 50%;
        border-bottom: 1px solid #c8c8c8;
        padding: 4px 12px;
    }

    .footer_wrapper ul li::before {
        content: ">";
        position: absolute;
        color: #c8c8c8;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
        display: flex;
        align-items: center;
        transform: scale(.8,1.5);
    }


    .footer_wrapper ul li:nth-child(-n+2) {
        border-top: 1px solid #c8c8c8;
    }

    .footer_wrapper ul li:nth-child(2n) {
        border-right: none;
    }

    .footer_wrapper ul li a {
        font-size: 13px;
        padding: 8px 8px 8px 4px;
        word-break: break-word;
    }

    .footer_wrapper .series {
        margin-top: 0px;
    }

    .footer_wrapper .series-list a {
        font-size: 11px;
    }

    .pickup_box {
        display: none;
    }

    .pickup_box_sp {
        display: block!important;
        opacity: 0;
        transition: opacity 1s;
   }

    .slick-initialized{
        opacity: 1;
    }

    .list_aside_link {
        display: flex;
    }

    .list_aside.list_ranking {
        flex-direction: column;
    }

    .list_aside_item {
        width: 100%;
        max-width: none;
        margin-right: 0;
        display: flex;
    }

   .pickup_box_sp_item {
       width: 100%;
   }

   .pickup_box_sp_item a {
       position: relative;
       width: 100%;
       display: block;
   }

   .pickup_box_sp_item img {
       width: 100%;
       background-color: #d7d7d7;
   }

   .pickup_box_sp_item a .title_layer {
       position: absolute;
       margin: auto;
       bottom: 0px;
       left: 0px;
       width: 100%;
       color: #000;
       background-color: rgba(255,255,255,.95);
       padding: 8px 4px;
   }

   .pickup_box_sp_item a .title_layer p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
       overflow: hidden;
       height: 38px;
       line-height: 18px;
   }

   .pickup_box_sp_item .metadata {
        display: flex;
        align-items: center;
       margin-top: 6px;
    }

   .pickup_box_sp_item .pickup_item_category {
        display: inline-block;
        color: #777;
        border: 1px solid #777;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px 4px;
        margin-right: .45em;
   }

   .pickup_box_sp_item .pickup_item_date {
        color: #777;
        display: inline-block;
        font-size: 12px;
        padding: 0px 4px;
        margin-right: 1em;
   }

   .pickup_box_sp .slick-dots li {
       width: 24px;
       margin: 0px 4px;
       height: 3px;

   }
   .pickup_box_sp .slick-dots li button {
       transform: translateX(-60000px);
       font-size: 0px;
   }

   .pickup_box_sp .slick-dots li button:before {
       content: "";
       transform: translateX(60000px);
       background-color: #e6e7e8;
       height: 4px;
       width: 24px;
       opacity: 1;
   }

   .pickup_box_sp .slick-dots li.slick-active button:before {
       background-color: #fd8f00;
   }

   .pickup_box_sp .slick-arrow {
       display: none!important;
   }

    .aside-ranking_wrapper,
    .aside-press_wrapper {
        display: flex;
        flex-direction: column;
        padding: 0px 8px;
    }

    .breadcrumb {
        overflow-x: scroll;
        padding-left: 15px!important;
        cursor: pointer;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .list_breadcrumb li:last-of-type .breadcrumb_link {
        overflow: visible!important;
    }

    .post_nextpage {
        min-width: 7em;
        font-size: 12px;
    }
    .post_nextpage_ttl {
        font-size: 12px;
        text-align: left;
        line-height: 1.2;
    }

    .keyword {
        flex-direction: column;
    }

    .author_cont {
        padding: 8px!important;
    }

    .author_cont_img {
        width: 140px!important;
        margin-right: 16px!important;
    }

    .author_cont_name {
        margin-bottom: .5em!important;
    }

    .author_cont_name p:first-of-type {
        font-size: 15px!important;
    }

    .author_cont_txt {
        width: calc( 100% - 80px - 16px )!important;
    }

    .magazine_img {
        display: none;
    }

    .magazine_image_sp {
        display: block!important;
        width: 32%;
        float: left;
        margin-right: 8px;
    }
    .link_online {
        clear: both;
    }

    .link_online h6 {
        margin-top: 16px;
    }

    .link_online ul li a {
        font-size: 11px;
    }

    .magazine_cont {
        padding: 8px!important;
    }
    .magazine_ttl {
        display: inline;
        font-size: 16px;
    }

    .magazine_author,
    .magazine_data {
        display: inline;
    }

    .magazine_text_wrapper {
        margin-left: 8px;
    }

    .aside-ranking_wrapper,
    .list_aside_banner,
    .rectangle-2nd,
    .aside-magazine_wrapper {
        padding: 0px 15px;
        border-bottom: 2px solid #e6e7e8;
        padding-bottom: 24px;
    }

    .aside {
        padding: 0px!important;
    }

    .sec_books {
        visibility: visible;
        padding: 0px 8px;
        border-bottom: 2px solid #e6e7e8;
    }

    .rectangle-1st,
    .top-section_wrapper.list_row2 {
        border-bottom: 2px solid #e6e7e8;
    }

    .post_write iframe,
    .announcement iframe {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .post_metadata_right {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .post_metadata_right a:nth-last-of-type(1) {
        margin-right: 0px;
    }

    .post_metadata_right .metadata_date {
        margin-top: 4px;
        width: 100%;
        text-align: right;
    }

    .author_list_link_parent {
        display: none;
    }

    ul.magazine_data {
        display: block;
        margin: 6px 0px;
        line-height: 1.5;
    }

    .slider_img {
        width: 48%;
    }

    .content_list .title span {
        min-height: auto;
    }

    .page-numbers {
        padding: 2px!important;
    }

    .text-ad {
        width: calc( 100% - 10px * 2 );
        margin: auto;
    }

    .view_sp {
        border-bottom: 2px solid #e6e7e8;
        margin: 16px 0px;
        padding: 0px 0px 32px 0px;
    }

    .top-banner.view_sp {
        padding: 0px;
        border-bottom: none!important;
        text-align: center;
    }

    main.top .top-banner.view_sp {
        padding: 0px!important;
        border-bottom: 2px solid #e6e7e8!important;
        width: 100%!important;
        padding-bottom: 16px!important;
    }

    .wrapper_inner {
        padding-top: 0px!important;
    }

    .author_cont_img.no-img {
        display: none;
    }

    .author_cont_img.no-img + .author_cont_txt {
        width: 100%!important;
    }

    .ad_column2 {
        padding-bottom: 32px;
    }

    li.pr.view_sp {
        border-bottom: none!important;
        margin: 0px!important;
        padding: 0px!important;
    }

    ul._popIn_infinite_page {
        flex-direction: row!important;
    }

    ul._popIn_infinite_page > li {
        width: 48%!important;
    }

    .ad_column2.view_pc {
        display: none!important;
    }
    
    .article_list_img {
        width: 9px!important;
        margin-right: 0px!important;
    }
    
    .article_list_img img {
        width: 90px!important;
        height: 90px!important;
        object-fit: cover!important;
        font-family: 'object-fit: cover;';
    }
    
    .article_list_txt {
        width: calc( 100% - 90px - 12px)!important;
        max-width: calc( 100% - 90px - 12px)!important;
    }
    
    .article_list_ttl {
        font-size: 14px!important;
        line-height: 18px!important;
    }
    
    .article_list_date {
       font-size: 12px!important; 
    }
    
    .listpage_heading {
        padding: 0px 15px!important;
        font-size: 18px!important;
    }
    
    .list_breadcrumb {
        margin: 10px 0px;
        margin-bottom: 10px!important;
    }
    
    .article_list_item {
        padding: 12px 0px!important;
    }
    
    .page-numbers.dots {
        margin: 0px 10px!important;
    }

    .wrapper_inner {
        padding-bottom: 24px!important;
    }
    
    .list_pagination_item {
        margin: 0px 6px!important;
    }
    
    .post_article {
        padding: 0px 15px!important;
    }
    /** /add **/
}

.post_write, .post_write * {
    word-break: break-word;
    overflow-wrap: break-word;
}
