/*------------------------
  works
------------------------*/
.works_tab:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 576px) {
  .works_tab:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.sec-works .works_copy {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_copy {
    margin-bottom: 1.75rem;
  }
}
.sec-works .works_copy p {
  font-size: 1.375rem;
  color: #a9875e;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .sec-works .works_copy p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.sec-works .works_copy p span.small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_copy p span.small {
    font-size: 0.875rem;
  }
}
.sec-works .works_copy a {
  display: block;
  width: 100%;
  max-width: 31.25rem;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-works .works_copy a:hover {
  opacity: 0.5;
}
.sec-works .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-works .works_list::before, .sec-works .works_list::after {
  content: "";
  height: 0;
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
  width: calc((100% - 6.125rem) / 3);
}
.sec-works .works_list.comics {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.0625rem;
}
.sec-works .works_list.comics::before, .sec-works .works_list.comics::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .sec-works .works_list.comics {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
  }
  .sec-works .works_list.comics::before, .sec-works .works_list.comics::after {
    content: "";
  }
}
.sec-works .works_box {
  width: calc((100% - 6.125rem) / 3);
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 0.09375rem #a9875e, 0 0 0 0.375rem #fff, 0 0 0 0.5625rem #a9875e;
          box-shadow: 0 0 0 0.09375rem #a9875e, 0 0 0 0.375rem #fff, 0 0 0 0.5625rem #a9875e;
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_box {
    -webkit-box-shadow: 0 0 0 0.0625rem #a9875e, 0 0 0 0.25rem #fff, 0 0 0 0.375rem #a9875e;
            box-shadow: 0 0 0 0.0625rem #a9875e, 0 0 0 0.25rem #fff, 0 0 0 0.375rem #a9875e;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works_box {
    margin-bottom: 1.25rem;
  }
}
.sec-works figure.works_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.875rem;
}
.sec-works figure.works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec-works figure.works_img img.watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-works figure.works_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-works .works_desc .works_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .sec-works .works_desc .works_ttl {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.sec-works .works_desc .works_price {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  color: #ab0039;
}
.sec-works .works_desc .works_price .taxin_text {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-works .works_desc .works_price {
    font-size: 0.75rem;
    margin-top: 0.125rem;
  }
}
.sec-works .works_desc .works_disc {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-works .works_list::before, .sec-works .works_list::after {
    width: calc((100% - 1.25rem) / 2);
  }
  .sec-works .works_box {
    width: calc((100% - 1.75rem) / 2);
    margin-bottom: 1.75rem;
    padding: 0.75rem;
  }
}