@charset "utf-8";

@import url(common.css);

#top_pc {
    width: 100%;
    height: 380px;
    padding-top: 80px;
    line-height: 0;
    background: url(../../images/AdobeStock_838848453.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    color: #ffffff;
    height: 380px;
    padding-top: 100px;
    font-family: rajdhani;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 5%;
    font-family: rajdhani;
    font-size: 50px;
    font-weight: 400;
}

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

#top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 4%;
}

.top3 {
    display: flex;
    justify-content: space-between;
}

.rank3 img {
    width: 100%;
}

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;
}

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

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

.sn img {
    display: block;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin: auto;
}

.ad_mb {
    display: none;
}

#news {
    margin-bottom: 5%;
}

.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%;
}

.ad_pc {
    height: 22%;
    background: url(../../images/ad_01.png);
    background-size: cover;
    background-position: center;
}

.flex {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.container_mb {
    padding-right: 2.5%;
}

.container_pc {
    padding-left: 2.5%;
}

#supporters_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.flex_02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

li {
    list-style: none;
}

.name {
    font-size: 22px;
}