@import url('https://fonts.googleapis.com/css?family=Libre+Franklin|Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

<style type="text/css">

@charset "UTF-8";



body {

   background: #1d2336;

}

body {
background: #1d2336;
color: #333;
font-size: 12px;
font-family: 'Libre Franklin', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
line-height: 180%;
letter-spacing: 2px;


}







a {
    color: #fff;
    text-decoration: none;
}

a:hover, active {
    color: #333;
}

h1 {
    color: #fff;
    font-weight: 200;
   font-family: 'Pacifico', 'メイリオ', 'Marcellus', serif;
}

h2 {
    margin: 10px 0 0;
    padding: 0;
    border: solid 1px #fff;
    display: inline-block;
    font-weight: 200;
    font-size: 12px;
    width: 170px;
}

.top {
    text-align: center;
    margin: 50px 20px 30px;
}

.top a {
    border: solid 1px #fff;
    padding: 2px 5px;
    margin: 0 5px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
    transition: .3s;
}

.top a:hover, active {
    background: #fff;
}

.wrp {
    max-width:600px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}


.ttl {
    margin: 15px; 
    position: relative;
    width: 250px; 
    box-shadow: 3px 3px 3px #ccc; 
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
    transition: .3s;
}



.ttl a {
    display: block;
}

.ttl:hover {
    box-shadow: 0 0 10px #333; 
}

.ttl img {
    width: 250px;
    height: 150px;
    filter: brightness(80%);
    vertical-align: bottom;
}

.text {
    position:absolute;
    top: 60%;
    left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 250px;
    line-height: 250%;
    margin: 0;
    padding: 0;
}

</style>