@charset "UTF-8";
.closing-back::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/background/firework-background.png) center no-repeat;
    background-size:cover;
  }
.closing-center{
   display: flex;
   justify-content: center;
}
.closing-img{
    width: 70%;
    height:60vh;
    border-radius: 15px;
    object-fit: cover; 
    margin-top: 5vh;
}
.closing{
    text-align: center;
    font-size: 50px;
    color: #fff;
}
.closing-p1{
    line-height: 1;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.closing-p1 span{
    font-size: 100px;
}
.closing-p2{
    font-size: 20px;
    margin: 5vh 0;
}
.closing-p3{
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    transform: skewY(-3deg);
}
.closing-p4{
    width: 75vw;
    text-align: left; 
  padding: 0 0 50px 0;
   transform: skewY(-3deg);
}
.closing-p4 p{ 
    font-weight: bold;
    margin: 30px 0;
    font-size: 35px;
    margin-left: 25vw;
    position: relative;
    border-bottom: 2px solid #fff;
}
.closing-p4 p::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 5%;
    height: 10px;
    background-color: #fff;
  }
/*スマホ版.closing.html------------*/
  @media(max-width:800px){
    .closing-img{
        width: 95%;
        height:60vh;
    }
    .closing{
        font-size: 30px;
    }
    .closing-p4{
        width: 90vw;
    }
    .closing-p4 p{ 
        font-size: 25px;
        margin-left: 5vw;
    }
  }