/*
 *
 * Templat BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用m:メイン用 s:サイドバー用 f:フッター用 p:汎用f
 *
 * Table Of Content
 *
 * 1-0 ALL Setting
 * 1-1 Webkit appearance 
 * 1-2 Layout Setting 
 * 2-0 Function Parts
 * 2-1 Clearfix 
 * 2-2 Holizontal Item Block 
 * 2-3 Vertical Item Block 
 * 2-4 Facebook 
 * 2-5 Button 
 * 2-6 機能パーツ：商品カテゴリ 
 * 2-7 グリッドナビ（スタイル:gridnav） 
 * 2-8 非表示コンテンツ(FB/タグマネージャ等用) 
 * 2-9 トグル機能アニメーション 
 * 2-10 カテゴリ・商品詳細ページ 見出し部下線 
 * 2-11 機能パーツ：テキスト 
 * 2-12 見出し
 * 2-13 Bootstrap Buttons UI kit
 * 2-14 Responsive Grid System
 * 3-0 Module
 * 3-1 Header
 * 3-1-1 サイトロゴ 
 * 3-1-2 カート・マイページボタン 
 * 3-1-3 ドロップダウンメニュー 
 * 3-1-4 カート・ログインボタン 
 * 3-1-5 メインメニュー
 * 3-1-6 検索フォーム 
 * 3-2 Main
 * 3-2-1 Main IMAGE 
 * 3-2-2 Half Banner 
 * 3-2-3 PICK UP Item 
 * 3-2-4 News & SNS 
 * 3-2-5 ShopInformation 
 * 3-2-6 Notice 
 * 3-3 Aside
 * 3-3-1 Aside Check List 
 * 3-3-2 Aside Login Form & Search Form 
 * 3-3-3 Aside Banner 
 * 3-3-4 Aside Login Form 
 * 3-4 Footer
 * 3-4-1 Footer Site Map 
 * 3-4-2 Page Top Btn 
 * 3-4-3 CopyRight 
 * 4-0 Page-Content
 * 4-1 Archive Page 
 * 4-1-1 Free Area 
 * 4-1-2 Pankuzu List
 * 4-1-3 Category View Mode 
 * 4-1-4 Item PR Setting 
 * 4-1-5 Cart Button 
 * 4-1-6Archive List Item 
 * 4-1-7Archive Thumbnail Item 
 * 4-2 Item Page 
 * 4-2-1 Item IMAGE 
 * 4-2-2 Item Name
 * 4-2-3 Order Area 
 * 4-2-4 Item Page Titile 
 * 4-2-5 Item Explanation 
 * 4-2-6 Item BuyForm 
 * 4-2-7 System Button 
 * 4-2-8 Item Text 
 * 4-2-9 Item Gallary 
 * 4-2-10 Review 
 * 4-3 Free Page 
 * 4-3-1 TOP PAGE 
 * 4-4 Form Page 
 * 4-4-1 Cart Button Reset 
 * 4-4-2 Form Page 
 * 4-4-3 Form Confirm Page 
 * 4-4-4 Item Search Form
 * 4-5 MyPage 
 * 4-5-1 Mypage Index 
 * 4-5-2 Member Profile Editor 
 * 4-5-3 Special Point 
 * 4-6 News
 * 10-0 ALL Setting[ For SmartPhone ]
 * 10-1 Header 
 * 10-1-3 ドロップダウンメニュー 
 * 12-2 Holizontal Item Block 
 * 13-1-5 メインメニュー
 * 13-2-2 Half Banner 
 * 13-2-4 News & SNS 
 * 13-2-5 ShopInformation 
 * 13-4-1 Footer Site Map 
 * 13-4-2 Page Top Btn 
 * 14-1-2 Category Pankuzu 
 * 14-1-7Archive Thumbnail Item 
 * 14-2-3 Order Area 
 * 20-0 ALL Setting[ For Tablet ]
 * 20-1 Header 
 * 20-1-3 ドロップダウンメニュー 
 * 23-3-3 Aside Banner 
 * 23-4-2 Page Top Btn 
 * 30-0 ALL Setting[ For PC ]
 * 30-1 Header 
 * 30-1-3 ドロップダウンメニュー 
 * 32-9 トグル機能アニメーション 
 * 33-3-1 Aside Check List 
 * 34-4-1 Footer Site Map 
 * 34-4-2 Page Top Btn
 */
/* 1-0 ALL Setting
 *----------------------------------------------------------------------*/
body { background-color: #fff;}
#sysAll{
	max-width: 100%;
	background-color: transparent; 
	padding: 0;
}


#sysHeader, #sysMain, #sysAside, #sysFotoer { padding: 0 2%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}/*元の数値 { padding: 0 5px;} */
#sysWrap {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#sysMain,#sysAside{ background-color: #fff;}
#sysHeader{
background: #fff;
position: relative;
z-index: 10;
}
#sysHeader,#sysFooter{padding: 0; margin: 0;}
#sysFooter{ background-color: #e1e1e1;} 
#sysFooter > div{ /*background-color: #ddd;*/ margin: 0 auto; /*padding-bottom: 5px;*/}
#sysMain{ line-height: 1.2;}

/* 1-0 Wrapper Setting */
/*#sysFooter > div,*/
.p-pagetop .sysContent,
.p-topimg .sysContent,
.h-sitelogo,.h-utilitybtn,
.h-siteinfo, .h-subMenu,
.h-mainMenu .sysContent,
.h-search,
#sysWrap {
	max-width: 1200px;/*元の数値 max-width: 1100 960px; */
}


/* 1-1 Webkit appearance */
input[type=search],
input[type=submit] {
	-webkit-appearance: none;
}

/* 1-2 input Setting */
input[type=search] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 3.4; /*1.5*/
	padding-left: 4px;
}

input[type=search]::-webkit-search-decoration {
	display: none;
}
input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

/* 1-3 Content setting */
table {
 border-collapse: collapse;
 border-spacing: 0;
}


select {
height: 30px;
/*border-radius: 0;
vertical-align: middle;*/
padding-left:10px;
}
p {margin: 10px auto;}
h1,h2,h3,h4,h5,h6{ font-size: inherit;}

input[type="button"],
select {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-appearance: none; }

/* 1-2 Layout Setting */
/* Responsive Grid system */
.grid-row:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
.grid-row { padding-bottom: 0em;}


/* DEFAULT COLUMN STYLES */
.grid-col { 
	display: block;
	float: left;
	margin-left: 2%;
}

.grid-col:first-child { margin-left: 0; }
.grid-col.col-span6:nth-child(2n+1) { margin-left: 0; }


.col-span1 { width: 8.33333333333%; }
.col-span2 { width: 16.6666666667%; }
.col-span3 { width: 25%; }
.col-span4 { width: 33.3333333333%; }
.col-span5 { width: 41.6666666667%; }
.col-span6 { width: 50%; }
.col-span7 { width: 58.3333333333%; }
.col-span8 { width: 66.6666666667%; }
.col-span9 { width: 75%; }
.col-span10 { width: 83.3333333333%; }
.col-span11 { width: 91.6666666667%; }
.col-span12 { width: 100%; }

.grid-col.col-span1 { width: 6.5%; }
.grid-col.col-span2 { width: 15.0%; }
.grid-col.col-span3 { width: 23.5%; }
.grid-col.col-span4 { width: 32.0%; }
.grid-col.col-span5 { width: 40.5%; }
.grid-col.col-span6 { width: 49.0%; }
.grid-col.col-span7 { width: 57.5%; }
.grid-col.col-span8 { width: 66.0%; }
.grid-col.col-span9 { width: 74.5%; }
.grid-col.col-span10 { width: 83.0%; }
.grid-col.col-span11 { width: 91.5%; }
.grid-col.col-span12 { width: 100%; }




/* 2-0 Function Parts
 *----------------------------------------------------------------------*/
/* 2-1 Clearfix */
.p-clearfix:after,
.clearfix:after {
content: "";
clear: both;
display: block;
}

/* 2-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
	letter-spacing: -.4em;
	text-align: center;
}
.sysContent .sysItemBlock .sysHorizontal li {
	width: 16.6%;/*25%;*/
	float: none;
	display: inline-block;
	letter-spacing: normal;
	margin: 0;
margin-top:10px;
padding:0 8px;
	text-align: center;
	vertical-align: top;
font-size:1em;
}

/* 2-3 Vertical Item Block */

/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe { width: 100% !important;}

/* 2-5 Button */
.btn {
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
}

.btn-info{
	background: #666;
	color: #fff; 
}
.btn-info:hover{ background: #999;}
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
	background: #666;color: #fff;
	display: block;
	padding: 10px 20px;
	text-shadow: none;
	border-color: transparent;
	border-radius: 3px;
	width: 90%; /*80%*/
 /* height: 50px;*/
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
	line-height: 1.75;
	border-bottom: 1px dotted #999;
}
.sysFuncItemCategory a:hover {
	background: #eee;
}

/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child { border-right: 0; border-style:none;}

/* 2-8 非表示コンテンツ(FB/タグマネージャ等用) */
.h-code{ display: none;}

/* 2-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
	display: block!Important;
	position: relative;
	opacity: 0;
	z-index: -1;
}
.h-subMenu .sysAccordionInitialHide.active{
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity: 1;
	z-index: 999;
}

/* 2-10 カテゴリ・商品詳細ページ 見出し部下線 */
#sysItemDetail #sysMain .sysItemName,
.sysExplanation > div > span,
.sysRetailPrice,
.sysReview > span
{ border-bottom: 1px none lightgray;}

/* 2-11 機能パーツ：テキスト */
#sysMain .sysContent h3 { border-bottom: 1px none lightgray;}
#sysMain .sysContent h3:before {
	content: "■";
	padding-right: 10px;
}

/*商品ブロックチェック*/
.sysFuncItemBlock .m-check .check{
margin-top:20px;
}
.check .sysHeadline{
margin-top:20px;
}


/* 2-12 見出し */
.headline-1st {
	font-size: x-large;
	font-weight: bold;
	border-bottom: 1px dotted rgb(212,212,212);
	padding: 5px;
}
.headline-2nd {
	font-size: large;
	font-weight: bold;
	border-bottom: 1px dotted rgb(212,212,212);
	padding: 5px;
	margin-left: 15px;
	
}
.headline-3rd {
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dotted rgb(212,212,212);
	padding: 5px;
	margin-left: 30px;
}

/* 2-13 Bootstrap Buttons UI kit */
.btn{text-decoration:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}

/* 2-14 Responsive Grid System */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : https://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */

.row:after,
.col:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
.row { padding-bottom: 0em;}
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
}
.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }

.gutters .col {	margin-left: 2%;}
.gutters .col:first-child { margin-left: 0; }
.gutters .span_1 { width: 6.5%; }
.gutters .span_2 { width: 15.0%; }
.gutters .span_3 { width: 23.5%; }
.gutters .span_4 { width: 32.0%; }
.gutters .span_5 { width: 40.5%; }
.gutters .span_6 { width: 49.0%; }
.gutters .span_7 { width: 57.5%; }
.gutters .span_8 { width: 66.0%; }
.gutters .span_9 { width: 74.5%; }
.gutters .span_10 { width: 83.0%; }
.gutters .span_11 { width: 91.5%; }
.gutters .span_12 { width: 100%; }

/* 3-0 Module
 *----------------------------------------------------------------------*/
/* 3-1 Header*/
.h-siteinfo{
	height: 40px;
	background-color: #fff;
}
.h-siteinfo h1 {color: #000;}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
	margin: 0;
	background: #fff;
	/*padding-bottom: 5px;
	padding-left: 5px;*/
}
.h-sitelogo .sysContent {
 /* width: 200px;*/
	max-width: 50%;
}
/* 3-1-2 カート・マイページボタン */
.h-utilitybtn
 {
	margin: 0 auto;
}
.h-utilitybtn .sysContent{
	width: 50%;
	float: right;
	position: relative;
	bottom: 40px;
	height: 40px;
}
/* 3-1-3 ドロップダウンメニュー */
.h-subMenu {
	position: relative;
}
.h-subMenu .sysAccordionInitialHide {
	position: absolute;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	right: 0;
	padding: 9px 10px;
	width: 100%;
}
.h-subMenu ul li { margin: 10px auto;}
.h-subMenu .sysHeadline{
 color: #e5e5e5; 
	line-height: 60px;
	text-align: center;
	background: #999;
}
.h-subMenu .sysAccordion:after {
	content: " ";
}
.sysAccordion:after {
	content: "▲";
	position:absolute;
	right:5px;
	font-weight: bold;
	font-size: small;
	color: #999;
	-webkit-transform: rotate(90deg);
}

.sysAccordionHide:after{
	-webkit-transform: rotate(180deg);
}


/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li{
	margin-right: 2%;
	width: 30% !important;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
float:right;
}
.h-utilitybtn ul li.sysText a {
	border: 1px solid rgb(212,212,212);
	line-height: 36px;
	height: 36px;
	font-size: small;
	margin-top: 1px;
}
.h-utilitybtn ul li.sysText a:hover {
	background: rgb(212,212,212);
}
.h-utilitybtn ul li.sysText a:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
 background: url(https://rebun.aispr.jp/img/icon/icon-cart02.png);
	background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
	background: url(https://template-advance.aispr.jp/img/icon/icon-mypage.png);
	background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(3) a:before {
	background: url(https://rebun.aispr.jp/img/icon/icon-guide.png);
	 background-size: 100%;
}

/*Utilitybtn赤ボタン設定*/
.h-utilitybtn ul li.sysText:nth-child(1) a {
	background: rgb(164,0,0);
	background-size: 100%;
color:rgb(255,255,255);
}

.h-utilitybtn ul li.sysText:nth-child(1) a:hover {
 -webkit-filter: opacity(0.6);
	 -moz-filter: opacity(0.6);
	 -o-filter: opacity(0.6);
	 -ms-filter: opacity(0.6);
	 filter: opacity(0.6);
}



/* 3-1-5 メインメニュー*/
.h-mainMenu{ 
	margin: 0 auto;
	/*background: #999;*/
border-style:none;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}
.h-mainMenu ul li:last-child a {
	border: 0;
}
.h-mainMenu ul {
	display: table;
	width: 100%;
}
.h-mainMenu ul li {
	display: table-cell;
	float: none;
	height: 50px;
	border-right: 1px #999 dashed;
}

.h-mainMenu a {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all0.3s ease;
}

.h-mainMenu a:hover {
	background-color: #ddd;
	/* color: #fff; */
}

.h-mainMenu ul li.sysText a {
	line-height: 1;
	border: none;
	white-space: normal;
	padding: 20px 0;
	margin: 0 auto;
}

.h-mainMenu .sysContent {
	margin: 0 auto;
	background: #fff;
}


/* 3-1-5 メインメニュー(SP用)*/
.h-spmenu { 
	margin: 0 auto;
}

.h-spmenu ul li {
	float:left;
	margin:0;
	text-align:center;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
line-height: 2.5;
}

.h-spmenu ul li.sysText a {
	display: block;
height:10%;
	text-decoration:none;
	background: #999;
	color: #fff;
	font-size: small;
	/*line-height:px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background:-webkit-linear-gradient(top, , );
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border: 1px #666 solid;
	border-radius:0px;
}

.h-spmenu .sysContent {
	margin: 0 auto;
	background: #fff;
}



/* 3-1-6 検索フォーム */
.h-search{
	margin: 0 auto;
	position: relative;
	padding: 0 3px 0 ; /*5*/
}
.h-search .sysItemSearchForm {
	display: table;
	width: 100%;
}
.h-search .sysItemSearchFormWord {
	display: table-cell;
	padding-right: 10px;
	width: 100%;
	vertical-align: top;
}
.h-search .sysItemSearchFormWord input{
	height: 34px; /*40px;*/
	border: 1px solid #c9c9c9;
	padding: 3px; /*5*/
	vertical-align: bottom;
}
.h-search .sysSearchButton {
	width: 100px;
	padding: 3px; /*6px;*/
	height: 34px; /*40px;*/
	border: 1px solid #999;
	border-radius: 3px;
	margin: 0 auto;
	background-color: #999;
}

/*tb用*/
.h-search .tbForm {
	display: table;
	width: 60%;
}
.h-search .tbFormWord {
	display: table-cell;
	padding-right: 10px;
	width: 60%;
	vertical-align: top;
margin-right: 20px;
}
.h-search .tbFormWord input{
	height: 80px;
	border: 1px solid #c9c9c9;
	padding: 5px;
	vertical-align: bottom;
}
.tbButton {
	width: 30%;
	padding: 2px;
	height: 38px;
	border: 1px solid #999;
	border-radius: 3px;
margin-left: 10px;
font-size:0.8em;
letter-spacing:10pt;
background-color: #999;
}

/*sp用*/
.h-search .spForm {
display: table;
margin-top: 10px;
width: 60%;
}
.h-search .spFormWord {
	display: table-cell;
	padding-right: 10px;
	width: 60%;
	vertical-align: top;
margin-right: 20px;
}
.h-search .spFormWord input{
	height: 80px;
	border: 1px solid #c9c9c9;
	padding: 5px;
	vertical-align: bottom;
}
.spButton {
width: 28%;
padding: 5px;
height: 34px;
border: 2px solid #999;
border-radius: 3px;
margin-left: 10px;
}




/* 3-1-7 Main Image */
.p-topimg{
	background-color: #ddd;
}
.p-topimg .sysContent{
	margin: 0 auto;
	padding: 5px;
}

/* 3-2 Main*/

/* 3-2-1*/


/* 3-2-2 Half Banner */
.p-banner ul {
	text-align: center;
	clear: both;
	margin: 10px auto;
}
.p-banner li {
	width: 49%;
	display: inline-block;
}


/* 3-2-3 PICK UP Item */
.p-pickup .sysContent {
	padding: 5px 0;
}
.p-pickup .sysContent .sysHorizontal li {
	padding: 0 2.5px;
}

/* 3-2-4 News & SNS */
.p-news .sysContent { line-height: 1.5;}
.p-news li { padding-left: 10px;}

/* 3-2-5 ShopInformation */
.p-shopInfo .sysContent{ text-align :center;}


.shopinfo-inner {
	display: inline-block;
	width: 48%;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	margin: 5px;
	padding-bottom: 10px;
	line-height: 1.5;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
}
.shopinfo-inner h3 {
	font-size: 150%;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px 0px;
	margin-bottom: 10px;
}
.shopinfo-inner .btn{
	float: right;
	margin-right: 20px;
}

/* 3-2-6 Notice */
.p-notice .sysHeadline {
	background: #e60054;
	border-color: #e60054;
	text-align: center;
	font-weight: bold;
}


/* 3-3 Aside*/
/* 3-3-1 Aside Check List */
.s-checklist li {
	margin: 5px auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}
/* 3-3-2 Aside Login Form & Search Form */
.s-login {
	line-height: 1.75;
}
.s-login ul {
	text-align: center;
}
.s-login li {
	display: inline-block;
	width: 95%;
	line-height: 1.3;
	vertical-align: top;
	background: #666;
}
.s-login li a {
	color: #fff;
	text-decoration: none;
　　padding: 10px; 
	display: block;
}
.s-login input {
	width: 95%;
	margin: 5px auto;
	line-height: 2;
	display: block;
}
.s-login .sysLoginButton {
	border: none;
	padding: 5px;
	background: #666;
	color: #fff;
	margin: 10px auto;
	border-radius: 0;
}
.s-login a {
	text-decoration: none;
	display: inline-block;
	background: #666;
	text-align: center;
	padding: 5px 15px;
	margin: 5px;
	color: #fff;
	border-radius: 3px;
}

/* 3-3-3 Aside Banner */
.s-banner { margin-bottom: 10px;}
.s-banner li { margin: 5px auto;}

/* 3-3-4 Aside Login Form */
.s-search{ line-height: 1.75;}
.s-search ul{ text-align: center;}
.s-search input[type=search]{
	width: 95%!important;
	margin: 5px auto;
	line-height: 2.5;
	display: block;
}
.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
	text-align: center;
}
.sysSearchButton {
	border: none;
	padding: 10px;
	background: #666;
	color: #fff;
	width: 95%;
	display: block;
	margin: 10px auto;
}
/* 3-4 Footer*/

.sysFuncText.p-shopInfo.footerCnt {
	/*max-width: 1000px;*/
	margin: 0 auto ;
	background-color: #fff;
	padding: 20px 0px;
}



.sysFuncText.p-pagetop.sysDisplayKeitaiNone {
	/*max-width: 1000px;*/
	margin: 0 auto ;
	background: #fff;
	padding: 10px 0;
}

.sysFuncListNav.f-sitemap {
	/*max-width: 1000px;*/
	margin: 0 auto ;
	background: #666;
	padding-top: 15px;
}


/* 3-4-1 Footer Site Map */
.f-sitemap ul li.sysText a {
	color: #fff;
	padding:0;
	background: #666;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
}
.f-sitemap ul li.sysText a:hover {
	background: #999;
}

/* 3-4-2 Page Top Btn */
.p-pagetop .btn {
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

/* 3-4-3 CopyRight */
.f-copyright {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.f-copyright .sysContent{
	/* border-top: 1px solid #ddd; */
	padding:5px;
	font-size:small;
	color: #ddd;
	max-width: 1000px;
	margin: auto;
}


.sysFuncText.f-copyright {
	/*max-width: 1000px;*/
	background: #666;
}

/*aside追加CSS*/

.asideCnt .sysHeadline {
	border-bottom: 1px solid #999;
	background-color: #fff;
	color: #444;
	font-size: larger;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}



.asCate .sysHeadline {
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	border-bottom: 0px solid #ffffff;
	background-color: #fff;
	color: #444444;
	font-size: large;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	display: block;
	line-height: 2.2em;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}

.asTtl .sysHeadline {
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	border-bottom: 0px solid #ffffff;
	background-color: #ffffff;
	color: #444;
	font-size: large;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	display: block;
	line-height: 2.2em;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}




/* 4-0 Page-Content
 *----------------------------------------------------------------------*/
/* 4-1 Archive Page */
/* 4-1-1 Free Area */

/* 4-1-2 Pankuzu List*/
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
	font-size: small;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	/*background: #666;*/
	color: #444;
	padding: 0 5px;
line-height: 1.2;
}
.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {

	display: inline-block;
	/*background: #666;*/
	padding: 5px 10px;
	color: #666;
	text-decoration: none;
}
.sysCategoryPankuzu a:hover,


.sysItemCategoryPankuzu a:hover {
	/*background: #999;*/
	color:blue;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
	font-size: small;
}
.sysItemCategoryCtl a {
	display: inline-block;
	padding: 2px 4px;
	background: #ddd;
	border: 1px solid #999;
	border-radius: 3px;
	text-decoration: none;
	margin: 2px 0;
}


/* 4-1-4 Item PR Setting */
.sysItemPr {
	font-size: 2em;/*4em;*/
color: #b50000;
	padding: 0 2px;/*0 5px;*/
/*	background: #fff;
 border: 1px solid #666;
	border-radius: 3px;*/
	display: inline-block;
	font-weight: bold;
}

/*.sysCartButton {
background-image: url(https://www.rebun.jp/honten/images/cart.png);
background-repeat: no-repeat;
background-size: 6%;
font-size: 1.1em;/* 1.2em*/
/*color: #fff;
padding: 10px 15px;/*16px 0 16px 0*/
/*background-position: 5%;
background-color: #bf0000;/*#00690e;*/
/*border-radius: 5px;
border-bottom: 5px solid #730808;/*#033309;*/

/*font-size: large;
border: none;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
background-color: #666;
color: #fff;
cursor: pointer;
}*/

/*チェック商品用カートボタン*/
.sysSelectCartButton{
background-image: none;
font-size: 1em;
color: #fff;
padding: 12px;
background-position: 5%;
background-color: #bf0000;
border-radius: 5px;
border-bottom: 3px solid #730808;
}

.sysCartButton{
background-image: none;
font-size: 1em;
color: #fff;
padding: 12px;
background-position: 5%;
background-color: #bf0000;
border-radius: 5px;
/*border-bottom: 3px solid #730808;*/
}

.sysCartInButton {
background-image: none;
font-size: 1em;
color: #fff;
padding: 12px;
background-position: 5%;
background-color: #bf0000;
border-radius: 5px;
border-bottom: 3px solid #730808;
}

.sysGoCartButton {
background: #69965d url(https://shop.rebun.jp/img/icon/cart.png) center center no-repeat;
color: #fff;
background-size: 6%;
background-position: 5%;
/*margin:2% 0;*/
}

.sysItemReviewLink{
background-image: none;
font-size: 0.8em;
color:#212121;
text-align:center;
padding: 6px;
margin:6px 0 10px 0;
background-color: #cfcfcf;
border-radius: 5px;
}

/* 4-1-6Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
	width: 40%;
	max-width: 200px;
}
/* 4-1-7Archive Thumbnail Item */
.sysItemList ul.sysThumbnail li {
	display: inline-block;
	float: none;
	vertical-align: top;
	letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
	letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
	width: 100%;
	padding: 10px 0;
}

/* 4-1-8 Deliveries Table */
ul.SysDeliveriesTable {
border-style: solid;
border-width: 0px;
list-style: none;
display: table;
margin: 0;
padding: 0;
}
ul.SysDeliveriesTable > li {
display: table-row;
}
ul.SysDeliveriesTable > li > div {
border-style: solid;
border-width: 1px;
display: table-cell;
padding:10px;
}

/* 4-2 Item Page */
/* 4-2-1 Item IMAGE */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages .sysImageList li{
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 18%;/*32%;*/
	line-height: 1;
	float: none;
	margin: 1% 0;
}

/* 4-2-2 Item Name */ 
.sysItemName h1 { font-size: large;} /*元はx-large*/
.sysItemName a { font-size: small;}
.sysItemName h1 { margin-top:10px;}

/* 4-2-3 Order Area */
.orderArea {
	letter-spacing: -.4em;
	text-align: center;
}
.orderArea > div {
width: 50%;/*50%;*/
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
margin-top:20px;

}
.orderArea > .orderArea > div {
	width: 100%;
	display: block;
}

/*.orderArea > .sysBlock > div {
	width: 70%;
	display: block;
}*/
/*.sysBlock{
width: 70%;
}*/

/* 4-2-4 Item Page Titile */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
	display: block;
	margin-bottom: 10px;
	font-size: large;
}
/* 4-2-5 Item Explanation */
/*	.sysExplanation table {
	width: 100%;
	text-align: center;
border: 1px solid #999;
	line-height: 2;
}
.sysExplanation thead {
	text-align: center;
	color: #fff;
	background: #999;
}*/
/*.sysExplanation td {
	font-size: small;
	text-align: left;
	padding-left: 10px;
}*/

/* 4-2-6 Item BuyForm */
#sysItemDetail .sysRetailPrice { font-weight: bold; font-size: 1.8em;}

#sysItemDetail .sysPr { text-align: left;/*center;*/}
#sysItemDetail .sysPr > span { display: inline-block;}

/*#sysItemDetail .sysForm select {
	min-width: 200px;/*190px*/
/*	width: 100%;　/*デフォルト75％ 元100％*/
/*display: inline-block;
float: none!important;
/*	float: right;*/
/*	margin: 5px auto 10px;　/*追加記述*/
/*	padding: 0 16px;
}*/

#sysItemDetail .sysForm select {
min-width: 450px;
display: inline-block;
float: none !important;
margin: 5px 0; }

#sysItemDetail .sysForm select[name="num"]{
width: 160px;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysSelections div{margin-bottom: 10px;}
#sysItemDetail .sysSelections{ line-height: 30px;}
#sysItemDetail #sysVariation {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-left: auto;
}

#sysItemDetail #sysVariation {
	 overflow: hidden;
	 margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
	margin: 10px auto;
	overflow: hidden;
}
/*#sysItemDetail .sysNumArea button {
	display: inline-block;
	width: 40%;
	background: #bf0000;
	padding: 10px 5px;
	border: 1px solid #730808;
	border-radius: 5px;
	color: #fff;
	font-size: 0.8em;
}*/

#sysItemDetail .sysNumArea button {
overflow: hidden;
display: inline-block;
width: 25%;
padding: 10px;
text-indent: -999px;
border: 1px solid #b9b9b9;
border-radius: 5px;
background: #f1f1f1;
cursor: pointer; }


#sysItemDetail .sysNumArea {
	padding-top: 5px;
	clear: both;
	text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
	width: 100%;
margin-bottom:2%;
/*	margin-left: 2%;*/
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

#sysWishlist .sysButton:hover {
opacity: 0.5 ;
}


/* 4-2-7 System Button */
.sysLoginButton,
.sysButton {
	border: none;
	padding: 10px;
/*margin: 5px 0;*/
	border-radius: 5px;
	background-color: #666;
	color: #fff;
	cursor: pointer;
}
.sysLoginButton,
.sysButton:hover {
	background: #999;
}
.sysLoginButton{
	display: block;
	width: 50%;
	margin: 10px auto;
	padding: 20px;
}

/* 4-2-8 Item Text */
.sysDescription,.sysImageDescription{
font-size: 0.75rem;
text-align: left;}

.sysDescription,.sysImageDescription img{
margin:0;
text-align: left;
}

/* 4-2-9 Item Gallary */
.sysImageListSimple li { margin-bottom: 10px;}

/* 4-2-10 Review */
#sysItemDetail .sysReview {
margin: 20px 0 40px;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
box-sizing: content-box;
word-break: break-word;
list-style-type: none;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color: #000000;
font-size: 13px;
-webkit-text-size-adjust: none;
}

.sysReview input {
width: 100%;
margin: 0;
padding: 10px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50px;
background-color: #8c8f8d;
background-size: 120px;
color: #fff;
cursor: pointer;
border: none;

font: inherit;
vertical-align: middle;
word-break: break-word;
list-style-type: none;
}

.sysReview input[type="submit"]{
-webkit-appearance: none;
}

.sysReview > span {
display: block;
margin-bottom: 0px;
font-size: large;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
box-sizing: content-box;
word-break: break-word;
list-style-type: none;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color: #000000;
}

.sysReviewHistoryList {
margin-bottom: 3%;
margin-top: 3%;
padding-left: 0px;
}

.sysReviewHistoryList ul {
list-style: none;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
box-sizing: content-box;
word-break: break-word;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 13px;
-webkit-text-size-adjust: none;
}

.sysReviewHistoryList li:first-of-type {
border-top: dotted #8c8f8d;
}

.sysReviewHistoryList li {
padding: 3%;
border-bottom: dotted #8c8f8d;
list-style-type: none;
}

.sysReviewHistoryList .sysNickname {
font-weight: bold;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color: #000000;
font-size: 13px;
}

.sysReviewHistoryList .sysEvaluation {
color: #870030;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 13px;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

.sysReviewText {
box-sizing: content-box;
word-break: break-word;
list-style-type: none;
list-style: none;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color: #000000;
font-size: 13px;}

.sysReviewHistoryList .sysReviewDatetime {
color: grey;
margin-top: 1%;
margin: 0;
margin-top: 0px;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
box-sizing: content-box;
word-break: break-word;
list-style-type: none;
list-style: none;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 13px;
}

/* 4-3 Free Page */
/* 4-3-1 TOP PAGE */

/* 4-4 Form Page */
/* 4-4-1 Cart Button Reset */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],

.sysCart #sysMain button {
	background: #666;
	color: #fff;
	text-shadow: none;
}

.sysCartInDone{ margin: 0;}

/* 4-4-2 Form Page */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
	border-bottom: 1px solid #999;
	background-color: #999;
	color: #ffffff;
	font-size: large;
	padding: 5px;
}
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
	border-color: #999;
	border-style: solid;
	border-radius: 0px;
	border-width: 1px;
	box-shadow: 1px 1px 1px gray;
	margin-bottom: 10px;
	padding: 0;
}

#sysMemberRegisterConfirm#sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
	line-height: 15px;
	padding: 5px;
	font-size: small;
	margin: 5px auto;
}

#sysMain input[type="email"], 
#sysMain input[type="number"], 
#sysMain input[type="password"], 
#sysMain input[type="tel"], 
#sysMain input[type="url"], 
#sysMain input[type="text"],
#sysMain textarea {
	width: 98%;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
	border-radius: 5px 5px 5px 5px;
	border: #999999 1px solid;
	line-height: 1.6em;/*3*/
}
#sysMain textarea { min-height: 75px;}

.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { width: 200px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}

/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
	border: 1px solid #999;
	line-height: 2;
	padding-left: 10px;
	font-size: small;
	border-radius: 3px;
	margin: 5px auto;
	min-height: 20px;
}

/* 4-4-4 Item Search Form */
.sysItemSearchForm > div {
	margin: 10px auto;
	width: 90%;
	text-align: left;
}
form.sysItemSearchForm {
	text-align: center;
}
.sysItemSearchForm > div.sysItemSearchFormWord {

	width: 95%;
}

/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain{
	border-color: #999;
	border-style: solid;
	border-radius: 0px;
	border-width: 1px;
	box-shadow: 1px 1px 1px gray;
	margin-bottom: 10px;
	padding: 0;
}
.sysMypage #sysMain h2{
	border-bottom: 1px solid #999;
	background-color: #999;
	color: #ffffff;
	font-size: large;
	padding: 5px;
}
.sysMypage #sysMain > form,
.sysMypage #sysMain > div { padding: 5px 10px;}

/* 購入履歴 */
.sysOrderList {
	border: 1px solid rgb(212,212,212);
	padding: 10px;
	max-height: 400px;
	overflow-y: scroll;
}
.sysOrderList li {
	border-bottom: 1px dotted rgb(212,212,212);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* マイページボタン */
.sysMypageNav > form {
	display: inline-block;
	width: 48%;
	vertical-align: top;
margin:6px 2px;
}
.sysMypageNav .sysButton {
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 1rem;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
	line-height: 15px;
	padding: 5px;
	font-size: small;
	margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* 4-5-3 Special Point */
.sysSpecialPoint {
	overflow: hidden;
	letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
	width: 60%;
}
.sysSpecialPoint > div {
	display: inline-block;
	letter-spacing: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
	width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
	border: 1px solid #d5d5d5;
	margin: 10px;
}

/* 4-6 News Page */
.news-row {
	border-color: #999;
	border-style: solid;
	border-radius: 0px;
	border-width: 1px;
	box-shadow: 1px 1px 1px gray;
	margin-bottom: 10px;
}
.news-row > h1 {
	border-bottom: 1px solid #999;
	background-color: #999;
	color: #ffffff;
	font-size: large;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
}
.sysNewsDetail { padding: 10px 20px;}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
	display: block;
	text-decoration: none;
	border: 1px solid;
	padding: 10px;
}

.sysSelectAddress {
	margin: 10px 0;
}

.sysSelectAddress a:hover {
	background: #eee;
}


/* 4-7 戻る・削除ボタン */
/* 4-7-1 ショッピングカート */

.sysCart #sysMain input.sysDeleteArea, .sysCart #sysMain input.sysBackButton, .sysCart #sysMain button.back_btn {
	background-color: #fff;
	color: #000;
	line-height: 0;
}

.sysCart #sysMain button.mdl-button {
	background-color: #fff;
	color: #000;
	box-shadow: none;
}
/*.sysCart #sysMain .sysFreeAreaBottom a {
	border: #999999 1px solid;
	padding: 8px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 50%;
	max-width: 150px;
}*/

.sysCart #sysMain .backbo a {
border: #01290f 1px solid;
background-color: #A40000;/*#bf0000;#00690e;*/
padding: 10px 20px;
margin-top: 14px;/*20px;*/
text-decoration: none;
border-radius: 5px;
text-decoration: none;
/*text-decoration-line: underline;*/
font-size: 1.1em;
color: #fff;
display: block;
text-align: center;
width: 50%;
max-width: 280px;/*250px;*/
}

#sysBasket #sysMain input.sysBackButton {
	display: none;
}

/*カート内の余白調整*/
.sysCart .sysSubTotalArea {
	margin-top: 1em;
}
.sysCart .sysProduct {
margin-bottom: 1em;
}

/*カート内の削除ボタン*/
.sysCart .sysDeleteArea {
	text-align: center;
margin-top: 0.5em;
}

/*アサイドの編集*/
div#sysAside {
	width: 22%;
}

/*メインの編集*/
div#sysMain {
	width: 78%;
 }



/*追加class*/

/*パーツ ヘッダーお問い合わせ先*/
.h-info {
margin: 0px;
}

.slider .sysContent {
width:100%;
background-color:#eee;
margin:0 auto;
padding:0px !important;
}


/* 商品ページ 画像隙間削除用 */
#sysMain .sysExplanation{
	line-height: 0 ;
}
/* 商品ページ テーブル隙間削除用 */
#sysMain .sysExplanation table img{
	vertical-align: bottom !important;
	margin: 0 !important;
	padding: 0 !important;
}
/*#sysMain .sysExplanation table{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#sysMain .sysExplanation td{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#sysMain .sysExplanation tr{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}*/

/*--------調整用マージン--------*/
.mr10{
margin-right: 10px;
}

.mb5{
margin-bottom: 5px;
}

.mb10{
margin-bottom: 10px;
}

.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}

.mb30{
margin-bottom: 30px;
}

.mb40{
margin-bottom: 40px;
}

.mb50{
margin-bottom: 50px;
}

.mb100{
margin-bottom: 100px;
}
.mt5{
margin-top: 5px;
}
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.mt30{
margin-top: 30px;
}
.mt40{
margin-top: 40px;
}
.mt50{
margin-top: 50px;
}
.mt100{
margin-top:100px;
}

/*--------調整用マージン--------*/



.pb100{
padding-bottom: 100px;
}




/*アサイドのリストナビの画像の隙間*/
.sysImage img{
margin-top:5px;
}

/*ログインボタンの隙間*/
.sysContent li{
margin-bottom:10px;
}

/*カートの数量＋－ボタンを消す*/
/*.sysNumArea{
display:none;
}*/

/*PR画像にマージン*/
.sysPr {
margin: 0 0 20px;
}

/*価格の下にマージン*/
.sysRetailPrice{
margin-bottom: 10px;
}

/*商品番号のフォント変更*/
.sysItemViewId{
font-size: small;
font-weight:bold;
}


/*メインコンテンツ h2*/
	.mainCnt .sysHeadline {
	border-bottom: 1px solid #999;
	background-color: #fff;
	color: #666;
	font-size: x-large;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	letter-spacing: 0.15em;
}



/*フッター島の人とは*/
.f-belief {
width: 100%;
text-align: center;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
font-size: large;
line-height: 2;
background: #eee;
padding: 40px 0;
height: initial;
}

.beliefIMG {
margin: auto 10px;
}


/*フッター追記分*/
	.footerCnt .sysHeadline {
	border-bottom: 0px solid;
	background-color: #fff;
	color: #333;
	font-size: x-large;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background: -webkit-linear-gradient(top, , );
	border-bottom: 1px dashed #999;
	/* margin-bottom: 10px; */
}


/*トップページのPICKUPタイトル文字の変更*/
.m-pickupbunner .sysHeadline{
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-size: x-large;
	color:#666;	
}

/*トップページの各パーツの上にマージン*/
.mainCnt .sysHeadline{
	margin-top:20px;
}

/*ヘッダーのPC用検索ボタンの設定*/
.h-pclogo .sysSearchButton {
	width: 80px;
	padding: 6px;
	height: 30px;
	border: 0px solid #999;/*1px;*/
	border-radius: 3px;
	margin-right: 10px;
	background-color: #999;
}

/*[IE対策]検索フォーム*/
.s-search input[type=search]{
	padding-bottom: 5px;/*10px;*/
	padding-top: 2px;/*5px;*/
}

/*[IE対策]フォーム入力欄調整*/
input {
	padding-bottom: 5px;/*10px;*/
	padding-top: 2px;/*5px;*/
}

/*[IE対策]カートページフォーム入力欄調整*/
.sysCart #sysMain input[type=text], 
.sysCart #sysMain input[type=password], 
.sysCart #sysMain input[type=email], 
.sysCart #sysMain input[type=number], 
.sysCart #sysMain input[type=tel], 
.sysCart #sysMain input[type=search], 
.sysCart #sysMain textarea {
	padding-bottom: 25px;
	padding-top: 0px;
}
.sysCart #sysMain input[type=text]{
height: 40px;
}
/*上記[IE対策]を解除*/
.sysCart #sysMain input[type=password],
.sysCart #sysMain input[type=email]{
	padding: 0.5em;
}

/* シーンから選ぶのCSS */
.main_scene ul li{
	float:left;
	margin-left: 1%;
	text-align:center;
	border: 1px #999 solid;
	padding: 2%;
	background-color: #eeeeee;
	 margin-bottom: 1%;
}


.main_scene ul li.sysText a{
	display:block;
	text-decoration:none;
	color:;
	font-size:;
	line-height:px;
	background-color:;
	background: -webkit-gradient(linear, left top, left bottom, from(), to());
	background:-webkit-linear-gradient(top, , );
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-right: 0px solid;
	border-radius:0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all0.3s ease;

}



/* フッター料金表 */
table.main_scene {
border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
width: 98%;
}
.main_scene th {
width: 40%;
	padding: 2%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
.main_scene td {
color: #444;
/*font-size: large;*/
padding: 2%;
vertical-align: top;
border-bottom: 1px solid #ccc;

}

table.main_scsp {
border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.2;
	border-top: 1px solid #ccc;
width: 98%;
}
.main_scsp th {
width: 54%;
	padding: 2%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
.main_scsp td {
color: #444;
padding: 2%;
vertical-align: top;
border-bottom: 1px solid #ccc;
}


.main_aboutR td {
	line-height: 0;
}

.main_aboutR a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all0.3s ease;
}

.main_aboutR a:hover {
opacity: 0.5 ;
}

/*島の人についてテキスト右端リンク*/
.main_shima02 ul li.sysText:last-child a {
	border-right: 0px;
}



/* DEFAULT COLUMN STYLES(PC/SP共通表示グリッド) */
.grid-col2 {
	display: block;
	float: left;
	margin-left: 2%;
}

.grid-col2:first-child { margin-left: 0; }
.grid-col2.col-span6:nth-child(2n+1) { margin-left: 0; }


.col-span1 { width: 8.33333333333%; }
.col-span2 { width: 16.6666666667%; }
.col-span3 { width: 25%; }
.col-span4 { width: 33.3333333333%; }
.col-span5 { width: 41.6666666667%; }
.col-span6 { width: 50%; }
.col-span7 { width: 58.3333333333%; }
.col-span8 { width: 66.6666666667%; }
.col-span9 { width: 75%; }
.col-span10 { width: 83.3333333333%; }
.col-span11 { width: 91.6666666667%; }
.col-span12 { width: 100%; }

.grid-col2.col-span1 { width: 6.5%; }
.grid-col2.col-span2 { width: 15.0%; }
.grid-col2.col-span3 { width: 23.5%; }
.grid-col2.col-span4 { width: 32.0%; }
.grid-col2.col-span5 { width: 40.5%; }
.grid-col2.col-span6 { width: 49.0%; }
.grid-col2.col-span7 { width: 57.5%; }
.grid-col2.col-span8 { width: 66.0%; }
.grid-col2.col-span9 { width: 74.5%; }
.grid-col2.col-span10 { width: 83.0%; }
.grid-col2.col-span11 { width: 91.5%; }
.grid-col2.col-span12 { width: 100%; }

.main_season .grid-row { padding-bottom: 0.8em;}

/*スライダー上文字固定*/
.kotei{
	position: absolute;
	top: 0;
	left: 0;
	z-index:999; 
}
/*スライダー周囲余白0*/
.h-slider .sysContent {
padding: 0;
}

/*ナビ*/
.menutab2 {
	width:60%;
	height:80px;
	position:relative;
	margin:0 auto;
	float:left;
	clear:both;
}
.menu2{
	width:10%;
	height:80px;
	background:#fff;
	float:left;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	display:block !important;
	cursor: pointer;
	font-size:1em;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	color:#666;	
	font-weight:bold;
}
.menu2:first-child {
	margin-left:0;
}
.hover {
	width:10%;
	height:80px;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	display:block !important;
}
.content {
	width:60%;
	height:260px;
	border-right:#999 1px solid;
	background:rgba(255,255,255,0.8);
	top:80px;
	left:-5px;
	padding:5px;
	position:absolute;
	box-shadow:1px 1px 3px #aaa;
	text-align:center;
	z-index:100;
}
.content p{
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.content a:hover{
	text-decoration:none;
	cursor:auto;
}

.content table {
	padding-left:10px;
	border:none ;
	/*box-shadow:1px 1px 3px #aaa;
		padding:20px 5px 5px 5px;
	border-collapse:collapse;*/

}

.content table td {
	/*bpadding:10px;*/
	font-size:18px;
	font-family: 'Cinzel', serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:center;
}
.menu2 a{
	text-decoration:none;
	cursor:auto;
	color:#888;
}

/*ナビ*/


/*フッター島の人とはCSS*/
	.shimanohito li{
	margin-bottom:1px;
	margin: 0 !important;
}

/*フッター礼文島とはCSS*/
 .rebun_slider .sysContent {
	padding:0px;
}

.bxslider2 img{
border:none;
max-width:100%;
width: 100% !important;
}

/*　　　－－－－－　　▼　グローバルナビゲーション　▼　　　－－－－－　　*/
	.h-globalnavi .sysContent {
	padding:0px;
margin-top: 20px;
} 
.h-globalnavi{
width: 100%;
background-color:#fcfcfc;
/*background-image:url(https://rebun.aispr.jp/img/header/logo-navi.png);*/
background-repeat: no-repeat;
background-position: 20px 10px;
background-size: 125px auto;
border-radius: 3px 3px 0 0;
height: 60px;
margin: 0 auto;
padding:0;
}

.gnaviLogo {
	width: 200px; /*基本値　100px*/
	/*height: 50px;*/
	margin-top: 13px;
	margin-left: 10px;
	/*background-image:url(https://rebun.aispr.jp/img/header/logo-navi.png);*/
	float: left;
	/*text-indent: -999px;*/
}


.tel {
	width: 200px; /*基本値　100px*/
	/*height: 50px;*/
	margin-top: 15px;
	margin-right: 10px;
	/*background-image:url(https://shop.rebun.jp/img/00_TOP/icon_tel.gif);*/
	float: right;
	/*text-indent: -999px;*/
}


.right_bor{
	border-right: 1px dashed #999;
}

.dpmenu {
list-style-type: none;
max-width: 940px;/*グローバルナビの表示域*/
	width: 100%;
height: 60px;
margin: 0px auto;
padding: 0;
background: #fcfcfc;
top: 0;
z-index: 15000;
}
.dpmenu li {
	position: relative;
width: 10%; /*表示項目数割る100%の数値を挿入*/
	height: 100%;
float: left;
margin: 0;
padding: 0;
text-align: center;
top: 0;
z-index: 16000;
}
.dpmenu li a {
display: block;
margin: 0;
padding: 15px 0 11px;
color: #444;
font-size: 16px;
	height: 100%;
/*font-weight: bold;*/
line-height: 1.7;
text-decoration: none;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
}

.dpmenu li ul {
list-style: none;
position: absolute;
/*	height: 100%;*/

top: 100%;
left: 0;
margin: 0;
padding: 0;
z-index: 17000;

}
.dpmenu li ul li{
overflow: hidden;
width: 200%;	/*300px*/
height: 0;
color: #fff;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 18000;
}
.dpmenu li ul li a{
padding: 13px 10px;
background: #e1e1e1;
text-align: left;
font-size: 16px;
font-weight: normal;
}
.dpmenu li.menu_icon:hover > a {
background: #fff;
}
.dpmenu li.menu_icon > a:hover{
background: #e1e1e1;
color: #444;
}
.dpmenu li:hover ul li{
overflow: visible;
height: 45px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.dpmenu li:hover ul li a:hover{
background: #fcfcfc;
}

.dpmenu li:hover ul li:first-child{
border-top: 0;
}
.dpmenu li:hover ul li:last-child{
border-bottom: 0;
}
.dpmenu li:hover ul li:last-child a{
border-radius: 0 0 3px 3px;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/*ホバーしたら薄くなる*/
a:hover img.over {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=50);
}


/*googlemapのレスポンシブル対応*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*SPTOP回帰リンク用CSS*/
.sp_toplink > .sysContent li {
	margin-bottom: 0px;
}

/*アマゾンアカウントでお支払いの左のご注文手続きへボタンの色変更*/
#useAmazonSubmitButton .sysAmazonNextSubmit{
background-color: #A40000 !important;
max-width: 600px; /*400px*/
font-size:1.2em;
font-weight:bold;
}

/*ご注文手続きページのログインボタンの色変更*/
.sysForm .sysLoginButton{
	background-color: #A40000 !important;
	line-height:0 !important; 
}

/*ご注文手続きページの会員情報入力へとご注文者情報入力へボタンの色変更*/
.sysNextSubmitArea .sysNextSubmit{
	background-color: #A40000 !important;
}

/*お届け先選択画面の上記お届け先を確定するボタンの色変更*/
.sysSelectAddress .sysNextSubmit{
	background-color: #A40000 !important;
	line-height:0 !important; 
}

/*別の住所を入力するのリンクの色変更*/
.sysSelectAddress a{	
	text-decoration:none !important;
}
.sysSelectAddress a:link{	
	color: #A40000 !important;
	line-height:1 !important;
}

.sysSelectAddress a:visited{	
	color: #A40000 !important;
	line-height:1 !important;
}

/*複数のお届け先へ送付するの上記お届け先を確定するボタンの色変更*/
.sysBtnChange input{
	background-color: #A40000 !important;
	line-height:0.5 !important; 
}

#sysBasket .sysCart .sysFuncText.p-shopInfo.footerCnt {
	/*max-width: 1000px;*/
	margin: 0 auto ;
	backgrlound-color: #fff;
	padding: 20px 0px;
}

/* basket.htmlフッターCSS */

#sysBasket #sysFooter div.p-shopInfo h3{
font-weight:bold;
line-height:0px;
margin:0px;
}

#sysBasket #sysFooter div.p-shopInfo h4{
font-weight:bold;
display: block;
margin:0px;
line-height:1.5em;
}

/*お支払い方法のラジオボタンの丸の枠を黒くする*/
.sysSelectPaymentArea .sysSelectPayment label input[type="radio"] {	
	border: 1.5px solid #999;
	cursor: pointer;
}


/*会員登録入力欄の下にマージン*/
.sysFormField{	
	margin-bottom: 1em;
}

/*お支払い方法のテキストエリア内でカーソル変更
.sysSelectPaymentArea .sysSelectPayment label input[type="text"] {	
	cursor: pointer;
}*/


/* カテゴリーページ 画像隙間削除用 */
#sysMain .sysItemCategoryInfo img{
	vertical-align: bottom !important;
	/*margin: 0 !important;*/
	margin:auto;
}

#sysMain .sysItemCategoryInfo{
	line-hight: 0 !important;
}

/* 検索ボタン内カーソル変更 */
#sysAside > div.sysFuncText.s-searchbox.asideCnt > div.sysContent > div > div > form > input.sysSearchButton{
	cursor: pointer;
}

#sysAside > div.sysFuncItemSearch.s-search.asideCnt > div.sysContent > form > input.sysSearchButton{
	cursor: pointer;
}

#sysMain > div.sysFuncText.m-itemsearch.mainCnt > div.sysContent > div > div > form > input.sysSearchButton{
	cursor: pointer;
}


/* テンプレートのブロックのクラス追加 */
.orderArea2 {
	letter-spacing: -.4em;
	text-align: center;
}
.orderArea2 > div {
	width: 74%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}

.orderArea2 > .orderArea > div {
	width: 100%;
	display: block;
}

/*項目選択肢のラジオボタンの丸の枠を黒くする*/
input[type="radio"]#variationTable {	
	border: 1.5px solid #999;
	cursor: pointer;
}


/*マイページのログインボタンの色変更*/
.sysCart #sysMain input[type=submit].sysLoginButton {
	background-color: #00690e!important;
	line-height:0.5;
	margin: 5px auto;
}

/*ログイン画面：パスワードリマインドボタン*/
#sysMypageLogin .sysLoginForm form:nth-child(2) {
text-align: center;
}
#sysMypageLogin input.sysButton {
background-color: #fff;
border: 1px solid #666;
color: #000;
display: block;
position: relative;
margin: 0 auto;
max-width: 240px;
padding: 5px;
}



/*会員IDとパスワードの確認画面に画像追加*/
.sysRemindForm{
	width:100%;
	margin-top:2em !important;
	padding-bottom:12em !important;
	background-image:url(https://shop.rebun.jp/img/support/remind850x.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-size:contain;
}

/*クーポン入力の丸の枠を黒くする*/
.sysOrder .sysUseCouponsSelect label input[type="radio"] {	
	border: 1.5px solid #999;
	cursor: pointer;
}

/*カート内ポイント入力の枠の高さを低くする*/
.sysCart #sysMain input[type=text] {
	padding-bottom:0px!important ;
}

/*カート内ポイント使用するボタンの修正*/
.sysCart #sysMain .sysTotal input[type=submit]{
	height:40px!important;
	background-color: #00690e!important;
}

/*アサイドのログインボタンの色変更*/
#sysAside input[type="submit"].sysLoginButton {
	background-color: #00690e !important;
	line-height:4 !important; /*2.5*/
}

/*マイページログイン画面に画像追加*/
#sysMain > div.sysLoginForm{
	width:100%;	
	padding-bottom:96em !important;
/*background-image:url(https://shop.rebun.jp/img/support/u_mypage.jpg);*/
	background-repeat: no-repeat;
	background-position:bottom;
	background-size:contain;
}

/*マイページログイン画面に画像追加*/
h2.sysMypageMajorHeadLine{
	margin-bottom:1.5em!important;
}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* レビュー部分のフォント変更 */
.sysReviewHistoryList > li{
color:#666;
}

/*項目選択肢のtrの上下にマージンをつける*/
#sysVariation > table > tbody > tr{
line-height: 1em!important;
}


/*テンプレートフリースペース用
.sysFreeArea {
	line-height: 0;
}*/

/* 機能パーツ 画像隙間削除用 */
#sysMain .sysFuncText.m-osc.mainCnt .sysContent{
	line-height: 0 !important;
	padding:0 !important;
}
/* 機能パーツ テーブル隙間削除用 */
#sysMain .sysFuncText.mainCnt .sysContent table img{
	vertical-align: bottom !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
#sysMain .sysFuncText.mainCnt .sysContent table{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#sysMain .sysFuncText.mainCnt .sysContent td{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#sysMain .sysFuncText.mainCnt .sysContent tr{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}



/*カート内の購入商品、金額のテーブルの幅設定*/
.sysSelectDeliveriesArea .sys_cart_item_list td.cart_item_name {
width: 60%;
}

.sysSelectDeliveriesArea .sys_cart_item_listtd.cart_item_price {
width: 25%;
}

.sysSelectDeliveriesArea .sys_cart_item_listtd.cart_item_num {
width: 5%;
}

.sysSelectDeliveriesArea .sys_cart_item_listtd.cart_item_other {
width: 10%;
}

.sysSelectDeliveriesArea .deliveries_box_body .sys_cart_item_list td:first-child{
width: 60%;
}
.sysSelectDeliveriesArea .deliveries_box_body .sys_cart_item_list td:nth-child(2){
width: 30%;
}
.sysSelectDeliveriesArea .deliveries_box_body .sys_cart_item_list td:last-child{
width: 10%;
}




/*20200127　指定　検索窓*/

.dpmenu{
max-width:1500px;
}
.dpmenu .searchbox{
width:400px;
}
.dpmenu .sysSearchButton{
display: inline-block;
padding: 0px;
margin: 20px;
width:8em;
}
.dpmenu .menu_icon{
width: 300px;
}
.dpmenu .menu_icon a{
padding: 0px;
line-height: normal;
}
.dpmenu .menu_icon{
display: flex;
justify-content: center;
align-items: center;
}



.sysContent .spsmenu{
max-width:600px;
margin: 0 auto;
}
.spsmenu .searchbox{
width:400px;
}
.spsmenu .sysSearchButton{
display: inline-block;
padding: 0px;
margin: 20px;
width:8em;
}
.spsmenu .menu_icon{
width: 98%;
display: flex;
justify-content: center;
align-items: center;
}
.spsmenu .menu_icon a{
padding: 0px;
line-height: normal;
}
.spsmenu .menu_icon img{
width: 100%;
height:auto;
}



.tbmenu{
max-width:800px;
}
.tbmenu .searchbox{
width:400px;
}
.tbmenu .sysSearchButton{
display: inline-block;
padding: 0px;
margin: 10px;
width:8em;
}
.tbmenu .menu_icon{
width: 80%;
}
.tbmenu .menu_icon a{
padding: 0px;
line-height: normal;
}
.tbmenu .menu_icon{
display: flex;
justify-content: center;
align-items: center;
}
.tbmenu .menu_icon img{
width: 100%;
height:auto;
}



/*マイページバナー調節用*/
 .rv_tokuten,
#sysWrap {
/*margin: 60px auto;*/
margin-top: 50px;/*30px;*/
max-width: 50%;
max-width: 1200px; /*元の数値 max-width: 960px; */
}



/*取り急ぎ調節用*/
 .mainvisual
 {
margin: 0 auto;
max-width: 100%;
max-width: 1200px;/*元の数値 max-width: 960px; */
}



/*-----#contents-----*/
.boxcol{
display: flex;
flex-direction: column;
}

.box1{
flex: 1;
flex-grow：1;
}

.boxb10{
flex: 1;
flex-grow：1;
margin-bottom: 2%;
}

.boxb11{
flex: 1;
flex-grow：1;
margin-bottom: 1%;
}

.boxb20{
flex: 1;
flex-grow：1;
margin-bottom: 6%;
}

.box2{
flex: 1;
flex-grow：1;
display: flex;
justify-content: space-between;
}

.box2a{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 1%;
justify-content: space-between;
}

.box2s{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 2%;
justify-content: space-between;
}

.box2um{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 6%;
justify-content: space-between;
}

.box2u{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 4%;
justify-content: space-between;
}

.boxcol{
display: flex;
flex-direction: column;
}

.box1{
flex: 1;
flex-grow：1;
}

.boxb10{
flex: 1;
flex-grow：1;
margin-bottom: 2%;
}

.boxb20{
flex: 1;
flex-grow：1;
margin-bottom: 6%;
}

.box2{
flex: 1;
flex-grow：1;
display: flex;
justify-content: space-between;
}

.box2a{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 1%;
justify-content: space-between;
}

.box2s{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 2%;
justify-content: space-between;
}

.box2um{
flex: 1;
flex-grow：1;
display: flex;
margin-bottom: 6%;
justify-content: space-between;
}

.hi1{
width: 49%;
}

.hi2{
width: 50%;
}

.hi4{
width: 65%;
}

.hi30{
width: 30%;
}

.hi32{
width: 32%;
}

.hi33{
width: 33%;
}

.hi34{
width: 34%;
}

.hi10{
width: 10%;
}

.hi15{
width: 15%;
}

.hi6{
width: 60%;
}

.hi7{
width: 70%;
}

.hi40{
width: 40%;
}


.boxmov{
width: 58%;
margin-right: 2%;
}

.boxri{
width: 40%;
}


.tile2{
flex: 1;
flex-grow：1;
height: auto;
align-items: center;
}

.tile3{
display: flex;
height: auto;
align-items: center;
}

.rankbox{
width: 33%;
height: auto;
align-items: center;
text-align: left ;
font-size: 0.9em ;
}


.boxday {
display: table;
width: 100%;
overflow: hidden;
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
background-image:url("https://www.rebun.jp/honten/images/whatsnew.jpg");
}

#day {
display: table-cell;
width: 20%;
margin-left: 20px;
float: left;
font-size: 0.8em;
line-height: 3em;
}

#daylist {
display: block;
margin-left: 5px;
font-size: 0.8em;
color:#2c308f;
line-height: 3em;
}

#daysp {
display: block;
font-size: 0.7em;
color:#2c308f;
line-height: 1.6em;
overflow: hidden;
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
background-image:url("https://www.rebun.jp/honten/images/whatsnewsp.jpg");
}
#daysp p {
padding-left: 20px;
}

.pButt {
	width: 10%;
	padding: 0;
	height: 25px;/*34px;*/
border: 1px solid #999;
	border-radius: 3px;
margin-left: 10px;
font-size:0.8em;
letter-spacing:6pt;
background-color: #999;
}

.tpsear{
display: block;
text-align: center;
width:100%;
height: 40px;/*60px;*/
padding: 1px 0px;/*10px 0px;*/
background: #fcfcfc;
padding-bottom:50px;
border-bottom-style: solid;
border-color: #d9d9d9;
border-width: 2px;
}

.sysform{
	margin: 0 auto;
	padding: 0 5px 0 ;
	width: 100%;
}
.sysformWord {
	display: table-cell;
	padding-right: 10px;
	width: 100%;
	vertical-align: top;
}
.sysformWord input{
	height: 30px;
	border: 1px solid #c9c9c9;
	padding: 5px;
	vertical-align: bottom;
}

.tpspsear{
display: block;
text-align: center;
width:100%;
padding: 0px 0px;/*8px 0px;*/
background: #eeeeee;
}

.spscbox1 {
margin: 2em auto;
padding: 0.6em;
width: 98%;
line-height: 1.2em;
background-color: #fff;
border: 1px solid #ccc;
}

.opcCommonRequireLabel{
 margin: 1em auto;/*2em auto;*/
 padding: 0.4em;/*1em;*/
 width: 90%; /*幅の調節*/
 color:#bf0000;/*#fff;*/ /*文字色*/
/* background-color: #bf0000;*/ /*背景色*/
/*border-radius: 2px; *//*角の丸み*/ 
}

.opcCommonButton {
font-size: 1.4em;
padding: 10px 20px;
margin: 1em auto;/*2em auto;*/
/*display: inline-block;
padding: 10px;
width: auto;
height: auto;
color: #000;
background: #fff;
border-radius: 5px;
border: 1px solid #999;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
background: #f7f8fa;
background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
background: #e7e9ec;*/
}


.footertex {
font-size: 0.9em;
padding: 0 2px;
color:#404040;
font-weight:bold;
}

.boxfo{
flex: 1;
flex-grow：1;
display: flex;
width: 500px;
/*margin: 1em auto;*/
align-items: center;
justify-content: space-between;
}

.boxfsp{
flex: 1;
flex-grow：1;
display: flex;
width: 94%;
/*margin: 1em auto;*/
align-items: center;
justify-content: space-between;
}

.foimgbox{
width: 20%;
margin:10px;
}

.boxfosptx{
text-align: center ;
font-size: 0.75em ;
line-height: 1.9em;
width: 80%;
margin:0 0 0 20px;
}


/*以下ワンページカート編集*/

/*一つの住所に複数の住所にボタンの調節*/
.opcCommonButtonEdit {
display: block;
padding: 10px;
text-align:center;
margin:0 auto;
width: 100%;
/*height: auto;*/
margin-top:20px;
margin-bottom:20px;
color: #374052;/*#000;*/
font-weight:bold;
font-size:1em;
letter-spacing:0.1em;
background: #fff;
border-radius: 5px;
border: 1px solid #999;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
background: #f7f8fa;
background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
background: #e7e9ec;
}


/*非会員でご注文される際の、注文者情報入力画面で「郵便番号」の項目に文言を追加する*/
.opcBillingAddressArea .opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeLabel_edit:after{
content:'（ハイフン無し）';
}

.sysFormVariationTable{
width:100%;
}

/* 商品詳細ページ フォーム */
#sysItemDetail .sysFormVariationTable{
border-collapse: collapse;
border: #CCCCCC 1px solid;
margin: 0 0 8px 0;
}

#sysItemDetail .sysFormVariationName {
background-color: #ededed; /*#ffc485;#FFFFCC;*/
border: #CCCCCC 1px solid;
padding: 8px;
font-weight: normal;
line-height:1.4em;
}
#sysItemDetail .sysFormVariation {
background-color: #FFFFFF;
border: #CCCCCC 1px solid;
padding: 8px;
}


.fottitle {
font-size: 1.1em;
font-weight:bold;
margin: 50px 10px 0 0;
}
.fottex {
font-size: 0.9em;
font-weight: normal;
}

#copyTarget {
font-size: 1em;
padding: 0px 2%;
}

.cupbot {
/*ボタンのリセット*/
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 0;
background: #ccc;

display: inline-block;
padding: 0.5em 1em;
margin:4% 0 6% 2%;
text-decoration: none;
background: #f7f7f7;
border-left: solid 6px #5071b3;/*左線*/
color: #5071b3;/*文字色*/
font-weight: bold;
font-size: 1.2em;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.cupbot:hover {
background: #fff5c4;
}
.cupbot:active {
box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
transform: translateY(2px);
}

.headlinetex{color: #000; border-bottom: solid 2px #8281b3;
text-align:center;
padding:0.3em;margin-bottom:0.5em; margin-top:0.8em; 
letter-spacing:0.4em;
font-size: 2em;
font-family: 'Noto Serif JP', serif;
}

.readbox {
display: block;
width: 100%;
padding:1.5em 4em;
color:#222;
}

.readtex {
display: block;
text-align:left;
font-size: 1em;
line-height: 2em;
}

.boxgiftm{
display: flex;
font-size:0.9em;
margin:0;
justify-content: center;
align-items: center;
}

/*検索アイコン*/
.search.icon {
color: #000;
position: absolute;
margin-top: 2px;
margin-left: 3px;
width: 12px;
height: 12px;
border: solid 1px currentColor;
border-radius: 100%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.search.icon:before {
content: '';
position: absolute;
top: 12px;
left: 5px;
height: 6px;
width: 1px;
background-color: currentColor;
}

/*ギフト共通*/
.pickupc {
max-width: 100%;
margin: 0 2% 2% 2%;
display: flex;
justify-content: space-between;
flex-direction: row;
}

.pickupbox {
margin: 0;
width: 32%;
padding: 2%;
border-radius: 0.5rem;
-webkit-box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
0 3px 7px rgba(0, 0, 0, 0.2);
box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
0 3px 7px rgba(0, 0, 0, 0.2);
}

.pictext {
display: block;
text-decoration: none;
text-align: center;
color: #555;
font-size: 0.9em ;
margin-top: 3%;
}

.pickmain{
width: 100%;
background-color: #fff;
}

.tittxpic {
display: block;
width: 98%;
padding:4% 1% 0 1%;
margin: 0 auto;
margin-bottom:3%;
line-height: 1.6em;
font-size:1.4em;
color:#888;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.1em;
border-bottom: 1px solid #888;
}

.btxat {
font-size: 1em;
color:#ad0000;
line-height: 1.4em;
}

.btxname {
font-size: 1.2em;
color:#1d2647;
font-weight: 700;
line-height: 2em;
}

.trnbx{
flex: 1;
flex-grow：1;
display: flex;
margin: 1% 0 4% 0;
justify-content: space-between;
padding:3% 0.5%;
font-size: 0.9em ;
background: #fff;
border-top: solid 2px #990002;
border-bottom: solid 2px #990002;
}
.trnbx a{
color: #19191a;
}

.trnspbx{
flex: 1;
flex-grow：1;
margin: 1% 0 6% 0;
justify-content: space-between;
padding:2% 0.5%;
background: #fff;
font-size: 0.8em ;
border-top: solid 2px #990002;
border-bottom: solid 2px #990002;
}
.trnspbx a{
color: #19191a;
}

.hi180{
width:180px;
}

.hi200{
width:200px;
}

.attnbx{
height: auto;
align-items: center;
text-align: center;
font-size: 0.9em ;
font-weight:500;
color:#fff;
background-color:#990002;
padding:4px 14px;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
letter-spacing: 0.1em;
}

.attopic{
font-size: 0.9em ;
padding: 2px;
padding-left: 25px;
line-height:20px;
background: url(https://shop.rebun.jp/img/icon/attenic.png) no-repeat ;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.attopic a:hover{
visibility: visible;
opacity: 0.5;
}


.check .sysHeadline h6{
font-weight:300;
line-height:1.8em;
margin:20px;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


/*カートに入れる*/
#sysItemDetail .sysCartButton {
padding:20px 12px !important;
color: #fff;
font-size:1.1em;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
background:#bf0000 url(https://shop.rebun.jp/img/icon/cart.png) center center no-repeat;
background-size: 6%;
background-position: 5%;
border-radius: 5px;
}
#sysItemDetail .sysCartButton:hover {
opacity: 0.5 ;
}
#sysItemDetail .sysGoCartButton {
background: #69965d url(https://shop.rebun.jp/img/icon/cart.png) center center no-repeat;
color: #fff;
background-size: 6%;
background-position: 5%;
/*margin:2% 0;*/
}

/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
overflow: hidden;
border: 1px solid #a1a1a1;
background: #fff url(https://shop.rebun.jp/img/icon/fav.png) center center no-repeat;
color: #6c6c6c;
font-size:1em;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
background-size: 5%;
padding: 10px 15px;
background-position: 28%;
margin-bottom:4%;
/*margin-top:2%;*/
}
#sysItemDetail #sysWishlist .sysButton:hover {
background-color: #efefef;
}

/*数量増減*/
#sysItemDetail #sysNumber{
text-align:right;
}
/*#sysItemDetail .sysNumArea {
margin-bottom: 20px;
}*/

#sysItemDetail #sysNumber .sysNumArea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
padding: 0; }

/*#sysItemDetail .sysNumArea button {
	overflow: hidden;
	display: inline-block;
	width: 25%;
	padding: 10px;
	text-indent: -999px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	background: #f1f1f1;
	cursor: pointer;
}*/
#sysItemDetail .sysNumArea button:hover {
	background-color: #efefef;
}

/*#sysItemDetail .sysNumArea .sysBtnPlus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/btn_plus.png) center center no-repeat;
background-size: 90px;
width: 35%;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/btn_minus.png) center center no-repeat;
background-size: 90px;
width: 35%;
}*/

#sysItemDetail #sysNumber .sysNumArea button {
 -webkit-box-sizing: border-box;
box-sizing: border-box;
width: 35px;
height: 35px;
padding: 0;
border-color: #767676;
outline: none;
margin-left: 7px; }

#sysItemDetail .sysNumArea .sysBtnPlus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/b_plus.png) center center no-repeat;
background-size: 16px 16px;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/b_minus.png) center center no-repeat;
background-size: 16px 16px;
}

.sysCart #sysMain select {
	display: inline;
}
.sysCart #sysMain button {
	overflow: hidden;
	display: inline-block;
	width: 25%;
	padding: 10px;
/*	text-indent: -999px;*/
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	background: #f1f1f1;
	cursor: pointer;
}
.sysCart #sysMain button:hover {
	background-color: #efefef;
}
/*.sysCart #sysMain .sysBtnPlus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/btn_plus.png) center center no-repeat;
background-size: 90px;
width: 100px;
height: 36px;
min-width: auto;
margin: 0 5px;
}
.sysCart #sysMain .sysBtnMinus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/btn_minus.png) center center no-repeat;
background-size: 90px;
width: 100px;
height: 36px;
min-width: auto;
margin: 0 5px;
}*/

#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .sysCartTitle {
background-color: #8c8f8d;
margin: 24px 0 16px 0;
color:#fff;
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size:1em;
height: 40px;
}
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea h2{
line-height: 20px;
}
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .nav li .sysBox > div:nth-of-type(2) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .nav li .sysBox > div > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .nav li .sysBox > div > div select {
border-radius: 5px;
margin: 0;
margin-right:10px;
min-width: 150px;
height: 35px; }
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .nav li .sysBox > div .sysNumArea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }

#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .sysBox > div .sysNumArea button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 35px;
height: 35px;
padding: 0;
border-color: #767676;
outline: none;
margin-left: 7px;
border-radius: 5px;
font-size: 0; }

#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .sysBox > div .sysNumArea button.sysBtnPlus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/b_plus.png) center center no-repeat;
background-size: 16px 16px;
text-indent: -999px;
}
#sysBasket #sysAll #sysWrap #sysMain .sysItemListArea .sysBox > div .sysNumArea button.sysBtnMinus {
border-color:#b9b9b9;
background: url(https://shop.rebun.jp/img/icon/b_minus.png) center center no-repeat;
background-size: 16px 16px;
text-indent: -999px;
}


/* PRアイコン設定 */
.sysItemPrimg {
font-size: 0.9em;
padding:2px 10px;
border: 1px solid #666;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
color: #555;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.sysItemPrimg a{
text-decoration: none;
color: #3e6e39;
}
.sysItemPrimg a:hover{
opacity: 0.5 ;
}

.sysItPglk {
font-size: 0.9em;
padding:2px 10px;
border: 1px solid #666;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
text-decoration: none;
color: #3e6e39;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.sysItPglk a{
text-decoration: none;
color: #3e6e39;
}
.sysItPglk a:hover{
opacity: 0.5 ;
}

/*送料無料*/
.sysItemPrfree {
font-size: 0.9em;
padding:2px 6px;
border: 1px solid #bf3434;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
background-color: #bf3434;
letter-spacing: 0.1em;
color: #fff;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

/*冷凍*/
.sysIPrcold {
font-size: 0.9em;
padding:2px 6px;
border: 1px solid #3855ab;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
background-color: #3855ab;
letter-spacing: 0.1em;
color: #fff;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

/*冷蔵*/
.sysIPrcool {
font-size: 0.9em;
padding:2px 6px;
border: 1px solid #4fb9db;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
background-color: #4fb9db;
letter-spacing: 0.1em;
color: #fff;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

/*常温*/
.sysIPrjo {
font-size: 0.9em;
padding:2px 6px;
border: 1px solid #ed8f47;
margin:4px 2px;
border-radius: 8px;
display: inline-block;
background-color: #ed8f47;
letter-spacing: 0.1em;
color: #fff;
font-weight:400;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.sysCart #sysMain select [name="num"]{
min-width: 200px;
width: 100%;
display: inline-block;
float: none!important;
margin: 5px auto 10px;
padding: 10px 20px;
font-size: 0.9em;
color: #333;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


.sysCart #sysMain select {
margin: 0.5em auto;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}

.sysBox #sysSelections select {
max-width: 20em;
height: 30px !important;
margin: 5px auto 10px;
font-size: 0.9em;
color: #333;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


/*商品詳細*/
.itemtt{
margin:0;
padding:0;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
line-height: 1.6;
font-weight:700;
color:#555;
letter-spacing:0.2em;
margin: 2em 0 1em 0;
border-left: 8px solid #ccc;
background-color:#ededed;
text-align: left;
padding-left: 1em;
line-height: 2.6em;
}
table.itemboxtx {
border-collapse: collapse;
cellpadding:8; 
margin: 0 auto;
padding: 0;
width:100%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
font-weight:400;
line-height: 1.6em;
margin-bottom:40px;
}
table.itemboxtx tr{
background-color: #fff;
padding: .35em;
color: #555;
border-bottom: 1px solid #ccc;
}
table.itemboxtx td{
padding: 0.6em 10px 0.6em 1em;
border-right: 1px solid #ccc;
}
table.itemboxtx th {
font-size: 1em;
font-weight:400;
width:25%;
}
table.itemboxtx p{
font-size: 0.8em;
font-weight:300;
color: #333;
}
table.itemboxtx th:last-child,
table.itemboxtx td:last-child{
border: none;
}
table.itemboxtx tbody th {
background:#f2f2f2;
color: #555;
}
table.itemboxtx tr:last-child{
border-bottom: none
}
.itbxntc{
font-size: 0.9em;
font-weight:200;
color:#9e0000;
font-weight:700
}

@media screen and (max-width: 600px) {
table.itemboxtx{
border: 0;
width:100%
line-height: 1.4em;
margin-bottom:20px;
}
table.itemboxtx th{
background-color: #f2f2f2;
display: block;
border-right: none;
}
table.itemboxtx p{
font-size: 0.9em;
font-weight:200;
color: #333;
line-height: 1.3em;
}
table.itemboxtx thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table.itemboxtx tr {
display: block;
margin-bottom: .4em;
}
table.itemboxtx td {
border-bottom: 1px solid #bbb;
display: block;
font-size: 0.9em;
text-align:left;
position: relative;
padding: .5em .5em .5em 2em;
border-right: none;
}

table.itemboxtx td::before {
content: attr(data-label);
font-weight: bold;
position: absolute;
left: 10px;
color: #167F92;
}
table.itemboxtx td:last-child {
border-bottom: 0;
}
table.itemboxtx tbody th {
background:#f2f2f2;
color: #555
}
}

/* 複数配送住所入力画面 */
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle{
margin-bottom: 2em;
padding: 1em 1.5em;
line-height:1.6em;
font-size:1.4em;
color: #333;
background-color:#f2f2f2;
}
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle:after {
white-space: pre;
font-weight:400;
font-size:0.8em;
color: #521613;
content: "\A　＊お届け先情報の入力後、商品の選択画面が表示されます。先にお届け先情報をご入力の上、【次へ】進んでください";
}

/* eギフト案内 */
.opcSelectDeliveriesArea{
margin-bottom: 2em;
text-align:center;
margin:0 auto
font-weight:700;
color: #521613;
font-size:1.1em;
}
.opcSelectDeliveriesArea a{
color: #521613;
font-style:none;
}

/*クーポン注意書き*/
/*.sysMypageMinorHeadLine{
margin:0 0 20px 10px;
}
.sysMypageMinorHeadLine:after {
white-space: pre;
font-weight:600;
font-size:0.9em;
color: #521613;
content: "\A\A　＊【島の人新千歳空港店サンキュークーポン】は\A 　　島の人新千歳空港店でコードを受け取られた方のみが使用できるクーポンです";
}*/
.sysMypageMinorHeadLine{
padding-left:0;}
.sysCoupon .sysCouponDiscount{
margin:0 0 20px 10px;
padding-bottom:20px;
text-align:left;
}
.sysCoupon .sysCouponDiscount:after {
white-space: pre;
text-align:left;
font-weight:600;
font-size:0.9em;
color: #521613;
content: "\A\A　＊【島の人新千歳空港店サンキュークーポン】は\A 　　島の人新千歳空港店でコードを受け取られた方のみが使用できるクーポンです";
}

/*獲得ポイント*/
#sysGetPoint{
margin: 10px 0 20px 0;
}
#sysGetPoint .message{
font-size:1em;
}
#sysGetPoint .get_point{
font-size:1.4em;
font-weight:400;
}

.sysSaleTerm.sysDisplayKeitaiNone{
margin-bottom: 20px;
}

/*カートからログインページ*/
.sysCart #sysMain #sysPurchaseAuthMember h2.sysCartTitle {
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.sysCart #sysMain #sysPurchaseAuthMember .sysFormItem {
	margin: 5px 0;
}
#sysPurchaseAuthMember {
	max-width: 300px;
	margin: 0 auto;
}
/*ログインパスワードを忘れた場合*/
.sysCart #sysMain #sysPurchaseAuthMember input.sysButton {
	background-color: #fff;
	color: #000;
	display: block;
	margin: 0 auto;
	text-decoration: underline;
	border: none;
}
/*戻るボタン*/
.sysCart #sysMain input.sysButton.sysBackSubmitArea,
.sysCart .sysDeleteArea #sysMain input.sysButton {
	border: #999999 1px solid;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	line-height: normal;
	height: auto;
}

/*会員登録ページ余白調整*/
.sysMemberRegister .sysZipcode .sysFormField {
	margin: 0;
}
.sysFormItem {
	margin: 20px 0 0;
}
.sysFormItem.sysPrefStateId {
	margin: 10px 0 0;
}
.sysMemberAgreement div {
	margin: 0 auto;
}

/*会員登録ページ「登録内容を確認する」ボタン色変更*/
#sysMemberRegisterIndex #sysMain input.sysNextSubmit,
#sysMemberRegisterConfirm #sysMain input.sysNextSubmit,
#sysMemberRegisterRegister #sysMain input.sysNextSubmit {
	border: #01290f 1px solid;
	background-color: #A40000;
	max-width: 400px;
	font-size: 1.2em!important;
	font-weight: bold;
	border: #999999 1px solid;
	min-width: 11em;
	line-height: normal;
	padding: 10px 20px;
}

/*会員登録ページ「戻る」ボタンサイズ変更*/
#sysMemberRegisterIndex #sysMain input.sysButton ,
#sysMemberRegisterConfirm .sysBackButton {
	width: 6em;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	line-height: normal;
}

/*会員登録ページ「住所検索」ボタンサイズ変更*/
.sysMemberRegister .sysZipcode .sysButton{
	width: 6em;
	display: inline-block;
	padding: 8px;
	vertical-align: baseline;
}

/*会員登録完了ページ「続けて商品購入へ進む」ボタン*/
.sysNextBuy {
	margin: 15px;
	text-align: center;
}
.sysNextBuy a {
	border: #01290f 1px solid;
	background-color: #A40000;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.1em;
	color: #fff;
	display: block;
	text-align: center;
	min-width: 11em;
	max-width: 400px;
	margin: 0 auto;
}

/*会員登録確認ページ：余白調整*/
#sysMemberRegisterConfirm #sysMain {
	padding: 10px;
}
#sysMemberRegisterConfirm #sysMain h2 {
	margin: -10px -10px 1em -10px;
}

/*会員登録確認ページ：スタイル調整*/
#sysMemberRegisterConfirm .sysFormLabel {
	background-color: #E8E8E8;
	display: block;
	padding: 5px;
}
#sysMemberRegisterConfirm #sysMain .sysFormField {
	border: none;
	font-size: 1em;
	padding: 5px;
	margin: 0;
}
#sysMemberRegisterConfirm #sysMain .sysFormItem {
	margin-top: 8px;
}

/*会員登録完了ページ：余白調整*/
#sysMemberRegisterRegister #sysMain {
	padding: 10px;
}
#sysMemberRegisterRegister #sysMain h2 {
	margin: -10px -10px 1em -10px;
}
#sysMemberRegisterRegister #sysMain p {
	text-align: center;
	margin: 2em 0;
}

/* お届け先方法の選択ページ：余白調整 */
.opcDeliveryAddressSummary {
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	padding: 15px;
}
.opcCommonEditModeBlock {
	padding-top: 15px;
}
.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
	border-bottom:none;
	margin: 0;
}
.opcCommonButtonGroupEdit {
	margin: 0;
	padding: 5px;
}
.opcDeliveryMethod_normalShippingAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
	margin-bottom: 10px;
	display: block
}

/* お届け先方法の選択ページ：タイトル周りデザイン調整 */
.opcDeliveryAddressSummary div:first-child {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.opcDeliveryAddressHeader {
	padding-bottom: 0.2em;
}
.opcDeliveryAddressHeader:before {
	content: '⚫︎';
}
.opcDeliveryMethodTitle {
	margin-bottom: 1em;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

/*お届け先方法の選択ページ：「次へ」ボタン色変更*/
.opcDeliveryMethodList_edit {
	border: #01290f 1px solid;
	background-color: #A40000;
	max-width: 400px;
	font-size: 1.2em!important;
	font-weight: bold;
	border: #999999 1px solid;
	min-width: 11em;
	line-height: normal;
	padding: 10px 20px;
	color: #fff;
	margin: 0 auto 1.5em;
}

/*お届け先方法の選択ページ：「戻る」ボタンサイズ変更*/
input.opcDeliveryMethodList_backButton_edit.opcCommonButtonEdit{
	width: 6em;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	line-height: normal;
	margin: 0 auto;
}

/*お届け先方法の選択ページ：複数住所の場合配送日時コメントを非表示*/
.opcDeliveryMethodListGroup_edit .opcDeliveryMethod_hopeDeliveryDateCommentLabel_edit {
	display: none;
}

/*お届け先方法の選択ページ：追加テキスト*/
.opcDelivery_pretext,.opcDelivery_pretext2,
.opcDelivery_behindtext,.opcDelivery_behindtext2 {
	margin-bottom: 2em;
}
.opcDelivery_pretext p,.opcDelivery_pretext2 p,
.opcDelivery_behindtext p,.opcDelivery_behindtext2 p {
	line-height: 1.4;
}
.opcDelivery_pretext .box,.opcDelivery_pretext2 .box,
.opcDelivery_behindtext .box,.opcDelivery_behindtext2 .box {
	background-color: #fff;
	border: 1px solid #A40000;
	padding: 8px;
	margin-bottom: 1em;
}
.opcDelivery_pretext .box p,.opcDelivery_pretext2 .box p,
.opcDelivery_behindtext .box p,.opcDelivery_behindtext2 .box p {
	margin: 0.5em 0 0;
}
.opcDelivery_pretext .box p b,.opcDelivery_pretext2 .box p b,
.opcDelivery_behindtext .box p b ,.opcDelivery_behindtext2 .box p b {
	background-color: #fff184;
}
.opcDelivery_pretext .box p.strong ,.opcDelivery_pretext2 .box p.strong {
	font-size: 1.3em;
	background-color: #eee;
	text-align: center;
	padding: 10px;
}
.opcDelivery_pretext h3,.opcDelivery_pretext2 h3,
.opcDelivery_behindtext h3 ,.opcDelivery_behindtext2 h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
	color: #A40000;
	text-align: center;
}
.opcDelivery_behindtext p.next,.opcDelivery_behindtext2 p.next {
	font-size: 1.2em;
	text-align: center;
}

/*複数住所：お届け情報の確認：デザイン変更*/
.opcCompletedDeliveryAddressList_inputAddDeliveryAddressLabel {
	display: none;
}
.opcCompletedDeliveryAddressList_inputSelectDeliveryMethodLabel {
	border-left: none;
	margin-top: 3em;
}

/*お支払い方法*/
.opcPaymentMethod_edit {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
.opcPaymentMethod_paymentMethodLabel_edit {
	font-weight: bold;
	font-size: 1.1em;
}
.opcPaymentMethod_paymentMethodDetailGroup_edit {
	padding: 0.5em 1em 1em 2em;
}
.opcPaymentMethod_webCollectCardGroup_edit,
.opcPaymentMethod_webCollectCardGroup_edit div {
	margin-top: 1em;
}
.opcPaymentMethod_webCollectCardTypeLabelGroup_edit .opcCommonInputRadio {
	margin-left: 0;
}

/*カート内ボタンデザイン変更*/
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit,
.opcPaymentMethod_completeButton_edit {
	border: #01290f 1px solid;
	background-color: #A40000;
	max-width: 400px;
	font-size: 1.2em!important;
	font-weight: bold;
	border: #999999 1px solid;
	min-width: 11em;
	line-height: normal;
	padding: 10px 20px;
	color: #fff;
	margin: 0 auto 1.5em;
}

/*購入完了画面*/
.cartcomp-title {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin: 2em 0 1em 0;
}
.cartcomp-membership {
	background-color: #FCF5E8;
	padding: 24px;
	text-align: center;
}
.cartcomp-membership p {
	font-size: 18px;
	line-height: 1.8em;
	margin: 0 0 0.5em;
}
.cartcomp-membership p strong {
	font-size: 28px;
	color: #FF0000;
}
.cartcomp-button p {
	position: relative;
	text-align: center;
	line-height: 1.3;
	font-size: 16px;
	margin: 0;
}
.cartcomp-button p:before,
.cartcomp-button p:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #000;
	width: 1px;
	height: 1.2em;
	margin: 0 1em;
	margin-top: -0.2em;
	vertical-align: middle;
}
.cartcomp-button p:before {
	transform: rotate(-35deg);
}
.cartcomp-button p:after {
	transform: rotate(35deg);
}
.sysCart #sysMain .cartcomp-button a,
.sysCart #sysMain .cartcomp-catalog-button a,
.sysMypage #sysMain .cartcomp-button a {
	border: #01290f 1px solid;
	background-color: #A40000;
	padding: 10px 18px;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.sysCart #sysMain .cartcomp-catalog-button a {
	background-color: #000;
}
.sysCart #sysMain .cartcomp-button a:hover,
.sysCart #sysMain .cartcomp-catalog-button a:hover,
.sysMypage #sysMain .cartcomp-button a:hover {
	opacity: 0.8;
}
.cartcomp-catalog {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.cartcomp-catalog-text {
	width: 66.66%;
	text-align: center;
}
.cartcomp-catalog-img {
	width: 33%;
}
.cartcomp-catalog-message {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.5em;
}
.cartcomp-catalog-name {
	font-size: 20px;
	margin: 0;
}
.cartcomp-catalog-link {
	margin-left: -13px;
}
.sysCart #sysMain .cartcomp-catalog-link a {
	color: #941D12;
	font-size: 16px;
}
.cartcomp-catalog-img img {
	height: auto;
}
.cartcomp-catalog-button {
	margin-top: 0.5em;
	position: absolute;
	width: 100%;
}
.cartcomp-line {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}

/*2カラムレイアウト*/
.colum02 {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

/*くの字矢印*/
.arrow {
	position: relative;
	display: inline-block;
	padding: 10px;
}
.arrow::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 6px;
	top: 6px;
	transform: rotate(45deg);
}
/*別窓アイコン*/
.window-blank {
	display: inline-block;
	position: relative;
}
.window-blank:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background-image: url(https://shop.rebun.jp/img/icon/window_blank.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*塗りなしボタン*/
.back-top {
	margin: 5em 0;
	text-align: center;
}
.button-type_border {
	border: 1px solid #666;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px;
}
#sysMain a.button-type_border:link {
	color: #000;
	text-decoration: none;
}
.button-type_border .arrow::before {
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(225deg);
	top: 8px;
}
.button-type_border:hover {
	opacity: 0.5;
}

/*左サイドバー余白調整*/
#sysAside #is_use_auto_login {
	width: auto;
	display: inline;
}
.sysContent ul li {
	margin-bottom: 5px;
}


/*レビュー一覧ページ*/
#sysItemReviewIndex #sysMain h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
#sysItemReviewIndex #sysMain div img {
	max-width: 300px;
	margin: 0 auto 10px;
}
#sysItemReviewIndex #sysMain form > input {
	max-width: 100px;
	padding: 4px 10px;
}
#sysItemReviewIndex #sysMain form > input:first-child {
	margin: 0 auto 30px;
	display: block;
	padding: 10px;
}
#sysItemReviewIndex #sysMain h3 {
	margin-bottom: 10px;
}
.sysReviewImproperForm .sysButton {
/*width: auto;
padding: 4px 10px;*/
display: none;
}

/*レビューへのリンク*/
.review-link {
	margin-bottom: 0.5em;
}
.review-link a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
margin-bottom: 20px;
}
.review-link a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	right: 6px;
	top: 3px;
	transform: rotate(135deg);
}

/*数量セレクト*/
#sysItemDetail .sysForm #sysSelections select {
border-radius: 5px;
margin: 0;
min-width: 80%;/*380px;*/
height: 35px;
border: #CCCCCC 1px;
color:#1c1c1c;
background-color: #ededed;
font-size: 0.9em;
margin: 6px 0 10px 0;
}
#sysItemDetail #sysAll #sysWrap .sysForm #sysNumber {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 14px; }

#sysItemDetail .sysForm #sysNumber select {
border-radius: 5px;
margin: 0;
min-width: 150px;
height: 35px;
color:#1c1c1c;
border: #CCCCCC 1px;
background-color: #ededed;
font-size: 1em;
}

.sysVariationRetailPrice {
margin-top:8px;
}

.sysSocialGiftReceiveUrlCopyButton {
color:#0f0f0f;
}

.sysSocialGiftReceiveUrlSendLineButton {
color:#0f0f0f;
}


/* 商品詳細ページ、商品画像（スライド） */
#sysItemDetail #sysAll #sysWrap #sysMain .sysItemImagesSlide{
width:80%;
height:auto;
overflow:hidden;
float:left;
}
#sysItemDetail #sysAll #sysWrap #sysMain .sysItemImagesSlide .sysItemImagesSlideList{
width:3500px;
}
#sysItemDetail #sysAll #sysWrap #sysMain .sysItemImagesSlide .sysItemImagesSlideList ul{
width:3500px;
margin-left: -3050px;
}

#sysItemDetail #sysAll #sysWrap #sysMain .sysItemImagesSlide .sysItemImagesSlideList li{
width:10%;/*70%*/
float:left;
height: 350px;
line-height: 350px;
}
#sysItemDetail #sysAll #sysWrap #sysMain .sysItemImagesSlide .sysItemImagesSlideList img{
vertical-align:middle;
}
.sysItemImagesSlide .sysItemImagesSlideList li:after{
clear:both;
content:'';
display:block;
}
.sysItemImagesSlideCtl:after{
clear:both;
content:'';
display:block;
}
.sysItemImagesSlidePrev,
.sysItemImagesSlideNext{
float:left;
width:10%;/*15*/
text-align:center;
}
.sysItemImagesSlidePrev span,
.sysItemImagesSlideNext span{
padding:6px;
border:1px solid lightgray;
cursor:pointer;
border-radius:2px;
background: -webkit-linear-gradient(top, #eee, #bbb);
background: linear-gradient(top, #eee, #bbb);
box-shadow: 0 0 2px #ccc;
-webkit-user-select: none;
user-select: none;
}
.sysItemImagesSlidePrev span:after{
content:"◀︎";
}
.sysItemImagesSlideNext span:after{
content:"▶︎";
}
.sysItemImagesSlideNone{
opacity:0.4;
}
.sysItemImagesSlideCtl + .sysImageDescription{
text-align:center;
}


/* カテゴリページのPR設定（SOLDOUT用） */
.sysItemPrArea span:not(.sysItemPr){
display: none;
}
.sysItemPrArea .sysItemPr{
display: block;
margin-left: auto;
margin-right: auto;
border: none;
border-radius: 0;
color: #fff;
font-weight:400;
margin-bottom:6px;
text-align: center;
white-space: nowrap;
width: 80%;
font-size:1.2em;
padding:2px 0;
background: #a6a6a6;
}

/* トップページランキング */
.tprnk {
max-width: 100%;
margin: 0;
display: flex;
justify-content: space-between;
flex-direction: row;
}

.tprnkbx {
margin: 0;
width: 18%;
}

.tprnkbx img{
background-color: #e0dede;
margin-bottom:3%;
}

.tprnktx {
display: block;
text-decoration: none;
text-align: center;
color: #555;
font-size: 0.9em ;
margin-top: 2%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.tprnmin{
width: 100%;
background-color: #fff;
}

.tittxrnk {
display: block;
width: 100%;
padding:4% 1% 0 1%;
margin: 0 auto;
margin-bottom:3%;
line-height: 1.6em;
font-size:1.4em;
color:#888;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.1em;
border-bottom: 1px solid #888;
}


/*カート同梱*/
.dknbox {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
max-width: 100%;
}
.dknbox-item {
padding:1%;
width: 25%;
}
.dknbox-item-thum {
width: 100%;
}
.dknbox-item a:link{
text-decoration: none ;
color:#333;
}
.dknboxtx {
font-size: 0.9em;
color:#333;
text-align:center;
padding-top:1%;
}
@media screen and (max-width: 767px) {
.dknbox-item {
width: 32%;
} 
.dknboxtx {
font-size: 0.6em;}
}


/*TOPページバナー*/
.topbnr {
margin-bottom: 3em;
}
.topbnr_title {
font-size: 18px;
margin-bottom: 0.5em;
text-align: left;
}
.topbnr_ol ,.topbnr2_ol {
display: flex;
justify-content: space-between;
}
.topbnr_ol li.topbnr_li01 {
width: 45.61%;
}
.topbnr_ol li {
width: 26.69%;
}
.topbnr2_ol li {
width: 32.87%;
}
.topbnr2_ol.type_col2 li {
width: 49%;
}
.topbnr_ol li p {
margin: 0.3em 0 1em 0;
text-align: left;
font-size: 13px;
font-weight: bold;
}
.topbnr_ol li a ,.topbnr2_ol li a {
text-decoration: none;
}
.topbnr_ol li a:hover {
opacity: 0.7em;
}
.topbnr_area {
font-size: 13px;
font-weight: bold;
margin-right: 5px;
white-space: nowrap;
}
#sysMain .sysContent h3.topbnr_copy {
border: 1px solid #ccc;
border-width: 1px 0;
font-size: 15px;
padding: 5px 0;
margin-bottom: 8px;
}
#sysMain .sysContent h3.topbnr_copy:before ,
#sysMain .sysContent h3.topbnr2_name:before {
content: '';
padding: 0;
}
.topbnr2_txt {
border: 1px solid #ccc;
border-width: 1px 0;
position: relative;
padding: 8px 5px;
}
.topbnr2_copy {
font-weight: bold;
font-size: 13px;
margin: 0 0 5px;
line-height: 1.5;
}
.topbnr2_name {
font-size: 18px;
}
.topbnr2_price {
position: absolute;
bottom: 8px;
right: 5px;
font-size: 18px;
margin: 0;
}
.topbnr2_price .unit {
font-size: 14px;
margin-left: 3px;
}
.topbnr2_label {
background: #000;
color: #fff;
font-size: 12px;
padding: 3px 5px;
margin-right: 5px;
position: relative;
top: -2px;
}


/*TOPページバナー2分割*/
.topbnrhf {
margin-bottom: 3em;
}
.topbnrhf_title {
font-size: 18px;
margin-bottom: 0.5em;
text-align: left;
}
.topbnrhf_ol ,.topbnrhf2_ol {
display: flex;
justify-content: space-between;
}
.topbnrhf_ol li {
width: 48%;
}
.topbnrhf2_ol.type_col2 li {
width: 49%;
}
.topbnrhf_ol li p {
margin: 0.3em 0 1em 0;
text-align: left;
font-size: 13px;
font-weight: bold;
}
.topbnrhf_ol li a {
text-decoration: none;
}
.topbnrhf_ol li a:hover {
opacity: 0.7em;
}
.topbnrhf_area {
font-size: 13px;
font-weight: bold;
margin-right: 5px;
white-space: nowrap;
}
#sysMain .sysContent h3.topbnrhf_copy {
border: 1px solid #ccc;
border-width: 1px 0;
font-size: 15px;
padding: 5px 0;
margin-bottom: 8px;
}
#sysMain .sysContent h3.topbnrhf_copy:before {
content: '';
padding: 0;
}



/*利尻昆布カテゴリ（ic/dsk）*/
.cat_content {
	margin: 30px 0 60px;
}
.cat_content p {
	text-align: justify;
}
.cat_heading01 {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}
.cat_heading02 {
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
}
.cat_item {
	margin: 20px 0;
}
.cat_item_li, .cat_item_li2 {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.cat_item_li .cat_item_img {
	width: 48%;
}
.cat_item_li .cat_item_list {
	width: 46%;
}
.cat_item_li2 .cat_item_img {
	width: 48%;
}
.cat_item_li2 .cat_item_txt {
	width: 48%;
}
.cat_item_li2 .cat_item_list {
	width: 100%;
	margin-top: 10px;
}
.cat_item_img img {
	border: 1px solid #ccc;
}
.cat_item_list a {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px 10px 5px;
	text-decoration: none;
	position: relative;
}
.cat_item_list a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px rgba(188, 45, 40, 1);
	border-right: solid 2px rgba(188, 45, 40, 1);
	position: absolute;
	right: 5px;
	top: calc(50% - 3px);
	transform: rotate(45deg);
}
.cat_item_list a:first-child {
	border-top: 1px solid #ccc;
}
.cat_item_notice {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px;
	font-size: 14px;
}
.cat_item_name {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.cat_item_link_item {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 3px 0;
}
.cat_item_link_price {
	display: block;
	margin: 3px 0;
}
.cat_item_size {
	margin: 5px;
	display: block;
	font-size: 14px;
}
.cat_item_lavel {
	font-size: 13px;
	background: rgba(188, 45, 40, 1);
	padding: 3px 8px;
	color: #fff;
}
.cat_btn {
	border: 1px solid #000;
	max-width: 400px;
	margin: 30px auto;
	padding: 20px 5px;
	text-align: center;
}
.cat_btn a {
	text-decoration: none;
	display: block;
	position: relative;
}
.cat_btn a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px rgba(188, 45, 40, 1);
	border-right: solid 2px rgba(188, 45, 40, 1);
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
	transform: rotate(45deg);
}

.opcPaymentMethod_edit .opcPaymentMethod_fee_edit{
display:none;
}

/*スマホ用カテゴリナビ*/
.spnav_cat {
	margin: 0.5em 0 0;
}
.sysContent ul li.spnav_cat_li {
	display:inline-block;
	margin: 0;
}
.spnav_cat_li a {
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
}



/*固定バナー：PCサイド・SPフッタ*/

/*スマホ非表示*/
@media screen and (max-width: 768px) {
.pc_hidden {
margin:0;
display:none;
}
}
@media (min-width: 767px) {
.sp_hidden {
margin:0;
display:none;
}
.fixed_banner {
top: 150px;
width: 300px;
right: 0;
margin: 0;
}
.fixed_banner .box {
height: 417px;
}
}

/*固定配置*/
.fixed_banner {
position: fixed;
z-index: 99999;
}
.fixed_banner img {
display: block;
}

/*ボックスの形*/
.fixed_banner {
bottom: 0;
margin: 8px 1em;
border-radius: .5em;
}
.fixed_banner img {
border-radius: .5em;
}
.fixed_banner .box img {
/*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);*/
}

/*閉じるボタン*/
.btn_close {
text-align: center;
display: table;
cursor: pointer;
}
.btn_close:hover {
cursor: pointer;
}
.btn_close:active {
background: #ccc;
}
.action-close {
position: relative;
margin-top: 2em;
}
.action-close .btn_close {
position: absolute;
right: 0;
top: -1em;
right: -0.7em;
}
.fixed_banner .checkbox {
display: none;
}
.fixed_banner .action-close #close:checked ~ .btn_close {
display: none;
}
.fixed_banner .action-close #close:checked ~ .box {
display: none;
}
.btn_x {
display: block;
position: relative;
width: 30px;
height: 30px;
border-radius: 15px;
background: #fff;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.btn_x::before, .btn_x::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 16px;
background: #888;
}
.btn_x::before {
transform: translate(-50%,-50%) rotate(45deg);
}
.btn_x::after {
transform: translate(-50%,-50%) rotate(-45deg);
}


/*LINE友達登録*/
#fixed_line {
position: fixed;
z-index: 999999;
bottom: -300px;
right: 0;
width: 100%;
max-width: 500px;
padding: 15px 15px 5px;
background: #fff;
align-items: center;
justify-content: flex-start;
gap: 20px;
filter: drop-shadow(0px 2px 8px #666);
transition: 0.8s ease-in-out;
max-height: 120px;
}
#fixed_line.show {
bottom: 0;
}
#fixed_line .box_line {
display: flex;
justify-content: center;
}
#fixed_line .box_line img {
max-width: 100%;
height: auto;
padding: 0 5px;
}
/*閉じるボタン*/
#btn_close_line {
text-align: center;
display: table;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}
#btn_close_line:hover {
cursor: pointer;
}
#btn_close_line:active {
background: #ccc;
}
#btn_close_line .btn_x {
display: block;
position: relative;
background: inherit;
box-shadow: none;
}

/*カテゴリページランキング上位3位*/
.rank {
margin: 2em 0;
}
.rank_title {
font-size: 18px;
margin-bottom: 0.5em;
text-align: left;
}
.rank_ol {
display: flex;
justify-content: space-between;
}
.rank_ol li {
width: 33%;
margin-left: 1%;
}
.rank_ol li img {
display: block;
margin: 0!important;
}
.rank_ol li:first-child {
margin-left: 0;
}
.rank_ol li .rank_copy {
margin: 0 0 5px;
padding: 3px 0;
text-align: left;
font-size: 13px;
border-bottom: 1px solid #ccc;
}
.rank_ol li .rank_name {
font-size: 14px;
}
.rank_ol li a {
text-decoration: none;
}
.rank_ol li a:hover {
opacity: 0.7em;
}
.rank_num {
background-color: #e0dede;
}


/*ログイン画面・マイページ*/
.sysMypageMinorHeadLine {
margin: 0 10px;
font-size: 1.2em;
}
.line-link {
margin: 1em 0;
text-align: center;
}
.line-link img {
width: 200px;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.loginId,.loginPassword {
padding: 5px;
}
#sysMypageLogin .sysFormLabel {
display: block;
margin-bottom: 5px;
}
#sysMypageLogin .sysIsUseAutoLogin {
margin-bottom: 1.5em;
}
#sysMypageLogin .cartcomp-button a {
max-width: 300px;
margin: 0 auto;
}
#sysMypageLogin .sysLoginButton {
border: #01290f 1px solid;
background-color: #000;
padding: 10px 18px;
margin-top: 5px;
text-decoration: none;
border-radius: 5px;
text-decoration: none;
font-size: 0.9em;
color: #fff;
display: block;
text-align: center;
font-size: 22px;
font-weight: bold;
max-width: 300px;
width: 100%;
}
#sysMypageLogin .sysLoginForm {
max-width: 500px;
margin: 0 auto;
}
@media screen and (max-width:660px){
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain,#sysAside{ width: 100%!important;
margin: 0;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#sysMain{ margin-top: 130px; margin-bottom: 30px;}
.grid-col {
float: none;
width: 100%!important;
margin: 0;
}

#sysMain, #sysAside, #sysFotoer { padding: 0 6%;} 

#sysMain input[type="email"], 
#sysMain input[type="number"], 
#sysMain input[type="password"], 
#sysMain input[type="tel"], 
#sysMain input[type="url"], 
#sysMain input[type="text"],
#sysMain textarea {
width: 96%;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
	border-radius: 5px 5px 5px 5px;
	border: #999999 1px solid;
	line-height: 3;
}
#sysMain input[type="email"],
#sysMain input[type="password"] {
	line-height: 2;
}
#sysMain textarea {
    line-height: 1.6;
}

/* 10-1 Header */
#sysHeader{/*margin-bottom: 5px;*/ height:100px;} /*ヘッダーに合わせて修正*//*height:100px;*/
.h-siteinfo{ height: auto;}
.h-siteinfo h1 { font-size: xx-small;}

.h-sitelogo{ height: 52px; margin-left:5px;}
.h-sitelogo li img{
    width: auto;
    max-height: 47px;
}
.h-utilitybtn{ position: relative;}
.h-utilitybtn .sysContent {
    width: 65%;
    float: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0%;
}
.h-utilitybtn ul li.sysText a {
    line-height: 17px;
    height: 47px;
    font-size: x-small;
}
.h-utilitybtn ul li {
    height: 47px;
}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 20px;
    margin: 5px auto 0;
    height: 20px;
    display: block;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
   background: url(https://rebun.aispr.jp/img/icon/icon-cart02.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(https://template-advance.aispr.jp/img/icon/icon-mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(3) a:before {
    background: url(https://rebun.aispr.jp/img/icon/icon-guide.png);
     background-size: 100%;
}


/* 10-1-3 ドロップダウンメニュー */

.h-subMenu .sysHeadline{
    line-height: 47px;
    width: 15%;
    float: right;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.h-subMenu ul li:nth-child(2n){
    width: 49%!Important;
    margin-left: 1%;
}
.h-subMenu ul li.sysText a {
    line-height: 40px;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0;
}

/* 12-12 見出し */
.headline-2nd {
margin-left: 5px;
}
.headline-3rd {
margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col { float: none;}
.gutters .col { margin-left: 0;}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,
.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{
width: 100%!Important;
float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    font-size: small;
}
.sysContent .sysItemBlock .sysHorizontal li{
padding: 2px 5px;/*2.5px;*/
width: 33%;/*50%;*/
}
.sysItemList ul.sysThumbnail li{ width: 50%;}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li { height: 40px;}
.h-mainMenu ul li.sysText a {
    font-size: 0.5rem;
    padding: 15px 0;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/* 13-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}

/* 13-2-2 Half Banner */
.p-banner li {
   width: 100%;
   margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
    padding: 0 0 5px;
}

/* 13-2-4 News & SNS */
.p-news,.p-sns { width: 100%;}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row { display: block;}
.shopinfo-inner {
    width: 100%;
}


/* 13-4-1 Footer Site Map */
.f-sitemap li {
    width: 100%!important;
}
.f-sitemap ul li.sysText a {
    padding: 10px 20px;
    text-align: left;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn { width: 90%;}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* 14-2-3 Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}
/* 14-5-2 MyPage*/
.sysMypageNav .sysButton{ font-size: 0.75rem;}






/*パーツ ヘッダーお問い合わせ先*/
.h-info {
width : 100%;
margin: 0px;
float:right;
}


/*h-info画像指定*/
.h-infoL {
	width:52%;
}

.h-infoR {
	width:45%;
	float:right;
}



.h-sitelogo .sysContent {
width:30% !important;
}



.f-belief {
font-size: mediun
}

/*メインコンテンツ 項目した余白*/
.mainCnt .sysHeadline {
margin-bottom: 2%;
}

/*.m-2p {margin-top:100px;} */

/* シーンから選ぶのCSS */
.main_scene ul li{
width: 98% !important;
}



/*SP用グローバルナビメニュー*/

.hb_nav {
	width:100%;
	z-index:10000;
	position:fixed;
	background: #fcfcfc;/*rgba(238,238,238,.9);*/
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
text-decoration: none;
}

/*.hb_nav menu_____________________________________*/
.hb_nav {display:table;font-size:0;line-height:0}
.hb_nav h1, nav {display:table-cell}
nav {text-align:right;vertical-align:bottom}
.hb_nav h1 a img {height:35px;margin:10px}/*{height:40px;margin:10px}*/
.hb_nav ul {font-size:13px;line-height:1;margin:0 10px 10px 0}
.hb_nav ul li {margin-left:3px; display:inline-block;}
.hb_nav ul li::after {content:' |'}
.hb_nav ul li:last-child::after {content:''}
.hb_nav ul li a {color:inherit; text-decoration: none;}


/*ハンバーガーメニュー */
/* Toggle(Button) */
#navToggle {
	display: none;
	position:absolute;/*to body*/
	right:13px;
	top:13px;
	width:30px;
	height:25px;
	cursor:pointer}
#navToggle div {position:relative}
#navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

#navToggleTxt {
	position:absolute;

	top:25px;
color:#999;
font-size:1.1em;/*1.2em;*/
}


/*.hb_nav menu_____________________________________*/
.hb_nav ul li {font-size:1.1em;}/*1.2em;*/


/*Media-queries_____________________________________*/


.hb_nav nav {
	position:absolute;
	right:0;
    top:-500px; /*通常時はビュー外*/
	background:#fcfcfc;/*rgba(238,238,238,.9);*/
    width:100%;
	padding:0 8px/*10px*/;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
z-index:1000;}
.hb_nav ul {margin:0}
.hb_nav ul li {display:block;margin:0;border-bottom:dotted 1px #fff; line-height:2.6/*3*/}
.hb_nav ul li a {display:block}
.hb_nav ul li::after {content:''}
.hb_nav ul li:last-child {border-bottom:none}
/* Toggle(Button) */
#navToggle {display: block}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(560px)/*(560px)*/;/*ビュー外の位置を変更したらココも変更*/
	-webkit-transform: translateY(560px)/*(560px)*/;
	transform: translateY(560px)/*(560px)*}

.openNav  #navToggleTxt {display:none;}

.h-spsearch{
	position:relative;
    top:50px;/*60px;*/
    }

/*スマホのヘッダーの高さが変わったらここを調整してメイン部分を下に下げる*/
#sysWrap {
 margin-top:350px;
}

/*取り急ぎ調節用*/
 .mainvisual,
#sysWrap {
  margin: 0 auto;
  max-width: 100%;
    /*max-width: 1100px;    元の数値     max-width: 960px; */
}


/*ギフト共通*/
.headlinetexsp{color: #000; border-bottom: solid 2px #8281b3;
text-align:center;
padding:0.3em;margin-bottom:0.5em; margin-top:0.8em; 
letter-spacing:0.4em;
font-size: 1.2em;
font-family: 'Noto Serif JP', serif;
}

.readboxsp {
display: block;
width: 100%;
padding:1% 5%;
color:#222;
}

.readtexsp {
display: block;
text-align:left;
font-size: 0.8em;
line-height: 1.8em;
}

.pickupcsp {
max-width: 100%;
margin: 0 2% 4% 4%;
display: flex;
justify-content: space-between;
flex-direction: column;
}

.pickupboxsp {
display: flex;
justify-content: space-between;
margin: 1% 0;
width: 98%;
padding: 2%;
border-radius: 0.5rem;
box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
0 3px 7px rgba(0, 0, 0, 0.2);
webkit-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}

.pickupboxsp :hover {
background-color: #fff;
opacity: 0.5 ;
}

.pickupboxsp .spimg {
display: inline-block;
width: 24%;
margin: 1% 4% 1% 2%;
padding: 0;
overflow: hidden;
position: relative;
}

.pickupboxsp .pictextsp {
width: 75%;
color: #555;
font-size: 0.9em ;
margin: 0 10px 0 0;
padding: 0;
}

.pickupboxsp .pictextsp >p {
color: #555;
font-size: 1em ;
font-family: 'Noto Serif JP', serif;
font-weight:bold;
border-bottom: 1px solid #888;
padding: 0 2%;
}

.pickupboxsp .pictextsp:hover {
background-color: #fff;
opacity: 0.5 ;
}

.pickmainsp{
width: 100%;
background-color: #fff;
}

.tittxpicsp {
display: block;
width: 98%;
padding:4% 1% 0 1%;
margin: 0 auto;
margin-bottom:3%;
line-height: 1.6em;
font-size:1em;
color:#888;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.1em;
border-bottom: 1px solid #888;
}

#sysItemDetail .sysForm select[name="selection[options]"]{
font-size:1em;
color:#176114;
}

.sysCart #sysMain .backbo a {
border: #01290f 1px solid;
background-color: #A40000;/*#bf0000;*/
padding: 10px 18px;
margin-top: 10px;
text-decoration: none;
border-radius: 5px;
text-decoration: none;
/*text-decoration-line: underline;*/
font-size: 0.9em;
color: #fff;
display: block;
text-align: center;
width: 80%;
}

/* 複数配送住所入力画面 */
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle{
margin-bottom: 2em;
padding: 1em;
line-height:1.6em;
font-size:1.2em;
color: #333;
background-color:#f2f2f2;
}
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle:after {
white-space: pre;
font-weight:400;
font-size:0.8em;
line-height:1em;
color: #521613;
content: "\A＊お届け先情報入力後、商品選択画面が表示されます\A　先にお届け先ご入力の上【次へ】進んでください";
}

/* 宅配便詳細＋ラベルグループ（インデント、下線） */
.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
margin:0 auto;
padding:0.5em;
border-bottom:1px solid #9b9b9b;
}

/*クーポン注意書き*/
.sysMypageMinorHeadLine{
margin-left: 10px;}
.sysCoupon .sysCouponDiscount{
margin:0 0 14px 0;
padding-bottom:10px;
}
.sysCoupon .sysCouponDiscount:after {
white-space: pre;
font-weight:500;
font-size:0.8em;
color: #521613;
content: "\A\A　＊【島の人新千歳空港店サンキュークーポン】は\A 　　島の人新千歳空港店でコードを受け取られた方\A 　　のみが使用できるクーポンです";
}

/*カートページ：数量増減*/
.sysCart .sysNumArea {
	text-align: center;
}

/*会員登録ページ「登録内容を確認する」ボタンサイズ変更*/
/*会員登録完了ページ「続けて商品購入へ進む」ボタンサイズ変更*/
.sysMemberRegister #sysMain {
    padding: 15px;
}

.whtttsp{
width:100%;
padding: 1% 0 2% 0;
margin-bottom:5%;
border: 1px solid;
border-color: #333 transparent #333 transparent;
}

.whtnwsp{
width:100%;
height:12em;
overflow-y: scroll;
overflow-x: hidden;
color:#333;
padding: 2% 2% 3% 0;
}

.bxwhnwsp {
display: table;
width: 100%;
overflow: hidden;
background-attachment: fixed;
color: #444;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.cattitsp{
font-size:1.2em;
color:#111;
font-weight: 300;
text-decoration: none;
letter-spacing: 0.3em;
text-align: center;
margin: 3%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#newstxsp {
width: 100%;
margin-left: 5px;
border-bottom: 1px solid #d4d4d4;
padding: 2% 0;
margin:0 2% 0 2%;
display: block;
font-size: 0.9em;
color: #333;
line-height: 1.6em;
overflow: hidden;
text-decoration: none;
}
#newstxsp a{
color: #333;
text-decoration: none;
}
#newstxsp:hover{
opacity: 0.5 ;
}
.dysp {
font-size: 0.8em;
color: #333;
line-height: 1.6em;
}


/*SPトップランキング*/
.tprnksp {
max-width: 100%;
margin: 0;
display: flex;
justify-content: space-between;
flex-direction: column;
}

.tprnkbxsp {
display: flex;
justify-content: space-between;
width: 98%;
padding:1% 0;
border-bottom: 1px solid #e0dede;
display: inline-block;
vertical-align: bottom;
}

.tprnkbxsp :hover {
background-color: #fff;
opacity: 0.5 ;
}

.tprnkbxsp .spimg {
display: inline-block;
width: 20%;
margin: 1% 4% 0 0;
padding: 0;
overflow: hidden;
position: relative;
}

.tprnkbxsp .sprnimg {
display: inline-block;
width: 15%;
margin: 0;
padding-top: 6px;
position: relative;
}

.tprnkbxsp .pictextsp {
width: 45%;
color: #555;
font-size: 0.9em ;
margin: 0 10px 0 0;
padding: 0;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.tprnkbxsp .pictextsp:hover {
background-color: #fff;
opacity: 0.5 ;
}

.tprnkbxsp a {
text-decoration: none;
}

.tprnminsp{
width: 100%;
background-color: #fff;
}

.tittxrnksp {
display: block;
width: 98%;
padding:2% 1% 0 1%;
margin: 0 auto;
margin-bottom:2%;
line-height: 1.6em;
font-size:1em;
color:#888;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.1em;
border-bottom: 1px solid #888;
}


/*TOPページバナー*/
.topbnr_ol {
flex-wrap: wrap;
}
.topbnr_ol li:first-child {
width: 100%;
}
.topbnr_ol li {
width: 49%;
}
#sysMain .sysContent h3.topbnr_copy {
font-size: 14px;
}
.topbnr2_ol {
display: block;
}
.sysContent .topbnr2_ol li {
width: 100%;
margin-bottom: 12px;
}
.topbnr2_li a {
display: flex;
justify-content: space-between;
}
.topbnr2_img {
width: 54%;
}
.topbnr2_txt {
width: 42%;
margin: 14px 0;
}
.topbnr2_label {
display: block;
text-align: center;
margin-bottom: 2px;
margin-right: 0;
position: static;
}

/*TOPページバナー2*/
.topbnrhf_ol {
flex-wrap: wrap;
}
.topbnrhf_ol li {
width: 100%;
}
#sysMain .sysContent h3.topbnrhf_copy {
font-size: 14px;
}
}
@media screen and (min-width:661px) and (max-width:900px){
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain,div#sysAside{ width: 100%; float: none;}/* PCレイアウトを維持する場合は削除 */


/* 20-1 Header */
#sysHeader{ height:240px;}　/*ヘッダーに合わせて修正*/ /*150*//*240*/
.h-utilitybtn {
    margin:0 5px;
}
/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline{
    width: 30%;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.h-subMenu ul li:nth-child(2n){
    width: 49%!Important;
    margin-left: 1%;
}
.h-subMenu ul li.sysText a {
    line-height: 40px;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu{
border-right: none;
border-left: none;
}
/* 23-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}


/* 23-3-3 Aside Banner */
.s-banner li {
    margin: 0 1%;
    width: 48%;
    float: left;
}
.s-banner {
    overflow: hidden;
}

/* LoginForm & Search Form */
.s-login,.s-search{
    width: 49%;
    width: -webkit-calc( 50% - .2em);
    width: calc( 50% - .2em);
    float: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.s-login li a{
    font-size: 0.75rem;
    padding: 10px 0;
}
.s-search.asideCnt .sysItemSearchAndOr label{;
    display: block;
}

/* 23-4-2 Page Top Btn */
.p-pagetop .btn { width: 50%;}



/*パーツ ヘッダーお問い合わせ先*/
.h-info {
width : 65%;
margin: 0px;
float:right;
}


/*h-info画像指定*/
.h-infoL {
	width:52%;
}

.h-infoR {
	width:45%;
	float:right;
}


/* 3-1-1 サイトロゴ */
.h-sitelogo {
    margin: 0 5px;
width: 30%;
float:left;
}
.h-sitelogo .sysContent {
    max-width: 100%;
}


/*メインコンテンツ 項目した余白*/
.mainCnt .sysHeadline {
margin-bottom: 2%;
}


/* シーンから選ぶのCSS */
.main_scene ul li{
    width: 48% !important;
}

/*TB用グローバルナビメニュー*/

.hb_nav {
	width:100%; 
	z-index:2;
	position:fixed;
	background: #fcfcfc;/*rgba(238,238,238,.9);*/
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
text-decoration: none;
}

/*.hb_nav menu_____________________________________*/
.hb_nav {display:table;font-size:0;line-height:0}
.hb_nav h1, nav {display:table-cell}
nav {text-align:left;vertical-align:bottom}
.hb_nav h1 a img {height:40px;margin:10px}
.hb_nav ul {font-size:13px;line-height:1;margin:0 10px 10px 0}
.hb_nav ul li {margin-left:3px; display:inline-block;}
.hb_nav ul li::after {content:' |'}
.hb_nav ul li:last-child::after {content:''}
.hb_nav ul li a {color:inherit; text-decoration: none;}

/*SPから追加*/
/*ハンバーガーメニュー */
/* Toggle(Button) */
#navToggle {
	display: none;
	position:absolute;/*to body*/
	right:13px;
	top:13px;
	width:30px;
	height:25px;
	cursor:pointer}
#navToggle div {position:relative}
#navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

#navToggleTxt {
	position:absolute;

	top:25px;
color:#999;
font-size:1.1em;/*1.2em;*/
}
/*SPから追加*/


/*.hb_nav menu_____________________________________*/
.hb_nav ul li {font-size:1.2em;}/*{font-size:1.12em; padding-top:1%; margin-bottom:-5px;}*/


/*SPから追加*/

/*Media-queries_____________________________________*/


.hb_nav nav {
	position:absolute;
	/*right:0;*/
left:0;
    top:-800px; /*500通常時はビュー外*/
	background:#fcfcfc;/*rgba(238,238,238,.9);*/
    width:80%;/*100%*/
	padding:0 8px;/*10px;*/
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
z-index:1000;}
.hb_nav ul {margin:0}
.hb_nav ul li {display:block;margin:0;border-bottom:dotted 1px #fff; line-height:3}
.hb_nav ul li a {display:block}
.hb_nav ul li::after {content:''}
.hb_nav ul li:last-child {border-bottom:none}
/* Toggle(Button) */
#navToggle {display: block}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(800px);/*560ビュー外の位置を変更したらココも変更*/
	-webkit-transform: translateY(800px);
	transform: translateY(800px)}

.openNav  #navToggleTxt {display:none;}

.h-tbsearch{
	position:relative;
    top:60px;
    }

/*スマホのヘッダーの高さが変わったらここを調整してメイン部分を下に下げる*/
#sysWrap {
 margin-top:600px; /*400*/
}

/*取り急ぎ調節用*/
 .mainvisual,
#sysWrap {
  margin: 0 auto;
  max-width: 100%;
}

/*SPから追加*/


/*商品一覧ページのトピックス全体の高さ*/
.cate_topics > .topics_wrapper {
min-height:250px;
}

/* 複数配送住所入力画面 */
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle{
margin-bottom: 2em;
padding: 1.8em 1.5em 1em 1.5em;
line-height:1.6em;
font-size:1.4em;
color: #333;
background-color:#f2f2f2;
}
.opcDeliveryAddressAndItemsTitle.opcDeliveryAddressTitle:after {
white-space: pre;
font-weight:400;
font-size:0.8em;
color: #521613;
content: "\A＊お届け先情報の入力後、商品の選択画面が表示されます。\A　先にお届け先情報をご入力の上、【次へ】進んでください";
}


.whttt{
width:100%;
padding: 1% 0 2% 0;
margin-bottom:5%;
border: 1px solid;
border-color: #333 transparent #333 transparent;
}

.whtnw{
width:100%;
height:11em;
overflow-y: scroll;
overflow-x: hidden;
color:#333;
/*margin-bottom:1%;*/
padding: 2% 2% 3% 0;

}

.boxwhnw {
display: table;
width: 100%;
overflow: hidden;
background-attachment: fixed;
color: #444;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.boxwt2{
flex: 1;
flex-grow：1;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d4d4d4;
padding:1% 0 1.5% 0;
margin:0 0 1% 0;
}


#watnw {
width: 20%;
margin-left: 10px;
float: left;
font-size: 0.8em;
}

#watnwlist {
width: 100%;
margin-left: 5px;
font-size: 1em;
color:#333;
text-align: left ;
}

#watnwlist a{
color:#333;
text-decoration:none;
}

#watnwlist:hover{
opacity: 0.5 ;
}

.cattit{
font-size:2em;
color:#111;
font-weight: 300;
text-decoration: none;
letter-spacing: 0.3em;
text-align: center;
margin: 3%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


.tplink a {
display: block;
position: relative;
margin: 0 auto;
margin:2% 0 4% 0;
padding: 0 0 10px 0;
width:100%;
text-decoration: none;
color: #5c5c5c;
font-size: 0.8em;
text-align:right;
font-weight: 700;
background-color: #fff;
letter-spacing: 0.1vw;
border-bottom: 1px solid #b0b0b0;
}


/*購入完了画面*/
.cartcomp-catalog-button {
	position: static;
}
.cartcomp-catalog {
	gap: 30px 0;
	padding-bottom: 0;
	justify-content: space-between;
}
.cartcomp-catalog-text {
	width: 62%;
}
.cartcomp-catalog-button {
	margin-top: 2em;
}


/*利尻昆布カテゴリ（ic/dsk）*/
.cat_heading01 {
	font-size: 32px;
}
.cat_heading02 {
	font-size: 20px;
}
.cat_item_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cat_item_li {
	width: 48%;
}
.cat_item_li2 .cat_item_img ,.cat_item_li2 .cat_item_txt {
	width: 24%;
}
.cat_item_li2 .cat_item_list {
	width: 48%;
}
.cat_col2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cat_col2_img {
	width: 48%;
}
.cat_col2_txt {
	width: 48%;
}
.cat_banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.cat_banner a {
	width: 40%;
	margin-right: 20px;
}
.cat_banner .cat_heading01 {
	font-size: 24px;
	text-align-last: left;
}
}
@media screen and (min-width:901px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
/* 30-1 Header */

#sysHeader{
margin-bottom:0; /*80*/
}

.h-siteinfo,
.h-subMenu {
    margin: 0 auto;
}
.h-siteinfo { text-align: left;}
/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {  display: block!important;}
.h-subMenu > .sysHeadline { display: none;}
.h-subMenu .sysAccordionInitialHide {
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 999;
    width: 70%;
    background: transparent;
}
.h-subMenu ul {
    display: table;
    width: 100%;
}
.h-subMenu ul li {
    display: table-cell;
    width: auto!important;
    float: none;
    text-align: center;
}
.h-mainMenu nav {
    width: 100%;
   /* border-right: 1px solid;*/
}
.h-search .sysContent {
    width: 30%;
    position: absolute;
    top: -55px;
    height: 50px;
    right: 0;
    padding: 5px;
}

/* 32-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide { opacity: 1;}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
    width: 90%;
    margin: 0 auto;
}
.s-checklist .sysContent .sysVertical .sysItemImage img {
    width: 100%;
    float: none;
    margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap .sysContent {
    width: 95%;
    margin: 0 auto;
    max-width:1000px;
}

/* 34-4-2 Page Top Btn */
.p-pagetop .sysContent {
    overflow: hidden;
    padding: 0 2px;
    width: 95%;
    margin: 0 auto;
}
.p-pagetop .btn {
    float: right;
    padding: 10px 20px;
}



/*PC用 ヘッダーCSS*/
.hpc_wrapper{
	margin: 0 auto 15px auto;
	max-width:1000px;
height:100px;
}

.hpc_wrapper .sysContent {
padding:0px !important;
}

.hpc_logo {
	width:200px;
	height:100px;
	float:left;
margin-top:10px;
margin-right:15px;
}

.hpc_search {
	width:280px;
	height:92px;
	padding: 0px 6px;
	background-color:#ddd;
	float:left;
margin-top:10px;
}

.hpc_search .sysSearchButton {
    width: 100px;
    padding: 6px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #999;
	color:#fff;
	float:right;
}

.hpc_search .sysItemSearchForm {
    /*display: table;*/
    width: 100%;
}
.hpc_search .sysItemSearchFormWord {
    /*display: table-cell;*/
	margin-bottom:5px;
    /*padding-right: 5px;*/
    width: 100% !important;
    vertical-align: top;
}
.hpc_search .sysItemSearchFormWord input{
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px;
   /* vertical-align: bottom;*/
}

.hpc_info {
	padding:0px;
	margin:-30px 0 0 0px;
	width:480px;
	height:100px;
	float:right;
}

/*h-info画像指定*/
.h-infoL {
	width:52%;
}

.h-infoR {
	width:45%;
	float:right;
}




/*パーツ ヘッダーお問い合わせ先*/
.h-info {
width : 50%;
margin: 0px;
float:right;
}


/*aside追加CSS*/

#sysAside .asideCnt{
border-style:none;
}

div#sysAside {
    width: 22%;
}

.s-att-ttl .sysHeadline {
    margin-top: 30px;
}


/*メイン追加CSS*/
.mainCnt {border-style:none !important;box-shadow : none !important;}


/*footer追加CSS*/
div#sysFooter {
margin-top:40px;
}

.p-shopInfo .sysContent {
    padding:5px;
    font-size:small;
    background-color:#ffffff;
    width: 1000px;
    margin: auto;
}

.f-copyright .sysContent > p {
    margin: 0px;
}


/*トップページ カテゴリから探すの画像した余白*/
.M-cate li {
padding-bottom: 20px;
}


/*メインコンテンツ 項目した余白*/
.mainCnt .sysHeadline {
margin-bottom: 20px;
}


/*カート内ページのアマゾンペイボタン位置調節用*/

.sysNextSubmitAreaForUseAmazon {
float:none !important;
}



.ml10 {
 margin-left : 10px;
}



/* シーンから選ぶのCSS */
.main_scene ul li{
    width: 32% !important;
}

.main_scene ul li:hover{
    float:left;
    margin-bottom: 1%;
    text-align:center;
    background-color: #888;
    color: #ffffff;
}

/*aside 店長のおすすめタイトル下マージン*/
.s-bn-ttl .sysHeadline {
    margin-bottom: 15px;
}

/*aside 店長のおすすめコンテンツ下マージン*/
.sysFuncBanner.s-bn-ttl.asideCnt {
    margin-bottom: 25px;
}



/*商品一覧ページのトピックス全体の高さ*/
.topics_wrapper {
min-height:250px;
}



.whttt{
width:100%;
padding: 1% 0 2% 0;
margin-bottom:5%;
border: 1px solid;
border-color: #333 transparent #333 transparent;
}

.whtnw{
width:100%;
height:11em;
overflow-y: scroll;
overflow-x: hidden;
color:#333;
/*margin-bottom:1%;*/
padding: 2% 2% 3% 0;

}

.boxwhnw {
display: table;
width: 100%;
overflow: hidden;
background-attachment: fixed;
color: #444;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.boxwt2{
flex: 1;
flex-grow：1;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d4d4d4;
padding:1% 0 1.5% 0;
margin:0 0 1% 0;
}


#watnw {
width: 20%;
margin-left: 10px;
float: left;
font-size: 0.8em;
}

#watnwlist {
width: 100%;
margin-left: 5px;
font-size: 1em;
color:#333;
text-align: left ;
}

#watnwlist a{
color:#333;
text-decoration:none;
}

#watnwlist:hover{
opacity: 0.5 ;
}

.cattit{
font-size:2em;
color:#111;
font-weight: 300;
text-decoration: none;
letter-spacing: 0.3em;
text-align: center;
margin: 3%;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


.tplink a {
display: block;
position: relative;
margin: 0 auto;
margin:40px 0 50px 0;
padding: 0 20px 14px 0;
width:100%;
text-decoration: none;
color: #5c5c5c;
font-size: 0.8em;
text-align:right;
font-weight: 700;
background-color: #fff;
letter-spacing: 0.1vw;
border-bottom: 1px solid #b0b0b0;
}

/*購入完了画面*/
.cartcomp-catalog-button {
	position: static;
}
.cartcomp-catalog {
	gap: 30px 0;
	padding-bottom: 0;
	justify-content: space-between;
}
.cartcomp-catalog-text {
	width: 62%;
}
.cartcomp-catalog-button {
	margin-top: 2em;
}
.cartcomp-catalog {
	border: 1px solid #ccc;
	padding: 24px;
	margin: 0;
	height: 100%;
}
.cartcomp-membership {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cartcomp-title {
	font-size: 30px;
}
.cartcomp-membership p {
	font-size: 20px;
}
.colum02 {
	flex-direction: row;
	justify-content: space-between;
	align-items:stretch;
}
.colum02-left {
	width: 36%;
}
.colum02-right {
	width: 60%;
}


/*利尻昆布カテゴリ（ic/dsk）*/
.cat_content {
	margin: 80px 0;
}
.cat_heading01 {
	font-size: 32px;
	margin: 30px 0;
}
.cat_heading02 {
	font-size: 20px;
}
.cat_item_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cat_item_li {
	width: 48%;
}
.cat_item_li2 .cat_item_img ,.cat_item_li2 .cat_item_txt {
	width: 24%;
}
.cat_item_li2 .cat_item_list {
	width: 48%;
}
.cat_col2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cat_col2_img {
	width: 48%;
}
.cat_col2_txt {
	width: 48%;
}
.cat_banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.cat_banner a {
	width: 40%;
	margin-right: 20px;
}
.cat_banner .cat_heading01 {
	font-size: 24px;
	text-align-last: left;
}
.cat_item {
	max-width: 90%;
	margin: 40px auto;
}

/*ログイン画面・マイページ*/
.cartcomp-membership.typeB {
flex-direction: row;
align-items: center;
}
.cartcomp-membership.typeB p {
margin: 0;
}
.cartcomp-membership.typeB .cartcomp-button {
display: flex;
justify-content: center;
align-items: center;
}
.cartcomp-membership.typeB .cartcomp-button p {
margin-right: 20px;
}
.cartcomp-membership.typeB .cartcomp-button p::before,
.cartcomp-membership.typeB .cartcomp-button p::after {
content: none;
}
}
/* #END_OF_RESOURCE_FILE */
