@charset "UTF-8";

/* 共通設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.6;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none!important;
  color: inherit!important;
}

.green{
  color: var(--color-wear);
}

.blue{
  color: var(--color-sandals);
}

.red{
  color: var(--color-gloves);
}

/* 配色定義 */
:root {
  --color-wear: #96FB90;
  --color-wear-light: #eaffe8;
  --color-sandals: #819DCE;
  --color-sandals-light: #f0f5ff;
  --color-gloves: #E1A087;
  --color-gloves-light: #fff5f0;
}

/* ⑪ PC/SP表示切り替え */
@media (min-width: 769px) {
  .mv-sp { display: none !important; }
  .pc { display: block; }
  .sp { display: none; }
}
@media (max-width: 768px) {
  html {scroll-padding-top: 60px; overflow: scroll;}
  .mv-pc { display: none !important; }
  .pc { display: none; }
  .sp { display: block; }
  .pane-main > div:last-child{padding-bottom: 0;}
}

/* .mv { width: 100%; margin-bottom: 50px; } */
.mv {margin-bottom: 50px; }
.mv img {display: block; }

/* ⑨ イントロ 下マージン 100px */
.intro {
  position: relative;
  background: #FFF;
  padding: 60px 20px 80px;
  margin-bottom: 100px;
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}

.intro-wave-top, .intro-wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
.intro-wave-top { top: -1px; }
.intro-wave-bottom { bottom: -1px; }

.intro-content {
  width: 1024px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ⑧ イントロH2 サイズ36px */
.intro h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .intro{padding: 1px 30px 10px; margin: 50px calc(50% - 50vw);}
  .intro h2 { font-size: 18px; margin: 50px 0 20px 0; background-color: transparent;}
  .intro-content{width: 100%; padding: 0;}
}

/* チェックリスト */
.checklist {
  background: #D3EFFA;
  border: 3px solid #68CDE8;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}

.checklist-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.checklist h3{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #68CDE8;
}

.checklist-item img { width: 24px; height: 24px; flex-shrink: 0; }

.checklist-item span { font-size: 18px; }

.checklist-note {
  position: relative;
  display: table;
  margin: 0 auto 40px;
  background: #FFF9C4;
  border: 3px solid #FDD835;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.checklist-note::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  border-top: 25px solid #FDD835;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

@media (max-width: 768px) {
  .checklist{padding: 10px;}
  .checklist-items { grid-template-columns: 1fr; line-height: 1.4; gap: 10px;}
  .checklist h3{margin-bottom: 12px; font-size: 16px; line-height: 1.3; letter-spacing: 0.03em;}
  .checklist-item img{width: 14px; height: 14px;}
  .checklist-item span{line-height: 1.3; font-size: 14px;}
  .checklist-note{font-size: 14px; padding: 5px; line-height: 1.4; letter-spacing: 0.03em; margin-bottom: 20px;}
  .checklist-note::after{
    bottom: -15px;
    margin-left: -15px;
    border-top: 15px solid #FDD835;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}

/* ⑦ イントロテキスト下マージン 60px */
.intro-text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .intro-text { font-size: 14px; margin-bottom: 40px; line-height: 1.5;}
}

/* ⑬ ナビゲーションSP 3列 */
.navigation { position: relative; padding: 60px 20px; margin: 0 calc(50% - 50vw);  width: 100vw;}
.navigation-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.navigation-content {  /* max-width: 1000px; */  margin: 0 auto;  position: relative;  z-index: 1;}

.navigation ul {
  display: flex;
  justify-content: center;
  gap: 70px;
  list-style: none;
}

.nav-buttons { text-align: center; display: block;}
.nav-buttons img { width: 100%; max-width: 250px; display: block; margin: 0 auto 10px; }
.nav-buttons span { font-weight: bold; font-size: 24px; border-bottom: 1px solid #000; cursor: pointer; opacity: 1; transition: opacity 0.3s ease;}
.nav-buttons span:hover { opacity: 0.3;}

@media (max-width: 768px) {
  .navigation{max-height: 220px; padding: 20px;}
  .navigation ul { gap: 10px; }
  .nav-buttons span{font-size: 12px;}
  .nav-buttons img{margin: 0 auto; width: 90%;}
}

/* 商品セクション */
.products-section {
  position: relative;
  padding: 80px 20px;
  background-image: url("https://www.infirmiere.co.jp/img/usr/feature/fea-bathing-assistance-goods/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.products-content{
  width: 1024px;
  padding: 0 30px;
  margin: 0 auto;
}


/* ② カテゴリー枠線 6px */
.product-category {
  background: #FFF;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 100px;
  border-width: 6px; 
  border-style: solid;
}

.product-category.wear { border-color: var(--color-wear); }
.product-category.sandals { border-color: var(--color-sandals); }
.product-category.gloves { border-color: var(--color-gloves); }

.category-header { text-align: center; margin-bottom: 40px; }

/* ② H2 テキストに被せるような下線（ハイライト風） */
.category-header h2 {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.category-header h2 span {
  display: inline-block;
  font-size: 48px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-size: 100% 20%; /* 太さを調整 */
  background-position: 0 70%; /* 位置を調整 */
  letter-spacing: 0.03em;
}
.wear .category-header h2 span { background-image: linear-gradient(var(--color-wear), var(--color-wear)); }
.sandals .category-header h2 span { background-image: linear-gradient(var(--color-sandals), var(--color-sandals)); }
.gloves .category-header h2 span { background-image: linear-gradient(var(--color-gloves), var(--color-gloves)); }

.category-header h2 img { width: 60px; }

.product-category-icon{
  margin: 0px auto 30px;
  width: 100%;
}

.product-category-icon img{
  width: 230px; /* 幅を固定 */
  max-width: 100%;         /* スマホで画面からはみ出さないように */
  height: auto; /* 比率を維持 */
  margin: 0 auto 10px;    /* 下に余白 */
  display: inline-block;   /* 確実にサイズ指定を効かせる */
}

.product-category-icon p{
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .products-content{ width: 100%; padding: 0;}
  .products-section{padding: 30px; }
  .product-category{padding: 10px; margin-bottom: 30px;}
  .product-category-icon{margin: 0 auto;}
  .product-category-icon p{font-size: 14px; margin-bottom: 15px;}
  .product-category-icon img{width: 70px; margin: 0px auto;}
}

@media (max-width: 768px) {
  .category-header{margin-bottom: 20px;}
  .category-header h2 { font-size: 22px; background-color: transparent; gap: 0; padding-left: 0;}
  .category-header h2 img { width: 22px; }
  .category-header h2 span{font-size: 14px; margin: 5px;}
}

/* サブタイトル共通 */
.category-subtitle {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 40px;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: 3px solid;
}
.wear .category-subtitle { border-color: var(--color-wear); background: var(--color-wear-light); }
.sandals .category-subtitle { border-color: var(--color-sandals); background: var(--color-sandals-light); }
.gloves .category-subtitle { border-color: var(--color-gloves); background: var(--color-gloves-light); }

.category-description-box {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 20px 0;
  /* max-width: 800px; */
  margin: 0 auto 40px;
}

.category-description-box p{
  font-size: 18px;
  line-height: 1.5;
}

.green_border{
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 100% 35%;
  background-position: 0 85%;
  background-image: linear-gradient(#96fb90, var(--color-wear));
}

.wear .category-description-box { border-color: var(--color-wear); }
.sandals .category-description-box { border-color: var(--color-sandals); }
.gloves .category-description-box { border-color: var(--color-gloves); }


/* ③ サブカテゴリー見出し（テキスト幅のみ下線） */
.sub-cat-title-new {
  display: table; /* テキスト幅に合わせる */
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid;
  text-align: left;
}
.wear .sub-cat-title-new { border-color: var(--color-wear); }
.sandals .sub-cat-title-new { border-color: var(--color-sandals); }
.gloves .sub-cat-title-new { border-color: var(--color-gloves); }

@media (max-width: 768px) {
  .category-subtitle{line-height: 1.3; letter-spacing: 0.03em; font-size: 13px; padding: 5px;}
  .category-description-box{padding: 10px 0; margin: 0px auto 20px;}
  .category-description-box p{font-size: 12px;}
  .sub-cat-title-new{font-size: 14px; line-height: 1.3; letter-spacing: 0.03em; margin-bottom: 10px;}
}

/* ① 商品タイトルを角丸長方形に変更 */
.product-category h3 {
  display: table;
  padding: 3px 10px;
  border-radius: 40px;
  border: 2px solid;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.wear h3 { background: var(--color-wear-light); border-color: var(--color-wear); }
.sandals h3 { background: var(--color-sandals-light); border-color: var(--color-sandals); }
.gloves h3 { background: var(--color-gloves-light); border-color: var(--color-gloves); }

/* ⑦ 区切り線 */
.full-divider {
  border: none;
  border-top: 2px solid;
  margin: 30px 0;
}

.sandals .full-divider { margin: 40px 0; border-color: var(--color-sandals); width: 100%; }
.gloves .full-divider { margin: 40px 0; border-color: var(--color-gloves);  width: 100%; }

@media (max-width: 768px) {
  .full-divider { margin: 20px 0!important; }
  .product-category h3{padding: 1px 10px; margin: 0px auto 10px; font-size: 12px;}
}

/* ⑫ 商品グリッド スマホ2列 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 0;}
}

/* ⑥ ⑧ 商品アイテム（枠線4px、独立ボタン） */
.product-item {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  border: 4px solid; 
  display: flex;
  flex-direction: column;
}
.wear .product-item { border-color: var(--color-wear); }
.sandals .product-item { border-color: var(--color-sandals); }
.gloves .product-item { border-color: var(--color-gloves); }

.product-name-header {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.wear .product-name-header { background: var(--color-wear); }
.sandals .product-name-header { background: var(--color-sandals); }
.gloves .product-name-header { background: var(--color-gloves); }

.product-image-body { text-align: center; }
.product-price-body { padding: 5px 10px; text-align: center; margin-top: auto; }
.price-excl { font-size: 24px; font-weight: bold;}
.price-incl { font-size: 12px; font-weight: bold;}

.product-link-btn {
  display: block;
  margin: 10px 15px 15px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.wear .product-link-btn { background: var(--color-wear); }
.sandals .product-link-btn { background: var(--color-sandals); }
.gloves .product-link-btn { background: var(--color-gloves); }

@media (max-width: 768px) {
  .product-price-body{line-height: 1.3;}
  .product-name-header { padding: 5px; font-size: 10px; min-height: 52px;}
  .price-excl { font-size: 18px; letter-spacing: 0.03em;}
  .price-incl { font-size: 10px; letter-spacing: 0.03em;}
  .product-link-btn{padding: 2px; margin: 3px 8px 8px 8px; font-size: 11px;}
}