@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#videos .motif {
  top: -55px;
}
@media only screen and (max-width: 1620px) {
  #videos .motif {
    top: -2.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .motif {
    top: 13.75vw;
  }
}
#videos h1 {
  width: 290px;
  margin-bottom: 128px;
}
@media only screen and (max-width: 2000px) {
  #videos h1 {
    width: 14.5vw;
    margin-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos h1 {
    width: 36.25vw;
    margin-bottom: 21.09375vw;
  }
}
#videos h1 .jp {
  width: 65px;
}
@media only screen and (max-width: 1620px) {
  #videos h1 .jp {
    width: 3.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos h1 .jp {
    width: 8.28125vw;
    bottom: -13.75vw;
  }
}
#videos .trigger {
  top: 64px;
}
@media only screen and (max-width: 1620px) {
  #videos .trigger {
    top: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .trigger {
    top: 9.375vw;
  }
}
#videos .videos-list {
  margin-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  #videos .videos-list {
    margin-bottom: 9.0625vw;
  }
}
#videos .videos-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1620px) {
  #videos .videos-list ul {
    gap: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 3.4375vw;
  }
}
#videos .videos-list ul li {
  display: flex;
  flex-direction: column;
}
#videos .videos-list ul li a {
  position: relative;
  display: block;
  padding: 20px 24px 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #071250;
  text-decoration: none;
  overflow: hidden;
  flex-grow: 1;
}
@media only screen and (max-width: 1620px) {
  #videos .videos-list ul li a {
    padding: 1vw 1.2vw 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a {
    padding: 2.34375vw 2.8125vw;
    border-radius: 4.6875vw;
  }
}
#videos .videos-list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(0deg, #0c20da, rgba(12, 32, 218, 0.7));
  transition: all 0.25s ease;
}
#videos .videos-list ul li a .thumb {
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1620px) {
  #videos .videos-list ul li a .thumb {
    margin-bottom: 0.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb {
    margin-bottom: 1.25vw;
  }
}
#videos .videos-list ul li a .thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 200px;
  background-color: rgba(12, 32, 218, 0.8);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 2000px) {
  #videos .videos-list ul li a .thumb::before {
    width: 2.9vw;
    height: 2.9vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb::before {
    width: 5.9375vw;
    height: 5.9375vw;
  }
}
#videos .videos-list ul li a .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 21px;
  background: url("../img/parts/arrow_wh.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 2000px) {
  #videos .videos-list ul li a .thumb::after {
    width: 1.4vw;
    height: 1.05vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb::after {
    width: 1.25vw;
    height: 1.71875vw;
  }
}
#videos .videos-list ul li a .thumb .deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 41px;
  background: url("../img/top/video/deco.svg") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb .deco::before {
    width: 4.375vw;
    height: 4.6875vw;
  }
}
#videos .videos-list ul li a .thumb .deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  transform: scale(-1, 1);
  width: 38px;
  height: 41px;
  background: url("../img/top/video/deco.svg") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb .deco::after {
    width: 4.375vw;
    height: 4.6875vw;
  }
}
#videos .videos-list ul li a .thumb .deco span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 41px;
  height: 38px;
  transform: scale(1, -1);
  background: url("../img/top/video/deco.svg") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb .deco span::before {
    width: 4.6875vw;
    height: 4.375vw;
  }
}
#videos .videos-list ul li a .thumb .deco span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: scale(-1, -1);
  width: 41px;
  height: 38px;
  background: url("../img/top/video/deco.svg") no-repeat top right;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a .thumb .deco span::after {
    width: 4.6875vw;
    height: 4.375vw;
  }
}
#videos .videos-list ul li a p {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  display: block;
  width: 100%;
  word-break: break-all;
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 1620px) {
  #videos .videos-list ul li a p {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 768px) {
  #videos .videos-list ul li a p {
    font-size: 2.8125vw;
  }
}
#videos .videos-list ul li a:hover::before {
  opacity: 1;
}
#videos .videos-list ul li a:hover .thumb::before {
  transform: translate(-50%, -50%) scale(1.1);
}
#videos .videos-list ul li a:hover .thumb::after {
  transform: translate(-50%, -50%) scale(1.3);
  background-image: url("../img/parts/arrow_wh_line.svg");
}
#videos .move-on .merch__box .frame {
  transform: scaleY(1);
}
#videos .move-on .merch__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#videos .move-on .btn {
  opacity: 1;
}