@charset "UTF-8";
body {
    background-color: black;
}

.mv_area {
    position: relative;
    min-height: 1100px;
    padding-top: 100px;
    background: url(../../ja/closing/mv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .mv_area {
        min-height: 700px;
        padding-top: 60px;
        background: url(../../ja/closing/mv_sp.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 475px) {}

.text_area {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #035AF6;
    text-align: center;
    color: #fff;
}

.text_area figure {
    width: 80%;
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
}

.text_area p {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .text_area p {
        text-align: left;
    }
}

.btn_grd {
    position: relative;
    display: inline-block;
    padding: 1em 3em;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    font-size: 80%;
    background: rgb(226, 27, 17);
    background: -moz-linear-gradient(135deg, rgba(226, 27, 17, 1) 0%, rgba(0, 91, 172, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(226, 27, 17, 1) 0%, rgba(0, 91, 172, 1) 100%);
    background: linear-gradient(135deg, rgba(226, 27, 17, 1) 0%, rgba(0, 91, 172, 1) 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
}

@media screen and (max-width: 640px) {
    .btn_grd {
        padding: 0.5em 3em;
    }
}

.btn_grd:hover {
    opacity: 1;
    background: rgb(0, 51, 97);
    background: -moz-linear-gradient(135deg, rgba(0, 51, 97, 1) 0%, rgba(162, 20, 13, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 51, 97, 1) 0%, rgba(162, 20, 13, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 51, 97, 1) 0%, rgba(162, 20, 13, 1) 100%);
}

a:hover>.btn_grd {
    opacity: 1 !important;
}

.btn_grd::after {
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}