@charset "UTF-8";

#chugen {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url('/img/page/campaign/chugen/2025/bg_pc.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#chugen a {
    padding: 0;
    margin: 0;
}

/* 終了案内 */
#fin_cp {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

#fin_cp img{
    width: 1024px;
    margin-top: 48px;
}

#fin_cp .fin_box {
    padding: 25px 0;
    margin: 0;
    border: 3px double #ff5100;
    background: #fff;
}

#fin_cp .fin_txt01{
    color: #ff5100;
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 10px;
}

#fin_cp .fin_txt02{
    color: #ff5100;
    font-size: 20px;
    line-height: 1.5;
}

#fin_cp .fin_btn {
    position: relative;
}

#fin_cp .fin_btn a{
    display: block;
    width: 300px;
    margin: 30px auto 40px;
    font-size: 20px;
    padding: 20px;
    color: #ff5100;
    border: 2px solid #ff5100;
    background: #fff;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 50px;
    transition: all .4s ease;
}

#fin_cp .fin_btn a:hover{
    background: #ff5100;
    color: #fff;
}

#fin_cp .fin_btn:after {
    font-size: 80%;
    content: ">";
    color: #ff5100;
    display: inline-block;
    -webkit-transform: scaleY(200%);
    transform: scaleY(200%);
    position: absolute;
    right: 75%;
    font-weight: bold;
    top: calc(50% - .8em);
}

#fin_cp .fin_btn:hover:after {
    color: #fff;
    
}

