.kv,.kvInner {
    position: relative;
}
.kvInner:nth-child(2){
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

}
.kvInner div{filter:drop-shadow(0 0 13px #634732);}

.kv .catch {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    width: 33.5%;
    margin: auto;
}
.kvInner li:nth-child(2) .catch{
    right:2%;
    left:auto;
    width:40%;
}
/*****
.kv .catch_b {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
}
*****/

.kv .catch_b {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 82%;
    margin: auto;
}
.kvlogo{
    position:absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 55%;
    margin: auto;
    text-align: center;
    transform-origin: bottom left;
}
.kvlogo.down{
    transform: rotate(10deg);
    transition: 1s cubic-bezier(1, 0, 1, 0) .7s;
}
.kvInner li{
  transition:.7s;
  opacity:0;
}
.kvInner li:not(:first-child){
  position:absolute;
  top:0;
  left:0;
}
.kvInner li.on{
  opacity:1;
}
.kvDot {
  display:flex;
}
.kvDot button {
  position: relative;
  margin-right:1em;
}
.kvDot button:last-child{
  margin-right:0;
}
.kvDot button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background: #d59c3f;
  mask: url(../../images/main/home/kv1-5_dot.png)center center / contain no-repeat;
  -webkit-mask: url(../../images/main/home/kv1-5_dot.png)center center / contain no-repeat;
  mix-blend-mode:color;
  transition: 0s;
}
.kvDot button p{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content: center;
  font-family: 'Volkhov', serif;
}
.kvDot button p span{
  background:#553723;
  color:#fff;
  line-height: 1;
  padding: 0.1em 0.2em;
  font-size: 1.4rem;
  transition: .7s;
}
.kvDot button:hover{
  opacity:1;
}
.kvDot button:hover::before,
.kvDot button.on::before{
  opacity:0;
}
.kvDot button:hover p span,
.kvDot button.on p span{
  background:#fff;
  color:#553723;
}

@media screen and (max-width:1400px) and (min-width:1201px){
  .kvDot{
    flex-direction:column;
    align-items:center;
  }
  .kvDot button{
    margin: 0 auto 1em!important;
  }
}
@media screen and (max-width:700px){
  .kvDot{
    flex-direction:column;
    align-items:center;
  }
  .kvDot button{
    margin: 0 auto 1em!important;
  }
}