@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes mvscrollBar {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  23% {
    transform: translateY(100%);
    opacity: 1;
  }
  24% {
    transform: translateY(100%);
    opacity: 0;
  }
  25% {
    transform: translateY(-100%);
    opacity: 0;
  }
  26% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/*============================
#mv
============================*/
#mv {
  position: relative;
  margin-top: 120px;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1000px) {
  #mv {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
#mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}
#mv figure {
  margin: 0;
  padding: 0;
}
#mv .copy {
  position: absolute;
  left: 30px;
  bottom: -2.0833333333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mv .copy {
    left: 0;
    bottom: -40px;
  }
}
#mv .copy p {
  font-size: 2.7777777778vw;
  font-weight: 800;
  line-height: 4.1666666667vw;
  color: #fff;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #mv .copy p {
    font-size: 18px;
    line-height: 40px;
    margin: 0;
  }
}
#mv .copy p span {
  display: inline-block;
  background: #000;
  padding: 0 0.5em;
}

/*============================
#grid
============================*/
/*============================
#bn
============================*/
#bn .uk-container div div a {
  display: block;
  border-radius: 1em;
  border: 1px solid #ddd;
  overflow: hidden;
}
#bn .uk-container div div a figure {
  margin: 0;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
#bn .uk-container div div a figure img {
  transition: 0.3s;
}
#bn .uk-container div div a figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "M PLUS 1p", sans-serif !important;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
  #bn .uk-container div div a figure figcaption {
    font-size: 16px;
  }
}
#bn .uk-container div div a:hover {
  opacity: 1;
}
#bn .uk-container div div a:hover img {
  transform: scale(1.1);
}
/*============================
#sns
============================*/
/*============================
#news
============================*/
#news .well {
  border-radius: 0.5em;
}