
/* featureArticlesDetail
-------------------------------------*/
@media screen and (max-width: 767px) {
    #featureArticlesDetail{
        padding: 0px 0 80px;
    }
    #featureArticlesDetail .info{
        display: none;
    }
    #featureArticlesDetail .feature_articles_contents{
        padding: 0 0 30px;
    }
    #featureArticlesDetail .box{
        padding: 20px 2vw 0;
    }
    #featureArticlesDetail .box .txt{
        font-size: 13px;
        line-height: 1.6;
    }
    #featureArticlesDetail .box .pic{
        margin: 20px 0 0;
    }
    #featureArticlesDetail .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #featureArticlesDetail iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #featureArticlesDetail .box .products_area ul{
        display: flex;
        flex-wrap: wrap;
    }
    #featureArticlesDetail .box .products_area ul li{
        position: relative;
        width: 45vw;
        margin: 10px 0 10px 2vw;
        padding: 0px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #featureArticlesDetail .box .products_area ul li:nth-child(2n-1){
        margin: 10px 0;
    }
    #featureArticlesDetail .box .products_area ul li .pic{
        position: relative;
        width: 100%;
        height: 45vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #featureArticlesDetail .box .products_area ul li .pic img{
        width: 100%;
        height: 47vw;
    }
    #featureArticlesDetail .box .products_area ul li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #featureArticlesDetail .box .products_area ul li .price{
        padding: 0 0 15px;
    }
    #featureArticlesDetail .box .products_area ul  li span[class^="icon_"]{
        display: inline-block;
        width: 80px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #featureArticlesDetail .box .products_area ul li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #featureArticlesDetail .box .btn a{
        margin: 30px auto 0;
    }
    #featureArticlesDetail .btn a{
        position: relative;
        display: block;
        width: 90vw;
        max-width: 400px;
        height: 50px;
        margin: 40px auto 0;
        padding: 18px 0 0;
        background: #fff;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 13px;
        text-align: center;
    }
    #featureArticlesDetail .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #featureArticlesDetail .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    #featureArticlesDetail{
        padding: 0px 0 100px;
    }
    #featureArticlesDetail .info{
        display: none;
    }
    #featureArticlesDetail .box{
        padding: 30px 0 0;
    }
    #featureArticlesDetail .box .txt{
        font-size: 16px;
        line-height: 1.6;
    }
    #featureArticlesDetail .box .pic{
        margin: 30px 0 0;
    }
    #featureArticlesDetail .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #featureArticlesDetail iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #featureArticlesDetail .box .products_area ul{
        display: flex;
        flex-wrap: wrap;
    }
    #featureArticlesDetail .box .products_area ul li{
        position: relative;
        width: 224px;
        margin: 10px 0 10px 44px;
        padding: 10px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #featureArticlesDetail .box .products_area ul li:nth-child(3n-2){
        margin: 10px 0;
    }
    #featureArticlesDetail .box .products_area ul li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #featureArticlesDetail .box .products_area ul li .pic img{
        width: 100%;
        height: 240px;
    }
    #featureArticlesDetail .box .products_area ul li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #featureArticlesDetail .box .products_area ul li .price{
        padding: 0 0 15px;
    }
    #featureArticlesDetail .box .products_area ul li span[class^="icon_"] {
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #featureArticlesDetail .box .products_area ul li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #featureArticlesDetail .box .btn a{
        margin: 30px auto 0;
    }
    #featureArticlesDetail .btn a{
        position: relative;
        display: block;
        width: 360px;
        height: 58px;
        margin: 60px auto 0;
        padding: 22px 0 0;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 16px;
        text-align: center;
    }
    #featureArticlesDetail .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #featureArticlesDetail .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
    #featureArticlesDetail .btn a:hover{
        border: 1px solid #000000;
        transition: .3s;
    }
}

/* featureArticlesIndex
-------------------------------------*/
@media screen and (max-width: 767px) {
    #featureArticlesIndex{
        padding: 0px 0 80px;
    }

    #featureArticlesIndex ul{
        display: flex;
        flex-wrap: wrap;
    }
    #featureArticlesIndex ul.featureArticlesList li{
        position: relative;
        width: 47vw;
        margin: 20px 0 0 2vw;
        border: 1px solid #ccc;
    }
    #featureArticlesIndex ul.featureArticlesList li:nth-child(2n-1){
        margin: 20px 0 0 0px;
    }
    #featureArticlesIndex ul.featureArticlesList li a{
        display: block;
        padding: 0 0 25px;       
    }
    #featureArticlesIndex li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #featureArticlesIndex li .pic img{
        width: 100%;
        height: 47vw;
    }
    #featureArticlesIndex ul li time{
        display: none;
    }
    #featureArticlesIndex li .ttl{
        padding: 20px 2vw;
        color: #4D4D4D;
    }
    #featureArticlesIndex .featureArticlesList li a::before{
        content: "";
        position: absolute;
        bottom: 15px;
        right: 2vw;
        width: 15px;
        border-top: 1px solid #000000;
    }
    #featureArticlesIndex .featureArticlesList li a::after{
        content: "";
        position: absolute;
        bottom: 15px;
        right: 2vw;
        width: 5px;
        margin-bottom: 2px;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    #featureArticlesIndex{
        padding: 0px 0 100px;
    }
    #featureArticlesIndex ul{
        display: flex;
        flex-wrap: wrap;
    }
    #featureArticlesIndex ul.featureArticlesList li a{
        display: block;
        padding: 0 0 35px;
    }
    #featureArticlesIndex li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #featureArticlesIndex li .pic img{
        width: 100%;
        height: 240px;
    }
    #featureArticlesIndex ul li time{
        display: none;
    }
    #featureArticlesIndex li .ttl{
        padding: 15px;
        color: #4D4D4D;
    }
    #featureArticlesIndex .featureArticlesList li a::before{
        content: "";
        position: absolute;
        bottom: 25px;
        right: 15px;
        width: 27px;
        border-top: 1px solid #000000;
    }
    #featureArticlesIndex .featureArticlesList li a::after{
        content: "";
        position: absolute;
        bottom: 25px;
        right: 15px;
        width: 8px;
        margin-bottom: 2px;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
    #featureArticlesIndex ul.featureArticlesList li{
        position: relative;
        width: 30%;
        margin: 35px 2.5% 0;
        border: 1px solid #ccc;
    }
    #featureArticlesIndex ul.featureArticlesList li:nth-child(3n-1){
        margin: 35px 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    #featureArticlesIndex ul.featureArticlesList li{
        position: relative;
        width: 340px;
        margin: 35px 0 0 40px;
        border: 1px solid #ccc;
    }
    #featureArticlesIndex ul.featureArticlesList li:nth-child(3n-2){
        margin: 35px 0 0 0px;
    }
}