@charset "UTF-8";
.is-hidden {
  display: none;
  opacity: 0;
}

.is-show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
  /* フェードイン用のスタイル */
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media all and (min-width: 769px) {
  .main > .standard.s2.works > .body .more-button {
    display: none;
  }
  .main > .standard.s2.works > .body .more-button ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main > .standard.s2.works > .body .more-button ul li {
    width: 380px;
    height: 70px;
  }
  .main > .standard.s2.works > .body .more-button ul li div {
    display: block;
    position: relative;
    width: 380px;
    height: 70px;
    background: url("../img/wor_mor_but.png");
    background-size: 380px 140px;
    color: #ffffff;
  }
  .main > .standard.s2.works > .body .more-button ul li div:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 70px;
    background: url("../img/wor_mor_but.png");
    background-position: 0 100%;
    background-size: 380px 140px;
    opacity: 0;
    content: '';
    -webkit-transition: opacity 0.75s cubic-bezier(0.2, 0, 0.25, 1);
    transition: opacity 0.75s cubic-bezier(0.2, 0, 0.25, 1);
  }
  .main > .standard.s2.works > .body .more-button ul li div span {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 70px;
    font-family: 'Roboto', 'Noto Sans JP', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.048em;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main > .standard.s2.works > .body .more-button ul li div:hover:before {
    opacity: 1;
  }
  .main > .standard.s2.works > .body.active .more-button ul li a:before {
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  .main > .standard.s2.works > .body .more-button {
    display: none;
  }
  .main > .standard.s2.works > .body .more-button ul li {
    width: 64vw;
    height: 12vw;
    margin: 0 auto;
  }
  .main > .standard.s2.works > .body .more-button ul li div {
    display: block;
    position: relative;
    width: 64vw;
    height: 12vw;
    background: url("../img/wor_mor_but.png");
    background-size: 64vw 24vw;
    color: #ffffff;
  }
  .main > .standard.s2.works > .body .more-button ul li div:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64vw;
    height: 12vw;
    background: url("../img/wor_mor_but.png");
    background-position: 0 100%;
    background-size: 64vw 24vw;
    opacity: 0;
    content: '';
    -webkit-transition: opacity 0.75s cubic-bezier(0.2, 0, 0.25, 1);
    transition: opacity 0.75s cubic-bezier(0.2, 0, 0.25, 1);
  }
  .main > .standard.s2.works > .body .more-button ul li div span {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 64vw;
    height: 12vw;
    font-family: 'Roboto', 'Noto Sans JP', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.048em;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main > .standard.s2.works > .body .more-button ul li div:hover:before {
    opacity: 1;
  }
  .main > .standard.s2.works > .body.active .more-button ul li a:before {
    opacity: 1;
  }
}

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