div {
    margin: 0;
    padding: 0;
    color: #1C1C1C;
    font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h1 {
    font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 24px 0px #E4E4E4;
    padding-top: 30px;
    border-radius: 100px;
    margin-top: 20px;
    background-color: white;
    opacity: 0.9;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.header-logo {
    margin-bottom: 22px;
}

.header-menu {
    display: none;
}


p {
    font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

body {
    width: 100%;
    height: auto;
    font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.trend-label {
    font-size: 30px;
    color: white;
    background:linear-gradient(90deg,rgb(0,155,206),rgb(3,119,158)) ;
    width: 250px;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
}

.trend-recommend_1st {
    width: 95%;
    height: 690px;
}

.trend-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.trend-explanation {
    font-size: 24px;
    margin-top: 5px;
}

.trend-action {
    font-size: 30px;
    text-align: center;
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

    width: 90%;
    font-size: 24px;
}

.free {
    background-color: #FF6B16;
    padding: 20px 60px;
    color: white;
    border-radius: 100px;
    text-decoration: none;
    width: 30%;
    margin: 10px;
    display: block;
    font-weight: bold;
}

.purchase {
    background-color: #FB544B;
    padding: 20px 60px;
    color: white;
    border-radius: 100px;
    text-decoration: none;
    display: block;
    width: 30%;
    margin: 10px;
    font-weight: bold;
}

.top-trend {
    margin: 0px 20px;
}

.top-trend_recommend h1 {
    margin-top: 50px;
    font-size: 45px;
    opacity: 0.8;
}

.trend-recommend_aria {
    display: flex;
    overflow: scroll;
    gap: 50px;
}

.splide__slide img {
    width: 100%;
    height: 400px;
}

 
.splide__arrow > svg  {
    display: none;
   }

.star_score {
    display: flex;
    font-size: 20px;
    color: #FF6B16;
    font-weight: bold;
    margin-top: -1px;
}

.star_icon {
    margin-right: 3px;
    font-size: 26px;
    color: #FF6B16;
}

.content_explanation {
    height: 20px;
    margin-top: 10px;
    display: flex;
    margin-bottom: 24px;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 20px; 
    margin-top: -1px;
    margin-left: 10px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FBB490; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5.0"]:after{ width: 100%;} 
.star5_rating[data-rate="4.9"]:after{ width: 98%; } 
.star5_rating[data-rate="4.8"]:after{ width: 96%; } 
.star5_rating[data-rate="4.7"]:after{ width: 94%; } 
.star5_rating[data-rate="4.6"]:after{ width: 92%; } 
.star5_rating[data-rate="4.5"]:after{ width: 90%; } 
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; } 
.star5_rating[data-rate="4.2"]:after{ width: 84%; } 
.star5_rating[data-rate="4.1"]:after{ width: 82%; } 
.star5_rating[data-rate="4.0"]:after{ width: 80%; } 
.star5_rating[data-rate="3.9"]:after{ width: 78%; } 
.star5_rating[data-rate="3.8"]:after{ width: 76%; } 
.star5_rating[data-rate="3.7"]:after{ width: 74%; } 
.star5_rating[data-rate="3.6"]:after{ width: 72%; } 
.star5_rating[data-rate="3.5"]:after{ width: 70%; } 
.star5_rating[data-rate="3.4"]:after{ width: 68%; } 
.star5_rating[data-rate="3.3"]:after{ width: 66%; } 
.star5_rating[data-rate="3.2"]:after{ width: 64%; } 
.star5_rating[data-rate="3.1"]:after{ width: 62%; } 
.star5_rating[data-rate="3.0"]:after{ width: 60%; } 


.rank_header {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
    align-items: center;
}

.rank_h1 p {
    font-size: 40px;
    font-weight: bold;
}

.article_link {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    padding: 10px 30px;
    border-radius:100px;
}

.cover {
    position: relative;
    z-index: 1;
}

.rank_order {
    position:absolute;
    top:10px;
    left: 10px;
    background-color: #FBB490;
    font-size: 30px;
    color: white;
    padding: 2px 20px;
    border-radius: 10px;
}



.cover_explanation_link_text span{
    color: #009BCE;
    display: inline-flex;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px;    
}


.cover_cv {
    margin-top: 15px;
    gap: 10px;
    display: flex;
}

.cover_cv_btn_amazon {
    background-color: #FB544B;
    color: white;
    padding: 15px 0px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    display: block;
    text-align: center;
}

.cover_cv_btn_rakuten {
    background-color: #FB544B;
    color: white;
    padding: 15px 0px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
    display: block;
    text-align: center;
}


.rank_content {
    width: 300px;
    height: auto;
}

.rank_list {
    display: flex;
    gap: 30px;
    overflow: scroll;
}

.rank_list::-webkit-scrollbar{
    display: none;
}

.content_title {
    font-size: 20px;
    line-height: 1.5em;
    height: 30px;
    margin-top: 5px;
}

.rank_syounenn_seinen {
    margin-bottom: 30px;
}


@media screen and (min-width: 1001px) {
    body {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cover_img {
        width: 200px;
        height: 284px;
        object-fit: cover;
    }

    .splide__slide img {
        width: 375px;
        height: 200px;
        object-fit: cover;
    }
    .trend-recommend_1st {
        width: 375px;
        height: 390px;
        margin-right: 10px;
    }

    .trend-action {
        font-size: 30px;
        text-align: center;
        display: flex;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .free {
        display: block;
        background-color: #FF6B16;
        padding: 12px 10px 12px 10px;
        color: white;
        border-radius: 100px;
        text-decoration: none;
        width: 40%;
        margin: 5px;
        font-size: 12px;
    }

    .rank_header {
        display: flex;
        vertical-align: middle;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 30px;
        align-items: center;
    }

    .rank_h1 p {
        font-size: 24px;
        font-weight: bold;
    }
    
    .article_link {
        display: inline-block;
        font-size: 12px;
        text-decoration: none;
        color: #1C1C1C;
        border: 1px solid #1C1C1C;
        padding: 10px 30px;
        border-radius:100px;
    }
    
    .purchase {
        display: block;
        background-color: #FB544B;
        padding: 12px 10px 12px 10px;
        color: white;
        border-radius: 100px;
        text-decoration: none;
        width: 40%;
        margin: 5px;
        font-size: 12px;
    }

    .trend-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        width: 100%;
    }
    
    .trend-explanation {
        font-size: 14px;
        margin-top: 5px;
        width: 100%;
    }

    .splide__slide {
        margin-right: 20px;
    }

    .splide__list {
        margin: 20px;
    }

    .splide__arrow > svg  {
        display: none;
    }

    .top-trend_recommend h1 {
        font-size: 24px;
    }

    .rank_order {
        position:absolute;
        top:10px;
        left: 10px;
        background-color: #FBB490;
        font-size: 16px;
        color: white;
        padding: 2px 10px;
        border-radius: 5px;
    }

    .cover_cv_btn_amazon {
        background-color: #FB544B;
        color: white;
        padding: 10px 0px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 10px;
        width: 50%;
        display: block;
        text-align: center;
    }
    .cover_cv_btn_rakuten {
        background-color: #FB544B;
        color: white;
        padding: 10px 0px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 10px;
        width: 50%;
        display: block;
        text-align: center;
    }

    .cover_cv {
        margin-top: 15px;
        gap: 5px;
        display: flex;
    }

    .content_title  {
        font-size: 14px;
        font-weight: 400;
        line-height: 1em;
        height: 14px;
        margin-top: 5px;
    }

    .star5_rating{
        position: relative;
        z-index: 0;
        display: block;
        white-space: nowrap;
        color: #CCCCCC; /* グレーカラー 自由に設定化 */
        font-size: 14px; 
        margin-top: 0px;
        margin-left: 10px;
    }

    .star_score {
        display: flex;
        font-size: 16px;
        color: #FF6B16;
        font-weight: bold;
        margin-top: -1.5px;
    }
    
    .star_icon {
        margin-right: 3px;
        font-size: 18px;
        color: #FF6B16;
    }
    
    .content_explanation {
        height: 20px;
        display: flex;
        margin-bottom: 10px;
    }

    .rank_list {
        display: flex;
        gap: 15px;
        overflow: scroll;
    }

    .cover_cv {
        margin-top: 0px;
        gap: 10px;
        display: flex;
    }

    .header-container {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 6px 24px 0px #E4E4E4;
        padding-top: 10px;
        border-radius: 100px;
        margin-top: 20px;
        background-color: white;
        opacity: 0.9;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .header-logo {
       width: 15%;
       margin-bottom: 10px;
    }

    .header-content {
        width: 100%;
    }
}