#kickoff {
    padding: 60px 0;
}
#kickoff .m-ttl {
    text-align: center;
}
#kickoff .m-ttl h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#kickoff .m-ttl p {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
}

#kickoff_event .report_bnr {
    width: 50%;
    min-width: 450px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 20px;
    background-color: #44800c;
}
#kickoff_event .report_bnr h3 {
    font-size: 4.8rem;
    color: #fff;
}
#kickoff_event .report_bnr p {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}

#kickoff_event .report_bnr p .adult {
    color: #9de5c6;
}
#kickoff_event .report_bnr p .child {
    color: #daf8ac;
}
#kickoff_event .report_bnr .click {
    width: 100px;
    background-color: #c90d15;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    font-size: 2.4rem;
    border-radius: 50%;
    margin-left: 20px;
    font-weight: bold;
}

#kickoff_event {
    padding: 60px 0;
}
#kickoff_event .m-ttl {
    text-align: center;
    margin-bottom: 50px;
}
#kickoff_event .m-ttl h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#kickoff_event .m-ttl p {
    color: #151A8C;
    font-weight: bold;
}
#kickoff_event .block {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}
#kickoff_event .block .ttl h3 {
    color: #151A8C;
    font-size: 3.6rem;
    margin-bottom: 40px;
}
#kickoff_event .block .reporter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 6px 7px 7px -1px rgba(0, 0, 0, 0.3);
}
#kickoff_event .block .reporter .txt {
    width: 70%;
    padding: 50px 40px 45px 60px;
}
#kickoff_event .block .reporter.no_bottom .txt {
    padding-bottom: 0;
}
#kickoff_event .block .reporter .txt .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #151A8C;
}
#kickoff_event .block .reporter .txt h3 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #151A8C;
}
#kickoff_event .block .reporter .txt .content {
    font-weight: bold;
    line-height: 1.75;
    text-align: justify;
}
#kickoff_event .block .reporter .txt .nav_link a {
    width: 360px;
    padding: 10px 0;
    margin: 0 0 0 auto;
}
#kickoff_event .block .reporter .pic {
    width: 30%;
    height: auto;
    display: flex;
}
#kickoff_event .block .reporter .pic img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
    flex-grow: 1;
}
#kickoff_event .block .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#kickoff_event .block .list .item {
    width: 30%;
    margin-right: 5%;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    margin-bottom: 40px;
}
#kickoff_event .block .list .item:nth-child(3n) {
    margin-right: 0;
}
#kickoff_event .block .list .item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}
#kickoff_event .block .list .item h3 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 13px;
}
#kickoff_event .block .list .item .date {
    font-size: 1.8rem;
    font-weight: bold;
}
#kickoff_event .block .list .item .detail {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #kickoff {
        padding-top: 0;
    }
    #kickoff .m-ttl {
        width: 90%;
        margin: 0 auto 50px;
    }
    #schedule .m-ttl {
        width: 90%;
        margin: 0 auto 50px;
    }
    #kickoff_event .m-ttl {
        width: 90%;
        margin: 0 auto 50px;
    }
    #kickoff .m-ttl h2 {
        font-size: 2.6rem;
    }
    #kickoff .m-ttl p {
        font-size: 1.8rem;
    }
    #kickoff .block {
        width: 90%;
    }
    #kickoff_event {
        padding-top: 0;
    }
    #kickoff_event .report_bnr {
        width: 100%;
        min-width: auto;
        position: relative;
    }
    #kickoff_event .report_bnr p {
        font-size: 1.4rem;
    }
    #kickoff_event .report_bnr h3 {
        font-size: 3.6rem;
    }
    #kickoff_event .report_bnr .click {
        position: absolute;
        font-size: 1.8rem;
        bottom: -10px;
        right: -10px;
        width: 80px;
    }

    #kickoff_event .m-ttl h2 {
        font-size: 2.6rem;
    }
    #kickoff_event .block {
        width: 90%;
    }
    #kickoff_event .block .list .item {
        width: 100%;
        margin-right: 0;
    }
    #kickoff_event .block .reporter {
        width: 100%;
        flex-direction: column-reverse;
    }
    #kickoff_event .block .reporter .txt {
        width: 100%;
        padding: 50px 20px 25px 20px;
    }
    #kickoff_event .block .reporter .txt .content {
        margin-bottom: 15px;
    }
    #kickoff_event .block .reporter .txt .nav_link a {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }
    #kickoff_event .block .reporter .pic {
        width: 100%;
        display: block;
    }
    #kickoff_event .block .reporter .pic img {
        border-radius: 20px 20px 0 0;
    }
    #kickoff_event .block .reporter .txt h3 {
        font-size: 2.4rem;
    }
}