.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-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%);
}

.c-product-composition__product-heading {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.c-product-composition__product-bar {
  width: 0.6rem;
  align-self: stretch;
  background-color: #1c2a52;
  flex-shrink: 0;
  display: block;
}

.c-product-composition__product-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
}

.c-product-composition__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .c-product-composition__badges {
    gap: 0.8rem;
  }
}

.c-product-composition__badge {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #1c2a52;
  border-radius: 0.4rem;
  background-color: transparent;
  transition: background-color 0.2s ease;
  justify-content: space-between;
  cursor: default;
}

.c-product-composition__badge-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.c-product-composition__badge-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1c2a52;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  min-width: 6rem;
}

.c-product-composition__images {
  display: flex;
  gap: 0;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}

.c-product-composition__image {
  width: 24rem;
  height: 18rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .c-product-composition__image {
    width: 50%;
    height: 12.6rem;
  }
}

.c-product-composition__desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1c2a52;
  max-width: 80rem;
  margin: 0;
}

@media (max-width: 768px) {
  .c-product-composition__badge-text {
    min-width: 11rem;
  }
  .c-product-composition__product-heading {
    align-items: center;
  }
  .c-product-composition__product-bar {
    width: 0.4rem;
    height: 2.1rem;
    align-self: center;
  }
  .c-product-composition__product-title {
    font-size: 2rem;
  }
  .c-product-composition__badge {
    width: 15.9rem;
    padding: 0.4rem 0.8rem 0.3rem;
  }
}
.c-process-table {
  padding: 0 10rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .c-process-table {
    padding: 0 2.4rem 0;
    gap: 1.3rem;
  }
}

.c-process-table__heading {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.c-process-table__bar {
  width: 0.6rem;
  align-self: stretch;
  background-color: #1c2a52;
  flex-shrink: 0;
  display: block;
}

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

.c-process-table__wrap {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .c-process-table__wrap {
    scrollbar-width: none;
  }
  .c-process-table__wrap::-webkit-scrollbar {
    display: none;
  }
}

.c-process-table__track {
  display: none;
}
@media (max-width: 768px) {
  .c-process-table__track {
    display: block;
    height: 0.1rem;
    background-color: #ececec;
    margin: 1.2rem 0 0;
    position: relative;
  }
}

.c-process-table__thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1c2a52;
  transition: left 0.1s linear;
}

.c-process-table__th {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  padding: 1.6rem 1.6rem 1.5rem;
  white-space: nowrap;
}

.c-process-table__th--corner {
  background: transparent;
}

.c-process-table__th--machine {
  background-color: #f4f4f4;
  color: #1c2a52;
  font-size: 1.6rem;
  position: relative;
}
.c-process-table__th--machine::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #b0b0b0;
}

.c-process-table__td {
  background-color: #f4f4f4;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  padding: 0.8rem 1.6rem 1rem;
  height: 6rem;
  border-bottom: 0.1rem solid #ffffff;
  vertical-align: middle;
}
.c-process-table__td small {
  font-size: 1.2rem;
  display: block;
}

.c-process-table__td--label {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.1rem solid #ffffff;
}

.c-process-table__note {
  margin-top: -0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #1c2a52;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-process-table__note {
    margin-top: 1.1rem;
    line-height: 1.8;
  }
}

main.pg-pvc-dipping-products {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}

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

.c-process-carousel {
  margin-top: 1.8rem;
  margin-bottom: 4.6rem;
}

.c-kv-product {
  padding-bottom: 0;
}

.c-kv-product__media {
  padding-bottom: 12rem;
  right: 4rem;
}

.c-kv-product__body {
  padding-left: 10.1rem;
}

.c-kv-product__image {
  height: auto;
}

.pg-pvc-dipping-products__section-heading {
  border-bottom: 0.1rem solid #1c2a52;
  padding-bottom: 1.6rem;
}

.pg-pvc-dipping-products__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
}

.pg-pvc-dipping-products__content {
  padding: 0 10rem 8rem;
  background-color: #ffffff;
}

.pg-pvc-dipping-products__inner {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}

.pg-pvc-dipping-products__table-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pg-pvc-dipping-products__table-scroll {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .pg-pvc-dipping-products__table-scroll {
    scrollbar-width: none;
  }
  .pg-pvc-dipping-products__table-scroll::-webkit-scrollbar {
    display: none;
  }
}

.pg-pvc-dipping-products__table {
  width: 124rem;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .pg-pvc-dipping-products__table {
    max-width: 100%;
  }
}

.pg-pvc-dipping-products__th {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  padding: 1.2rem 1.6rem;
  white-space: nowrap;
  height: 6rem;
}
.pg-pvc-dipping-products__th--item {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
  width: 25rem;
}
.pg-pvc-dipping-products__th--unit {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #ffffff;
  border-right: 1rem solid #ffffff;
  width: 15rem;
}
.pg-pvc-dipping-products__th--data {
  background-color: #f4f4f4;
  color: #1c2a52;
  border-bottom: 0.1rem solid #b0b0b0;
  border-radius: 0.4rem 0.4rem 0 0;
  width: 28.2rem;
}
.pg-pvc-dipping-products__th--data + .pg-pvc-dipping-products__th--data {
  border-left: 0.1rem solid #ffffff;
}

.pg-pvc-dipping-products__td {
  background-color: #f4f4f4;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 1.2rem 1.6rem;
  height: 6rem;
  border-bottom: 0.1rem solid #ffffff;
  vertical-align: middle;
}
.pg-pvc-dipping-products__td sup {
  font-size: 0.65em;
}
.pg-pvc-dipping-products__td--item {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  white-space: nowrap;
  border-right: 0.1rem solid #ffffff;
}
.pg-pvc-dipping-products__td--unit {
  background-color: #ededed;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  border-right: 1rem solid #ffffff;
}

.pg-pvc-dipping-products__td:not(.pg-pvc-dipping-products__td--item):not(.pg-pvc-dipping-products__td--unit) + .pg-pvc-dipping-products__td:not(.pg-pvc-dipping-products__td--item):not(.pg-pvc-dipping-products__td--unit) {
  border-left: 0.1rem solid #ffffff;
}

.pg-pvc-dipping-products__table-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #1c2a52;
  margin-top: 2.4rem;
}

.pg-pvc-dipping-products__quality-section {
  padding: 2.8rem 10rem 20rem;
  background-color: #ffffff;
}

.pg-pvc-dipping-products__quality-inner {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.pg-pvc-dipping-products__quality-desc {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pg-pvc-dipping-products__quality-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1c2a52;
  margin-bottom: 0;
}

.pg-pvc-dipping-products__quality-photos {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.pg-pvc-dipping-products__quality-photo-wrap {
  flex: 0 0 calc((100% - 8rem) / 3);
  overflow: hidden;
}

.pg-pvc-dipping-products__quality-photo {
  width: 100%;
  height: 44.2rem;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .c-kv-product__media {
    right: 0;
  }
  .c-kv-product__body {
    padding-left: 2.4rem;
  }
  .pg-pvc-dipping-products__content {
    padding: 8rem 2.4rem 7.6rem;
  }
  .pg-pvc-dipping-products__inner {
    gap: 5.9rem;
  }
  .pg-pvc-dipping-products__table-wrap {
    margin-top: 3.3rem;
  }
  .c-process-table__track {
    margin: 1.5rem 0 0;
  }
  .pg-pvc-dipping-products__section-heading {
    padding-bottom: 1.5rem;
  }
  .pg-pvc-dipping-products__content .pg-pvc-dipping-products__section-heading {
    margin-bottom: -2rem;
  }
  .pg-pvc-dipping-products__section-title {
    font-size: 2.4rem;
  }
  .pg-pvc-dipping-products__quality-section {
    padding: 0 2.4rem 8rem;
  }
  .pg-pvc-dipping-products__table {
    min-width: 72rem;
  }
  .pg-pvc-dipping-products__quality-photos {
    flex-direction: column;
    gap: 4rem;
    margin-top: -1.6rem;
  }
  .pg-pvc-dipping-products__quality-photo-wrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .pg-pvc-dipping-products__quality-photo {
    height: 44.2rem;
  }
}

/*# sourceMappingURL=pvc-dipping-products.css.map */
