@charset "utf-8";

.usd202609-kv {
position: absolute;
top: 50%;
left: 50%;
max-width: none;
min-height: 100%;
max-height: 100%;
width: 192rem;
height: auto;
transform: translate(-50%, -50%);
object-fit: cover;
}
.usd202609-kv-wrapper {
height: 42.2rem;
overflow: hidden;
position: relative;
}
.l-column-stretch{
align-items: stretch;
}
.l-column-stretch > div{
display: flex;
flex-direction: column;
}
.l-column-stretch > div > .discList{
height: 100%;
display: flex;
flex-direction: column;
}
.l-column-stretch > div > .discList > .discList-cont{
padding-top: 10px;
margin-top: auto;
}


@media screen and (max-width: 767px) {
.usd202609-kv {
position: relative;
top: 0;
left: 0;
width: 100%;
transform: translate(0%, 0%);
}
.usd202609-kv-wrapper {height: auto;}
}
