/*------------------------
  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: 1rem;
  }
}
.sec-works .works_copy p {
  font-size: 1.375rem;
  color: #ee5520;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
  font-weight: 900;
  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;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .sec-works .works_copy p span.small {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}
.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% - 3.75rem) / 3);
}
.sec-works .works_box {
  width: calc((100% - 3.75rem) / 3);
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
  color: #793b20;
  text-decoration: none;
  background: #FFF;
  border: 0.25rem #fff0c2 solid;
  border-radius: 1.875rem;
  padding: 1.25rem;
}
.sec-works figure.works_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.875rem;
  border-radius: 0.75rem;
}
.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;
  text-align: center;
}
@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: #ee5520;
}
.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 a {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #FFF;
  background-color: #ee5520;
  padding: 0.3125rem 0rem;
  border-radius: 6.25rem;
  display: block;
  max-width: 8.125rem;
  margin: 0.75rem auto 0;
  text-align: center;
}
.sec-works .works_desc a:hover {
  background-color: #fdd108;
}
.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.25rem) / 2);
    margin-bottom: 1.25rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .works_list::before, .sec-works .works_list::after {
    width: calc((100% - 0.75rem) / 2);
  }
  .sec-works .works_box {
    width: calc((100% - 0.75rem) / 2);
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border: 0.125rem #fff0c2 solid;
    border-radius: 1rem;
  }
}
.anime_kv {
  margin: 0 auto 3.125rem;
  max-width: 37.5rem;
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .anime_kv {
    margin-bottom: 1.5rem;
  }
}

.youtube {
  aspect-ratio: 560/315;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}