/* ----------- common ----------- */
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a{
    text-decoration: none;
}

.fade{
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.article_top p{
    letter-spacing: 2px;
}

/* ----------- article_top_mv ----------- */
.article_top_mv{
    background: url("../img/articlepage_mv_bg.png") no-repeat center center/cover;
    padding: 13px 0 21px;
    font-size: 0;
}

.mv_item_wrap{
    display: block;
    padding: 34px 0;
}
.mv_item_inner{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius:6px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    -moz-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    box-shadow: 0 0 27px rgba(114,113,112,0.33);
}

.mv_img_box{
    position: relative;
}

.mv_img_box img{
    display: block;
    width:100%;
}

.mv_img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mv_txt_box{
    padding:21px 34px 40px;
}

.mv_label{
    display: inline-block;
    font-size: 16px;
    line-height:1;
    font-weight: bold;
    color: #ffffff;
    background-color: #eb7c31;
    padding: 10px 33px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin-right: 10px;
}
.mv_label:last-of-type{
	margin-right: 0;
}

.mv_title{
    margin-top:15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mv_btn_wrap{
    position: absolute;
    width:721px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
}

/* ----------- swiper ----------- */

.swiper-slide{
    width:721px;
}

.swiper-slide{
    margin-top:34px;
    -webkit-transition: margin-top 0.1s linear;
    -moz-transition:margin-top 0.1s linear;
    -ms-transition:margin-top 0.1s linear;
    -o-transition:margin-top 0.1s linear;
    transition:margin-top 0.1s linear;
}

.swiper-slide-active{
    margin-top:0;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1866ce;
}

.swiper-button-next, .swiper-button-prev {
    width: 53px;
    height: 53px;
    margin-top: -63px;
    background-color: rgba(24,102,206,0.5);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.swiper-button-next{
    right: -40px;
}

.swiper-button-prev{
    left:-40px;
}

.swiper-button-next:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/articlepage_mv_next.png") no-repeat center center;
}

.swiper-button-prev:after{
    content: '';
    width:14px;
    height:19px;
    background: url("../img/articlepage_mv_prev.png") no-repeat center center;
}

/* ----------- category ----------- */

.article_top_category{
    font-size: 0;
}

.main{
    width:1000px;
    margin: 0 auto;
}

.category_wrap{
    padding:100px 0 119px;
}

.category_btn_wrap ul{
    text-align: center;
}

.category_btn{
    display: inline-block;
    width:15%;
    min-width:140px;
    margin-right:2%;
    margin-top:15px;
    cursor: pointer;
    border: 2px solid #ed7d31;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ed7d31;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height:1.5;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category_btn a{
    display: block;
    padding:15px 10px 13px;
    color: #ed7d31;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category_btn:hover a{
    color: #ffffff;
    background-color: #ed7d31;
}

.category_btn_active a{
    color: #ffffff;
    background-color: #ed7d31;
}

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

.category_content_wrap{
    margin-top: 21px;
}

.category_item{
    float: left;
    width:31%;
    margin-right:3.5%;
    margin-top: 49px;
    -webkit-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    -moz-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    box-shadow: 0 0 27px rgba(114,113,112,0.33);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hide{
	display: none;
}

.category_item:hover{
    opacity: 0.8;
}

.category_item_inner{
    display: block;
}

.category_img_box{
    position: relative;
}

.category_img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.category_img_box img {
    display: block;
    width:100%;
}

.category_item:nth-of-type(3n){
    margin-right: 0;
}

.category_txt_box{
    padding:23px 21px 47px;
}

.category_label{
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    line-height:1;
    color: #ffffff;
    background-color: #eb7c31;
    padding: 8px 12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin-right: 10px;
}
.category_label:last-of-type{
	margin-right: 0;
}

.category_title{
    font-size: 16px;
    font-weight: bold;
    line-height:1.68;
    margin-top:15px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.category_more_btn{
    display: block;
    width:554px;
    padding:32px 0;
    margin:75px auto 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #f6f7fb;
    background-color: #000000;
    text-align: center;
    border:3px solid transparent;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-image: url("../img/articlepage_arrow03.png");
    background-position: right 54px center;
    background-repeat: no-repeat;

}
.category_more_btn.hide{
	display: none;
}


.category_more_btn:hover{
    background-color: #ffffff;
    border:3px solid #000000;
    color: #000000;
    background-image: url("../img/articlepage_arrow03_black.png");
}
.page_list{
	text-align: center;
	padding-top: 75px;
	font-size: 16px;
	font-weight: bold;
	
}
.page_list .wp-pagenavi{
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: block;
	float: left;
	padding: 12px 15px !important;
	color: #eb7c31;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eb7c31 !important;
	margin: 0 10px !important;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #eb7c31;
	border-color: #eb7c31 !important;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #eb7c31;
	border-color: #eb7c31 !important;
}
/* ----------- ranking ----------- */

.ranking_wrap{
    padding: 107px 0;
}

.article_top_ranking{
    background-color: #fdefe6;
    font-size: 0;
}

.ranking_title{
    font-size: 50px;
    font-weight:bold;
    color: #000000;
    text-align: center;
}

.ranking_content_wrap{
    margin-top: 10px;
}

.ranking_item{
    position: relative;
    float: left;
    width:31%;
    margin-right:3.5%;
    -webkit-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    -moz-box-shadow: 0 0 27px rgba(114,113,112,0.33);
    box-shadow: 0 0 27px rgba(114,113,112,0.33);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top:63px;
}

.ranking_item:hover{
    opacity:0.8;
}

.ranking_item:nth-of-type(3n){
    margin-right:0;
}

.ranking_img_box{
    position: relative;
}

.ranking_item a{
    display: block;
}

.ranking_img_box img{
    display: block;
    width:100%;
}

.ranking_item_img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ranking_txt_box{
    padding:23px 20px 47px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ranking_item_label{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height:1;
    padding:9px 13px 8px;
    background-color: #eb7c31;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.ranking_item_label:last-of-type{
	margin-right: 0;
}

.ranking_item_title{
    font-size: 16px;
    font-weight:bold;
    color: #000000;
    line-height:1.68;
    margin-top:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index:2;

}

.ranking_item_tnum{
    position: absolute;
    left:17px;
    top:-9px;
    width:54px;
    height:54px;
}

.ranking_item_tnum:after{
    content: "";
    width:54px;
    height: 16px;
    background: url("../img/articlepage_img04.png") no-repeat center center;
    position: absolute;
    bottom:-16px;
    left:0;
    right:0;
    margin:auto auto 0;
}

.ranking_item_tnum:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    border-top:9px solid transparent;
    border-bottom: 9px solid #17437f;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    top: -9px;
    right: -6px;
}

.tnum_inner{
    position: relative;
    z-index:1;
    display: table;
    width:100%;
    height:100%;
    text-align: center;
    background: url("../img/articlepage_img03.png") no-repeat center center;
}

.tnum_inner span{
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    color: #ffffff;
}

.ranking_item_bnum{
    position: absolute;
    z-index:1;
    right:-2px;
    bottom:-12px;
    font-size: 97px;
    font-style: italic;
    font-weight: 500;
    line-height:1;
    color: #fcece0;
}


.footer-inner{
    position: relative;
}

.page_top{
    display: none;
    position: fixed;
    z-index:99;
    font-size: 12px;
    line-height:16px;
    text-align: center;
    color: #ffffff;
    background: url("../img/articlepage_arrow04.png") no-repeat top 10px center #1866ce;
    padding:26px 13px 7px;
    right:230px;
    bottom: 61px;
}

@media only screen and (max-width: 1600px){
    /* ----------- common ----------- */
    .page_top {
        right: 100px;
    }

}

@media only screen and (max-width: 1300px){
    /* ----------- common ----------- */
    .main{
        width:95%;
        max-width: 1000px;
    }

}

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

    /* ----------- article_top_mv ----------- */
    .mv_btn_wrap {
        width: 500px;
    }

    /* ----------- swiper ----------- */

    .swiper-slide {
        width: 500px;
    }

    /* ----------- category ----------- */

    .category_wrap {
        padding: 80px 0 100px;
    }

    .category_content_wrap {
        margin-top: 10px;
    }

    .category_btn a {
        padding: 12px 10px 10px;
    }

    .category_more_btn{
        width:500px;
    }

    /* ----------- ranking ----------- */

    .ranking_wrap {
        padding: 80px 0;
    }

    /* ----------- common ----------- */

    .page_top {
        right: 30px;
    }

}

@media only screen and (max-width: 1023px) {
    /* ----------- category ----------- */
    .category_btn:last-of-type {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 768px) {
    /* ----------- swiper ----------- */

    .swiper-slide {
        width: 80%;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .swiper-button-next {
        right: -35px;
    }

    .swiper-button-prev {
        left: -35px;
    }

    .swiper-button-next:after {
        background: url(../img/articlepage_mv_next.png) no-repeat center center/12px auto;
    }

    .swiper-button-prev:after {
        background: url(../img/articlepage_mv_prev.png) no-repeat center center/12px auto;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    /* ----------- mv ----------- */

    .mv_txt_box {
        padding: 21px 25px 35px;
    }

    .mv_title {
        font-size: 18px;
    }

    .mv_btn_wrap {
        width: 80%;
    }

    /* ----------- category ----------- */

    .category_wrap {
        padding: 60px 0 80px;
    }

    .category_btn{
        font-size: 16px;
        margin-right:1.5%;
    }

    .category_btn:last-of-type {
        margin-right: 1.5%;
    }

    .category_item{
        width:49%;
        margin-right:2%;
        margin-top:30px;
        -webkit-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        -moz-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        box-shadow: 0 0 15px rgba(114,113,112,0.33);
    }

    .category_item:nth-of-type(3n){
        margin-right:2%;
    }

    .category_item:nth-of-type(2n){
        margin-right:0;
    }

    .category_txt_box {
        padding: 23px 21px 30px;
    }

    .category_more_btn {
        width: 400px;
        padding: 25px 0;
        background-position: right 40px center;
    }
	.page_list {
		padding-top: 60px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: -1px 0 0 -1px !important;
		-webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}

    /* ----------- ranking ----------- */

    .ranking_wrap {
        padding: 60px 0;
    }

    .ranking_title {
        font-size: 40px;
    }

    .ranking_item{
        width:49%;
        margin-right:2%;
        margin-top:40px;
        -webkit-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        -moz-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        box-shadow: 0 0 15px rgba(114,113,112,0.33);
    }

    .ranking_item:nth-of-type(3n){
        margin-right:2%;
    }

    .ranking_item:nth-of-type(2n){
        margin-right:0;
    }

    .ranking_item_tnum {
        left: 12px;
        width: 48px;
        height: 48px;
    }

    .ranking_item_tnum:after {
        width: 48px;
    }

    .tnum_inner span {
        font-size: 28px;
    }

    /* ----------- common ----------- */

    .page_top {
        bottom:38px;
    }


}

@media only screen and (max-width: 480px) {
    /* ----------- common ----------- */
    .article_top p {
        letter-spacing: 1px;
    }
    /* ----------- mv ----------- */
    .article_top_mv {
        padding: 10px 0 10px;
    }

    .mv_item_wrap {
        padding: 20px 0;
    }

    .mv_item_inner {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-color: #ffffff;
        overflow: hidden;
        -webkit-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        -moz-box-shadow: 0 0 15px rgba(114,113,112,0.33);
        box-shadow: 0 0 15px rgba(114,113,112,0.33);
    }

    .mv_txt_box {
        padding: 15px 15px 25px;
    }

    .mv_label {
        font-size: 12px;
        padding: 10px 20px;
    }

    .mv_title {
        font-size: 14px;
        margin-top: 10px;
    }

    .mv_btn_wrap {
        width: 85%;
    }

    /* ----------- swiper ----------- */

    .swiper-slide {
        width: 85%;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        left: -22px;
    }

    .swiper-button-next {
        right: -22px;
    }

    .swiper-button-next:after {
        background: url(../img/articlepage_mv_next.png) no-repeat center center/8px auto;
    }

    .swiper-button-prev:after {
        background: url(../img/articlepage_mv_prev.png) no-repeat center center/8px auto;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 8px;
    }

    /* ----------- category ----------- */

    .category_wrap {
        padding: 30px 0 40px;
    }

    .category_btn {
        font-size: 14px;
        margin-right: 2%;
        margin-top:10px;
        width:44%;
    }

    .category_btn a {
        padding: 8px 6px 8px;
    }

    .category_btn:last-of-type{
        margin-right:2%;
    }

    .category_btn:nth-of-type(2n){
        margin-right:0;
    }

    .category_item {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .category_item:nth-of-type(3n) {
        margin-right: 0;
    }

    .category_txt_box {
        padding: 18px 16px 25px;
    }

    .category_label{
        font-size: 12px;
    }

    .category_title{
        font-size: 14px;
        margin-top:10px;
    }

    .category_more_btn {
        width: 300px;
        padding: 15px 0;
        background-position: right 30px center;
        background-size: 17px auto;
        margin-top: 40px;
        font-size: 16px;
    }
    
	.page_list {
		padding-top: 40px;
		font-size: 14px;
	}

    /* ----------- ranking ----------- */

    .ranking_wrap {
        padding: 40px 0;
    }

    .ranking_title {
        font-size: 30px;
    }

    .ranking_item {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .ranking_item_label{
        font-size: 12px;
    }

    .ranking_item_title{
        font-size: 14px;
        margin-top:10px;
    }

    .ranking_txt_box {
        padding: 18px 15px 42px;
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .ranking_item_tnum {
        left: 12px;
        width: 40px;
        height: 40px;
        top: -6px;
    }

    .ranking_item_tnum:after {
        width: 40px;
    }

    .ranking_item_tnum:before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid #17437f;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        top: -6px;
        right: -3px;
    }

    .tnum_inner span {
        font-size: 24px;
    }

    .ranking_item_bnum {
        bottom: -10px;
        font-size: 80px;
    }

    /* ----------- common ----------- */

    .page_top {
        background: url(../img/articlepage_arrow04.png) no-repeat top 10px center/12px auto #1866ce;
        padding: 21px 11px 5px;
        right: 15px;
    }
}

