@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    product

============================================================================= */
.pageheader {
  background: #e5e5e5;
}

.btn.big {
  max-width: 430px;
}

.btnspan {
  margin-top: 20px;
  text-align: center;
}
.btnspan span {
  display: inline-block;
  text-align: left;
}

.pageheader-txt {
  font-size: 2rem;
  line-height: 2;
}

.link-list {
  gap: 3px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -143px;
  margin-top: 30px;
  max-width: 1366px;
  width: 100vw;
}

.link-item {
  gap: 10px;
  background: #005fae;
  color: #fff;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  height: 100%;
  padding: 20px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-item:hover {
  opacity: 0.7;
}
.link-item:nth-of-type(2n) {
  background: #0098cf;
}
.link-item img {
  display: block;
  margin: 40px auto;
  width: 50px;
}

.link-itemnum {
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}

.link-itemttl {
  font-size: 3rem;
  margin: auto;
  text-align: center;
}

.product-container {
  padding: 80px 0;
}

.product-header {
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-header-num {
  color: #fff;
  font-size: 14rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.product-header-num:before {
  background: #005fae;
  bottom: 0;
  content: "";
  font-size: inherit;
  height: calc(100% - 0.1em);
  position: absolute;
  right: 0;
  width: 300px;
  z-index: -1;
}

.product-header-ttl {
  font-size: 5rem;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

.product-head {
  border-bottom: 1px solid #005fae;
  font-size: 3.8rem;
  padding-bottom: 4px;
}

.product-item {
  margin: 80px auto 0;
}

.product-header-txt,
.product-txt,
.clean-txt {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 0.25em;
}

.clean-head {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 0.25em;
}

.comparison-table,
.mixer-table {
  border-collapse: collapse;
  font-size: 2.4rem;
  table-layout: fixed;
  width: 100%;
}
.comparison-table th,
.comparison-table td,
.mixer-table th,
.mixer-table td {
  border: 1px solid #231815;
  padding: 4px 5px;
  text-align: center;
  vertical-align: middle;
}
.comparison-table,
.mixer-table {
  /* 1列目（比較項目） */
}
.comparison-table .col-label,
.comparison-table tbody th,
.mixer-table .col-label,
.mixer-table tbody th {
  background-color: #eaf3fa;
  font-weight: 600;
  text-align: center;
}
.comparison-table .col-product,
.mixer-table .col-product {
  background-color: #eaf3fa;
  font-weight: 600;
}
.comparison-table,
.mixer-table {
  /* 商品名行 */
}
.comparison-table thead tr:nth-child(2) th,
.mixer-table thead tr:nth-child(2) th {
  background-color: #e5e5e5;
  font-weight: 600;
}

/* エコットスポンジ＋ 列を少し目立たせる */
.comparison-table .col-highlight {
  background-color: #fdfce9;
  color: #e60012;
}

/* 改行調整 */
.comparison-table th br {
  line-height: 1.4;
}

/* スマホでちょい小さく */
/* =============================================================================





============================================================================= */
.clean-contents {
  position: relative;
  z-index: 1;
}
.clean-contents:before {
  background: #005fae;
  content: "";
  height: calc(100% - 10px);
  position: absolute;
  right: 170px;
  top: 10px;
  width: 2px;
  z-index: -1;
}

.product-item-ttl {
  border-left: 10px solid #005fae;
  font-size: 5rem;
  line-height: 1;
  padding-left: 10px;
}

.clean-contentbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.clean-flow-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}

.clean-content {
  gap: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.clean-content:nth-of-type(1) {
  margin-top: 0;
}

.clean-content-head {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 10px 0 0;
}
.product-item-ttl + .clean-content-head {
  margin-top: 20px;
}

.clean-content-txt {
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 10px 0 0;
}

.clean-content-listbox {
  background: #d5e6de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  max-width: 700px;
  padding: 12px 14px;
}

.clean-content-list {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 0;
  width: calc(50% - 30px);
}

.clean-content-item {
  padding-left: 1em;
}
.clean-content-item a {
  color: #005fae;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.clean-content-item a:hover {
  opacity: 0.7;
}
.clean-content-item:before {
  content: "・";
}

/* ===== 右：工程 ===== */
.clean-flow-ttl {
  background: #fff;
  color: #1e5f93;
  font-size: 4rem;
  padding: 0 0 12px;
  text-align: center;
}

.clean-flow-list {
  position: relative;
}
.clean-flow-list:before {
  background: #1e5f93;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
}

.clean-flow-itemttl {
  background: #1e5f93;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.15;
  padding: 10px 12px;
  text-align: center;
}
.clean-flow-itemttl small {
  font-size: 2.4rem;
  font-weight: 700;
}

.clean-flow-itemimg {
  overflow: hidden;
}

.clean-table-content {
  margin-top: 40px;
}

.clean-table-txt {
  font-size: 2.4rem;
}

.clean-tablebox {
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  overflow-x: auto;
}

.clean-table {
  border-bottom: 1px solid #231815;
  border-collapse: collapse;
  min-width: 1000px;
  width: 100%;
}
.clean-table .sticky,
.clean-table tbody tr td:nth-of-type(1) {
  background: none;
  border-left: none;
  border-right: none;
  left: 0;
  position: sticky;
  top: 0;
}
.clean-table .sticky:before,
.clean-table tbody tr td:nth-of-type(1):before {
  background: #fff;
  border-left: 1px #231815 solid;
  border-right: 1px #231815 solid;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.clean-table .sticky:before {
  background: #eaf3fa;
}
.clean-table th,
.clean-table td {
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 6px;
  vertical-align: middle;
}
.clean-table thead th {
  background: #eaf3fa;
  font-weight: 700;
  text-align: center;
}
.clean-table thead th:nth-last-of-type(1) {
  width: 20%;
}
.clean-table td {
  background: #fff;
}
.clean-table td.num {
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.clean-table td:nth-child(n+6):nth-child(-n+10) {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.product-item-img {
  margin: 20px auto 0;
  max-width: 540px;
}

.ecot-list {
  gap: 20px;
  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;
  margin: 20px auto 0;
  max-width: 800px;
}

.ecot-item {
  aspect-ratio: 1/1;
  background: #00ebeb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 240px;
  mix-blend-mode: multiply;
  position: relative;
  text-align: center;
  width: 100%;
}
.ecot-item:before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.ecot-item-ttl {
  color: #ffffff;
  font-size: 5rem;
  margin-top: 40px;
  text-shadow: 2px 2px 2px rgba(35, 24, 21, 0.5019607843);
}

.ecot-item-txt {
  color: #ffff00;
  font-size: 2.8rem;
  margin-top: 10px;
}

.ecot-table {
  margin: 40px auto 0;
}

.ecot-txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 40px;
}

.mixer {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.mixer-img {
  width: 280px;
}

.mixer-txtbox {
  width: calc(100% - 300px);
}

.mixer-point {
  background: #e5e5e5;
  padding: 10px 30px;
  position: relative;
}
.mixer-point + .mixer-point {
  margin-top: 10px;
}
.mixer-point:before {
  background: #005fae;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.mixer-point-ttl {
  color: #005fae;
  font-size: 4rem;
}

.mixer-point-txt {
  font-size: 2.8rem;
  margin-top: 5px;
}

.mixer-ex-ttl {
  color: #005fae;
  font-size: 3.2rem;
  margin-top: 28px;
}

.mixer-ex-item {
  font-size: 2.2rem;
  line-height: 2;
  padding-left: 2em;
  text-indent: -1em;
}
.mixer-ex-item .sp {
  padding-left: 2.5em;
  text-indent: -1.5em;
}

.mixer-table-span {
  color: #e60012;
  font-size: 2rem;
  margin-top: 40px;
  padding-left: 2em;
  text-indent: -2em;
}

.mixer-tablebox {
  margin-top: 40px;
}

.scroll-hint-icon {
  width: 150px;
}

@media screen and (max-width: 1366px){
  .link-list {
    margin-left: calc(50% - 50vw);
  }
}

@media (max-width: 1128px){
  .link-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .link-item {
    grid-row: auto;
    grid-template-rows: auto 1fr auto;
  }
  .link-itemnum {
    font-size: 6rem;
  }
  .link-itemttl {
    font-size: 2.6rem;
  }
  .product-header-num {
    font-size: 10rem;
  }
  .product-header-ttl {
    font-size: 3rem;
  }
  .product-head {
    font-size: 3rem;
  }
  .product-header-txt,
  .product-txt,
  .clean-txt {
    font-size: 2rem;
  }
  .clean-head {
    font-size: 2.2rem;
  }
  .comparison-table,
  .mixer-table {
    font-size: 2rem;
  }
  .clean-contents:before {
    display: none;
  }
  .product-item-ttl {
    font-size: 4rem;
  }
  .clean-flow-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: auto;
    max-width: 340px;
  }
  .clean-content:nth-of-type(1) {
    margin-top: 28px;
  }
  .clean-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
  .clean-content-head {
    font-size: 2.8rem;
  }
  .clean-content-txt {
    font-size: 1.6rem;
  }
  .clean-content-list {
    font-size: 1.8rem;
  }
  .clean-flow-ttl {
    font-size: 3rem;
  }
  .clean-flow-itemttl {
    font-size: 3rem;
  }
  .clean-flow-itemttl small {
    font-size: 2rem;
  }
  .clean-table-txt {
    font-size: 2rem;
  }
  .ecot-item {
    max-width: 200px;
  }
  .ecot-item-ttl {
    font-size: 4rem;
  }
  .ecot-item-txt {
    font-size: 2.2rem;
  }
  .ecot-txt {
    font-size: 2rem;
  }
  .mixer-img {
    width: 200px;
  }
  .mixer-txtbox {
    width: calc(100% - 220px);
  }
  .mixer-point-ttl {
    font-size: 3rem;
  }
  .mixer-point-txt {
    font-size: 2.4rem;
  }
  .mixer-ex-ttl {
    font-size: 2.6rem;
  }
  .mixer-ex-item {
    font-size: 1.8rem;
  }
  .mixer-table-span {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px){
  .pageheader-txt {
    font-size: 1.5rem;
  }
  .link-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .link-item img {
    margin: 20px auto;
  }
  .link-itemnum {
    font-size: 4rem;
  }
  .link-itemttl {
    font-size: 2.4rem;
  }
  .product-container {
    padding: 40px 0;
  }
  .product-header-num {
    font-size: 6rem;
  }
  .product-header-ttl {
    font-size: 2.2rem;
  }
  .product-head {
    font-size: 2.2rem;
  }
  .product-item {
    margin-top: 48px;
  }
  .product-header-txt,
  .product-txt,
  .clean-txt {
    font-size: 1.6rem;
  }
  .clean-head {
    font-size: 1.8rem;
  }
  .comparison-table,
  .mixer-table {
    font-size: 1.4rem;
  }
  .product-item-ttl {
    font-size: 2.4rem;
  }
  .clean-content-head {
    font-size: 2rem;
  }
  .clean-content-txt {
    font-size: 1.4rem;
  }
  .clean-content-listbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clean-content-list {
    font-size: 1.5rem;
    width: 100%;
  }
  .clean-flow-ttl {
    font-size: 2rem;
  }
  .clean-flow-itemttl {
    font-size: 2rem;
  }
  .clean-flow-itemttl small {
    font-size: 1.4rem;
  }
  .clean-table-txt {
    font-size: 1.6rem;
  }
  .ecot-item {
    max-width: 180px;
    width: calc(50% - 10px);
  }
  .ecot-item-ttl {
    font-size: 2.8rem;
  }
  .ecot-item-txt {
    font-size: 1.8rem;
  }
  .ecot-txt {
    font-size: 1.6rem;
  }
  .mixer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mixer-img {
    margin: auto;
  }
  .mixer-txtbox {
    margin: auto;
    width: 100%;
  }
  .mixer-point-ttl {
    font-size: 2.2rem;
  }
  .mixer-point-txt {
    font-size: 1.8rem;
  }
  .mixer-ex-ttl {
    font-size: 2rem;
  }
  .mixer-ex-item {
    font-size: 1.4rem;
  }
  .mixer-table-span {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px){
  .comparison-table {
    font-size: 12px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 6px 4px;
  }
}

/*# sourceMappingURL=product.css.map*/