@charset "UTF-8";
/*==============================
    基本設定 / 共通項目
==============================*/
@font-face {
 font-family: "Noto Sans JP";
 src: url("../font/NotoSansJP300.woff") format("woff");
 font-weight: 300;
 font-style: normal;
}
@font-face {
 font-family: "Noto Sans JP";
 src: url("../font/NotoSansJP400.woff") format("woff");
 font-weight: 400;
 font-style: normal;
}
@font-face {
 font-family: "Noto Sans JP";
 src: url("../font/NotoSansJP500.woff") format("woff");
 font-weight: 500;
 font-style: normal;
}
@font-face {
 font-family: "Noto Sans JP";
 src: url("../font/NotoSansJP700.woff") format("woff");
 font-weight: 700;
 font-style: normal;
}
@font-face {
 font-family: "Kozuka Gothic";
 src:
  url("../font/kozuka-gothic-pro_m.woff2") format("woff2"),
  url("../font/kozuka-gothic-pro_m.woff") format("woff");
 font-weight: 500;
 font-style: normal;
}

:root {
 --color-white: #fff;
 --color-grey: #f2f2f2;
 --color-grey2: #dcdddd;
 --color-orange: #f0840d;
 --color-orange2: #feeedc;
 --color-text: #4d4d4d;
 --color-text-2: #1a1a1a;
}

.color-bl {
 color: #006fbc;
}
.color-lb {
 color: #6fb5e8;
}
.color-r {
 color: #de4e31;
}
.color-og {
 color: #fa6800;
}
.color-oy {
 color: #facb04;
}
.color-y {
 color: #f4ec00;
}
.color-ly {
 color: #f9ff8b;
}
.color-bk {
 color: black;
}
.color-gy {
 color: grey;
}
.color-lg {
 color: lightgrey;
}
.color-gn {
 color: green;
}
.color-lgn {
 color: rgb(92, 235, 175);
}
.color-yg {
 color: #b8d200;
}
.color-pr {
 color: #f3b2c1;
}
.color-pg {
 color: #a1d6d3;
}
.color-pb {
 color: #a2bbe1;
}
.color-py {
 color: #fce790;
}
.color-pp {
 color: #e4c1db;
}
.color-cl {
 color: white;
 text-shadow:
  1px 0 #808080,
  -1px 0 #808080,
  0 1px #808080,
  0 -1px #808080;
}
.color-n {
 color: #efefef;
 text-shadow:
  1px 0 #808080,
  -1px 0 #808080,
  0 1px #808080,
  0 -1px #808080;
}

.bg-gy {
 background: var(--color-grey2);
}

html,
body {
 font-size: 16px;
}
body {
 font-family: "Noto Sans JP", "Noto Sans", sans-serif;
 color: var(--color-text);
 background: #fff;
}

a {
 color: var(--color-text);
}

a.link {
 transition: 0.3s;
}

a.link:hover {
 border-bottom: 1px solid;
}

p,
ul,
ol,
dl {
 font-size: 0.88rem;
}

.bg-white {
 background: var(--color-white);
}
.bg-grey {
 background: #f2f2f2;
}

.shadow {
 filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
}

.nowrap {
 white-space: nowrap;
}

.ttl,
.ttl a {
 text-align: center;
 color: var(--color-orange);
 font-size: 1.6rem;
 font-weight: 500;
 letter-spacing: 16px;
}

.ttl::after,
.ttl a::after {
 content: "";
 margin-left: -16px; /* letter-spacingと同じ値のマイナス */
}

.ttl-2 {
 text-align: center;
 font-size: 1.24rem;
 font-weight: 600;
 margin: 0 auto 56px;
}

.product .ttl-2 {
 margin: 0 auto 24px;
}

.ttl-3 {
 background: var(--color-orange2);
 border-left: 10px solid #f0840d;
 padding: 8px 16px;
 font-size: 1.24rem;
 font-weight: 600;
}

@media (min-width: 768px) {
 .ttl-3 span {
  font-weight: 400;
 }
}

@media (max-width: 767px) {
 .ttl-2 {
  font-size: 1.16rem;
  margin: 0 auto 40px;
 }

 .product .ttl-2 {
  margin: 0 auto 16px;
 }

 .ttl-3 {
  font-size: 1rem;
  padding: 11px 10px;
 }
}

.ttl-4 {
 background: var(--color-orange2);
 padding: 8px 16px;
 font-size: 1.24rem;
 font-weight: 600;
}

@media screen and (max-width: 767px) {
 .ttl-4 {
  font-size: 1rem;
 }
}

.ttl-5 {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 gap: 7px;
 margin: 0 0 12px;
 font-size: 1.08rem;
 font-weight: 600;
 text-box-trim: trim-both;
}

.ttl-5 img {
 margin: 0;
 width: 20px;
}

.ttl-6 {
 background: var(--color-orange);
 color: var(--color-white);
 text-align: center;
 font-size: 1.24rem;
 font-weight: 600;
 padding: 4px 0;
}

.ttl-7 {
 font-size: 1.24rem;
 font-weight: 800;
 margin: 40px 0 00;
}

@media screen and (max-width: 767px) {
 .ttl-7 {
  font-size: 1rem;
  margin-bottom: 8px;
 }
}

@media screen and (max-width: 767px) {
 .ttl-5 {
  font-size: 1rem;
 }
 .ttl-5 img {
  margin: 0;
  min-width: 16px;
  max-width: 16px;
 }
}

.btn {
 background: var(--color-orange);
 color: var(--color-white);
 display: block;
 width: 140px;
 max-width: 90%;
 height: 32px;
 line-height: 32px;
 font-size: 1rem;
 text-align: center;
 border-radius: 50px;
}

.prev {
 width: 200px;
 margin: 40px auto;
}

.btn:hover {
 background: var(--color-text);
}

.arrow {
 position: relative;
 display: inline-block;
 padding-right: 1.5em;
}

.arrow::after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 border-top: 0.5em solid #ff931e;
 border-right: 0.4em solid transparent;
 border-left: 0.4em solid transparent;
 translate: -4px -4px;
 rotate: -90deg;
 transition: 0.3s;
}

.arrow:hover::after {
 translate: 0px -4px;
}

/*==============================
    MV
==============================*/
.mv {
 position: relative;
 width: 100%;
 height: 480px;
 background: url(../img/mv-pc.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
@media (max-width: 767px) {
 .mv {
  height: 360px;
  background: url(../img/mv-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
}

.mv-overlay {
 position: absolute;
 top: 50%;
 left: 50%;
 translate: -50% -50%;
 width: 100%;
 height: 100%;
}

.mv h1 {
 position: absolute;
 top: 50%;
 left: 50%;
 translate: -50% -50%;
 width: 100%;
 font-family: "Kozuka Gothic", sans-serif;
 font-weight: 500;
 font-style: normal;
 font-size: 2rem;
 line-height: 1.6;
 color: var(--color-white);
 filter: drop-shadow(0 0 8px #000);
 text-align: center;
 letter-spacing: 8px;
}

.mv-txt {
 position: absolute;
 left: 50%;
 bottom: 0;
 translate: -50% 0;
 width: 1280px;
 max-width: 96%;
 object-fit: contain;
 object-position: bottom;
}

@media (max-width: 767px) {
 .mv h1 {
  font-size: 1.4rem;
  letter-spacing: 4px;
 }
}

/*==============================
    TOP CONTENTS
==============================*/
.content {
 padding: 80px 0;
}

.search-box {
 padding: 40px;
 flex-basis: calc(100% / 2);
}

.search-box form {
 display: flex;
 justify-content: center;
 width: 100%;
 height: 32px;
}

.search-box input {
 background: var(--color-white);
 width: 80%;
 padding: 0 8px;
 font-weight: 400;
 border: 1px solid #4d4d4d;
}

.search-box button {
 background: var(--color-orange);
 width: 32px;
}

.search-box li {
 white-space: nowrap;
}

.search-box a:hover {
 color: var(--color-orange);
}

.search-box li::before {
 content: "■";
 color: var(--color-orange);
}

.search-box-2 img {
 margin: 0;
 width: 100px;
 max-width: 25%;
}

.search-cat {
 padding: 64px 0 0;
}

.search-cat .flex {
 flex-wrap: wrap;
 gap: 32px 0px;
}

.cat-box a {
 display: block;
 width: 100%;
 height: 100%;
}
.cat-box a:hover {
 transform: translateY(-8px);
 filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.24));
}

.cat-box {
 flex-basis: calc(100% / 3 - 18px);
}

.cat-box dl {
 display: flex;
 flex-direction: column;
 height: 100%;
 margin: 0;
}

.cat-box dl:not(.bg-gy) {
 background: var(--color-grey);
}

.cat-box dt {
 background: var(--color-orange);
 color: var(--color-white);
 text-align: center;
 padding: 16px 0;
 font-size: 1.4rem;
}

.cat-box dd {
 display: flex;
 flex-direction: column;
 padding: 24px;
 flex-grow: 1;
}

.cat-box dd img {
 height: 160px;
 object-fit: contain;
 margin: 0 auto 24px;
}

@media screen and (min-width: 1023px) {
 .cat-box.no-text dd img {
  position: relative;
  top: 36px;
 }
}

.cat-box dd p {
 font-size: 0.88rem;
 margin: 0;
 width: 90%;
 margin: auto;
 color: var(--color-text-2);
}

@media screen and (max-width: 1024px) {
 .cat-box {
  flex-basis: calc(100% / 2 - 18px);
 }
}

@media screen and (max-width: 768px) {
 .cat-box dd img {
  margin: 0 auto;
 }
}

@media screen and (min-width: 768px) {
 .search-box li {
  font-size: 1.16rem;
 }
}

@media screen and (max-width: 767px) {
 .search-cat .flex {
  gap: 16px;
 }
 .cat-box dt {
  padding: 8px 0;
 }
 .cat-box dd {
  flex-direction: row;
  align-items: center;
  gap: 16px;
 }
 .cat-box dd img {
  max-width: 40%;
 }
 .cat-box.no-text dd img {
  max-width: 58%;
 }
 .cat-box dd p {
  width: 60%;
 }
}

/*==============================
    SUB PAGE COMMON
==============================*/
.subpage {
 background: var(--color-grey);
 padding: 56px 0 0;
}

.box-list-outer {
 background: var(--color-white);
 padding: 64px 0;
 min-height: 100vh;
}

.box-list-inner {
 width: 88%;
 margin: auto;
}

@media screen and (max-width: 767px) {
 .subpage {
  padding: 48px 0 0;
 }
 .box-list-outer {
  padding: 24px 0;
 }
 .box-list-inner {
  width: 92%;
 }
}

.inner {
 max-width: 88%;
 margin: auto;
}

@media screen and (max-width: 767px) {
 .inner {
  max-width: 100%;
 }
}

/*==============================
    SEARCH
==============================*/
:root {
 --label-h: 32px;
}

.tab-content {
 display: none;
}
.tab-content.active {
 display: block;
}

.search-box input::placeholder,
.search-keyword input::placeholder {
 color: #bbb;
}

.subpage.search input[type="text"],
.subpage.search input[type="number"] {
 border: 1px solid #b3b3b3;
 padding: 4px 8px;
 height: var(--label-h);
}

.subpage.search .btn {
 display: flex;
 gap: 16px;
 justify-content: center;
 align-items: center;
 margin: 24px auto 0;
 width: 200px;
 height: 40px;
 line-height: 40px;
 font-size: 1.24rem;
}

.subpage.search input[type="text"] {
 display: block;
 width: 400px;
 max-width: 80%;
 margin: 40px auto 0;
}

.subpage.search input[type="radio"]::before {
 content: "";
 display: inline-block;
 width: 16px;
 height: 16px;
 border: 1px solid #b3b3b3;
 border-radius: 50%;
 background-color: #fff;
 flex-shrink: 0;
 transition: all 0.2s ease;
 vertical-align: middle;
}

.subpage.search input[type="radio"]:checked::before {
 background-color: var(--color-orange);
 border-color: var(--color-orange);
}

.subpage.search .tab-1 {
 margin-bottom: 40px;
}

@media screen and (min-width: 840px) {
 .dimension-image img {
  height: 300px;
  object-fit: contain;
 }

 .subpage.search .search-size-radio {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
 }
}

.subpage.search .search-size-radio label {
 display: flex;
 gap: 8px;
}

.size-row {
 width: 420px;
 display: flex;
 justify-content: center;
 margin: auto;
 padding: 12px 0;
 border-bottom: 1px solid #ccc;
}

.range-row {
 width: 386px;
 display: flex;
 justify-content: center;
 margin: auto;
 padding: 12px 0;
 border-bottom: 1px solid #ccc;
 align-items: center;
}

.size-row:last-child,
.range-row:last-child {
 border: 0;
}

@media screen and (min-width: 840px) {
 .size-row:nth-child(4) .tolerance-mode {
  margin-left: 36px;
 }

 .size-row input[type="number"],
 .range-row input[type="number"] {
  width: 80px;
  margin-right: 8px;
  height: var(--label-h);
 }
}
.size-row .txt {
 cursor: unset;
 border-top: 1px solid #b3b3b3;
 border-bottom: 1px solid #b3b3b3;
 border-left: 1px solid #b3b3b3;
 background: var(--color-text);
 color: var(--color-white);
 width: 80px;
 text-align: center;
 height: var(--label-h);
 line-height: var(--label-h);
}

.size-row-block-1 {
 display: flex;
 align-items: center;
}

.size-row-block-2 {
 display: flex;
}

.range-row .txt {
 cursor: unset;
 border-top: 1px solid #b3b3b3;
 border-bottom: 1px solid #b3b3b3;
 border-left: 1px solid #b3b3b3;
 background: var(--color-text);
 color: var(--color-white);
 width: 120px;
 text-align: center;
 height: var(--label-h);
 line-height: var(--label-h);
}

.range-max {
 margin-left: 8px;
}
.range-row:last-child {
 position: relative;
 left: -10px;
}

.tolerance-mode,
.tolerance-unit {
 display: flex;
 border-left: 1px solid #b3b3b3;
 height: var(--label-h);
}

.tolerance-unit {
 margin-left: 16px;
}

@media screen and (min-width: 840px) {
 .range-row:last-child .range-max {
  margin-left: 28px;
 }

 .tolerance-mode,
 .tolerance-unit {
  display: flex;
  margin-left: 16px;
  border-left: 1px solid #b3b3b3;
  height: var(--label-h);
 }
}

.tolerance-mode label span,
.tolerance-unit label span,
.tolerance {
 cursor: pointer;
 user-select: none;
 display: inline-block;
 background: var(--color-grey);
 border-top: 1px solid #b3b3b3;
 border-bottom: 1px solid #b3b3b3;
 border-right: 1px solid #b3b3b3;
 width: var(--label-h);
 height: var(--label-h);
 line-height: var(--label-h);
 text-align: center;
}

.tolerance-unit span:last-child {
 font-size: 0.8rem;
}

.tolerance {
 background: var(--color-white);
}

.tolerance::after {
 content: "▼";
 display: inline-block;
 width: var(--label-h);
 height: var(--label-h);
 border: 1px solid red;
}

.tolerance-mode input[type="radio"],
.tolerance-unit input[type="radio"] {
 display: none;
}

.tolerance-mode input[type="radio"]:checked + span,
.tolerance-unit input[type="radio"]:checked + span {
 background-color: var(--color-text);
 color: #fff;
}

.search-cat-select .flex-box {
 flex-basis: 50%;
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.search-cat-select label {
 display: flex;
 gap: 8px;
}

@media screen and (max-width: 839px) {
 .dimension-image img {
  height: 200px;
  max-width: 90%;
  margin: 24px auto 0;
 }

 .size-row {
  max-width: 100%;
  flex-direction: column;
  font-size: 0.8rem;
 }

 .size-row .txt {
  font-size: 0.9rem;
 }

 .range-row {
  max-width: 100%;
  justify-content: flex-start;
  font-size: 0.8rem;
 }
 .range-row:last-child {
  position: unset;
 }

 .range-row:last-child .range-max {
  margin-left: 23px;
 }

 .range-row .txt {
  width: 111px;
  font-size: 0.9rem;
 }

 .range-row input[type="number"] {
  width: 56px;
  margin-right: 8px;
 }

 .size-row-block-1 {
  margin-bottom: 8px;
 }

 .size-row input[type="number"] {
  margin-right: 8px;
 }
}

#results {
 margin-top: 80px;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 grid-template-rows: 1fr 1fr 1fr;
 gap: 8px;
}

.result-item {
 padding: 24px;
 background: var(--color-grey);
}

@media screen and (max-width: 839px) {
 #results {
  display: grid;
  grid-template-columns: 1fr;
 }
}

/*==============================
    PRODUCT
==============================*/
.product h4 {
 margin: 40px 0;
 padding: 0 0 8px 0;
 font-weight: 500;
 border-bottom: 1px solid #b3b3b3;
}

.product h4 span {
 font-size: 2rem;
}

@media screen and (max-width: 768px) {
 .product h4 {
  margin: 24px 0;
 }
 .product h4 span {
  font-size: 1.6rem;
 }
}

.product .item {
 flex-basis: calc(100% / 3 - 4rem);
 padding-bottom: 16px;
}

.product .item.dummy {
 flex-basis: calc(100% / 3 - 4rem);
 height: 0;
}

.product .item-img {
 margin: auto;
 height: 180px;
}

.product .item-img.bg-gy {
 min-width: 100%;
 padding: 24px;
}

.product .item-img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}

.product .item-txt {
 margin: auto;
 max-width: 90%;
 padding: 16px 0 0 16px;
}

@media screen and (max-width: 1023px) {
 .product .item {
  flex-basis: calc(100% / 2 - 4rem);
 }

 .product .item.dummy {
  flex-basis: calc(100% / 2 - 4rem);
 }

 .product .item-txt {
  max-width: 220px;
 }
}

@media screen and (max-width: 767px) {
 .product .sp_column {
  align-items: center;
  justify-content: center;
 }

 .product .sp_column .item {
  max-width: 100%;
  width: 320px;
  padding: 0;
 }

 .product .item-img {
  width: 80%;
 }

 .product .item-txt {
  max-width: 260px;
 }
}

.product dt {
 font-size: 1.24rem;
 font-weight: 800;
}

.product dt span {
 font-size: 0.88rem;
}

.product dl p {
 margin: 0;
 font-size: 0.88rem;
}

.product .flex .btn {
 margin-top: 16px;
}

.product hr {
 border: 0;
 height: 1px;
 background: #d9d9d9;
}

.product .flex .item dt {
 font-size: 0.88rem;
}

.product .flex .item dt span {
 font-size: 1.16rem;
}

.product-detail * {
 font-size: 0.88rem;
}

.detail-main {
 flex-basis: 50%;
}

.detail-main .flex img {
 margin: 0;
}

.product .flex .specs {
 flex-basis: 50%;
 display: flex;
 flex-wrap: wrap;
 border-top: 1px solid #d9d9d9;
}

.product .flex .specs dt {
 flex-basis: 30%;
 padding: 8px 16px;
 display: flex;
 align-items: center;
 background: var(--color-grey);
 border-bottom: 1px solid #d9d9d9;
 font-size: 0.88rem;
}

.product .flex .specs dd {
 flex-basis: 70%;
 display: flex;
 align-items: center;
 padding: 8px 16px;
 border-bottom: 1px solid #d9d9d9;
 font-size: 0.88rem;
}

.product .flex .specs dd.stack {
 flex-wrap: wrap;
 gap: 8px;
}

.product .flex .specs dd.stack a {
 border-bottom: 1px solid;
 line-height: 1;
}

.product .flex .specs dd.stack a:hover {
 border-color: transparent;
 color: var(--color-orange);
}

@media screen and (max-width: 767px) {
 .product-detail {
  gap: 8px;
 }
 .product .flex .specs dt {
  flex-basis: 37%;
  font-size: 0.8rem;
 }
 .product .flex .specs dd {
  flex-basis: 62%;
 }
}

.box-list-detail {
 padding: 32px 0;
 gap: 16px;
}

.box-list-detail .flex-img {
 flex-basis: 30%;
}

.box-list-detail .flex-img.bg-gy {
 padding: 40px 0;
 width: 100%;
}

.box-list-detail dl {
 flex-basis: 70%;
 width: 100%;
}

.box-list-detail dt {
 font-size: 1.4rem;
}

.box-list-detail dd p {
 font-size: 0.88rem;
}

.box-list-detail:not(:last-child) {
 border-bottom: 1px solid #b3b3b3;
}

.box-list-detail .btn {
 width: 100px;
}

@media screen and (max-width: 767px) {
 .box-list-detail {
  padding: 16px 0;
 }
 .box-list-detail .flex-img {
  padding: 16px 0;
 }
 .box-list-detail dt {
  font-size: 1.16rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 8px;
 }
}

.product-category-dropdown {
 position: relative;
 display: block;
 width: fit-content;
 margin-left: auto;
 margin-right: 0;
 top: -16px;
}

.dropdown-2 {
 margin-bottom: -26px;
}

.product-category-dropdown ul li a {
 font-size: 1rem;
 line-height: 2;
}

.dropdown-hover-area {
 position: relative;
 display: inline-block;
}

.dropdown-hover-area:hover ul {
 display: block;
}

.product-category-dropdown ul {
 display: none;
 position: absolute;
 top: 120%;
 right: 0;
 z-index: 1000;
 background-color: #fef6ed;
 padding: 16px;
 min-width: 200px;
 white-space: nowrap;
}

.product-category-dropdown ul li a:hover {
 border-bottom: 1px solid;
}

.product-category-dropdown a.cat {
 position: relative;
 display: inline-block;
 padding-right: 1.5em;
 top: 4px;
}

.product-category-dropdown a.cat::after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 transform: translateY(-50%);
 border-top: 0.5em solid #ff931e;
 border-right: 0.5em solid transparent;
 border-left: 0.5em solid transparent;
}

@media (max-width: 767px) {
 .product-category-dropdown {
  top: -4px;
 }

 .product-category-dropdown a,
 .product-category-dropdown ul li a {
  font-size: 0.8rem;
 }
}

/* OPTION ITEMS */

.product.card-holder .item-txt,
.product.divider .item-txt {
 width: 70%;
 padding-top: 16px;
 margin: auto;
}

.product.card-holder .item-img {
 height: 180px;
}

.product.divider .item-img {
 height: auto;
}

@media screen and (max-width: 767px) {
 .product.card-holder .item-img {
  width: 85%;
  margin: auto;
 }
}

.product.interior-material h4 {
 margin: 0 0 24px;
 padding: 0;
 font-size: 1.16rem;
 font-weight: 600;
 color: var(--color-orange);
}

.product.interior-material .item {
 flex-basis: calc(100% / 2 - 2.4rem);
}

.product.interior-material .item-img {
 min-height: 160px;
}

@media screen and (max-width: 768px) {
 .product.interior-material .item {
  width: 100%;
 }
 .product.interior-material .item-txt {
  max-width: 90%;
 }
}

.product.temperature-transport .item {
 flex-basis: calc(100% / 2 - 2.4rem);
}
.product.temperature-transport .inner .item-img {
 height: auto;
}

.product.temperature-transport .item-img img {
 padding: 0;
 width: 200px;
}

.product.temperature-transport .inner h4 {
 margin: 24px 0 8px;
 padding: 0;
 font-weight: 600;
 color: var(--color-orange);
}

@media screen and (min-width: 768px) {
 .box-list .product-category-dropdown {
  top: -38px;
  right: 10px;
 }
}

/*==============================
    PRODUCT INFO
==============================*/

.product-info dl {
 border-bottom: 1px solid #b3b3b3;
}

.product-info dl a {
 font-weight: 600;
 border-bottom: 1px solid;
}

.product-info dl a:hover {
 border: 0;
 color: var(--color-orange);
}

.product-info dt {
 flex-basis: 20%;
 background: var(--color-grey);
 text-align: center;
 border-top: 1px solid #b3b3b3;
}

.product-info dd {
 flex-basis: 80%;
 border-top: 1px solid #b3b3b3;
 padding: 24px 40px;
}

.product-info .flex-txt {
 margin-left: 16px;
}

.product-info .flex-color div {
 display: flex;
 gap: 4px;
 align-items: center;
 flex-basis: 33%;
}

.product-info .flex-color span {
 font-size: 1.16rem;
}

.product-info .ml {
 margin-left: 1rem;
}

@media screen and (max-width: 768px) {
 .product-info dt {
  padding: 8px;
 }
 .product-info dd {
  padding: 16px;
  width: 100%;
 }
 .product-info .flex-color div {
  flex-basis: 48%;
 }
}

@media screen and (max-width: 576px) {
 .product-info .flex-color div {
  flex-basis: 100%;
  line-height: 1.6;
 }
}

/*==============================
    ABOUT
==============================*/

.about p {
 margin-left: 24px;
}

.about .ttl-5 {
 color: var(--color-orange);
}

/*==============================
    USAGE
==============================*/

.usage .ttl-5 {
 border-bottom: 1px solid #b3b3b3;
}

/*==============================
    CUSTOM MOLDING
==============================*/
.custom p {
 margin: 0;
}

.custom .flex {
 padding: 24px;
 border-left: 1px solid #b3b3b3;
 border-right: 1px solid #b3b3b3;
 border-bottom: 1px solid #b3b3b3;
}

.custom .flex-txt {
 flex-basis: 55%;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 24px;
 font-weight: 600;
 border: 3px solid;
 border-radius: 14px;
}

.custom .flex-img {
 flex-basis: 36%;
}

.custom .example-1 {
 border-color: #fbb03b;
 background: #fef6e9;
}

.custom .example-2 {
 border-color: #97b1d7;
 background: #eaeef6;
}

.custom .example-3 {
 border-color: #29abe2;
 background: #e3eff8;
}

@media screen and (max-width: 768px) {
 .flex-arrow {
  transform: rotate(90deg);
 }
}

/*==============================
    CHEMICAL RESISTANCE
==============================*/
.chemical .ttl-5 {
 border-bottom: 1px solid #b3b3b3;
}

.chemical table {
 width: 100%;
 border-top: 1px solid #b3b3b3;
 border-left: 1px solid #b3b3b3;
 font-size: 0.88rem;
}

.chemical .column-1 {
 width: 40%;
}
.chemical .column-2 {
 width: 20%;
}
.chemical .column-3 {
 width: 10%;
}
.chemical .column-4 {
 width: 10%;
}
.chemical .column-5 {
 width: 20%;
}

.chemical table th,
.chemical table td {
 border-bottom: 1px solid #b3b3b3;
 border-right: 1px solid #b3b3b3;
 padding: 4px 16px;
 white-space: nowrap;
}

.chemical table th {
 font-weight: 600;
}

.chemical thead {
 background: var(--color-orange2);
 text-align: center;
}

.scroll-hint {
 font-size: 0.8rem;
 color: #b3b3b3;
 text-align: right;
 margin-bottom: 4px;
}

@media screen and (max-width: 900px) {
 .chemical table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.78rem;
 }

 .chemical table td,
 .chemical table th {
  padding: 6px 8px;
 }

 .chemical table .head01 td {
  padding: 8px 6px;
 }

 .chemical table tr {
  line-height: 1.4em;
 }

 .scroll-hint {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-bottom: 4px;
 }
}

@media screen and (min-width: 900px) {
 .scroll-hint {
  display: none;
 }
}

/*==============================
    SPECIFICATIONS
==============================*/

.spec .ttl-5 {
 border-bottom: 1px solid #b3b3b3;
}

.spec .flex-txt {
 flex-basis: 64%;
}

.spec table {
 width: 100%;
 border-top: 1px solid #b3b3b3;
 border-left: 1px solid #b3b3b3;
 font-size: 0.88rem;
}

.spec table th,
.spec table td {
 border-bottom: 1px solid #b3b3b3;
 border-right: 1px solid #b3b3b3;
 padding: 4px 16px;
 white-space: nowrap;
}

.spec table th {
 font-weight: 600;
}

.scroll-hint {
 font-size: 12px;
 color: #999;
 text-align: right;
 margin-bottom: 4px;
}

@media screen and (max-width: 660px) {
 .spec table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.78rem;
 }

 .spec table td,
 .spec table th {
  padding: 6px 8px;
 }

 .spec table .head01 td {
  padding: 8px 6px;
 }

 .spec table tr {
  line-height: 1.4em;
 }

 .scroll-hint {
  display: block;
 }
}

@media screen and (min-width: 659px) {
 .scroll-hint {
  display: none;
 }
}

/*==============================
    RECYCLING
==============================*/

.box-line {
 border: 1px solid #4d4d4d;
}

.box-line-r {
 border-right: 1px solid #4d4d4d;
}

.box-line img {
 max-width: 90%;
}

.box-line.flex .flex-box {
 flex-basis: 50%;
}

.recycling .color-og {
 color: var(--color-orange);
 font-size: 1.24rem;
}

.recycling .box-line p:not(.color-og) {
 padding: 24px;
}

@media screen and (max-width: 767px) {
 .recycling .box-line-r {
  border-right: 0;
  border-bottom: 1px solid #4d4d4d;
 }
}

/*==============================
    POLICY
==============================*/
.policy .ttl-4 {
 margin-bottom: 16px;
}

.policy ul li {
 list-style-position: inside;
 display: flex;
 align-items: baseline;
 gap: 8px;
}

.policy ul li::before {
 content: "◯";
 font-size: 0.6rem;
}

/*==============================
    SITE MAP
==============================*/
.sitemap ul {
 line-height: 1.8;
}
.sitemap ul ul {
 margin: 0 0 1rem 1rem;
}
.sitemap ul li a {
 display: block;
 padding: 8px;
 border-bottom: 1px solid #ccc;
}

.sitemap ul li a:hover {
 color: var(--color-orange);
 background: var(--color-grey);
 border-bottom: 1px solid;
}

/*==============================
    foot-info
==============================*/

.foot-info {
 margin-bottom: 48px;
}

.foot-info a {
 flex-basis: calc(100% / 6);
 display: flex;
 flex-direction: column;
 gap: 16px;
}

.foot-info a:hover {
 scale: 1.08;
}

.foot-info p {
 font-size: 0.8rem;
 text-align: center;
 white-space: nowrap;
}

@media screen and (max-width: 767px) {
 .foot-info.flex {
  flex-wrap: wrap;
 }
 .foot-info a {
  flex-basis: calc(90% / 3);
 }
}

/*==============================
    footer
==============================*/
footer {
 margin-top: -48px;
 background: var(--color-orange);
 color: var(--color-white);
 padding-bottom: 24px;
}

footer p {
 font-size: 0.8rem;
}

.foot-btn-area {
 display: flex;
 height: 56px;
 line-height: 56px;
 width: 100%;
 border-top: 1px solid #b3b3b3;
}

.foot-btn-area .btn {
 flex-basis: calc(100% / 2);
 text-align: center;
 border-radius: unset;
 height: 48px;
 line-height: 48px;
}

.foot-btn-area .btn:hover {
 background: var(--color-orange2);
 color: var(--color-orange);
}

.foot-btn-area .btn-1 {
 background: var(--color-text);
 color: var(--color-white);
}

.foot-btn-area .btn-2 {
 background: var(--color-white);
 color: var(--color-text);
}

.foot-nav {
 display: flex;
 justify-content: center;
}

.foot-nav li a {
 color: var(--color-white);
 font-size: 1rem;
 padding-bottom: 2px;
}

.foot-nav li:nth-child(1)::after {
 content: "｜";
 margin: 0 8px;
}

.foot-nav li a:hover {
 border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
 .foot-nav li a {
  font-size: 0.8rem;
 }
 footer p {
  font-size: 0.64rem;
 }
}

.back-to-top {
 position: relative;
 top: -48px;
 margin: 0 0 0 auto;
 width: 48px;
 height: 48px;
 background: var(--color-orange);
 display: flex;
 align-items: center;
 justify-content: center;
}

.back-to-top::before {
 content: "";
 display: block;
 width: 12px;
 height: 12px;
 border-left: 2px solid var(--color-white);
 border-bottom: 2px solid var(--color-white);
 transform: translateY(2px) rotate(135deg);
}

.back-to-top:hover {
 translate: 0 -4px;
 background: var(--color-text);
}
