#home_page_content .c-timeline_full img,
#home_page_content .c-timeline_sidebar img {
    max-width: 100%;
}

#home_page_content .c-beginMarket_slider .slick-disabled,
#home_page_content .topRecentFeature_thumbnailList .slick-disabled {
    pointer-events: none;
}

#home_page_content .c-button-black,
#home_page_content .c-button-ghost,
#home_page_content .c-button-orange,
#home_page_content .c-button-orange-newTab,
#home_page_content .c-button-yellow {
    width: 100%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-black,
    #home_page_content .c-button-ghost,
    #home_page_content .c-button-orange,
    #home_page_content .c-button-orange-newTab,
    #home_page_content .c-button-yellow {
        border-radius: 2px;
    }
}

#home_page_content .c-button-ghost {
    width: 320px;
    height: 60px;
    font-size: 14px;
    color: #111;
    background-color: transparent;
    border: 2px solid #111;
    position: relative;
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-ghost {
        width: 100%;
        height: 50px;
        font-size: 12px;
    }
}

#home_page_content .c-button-ghost::after {
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-button-black,
    #home_page_content .c-button-ghost,
    #home_page_content .c-button-orange,
    #home_page_content .c-button-orange-newTab,
    #home_page_content .c-button-yellow {
        transition-property: color, background;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    #home_page_content .c-button-black::after,
    #home_page_content .c-button-ghost::after,
    #home_page_content .c-button-orange-newTab::after,
    #home_page_content .c-button-orange::after,
    #home_page_content .c-button-yellow::after {
        transition: border .3s ease-out
    }

    #home_page_content .c-button-ghost:hover {
        color: #fff;
        background: #111
    }

    #home_page_content .c-button-ghost:hover::after {
        border-color: #fff
    }
}

#home_page_content .c-button-black {
    width: 100px;
    height: 40px;
    font-size: 12px;
    background-color: #111;
    border: 2px solid #111
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-button-black {
        transition: color .3s ease-out, background .3s ease-out
    }

    #home_page_content .c-button-black svg {
        transition: fill .3s ease-out
    }

    #home_page_content .c-button-black:hover {
        color: #111;
        background: 0 0
    }

    #home_page_content .c-button-black:hover svg {
        fill: #111
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-black {
        width: 100%;
        font-size: 10px
    }
}

#home_page_content .c-button-orange,
#home_page_content .c-button-orange-newTab {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f56614;
    border: 2px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-button-orange,
    #home_page_content .c-button-orange-newTab {
        transition: color .3s ease-out, background .3s ease-out
    }

    #home_page_content .c-button-orange svg,
    #home_page_content .c-button-orange-newTab svg {
        transition: fill .3s ease-out
    }

    #home_page_content .c-button-orange-newTab:hover,
    #home_page_content .c-button-orange:hover {
        color: #f56614;
        background: 0 0
    }

    #home_page_content .c-button-orange-newTab:hover svg,
    #home_page_content .c-button-orange:hover svg {
        fill: #f56614
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-orange,
    #home_page_content .c-button-orange-newTab {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

#home_page_content .c-button-yellow {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f90;
    border: 2px solid #f90
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-button-yellow {
        transition: color .3s ease-out, background .3s ease-out
    }

    #home_page_content .c-button-yellow svg {
        transition: fill .3s ease-out
    }

    #home_page_content .c-button-yellow:hover {
        color: #f90;
        background: 0 0
    }

    #home_page_content .c-button-yellow:hover svg {
        fill: #f90
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-yellow {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

#home_page_content .c-button-orange-newTab {
    position: relative
}

#home_page_content .c-button-orange-newTab:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(../images/common/icon_new.png) no-repeat;
    background-size: cover;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-button-orange-newTab:after {
        right: 25px;
        width: 16px;
        height: 16px
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-button-orange-newTab:after {
        right: 20px;
        width: 15px;
        height: 15px
    }
}

#home_page_content .c-followButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
    height: 40px;
    border: 1px solid #ebe8e0;
    background: #fff;
    border-radius: 20px
}

#home_page_content .c-followButton .label {
    height: 20px;
    overflow: hidden
}

#home_page_content .c-followButton .label span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    transition: margin 150ms
}

#home_page_content .c-followButton_svg {
    fill: #f56614;
    width: 12px;
    height: 12px;
    margin-left: 16px
}

#home_page_content .c-followButton.followed {
    color: #fff;
    background: #f56614
}

#home_page_content .c-followButton.followed .label .line1 {
    margin-top: -20px
}

#home_page_content * + .c-timeline,
#home_page_content .c-timeline_full {
    margin-top: 40px
}

#home_page_content .c-followButton.followed .c-followButton_svg {
    fill: #fff;
    animation: follow 280ms .1s forwards
}

@keyframes follow {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(2.7)
    }
    70% {
        transform: scale(1.8)
    }
    100% {
        transform: scale(1.5)
    }
}

#home_page_content .c-timeline_head {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .08em
}

#home_page_content .c-timeline_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#home_page_content .c-timeline_articleList {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

#home_page_content .c-timeline_sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
    margin-left: 50px
}

#home_page_content .c-timeline_sidebar_innder {
    position: -webkit-sticky;
    position: sticky;
    top: 120px
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    #home_page_content .c-timeline_full .banner-sp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#home_page_content .c-timeline_pager {
    width: 100%
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-timeline_pager {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    #home_page_content .c-timeline_link {
        width: 295px;
        height: 50px;
        position: relative;
        margin-top: 40px
    }
}

#home_page_content .c-timeline_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: .16em;
    background: #999;
    border-radius: 2px
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-timeline_link {
        width: 720px;
        height: 60px;
        margin-top: 50px;
        transition: background .3s ease-out
    }

    #home_page_content .c-timeline_link:hover {
        background: grey
    }

    #home_page_content .c-timeline_link_icon {
        margin-left: 14px
    }
}

#home_page_content .c-timeline_link_icon {
    width: 22px;
    height: 22px;
    position: relative
}

#home_page_content .c-timeline_link_icon::after,
#home_page_content .c-timeline_link_icon::before {
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    background: #fff
}

#home_page_content .c-timeline_link_icon::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#home_page_content .loading .c-timeline_link_icon {
    background-image: url(../images/common-loading.gif);
    background-size: contain
}

#home_page_content .loading .c-timeline_link_icon::after,
#home_page_content .loading .c-timeline_link_icon::before {
    display: none
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-timeline_link_icon {
        position: absolute;
        top: calc(50% - 11px);
        right: 20px
    }
}

#home_page_content * + .c-sidebarRanking {
    margin-top: 50px
}

#home_page_content .c-sidebarRanking_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .12em
}

#home_page_content .c-sidebarRanking_tabList {
    display: -ms-flexbox;
    display: flex
}

#home_page_content .c-sidebarRanking_tabList_node {
    width: 100%;
    color: #ccc;
    border-bottom: 1px solid #ccc
}

#home_page_content .c-sidebarRanking_tabList_node.active {
    color: #000;
    border-color: #000
}

#home_page_content .c-sidebarRanking_tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em
}

#home_page_content .c-sidebarRanking_content {
    margin-top: 30px
}

#home_page_content .c-sidebarRanking_postList_node {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#home_page_content .c-sidebarRanking_postList_node + .c-sidebarRanking_postList_node {
    margin-top: 15px
}

#home_page_content .c-sidebarRankingNum {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#home_page_content .c-sidebarRankingNum .num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: relative;
    color: #fff;
    font-size: 12px;
    z-index: 2
}

#home_page_content .c-sidebarRankingNum::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 16px solid #000;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #000;
    z-index: 1
}

#home_page_content .c-sidebarRankingNum[data-rank-index="1"]::before {
    border-top: 16px solid #b79346;
    border-left: 16px solid #b79346
}

#home_page_content .c-sidebarRankingNum[data-rank-index="2"]::before {
    border-top: 16px solid #999;
    border-left: 16px solid #999
}

#home_page_content .c-sidebarRankingNum[data-rank-index="3"]::before {
    border-top: 16px solid #825948;
    border-left: 16px solid #825948
}

#home_page_content .c-sidebarRanking_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    position: relative;
    margin-right: 20px;
    border: 1px solid #ddd;
    overflow: hidden
}

#home_page_content .c-sidebarRanking_img::before {
    content: '';
    display: block;
    padding-top: 65.6%
}

#home_page_content .c-sidebarRanking_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

#home_page_content .c-sidebarRanking_postList_title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-sidebarRanking_img {
        transition: border .3s ease-out
    }

    #home_page_content .c-sidebarRanking_img img {
        transition: transform .3s ease-out
    }

    #home_page_content .c-sidebarRanking_img:hover {
        border-color: #999
    }

    #home_page_content .c-sidebarRanking_img:hover img {
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    #home_page_content .c-sidebarRanking_postList_title:hover {
        text-decoration: underline
    }
}

#home_page_content * + .c-sidebarTags {
    margin-top: 60px
}

#home_page_content .c-sidebarTags_title {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 700
}

#home_page_content .c-sidebarTags_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

#home_page_content .c-sidebarTags_list_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    margin: 5px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    border: 1px solid #999;
    border-radius: 15px
}

#home_page_content .c-sideBanner {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden
}

#home_page_content * + .c-sideBanner {
    margin-top: 30px
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    #home_page_content .c-sideBanner {
        width: calc(50% - 6px)
    }
}

#home_page_content.contents {
    padding: 0 0 40px
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .headerInner {
        position: relative
    }

    #home_page_content .headerNav {
        display: none
    }

    #header.scrolled {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        animation: headerScrolled-sp .3s ease-out forwards
    }
}

@keyframes headerScrolled-sp {
    0% {
        top: -60px
    }
    100% {
        top: 0
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-sidebarTags_list_link {
        transition: color .1s ease-out, background .1s ease-out
    }

    #home_page_content .c-sidebarTags_list_link:hover {
        color: #fff;
        background: #999
    }

    #home_page_content .c-sideBanner img {
        transition: transform .3s ease-out
    }

    #home_page_content .c-sideBanner:hover img {
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    #home_page_content.contents {
        padding-top: 40px;
        max-width: none
    }

    #home_page_content .topHeadSection, 
    #home_page_content .topRecentPost {
        width: 1200px;
        /*width: 100%;*/
        padding: 0 40px;
        margin: 0 auto;
    }
}

@media print, screen and (max-width: 767px) {
    #home_page_content .c-timeline .c-articleList_node {
        width: 100%
    }

    #home_page_content .c-timeline .c-articleList_node + .c-articleList_node {
        margin-top: 20px
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    #home_page_content .c-timeline .c-articleList_node {
        width: calc((100% - 40px) / 3)
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(-n+3) {
        margin-top: 0
    }
}

@media print, screen and (min-width: 768px) {
    #home_page_content .c-timeline .c-articleList_node {
        margin-top: 30px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-timeline .c-articleList_node {
        width: calc((100% - 20px) / 2)
    }

    #home_page_content .c-timeline .c-articleList_node:first-child {
        margin-top: 0
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) {
        width: 100%
    }
}

#home_page_content .c-timeline .c-articleList_img {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden
}

#home_page_content .c-timeline .c-articleList_img::before {
    content: '';
    display: block;
    padding-top: 65.6%
}

#home_page_content .c-timeline .c-articleList_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

#home_page_content .c-timeline .c-articleList_category {
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 11px;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    border-bottom: 2px solid #999
}

#home_page_content .c-timeline .c-articleList_category.category-feature {
    color: #094786;
    border-color: #094786
}

#home_page_content .c-timeline .c-articleList_catch {
    margin-bottom: 3px;
    line-height: 1.7;
    letter-spacing: .08em
}

#home_page_content .c-timeline .c-articleList_title a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em
}

#home_page_content .c-timeline .c-articleList_date {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: .08em
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-timeline .c-articleList_img {
        transition: border .3s ease-out
    }

    #home_page_content .c-timeline .c-articleList_img img {
        transition: transform .3s ease-out
    }

    #home_page_content .c-timeline .c-articleList_img:hover {
        border-color: #999
    }

    #home_page_content .c-timeline .c-articleList_img:hover img {
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    #home_page_content .c-timeline .c-articleList_title:hover {
        text-decoration: underline
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) {
        position: relative
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_img {
        margin-bottom: 0
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_content {
        position: absolute;
        width: 100%;
        padding: 23px 30px;
        bottom: 0;
        color: #fff;
        background: rgba(0, 0, 0, .3);
        z-index: 99;
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_catch,
    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_date,
    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_title a {
        color: inherit
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_title {
        line-height: 1.6
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_category {
        display: inline-block;
        padding: 7px 13px;
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-bottom: 0;
        color: #fff;
        letter-spacing: .16em;
        background: #999;
        border: none
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_category::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 4px solid #999;
        border-left: 4px solid #999;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_category.category-feature {
        background: #094786
    }

    #home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_category.category-feature::after {
        border-top: 4px solid #094786;
        border-left: 4px solid #094786;
        border-bottom: 4px solid transparent;
        border-right: 4px solid transparent
    }

    #header.scrolled + .wrapper {
        margin-top: 180px
    }

    #home_page_content .topHeadSection {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topSlider {
        width: 100%
    }

    #home_page_content .topSlider_list_content {
        min-height: 110px;
        padding: 15px 20px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topSlider {
        width: 540px
    }
}

#home_page_content .topSlider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    height: 10px;
}

#home_page_content .topSlider .slick-dots li {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

#home_page_content .topSlider .slick-dots li.slick-active {
    background: #111
}

#home_page_content .topSlider .slick-dots li + li {
    margin-left: 5px
}

#home_page_content .topSlider_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    border: 1px solid #eee
}

#home_page_content .topSlider_list_node {
    /*position: relative;*/
}

#home_page_content .topSlider_list_img-pc img,
#home_page_content .topSlider_list_img-sp img {
    width: 100%
}

#home_page_content .topSlider_list_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

#home_page_content .topSlider_list_title {
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .08em
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topSlider_list_content {
        padding: 20px 30px
    }

    #home_page_content .topSlider_list_title {
        font-size: 16px
    }
}

#home_page_content .topSlider_list_date {
    color: #eee;
    letter-spacing: .16em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topSlider_list_date {
        font-size: 10px
    }

    #home_page_content .topRecentArticle {
        padding: 40px 20px 0
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topSlider_list_date {
        font-size: 12px
    }

    #home_page_content .topSlider_inner {
        /*transition: border .3s ease-out;*/
    }

    #home_page_content .topSlider_list_img-pc {
        transition: transform .3s ease-out
    }

    #home_page_content .topSlider_inner:hover {
        /*border-color: #999;*/
    }

    #home_page_content .topSlider_list_node:hover .topSlider_list_img-pc {
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }

    #home_page_content .topSlider_list_node:hover .topSlider_list_title {
        text-decoration: underline
    }

    #home_page_content .topRecentArticle {
        width: 540px
    }
}

#home_page_content .topRecentArticle .c-articleList_node {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentArticle .c-articleList_node {
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentArticle .c-articleList_node {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0
    }
}

#home_page_content .topRecentArticle .c-articleList_img {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #ddd;
    overflow: hidden
}

#home_page_content .topRecentArticle .c-articleList_img::before {
    content: '';
    display: block;
    padding-top: 65.6%
}

#home_page_content .topRecentArticle .c-articleList_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentArticle .c-articleList_img {
        width: 130px;
        margin-right: 15px
    }

    #home_page_content .topRecentArticle .c-articleList_content {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentArticle .c-articleList_img {
        width: 260px;
        margin-right: 20px
    }
}

@media print, screen and (max-width: 320px) {
    #home_page_content .topRecentArticle .c-articleList_img {
        width: 110px;
        margin-right: 10px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentArticle .c-articleList_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 35px;
        position: relative
    }
}

#home_page_content .topRecentArticle .c-articleList_category {
    display: inline-block;
    color: #999;
    font-weight: 700;
    letter-spacing: .12em;
    border-bottom: 2px solid #999
}

#home_page_content .topRecentArticle .c-articleList_category.category-feature {
    color: #094786;
    border-color: #094786
}

#home_page_content .topRecentArticle .c-articleList_catch {
    letter-spacing: .08em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentArticle .c-articleList_category {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 10px
    }

    #home_page_content .topRecentArticle .c-articleList_catch {
        display: none
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentArticle .c-articleList_category {
        padding-bottom: 6px;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px
    }

    #home_page_content .topRecentArticle .c-articleList_catch {
        line-height: 1.4
    }

    #home_page_content .topRecentArticle .c-articleList_title {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

#home_page_content .topRecentArticle .c-articleList_title a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em
}

@media print, screen and (max-width: 320px) {
    #home_page_content .topRecentArticle .c-articleList_title {
        font-size: 12px
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentArticle .c-articleList_date {
        display: none
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentArticle .c-articleList_date {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: inline-block;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: .08em;
        color: #999
    }

    #home_page_content .topRecentArticle .c-articleList_img {
        transition: border .3s ease-out
    }

    #home_page_content .topRecentArticle .c-articleList_img img {
        transition: transform .3s ease-out
    }

    #home_page_content .topRecentArticle .c-articleList_img:hover {
        border-color: #999
    }

    #home_page_content .topRecentArticle .c-articleList_img:hover img {
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    #home_page_content .topRecentArticle .c-articleList_title:hover {
        text-decoration: underline
    }
}

#home_page_content .topRecentArticle_head {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature {
        padding: 40px 0;
        margin-top: 40px;
        background: #f5f3ef;
        border-top: 1px solid #ebe8e0;
        border-bottom: 1px solid #ebe8e0
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature {
        margin-top: 50px
    }

    #home_page_content .topRecentFeature_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 60px;
        background: #f5f3ef;
        border-top: 1px solid #ebe8e0;
        border-bottom: 1px solid #ebe8e0
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_content {
        margin-top: 25px
    }

    #home_page_content .topRecentFeature_head {
        margin: 0 20px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_head {
        max-width: 1000px;
        margin: 0 auto 50px
    }
}

#home_page_content .topRecentFeature_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#home_page_content .topRecentFeature_title {
    font-weight: 700
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_body {
        margin: 25px 20px 0
    }

    #home_page_content .topRecentFeature_title {
        font-size: 24px;
        letter-spacing: .12em
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_body {
        width: 460px;
        margin-top: 30px
    }

    #home_page_content .topRecentFeature_title {
        font-size: 28px;
        letter-spacing: .08em
    }
}

#home_page_content .topRecentFeature_lead {
    margin-top: 20px;
    letter-spacing: .08em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_lead {
        font-size: 12px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_lead {
        font-size: 16px
    }

    #home_page_content .topRecentFeature_thumbnail {
        width: 486px;
        margin: -115px 0 0 60px
    }

    #home_page_content .topRecentFeature_thumbnail .slick-dots {
        width: auto;
        position: absolute;
        top: 20px;
        left: 20px
    }
}

#home_page_content .topRecentFeature_thumbnail .slick-dots {
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

#home_page_content .topRecentFeature_thumbnail .slick-dots li {
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

#home_page_content .topRecentFeature_thumbnail .slick-dots li.slick-active {
    background: #111
}

#home_page_content .topRecentFeature_thumbnail .slick-dots li + li {
    margin-left: 5px
}

#home_page_content .topRecentFeature_thumbnailList {
    position: relative
}

#home_page_content .topRecentFeature_thumbnailList .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: -55px;
    background: #d9d3c5
}

#home_page_content .topRecentFeature_thumbnailList .slick-arrow::before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: calc(50% - 6px)
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_thumbnail .slick-dots {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }

    #home_page_content .topRecentFeature_thumbnailList .slick-arrow {
        display: none !important
    }

    #home_page_content .topRecentFeature_postList_head {
        font-size: 16px
    }
}

#home_page_content .topRecentFeature_thumbnailList .slick-prev {
    left: 40px
}

#home_page_content .topRecentFeature_thumbnailList .slick-prev::before {
    left: calc(50% - 3px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#home_page_content .topRecentFeature_thumbnailList .slick-next {
    left: 100px
}

#home_page_content .topRecentFeature_thumbnailList .slick-next::before {
    left: calc(50% - 5px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_thumbnailList .slick-arrow:not(.slick-disabled) {
        transition: background .1s ease-out
    }

    #home_page_content .topRecentFeature_thumbnailList .slick-arrow:not(.slick-disabled):hover {
        background: #b8ad93
    }
}

@media print, screen and (max-width: 767px) {
    #home_page_content .topRecentFeature_thumbnailList_node {
        width: 76vw;
        padding: 6.1vw 5.5vw;
        transition: width .5s, padding .5s
    }

    #home_page_content .topRecentFeature_thumbnailList_node.slick-current {
        padding: 0
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    #home_page_content .topRecentFeature_thumbnailList_node {
        width: 50vw;
        padding: 3.4vw 3vw;
        transition: width .5s, padding .5s
    }

    #home_page_content .topRecentFeature_thumbnailList_node.slick-current {
        padding: 0
    }
}

#home_page_content .topRecentFeature_thumbnailList_img img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#home_page_content .topRecentFeature_postList {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 335px;
}

#home_page_content .topRecentFeature_postList_head {
    font-weight: 700;
    line-height: 1.7
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_postList_head {
        font-size: 28px
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_postList_subtitle {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 8px
    }
}

#home_page_content .topRecentFeature_postList_body {
    margin-top: 24px;
    letter-spacing: .08em;
    line-height: 2
}

#home_page_content .topRecentFeature_postList_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 23px;
    margin-bottom: 20px;
}

#home_page_content .topRecentFeature_postList_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #ebe8e0;
    background: #fff;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topRecentFeature_link {
        margin-top: 25px
    }

    #home_page_content .topRecentPost {
        padding: 0 20px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topRecentFeature_postList_link {
        transition-property: color, background, border;
        transition-duration: .1s;
        transition-timing-function: ease-out
    }

    #home_page_content .topRecentFeature_postList_link:hover {
        color: #fff;
        border-color: #999;
        background: #999
    }

    #home_page_content .topRecentFeature_link {
        width: 460px
    }
}

#home_page_content .topRecentPost {
    margin-top: 50px
}

#home_page_content .c-beginMarket {
    background: #f5f3ef;
    border-top: 1px solid #ebe8e0;
    border-bottom: 1px solid #ebe8e0
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket {
        padding: 40px 20px;
        margin-top: 40px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 80px 0;
        margin-top: 50px
    }
}

#home_page_content .c-beginMarket_slider {
    width: 460px;
    position: relative;
    margin-right: 80px
}

#home_page_content .c-beginMarket_slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: -30px;
    background: #d9d3c5
}

#home_page_content .c-beginMarket_slider .slick-arrow::before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: calc(50% - 6px)
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket_slider .slick-arrow {
        display: none !important
    }
}

#home_page_content .c-beginMarket_slider .slick-prev {
    right: 80px
}

#home_page_content .c-beginMarket_slider .slick-prev::before {
    left: calc(50% - 3px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#home_page_content .c-beginMarket_slider .slick-next {
    right: 20px
}

#home_page_content .c-beginMarket_slider .slick-next::before {
    left: calc(50% - 5px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_slider .slick-arrow:not(.slick-disabled) {
        transition: background .1s ease-out
    }

    #home_page_content .c-beginMarket_slider .slick-arrow:not(.slick-disabled):hover {
        background: #b8ad93
    }
}

#home_page_content .c-beginMarket_slider_current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 76px;
    position: relative;
    top: 20px;
    left: 20px
}

#home_page_content .c-beginMarket_slider_current span {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .12em;
    text-align: right
}

#home_page_content .c-beginMarket_slider_current::before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #000
}

#home_page_content .c-beginMarket_slider_node {
    border: 1px solid #eee
}

#home_page_content .c-beginMarket_slider_node img {
    width: 100%
}

#home_page_content .c-beginMarket_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: .04em
}

#home_page_content .c-beginMarket_title_svg {
    fill: #f56614
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket_title {
        font-size: 28px
    }

    #home_page_content .c-beginMarket_title_svg {
        width: 20px;
        height: 20px;
        margin-right: 16px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_title {
        font-size: 34px
    }

    #home_page_content .c-beginMarket_title_svg {
        width: 25px;
        height: 25px;
        margin-right: 15px
    }
}

#home_page_content .c-beginMarket_lead {
    margin-top: 20px
}

#home_page_content .c-beginMarket_control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket_lead {
        font-size: 12px;
        letter-spacing: .08em
    }

    #home_page_content .c-beginMarket_control {
        margin-top: 30px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_lead {
        font-size: 15px;
        letter-spacing: .12em
    }

    #home_page_content .c-beginMarket_control {
        width: 415px;
        margin-top: 40px
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket_control_node {
        width: calc((100% - 20px) / 3);
        margin-top: 10px
    }

    #home_page_content .c-beginMarket_control_node:nth-child(-n+3) {
        margin-top: 0
    }

    #home_page_content .c-beginMarket_control_node:nth-child(10) {
        display: none
    }

    #home_page_content .c-beginMarket_info {
        margin-top: 15px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_control_node {
        width: calc((100% - 36px) / 5);
        cursor: pointer
    }

    #home_page_content .c-beginMarket_control_node:nth-child(-n+5) {
        margin-bottom: 9px
    }
}

#home_page_content .c-beginMarket_control_node img {
    width: 100%
}

#home_page_content .c-beginMarket_control_node.current {
    position: relative
}

#home_page_content .c-beginMarket_control_node.current::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_info {
        width: 480px;
        margin-top: 38px
    }
}

#home_page_content .c-beginMarket_info_node {
    padding-left: 18px;
    border-left: 2px solid #f56614
}

#home_page_content .c-beginMarket_info_node .brand {
    font-weight: 700;
    letter-spacing: .08em
}

#home_page_content .c-beginMarket_info_node .name {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em
}

#home_page_content .c-beginMarket_info_node .price {
    margin-top: 13px;
    font-weight: 700;
    letter-spacing: .08em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .c-beginMarket_link {
        margin-top: 20px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .c-beginMarket_link {
        width: 460px;
        margin-top: 48px
    }
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topInformation {
        padding: 0 20px;
        margin-top: 60px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topInformation {
        padding: 80px 0
    }

    #home_page_content .topInformation_inner {
        width: 960px;
        margin: 0 auto
    }
}

#home_page_content .topInformation_title {
    font-weight: 700;
    letter-spacing: .12em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topInformation_title {
        margin-bottom: 20px;
        font-size: 18px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topInformation_title {
        padding-left: 20px;
        margin-bottom: 30px;
        font-size: 20px
    }

    #home_page_content .topInformation_list {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

#home_page_content .topInformation_list_date {
    color: #999;
    letter-spacing: .12em
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topInformation_list_node {
        padding: 20px 0;
        border-top: 1px solid #eee
    }

    #home_page_content .topInformation_list_date {
        font-size: 10px
    }

    #home_page_content .topInformation_list_text {
        margin-top: 11px;
        line-height: 1.7
    }
}

#home_page_content .topInformation_list_text {
    font-size: 12px;
    letter-spacing: .08em
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topInformation_list_node {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 65px;
        padding: 0 20px
    }

    #home_page_content .topInformation_list_node + .topInformation_list_node {
        border-top: 1px solid #eee
    }

    #home_page_content .topInformation_list_text:hover {
        text-decoration: underline
    }
}

#home_page_content .topInformation_list_label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}

#home_page_content .topInformation_list_label::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (max-width: 1024px) {
    #home_page_content .topInformation_list_label {
        -ms-flex-order: 4;
        order: 4;
        margin-top: 12px
    }

    #home_page_content .topInformation_list_label::after {
        margin-left: 8px
    }
}

@media print, screen and (min-width: 1025px) {
    #home_page_content .topInformation_list_label:hover {
        text-decoration: none
    }

    #home_page_content .topInformation_list_label::after {
        margin: 3px 0 0 8px
    }
}



#home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) .c-articleList_content {
    background-color: #ffffff9e;
    color: #000;
}

#home_page_content .c-timeline .c-articleList_node:nth-child(5n+1):hover .c-articleList_content {
    background-color: #000;
    color: #fff;
}

#home_page_content .c-timeline .c-articleList_node:nth-child(5n+1) a.fade_effect .overlay span {
    top: 40%;
}


.topSlider_list_node:hover a.fade_effect .overlay,
.topSlider_list_node a.fade_effect:hover .overlay,
.c-articleList_node:hover .c-articleList_img a.fade_effect .overlay,
.c-articleList_node .c-articleList_img a.fade_effect:hover .overlay
.topSlider_list_node:hover a.fade_effect .overlay span,
.topSlider_list_node a.fade_effect:hover .overlay span,
.c-articleList_node:hover .c-articleList_img a.fade_effect .overlay span,
.c-articleList_node .c-articleList_img a.fade_effect:hover .overlay  span
{
    opacity: 1;
}


.topSlider_list_node:hover a.fade_effect span::before,
.topSlider_list_node a.fade_effect:hover span::before,
.c-articleList_node:hover .c-articleList_img a.fade_effect span::before,
.c-articleList_node .c-articleList_img a.fade_effect:hover span::before {
    width: 100%;
}

#home_page_content .topRecentFeature_thumbnailList .slick-dots li button::before {
    display: none;
}

#home_page_content .slick-slider .slick-dots li button::before {
    display: none;
}