@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

/* 画像を枠いっぱいにフィット */
.slider #slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 端が少しトリミングされる */
  display: block;
}


/* === カテゴリーを横1行スクロールに === */
/* --- SP カテゴリー・スライダー --- */
.sp-cat-shortcut { margin-bottom:1.5rem; }

.sp-cat-slider {
  position: relative;
}
.sp-cat-slider::before,
.sp-cat-slider::after{
  content:"";
  position:absolute; top:0; bottom:0; width:20px; pointer-events:none;
}
.sp-cat-slider::before{ left:0; background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); }
.sp-cat-slider::after{ right:0; background: linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0)); }

.sp-cat-track{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 8px 2px;
  margin: 0;
  list-style: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sp-cat-track::-webkit-scrollbar{ display:none; }

.sp-cat-item{
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  width: 92px;
}

.sp-cat-link{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 4px 0;
}

.sp-cat-img{
  width: 84px; height: 84px;
  border-radius: 50%;
  object-fit: cover;
  background: #e6e6e6;
  border: 1px solid #cfcfcf;
  display: block;
}

.sp-cat-name{
  font-size: 13px;
  line-height: 1.3;
  max-width: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 矢印ボタン */
.sp-cat-arrow{
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid #d0d0d0; background: #fff;
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  z-index: 1;
}
.sp-cat-arrow--prev{ left: 2px; }
.sp-cat-arrow--next{ right: 2px; }







/* お知らせ */
.news { margin-top: 32px; }
.u-visuallyHidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; border: 0; padding: 0;
  white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;
}

.news__list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.news__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: start;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
@media (max-width: 640px){
  .news__item { grid-template-columns: 1fr; }
}

.news__date {
  font-feature-settings: "palt";
  letter-spacing: .02em;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  white-space: nowrap;
}

.news__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: -2px 0 2px;
}
.news__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.news__title a:hover {
  border-bottom-color: currentColor;
}

.news__desc {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin: 0;
}

/* 2行・3行で省略（長文崩れ対策） */
.news__title,
.news__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__title { -webkit-line-clamp: 2; }
.news__desc  { -webkit-line-clamp: 3; }

/* もっと見るボタン */
.news__more { margin-top: 10px; text-align: right; }
.news__moreBtn {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow .2s ease, transform .1s ease;
}
.news__moreBtn:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.news__moreBtn:active { transform: translateY(1px); }

.prd_lst_name:hover{
  text-decoration: underline;
cursor: pointer;
}
