@charset "utf-8";

@import url(common_mobile.css);

#top_slide_mb {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    line-height: 0;
}

#top_slide_pc {
    display: none;
}

.slider_item01 {
    position: relative;
}

.slider_item02,
.slider_item03,
.slider_item04,
.slider_item05 {
    position: absolute;
    top: 80px;
    width: 100%;
}

.slider_item01 img,
.slider_item02 img,
.slider_item03 img,
.slider_item04 img,
.slider_item05 img {
    width: 100%;
}

.slider_item01 {
    animation-name: img01;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 5;
}

@keyframes img01 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.slider_item02 {
    animation-name: img02;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 4;
}

@keyframes img02 {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item03 {
    animation-name: img03;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 3;
}

@keyframes img03 {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item04 {
    animation-name: img04;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    z-index: 2;
}

@keyframes img04 {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

.slider_item05 {
    z-index: 1;
}

#concept,
#btn,
#special_mb,
#news,
#ranking {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#special_mb {
    margin-top: -25px;
}

#special_pc {
    display: none;
}

#news {
    margin-bottom: 50px;
}

h1 {
    color: #000000;
    height: 50px;
    margin-top: 5%;
    font-family: rajdhani;
    font-size: 50px;
    font-weight: 400;
}

h2 {
    color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 28px;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 5%;
}

h3 {
    color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 18px;
    font-weight: 550;
    margin-top: 3%;
    margin-bottom: 3%;
}

time {
    font-family: rajdhani;
    font-size: 20px;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

.name {
    font-family: IBM Plex Sans JP;
    font-size: 15px;
    font-weight: 500;
}

.concept {
    margin-bottom: 10%;
    line-height: 40px;
}

#btn {
    line-height: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.btn1 {
    width: 100%;
    height: 100px;
    border: none;
    background-color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.btn2 {
    width: 100%;
    height: 100px;
    border: none;
    background-color: #475555;
    font-family: IBM Plex Sans JP;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.btn3 {
    width: 100%;
    height: 100px;
    border: none;
    background-color: #1c9999;
    font-family: IBM Plex Sans JP;
    font-size: 24px;
    font-weight: 500;
}


.bordor_bk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.news_conteiner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
}

.sn {
    grid-column: 1/2;
    grid-row: 1;
}

.sn img {
    display: block;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5%;
}

.ranking_conteiner {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr 10fr;
    grid-template-rows: 1fr;
}

.rank_no {
    text-align: center;
    grid-column: 1/2;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
}

.no_01 {
    background-color: #9c9048;
}

.no_02 {
    background-color: #737d7e;
}

.no_03 {
    background-color: #85381a;
}

.sn_ranking {
    grid-column: 3/4;
    grid-row: 1;
}

.sn_ranking img {
    display: block;
}

.ranking_info {
    grid-column: 4/5;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10%;
}