@charset "utf-8";
.animation-wrap {
    margin-left: 10%;
}

.tsurezure-image_wrap {
    border: 2px solid #4F4F4F;
    width: 18vw;
    height: auto;
}
.tsurezure-image-grid {
    gap: 0px 0px;
    grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
    display: grid;
}


.mtst-image_wrap {
    border: 2px solid #4F4F4F;
    width: 18vw;
    height: auto;
}

.mtst-image-grid {
    gap: 0px 0px;
    grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
    display: grid;
}

.tsurezure-title_wrap {
    font-size: large;
    line-height: 22px;
    font-style: normal;
    font-weight: bold;
    margin-top: 30px;
}

.mtst-title_wrap {
    font-size: large;
    line-height: 22px;
    font-style: normal;
    font-weight: bold;
    margin-top: -50px;
}



.synopsis_wrap {
    margin-top: 20px;
    line-height: 25px;
}
.screening_wrap {
    margin-top: 40px;
    margin-bottom: 15;
    margin-bottom: 15px;

}

.time-year_wrap {
    margin-left: -1px;
}
.staff-director_wrap   {
    margin-top: 10px;
    line-height: 18px;
}
.staff-music_wrap {
    margin-top: 8px;
    line-height: 18px;
}
.festival_wrap {
    line-height: 21px;
}
.animation-footer-wrap {
    bottom: 0px;
    text-align: center;
    width: 100%;	
}
.youtube-image_wrap {
    display: flex;
    justify-content: center;
}

.tsurezure-youtube_wrap {
    width: 35%;
    margin-top: 15px;
}


.mtst-youtube_wrap {
    margin-top: 60px;
    width: 35%;
}

.festival-name_wrap {
    margin-bottom: 7px;
}

.link-wrap{
	color: #282828;
    text-decoration: underline;
	margin-top: 10px;
    line-height: 18px;
}

@media screen and (min-width: 901px){
.tsurezure-youtube-smartphone_wrap {
    display: none; }
}

@media screen and (min-width: 901px){
.mtst-youtube-smartphone_wrap {
    display: none; }
}
