@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: .705vw;
    height: 100%;
}

body {
    color: #3d3d3d;
    background-color: #f0f0f0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}

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

.post a {
    color: #00e;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.el_pc {
    display: block;
}

.el_sp {
    display: none;
}

.el_right {
    text-align: right;
}

.el_bg_bl {
    background: #009af3;
}

.el_bg_rd {
    background: #fb0900;
}

.el_bg_yl {
    background: #ff8500;
}

.el_bg_gl {
    background: #d3b35e;
}

.el_bg_sl {
    background: #9f9f9f;
}

.el_bg_brz {
    background: #ca9a80;
}

.el_bg_dgy {
    background: #666;
}

.el_txt_bl {
    color: #449aef;
}

.el_txt_rd {
    color: #f60000;
}

.el_txt_gr {
    color: #009245;
}

.el_border_t_bl {
    border-top: 5px solid #0495ff;
}

.el_border_t_rd {
    border-top: 5px solid #f60000;
}

.el_border_t_gr {
    border-top: 5px solid #009245;
}

.el_grad_or {
    background: rgb(251 70 0);
    background: linear-gradient(125deg, rgb(255 100 1) 0%, rgb(255 100 1) 25%, rgb(251 70 0) 25%, rgb(251 70 0) 100%);
}

.el_grad_rd {
    background: rgb(251 10 40);
    background: linear-gradient(125deg, rgb(255 60 91) 0%, rgb(255 60 91) 25%, rgb(251 10 40) 25%, rgb(251 10 40) 100%);
}

.el_grad_bl {
    background: rgb(0 130 200);
    background: linear-gradient(125deg, rgb(0 150 220) 0%, rgb(0 150 220) 25%, rgb(0 130 200) 25%, rgb(0 130 200) 100%);
}

.el_grad_bk_l {
    background: rgb(0 0 0);
    background: linear-gradient(125deg, rgb(60 60 60) 0%, rgb(60 60 60) 20%, rgb(0 0 0) 20%, rgb(0 0 0) 100%);
}

.el_grad_rd_l {
    background: rgb(251 10 40);
    background: linear-gradient(125deg, rgb(255 60 91) 0%, rgb(255 60 91) 20%, rgb(251 10 40) 20%, rgb(251 10 40) 100%);
}

.el_grad_sb_l {
    background: rgb(210 255 255);
    background: linear-gradient(125deg, rgb(241 255 255) 0%, rgb(241 255 255) 20%, rgb(210 255 255) 20%, rgb(210 255 255) 100%);
}

.el_border_sb {
    border: 1px solid #03ceff;
}

.el_grad_po_l {
    background: rgb(0 0 0);
    background: linear-gradient(125deg, rgb(255 148 2) 0%, rgb(255 148 2) 20%, rgb(255 100 1) 20%, rgb(255 100 1) 100%);
}

.el_new {
    color: #e20001;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.el_mainHead {
    font-size: 17px;
    color: #fff;
    padding: 6px 0;
    font-weight: bold;
    background: #398fff;
}

.el_colorMaskWrapper {
    display: block;
    position: relative;
}

.el_colorMask {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s ease;
}

.el_contentsTtl {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease;
}

.bl_latest_contents:hover .el_colorMask,
.el_captureInfo_topContentsImg:hover .el_colorMask,
.el_captureInfo_contentsItem:hover .el_colorMask {
    background: rgba(255, 255, 255, 0.3);
}

/* リンクのイベントと色指定 */
.el_txtLinkEvent:visited .el_txtLink {
    color: #663399;
}

.el_txtLinkEvent:hover .el_txtLink {
    color: #cc3434;
    text-decoration: underline;
}

.el_txtLink {
    color: #0033CC;
    transition: all 0.3s ease;
}

.el_inner {}

/* セレクトボックス */
.el_select_box {
    display: flex;
    border: 1px solid #b1b1b1;
}

.el_select_item {
    width: 200px;
    font-size: 14px;
    color: #b1b1b1;
    padding: 10px 0;
    background: #fff;
    cursor: pointer;
}

.el_select_item.active {
    color: #fff;
    background: #e50012;
}

.el_select_item:first-child {
    border-right: 1px solid #b1b1b1;
}

.bl_banner {
    padding: 25px 0;
}

/*
.bl_banner_img:first-child {
    margin-bottom: 25px;
}
*/

/*
.bl_main_contents {
    background: url(/component/img/nnt_bg_pc_back_2_b.png) center 176px no-repeat fixed;
}
*/

.bl_contents_wrap {
    display: flex;
    justify-content: space-between;
    width: 1068px;
    margin: 0 auto;
}

.bl_contents_left {
    width: 742px;
}

.bl_info,
.bl_update_info {
    margin-bottom: 30px;
    background: #fff;
    padding: 18px 10px 1px 10px;
}

.bl_info_search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bl_info_search_window {
    width: 595px;
}

#form {
    position: relative;
}

#sbox {
    outline: 0;
    height: 46px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #e50012;
    font-size: 16.5px;
}

#sbox::placeholder {
    color: #989898;
}

#new_sbtn {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    background: #e50012;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    transition: all .15s ease;
}

.bl_nanapress_content #sbox {
    border-color: #0495ff;
}

.bl_nanapress_content #new_sbtn {
    background: #0495ff;
}

/* スライダー */
.bl_info_slider {
    margin-bottom: 10px;
}

.bl_info_slider_head,
.bl_update_info_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bl_info_slider_head_box,
.bl_update_info_head_box {
    display: flex;
    align-items: center;
}

.bl_info_slider_head_img,
.bl_update_info_head_img {
    width: 45px;
    margin-right: 10px;
}

.bl_info_slider_head_txt,
.bl_update_info_head_txt {
    font-size: 25px;
}

/* 更新情報 */
.bl_update_info_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 8px 8px;
}

.bl_update_info_item {
    display: flex;
    width: calc(50% - 8px);
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.bl_update_info_item:nth-child(odd) {
    margin-right: 8px;
}

.bl_update_info_itemInner {
    display: flex;
}

.bl_update_info_itemImg {
    width: 140px;
    margin-right: 10px;
    flex-shrink: 0;
}

.el_colorMaskWrapper {
    display: block;
    position: relative;
}

.bl_update_info_item:hover .el_colorMask {
    background: rgba(255, 255, 255, 0.3);
}

.bl_update_info_itemTxtBox {
    font-size: 11.5px;
    text-align: left;
}

.bl_update_info_itemTtl {
    max-height: calc(15* 1.4* 2* 1px);
    height: 50px;
    margin: 5px 0 15px;
}

.bl_update_info_itemTxt {
    width: 185px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.8em;
}

.el_moreViewBox {
    display: inline-block;
    padding-right: 8px;
}

.el_moreView {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    cursor: pointer;
}

.el_moreViewTxt {
    color: #7f7573;
    font-size: 11.5px;
}

.el_moreViewIcon {
    font-size: 17px;
    margin-left: 5px;
    color: #7f7573;
}

.bl_calenderLink {
    margin-bottom: 30px;
}

.bl_calenderLink img {
    width: 100%;
}

/* ななプレス */

.bl_nanapress {
    text-align: left;
}

.bl_nanapress_content {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 10px 0 10px;
}

#nanapress .post_list li:first-child {
    width: 100%;
}

#nanapress .post_list li:first-child>a {
    width: 100%;
    height: auto;
}

#nanapress .post_list li:first-child>a>img {
    width: 742px;
    height: 452px;
}

#nanapress .post_list li:not(:first-child) {
    margin-top: 20px;
}

#nanapress .post_list li>div h3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 3.2em;
}

.post_list_box {
    margin-top: 0;
}

.post_list_box h2 {
    color: #000;
    margin-bottom: 15px;
}

.bl_nanapress .bl_info_search {
    margin-bottom: 20px;
}

.side_rank_nav span {
    color: #333;
}

.side_ranking > p {
    color: #000;
}

/* 機種情報（横並び小） */

.bl_small_gensenList {
    display: flex;
    margin-bottom: 10px;
    border-color: #d3d3d3;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.bl_small_gensenList_item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 25%;
    border-color: #d3d3d3;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 20px;
    text-align: left;
}

.bl_small_gensenList_image {
    width: 100%;
    text-align: center;
}

.bl_small_gensenList_image img {
    max-height: 218px;
}

.bl_small_gensenList_name {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 3em;
    font-size: 13px;
    line-height: 1.5em;
}

.bl_small_gensenList_maker {
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    color: #a49e9e;
}

@media screen and (max-width: 768px) {

    .el_pc {
        display: none;
    }

    .el_sp {
        display: block;
    }

    .bl_banner {
        background: #fff;
        padding: 0 0 10px;
    }

    .bl_contents_wrap {
        flex-flow: column;
        width: 100%;
    }

    .bl_contents_left {
        width: 100%;
    }

    .bl_info_search {
        flex-flow: column;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    #sbox {
        height: 14rem;
        font-size: 5rem;
    }

    #new_sbtn {
        height: 14rem;
        padding: 3rem 4.5rem;
        font-size: 7rem;
    }

    .bl_info {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .bl_info_search_head_sp {
        font-size: 22px;
        text-align: left;
        margin-bottom: 15px;
    }

    .bl_info_search_window {
        width: 100%;
    }

    .bl_info_slider {
        margin-bottom: 30px;
    }

    .bl_update_info {
        padding-top: 0;
    }

    .bl_info_slider_head,
    .bl_update_info_head {
        flex-flow: column;
        align-items: baseline;
    }

    .bl_info_slider_head {
        margin: 0 0 0 -5px;
    }

    .bl_info_slider_head_box,
    .bl_update_info_head_box {
        margin-bottom: 10px;
    }

    .el_select_box {
        width: 100%;
    }

    .el_select_item {
        width: 50%;
        text-align: center;
    }

    .bl_main_contents {
        background: #fff none;
    }

    .bl_special_head_wrap {
        display: flex;
        align-items: center;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .bl_special_head_img {
        margin-right: 10px;
        max-width: 25px;
    }

    .bl_special_head {
        font-size: 22px;
        text-align: left;
    }

    .bl_info_slider_head_img,
    .bl_update_info_head_img {
        width: 40px;
        margin-right: 8px;
    }

    .bl_info_slider_head_img {
        margin-right: 5px;
    }

    .bl_info_slider_head_txt,
    .bl_update_info_head_txt {
        font-size: 22px;
    }

    /* 更新情報 */
    .bl_update_info_list {
        padding: 0;
    }

    .bl_update_info_itemBox {
        flex-direction: column;
    }

    .bl_update_info_item {
        width: 100%;
    }

    .bl_update_info_itemImg {
        width: 140px;
        margin-right: 10px;
        flex-shrink: 0 8px 0;
    }

    .bl_update_info_itemTxtBox {
        font-size: 11.5px;
        text-align: left;
    }

    .bl_update_info_itemTtl {
        max-height: calc(15* 1.4* 2* 1px);
        height: 50px;
        margin: 5px 0 15px;
    }

    .bl_update_info_itemTxt {
        width: 100%;
    }

    .bl_calenderLink {
        padding: 0 10px;
    }

    /* ななプレス */

    #nanapress .post_list li:first-child>a>img {
        width: 100%;
        height: auto;
    }

    .bl_nanapress_content {
        margin-bottom: 0;
        padding: 20px 10px 0;
    }

    .bl_nanapress_content .search_post_list li:first-child>div:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .bl_nanapress_content .search_post_list li:first-child>div:last-of-type {
        width: 100%;
    }

    .bl_nanapress .post_list li:first-child .post_like {
        top: -18px;
    }

    /* 機種情報（横並び小） */

    .bl_small_gensenList {
        flex-wrap: wrap;
        margin: 0 -10px 10px;
        border-width: 0 0 1px;
    }

    .bl_small_gensenList_item {
        width: 50%;
        border-width: 1px 1px 0 0;
        padding: 20px;
    }

    .bl_small_gensenList_item:nth-child(even) {
        border-right-width: 0;
    }
}