.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.c-kv-product {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 144rem;
  margin: 0 auto;
  gap: 13.2rem;
  padding-bottom: 12rem;
}

.c-kv-product__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-left: 6.1rem;
  padding-bottom: 8rem;
}

.c-kv-product__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 0 1.6rem;
  width: 90%;
}
@media (max-width: 768px) {
  .c-kv-product__breadcrumb {
    width: 100%;
  }
}

.c-kv-product__breadcrumb-sep {
  display: block;
  width: 6rem;
  height: auto;
  flex-shrink: 0;
  margin: 0 0;
}

.c-kv-product__breadcrumb-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.c-kv-product__breadcrumb-link:hover {
  color: #1c2a52;
}

.c-kv-product__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  color: #1c2a52;
  white-space: nowrap;
}

.c-kv-product__brand {
  display: flex;
  align-items: center;
  gap: 2.9rem;
  margin-top: 12rem;
  height: 6rem;
  position: relative;
  left: -0.1rem;
}

.c-kv-product__brand-mark {
  width: 6rem;
  height: 6rem;
  display: block;
  flex-shrink: 0;
}

.c-kv-product__brand-title {
  height: 4.4rem;
  width: auto;
  display: block;
}

.c-kv-product__category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #1c2a52;
  display: block;
  margin-top: 2.9rem;
}

.c-kv-product__heading {
  margin-top: 15.9rem;
}

.c-kv-product__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
}

.c-kv-product__en {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #1c2a52;
  margin-top: 1.6rem;
}

.c-kv-product__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c2a52;
  margin: 4.05rem 0 0;
  max-width: 46rem;
}

.c-kv-product__badges {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.9rem;
  gap: 11.2rem;
}

.c-kv-product__badges-col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.c-kv-product__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.c-kv-product__badge-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: block;
}

.c-kv-product__badge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #1c2a52;
  white-space: nowrap;
}

.c-kv-product__media {
  flex: 0 0 70rem;
  position: relative;
}

.c-kv-product__image {
  position: relative;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .c-kv-product {
    flex-direction: column;
    gap: 0;
  }
  .c-kv-product__media {
    order: -1;
    flex: none;
    width: 100%;
    height: 42.8rem;
  }
  .c-kv-product__body {
    padding: 1.6rem 2.4rem 4rem;
  }
  .c-kv-product__breadcrumb {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem;
  }
  .c-kv-product__breadcrumb-sep {
    width: 1.6rem;
    margin: 0;
    height: 0.2rem;
  }
  .c-kv-product__brand {
    margin-top: 3.2rem;
    height: auto;
    gap: 2.8rem;
  }
  .c-kv-product__brand-mark {
    width: 4rem;
    height: 4.2rem;
  }
  .c-kv-product__brand-title {
    height: 2.9rem;
  }
  .c-kv-product__category {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
  .c-kv-product__heading {
    margin-top: 3.2rem;
  }
  .c-kv-product__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .c-kv-product__en {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
  .c-kv-product__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.6rem;
    max-width: 100%;
    text-align: justify;
  }
  .c-kv-product__badges {
    margin-top: 1.6rem;
  }
  .c-kv-product__badges-col {
    align-items: flex-start;
  }
  .c-kv-product__badge {
    padding: 0;
  }
  .c-kv-product__badge-icon {
    width: 4rem;
    height: 4rem;
  }
  .c-kv-product__badge-text {
    font-size: 1.4rem;
  }
}
.c-material-category {
  padding: 8rem 2rem 16rem;
  width: 128rem;
  margin: 0 auto;
  max-width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .c-material-category {
    padding: 6rem 8rem 12rem;
  }
}
@media (max-width: 768px) {
  .c-material-category {
    padding: 4rem 2rem 8rem;
  }
}
@media (max-width: 576px) {
  .c-material-category {
    padding: 3.2rem 2.4rem 6rem;
  }
}

.c-material-category__inner {
  max-width: 124rem;
  margin: 0 auto;
}

.c-material-category__header {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #1c2a52;
  padding-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .c-material-category__header {
    padding-bottom: 0.8rem;
  }
}

.c-material-category__title-wrapper {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.c-material-category__title-icon {
  flex-shrink: 0;
  width: 0.6rem;
  height: 3rem;
  fill: #1c2a52;
  margin-top: 0.4rem;
}

.c-material-category__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-material-category__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .c-material-category__title {
    font-size: 2.4rem;
  }
}

.c-material-category__category {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-top: 8rem;
}
.c-material-category__category:first-of-type {
  padding-top: 0;
  border-top: none;
}

.c-material-category__subtitle-wrap {
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .c-material-category__subtitle-wrap {
    align-items: center;
  }
}

.c-material-category__subtitle-bar {
  display: inline-block;
  width: 0.7rem;
  height: 3.6rem;
  background-color: #1c2a52;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .c-material-category__subtitle-bar {
    width: 0.4rem;
    height: 2.1rem;
  }
}

.c-material-category__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-material-category__subtitle {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .c-material-category__subtitle {
    font-size: 2rem;
  }
}

.c-material-category__table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-material-category__row {
  display: flex;
  min-height: 7.2rem;
}
@media (max-width: 576px) {
  .c-material-category__row {
    flex-direction: column;
    min-height: 0;
  }
}

.c-material-category__row-label {
  width: 20rem;
  flex-shrink: 0;
  background-color: #1c2a52;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.6rem;
  border-bottom: 0.1rem solid #ffffff;
}
.c-material-category__row:last-child .c-material-category__row-label {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-material-category__row-label {
    width: 16rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .c-material-category__row-label {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.8rem;
    border-bottom: none;
  }
}

.c-material-category__row-value {
  flex: 1;
  background-color: #ffffff;
  color: #1c2a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  border-top: 0.1rem solid #1c2a52;
  border-left: 0.1rem solid #1c2a52;
  border-right: 0.1rem solid #1c2a52;
}
.c-material-category__row:last-child .c-material-category__row-value {
  border-bottom: 0.1rem solid #1c2a52;
}
@media (max-width: 768px) {
  .c-material-category__row-value {
    padding: 0 2.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .c-material-category__row-value {
    padding: 0.8rem;
    border: 0.1rem solid #1c2a52;
  }
}

.c-material-category__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  margin: -1.6rem 0 0;
  padding: 0;
}

.c-material-category__viewmore {
  display: flex;
  margin-top: -0.8rem;
}
.c-material-category__viewmore.is-align-start {
  justify-content: flex-start;
}
.c-material-category__viewmore.is-align-end {
  justify-content: flex-end;
}

.c-material-category__btn {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c2a52;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
.c-material-category__btn:hover .ani-link__inner .ani-link__inner-text:not(.is-last) {
  transform: translateY(-100%);
}
.c-material-category__btn:hover .ani-link__inner .ani-link__inner-text.is-last {
  transform: translateY(0);
}
.c-material-category__btn .ani-link__inner {
  position: relative;
  overflow: hidden;
  display: flex;
}
.c-material-category__btn .ani-link__inner .ani-link__inner-text {
  line-height: 1em;
  transform: translateY(0);
  transition: transform 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.c-material-category__btn .ani-link__inner .ani-link__inner-text.is-last {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.c-material-category__btn:hover {
  text-decoration: none;
}
.c-material-category__btn:hover .c-material-category__btn-icon {
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .c-material-category__btn:hover .c-material-category__btn-icon {
    transform: translate(0, 0);
  }
}
.c-material-category__btn:active {
  opacity: 0.8;
}

.c-material-category__btn-icon {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  stroke: #1c2a52;
  transition: transform 0.3s ease;
  margin-bottom: -0.6rem;
}

.c-bnr1 {
  border: 0.1rem solid #1c2a52;
  width: 50%;
  max-width: 72rem;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .c-bnr1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1 {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #1c2a52 !important;
    border-bottom: 0.1rem solid #1c2a52 !important;
  }
}
.c-bnr1 img {
  transition: all 0.3s ease;
}
.c-bnr1:hover .c-bnr1__inner-image img {
  transform: scale(1.1);
}
.c-bnr1:hover .ani-link__inner-text:not(.is-last) {
  transform: translateY(-100%);
}
.c-bnr1:hover .ani-link__inner-text.is-last {
  transform: translateY(0);
}
.c-bnr1:hover img {
  position: relative;
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .c-bnr1:hover img {
    transform: translate(0, 0);
  }
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text:not(.is-last) {
  transform: translateY(0) !important;
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text.is-last {
  transform: translateY(100%) !important;
}

.c-bnr1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3.7rem 4.8rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner {
    padding: 4rem 4.8rem 4.8rem;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner {
    padding: 4rem 2.2rem 3.7rem;
  }
}

.c-bnr1__inner-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-label {
    margin-bottom: 1.5rem;
  }
}

.c-bnr1__inner-label-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #1c2a52;
  text-decoration: none;
  gap: 1.6rem;
  padding: 0 1.6rem 0 1.4rem;
  height: 4rem;
  width: fit-content;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  transition: all 0.3s ease-in-out;
  min-width: 14.5rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner-label-link {
    padding: 0 1rem 0 1.5rem;
    height: 4rem;
    max-width: 14.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner-label-link {
    margin-top: 2.5rem;
    align-self: flex-start;
    margin-left: -0.5rem;
  }
}
.c-bnr1__inner-label-link span {
  padding-bottom: 0.2rem;
}

.c-bnr1__inner-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: #1c2a52;
  text-transform: uppercase;
  margin: 0;
}

.c-bnr1__inner-subtitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  color: #1c2a52;
}

.c-bnr1__inner-image {
  width: 100%;
  height: 28.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-image {
    height: 16rem;
    border-radius: 0.4rem;
  }
}
.c-bnr1__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .c-bnr1__inner-label-link.is-sp {
    display: flex !important;
  }
}

.c-bnr1__inner-label-link__icon-wrap {
  display: flex;
  width: 1.4rem;
  height: 1.3rem;
  transition: transform 0.3s ease;
}
.c-bnr1__inner-label-link__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-business-partner__link:hover .c-bnr1__inner-label-link__icon-wrap {
  transform: translate(40%, -40%);
}

main.pg-metal-products {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}

body.body-primary .pg-metal-products h1,
body.body-primary .pg-metal-products h2,
body.body-primary .pg-metal-products h3,
body.body-primary .pg-metal-products h4,
body.body-primary .pg-metal-products h5,
body.body-primary .pg-metal-products h6 {
  margin: 0;
  padding: 0;
}
body.body-primary .pg-metal-products a {
  text-decoration: none;
}
body.body-primary .pg-metal-products a:hover {
  text-decoration: none;
}

.pg-metal-products .c-kv-product {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pg-metal-products .c-kv-product .c-kv-product__body {
  padding-top: 4rem;
  padding-left: 6rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .pg-metal-products .c-kv-product .c-kv-product__body {
    padding-top: 1.6rem;
    padding-left: 2.4rem;
    padding-right: 2rem;
  }
}
.pg-metal-products .c-kv-product .c-kv-product__body .c-kv-product__heading {
  margin-top: 16.1rem;
}
@media (max-width: 768px) {
  .pg-metal-products .c-kv-product .c-kv-product__body .c-kv-product__heading {
    margin-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-kv-product .c-kv-product__body .c-kv-product__desc {
    margin-top: 1.7rem;
    padding-right: 0.4rem;
  }
}
.pg-metal-products .c-kv-product .c-kv-product__media {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .pg-metal-products .c-kv-product {
    padding-bottom: 4rem;
  }
}
.pg-metal-products .c-material-category {
  padding-top: 11.9rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category {
    padding-top: 4.4rem;
  }
}
.pg-metal-products .c-material-category .c-material-category__header {
  margin-bottom: -4rem;
  padding-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__header {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__category {
    gap: 3.1rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__category.is-steel {
    padding-top: 8.1rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.pg-metal-products .c-material-category .c-material-category__row-value sup {
  top: -0.2rem;
  font-size: 1.4rem;
}
.pg-metal-products .c-material-category .c-material-category__row-value .c-material-category__trademark {
  font-size: 1.6rem;
  top: -0.1rem;
  margin: 0 1.6rem;
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__row-value {
    font-size: 1.6rem;
    padding: 0.7rem 0.7rem 0.8rem;
    border: 0.1rem solid #1c2a52;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__row-label {
    font-size: 1.6rem;
    padding: 0.8rem;
    width: auto;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__row.is-galvanized .c-material-category__row-label {
    padding: 0.7rem;
  }
}
.pg-metal-products .c-material-category .c-material-category__note {
  letter-spacing: 0.001em;
}
.pg-metal-products .c-material-category .c-material-category__note .dot {
  padding: 0 0.5rem;
}
.pg-metal-products .c-material-category .c-material-category__note sup {
  font-size: 1.5rem;
  top: -0.1rem;
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__note {
    font-size: 1.6rem;
  }
}
.pg-metal-products .c-material-category .c-material-category__btn {
  padding: 0.9rem 1.5rem 1.1rem;
  width: 20rem;
  justify-content: space-between;
}
.pg-metal-products .c-material-category .c-material-category__btn svg {
  width: 2.3rem;
  height: 1.2rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .pg-metal-products .c-material-category .c-material-category__btn {
    margin-top: 0.2rem;
  }
}

.pg-metal-products__manufacturers {
  padding: 6.8rem 2rem 8rem;
  margin: 0 auto;
  width: 128rem;
  max-width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .pg-metal-products__manufacturers {
    padding: 6rem 8rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers {
    padding: 8.5rem 2.4rem 4rem;
  }
}

.pg-metal-products__manufacturers-inner {
  max-width: 124rem;
  margin: 0 auto;
}

.pg-metal-products__manufacturers-icon {
  flex-shrink: 0;
  display: block;
}

.pg-metal-products__manufacturers-header {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #1c2a52;
  padding-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-header {
    padding-bottom: 1.3rem;
  }
}

.pg-metal-products__manufacturers-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-title {
    font-size: 2.4rem;
  }
}

.pg-metal-products__manufacturers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 0;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}

.pg-metal-products__manufacturer-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 8rem;
  width: 38rem;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturer-item {
    height: 3.2rem;
    width: 17.2rem;
  }
}

.text-bold {
  font-weight: 700;
}

.pg-metal-products__manufacturer-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 557px) and (max-width: 768px) {
  .pg-metal-products__manufacturer-logo.is-pc {
    display: block !important;
  }
  .pg-metal-products__manufacturer-logo.is-sp {
    display: none !important;
  }
}

.pg-metal-products__manufacturers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 3rem;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}

.pg-metal-products__manufacturers-extra {
  display: flex;
  align-items: center;
  height: 6rem;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-extra {
    height: 2.4rem;
  }
}

.pg-metal-products__manufacturers-extra-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  overflow: hidden;
}
.pg-metal-products__manufacturers-extra-icon::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1c2a52;
  left: 50%;
  top: calc(50% + 0.2rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-extra-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .pg-metal-products__manufacturers-extra-icon::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.pg-metal-products__manufacturers-extra-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1c2a52;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-extra-text {
    font-size: 1.6rem;
  }
}

.pg-metal-products__manufacturers-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: right;
  margin: 0 0 2.4rem;
  padding: 0;
}
@media (max-width: 768px) {
  .pg-metal-products__manufacturers-caption {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
    text-align: left;
  }
}

.pg-metal-products__manufacturers-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 5rem;
}

.pg-metal-products__secondary {
  padding: 3.8rem 2rem 11.8rem;
  width: 128rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .pg-metal-products__secondary {
    padding: 6rem 8rem 12rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products__secondary {
    padding: 4rem 2.4rem 6rem;
  }
}

.pg-metal-products__secondary-inner {
  max-width: 124rem;
  margin: 0 auto;
}

.pg-metal-products__secondary-icon-title {
  flex-shrink: 0;
  display: block;
}

.pg-metal-products__secondary-header {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #1c2a52;
  padding-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-header {
    padding-bottom: 0.8rem;
  }
}

.pg-metal-products__secondary-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.pg-metal-products__secondary-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #1c2a52;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-desc {
    margin-bottom: 2.3rem;
  }
}

.pg-metal-products__secondary-list {
  display: flex;
  gap: 16rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .pg-metal-products__secondary-list {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.pg-metal-products__secondary-col {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 1 44rem;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-col {
    flex: none;
    width: 100%;
  }
}

.pg-metal-products__secondary-item {
  display: flex;
  align-items: center;
  height: 6rem;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-item {
    align-items: flex-start;
    height: auto;
  }
}

.pg-metal-products__secondary-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  overflow: hidden;
}
.pg-metal-products__secondary-icon::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1c2a52;
  left: 50%;
  top: calc(50% + 0.1rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .pg-metal-products__secondary-icon::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.pg-metal-products__secondary-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1c2a52;
}
@media (max-width: 768px) {
  .pg-metal-products__secondary-text {
    font-size: 1.6rem;
  }
}

.pg-metal-products__page-viewmore {
  display: flex;
  justify-content: flex-end;
  padding: 0 10rem;
  margin-bottom: 16rem;
}
@media (max-width: 992px) {
  .pg-metal-products__page-viewmore {
    padding: 0 8rem;
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .pg-metal-products__page-viewmore {
    padding: 0 1.9rem;
    margin-bottom: 8rem;
    justify-content: left;
  }
}

.pg-metal-products__page-viewmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  padding: 0 1.6rem;
  background-color: transparent;
  width: 22rem;
  height: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1c2a52;
  text-decoration: none;
  position: relative;
}
.pg-metal-products__page-viewmore-btn:hover .ani-link__inner .ani-link__inner-text:not(.is-last) {
  transform: translateY(-100%);
}
.pg-metal-products__page-viewmore-btn:hover .ani-link__inner .ani-link__inner-text.is-last {
  transform: translateY(0);
}
.pg-metal-products__page-viewmore-btn .ani-link__inner {
  position: relative;
  overflow: hidden;
  display: flex;
}
.pg-metal-products__page-viewmore-btn .ani-link__inner .ani-link__inner-text {
  line-height: 1em;
  transform: translateY(0);
  transition: transform 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.pg-metal-products__page-viewmore-btn .ani-link__inner .ani-link__inner-text.is-last {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.pg-metal-products__page-viewmore-btn:hover {
  text-decoration: none;
}
.pg-metal-products__page-viewmore-btn:hover .pg-metal-products__page-viewmore-btn-icon {
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .pg-metal-products__page-viewmore-btn:hover .pg-metal-products__page-viewmore-btn-icon {
    transform: translate(0, 0);
  }
}

.pg-metal-products__page-viewmore-btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  stroke: #1c2a52;
  transition: transform 0.3s ease;
}

/*# sourceMappingURL=metal-products.css.map */
