@import "url("");
.worksDetail {
  letter-spacing: 0.06em;
}

.worksVisual {
  text-align: center;
}
.worksVisual img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
}

.worksSummary > div {
  display: flex;
}
.worksSummary > div > dt {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #9e9c9c;
  font-weight: bold;
}
.worksSummary > div > dd {
  line-height: 1.89;
}
.worksSummary > div > dd .worksScore > li {
  display: inline;
}
.worksSummary > div > dd .worksScore > li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
.worksSummary .worksCredit > div > dt {
  color: #9e9c9c;
}
.worksDetail .worksImageList img {
  display: block;
  margin: auto;
}
.worksDetail .worksImageList br {
  display: none !important;
}
.worksDetail .worksImageList .ytWrap {
  padding: 0;
  background: #f2f2f2;
}
.worksDetail .worksImageList .ytWrap iframe {
  aspect-ratio: 16/9;
}

.worksVoice {
  background: #f2f2f2;
}
.worksVoice .worksVoiceTitleSub {
  color: linear-gradient(94deg, rgb(200, 244, 236) 0%, rgb(233, 248, 227) 100%);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
.worksVoice .worksVoiceTitle {
  color: #212121;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.worksVoice .worksVoiceContent {
  background: #fff;
}
.worksVoice .worksVoiceContent > div > dt {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}
.worksVoice .worksVoiceContent > div > dt:before, .worksVoice .worksVoiceContent > div > dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.worksVoice .worksVoiceContent > div > dt:before {
  background: #dddddd;
}
.worksVoice .worksVoiceContent > div > dt:after {
  background: linear-gradient(94deg, rgb(200, 244, 236) 0%, rgb(233, 248, 227) 100%);
}
@media screen and (max-width: 1000px) {
  #worksFilterHead {
    height: 90px;
    position: relative;
  }
  #worksFilterHead #cats {
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    align-items: flex-start;
    position: relative;
  }
  #worksFilterHead #cats .parentCats {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: 20px;
    gap: 0 20px;
    font-weight: 500;
    line-height: 0;
  }
  #worksFilterHead #cats .parentCats li {
    height: 26px;
  }
  #worksFilterHead #cats .parentCats li label {
    height: 26px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  #worksFilterHead #cats .parentCats li label.isActive {
    font-weight: 700;
    font-size: 26px;
  }
  #worksFilterHead #cats .parentCats li label input {
    display: none;
  }
  #worksFilterHead #worksFilter {
    width: 40px;
    height: 26px;
    position: relative;
    z-index: 100;
    transition: all 0.4s;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  #worksFilterHead #worksFilter .title {
    position: relative;
    height: 26px;
    width: 40px;
  }
  #worksFilterHead #worksFilter .title span {
    display: block;
    height: 26px;
  }
  #worksFilterHead #worksFilter .title span.name {
    display: none;
  }
  #worksFilterHead #worksFilter .title span.icon {
    width: 40px;
    height: 26px;
    position: relative;
  }
  #worksFilterHead #worksFilter .title span.icon:before, #worksFilterHead #worksFilter .title span.icon:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
  }
  #worksFilterHead #worksFilter .title span.icon:after {
    transform: rotate(90deg);
    transition: all 0.4s linear;
  }
  #worksFilterHead #worksFilter .title span.icon.isOpen:after {
    transform: rotate(0);
  }
  #worksFilterHead #worksFilter .filterUlWrap {
    transform: scale(1, 0);
    position: relative;
    transition: all 0.3s;
  }
  #worksFilterHead #worksFilter .filterUlWrap.isOpen {
    transform: scale(1, 1);
  }
  #worksFilterHead #worksFilter #filterUL {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 5px;
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 20px;
    right: 0;
    width: 90vw;
    padding: 2em;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  #worksFilterHead #worksFilter #filterUL.isOpen {
    transform: scale(1, 1);
  }
  #worksFilterHead #worksFilter #filterUL li {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
  }
  #worksFilterHead #worksFilter #filterUL li label {
    display: block;
    padding: 5px 0;
  }
  #worksFilterHead #worksFilter #filterUL li label.isActive {
    font-weight: 700;
    opacity: 0.5;
  }
  #worksFilterHead #worksFilter #filterUL li label input {
    display: none;
  }
  #worksFilterHead #nowSelectSub {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #worksArchive {
    margin-top: 30px;
  }
  #worksArchive .worksItem {
    position: relative;
  }
  #worksArchive .worksItem + .worksItem {
    margin-top: 30px;
  }
  #worksArchive a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  #worksArchive a .img {
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s linear;
    position: relative;
  }
  #worksArchive a .img img {
    width: 100%;
    height: auto;
  }
  #worksArchive a .img:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(../images/common2023/works_more.webp);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
    aspect-ratio: 1/1;
    width: 40%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
    transform: scale(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #worksArchive a .worksName {
    color: #9e9c9c;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1;
  }
  #worksArchive a .worksCatch {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.5;
  }
  * + .worksSummary {
    margin-top: 58px;
  }
  .worksSummary > div > dt {
    width: 106px;
    padding-right: 20px;
    margin-top: 0.1em;
    font-size: 14px;
  }
  .worksSummary > div > dd {
    width: calc(100% - 106px);
  }
  .worksSummary > div > dd p + p {
    margin-top: 25px;
  }
  .worksSummary > div + div {
    margin-top: 40px;
  }
  .worksSummary .worksCredit > div + div {
    margin-top: 12px;
  }
  .worksSummary .worksCredit > div > dt {
    margin-top: 3px;
    font-size: 12px;
  }
  * + .worksImageList {
    margin-top: 61px;
  }
  .worksDetail .worksImageList img {
    margin-top: 33px;
  }
  .worksDetail .worksImageList .ytWrap {
    padding: 6.6%;
  }
  .worksDetail .worksImageList .ytWrap iframe {
    position: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  * + .worksVoice {
    margin-top: 35px;
  }
  .worksVoice {
    padding: 15px 10px 10px;
  }
  .worksVoice .worksVoiceTitleSub {
    font-size: 14px;
  }
  .worksVoice .worksVoiceTitle {
    font-size: 23px;
  }
  .worksVoice * + .worksVoiceContent {
    margin-top: 20px;
  }
  .worksVoice .worksVoiceContent {
    padding: 25px 18px 17px 25px;
  }
  .worksVoice .worksVoiceContent > div + div {
    margin-top: 31px;
  }
  .worksVoice .worksVoiceContent > div > dt {
    padding-top: 17px;
    font-size: 18px;
  }
  .worksVoice .worksVoiceContent > div > dt:before, .worksVoice .worksVoiceContent > div > dt:after {
    height: 2px;
  }
  .worksVoice .worksVoiceContent > div > dt:before {
    width: 29px;
  }
  .worksVoice .worksVoiceContent > div > dt:after {
    width: 10px;
  }
  .worksVoice .worksVoiceContent > div * + dd {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 1001px) {
  #worksFilterHead {
    height: 145px;
    position: relative;
  }
  #worksFilterHead #cats {
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    align-items: flex-start;
    position: relative;
  }
  #worksFilterHead #cats .parentCats {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: 250px;
    gap: 0 45px;
    font-weight: 500;
    line-height: 0;
  }
  #worksFilterHead #cats .parentCats li {
    height: 76px;
  }
  #worksFilterHead #cats .parentCats li label {
    height: 76px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }
  #worksFilterHead #cats .parentCats li label:focus, #worksFilterHead #cats .parentCats li label:hover {
    opacity: 0.5;
  }
  #worksFilterHead #cats .parentCats li label.isActive {
    font-weight: 700;
    font-size: 58px;
  }
  #worksFilterHead #cats .parentCats li label.isActive:focus, #worksFilterHead #cats .parentCats li label.isActive:hover {
    font-size: 58px;
    opacity: 1;
  }
  #worksFilterHead #cats .parentCats li label input {
    display: none;
  }
  #worksFilterHead #worksFilter {
    min-width: 200px;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: none;
    padding: 0 20px 20px;
    transition: all 0.4s;
    border-radius: 15px;
  }
  #worksFilterHead #worksFilter.isOpen {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  #worksFilterHead #worksFilter.isOpen .title span.icon:before,
  #worksFilterHead #worksFilter.isOpen .title span.icon:after {
    background: #fff;
  }
  #worksFilterHead #worksFilter .title {
    position: relative;
    height: 76px;
  }
  #worksFilterHead #worksFilter .title span {
    display: block;
    height: 76px;
  }
  #worksFilterHead #worksFilter .title span.name {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 45px);
  }
  #worksFilterHead #worksFilter .title span.icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 28px;
    right: 0;
  }
  #worksFilterHead #worksFilter .title span.icon:before, #worksFilterHead #worksFilter .title span.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #080807;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #worksFilterHead #worksFilter .title span.icon:after {
    transform: rotate(90deg);
    transition: all 0.4s linear;
  }
  #worksFilterHead #worksFilter .title span.icon.isOpen:after {
    transform: rotate(0);
  }
  #worksFilterHead #worksFilter #filterUL {
    list-style: none;
    display: none;
    font-family: "Noto Sans JP", sans-serif;
  }
  #worksFilterHead #worksFilter #filterUL li {
    white-space: nowrap;
    font-size: 14px;
  }
  #worksFilterHead #worksFilter #filterUL li + li {
    margin-top: 0.5em;
  }
  #worksFilterHead #worksFilter #filterUL li label {
    display: block;
    cursor: pointer;
    padding: 0.25em 20px;
    transition: all 0.3s;
    border-radius: 8px;
  }
  #worksFilterHead #worksFilter #filterUL li label.isActive {
    background: rgba(0, 0, 0, 0.3);
  }
  #worksFilterHead #worksFilter #filterUL li label input {
    display: none;
  }
  #worksFilterHead #worksFilter #filterUL li label:focus, #worksFilterHead #worksFilter #filterUL li label:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  #worksFilterHead #nowSelectSub {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
  }
  #worksArchive {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 80px;
    position: relative;
  }
  #worksArchive .worksItem {
    overflow: hidden;
  }
  #worksArchive .worksItem.loaded a {
    opacity: 1;
    transform: scale(1);
  }
  #worksArchive a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transform: scale(0.95);
    transition: all 0.3s linear;
  }
  #worksArchive a .img {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s linear;
    position: relative;
  }
  #worksArchive a .img img {
    width: 100%;
    height: auto;
  }
  #worksArchive a .img:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    background-image: url(../images/common2023/works_more.webp);
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position: 50% 50%;
    aspect-ratio: 1/1;
    width: 40%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.14s linear;
    transform: scale(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #worksArchive a .worksName {
    color: #9e9c9c;
    font-size: 12px;
    margin-top: 15px;
  }
  #worksArchive a .worksCatch {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
  }
  #worksArchive a:focus .img img, #worksArchive a:hover .img img {
    filter: brightness(50%);
  }
  #worksArchive a:focus .img:after, #worksArchive a:hover .img:after {
    transform: scale(1);
  }
  .subpage .hero_catch.worksDetailCatch {
    font-size: 26px;
    font-weight: bold;
  }
  * + .worksSummary {
    margin-top: 88px;
  }
  .worksSummary {
    max-width: 880px;
    margin-left: auto;
  }
  .worksSummary > div > dt {
    width: 160px;
    padding-right: 20px;
    margin-top: 0.3em;
    font-size: 16px;
  }
  .worksSummary > div > dd {
    width: calc(100% - 160px);
    font-size: 19px;
  }
  .worksSummary > div > dd p + p {
    margin-top: 37px;
  }
  .worksSummary > div > dd a:focus, .worksSummary > div > dd a:hover {
    text-decoration: none;
  }
  .worksSummary > div + div {
    margin-top: 60px;
  }
  .worksSummary .worksCredit {
    display: flex;
    flex-wrap: wrap;
  }
  .worksSummary .worksCredit > div {
    width: 50%;
  }
  .worksSummary .worksCredit > div:nth-child(n+3) {
    margin-top: 18px;
  }
  .worksSummary .worksCredit > div > dt {
    margin-top: 7px;
    font-size: 12px;
  }
  * + .worksImageList {
    margin-top: 92px;
  }
  .worksDetail .worksImageList img {
    margin-top: 50px;
    padding-bottom: 15px;
  }
  .worksDetail .worksImageList .ytWrap {
    padding: 6.6%;
  }
  .worksDetail .worksImageList .ytWrap iframe {
    position: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  * + .worksVoice {
    margin-top: 52px;
  }
  .worksVoice {
    padding: 22px 82px 80px;
  }
  .worksVoice .worksVoiceTitleSub {
    font-size: 14px;
  }
  .worksVoice .worksVoiceTitle {
    margin-top: 1px;
    font-size: 34px;
  }
  .worksVoice * + .worksVoiceContent {
    margin-top: 26px;
  }
  .worksVoice .worksVoiceContent {
    padding: 60px 65px 55px 80px;
  }
  .worksVoice .worksVoiceContent > div + div {
    margin-top: 46px;
  }
  .worksVoice .worksVoiceContent > div > dt {
    padding-top: 26px;
    font-size: 22px;
  }
  .worksVoice .worksVoiceContent > div > dt:before, .worksVoice .worksVoiceContent > div > dt:after {
    height: 2px;
  }
  .worksVoice .worksVoiceContent > div > dt:before {
    width: 43px;
  }
  .worksVoice .worksVoiceContent > div > dt:after {
    width: 10px;
  }
  .worksVoice .worksVoiceContent > div * + dd {
    margin-top: 14px;
  }
  .worksVoice .worksVoiceContent > div > dd {
    font-size: 19px;
  }
}
/*# sourceMappingURL=map/works2023_renew.css.map */
