/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

:root {
  --maxw: 940px;
  --bg: #fff;
  --maincolor: #000;
  --subcolor: #27247f;
  --subcolor2: #3C3C3C;
  --text-c: #404040;
  --text-c2: #333;
  --light-text: #fff;
  --dark-text: #000;
  --light-bg: #f0f0f0;
  --clear-bg: rgba(255, 255, 255, 0.7);
  --border-c: #C0C0C0;/*#d0d7de*/
  --border-c2: #808080;
}


body {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	line-height:170%;
	background-color: var(--bg);
	color: var(--text-c);
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
body:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-image: url("https://img17.shop-pro.jp/PA01103/456/etc_base64/YmFjay1va2FtZQ.png?cmsp_timestamp=20250911135811");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size:contain;
}

img {
	border:0px;
	}

form {
	margin: 0px;
	padding: 0px;
	}

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style-type: none;
	}

.bold {
	font-weight: 600;
}

.cell_mar {
	margin: 0px 5px 0px 15px;
	font-size:14px;
	}

a:link    { color: var(--text-c);text-decoration: none}
a:visited { color: var(--text-c);text-decoration: none}
a:active  { color: var(--text-c);text-decoration: none}
a:hover   { color: #00f;text-decoration: none}

.cell_mar td{
	color:#000;
}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header .hero {
/*filter: brightness(120%);*/
}

.subheader {
  margin-bottom: 20px;
  border-bottom: 2px solid #CCC;
}

.subheader .search {
  margin-top:40px;
  /*margin-bottom:20px;*/
  text-align: center; /* right */
}
.search_select, .search_box {
  margin-right: 0.55em;
  /*margin-bottom:10px;*/
  padding: 7px 3px 6px 3px;
  vertical-align : top;
  font-size: 1.4em;
}
.search_select {
  width: 170px;
}
.search_box {
  width: 320px;
  color: #000;
  opacity: 0.75;
}
.search_select {

}
.search-button {
  /*margin-right: 3.2em;*/
  padding: 6px 10px 6px 10px;
  vertical-align : top;
  background: #222;
  /*background:rgba(255, 255, 255, 0.75);
  border: 1px solid #333;*/
  border-radius:3px;
  border: none;
  color: #fff;
  /*opacity: 0.75;*/
  font-size: 1.4em;
  letter-spacing: 0.1em;
  cursor: pointer;
  &:hover {
    background: #444;
  }
}

.subheader .category {
    width: 660px;
    margin: 1.6em auto 1.1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.35em;
    font-weight: 600;
    & a {
      color: #222;
      margin: 0 .65em;
      padding: 0.5em;
    }
    & a:hover {
      color: #888;
      text-decoration: underline;
    }
}

/*
.title {
	color: #404040;
	font-size: 22px;
}
.title a {color: #404040;}
*/

/*ホーム・マイアカウント・お問合せリンク*/

#menu ul{
margin:0;
padding:0;
}

#menu li{
list-style:none;
float:left;
}

#slider {
width:224px;
margin-bottom:10px;
}
#slider img{
display:block;
border:0;
}
.header {width:224px;
cursor:pointer;
}
.header img{
display:block;
border:0;
}
.content {
overflow:hidden;
cursor:hand;
}
.content img{
display:block;
border:0;
}
.text img{
display:block;
border:0;
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color:#404040;
	margin-bottom: 15px;
	}

.side_title {
	height: 28px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_cat_title_bg.jpg) no-repeat;
	color: #FFF;
	padding-left:15px;
	}

.side_text {
	border-left: 1px #CCC solid;
	border-right:1px #CCC solid;
	background-color:#FFFFFF;
	padding:12px;
	}

.side_bottom {
	height: 2px;
	background-color:#FFFFFF;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_bottom_bg.gif) no-repeat;
	}

#left_p{
	padding-bottom:10px;
}

#left_p img{
	display:block;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_cat_bg.jpg);
	margin-bottom: 15px;
	}

.side_cat_title {
	height: 28px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_cat_title_bg.jpg) no-repeat;
	border-bottom:1px #FFF solid;
	color: #FFF;
	padding-left:15px;
	}

.side_cat_text {
	height:29px;
	border-bottom: 1px #FFF solid;
	color: #432A16;
	padding:0px 12px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #432A16;}
.side_cat_text a:link    {color: #432A16;text-decoration: none;}
.side_cat_text a:visited {color: #432A16;text-decoration: none;}
.side_cat_text a:active  {color: #432A16;text-decoration: none;}
.side_cat_text a:hover   {color: #7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #87876A;
	border-right: 3px solid #87876A;
	margin: 3px 0px 3px 0px;
	padding-left:5px;
	font-size:10px;
}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	width:100%;
	height: 100px;
	color: #fff;
	text-align: center;
    background-color: #000;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 1.1em;
}

/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title {
  width:100%;
  height: 30px;
  color: var(--text-c);
  margin-bottom: 30px;
  font-size:14px;
  font-weight: 600;
  line-height:18px;
}

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

* html #banner{
	margin-left:0px;
}


#banner{
	margin-left:35px;
}

#banner img{
	margin-bottom:5px;
}

.info_bg {
	background: url(https://img.shop-pro.jp/tmpl_img/11/info_bg.jpg) repeat-y;
	margin-bottom: 15px;
	}

.info_title {
	height: 28px;
	color: #FFF;
	}

.info_text {
	color:#404040;
	background: #FFF;
	border-top:#B4BEB4 1px solid;
	border-left:#B4BEB4 1px solid;
	padding: 10px;
	}

.info_top {
	height:2px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/info_top_bg.gif) no-repeat;
	background-position: top;
	}

.info_text_bottom {
	height: 2px;
	background:#FFF url(https://img.shop-pro.jp/tmpl_img/11/info_text_bottom_bg.gif) no-repeat;
	}

.info_bottom {
	height:7px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/info_bottom_bg.gif) no-repeat;
	background-position: bottom;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#404040;
	margin-bottom: 15px;
	}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
div#btn_members_logout {
	padding:0px;
	text-align:center;
}

div#btn_members_login {
	padding:0px;
	text-align:center;
}

div#btn_members_signup {
	border-top:1px dotted #cccccc;
	padding:7px 0px 0px;
	margin:7px 0px 0px;
	text-align:center;
}

p.txt_members_desc {
	line-height:1.1em;
	margin:0px;
	font-size:11px;
	padding:0px 0px 7px;
}

/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
	margin:0px;
}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

.rank{
float:left;width:200px;text-align:left;margin-top:10px;color:#000;line-height:20px;
}

.rank a{
color:#000;
}

.rank a:hover{
color:#00f;
}

.rank1{
list-style-type: none;background-image: url('https://img17.shop-pro.jp/PA01103/456/etc_base64/MQ.png?cmsp_timestamp=20250819110739');background-repeat: no-repeat;background-position: 0px 0px;text-indent: 20px;border-bottom:1px dotted #000;margin-bottom:5px;margin-left:5px;
}
.rank2{
list-style-type: none;background-image: url('https://img17.shop-pro.jp/PA01103/456/etc_base64/Mg.png?cmsp_timestamp=20250819110739');background-repeat: no-repeat;background-position: 0px 0px;text-indent: 20px;border-bottom:1px dotted #000;margin-bottom:5px;margin-left:5px;
}
.rank3{
list-style-type: none;background-image: url('https://img17.shop-pro.jp/PA01103/456/etc_base64/Mw.png?cmsp_timestamp=20250819110739');background-repeat: no-repeat;background-position: 0px 0px;text-indent: 20px;border-bottom:1px dotted #000;margin-bottom:5px;margin-left:5px;
}
.rank4{
list-style-type: none;background-image: url('https://img17.shop-pro.jp/PA01103/456/etc_base64/NA.png?cmsp_timestamp=20250819110739');background-repeat: no-repeat;background-position: 0px 0px;text-indent: 20px;border-bottom:1px dotted #000;margin-bottom:5px;margin-left:5px;
}
.rank5{
list-style-type: none;background-image: url('https://img17.shop-pro.jp/PA01103/456/etc_base64/NQ.png?cmsp_timestamp=20250819110739');background-repeat: no-repeat;background-position: 0px 0px;text-indent: 20px;border-bottom:1px dotted #000;margin-left:5px;
}
/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
* html .sort_01 {
	width: 700px;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 1px;
	}

.sort_01 {
	width: 100%;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#fff;
	text-decoration:none;
	margin-left:10px;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#00f;
	text-decoration:underline;
	margin-left:10px;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
*html .sort_02 {
	width: 700px;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 1px;
	}

.sort_02 {
	width: 100%;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#fff;
	text-decoration:none;
	margin-left:10px;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#00f;
	text-decoration:underline;
	margin-left:10px;
	}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */

* html .pagenavi {
	width: 700px;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 30px;
	}

.pagenavi {
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height:15px;
	background: #000;
	margin-bottom: 30px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 200px;
	text-align: center;
	padding:5px 0px 20px 0px;
	margin-left:20px;
	}


.product_item {
	text-align: center;
	width:150px;
	margin: 0px auto;
	}

.product_item img {
	padding: 4px;
	}

.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px ;
}

.product_item .price {
	color: #00f;
	}

.product_item .expl {
	font-size: 15px;
	line-height:18px;
	text-align: left;
	margin:0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:100%;
	height: 28px;
	margin-bottom: 15px;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_all {
	padding:0px;
	margin:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#00f;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
	color:#00f;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
}

#detail .expl {
	font-size: 15px;
	line-height:18px;
	text-align: left;
	margin:0;
	padding:10px;
}

#detail .expl2 {
	font-size: 13px;
	line-height:15px;
	text-align: left;
	margin:0;
	padding:10px;
}

#detail .main_img {
	padding: 0px;
}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
}

#detail .sub img {
	width: 160px;
	padding: 4px;
	}


#detail .table {
	width: 375px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top: 1px var(--border-c) solid;
	border-left: 1px var(--border-c) solid;
	border-right: 1px var(--border-c) solid;
	font-size:15px;
	line-height:18px;
	}

#detail .table .cell_1 {
	width: 105px;
	height: 28px;
	border-right: 1px var(--border-c) solid;
	border-bottom:1px var(--border-c) solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	border-bottom:1px var(--border-c) solid;
	}

#detail .table .cell_3 {
	border-right: 1px var(--border-c) solid;
	border-bottom:1px var(--border-c) solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

.cm-btn {
  /*appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--border-c);*/
  border: none;
  background: #ff9800;
  color: #fff;
  padding: 13px 24px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background-color .15s ease, box-shadow .15s ease, transform .02s ease;
}
.cm-btn:hover {
  /*background: #999;
  opacity: 0.85;*/
  filter: brightness(90%);
}
.cm-btn:active {
  transform: translateY(1px);
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:20px;
}

p#sk_link_other a {
	font-size:14px;
	line-height:18px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:5px 0px 0px;
	margin:0px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}


/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:15px;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;

	font-weight:normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}
	
/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
	margin:0px;
}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#ff0000;
}


/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 600px;
	margin-bottom: 15px;
	margin-left:30px;
}


#ShopKeeper th {
	width: 200px;
	height: 28px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}


/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin-bottom: 15px;
	}

.pe_title {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

* html .s_ie6{
	width:700px;
}

/* ************************************************ 
 *	utility
 * ************************************************ */

.mt-3 {
  margin-top: 1rem;
}
