@CHARSET "UTF-8";

html {
    overflow-x: hidden;
    overflow-y: auto;
}

.f-sideMovie .noimage {
    width: 100%;
}

.f-sideMovie .sideMovie-ttl {
    position: relative;
    margin-bottom: 6px;
    padding: 0;
    background: none;
    text-align: center;
    height: 69px;
}

.f-sideMovie .sideMovie-ttl img {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 2;
}

.f-sideMovie .sideMovie-ttl:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 49px;
    background-color: #FF75BD;
    bottom: 0;
}

.f-sideMovie .sideMovie-contents {
    padding: 0 4px;
    border: none;
}

.recruit-movie-thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.thumbnail_img {
    width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.start_btn {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.vanilla_logo {
	width: auto;
	height: 24px;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	margin: auto;
}