/* movie */
#mv {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mv::before {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}
#mv video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: contain;
	display: inline-block;
}
.info {
	width: 75% !important;
}
.news-feed {
	margin: 0 0 !important;
	padding: 1rem .5rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 95%;
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-feed dt {
	margin: 0 !important;
	width: 140px;
}
.news-feed dd {
	margin: 0 !important;
	flex: 1;
}
details {
	margin: 0 0
}
summary {
	padding: 1rem 1rem;
	position: relative;
	display: block; /* 矢印を消す */
	list-style: none !important;
	padding-left: 20px; /* アイコン分の余白 */
	cursor: pointer;
	font-weight: 400 !important;
	letter-spacing: .1rem !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mx-auto {
	margin-left: auto !important;
	margin-right:auto !important;
}
summary {
	margin: 0 0 !important;
	padding: .5rem .7rem !important;
	font-weight: 400 !important;
}
summary::-webkit-details-marker {
	display: none !important; /* 矢印を消す */
}
summary span {
	margin-right: 1rem;
	letter-spacing: 0 !important;
}
/* 疑似要素でアイコンを表示 */
summary::after {
	margin: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f078";
	color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: auto;
	right: 1.5rem;
	bottom: 5px;
}
/* オープン時 */
details[open] summary:after {
	margin: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	content: "\f077";
	color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: auto;
	right: 1.5rem;
}
details .details-inner {
	padding: .75rem;
	background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
	.news-feed {
		margin-bottom: 1rem;
		padding-bottom: .5rem;
		overflow: hidden;
		display: block;
		font-size: 95%;
		background-color: #FFF;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.news-feed dt {
		margin: 0 0 .5rem !important;
		width: 100%;
		display: block;
	}
	.news-feed dd {
		margin: 0 !important;
		width: 100%;
		display: block;
	}
	summary {
		padding: .5rem 2.8rem .2rem .7rem !important;
		font-size: .9em;
		line-height: 1.5;
	}
	details .details-inner {
		padding: .5rem;
		font-size: .9em;
	}
	.info {
		width: 100% !important;
	}
}
.shop-notice-top {
  background: #f7f6f5;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 18px 10px;   /* ← 上下に余裕を足す */
  line-height: 1.6;
  border-bottom: 1px solid #e2e2e2;
  letter-spacing: 0.05em;
}

.shop-notice-top a {
  color: #6f9b65;
  text-decoration: underline;
  font-weight: 500;
}
/* カテゴリ直前の余白が広すぎる問題を修正 */
.parallax.parallax-none {
  padding: 48px 32px !important;  /* ← 112px → 48px に縮小 */
}
/* 上の「私たちについて」「どうしてシルクなの？」ボタンの上に余白を追加 */
.contens_section .txt_c.mar_b_50:first-of-type {
  margin-top: 24px;   /* お好みで 20&#12316;40px くらいに調整してください */
}
/* スマホ時：カテゴリ周りの左右余白を少しだけにする */
@media (max-width: 768px) {
  .parallax.parallax-none {
    padding-left: 16px !important;   /* ← ここを 10&#12316;24 あたりで調整用 */
    padding-right: 16px !important;
  }

  /* 内側のwrapperは左右パディングをゼロにしてスッキリさせる */
  .parallax_contents.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* カテゴリカード内のタイトルは中央寄せにする */
.card h4.title {
  text-align: center;
}

.card h4.title span {
  text-align: center;
}
@media (max-width: 768px) {
  .card h4.title {
    text-align: center;
    font-size: 1.05rem;  /* お好みで 1.0&#12316;1.1rem くらいに調整 */
  }
}
/* カテゴリカード：タイトルの上に余白を追加 */
.card h4.title {
  margin-top: 16px;  /* ← ここを 12&#12316;24px くらいでお好み調整 */
}
/* ▼ 商品を見るボタンの色指定（PC・SP共通） ▼ */

/* 通常時：文字グレー・矢印黒 */
.btn-arrow {
  color: #817E7A !important;
}

.btn-arrow::after {
  border-top: 1px solid #111 !important;  /* 矢印：黒 */
  border-right: 1px solid #111 !important;
}

/* ホバー / フォーカス / タップ中：背景グリーン＋文字＆矢印白 */
.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active {
  color: #fff !important;                 /* 文字：白 */
  background-color: #5e9153 !important;
}

.btn-arrow:hover::after,
.btn-arrow:focus::after,
.btn-arrow:active::after {
  border-top: 1px solid #fff !important;  /* 矢印：白 */
  border-right: 1px solid #fff !important;
}