@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --pink: #FFDBDB;
  --bg: #f5f5f5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

span {
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  position: relative;
}

body:not(.home) {
  background-color: var(--bg);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before, a::after,
button::before,
button::after {
  transition: var(--transition);
}

a[href^="tel:"] {
  display: inline-block;
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

/* -------------------------------------------*/
.p-archive-item__sec {
  padding-inline: var(--pi);
  padding-top: 5.2rem;
}

.p-archive-item__secInner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-archive-item__secText {
  font-size: 2.4rem;
  line-height: 1.6458333333;
  margin-top: 4.9rem;
}

.p-archive-item__cateContainer {
  display: grid;
  margin-top: 5.8rem;
  --column: 2;
  gap: 2.4rem 1.8333333333%;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-archive-item__cate a {
  align-items: center;
  background-color: var(--white);
  border-radius: 16px;
  display: grid;
  gap: 3.8834951456%;
  grid-template-columns: 1fr 33.0097087379%;
  overflow: hidden;
  padding-left: 12.5636672326%;
  position: relative;
}

.p-archive-item__cateThumbnail {
  aspect-ratio: 170/205;
}

.p-archive-item__cateImage {
  aspect-ratio: 1;
  left: 3.3955857385%;
  position: absolute;
  top: 3rem;
  width: 6.7911714771%;
}

.p-archive-item__cateTtl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.p-archive-item__cateText {
  line-height: 1.625;
  margin-top: 2.3rem;
}

.p-archive-item__cateBtn {
  margin-top: 4.3rem;
}
.p-archiveItems-cta {
  margin-top: 9.3rem;
}

.p-singleItem-sec {
  margin-top: 4.6rem;
  padding-inline: var(--pi);
}

.p-singleItem-sec__inner {
  margin-right: 10%;
}

.p-singleItem__ttlMetaBox {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 0.8rem;
  line-height: 1.4444444444;
}

.p-singleItem__catSmall {
  color: var(--main);
}

.p-singleItem__ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 0.6rem;
}

.p-singleItem__content {
  align-items: flex-start;
  display: grid;
  gap: 6%;
  grid-template-columns: 15rem 1fr;
  margin-top: 3rem;
  position: relative;
}

.p-singleItem__sideBlock {
  padding-top: 2.7rem;
  position: sticky;
  top: 13rem;
}

.p-singleItem__indexContainer {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.p-singleItem__index a {
  color: #7e7e7e;
  font-weight: 500;
  padding-left: 3.8rem;
  position: relative;
}

.p-singleItem__index a.current {
  color: var(--text-color);
}

.p-singleItem__index a.current::before {
  aspect-ratio: 1;
  background-image: url(../../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.7rem;
}

.p-singleItem__body {
  min-width: 0;
  --sec-inner: 1100;
}

.p-singleItem__imgBlock {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 3.15rem;
  padding: 3.5rem 4.5rem 3rem 5.6rem;
  --content-width: 1000;
  align-items: center;
  display: grid;
  gap: calc(4500% / var(--content-width));
  grid-template-columns: calc(27200% / var(--content-width)) 1fr;
}

.p-singleItem__thumbnail {
  aspect-ratio: 242/368;
  position: relative;
}

.p-singleItem__thumbnailLens {
  aspect-ratio: 1;
  background-color: var(--main);
  display: none;
  opacity: 0.3;
  position: absolute;
  width: 45%;
  z-index: 2;
  --top: 0;
  --left: 0;
  left: var(--left);
  pointer-events: none;
  top: var(--top);
  translate: -50% -50%;
}

.p-singleItem__thumbnailLens.on {
  display: block;
}

.p-singleItem__thumbnailScale {
  aspect-ratio: 1;
  background-color: var(--white);
  display: none;
  max-width: 50vw;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  translate: 100%;
  width: 150%;
  z-index: 2;
}

.p-singleItem__thumbnailScale img {
  height: auto;
  width: 250%;
  --translateX: 0;
  --translateY: 0;
  left: var(--translateX);
  position: absolute;
  top: var(--translateY);
  translate: 2% 12%;
}

.p-singleItem__thumbnailScale.on {
  display: block;
}

.p-singleItem__slideWrapper {
  min-width: 0;
  position: relative;
}

.swiper {
  min-width: 0;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.swiper-wrapper {
  width: 88.6138613861%;
}

.swiper-slide {
  aspect-ratio: 537/368;
}

.swiper-button-prev {
  aspect-ratio: 8/37.5;
  background-image: url(../../images/item/swiper-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0 !important;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.8rem;
}

.swiper-button-next {
  aspect-ratio: 8/37.5;
  background-image: url(../../images/item/swiper-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0 !important;
  rotate: 180deg;
  top: 50%;
  translate: 0 -50%;
  width: 0.8rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.p-singleItem__copy {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333333333;
  margin-top: 3.8rem;
}

.p-singleItem__featureBlock {
  margin-top: 8.3rem;
}

.p-singleItem__featureListContainer {
  display: grid;
  margin-top: 3.8rem;
  padding-left: 2.2rem;
  --column: 3;
  gap: 2rem;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-singleItem__featureListImage {
  aspect-ratio: 1;
  margin-inline: auto;
  width: 11rem;
}

.p-singleItem__featureListTtl {
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 3.3rem;
  text-align: center;
}

.p-singleItem__featureListText {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 2.2rem;
}

.p-singleItem__permeationBlock {
  margin-top: 6.2rem;
}

.p-singleItem__secInner {
  padding-left: calc(4300% / var(--sec-inner));
}

.p-singleItem__secInnerSubTtl {
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  position: relative;
}
.p-singleItem__secInnerSubTtl::before {
  background-color: var(--main);
  content: "";
  display: block;
  height: 1px;
  left: 10%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
}
.p-singleItem__secInnerSubTtl span {
  background-color: var(--bg);
  padding-inline: 4.3rem 2rem;
}

.p-singleItem__secInnerSubTtlImage {
  aspect-ratio: 1;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 3.2rem;
}

.p-singleItem__permeationSubTtl {
  margin-top: 2rem;
}

.p-singleItem__permeationContents {
  align-items: flex-start;
  display: grid;
  gap: calc(3000% / var(--sec-inner));
  grid-template-columns: 1fr 28.7rem;
  margin-top: 2.8rem;
}

.p-singleItem__permeationText01 {
  font-weight: 500;
  line-height: 1.5;
}

.p-singleItem__permeationText02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 3.6rem;
}

.p-singleItem__permeationText03 {
  font-weight: 500;
  line-height: 1.8214285714;
  margin-top: 1.6rem;
}

.p-singleItem__permeationRightBlock {
  display: grid;
  grid-template-columns: max-content 1fr;
  /* ★セルとセルの間の余白（ここで自由に調整できます） */
  -moz-column-gap: 0.7rem;
  align-items: center; /* 上下の中央揃え */
  column-gap: 0.7rem; /* 横（列の間）の余白 */
  row-gap: 0.4rem; /* 縦（行の間）の余白 */
  /* カラー変数（--white が未定義だったため追加しています） */
  --white: #ffffff;
  --six: #63C0AB;
  --five: #AACF52;
  --four: #F3993B;
  --three: #FDDA4B;
  --two: #EE858C;
  --one: #F7CBDE;
}
.p-singleItem__permeationRightBlock {
  /* ヘッダー共通設定 */
}
.p-singleItem__permeationRightBlock .class, .p-singleItem__permeationRightBlock .time {
  align-content: center;
  background-color: var(--white);
  font-weight: bold;
  font-weight: 500;
  height: 3.7rem;
  line-height: 1.4444444444;
  padding-inline: 1rem;
}
.p-singleItem__permeationRightBlock .class {
  font-size: 1.5rem;
  padding-inline: 1.5rem; /* 左右に少し余白を持たせる */
  text-align: center;
}
.p-singleItem__permeationRightBlock .time {
  font-size: 1.3rem;
  text-align: center;
}
.p-singleItem__permeationRightBlock {
  /* 数字（バッジ）の共通設定 */
}
.p-singleItem__permeationRightBlock .white {
  align-items: center;
  border-radius: 8px;
  color: var(--white);
  /* ★画像のような角丸の四角形にする設定 */
  display: inline-flex;
  font-size: 2rem;
  height: 3.5rem;
  justify-content: center;
  justify-self: center; /* 列の中で中央に配置 */
  line-height: 1.6111111111;
  width: 3.5rem;
}
.p-singleItem__permeationRightBlock {
  /* 各クラスの背景色 */
}
.p-singleItem__permeationRightBlock .six {
  background-color: var(--six);
}
.p-singleItem__permeationRightBlock .five {
  background-color: var(--five);
}
.p-singleItem__permeationRightBlock .four {
  background-color: var(--four);
}
.p-singleItem__permeationRightBlock .three {
  background-color: var(--three);
}
.p-singleItem__permeationRightBlock .two {
  background-color: var(--two);
}
.p-singleItem__permeationRightBlock .one {
  background-color: var(--one);
}
.p-singleItem__permeationRightBlock {
  /* 右側セルの設定 */
}
.p-singleItem__permeationRightBlock .bb {
  border-bottom: 1px solid #707070;
  font-size: 1.5rem;
  padding-block: 0.8rem;
  text-align: center;
}
.p-singleItem__permeationRightBlock .one + .bb {
  border-bottom: none;
}

.p-singleItem__permeationTableWrapper {
  margin-top: 5.6rem;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  display: grid;
  font-size: 2rem;
  gap: 20px 16px;
  grid-template-columns: 2fr 1fr 3.27fr 59px 145px;
  /* カラー変数（1〜6すべて用意） */
  --six: #63C0AB;
  --five: #AACF52;
  --four: #F3993B;
  --three: #FDDA4B;
  --two: #EE858C;
  --one: #F7CBDE;
  --na-gray: #ced7e2; /* N/A時の破過時間背景色 */
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* ヘッダーのスタイル */
}
.p-singleItem__permeationTableWrapper .chemical-grid .th-cell {
  border-bottom: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
  text-align: center;
}
.p-singleItem__permeationTableWrapper .chemical-grid .text-center {
  text-align: center;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 基本データセル（白背景・角丸） */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-white {
  align-items: center;
  background-color: #fff;
  display: flex;
  line-height: 1.45;
  padding: 8px 12px;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 右側2列（クラス・破過時間）の基本サイズ固定設定 */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-na, .p-singleItem__permeationTableWrapper .chemical-grid .td-class-box, .p-singleItem__permeationTableWrapper .chemical-grid .td-time-na, .p-singleItem__permeationTableWrapper .chemical-grid .td-time-full, .p-singleItem__permeationTableWrapper .chemical-grid .td-time-bar {
  align-self: center;
  height: 100%;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* クラス列：N/Aの文字 */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-na {
  align-items: center;
  background-color: var(--white);
  border-radius: 8px;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 100%;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* クラス列：数字のコンテナ */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-class-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* クラス数字の丸角バッジ */
}
.p-singleItem__permeationTableWrapper .chemical-grid .class-badge {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 破過時間：N/A用のグレー背景 */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-time-na {
  align-items: center;
  background-color: var(--na-gray);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 破過時間：クラス6用の全面カラー背景 */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-time-full {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  width: 100%;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 破過時間：クラス1〜5用の左バー付き白背景 */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-time-bar {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding-left: 12px;
  position: relative;
  width: 100%;
  /* 内側の縦棒（擬似要素） */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-time-bar::before {
  border-radius: 8px 0 0 8px;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 15%;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* 用途外（2列結合） */
}
.p-singleItem__permeationTableWrapper .chemical-grid .td-span2 {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  grid-column: span 2;
  justify-content: center;
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* --- クラスに応じた背景色マッピング (1〜6) --- */
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-6 {
  background-color: var(--six);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-5 {
  background-color: var(--five);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-4 {
  background-color: var(--four);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-3 {
  background-color: var(--three);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-2 {
  background-color: var(--two);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bg-1 {
  background-color: var(--one);
}
.p-singleItem__permeationTableWrapper .chemical-grid {
  /* --- クラスに応じた左バーの色マッピング (1〜5) --- */
}
.p-singleItem__permeationTableWrapper .chemical-grid .bar-5::before {
  background-color: var(--five);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bar-4::before {
  background-color: var(--four);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bar-3::before {
  background-color: var(--three);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bar-2::before {
  background-color: var(--two);
}
.p-singleItem__permeationTableWrapper .chemical-grid .bar-1::before {
  background-color: var(--one);
}

.p-singleItem__permeationCaption {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8095238095;
  margin-top: 7.2rem;
}

.p-singleItem__permeationBtn a {
  align-items: center;
  display: flex;
  gap: calc(2500% / (var(--sec-inner) - 43));
  margin-inline: auto;
  margin-top: 3.6rem;
  max-width: 934px;
  padding-block: 2.6rem 1.9rem;
  padding-left: calc(6500% / var(--sec-inner));
}
.p-singleItem__permeationBtn a::before {
  content: "";
  right: 0;
  top: 46%;
  width: 8rem;
  z-index: 2;
}
.p-singleItem__permeationBtn a::after {
  right: 5.8rem;
  top: 50%;
  translate: 0 -50%;
}
.p-singleItem__permeationBtn a .left {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.p-singleItem__permeationBtn a .left span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  white-space: nowrap;
}
.p-singleItem__permeationBtn a .right {
  display: block;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}
.p-singleItem__permeationBtn a .right img {
  aspect-ratio: 245.16/48.93;
  vertical-align: text-bottom;
  width: 48.6220472441%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-singleItem__penetrationBlock {
  margin-top: 10.9rem;
}

.p-singleItem__penetrationLeftText {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-singleItem__penetrationTtlBlock {
  background-color: var(--main);
  border-radius: 8px;
  color: var(--white);
  margin-top: 3rem;
  padding: 1.6rem 3.3rem 2.8rem 1.6rem;
}

.p-singleItem__penetrationTtl {
  font-weight: 500;
  text-align: center;
}
.p-singleItem__penetrationTtl span {
  display: block;
  font-size: 3.4rem;
  font-weight: 900;
  margin-top: 1rem;
}

.p-singleItem__penetrationTtlText {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 1.6rem;
  padding-left: 1rem;
  text-align: center;
}

.p-singleItem__penetrationContents {
  align-items: flex-start;
  display: grid;
  gap: 2.4598930481%;
  grid-template-columns: 1fr 36.7914438503%;
  margin-top: 4.2rem;
}

.p-singleItem__penetrationText {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8095238095;
  margin-top: 3.3rem;
}

.p-singleItem__penetrationRightBlock th,
.p-singleItem__penetrationRightBlock td {
  border: 1px solid #707070;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 161.1111111111%;
  padding-block: 0.85rem;
  text-align: center;
}
.p-singleItem__penetrationRightBlock td {
  background-color: var(--white);
}

.p-singleItem__specBlock {
  margin-top: 5.4rem;
}

.p-singleItem__specMetaBlock {
  align-items: center;
  display: flex;
  gap: 1.7rem;
  margin-top: 2.8rem;
  overflow-x: auto;
}

.p-singleItem__specThumbnail {
  aspect-ratio: 164/249;
  width: 16.4rem;
}

.p-singleItem__specMetaTable {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.p-singleItem__specMetaTable dt, .p-singleItem__specMetaTable dd {
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  padding-left: 0.5px;
  padding-top: 0.5rem;
}
.p-singleItem__specMetaTable dt {
  font-weight: 700;
  width: 6.7rem;
}
.p-singleItem__specMetaTable dd {
  flex: 1;
  white-space: nowrap;
}

.p-singleItem__specMetaTableLine {
  display: flex;
  gap: 1.75rem;
}

.p-singleItem__specTableWrapper {
  margin-top: 3.4rem;
  overflow-x: auto;
}
.p-singleItem__specTableWrapper::-webkit-scrollbar {
  height: 1.2rem;
}

.p-singleItem__specTable {
  border-collapse: separate;
  border-spacing: 9.5px;
  overflow: auto;
  text-align: center;
  width: 100%;
}
.p-singleItem__specTable th {
  font-weight: 700;
  min-width: 100px;
  padding-inline: 1.4rem;
}
.p-singleItem__specTable td {
  border-top: 1px solid #707070;
  font-weight: 500;
  padding-block: 1.25rem 0.3rem;
}

.p-singleItem__purposeBlock {
  margin-top: 7.8rem;
}

.p-singleItem__purpose {
  line-height: 1.78125;
  margin-top: 2.8rem;
}

.p-singleItem__manualBlock {
  margin-top: 8rem;
}

.p-singleItem__manualBtn a {
  align-content: center;
  background-color: var(--white);
  border: 3px solid var(--cta);
  border-radius: 100px;
  font-size: 1.7rem;
  height: 6.9rem;
  margin-left: 2.15rem;
  margin-top: 3.4rem;
  padding-left: 3.44rem;
  position: relative;
  text-align: center;
  width: 34.5rem;
}
.p-singleItem__manualBtn a span {
  aspect-ratio: 26.48/34.97;
  display: block;
  left: 4.8rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.65rem;
}

.p-singleItem__cautionBlock {
  margin-top: 7.4rem;
}

.p-singleItem__cautionText03 {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.1rem;
}

.p-singleItem__otherBlock {
  margin-top: 9.1rem;
}

.p-singleItem__otherListContainer {
  display: grid;
  margin-top: 4rem;
  --column: 3;
  gap: calc(2000% / (var(--sec-inner) - 43));
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-singleItem__otherList a {
  background-color: var(--white);
  padding: 0.6rem 2.7rem 0.6rem 1.2rem;
  position: relative;
}
.p-singleItem__otherList a::before {
  aspect-ratio: 1;
  background-image: url(../../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1.7rem;
}

.p-singleItem__otherImgBox {
  align-items: center;
  display: grid;
  gap: 2.7131782946%;
  grid-template-columns: 39.9224806202% 1fr;
}

.p-singleItem__otherImage {
  aspect-ratio: 103/157;
}

.p-singleItem__otherCat01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}

.p-singleItem__otherCat02 {
  color: var(--main);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.6rem;
}

.p-singleItem__otherName {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.3rem;
}

.p-singleItem__banner {
  margin-top: 11.1rem;
  padding-block: 3.6rem 5.4rem;
  padding-inline: 4.5rem 3.8rem;
  --banner-inner: 1117;
  --leftWidth: 565;
  align-items: center;
  background-color: var(--white);
  display: grid;
  gap: calc(3500% / var(--banner-inner));
  grid-template-columns: calc(100% * var(--leftWidth) / var(--banner-inner)) 1fr;
}

.p-singleItem__bannerLeftBlock {
  padding-top: 9.8rem;
  position: relative;
  --height: 228;
}

.p-singleItem__bannerImage {
  aspect-ratio: 193/130;
  margin-inline: auto;
  width: calc(19300% / var(--leftWidth));
}

.p-singleItem__bannerComment {
  background-color: var(--bg);
  border-radius: 24px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.34375;
  padding: 2.2rem 3.6rem;
  position: absolute;
}
.p-singleItem__bannerComment::before {
  aspect-ratio: 23.6/35.6;
  background-color: var(--bg);
  bottom: 0.45rem;
  content: "";
  display: block;
  position: absolute;
  translate: 0 100%;
  width: 2.3rem;
}
.p-singleItem__bannerComment span {
  color: var(--sub);
}

.p-singleItem__bannerComment01 {
  left: 0;
  top: calc(6100% / var(--height));
}
.p-singleItem__bannerComment01::before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  right: 14.0703517588%;
}

.p-singleItem__bannerComment02 {
  left: calc(21000% / var(--leftWidth));
  top: 0;
}
.p-singleItem__bannerComment02::before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  left: 25.4032258065%;
}

.p-singleItem__bannerComment03 {
  right: 0;
  top: calc(12000% / var(--height));
}
.p-singleItem__bannerComment03::before {
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 37.8787878788%;
}

.p-singleItem__bannerRightBlock {
  text-align: center;
}

.p-singleItem__bannerText {
  color: var(--main);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}

.p-singleItem__bannerTtlBox {
  margin-top: 2.4rem;
}

.p-singleItem__bannerTtlText {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.p-singleItem__bannerTtl {
  font-size: 3.7rem;
  font-weight: 700;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.p-singleItem__bannerTtl img {
  aspect-ratio: 232/48;
  vertical-align: sub;
  width: 41.9417475728%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-singleItem__bannerBtn a {
  align-content: center;
  background-color: var(--white);
  border: 3px solid var(--cta);
  border-radius: 67px;
  font-weight: 700;
  height: 7.5rem;
  margin-inline: auto;
  margin-top: 2.4rem;
  padding-right: 0.7rem;
  position: relative;
  text-align: center;
  width: 71.067961165%;
}
.p-singleItem__bannerBtn a img {
  aspect-ratio: 98/21.6;
  height: auto;
  vertical-align: text-bottom;
  width: 27.2980501393%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-singleItem__bannerBtn a::before {
  aspect-ratio: 1;
  border: 2px solid var(--cta);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.8rem;
}
.p-singleItem__bannerBtn a::after {
  aspect-ratio: 65/80;
  background-image: url(../../images/hogosuru/search.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: -1.6rem;
  top: 46%;
  width: 5rem;
}

.p-archiveItems-cta {
  margin-top: 8.9rem;
}

.p-taxonomy-itemCat__topBlock {
  background-color: var(--white);
  border: 4px solid var(--main);
  border-radius: 16px;
  display: grid;
  gap: 3.0833333333%;
  grid-template-columns: 1fr 28.8333333333%;
  margin-top: 3.5rem;
  overflow: hidden;
  position: relative;
}

.p-taxonomy-itemCat__topBlockLeft {
  padding-bottom: 7.7111383109%;
  padding-left: 5.6303549572%;
  padding-top: 4.6511627907%;
}

.p-taxonomy-itemCat__topBlockTtl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-left: 8.5195530726%;
  position: relative;
}

.p-taxonomy-itemCat__icon {
  aspect-ratio: 1;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 8.5195530726%;
}

.p-taxonomy-itemCat__topBlockText {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 2rem;
}

.p-taxonomy-itemCat__topBlockTextarea {
  margin-top: 1.7rem;
}

.p-taxonomy-itemCat__topBlockTextareaSP {
  display: none;
}
.p-taxonomy-itemCat__topBlockCompatibility {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.p-taxonomy-itemCat__topBlockText01 {
  line-height: 1.8214285714;
  margin-top: 1.7rem;
}
.p-taxonomy-itemCat__topBlockText01 span {
  color: var(--main);
}

.p-taxonomy-itemCat__topBlockText02 {
  line-height: 1.8214285714;
  margin-top: 1em;
}

.p-taxonomy-itemCat__contentList {
  display: grid;
  margin-top: 5.6rem;
  --column: 3;
  gap: 3.9rem 4.5%;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-taxonomy-itemCat__contentListItem a {
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2.6rem 2.6rem 2.6rem;
}

.p-taxonomy-itemCat__contentListItemTop {
  align-items: flex-start;
  display: grid;
  flex-grow: 1;
  gap: 10.5590062112%;
  grid-template-columns: 1fr 43.4782608696%;
}

.p-taxonomy-itemCat__contentListItemContent {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.p-taxonomy-itemCat__contentListItemTtl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.p-taxonomy-itemCat__contentListItemText {
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  padding: 0.6rem;
}

.p-taxonomy-itemCat__contentListItemBtn {
  aspect-ratio: 1;
  margin-left: auto;
  width: 1.7rem;
}

.p-taxonomy-itemCat__contentListItemImage {
  aspect-ratio: 140/200;
}

.p-taxonomy-itemCat__otherTaxBlock {
  background-color: var(--white);
  margin-top: 10.8rem;
  padding-block: 6.9rem 9.6rem;
  padding-inline: var(--pi);
}

.p-taxonomy-itemCat__otherTaxBlockInner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-taxonomy-itemCat__otherTaxList {
  display: grid;
  margin-top: 3.3rem;
  --column: 4;
  gap: 1.6rem 1.4166666667%;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-taxonomy-itemCat__otherTaxItem a {
  align-items: center;
  border: 1px solid var(--main);
  border-radius: 16px;
  display: flex;
  gap: 10.7569721116%;
  height: 16.8rem;
  padding: 1.8rem;
}

.p-taxonomy-itemCat__otherTaxItemIcon {
  aspect-ratio: 80/80;
  width: 8rem;
}

.p-taxonomy-itemCat__otherTaxItemTtl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

@media (max-width: 1440px){
  .p-archive-item__cateBtn {
    margin-top: max(2.5vw, 24px);
  }
  .p-singleItem-sec__inner {
    margin-right: 0;
  }
  .p-singleItem__index a {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}

@media (max-width: 1280px){
  .p-singleItem__ttl {
    font-size: max(3.90625vw, 30px);
  }
  .p-singleItem__content {
    grid-template-columns: 11.5rem 1fr;
  }
  .p-singleItem__copy {
    font-size: max(2.34375vw, 20px);
  }
  .p-singleItem__featureBlock {
    margin-top: max(5vw, 34px);
  }
  .p-singleItem__permeationBlock {
    margin-top: max(4.375vw, 26px);
  }
  .p-singleItem__permeationBtn a .left {
    font-size: max(1.5625vw, 14px);
  }
  .p-singleItem__permeationBtn a .left span {
    font-size: max(1.875vw, 18px);
  }
  .p-singleItem__permeationBtn a .right {
    font-size: max(1.875vw, 18px);
  }
  .p-singleItem__cautionBlock {
    margin-top: max(6.25vw, 52px);
  }
  .p-singleItem__otherBlock {
    margin-top: max(5.625vw, 45px);
  }
  .p-singleItem__otherListContainer {
    --column: 2;
    gap: 2rem;
  }
  .p-singleItem__banner {
    margin-top: max(8.671875vw, 64px);
    padding-inline: 3.3898305085% 2.7118644068%;
  }
  .p-singleItem__bannerComment {
    border-radius: 12px;
    padding: 1.2rem 2.2rem;
  }
  .p-singleItem__bannerText {
    font-size: max(2.5vw, 18px);
  }
  .p-singleItem__bannerTtl {
    font-size: max(2.890625vw, 26px);
  }
  .p-taxonomy-itemCat__topBlockTtl {
    font-size: max(2.8125vw, 26px);
  }
  .p-taxonomy-itemCat__topBlockText {
    margin-top: max(1.5625vw, 10px);
  }
  .p-taxonomy-itemCat__topBlockTextarea {
    margin-top: max(2.03125vw, 14px);
  }
  .p-taxonomy-itemCat__contentList {
    gap: 3rem 3.5%;
  }
}

@media (max-width: 1200px){
  .p-archive-item__secText {
    font-size: max(2vw, 18px);
    margin-top: max(4.0833333333vw, 30px);
  }
  .p-singleItem__featureListImage {
    max-width: 110px;
    width: 38.4615384615%;
  }
  .p-singleItem__permeationTableWrapper .chemical-grid {
    font-size: 1.6rem;
    gap: 16px 10px;
    grid-template-columns: 2fr 1fr 3.27fr 59px 110px;
  }
  .p-taxonomy-itemCat__contentListItemTtl {
    font-size: max(2.1666666667vw, 20px);
  }
  .p-taxonomy-itemCat__otherTaxList {
    --column: 3;
  }
}

@media (max-width: 1080px){
  .p-singleItem__featureListText {
    font-size: 1.4rem;
    margin-top: max(2.037037037vw, 16px);
  }
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
}

@media (max-width: 1024px){
  .p-singleItem__featureListContainer {
    margin-top: max(3.90625vw, 26px);
    padding-left: 2.6rem;
  }
  .p-singleItem__featureListTtl {
    font-size: max(1.7578125vw, 16px);
    margin-top: max(3.22265625vw, 20px);
  }
  .p-singleItem__permeationText01 {
    font-size: 1.4rem;
  }
  .p-singleItem__permeationText03 {
    font-size: 1.4rem;
  }
  .p-singleItem__penetrationContents {
    grid-template-columns: 1fr 47.0588235294%;
    margin-top: max(3.515625vw, 26px);
  }
  .p-singleItem__bannerTtlText {
    font-size: 1.6rem;
  }
  .p-singleItem__bannerBtn a {
    width: 81.5533980583%;
  }
  .p-taxonomy-itemCat__topBlockLeft {
    padding-left: 2.6666666667%;
  }
  .p-taxonomy-itemCat__topBlockText {
    padding-left: 12.4121779859%;
  }
  .p-taxonomy-itemCat__contentList {
    --column: 2;
  }
}

@media (max-width: 960px){
  .p-archive-item__cateContainer {
    --column: 1;
    gap: 2.4rem;
  }
  .p-singleItem__permeationBtn a {
    padding-left: calc(4000% / var(--sec-inner));
  }
  .p-singleItem__permeationBtn a::before {
    right: -4rem;
  }
  .p-singleItem__permeationBtn a::after {
    right: 1.8rem;
  }
  .p-singleItem__banner {
    --leftWidth: 400;
    padding-block: 3rem 2.8rem;
  }
  .p-singleItem__bannerLeftBlock {
    padding-top: 16rem;
    --height: 241;
  }
  .p-singleItem__bannerComment {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  }
  .p-singleItem__bannerComment01 {
    left: unset;
    right: 0;
    top: calc(3800% / var(--height));
  }
  .p-singleItem__bannerComment02 {
    left: -2rem;
    top: calc(-2100% / var(--height));
    white-space: nowrap;
  }
  .p-singleItem__bannerComment03 {
    right: 50%;
    top: calc(9100% / var(--height));
    white-space: nowrap;
  }
}

@media (max-width: 820px){
  .p-singleItem__permeationBtn a {
    display: block;
    height: 10.4rem;
    margin-inline: auto;
    margin-top: 10.7rem;
    padding-block: 0;
    padding-left: 0;
    text-align: center;
  }
  .p-singleItem__permeationBtn a::before {
    right: 0;
  }
  .p-singleItem__permeationBtn a::after {
    right: 5.8rem;
  }
  .p-singleItem__permeationBtn a .left {
    font-size: 2rem;
    left: 0;
    position: absolute;
    text-align: left;
    top: -3.3rem;
    translate: 0 -100%;
  }
  .p-singleItem__permeationBtn a .left span {
    font-size: 2.4rem;
  }
  .p-singleItem__permeationBtn a .right img {
    width: 14.1rem;
  }
  .p-taxonomy-itemCat__icon {
    width: 4rem;
  }
  .p-taxonomy-itemCat__topBlockText {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .p-taxonomy-itemCat__otherTaxList {
    --column: 2;
  }
  .p-taxonomy-itemCat__otherTaxItem a {
    height: auto;
  }
}

@media (max-width: 768px){
  .p-archive-item__cateTtl {
    font-size: 2rem;
  }
  .p-archive-item__cateText {
    font-size: 1.5rem;
  }
  .p-archive-item__cateBtn p {
    border: unset;
    height: auto;
    text-align: left;
  }
  .p-singleItem__content {
    display: block;
  }
  .p-singleItem__sideBlock {
    display: none;
  }
  .p-singleItem__featureListContainer {
    padding-left: 0;
  }
  .p-singleItem__secInner {
    padding-left: 0;
  }
  .p-singleItem__secInnerSubTtl {
    padding-block: 1.6rem;
    padding-left: 1.5rem;
  }
  .p-singleItem__secInnerSubTtl span {
    padding-inline: 2.2rem 1.1rem;
  }
  .p-singleItem__permeationTableWrapper {
    overflow-x: auto;
  }
  .p-singleItem__permeationTableWrapper .chemical-grid {
    grid-template-columns: 2fr 1fr 3.27fr 59px 120px;
    width: 728px;
  }
  .p-singleItem__permeationCaption {
    margin-top: 3.6rem;
  }
  .p-singleItem__permeationBtn a {
    height: 7.3rem;
    padding-left: 4.2rem;
    text-align: left;
    width: 33.5rem;
  }
  .p-singleItem__permeationBtn a::before {
    right: -1rem;
    width: 5rem;
  }
  .p-singleItem__permeationBtn a::after {
    right: 2.5rem;
  }
  .p-singleItem__permeationBtn a .left {
    top: -1.3rem;
  }
  .p-singleItem__penetrationBlock {
    margin-top: 6rem;
  }
  .p-singleItem__penetrationTtl {
    font-size: 1.5rem;
  }
  .p-singleItem__penetrationTtl span {
    font-size: 2.6rem;
  }
  .p-singleItem__penetrationTtlText {
    font-size: 1.5rem;
    padding-left: 0;
  }
  .p-singleItem__specThumbnail {
    display: none;
  }
  .p-singleItem__otherCat01 {
    font-size: 1.5rem;
  }
  .p-singleItem__otherCat02 {
    margin-top: 0.9rem;
  }
  .p-singleItem__otherName {
    font-size: 2.2rem;
    margin-top: 0.9rem;
  }
  .p-singleItem__banner {
    gap: 1.2rem;
    grid-template-columns: 1fr;
    padding-block: 5rem 2.8rem;
  }
  .p-singleItem__bannerLeftBlock {
    margin-inline: auto;
    margin-inline: auto;
    max-width: 420px;
    width: 100%;
  }
  .p-singleItem__bannerImage {
    width: 14rem;
  }
  .p-singleItem__bannerComment02 {
    left: 1rem;
  }
  .p-singleItem__bannerTtlBox {
    margin-top: 1.4rem;
  }
  .p-singleItem__bannerTtlText {
    font-size: 1.4rem;
  }
  .p-singleItem__bannerTtl {
    font-size: 2.2rem;
  }
  .p-singleItem__bannerBtn a {
    width: 31.4rem;
  }
  .p-taxonomy-itemCat__topBlockLeft {
    align-content: center;
    padding-bottom: 2rem;
    padding-left: 1.6rem;
    padding-top: 2rem;
  }
  .p-taxonomy-itemCat__topBlockTtl {
    font-size: max(3.1707317073vw, 22px);
    padding-left: 4rem;
  }
  .p-taxonomy-itemCat__topBlockTextareaPC {
    display: none;
  }
  .p-taxonomy-itemCat__topBlockTextareaSP {
    display: block;
  }
  .p-taxonomy-itemCat__topBlockCompatibility {
    font-size: 1.5rem;
  }
  .p-taxonomy-itemCat__otherTaxItemIcon {
    width: 5.4rem;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 666px){
  .p-singleItem__imgBlock {
    background-color: unset;
    gap: 2.2rem;
    grid-template-columns: 1fr;
    margin-top: 3.4rem;
    padding: 0;
  }
  .p-singleItem__thumbnail img {
    border-radius: 16px;
  }
  .p-singleItem__featureListContainer {
    --column: 1;
    gap: 5.7rem;
  }
  .p-singleItem__permeationContents {
    gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 0rem;
  }
  .p-singleItem__permeationRightBlock {
    margin-inline: auto;
    max-width: 400px;
  }
  .p-singleItem__penetrationContents {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .p-singleItem__penetrationText {
    font-weight: 400;
  }
  .p-singleItem__specTable {
    font-size: 1.4rem;
  }
  .p-singleItem__manualBtn a {
    margin-left: 0;
    margin-top: 1.5rem;
    padding-left: 4rem;
    width: 33.5rem;
  }
  .p-singleItem__otherListContainer {
    --column: 1;
    margin-top: max(5.4054054054vw, 23px);
  }
  .p-singleItem__otherList a {
    margin-inline: auto;
    width: 33.5rem;
  }
  .p-taxonomy-itemCat__contentList {
    --column: 1;
    gap: 2.6rem;
  }
}

@media (max-width: 500px){
  .p-archive-item__secText br {
    display: none;
  }
  .p-archive-item__cate a {
    padding: 3rem 5.0933786078% 2.6rem 5.0933786078%;
  }
  .p-archive-item__cateImage {
    top: 2rem;
    width: 4.5rem;
  }
  .p-archive-item__cateTtl {
    padding-left: 5rem;
  }
}

@media (max-width: 480px){
  .p-taxonomy-itemCat__otherTaxList {
    --column: 1;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/item.css.map */
