@charset "utf-8";
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
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;
	letter-spacing: 0.1em;
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
input, textarea {
	font-weight: normal;
	font-size: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
	opacity: 0.8;
}
input[type="text"]:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
}
a img {
	border: none;
	transition: opacity 0.3s ease;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie7 */
	-ms-filter: "alpha(opacity=70)"; /* ie8 */
}
.js-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s, transform .8s;
}
.js-fade.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .5s;
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	font-feature-settings: "palt";
}
body {
	line-height: 1.5;
	font-size: 80%;
	-webkit-text-size-adjust: 100%;
}
.scroll-prevent {
	overflow: hidden;
	height: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
	display: none;
}
.device-sp {
	display: block;
}
#wrapper {
	display: flex;
	flex-direction: column;
}
#header-sp {
	order: 1;
}
#main {
	order: 2;
	float: none;
	width: 100%
}
#sideBar {
	order: 3;
	float: none;
	width: 250px;
	margin: 0 auto !important;
	padding: 40px 0 0;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
/***************************************
*	header
***************************************/
#h_1 {
	display: none;
}
#header-sp {
	background: #fff;
}
#header-sp ul {
	list-style: none;
	padding: 0;
}
#header-sp h1 {
	margin: 0;
	padding: 0;
}
#header-sp .signboard {
	margin: 0 0 2%;
}
/********** .h-logo **********/
#header-sp .h-logo {
	float: left;
	width: 59%;
	margin: 0 0 10px;
}
/********** .h-cart **********/
#header-sp .h-cart {
	float: left;
	width: 12%;
	margin: 0;
}
/********** .h-login **********/
#header-sp .h-login {
	float: left;
	width: 12%;
	margin: 0 0 0 1%;
}
/**********  **********/
#header-sp .h-btn-menu {
	float: left;
	width: 12%;
	margin: 0 0 0 1%;
}
#header-sp .h-menu {
	position: relative;
	width: 100%;
	z-index: 1000;
}
#header-sp .h-menu .open-close-contents {
	display: none;
	position: absolute;
	right: 0%;
	width: 800%;
	margin: 0.6rem 0 0;
}
#header-sp .h-menu ul {
	position: relative;
	top: -0.75em;
	margin: 0;
	display: block;
	padding: 0;
}
#header-sp .h-menu ul li {
	background: #e6e6e6;
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
}
#header-sp .h-menu ul li a {
	position: relative;
	display: block;
	padding: 4% 10% 4% 6%;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 0.9rem;
	color: #333;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#header-sp .h-menu ul li:last-child a {
	border: none;
}
#header-sp .h-menu ul li ul {
	width: 100%;
	position: absolute;
}
#header-sp .h-menu ul li a:after {
	position: absolute;
	top: 45%;
	right: 3.5%;
	margin: -1em 0 0 1em;
	letter-spacing: -0.05em;
	line-height: 2;
}
#header-sp .h-menu ul li:last-child a {
	display: block;
}
/********** .h-tell **********/
.tell ul li {
	display: table-cell;
}

.addmember {
	margin: 10px 0;
}

#searchbox2 .title {
	display: none;
}
#searchbox2 .search_form .submit {
	text-align: center;
	margin: 5px auto;
}
#searchbox2 .search_form .input_l input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
}
#searchbox2 .search_form {
	margin: 0;
	padding: 5px;
	background: white;
	color: #666666;
	font-size: 12px;
	-webkit-box-shadow: none;
}
/*デフォ上書き*/
.freearea {
	text-shadow: none;
	padding: 0;
	margin: 0;
	background: white;
	color: #333333;
}
.shop-pay {
	border: 1px solid #9a0000;
	width: 100%;
	margin: 0 auto;
}
.shop-pay ul {
	display: flex;
	padding: 10px;
	list-style: none;
	margin: 0;
}
.shop-pay ul li {
	padding: 0 10px;
}
.shop-pay ul li p {
	font-size: 10px;
	text-align: center;
}
#sps-floating-menu {
	position: fixed;
	bottom: 140px !important;
	right: 15px;
	z-index: 10000;
}
/***************************************
*	footer
***************************************/
#footer {
	margin: 0 auto;
	width: 100%;
	color: #999;
	background-image: url(/images/base_139.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 10px 30px;
}
#footbox {
	width: 100%;
	border: #FFBE6D solid 5px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#footbox .f_jump {
	width: 200px;
	margin: 5px 10px;
}
#footer h3, #footer h4, #footer p {
	margin: 5px;
	line-height: 160%;
	color: #707070;
}
#footer p span {
	font-size: 16px;
	font-weight: bold;
	color: #C30003;
	line-height: 160%;
}
#footer a {
	color: #FF6600;
}
#footer .footwrap {
	margin: 20px auto 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
}
#foot1 {
	width: 100%;
	float: none;
}
#foot2 {
	width: 100%;
	float: none;
	margin: 0;
}
#foot3 {
	width: 100%;
	float: none;
}
#copy {
	font-size: 10px;
	text-align: center;
	background: #FF8000;
	color: #FFFFFF;
	line-height: 250%;
}
/* ==================================================
  お買い物ガイド SP強制レスポンシブ
================================================== */
/* 全体 */
#guide-page, #guide-page #itembox {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}
/* インライン width 対策 */
#guide-page [style*="width"], #guide-page [width] {
	width: auto !important;
	max-width: 100% !important;
}
/* メインBOX */
#guide-page #itembox > div {
	width: 100% !important;
	padding: 5px 0 30px !important;
}
/* テキスト */
#guide-page #itembox p, #guide-page #itembox h4 {
	width: auto !important;
	margin: 15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	line-height: 1.8 !important;
	/*font-size: 13px !important;*/
}
/* 見出し */
#guide-page p[style*="border-bottom"] {
	margin: 25px 15px 10px !important;
	padding-bottom: 8px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}
/* 画像 */
#guide-page img {
	max-width: 100% !important;
	height: auto !important;
}
/* hspace vspace解除 */
#guide-page img[hspace], #guide-page img[vspace] {
	margin: 0 !important;
}
/* tableリセット */
#guide-page table {
	width: 100% !important;
	max-width: 100% !important;
	margin: 10px 0 !important;
}
#guide-page tbody, #guide-page tr, #guide-page td {
	max-width: 100% !important;
}
#guide-page td[width] {
	width: auto !important;
}
#guide-page td[nowrap] {
	white-space: normal !important;
}
/* 上部 会員登録3枚画像 */
#guide-page table table tr, #guide-page table table td {
	display: block !important;
	width: 100% !important;
	text-align: center;
}
/* サブナビ */
#guide-page .guide-subnav {
	width: auto !important;
	margin: 15px !important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#guide-page .guide-subnav a {
	width: calc(50% - 5px) !important;
}
#guide-page .guide-subnav img {
	width: 100%;
}
/* 送料表 */
#guide-page table[bgcolor="#DCCEB6"] {
	width: calc(100% - 30px) !important;
	margin: 10px 15px !important;
	font-size: 12px;
}
#guide-page table[bgcolor="#DCCEB6"] td {
	padding: 8px 6px !important;
	line-height: 1.6;
}
#guide-page table[bgcolor="#DCCEB6"] td:first-child {
	width: 70px !important;
	white-space: nowrap;
}
/* float解除（ページトップなど） */
#guide-page [style*="float"] {
	float: none !important;
}
/* position解除 */
#guide-page [style*="position"] {
	position: static !important;
}
/* 下部画像 */
#guide-page #itembox > img {
	display: block;
	width: 100% !important;
}



/* ==================================================
	お買い物ガイド 会員登録バナー SP
================================================== */

.guide-member-sp {
	width: calc(100% - 30px) !important;
	margin: 20px 15px 40px !important;
	padding: 12px !important;
	border: 1px solid #ff3b30;
	border-radius: 7px;
	background: #fff;
}

.guide-member-sp__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

.guide-member-sp__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 34px;
	height: 30px;
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 18px;
	padding: 10px 0 0;
	font-weight: bold;
	line-height: 1;
	background: #ff3b30;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.guide-member-sp__heading p {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #e7352b !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
	letter-spacing: 0.03em;
}

.guide-member-sp__text {
	width: auto !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #333;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.03em;
	text-align: center;
}

.guide-member-sp__button {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.guide-member-sp__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 10px 15px;
	border: 1px solid #d95821;
	border-radius: 5px;
	background: linear-gradient(to bottom, #ff8539 0%, #ef5b1b 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.6),
		0 1px 2px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.guide-member-sp__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin: 0 8px 0 0;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.9);
	color: #ef6527;
	font-size: 16px;
	text-shadow: none;
}


#guide-page h2.ttl {
	width: auto !important;
	margin: 40px 15px 25px !important;
	
	line-height: 1.8 !important;
	font-size: 16px !important;
	border-bottom: 4px double #bc1900;
}

#guide-page .totop {
	display: none;
}


.bnrbox {
    padding: 0 10px;
}





/* ==================================================
  初めての方へ SP強制レスポンシブ
================================================== */

#beginner-page,
#beginner-page #itembox {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}


/* インライン幅・高さ解除
================================================== */

#beginner-page [style*="width"],
#beginner-page [width] {
	width: auto !important;
	max-width: 100% !important;
}

#beginner-page [style*="height"],
#beginner-page [height] {
	height: auto !important;
	min-height: 0 !important;
}


/* メインBOX
================================================== */

#beginner-page #itembox {
	margin: 0 0 25px;
}

#beginner-page #itembox > div {
	width: 100% !important;
	padding: 15px !important;
	background-size: cover !important;
	background-position: center !important;
}


/* テキスト
================================================== */

#beginner-page p {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 1.8 !important;
}


/* 会員登録エリア
================================================== */

#beginner-page div[style*="padding:100px"] {
	width: 100% !important;
	padding: 20px 0 !important;
	text-align: center;
}


/* 画像
================================================== */

#beginner-page img {
	max-width: 100% !important;
	height: auto !important;
}

#beginner-page img[hspace],
#beginner-page img[vspace] {
	margin: 0 !important;
}


/* 買い物の流れ画像
================================================== */

#beginner-page #itembox > img {
	display: block;
	width: 100% !important;
	margin: 0 auto;
}


/* ガイドボタン6個
================================================== */

#beginner-page #itembox div div {
	width: auto !important;
	margin: 15px 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

#beginner-page #itembox div div a {
	display: block;
	width: calc(50% - 5px);
}

#beginner-page #itembox div div a img {
	width: 100%;
}


/* table系保険
================================================== */

#beginner-page table,
#beginner-page tbody,
#beginner-page tr,
#beginner-page td {
	width: 100% !important;
	max-width: 100% !important;
}


/* 見出し
================================================== */

#beginner-page .headding01 {
	width: 100% !important;
}


#beginner-page .pont-500 {
	background: #fff;
	text-align: center;
	padding: 20px;
	
	
}

#beginner-page #itembox div div.pont-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 10px!important;
}


/* ==================================================
	店舗紹介ページ SP対応
================================================== */

#shop {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

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

#shop img {
	max-width: 100%;
	height: auto;
}

#shop .main {
	width: 100%;
	padding: 0 15px;
}


/* ==================================================
	メイン見出し・本文
================================================== */

#shop .main h2 {
	margin: 25px 0 15px;
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E",
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
}

#shop .main p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.9;
}


/* ==================================================
	店舗写真
================================================== */

#shop .main > ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#shop .main > ul > li {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

#shop .main > ul > li div {
	display: block;
	width: 100%;
}

#shop .main > ul > li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 7px;
}

#shop .main > ul > li:nth-child(2) div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
}

#shop .main > ul > li:nth-child(2) div img {
	width: calc(50% - 4px);
	margin: 0 0 7px;
}


/* ==================================================
	店舗情報
================================================== */

#shop .shop_info {
	display: block;
	width: auto;
	margin: 30px 15px;
}

#shop .shop_logo {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}

#shop .shop_logo img {
	width: auto;
	max-width: 180px;
}

#shop .shop_txt {
	float: none;
	width: 100%;
	font-size: 13px;
	line-height: 1.9;
	word-break: break-word;
	overflow-wrap: anywhere;
}

#shop .shop_txt > img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 0 15px;
}

#shop .shop_txt span {
	display: block;
	margin: 0;
}

#shop .shop_txt a {
	text-decoration: underline;
}


/* ==================================================
	Googleマップ
================================================== */

#shop .map {
	width: auto;
	margin: 20px 15px 30px;
}

#shop .map iframe {
	display: block;
	width: 100% !important;
	height: 320px !important;
	border: 0;
}


/* ==================================================
	スタッフ紹介見出し
================================================== */

#shop > .headding01 {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}


/* ==================================================
	スタッフ一覧
================================================== */

#shop .staff_box {
	width: 100%;
	padding: 0 15px;
}

#shop .staff_box > ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#shop .staff_box > ul > li,
#shop .staff_box > ul > li:nth-child(even) {
	float: none;
	width: 100%;
	margin: 25px 0;
}

#shop .staff_box > ul > li > .clear_fix {
	display: flex;
	align-items: flex-start;
	width: 100%;
}


/* ==================================================
	スタッフ画像・紹介文
================================================== */

#shop .staff_box .staff_img {
	float: none;
	flex-shrink: 0;
	width: 100px;
	margin: 0 15px 0 0;
}

#shop .staff_box .staff_img img {
	display: block;
	width: 100%;
}

#shop .staff_box .staff_txt {
	float: none;
	flex: 1;
	width: auto;
	min-width: 0;
}

#shop .staff_box .staff_txt h4 {
	margin: 0 0 8px;
	font-size: 19px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E",
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
}

#shop .staff_box .staff_txt h4 span {
	display: block;
	padding: 0;
	font-size: 13px;
}

#shop .staff_box .staff_txt p {
	height: auto;
	margin: 0;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.8;
}


/* ==================================================
	おすすめ商品
================================================== */

#shop .recomend {
	width: 100%;
	margin: 15px 0 0;
	padding: 15px;
	background: #f8fdab;
	overflow: hidden;
}

#shop .recomend .item_name {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
}

#shop .recomend .item_name > .clear_fix {
	margin: 0 0 8px;
}

#shop .recomend .item_name > .clear_fix img {
	width: auto;
	max-width: 100%;
}

#shop .recomend .item_name a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#shop .reco_item {
	float: right;
	width: 90px;
	max-width: 35%;
	margin: 0 0 8px 12px;
	padding: 0;
}

#shop .recomend p {
	height: auto;
	margin: 0;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.8;
}


/* ==================================================
	clear_fix上書き
================================================== */

#shop .clear_fix::after {
	content: "";
	display: block;
	clear: both;
}


/* ==================================================
	小さい画面
================================================== */

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

	#shop .main h2 {
		font-size: 22px;
	}

	#shop .staff_box > ul > li > .clear_fix {
		display: block;
	}

	#shop .staff_box .staff_img {
		width: 120px;
		margin: 0 auto 15px;
	}

	#shop .staff_box .staff_txt {
		width: 100%;
	}

	#shop .staff_box .staff_txt h4 {
		text-align: center;
	}

	#shop .staff_box .staff_txt h4 span {
		margin: 0 0 3px;
	}

	#shop .map iframe {
		height: 280px !important;
	}
}


/* ==================================================
	faq
================================================== */

#faq .subnav-inner {
    background: #e7e7e7;
    padding: 10px 20px;
    display: flex;
    /* flex-direction: column; */
    text-align: center;
}



/* ==================================================
	新規会員登録ページ SP対応
================================================== */

#newmember,
#newmember #itembox {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}

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


/* ==================================================
	固定幅・固定高さ解除
================================================== */

#newmember [style*="width"],
#newmember [width] {
	width: auto !important;
	max-width: 100% !important;
}

#newmember [style*="height"],
#newmember [height] {
	height: auto !important;
	min-height: 0 !important;
}


/* ==================================================
	メインコンテンツ
================================================== */

#newmember #itembox > div {
	width: 100% !important;
	max-width: 100% !important;
}


/* ==================================================
	説明文
================================================== */

#newmember #itembox p {
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 20px 15px 30px !important;
	color: #303030 !important;
	font-size: 13px !important;
	line-height: 1.9 !important;
}


/* ==================================================
	メリット画像
================================================== */

#newmember #itembox > div:first-of-type > img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}


/* ==================================================
	会員登録ボタンエリア
================================================== */

#newmember #itembox > div:nth-of-type(2) {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 25px 15px !important;
	background-image: none !important;
	background-color: #fff !important;
}

#newmember #itembox > div:nth-of-type(2) > div {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

#newmember #itembox > div:nth-of-type(2) a {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 12px;
}

#newmember #itembox > div:nth-of-type(2) a img {
	display: block;
	width: 60% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto!important;
}


/* ボタン下の案内画像 */
#newmember #itembox > div:nth-of-type(2) > div > img {
	display: none;
	
}


/* ==================================================
	画像共通
================================================== */

#newmember img {
	max-width: 100% !important;
	height: auto !important;
}

#newmember img[hspace],
#newmember img[vspace] {
	margin: 0 !important;
}


/* ==================================================
	下部装飾画像
================================================== */

#newmember #itembox > img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0;
}


/* ==================================================
	見出し
================================================== */

#newmember .headding01 {
	width: 100% !important;
	max-width: 100% !important;
}
