@charset "UTF-8";
.catchCopy {
  margin: 0 auto;
}
.catchCopy li {
  display: inline-block;
  font-size: 2.3rem;
  letter-spacing: 0.33em;
}

/*以下フェードイン表示の指定*/
.catchCopy li {
  opacity: 0;
  -webkit-animation: fadein 2s ease forwards;
          animation: fadein 2s ease forwards;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*以下遅延の指定*/
.catchCopy li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.catchCopy li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.catchCopy li:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  margin-right: -1em;
}

#topVideo {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 20px;
}
#topVideo li {
  text-align: center;
  width: 30%;
  pointer-events: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
#topVideo li:hover {
  width: 45%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}
#topVideo li.hitsuji {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 33%;
}
#topVideo li.hitsuji:hover {
  width: 50%;
}
#topVideo li .jikan {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#topVideo li.story {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#topVideo li.story h2 i {
  width: 2.8em;
}
#topVideo li a {
  text-decoration: none;
  pointer-events: auto;
}
#topVideo li div {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
#topVideo li h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#topVideo li h2 i {
  margin-top: -1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.175em;
  color: #FFFFFF;
  width: 1.4em;
  line-height: 1.4;
  text-align: left;
  text-shadow: 1px 1px 20px #000000;
}
#topVideo li video {
  height: 100%;
  max-width: 320px;
  margin: 0 -320px;
  vertical-align: bottom;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#topVideo li:hover video {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: 20s ease;
  transition: 20s ease;
}
#topVideo li p {
  line-height: 1.6;
  margin-top: 0;
}
#topVideo li p.ttl {
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 5px;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
}

.outlineList {
  display: inline-block;
  margin: 0 auto;
}
* + .outlineList {
  margin-top: 20px;
}
.outlineList dd + dt {
  margin-top: 20px;
}
/*# sourceMappingURL=top.css.map */