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

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

body {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 14px;
	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;
}

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: var(--link-text);text-decoration: none}


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

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

.subheader {
  margin-bottom: 20px;
  border-bottom: 2px solid var(--border-c);
}

.subheader .search {
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: right; /* center */
}
.search_select, .search_box {
  margin-right: 9px;
  margin-bottom: 10px;
  padding: 7px 3px 6px 3px;
  vertical-align : top;
  font-size: 17px;
}
.search_select {
  width: 180px;
}
.search_box {
  width: 320px;
  color: var(--dark-text);
  opacity: 0.75;
}
.search-button {
  margin-right: 17px;
  padding: 8px 10px 6.5px 10px;
  line-height: 1.2;
  vertical-align : top;
  background: #222;
  border-radius:3px;
  border: none;
  color: var(--light-text);
  font-size: 17px;
  letter-spacing: 0.1em;
  cursor: pointer;
  &:hover {
    background: #444;
  }
  & .icon {
    display: inline-block;
    vertical-align: baseline;
  }
  & .icon-svg {
    display: inline-block;
    vertical-align: -0.1em;
  }
}

.subheader .category {
  width: 660px;
  margin: 24px auto 26px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16.5px;
  font-weight: 600;
  & a {
    color: #222;
    margin: 12px 18px;
  }
  & 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;
}
.content img{
display:block;
border:0;
}

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

.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;
}


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

.subfooter {
  width: 940px;
  margin-top: 60px;
  border-top: 2px solid var(--border-c);
  letter-spacing: 0.05em;
  & .button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }
  & .button a {
	display: block;
    width: 200px;
    margin: 6px 10px 15px 10px;
    padding: 15px 0;
    background: var(--clear-bg);
    color: var(--subcolor2);
    border: 1px solid var(--subcolor2);
    text-align: center;
    font-size: 15px;
    transition: .5s;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  & .button a:hover {
	background: var(--subcolor);
	color: var(--light-text);
	outline: 0;
  }
  & .button .mylink {}
  & .button .mylink:hover {
	background: var(--subcolor2);
  }
}

#footer {
	width:100%;
	height: 100px;
	color: var(--light-text);
	text-align: center;
    background-color: var(--maincolor);
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 14px;
}

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

.main_title {
  width:100%;
  height: 30px;
  color: var(--text-c);
  margin-bottom: 30px;
  font-size:16px;
  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;
}
/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */

.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:var(--linkhover-text);
	text-decoration:underline;
	margin-left:10px;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.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:var(--linkhover-text);
	text-decoration:underline;
	margin-left:10px;
	}


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

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


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

.product_list {
	float: left;
	width: 210px;
	text-align: center;
	padding:5px 0px 20px 0px;
	margin-left:20px;
}
.product_list2 {
	float: left;
	width: 280px;
	text-align: center;
	padding:5px 0px 20px 0px;
	margin-left:20px;
}
.product_item, .product_item2 {
	text-align: center;
	margin: 0px auto;
}
.product_item {
	width:150px;
}
.product_item2 {
	width:230px;
}

.product_item img, .product_item2 img {
	padding: 4px;
}

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

.product_item .price, .product_item2 .price {
	color: var(--link-text);
}

.product_item .expl, .product_item2 .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:var(--link-text);
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
	color:var(--link-text);
}

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


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

#detail {
  /*background: var(--clear-bg);*/
  background: var(--bg);
  padding-top: 15px;
  padding-right: 15px;
  font-size: 15px;
}

#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;
}

#detail .sub img {
	max-width: 200px;
	padding: 4px 0;
	}

#detail .table {
	width: 650px;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 30px;
	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: 120px;
	height: 28px;
	border-right: 1px var(--border-c) solid;
	border-bottom:1px var(--border-c) solid;
	}

#detail .table .cell_2 {
	width: 470px;
	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;
}

.cart_center {
  display:block;
  text-align:center;
}

.cm-btn {
  /*appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--border-c);*/
  border: none;
  background: #ff9800;
  color: #fff;
  margin:0;
  padding: 13px 24px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0 2px 0 #e68900;
  cursor: pointer;
  letter-spacing: 1px;
}
.cm-btn:hover {
  background: #e68900;
  box-shadow: inset 0 1px 0 #cc7a00;
  color: #fff5e6;
  margin:2px 0 -2px;
}


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

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

/* 配送情報 */
.detail_delivery {
  margin-top:30px;
  width: 940px;
  background-color: var(--bg);
  font-size: 14px;
  & table {
    border-collapse: collapse;/*collapse;separate*/
    border-spacing: 0;
    border-right: 1px solid var(--border-c);
  }
  & th, td {
    padding: 15px 16px;
    border: 1px solid var(--border-c);
    vertical-align: top;
  }
  & .price_box {
    text-align: center;
    td { white-space: nowrap; }
  }
  & .bg1 {
    background-color: var(--subcolor2);
    width: 50%;
    color: var(--light-text);
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  & .bg2 {
    background-color: var(--light-bg);
    color: var(--dark-text);
  }
  & .bg3 {
    background-color: #4f4f4f;
    color: var(--light-text);
  }
  & .linetop_none {
    border-top: none;
  }
  & .linebottom_none {
    border-bottom: none;
  }
}


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

#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 var(--border-c);
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid var(--border-c);
	border-bottom: 1px solid var(--border-c);
	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: 900px;
  margin-bottom: 15px;
  margin-left:20px;
  background: var(--bg);
  /*background: var(--clear-bg);*/
  font-size: 15px;
  border-spacing: 0;
}

#ShopKeeper th {
	width: 220px;
	height: 28px;
    border-bottom: 1px solid var(--border-c);
	border-right: 1px solid var(--border-c);
	font-weight: normal;
}
#ShopKeeper td {
  border-bottom: 1px solid var(--border-c);
  padding:15px;
}

/* 配送方法設定 */
.delivery_legal {
  & table {
    border-collapse: collapse;/*collapse;separate*/
    border-spacing: 0;
  }
  & th, td {
    padding: 10px 12px;
    border-collapse: collapse;
    border: 1px solid var(--border-c);
    vertical-align: top;
  }
}


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

#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;
}

/* ************************************************
 *	酒類販売管理者標識
 * ************************************************ */

.identification {
  font-family: "Noto Serif JP",serif;
}
.identification_title_name {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: .2em;
  /*border-bottom: solid 1px #000;*/
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}
.identification .subhdg2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.identification .subhdg2+.block {
  margin-bottom: 80px; 
}
.identification .block {
  font-size: 17px;
  word-break: break-all;
}

.un-sign {
  max-width: 940px;
  line-height: 2;
  letter-spacing: 0.08em;
  background: var(--clear-bg);
}
.identification_title {
  padding-top: 1em;
  font-size: 25px;
}
.un-sign_dlBox {
  display: flex;
  align-items: center;
  font-size: 15px;
  border-top: 1px solid var(--border-c);
  min-height: 80px;
}
.un-sign_dt {
  width: 45%;
  margin-bottom: 0;
}
.un-sign_dd {
  line-height: 1.6;
  width: 55%;
}

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

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

.txt-dark {
  color: var(--dark-text);
}

.txt-red {
  color: #f00;
}


