/* width */
.u-width__min, .u-width__slim, .u-width__mid, .u-width__wide {
  width: 85.72%;
  margin-left: auto;
  margin-right: auto;
}
@media (width: 540px) {
  .u-width__min, .u-width__slim, .u-width__mid, .u-width__wide {
    width: 89.3%;
  }
}

.u-width__slim {
  max-width: 740px;
}

.u-width__min {
  max-width: 800px;
}

.u-width__wide {
  max-width: 900px;
}

.u-width__full {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bg-gy {
  background-color: #E2E2E2;
}

.bg-wh {
  background-color: #fff;
}

.bg-img {
  background: url(img/common/bg01.jpg) no-repeat center;
  background-size: cover;
}

.hl-yl {
  background-color: #fff000;
}

.hl-red {
  background-color: #BE0000;
  color: #fff;
}

.txt-ctr {
  text-align: center;
}

body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.785;
  }
}

.l-main {
  margin-top: 126px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 53px;
  }
}
.l-main#limited-banner_main {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .l-main#limited-banner_main {
    margin-top: 53px;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.__word-br {
  display: inline-block;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.btn-round.btn-link {
  position: relative;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  padding: 0 50px 2px 20px;
  background-color: #be0000;
  border-radius: 999px;
}
.btn-round.btn-link::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 17px;
  background: url(img/common/icon05.png) no-repeat;
  background-size: contain;
}

.p-parts_cta-btn {
  position: relative;
  width: 260px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 3px 0;
  background-color: #fff000;
  -webkit-box-shadow: 0 4px 0 #a59208;
          box-shadow: 0 4px 0 #a59208;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-parts_cta-btn::after {
  content: "";
  position: absolute;
  right: 7px;
  top: calc(50% - 5.5px);
  width: 9px;
  height: 11px;
  background: url(img/common/icon01.png) no-repeat center;
  background-size: contain;
}
.p-parts_cta-btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #a59208;
          box-shadow: 0 0 0 #a59208;
}

.fixed-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header#limited-banner_header {
  height: 74px;
}

.header-container {
  padding: 24px 0 15px;
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .header-container .menu-wrapper {
    position: fixed;
    right: 0;
    top: 80px;
    width: 280px;
    height: calc(100vh - 80px);
    padding: 35px 55px;
    background-color: #e6e6e6;
    z-index: 100;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
  .header-container .menu-wrapper .header-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
  .header-container .menu-wrapper .header-bot a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    text-align: right;
    border: none;
  }
  .header-container .menu-wrapper .btn-contact-header {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .header-container .menu-wrapper .menu-bot {
    text-align: right;
    margin-top: 45px;
  }
  .header-container .menu-wrapper .menu-bot img {
    width: auto;
    display: inline-block;
  }
  .header-container .menu-wrapper .lang {
    font-size: 18px;
    font-weight: bold;
  }
  .header-container .menu-wrapper .lang a,
  .header-container .menu-wrapper .lang span {
    font-size: 18px !important;
  }
  .header-container .menu-wrapper .lang a {
    color: #be0000;
    text-decoration: underline;
  }
  .header-container .menu-wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#limited-banner_header .header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 9px;
}
.header-top h1 {
  font-size: 0;
}
.header-top h1 a {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-top h1 a {
    font-size: 25px;
    font-weight: 600;
  }
}
.header-top h2 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-top h2 {
    font-size: 12px;
  }
}
.header-top .-right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 14px;
}
#limited-banner_header .header-top .-right .inner {
  margin-top: 0px;
}
.header-top .-right .inner span {
  font-size: 0;
}
.header-top .-right span {
  font-size: 0;
}
.header-top .btn-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-top .btn-hamburger {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
    width: 35px;
    height: 35px;
    padding: 7.5px;
    background-color: #fff000;
    z-index: 400;
  }
  .header-top .btn-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-top .btn-hamburger span:not(:first-child) {
    margin-top: 7px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 9px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.btn-contact-header {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  padding: 0 42px 2px 18px;
  background-color: #be0000;
}
@media screen and (max-width: 768px) {
  .btn-contact-header {
    font-size: 16px;
  }
}
.btn-contact-header:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  top: calc(50% - 8.5px);
  right: 10px;
  background: url(img/common/icon02.png) no-repeat;
}

.header-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.header-bot a {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  max-width: 20%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 30px;
  background-color: #e6e6e6;
  border-right: 1px solid #231815;
}
.header-bot a:first-child {
  border-left: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .header-bot {
    margin-top: 0;
  }
}

section + section {
  margin-top: 194px;
}
@media screen and (max-width: 768px) {
  section + section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  section.bg-img + section {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  section.bg-gy + section {
    margin-top: 100px;
  }
}
section.sc-banner_contact {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.sc-banner_contact + section {
    margin-top: 90px;
  }
}
section.sc-func-resin_gallery-link {
  margin-top: 114px;
}
@media screen and (max-width: 768px) {
  section.sc-func-resin_gallery-link {
    margin-top: 70px;
  }
}
section.sc-func-resin_banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.sc-func-resin_banner {
    margin-top: 45px;
  }
}
section.sc-func-resin_banner + .sc-func-resin_gallery-link {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  section.sc-func-resin_banner + .sc-func-resin_gallery-link {
    margin-top: 45px;
  }
}
section.sc-func-resin_about {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  section.sc-func-resin_about {
    margin-top: 90px;
  }
}
section.bg-gy {
  background-color: transparent;
}

.p-parts_sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px;
  }
}
.p-parts_sec-ttl.__margin-none {
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl.__margin-none {
    margin-bottom: 12px;
  }
}
.p-parts_sec-ttl.__margin-small {
  margin-bottom: 29px;
}
.p-parts_sec-ttl.__margin-big {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl.__margin-big {
    margin-bottom: 36px;
  }
}
.p-parts_sec-ttl span {
  line-height: 1.45;
}
.p-parts_sec-ttl span:nth-child(1) {
  font-size: 55px;
  color: #be0000;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl span:nth-child(1) {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.p-parts_sec-ttl span:nth-child(2),
.p-parts_sec-ttl h2 {
  font-size: 20px;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl span:nth-child(2),
  .p-parts_sec-ttl h2 {
    font-size: 28px;
  }
}

.p-parts_sec-ttl__small {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #be0000;
}
@media screen and (max-width: 768px) {
  .p-parts_sec-ttl__small {
    font-size: 26px;
  }
}

.p-parts_desc__lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-parts_desc__lg {
    font-size: 18px;
    margin-top: 32px;
  }
}

.p-footer__inner {
  padding: 54.5px 0 65px;
}

.p-func-resin_about__inner,
.p-func-resin_plaslip__inner {
  padding: 123px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__inner,
  .p-func-resin_plaslip__inner {
    padding: 72px 0 64px;
  }
}

.p-func-resin_stick__container__inner {
  padding: 111px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_stick__container__inner {
    padding: 72px 0 64px;
  }
}

.p-contact_form__inner {
  padding: 110px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-contact_form__inner {
    padding: 72px 0 64px;
  }
}
.p-contact_form__inner .contact-thanks h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-contact_form__inner .contact-thanks a {
  margin-top: 40px;
}

.p-func-resin_flow__inner {
  padding-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_flow__inner {
    padding-bottom: 110px;
  }
}

.p-func-resin_weather__container__inner,
.p-func-resin_chemi__container__inner,
.p-func-resin_replace__container__inner,
.p-func-resin_fouling__container__inner,
.p-func-resin_chemi-resis__container__inner,
.p-func-resin_mildew__container__inner,
.p-func-resin_basic__container__inner,
.p-func-resin_dimension__container__inner {
  padding: 55px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__container__inner,
  .p-func-resin_chemi__container__inner,
  .p-func-resin_replace__container__inner,
  .p-func-resin_fouling__container__inner,
  .p-func-resin_chemi-resis__container__inner,
  .p-func-resin_mildew__container__inner,
  .p-func-resin_basic__container__inner,
  .p-func-resin_dimension__container__inner {
    padding: 35px 0 47px;
  }
}

.sc-banner_contact {
  padding: 30px 0;
  background-color: #be0000;
}
.sc-banner_contact .inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 12px;
}
.sc-banner_contact .inner span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.sc-func-resin_fv {
  padding: 60px 0 70px;
  background: url(img/common/fv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sc-func-resin_fv {
    padding: 85px 0 70px;
    background: url(img/common/fv_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.sc-func-resin_fv h2 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
}
.sc-func-resin_fv h2 span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .sc-func-resin_fv h2 {
    font-size: 36px;
  }
  .sc-func-resin_fv h2 span {
    font-size: 32px;
  }
}
.sc-func-resin_fv h3 {
  font-size: 27px;
  font-weight: 900;
  margin: 12px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .sc-func-resin_fv h3 {
    font-size: 24px;
    margin: 8px 0 11px 0;
  }
}
.sc-func-resin_fv h3 span {
  display: block;
  color: #be0000;
  line-height: 40px;
  padding: 0 70px 0 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sc-func-resin_fv h3 span {
    line-height: 30px;
    padding: 4px 70px 5px 12px;
  }
}
.sc-func-resin_fv p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sc-func-resin_fv p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.p-func-resin_fv__inner {
  width: 90%;
}

.p-func-resin_fv__desc {
  width: 425px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_fv__desc .__logo {
    width: 20%;
    min-width: 120px;
    display: inline-block;
  }
}
.p-func-resin_fv__desc .__logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-func-resin_fv__desc .__logo img {
    width: 100%;
  }
}

.p-func-resin_banner__link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-func-resin_banner__link {
    width: 90%;
  }
}
.p-func-resin_banner__link:hover {
  opacity: 0.5;
}

.p-func-resin_banner__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-func-resin_gallery-link__inner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__inner {
    width: 90%;
  }
}

.p-func-resin_gallery-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-func-resin_gallery-link__item {
  position: relative;
  width: 31.6666666667%;
}
.p-func-resin_gallery-link__item:hover .__img::before {
  opacity: 0;
}
.p-func-resin_gallery-link__item:hover .p-func-resin_gallery-link__item__txt .__arrow {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__item {
    width: 100%;
    max-height: 130px;
  }
  .p-func-resin_gallery-link__item + .p-func-resin_gallery-link__item {
    margin-top: 8px;
  }
}
.p-func-resin_gallery-link__item a {
  display: block;
}
.p-func-resin_gallery-link__item .__img {
  z-index: 0;
  position: relative;
}
.p-func-resin_gallery-link__item .__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.29;
  z-index: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.p-func-resin_gallery-link__item .__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__item .__img img {
    max-height: 130px;
  }
}

.p-func-resin_gallery-link__item__txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.p-func-resin_gallery-link__item__txt .__sub-ttl {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__item__txt .__sub-ttl {
    font-size: 14px;
  }
}
.p-func-resin_gallery-link__item__txt .__ttl {
  font-size: 32px;
  font-weight: 700;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__item__txt .__ttl {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-func-resin_gallery-link__item__txt .__arrow {
  width: 28px;
  height: 15px;
  display: block;
  margin-top: 37px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
@media screen and (max-width: 768px) {
  .p-func-resin_gallery-link__item__txt .__arrow {
    width: 24px;
    height: 10px;
    margin-top: 15px;
  }
}

.p-func-resin_about__inner {
  max-width: 780px;
}

.p-func-resin_about__merit {
  max-width: 735px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 69px;
  padding: 21px 3% 34px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit {
    padding: 18px 5.5% 24px;
    margin-top: 40px;
  }
}
.p-func-resin_about__merit h3 {
  border-bottom: 1px solid #be0000;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit h3 {
    padding-bottom: 5px;
  }
}

.p-func-resin_about__merit__inner {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-func-resin_about__merit__inner h3 {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #be0000;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit__inner h3 {
    font-size: 18px;
  }
}

.p-func-resin_about__merit__box {
  margin-top: 26.5px;
}

.p-func-resin_about__merit__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 106px 0px 3.3% 0px auto;
  grid-template-columns: 106px 3.3% auto;
  -ms-grid-rows: auto 0px 20px 0px auto;
  grid-template-rows: auto 20px auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-func-resin_about__merit__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-func-resin_about__merit__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-func-resin_about__merit__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p-func-resin_about__merit__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-func-resin_about__merit__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-func-resin_about__merit__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.p-func-resin_about__merit__list > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-func-resin_about__merit__list > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.p-func-resin_about__merit__list > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit__list {
    display: block;
  }
}
.p-func-resin_about__merit__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 7% 4px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit__list dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 18px 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit__list dd {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-func-resin_about__merit__list dd + dt {
    margin-top: 14px;
  }
}
.p-func-resin_about__merit__list .__ttl-metal {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.p-func-resin_about__merit__list .__txt-metal {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.p-func-resin_about__merit__list .__ttl-sheet {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.p-func-resin_about__merit__list .__txt-sheet {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
}

.p-func-resin_lineup__default {
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__default {
    margin-top: 45px;
  }
}
.p-func-resin_lineup__default h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__default h3 {
    font-size: 16px;
  }
}

.p-func-resin_lineup__default__list,
.p-func-resin_lineup__special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8.1081081081%;
     -moz-column-gap: 8.1081081081%;
          column-gap: 8.1081081081%;
  row-gap: 26px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__default__list,
  .p-func-resin_lineup__special__list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 20px;
  }
}

.p-func-resin_lineup__default__list {
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__default__list {
    margin-top: 11px;
  }
}

.p-func-resin_lineup__default__item,
.p-func-resin_lineup__special__item {
  width: 27.7702702703%;
}
.p-func-resin_lineup__default__item figure img,
.p-func-resin_lineup__special__item figure img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-func-resin_lineup__default__item figcaption,
.p-func-resin_lineup__special__item figcaption {
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__default__item figcaption,
  .p-func-resin_lineup__special__item figcaption {
    font-size: 12px;
  }
}

.p-func-resin_lineup__special {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__special {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .p-func-resin_lineup__special__item {
    width: 30%;
  }
}

.p-func-resin_lineup__special__ttl h3 {
  color: #BE0000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__special__ttl h3 {
    font-size: 16px;
  }
}

.p-func-resin_lineup__special__container {
  max-width: 823px;
  border: 3px solid #BE0000;
  margin-top: 20px;
  padding: 49px 0 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-func-resin_lineup__special__container {
    padding: 27px 0 22px;
    margin-top: 10px;
  }
}

.p-func-resin_lineup__special__list {
  width: 740px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-func-resin_weather__txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__txt {
    font-size: 16px;
  }
}

.p-func-resin_weather__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-func-resin_weather__list dt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__list dt {
    font-size: 16px;
  }
}
.p-func-resin_weather__list dd {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__list dd {
    font-size: 14px;
    margin-left: 0px;
  }
}

.p-func-resin_weather__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}

.p-func-resin_weather__graph {
  width: 47.4157303371%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__graph {
    width: 100%;
  }
}

.p-func-resin_weather__change {
  width: 48.9887640449%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_weather__change {
    width: 100%;
    margin-top: 30px;
  }
}

.p-metal-replace__container__inner {
  max-width: 562px;
}

.p-func-resin_chemi__container__inner {
  max-width: 700px;
}

.p-func-resin_chemi__table {
  margin-top: 37px;
}

.p-func-resin_replace__container__inner {
  max-width: 562px;
}

.p-func-resin_replace__txt {
  letter-spacing: 0;
}

.p-func-resin_replace__table {
  margin: 37px 0 37px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_replace__table {
    margin: 20px 0 20px;
  }
}

.p-func-resin_example__inner {
  padding: 164px 0 194px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_example__inner {
    padding: 83px 0 69px;
  }
}

.p-func-resin_example__list {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 35px;
}
.p-func-resin_example__list.__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-func-resin_example__list + .p-func-resin_example__list {
  margin-top: 35px;
}

.p-func-resin_example__item {
  width: 47.0430107527%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_example__item {
    width: 47.6%;
  }
}
.p-func-resin_example__item figure figcaption {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 11px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-func-resin_example__item figure figcaption {
    font-size: 14px;
    padding-bottom: 8px;
  }
}

.p-func-resin_plaslip__inner {
  max-width: 759px;
}

.p-func-resin_plaslip__lineup {
  padding: 21px 3% 34px;
  margin-top: 69px;
  max-width: 759px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-func-resin_plaslip__lineup {
    margin-top: 38px;
    padding: 18px 5.5% 24px;
  }
}

.p-func-resin_plaslip__lineup__inner {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-func-resin_plaslip__lineup__inner h3 {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #be0000;
}
@media screen and (max-width: 768px) {
  .p-func-resin_plaslip__lineup__inner h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

.p-func-resin_plaslip__lineup__box {
  margin-top: 26.5px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_plaslip__lineup__box {
    margin-top: 16px;
  }
}
.p-func-resin_plaslip__lineup__box p {
  margin-top: 6px;
}

.p-func-resin_plaslip__lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14.8333333333%;
     -moz-column-gap: 14.8333333333%;
          column-gap: 14.8333333333%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_plaslip__lineup__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-func-resin_plaslip__lineup__item {
  position: relative;
}
.p-func-resin_plaslip__lineup__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BE0000;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-func-resin_dynamic__table {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_dynamic__table {
    margin-top: 18px;
  }
}

.p-func-resin_dynamic__container__inner {
  width: 100%;
}

.p-func-resin_stick__txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_stick__txt {
    font-size: 16px;
  }
}
.p-func-resin_stick__txt + .p-func-resin_stick__tb {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_stick__txt + .p-func-resin_stick__tb {
    margin-top: 13px;
  }
}

.p-func-resin_stick__tb + .p-func-resin_stick__txt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_stick__tb + .p-func-resin_stick__txt {
    margin-top: 67px;
  }
}

.p-func-resin_fouling__inner .__caution {
  margin-top: 6px;
}

.p-func-resin_fouling__container__inner {
  max-width: 883px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-func-resin_fouling__txt {
  font-size: 18px;
  font-weight: 500;
}

.p-func-resin_fouling__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_fouling__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-func-resin_fouling__box {
  width: 46.9318181818%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_fouling__box {
    width: 100%;
  }
  .p-func-resin_fouling__box + .p-func-resin_fouling__box {
    margin-top: 55px;
  }
}

.p-func-resin_fouling__details strong {
  font-size: 20px;
  padding: 2px 15px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_fouling__details strong {
    font-size: 16px;
    padding: 1px 10px 2px;
  }
}
.p-func-resin_fouling__details p {
  margin-top: 5px;
}

.p-func-resin_fouling__tb {
  margin-top: 17px;
}

.p-func-resin_chemi-resis__table {
  margin-top: 24px;
}

.p-func-resin_mildew__txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_mildew__txt {
    font-size: 16px;
  }
}

.p-func-resin_mildew__table {
  margin-top: 30px;
}

.p-func-resin_basic__container__inner strong {
  font-size: 20px;
  padding: 2px 15px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_basic__container__inner strong {
    font-size: 16px;
  }
}

.p-func-resin_basic__table {
  margin-top: 31px;
}

.p-func-resin_dimension__container__inner {
  max-width: 836px;
}

.p-func-resin_dimension__txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_dimension__txt {
    font-size: 16px;
  }
}
.p-func-resin_dimension__txt + .p-func-resin_dimension__table {
  margin-top: 36px;
}

.p-func-resin_dimension__table + .p-func-resin_dimension__table {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_dimension__table + .p-func-resin_dimension__table {
    margin-top: 55px;
  }
}
.p-func-resin_dimension__table.__expansion {
  width: 100%;
  max-width: 597px;
}
.p-func-resin_dimension__table strong {
  padding: 2px 15px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-func-resin_dimension__table strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-func-resin_dimension__table .__caution {
    font-size: 12px;
  }
}
.p-func-resin_dimension__table .__txt {
  margin: 22px 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-func-resin_dimension__table .__txt {
    margin: 14px 0 6px;
  }
}

.p-func-resin_dimension__table__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 10px;
}
.p-func-resin_flow__wrapper {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-func-resin_flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 3%;
  margin-bottom: 72px;
  background-color: #e2e2e2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-func-resin_flow__item {
    padding: 12px 3%;
    margin-bottom: 55px;
  }
}
.p-func-resin_flow__item:last-of-type {
  margin-bottom: 0px;
}
.p-func-resin_flow__item:last-of-type::after {
  display: none;
}
.p-func-resin_flow__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 25px);
  left: calc(50% - 16px);
  width: 32px;
  height: 22px;
  background: url(img/common/icon03.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-func-resin_flow__item::after {
    width: 24px;
    height: 16px;
    top: calc(100% + 20px);
  }
}
.p-func-resin_flow__item strong {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-func-resin_flow__item strong {
    font-size: 18px;
  }
}
.p-func-resin_flow__item strong + p {
  margin-top: 8px;
}
.p-func-resin_flow__item .p-parts_cta-btn__wrapper {
  margin-top: 8px;
}
.p-func-resin_company__logo {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__logo {
    margin-bottom: 38px;
  }
}
.p-func-resin_company__logo .__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-func-resin_company__logo .__logo img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__logo .__logo img {
    width: 20%;
    min-width: 105px;
    max-width: 150px;
  }
}
.p-func-resin_company__logo h3 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__logo h3 {
    font-size: 18px;
    margin-top: 6px;
  }
}

.p-func-resin_company__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
}
.p-func-resin_company__profile .__descrip {
  width: 57.1428571429%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__profile .__descrip {
    width: 100%;
  }
}
.p-func-resin_company__profile .__descrip h3 {
  font-size: 28px;
  font-weight: bold;
  color: #be0000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__profile .__descrip h3 {
    line-height: 1.5;
    font-size: 22px;
  }
}
.p-func-resin_company__profile .__descrip p {
  line-height: 1.875;
  letter-spacing: 0;
}
.p-func-resin_company__profile .__logo {
  width: 27.9761904762%;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__profile .__logo {
    width: 20%;
    min-width: 120px;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__profile .__logo img {
    width: 100%;
    min-width: 120px;
    max-width: 280px;
  }
}

.p-func-resin_company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 90px;
}
.p-func-resin_company__info .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 22px;
  background-color: #e2e2e2;
}
@media screen and (max-width: 768px) {
  .p-func-resin_company__info .__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-func-resin_company__info .__item.__candidate > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-func-resin_company__info .__item label {
  width: 150px;
  max-width: 100%;
  font-weight: bold;
}

.sc-contact_form {
  background-color: #f2cccc;
}

.p-footer__inner {
  text-align: center;
}
.p-footer__inner .__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer__inner .__img img {
  width: auto;
}
.p-footer__inner h3 {
  font-size: 26px;
  margin: 4px 0 30px;
  font-weight: 700;
}

.p-copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 16px 0 10px;
  background-color: #be0000;
}