.award-header-title {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    font-size: 5vmax;
    animation: fadeIn ease 2s;
    animation-fill-mode: forwards;
}

/* animation */

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.award-subtext {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.5rem 1rem;
    margin: 5rem auto 0 auto;
    color: white;
    font-size: 2vmax;
    border-radius: 1rem;
}

.award_icon {
    font-size: 4rem;
    margin-right: 50px;
}

#award-intro {
    font-size: 2vmax;
    
}

.award_count {
    border-left: 3px black solid;
    margin: 15px 0px;
    padding: 0px 15px;
    font-size: 35px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px black;
}

.award_title {
    font-family: "ヒラギノ角zゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

#img_1 {
    object-fit: cover;
    object-position: 0 50%;
}

#img_2 {
    object-fit: cover;
    object-position: 0 60%;
}

#img_3 {
    object-fit: cover;
    object-position: 0 40%;
}

#img_4 {
    object-fit: cover;
    object-position: 0 80%;
}

.com-tab-title {
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 30px;

    border-bottom: 1px black solid;
    margin: 10px 5px;
    width: fit-content;

}

.com-tab-subtitle {
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 40px;

    margin: 10px 5px;

}


.com-card {
    border: 1px black solid;
    height: 300px;
    margin: 2em 0;
    padding: 1em;
}

.com-card img {
    object-fit: cover;
    width: 100%;

}

.com-card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 2em;
}

.com-card-right-teamName {
    font-family: "ヒラギノ角zゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.com-card-right-groupEvent {

    font-family: "ヒラギノ角zゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.com-card-right-content {
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.swiper-pagination-bullet {
    background: black;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--mfs);
}

.mfsColor.active{
    color: var(--mfs) !important;
}

.mfsColor{
    color: black !important;
    
}
.nav-tabs .nav-link.active{
    border-color: black black #f8fafc !important;
}
.nav-tabs{
    border-bottom: 1px solid black !important;
}

@media only screen and (max-width: 768px) {
    .com-card {

        height: auto;

    }

    .com-card-right {
        padding: 0;
    }

    .com-card img {
        height: 200px !important;
    }
}