@charset "UTF-8";
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@-webkit-keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@-webkit-keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@-webkit-keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
@keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
/*=============================================================
 tools
=============================================================*/
.page__ttlBox__title .glitch {
  background-image: url("../img/video/title-pc.png");
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__title .glitch {
    background-image: url("../img/video/title-sp.png");
  }
}
.page .video__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page .video__deco__item {
  position: absolute;
  z-index: 2;
  width: 261px;
}
@media only screen and (max-width: 1350px) {
  .page .video__deco__item {
    width: 19.3333333333vw;
  }
}
.page .video__deco .deco1 {
  top: 1px;
  right: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco1 {
    right: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco1 {
    top: 0.0740740741vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco1 {
    top: 35vw;
    right: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__deco .deco2 {
  top: 81px;
  right: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco2 {
    right: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco2 {
    top: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco2 {
    top: 43.28125vw;
    right: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__deco .deco3 {
  top: 161px;
  right: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco3 {
    right: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco3 {
    top: 11.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco3 {
    top: 51.71875vw;
    right: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__deco .deco4 {
  bottom: -81px;
  left: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco4 {
    left: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco4 {
    bottom: 0.0740740741vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco4 {
    bottom: 0.15625vw;
    left: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__deco .deco5 {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco5 {
    left: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco5 {
    bottom: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco5 {
    bottom: 8.4375vw;
    left: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__deco .deco6 {
  bottom: 81px;
  left: 0;
}
@media only screen and (max-width: 1560px) {
  .page .video__deco .deco6 {
    left: calc(50% - 780px);
  }
}
@media only screen and (max-width: 1350px) {
  .page .video__deco .deco6 {
    bottom: 11.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__deco .deco6 {
    bottom: 16.875vw;
    left: -9.6875vw;
    width: 27.03125vw;
  }
}
.page .video__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 30px;
  margin-bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .page .video__list {
    gap: 2.0740740741vw 2.2222222222vw;
    margin-bottom: 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.6875vw 3.90625vw;
    margin-bottom: 7.03125vw;
  }
}
.page .video__list__image {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .page .video__list__image {
    margin-bottom: 1.875vw;
  }
}
.page .video__list__image a {
  position: relative;
  display: block;
  padding: 18px 14px;
  border: 1px solid #B100FF;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  .page .video__list__image a {
    padding: 1.3333333333vw 1.037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a {
    padding: 2.1875vw 1.25vw;
    border-radius: 4.6875vw;
  }
}
.page .video__list__image a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 61px;
  height: 61px;
  background: url("../img/video/bg_list_play.png") no-repeat top center;
  background-size: contain;
  transform-origin: center;
  transition: all 0.35s ease;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .page .video__list__image a::before {
    width: 4.5185185185vw;
    height: 4.5185185185vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a::before {
    width: 8.4375vw;
    height: 8.4375vw;
  }
}
.page .video__list__image a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 61px;
  height: 61px;
  background: url("../img/video/list_play.png") no-repeat top center;
  background-size: contain;
  transform-origin: center;
  transition: all 0.35s ease;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .page .video__list__image a::after {
    width: 4.5185185185vw;
    height: 4.5185185185vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a::after {
    width: 8.4375vw;
    height: 8.4375vw;
  }
}
.page .video__list__image a:hover {
  background-color: #B100FF;
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.page .video__list__image a:hover::before {
  mix-blend-mode: hard-light;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.page .video__list__image a:hover::after {
  background-image: url("../img/video/play_on.png");
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a:hover::after {
    background-image: url("../img/video/list_play.png");
  }
}
.page .video__list__image a:hover span {
  transform: scale(0.95);
}
@media only screen and (max-width: 768px) {
  .page .video__list__image a:hover span {
    transform: scale(1);
  }
}
.page .video__list__image span {
  display: block;
  overflow: hidden;
  -webkit-mask-image: url(../img/video/top_list_mask.png);
  mask-image: url(../img/video/top_list_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}
.page .video__list__text {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page .video__list__text {
    font-size: 3.125vw;
  }
}
.page .btn__back {
  z-index: 2;
}