@charset "UTF-8";.toppage .bunkatsu-slider{display:flex;height:100vh;overflow:hidden;}.toppage .bunkatsu-col{width:50%;position:relative;overflow:hidden;}.toppage .bunkatsu-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 2s ease;}.toppage .bunkatsu-slide.active{opacity:1;z-index:2;}.toppage .bunkatsu-slide img{width:100%;height:100%;object-fit:cover;transform-origin:center center;transform:scale(1.12);position:relative;z-index:1;}.toppage .bunkatsu-slide.active img{animation:zoom 10s linear forwards;}@keyframes zoom{from{transform:scale(1);}to{transform:scale(1.15);}}.toppage .bunkatsu-slide::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;}.toppage .bunkatsu-copy{position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;}.toppage .bunkatsu-copy .bunkatsu-title{line-height:1.4;height:auto;margin-bottom:0.7em;}@media (max-width:640px){.toppage .bunkatsu-slider{flex-direction:column;}.toppage .bunkatsu-col{width:100%;height:50vh;}.toppage .bunkatsu-copy{width:90%;margin-inline:auto;}}