.gdWorks .p-gd-works-list {
  --p-gd-works-grid-gap: 3.15vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: var(--p-gd-works-grid-gap);
  padding-bottom: var(--p-gd-works-grid-gap);
  gap: var(--p-gd-works-grid-gap);
}
.gdWorks .p-gd-works-list::after {
  display: none;
}
.gdWorks .p-gd-works-list .p-gd-works-list__item {
  width: 100%;
  margin-top: 0;
}
.gdWorks #line-1 {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
  z-index: 0;
          transform: rotate(15deg);
  mix-blend-mode: unset;
}
.gdWorks .contents {
  margin-top: 0;
}
.gdWorks .contents .content .caption-wrapper {
  z-index: 2;
  bottom: 1.8vw;
  left: 0;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5vw;
}
.gdWorks .contents .content .caption-wrapper .caption {
  white-space: unset;
}
.gdWork .line {
  z-index: 0;
}
.gdWork #line-1 {
  margin-top: 30vw;
}
.gdWork #breadcrumb {
  margin-bottom: 25px;
}
.gdWork #breadcrumb ul {
  margin-left: 0;
}
.gdWork #breadcrumb .breadcrumb-divider:before {
  content: "/";
}
.gdWork #breadcrumb span {
  margin-right: 0;
  margin-left: 0;
}
.gdWork #breadcrumb .breadcrumb-divider {
  margin-right: 5px;
  margin-left: 5px;
}
.gdWork #breadcrumb ul {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.gdWork #breadcrumb ul span {
  font-size: 1.4rem;
}
.gdWork #breadcrumb ul li span {
  width: 100%;
  font-size: 1.4rem;
}
.gdWork .contents {
  z-index: 2;
  position: relative;
  width: 59.375%;
  margin-right: 4%;
  margin-left: auto;
  text-align: left;
}
.gdWork .contents .description {
  margin-top: 6%;
  margin-bottom: 8%;
  font-weight: 400;
  font-weight: 400;
  line-height: 2;
  line-height: 2;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
}
.gdWork .thumbnail {
  z-index: 2;
  position: relative;
}
.gdWork .thumbnail .caption-wrapper {
  position: fixed;
  margin-left: 4%;
}
.gdWork .thumbnail .caption-wrapper #breadcrumb {
  margin-top: 0;
}
.gdWork .tag {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: left;
}
.gdWork .tag li {
  margin-bottom: 5px;
  opacity: 1;
}
.gdWork .tag li:hover {
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
  .gdWorks .p-gd-works-list {
    --p-gd-works-grid-gap: 4vw;
    grid-template-columns: minmax(0, 1fr);
  }
  .gdWorks .contents .content .caption-wrapper {
    bottom: 4.05vw;
    margin-left: 4.05vw;
  }
  .gdWork #pageNav {
    right: 4%;
    left: auto;
    font-size: 2.08rem;
    text-align: right;
  }
  .gdWork #breadcrumb {
    margin-bottom: 8.2%;
  }
  .gdWork #breadcrumb ul span {
    font-size: 2.08rem;
  }
  .gdWork #breadcrumb ul li span {
    font-size: 2.08rem;
  }
  .gdWork .contents {
    width: auto;
    margin-left: 4%;
  }
  .gdWork .contents .description {
    font-size: 3.75vw;
    line-height: 1.7;
  }
  .gdWork .contents .description {
    font-size: 3.75vw;
    line-height: 1.7;
  }
  .gdWork .thumbnail .caption-wrapper .border-box p {
    padding: 1.755vw 2.3vw;
    font-size: 2.145rem;
    line-height: inherit;
  }
  .gdWork .thumbnail .caption-wrapper .border-box h3 {
    padding: 1.755vw 2.2vw;
    font-size: 3.38rem;
    line-height: inherit;
  }
  .gdWork .thumbnail .caption-wrapper {
    position: relative;
    max-width: 100%;
    margin-top: 5%;
    margin-right: 4%;
  }
  .gdWork .tag li {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .gdWork .tag {
    margin-top: 25px;
  }
  .gdWork .tag {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .gdWorks .p-gd-works-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gdWork .contents {
    width: auto;
    margin-left: 4%;
  }
  .gdWork .contents .description {
    font-size: 2.2rem;
  }
  .gdWork .thumbnail .caption-wrapper .border-box p {
    padding: 1.755vw 2.3vw;
    font-size: 2.145rem;
    line-height: inherit;
  }
  .gdWork .thumbnail .caption-wrapper .border-box h3 {
    padding: 1.755vw 2.2vw;
    font-size: 3.38rem;
    line-height: inherit;
  }
  .gdWork .thumbnail .caption-wrapper {
    position: relative;
    max-width: 100%;
    margin-top: 5%;
    margin-right: 4%;
  }
  .gdWork .tag li {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .gdWork .tag {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gdWorks .p-gd-works-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gdWorks .p-gd-works-list .p-gd-works-list__item img {
    height: 45.6vw;
  }
  .gdWork .contents .description {
    font-size: 2rem;
  }
  .gdWork .thumbnail .caption-wrapper {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    top: 50%;
            transform: translateY(-50%);
  }
  .gdWork .thumbnail .caption-wrapper.side-fixed-content {
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .gdWork .contents .description {
    font-size: 1.7rem;
  }
  .gdWork .thumbnail .caption-wrapper {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    top: 50%;
            transform: translateY(-50%);
  }
  .gdWork .thumbnail .caption-wrapper.side-fixed-content {
    position: absolute;
  }
}
@media screen and (min-width: 1500px) {
  .gdWork .contents .description {
    font-size: 1.95rem;
  }
}
