.mv-title {
position: absolute;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.mv-title h2 {
font-family: "zeitung", "toppan-bunkyu-midashi-go-std", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 200px;
line-height: 1;
color: #fff;
margin-bottom: -1%;
opacity: 0.8;
}
@media (max-width: 1200px) {
.mv-title h2 {
font-size: 125px;
}
}
@media (max-width: 767px) {
.mv-title h2 {
font-size: 55px;
}
}
.art-info-block {
padding: 50px 0 0;
position: relative;
}
.art-info-block h3 {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-size: 50px;
line-height: 1.3;
font-weight: 600;
text-align: center;
}
.art-info-block p {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
text-align: center;
margin: 0 10% 10px;
}
.deco-fude01 {
position: absolute;
left: 0;
bottom: -35%;
transform: rotate(36deg);
width: 10vw;
}
@media (max-width: 767px) {
.art-info-block h3 {
font-size: 23px;
}
.art-info-block p {
font-size: 16px;
text-align: left;
margin: 15px 15px 10px;
}
}
.art-galery {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 1250px;
max-width: 100%;
margin: 0 auto;
}
.art-galery li {
width: 24%;
list-style: none;
background: #252525;
border-radius: 10px;
margin: 0 auto 20px;
}
.art-galery li a:hover {
text-decoration: none;
}
.art-galery li img {
border-radius: 10px 10px 0 0;
width: 100%;
}
.art-galery li .iBody {
padding: 10px;
color: #fff;
display: block;
text-align: center;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-size: 14px;
font-weight: 600;
}
.art-galery li .iBody .date {
margin-right: 5px;
}
.art-galery li .iBody .theme {
display: none;
}
@media (max-width: 767px) {
.art-galery li {
width: 98%;
}
}
