@charset "UTF-8";
/* CSS Document */
/* WORKS SUBNAV
---------------------------------------- */
/* WORKS INDEX
---------------------------------------- */
#worksIndex li a, #worksIndex li figure::after, #worksIndex li figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#worksIndex li a {
  display: block;
  text-decoration: none;
}

#worksIndex li figure {
  position: relative;
}

#worksIndex li figure > span {
  display: block;
  overflow: hidden;
  position: relative;
}

#worksIndex li figure > span::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
}

#worksIndex li figure img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

#worksIndex li:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#worksIndex li:hover figure > span::after {
  opacity: 1;
}

#worksIndex figcaption {
  font-size: 13px;
  margin-top: 0.5em;
}

#worksIndex figcaption span {
  color: #004F9D;
  display: block;
  font-size: 12px;
}

/* WORKS PAGES
---------------------------------------- */
#worksContents {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #worksContents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #worksContents {
    margin-top: 30px;
  }
}
.mainvisual {
  padding: 40px 0;
  text-align: center;
  background-image: -moz-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(228, 228, 228) 17%, rgb(246, 246, 246) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(228, 228, 228) 17%, rgb(246, 246, 246) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(209, 209, 209) 0%, rgb(228, 228, 228) 17%, rgb(246, 246, 246) 100%);
}

.mainvisual.web {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .mainvisual.movie2 {
    padding: 40px 120px;
  }
}
.worksInfo {
  margin: 60px auto 0;
  max-width: 1200px;
}

.worksTitle {
  float: left;
  width: 40%;
}

.worksTitle .category {
  color: #f09b27;
  font-size: 20px;
}

.worksTitle h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 20px;
}

.worksTitle .url {
  margin-top: 20px;
}

.worksTitle .url a {
  text-decoration: none;
  word-break: break-all;
}

.worksTitle .url a:hover {
  text-decoration: underline;
}

.worksTitle .url i {
  margin-right: 3px;
}

.worksDetail {
  float: right;
  padding-left: 30px;
  width: 60%;
}

.worksDetail dl {
  margin-top: 40px;
}

.worksDetail dl:first-child {
  margin-top: 0;
}

.worksDetail dt {
  float: left;
  text-align: right;
  width: 10%;
}

.worksDetail dd {
  float: right;
  padding-left: 30px;
  width: 90%;
}

.worksDetail .summary dd {
  line-height: 2;
}

.worksDetail .creative li {
  background: #AAA;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  padding: 6px 12px;
}

.worksImg {
  margin: 60px auto 0;
  max-width: 1200px;
  overflow: hidden;
}

.worksImg ul {
  font-size: 0;
}

.worksImg ul li {
  display: inline-block;
  padding-left: 20px;
  width: 50%;
}

.worksImg ul li:nth-of-type(2n+1) {
  padding: 0 20px 40px 0;
}

@media screen and (max-width: 1200px) {
  .worksInfo {
    padding: 0 30px;
  }
  .worksImg {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .worksTitle {
    float: none;
    margin-bottom: 60px;
    width: 100%;
  }
  .worksDetail {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .worksDetail dt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .worksInfo {
    margin-top: 40px;
  }
  .worksTitle {
    margin-bottom: 40px;
  }
  .worksTitle h1 {
    margin-top: 10px;
  }
  .worksTitle .url {
    margin-top: 10px;
  }
  .worksDetail dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual {
    padding: 20px;
  }
  .worksTitle .category {
    font-size: 16px;
  }
  .worksTitle h1 {
    font-size: 24px;
  }
  .worksTitle .url {
    font-size: 13px;
  }
  .worksInfo {
    margin-top: 30px;
    padding: 0 20px;
  }
  .worksDetail dt,
  .worksDetail dd {
    float: none;
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
  .worksDetail dt {
    font-weight: bold;
    margin-bottom: 0.2em;
  }
  .worksDetail .summary dd {
    line-height: 1.8;
  }
  .worksImg {
    margin-top: 30px;
    padding: 0 20px;
  }
  .worksImg ul li {
    display: block;
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  .worksImg ul li:nth-of-type(2n+1) {
    padding: 0;
  }
}
.btnBack a {
  border: 1px solid #ccc;
  display: block;
  font-size: 20px;
  margin: 100px auto;
  padding: 30px 0;
  text-align: center;
  text-indent: -10px;
  width: 320px;
}

@media screen and (max-width: 480px) {
  .btnBack a {
    margin: 60px 40px;
    padding: 20px 0;
    width: auto;
  }
}
.youtubeVisual {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtubeVisual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#worksIndex figcaption span.new-box {
  background-color: #DD0000;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
  font-size: 11px;
  margin-bottom: 2px;
}

.youtube-title {
  font-size: 16px;
  margin-top: 5px;
}

.works-sub-nav .works-nav-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.works-sub-nav .works-nav-list .works-nav-item .works-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  border-radius: 5px;
  height: 37px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .works-sub-nav .works-nav-list .works-nav-item .works-nav-button {
    font-size: 1.4rem;
  }
}
.works-sub-nav .works-nav-list .works-nav-item .works-nav-button.active {
  background-color: #62A3D3;
}
.works-sub-nav .works-nav-list .works-nav-item .works-nav-button:hover {
  opacity: 0.6;
}

.works-index {
  margin-top: 60px;
}
.works-index .works-index-list {
  opacity: 0;
  transition: opacity 0.6s ease;
  position: relative;
}
.works-index .works-index-list.muuri {
  opacity: 1;
}
.works-index .works-index-list .grid-item {
  background-color: #fff;
  position: absolute;
  width: 20%;
  margin-bottom: 20px;
}
.works-index .works-index-list .grid-item .grid-content a {
  color: #000;
}
.works-index .works-index-list .grid-item .grid-content figure {
  margin: 0;
}

/*# sourceMappingURL=works-style.min.css.map */
