@charset "UTF-8";
.old-wrapper {
  /* --------------------------------------------------------------------------------
     動画一覧 / .gallery-list
     --------------------------------------------------------------------------------
     - トップページの .top-gallery-list と同じHTMLに異なるスタイルをあてている
     -------------------------------------------------------------------------------- */
}
body.video .old-wrapper .container {
  max-width: 144rem;
  margin: 0 auto;
  padding-top: 0 !important;
}
.old-wrapper .gallery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.old-wrapper .gallery-list li {
  width: 33.333%;
  padding: 2rem;
}
.old-wrapper .gallery-list ._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
.old-wrapper .gallery-list ._item._new::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
.old-wrapper .gallery-list ._item ._thumb {
  position: relative;
  min-height: 0%;
}
.old-wrapper .gallery-list ._item ._thumb img {
  width: 100%;
}
.old-wrapper .gallery-list ._item ._thumb ._play {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 7rem;
  height: 7rem;
  margin: auto;
  opacity: 0.7;
  background: url(/images/common/icon-play.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.old-wrapper .gallery-list ._item ._thumb::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 8.8rem;
  height: 3.4rem;
  opacity: 0.7;
  background: url(/images/common/logo-aslead-white.svg) no-repeat center;
  background-size: 100%;
}
.old-wrapper .gallery-list ._item h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
.old-wrapper .gallery-list ._item ._num {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #666;
}
.old-wrapper .gallery-list ._item p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}
.old-wrapper .gallery-list ._item:hover ._play {
  opacity: 1;
  transform: scale(1.3);
}
.old-wrapper .gallery-tab {
  display: flex;
  justify-content: center;
  margin: 0 auto 7rem;
}
.old-wrapper .gallery-tab li {
  min-width: 20rem;
}
.old-wrapper .gallery-tab li button {
  position: relative;
  width: 100%;
  padding: 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  color: #47B689;
  outline: 0;
  border: 1px solid #47B689;
  border-left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.old-wrapper .gallery-tab li button span {
  color: #47B689;
  transition: all 0.2s linear;
}
.old-wrapper .gallery-tab li button._selected, .old-wrapper .gallery-tab li button:hover {
  color: #fff;
  background-color: #47b689;
}
.old-wrapper .gallery-tab li button._selected span, .old-wrapper .gallery-tab li button:hover span {
  color: #fff;
}
.old-wrapper .gallery-tab li:first-child button {
  border-left: 1px solid #47B689;
  border-radius: 5rem 0 0 5rem;
}
.old-wrapper .gallery-tab li:last-child button {
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .old-wrapper .gallery-tab {
    display: flex;
    margin: 30px auto;
  }
  .old-wrapper .gallery-tab li {
    width: 24%;
    min-width: 0;
  }
  .old-wrapper .gallery-tab li button {
    padding: 0 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .old-wrapper .gallery-list {
    display: block;
  }
  .old-wrapper .gallery-list li {
    width: 100%;
    padding: 10px 0;
  }
}

/*# sourceMappingURL=video.css.map */
