@media print, (min-width: 767px) {
  .section-product-category {
    padding: 100px 0 120px;
  }
  .section-product-category .title-common-primary {
    margin-bottom: 80px;
    font-size: 0.36rem;
  }
  .section-product-category .title-common-primary::after {
    bottom: 2px;
  }
  .section-product-category .list-product-category {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-product-category {
    padding: 0.8rem 0 1rem;
  }
  .section-product-category .list-product-category,
  .section-product-category .title-common-primary {
    margin-bottom: 0.8rem;
  }
}

@media print, (min-width: 767px) {
  .block-product-information {
    padding-top: 12px;
  }
  .block-product-information .title-product-secondary {
    margin-bottom: 21px;
  }
  .block-product-information .block-detail {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .block-product-information .title-product-secondary {
    margin-bottom: 0.33rem;
  }
  .block-product-information .block-detail {
    margin-bottom: 32px;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .block-product-information .button-common-primary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0.8rem;
    text-align: center;
  }
  .block-product-information .button-common-primary::after {
    right: 0.36rem;
    width: 0.09rem;
  }
}

.block-product-actions .actions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-product-actions .actions-list:last-child {
  margin-bottom: 0;
}
.block-product-actions .item-title {
  display: block;
}
@media print, (min-width: 767px) {
  .block-product-actions .actions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 37px;
  }
  .block-product-actions .list-item {
    width: 50%;
    max-width: 430px;
  }
  .block-product-actions .item-title {
    margin-bottom: 20px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-product-actions .list-item {
    margin-bottom: 0.2rem;
  }
  .block-product-actions .item-title {
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
}

.button-product-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #4a80c0;
  background-color: #4a80c0;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}
.button-product-secondary .button-wrapper {
  display: inline-block;
  position: relative;
}
.button-product-secondary .button-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_13.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.button-product-secondary:hover {
  background-color: #fff;
  color: #4a80c0;
}
.button-product-secondary:hover .button-wrapper::after {
  -webkit-filter: unset;
          filter: unset;
}
@media print, (min-width: 767px) {
  .button-product-secondary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 0.22rem;
    text-align: center;
  }
  .button-product-secondary .button-wrapper {
    padding: 0 76px;
  }
  .button-product-secondary .button-wrapper::after {
    width: 8px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-product-secondary {
    width: 100%;
    min-height: 1rem;
    padding: 0.2rem 0.47rem 0.2rem 0.74rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
  }
  .button-product-secondary .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .button-product-secondary .button-wrapper::after {
    width: 0.11rem;
  }
}

.title-product-secondary {
  display: inline-block;
  color: #4a80c0;
}
@media print, (min-width: 767px) {
  .title-product-secondary {
    font-size: 0.22rem;
    line-height: 1.7727272727;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-product-secondary {
    font-size: 0.34rem;
    line-height: 1.4;
  }
}

.list-product-video .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-video .item-links {
  display: block;
  border: 1px solid #7e7e7e;
}
.list-product-video .item-title {
  display: block;
  text-align: center;
}
@media print, (min-width: 767px) {
  .list-product-video .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 36px;
  }
  .list-product-video .list-item {
    width: 50%;
    max-width: 432px;
  }
  .list-product-video .item-title {
    margin-bottom: 6px;
    font-size: 0.18rem;
    line-height: 2.1666666667;
  }
  .list-product-video .item-links {
    width: 432px;
    height: auto;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-product-video .item-title {
    margin-bottom: 0.24rem;
    font-size: 0.34rem;
  }
  .list-product-video .item-links {
    width: 6.02rem;
    margin: 0 auto;
  }
  .list-product-video .list-item {
    margin-bottom: 0.85rem;
  }
  .list-product-video .list-item:last-child {
    margin-bottom: 0;
  }
}

.block-product-profile {
  margin-bottom: 0.6rem;
  background: url("../img/product/hydrant/concent/decoration_img_02.jpg") top left/100% auto no-repeat;
}
.block-product-profile .block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url("../img/product/hydrant/concent/decoration_img_01.jpg") top left/100% auto no-repeat;
}
.block-product-profile .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-product-profile .list-item:last-child {
  margin-bottom: 0;
}
.block-product-profile .item-content {
  line-height: 1.5;
}
.block-product-profile .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.block-product-profile .content-title {
  margin-bottom: 0;
  font-weight: 700;
}
.block-product-profile .content-detail:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .block-product-profile .block-list {
    padding: 30px 17px 21px;
  }
  .block-product-profile .item-image {
    width: 92px;
    margin-right: 20px;
  }
  .block-product-profile .list-item {
    margin-bottom: 12px;
  }
  .block-product-profile .content-title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-product-profile .block-list {
    padding: 0.4rem 0.2rem;
  }
  .block-product-profile .list-item {
    margin-bottom: 0.4rem;
  }
  .block-product-profile .item-image {
    width: 1.5rem;
    margin-right: 0.3rem;
  }
  .block-product-profile .item-content {
    font-size: 0.28rem;
  }
  .block-product-profile .content-title {
    margin-bottom: 0.1rem;
  }
}

.list-product-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 767px) {
  .list-product-information .list-wrapper {
    gap: 0.1rem;
  }
  .list-product-information .list-item {
    width: 20%;
    max-width: 109px;
  }
  .list-product-information .item-image {
    width: 109px;
    height: 171px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-product-information .list-wrapper {
    gap: 0.2rem;
  }
  .list-product-information .list-item {
    width: 33.3333333333%;
    max-width: 1.61rem;
  }
  .list-product-information .item-image {
    width: 1.61rem;
  }
}

.list-product-category .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-category .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-product-category .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #9d9d9d;
  border-radius: 0.12rem;
}
.list-product-category .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-product-category .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list-product-category .content-title {
  font-weight: 500;
}
.list-product-category .button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4a80c0;
  letter-spacing: -0.02em;
}
.list-product-category .button-link::before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background: url("../img/common/arrow_icn_09.svg") center/100% auto no-repeat;
}
.list-product-category .content-detail {
  letter-spacing: -0.02em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.list-product-category .content-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .list-product-category .item-image {
    width: 118px;
    height: 118px;
  }
  .list-product-category .list-wrapper {
    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;
    margin: -19.5px;
  }
  .list-product-category .list-item {
    width: 50%;
    padding: 19.5px;
  }
  .list-product-category .item-wrapper {
    max-width: 530px;
    height: 100%;
    min-height: 212px;
    padding: 45px 26px 19px 18px;
  }
  .list-product-category .button-link {
    padding-right: 37px;
  }
  .list-product-category .button-link::before {
    top: -4px;
    width: 30px;
    height: 30px;
  }
  .list-product-category .item-inner {
    gap: 20px;
    margin-bottom: 7px;
  }
  .list-product-category .content-title {
    margin-bottom: 33px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-product-category .content-detail,
  .list-product-category .button-link {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-product-category .item-image {
    position: relative;
    top: 0.16rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .list-product-category .item-inner {
    gap: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .list-product-category .list-item {
    margin-bottom: 0.6rem;
  }
  .list-product-category .list-item:last-child {
    margin-bottom: 0;
  }
  .list-product-category .item-wrapper {
    padding: 0.4rem 0.26rem;
  }
  .list-product-category .content-title {
    margin-bottom: 0.4rem;
    font-size: 0.34rem;
    line-height: 1.4;
  }
  .list-product-category .content-detail,
  .list-product-category .button-link {
    font-size: 0.26rem;
    line-height: 1.4;
  }
  .list-product-category .button-link {
    padding-right: 0.68rem;
  }
  .list-product-category .button-link::before {
    top: -0.08rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.section-product .product-detail:last-child {
  margin-bottom: 0;
}
.section-product .button-common-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, (min-width: 767px) {
  .section-product {
    padding: 100px 0 120px;
  }
  .section-product .product-viewport {
    position: relative;
    margin-bottom: 120px;
    padding-right: 450px;
  }
  .section-product .product-detail-wrapper {
    max-width: 600px;
    min-height: 200px;
    padding-right: 30px;
  }
  .section-product .product-detail {
    margin-bottom: 30px;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-product .product-image {
    position: absolute;
    top: 107px;
    right: 0;
    width: 450px;
  }
  .section-product .title-common-primary {
    margin-bottom: 50px;
  }
  .section-product .list-common-dots {
    margin-bottom: 40px;
  }
  .section-product .list-common-dots .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .section-product .list-common-dots .list-item {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1179.98px) {
  .section-product .product-viewport {
    padding-right: 450px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-product {
    padding: 0.8rem 0 1rem;
  }
  .section-product .product-viewport {
    margin-bottom: 1.2rem;
  }
  .section-product .product-detail {
    margin-bottom: 0.6rem;
    font-size: 0.26rem;
    line-height: 1.4;
  }
  .section-product .list-common-dots,
  .section-product .product-image {
    margin-bottom: 0.8rem;
  }
}