@charset "UTF-8";
/* ================================================================
   c20211 介護カテゴリページ — 2026-09 デザイン更新
   出力先 : /css/usr/category/c20211-202609.css

   【このファイルの成り立ち】
   流用元 : 本番の /css/usr/category/c20211.css?20260831_00（887行・165ルール）
            2026-09-10 取得。download_pages/ 配下に原本あり
   R2     : 上記を 1:1 で移植し、コンパイル結果が流用元と等価であることを機械照合で証明済み
   R6以降 : このファイル自体に今回の差分を畳み込む。別ファイルに上書きを積まないこと

   【PC/SPの出し分け】
   @media ではなく html[data-browse-mode="P"|"S"] を使う。
   サーバのUA判定でPC版/SP版のHTMLとサイト共通CSSが別建てのため、中間幅は存在しない。

   【差分の印】
   今回変更した箇所には「// ↑ 2609差分: 根拠」を付ける。
   ================================================================ */
.kaigo {
  --base-width-sp: 430;
}

/* ================================================================
   ここから下は流用元 c20211.css の 1:1 移植
   ================================================================ */
/* ================================================================
   記述順（00_Lib/コーディングDB/parts-DB/_mod-layer.md に準拠）
     ① 要素ごとのブロック … 共通 → @include sp-mode → @include pc-mode
     ② モディファイア層   … ファイル末尾に集約
   PC/SPの出し分けは html[data-browse-mode] のmixin。@media は使わない
   ================================================================ */
.kaigo .brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 30px;
}
html[data-browse-mode=S] .kaigo .brand {
  padding: 0;
  gap: 10px;
}

.kaigo .brand li {
  width: 270px;
  width: 270px;
}
html[data-browse-mode=S] .kaigo .brand li {
  width: calc((100% - 10px) / 2);
}

.kaigo .brand li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 54/38;
  border-width: 7px;
  border-style: solid;
  border-color: rgb(167, 211, 235);
  border-image: initial;
  border-radius: 20px;
  margin: 0px 0px 10px;
  overflow: hidden;
  transition: 0.3s;
}
html[data-browse-mode=S] .kaigo .brand li a figure {
  margin: 0 0 5px;
  border-width: 6px;
}

.kaigo .decorated-hdg {
  color: rgb(35, 24, 21);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.53846;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  color: #231815;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5384615385;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
html[data-browse-mode=S] .kaigo .decorated-hdg {
  font-size: 18px;
  letter-spacing: 0.03em;
  padding: unset;
  margin-bottom: 20px;
}

.kaigo .decorated-hdg::before,
.kaigo .decorated-hdg::after {
  content: "●●●";
  color: rgb(235, 210, 177);
  font-size: 9px;
  letter-spacing: 5px;
  margin-top: 2px;
  content: "●●●";
  color: #EBD2B1;
  font-size: 9px;
  letter-spacing: 5px;
  margin-top: 2px;
}
html[data-browse-mode=S] .kaigo .decorated-hdg::before,
html[data-browse-mode=S] .kaigo .decorated-hdg::after {
  font-size: 7px;
}

.kaigo .decorated-hdg::before {
  margin-right: 10px;
  margin-right: 10px;
}

.kaigo .decorated-hdg::after {
  margin-left: 10px;
  margin-left: 10px;
}

.kaigo .select-type {
  display: flex;
  flex-direction: column;
  row-gap: 37px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 37px;
  margin-bottom: 80px;
}
html[data-browse-mode=S] .kaigo .select-type {
  row-gap: 23px;
  margin-bottom: 50px;
}

.kaigo .select-type-main {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
html[data-browse-mode=S] .kaigo .select-type-main {
  row-gap: 8px;
}

.kaigo .select-type-main-list {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  width: 920px;
  margin-inline: auto;
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-inline: auto;
  width: 920px;
}
html[data-browse-mode=S] .kaigo .select-type-main-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 78.1395348837vw;
}

.kaigo .select-type a:hover {
  opacity: 0.7;
}

.kaigo .select-type-main-list > * {
  width: calc(25% - 30px);
  width: calc((100% - 120px) / 4);
}
html[data-browse-mode=S] .kaigo .select-type-main-list > * {
  width: auto;
}

.kaigo .select-type-main-list img {
  max-width: 100%;
  vertical-align: bottom;
  max-width: 100%;
  vertical-align: bottom;
}

.kaigo .shop {
  text-align: center;
  background: rgb(255, 254, 243);
  padding: 50px 95px;
  margin: 0 0 46px;
  text-align: center;
  background: #FFFEF3;
  padding: 50px 95px;
  margin: -70px 0 62px;
}
html[data-browse-mode=S] .kaigo .shop {
  padding: 50px 20px;
  margin: 0 0 30px;
}

.kaigo .shop h2 {
  line-height: 0;
  margin: 0px 0px 45px;
  line-height: 0;
  margin: 0 0 45px;
}
html[data-browse-mode=S] .kaigo .shop h2 {
  margin: 0 0 25px;
}

.kaigo .shop .message {
  font-size: 20px;
  margin: 0px 0px 45px;
  font-size: 20px;
  margin: 0 0 45px;
}
html[data-browse-mode=S] .kaigo .shop .message {
  font-size: 16px;
  margin: 0 0 25px;
  font-weight: 500;
}

.kaigo .shop .about {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
html[data-browse-mode=S] .kaigo .shop .about {
  display: block;
  padding: 0;
}

.kaigo .shop .about .logo {
  width: 470px;
  line-height: 0;
  width: 470px;
  line-height: 0;
}
html[data-browse-mode=S] .kaigo .shop .about .logo {
  width: 100%;
  margin: 0 0 25px;
}

.kaigo .shop .about .support {
  width: 378px;
  line-height: 0;
  width: 378px;
  line-height: 0;
}
html[data-browse-mode=S] .kaigo .shop .about .support {
  width: 100%;
  padding: 0 3%;
}

.kaigo .bnr {
  text-align: center;
  position: relative;
  width: 970px;
  margin: 59px auto 0;
  padding-bottom: 34px;
  background: #edb73f;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.kaigo .bnr img {
  width: 100%;
  height: auto;
}
.kaigo .bnr .cta {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
}
.kaigo .bnr .cta::after {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(50% + 113px);
  width: 9px;
  height: 14px;
  background: url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/contain;
}
html[data-browse-mode=S] .kaigo .bnr {
  width: auto;
  margin: 36px 20px 0;
  padding-bottom: 41px;
  border-radius: 14px;
}

.kaigo .zmg,
.kaigo a,
.kaigo p,
.kaigo h2,
.kaigo h3,
.kaigo div {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kaigo h1 {
  line-height: 0;
  margin: 0 0 55px;
}
html[data-browse-mode=S] .kaigo h1 {
  margin: 0 0 29px;
}

.kaigo .lead {
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #595757;
  text-align: center;
}
html[data-browse-mode=S] .kaigo .lead {
  padding: 0 35px;
  font-size: 18px;
  line-height: 29px;
}

.kaigo .btn-anchor {
  position: relative;
  display: block;
  width: 658px;
  height: 90px;
  margin: 101px auto 0;
  padding-right: 30px;
  background: #008cd6;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 90px;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.kaigo .btn-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 90px;
  width: 14px;
  height: 21px;
  background: url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
.kaigo .btn-anchor:hover {
  opacity: 0.8;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .btn-anchor {
  width: auto;
  height: 71px;
  margin: 60px 20px 0;
  padding-right: 20px;
  font-size: 22px;
  line-height: 71px;
}

.kaigo .category {
  text-align: center;
  margin: 107px 0 0;
}
html[data-browse-mode=S] .kaigo .category {
  margin: 22px 0 0;
}

.kaigo .category h2 {
  margin: 0 0 54px;
}
html[data-browse-mode=S] .kaigo .category h2 {
  margin: 0 0 32px;
}

.kaigo .category h2 span,
.kaigo .diaper > h2 span,
.kaigo .foods > h2 span {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
  line-height: 1.2;
  background: linear-gradient(transparent 73%, #fdeccc 0);
  color: #231815;
}
html[data-browse-mode=S] .kaigo .category h2 span,
html[data-browse-mode=S] .kaigo .diaper > h2 span,
html[data-browse-mode=S] .kaigo .foods > h2 span {
  font-size: 30px;
  font-weight: 700;
}

.kaigo .cat-group {
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
  background: var(--cat-tint);
  text-align: left;
}
html[data-browse-mode=S] .kaigo .cat-group {
  margin-top: 30px;
  border-radius: 12px;
}

.kaigo .cat-group:first-of-type,
.kaigo .cat-row .cat-group {
  margin-top: 0;
}

.kaigo .cat-row {
  display: flex;
  gap: 18px;
  margin-top: 50px;
}
html[data-browse-mode=S] .kaigo .cat-row {
  display: block;
  margin-top: 30px;
}

.kaigo .cat-row .cat-group {
  flex: 1;
  min-width: 0;
}

.kaigo .cat-group h3 {
  height: 80px;
  margin: 0;
  background: var(--cat-color);
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-align: center;
}
html[data-browse-mode=S] .kaigo .cat-group h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: min(24 * 100vw / var(--base-width-sp), 24px);
  line-height: 50px;
  letter-spacing: 0.15em;
}

.kaigo .cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 33px;
  padding: 35px 40px;
  margin: 0;
  list-style: none;
}

.kaigo .cat-row .cat-list {
  gap: 20px;
  padding: 30px;
}

.kaigo .cat-item {
  width: 255px;
}
html[data-browse-mode=S] .kaigo .cat-item {
  width: calc((100% - 10px) / 2);
}

.kaigo .cat-item > a,
.kaigo .cat-item .cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 255px;
  background: #fff;
  border: 5px solid var(--cat-border);
  border-radius: 15px;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .cat-item > a,
html[data-browse-mode=S] .kaigo .cat-item .cat-card {
  height: 190px;
  border-width: 4px;
  border-radius: 20px;
}

.kaigo .cat-item > a > figure {
  position: absolute;
  top: 87px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
html[data-browse-mode=S] .kaigo .cat-item > a > figure {
  top: 69px;
}

.kaigo .cat-item .cat-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.kaigo .cat-item figure img {
  width: var(--icon-w);
  height: var(--icon-h);
  max-width: none;
}

.kaigo .cat-item > a {
  position: relative;
}
html[data-browse-mode=S] .kaigo .cat-item > a {
  padding: 5px 5px;
}

.kaigo .cat-item > a > p {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}
html[data-browse-mode=S] .kaigo .cat-item > a > p {
  top: 154px;
  padding: 0;
  gap: 5px;
  line-height: 1;
  letter-spacing: -0.1em;
  font-feature-settings: "palt" 1;
  padding-right: min(18 * 100vw / var(--base-width-sp), 18px);
}

.kaigo .cat-item p {
  margin: 0;
  color: var(--cat-color);
  font-size: 23px;
  line-height: 1.25;
  text-align: center;
}
html[data-browse-mode=S] .kaigo .cat-item p {
  gap: min(10 * 100vw / var(--base-width-sp), 10px);
  font-size: min(22 * 100vw / var(--base-width-sp), 22px);
  padding-right: min(18 * 100vw / var(--base-width-sp), 18px);
}

.kaigo .cat-item p::after,
.kaigo .cat-sub a::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cat-color) url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/7px 10px;
}
html[data-browse-mode=S] .kaigo .cat-item p::after,
html[data-browse-mode=S] .kaigo .cat-sub a::after {
  width: min(19 * 100vw / var(--base-width-sp), 19px);
  height: min(19 * 100vw / var(--base-width-sp), 19px);
  background-size: min(6 * 100vw / var(--base-width-sp), 6px) min(9 * 100vw / var(--base-width-sp), 9px);
}

.kaigo .cat-item > a > p::after {
  flex: 0 0 auto;
}

.kaigo .cat-sub a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
html[data-browse-mode=S] .kaigo .cat-sub a::after {
  margin-top: -9.5px;
}

.kaigo .cat-item--wide {
  width: 544px;
}
html[data-browse-mode=S] .kaigo .cat-item--wide {
  width: 100%;
}

.kaigo .cat-item--wide > div {
  position: relative;
  box-sizing: border-box;
  height: 255px;
  background: #fff;
  border: 5px solid var(--cat-border);
  border-radius: 15px;
}
html[data-browse-mode=S] .kaigo .cat-item--wide > div {
  height: 190px;
  border-width: 4px;
  border-radius: 12px;
}

.kaigo .cat-item--figWrap {
  position: absolute;
  inset: 0;
}

.kaigo .cat-item--figWrap > figure {
  position: absolute;
  top: 89px;
  left: 125px;
  margin: 0;
  transform: translate(-50%, -50%);
}
html[data-browse-mode=S] .kaigo .cat-item--figWrap > figure {
  top: 65px;
  left: 22%;
}

.kaigo .cat-sub {
  position: absolute;
  top: 41px;
  left: 295px;
  width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
}
html[data-browse-mode=S] .kaigo .cat-sub {
  top: min(24 * 100vw / var(--base-width-sp), 24px);
  left: 56%;
  right: min(14 * 100vw / var(--base-width-sp), 14px);
  width: auto;
}

.kaigo .cat-item--wide > div > a {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 250px;
  height: 68px;
  padding-left: 30px;
  color: var(--cat-color);
  font-size: 26px;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .cat-item--wide > div > a {
  width: 47%;
  height: min(52 * 100vw / var(--base-width-sp), 52px);
  padding-left: min(20 * 100vw / var(--base-width-sp), 20px);
  gap: min(8 * 100vw / var(--base-width-sp), 8px);
  font-size: min(19 * 100vw / var(--base-width-sp), 19px);
}

.kaigo .cat-item--wide > div > a::after {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cat-color) url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/7px 10px;
}
html[data-browse-mode=S] .kaigo .cat-item--wide > div > a::after {
  width: min(19 * 100vw / var(--base-width-sp), 19px);
  height: min(19 * 100vw / var(--base-width-sp), 19px);
  background-size: min(6 * 100vw / var(--base-width-sp), 6px) min(9 * 100vw / var(--base-width-sp), 9px);
}

.kaigo .cat-sub li + li {
  margin-top: 26px;
}
html[data-browse-mode=S] .kaigo .cat-sub li + li {
  margin-top: min(18 * 100vw / var(--base-width-sp), 18px);
}

.kaigo .cat-sub a {
  position: relative;
  display: block;
  padding-right: 36px;
  white-space: nowrap;
  color: var(--cat-color);
  font-size: 24px;
  line-height: 1.25;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .cat-sub a {
  padding-right: min(26 * 100vw / var(--base-width-sp), 26px);
  font-size: min(22 * 100vw / var(--base-width-sp), 22px);
}

.kaigo .bnr a:hover {
  opacity: 0.8;
}

.kaigo .bnr.mb130 {
  margin-bottom: 130px;
}
html[data-browse-mode=S] .kaigo .bnr.mb130 {
  margin-bottom: 30px;
}

.kaigo .diaper {
  margin: 179px 0 0;
}

.kaigo .foods {
  margin: 164px 0 0;
}

.kaigo .diaper > h2,
.kaigo .foods > h2 {
  margin: 0 0 55px;
  text-align: center;
}

.kaigo .diaper .mb40-20 {
  margin-bottom: 40px;
}

.kaigo .foods .brand {
  margin-bottom: 80px;
}

.kaigo .brand li a:hover,
.kaigo .lifree .brand_link a:hover {
  text-decoration: none;
}

.kaigo .brand li a figure,
.kaigo .lifree .brand_link figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 54/38;
  border: 7px solid #A7D3EB;
  border-radius: 20px;
  margin: 0 0 16px;
  overflow: hidden;
  transition: 0.3s ease;
}

.kaigo .foods .brand li a figure {
  border-color: #F8E0C1;
}

.kaigo .brand li a figure img,
.kaigo .lifree .brand_link figure img {
  display: block;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  max-width: none;
  margin: -7px;
  object-fit: fill;
}

.kaigo .brand li a p,
.kaigo .lifree .brand_link a p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #008CD6;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.kaigo .brand li a p::after,
.kaigo .lifree .brand_link a p::after {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: currentColor url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/7px 10px;
}
html[data-browse-mode=S] .kaigo .brand li a p::after,
html[data-browse-mode=S] .kaigo .lifree .brand_link a p::after {
  width: 19px;
  height: 19px;
  background-size: 6px 9px;
}

.kaigo .foods .brand li a p {
  color: #E58200;
}

.kaigo .shop-list {
  text-align: center;
  margin: 0 0 100px;
}
html[data-browse-mode=S] .kaigo .shop-list {
  padding: 0 20px;
  margin: 0 0 30px;
}

.kaigo .shop-list h2 {
  line-height: 1.9rem;
  margin: 0 0 50px;
  font-size: 40px;
  color: #54c3f1;
  font-weight: bold;
}
html[data-browse-mode=S] .kaigo .shop-list h2 {
  padding: 0;
  margin: 0 0 30px;
  font-size: 25px;
}

.kaigo .shop-list .btn-shop-list {
  position: relative;
  display: block;
  width: 500px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #3D3D3D;
  padding: 16px 0;
  margin: 35px auto 0;
}
html[data-browse-mode=S] .kaigo .shop-list .btn-shop-list {
  width: 70%;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 10px 0 11px;
  border-radius: 10px;
}

.kaigo .shop-list .btn-shop-list:after {
  content: "";
  position: absolute;
  top: 31px;
  right: 50px;
  width: 18px;
  height: 18px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  rotate: -45deg;
}
html[data-browse-mode=S] .kaigo .shop-list .btn-shop-list:after {
  top: 19px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 3px;
}

.kaigo .link {
  margin: 0 0 100px;
  display: flex;
  gap: 30px;
}
html[data-browse-mode=S] .kaigo .link {
  display: block;
  padding: 0 20px;
}

.kaigo .link a {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 104px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 104px;
  text-align: center;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .link a {
  display: block;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}

.kaigo .link .btn-history {
  background: #72452a;
}

.kaigo .link .btn-orange {
  background: #f5a100;
}

.kaigo .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 15px;
  margin-top: -8px;
  background: url("/img/usr/category/c20211/202609/icon_arrow.png") no-repeat center/contain;
}
html[data-browse-mode=S] .kaigo .link a::after {
  right: 20px;
  width: 7px;
  height: 11px;
  margin-top: -6px;
}

.kaigo .news {
  text-align: center;
  margin: 0 0 100px;
}
html[data-browse-mode=S] .kaigo .news {
  padding: 0 20px;
  margin: 0 0 50px;
}

.kaigo .news h2 {
  color: #F5A125;
  font-size: 40px;
  margin: 0 0 30px;
}
html[data-browse-mode=S] .kaigo .news h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.kaigo .news .text {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
}
html[data-browse-mode=S] .kaigo .news .text {
  font-size: 14px;
  margin: 0 0 10px;
}

.kaigo .news .text span {
  text-decoration: underline;
}

.kaigo .news .btn-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 500px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  border-radius: 20px;
  background: #3D3D3D;
  padding: 16px 0;
  margin: 0 auto;
}
html[data-browse-mode=S] .kaigo .news .btn-pdf {
  width: 70%;
  font-size: 16px;
  gap: 10px;
  padding: 10px 0 11px;
  border-radius: 10px;
}

.kaigo .news .btn-pdf:after {
  content: "PDF";
  display: inline-block;
  background: #FFF;
  width: 50px;
  color: #3D3D3D;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 1px;
}
html[data-browse-mode=S] .kaigo .news .btn-pdf:after {
  font-size: 10px;
  width: 30px;
}

.kaigo .news .btn-pdf:hover {
  opacity: 0.8;
  text-decoration: none;
}

.kaigo .select-type-sub-list {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-inline: auto;
  width: 920px;
}
html[data-browse-mode=S] .kaigo .select-type-sub-list {
  row-gap: 12px;
  flex-wrap: wrap;
  width: 78.1395348837vw;
}

.kaigo .select-type-sub-list > * {
  width: calc((100% - 40px) / 2);
}
html[data-browse-mode=S] .kaigo .select-type-sub-list > * {
  width: auto;
}

.kaigo .select-type-sub-list img {
  max-width: 100%;
  vertical-align: bottom;
}

.kaigo .select-type-note {
  color: #707070;
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  text-align: left;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html[data-browse-mode=S] .kaigo .select-type-note {
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 6px;
}

.kaigo .lifree {
  background: #e4eaf6;
  margin: 0 auto 40px;
  padding: 35px 40px 40px 58px;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 53px;
  list-style: none;
}
html[data-browse-mode=S] .kaigo .lifree {
  display: block;
  padding: 14px 20px 16px;
  gap: 0;
  border-radius: 14px;
}

.kaigo .lifree .brand_link {
  flex: 0 0 400px;
  width: 400px;
}
html[data-browse-mode=S] .kaigo .lifree .brand_link {
  flex: none;
  width: auto;
  max-width: none;
  margin: 0 0 17px;
}

.kaigo .lifree .brand_link a {
  display: block;
  text-decoration: none;
}
html[data-browse-mode=S] .kaigo .lifree .brand_link a {
  display: flex;
  align-items: center;
  gap: min(33 * 100vw / var(--base-width-sp), 33px);
}

.kaigo .lifree .brand_link figure {
  box-sizing: border-box;
  width: 400px;
  height: 278px;
  margin: 0;
  border: 7px solid #a7d3eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
html[data-browse-mode=S] .kaigo .lifree .brand_link figure {
  flex: 0 0 auto;
  width: min(190 * 100vw / var(--base-width-sp), 190px);
  height: min(134 * 100vw / var(--base-width-sp), 134px);
  border-width: 5px;
  border-radius: 10px;
}

.kaigo .lifree .brand_link p {
  margin: 19px 0 0;
  line-height: 1.2;
}
html[data-browse-mode=S] .kaigo .lifree .brand_link p {
  margin: 0;
  justify-content: flex-start;
  font-size: min(17 * 100vw / var(--base-width-sp), 17px);
}

.kaigo .lifree .size_guide {
  flex: 0 0 650px;
  width: 650px;
}
html[data-browse-mode=S] .kaigo .lifree .size_guide {
  flex: none;
  width: auto;
  max-width: none;
  margin: 0;
}

.kaigo .lifree .size_guide a {
  transition: 0.3s ease;
}

.kaigo .lifree .size_guide a:hover {
  opacity: 0.8;
}

.kaigo .lifree .size_guide figure {
  margin: 0;
}

.kaigo .lifree .size_guide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.kaigo .lifree .size_guide p {
  margin: 19px 0 0;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05rem;
  color: #231815;
}
html[data-browse-mode=S] .kaigo .lifree .size_guide p {
  margin-top: 11px;
  font-size: min(13 * 100vw / var(--base-width-sp), 13px);
  white-space: nowrap;
}

/* ====================
   PC
==================== */
html[data-browse-mode=P] .pane-left-menu {
  display: none;
}

html[data-browse-mode=P] main.pane-main {
  width: 100%;
}

/* ====================
   SP
==================== */
html[data-browse-mode=S] .block-category-list-head {
  padding: 0;
}
html[data-browse-mode=P] .block-category-list-head {
  margin: 0;
}

html[data-browse-mode=P] .kaigo .sp {
  display: none;
}

html[data-browse-mode=P] .kaigo .brand li a:hover figure,
.kaigo .lifree .brand_link a:hover figure {
  border-color: #008CD6;
}

html[data-browse-mode=P] .kaigo .foods .brand li a:hover figure {
  border-color: #E58200;
}

html[data-browse-mode=P] .kaigo .shop-list .btn-shop-list:hover,
html[data-browse-mode=P] .kaigo .link .btn-catalog:hover {
  opacity: 0.8;
  text-decoration: none;
}

html[data-browse-mode=S] .kaigo .pc {
  display: none;
}

html[data-browse-mode=S] .kaigo .btn-anchor::after {
  right: 30px;
  width: 11px;
  height: 17px;
}

html[data-browse-mode=S] .kaigo .cat-row .cat-group + .cat-group {
  margin-top: 30px;
}

html[data-browse-mode=S] .kaigo .cat-list,
html[data-browse-mode=S] .kaigo .cat-row .cat-list {
  gap: 10px;
  padding: 20px;
}

html[data-browse-mode=S] .kaigo .cat-item p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

html[data-browse-mode=S] .kaigo .diaper,
html[data-browse-mode=S] .kaigo .foods {
  padding: 0 20px;
  margin: 0 0 30px;
}

html[data-browse-mode=S] .kaigo .bnr .cta {
  bottom: 12px;
  font-size: 24px;
  line-height: 24px;
}

html[data-browse-mode=S] .kaigo .bnr .cta::after {
  top: 3px;
  left: calc(50% + 80px);
  width: 7px;
  height: 11px;
}

html[data-browse-mode=S] .kaigo .diaper h2,
html[data-browse-mode=S] .kaigo .foods h2 {
  margin: 0 0 25px;
}

html[data-browse-mode=S] .kaigo .brand ul {
  gap: 10px;
}

html[data-browse-mode=S] .kaigo .brand li a {
  min-height: unset;
  aspect-ratio: 54/38;
}

html[data-browse-mode=S] .kaigo .brand li a figure img {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  margin: -6px;
}

html[data-browse-mode=S] .kaigo .lifree .brand_link figure img {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin: -5px;
}

html[data-browse-mode=S] .kaigo .brand li a p {
  gap: 10px;
  font-size: 16px;
}

html[data-browse-mode=S] .kaigo .shop-list h2 img {
  width: 352px;
}

html[data-browse-mode=S] .kaigo .link a + a {
  margin-top: 15px;
}

html[data-browse-mode=S] .kaigo .lifree .brand_link p::after {
  width: min(19 * 100vw / var(--base-width-sp), 19px);
  height: min(19 * 100vw / var(--base-width-sp), 19px);
  background-size: min(6 * 100vw / var(--base-width-sp), 6px) min(9 * 100vw / var(--base-width-sp), 9px);
}

/* ================================================================
   モディファイア層（インスタンス個別）
   ================================================================ */
.block-category-list--header-img,
.block-category-list--header,
.block-category-list--sub,
.block-readmore-button,
.block-category-list--goods {
  display: none;
}

.kaigo .block-top-event--goods {
  padding-bottom: 0;
}

html[data-browse-mode=S] .kaigo .cat-item--stick {
  --icon-w: min(105 * 100vw / var(--base-width-sp), 105px);
  --icon-h: min(122 * 100vw / var(--base-width-sp), 122px);
}
html[data-browse-mode=P] .kaigo .cat-item--stick {
  --icon-w: 123px;
  --icon-h: 144px;
}

html[data-browse-mode=S] .kaigo .cat-item--silvercar {
  --icon-w: min(101 * 100vw / var(--base-width-sp), 101px);
  --icon-h: min(125 * 100vw / var(--base-width-sp), 125px);
}
html[data-browse-mode=P] .kaigo .cat-item--silvercar {
  --icon-w: 119px;
  --icon-h: 147px;
}

html[data-browse-mode=S] .kaigo .cat-item--cart {
  --icon-w: min(67 * 100vw / var(--base-width-sp), 67px);
  --icon-h: min(123 * 100vw / var(--base-width-sp), 123px);
}
html[data-browse-mode=P] .kaigo .cat-item--cart {
  --icon-w: 79px;
  --icon-h: 145px;
}
html[data-browse-mode=S] .kaigo .cat-item--cart > a > p {
  font-size: min(18 * 100vw / var(--base-width-sp), 18px);
}

html[data-browse-mode=S] .kaigo .cat-item--wheelchair {
  --icon-w: min(93 * 100vw / var(--base-width-sp), 93px);
  --icon-h: min(122 * 100vw / var(--base-width-sp), 122px);
}
html[data-browse-mode=P] .kaigo .cat-item--wheelchair {
  --icon-w: 109px;
  --icon-h: 144px;
}

html[data-browse-mode=S] .kaigo .cat-item--diaper {
  --icon-w: min(112 * 100vw / var(--base-width-sp), 112px);
  --icon-h: min(125 * 100vw / var(--base-width-sp), 125px);
}
html[data-browse-mode=P] .kaigo .cat-item--diaper {
  --icon-w: 132px;
  --icon-h: 147px;
}

html[data-browse-mode=S] .kaigo .cat-item--sheets {
  --icon-w: min(124 * 100vw / var(--base-width-sp), 124px);
  --icon-h: min(89 * 100vw / var(--base-width-sp), 89px);
}
html[data-browse-mode=P] .kaigo .cat-item--sheets {
  --icon-w: 146px;
  --icon-h: 105px;
}

html[data-browse-mode=S] .kaigo .cat-item--care-foods {
  --icon-w: min(137 * 100vw / var(--base-width-sp), 137px);
  --icon-h: min(105 * 100vw / var(--base-width-sp), 105px);
}
html[data-browse-mode=P] .kaigo .cat-item--care-foods {
  --icon-w: 161px;
  --icon-h: 123px;
}
html[data-browse-mode=S] .kaigo .cat-item--care-foods > a > p {
  font-size: min(18 * 100vw / var(--base-width-sp), 18px);
}

html[data-browse-mode=S] .kaigo .cat-item--tableware {
  --icon-w: min(167 * 100vw / var(--base-width-sp), 167px);
  --icon-h: min(116 * 100vw / var(--base-width-sp), 116px);
}
html[data-browse-mode=P] .kaigo .cat-item--tableware {
  --icon-w: 197px;
  --icon-h: 136px;
}

html[data-browse-mode=S] .kaigo .cat-item--clean-goods {
  --icon-w: min(88 * 100vw / var(--base-width-sp), 88px);
  --icon-h: min(119 * 100vw / var(--base-width-sp), 119px);
}
html[data-browse-mode=P] .kaigo .cat-item--clean-goods {
  --icon-w: 103px;
  --icon-h: 140px;
}

html[data-browse-mode=S] .kaigo .cat-item--bath-goods {
  --icon-w: min(107 * 100vw / var(--base-width-sp), 107px);
  --icon-h: min(127 * 100vw / var(--base-width-sp), 127px);
}
html[data-browse-mode=P] .kaigo .cat-item--bath-goods {
  --icon-w: 126px;
  --icon-h: 149px;
}

html[data-browse-mode=S] .kaigo .cat-item--support-goods {
  --icon-w: min(93 * 100vw / var(--base-width-sp), 93px);
  --icon-h: min(121 * 100vw / var(--base-width-sp), 121px);
}
html[data-browse-mode=P] .kaigo .cat-item--support-goods {
  --icon-w: 109px;
  --icon-h: 142px;
}

html[data-browse-mode=S] .kaigo .cat-item--tops {
  --icon-w: min(120 * 100vw / var(--base-width-sp), 120px);
  --icon-h: min(112 * 100vw / var(--base-width-sp), 112px);
}
html[data-browse-mode=P] .kaigo .cat-item--tops {
  --icon-w: 141px;
  --icon-h: 132px;
}

html[data-browse-mode=S] .kaigo .cat-item--inner {
  --icon-w: min(130 * 100vw / var(--base-width-sp), 130px);
  --icon-h: min(115 * 100vw / var(--base-width-sp), 115px);
}
html[data-browse-mode=P] .kaigo .cat-item--inner {
  --icon-w: 153px;
  --icon-h: 135px;
}

html[data-browse-mode=S] .kaigo .cat-item--pajamas {
  --icon-w: min(105 * 100vw / var(--base-width-sp), 105px);
  --icon-h: min(122 * 100vw / var(--base-width-sp), 122px);
}
html[data-browse-mode=P] .kaigo .cat-item--pajamas {
  --icon-w: 123px;
  --icon-h: 144px;
}

html[data-browse-mode=S] .kaigo .cat-item--shoes {
  --icon-w: min(149 * 100vw / var(--base-width-sp), 149px);
  --icon-h: min(102 * 100vw / var(--base-width-sp), 102px);
}
html[data-browse-mode=P] .kaigo .cat-item--shoes {
  --icon-w: 175px;
  --icon-h: 120px;
}

html[data-browse-mode=S] .kaigo .cat-item--hat {
  --icon-w: min(142 * 100vw / var(--base-width-sp), 142px);
  --icon-h: min(119 * 100vw / var(--base-width-sp), 119px);
}
html[data-browse-mode=P] .kaigo .cat-item--hat {
  --icon-w: 167px;
  --icon-h: 140px;
}

.kaigo .cat-group--walk {
  --cat-color: #ce5b11;
  --cat-tint: #fdf6f2;
  --cat-border: #e6b087;
}

.kaigo .cat-group--diaper {
  --cat-color: #939d25;
  --cat-tint: #fafaf4;
  --cat-border: #c9ce91;
}

.kaigo .cat-group--food {
  --cat-color: #3d3e74;
  --cat-tint: #f5f5f8;
  --cat-border: #9c9eb9;
}

.kaigo .cat-group--bath {
  --cat-color: #004782;
  --cat-tint: #f5f5f8;
  --cat-border: #7fa2c0;
}
html[data-browse-mode=S] .kaigo .cat-group--bath h3 {
  letter-spacing: 0;
}

.kaigo .cat-group--wear {
  --cat-color: #d6ad24;
  --cat-tint: #fdfbf2;
  --cat-border: #ebd67f;
}