> For the complete documentation index, see [llms.txt](https://helpcenter.tpandco.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.tpandco.jp/docs/top-concern/nominofaq.md).

# 甘皮の悩みのFAQ

### PNF（いわゆる甘皮）とは何ですか？

PNF（Proximal Nail Fold）は、爪の根元を覆う皮膚の部分を指します。

一般的に「[甘皮](/docs/definition-of-words/nono/gan-pi-cuticle.md)」と呼ばれるエリア（[エポニキウム](/docs/definition-of-words/nono/eponikiumu.md)なども含む）で、爪を守る重要な役割を果たしています。<br>

***

### PNFが硬く・厚く・白くなる原因は？

主な原因は「乾燥」です。

本来、PNFの一部である[エポニキウム](/docs/definition-of-words/nono/eponikiumu.md)は透明で柔らかく、爪の根元を優しく覆っています。

表皮と同じように新陳代謝していますが、乾燥すると古い角質が正常に剥がれず、厚く硬く積み重なって白く目立つようになります。

ニッパーなどでカットすると悪化する場合がありますが、定期的にカットが必要な状態は、すでに新陳代謝が乱れている証拠です。

正常であれば古い角質は自然に剥がれ落ちるため、カットは本来不要です。

無理にカットすると、肌が「防壁が壊れた」と判断し、より厚く硬い角質を急いで作ろうとする反応（代償性角化）が起きやすくなります。

私たちの理論では、自然な剥がれの仕組みを尊重し、無理なカットは避けることをおすすめしています。

詳しくは、ブログ記事「[私たちの甘皮処理：押さない、切らない、甘皮ケア](https://tpandco.jp/blogs/items/how_to_cuticle_care)」をご参照ください。

***

### ささくれができる原因は？

[PNF](/docs/definition-of-words/nono/pnf-proximal-nail-fold.md)の乾燥と新陳代謝の乱れが主な原因です。

乾燥すると角質が正常に剥がれなくなり、物理的な摩擦などでまだらに剥がれます。

その結果、[ケラチン](/docs/definition-of-words/nono/kerachinkeratin.md)同士が繋がったまま「芋づる式」に深く剥がれ、出血や傷になることがあります。

PNF・[エポニキウム](/docs/definition-of-words/nono/eponikiumu.md)・[甘皮](/docs/definition-of-words/nono/gan-pi-cuticle.md)は乾燥すると互いに張り付き、区別しにくくなります。

まずは[ネイルオイル](/docs/herome/nail-care/nourishing-nail-oil.md)、[キューティクルクリーム](/docs/herome/cuticle-care/cuticle-cream.md)等による徹底した保湿で、各部位が正常に機能する状態に戻すことが重要です。

***

### 小爪（爪の横のささくれ）はなぜできるのですか？

[爪の側溝](/docs/definition-of-words/nono/nonail-grooves.md)（Lateral Nail Fold = LNF）の乾燥が原因です。

爪の溝も表皮組織で、新陳代謝により古い角質が剥がれますが、溝が狭いため角質が溜まりやすく、特に乾燥しやすい場所です。

乾燥した角質が溜まると、爪の成長とともにめくれ上がり、小爪（ささくれ）になります。

無理に引っ張ると芋づる式に剥がれて炎症を起こしやすくなるので、避けてください。

[ネイルオイル](/docs/herome/nail-care/nourishing-nail-oil.md)、[キューティクルクリーム](/docs/herome/cuticle-care/cuticle-cream.md)等による徹底した保湿で、正常な状態に戻すことが重要です。

***

### 甘皮（PNF）の悩みへの基本的なケア方法は？

一番効果的な解決策は「保湿の習慣化」です。

PNFの硬さ・厚さ・ささくれなどの悩みのほとんどは乾燥が根本原因です。保湿を中心としたケアで比較的改善しやすいトラブルです。

正常な新陳代謝が保たれていれば、PNFは細菌に対する強い防衛機能を発揮し、常に新鮮で美しい状態を保てます。

ただし、指先はケアが続きにくい理由があります：

* 角質層が比較的厚い（透明層がある）
* 小さな組織で乾燥しやすい
* 水・洗剤・摩擦に触れる機会が多い

「魔法のようにすぐ綺麗になる」のは難しいですが、毎日こまめに保湿を続けることで、新陳代謝の正常化が期待できます。

詳しくは、ブログ記事「[私たちの甘皮処理：押さない、切らない、甘皮ケア](https://tpandco.jp/blogs/items/how_to_cuticle_care)」をご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.tpandco.jp/docs/top-concern/nominofaq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
