.c-hdg1 {
    background: url(../images/bg_01.png) center/cover;
}

.c-hdg2 {
    background-color: #7b622e;
    color: #fff;
}

h1 .c-hdg1__img {
    width: 860px;
}
.l-container1 {
    max-width: 1080px;
}
.p-top1 .c-text1 {
    margin-top: 30px;
}
.c-hdg8 {
    color: #a88916;
}

.c-hdg9 {
    padding-top: 10px;
}
.c-hdg10 {
    color: #e1002a;
    font-size: 2.7rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.p-top2 {
    text-align: center;
}
.p-top3 .c-text3 {
    margin-top: 40px;
    text-align: center;
}
.p-top2 .c-text3:not(:first-of-type) {
    margin-top: 5px;
}
.p-fever {
    background: #0068b7;
    margin-top: 80px;
    border-radius: 10px;
    padding-bottom: 30px;
}
.fever-inner {
    margin: 40px auto 0;
    padding: 20px 0;
    width: 86%;
    text-align: center;
    background: #fff;
}

.fever-inner p {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
}

.fever-inner p.fever-date {
    color: #a88916;
    font-size: 2.6rem;
    margin-top: 15px;
}
.fever-inner p.fever-channel1 {
    color: #e0002a;
    font-size: 2.6rem;
}
.fever-inner p.fever-channel2 {
    color: #293e97;
    font-size: 2.6rem;
}
.p-fever .c-hdg1__img {
    box-shadow: none;
    width: 700px;
}

.c-btn1 {
    background: none;
    width: 600px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.c-btn1.red {
    background-color: #e0022c;
    box-shadow: 0 6px #f4a6b5;
    width: 320px;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 25px 0;
    margin: 25px auto;
    color: #fff;
}

.c-btn1.red:hover {
    box-shadow: 0 0 #f4a6b5;
}

.c-btn1.blue {
    background-color: #293e97;
    box-shadow: 0 6px #b4bcdb;
    width: 320px;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 25px 0;
    margin: 25px auto;
    color: #fff;
}
.c-btn1.blue:hover {
    box-shadow: 0 0 #b4bcdb;
}

.c-text5 {
    margin-top: 40px;
}

.c-text6 {
    font-size: 3rem;
    color: #d90024;
    margin-top: 40px;
    font-weight: bold;
    line-height: 1.8;
}

.c-footer1 {
    background-color: #4f0000;
}

.c-copy1 {
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .c-hdg10 {
        font-size: 2.6rem;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .p-top1 .c-hdg8 {
        margin-top: 5px;
    }
    .c-btn1 {
        margin-top: 5px;
        width: 100%;
    }

    .c-btn1.red {
        box-shadow: 0 3px #f4a6b5;
        width: 100%;
        font-size: 1.8rem;
        padding: 15px 0;
        margin: 10px auto 25px auto;
    }
    .c-btn1.red:hover {
        box-shadow: 0 3px #f4a6b5;
    }

    .c-btn1.blue {
        box-shadow: 0 3px #b4bcdb;
        width: 100%;
        font-size: 1.8rem;
        padding: 15px 0;
        margin: 10px auto 25px auto;
    }
    .c-btn1.blue:hover {
        box-shadow: 0 3px #b4bcdb;
    }

    .c-text3 {
        font-size: 1.2rem;
        padding: 0 15px;
    }
    .p-top2 .c-text3,
    .p-top3 .c-text3 {
        font-size: 1.4rem;
    }
    .c-text4 {
        font-size: 1.4rem;
    }

    .c-text5 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .c-text6 {
        font-size: 1.8rem;
        margin-top: 20px;
        line-height: 1.6;
    }
    .p-fever {
        margin-top: 40px;
    }
    .p-fever .c-hdg1__img {
        width: 70%;
        margin: 10px auto 0;
    }
    .fever-inner {
        margin-top: 20px;
        padding: 20px;
        width: 90%;
    }
    .fever-inner p {
        font-size: 1.4rem;
    }
    .fever-inner p.fever-date {
        font-size: 1.8rem;
        margin-top: 10px;
    }
    .fever-inner p.fever-channel1,
    .fever-inner p.fever-channel2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .c-hdg10 {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 0;
    }
}
