@-webkit-keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.works {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(14%, red), color-stop(14%, orange), color-stop(28%, orange), color-stop(28%, yellow), color-stop(42%, yellow), color-stop(42%, green), color-stop(57%, green), color-stop(57%, aqua), color-stop(72%, aqua), color-stop(72%, blue), color-stop(86%, blue), color-stop(86%, purple), to(purple));
  background: linear-gradient(to bottom, red 0%, red 14%, orange 14%, orange 28%, yellow 28%, yellow 42%, green 42%, green 57%, aqua 57%, aqua 72%, blue 72%, blue 86%, purple 86%, purple 100%);
}

.works:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.works-wrapper {
  position: relative;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  padding: 120px 0 0;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .works-wrapper {
    width: calc(100% - 1.6rem);
    padding: 4rem 0 8rem;
  }
}
.works-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0 0.8rem;
}

@media screen and (max-width: 768px) {
  .works-inner {
    padding: 0 0.8rem;
  }
}
.works-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  font-size: 5.6rem;
  line-height: 2.8rem;
  border-bottom: 4px double rgba(75, 75, 75, 0.24);
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .works-title {
    font-size: 4rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .works-title {
    margin-bottom: 3.2rem;
  }
}
.works-title-2 {
  margin-bottom: 3.2rem;
  line-height: 2.4rem;
  font-size: 4rem;
  border-bottom: 1px solid rgba(75, 75, 75, 0.24);
}

@media screen and (max-width: 768px) {
  .works-title-2 {
    font-size: 2.4rem;
  }
}
.works-block {
  margin: 0 auto 120px;
}

.works-block div:nth-of-type(n + 10) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.works-block div:nth-of-type(n + 10) .works-title-cat {
  font-size: 2rem;
}

.works-block div:nth-of-type(n + 10) .works-title-3 {
  margin-left: 0.4rem;
  font-size: 1.4rem;
}

.works-block div:nth-of-type(n + 10) .works-date {
  margin-left: 0.4rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .works-block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .works-description {
    font-size: 1.4rem;
  }
}
.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 2.4rem;
  padding: 1.6rem 0 0.8rem;
}

.works-item {
  width: 33.3333%;
  padding: 1px;
}

.works-textbox {
  margin-bottom: 2.4rem;
}
.works-textbox .works-title-cat {
  font-size: 2rem;
  font-weight: bold;
}
.works-textbox .works-title-3 {
  font-size: 1.8rem;
  font-weight: 400;
}

.works-title-2-jp {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .works-title-2-jp {
    font-size: 2rem;
  }
  .works-title-cat {
    font-size: 1.6rem;
  }
  .works-title-3 {
    font-size: 1.6rem;
  }
  .works-date {
    font-size: 1.4rem;
  }
}
.works-title-award {
  margin-bottom: 2.4rem;
  margin-left: 0.8rem;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .works-title-award {
    font-size: 1.4rem;
  }
}
.works-detail {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .works-detail-title {
    display: block;
    padding-left: 1rem;
  }
}
/*# sourceMappingURL=works.css.map */