/*
 *
 * Templat BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用  m:メイン用 s:サイドバー用 f:フッター用 p:汎用
 *
 * 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-6  Archive List Item 
 *     4-1-7  Archive 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-7  Archive 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: #f5f5f5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sysAll{
    max-width: 100%;
    background-color: transparent; 
    padding: 0;
}
#sysHeader, #sysMain, #sysAside, #sysFotoer { padding: 5px!important;}
#sysWrap {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
#sysMain,#sysAside{
 background-color: #fff;
 margin-top: 0;
}
#sysHeader,#sysFooter{ padding: 0; margin: 0;}
#sysHeader{ background: #fff;}
#sysFooter{ background-color: #999;}
#sysFooter > div{ background-color: #000; margin: 0 auto; padding-bottom: 5px;}
#sysMain{ line-height: 1.5;}

/* 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: 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: 2.5;
    padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type="radio"] {  
    -webkit-appearance: none;  
    display: inline-block;  
    vertical-align: baseline;  
    width: 20px;  
    height: 20px;      
    margin-right: 5px;    
    border: 1px solid rgb(212,212,212);
    cursor: pointer;
    border-radius: 100%;
}

input[type="radio"]:checked{
    background: #666;
}

/* 1-3 Content setting */
table {
 border-collapse: collapse;
 border-spacing: 0;
}
select{    height: 30px;}
p {  margin: 10px auto;}
h1,h2,h3,h4,h5,h6{ font-size: inherit;}

/* 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: 25%;
    float: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    vertical-align: top;
}

/* 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 15px;  
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
    line-height: 1.75;
    border-bottom: 1px dotted #ccc;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}
.sysFuncItemCategory .sysImage a {
    border-bottom: 1px solid #ccc;
}
.sysFuncItemCategory li:last-child a {
    border-bottom: none;
}
/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child { border-right: 0;}

/* 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 dashed lightgray;}

/* 2-11 機能パーツ：テキスト */
#sysMain h2 {
    
    color: #000;
    font-size: 20px;
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#sysMain .sysContent h3 {
    border-bottom: 1px dashed lightgray;
    margin: 2rem 0 1rem 0;
}
#sysMain .sysContent h3:before {
    content: "■";
    padding-right: 10px;
}
#sysMain .sysContent h4 {
    margin: 1rem 0;
    padding: 5px 10px;
    background-color: #efefef;
    font-size: 14px;
}

/* 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 : http://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 .sysContent {
    width: 70%;
    padding: 10px 10px 10px 5px;
}
.h-siteinfo h1 {
    color: #000;
    font-weight: normal;
    font-size: 11px;
}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
    margin: 0 auto;
    background: #fff;
    padding-bottom: 5px;
    padding-left: 5px;
}
.h-sitelogo li img {
    width: auto;
    max-width: 100%;
}
.h-sitelogo .sysContent {
    width: 200px;
    max-width: 50%;
}
/* 3-1-2 カート・マイページボタン */
.h-utilitybtn {
    margin: 0 auto;
}
.h-utilitybtn .sysContent{
    width: 30%;
    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;
    background-color: transparent;
}
.h-subMenu ul li a {
    color: #000;
}
.h-subMenu ul li a:hover {
    background-color: #efefef;
}
.h-subMenu .sysHeadline{
    color: #e5e5e5;
    line-height: 60px;
    text-align: center;
    background: #666;
}
.h-subMenu .sysAccordion:after{
    content:"";
}
/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li{
    margin-right: 2%;
    width: 48%!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.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(http://sakemasumi.aispr.jp/img/icon/icon-mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(http://sakemasumi.aispr.jp/img/icon/icon-cart.png);
    background-size: 100%;
}

/* 3-1-5 メインメニュー*/
.h-mainMenu{ 
    margin: 0 auto;
    background: #000;
}
.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 solid;
}
.h-mainMenu ul li.sysText a {
    line-height: 1;
    border: none;
    white-space: normal;
    padding: 20px 0;
    margin: 0 auto;
    color: #fff;
}

.h-mainMenu .sysContent {
    margin: 0 auto;
    background:transparent;
}



/* 3-1-6 検索フォーム */
.h-search{
    margin: 0 auto;
    position: relative;
    padding: 0 5px 0 ;
}
.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: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    vertical-align: bottom;
}
.h-search .sysSearchButton {
    width: 100px;
    padding: 6px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
}
/* 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 */

#sysAside .asideCnt {
    border: none;
    margin-bottom: 0;
}
#sysAside .asideCnt:not(:last-child) {
    margin-bottom: 20px;
}
#sysAside .asideCnt .sysContent {
    /*border: solid 1px #000;*/
}
#sysAside .asideCnt .sysHeadline {
    margin: 0 0 10px 0;
    border: none;
    border-left: solid 5px #000;
    background-color: transparent;
    color: #000;
}
#sysAside .sysFuncBanner {
    margin-bottom: 20px;
}

.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 {
    line-height: 1.5;
    vertical-align: top;
    background-color: transparent;
}
.s-login li a {
    color: #fff;
    background-color: #28a745;
    border: solid 1px #28a745;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.s-login li:first-child {
}
.s-login li:first-child a {
    color: #00f;
    border: none;
    background-color: transparent;
}
.s-login input {
    width: 95%;
    margin: 5px auto;
    line-height: 2;
    display: block;
}
.s-login .sysLoginButton {
    padding: 5px;
    background: #fff;
    color: #000;
    margin: 10px auto;
    border-radius: 4;
    border: solid 1px #ccc;
}
.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*/

/* 3-4-1 Footer Site Map */
.f-sitemap ul li.sysText a {
    color: #fff;
    padding:  0;
    background: #fff;
    display: block;
    border: 1px solid #ddd;
    color: #000;
    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 #666;
    color: #fff;
}

/* 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: #efefef;
    color: #000;
    padding: 0 5px;
}
.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {
    display: inline-block;
    background: #efefef;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}
.sysCategoryPankuzu a:hover,
.sysItemCategoryPankuzu a:hover {
    background: #999;
}

/* 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: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

/* 4-1-5 Cart Button */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
.sysCartButton:hover {
    background: #999;
}
.sysCartButton:disabled {
    background-color: #ccc!important;
    border: 1px solid #ccc!important;
    cursor: default!important;
}


.sysCart #sysMain input[type=submit], .sysCart #sysMain button[type=submit], .sysCart #sysMain button {
/*height:auto;*/
}


/* 4-1-6  Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* 4-1-7  Archive 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: 32%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 4-2-2 Item Name */ 
.sysItemName h1 { font-size: x-large;}

/* 4-2-3 Order Area */
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 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;}
#sysItemDetail .sysRetailPrice {
    color: #c00000 !important;
}
/* 
#sysItemDetail .sysPr { text-align: center;}
 */
#sysItemDetail .sysPr > span { display: inline-block;}
/*
#sysItemDetail .sysForm select {
    min-width: 190px;
    width: 75%;
    display: inline-block;
    float: right;
}
*/
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
/*
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}

#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
*/
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* 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;}

/* 4-2-9 Item Gallary */
.sysImageListSimple li { margin-bottom: 10px;}

/* 4-2-10 Review */
.sysReview input{
    background: #666;
    color: #fff;
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin: 5px auto;
    width: 50%;
}
.sysReview > br {
    display: none;
}
.sysReviewHistoryList {
    padding: 0 10px;
    border: 1px solid lightgray;
}
.sysReviewHistoryList li {
    margin-bottom: 5px;
    border-bottom: 1px dashed lightgray;
    padding: 5px 0;
}
.sysReviewHistoryList li:last-child { border: none;}

.sysNickname,
.sysEvaluation {
    display: inline-block;
    padding: 0 10px 0 0;
}
.sysNickname {
    font-size: large;
    font-weight: bold;
}
.sysReviewDatetime {
    font-size: small;
    text-align: right;
    padding-right: 20px;
}
.sysReviewText { font-size: small;}

/* 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: #000;
    color: #fff;
    text-shadow: none;
}
.sysCart #sysMain input[type="submit"].sysDeleteArea,
.sysCart #sysMain input[type="submit"].sysBackButton {
background-color:#666;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
width: 66%;
background-color: rgb(128,0,0) !important;
margin: 2rem auto 1rem auto;
}
.sysCartInDone{ margin: 0;}

.sysBox .

/* 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: 100%;
    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: 100%;
    padding: 10px 0;
}
#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: 49%;
    vertical-align: top;
}
.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;
}

.mainCnt {
    border: none;
    box-shadow: none
}

.mainCnt .sysHeadline {
    background-color: transparent;
}

.list-a {
    margin-left: 2rem;
}
.list-a ul {
    margin-left: 2rem;
}
.list-a li{
    list-style-type: disc;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.list-a li li{
    list-style-type: circle;
}

.list-b {
    padding: 10px 10px 10px 30px;
    border: solid 1px #ddd;
    background-color: #efefef;
    margin-bottom: 20px;
}
.list-b li {
    list-style-type: decimal;
    position: relative;
}
.list-b li:not(:last-child) {
    padding-bottom: 50px;
}
.list-b li i {
    transform: rotate(-225deg);
    display: inline-block;
    font-size: 30px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #28a745;
}

.table-a th,
.table-a td {
    border: solid 1px #ccc;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
}
.table-a th {
    background-color: #efefef;
}

.table-b {
    width: 100%;
}
.table-b th,
.table-b td {
    border: solid 1px #ccc;
    padding: 10px 5px;
    font-size: 12px;
    text-align: left;

}
.table-b th {
    width: 25%;
    background-color: #efefef;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.box-a {
    padding: 10px 10px 10px calc(2rem + 10px);
}
.box-a .indent {
    text-indent: -2rem;
}
@media screen and (max-width:375px){
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain,#sysAside{ width: 100%!important;}
#sysMain{ margin-top: 0;}
.grid-col {
	float: none;
	width: 100%!important;
        margin-left: 0;
}
/* 10-1 Header */
#sysHeader{ margin-bottom: 5px;}
.h-siteinfo{ height: auto;}
.h-siteinfo h1 { font-size: xx-small;}

.h-sitelogo{ height: 52px;}
.h-sitelogo li img{
    width: auto;
    max-height: 47px;
}
.h-utilitybtn{ position: relative;}
.h-utilitybtn .sysContent {
    width: 32%;
    float: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 15%;
}
.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(http://sakemasumi.aispr.jp/img/icon/icon-mypage.png);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(http://sakemasumi.aispr.jp/img/icon/icon-cart.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: 2.5px;
    width: 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;
}
/* 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;}



}
@media screen and (min-width:376px) and (max-width:768px){
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain,div#sysAside{ width: 100%; float: none;}/* PCレイアウトを維持する場合は削除 */


/* 20-1 Header */
.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%;}
}
@media screen and (min-width:769px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
/* 30-1 Header */
.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: 70%;
    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;
}
/* 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;
}
}





/**
 *
 * Styling by Clover Design
 *
 */



/*************************
 *
 * All
 *
 *************************/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}

img {
	border: none;
	max-width: 100%;
	width: 100%;
	height: auto;
}
a {transition: 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);;}
a:hover {color: #405DE6;}

.btn {padding: 14px 35px 13px;}

#sysAll {overflow: hidden;}

#sysFooter > div, .p-pagetop .sysContent, .p-topimg .sysContent, .h-sitelogo, .h-utilitybtn, .h-siteinfo, .h-subMenu, .h-mainMenu .sysContent, .h-search, #sysWrap {
	max-width: 1260px;
	max-width: 100%;
}
.h-sitelogo, .h-siteinfo, .h-subMenu, .h-mainMenu .sysContent, .h-search {
	max-width: 100%;
}

#sysWrap {
	padding: 0;
}
#sysAside {
	background: #ededed;
	padding: 30px !important;
	margin: 50px auto 0;
}
#sysMain {
	padding: 30px !important;
}
#sysFooter {
	padding: 30px;
	background: #191B1F;
}
#sysFooter > div {
	padding: 30px 0;
}

@media (min-width:769px) {
	#sysWrap {
		padding: 30px 30px;
	}
	#sysAside {
		background: #fff;
		margin-top: 0;
	}
	#sysMain {
	}
	
	#sysFooter > div {
		padding: 30px;
	}
}




/*************************
 *
 * Header
 *
 *************************/

#sysHeader {padding: 0px!important;}

/* Kill */
.h-mainMenu {display: none;}
.h-search-btn {display: none;}

/* Logo */
.h-sitelogo {
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
	max-width: 100%;
	background: ;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	z-index: 1000;
}
.h-sitelogo .sysContent {
	width: 100%;
	max-width: 100%;
	background: #fff;
}
.h-sitelogo li {margin: 0; text-align: center;}
.h-sitelogo li a {display: block; padding: 14px 0;}

/* Site Info */
.h-siteinfo {display: none;}

/* 2ndry Menu */
.h-utilitybtn {
	margin: 0; 
	position: relative;
	z-index: 1000;
	background: #fff;
}
.h-utilitybtn .sysContent {
	width: 100%;
	bottom: auto;
	display: block;
	float: none;
	position: relative;
	top: auto;
	right: auto;
}
.h-utilitybtn ul {
	display: table;
	width: 100%;
}
.h-utilitybtn ul li {
	margin-right: inherit;
	width: inherit!important;
	height: inherit;
	line-height: inherit;
	margin-bottom: inherit;
}
.h-utilitybtn ul li {
	display: table-cell;
	width: auto!important;
	float: none;
	text-align: center;
	border-left: 1px solid #ededed;
}
.h-utilitybtn ul li.sysText a {
	border: none;
	line-height: inherit;
	height: inherit;
	font-size: inherit;
	margin-top: inherit;
}
.h-utilitybtn ul li.sysText a {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
}
.h-utilitybtn ul li.sysText a:hover {
	background-color: #fff;
}
.h-utilitybtn ul li.sysText a:before {
	content: none;
}
.h-utilitybtn ul li:nth-last-of-type(2) i.fas.fa-search:before {display: inline-block; width: 12px;}


.h-subMenu .sysHeadline.sysAccordion {
	width: auto;
	float: right;
	position: absolute;
	bottom: -15px;
	right: 0;
	padding: 10px 15px;
	font-size: 10px;
	line-height: 2;
	color: #000;
	background: none;
	background: #0000;
	overflow: hidden;
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1001;
}
.h-subMenu .sysHeadline.sysAccordion.sysAccordionHide {
	bottom: 10px;
}
.h-subMenu .sysHeadline.sysAccordion:before {
	content: "=";
	display: block;
	font-size: 40px;
	line-height: 30px;
	transform: translate(0,0) rotate(0);
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.h-subMenu .sysHeadline.sysAccordion.sysAccordionHide:before {
	transform: translate(0,-50px) rotate(0);
}
.h-subMenu .sysHeadline.sysAccordion:after {
	content: "\f057";
	display: block;
	font-size: 20px;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	position: relative;
	right: auto;
	transform: translate(0,50px) rotate(0);
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.h-subMenu .sysHeadline.sysAccordion.sysAccordionHide:after {
	transform: translate(0,0) rotate(0);
}
.h-subMenu .sysAccordionInitialHide {
	opacity: 0;
	transform: translate(0, -100%);
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.h-subMenu .sysAccordionInitialHide.active {
	transform: translate(0, 0);
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 1;
	z-index: 999;
}

/* Menu */
.h-subMenu {max-width: 100%; position: relative;}
.h-subMenu ul {
	border-top: 1px solid #555;
	border-color: rgba(255,255,255,.15);
}
.h-subMenu ul li, .h-subMenu ul li:nth-child(2n) {
	float: none;
	vertical-align: middle;
	width: 100% !important;
	margin: 0;
	border-bottom: 1px solid #555;
	border-color: rgba(255,255,255,.15);
}
.h-subMenu ul li.sysText a {
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: none;
	padding: 1em 0;
	margin: 0;
}
.h-subMenu ul li.sysText a {
	background: #0000;
}
.h-subMenu .sysAccordionInitialHide {
	padding: 30px;
	width: 100%;
	background: rgba(0,0,0,.85);
	background: #000000d9;
}

/* Search Btn */
.h-subMenu ul li:nth-last-of-type(2) {display: none;}
/* Cart Btn */
.h-subMenu ul li:last-of-type {display: none;}

/* Search */
.h-search {
	padding: 0;
	margin: 0;
	max-width: 100%;
	background: ;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	display: none;
}
.h-search .sysContent {
	display: block;
	position: relative;
	top: inherit;
	right: inherit;
	width: auto;
	height: auto;
	padding: 14px 7px;
	max-width: 1260px;
	margin: 0;
}
.h-search .sysItemSearchFormWord input {
	background: #0000;
	border: none;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #000;
	letter-spacing: 0;
}
.h-search .sysItemSearchFormWord input:focus {
	outline: none;
}
.h-search .sysSearchButton {
	border: 1px solid #ededed;
	font-size: 16px;
	line-height: 1;
	width: 6em;
	letter-spacing: .5em;
	padding: 7px 7px 7px calc(7px + 0.5em);
	cursor: pointer;
	transition: 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.h-search .sysSearchButton:hover {
	background: #ededed;
}


@media (min-width:769px) {
	.h-siteinfo {display: inherit;}
	.h-siteinfo .sysContent {width: auto;}
	
	.h-sitelogo li a {display: block; padding: 0;}
	
	.h-utilitybtn .sysContent {
		width: auto;
		bottom: auto;
		display: block;
		float: right;
		bottom: 40px;
	}
	.h-utilitybtn ul li:nth-last-of-type(1),
	.h-utilitybtn ul li:nth-last-of-type(2) {display: none;}
	
	.h-sitelogo .sysContent {
		width: 250px;
		max-width: 100%;
		padding: 3px 20px 2px 20px;
		background: #fff;
	}
	
	/* Menu */
	.h-subMenu {max-width: 100%;}
	.h-subMenu ul {border-left: 1px solid #ededed; border-top: none;}
	.h-subMenu ul li, .h-subMenu ul li:nth-child(2n) {vertical-align: middle; width: auto !important; border: none;}
	.h-subMenu ul li.sysText a {font-weight: bold; line-height: 50px; color: #fff; background-color: #000; padding: 5px; transition: 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86);}
	.h-subMenu ul li.sysText a:hover {color: #000; background-color: #fff;}
	.h-subMenu .sysAccordionInitialHide {
		padding: 0;
		width: calc(100% - 250px);
		background: none;
	}
	.h-subMenu .sysAccordionInitialHide {
		opacity: 1 !important;
		transform: translate(0, 0) !important;
		z-index: 1001 !important;
	}

	/* Search Btn */
	.h-subMenu ul li:nth-last-of-type(2) {display: table-cell; width: 60px !important; border-left: 1px solid #ededed;}
	.h-subMenu ul li:nth-last-of-type(2) a {color: #000; background-color: #fff;}
	.h-subMenu ul li:nth-last-of-type(2) a:hover {color: #fff; background-color: #000;}
	.h-subMenu ul li:nth-last-of-type(2) a.active i.fas.fa-search:before {content: "\f00d";}

	/* Cart Btn */
	.h-subMenu ul li:last-of-type {display: table-cell; width: 60px !important; border-left: 1px solid #ededed;}
	.h-subMenu ul li:last-of-type a {line-height: 1; padding: 13px 0px 14px; color: #000; background-color: #fff;}
	.h-subMenu ul li:last-of-type a:hover {color: #fff; background-color: #000;}
	.h-subMenu ul li:last-of-type i {display: block; line-height: 20px;}
	
	.h-search .sysContent {
		padding: 14px 30px;
	}
	.h-search .sysItemSearchFormWord input {
		font-size: 1.5rem;
		letter-spacing: .1rem;
	}

}

/*************************
 *
 * Footer
 *
 *************************/
#sysFooter {
	-webkit-font-smoothing: subpixel-antialiased;
}
.footerCnt .sysHeadline {
	border-bottom: 0px solid;
	background-color: #191B1F;
	color: #fff;
	font-size: 1rem;
	padding-bottom: 0;
}

.p-shopInfo .sysContent {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #191B1F;
	color: #fff;
	font-family: YuGothic, sans-serif;
}
.shopinfo-inner {
	width: 100%;
	line-height: 1.7;
	margin: 30px auto 0;
}
.shopinfo-inner .btn {
	float: right;
	margin-right: 0;
	font-weight: bold;
}
.shopinfo-inner img {
	padding: 10px;
	background: #fff;
}

#sysFooter > div {background: #191B1F;}

.p-pagetop .sysContent {
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.p-pagetop .btn {
	float: none;
	padding: 10px 20px;
	background: none;
	background: #0000;
	color: #fff;
}

@media (min-width:769px) {
	.shopinfo-inner {width:  calc(50% - 30px);}
	.p-pagetop .btn {float: right;}
}


/*************************
 *
 * Aside
 *
 *************************/

/* Kill */
.s-login {display: none;}
.s-search.asideCnt {display: none;}

/* Common */
#sysAside .asideCnt:not(:last-child) {margin-bottom: 30px;}
#sysAside .asideCnt .sysHeadline {border: none; border-left: none; letter-spacing: .1em; margin-bottom: 0;}
.sysFuncItemCategory .sysImage a {border-bottom: none;}
.sysFuncItemCategory a:hover {background: inherit;}

/* Category */
.asideCnt nav ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.asideCnt nav ul:after {content: none;}
.asideCnt nav ul li {
	position: relative;
	text-align: center;
	float: none;
	width: calc(50% - 3px) !important;
	margin: 7px 0 0;
}
.asideCnt nav ul li a {
	position: relative;
	padding: 1em!important;
	background: #FFF;
	border: 1px solid #e8ebf5 !important;
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	text-align: left;
	font-size: 14px !important;
	font-weight: 600;
	color: #323f71;
	letter-spacing: 0em;
	z-index: 30;
}
.asideCnt nav ul li a:hover {
	background: #e8ebf5;
}

.s-banner li {width: 100%;}

/* Check Items */
.s-checklist li {
	margin: 7px auto;
	padding: 10px;
	border: 1px solid #eded;
	position: relative;
	min-height: 70px;
}
.s-checklist li > div {
	display: inline-block;
	width: auto;
	margin: 0 0 0 60px !important;
}
.s-checklist li > .sysItemImage {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0 10px 0 0 !important;
	padding: 0;
}
.s-checklist .sysContent .sysVertical .sysItemImage img {
	width: 100%;
	float: none;
	margin: 0;
}

@media (max-width:768px) {
	#sysWrap .p-topimg {display: none;}
}

@media (min-width:769px) {
	.asideCnt nav ul li {
		width: 100% !important;
	}
	.asideCnt nav ul li a {
		letter-spacing: .1555em;
	}
}


/*************************
 *
 * Page Content
 *
 *************************/

/* Breadcrumb */
.sysCategoryPankuzu, .sysItemCategoryPankuzu {background: #fff;}
.sysCategoryPankuzu a, .sysItemCategoryPankuzu a {background: #fff;}
.sysCategoryPankuzu a:first-of-type, .sysItemCategoryPankuzu a:first-of-type {padding-left: 0;}
//.sysCategoryPankuzu > br {display: none;}
.sysCategoryPankuzu > br:first-of-type {display: none;}

/* Banner */
.p-topimg {background-color: none;}
.p-topimg .sysContent {padding: 0px;}
.p-banner ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.p-banner li {width: calc(50% - 5px);}


/* Kill */
.sysItemListViewType {display: none;}

/* Item List */

.sysItemCategoryCtl {
	border: 1px solid #ededed;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 10px 0;
	padding: 20px 0 30px;
}
.sysItemCategoryCtl a {
	display: inline-block;
	padding: 2px 4px;
	background: #fff;
	border: 1px solid #ededed;
	color: #000;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 7px 7px 0;
}

.sysHorizontal,
.sysList {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	color: #555;
}
.p-pickup .sysContent .sysHorizontal:after,
.sysItemList ul.sysList li:after {
	content: none;
}

.sysContent .sysItemBlock .sysHorizontal li {
	width: calc(50% - 7px);
	margin-top: 30px;
}

.sysItemList ul.sysList li {
	width: 100%;
	padding: 30px;
	border: 1px solid #ededed !important;
	margin-top: 30px;

}
.sysItemList ul.sysList li:hover {
	border-color: #ededed !important;
}

.sysItemImage {
	background: #fbf8f6; 
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sysThumbnailImage {
	padding: 15px 15px 10px; 
	background: #fff; 
	transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sysItemList ul.sysList li .sysThumbnailImage {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	float: none;
}
.sysItemImage:hover {background: #f3e4e7;}
.sysItemList ul.sysList li:hover .sysThumbnailImage {background: #F8F7FC;}

.sysThumbnailImage a img {transition: 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.sysThumbnailImage a:hover img {opacity: .75;}

.sysItemName {margin: 20px auto 14px;}
.sysVertical .sysItemName {margin: 20px auto 0px;}
.sysItemName, .sysItemName a {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .05em;
}
.sysItemList ul.sysList li:hover .sysItemName a {
	text-decoration: underline;
}
.sysItemPrice {
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
}

.sysItemList form {
margin-top: 20px!important;
}

#sysMain input[type="number"] {
	line-height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: calc(3em + 15px);
	font-size: 20px;
	font-weight: bold;
	color: #000;
	outline: none;
	background: none;
	text-align: center;
	padding: 10px 7px 9px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	margin-right: 10px;
}
#sysMain input[type="number"]::-webkit-inner-spin-button {
	opacity: 1;
}

.sysCartButton {
	display: inline-block;
width:auto!important;
	padding: 13px 14px 14px!important;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #000;
	border-radius: 4px;
	border: 1px solid #000;
	cursor: pointer;
	transition: all .1s ease;
}

.sysCartButton:hover {
	background: #333;
	border: 1px solid #333;
}

@media (min-width:769px) {
	.sysContent .sysItemBlock .sysHorizontal li {
		width: calc((100% - (30px * 3)) / 4);
		margin-right: 30px;
		margin-top: 0;
	}
	.sysContent .sysItemBlock .sysHorizontal li:nth-child(4n) {
		margin-right: 0;
	}
	.sysItemList ul.sysList li {
		width: calc(100% / 3);
		padding: 30px;
		border: 1px solid #fff !important;
		margin-top: 0;
	}
	.sysItemImage {
		padding: 15px; 
	}
}


/* Item page */

.sysItemName h1 {
	font-size: 32px;
}
.sysItemName h1:first-letter {font-size: 0;}


article > .orderArea {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

article > .orderArea > div {
	width: 100%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
.sysMainImage img {padding: 30px;}

.orderArea > .orderArea > *:not(:first-child) {
	margin-top: 20px;
}
.orderArea .sysDescription {
	font-size: 17px;
	line-height: 1.75;
	color: #555;
}
.orderArea .sysRetailPrice {
	border: none;
}
.orderArea .sysRetailPrice [data-retail-price] {
	display: none;
}
.orderArea .sysRetailPriceValue {
	font-size: 30px;
	font-weight: 600;
}

.orderArea .sysForm form > * {margin-bottom: 15px;}

.orderArea #sysNumber {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding: 7px 35px 7px 55px;
	text-align: center;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	font-size: 0px;
	vertical-align: middle;
	color: #555;
}
.orderArea #sysNumber select {
	display: inline-block;
	padding: 5px;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	border: none !important;
	outline: none;
	background: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: baseline;
	height: auto;
	width: auto;
}
.orderArea .sysNumArea button {
	position: absolute;
	display: block;
	width: 25px!important;
	height: 25px!important;
	font-size: 0;
	font-weight: 600;
	line-height: 2.5rem;
	color: #999 !important;
	border: none !important;
	outline: none;
	cursor: pointer;
}
.orderArea .sysNumArea button:before {
	font-size: 14px;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
}
.orderArea .sysNumArea .sysBtnPlus {
	top: 50%;
	right: 5px;
	margin-top: -13px;
}
.orderArea .sysNumArea .sysBtnPlus:before {
	content: "\f067";
}
.orderArea .sysNumArea .sysBtnMinus {
	top: 50%;
	left: 5px;
	margin-top: -13px;
}
.orderArea .sysNumArea .sysBtnMinus:before {
	content: "\f068";
}

.orderArea #sysSubmit {
	display: inline-block;
	vertical-align: middle;
}
.orderArea #sysSubmit .sysCartButton {
	padding: 16px 14px 17px!important;
}

.orderArea .sysShare li {display: inline-block; vertical-align: top;}

.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: 72px !important;
}

.sysExplanation {
	margin-top: 50px;
}


@media (min-width:769px) {
	.sysItemName h1 {
		font-size: 40px;
		margin-bottom: 1em;
	}
	article > .orderArea > div  {
		width: 50%;
	}
	.orderArea #sysNumber {
		font-size: 17px;
	}
	
}

.gentei,
.komi,
.yoyaku,
.kisetsu {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}



.sysModalItemImages .sysModalMainImage img{
    width:auto;
}


/*************************
 *
 * first page
 *
 *************************/
@media screen and (max-width: 768px){
	#shinki_kaiintouroku{
		width: 100%;
	}
}
@media screen and (min-width:769px){
	#shinki_kaiintouroku{
		width: 50%;
	}
}
#shinki_kaiintouroku>a{
	display: block;
	background-color: #28a745;
	border-radius: 5px;
	border: 1px solid #28a745;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	padding: 0.75em 0;
	transition: 150ms;
}
#shinki_kaiintouroku>a:hover{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
}
#shinki_kaiintouroku>a>span{
	margin-right: 3%;
}

.sysCategoryPankuzu br+a {
	padding-left: 0 !important;
}

.footer_text_link_list {
	line-height: 2.5em;
}
.footer_text_link_list a {
	color: #fff;
}
.footer_text_link_list a:hover {
	text-decoration: none;
}

.top_ikenokurumi_img .sysContent {
	position: relative;
	padding: 0 !important;
}
.top_ikenokurumi_img .sysContent .txt_top, .top_ikenokurumi_img .sysContent .txt_btm {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
}
.top_ikenokurumi_img .sysContent .txt_top {
	bottom: 55%;
	color: #6080c0;
}
.top_ikenokurumi_img .sysContent .txt_btm {
	top: 55%;
	color: #fff;
}
@media screen and (max-width: 768px){
	.top_ikenokurumi_img .sysContent .txt_top {
		font-size: 4vw;
	}
	.top_ikenokurumi_img .sysContent .txt_btm {
		font-size: 3vw;
	}
}
@media screen and (min-width:769px){
	.top_ikenokurumi_img .sysContent .txt_top {
		font-size: 2vw;
	}
	.top_ikenokurumi_img .sysContent .txt_btm {
		font-size: 1.4vw;
	}
	.kangen {
		width: 66%;
	}
}


/*************************
 *
 * cart
 *
 *************************/
.sysCart #sysMain .sysConfirmButton input[type=submit] {
	width: auto !important;
	padding: 0 !important;
}
.sysCartTitle {
	background-color: transparent !important;
}


/*************************
 *
 * member
 *
 *************************/
#sysMemberRegisterIndex .sysBirthday .sysFormLabel:after {
	content: '※20歳未満の方にはお酒を販売いたしません';
	color: #bb0000;
}

#sysMemberRegisterIndex .sysName .sysFormLabel:after {
	content:'※フルネームでご入力ください';
	color: #bb0000;
}

#sysMemberRegisterIndex .sysAddress1 .sysFormLabel:after,
#sysMemberRegisterIndex .sysAddress2 .sysFormLabel:after {
	content:'※入力候補から一部しか入力されない場合があります';
	color: #bb0000;
}

.notes {
	font-weight: bold;
	color: #c00000;
}

.f-underage, .f-underage > .sysContent {
	padding: 0 !important;
}
.f-underage > .sysContent > p {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
/* 商品一覧ページでのローディング画像サイズ調整 START */
img[src="/base/img/loading_gray.gif"] {
	width: auto !important;
}
/* 商品一覧ページでのローディング画像サイズ調整 END */
@media screen and (max-width:375px){

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

}
@media screen and (min-width:769px){

}
/* #END_OF_RESOURCE_FILE */
