@charset "utf-8";

/* base
-------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

html {
	line-height: 1;
}

ul,
ol {
	list-style-type: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

img[src*=".svg"] {
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333;
	font-size: 1.6em;
	font-weight: 400;
	background: #fff;
	letter-spacing: 1px;
	line-height: 2;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	overflow-x: hidden;
}

.zen,
h2,
.search-list .inner ul li h3,
#content .inner .grid03 li h4 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

/* フォント */
.bold {
	font-weight: 700;
}

.heavy {
	font-weight: 900;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

/* 文字色 */
/* 文字サイズ */
.u-fz14 {
	font-size: 1.4rem;
}

.u-fz18 {
	font-size: 1.8rem;
}

.u-fz20 {
	font-size: 2rem;
}

.u-fz24 {
	font-size: 2.4rem;
}

.u-fz28 {
	font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
	.u-fz16_sp {
		font-size: 1.6rem;
	}

	.u-fz20 {
		font-size: 2.7vw;
	}

	.u-fz24 {
		font-size: 3.2vw;
	}
}

/* マーカー */
/* 背景 */

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4em;
	}
}

h2 {
	font-size: 3.6rem;
	color: #333;
	margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: 2.8rem;
		/* font-size: 4.8vw; */
		margin-bottom: 1rem;
	}
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */

a {
	color: inherit;
	transition: .5s;
}

.opa:hover {
	opacity: 0.5;
}

/*::-moz-selection {
	color: #fff;
	background: #34383b;
}
::selection {
	color: #fff;
	background: #34383b;
}*/
a.hv-under {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

a.hv-under::after {
	content: "";
	position: absolute;
	/* 親要素(a)を基準に配置 */
	bottom: -4px;
	/* 文字からの距離を調整 */
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 0;
	/* 最初は隠す */
	transition: all .3s;
}

a.hv-under:hover::after {
	opacity: 1;
	bottom: -2px;
}

/* テキストリンク
-------------------------------------------------------- */
a.underline,
.article_content a {
	text-decoration: underline;
}

a.underline:hover,
.article_content a:hover {
	text-decoration: none;
	opacity: 1;
}

/* アンカーリンク
-------------------------------------------------------- */
.anchor {
	margin-top: -90px;
	padding-top: 90px;
}

@media screen and (max-width: 1024px) {
	.anchor {
		margin-top: -200px;
		padding-top: 200px;
	}
}

@media screen and (max-width: 768px) {
	.anchor {
		margin-top: -68px;
		padding-top: 68px;
	}
}



/* --------------------------------------------------------
	共通
-------------------------------------------------------- */
#en-top {
	letter-spacing: 1px;
}

.dib {
	display: inline-block;
}

.inner {
	max-width: 1200px;
	width: 96%;
	margin: auto;
	padding-bottom: 10rem;
}

.inner02 {
	max-width: 1200px;
	width: 96%;
	margin: auto;
	overflow: visible;
}

.inner.mw1245 {
	max-width: 1245px;
}

.inner.mw1400 {
	max-width: 1400px;
}

.w800 {
	max-width: 800px;
	margin: 0 auto;
	padding: 120px 0;
}

.w1060 {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.w800 {
		width: 96%;
	}
}

@media screen and (max-width: 1060px) {
	p {
		line-height: 1.8;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 768px) {
	.inner.is_wide {
		width: 100%;
	}

	p {
		font-size: 3.2vw;
	}

	.w800 {
		padding: 10vw 0 11vw;
	}

	.inner {
		padding-bottom: 5rem;
	}
}

/* iframe */
.iframe {
	position: relative;
}

.iframe.youtube {
	padding-top: 56.25%;
}

.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* flex */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}

.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}

.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}

.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.jc_sa {
	justify-content: space-around;
}

.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/* grid */
.grid02 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 2rem;
}

.grid03 {
	display: grid;
	/* 3つの要素を均等な幅（1fr）にする */
	grid-template-columns: repeat(3, 1fr);

	/* 列の間の隙間を指定 */
	column-gap: 3rem;
}
.grid06 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: .5rem;
}

@media screen and (max-width: 768px) {
	.grid03 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid02 {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}

/* --------------------------------------------------------
	アニメーション
-------------------------------------------------------- */
.trigger {
	opacity: 0;
}

/* 下から上へ */
.animation.animation01 {
	animation: fadeup .8s ease forwards;
}

/* 左から右へ */
.animation.animation02 {
	animation: faderight .8s ease forwards;
}

/* 右から左へ */
.animation.animation03 {
	animation: fadeleft .8s ease forwards;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(2em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes faderight {
	from {
		opacity: 0;
		transform: translateX(-2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeleft {
	from {
		opacity: 0;
		transform: translateX(2em);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* --------------------------------------------------------
	title
-------------------------------------------------------- */

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------------
	btn
-------------------------------------------------------- */

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}


/* --------------------------------------------------------
	リスト
-------------------------------------------------------- */

/* --------------------------------------------------------
	テーブル
-------------------------------------------------------- */
@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------------
	余白
-------------------------------------------------------- */

.mt20 {
	margin-top: 2rem;
}

.mt30 {
	margin-top: 3rem;
}

.mt50 {
	margin-top: 5rem;
}

.mt70 {
	margin-top: 7rem;
}

.mr20 {
	margin-right: 2rem;
}

.mb10 {
	margin-bottom: 1rem;
}

.mb30 {
	margin-bottom: 3rem;
}

.mb40 {
	margin-bottom: 4rem;
}

.mb50 {
	margin-bottom: 5rem;
}

.mb54 {
	margin-bottom: 5.4rem;
}

.mb60 {
	margin-bottom: 6rem;
}

.mb80 {
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
	.mb50 {
		margin-bottom: 7rem;
	}
	.mb0_sp { margin-bottom: 0; }
}

@media screen and (max-width: 480px) {
	.mb50 {
		margin-bottom: 4rem;
	}
}

/* --------------------------------------------------------
	PC SP
-------------------------------------------------------- */
.is-sp,
.hd-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.is-pc {
		display: none;
	}

	.is-sp,
	.hd-sp {
		display: block;
	}
}


/* --------------------------------------------------------
	ロゴ
-------------------------------------------------------- */

/* --------------------------------------------------------
	色
-------------------------------------------------------- */
.green {
	color: #005e67;
}

/* --------------------------------------------------------
	header
-------------------------------------------------------- */
.top-bar {
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	font-size: 1.4rem;
	color: #005e67;
}

.top-bar .sns-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	display: flex;
}

.top-bar .sns-icon li {
	margin-right: 2rem;
}

.top-bar .sns-icon li:last-child {
	margin-right: 0;
}

.top-bar .sns-icon li a img {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
}

.hamb,
.drawer {
	display: none;
}

header .inner {
	padding-bottom: 0;
}

header .is_scroll {
	display: none;
	/* 最初は隠しておく */
	/* --- 固定のための追加設定 --- */
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #ffffff;
	/* 背景色（デザインに合わせて変更してください） */
}

header .is_scroll .hd_icon_sc {
	align-items: center;
}

header .is_scroll .hd_icon_sc ul {
	align-items: center;
}

header .is_scroll .hd_icon_sc li {
	display: flex;
	align-items: center;
	width: auto;
	margin-right: 3rem;
	height: 100%;
}

header .is_scroll .hd_icon_sc li:last-child {
	margin-right: 0;
	/* 最後の要素の余白を消すと綺麗です */
}

header .is_scroll .hd_icon_sc img {
	width: 3rem;
	height: 3rem;

}

header .is_scroll .hd_icon_sc li:nth-child(6) {
	margin-right: 0;
}

header .is_scroll .hd_icon_sc li:nth-child(6) img {
	width: 5rem;
	height: 5rem;

}


@media screen and (max-width: 768px) {
	header .is_scroll {
		display: none;
	}
}

header {
	/* --- 既存の設定 --- */
	padding: 2rem 2rem 3.4rem;
	margin: 0 auto;
}

header h1 a img {
	max-width: 352px;
}

.icon-nav a {
	display: block;
	padding-top: 5rem;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	color: #707070;
}

.icon-nav a::after {
	content: '';
	display: block;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	/* サイズを明示的に指定しないと背景は見えません */
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.hd-icon01::after {
	background-image: url(../img/top/icon_search.svg);
}

.hd-icon02::after {
	background-image: url(../img/top/icon_my.svg);
}

.hd-icon03::after {
	background-image: url(../img/top/icon_fab.svg);
}

.hd-icon04::after {
	background-image: url(../img/top/icon_cart.svg);
}

.hd-icon05::after {
	background-image: url(../img/top/icon_cta.svg);
}

.hd-icon06::after {
	background-image: url(../img/top/icon_tel.svg);
	width: 50px;
	height: 50px;
	top: 0;
}

.hd-icon06 {
	color: #005e67 !important;
}

header .gnav.is-pc .icon-nav li {
	margin-right: 3rem;
}

header .bottom-nav {
	border-bottom: 36px;
}

header .bottom-nav ul li {
	padding: 0 3rem;
	border-right: 1px solid #333333;
}

header .bottom-nav ul li:last-child {
	border-right: 0;
}

body.is_scroll header {
	position: fixed;
	/* stickyより確実に上部に固定 */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #ffffff;
	padding: 1rem 2rem;
	/* 固定時は少しスリムにする */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 固定時に新ヘッダーを表示 */
body.is_scroll header .is_scroll {
	display: flex;
	/* ここで表示 */
	margin: 0 auto;
	align-items: center;
}

/* 固定時に元のヘッダー（innerとbottom-nav）を隠す */
body.is_scroll header .inner,
body.is_scroll header .bottom-nav {
	display: none;
}

/* --- 3. 新ヘッダー内のアイコン微調整 --- */
header .is_scroll .hd_icon ul {
	align-items: center;
}

header .is_scroll .hd_icon li {
	margin-right: 2rem;
}

header .is_scroll .hd_icon img {
	width: 24px;
	/* 必要に応じてサイズ調整 */
	height: auto;
}

@media screen and (min-width: 769px) {
	/* 769px以上の時 */

	/* bodyに.is_scrollクラスがついた時だけ表示 */
	body.is_scroll header .is_scroll {
		display: flex !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		align-items: center;
		justify-content: space-between;

		/* --- 追加・変更点 --- */
		height: 60px;
		/* 高さを60pxに固定 */
		box-sizing: border-box;
		/* paddingを含めて60pxにする設定 */
		padding: 0 1%;
		/* 上下のpaddingを0（または調整）にし、左右のみ確保 */
	}

	header .is_scroll img {
		max-height: 55px;
		/* ロゴやアイコンが60pxを超えないよう制限（任意） */
		width: auto;
		display: block;
	}

	/* 固定時に元のヘッダー要素を隠す */
	body.is_scroll header .inner,
	body.is_scroll header .bottom-nav {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding: 0 !important;
	}

	.hd-sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		/* paddingを含めた幅計算にする */
		padding: 4vw 2.7vw;
		background-color: #fff;
	}

	body.is_scroll .hd-sp {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1100;
		width: 100%;
		box-sizing: border-box;
		padding: 2rem 2rem;
		/* ★固定時の余白（高さを抑えるなら上下だけ減らす。左右は変えない！） */
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	.hd-sp .hd-sp-logo {
		width: 48%;
	}

	.top-bar {
		font-size: 3.2vw;
		height: auto;
		padding: .6vw;
	}

	.top-bar .sns-icon {
		display: none;
	}

	.icon-nav a {
		padding-top: 10.2vw;
	}

	.icon-nav a::after {
		width: 6vw;
		height: 6vw;
		top: 20%;
	}

	.icon-nav li {
		margin-right: 3rem;
	}

	.icon-nav li:last-child {
		margin-right: 0;
	}

	.icon-nav a.hd-icon06::after {
		width: 8vw;
		height: 8vw;
		top: 15%;
	}

	header .is_scroll,
	body.is_scroll header .is_scroll {
		display: none !important;
	}

	body.is_scroll header {
		position: static;
		padding: 3rem 2rem;
		box-shadow: none;
	}

}

/* PCでは非表示 */
@media screen and (min-width: 769px) {
	.bottom-nav-fixed {
		display: none !important;
	}
}

/* スマホ用（768px以下） */
@media screen and (max-width: 768px) {
	.bottom-nav-fixed {
		/* --- ここが重要：画面下に固定する設定 --- */
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #eee;
		z-index: 9999;
		/* 他の要素より上に */
		padding-bottom: env(safe-area-inset-bottom);
		/* iPhoneのバー対策 */
		display: block !important;
		/* 強制表示 */
	}

	.bottom-nav-list {
		display: flex;
		flex-wrap: nowrap;
		margin: 0;
		padding: 0 0 0 2vw;
		list-style: none;
		height: 20vw;
		width: 100%;
	}

	.bottom-nav-list li {
		flex: 1 0 20%;
		max-width: 20%;
		box-sizing: border-box;
		text-align: center;
	}

	/* リンクとボタンの共通スタイル */
	.bottom-nav-list li a,
	.bottom-nav-list li .nav-button {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		padding: 5px 0;
		border: none;
		background: none;
		color: #333;
		text-decoration: none;
		cursor: pointer;
	}

	.bottom-nav-list li:nth-child(1) span.icon {
		width: 25%;
		padding-top: .7vw;
		padding-bottom: .8vw;
	}

	.bottom-nav-list li:nth-child(2) span.icon {
		width: 33%;
		padding-top: .5vw;
		padding-bottom: 1vw;
	}

	.bottom-nav-list li:nth-child(3) span.icon {
		width: 24%;
		padding-bottom: 1.5vw;
	}

	.bottom-nav-list li:nth-child(4) span.icon {
		width: 24%;
		padding-bottom: 1.5vw;
	}

	/* テキストのサイズ */
	.bottom-nav-list li span.text,
	.bottom-nav-list li span.nav-text {
		font-size: 2.7vw;
		white-space: nowrap;
		display: block;
		margin-top: 2px;
	}

	/* ハンバーガー線の調整 */
	.icon-bar-wrap {
		position: relative;
		/* 大きさを画面幅に連動させる */
		width: 5.3vw;
		height: 2.7vw;
		margin-bottom: 2vw;
		margin-top: 3vw;
	}

	.icon-bar-wrap span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		/* 棒の太さはpx固定が見栄えが良いですが、ここも0.5vw等にしてもOK */
		background-color: #000;
		transition: all 0.3s;
		top: 0;
		/* 初期位置：上 */
	}

	.icon-bar-wrap span:nth-child(2) {
		top: auto;
		bottom: 0;
		/* 初期位置：下 */
	}

	.is_hamb_open .icon-bar-wrap span:nth-child(1) {
		top: 50%;
		/* 親要素の高さの50%の位置へ移動 */
		transform: translateY(-50%) rotate(-45deg);
		/* 自分の厚み分補正して回転 */
	}

	.is_hamb_open .icon-bar-wrap span:nth-child(2) {
		top: 50%;
		/* 親要素の高さの50%の位置へ移動 */
		bottom: auto;
		transform: translateY(-50%) rotate(45deg);
		/* 自分の厚み分補正して回転 */
	}

	/* コンテンツがナビに隠れないようにbodyに余白を追加 */
	body {
		padding-bottom: calc(65px + env(safe-area-inset-bottom)) !important;
	}

	/* 既存の「.hamb { display:none }」を強制的に上書き */
	.bottom-nav-list li.hamb {
		display: flex !important;
		/* 強制的に表示 */
		visibility: visible !important;
		opacity: 1 !important;
	}

	/* ボタンの中身も確実に表示 */
	.bottom-nav-list li.hamb .nav-button {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: transparent;
	}

	/* 文字部分が消されている可能性も考慮 */
	.bottom-nav-list li.hamb .nav-text {
		display: block !important;
		font-size: 2.7vw;
		color: #333;
	}

	/* --- メニュー画面の基本スタイル --- */
	.hamb-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.98);
		/* 背景色（白） */
		z-index: 9998;
		/* ボトムナビ(9999)より一つ下に設定 */

		/* 最初は隠しておく設定 */
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		/* ふわっと出す */
	}

	/* --- JSでbodyにクラスがついた時だけ表示する --- */
	body.is_hamb_open .hamb-overlay {
		opacity: 1;
		visibility: visible;
	}

	/* 中身のリストの装飾（お好みで調整してください） */
	.hamb-inner {
		width: 100%;
		padding: 6vw 0 2vw 2vw;
		background-color: #f4f4f4;
	}

	.hamb-inner02 {
		background-color: #f4f4f4;
		padding: 8vw 2% 0;
		margin-bottom: 20vw;
	}

	.hamb-inner02 .flex img {
		margin-bottom: 3vw;
		width: 49%;
	}

	.hamb-inner02 .sns-icon {
		width: 46%;
		margin: 3vw auto;
		justify-content: space-between;
		padding-bottom: 3vw;
	}

	.hamb-inner02 .sns-icon li {
		width: 16%;
	}

	.hamb-inner02 .sns-icon li img {
		width: 100%;
	}

	.hamb-inner p.bold {
		margin-bottom: 4vw;
		font-size: 3.7vw;
	}

	.hamb-inner p.sub {
		margin-left: 3vw;
		font-size: 3.5vw;
	}

	.hamb-inner ul {
		list-style: none;
		padding: 0;
		margin-left: 3vw;
	}

	.hamb-inner ul li {
		margin: 20px 0;
		font-size: 3.5vw;
	}

	.hamb-inner ul li a {
		color: #333;
		text-decoration: none;
		display: block;
	}

	/* --- 通常時 --- */
	/* 「閉じる」を強制的に消す */
	.bottom-nav-list li.hamb .text-close {
		display: none !important;
	}

	/* 「メニュー」を強制的に出す */
	.bottom-nav-list li.hamb .text-open {
		display: block !important;
	}

	/* --- メニューが開いている時 (body.is_hamb_open) --- */

	/* 「メニュー」を強制的に消す */
	body.is_hamb_open .bottom-nav-list li.hamb .text-open {
		display: none !important;
	}

	/* 「閉じる」を強制的に出す */
	body.is_hamb_open .bottom-nav-list li.hamb .text-close {
		display: block !important;
		font-size: 2.7vw;
		color: #333;
	}

	.menu-close-btn {
		background: none;
		border: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		padding: 10px;
	}

	/* 「×」印の作成 */
	.close-icon {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}

	.close-icon::before,
	.close-icon::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 2px;
		background-color: #333;
		/* 線の色 */
	}

	.close-icon::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.close-icon::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.close-text {
		font-size: 10px;
		color: #333;
	}

	/* 閉じるエリア全体のコンテナ */
	.menu-close-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background-color: #313131;
	}

	/* ボタン要素（横いっぱいに広げる） */
	.menu-close-btn {
		position: relative;
		width: 100%;
		height: 11.7vw;
		background: none;
		border: none;
		display: block;
		/* blockにして幅を取る */
		cursor: pointer;
		padding: 0;
		margin: 0;
	}

	/* 中央の「閉じる」テキスト */
	.close-text {
		display: block;
		width: 100%;
		text-align: center;
		/* 左右中央寄せ */
		font-size: 3.5vw;
		color: #fff;
	}

	/* 右端のアイコンボックス */
	.close-icon-box {
		position: absolute;
		top: 50%;
		right: 20px;
		/* 右端からの距離 */
		transform: translateY(-50%);
		/* 垂直中央合わせ */
		width: 30px;
		height: 30px;
	}

	/* 「×」印の線（前回の設定を流用） */
	.close-icon {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}

	.close-icon::before,
	.close-icon::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.close-icon::before {
		transform: rotate(45deg);
	}

	.close-icon::after {
		transform: rotate(-45deg);
	}

	.menu-bg-green {
		background-color: #005e67;
		padding: 3.5vw 3vw;
		color: #fff;
		margin-top: 10.7vw;
	}

	.menu-bg-green ul {
		width: 84%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 auto 3vw;
	}

	.menu-bg-green ul li {
		flex: 1 0 20%;
		box-sizing: border-box;
		text-align: center;
	}

	.menu-bg-green ul li:first-child {
		margin-right: 3vw;
	}

	.menu-bg-green ul li .icon,
	.menu-bg-green ul li .text {
		display: block;
		font-size: 3.2vw;
	}

	.menu-bg-green ul li:nth-child(4) .icon {
		margin-bottom: 0;
	}

	.menu-bg-green ul li .icon img {
		width: 30%;
	}

	.menu-bg-green ul li:first-child .icon img {
		width: 23%;
	}

	.menu-bg-green ul li:nth-child(3) .icon img {
		width: 27%;
	}

	.menu-bg-green ul li:nth-child(4) .icon img {
		width: 48%;
	}

	.menu-search-area {
		border: 1px solid #fff;
		border-radius: 50px;
		overflow: hidden;
		color: #fff;
		position: relative;
	}
	.menu-search-area .h-search__form {
	}
	.menu-search-area .h-search__form input {
		color: #fff;
		width: 100%;
		height: 100%;
		background-color: #005e67;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		padding: 3.5vw 1.5vw 3.5vw 4.5vw;
		padding-left: 8vw;
	}
	.menu-search-area .h-search__form input::placeholder {
		color: #fff;
	}

	.menu-search-area .hd-icon01 {
		font-size: 0;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 2vw;
	}
	.menu-search-area .hd-icon01::before {
		display: inline-block;
		content: '';
		width: 4vw;
		height: 4vw;
		background-image: url(../img/top/icon_search_w.svg);
		background-repeat: no-repeat;
	}

	/* --- メニュー画面のスクロール設定 --- */
	.hamb-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.98);
		z-index: 9998;
		/* スクロールを有効にする */
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* --- 閉じるボタンを上部に固定する設定 --- */
	.menu-close-container {
		position: sticky;
		/* absoluteからstickyに変更 */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		background-color: #313131;
		/* 背景色を指定してコンテンツと重ならないようにする */
	}

	/* --- コンテンツの開始位置調整 --- */
	.menu-bg-green {
		background-color: #005e67;
		padding: 3.5vw 3vw;
		color: #fff;
		/* stickyにした場合、margin-topは不要（または調整） */
		margin-top: 0;
	}

	.gray-line {
		background-color: #b5b5b5;
		width: 100%;
		height: 1px;
	}

	.hamb-inner ul li.disc::before {
		top: 3.5vw;
	}

	.hamb-inner ul li.ex-link {
		display: flex;
		align-items: center;
		/* 上下中央揃え */
		flex-wrap: nowrap;
		/* 折り返しを禁止 */
	}

	.hamb-inner ul li.ex-link::after {
		content: "";
		flex-shrink: 0;
		/* アイコンが潰れるのを防ぐ */
		width: 2.8vw;
		height: 2.8vw;
		margin-left: 4vw;
		/* 文字との隙間 */
		background-image: url(../img/cmn/icon_other.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 480px) {
	.icon-nav li {
		margin-right: 2rem;
	}

	body.is_scroll .hd-sp {
		padding: 2% 4% 2% 6%;
	}

	.icon-bar-wrap span {
		height: 1px;
	}
}

@media screen and (max-width: 400px) {
	.icon-bar-wrap {
		margin-top: 4vw;
	}
}

.gray-list {
	position: relative;
	margin: 0;
	padding: 0 0 5px 20px;
	/* 左側に余白を作る */
	color: #707070;
}

.gray-list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 25%;
	width: 2vw;
	height: 2vw;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
/*-------------------------------------
　　検索エリア（最前面にスライドイン）
-------------------------------------*/
body.is_search_open {
    overflow: hidden; /* 開いている間はスクロール不可（任意） */
}

body.is_search_open .header__search {
    transform: translateY(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header__search {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    z-index: 1000000; /* 固定ヘッダーを確実に超える数値 */
    transition: transform .4s cubic-bezier(.43, .05, .17, 1), opacity .3s;
    transform: translateY(-110%);
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8rem;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.header__search .h-search__form {
    display: flex;
    width: 100%;
    max-width: 42rem;
    height: 5.5rem;
    margin: 0 auto;
    border: #bfbdb9 solid 1px;
    background: #fff;
    position: relative;
}

/* MakeShopの独自クラス名に合わせた指定 */
.header__search .search-keyword {
    flex: 1;
    height: 100%;
    border: none;
    padding: 0 2rem;
    font-size: 1.4rem;
    outline: none;
    background: transparent;
}

.header__search .h-search__form a {
    display: flex;
    width: 5.5rem;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: none;
    text-decoration: none;
}

.header__search .hd-icon01::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../img/top/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header__search .h-search__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    border: none;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.header__search .h-search__close::before,
.header__search .h-search__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 1px;
    background: #000;
}

.header__search .h-search__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.header__search .h-search__close::after { transform: translate(-50%, -50%) rotate(-45deg); }


/* --------------------------------------------------------
	main
-------------------------------------------------------- */
.hd-green {
	background-color: #005e67;
	color: #fff;
	padding: .3rem 0 .4rem;
}

.hd-green .hd-tel {
	font-size: 1.9rem;
	padding-left: 2.4rem;
	position: relative;
	margin-right: 3rem;
	line-height: 0;
	letter-spacing: 2px;
}

.hd-green .hd-tel::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(../img/top/icon_tel02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.hd-green.is-sp {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 1rem;
	}

	.hd-green .hd-tel {
		font-size: 3.7vw;
		margin-right: 0;
	}

	.hd-green .hd-tel .u-fz20 {
		font-size: 2.7vw;
	}

	.hd-green .hd-tel::before {
		width: 4vw;
		height: 4vw;
		left: -2vw;
	}
}

@media screen and (max-width: 480px) {
	.hd-green .hd-tel {
		font-size: 4.8vw;
	}

	.hd-green .hd-tel {
		padding-left: 1.4rem;
	}
}

#mv,
#whatkind,
.voice,
#guid {
	background-image: url(../img/cmn/bg01.jpg);
	padding: 3rem 0;
}

#mv .mv-slide {
	margin-bottom: 2rem;
	justify-content: center;
}

#mv .mv-slide img {
	margin: 0 auto;
}

#mv .mv-nav {
	margin: 0 auto;
}

#mv .mv-nav .inner {
	padding-bottom: 0;
}

#mv .mv-nav .inner ul.grid06 li {
	height: 5rem;
}

#mv .mv-nav .inner ul.grid06 li a {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 6rem;

	letter-spacing: 0px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	background-position: left 11% center;
	background-repeat: no-repeat;
	background-size: 28px;
}

#mv .mv-nav .inner ul.grid06 li a {
	/* 最初から透明な1pxの線を引いておく */
	border: 1px solid transparent;
	transition: border-color 0.3s ease;
	/* 必要ならふわっとさせる */
	white-space: nowrap;
}

#mv .mv-nav .inner ul.grid06 li a:hover {
	border: 1px solid #005e67;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon01 a {
	background-image: url(../img/top/navicon_01.svg);
	background-size: 24px;
	background-position: left 11% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon02 a {
	background-image: url(../img/top/navicon_02.svg);
	background-position: left 11% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon03 a {
	background-image: url(../img/top/navicon_03.svg);
	background-size: 16px;
	background-position: left 14% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon04 a {
	background-image: url(../img/top/navicon_04.svg);
	background-size: 22px;
	background-position: left 12% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon05 a {
	background-image: url(../img/top/navicon_05.png);
	background-size: 20px;
	background-position: left 12% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon06 a {
	background-image: url(../img/top/navicon_06.png);
	background-size: 20px;
	background-position: left 12% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon07 a {
	background-image: url(../img/top/navicon_07.png);
	background-size: 40px;
	background-position: left 7% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon08 a {
	background-image: url(../img/top/navicon_08.png);
	background-size: 20px;
	background-position: left 12% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon09 a {
	background-image: url(../img/top/navicon_09.svg);
	background-position: left 11% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon10 a {
	background-image: url(../img/top/navicon_10.png);
	background-size: 20px;
	background-position: left 12% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon11 a {
	background-image: url(../img/top/navicon_11.png);
	background-size: 40px;
	background-position: left 7% center;
}

#mv .mv-nav .inner ul.grid06 li.mv-nav-icon12 a {
	background-image: url(../img/top/navicon_12.png);
	background-size: 36px;
	background-position: left 7% center;
}
.is-sp1150 {
		display: none;
	}
@media screen and (max-width: 1150px) {
	.is-sp1150 {
		display: block;
	}
	#mv .mv-nav .inner ul.grid06 {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width: 976px) {
	#mv .mv-nav .inner ul.grid06 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 768px) {
	#mv {
		padding-bottom: 4rem;
	}
	
	#mv .mv-nav .inner ul.grid06 li {
		max-width: 170px;
		margin-bottom: 2%;
		height: 21.3vw;
	}

	#mv .mv-nav .inner ul.grid06 li a {
		align-items: flex-end;
		padding-left: 0;
		padding-bottom: 2.5vw;
		font-size: 3.7vw;
		display: flex;
		justify-content: center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon01 a {
		background-size: 7vw;
		background-position: top 30% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon02 a {
		background-position: top 33% center;
		background-size: 7vw;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon03 a {
		background-size: 5vw;
		background-position: top 30% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon04 a {
		background-size: 6vw;
		background-position: top 31% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon05 a {
		background-size: 5vw;
		background-position: top 24% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon06 a {
		background-size: 5vw;
		background-position: top 24% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon07 a {
		background-size: 16vw;
		background-position: top 24% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon08 a {
		background-size: 6vw;
		background-position: top 24% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon09 a {
		background-size: 9vw;
		background-position: top 30% center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon10 a {
		background-size: 5vw;
		background-position: top 24% center;
		font-size: 2.8vw;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon11 a {
		background-size: 13vw;
		background-position: top 24% center;
		font-size: 2.8vw;
		padding-bottom: 1.5vw;
		text-align: center;
	}

	#mv .mv-nav .inner ul.grid06 li.mv-nav-icon12 a {
		background-size: 12vw;
		background-position: top 30% center;
	}
}

/* 親要素の設定 */
.limited {
	position: relative;
}

.limited::before {
	content: "季節\A限定";
	white-space: pre;
	/* 改行を有効にする */
	position: absolute;

	/* 右端の中央に配置 */
	right: 10px;
	/* 右端からの距離 */
	top: 50%;
	/* 上から50%の位置 */
	transform: translateY(-50%);
	/* 自身の高さの半分戻して上下中央 */

	/* サイズと形状 */
	width: 4rem;
	/* 正円の幅 */
	height: 4rem;
	/* 正円の高さ */
	border-radius: 50%;

	/* 色の設定 */
	background-color: #005e67;
	/* お茶に合う深緑（適宜変更してください） */
	color: #fff;
	/* 文字は白 */

	/* 中の文字の配置 */
	display: flex;
	align-items: center;
	/* 上下中央 */
	justify-content: center;
	/* 左右中央 */
	text-align: center;

	/* 文字の細かな調整 */
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.limited::before {
		width: 7vw;
		height: 7vw;
		font-size: 1.9vw;
		right: 3%;
    top: 20%;
	}
}

@media screen and (max-width: 480px) {
	.limited::before {
		width: 7vw;
		height: 7vw;
		top: 20%;
		right: 3%;
	}
}

.items {
	margin-top: 7rem;
}

.items .inner .flex a {
	display: block;
}

.items .inner ul {
	margin-left: 4rem;
}

.items .inner ul li {
	margin-right: 4rem;
}

.items .inner ul li a img {
	margin-bottom: 1rem;
}

.items .inner ul li a h3 {
	margin-bottom: .5rem;
}
ul li a .price {
	color: #e65748;
}

@media screen and (max-width: 768px) {
	.items {
		margin-bottom: 10rem;
	}

	/* 1. バナーを囲む親要素を、横並び(flex)から縦の箱(block)に強制変更 */
	.items .inner div.banner-wrap {
		display: block !important;
		width: 92% !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	/* 2. aタグを100%の幅にして、縦に並べる */
	.items .inner div.banner-wrap a {
		display: block !important;
		width: 100% !important;
		margin-bottom: 4rem;
		/* 画像同士の隙間 */
	}

	.items .inner div.banner-wrap a:last-child {
		margin-bottom: 12rem;
	}

	/* 3. 画像を親のaタグの端から端まで引き伸ばす */
	.items .inner div.banner-wrap a img {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		/* これが重要です */
		min-width: 100% !important;
		/* 強制的に広げます */
	}

	/* --- 人気ランキングなどの見出し（ここは横並びを維持） --- */
	.items .inner .flex.mt70 {
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		margin-top: 10rem;
	}

	.items .inner ul {
		margin-left: 1rem;
	}

	.items .inner ul li a img {
		width: 100%;
	}

	.items .inner ul li a h3 {
		font-size: 3.5vw;
	}

	ul li a .price {
		margin-bottom: 2.5vw;
		font-size: 3.7vw;
	}

	.items .inner ul li a img.star {
		width: 50%;
	}

	ul li a .star {
		width: 56%;
	}

}

@media screen and (max-width: 480px) {
	.items {
		margin-top: 9.3vw;
	}

	.items .inner {
		padding-bottom: 0;
	}

	.items .inner div.banner-wrap a:last-child {
		margin-bottom: 0;
	}

	.items .inner .flex.mt70 {
		margin-top: 8rem;
	}

	.items .inner ul li {
		margin-right: 2rem;
		width: 40%;
	}
}

#whatkind {

	padding: 10rem 0 0;

}

#whatkind .inner {

	padding-bottom: 7rem;

}

#whatkind .inner ul li {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

#whatkind .inner ul li a {

	display: block;

}

@media screen and (max-width: 768px) {


	#whatkind .inner ul li {
		margin-bottom: 2rem;
		width: 49%;
	}

	#whatkind .inner ul li:last-child {

		margin-bottom: 0;

	}

	#whatkind .inner ul li .green {

		font-size: 3vw;

	}

	#whatkind .inner h2 {
		margin-bottom: 2rem;
	}

}

@media screen and (max-width: 564px) {

	#whatkind .inner h2 {

		font-size: 6.4vw;

	}



}

@media screen and (max-width: 480px) {

	#whatkind {

		padding: 6rem 0 0;

	}

	#whatkind .inner ul li .green {

		font-size: 1.6rem;

	}
}

.search-list {
	padding-top: 10rem;
}

.search-list .inner ul.grid03 {
	margin-left: 4rem;
}

.search-list .inner ul li {
	margin-bottom: 5rem;
}

.search-list .inner ul li a img {
	width: 100%;
}

.search-list .inner ul li h3 {
	text-align: center;
	font-size: 2.2rem;
	margin-top: 1rem;
}

.search-list .inner ul li .around-link a {
	color: #707070;
	text-decoration: underline;
}

.search-list .inner ul li p {
	text-align: center;
}

.search-list .inner ul.flex03 {
	display: flex;
	justify-content: space-between;
	margin-left: 4rem;
	gap: 3rem;
}

.search-list .inner ul.flex03 li {
	width: 33%;
}

.search-list .inner ul.flex03 li a {
	background-color: #f4f4f4;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	width: 100%;
	height: 9rem;
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 3rem;
}

.search-list .inner ul.flex03 li a::after {
	content: "";
	display: block;
	width: 1.6rem;
	/* アイコンの横幅 */
	height: 1.6rem;
	/* アイコンの縦幅 */

	/* 用意されたSVGをここに流し込みます */
	background-image: url("../img/cmn/icon_btn.svg");
	background-repeat: no-repeat;
	background-size: contain;

	/* 右端に固定するための設定 */
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-list .inner ul.flex03 li a .big {
	font-size: 3.4rem;
	font-weight: 500;
}

.search-list .inner ul.flex03 li a .small {
	font-size: 1.6rem;
}

.search-list .inner .search-text {
	margin-left: 4rem;
	margin-bottom: 2.2rem;
}

.search-list .inner .flex03 .grade-icon01 a {
	position: relative;
}

.search-list .inner .flex03 .grade-icon01 a::after {
	content: "";
	display: block;
	width: 6rem;
	/* アイコンの横幅 */
	height: 6rem;
	/* アイコンの縦幅 */

	/* 用意されたSVGをここに流し込みます */
	background-image: url("../img/top/icon_grade01.png");
	background-repeat: no-repeat;
	background-size: contain;

	/* 右端に固定するための設定 */
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-list .inner .flex03 .grade-icon02 a::after {
	content: "";
	display: block;
	width: 6rem;
	/* アイコンの横幅 */
	height: 6rem;
	/* アイコンの縦幅 */

	/* 用意されたSVGをここに流し込みます */
	background-image: url("../img/top/icon_grade02.png");
	background-repeat: no-repeat;
	background-size: contain;

	/* 右端に固定するための設定 */
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-list .inner .flex03 .grade-icon03 a::after {
	content: "";
	display: block;
	width: 6rem;
	/* アイコンの横幅 */
	height: 6rem;
	/* アイコンの縦幅 */

	/* 用意されたSVGをここに流し込みます */
	background-image: url("../img/top/icon_grade03.png");
	background-repeat: no-repeat;
	background-size: contain;

	/* 右端に固定するための設定 */
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-list .inner .grade li a {
	justify-content: flex-start !important;
	padding-left: 10rem;
	padding-right: 0;
}

@media screen and (max-width: 768px) {
	.search-list {
		margin-bottom: 10rem;
	}

	.search-list .inner h2 {
		margin-bottom: 2rem;
	}

	.search-list .inner ul.grid03 {
		margin-left: 0;
	}

	.search-list .inner ul.flex03 {
		flex-direction: column;
	}

	.search-list .inner ul.flex03 li {
		width: 100%;
	}

	.search-list .inner ul li {
		margin-bottom: 9rem;
	}

	.search-list .inner ul li h3 {
		text-align: left;
		font-size: 4vw;
	}

	.search-list .inner ul li h3.teabag-font {
		letter-spacing: 0;
		font-size: 3.8vw;
	}

	.search-list .inner ul li p {
		text-align: left;
		font-size: 3.2vw;
	}

	.search-list .inner ul.flex03 {
		margin-left: 0;
	}

	.search-list .inner ul.flex03 li a {
		justify-content: flex-start;
		padding-left: 4rem;
	}

	.search-list .inner ul.yosan {
		margin-bottom: 12rem;
	}

	.search-list .inner ul.yosan li,
	.search-list .inner ul.grade li {
		margin-bottom: 0;
	}

	.search-list .inner ul.flex03 li a::after {
		width: 2.2rem;
		height: 2.2rem;
	}

	.search-list .inner .search-text {
		margin-left: 0;
		margin-bottom: 4.2rem;
	}

	.search-list .inner ul.grade li a .small {
		font-size: 3.5vw;
	}

	.search-list .inner ul.flex03 {
		gap: 2rem;
	}

	.search-list .inner ul.flex03 li a {
		font-size: 3.2vw;
	}

	.search-list .inner ul.flex03 li a .big {
		font-size: 4.5vw;
	}

	.search-list .inner ul.grade li a {
		padding-left: 10.5rem;
		font-size: 4.8vw;
	}
}

@media screen and (max-width: 480px) {
	.search-list {
		padding-top: 8rem;
	}

	.search-list .inner {
		padding-bottom: 0;
	}

	.search-list .inner ul li {
		margin-bottom: 5.5rem;
	}

	.search-list .inner .mt50 {
		margin-top: 7rem;
	}

	.search-list .inner ul.flex03 li a {
		padding-left: 3rem;
		height: 17vw;
	}

	.search-list .inner ul.yosan {
		margin-bottom: 9rem;
	}

	.search-list .inner .search-text {
		margin-bottom: 2.4rem;
	}

	.search-list .inner ul.grade li a {
		padding-left: 23%;
	}
}

.voice {
	padding: 10rem 0;
}

.voice .voice-list li {
	margin-right: 4rem;
}

.voice .voice-list li a {
	display: block;
	width: 55rem;
	height: 26rem;
	background-color: #fff;

	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 3rem 2rem;
	position: relative;
}

.voice .voice-list li a .flex .star {
	width: 22%;
	/*margin-bottom: 1.5rem;*/
}

.voice .voice-list li a .name {
	margin-bottom: 1rem;
	color: #7d7d7d;
}

.voice .voice-list li a .date {
	color: #7d7d7d;
}

.voice .voice-list li a p.green {
	display: inline-block;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

.voice .voice-list li .purchased {
	color: #7d7d7d;
}

/* スライダー全体の表示制御 */
.voice-slider {
	width: 100%;
	overflow: hidden;
}

/* 既存の .voice-list に flex-wrap: wrap がある場合は解除するため */
.voice .voice-list {
	display: flex !important;
	flex-wrap: nowrap !important;
}

/* カード同士の余白を調整（SwiperのspaceBetweenでも制御可能ですが、既存のmarginを活かす場合） */
.voice .voice-list li {
	margin-right: 0;
	width: auto !important;
	height: auto;
	/* 高さを内容に合わせる */
}

.voice-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.voice-slider .voice-list li .purchased-product img {
	aspect-ratio: auto !important;
	/* 元の画像の比率を守る */

	/* 2. flexによる引き伸ばしを拒否 */
	align-self: center !important;
	/* サイズを物理的にロック */
	width: 60px !important;
	/* アイコンの幅を固定（お好みで調整） */
	height: 60px !important;
	/* アイコンの高さを固定 */

	/* 縦横比を強制維持 */
	object-fit: contain !important;
	flex-shrink: 0 !important;
	/* 周囲に押されても潰れないようにする */
}

/* PC・スマホ共通：画像が絶対に伸びないように固定する */
.voice-list li.swiper-slide .purchased-product {
	display: flex !important;
	align-items: center !important;
	/* 子要素を縦中央に配置し、引き伸ばしを無効化 */
	height: auto !important;
	/* 高さを中身に合わせる */
}

/* スマホ時のリセット（スライドさせるため横並びを維持） */
@media screen and (max-width: 768px) {
	.voice .voice-list li {
		width: 64rem !important;
		margin-right: 0;
	}

	.voice .voice-list li a {
		width: 100%;
		height: auto;
		/* スマホで高さが足りなくなるのを防ぐ */
		min-height: 74vw;
		/* 既存のバランスを維持 */
		margin: 0 auto;
		border-radius: 0;
		padding: 4rem 3rem;
	}

	.voice .voice-list li a .name,
	.voice .voice-list li a .date {
		font-size: 3.2vw;
	}

	.voice .voice-list li a .name {
		margin-bottom: 2rem;
	}

	.voice .voice-list li a p.green {
		right: 3rem;
		bottom: 4rem;
	}

	.voice .voice-list li .purchased-product {
		margin: 2rem auto 0;
	}

	.voice .voice-list li .purchased-product img {
		width: 12%;
	}

	.voice .mt30 {
		margin-top: 5rem;
	}

	.voice-slider .voice-list li .purchased-product {
		margin-right: 15px;
		/* アイコンと文字の距離を微調整 */
	}

	/* [追加] 縦に伸びてしまう画像への対策 */
	.voice .voice-list li .purchased-product img {
		width: 12% !important;
		/* 既存の幅指定 */
		height: auto !important;
		/* [重要] 高さを自動にして縦横比を保つ */
		align-self: center;
		/* [重要] 画像自体を、隣のテキストの縦中央に配置 */
		object-fit: contain;
	}

	.voice-list li.swiper-slide .purchased-product img {
		width: 12vw !important;
		/* スマホでは少し小さめに */
		height: 12vw !important;
		margin-right: 15px !important;
	}
}

@media screen and (max-width: 480px) {
	.voice {
		padding: 7rem 0 3rem;
	}
}


.regular .inner img {
	margin-bottom: 2rem;
}

.regular .inner a {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.regular {
		margin-top: 12rem;
	}
}

@media screen and (max-width: 480px) {
	.regular {
		margin-top: 9rem;
	}
}

#news .inner .grid03 li img {
	margin-bottom: 1.5rem;
	width: 360px;
    height: 200px;
    object-fit: cover;
}

#content .inner .grid03 li,
#news .inner .grid03 li {
	margin-bottom: 6rem;
}

#content .inner .grid03 li h4 {
	font-size: 2.4rem;
	margin-top: 1rem;
}

#content .inner .grid03 li h4.external-link {
	box-sizing: border-box;
	/* paddingを幅に含める設定 */
	position: relative;
	padding-right: 25px;
	display: block;
	width: 100%;
	/* 親の幅いっぱいに広げる */
}

#content .inner .grid03 li h4.external-link::after {
	content: "";
	position: absolute;
	right: 6%;
	/* 右端に固定 */
	top: 50%;
	/* 上下中央へ */
	transform: translateY(-50%);

	/* アイコンの設定 */
	width: 18px;
	/* アイコンの横幅（適宜調整） */
	height: 18px;
	/* アイコンの縦幅（適宜調整） */
	background-image: url("../img/cmn/icon_other.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#content .inner .grid03 li h4 {
		font-size: 3.7vw;
	}
}



#guid .inner .grid02 li {
	background-color: #fff;
	padding: 2.5rem;
	position: relative;
	min-height: 25rem;
}

#guid .inner .grid02 li h4 {
	color: #005e67;
	font-weight: bold;
	font-size: 1.8rem;
}

a.bg_green {
	background-color: #005e67;
	color: #fff;
	margin: 1.5rem auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.4rem 0 .4rem;
	max-width: 40rem;
	border-radius: 10px;
}

a.bg_green .tel {
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.2;
}

a.guid_btn-green {
	color: #005e67;
	text-decoration: underline;
	position: absolute;
	bottom: 1.5rem;
	right: 3rem;
}

a.bg_green .tel {
	position: relative;
}

a.bg_green .tel::before {
	content: "";
	position: absolute;
	left: -18%;
	/* 右端に固定 */
	top: 50%;
	/* 上下中央へ */
	transform: translateY(-50%);

	/* アイコンの設定 */
	width: 30px;
	/* アイコンの横幅（適宜調整） */
	height: 30px;
	/* アイコンの縦幅（適宜調整） */
	background-image: url("../img/top/icon_tel02.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

#guid .inner .grid02 li .flex {
	justify-content: space-between;
}

#guid .inner .grid02 li .flex .left-wrapper {
	width: 45%;
}

#guid .inner .grid02 li .flex .right-wrapper {
	width: 50%;
	letter-spacing: 0;
}

#guid .inner .grid02 li .flex.calender {
	justify-content: flex-end;
	margin: 1.5rem 0;
}

#guid .inner .grid02 li .flex.calender .left-wrapper,
#guid .inner .grid02 li .flex.calender .right-wrapper {
	width: 43%;
	margin-right: 2rem;
}
#guid07 .flex.calender {
	max-width: 550px;
}
#guid07 .flex.calender .left-wrapper,
#guid07 .flex.calender .right-wrapper {
	width: 43%;
	margin-right: 2rem;
}

#guid img {
	max-width: 100%;
	height: auto;
	display: block;
	/* 余計な隙間を消す */
}

@media screen and (max-width: 768px) {

	#guid,
	#guid * {
		box-sizing: border-box !important;
		max-width: 100% !important;
		/* 全ての要素が親より大きくならないように */
	}

	#guid .inner {
		padding: 0 15px !important;
		width: 100% !important;
	}

	#guid .inner h2 {
		margin-bottom: 3rem;
	}

	#guid .inner .grid02 {
		display: block !important;
		/* グリッド配置を解除 */
		padding: 0 !important;
	}

	#guid .inner .grid02 li {
		width: 100% !important;
		/* 確実に100% */
		min-height: 0 !important;
		/* PC版の25rem（約250px）を解除 */
		padding: 3rem 3rem 5rem;
		left: 0 !important;
		position: relative !important;
		overflow: hidden;
		border-bottom: 1px solid #b5b5b5;
	}

	#guid .inner .grid02 li:last-child {
		border-bottom: none;
	}

	#guid .inner .grid02 li h4 {
		font-size: 4vw;
		margin-bottom: .5rem;
	}

	#guid .inner .grid02 li a.bg_green {
		width: 100% !important;
		max-width: 100% !important;
		margin: 15px 0 !important;
		padding: 15px 10px !important;
	}

	#guid .inner .grid02 li a.bg_green .tel {
		font-size: 5.3vw;
		padding-left: 35px !important;
		display: inline-block;
		position: relative;
	}

	#guid .inner .grid02 li a.bg_green .tel::before {
		left: 0 !important;
		/* マイナス値をやめる */
		width: 25px !important;
		height: 25px !important;
	}

	#guid .inner .grid02 li a.btn-green {
		position: static !important;
		/* absoluteをやめる */
		display: block !important;
		text-align: right !important;
		margin-top: 20px !important;
		font-size: 3.7vw;
	}

	.u-fz18 {
		font-size: 3.6vw;
	}

	.u-fz28 {
		font-size: 5.6vw;
	}

	#guid .inner .grid02 li .flex {
		display: block;
		width: 100%;
	}

	#guid .inner .grid02 li .flex.calender {
		display: flex;
		width: 100%;
	}

	#guid .inner .grid02 li .flex .left-wrapper {
		width: 80%;
		margin: 3rem 0;
	}

	#guid .inner .grid02 li .flex .right-wrapper {
		width: 100%;
	}

	#guid .inner .grid02 li .flex .left-wrapper,
	#guid .inner .grid02 li .flex .right-wrapper {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	#guid .inner .grid02 li .flex.calender {
		flex-direction: row;
		justify-content: space-between;
	}

	#guid .inner .grid02 li .flex.calender img {
		width: 100%;
	}

	#guid .inner .grid02 li .flex.calender .left-wrapper,
	#guid .inner .grid02 li .flex.calender .right-wrapper {
		width: 49%;
		margin: 0;
	}
#guid07 .flex.calender .left-wrapper,
#guid07 .flex.calender .right-wrapper {
		width: 49%;
		margin: 0;
}

	#guid p,
	#guid span,
	#guid h4 {
		white-space: normal !important;
		/* 折り返しを強制 */
		word-break: break-all !important;
		/* 英数字でも強制折り返し */
	}
	a.guid_btn-green {
		font-size: 3.7vw;
	}
}

@media screen and (max-width: 480px) {
	#guid {
		padding-bottom: 0;
	}

	#guide .inner .mt50 {
		margin-top: 3rem;
	}

	#guid .inner .grid02 li a.btn-green {
		bottom: 3rem;
	}
}

footer {
	padding: 10rem 0 0;
}

footer .inner {
	padding-bottom: 0;
}

li.disc {
	position: relative;
	/* 「・」の基準位置にする */
	padding-left: 1.2em;
	/* 「・」の分だけテキストを右に寄せる */
	list-style: none;
	/* デフォルトの丸を消す */
}

li.disc::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 15px;

	/* 丸の大きさと色 */
	width: 2px;
	/* discより小さめのサイズ */
	height: 2px;
	background-color: #333;
	/* 文字色に合わせる */
	border-radius: 50%;
	/* 正方形を丸くする */
}

footer li.disc::before {
	left: 0;
}

footer .inner .f-list ul li.bold.green {
	margin-bottom: 1rem;
}

footer .inner .f-list ul li.black {
	color: #000;
}

footer .inner .f-list ul li .gray {
	color: #707070;
}

footer .inner .f-list ul li.ex-link {
	position: relative;
}

footer .inner .f-list ul li.ex-link::after {
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url(../img/cmn/icon_other.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

footer .inner .flex .left-wrapper img {
	max-width: 250px;
	margin-bottom: 1rem;
}

footer .inner .flex .left-wrapper ul.sns-icon {
	width: 15rem;
	justify-content: space-between;
	margin: 0 auto;
}

footer .inner .flex .left-wrapper ul li {
	width: 3rem;
	height: 3rem;
}

footer .inner .flex .right-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 72%;
}

footer .inner .flex .right-wrapper .flex {
	margin-bottom: 2rem;
}

footer .inner .flex .right-wrapper .flex img {
	margin-right: 1rem;
	width: 32%;
}

footer .inner .flex .right-wrapper .flex img:last-child {
	margin-right: 0;
}

footer .inner.bottom {
	padding: 5rem 0 2rem;
}

footer .inner.bottom .flex {
	align-items: center;
	justify-content: space-between;
}

.gray-line {
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
}

#copyright {
	font-size: 1.4rem;
	color: #7d7d7d;
}

#copyright .copy-mark {
	font-size: 20px !important;
	display: inline-block;
	vertical-align: middle;
	/* 周りのテキストと高さを揃える */
	margin-right: 2px;
	/* 数字との間の微調整 */
	font-family: sans-serif;
	/* 記号が綺麗に見えるフォントを指定 */
}

@media screen and (max-width: 768px) {
	footer {
		padding: 0;
	}

	.green {
		font-size: 3.7vw;
	}

	/* アコーディオンの基本装飾（一例） */
	.footer-sp-accordion {
		border-top: 1px solid #b5b5b5;
	}

	.accordion-title {
		font-size: 3.7vw;
		font-weight: bold;
		padding: 4vw 0 4vw 3vw;
		margin: 0;
		position: relative;
		cursor: pointer;
		color: #333;
		border-bottom: 1px solid #b5b5b5;
	}

	.accordion-title::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2%;
		background-image: url(../img/cmn/icon_btn02.svg);
		width: 2rem;
		height: 1.5rem;
		background-repeat: no-repeat;
		transform: translateY(-50%) rotate(0deg);
		transition: transform 0.3s ease-in-out;
	}

	.accordion-item.is-open .accordion-title::after {
		transform: translateY(-50%) rotate(-180deg);
	}

	.accordion-item.is-open .accordion-title {
		border-bottom: none;
	}

	.accordion-content {
		display: none;
		/* 初期状態は閉じる */
		list-style: none;
		padding: 0 0 3vw 7vw;
		margin: 0;
		font-size: 3.7vw;
		border-bottom: 1px solid #b5b5b5;
	}

	.accordion-content li {
		margin-bottom: 4vw;
	}

	.bottom {
		padding-top: 12vw;
		text-align: center;
	}

	.bottom .flex .left-wrapper img {
		width: 50%;
	}

	.bottom .flex .left-wrapper .sns-icon {
		justify-content: space-between;
		width: 50%;
		margin: 5vw auto 10vw;
	}

	.bottom .flex .left-wrapper .sns-icon img {
		width: 100%;
		height: auto;
		display: block;

	}

	.bottom .flex .left-wrapper .sns-icon li {
		width: 5rem;
		/* サイズ固定 */
		height: 5rem;
		/* サイズ固定 */
	}

	.bottom .flex .right-wrapper .flex {
		justify-content: space-between;
		margin-bottom: 5vw;
	}

	.bottom .flex .right-wrapper .flex img {
		width: 49%;
		margin-bottom: 2%;
	}

	#copyright {
		font-size: 2.7vw;
	}

	footer .inner {
		padding-bottom: 4rem;
	}

	footer .inner.bottom .flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer .inner .flex .left-wrapper {
		width: 50%;
	}

	footer .inner .flex .left-wrapper img {
		width: 100%;
		max-width: none;
	}

	footer .inner .flex .left-wrapper ul.sns-icon {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 10vw;
	}

	footer .inner.bottom {
		padding: 9rem 0 2rem;
		margin-bottom: 13vw;
	}

	footer .inner .flex .right-wrapper {
		width: 100%;
	}

	footer .inner .flex .right-wrapper .flex {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 4rem;
	}

	footer .inner .flex .right-wrapper .flex img {
		width: 49%;
	}

	footer .inner .flex .right-wrapper .flex img {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	footer .inner.bottom {
		margin-bottom: 3vw;
	}

	.bottom .flex .left-wrapper .sns-icon {
		margin-top: 3vw;
	}

	.bottom .flex .left-wrapper .sns-icon li {
		width: 2.6rem;
		height: 2.6rem;
	}
}

/* --------------------------------------------------------
	子ページ共通
-------------------------------------------------------- */
#p-mv {
	position: relative;
}

#p-mv img {
	width: 100%;
}

#p-mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 3.6rem;

}

.breadcrumb {
	max-width: 1200px;
	margin: 3vw auto 2.5vw;
}

.breadcrumb ol {
	display: flex;
	/* 横並びにする */
	list-style: none;
	padding: 0;
}

.breadcrumb li {
	display: flex;
	align-items: center;
	color: #b5b5b5;
}

.breadcrumb li:first-child {
	color: #333;
}

/* 最後の要素以外に「>」をつける */
.breadcrumb li:not(:last-child)::after {
	content: ">";
	margin: 0 10px;
	/* 前後の余白 */
	color: #b5b5b5;
	/* 文字色を少し薄くするのがオシャレ */
	font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
	.breadcrumb {
		width: 96%;
		margin: 2.5rem auto 2rem;
	}
}

/* --------------------------------------------------------
	お買い物ガイド
-------------------------------------------------------- */
.container {
	max-width: 1220px;
	margin: 0 auto;
}

.container .sidebar {
	width: 20%;
}

.container .sidebar nav ul li {
	margin-bottom: 2rem;
}

.container .sidebar nav ul li a:hover {
	color: #005e67;
}

.container .main-container {
	width: 80%;
}

.container .main-container .guid-content {
	background-color: #fff;
	margin-bottom: 4rem;
	padding: 4rem;
}

.container .main-container .guid-content h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.container .main-container .guid-content h3 {
	font-size: 1.8rem;
	margin-bottom: .5rem;
}

.container .main-container .guid-content a.bg_green {
	margin: 0 0 3rem 0;
}

.container .main-container .guid-content a.btn-green {
	position: static;
}

.table01 {
	width: 100%;
	border-top: 1px solid #e4e4e4;
}

.table01 th,
.table01 td {
	border-bottom: 1px solid #e4e4e4;
}

.table01 th {
	background-color: #f9f9f8;
	padding: 2rem 3rem;
	vertical-align: top;
	width: 23%;
}

.table01 td {
	padding: 2rem 0 2rem 4rem;
}

.table01 td ul {
	padding: 1em 0 1em 1em;
}

.container .main-container .guid-content .mb0 {
	margin-bottom: 0;
}

.container .main-container .guid-content .flex .left-wrapper {
	margin-right: 2rem;
}


@media screen and (max-width: 1200px) {
	.container {
		width: 96%;
	}
}

@media screen and (max-width: 768px) {

	.container {
		flex-direction: column;
	}

	.container .sidebar,
	.container .main-container {
		width: 100%;
	}

	.container .sidebar nav ul {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #e4e4e4;
		margin-bottom: 13vw;
	}

	.container .sidebar nav ul li {
		width: 50%;
		box-sizing: border-box;
		margin: 0;
	}

	.container .sidebar nav ul li a {
		display: block;
		width: 100%;
		font-size: 3.7vw;
		background-color: #fff;
		border-bottom: 1px solid #e4e4e4;
		padding: 1rem 0 1rem 3rem;

	}

	.container .sidebar nav ul li:nth-child(2n) a {
		border-left: 1px solid #e4e4e4;
	}

	.container .sidebar nav ul li a:hover {
		color: #005e67;
	}

	.container .sidebar nav ul li a span {
		margin-right: .8em;
	}

	.container .main-container .guid-content {
		padding: 4rem 2rem;
	}

	.container .main-container .guid-content h2 {
		font-size: 5.3vw;
	}

	#p-guid .container .main-container .guid-content .green {
		font-size: 3.7vw;
	}

	.table01 td {
		padding: 2rem;
	}

	#p-guid .container .main-container #guid01 .mb30 {
		margin-bottom: 5rem;
	}

	.container .main-container .guid-content a.bg_green {
		width: 80%;
		margin: 0 auto 2rem;
		max-width: none;
	}

	.container .main-container .guid-content a.bg_green .tel {
		font-size: 5.3vw;
	}

	.container .main-container .guid-content a.bg_green .tel::before {
		content: none;
	}

	.container .main-container .guid-content a.btn-green {
		display: block;
		text-align: center;
	}

	.table01 tr,
	.table01 tr th,
	.table01 tr td {
		display: block;
	}

	.table01 tr th {
		width: 100%;
	}

	.table01 tr td {
		padding-bottom: 4rem;
	}

	.container .main-container .guid-content .flex .left-wrapper,
	.container .main-container .guid-content .flex .right-wrapper {
		width: 48%;
	}

	.container .main-container .guid-content .flex .left-wrapper {
		margin-right: 4%;
	}

	#p-mv h1 {
		font-size: 4.8vw;
	}
}

@media screen and (max-width: 480px) {
	#p-mv h1 {
		width: 100%;
		text-align: center;
	}
}

#p-guid {
	background-image: url(../img/guid/bg01.jpg);
}

#p-guid .container .main-container .guid-content .green {
	display: flex;
	align-items: flex-start;
	/* 上揃えに変更 */
	gap: 8px;
	line-height: 1.5;
}

#p-guid .container .main-container .guid-content .green::before {
	content: "";
	display: block;
	/* inline-blockでも可 */
	width: 18px;
	height: 18px;
	background-color: currentColor;
	border-radius: 50%;
	flex-shrink: 0;
	/* 1行目の高さ(line-height)の中で中央にくるようマージンで調整 */
	/* 計算式：(文字の高さ - 丸の高さ) / 2 */
	margin-top: calc((1.5em - 18px) / 2);
}

@media screen and (max-width: 768px) {
	#p-guid {
		font-size: 3.2vw;
	}

	#p-guid .container .main-container .guid-content .green::before {
		width: 3.7vw;
		height: 3.7vw;
		margin-top: calc((1.5em - 3.7vw) / 2);
	}
}

#p-company .breadcrumb,
#p-tokusyo .breadcrumb {
	margin: 1.5vw auto 3.5vw;
}

#p-privacy .inner-privacy {
	padding-left: 5rem;
	padding-bottom: 4rem;
}

#p-privacy .inner-privacy h3 {
	font-size: 2.4rem;
	margin: 4rem 0 2rem;
}

#p-privacy .inner-privacy p {
	margin-bottom: 2rem;
}

ul.list-square li {
	position: relative;
	padding-left: 1.5em;
	/* 記号の分だけ左に余白を作る */
	line-height: 2;
	/* 行間を整える */
	margin-bottom: 1rem;
}

ul.list-square li::before {
	content: "";
	/* 文字は入れない */
	position: absolute;
	left: 0;
	top: 0.4em;
	/* 文字の高さに合わせて微調整 */

	/* 図形の設定 */
	width: 0.7em;
	/* 四角の幅 */
	height: 0.7em;
	/* 四角の高さ */
	background-color: #005e67;
	/* ここで色が確実に反映されます */

	display: inline-block;
}

#p-privacy h4 {
	background-color: #f9f9f8;
	border-top: 1px solid #e4e4e4;
	font-weight: bold;
	padding-left: 5rem;
	line-height: 4;
	margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
	#p-privacy .inner-privacy {
		padding-left: 0;
	}
}

/*-------------------------------------
　　ヘッダーのプルダウン
-------------------------------------*/
.menu-item {
	width: 280px;
	text-align: left;
}

.menu-item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.menu-item p {
	color: #fff;
	/* 文字は白 */
	font-size: 14px;
}


/* 親の li に open がついた時の三角形 */
.has-child.open::after {
	content: "";
	position: absolute;
	top: 100%;
	/* メニューのすぐ下 */
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	/* 下向きの白い矢印 */
	display: block !important;
	z-index: 10001;
	/* メガメニュー（9999）より必ず大きく */
}

/* 親要素の li：ここが基準点になります */
.bottom-nav ul li.has-child {
	position: static !important;
	/* staticにすることで基準を解除 */
}

/* 白い▼（三角形）の設定 */
.has-child.open>a::after {
	content: "";
	position: absolute;

	/* 位置の調整：メニューの底辺中央に配置 */
	left: 50%;
	bottom: -10px;
	/* メニューの下端から10px下に突き出す */
	transform: translateX(-50%);

	/* 三角形の形 */
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	/* 下向きの白い矢印 */

	/* 表示の保証 */
	display: block !important;
	visibility: visible !important;
	z-index: 10001 !important;
	/* メガメニューよりも絶対上 */
}

.bottom-nav ul li.has-child>a {
	position: relative;
	display: inline-block;
	/* aタグに幅を持たせる */
}

/* 3. 三角形（aタグの疑似要素として作る） */
.bottom-nav ul li.has-child.open>a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	/* メニューの高さに合わせて微調整してください */
	transform: translateX(-50%);

	/* 三角形の形 */
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;

	display: block !important;
	z-index: 10001;
}

/* 4. メガメニュー（基準が nav や body になるので幅100%が可能に） */
.mega-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #005e5e;
	z-index: 9999;

	/* --- スクロールのための設定 --- */
	max-height: 80vh;
	/* ブラウザの高さの80%までに制限 */
	overflow-y: auto;
	/* 縦方向に中身が溢れたらスクロールを出す */
	padding: 4rem 0 3rem;

	/* スクロールバーの見た目を少し綺麗にする（任意） */
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.has-child.open .mega-menu {
	display: block;
	margin-top: 1rem;
}

.mega-menu p,
.mega-menu a {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* メガメニュー内のulをリセット */
.mega-menu-inner {
	display: flex;
	/* 横並び */
	justify-content: center;
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

/* 各項目のスタイル */
header .bottom-nav .flex .mega-menu .mega-menu-inner .menu-item {
	/* 明朝体解除のためのゴシック設定をここにも */
	font-family: sans-serif;
	border-right: none;
	padding: 0 .5rem;
}

.menu-item a {
	text-decoration: none;
	/* リンクの下線を消す */
	display: block;
}

.mega-menu-inner02 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

.under-line {
	display: block;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 3rem;
}

.mega-menu-title {
	font-weight: bold;
	margin-bottom: 1rem;
}

.mega-menu-list02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5%;
	margin-bottom: 2rem;
}

header .bottom-nav .flex .has-child .mega-menu-list02 li {
	width: 13%;
	margin-bottom: 3rem;
	padding: 0;
	border-right: 0;
}

.mega-menu-list02 li img {
	margin-bottom: 1rem;
}

.mega-menu::-webkit-scrollbar {
	width: 6px;
}

.mega-menu::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}

.mega-menu-list03 {
	margin-bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	gap: 2%;
}

header .bottom-nav .flex .has-child .mega-menu-list03 li {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 0 1.5em;
	width: 20%;

}

/* 1. 親の li から ::after の設定を完全に消去する（ここが重要） */
.bottom-nav ul li.has-child::after {
	display: none !important;
	content: none !important;
}

/* 2. 三角形の基準を a タグ（文字部分）に限定する */
.bottom-nav ul li.has-child>a {
	position: relative;
	display: inline-block;
	/* 基準を文字の幅に合わせる */
}

/* 3. 「商品一覧」などの文字の直下だけに三角を出す */
.bottom-nav ul li.has-child.open>a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	/* 文字のすぐ下に配置 */
	margin-top: 10px;
	/* 文字との隙間 */
	transform: translateX(-50%);

	/* 三角形の形 */
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;

	display: block !important;
	z-index: 10001;
	/* メガメニュー(9999)より前面へ */
}

/*-------------------------------------
　　トップページ　MVスライダー
-------------------------------------*/
/* スライダー全体の親（ここが重要） */
.swiper.mv_list {
	width: 100%;
	position: relative;
	/* 画面からはみ出さないように hidden に戻す */
	overflow: hidden !important;
	padding-bottom: 6rem;
}

/* スライド自体の設定 */
.swiper.mv_list .swiper-slide {
	transition: opacity 0.4s ease;
	opacity: 0.3;
	width: 100%;
}

/* 真ん中のスライド（アクティブ） */
.swiper.mv_list .swiper-slide-active {
	opacity: 1 !important;
}

.swiper.mv_list .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* 矢印（画像の上に浮かせる） */
.swiper-button-next,
.swiper-button-prev {
	color: #2d5a27 !important;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
}

/* ドット（画像の下に配置） */
.swiper-pagination {
	bottom: 2rem !important;
	position: absolute;
	width: 100%;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: transparent;
	opacity: 1;
	margin: 0 5px !important;
	display: inline-block;
	vertical-align: middle;
}

.swiper-pagination-bullet .ring-path {
	stroke: #d2d2d2;
	/* 線の色 */
	fill: #fff;
	/* 中は透明 */
	transition: all 0.3s ease;
}

/* ⚫︎ アクティブ時：ベタ塗り */
.swiper-pagination-bullet-active .ring-path {
	fill: #005e67;
	/* 中を#005e67で塗りつぶす */
	stroke: #005e67;
	/* 線の色も同じに */
}

/* SVG自体のサイズをドットに合わせる */
.swiper-pagination-bullet .ring {
	width: 100%;
	height: 100%;
	display: block;
}

/* デフォルトの「>」を消す */
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

/* 矢印の共通設定（サイズや色のベース） */
.swiper-button-next,
.swiper-button-prev {
	width: 7rem;
	/* SVGのサイズに合わせて調整 */
	height: 7rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* 左矢印（SVGを背景としてセット） */
.swiper-button-prev {
	/* ここにSVGのコードを記述します。
       #005e67 の色を指定した「左向き矢印」の例です。 
    */
	background-image: url('../img/top/icon_slide_left.svg');
}

/* 右矢印 */
.swiper-button-next {
	background-image: url('../img/top/icon_slide_right.svg');
}

/* ホバー時に少し透明にするなどの演出 */
.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.swiper.mv_list .swiper-slide {
		display: flex;
		justify-content: center;
		/* 画像を中央に配置 */
	}

	.swiper.mv_list .swiper-slide img {
		width: 96% !important;
		/* 画像の横幅を96%に制限 */
		height: auto;
		margin: 0 auto;
	}

	/* ページネーションのサイズ変更（前回の回答分） */
	.swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}

	.swiper.mv_list {
		padding-bottom: 7rem;
	}

	.swiper-pagination {
		bottom: 3rem !important;
	}
}


/*-------------------------------------
　　ガイドのスライダー
-------------------------------------*/
/* サブスライダー専用の設定 */
.swiper.sub_slider {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	/* 下のドットが見えるように visible に変更 */
	overflow: hidden !important;
	padding-bottom: 30px;
	position: relative;
}

.swiper.sub_slider .swiper-slide {
	opacity: 1 !important;
	/* 2つ目は最初から明るくてOK */
}

.swiper.sub_slider .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* ドットの位置調整（必要であれば） */
.sub_slider .swiper-pagination {
	bottom: 0 !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/* 画像と被らないように z-index を指定 */
	z-index: 10;
}

.sub_slider .swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background: transparent !important;
	/* 強制的に透明に */
	opacity: 1 !important;
	margin: 0 4px !important;
	display: inline-flex;
	/* 中のSVGを中央寄せにするため */
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.sub_slider .swiper-pagination-bullet svg {
	width: 100%;
	height: 100%;
}

.sub_slider .swiper-pagination-bullet .ring-path {
	stroke: #005e67 !important;
	/* ★ 指定色に変更 */
	stroke-width: 3;
	/* 小さくなった分、線を少し太くすると見やすいです */
	fill: transparent;
	transition: all 0.3s ease;
}

/* アクティブ時のベタ塗り設定 */
.sub_slider .swiper-pagination-bullet-active .ring-path {
	fill: #005e67 !important;
	/* ★ 中を塗りつぶす */
	stroke: #005e67 !important;
}

.sub_slider .swiper-pagination-bullet .ring {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.swiper.sub_slider {
		width: 70%;
		margin: 3rem auto;
	}

	.sub_slider .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}
}

/*-------------------------------------
　　ランキング・おすすめ商品のスライダー
-------------------------------------*/
/* 1. 追加：スライダーを全幅にするためのラッパー */
.slider-full-wrapper {
	width: 100%;
	overflow: hidden;
}

/* 2. 修正：item-slider自体の設定（突き破りハックを削除） */
.item-slider {
	/* 左端は、画面幅からコンテンツ幅(1200px or 96%)を引いて2で割った余白 ＋ 5rem の位置 */
	margin-left: calc((100% - min(96%, 1200px)) / 2 + 5rem);
	width: 100%;
}

/* スライド自体の横幅設定 */
.item-slider .swiper-slide {
	width: 250px;
	/* お好みの幅に調整してください */
	height: auto;
}
.item-slider .swiper-slide .img {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.item-slider .swiper-slide .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
/* 既存の .inner 内での flex 挙動を Swiper 用にリセット */
.item-slider .swiper-wrapper {
	display: flex;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.item-slider {
		margin-left: calc((100% - min(96%, 1200px)) / 2);
	}

	.item-slider .swiper-slide h3 {
		font-size: 3.5vw;
		margin: 1rem 0 0;
	}
}

/*-------------------------------------
　　商品一覧ページ
-------------------------------------*/
#p-category .breadcrumb {
	margin: .5vw auto 3.5vw;
}
#p-category .container .sidebar {
	width: 25%;
}
#p-category .container .main-container {
	width: 73.771%;
}
#p-category .container .sidebar nav ul li {
	padding-left: 1em;
	margin-bottom: 1rem;
}
#p-category .container .sidebar nav ul li.disc {
	padding-left: 2em;
}
.container .sidebar nav ul li.green {
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
#p-category .container .sidebar nav ul li.disc ul li.gray-list {
	padding-left: 1em;
}
#p-category .container .sidebar nav ul li.disc ul li.gray-list:first-child {
	margin-top: 1rem;
}
#p-category .container .sidebar nav ul li.disc ul li.gray-list::before {
	width: .6vw;
	height: .5vw;
}
#p-category .container .main-container h1 {
	font-size: 3rem;
	min-width: 400px;
	text-align: center;
}
#p-category .container .main-container h1.tal {
	text-align: left;
	border-bottom: none;
}
#p-category .container .main-container h1.fs36 {
	font-size: 3.6rem;
}
#p-category .container .main-container section.all-item {
	border-top: 1px solid #d2d2d2;
	padding: 4rem 2% 7rem;
}
#p-category .container .main-container section.category {
	padding-bottom: 0;
	padding: 2rem 2% 7rem;
}
#p-category .container .main-container section h2,
#p-category .container .main-container section h3 {
	font-size: 2.4rem;
	display: inline-block;
}
#p-category .container .main-container section h3 {
	margin-bottom: 1.5rem;
}
#p-category .container .main-container section span.ml05 {
	margin-left: .5em;
}
#p-category .container .main-container section span.gray {
	color: #959595;
}
#p-category .container .main-container section ul.grid03 {
	border-bottom: 1px solid #d2d2d2;
}
#p-category .container .main-container section ul.grid02 {
	gap: 4rem;
}
#p-category .container .main-container section ul.grid03 li {
	margin-bottom: 4rem;
}
#p-category .container .main-container section ul.grid02 .img,
#p-category .container .main-container section ul.grid03 .img {
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
#p-category .container .main-container section ul.grid02 .img img,
#p-category .container .main-container section ul.grid03 .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
#p-category .container .main-container section ul.grid02 li a h4,
#p-category .container .main-container section ul.grid03 li a h4 {
	margin-top: 1rem;
}
#p-category .container .main-container section ul.grid02 li a .price {
	line-height: 0;
	margin: 2rem 0 .5rem;
}
#p-category .container .main-container section ul.grid03 li a .price {
	line-height: 0;
	margin: 1rem 0;
}
#p-category .container .main-container section ul.grid02 li a img {
	width: 100%;
}
#p-category .container .main-container section ul.grid02 li a img.star {
	width: 25%;
}

ul.itemlist-btn,
ul.itemlist-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 6rem;
}

ul.itemlist-btn li.prev,
ul.itemlist-btn li.next,
ul.itemlist-btn li.prev,
ul.itemlist-btn li.next {
	width: 1.5em;
	display: flex;
	align-items: center;
}

ul.itemlist-btn li.green,
ul.itemlist-btn li.green {
	color: #005e67;
}

ul.itemlist-btn li.gray,
ul.itemlist-btn li.gray {
	color: #b5b5b5;
}
#p-category .container .main-container section.all-item .flex {
	justify-content: space-between;
}

/* プルダウン全体を囲むコンテナ */
.custom-select-container {
	position: relative;
	/* 子要素（矢印）を配置するための基準 */
	width: 200px;
	/* 必要に応じて調整 */
	height: 37px;
	border: 1px solid #ccc;
	/* 画像に合わせた枠線の色 */
	border-radius: 8px;
	/* 角丸の調整 */
	overflow: hidden;
	/* コンテンツが枠をはみ出さないように */
	background-color: #fff;
	display: flex;
	align-items: center;
}

/* セレクトボックス自体のスタイル */
.custom-select-container select {
	width: 100%;
	/* 親コンテナいっぱいに広げる */
	padding: 6px 15px;
	/* テキストの余白を調整 */
	font-size: 14px;
	/* テキストの大きさ */
	border: none;
	/* デフォルトの枠線を消す */
	outline: none;
	/* フォーカス時の青い枠線を消す */
	background-color: transparent;
	/* 背景を透明に */
	cursor: pointer;
	/* マウスオーバーで指アイコンに */

	/* 【重要】デフォルトの矢印を消す */
	-webkit-appearance: none;
	/* Chrome, Safari, Edge */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	/* 標準 */
}

/* 独自矢印の定義（疑似要素） */
.custom-select-container::after {
	content: '';
	/* 空の文字を生成 */
	position: absolute;
	top: 50%;
	/* 親コンテナの上から50%の位置 */
	right: 15px;
	/* 右からの余白 */
	width: 13px;
	height: 8px;
	background-image: url(../img/cmn/icon_pul.svg);
	background-repeat: no-repeat;
	transform: translateY(-50%);
	/* 自身の高さの半分を上にずらして中央揃え */
	pointer-events: none;
	/* 矢印をクリックしてもプルダウンが反応するように */
}

.custom-select-container.is-sp {
	display: none;
}

@media screen and (min-width: 769px) {
#p-category .container .main-container.is-large {
	width: 80%;
}
}
@media screen and (max-width: 768px) {
	.custom-select-container.is-sp {
		display: block;
	}
	#p-category {
		font-size: 3.2vw;
	}
	#p-category .breadcrumb {
		margin: 1rem auto 4rem;
		font-size: 3.2vw;
	}
	#p-category .container .sidebar {
		display: none;
	}
	#p-category .container .main-container {
		width: 100%;
	}

	.custom-select-container {
		height: auto;
	}

	.custom-select-container.is-sp {
		position: relative;
		width: 100%;
		margin-bottom: 6%;
	}

	.custom-select-container select {
		font-size: 3.5vw;
		padding: 1vw 4vw;
	}

	.custom-select-container::after {
		width: 2.2vw;
		height: 1.2vw;
		right: 2.5vw;
	}
	#p-category .container .main-container section ul.grid02 li {
		margin-bottom: 4vw;
	}
	#p-category .container .main-container section ul.grid02 {
		padding-bottom: 14vw;
	}
	#p-category .container .main-container section.all-item .flex {
		flex-direction: column;
	}
	#p-category .container .main-container section.all-item .flex .custom-select-container {
		width: 100%;
		margin-bottom: 8vw;
	}
	#p-category .container .main-container section.all-item ul.grid03 li img {
		width: 100%;
	}
	#p-category .container .main-container section.all-item ul.grid03 li .price {
		margin: 2rem 0;
	}
	#p-category .container .main-container section.all-item ul.grid03 li img.star {
		width: 40%;
	}

	ul.itemlist-btn,
	ul.itemlist-btn {
		margin-top: 4rem;
	}

	ul.itemlist-btn li,
	ul.itemlist-btn li {
		font-size: 4vw;
	}
}

@media screen and (max-width: 480px) {
	.custom-select-container select {
		padding: 2vw 4vw;
	}
}

#p-category .container .sidebar nav ul li.bg_green {
	background-color: rgba(0, 94, 103, 0.1);
	padding: .2em 2em;
	border-radius: 5px;
}
#p-category .category_mv {
    position: relative;
    width: 100%;
}

#p-category .category_mv picture img {
    width: 100%;
    height: auto;
    display: block;
}

#p-category .category_mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    /* 必須：自身の中心を基準点に重ねる（ズレ防止） */
    transform: translate(-50%, -50%);

    /* 解決策：意図しない改行を「絶対に」させない */
    white-space: nowrap; 

    /* width 100% は不要（文字の幅に合わせる） */
    margin: 0;
    padding: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
	#p-category.gift .category_mv {
		background-image: url(../img/category/gift/mv_sp.jpg);
	}
	#p-category.shincha .category_mv {
		background-image: url(../img/category/shincha/mv_sp.jpg);
	}
	#p-category.premium .category_mv {
		background-image: url(../img/category/premium/mv_sp.jpg);
	}
	#p-category.sencha .category_mv {
		background-image: url(../img/category/sencha/mv_sp.jpg);
	}
	#p-category.maccha .category_mv {
		background-image: url(../img/category/maccha/mv_sp.jpg);
	}
	#p-category.freeship .category_mv {
		background-image: url(../img/category/freeship/mv_sp.jpg);
	}
	#p-category.chirancha .category_mv {
		background-image: url(../img/category/chirancha/mv_sp.jpg);
	}
	#p-category.kirishimacha .category_mv {
		background-image: url(../img/category/kirishimacha/mv_sp.jpg);
	}
	#p-category.kagoshima-sweet-tea .category_mv {
		background-image: url(../img/category/kagoshima-sweet-tea/mv_sp.jpg);
	}
	#p-category.tea-bags .category_mv {
		background-image: url(../img/category/tea-bags/mv_sp.jpg);
	}
	#p-category.hojicha-bancha .category_mv {
		background-image: url(../img/category/hojicha-bancha/mv_sp.jpg);
	}
	#p-category.organic .category_mv {
		background-image: url(../img/category/organic/mv_sp.jpg);
	}
	#p-category.tea-ware .category_mv {
		background-image: url(../img/category/tea-ware/mv_sp.jpg);
	}
	#p-category.kazaemon .category_mv {
		background-image: url(../img/category/kazaemon/mv_sp.jpg);
	}
	#p-category.satsumamidori .category_mv {
		background-image: url(../img/category/satsumamidori/mv_sp.jpg);
	}
	#p-category.origin-kagoshima .category_mv {
		background-image: url(../img/category/origin-kagoshima/mv_sp.jpg);
	}
	#p-category.subscription .category_mv {
		background-image: url(../img/category/subscription/mv_sp.jpg);
	}
	#p-category.finest .category_mv {
		background-image: url(../img/category/finest/mv_sp.jpg);
	}
	#p-category.gyokuro .category_mv {
		background-image: url(../img/category/gyokuro/mv_sp.jpg);
	}
	#p-category.sairyoku .category_mv {
		background-image: url(../img/category/sairyoku/mv_sp.jpg);
	}
	#p-category.tanrei .category_mv {
		background-image: url(../img/category/tanrei/mv_sp.jpg);
	}
}

#p-category .category_mv h1 {
	font-size: 2.4rem;
	background-color: rgba(250, 250, 250, 0.9);
	padding: 1rem 2rem;
}

#p-category h2 {
	font-size: 2.4rem;
	margin: 4rem 0 1rem;
}

#p-category section.category {
	border-top: 1px solid #d2d2d2;
	padding-top: 2rem;
}
#p-category.other h1 {
	font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
	#p-category .category_mv {
		width: 100%;
		height: 64vw;
		background-size: contain;
	}

	#p-category .category_mv h1,
	#p-category h2 {
		font-size: 4.8vw;
	}

	#p-category .category_mv {
		margin-bottom: 8vw;
	}

	#p-category h2 {
		margin-bottom: 4vw;
	}

	#p-category section.category {
		margin-top: 22vw;
	}
}

optgroup {
	color: #333;
}

/* 最初のグループの上には余白がいらない場合 */
optgroup:first-child {
	padding-top: 0;
}

/*-------------------------------------
　　商品詳細ページ　スライド
-------------------------------------*/
.left-wrapper-02 {
	width: 58.3%;
}

/* ── メインスライダー ── */
.main-slider-02 {
	width: 100%;
	background: #e8e8e8;
	overflow: hidden;
	position: relative;
}

.main-slider-02 .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8e8e8;
}

.main-slider-02 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* ナビゲーションボタン */
.main-slider-02 .swiper-button-next,
.main-slider-02 .swiper-button-prev {
	color: #333;
	background: rgba(255, 255, 255, 0.7);
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.main-slider-02 .swiper-button-next::after,
.main-slider-02 .swiper-button-prev::after {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	content: 'next';
}

.main-slider-02 .swiper-button-prev::after {
	content: 'prev';
}

/* フラクションページネーション */
.main-slider-02 .swiper-pagination-fraction-02 {
	position: absolute;
	bottom: 10px;
	left: 12px;
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 2px 8px;
	font-size: 12px;
	color: #333;
	z-index: 10;
}

/* ── サムネイルスライダー ── */
.thumbs-slider-02 {
	margin-top: 10px;
	width: 100%;
}

/* slidesPerView:5 固定なので幅はSwiperが計算 */
.thumbs-slider-02 .swiper-slide {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid transparent;
	cursor: pointer;
	opacity: 0.55;
	transition: opacity 0.25s, border-color 0.25s;
	background: #ddd;
	border-radius: 2px;
}

.thumbs-slider-02 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.thumbs-slider-02 .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #005e67;
}

/*-------------------------------------
　　商品詳細ページ
-------------------------------------*/
#p-product .main-container .inner .flex .right-wrapper {
	width: 37.5%;
}

#p-product .main-container .inner .flex .right-wrapper hgroup {
	margin-bottom: 1rem;
}

#p-product .main-container .inner .flex .right-wrapper hgroup h1 {
	font-size: 3.6rem;
	line-height: 1;
}

#p-product .main-container .inner .flex .right-wrapper hgroup .product-en {
	color: #959595;
	font-size: 1.8rem;
	display: block;
	margin: 4px 0 0;
}

#p-product .star {
	width: 25%;
	margin-right: .5em;
	display: flex;
	align-items: center;
}

#p-product .main-container .inner .flex .right-wrapper .product-review p {
	font-size: 2.4rem;
}

#p-product .main-container .inner .flex .right-wrapper .product-review p span {
	font-size: 1.4rem;
	color: #005e67;
	padding-left: .8em;
	text-decoration: underline;
}

#p-product .main-container .inner .flex .right-wrapper .label-gift {
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 1.8em;
	color: #005e67;
	position: relative;
	margin-bottom: 3rem;
}

#p-product .main-container .inner .flex .right-wrapper .label-gift::before {
	display: inline-block;
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(../img/product/icon_gift.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#p-product .main-container .inner .flex .right-wrapper .form-container label {
	margin-right: 1rem;
}

#p-product .main-container .inner .flex .right-wrapper .form-container .makeshop-option-wrap {
	margin-top: .5rem;
}

#p-product .main-container .inner .flex .right-wrapper .form-container .makeshop-option-wrap .select-wrapper {
	display: inline-block;
	width: 70%;
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	/* デフォルトの矢印を非表示にする（ブラウザ対応） */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/* 親要素の擬似要素としてアイコンを配置 */
#p-product .main-container .inner .flex .right-wrapper .form-container .makeshop-option-wrap .select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	/* 位置は微調整してください */
	transform: translateY(-50%);
	width: 12px;
	height: 14px;
	background-image: url(../img/cmn/icon_pul.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

.makeshop-option-wrap {
	font-family: sans-serif;
}

.label,
.makeshop-option-select-wrap {
	font-size: 14px;
}
.makeshop-option-select-wrap {
	display: block;
}
/* 数量入力エリアの親要素 */
.number-input-container {
	position: relative;
	display: flex;
	width: 140px;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

/* 入力欄（スピンボタンを非表示にする） */
.number-input {
	width: 100%;
	border: none;
	padding: .5em 2em;
	font-size: 16px;
	outline: none;
	-moz-appearance: textfield;
	/* Firefox用 */
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	/* Chrome/Safari用 */
	margin: 0;
}

/* ボタンをまとめる縦のボックス */
.spin-buttons {
	display: flex;
	flex-direction: column;
	width: 16px;
	margin-right: 8px;
	gap: 1rem;
}

/* 上下ボタン共通 */
.spin-button {
	height: 50%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	user-select: none;
	font-size: 10px;
	color: #999;
	transition: background 0.2s;
}

.spin-button:hover {
	background: #f0f0f0;
}

.up img {
	transform: rotate(180deg);
	display: block;
	/* 余計な隙間を防ぐために推奨 */
	margin: 0 auto;
	/* 中央寄せ */
}

.up {
	align-items: flex-end;
}

.down {
	align-items: flex-start;
}

#p-product .main-container .inner {
	padding-bottom: 14rem;
}

#p-product .main-container .inner .flex {
	margin-bottom: 4rem;
}

#p-product .main-container .inner .flex .right-wrapper .product-price {
	margin: 3rem 0;
	font-size: 4rem;
}

#p-product .main-container .inner .flex .right-wrapper .product-review.flex {
	gap: 0;
	margin-bottom: 0;
	margin: 10px 0 16px;
}

#p-product .main-container .inner .flex .right-wrapper .product-price .small {
	font-size: 1.6rem;
}

#p-product .main-container .inner .flex .right-wrapper .cart-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e65748;
	color: #fff;
	font-size: 2rem;
	background-image: url(../img/product/icon_cart_w.svg);
	background-repeat: no-repeat;
	background-size: 5.5%;
	background-position: left 4% center;
	padding: .5em 0;
	border-radius: 5px;
	margin-bottom: 1rem;
}

#p-product .main-container .inner .flex .right-wrapper .fab-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	font-size: 2rem;
	background-image: url(../img/product/icon_fab_g.svg);
	background-repeat: no-repeat;
	background-size: 5.5%;
	background-position: left 4% center;
	padding: .5em 0;
	margin-bottom: 2rem;
}

#p-product .main-container .inner .flex .right-wrapper .flex {
	gap: 2em;
}

.line_gray {
	color: #959595;
	text-decoration: underline;
}

#p-product .main-container .inner section {
	margin-bottom: 8rem;
}

#p-product .main-container .inner h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.table02,
#specification table {
	border-top: 1px solid #d2d2d2;
	width: 49%;
}
#specification table:not(.table02) {
	width: 100%;
}

.table02 th,
.table02 td,
#specification table th,
#specification table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 1em;
}

.table02 th,
#specification table th {
	font-weight: bold;
	width: 25%;
	vertical-align: top;
}

#p-product .main-container .inner section#features {
	margin-bottom: 0;
}

#p-product .main-container .inner section#features h2 {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: .5rem;
	padding-bottom: 1rem;
}

#p-product .main-container .inner section#features .features-content {
	padding: 2rem 1rem;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 0;
}

#p-product .main-container .inner section#features .features-content h3 {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

#p-product .main-container .inner section#features .features-content .left-wrapper,
#p-product .main-container .inner section#features .features-content .right-wrapper {
	width: 48%;
}

#p-product .main-container .inner section#features .features-content .right-wrapper img {
	width: 100%;
}

#p-product section#product-review {
	background-image: url(../img/cmn/bg01.jpg);
	padding: 7rem 0 0;
}

#p-product section#product-review h2 {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 1rem;
	font-size: 3rem;
}

#product-review .left_title {
	width: 25%;
	text-align: center;
	padding: 0 3rem;
}

#product-review .inner .flex .left_title h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.8;
}

#product-review .inner .flex .left_title .flex .star {
	width: 40%;
}

#product-review .inner .flex .left_title .flex p {
	font-size: 2.4rem;
	line-height: 1;
}

#p-product a.btn-green {
	display: block;
	color: #005e67;
	text-decoration: underline;
	position: static;
}

a.goldbg-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #cfa972;
	color: #fff;
	border-radius: 5px;
	margin: 2rem 0 1rem;
	padding: .3rem 0;
}

a.greenbg-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005e67;
	color: #fff;
	border-radius: 5px;
	padding: .3rem 0;
}

#product-review .right_revewlist {
	width: 75%;
	padding-left: 3rem;
}

#product-review .right_revewlist ul li {
	margin-bottom: 1rem;
}

#product-review .right_revewlist ul li a {
	display: block;
	background-color: #fff;
	padding: 2rem;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#product-review .right_revewlist ul li a .flex .gray {
	color: #7d7d7d;
	margin-right: 1.2em;
}

#product-review .right_revewlist ul li a .flex .star {
	width: 22%;
	display: block;
	padding-bottom: .5rem;
}

#product-review .right_revewlist .date {
	color: #7d7d7d;
}

#p-product section#related {
	padding: 10rem 0 0;
}

#p-product section#related h2 {
	font-size: 3rem;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.bb-gray {
	border-bottom: 1px solid #d2d2d2;

}

.right_revewlist {
	/* スクロールエリアの高さを指定（中身に合わせて調整してください） */
	height: 840px;

	/* 縦方向に中身が溢れたらスクロールバーを出す */
	overflow-y: auto;

	/* 横方向のスクロールは隠す（念のため） */
	overflow-x: hidden;

	/* スクロールバーのデザインを整える（任意） */
	padding-right: 10px;
}

/* スクロールバーを少しオシャレにする（Chrome/Safari向け） */
.right_revewlist::-webkit-scrollbar {
	width: 6px;
}

.right_revewlist::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.right_revewlist::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

#related .inner .related-list {
	padding: 4rem;
}

#related .inner .related-list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
}

#related .inner .related-list ul li a img {
	margin-bottom: 1.2rem;
}

#related .inner .related-list ul li a .price {
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 990px) {
	.left-wrapper-02 {
		width: 100%;
		margin-bottom: 9vw;
	}
	#p-product .main-container .inner .flex .right-wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	

	.main-slider-02 .swiper-button-next,
	.main-slider-02 .swiper-button-prev {
		display: flex;
	}

	#p-product .main-container .inner .flex .right-wrapper,
	.table02,
	##specification table,
	#p-product .main-container .inner section#features .features-content .left-wrapper,
	#p-product .main-container .inner section#features .features-content .right-wrapper,
	#product-review .left_title,
	#product-review .inner .flex .right_revewlist {
		width: 100%;
	}

	#p-product .main-container .inner .flex .right-wrapper hgroup h1 {
		font-size: 6.1vw;
	}

	#p-product .main-container .inner .flex .right-wrapper hgroup .product-en,
	#p-product .main-container .inner .flex .right-wrapper .form-container label,
	#p-product .main-container .inner .flex .right-wrapper .form-container .makeshop-option-wrap .input-field,
	#p-product #related a.btn-green {
		font-size: 3.7vw;
	}

	#p-product .main-container .inner .flex .right-wrapper .product-review p,
	#product-review .inner .flex .left_title .flex p,
	#p-product section#product-review h2,
	#p-product section#related h2 {
		font-size: 4.8vw;
	}

	#p-product .main-container .inner .flex .right-wrapper .product-review p span {
		font-size: 2.8vw;
	}

	#p-product .main-container .inner .flex .right-wrapper .label-gift,
	#p-product .main-container .inner .flex .right-wrapper .product-price .small,
	.line_gray,
	.table02 th,
	.table02 td,
	#specification table th,
	#specification table td,
	a.goldbg-btn,
	a.greenbg-btn {
		font-size: 3.2vw;
	}

	#p-product .main-container .inner .flex .right-wrapper .form-container label {
		margin-right: 2rem;
	}

	.label {
		width: 10%;
	}

	#p-product .main-container .inner .flex .right-wrapper .form-container .makeshop-option-wrap .select-wrapper {
		width: 90%;
	}

	#p-product .main-container .inner .flex .right-wrapper .product-price {
		font-size: 8vw;
		margin: 6vw 0 1vw;
	}

	#p-product .main-container .inner .flex .right-wrapper .cart-btn,
	#p-product .main-container .inner .flex .right-wrapper .fab-btn,
	#product-review .inner .flex .left_title h3 {
		font-size: 4vw;
	}

	#p-product .main-container .inner h2 {
		font-size: 5.3vw;
	}

	.table02 th,
	#specification table th {
		padding-right: .5em;
		padding-left: 0;
		width: 23%;
	}

	#p-product .main-container .inner section#features .features-content {
		flex-direction: column-reverse;
	}

	#p-product .main-container .inner section#features .features-content .right-wrapper {
		margin-bottom: 3vw;
	}

	#p-product .main-container .inner section#features .features-content .left-wrapper {
		margin-bottom: 6vw;
	}

	#p-product .main-container .inner section#features .features-content h3 {
		font-size: 4.5vw;
	}

	#product-review .inner .flex {
		flex-direction: column;
	}

	#product-review .inner .flex .left_title .eva {
		flex-direction: row;
	}
	#p-product a.btn-green {
		font-size: 1.4rem;
	}
	#product-review .inner .flex .left_title .flex .star {
		width: 22%;
	}
	a.goldbg-btn,
	a.greenbg-btn {
		display: inline-block;
    width: 45%;
    padding: .6em;
	}
	a.goldbg-btn {
		margin-bottom: 4vw;
	}
	#product-review .right_revewlist {
		padding-left: 0;
	}
	#product-review .right_revewlist ul li a .flex {
		align-items: flex-start;
	}
	#product-review .right_revewlist ul li a .flex .flex-sp {
		flex-direction: row;
		align-items: center;
		margin-bottom: 2vw;
	}
	#product-review .right_revewlist ul li a .flex .gray {
		margin-right: .8em;
	}
	#product-review .right_revewlist ul li a .flex .star {
		padding-bottom: 0;
	}
	#product-review .right_revewlist ul li a {
		padding: 4vw 2rem;
	}
	#product-review .right_revewlist ul li {
		margin-bottom: 2.5vw;
	}
	#product-review .inner {
		padding-bottom: 12rem;
	}
	#p-product .main-container .inner .flex .right-wrapper .label-gift::before {
		width: 3.7vw;
		height: 3.7vw;
	}
	#related .inner .related-list ul {
		grid-template-columns: repeat(2, 1fr);
}
#related .inner .related-list ul li a img {
	width: 100%;
	margin-bottom: 3.5vw;
}
#related .inner .related-list ul li a h3 {
	font-size: 3.5vw;
	line-height: 1;
	margin-bottom: 1vw;
}
#related .inner .related-list ul li a .star {
	width: 48%;
}
#related .inner .related-list ul li a .price {
	margin-bottom: 4vw;
}
#product-review .left_title {
	padding: 0;
}
}
@media screen and (max-width: 480px) {
	#related .inner .related-list {
		padding: 4vw;
	}
	#related .inner .related-list ul {
		gap: 6vw;
	}
}
/*-------------------------------------
　　よくあるご質問
-------------------------------------*/
#p-guid.p-question .container .main-container section h2 {
	margin-bottom: 0;
}
#p-guid.p-question .container .main-container section dl {
	padding-left: .5em;
}
#p-guid.p-question .container .main-container section dl dt {
    position: relative;     /* アイコンの基準点にする */
    padding-left: calc(2.5% + 30px);
    line-height: 1.5;
	margin: 4rem 0 2rem;
}

#p-guid.p-question .container .main-container section dl dt::before {
    content: '';
    position: absolute;    /* 絶対配置 */
    left: 2.5%;               /* 左端に固定 */
    top: 1.5rem;              /* 上から50%の位置 */
    transform: translateY(-50%); /* 自身の高さの半分だけ戻して真ん中に */
    
    width: 28px;
    height: 28px;
    background-image: url(../img/question/icon_q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#p-guid.p-question .container .main-container section dl dd {
    position: relative;     /* アイコンの基準点にする */
	padding: 1rem 0;
    padding-left: calc(2.5% + 30px);
    line-height: 2;
	background-color: #f9f9f8;
	margin-bottom: 6rem;
}

#p-guid.p-question .container .main-container section dl dd::before {
    content: '';
    position: absolute;    /* 絶対配置 */
    left: 2.5%;               /* 左端に固定 */
    top: 1.5rem;
    
    width: 20px;
    height: 20px;
    background-image: url(../img/question/icon_a.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#p-guid.p-question .container .main-container section dl dd ul li {
	padding: .5rem 0;
}

@media screen and (max-width: 768px) {
	#p-guid.p-question .container .sidebar nav ul li a {
		padding: 1rem 0 1rem 1rem;
	}
	#p-guid.p-question .container .main-container section {
		padding: 6rem 1%;
	}
	#p-guid.p-question .container .main-container section dl dt {
		margin: 5vw 0 3vw;
	}
	#p-guid.p-question .container .main-container section dl dd {
		padding: 2rem .5rem;
		margin-bottom: 12vw;
	}
	#p-guid.p-question .container .main-container section dl dt,
	#p-guid.p-question .container .main-container section dl dd {
		font-size: 3.7vw;
		padding-left: calc(2.5% + 40px);
	}
	#p-guid.p-question .container .main-container section dl dt::before {
		width: 5.3vw;
		height: 5.3vw;
		top: 3vw;
	}
	#p-guid.p-question .container .main-container section dl dd::before {
		width: 4.5vw;
		height: 4.5vw;
		top: 4vw;
	}
}
@media screen and (max-width: 480px) {
	#p-guid.p-question .container .main-container section dl dt,
	#p-guid.p-question .container .main-container section dl dd {
		padding-left: calc(2.5% + 30px);
	}
	#p-guid.p-question .container .main-container section dl dd::before {
		top: 6vw;
	}
}
.f-green {
	color: #005e67;
	text-decoration: underline;
}
#p-guid.review .inner {
	padding-bottom: 0;
}
#p-guid.review .inner .flex {
	margin-bottom: 2.5rem;
}
#p-guid.review .inner .flex h2 {
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 0;
}
#p-guid.review .inner .flex .fc-black {
	color: #000;
}
#p-guid.review .inner ul.review-list {
	border-bottom: 1px solid #d2d2d2;
}
#p-guid.review .inner ul li {
	margin-bottom: 6rem;
}
#p-guid.review .inner ul li a {
	display: block;
	background-color: #fff;
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
	border-bottom-right-radius: 3rem;
	padding: 3rem;
}
#p-guid.review .inner ul li a .flex {
	margin-bottom: 1rem;
	flex-wrap: nowrap;
	height: 2rem;
}
#p-guid.review .inner ul li a .flex .star {
	width: 10%;
    display: flex;
	height: 2rem;
	margin-top: 0;
}
#p-guid.review .inner ul li a .flex .star img {
	max-width: 100%;
	height: auto;
	display: block;
}
#p-guid.review .inner ul li a .flex .date {
	line-height: 1;
	color: #7d7d7d;
}
#p-guid.review .inner ul li a .name {
	color: #7d7d7d;
	line-height: 2.2;
}
#p-guid.review .inner ul li .purchased-product {
	height: 6rem;
}
#p-guid.review .inner ul li .purchased-product img {
	height: auto;
	max-height: 100%;
}
#p-guid.review .inner ul li .purchased-product .purchased {
	color: #7d7d7d;
}
@media screen and (max-width: 768px) {
	#p-guid.review .inner .flex {
		flex-direction: column;
		align-items: flex-start;
		
}
#p-guid.review .inner .flex h2 {
	font-size: 3.4rem;
	margin: 4vw 0 3vw;
}
#p-guid.review .inner .flex .date {
	margin-bottom: 3vw;
}

#p-guid.review .inner ul li a .flex .star {
	width: 23%;
	height: 4rem;
}
#p-guid.review .inner ul li a {
	position: relative;
}
#p-guid.review .inner ul li a .flex .date {
	position: absolute;
	top: 3rem;
	right: 3rem;
}
#p-guid.review .inner ul li a .name {
	line-height: 3.2;
}
#p-guid.review .inner ul li .purchased-product {
	height: 11vw;
	flex-direction: row;
	justify-content: flex-start;
}
#p-guid.review .inner ul li {
	margin-bottom: 12vw;
}
}
@media screen and (max-width: 480px) {
	#p-guid.review .inner .flex h2 {
		font-size: 2.4rem;
	}
	#p-guid.review .inner ul li .purchased-product img.mr20 {
		margin-right: 1rem;
	}
}

/*-------------------------------------
　　星評価
-------------------------------------*/
/* 全体の並び */
.starRating {
  display: flex;
  align-items: center;
  gap: 4px; /* 星同士の隙間 */
}

/* 星の基本設定（空の状態） */
.star {
  font-size: 15px; /* デザインに合わせて調整 */
  color: #cfa972;     /* グレー（空の星） */
  user-select: none; /* テキスト選択されないように */
  margin-top: 1rem;
}

.makeshop-option-wrap .label {
	display: block;
}
.makeshop-option-select {
    display: block !important;
    width: 100% !important;   /* 横幅いっぱい */
    height: 100% !important;  /* 縦幅いっぱい */
    min-height: 40px;         /* 押しやすい高さ */
    padding: 0.5em 2.5em 0.5em 1em; /* 右側に矢印用の余白を空ける */
    font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-image: url("../img/cmn/icon_pul.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
    position: relative;
    z-index: 2;               /* 疑似要素の矢印より前に出す */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

#product-review .uKomiTitleSeparator {
	display: none;
}
#product-review .reviewWidget_title {
	margin-top: 0;
	margin-bottom: .5rem;
	padding: 0;
}
.calendar-title {
	display: -webkit-box;
	display: flex;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  padding: 12px 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th,
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
	text-align: center;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}
.makeshop-calendar1 tbody,
.makeshop-calendar2 tbody {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}
.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}