@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
共通
*/
.iframe_head {
    display: block;
    /*overflow:auto;*/
    -webkit-overflow-scrolling:touch;
}
.iframe_head iframe {
    display: block;
    width:100%;
    height:100%;
}
.kml-main {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    transform: translate3d(0,0,0);
}
.kml-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1042px;
    margin: 0 auto;
    /* padding: 90px 0; */
}

.kml-leftnav {
    max-width: 240px;
}
/* .kmp-content {
    width: calc(100% - 270px);
} */
@media screen and (max-width: 949px) {
    .sp_nav_index {
        position: absolute;
        top: 90px;
    }
    .kmp-headparts.sp {
        position: relative;
        z-index: 999;
    }
    .kml-wrap {
        width: 100%;
    }
    .kml-leftnav {
        display: none;
    }
    .kmp-content {
        width: 100%;
    }
    .kmp-content section {
        width: 96%;
        margin: 10px auto 0 auto;
    }
}
@media screen and (max-width: 425px) {
    .sp_nav_index {
        top: 70px;
    }
}
@media screen and (max-width: 375px) {
    .sp_nav_index {
        top: 60px;
    }
}

.sp_nav.open {
    /* display: none; */
    background: #EEE6DC;
    position: fixed;
    overflow-y: auto;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    margin-top: 0;
    
}
.sp_nav.open .top_linebtn {
    margin-top: 90px;
}

/*
コンテンツエリア
*/
.kmp-content section:not(:last-child) {
    margin-bottom: 62px;
}
.kmp-content h2 {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 29px;
    padding-bottom: 19px;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 800;
    border-bottom: 3px solid #000;
}
.kmp-content h2 span {
    display: inline-block;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic Medium", sans-serif;
    margin-left: 20px;
    font-size: 18px;
}
/*おすすめピックアップ*/
.feature .feature_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.feature__item {
    width: calc((100% - 30px)/2);
}
.feature__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}
/*ランキング*/
.kmp-ranking__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}
.kmp-ranking__item {
    position: relative;
    width: calc((100% - 44px)/3);
    padding-top: 60px;
}
.kmp-ranking__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 71px;
    height: 48px;
    background: url(https://kingmeat.itembox.design/item/images/icon/ranking1.svg)no-repeat;
}
.kmp-ranking__item a {
    display: block;
}
.kmp-ranking__item.rank02:before {
    background: url(https://kingmeat.itembox.design/item/images/icon/ranking2.svg)no-repeat;
}
.kmp-ranking__item.rank03:before {
    background: url(https://kingmeat.itembox.design/item/images/icon/ranking3.svg)no-repeat;
}
.kmp-ranking__item p {
    margin-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}
@media screen and (max-width: 949px){
    .kmp-content h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .kmp-content h2 span {
        margin-left: 17px;
        font-size: 13px;
    }
    .feature__item {
        width: calc((100% - 20px)/2);
    }
    .feature__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 20px;
    }
    .kmp-ranking__item {
        position: relative;
        width: calc((100% - 20px)/3);
        padding-top: 55px;
    }
    .kmp-ranking__item:before {
        width: 66px;
        height: 50px;
    }
}
@media screen and (max-width: 425px) {
    .feature__item {
        width: calc((100% - 10px)/2);
    }
    .kmp-ranking__item {
        padding-top: 45px;
    }
    .kmp-ranking__item:before {
        width: 56px;
        height: 40px;
    }
    .feature__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 10px;
    }
    .kmp-ranking__item p {
        font-size: 14px;
        line-height: 1.6;
    }
}
/*こだわり*/
@media screen and (max-width: 949px) {
    .kodawari {
        width: 100%!important;
        margin-bottom: 0!important;
    }
}

