.top{
    text-align: center;
}

.top p{
    font-size: 40px;
    color: #1D2087;
    font-family: "HGP明朝E",serif;
}

.top img{
    height: 40px;
    margin-right: 1px;
}

.line{
    display: flex;
    justify-content: center;
}

.container:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}

.container:nth-child(4){
    margin-left: 10px;
    margin-right: 10px;
}

.container{
    width: 320px;
    height: 360px;
    position: relative;
    transition: .3s;
}

.container:hover{
    opacity: 0.6;
}

.container img{
    width: 100%;
    height: 320px;
}

.line p{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    padding: 0;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    width: 80%;
    height: 80px;
    background-color: rgba(255,255,255,0.8);
}

.line_sp{
    display: flex;
    justify-content: center;
}

.line_sp p{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    padding: 0;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    width: 80%;
    height: 80px;
    background-color: rgba(255,255,255,0.8);
    transform: translate(0,30%);
}

.container_sp{
    width: 320px;
    height: 100%;
    position: relative;
    transition: .3s;
}

.container_sp:hover{
    opacity: 0.6;
}

.container_sp:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}

.container_sp img{
    width: 100%;
}

@media screen and (min-width: 1300px){
    .line_sp{
        display: none;
    }
}

@media screen and (max-width: 1300px){
    .line{
        display: none;
    }
}

@media screen and (max-width: 480px){
    .line{
        display: none;
    }
}

