.s-sp {
    display: block;
}

.s-pc {
    display: none;
}

.f-menu.f-menu--cover {
    margin-bottom: 0;
}

.f-lead {
    text-align: justify;
}

.btn-ttl {
    text-align: center;
    font-weight: bold;
    color: #f60;
}

.f-mv::before {
    content: none;
}

.f-mv {
    background: #333 url(/doc/special/award/2025/coupon/asset//img/bg-main.png) no-repeat top center;
    background-size: 1920px 530px;
    letter-spacing: 0;
    background-size: cover;
    height: auto;
}

.f-mv-message{
    justify-content: center;
    flex-direction: column;
}

.f-mv-heading{
    margin-bottom: 10px;
}

.mv-notice{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.f-menu.f-menu--cover .f-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    padding: 11px 5px 17px;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.f-menu.f-menu--cover .f-menu-button::before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.f-menu.f-menu--cover .f-menu-button:active {
    color: #fff;
}

.f-menu.f-menu--cover .f-menu-item:last-child {
    border-right: 1px solid #e6e6e6;
}

.f-menu.f-menu--cover .f-menu-item {
    border-left: 1px solid #e6e6e6;
}

.schedule {
    background: #a98f56;
    ;
}

.schedule ul {
    text-align: center;
    padding: 8px
}

.schedule ul li {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.coupon-box {
    width: 100%;
    margin: 30px auto;
}

.coupon-box .coupon-detail {
    display: block;
    text-align: center;
}

.coupon-box .coupon-detail .sheet {
    color: #fff;
    border-radius: 8px;
    background-color: #40a000;
    font-size: 16px;
    padding: 4px 0;
    margin: 0 0 8px;
}

.coupon-box .coupon-detail .period {
    font-size: 13px;
}

.courselist-area {
    display: block;
}

.courselist-area li {
    width: 100%;
    line-height: 1.5;
    padding-left: 3rem;
    text-indent: -3rem;
    box-sizing: border-box;
}

.f-coupon-title {
    top: 8%;
}

.f-coupon-title-sub {
    font-weight: bold;
    font-size: 4.5vw;
    position: absolute;
    left: 18%;
}

.coupon-box .remaining-coupon {
    margin-top: 10px;
    text-align: right;
}

.coupon-box .remaining-coupon a {
    position: relative;
    padding-right: 12px;
}

.coupon-box .remaining-coupon a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
}

.coupon-box .f-annotation {
    margin-top: -20px;
    font-size: 12px;
}

.f-step.f-step--simple .f-step-title i {
    display: flex;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: #f60;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.f-step.f-step--simple .f-step-title {
    display: flex;
}

.f-step.f-step--simple .f-step-title span {
    display: inline;
}

.f-step-title span {
    margin-top: 4px;
}

.award-bnr{
    text-align: center;
}

@media (min-width: 768px) {
    .s-sp {
        display: none;
    }

    .s-pc {
        display: block;
    }

    .w10{
        width: 10% !important;
    }

    .w40{
        width: 40% !important;
    }

    .f-lead {
        text-align: center;
    }

    .btn-ttl {
        text-align: center;
        margin-top: 30px;
    }

    .schedule ul {
        padding: 15px;
    }

    .schedule ul li {
        font-size: 18px;
    }

    .f-mv-message{
        padding: 40px;
    }

    .f-menu.f-menu--cover .f-menu-button {
        font-size: 17px;
        font-weight: bold;
        padding: 10px 8px 18px;
    }

    .f-menu.f-menu--cover .f-menu-button:hover {
        opacity: 0.9;
    }

    .f-menu.f-menu--cover .f-menu-button:active {
    color: #333;
}

    .f-menu.f-menu--cover .f-menu-button::before {
        bottom: 12px;
        width: 9px;
        height: 9px;
    }

    .coupon-box {
        width: 640px;
        margin: 60px auto 10px;
    }

    .coupon-box .coupon-detail {
        display: flex;
        align-items: center;
    }

    .coupon-box .coupon-detail .sheet {
        font-size: 18px;
        padding: 10px 10px;
        margin-right: 10px;
    }

    .coupon-box .coupon-detail .period {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .f-coupon-title {
        top: 13%;
    }

    .f-coupon-title-sub {
        font-size: 30px;
        left: 21%;
        top: -5%;
    }
    .js-f-table-scroll {
    overflow-x: hidden;
}
}