@charset "utf-8";
/* CSS Document */

#contents {
    padding-top: 60px;
}

.col4 {
    justify-content: space-evenly;
}
.top-gallery-title .name {
    font-size: 18px;
}

#movie .title::after{
position:relative;
bottom:-15px;
content:"";
display:block;
width: 120px;
height: 1px;
margin: 0 auto;
background: #333;
}
@media screen and (max-width: 768px) {
	#movie .title{
		font-size:44px;
		font-size:5.7291666667vw;
		text-align: center;
	}
}

.col4 {
    width: 70%;
	margin: 0 auto;
}
.top-gallery a {
    display: flex;
	gap: 40px;
    border: 1px solid #999;
    align-items: center;
}
.col4 .top-gallery-pict {
    width: 40%;
}

@media screen and (max-width: 768px) {
	.top-gallery a {
    display: block;
}
	.col4 .top-gallery-pict {
    width: 100%;
    float: inherit;
    text-align: inherit;
}
	.top-gallery-title {
    float: left;
    padding: 15px 20px;
    font-weight: normal;
}
}

