/*=============================================================
 tools
=============================================================*/
#video {
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #video {
    margin-bottom: 18.75vw;
  }
}
#video .bg-deco {
  position: absolute;
  top: 35px;
  left: 0;
}
@media only screen and (max-width: 1250px) {
  #video .bg-deco {
    top: 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .bg-deco {
    top: 15.9375vw;
  }
}
#video .spot.left span {
  background-color: #fff;
}
#video .spot.right .blur-wrap:nth-child(1) span {
  background-color: #27A549;
}
#video .ttl-box h1 {
  width: 449px;
}
@media only screen and (max-width: 1250px) {
  #video .ttl-box h1 {
    width: 35.92vw;
  }
}
#video .ttl-box h1::before {
  background-image: url("../img/video/ttl_deco.png");
}
#video .ttl-box h1 .ttl {
  width: 372px;
  top: 48px;
  left: 30px;
}
@media only screen and (max-width: 1250px) {
  #video .ttl-box h1 .ttl {
    width: 29.76vw;
    top: 3.84vw;
    left: 2.4vw;
  }
}
#video .ttl-box h1 .shine {
  width: 96px;
  top: 28px;
  left: 275px;
}
@media only screen and (max-width: 1250px) {
  #video .ttl-box h1 .shine {
    width: 7.68vw;
    top: 2.24vw;
    left: 22vw;
  }
}
#video .ttl-box .jp {
  text-shadow: 0 0 12px #29FF63;
}
@media only screen and (max-width: 768px) {
  #video .ttl-box .jp {
    text-shadow: 0 0 1.875vw #29FF63;
  }
}
#video .videos-list {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list {
    margin-bottom: 15.625vw;
  }
}
#video .videos-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul {
    gap: 2.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.0625vw;
  }
}
#video .videos-list ul li {
  position: relative;
  display: flex;
  border: 1px solid #fff;
  overflow: hidden;
}
#video .videos-list ul li::before, #video .videos-list ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li::before, #video .videos-list ul li::after {
    width: 4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li::before, #video .videos-list ul li::after {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#video .videos-list ul li::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li::before {
    bottom: -0.16vw;
    left: -0.16vw;
    border-bottom-width: 0.32vw;
    border-left-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li::before {
    bottom: -0.3125vw;
    left: -0.3125vw;
    border-bottom-width: 0.625vw;
    border-left-width: 0.625vw;
  }
}
#video .videos-list ul li::after {
  top: -2px;
  right: -2px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li::after {
    top: -0.16vw;
    right: -0.16vw;
    border-top-width: 0.32vw;
    border-right-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li::after {
    top: -0.3125vw;
    right: -0.3125vw;
    border-top-width: -0.625vw;
    border-right-width: -0.625vw;
  }
}
#video .videos-list ul li a {
  position: relative;
  display: block;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: rgba(50, 25, 28, 0.8);
  padding: 25px 25px 35px;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li a {
    padding: 2vw 2vw 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a {
    padding: 2.5vw 2.5vw 3.90625vw;
  }
}
#video .videos-list ul li a .thumb {
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li a .thumb {
    margin-bottom: 0.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a .thumb {
    margin-bottom: 1.25vw;
  }
}
#video .videos-list ul li a .thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  border: 2px solid #FF1A2B;
  transform-origin: 0 0;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li a .thumb::before {
    width: 5.44vw;
    height: 5.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a .thumb::before {
    width: 7.5vw;
    height: 7.5vw;
    border-width: 0.3125vw;
    border-radius: 15.625vw;
  }
}
#video .videos-list ul li a .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 40px;
  background-image: linear-gradient(90deg, #fac382, #ff1a2b);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  transition: all 0.35s 0.1s ease;
  transform-origin: 0 0;
}
@media only screen and (max-width: 1250px) {
  #video .videos-list ul li a .thumb::after {
    width: 2.8vw;
    height: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a .thumb::after {
    width: 3.90625vw;
    height: 4.53125vw;
  }
}
#video .videos-list ul li a p {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  display: block;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a p {
    font-size: 3.125vw;
  }
}
#video .videos-list ul li a:hover {
  background-color: #FF1A2B;
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a:hover {
    background-color: rgba(50, 25, 28, 0.8);
  }
}
#video .videos-list ul li a:hover .thumb::before, #video .videos-list ul li a:hover .thumb::after {
  transform: scale(1.5) translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #video .videos-list ul li a:hover .thumb::before, #video .videos-list ul li a:hover .thumb::after {
    transform: translate(-50%, -50%);
    mix-blend-mode: unset;
  }
}