/* 基本設定
 *----------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

html {
    font-size: 62.3%;
}

html.no-scroll {
    overflow: auto;
}

body {
    color: #333;
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.sp_only {
    display: none;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

a[href^="tel:"] {
    cursor: default;
}

#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#sysWrap {
    max-width: 1000px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}

#sysHeader {
    margin: 0;
    padding: 0;
}

div#sysMain {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

#sysAside {
    display: none;
    float: none;
    margin-top: 0;
    padding: 10px;
}

#sysFooter {
    margin: 0;
    padding: 0;
}

#top #sysWrap {
    margin-top: 0;
    max-width: 100%;
}

.sysContent {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: bold;
    font-size: inherit;
    letter-spacing: inherit;
}

a {
    color: #333;
    text-decoration: none;
    font-weight: inherit;
}

a:hover {
    color: #222222;
}

img {
    vertical-align: bottom;
    height: auto;
}

a:hover img {
    opacity: 0.5;
}

a:hover img.nohover {
    opacity: 1;
}

p {
    margin: 10px auto;
}

p.indent {
    margin: 5px 0 !important;
    text-indent: 1em
}

ul,
ol {
    line-height: inherit;
    font-size: inherit;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* フォーム要素の基本レイアウト */
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    padding: 10px 5px;
    width: 100%;
    line-height: 2;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    font-family: inherit;
}

input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    line-height: 2;
}

input[type="submit"] {
    line-height: 2;
    -webkit-appearance: none;
    padding: 10px 5px;
    margin-top: 30px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 10px 10px 20px;
}

.sysFormField {
    margin: 5px 0;
}

.sysFormLabel + .sysFormField {
    margin: 5px 0;
}

.sysFormField label {
    margin-right: 20px;
    font-size: 15px;
}

.sysFormField a {
    display: inline-block;
    color: #068acc;
    border-bottom: 1px solid #068acc;
    line-height: 15px;
    margin: 0 3px;
}

select {
    height: 30px;
}

#sysItemCategory select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    width: 100%;
    padding: 3px 5px;
}

/* 検索ボックス */
.search_bx form {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.search_bx .sysItemSearchFormWord {
    float: left;
    width: 70%;
}

.search_bx input[type="search"] {
    height: 40px;
    border: none;
    padding: 5px;
    width: 100%;
}

.search_bx .sysSearchButton {
    overflow: hidden;
    float: left;
    display: block;
    width: 30%;
    height: 40px;
    margin: 0;
    padding: 0;
    text-indent: -999px;
    border-radius: 0px;
    border: none;
    background: #222222 url(https://harvey-s.shop/img/common/ico_search.png) no-repeat center center;
    background-size: 70px;
    cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type="submit"],
.sysBackButton,
.sysNextSubmit {
    background: #c9a771;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
    min-height: 40px;
}

#sysMypageReminder #sysMain input[type="submit"]:hover,
.sysBackButton:hover,
.sysNextSubmit:hover {
    opacity: 0.9;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}

.sysFuncItemCategory a:hover {
    background: #eee;
}

#sysItemCategory h1.itemCategory {
    margin-left: 5px;
    border-left: 5px solid #222222;
    padding-left: 10px;
    font-size: 18px;
    margin: 20px 0 10px;
}

#sysItemCategory .sysThumbnail > li > form {
    position: relative;
    margin: auto;
}

#sysItemCategory .sysThumbnail > li > form:after {
    display: inline-block;
    position: absolute;
    top: auto;
    right: 71%;
    bottom: -2px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 22px;
    content: "\f07a";
}

#sysItemCategory .sysThumbnail .sysCartButton {
    margin: 0 auto;
    padding: 3px 0 3px 13%;
    background-color: #845202;
}

#sysItemCategory .sysThumbnail .sysGoCartButton {
    padding-left: 8%;
    background-color: #ee5d5d;
}

@media screen and (max-width: 900px) {
    #sysItemCategory .sysThumbnail > li > form:after {
        right: 73%;
        font-size: 21px;
    }
    
    #sysItemCategory .sysThumbnail .sysCartButton {
        padding-left: 15%;
    }

    #sysItemCategory .sysThumbnail .sysGoCartButton {
        padding-left: 10%;
    }
}

.sysSelectionDescription {
    margin : 2px 0 10px;
}

#sysItemCategory .sysItemList {
    margin-bottom: 30px;
}

#sysItemCategory .sysPagination {
    margin-bottom: 80px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    line-height: 1.1;
    padding: 15px 5px;
    border: none;
    background-color: #f4f4f4;
    font-size: 14px;
    text-align: center;
}

.sysItemCategoryCtl a {
    display: inline-block;
    margin: 5px auto;
    padding: 0 10px 0 5px;
    border-right: 1px solid #222;
}

.sysItemCategoryCtl a:first-of-type {
    padding-left: 10px;
    border-left: 1px solid #222;
}

.sysItemCategoryCtl .sysCurrent {
    color: #888;
    font-weight: normal;
}

/* PRアイコン設定 */
.sysItemPr {
    font-size: 12px;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr {
    letter-spacing: -0.5em;
    padding-bottom: 15px;
}

.sysPr span {
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0;
    margin: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
}

.sysPr span:first-of-type {
    margin: 0;
    padding: 0;
}

.sysPr .icon_soldout {
    border-color: #8a6611;
    color: #8a6611;
}

.sysPr .icon_rank_01 {
    border-color: #c7be5e;
    background: #c7be5e url(https://harvey-s.shop/img/common/icon_rank@2x.png) no-repeat;
    background-position: 5px center;
    background-size: 14px auto;
    padding-left: 20px;
}

.sysPr .icon_rank_02 {
    border-color: #95b4c8;
    background: #95b4c8 url(https://harvey-s.shop/img/common/icon_rank@2x.png) no-repeat;
    background-position: 5px center;
    background-size: 14px auto;
    padding-left: 20px;
}

.sysPr .icon_rank_03 {
    border-color: #d2893b;
    background: #d2893b url(https://harvey-s.shop/img/common/icon_rank@2x.png) no-repeat;
    background-position: 5px center;
    background-size: 14px auto;
    padding-left: 20px;
}

.sysPr .icon_new {
    border-color: #bb1a1a;
    color: #bb1a1a;
}

.sysPr .icon_net {
    border-color: #323082;
    color: #323082;
}

/* カートボタン */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
    background-color: #845202;
    color: #fff;
    cursor: pointer;
}

.sysCartButton:hover {
    opacity: 0.9;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}

/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    width: 33.33%;
    padding: 1.43%;
    vertical-align: top;
    letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
    margin: 0 -1.43%;
    letter-spacing: -0.5em;
}

.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

.sysItemList ul.sysThumbnail li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage {
    margin-bottom: 5px;
}

.sysThumbnailImage > span,
.sysThumbnailImage > br {
    display: none;
}

.sysThumbnailImage a {
    display: block;
    position: relative;
    padding-bottom: 66.1%;
    border: 1px solid #ccc;
}

.sysItemImages {
    max-width: 100%;
    padding-right: 0;
}

.sysItemImages .sysImageList {
    letter-spacing: -0.5em;
    margin: 20px -5px 0;
    overflow: hidden;
}

.sysItemImages .sysImageList li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: calc(100% / 5);
    line-height: 1;
    float: none;
    margin: 0 5px;
    letter-spacing: normal;
    cursor: pointer;
}

.sysItemImages .sysImageList li:hover img {
    opacity: 0.5;
}

.sysItemImages .sysImageList li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.sysItemImages .sysImageList li.sysCurrent img {
    border: 1px solid #666;
}

/* 商品名 */
.sysItemName h1 {
    font-size: x-large;
}

/* 注文エリア*/
.orderArea {
    letter-spacing: -0.4em;
    text-align: center;
}

.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}

.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}

/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
}

.sysItemName > a {
    color: #845202;
    font-weight: bold;
    text-decoration: underline;
}

.sysItemName > a:hover {
    text-decoration: inherit;
}

/* 商品説明 */
.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;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice {
    font-weight: bold;
}

#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%;
}

/* ログインボタン */
.sysLoginButton,
.sysButton,
.btn[name="searchAddress"] {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
    background-color: #c9a771;
    color: #fff;
    cursor: pointer;
}

.btn[name="searchAddress"] {
    display: inline-block;
}

.sysLoginButton:hover,
.sysButton:hover,
.sysBackButton:hover,
.sysNextSubmit:hover,
.btn[name="searchAddress"]:hover {
    background: #c9a771;
    opacity: 0.9;
}

.sysLoginButton {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
    background: #c9a771;
    border-radius: 3px;
    border: none;
    color: #fff;
    text-shadow: none;
}

.sysCartInDone {
    margin: 0;
    padding: 0;
}

.sysCartInDone span {
    border: 1px solid #ffafaf;
    border-radius: 0;
    box-shadow: none;
    background-color: #ffecec;
    color: #dc5555;
}

.sysThumbnail .sysCartInDone {
    margin-bottom: 5px;
    text-align: right;
}

.sysThumbnail .sysCartInDone span {
    padding: 2px 6px;
    font-size: 0.846em;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysCart #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain,
#sysDestination #sysMain {
    max-width: 680px;
    margin-bottom: 30px;
}

#sysFormIndex #sysMain .sysFormLabel {
    display: inline-block;
}

#sysFormConfirm label,
#sysMemberRegisterConfirm label {
    display: block;
    margin: 15px 0 5px !important;
}

#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
    margin: 10px 0 20px !important;
}

#sysFormConfirm button.sysButton {
    width: 49%;
    float: left;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 3px;
    background: #ccc;
    color: #444;
}

#sysFormConfirm .sysNextSubmit {
    width: 49%;
    margin: 0;
    margin-top: 50px;
    margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
    width: 49%;
    margin: 0;
    margin-top: 20px;
    margin-right: 1%;
    float: left;
    font-size: 16px;
    height: 54px;
}

#sysMemberRegisterConfirm .sysBackButton {
    width: 49%;
    float: left;
    margin: 0;
    margin-left: 1%;
    margin-top: 0;
    height: 54px;
    border-radius: 3px;
    background: #fff;
    color: #222;
    min-width: 9em;
    border: 1px solid #aaa;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    line-height: 2;
}

#sysFormThanks .completeText {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

#sysFormThanks .completeText a {
    color: #068acc;
    text-decoration: underline;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
    display: none;
}

#sysFormIndex #sysMain input {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
    margin: 5px auto;
}

#sysFormIndex #sysMain input[type="radio"] {
    margin: 10px 10px 20px;
}

#sysFormIndex #sysMain > h2 + p {
    display: none;
}

#sysFormIndex .txtBlock {
    text-align: center;
}

#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
    padding: 10px;
}

.form-inquiry .sysForm,
.sysMemberRegister .sysForm {
    max-width: 600px;
    margin: 0 auto;
}

.form-inquiry .sysFormItem,
.sysMemberRegister .sysFormItem {
    margin-bottom: 30px;
}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
    background: #fff;
    border-radius: 0;
    margin: 5px 0 0;
    line-height: 1.6;
}

#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
    background: #fff;
    border-radius: 0;
    margin: 5px 0 0;
    line-height: 1.6;
}

#sysMemberRegisterConfirm #sysMain .sysButton,
#sysFormConfirm #sysMain .sysButton {
    min-width: 9em;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    width: auto;
    height: auto;
    line-height: 2;
}

#sysMain .sysFormLabel {
    display: block;
    border-left: 0;
    padding-left: 0;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 5px;
}

#sysMain .sysRequired {
    display: inline-block;
    height: auto;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 5px;
}

#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;
}

/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 0;
    line-height: 1.6;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 10px 0 0;
    min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine {
    display: none;
}

.SysMypageMinorHeadLine {
    font-size: 16px;
    border-left: none;
    padding: 3px 3px 3px 10px;
    margin: 15px auto;
    border-bottom: 2px solid #845202;
    font-weight: bold;
}

.sysMypageMinorHeadLine {
    margin: 0 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.sysMypageMinorHeadLine + p,
.sysMypageMinorHeadLine + div:not(.sysRemindForm):not(.sysLoginForm) {
    text-align: center;
}

#sysMypageLogin .sysMypageMinorHeadLine,
#sysMypageLogout .sysMypageMinorHeadLine {
    display: none;
}

/* 購入履歴 */
.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;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
    padding: 0 0 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 1.6;
    padding: 10px;
    font-size: 14px;
    margin: 5px auto;
}

#sysMypageEditDelivery #sysMain > form > input,
#sysMypageEditMember #sysMain > form > input {
    display: block;
}

.sysMypage #sysMain input.sysNextSubmit,
.sysMypage #sysMain input.sysBackButton,
#sysMypageEditDelivery #sysMain input.sysButton {
    width: 480px;
    margin: 5px auto;
    height: 40px;
    line-height: 1 !important;
}

#sysMypageEditConfirm #sysMain > form {
    padding: 0 0 10px;
}

#sysMypageEditConfirm #sysMain div + form {
    padding-top: 20px;
}

.sysMypage .sysForm {
    max-width: 600px;
    margin: 0 auto;
}

#sysMypageEditMember .sysMemberPassword {
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    padding: 30px 40px 20px;
    margin: 0 -40px 30px;
}

#sysMypageEditMember .sysMemberPassword h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#sysMypageEditMember .sysMemberPassword .sysFormLabel {
    margin-top: 20px;
}

#sysMypageEditConfirm .sysFormLabel + br {
    display: none;
}

#sysMypageEditConfirm .sysFormLabel + br {
    display: none;
}

#sysMypageEditSave .sysButton,
#sysMypageEditSavedelivery .sysButton,
#sysMypageReview .sysMyReviewList + form .sysButton {
    width: 130px;
    margin: 40px auto 0;
    font-size: 14px;
    display: block;
}

/* お届け先情報を編集する */
#sysMypageEditDelivery .sysOtherAddress {
    max-width: 600px;
    margin: 30px auto 0;
}

#sysMypageEditDelivery .sysZipcode .sysFormField {
    width: 280px;
    margin: 0;
}

#sysMypageEditDelivery .sysZipcode .sysFormField input[name="zipcode"] {
    width: 200px;
    display: inline-block !important;
}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -0.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;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress {
    margin: 0 auto 20px;
}

#sysMypageEditDelivery .sysSelectAddress button {
    background-color: transparent;
    outline: none;
    appearance: none;
    border: 2px #c9a771 solid;
    padding: 15px 100px 15px 15px;
    cursor: pointer;
    position: relative;
}

#sysMypageEditDelivery .sysSelectAddress button:hover {
    opacity: 0.9;
}

#sysMypageEditDelivery .sysSelectAddress button:after {
    content: "編集する";
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
    background: #c9a771;
    color: #fff;
    padding: 10px;
}

/* 商品チェック履歴 / お気に入り */
.sysMypage .sysItemListViewType label {
    cursor: pointer;
}
.sysMypage .sysItemList ul.sysList li {
    padding: 10px;
    border-top: 1px solid #cecece;
}

.sysMypage .sysItemList ul.sysList li .sysThumbnailImage {
    margin-right: 10px;
}

.sysMypage .sysThumbnailImage a {
    min-height: 132px;
    padding-bottom: 0;
}

#sysMypageAshiato .sysCartButton,
#sysMypageWishlist .sysCartButton,
#sysMypageReview .sysCartButton,
.sysMypage .sysButton[value="お気に入りから削除する"] {
    padding: 5px 20px;
}

.sysMypage .sysButton[value="お気に入りから削除する"] {
    margin: 5px 0 0;
}

/* 投稿済みレビュー一覧 */
#sysMypageReview .sysMyReviewList li {
    border: 2px #d6cdbe solid;
    padding: 15px;
}

#sysMypageReview .sysMyReviewList li:not(:last-of-type) {
    margin-bottom: 10px;
}

#sysMypageReview .sysMyReviewList .sysItemName {
    font-weight: bold;
}

/* 会員を退会する */
#sysMypageWithdrawalConfirm .sysWithdrawal form {
    width: 45%;
    margin: 0 2%;
    display: inline-block;
}

#sysMypageWithdrawalConfirm .sysWithdrawal .sysButton {
    width: 100%;
    margin: 40px auto 0;
    font-size: 14px;
    display: block;
}

/***********************************
商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 0;
}

/*商品番号*/
#sysItemDetail .sysItemId {
    text-align: right;
    font-size: 12px;
}

/*価格表示*/
#sysItemDetail .sysRetailPrice {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    color: #222;
    font-weight: normal;
    text-align: left;
}

#sysItemDetail .sysRetailPrice span {
    font-size: 18px;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
    font-size: 18px;
    font-weight: normal;
}

/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
    margin-bottom: 5px;
    text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
    font-size: 1.1rem;
}

/*送料区分*/
#sysItemDetail .sysShippingCost {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-top: 5px;
    padding: 0 5px;
    color: #da4636;
    font-weight: bold;
    font-size: 1.1rem;
    border: 1px solid #da4636;
    border-radius: 3px;
}

/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type="submit"] {
    margin-top: 0px;
}

.sysAddSelection div {
    margin-bottom: 10px;
}

.sysAddSelection input,
.sysAddSelection select {
    margin: 5px 0;
}

.sysItemPrArea {
    margin-top: 5px;
}

.sysItemPrArea span {
    width: 49%;
    height: 30px;
    display: inline-block;
    padding: 3px 0px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}

#sysItemDetail .sysForm select {
    min-width: 450px;
    display: inline-block;
    float: none!important;
    margin: 0;
}

#sysItemDetail .sysForm select[name="num"] {
    min-width: calc(100% - 50px);
    height: 34px;
    font-size: 16px;
    padding: 0 5px;
    margin-left: 0;
}

#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 >div {
    margin: 10px auto;
    overflow: hidden;
}

#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #000;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #222;
}

#sysItemDetail .sysNumArea {
    padding-top: 10px;
    padding-left: 50px;
    clear: both;
    text-align: center;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 100%;
    margin-left: 0;
}

#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
}

#sysCartInForm {
    width: 100%;
    margin-left: auto;
}

/*バリエーション*/
#sysItemDetail .sysFormVariationName {
    background-color: #fdf5f5;
}

#sysItemDetail .sysFormVariationTable {
    width: 100%;
    max-width: 500px;
}

/*下部フォーム*/
#sysItemDetail .order_bottom {
    margin: 0 auto 40px;
    text-align: right;
}

/*簡易商品説明*/
#sysItemDetail .sysDescription {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

/*商品詳細*/
.sysExplanation {
    text-align: left;
    font-size: 14px;
}

.sysExplanation img {
    height: auto;
}

#sysItemDetail .itempage_cap {
    margin-bottom: 30px;
    font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
    font-size: 18px;
    font-weight: normal;
}

#sysItemDetail .itempage_detail table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

#sysItemDetail .itempage_detail table th {
    width: 30%;
    border-right: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table td {
    width: 70%;
    text-align: left;
    background: #fff;
}

#sysItemDetail .itempage_detail_ttl {
    position: relative;
    margin-top: 40px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
    content: "　";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #000;
}

#sysItemDetail .sysMainImage img {
    border: 1px solid #ccc;
}

/*数量増減*/
#sysItemDetail #sysNumber {
    text-align: right;
    font-size: 16px;
}

#sysItemDetail .sysNumArea {
    margin-bottom: 0;
    letter-spacing: -0.5em;
}

#sysItemDetail .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 75px;
    padding: 3px 10px;
    text-indent: -999px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 14px;
}

#sysItemDetail .sysNumArea button:hover {
    background-color: #fff;
    opacity: 0.5;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
    border: 1px solid #aaa;
    background: none;
    width: 75px;
    margin-right: 20px;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
    border: 1px solid #aaa;
    background: none;
    width: 75px;
}

#sysItemDetail .sysNumArea .sysBtnPlus:before,
#sysItemDetail .sysNumArea .sysBtnPlus:after,
#sysItemDetail .sysNumArea .sysBtnMinus:before,
#sysItemDetail .sysNumArea .sysBtnMinus:after {
    display: block;
    position: absolute;
    margin: auto;
    text-indent: 0;
    letter-spacing: normal;
}

#sysItemDetail .sysNumArea .sysBtnPlus:before,
#sysItemDetail .sysNumArea .sysBtnMinus:before {
    top: 50%;
    left: 14px;
    content: "数量";
    margin-top: -10px;
}

#sysItemDetail .sysNumArea .sysBtnPlus:after,
#sysItemDetail .sysNumArea .sysBtnMinus:after {
    top: 50%;
    right: 11px;
    width: 14px;
    height: 14px;
    font-family: FontAwesome;
    font-size: 13px;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 5px;
    color: #aaa;
}

#sysItemDetail .sysNumArea .sysBtnPlus:after {
    content: "\f055";
}

#sysItemDetail .sysNumArea .sysBtnMinus:after {
    content: "\f056";
}

/*カートに入れる*/
#sysItemDetail #sysSubmit {
    position: relative;
    margin-top: 20px;
}

#sysItemDetail #sysSubmit:after {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 26px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 7px;
    left: 65px;
}

#sysItemDetail .sysCartButton {
    padding: 19px 0 18px 36px !important;
    text-indent: 0;
    background: none;
    background-color: #845202;
    font-size: 18px;
    border-radius: 4px;
    line-height: 1;
    margin: 0;
}

#sysItemDetail .sysCartButton:hover {
    opacity: 0.5;
}

#sysItemDetail .sysGoCartButton {
    background: none;
    background-color: #ee5d5d;
}

#sysItemDetail .sysCartInDone span {
    border: 1px solid #ffafaf;
    border-radius: 0;
    box-shadow: none;
    background-color: #ffecec;
    color: #dc5555;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 5px;
}

#sysItemDetail #sysSubmit div > img {
    display: block;
    margin: 10px auto;
}

/*お気に入り*/
#sysItemDetail #sysWishlist {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding-left: 30px;
}

#sysItemDetail #sysWishlist .sysButton {
    overflow: hidden;
    text-indent: 0;
    border: 1px solid #fb7a8f;
    background: none;
    background-color: #fff6f6;
    font-size: 11px;
    color: #ed4c66;
    width: auto;
    height: 20px;
    border-radius: 3px;
    margin: 0;
    padding: 0 10px;
}

#sysItemDetail #sysWishlist .sysButton:hover {
    background-color: #fff6f6;
    opacity: 0.5;
}

#sysItemDetail #sysWishlist .sysButton:before {
    font-family: FontAwesome;
    content: "\f004";
    font-size: 11px;
    display: inline-block;
    color: #ed4c66;
    margin-right: 5px;
}

#sysItemDetail #sysWishlist .sysButton:after {
    content: "追加";
}

/*SNSボタン*/
#sysItemDetail .sysShare {
    padding: 0;
    text-align: left;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}

#sysItemDetail .sysShare ul {
    letter-spacing: -0.5em;
    margin-top: 6px;
}

#sysItemDetail .sysShare li {
    letter-spacing: normal;
    margin-left: 20px;
}

#sysItemDetail .sysShare .sysFacebook {
    position: relative;
    top: -5px;
}

#sysItemDetail .sysShare .sysGoogleplus {
    width: 58px;
}

#sysItemDetail .sysShare .sysLine,
#sysItemDetail .sysShare .sysDisplayPcNone {
    display: inline-block !important;
}

#sysItemDetail .sysShare .sysLine {
    position: relative;
    top: 0px;
}

/*.sysReview*/
#sysItemDetail .sysReview {
    margin: 0 0 60px;
    font-size: 14px;
}

#sysItemDetail .sysReview > span {
    margin: 40px 0 20px;
    padding: 0 0 3px 40px;
    font-size: 16px;
    border-bottom: 2px #845202 solid;
    text-align: left;
    position: relative;
    display: block;
    font-weight: bold;
}

#sysItemDetail .sysReview > span:before {
    font-family: FontAwesome;
    content: "\f086";
    font-size: 26px;
    display: inline-block;
    font-weight: normal;
    color: #845202;
    position: absolute;
    top: -10px;
    left: 5px;
}

#sysItemDetail .sysReview > span + br {
    display: none;
}

#sysItemDetail .sysReviewHistoryList li {
    border: 2px #d6cdbe solid;
    padding: 15px;
}

#sysItemDetail .sysReviewHistoryList li:not(:last-of-type) {
    margin-bottom: 10px;
}

#sysItemDetail .sysReview .sysNickname {
    display: inline;
    font-weight: bold;
    margin-right: 15px;
}

#sysItemDetail .sysReview .sysNickname span:after {
    content: "さん";
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
}

#sysItemDetail .sysReview .sysEvaluation {
    display: inline-block;
    position: relative;
    width: 90px;
}

#sysItemDetail .sysReview .sysEvaluation:before,
#sysItemDetail .sysReview .sysEvaluation:after,
#sysItemDetail .sysReview .sysEvaluation > span:before,
#sysItemDetail .sysReview .sysEvaluation > span:after {
    font-family: FontAwesome;
    content: "\f006";
    font-size: 16px;
    display: inline-block;
    color: #e4b100;
    position: absolute;
    top: 0;
    line-height: 1.4;
}

#sysItemDetail .sysReview .sysEvaluation:before {
    left: 18px;
}

#sysItemDetail .sysReview .sysEvaluation:after {
    right: 4px;
}

#sysItemDetail .sysReview .sysEvaluation > span:before {
    left: 36px;
}

#sysItemDetail .sysReview .sysEvaluation > span:after {
    right: 29px;
}

#sysItemDetail .sysReview .sysEvaluation > span {
    letter-spacing: -0.5em;
}

#sysItemDetail .sysReview .sysEvaluation > span > span {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 3px;
}

#sysItemDetail .sysReview .sysEvaluation > span > span:before {
    font-family: FontAwesome;
    content: "\f005";
    font-size: 16px;
    display: inline-block;
    color: #e4b100;
    position: static;
    line-height: 1;
}

#sysItemDetail .sysReviewText {
    padding-top: 5px;
}

#sysItemDetail .sysReviewDatetime {
    display: none;
}

#sysItemDetail .sysReview > form {
    display: none;
}

/*テーブルデザイン*/
.sysExplanation table {
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #ccc;
}

.sysExplanation table tr {
    border-bottom: 1px solid #ccc;
}

.sysExplanation table th,
.sysExplanation table td {
    padding: 3px 10px;
    text-align: center;
    border: none;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 25%;
    padding: 5px;
}

.itempage_recommend .sysItemName {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}

.itempage_recommend .sysItemPrice {
    text-align: left;
}

/*商品ページ成分表*/
#sysItemDetail .show_bx {
    margin-bottom: 30px;
}

#sysItemDetail .show_bx_inner {
    margin-bottom: 10px;
}

#sysItemDetail .btn_tr {
    padding: 10px 0 10px 35px !important;
background:#e4e4e4 url(https://harvey-s.shop/img/layout/system/ico_plus.png) 10px center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}

#sysItemDetail .active {
background:#e4e4e4 url(https://harvey-s.shop/img/layout/system/ico_minus.png) 10px center no-repeat !important;
    background-size: 18px !important;
}

#sysItemDetail .contents_tr {
    background-color: #f5f5f5;
}

#sysItemDetail .contents_tr td {
    background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
    margin-bottom: 0;
}

/***********************************
カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart p {
    padding: 0;
    line-height: 1.6;
}

.sysCart .header_h1_under {
    float: none;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.sysCart .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysCart .header_h1_under .logo img {
    float: none;
    margin-right: 0;
}

.sysCart .header_h1_under .head_title {
    text-align: center;
}

.sysCart .header_wrap {
    border-bottom: none;
    height: auto;
    position: inherit;
}

.sysCart #sysWrap {
    margin: 0 auto;
}

.sysCart #sysMain,
.sysCart #sysMain a {
    color: #222;
}

.sysCart .sysBox,
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail .nav,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 15px auto 30px;
    padding: 20px;
}

.sysCart .sysSelectPaymentArea .sysSelectPayment,
.sysCart .sysSelectDeliveryArea .sysSelectDelivery,
.sysCart .sysSelectDeliveryArea .sysSelectHopeDelivery,
.sysCart .sysRemarksArea .sysRemarks,
.sysCart .sysSelectOptionArea .sysSelectOption,
.sysCart .sysBox > form,
#sysBillingAddress #sysMain > form > div {
    max-width: 600px;
    margin: auto;
}

.sysCart #sysMain > form > .sysBackSubmitArea,
.sysCart .sysSelectOptionArea + div,
#sysBasket #sysMain > .sysNextSubmitArea + form {
    max-width: 500px;
    margin: auto;
}

.sysCart .sysItemListArea .sysBox > a:first-child {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
}

.sysCart .sysItemListArea .sysBox img.sysProductImg {
    float: none;
    width: 100%;
    margin: 0;
}

.sysCart .sysItemListArea .sysBox .sysProduct {
    display: table-cell;
    float: none;
    width: 320px;
    padding-left: 2%;
    vertical-align: middle;
}

.sysCart #sysMain .sysBox .sysProductImg {
    border: 1px solid #ccc;
}

.sysCart .sysProduct a {
    font-size: 18px;
    text-decoration: none;
}

.sysCart .sysItemRetailPrice {
    display: none;
}

.sysCart .sysBox hr {
    display: block;
    border: 0;
    height: 0;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
    padding: 0;
}

.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 {
    background: none;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding: 8px;
    border-radius: 3px;
    border: none;
    background: #da4636 !important;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-shadow: none;
}

.sysCart .sysTotalTxt {
    text-align: center;
    text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
    color: #bb1a1a;
    font-size: 20px;
}

.sysCart .sysSubTotalArea {
    margin: 10px 0;
}

.sysCart .sysItemListArea .nav > li {
    padding: 0 40px;
}

.sysCart .sysItemListArea .nav .sysBox {
    border: 1px solid #ccc;
}

.sysCart .sysItemListArea .sysBox .sysItemRetailPrice {
    display: none;
}

.sysCart .sysNextSubmitArea {
    max-width: 500px;
    margin: 0 auto 10px;
}

.sysCart .sysNavImg + .sysNextSubmitArea {
    margin: 50px auto;
}

.sysCart .sysCartAttention {
    color: #222;
}

.sysCart .sysCartAttention span {
    color: #bb1a1a;
    font-weight: bolder;
}

.sysCart .sysRequired {
    color: #bb1a1a;
    font-weight: bolder;
}

.sysCart .sysGetPoint {
    color: #bb1a1a;
    font-weight: bolder;
}

.sysCart .sysCartNote {
    color: #000;
    font-size: 90%;
}

.sysCart .sysCartTitle {
    margin: 10px 0 15px;
    padding: 0 0 3px 5px;
    border-bottom: 2px solid #845202;
    background-color: #fff;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.sysCart #sysMain input[type="submit"] {
    display: inline-block;
    padding: 5px 20px;
    width: auto;
    min-width: 7em;
    height: auto;
    color: #fff;
    border: none;
    background: #c9a771;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sysCart #sysMain .sysBackButton[type="submit"],
.sysCart #sysMain .sysBackSubmitArea[type="submit"] {
    min-width: 9em;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #222;
    font-size: 16px;
}

.sysCart .sysDeleteArea,
.sysCart .sysConfirmButton {
    text-align: right;
}

.sysCart .sysNavImg {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sysCart .sysFreeArea {
    color: #222;
    margin: 20px 0;
}

.sysOrder ul.nav li,
.sysDetail ul.nav li {
    padding: 0;
    border-bottom: none;
}

.sysCart .sysSelectPayment li,
.sysCart .sysSelectDelivery li,
.sysCart .sysSelectOption li,
.sysCart .sysRemarks{
    border-bottom: none;
}

.sysSelectPayment li div,
.sysSelectDelivery li div,
.sysRemarks .sysFormField div:first-child {
    padding: 0;
}

.sysCart .sysDetail {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.sysCart .sysOrder li,
.sysCart .sysDetail li {
    position: relative;
    min-height: 50px;
}

.sysCart .sysOrder li:not(:last-child),
.sysCart .sysDetail li:not(:last-child) {
    margin-bottom: 30px;
}

.sysCart .sysOrder .nav,
.sysCart .sysDetail .nav {
    max-width: 600px;
    margin: 0 auto 10px;
}

.sysCart .sysOrder .sysConfirmInfo,
.sysCart .sysDetail .sysConfirmInfo {
    position: relative;
    padding-right: 13em;
}

.sysCart .sysOrder .sysConfirmButton,
.sysCart .sysDetail .sysConfirmButton {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.sysCart #sysMain .sysOrder .sysConfirmButton input[type="submit"],
.sysCart #sysMain .sysDetail .sysConfirmButton input[type="submit"] {
    min-width: 12em;
}

.sysCart .sysAcceptDomainArea {
    border: 1px solid #ccc;
}

.sysCart .sysAcceptDomainArea input {
    line-height: 1;
    margin: 0 !important;
    padding: 10px !important;
}

.sysCart .sysAcceptDomainArea a {
    display: block;
    line-height: 2.5;
    padding-left: 10px;
}

.sysCart .cart_btn {
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.sysCart .cart_btn p {
    margin: 0;
    padding: 0;
}

.sysCart .cart_btn .btn {
    margin-top: 5px;
}

.sysCart .cart_btn img {
    width: 200px;
    border: 1px solid #d0d0d0;
}

#sysBasket #sysMain {
    padding-top: 10px;
}

.sysCart .cart_info .sysContent {
    max-width: 300px;
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin: 1em auto 0 auto;
    padding: 10px;
    background-color: #fff;
}

#sysPayment .sysCourseSelection {
    display: none;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
    width: auto;
}

.sysCart #sysMain select {
    display: inline-block;
    max-width: calc(100% - 2.8em);
    height: 34px;
    font-size: 16px;
    padding: 0 5px;
}

.sysCart .sysBtnChange {
    margin-bottom: 10px !important;
}

.sysCart #sysMain .sysBtnChange input[type="submit"] {
    display: block;
    width: 100% !important;
    padding: 15px 10px !important;
    margin: 5px 0 !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 3px;
    background: #da4636 !important;
}

.sysCart .sysOrder .sysTotal {
    max-width: 600px;
    margin: 0 auto 50px;
    border: 1px solid #ccc;
}

.sysCart .sysOrder .sysTotal .sysBox {
    margin: 0;
    padding: 10px 15px;
}

.sysCart .sysOrder .sysTotalTxt {
    text-align: left;
}

.sysCart #sysMain .sysUsePoints input[type='text'] {
    vertical-align: middle;
}

.sysCart .sysBack {
    background-image: none;
    text-align: center;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
    display: inline-block;
}

/*都道府県*/
#sysBillingAddress .sysPrefState select {
    width: 200px;
}

/*性別*/
#sysBillingAddress .sysGender {
    margin-bottom: 20px;
}

#sysBillingAddress .sysGender input {
    vertical-align: middle;
}

#sysBillingAddress .sysGender label {
    display: inline-block;
    margin-right: 20px;
}

/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
    margin-bottom: 20px;
}

/*注文完了ページ*/
.cart_completion {
    text-align: center;
}

/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
    font-size: 1.5rem;
    font-weight: bold;
}

/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
    font-weight: bold;
    background: #b4f4ff !important;
    border-color: #000 !important;
}

/*数量増減*/
.sysCart #sysMain .sysNumArea {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.5em;
}

.sysCart #sysMain .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 75px;
    min-width: auto;
    padding: 3px 10px;
    text-indent: -999px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 14px;
    color: #222;
}

.sysCart #sysMain .sysNumArea button:hover {
    background-color: #fff;
    opacity: 0.5;
}

.sysCart #sysMain .sysNumArea .sysBtnPlus {
    border: 1px solid #aaa;
    background: none;
    width: 75px;
    margin-right: 20px;
}

.sysCart #sysMain .sysNumArea .sysBtnMinus {
    border: 1px solid #aaa;
    background: none;
    width: 75px;
}

.sysCart #sysMain .sysNumArea .sysBtnPlus:before,
.sysCart #sysMain .sysNumArea .sysBtnPlus:after,
.sysCart #sysMain .sysNumArea .sysBtnMinus:before,
.sysCart #sysMain .sysNumArea .sysBtnMinus:after {
    display: block;
    position: absolute;
    margin: auto;
    text-indent: 0;
    letter-spacing: normal;
}

.sysCart #sysMain .sysNumArea .sysBtnPlus:before,
.sysCart #sysMain .sysNumArea .sysBtnMinus:before {
    top: 50%;
    left: 14px;
    content: "数量";
    margin-top: -10px;
}

.sysCart #sysMain .sysNumArea .sysBtnPlus:after,
.sysCart #sysMain .sysNumArea .sysBtnMinus:after {
    top: 50%;
    right: 11px;
    width: 14px;
    height: 14px;
    font-family: FontAwesome;
    font-size: 13px;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 5px;
    color: #aaa;
}

.sysCart #sysMain .sysNumArea .sysBtnPlus:after {
    content: "\f055";
}

.sysCart #sysMain .sysNumArea .sysBtnMinus:after {
    content: "\f056";
}

/* 複数のお届け先へ送付する */
.sysSelectDeliveriesArea .sys_cart_item_list {
    width: 100%;
}

.sysSelectDeliveriesArea .sys_cart_item_list th,
.sysSelectDeliveriesArea .sys_cart_item_list td {
    padding: 5px;
}

.sysCart #sysMain .deliveries_add_type_area button {
    width: 32%;
    padding: 5px;
}

/* 複数配送先編集画面 */
.sysCart .sysSelectAddress {
    padding: 0 40px;
    border: none;
    background: none;
}

.sysCart .sysSelectAddress div {
    padding: 0;
}

.sysCart .sysSelectAddress .sysSubTitle {
    padding: 15px 0;
    font-size: 14px;
}

.sysCart .sysSelectAddress .sysAccordion {
    margin-bottom: 15px;
}

.sysCart .sysSelectAddress .sysAccordion:hover {
    background: #eee;
}

/* フッターガイド ボタン */
.sysCart .footer_guide a.button {
    color: #222;
}

/***********************************
ワンページカート
***********************************/
.mdl_btn_.opcDialog,
form.opcUseAmazon {
    width: 100%;
    padding-right: 0;
}

.sysCart #sysMain h3 {
    font-size: 20px;
}

.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit/*,
.sysCart #sysMain .sysNextSubmit*/ {
    display: block;
    width: 100% !important;
    padding: 15px 10px !important;
    margin: 5px 0 !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 3px;
    background: #da4636 !important;
}

.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3 {
    display: block;
    width: 100% !important;
    padding: 10px;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 3px;
    background: #000 !important;
}

.sysCart #sysMain #show-dlg-3 {
    color: #fff !important;
    background: #da4636 !important;
}

.sysCart #sysMain .next_btn {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

.sysCart #sysMain #order_price_confirm_btn {
    color: #fff !important;
    width: 100% !important;
    box-shadow: none;
    background: #000 !important;
}

.sysCart #sysMain .mdl-js-button {
    box-shadow: none;
}

.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

.sysCart #sysMain p.user_type {
    font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
    font-size: 1.2rem;
}

/***********************************
検索ページ
***********************************/
#sysItemSearch div#sysMain {
    max-width: 1000px;
    margin: 20px auto 40px;
}

#sysItemSearch .sysThumbnail .sysItemPrArea {
    text-align: left;
    margin-top: 5px;
}

#sysItemSearch #sysMain h2 {
    font-size: 13px;
    margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
    margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
    height: 40px;
    vertical-align: bottom;
    border: 1px solid #d0d0d0;
}

#sysItemSearch #sysMain .sysSearchButton {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 95%;
    border: none;
    background: #222222;
    color: #fff;
    font-size: 120%;
    cursor: pointer;
    border-radius: 3px;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
    padding: 10px;
}

/***********************************
お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit {
    width: 100%;
    margin: 20px 0 0 !important;
    font-size: 16px;
}

#sysFormConfirm button.sysButton {
    width: auto;
    margin-bottom: 20px;
}

/***********************************
新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
    margin: 0 auto;
}

#sysMemberRegisterIndex #sysMain > h2 + div {
    max-width: 600px;
    margin: 0 auto;
}

#sysMemberRegisterIndex .sysMemberAgreementFormLabel {
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

#sysMemberRegisterIndex .sysMemberAgreement {
    border: 1px solid #ccc;
    height: 250px;
    min-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
}

#sysMemberRegisterIndex #sysMain .sysForm > label {
    font-size: 15px;
}

#sysMemberRegisterIndex .sysName {
    margin-top: 30px;
}

#sysMemberRegisterIndex .sysZipcode .sysFormField {
    margin: 0;
}

#sysMemberRegisterIndex .loginPassword {
    margin-bottom: 30px !important;
}

#sysMemberRegisterRegister #sysMain > p {
    text-align: center;
}

/***********************************
マイページ
***********************************/
.sysMypage #sysWrap {
    margin: 0 auto;
}

.sysMypage input[type="submit"] {
    margin-top: 10px;
}

.sysMypage .sysFormItem,
#sysMypageReminder .sysFormField {
    margin-bottom: 30px;
}

/* マイページボタン */
.sysMypageNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
    padding: 10px 0;
}

#sysMemberRegisterIndex .sysNextSubmit {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type="submit"] {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 10px;
}

#sysMypageLogin .sysLoginButton {
    width: 49%;
    float: left;
    margin-right: 1%;
    font-size: 15px;
}

#sysMypageLogin .sysButton {
    width: 49%;
    margin-left: 1%;
    font-size: 15px;
}

/***********************************
ヘッダー
***********************************/
.header_wrap {
    position: fixed;
    min-height: 164px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
    border-bottom: 1px solid #fff;
}

.header_wrap_inner {
    margin: 0 auto;
}

.h_inner {
    margin: 15px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 580px;
    height: 80px;
    float: left;
}

.head_title {
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header .g_navi li {
    float: left;
    text-align: center;
}

.header .g_navi li a {
    display: block;
    width: 120px;
    margin: 15px 5px 0;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #222222;
    border-radius: 20px;
}

.header .g_navi li i {
    margin-right: 5px;
}

/***********************************
カート情報
***********************************/
#cartInfo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-right: 12.9em;
    text-align: right;
}

#cartInfo .cartTxt {
    cursor: pointer;
    line-height: inherit;
    padding: 0;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
}

#cartInfo .cartTxt img {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.h_cart {
    display: none;
    width: 280px;
    min-height: 145px;
    position: absolute;
    top: 40px;
    right: 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    z-index: 110;
    padding: 10px 20px;
}

.h_cart dl {
    font-size: 12px;
    margin-bottom: 0px;
}

.h_cart dl:after {
    display: block;
    content: "";
    clear: both;
}

.h_cart dt,
.h_cart dd {
    float: left;
}

.h_cart dd span {
    display: inline-block;
    color: #da4636;
    font-weight: bold;
    padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
    display: block;
    background: #ee5d5d;
    color: #fff;
    width: 100%;
    margin: 10px auto 0;
    height: 50px;
    padding: 12px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}

.h_cart .sysCartInfoCartIn a:hover {
    opacity: 0.9;
}

.h_cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.h_cart .sysCartInfoCartIn a i {
    margin-right: 10px;
    font-size: 20px;
}

/* カート内商品数表示 */
button.itemCount {
    display: none;
    border: none;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
    background: #cf4e4e;
    border-radius: 10px;
}

/***********************************
ナビゲーション
***********************************/
.h_navi {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

#headNavigation {
    max-width: 1000px;
    margin: 0 auto;
    height: 60px;
}

#headNavigation .pcnone {
    display: none;
}

#headNavigation li.tab1 {
    width: 220px;
    float: left;
    text-align: center;
}

#headNavigation li a {
    display: block;
    font-weight: 700;
}

#headNavigation li a span {
    display: block;
    font-size: 10px;
}

.tabmenu .border:after {
    background-color: #000;
    content: " ";
    height: 15px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;
}

/*ナビゲーショントグル*/
.tabmenu:before {
    display: block;
    content: "";
    clear: both;
}

.tabmenu {
    margin: 10px 0 0;
}

.toggleNav {
    display: none;
    width: 220px;
    position: absolute;
    height: 0px; /*heightはjs制御*/
    top: 50px;
    left: 0;
    background: rgba(255,255,255,1);
    z-index: 110;
    box-shadow: 2px 2px 4px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

.tabmenu li.tab1 {
    position: relative;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu li.tab2 {
    text-align: left;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.tabmenu li.tab2:hover {
    background: #ededed;
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 12px !important;
    line-height: 15px;
    font-weight: bold;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tabmenu li.tab2 .subCategory {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 0px;
    background: rgba(255,255,255,1);
    visibility: hidden;
    transition: all .10s ease;
    z-index: 120;
    box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
    visibility: visible;
}

.tabmenu li.tab3 {
    font-size: 14px;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

.tabmenu li.tab3:hover {
    background: #ededed;
}

/***********************************
フッター
***********************************/
.footer .f_navi_all {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
}

.footer .f_navi h3 {
    margin: 10px 0 0;
    font-size: 15px;
}

.footer .f_navi ul {
    width: 671px;
    text-align: left;
    margin: 0 auto;
}

.footer .f_navi li {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 10px 5px 0;
    font-size: 15px;
    position: relative;
}

.footer .f_navi li:after {
    background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 1px;
}

.footer .f_navi .b_none {
    border-right: 0px;
}

.footer .telephone {
    margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
    width: 250px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.footer .telephone .telephone02 {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.footer .telephone .telephone02 a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 25px;
}

.footer .telephone .telephone02 a img {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}

.footer .telephone:after {
    display: block;
    content: "";
    clear: both;
}

.footer .time {
    font-size: 15px;
    margin: 0 0 10px;
}

.footer .f_gnav_all {
    background: #c3c3c3;
    padding: 15px 0 10px;
    letter-spacing: 2px;
}

.footer .f_gnav li {
    display: inline-block;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    position: relative;
}

.footer .f_gnav li:after {
    background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
}

.footer .f_gnav li:last-child {
    border-right: 0px;
}

.footer .f_gnav {
    margin-bottom: 5px;
}

.footer .f_copy {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

/***********************************
フッター部分のご利用ガイド
***********************************/
.f_guide {
    width: 100%;
    border-top: 2px solid #222222;
    margin-top: 50px;
}

.f_guide .sysContent {
    width: 980px;
    margin: 0 auto;
}

.f_guide .Title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 30px;
}

.f_guide .clearfix {
    font-size: 0;
}

.f_guide .guideBlock {
    display: inline-block;
    width: 550px;
    font-size: 14px;
    vertical-align: top;
}

.f_guide .guideBlock:after {
    display: block;
    content: "";
    clear: both;
}

.f_guide .guide01 {
    padding-right: 50px;
}

.f_guide .guide02 {
    padding-left: 50px;
}

.f_guide .guideTitle {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 10px;
}

.f_guide p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0;
}

.f_guide .mt {
    margin-top: 20px;
}

.f_guide .smaller {
    font-size: 12px;
}

.f_guide .freedial {
    background: rgba(0, 0, 0, 0) url(https://harvey-s.shop/img/common/dial.png) no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn {
    margin: 10px auto;
}

.f_guide .common_btn a {
    font-size: 13px;
    padding: 10px 0;
}

/* ページトップに戻る*/
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
    width: 70px;
    height: 70px;
    text-align: center;
}

.pagetop #page-top {
    display: none;
    height: 70px;
    border-radius: 50%;
    padding-top: 38px;
    background: rgba(102,102,102,0.8) url(https://harvey-s.shop/img/common/icon_pagetop.png) no-repeat center 10px;
    color: #fff;
    font-size: 12px;
}

.pagetop #page-top:hover {
    opacity: 0.9 !important;
}

/***********************************
サイド
***********************************/
/*検索ボックス*/
.side_search {
    margin-bottom: 20px;
}

.side_search form {
    position: relative;
    border: none;
}

.side_search .sysItemSearchFormWord {
    float: none;
    width: 100%;
}

.side_search input[type="search"] {
    border: 1px solid #aaa;
    padding: 10px 40px 10px 10px;
}

.side_search .sysSearchButton {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    width: 40px;
    height: 40px;
    background: url(https://harvey-s.shop/img/common/icon_search.png) no-repeat center center;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline {
    font-size: 14px;
    margin: 0 !important;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    width: auto;
    border-bottom: 1px solid #222222;
}

.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before {
    content: none;
}

.side_navi a {
    position: relative;
    padding: 7px 5px 7px 20px !important;
    letter-spacing: 1px;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi a:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: ">";
    font-size: 14px;
}

.side_navi a:hover {
    background: #eee;
}

.side_navi {
    margin-bottom: 30px;
}

/*商品別*/
.side_navi_item {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 90% !important;
    margin-left: auto !important;
}

.side_navi_item a {
    position: relative;
    padding: 7px 5px !important;
    letter-spacing: 1px;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item a:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: ">";
    font-size: 14px;
}

.side_navi_item li:last-child a {
    border-bottom: none !important;
}

.side_navi_item .sysHeadline {
    font-size: 13px;
    padding: 0;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item .sysHeadline a {
    display: block;
    border-bottom: none !important;
}

/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
    padding: 7px 5px !important;
    border: none !important;
}

.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover {
    background-color: #fff;
}

.side_navi_guide li:nth-last-child(3) {
    margin-bottom: 10px;
}

/***********************************
共通パーツ
***********************************/
hr.style01 {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 50px auto;
    padding: 0;
    border: 0;
}

.sysTitle,
.sysHeadline {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 0;
    text-align: center;
    font-size: 20px;
}

.sysTitle b,
.sysHeadline b {
    display: none;
}

.sysTitle span,
.sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.sysTitle::before,
.sysHeadline::before {
    display: none;
}

.contentsWrap {
    width: 980px;
    margin: 0 auto;
}

/***********************************
特商法テーブルレイアウト
***********************************/
#main_tradelaw,
.main_tradelaw {
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 1000px;
}

#main_tradelaw dl,
.main_tradelaw dl {
    background: #ededed;
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
}

#main_tradelaw dl:last-child,
.main_tradelaw dl:last-child {
    border: 0px;
}

#main_tradelaw dt,
.main_tradelaw dt {
    padding: 15px 0 15px 20px;
    float: left;
    clear: both;
    font-weight: bolder;
}

#main_tradelaw dd,
.main_tradelaw dd {
    margin-left: 200px;
    padding: 15px;
    background: #fff;
}

.shipFee {
    max-width: 1000px;
    margin: 20px auto
}

.shipFee .tableTitle {
    font-size: 16px;
    height: 70px;
    padding: 10px;
    color: #424242;
    margin: 50px 0 0px;
    border: 0px !important;
    text-align: leftr;
}

table.shipFeeTable {
    border-collapse: collapse;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
}

table.shipFeeTable .eyeCatch {
    width: 120px;
    display: block;
    margin: 5px auto;
    height: 25px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

table.shipFeeTable thead {
    background: #555;
    text-align: center;
}

.spThead {
    display: none;
}

table.shipFeeTable thead th {
    padding: 10px;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}

table.shipFeeTable tbody .sum {
    position: relative;
}

table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    right: -15px;
    bottom: 30px;
    z-index: 20;
}

table.shipFeeTable tbody th {
    width: 600px;
    padding: 10px;
    vertical-align: top;
    background: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
}

table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

div#main_tradelaw a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

/***********************************
2カラムレイアウト
***********************************/
.column2Wrap {
    width: 980px;
    margin: 0 auto;
}

.column2Wrap:after {
    display: block;
    content: "";
    clear: both;
}

.sideWrap {
    width: 180px;
    height: 1000px;
    background: #aaa;
    margin-right: 20px;
    float: left;
}

.mainWrap {
    width: 900px;
    margin-left: 200px;
}

.col2Style h2.pattern01 {
    font-size: 18px;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 15px 0;
}

.col2Style h2.pattern02 {
    font-size: 18px;
    border-bottom: 1px solid #3d3d3d;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 15px 0;
}

.col2Style h2.pattern03 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 30px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
}

.col2Style h3.pattern01 {
    font-size: 14px;
    border-bottom: 0px solid #aaa !important;
    padding: 0px 0px 3px;
    margin: 15px 0 5px;
}

.col2Style h4.style01 {
    font-size: 15px;
    padding-bottom: 3px;
    margin: 20px 0;
    border-bottom: 0px solid #3d3d3d!important;
}

.col2Style .txtBlock {
    margin: 30px 0;
}

.col2Style .imgWrap {
    margin: 30px 0;
}

.col2Style .txtBlock a,
#forbusiness .txtBlock a,
#relocation .txtBlock a,
#privacypolicy .txtBlock a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

#shoplist td a,
#corporate dd a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

.col2Style .txtBlock li {
    margin: 5px 0;
    font-size: 12px;
}

.col2Style .txtBlock li .larger {
    font-size: 14px;
    margin-bottom: 10px;
}

.col2Style .txtBlock li span {
    width: 20px;
    display: inline-block;
}

.col2Style .imgWrap img {
    width: 40%;
    margin: 10px 0;
}

.col2Style .floatWrap {
    margin: 20px 0;
}

.col2Style .floatWrap:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .floatWrap img {
    width: 150px;
    float: left;
}

.col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 170px
}

.col2Style .floatImg {
    text-align: center;
}

.col2Style .floatImg:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .floatImg .imgWrap {
    width: 50%;
    float: left;
}

.col2Style .floatImg .imgWrap img {
    width: 60%;
    margin: 20px 10%;
}

/***********************************
お買い物ガイド
***********************************/
.indexList {
    margin: 10px 0;
}

.indexList li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
    border: 1px solid #aaa;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.guideBlock {
    padding-top: 30px;
}

/*商品購入ステップ*/
.steps ul {
    width: 700px;
    margin: 0 auto;
}

.steps ul:after {
    display: block;
    content: "";
    clear: both;
}

.steps li {
    float: left;
    padding: 0 6px;
    height: 200px;
}

.steps li a {
    display: block;
    height: 100%;
    height: 200px !important;
}

.steps li img {
    height: 200px;
}

/***********************************
ボタンデザイン
***********************************/
.common_btn {
    width: 250px;
    margin: 20px auto 50px;
    position: relative;
}

.common_btn a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
}

.common_btn a:hover {
    background: #999;
}

.common_btn a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}

/***********************************
TOPページ
***********************************/
/*スライダー*/
#slider {
    display: none;
}

.top_slider {
    padding-top: 0;
    margin: 0 0 83px;
}

.top_slider .center {
    opacity: 1;
}

/*新着アイテム*/
/*
.top_newarrival ul {
    font-size: 0;
    text-align: left;
}

.top_newarrival li {
    float: none !important;
    display: inline-block;
    width: 23% !important;
    margin: 5px 1% 20px !important;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top_newarrival li img {
    width: 100%;
}

.top_newarrival .sysItemName {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
*/

/*特集一覧*/
/*
.top_features {
    overflow: hidden;
}

.top_features ul {
    font-size: 0;
    text-align: left;
}

.top_features li {
    float: none !important;
    display: inline-block;
    width: 30%;
    margin: 1.66666666666667%;
    font-size: 12px;
    vertical-align: top;
}

.top_features li img {
    width: 100%;
}

.top_features li a {
    display: block;
    position: relative;
}

.top_features li span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
*/

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.top_ranking_item li .sysItemName {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
    padding-top: 5px;
}
*/

.top_ranking_item .sysItemPrice {
    font-size: 12px;
    padding-top: 5px;
    color: #222;
}

/*おすすめ商品*/
/*
.top_recommend_item {
    margin-bottom: 60px;
}

.top_recommend_item li {
    width: 100% !important;
    padding: 0 20px !important;
}
*/

/*ランキング*/
.top_ranking_item {
    padding-bottom: 50px;
}

.top_ranking_item .sysHorizontal {
    width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_ranking_item ul {
    font-size: 0;
    text-align: left;
}

.top_ranking_item li {
    float: none !important;
    display: inline-block;
    width: 180px !important;
    margin: 0 !important;
    padding: 10px !important;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    background: #f0ede8;
}

.top_ranking_item li:before {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding: 8px;
    margin: 0 auto 14px;
    box-sizing: border-box;
}

.top_ranking_item li:first-of-type:before {
    content: "1";
    background: #c7be5e;
}

.top_ranking_item li:nth-of-type(2):before {
    content: "2";
    background: #95b4c8;
}

.top_ranking_item li:nth-of-type(3):before {
    content: "3";
    background: #d2893b;
}

.top_ranking_item li:nth-of-type(4):before {
    content: "4";
    background: #bdbdbd;
}

.top_ranking_item li:nth-of-type(5):before {
    content: "5";
    background: #bdbdbd;
}

/***********************************
カルーセル
***********************************/
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

 @keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display:inline;
    position: relative;
    top: 10px;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 12.5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav [class*=owl-] {
    position: absolute;
    top: 98%;
    margin-top: -18.5px;
    outline: 0;
    width: 20px;
    height: 37px;
    padding: 0;
    text-indent: -9999px;
    z-index: 9999;
    border: none;
    border-radius: none;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 35%;
    background: url(https://harvey-s.shop/img/common/controls.png) no-repeat 0 0;
    background-size: 40px;
}

.owl-nav .owl-next {
    right: 35%;
    background: url(https://harvey-s.shop/img/common/controls.png) no-repeat -20px 0;
    background-size: 40px;
}

.owl-nav .owl-prev:hover {
    background-position: 0 0;
}

.owl-nav .owl-next:hover {
    background-position: -20px 0;
}

/* TOPページ */
.top_slider .owl-item {
    opacity: 0.5;
}

/***********************************
追加
***********************************/
/* 商品ぺージ ------------------- */
/* 簡易商品説明 */
.sysItemList .sysThumbnail #sysDescriptionPc,
.sysItemList .sysThumbnail #sysDescriptionMobile {
    margin-bottom: 5px;
    color: #777;
}

/* 価格 */
.sysItemList .sysThumbnail .sysRetailPrice {
    padding-bottom: 7px;
    font-weight: bold;
}

/* 最近閲覧した商品 */
.ic_checkeditem {
    padding-right: 10px;
    padding-left: 10px;
}

.ic_checkeditem .sysHeadline {
    margin: 25px 0 15px;
    padding: 0 0 3px 5px;
    border-bottom: 2px solid #845202;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.ic_checkeditem .sysContent .sysHorizontal {
    margin: 0 -5px;
}

.ic_checkeditem .sysContent .sysHorizontal li {
    width: 20%;
}

.ic_checkeditem .sysContent .sysHorizontal .sysItemImage a {
    display: block;
    position: relative;
    padding-bottom: 63.7%;
    border: 1px solid #ccc;
}

.ic_checkeditem .sysContent .sysHorizontal .sysItemImage img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.ic_checkeditem .sysContent .sysHorizontal .sysItemName {
    text-align: left;
}

/* 商品ページ用おすすめ商品 */
.itempage_recommend {
    padding-right: 10px;
    padding-left: 10px;
}

.itempage_recommend .sysHeadline {
    margin: 10px 0 15px;
    padding: 0 0 3px 5px;
    border-bottom: 2px solid #845202;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.itempage_recommend .sysContent .sysHorizontal {
    margin: 0 -5px;
}

.itempage_recommend .sysContent .sysHorizontal li {
    width: 20%;
}

.itempage_recommend .sysContent .sysHorizontal .sysItemImage a {
    display: block;
    position: relative;
    padding-bottom: 63.7%;
    border: 1px solid #ccc;
}

.itempage_recommend .sysContent .sysHorizontal .sysItemImage img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.itempage_recommend .sysContent .sysHorizontal .sysItemName {
    text-align: left;
}

/* ページネーション ------------------- */
.sysPagination ul li {
    width: auto;
    min-width: 2.1em;
    padding: 3px 0;
    font-size: 16px;
}

.sysPagination a {
    line-height: 1.9;
    border-color: #ccc;
    color: #aaa;
    text-decoration: none !important;
}

.sysPagination a.sysCurrent {
    border-color: #222;
    background-color: #222;
    color: #fff;
}

/* 商品カテゴリーページ バナー */
.bannerr_category {
    padding: 60px 0 40px;
    text-align: center;
}

.bannerr_category_body {
    margin-bottom: 10px;
}

.bannerr_category_body a {
    display: block;
}

/* サイドメニュー ------------------- */
.side_menu {
    margin-bottom: 30px;
}

.side_menu_headline {
    position: relative;
    min-height: 40px;
    padding: 8px 10px;
    background-color: #d0c5b3;
    font-size: 14px;
}

.side_menu_headline .box_image {
    padding-left: 35px;
}

.side_menu_headline .box_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.side_menu_body {
    background-color: #f0ede8;
}

.side_menu_item {
    position: relative;
    cursor: pointer;
    min-height: 40px;
    border-bottom: 1px solid #fff;
}

.side_menu_item span {
    display: block;
    padding: 8px 13% 8px 10px;
    font-size: 14px;
}

.side_menu_item .fa {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    height: 1.1em;
    margin: auto;
    color: #a59a87;
    font-size: 25px;
}

.side_menu_item.toggle_active .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.side_menu_item + .side_menu_list {
    display: none;
}

.side_menu_list li {
    border-bottom: 1px solid #fff;
}

.side_menu_list li a,
.side_menu_list li span {
    display: block;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 13px;
}

.side_menu_body ul .side_menu_list li a,
.side_menu_body ul .side_menu_list li span {
    padding-left: 24px;
}

/* ボタン ------------------- */
.button {
    display: block;
    width: 100;
    max-width: 230px;
    margin: auto;
    padding: 8px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
}

/* ヘッダー ------------------- */
/* ヘッダー メイン */
.header_main {
    width: 100%;
    min-height: 40px;
    background-color: #000;
}

.header_main .sysContent {
    max-width: 1000px;
    margin: auto;
}

.header_main h1 {
    display: inline-block;
    position: relative;
    z-index: 120;
    width: 62%;
    padding: 11px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    vertical-align: top;
}

@media screen and (min-width: 900px) {
    .header_main h1 {
        width: 70%;
    }
}

.header_main .g_navi {
    position: relative;
    z-index: 120;
    float: right;
}

.header_main .g_navi ul {
    letter-spacing: -0.5em;
}

.header_main .g_navi li {
    display: inline-block;
    padding: 10px;
    letter-spacing: normal;
}

.header_main .g_navi li a {
    display: block;
    color: #fff;
    font-size: 13px;
}

/* ヘッダー ナビ */
.header_navi .sysContent {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.header_logo {
    float: left;
    padding: 10px;
}

.header_logo a {
    display: block;
    max-width: 100px;
}

.header_info {
    float: left;
    width: 27%;
}

.header_banner {
    padding: 30px 4% 12px 8%;
}

.header_sns {
    padding: 0 8%;
}

.header_sns ul {
    letter-spacing: -0.5em;
}

.header_sns li {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: normal;
}

.header_sns li a {
    display: block;
}

/* ヘッダー ニュー */
.header_menu {
    float: right;
    width: 57%;
    margin-top: 35px;
    text-align: right;
}

.header_menu ul {
    letter-spacing: -0.5em;
}

.header_menu li {
    display: inline-block;
    letter-spacing: normal;
}

.header_menu .header_menu_list:not(:last-child) {
    margin-right: 10px;
}

.header_menu .header_menu_list > a {
    display: block;
    padding: 10px;
}

/* ヘッダー サブメニュー */
.header_submenu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 32px;
}

.header_menu_product:hover .header_submenu {
    display: block;
}

.header_submenu_body {
    max-width: 950px;
    margin: auto;
    padding: 15px 22px;
    background-color: #f0ede8;
    text-align: left;
}

.header_submenu_body::before {
    position: absolute;
    top: 10px;
    right: 368px;
    border-width: 0 12px 22px 12px;
    border-style: solid;
    border-color: transparent transparent #f0ede8 transparent;
    content: "";
}

.header_submenu_column {
    float: left;
    width: 48%;
}

.header_submenu_column:first-child {
    margin-right: 4%;
}

.header_submenu_headline {
    padding: 0 1.2% 6px;
}

.header_submenu_column_body li {
    width: 47.2%;
    margin: 5px 1.4%;
}

/* ヘッダー 検索 */
.header_submenu .search_box {
    clear: both;
    max-width: 466px;
    margin: auto;
    padding: 20px 0 5px;
}

.header_submenu .sysItemSearchForm {
    position: relative;
}

.header_submenu .sysItemSearchFormWord input {
    line-height: 1.2;
    padding: 8px 12px;
    border: 3px solid #e1ceaf;
}

.header_submenu .sysSearchButton {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1.2;
    margin-top: 0;
    padding: 10px 19px;
    border: none;
    background: #e1ceaf url(https://harvey-s.shop/img/common/icon_product_menu_search.png) no-repeat center center;
}

/* フッター ------------------- */
.footer {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 10px 20px;
    background: #b0b0b0;
    color: #fff;
    text-align: center;
}

.footer_navi {
    margin-bottom: 10px;
    font-size: 12px;
}

.footer_navi ul {
    letter-spacing: -0.5em;
}

.footer_navi li {
    display: inline-block;
    letter-spacing: normal;
}

.footer_navi a {
    display: block;
    padding: 5px 10px;
    color: inherit;
}

.footer .copyright {
    color: #e8e8e8;
    font-size: 12px;
}

/* フッターガイド ------------------- */
.footer_guide {
    border-top: 1px solid #e7e7e7;
}

.footer_guide_body {
    max-width: 1000px;
    margin: auto;
    padding: 40px 10px 60px;
}

.footer_guide .title {
    margin-bottom: 10px;
    padding: 3px 10px;
    border-bottom: 4px solid #e7e7e7;
    font-weight: normal;
    font-size: 14px;
}

.footer_guide .box_body {
    padding: 10px;
}

.footer_guide .button {
    margin: 10px 0;
}

/* フッターガイド ご利用ガイド */
.footer_guide .box_guide {
    float: left;
    width: 38.78%;
}

.footer_guide .box_guide dl {
    margin-bottom: 20px;
}

.footer_guide .box_guide dt {
    font-weight: bold;
}

.footer_guide .box_guide dd {
    margin-bottom: 10px;
}

/* フッターガイド 営業日カレンダー */
.footer_guide .box_calendar {
    float: right;
    width: 57.14%;
}

.description_holiday {
    position: relative;
    margin-bottom: 15px;
    padding-left: 1.5em;
}

.description_holiday::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    background-color: #ffdede;
    content: "";
}

.calendar_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cal_wrapper {
    width: 250px;
    position: relative;
}

.cal_wrapper .cal_ui input {
    display: none;
}

.cal_wrapper .cal th p {
    margin: 0 0 3px;
    font-weight: normal;
    font-size: 14px;
}

.cal_wrapper .cal td {
    border: 1px #666 solid;
    font-size: 12px;
    text-align: center;
    width: calc(100% / 7);
}

.cal_wrapper .cal .headline {
    background-color: #9b9b9b;
}

.cal_wrapper .cal .headline td {
    padding: 5px 0;
    color: #fff;
}

.cal_wrapper .cal td div {
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}

.cal_wrapper .cal td div span {
    display: none;
}

.cal_wrapper .cal td .Sat,
.cal_wrapper .cal td .Sun,
.cal_wrapper .cal td .Holyday {
    background: #ffdede;
    color: #bb1a1a;
    font-weight: bold;
}

/* 商品詳細ページ ------------------- */
.sysCategoryPankuzu {
    font-size: 12px;
    margin-bottom: 25px;
}

.sysCategoryPankuzu span:first-of-type + br {
    display: none;
}

#sysItemDetail .item_detail_wrap {
    padding: 40px 10px 0 10px;
}

#sysItemDetail .column_item_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 82px;
    margin-bottom: 40px;
}

#sysItemDetail .column_item_detail .item_name_wrap {
    width: 360px;
}

#sysItemDetail .column_item_detail .sysForm {
    width: 300px;
}

#sysItemDetail .sns_wrap {
    border: 1px #cfcfcf solid;
    background: #f4f4f4;
    padding: 9px 20px;
    width: 680px;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: -0.5em;
}

#sysItemDetail .sns_wrap:before {
    content: "Please share!";
    font-size: 13px;
    letter-spacing: normal;
    vertical-align: middle;
}

#sysItemDetail .item_tag {
    width: 100%;
    border-bottom: 1px #cfcfcf solid;
    padding-top: 5px;
}

#sysItemDetail .item_tag dl {
    width: 100%;
    display: table;
}

#sysItemDetail .item_tag dt,
#sysItemDetail .item_tag dd {
    display: table-cell;
    border-top: 1px #cfcfcf solid;
    border-right: 1px #cfcfcf solid;
}

#sysItemDetail .item_tag dt {
    border-left: 1px #cfcfcf solid;
    text-align: center;
    background: #f0ede8;
    padding: 10px;
    width: 120px;
    vertical-align: middle;
}

#sysItemDetail .item_tag dd {
    padding: 10px 20px;
    color: #845202;
}

#sysItemDetail .item_tag li {
    display: inline-block;
    margin-right: 20px;
}

#sysItemDetail .item_tag .tag_beef {
    background: url(https://harvey-s.shop/img/common/icon_tag_beef@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_pork {
    background: url(https://harvey-s.shop/img/common/icon_tag_pork@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_chicken {
    background: url(https://harvey-s.shop/img/common/icon_tag_chicken@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_vegetables {
    background: url(https://harvey-s.shop/img/common/icon_tag_vegetables@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_dressing {
    background: url(https://harvey-s.shop/img/common/icon_tag_dressing@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_fish {
    background: url(https://harvey-s.shop/img/common/icon_tag_fish@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_rice {
    background: url(https://harvey-s.shop/img/common/icon_tag_rice@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_bread {
    background: url(https://harvey-s.shop/img/common/icon_tag_bread@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_pasta {
    background: url(https://harvey-s.shop/img/common/icon_tag_pasta@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_source {
    background: url(https://harvey-s.shop/img/common/icon_tag_source@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_sweets {
    background: url(https://harvey-s.shop/img/common/icon_tag_sweets@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_tag .tag_milk_egg {
    background: url(https://harvey-s.shop/img/common/icon_tag_milk_egg@2x.png) no-repeat 0 0 / 20px auto;
    padding-left: 25px;
}

#sysItemDetail .item_info .title {
    margin: 30px 0 0;
    padding: 0 10px 3px;
    font-size: 16px;
}

#sysItemDetail .item_info dl {
    display: table;
    width: 100%;
    border-bottom: 1px #ccc dotted;
}

#sysItemDetail .item_info dl:first-of-type {
    border-top: 2px #ccc solid;
}

#sysItemDetail .item_info dl:last-of-type {
    border-bottom: 2px #ccc solid;
}

#sysItemDetail .item_info dt,
#sysItemDetail .item_info dd {
    display: table-cell;
    padding: 10px;
}

#sysItemDetail .item_info dt {
    width: 95px;
}

#sysItemDetail .item_info .notice_item_info {
    color: #bb1a1a;
    font-size: 12px;
    text-align: right;
    margin: 5px 0;
}

#sysItemDetail .title_item_detail {
    margin: 50px 0 20px;
    padding: 0 0 3px 40px;
    font-size: 16px;
    border-bottom: 2px #845202 solid;
    text-align: left;
    position: relative;
}

#sysItemDetail .title_item_detail:before {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    color: #845202;
    position: absolute;
}

#sysItemDetail .item_recipe .title_item_detail {
    background: url(https://harvey-s.shop/img/common/icon_recipe@2x.png) no-repeat 6px 2px / 24px auto;
}

#sysItemDetail .item_lineup .title_item_detail:before {
    content: "\f06b";
    font-size: 26px;
    top: -8px;
    left: 10px;
}

#sysItemDetail .item_policy .title_item_detail:before {
    content: "\f06c";
    font-size: 20px;
    top: -2px;
    left: 10px;
}

#sysItemDetail .item_recipe {
    text-align: center;
}

#sysItemDetail .item_recipe .img_recipe {
    margin: 5px auto 10px;
}

#sysItemDetail .item_recipe .text_recipe + p a {
    text-decoration: underline;
}

#sysItemDetail .item_recipe .bn_recipe {
    margin-top : 30px;
}

#sysItemDetail .item_lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sysItemDetail .item_lineup li {
    width: 330px;
    text-align: center;
    color: #777;
    font-size: 13px;
}

#sysItemDetail .item_lineup li:nth-of-type(even) {
    margin-left: 20px;
}

#sysItemDetail .item_lineup li:not(:nth-child(-n + 2)) {
    margin-top: 30px;
}

#sysItemDetail .item_lineup li > a {
    border: 1px #ccc solid;
    display: block;
}

#sysItemDetail .item_lineup li p {
    margin: 5px 0 2px;
}

#sysItemDetail .item_lineup .lineup_name {
    margin: 0;
}

#sysItemDetail .item_lineup .lineup_name a {
    color: #845202;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#sysItemDetail .item_lineup .lineup_name a:hover {
    text-decoration: none;
}

#sysItemDetail .item_policy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sysItemDetail .item_policy li {
    width: 220px;
}

#sysItemDetail .item_policy li img {
    border: 4px #e8e6df solid;
}

#sysItemDetail .item_policy .subtitle_policy {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #845202;
}

#sysItemDetail .column_item_detail_under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

#sysItemDetail .column_item_detail_under .item_name_under_wrap {
    width: 300px;
}

#sysItemDetail .column_item_detail_under .sysItemImages {
    width: 367px;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext {
    float: left;
    width: 20px;
    text-align: center;
    position: relative;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev span,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext span {
    padding: 10px 0;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    background: #aaa;
    box-shadow: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev span:after,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext span:after{
    font-family: FontAwesome;
    content: "\f104";
    font-size: 20px;
    display: block;
    color: #fff;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev span:after {
    content: "\f104";
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext span:after {
    content: "\f105";
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlide {
    width: 299px;
    height: auto;
    overflow: hidden;
    float: left;
    border: 1px #ccc solid;
    margin: 0 2px;
}

#sysItemDetail .column_item_detail_under .sysItemName h1 {
    padding-bottom: 10px;
}

#sysItemDetail .column_item_detail_under .sysRetailPrice {
    text-align: right;
    padding-bottom: 30px;
}

#sysItemDetail .ic_checkeditem {
    padding-top: 60px;
}

#sysItemDetail .itempage_recommend {
    padding-top: 40px;
}

#sysItemDetail .sysHorizontal li .sysItemImage {
    margin-bottom: 5px;
}

#sysItemDetail .sysHorizontal li .sysItemName a {
    font-weight: normal;
    font-size: 13px;
}

/* TOPページ ------------------- */
#top div#sysMain {
    padding: 0;
    font-size: 14px;
}

/* 見出し */
#top .sysHeadline {
    margin: 0 auto;
    padding: 30px 0 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 30px;
    height: 118px;
}

#top .sysHeadline:before {
    height: 0;
}

#top .top_search .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_search.png);
}

#top .top_ranking_item .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_ranking.png);
}

#top .top_whats .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_whats.png);
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
}

#top .top_recommended .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_recommended.png);
}

#top .information .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_news.png);
}

#top .top_shop .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_shop.png);
}

#top .top_sns .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_sns.png);
}

/* メインスライダー */
.top_slider_main {
    overflow: hidden;
    padding-bottom: 33px;
}

.top_slider_main .bxslider {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top_slider_main .bxslider ul {
    opacity: 0;
}

.top_slider_main .bxslider a {
    transition: 0.4s;
}

.top_slider_main .bxslider .bx-pager {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 0px;
    text-align: center;
    display: inline;
}

.top_slider_main .bxslider .bx-pager-item {
    display: inline;
    padding: 0 10px;
}

.top_slider_main .bxslider .bx-pager-item a {
    background: #000;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
}

.top_slider_main .bxslider .bx-pager-item a:hover {
    opacity: 0.5;
}

.top_slider_main .bxslider .bx-pager-item a.active {
    background: #c9a771;
}

.top_slider_main .bxslider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 100%;
    height: 0;
}

.top_slider_main .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    text-indent: -100%;
    overflow: hidden;
}

.top_slider_main .bxslider .bx-controls-direction a:hover {
    opacity: 0.5;
}

.top_slider_main .bxslider .bx-controls-direction a:before {
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    display: inline-block;
    text-indent: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.top_slider_main .bxslider .bx-prev {
    float: left;
}

.top_slider_main .bxslider .bx-prev:before {
    content: "\f104";
    left: 20px;
}

.top_slider_main .bxslider .bx-next {
    float: right;
}

.top_slider_main .bxslider .bx-next:before {
    content: "\f105";
    right: 20px;
    text-align: right;
}

.top_slider_main ul li img {
    width: 100%;
    height: auto;
}

.top_slider_main .bx-viewport {
    overflow: visible !important;
}

/* バナーエリア */
.top_bn_main {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.top_bn_main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* シーズニングを探す */
.top_search {
    background: #f0ede8;
    padding-bottom: 50px;
}

.top_search_main {
    width: 940px;
    margin: 0 auto;
}

.top_search_main .search_nav dd {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.top_search_main .search_nav ul {
    letter-spacing: -0.5em;
}

.top_search_main .search_nav li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
}

.top_search_main .search_nav li:not(.title_search_nav) {
    border: 1px #c9a771 solid;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #aaa;
    background: #fff;
    padding: 8px 10px;
    line-height: 1;
    color: #845202;
    margin-bottom: 15px;
    cursor: pointer;
}

.top_search_main .search_nav li:not(.title_search_nav) a {
    color: #845202;
}

.top_search_main .search_nav li:not(.title_search_nav) a:hover {
    opacity: 0.5;
}

.top_search_main .search_nav li.active:not(.title_search_nav) {
    border-color: #74501c;
    background: #74501c;
    color: #fff;
}

.top_search_main .search_nav li.active:not(.title_search_nav) a {
    color: #fff;
}

.top_search_main .search_nav .title_search_nav {
    position: relative;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px 0 30px;
    background: #e1ceaf;
    box-sizing: border-box;
    font-weight: bold;
}

.top_search_main .search_nav .title_search_nav:before,
.top_search_main .search_nav .title_search_nav:after {
    display: inline-block;
    position: absolute;
    top: 0;
}

.top_search_main .search_nav .title_search_nav:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 17px;
    color: #766240;
    font-weight: normal;
    bottom: 0;
    left: 8px;
    margin: auto 0;
}

.top_search_main .search_nav .title_search_nav:after {
    right: 0;
    border-width: 16px 10px 16px 0px;
    border-color: transparent #f0ede8 transparent transparent;
    border-style: solid;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
}

.top_search_main .search_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: -20px -6px 0;
}

.top_search_main .search_cont li {
    width: 226px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 20px 6px 0;
}

.top_search_main .search_cont li a:hover img {
    opacity: 1;
}

.top_search_main .search_link {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.70);
    transition: 0.4s;
}

.top_search_main .search_link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.top_search_main .search_cont li a:hover .search_link {
    opacity: 1;
}

.top_search_main .search_detail {
    padding: 0 15px 5px;
}

.top_search_main .search_detail .search_recipe {
    font-size: 16px;
    font-weight: bold;
}

.top_search_main .search_detail .search_item {
    color: #845202;
    text-decoration: underline;
    position: relative;
    padding-left: 25px;
}

.top_search_main .search_detail .search_item:before {
    font-family: FontAwesome;
    content: "\f06c";
    font-size: 17px;
    color: #c9a771;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.top_search_main .btn_search {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;display: block;
    background: #c9a771;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1;
    width: 350px;
    padding: 19px 0 18px;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
}

.top_search_main .btn_search:hover {
    opacity: 0.5;
}

/* シーズニングって？ */
.top_whats {
    background: url(https://harvey-s.shop/img/top/bg_whats.jpg) no-repeat center center / cover;
    padding: 50px 0;
    position: relative;
}

.top_whats_main {
    background-color: rgba(255,255,255,0.85);
    width: 940px;
    margin: 0 auto;
    padding: 8px;
}

.top_whats_main .top_whats_cont {
    border: 4px #fff solid;
    text-align: center;
    font-size: 16px;
    line-height: 2.4;
    padding: 100px 10px 20px;
}

/* おすすめのシーズニング */
.top_recommended {
    background: #f0ede8;
    padding-bottom: 50px;
}

.top_recommended_main {
    width: 940px;
    margin: 0 auto;
}

.top_recommended_main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_recommended_main li {
    width: 464px;
    background: #fff;
    padding: 15px 15px 215px;
    position: relative;
}

.top_recommended_main .recommended_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_recommended_main .recommended_img {
    width: 120px;
    margin-left: -10px;
}

.top_recommended_main .recommended_name {
    width: calc(100% - 120px);
}

.top_recommended_main .recommended_name a {
    color: #845202;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.top_recommended_main .recommended_name a:hover {
    text-decoration: none;
}

.top_recommended_main .recommended_name p {
    font-size: 12px;
    line-height: 1.4;
}

.top_recommended_main dl {
    position: absolute;
    bottom: 15px;
    width: 434px;
}

.top_recommended_main dt {
    background: #74501c;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 5px 0 4px;
}

.top_recommended_main dd {
    background: #f0ede8;
    font-size: 13px;
    padding: 1px 15px;
}

.top_recommended_main dd p:last-of-type {
    text-align: right;
}

/* お知らせ */
.information {
    padding-bottom: 50px;
}

.information .sysContent {
    width: 650px;
    margin: 0 auto;
}

.information a {
    text-decoration: underline !important;
    display: inline-block !important;
}

.information a:hover {
    text-decoration: none !important;
}

.information a time {
    color: #888;
    text-decoration: none !important;
    display: inline-block;
    margin-right: 10px;
}

.information time + br {
    display: none;
}

/* 店舗情報 */
.top_shop {
    background: #f0ede8;
    padding-bottom: 50px;
}

.top_shop_main {
    width: 940px;
    margin: 0 auto;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_shop_main .top_shop_slider {
    width: 350px;
    overflow: hidden;
}

.top_shop_slider .bxslider {
    position: relative;
}

.top_shop_slider .bxslider a {
    transition: 0.4s;
}

.top_shop_slider .bxslider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 350px;
    height: 0;
}

.top_shop_slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    text-indent: -100%;
    overflow: hidden;
}

.top_shop_slider .bxslider .bx-controls-direction a:hover {
    opacity: 0.5;
}

.top_shop_slider .bxslider .bx-controls-direction a:before {
    font-family: FontAwesome;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    text-indent: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.top_shop_slider .bxslider .bx-prev {
    float: left;
}

.top_shop_slider .bxslider .bx-prev:before {
    content: "\f104";
    left: 5px;
}

.top_shop_slider .bxslider .bx-next {
    float: right;
}

.top_shop_slider .bxslider .bx-next:before {
    content: "\f105";
    right: 5px;
    text-align: right;
}

.top_shop_slider ul li img {

    width: 100%;
    height: auto;
}

.top_shop_main .top_shop_slider p {
    margin: 5px 0 0;
}

.top_shop_main .top_shop_slider p:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.top_shop_main .top_shop_slider p a {
    text-decoration: underline;
}

.top_shop_main .top_shop_slider p a:hover {
    text-decoration: none;
}

.top_shop_main .top_shop_cont {
    width: calc(100% - 370px);
}

.top_shop_main .top_shop_cont p:first-of-type {
    margin: 0 0 20px;
}

.top_shop_main .top_shop_cont a {
    text-decoration: underline;
}

.top_shop_main .top_shop_cont a:hover {
    text-decoration: none;
}

.top_shop_main .top_shop_cont dl {
    letter-spacing: -0.5em;
}

.top_shop_main .top_shop_cont dt,
.top_shop_main .top_shop_cont dd {
    display: inline-block;
    letter-spacing: normal;
}

.top_shop_main .top_shop_cont dt {
    margin-right: 1em;
}

/* SNS公式アカウント */
.top_sns {
    padding-bottom: 50px;
}

.top_sns_main {
    width: 940px;
    margin: 0 auto;
}

.top_sns_main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_sns_main li {
    width: 464px;
}

/* お知らせページ ------------------- */
#sysInformation #sysMain article > h1 {
    margin: 10px 0;
    padding: 0 0 3px 5px;
    border-bottom: 2px solid #845202;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

/* 下層ページ ------------------- */
.org_info_page .sysContent {
    margin-bottom: 30px;
}

.org_info_page h1 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.org_info_page h2.pattern01 {
    margin: 15px auto;
    padding: 3px 3px 3px 10px;
    border-bottom: 2px solid #845202;
    border-left: none;
    font-size: 16px;
    font-weight: bold;
}

.org_info_page h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.org_info_page p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.org_info_page .text-color-red {
    color: #bb1a1a;
}

.org_info_page a {
    color: #845202 !important;
    border-bottom: none !important;
    text-decoration: underline;
}

.org_info_page .voice .title{
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.org_info_page .voice li:first-child .title {
    margin-top: 0;
}

.org_info_page .voice li {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.org_info_page .voice li a:hover{
    text-decoration: none;
}

.org_info_page.corporate .text_catch{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.org_info_page.corporate .text_catch + p {
    margin: 10px 10px 30px;
}

.org_info_page.corporate .img_shop {
    display: block;
    margin: 20px auto;
}

.org_info_page.corporate .img_shop + p {
    margin-bottom: 20px;
}

.org_info_page.privacypolicy ul {
    text-indent: -1.2rem;
    margin-left: 1rem;
}

.org_info_page.privacypolicy ol {
    text-indent: 0.1rem;
}

.org_info_page.law dt {
    width: 170px;
}

.org_info_page.law dd span {
    display: block;
    text-indent: -7.7rem;
    margin-left: 7.7rem;
}

.org_info_page.law dd span:last-of-type {
    display: block;
    text-indent: -6.7rem;
    margin-left: 6.7rem;
}
@media screen and (max-width:767px){
.sysDisplayMobileNone {
    display: none !important;
}

/* 10-0 Only Smartphone
*----------------------------------------------------------------------*/
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#sysWrap {
    margin-top: 0;
}

#sysMain,
#sysAside {
    width: 100% !important;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
    margin: 0 auto;
}

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysCart #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain,
#sysDestination #sysMain {
    max-width: none;
    margin-bottom: 10px;
}

.sysFormField label {
    display: block;
}

#sysFormIndex .txtBlock {
    text-align: left;
}

#sysMain {
    margin-top: 0;
}

.grid-col {
    float: none;
    width: 100%!important;
    margin-left: 0;
}

/*Header */
#sysHeader {
    margin-bottom: 5px;
}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
    font-size: small;
}

.sysItemList ul.sysThumbnail input {
    font-size: x-small;
}

/* Order Area */
.orderArea {
    letter-spacing: normal;
}

.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search {
    margin-top: 30px;
}

/***********************************
商品詳細ページ
***********************************/
/* 商品画像 */
.sysItemImages .sysImageList {
    margin-top: 10px;
}

#sysItemDetail #sysMain {
    max-width: 100%;
    width: 100% !important;
    padding: 0 10px;
}

.sysItemList ul.sysThumbnail li {
    width: 50% !important;
}

.sysItemName a {
    font-size: 12px;
}

/*商品名*/
#sysItemDetail .sysItemName h1 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#sysItemDetail .sysForm select {
    height: 30px;
    text-align: center;
}

#sysItemDetail .sysSelectionDescription {
    margin: 5px 0 10px;
}

#sysItemDetail #sysNumber {
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
}

/*価格表示*/
#sysItemDetail .sysRetailPrice span {
    font-size: 14px;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
    font-size: 14px;
}

/*簡易商品説明*/
#sysItemDetail .sysDescription {
    font-size: 14px;
}

/*商品詳細*/
.sysExplanation {
    font-size: 13px;
}

/*数量増減*/
#sysItemDetail .sysNumArea button {
    width: auto;
    height: 28px;
    padding: 3px 10px;
    font-size: 13px;
}

#sysItemDetail .sysNumArea .sysBtnPlus:before,
#sysItemDetail .sysNumArea .sysBtnMinus:before {
    margin-top: -5px;
    line-height: 1;
}

#sysItemDetail .sysNumArea .sysBtnPlus:after,
#sysItemDetail .sysNumArea .sysBtnMinus:after {
    top: 13px;
    font-size: 14px;
    margin-top: -6px;
    line-height: 1;
}

#sysItemDetail .sysForm select[name="num"] {
    min-width: 80vw;
    height: 33px;
    font-size: 13px;
}

/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain {
    padding: 5px;
}

.sysItemPrArea span {
    width: 48%;
    padding: 3px 0px;
    font-size: 10px;
}

#sysItemCategory input[type="submit"] {
    margin-top: 0px;
}

.sysAddSelection {
    font-size: 12px;
}

.sysSelectionDescription {
    font-size: 10px;
}

/*PRアイコン(商品詳細ページ)*/
.sysItemPr {
    font-size: 12px;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
}

.sysPr {
    padding-bottom: 5px;
    margin-top: 0;
}

.sysPr span {
    width: auto;
    font-size: 10px;
    padding: 3px 3px;
    height: 16px;
}

.sysPr .icon_rank_01,
.sysPr .icon_rank_02,
.sysPr .icon_rank_03 {
    background-size: 11px auto;
    padding-left: 15px;
}

#sysItemDetail .sysForm select {
    min-width: 300px;
    display: inline-block;
    float: right;
}

#sysItemDetail .sysNumber select {
    min-width: 100px;
}

#sysItemDetail {
    padding-bottom: 40px;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
}

.itempage_recommend .sysItemName {
    font-size: 12px;
}

.itempage_recommend .sysItemPrice {
    font-size: 11px;
}

/*for demo 2017/01/12*/
.sysExplanation {
    float: none;
    width: 100%;
}

span.sp_newline {
    display: block
}

/*お気に入り*/
#sysItemDetail #sysWishlist {
    padding-left: 25px;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
    display: block;
}

#sysItemDetail .sysShare ul {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sysItemDetail .sysShare li {
    margin-left: 0;
}

#sysItemDetail .sysShare li:not(:last-of-type) {
    margin-right: 20px;
}

#sysItemDetail .sysShare .sysFacebook {
    top: 0;
}

/*.sysReview*/
#sysItemDetail .sysReview {
    margin: 0 0 60px;
    font-size: 13px;
}

#sysItemDetail .sysReview > span {
    margin: 30px 0 15px;
    padding: 0 0 2px 35px;
    font-size: 14px;
}

#sysItemDetail .sysReview > span:before {
    font-size: 24px;
    top: -9px;
    left: 0;
}

#sysItemDetail .sysReviewHistoryList li {
    padding: 10px;
}

#sysItemDetail .sysReview .sysNickname {
    margin-right: 10px;
}

#sysItemDetail .sysReview .sysNickname span:after {
    font-size: 13px;
}

#sysItemDetail .sysReview .sysEvaluation {
    width: 71px;
}

#sysItemDetail .sysReview .sysEvaluation:before,
#sysItemDetail .sysReview .sysEvaluation:after,
#sysItemDetail .sysReview .sysEvaluation > span:before,
#sysItemDetail .sysReview .sysEvaluation > span:after {
    font-size: 12px;
    top: 2px;
    line-height: 1.3;
}

#sysItemDetail .sysReview .sysEvaluation:before {
    left: 14px;
}

#sysItemDetail .sysReview .sysEvaluation:after {
    right: 3px;
}

#sysItemDetail .sysReview .sysEvaluation > span:before {
    left: 28px;
}

#sysItemDetail .sysReview .sysEvaluation > span:after {
    right: 24px;
}

#sysItemDetail .sysReview .sysEvaluation > span > span:before {
    font-size: 12px;
}

/***********************************
ヘッダー
***********************************/
.header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
}

#sysHeader {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.h_inner {
    margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
}

.header_h1_under a,
.header_h1 a {
    display: none;
}

.head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
}

.header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
}

.header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
}

.header_sp #navBtn img,
.header_sp .spCart img {
    width: 40px;
    height: 40px;
}

/***********************************
カート情報
***********************************/
#cartInfo {
    position: absolute;
    top: auto;
    right: 23%;
    bottom: 44px;
    left: auto;
    z-index: 1000;
    width: auto;
    max-width: none;
    margin: 0;
    padding-right: 0;
}

#cartInfo .cartTxt {
    display: block;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#cartInfo .cartTxt img {
    display: none;
}

#cartInfo button.itemCount {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.6;
    width: auto;
    min-width: 1.6em;
    height: auto;
    margin: 0;
    border-radius: 50%;
    font-size: 1rem;
}

#cartInfo .h_cart {
    display: none !important;
}

/***********************************
ナビゲーション
***********************************/
#headNavigation .pcnone {
    display: block;
}

#headNavigation .spnone {
    display: none;
}

#headNavigation li.active {
    background: #fff;
}

.h_navi {
    width: 100%;
    height: 40px;
}

#headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
}

#headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

/*ナビゲーショントグル*/
.toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

#headNavigation ul.tab {
    position: relative;
}

.tabmenu .border:after {
    content: none;
}

.tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
}

.tabmenu li.tab1:nth-child(4) {
    border-right: none;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
}

.tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255,255,255,1);
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
}

#headNavigation li.tab2 a:after {
    display: none;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.h_spnavi {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    background: rgba(220,220,220,0.9);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
}

#spNaviWrap {
    position: absolute;
    width: 100%;
    height: 1550px;
    top: 0px;
    left: -100%;
    background: rgba(225,225,225,1);
    z-index: 200;
    padding: 30px 10px 0;
    overflow: scroll;
}

/***********************************
ログイン情報
***********************************/
.h_login .sysHeadline,
.h_search .sysHeadline {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.h_login .sysContent {
    text-align: center;
}

.h_login .sysFormItem {
    margin-bottom: 10px;
}

.h_login .sysFormLabel {
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
}

.h_login .sysLoginButton {
    width: 100%;
    margin: 10px 0%;
    border-radius: 5px;
    background: #000;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
}

.h_login li {
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}

.h_login li a {
    font-size: 12px;
    padding: 0px 5px 5px 0px;
}

/***********************************
ナビゲーションメニュー
***********************************/
#closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
}

#closeMenu span {
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}

#closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #444;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
}

#spNavMenu .navTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#spNavMenu {
    margin: 30px 0 0;
}

#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
}

#spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
}

#spNavMenu .spToggleNav {
    height: 270px;
    overflow: hidden;
}

#spNavMenu .spToggleNav li {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
}

#spNavMenu .spToggleNav li {
    padding-left: 20px;
}

#spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa
}

#spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
}

/***********************************
フッター
***********************************/
.footer .f_navi_all {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
}

.footer .f_navi h3 {
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
}

.footer .f_navi ul {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.footer .f_navi li {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_navi li i {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px;
    top: 0;
}

.footer .f_navi li.sp_title {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.footer .f_navi li.sp_title h5 {
    position: relative;
    text-align: center;
    background: #fff;
}

.footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
}

.footer .f_navi li.sp_3column {
    width: 32%;
    margin-bottom: 5px;
}

.footer .f_navi li.sp_2column {
    width: 49%;
    margin-bottom: 5px;
}

.footer .f_navi li:after {
    width: 0;
}

.footer .f_navi .b_none,
.footer .f_navi .spb_none {
    border-right: 0px;
}

.footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
}

.footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
}

.footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 6px;
}

.footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
}

.footer .f_gnav li:last-child {
    width: 100%;
}

.footer .f_gnav li a {
    display: block;
}

.footer .f_gnav .sp_wide {
    width: 100%;
    height: 38px;
    border-bottom: 0px;
}

.footer .f_gnav li:after {
    width: 0px;
}

.footer .f_gnav {
    margin-bottom: 5px;
}

.footer .f_copy {
    padding: 10px 5px;
    font-size: 10px;
}

@media screen and (max-width:320px) {
    .footer .telephone .telephone02 a {
        font-size: 27px;
    }

    .footer .f_gnav:nth-of-type(2) li:nth-child(3) a {
        font-size: 10px;
    }
}

/***********************************
サイド
***********************************/
.side_search {
    width: 95%;
    margin: 0 auto 30px;
}

.side_navi_item,
.side_navi {
    width: 95%;
    margin: 0 auto;
}

.side_navi ul li.sysText a {
    padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
}

.side_navi_1 {
    border-top: 1px solid #000;
}

/***********************************
共通パーツ
***********************************/
.contentsWrap {
    width: 90%;
    margin: 0 auto;
}

/***********************************
特商法テーブルレイアウト
***********************************/
.p-law .sysTitle {
    width: 90%;
}

#main_tradelaw,
.main_tradelaw {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
}

#main_tradelaw dl,
.main_tradelaw d {
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
}

#main_tradelaw dl:after,
.main_tradelaw dl:after {
    display: block;
    content: "";
    clear: both;
}

#main_tradelaw dt,
.main_tradelaw dt {
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
}

#main_tradelaw dd,
.main_tradelaw dd {
    margin-left: 0px;
    padding: 15px;
    background: #fff;
}

.shipFee {
    max-width: 1100px;
    margin: 20px auto
}

.shipFee .tableTitle {
    text-align: center;
    font-size: 12px;
}

table.shipFeeTable {
    width: 100%;
    margin: 0%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}

.spThead {
    display: block;
}

.pcThead {
    display: none;
}

table.shipFeeTable thead th {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: left;
}

table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
}

table.shipFeeTable tbody .sum {
    position: relative;
    padding: 25px 10px;
    text-align: center;
}

table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
}

table.shipFeeTable td {
    display: block;
    width: 100%;
    vertical-align: top;
    border: 0px;
}

table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

/***********************************
2カラムレイアウト
***********************************/
.col2Style h2.pattern03 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
}

.col2Style .txtBlock li {
    margin: 10px 0;
}

.col2Style .imgWrap img {
    width: 80%;
    margin: 0px 10%;
}

.col2Style .floatWrap img {
    width: 80%;
    margin: 0px 10%;
    float: none;
}

.col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 0px
}

.col2Style .floatImg .imgWrap {
    width: 100%;
    float: none;
}

.col2Style .floatImg .imgWrap img {
    width: 80%;
    margin: 20px 10%;
}

/***********************************
お買物ガイド
***********************************/
.indexList li {
    padding: 3px 5px;
    font-size: 12px;
}

.guideBlock {
    padding-top: 0;
    maergin-top: 30px;
}

/***********************************
ご利用ガイド
***********************************/
.f_guide {
    margin-top: 30px;
}

.f_guide .sysContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.f_guide .Title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0px;
}

.f_guide .guideBlock {
    width: 95%;
    margin: 50px 2.5%;
    display: block;
    padding: 30px 0px 5px;
    border: 1px solid #424242;
    border-radius: 10px;
    position: relative;
}

.f_guide .guide01 {
    padding-right: 0px;
}

.f_guide .guide02 {
    padding-left: 0px;
}

.f_guide .guideTitle {
    width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 15px;
}

.f_guide p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 !important;
    text-align: left;
    padding: 0 10px 0 15px;
}

.f_guide img {
    width: 100%;
}

.f_guide .mt {
    margin-top: 10px;
}

.f_guide .smaller {
    font-size: 12px;
}

.f_guide a.f_guide_btn {
    margin: 20px auto;
    float: none;
}

.f_guide .freedial {
    font-size: 30px;
}

/* カート内商品数表示*/
button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207,15,42,0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

/*商品購入ステップ*/
.steps ul {
    width: 350px;
}

.steps li {
    float: left;
    padding: 0 6px;
    height: 150px;
}

.steps li a {
    height: 150px !important;
}

.steps li img {
    height: 150px;
}

@media screen and (max-width: 350px) {
    /*商品購入ステップ*/
    .steps ul {
        width: 275px;
    }

    .steps li {
        float: left;
        padding: 0 2px;
        height: 100px;
    }

    .steps li a {
        height: 100px !important;
    }

    .steps li img {
        height: 100px;
    }
}

/* 決済ページ */
#sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
}

#sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
}

#sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
}

/***********************************
マイページ
***********************************/
.sysMypage .sysMypageNav form {
    width: 100% !important;
}

/***********************************
新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type="submit"] {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 0px;
}

/***********************************
マイページ
***********************************/
#sysMypageLogin .sysLoginButton {
    width: 100%;
    float: none;
    margin-right: 0%;
}

#sysMypageLogin .sysButton {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}

/* Member Profile Editor */
.sysMypage #sysMain input.sysNextSubmit,
.sysMypage #sysMain input.sysBackButton,
#sysMypageEditDelivery #sysMain input.sysButton {
    width: 100%;
}

/* 商品チェック履歴 / お気に入り */
#sysMypageWishlist .sysList .sysThumbnailImage,
#sysMypageReview .sysList .sysThumbnailImage {
    min-height: 150px;
}

.sysMypage .sysThumbnailImage a {
    min-height: 74px;
}

.sysMypage .sysThumbnailImage a img {
    margin-bottom: 1px;
    vertical-align: top;
}

#sysMypageAshiato .sysCartButton,
#sysMypageWishlist .sysCartButton,
#sysMypageReview .sysCartButton,
.sysMypage .sysButton[value="お気に入りから削除する"] {
    padding: 5px 10px;
    font-size: 12px;
}

/***********************************
カートページ
***********************************/
.sysCart .sysBox,
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
    margin: 5px auto 15px;
    padding: 10px;
}

.sysCart .sysItemListArea .nav > li {
    padding: 0;
}

.sysCart .sysNavImg + .sysNextSubmitArea {
    margin: 20px auto;
}

.sysCart .sysNavImg {
    margin-bottom: 10px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    font-size: 16px;
}

.sysCart .sysDetail {
    margin-bottom: 20px;
}

.sysCart .sysOrder li,
.sysCart .sysDetail li {
    min-height: 50px;
}

.sysCart .sysOrder li:not(:last-child),
.sysCart .sysDetail li:not(:last-child) {
    margin-bottom: 15px;
}

.sysCart .sysOrder .sysConfirmInfo,
.sysCart .sysDetail .sysConfirmInfo {
    padding-right: 0;
}

.sysCart .sysOrder .sysConfirmButton,
.sysCart .sysDetail .sysConfirmButton {
    position: static;
}

/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain {
    width: 100%;
    margin: 1% 0;
}
.sysAcceptDomainArea .sysAcceptDomain a {
    padding: 0;
    font-size: 10px;
}

/* 複数配送先編集画面 */
.sysCart .sysSelectAddress {
    padding: 0;
}

.sysCart .sysSelectAddress .sysSubTitle {
    padding: 5px 0;
}

.sysCart .sysSelectAddress .sysAccordion {
    margin-bottom: 5px;
}

/***********************************
ボタンデザイン
***********************************/
.common_btn {
    margin: 20px auto 30px;
}

/***********************************
TOPページ
***********************************/
/*スライダー*/
#slideShow {
    height: 130px;
}

.top_slider {
    padding-top: 0;
    margin: 0 0 20px;
}

/*新着アイテム*/
/*
.top_newarrival li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
}

.top_newarrival li .sysItemName {
    padding-top: 0;
}

.top_newarrival li .sysItemPrice {
    font-size: 12px;
}
*/

/*特集一覧*/
/*
.top_features {
    overflow: hidden;
}

.top_recommend_item ul {
    font-size: 0;
    text-align: left;
}

.top_features li {
    width: 46%;
    margin: 2%;
}

.top_features li:nth-child(1),
.top_features li:nth-child(2) {
    position: relative;
    z-index: 10;
    width: 96%;
}

.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
*/

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
    padding-top: 0;
}

.top_ranking_item li .sysItemName a {
    font-size: 13px;
}

.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice {
    font-size: 12px;
}

.top_ranking_item li .sysItemPrice {
    font-size: 13px;
}

.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton {
    width: 100%;
    font-size: 10px;
    letter-spacing: -1px;
}

/*おすすめ商品*/
/*
.top_recommend_item li {
    padding: 5px !important;
}
*/

/*ランキング*/
.top_ranking_item {
    padding-bottom: 15px;
}

.top_ranking_item .sysHorizontal {
    width: calc(100% - 20px);
    display: block;
}

.top_ranking_item li {
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    font-size: 10px;
    text-align: left;
    display: block;
    position: relative;
    line-height: 1.3;
    min-height: 95px;
}

.top_ranking_item li:before {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
}

.top_ranking_item .sysItemImage {
    width: 80px;
    height: 75px;
    display: block;
    background: #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 40px;
}

.top_ranking_item .sysItemImage a {
    position: relative;
    display: block;
    width: 80px;
    height: 75px;
}

.top_ranking_item .sysItemImage img {
    max-width: 80px;
    max-height: 75px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.top_ranking_item .sysItemName,
.top_ranking_item #sysDescriptionMobile,
.top_ranking_item .sysItemPrice {
    margin-left: 130px;
}

.top_ranking_item .sysItemPrice {
    text-align: right;
}

/***********************************
カルーセル
***********************************/
/* TOPページ */
.owl-dots .owl-dot {
    top: 0;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
}

.owl-nav [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
}

.owl-nav .owl-prev {
    left: 20%;
    background: url(https://harvey-s.shop/img/common/controls.png) no-repeat 0 0;
    background-size: 30px !important;
}

.owl-nav .owl-next {
    right: 20%;
    background: url(https://harvey-s.shop/img/common/controls.png) no-repeat -15px 0;
    background-size: 30px !important;
}

.owl-nav .owl-prev:hover {
    background-position: 0 0;
}

.owl-nav .owl-next:hover {
    background-position: -15px 0;
}

/***********************************
追加
***********************************/
/* 共通 ------------------- */
.is_sp {
    display: none;
    width: 1px;
}

/* 商品カテゴリページ */
#sysItemCategory .sysThumbnail > li > form:after {
    right: 74%;
    bottom: 0;
    font-size: 20px;
}

#sysItemCategory .sysThumbnail .sysCartButton {
    padding: 3px 0 3px 15%;
    font-size: small;
}

#sysItemCategory .sysItemList {
    margin-bottom: 15px;
}

#sysItemCategory .sysPagination {
    margin-bottom: 40px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    padding: 5px 10px;
    border: 1px solid #dedede;
    background-color: #fff;
    font-size: 10px;
    text-align: left;
}

/* 最近閲覧した商品 */
.ic_checkeditem {
    padding-right: 0;
    padding-left: 0;
}

.ic_checkeditem .sysContent .sysHorizontal li {
    width: 25%;
}

.ic_checkeditem .sysContent .sysHorizontal li:nth-child(4n+1) {
    clear: both;
}

/* 商品ページ用おすすめ商品 */
.itempage_recommend {
    padding-right: 0;
    padding-left: 0;
}

.itempage_recommend .sysContent .sysHorizontal li {
    width: 25%;
}

.itempage_recommend .sysContent .sysHorizontal li:nth-child(4n+1) {
    clear: both;
}

/* カートに入りましたボタン */
.sysCartInDone span {
    font-size: 0.75em;
}

/* ページネーション ------------------- */
.sysPagination ul li {
    font-size: 13px;
}

/* 商品カテゴリーページ バナー */
.bannerr_category {
    padding: 30px 0 20px;
}

/* ページトップに戻る*/
.pagetop {
    right: 10px;
    width: 50px;
    height: 50px;
}

.pagetop #page-top {
    height: 50px;
    padding-top: 25px;
    background-image: url(https://harvey-s.shop/img/common/icon_pagetop@2x.png);
    background-position: center 5px;
    background-size: 15px 20px;
    font-size: 9px;
}

/* ヘッダー ------------------- */
/* ヘッダー メイン */
.header_sp_main h1 {
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    font-size: 9px;
    text-align: center;
}

.header_sp_logo {
    float: left;
    /*width: 150px;*/
    width: 23.4%;
    padding: 2.6%;
}

.header_sp_logo a {
    display: block;
}

.header_sp_info {
    float: left;
    /*width: 308px;*/
    width: 48.2%;
}

.header_sp_info .header_banner {
    padding: 10% 2% 0;
}

.header_sp_sns {
    float: right;
    /*width: 182px;*/
    width: 28.4%;
    padding: 0;
}

.header_sp_sns ul {
    text-align: right;
    letter-spacing: -0.5em;
}

.header_sp_sns li {
    display: inline-block;
    width: 50%;
    /*
    margin: 12% 4% 0 6%;
    */
    padding: 12% 6% 0 9%;
    letter-spacing: normal;
}

.header_sp_sns li a {
    display: block;
    max-width: 64px;
}

/* ヘッダー メニュー */
.header_sp_menu {
    width: 100%;
    margin-bottom: 5px;
}

.header_sp_menu > ul {
    background-color: #e7e7e7;
}

.header_sp_menu .sp_menu_list {
    display: table-cell;
    width: 153.6px;
}

.header_sp_menu .sp_menu_list:not(:first-child) {
    border-left: 1px solid #fff;
}

.header_sp_menu .sp_menu_list > a,
.header_sp_menu .sp_menu_list > .sp_menu_toggle {
    display: block;
    padding: 8% 0 7%;
    text-align: center
}

.header_sp_menu .sp_menu_list > .sp_menu_toggle {
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.header_sp_menu .sp_menu_list > a > img,
.header_sp_menu .sp_menu_list > .sp_menu_toggle > img {
    width: 100%;
    max-width: 53px;
    vertical-align: top;
}

.header_sp_menu .sp_menu_list > a:hover img {
    opacity: 1;
}

.sp_menu_overlay {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    line-height: normal;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sp_menu_body {
    background-color: #fff;
    padding: 4% 3%;
}

.sp_menu_close {
    cursor: pointer;
    padding-bottom: 10px;
    text-align: right;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sp_menu_close span {
    display: inline-block;
    font-size: 10px;
    text-align: center;
}

.sp_menu_close img {
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
}

/* ヘッダー 商品検索 */
.sp_submenu_headline {
    width: 71.9%;
    max-width: 460px;
}

.sp_submenu_body ul {
    margin: 2% -1.2% 5%;
    letter-spacing: -0.5em;
}

.sp_submenu_body li {
    display: inline-block;
    width: 47.6%;
    margin: 1% 1.2%;
    vertical-align: top;
    letter-spacing: normal;
}

.sp_submenu_body li img {
    width: 100%;
}

.sp_menu_product .sp_search_box {
    float: left;
    width: 86%;
}

.sp_menu_product .sp_menu_close {
    float: right;
    width: 14%;
}

.sp_search_box {
    margin-bottom: 5%;
}

.sp_search_box .sysItemSearchForm {
    position: relative;
}

.sp_search_box .sysItemSearchFormWord input {
    padding: 4px 6px;
    border: 2px solid #e1ceaf;
}

.sp_search_box .sysSearchButton {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-top: 0 !important;
    padding: 5px 15px;
    border: none;
    border-radius: 0;
    background: #e1ceaf url(https://harvey-s.shop/img/common/icon_product_menu_search@2x.png) no-repeat center center;
    background-size: 15px 15px;
}

/* ヘッダー ナビ */
.sp_navi_box li {
    font-size: 13px;
    text-align: center;
}

.sp_navi_box li a {
    display: block;
    padding: 10px 0;
}

/* フッター ------------------- */
.footer {
    padding: 20px 10px 10px;
}

.footer_navi {
    margin-bottom: 15px;
    font-size: 10px;
}

.footer_navi ul {
    letter-spacing: -0.5em;
}

.footer_navi a {
    display: block;
    padding: 5px;
}

.footer .copyright {
    font-size: 9px;
}

/* フッターガイド ------------------- */
.footer_guide_body {
    padding: 20px 10px;
}

.footer_guide .title {
    margin-bottom: 5px;
    padding: 3px 0;
}

.footer_guide .box_body {
    padding: 5px 10px 10px;
}

.footer_guide .button {
    max-width: none;
}

/* フッターガイド ご利用ガイド */
.footer_guide .box_guide {
    float: none;
    width: 100%;
}

.footer_guide .box_guide dl {
    margin-bottom: 10px;
}

/* フッターガイド 営業日カレンダー */
.footer_guide .box_calendar {
    float: none;
    width: 100%;
}

.description_holiday::before {
    width: 1.2em;
    height: 1.2em;
}

.calendar_column {
    display: block;
}

.cal_wrapper {
    width: 100%;
}

.cal_wrapper .cal_ui input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: -3px;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, sans-serif;
    cursor: pointer;
}

#cal0.cal_wrapper .cal_ui input:first-child {
    display: block;
    left: 25%;
}

#cal0.cal_wrapper .cal_ui input:nth-child(3) {
    display: block;
    right: 25%;
}

#cal1.cal_wrapper {
    display: none;
}

.cal_wrapper .cal th p {
    margin: 0 0 5px;
}

.cal_wrapper .cal td {
    border: 1px #666 solid;
    font-size: 14px;
    text-align: center;
    width: calc(100% / 7);
}

.cal_wrapper .cal .headline td {
    padding: 6px 0;
    color: #fff;
}

.cal_wrapper .cal .headline {
    background-color: #9b9b9b;
}

.cal_wrapper .cal td div {
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}

.cal_wrapper .cal td div span {
    display: none;
}

.cal_wrapper .cal td .Sat,
.cal_wrapper .cal td .Sun,
.cal_wrapper .cal td .Holyday {
    background: #ffdede;
    color: #bb1a1a;
    font-weight: bold;
}

/* 商品詳細ページ ------------------- */
.sysCategoryPankuzu {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#sysItemDetail .item_detail_wrap {
    padding: 30px 0 0;
}

#sysItemDetail .column_item_detail {
    display: block;
    padding-bottom: 106px;
    margin-bottom: 35px;
}

#sysItemDetail .column_item_detail .item_name_wrap {
    width: 100%;
}

#sysItemDetail .column_item_detail .sysForm {
    width: 100%;
}

#sysItemDetail .sns_wrap {
    padding: 14px 14px 9px;
    width: 100%;
    text-align: center;
}

#sysItemDetail .sns_wrap:before {
    font-weight: bold;
}

#sysItemDetail .item_tag dt {
    width: 24vw;
}

#sysItemDetail .item_tag dd {
    padding: 5px 10px;
}

#sysItemDetail .item_tag li {
    margin: 5px 10px 5px 0;
}

#sysItemDetail .item_tag .tag_beef,
#sysItemDetail .item_tag .tag_pork,
#sysItemDetail .item_tag .tag_chicken,
#sysItemDetail .item_tag .tag_vegetables,
#sysItemDetail .item_tag .tag_dressing,
#sysItemDetail .item_tag .tag_fish,
#sysItemDetail .item_tag .tag_rice,
#sysItemDetail .item_tag .tag_bread,
#sysItemDetail .item_tag .tag_pasta,
#sysItemDetail .item_tag .tag_source,
#sysItemDetail .item_tag .tag_sweets,
#sysItemDetail .item_tag .tag_milk_egg {
    background-position: 0 2px;
    background-size: 16px auto;
    padding-left: 20px;
}

#sysItemDetail .item_info .title {
    margin: 17px 0 0;
    padding: 0 0 6px;
    font-size: 14px;
}

#sysItemDetail .item_info dt,
#sysItemDetail .item_info dd {
    padding: 10px 5px;
}

#sysItemDetail .item_info dt {
    width: 23vw;
    font-weight: bold;
}

#sysItemDetail .item_info .notice_item_info {
    font-size: 10px;
    text-align: left;
}

#sysItemDetail .title_item_detail {
    margin: 36px 0 15px;
    padding: 0 0 2px 35px;
    font-size: 14px;
}

#sysItemDetail .item_recipe .title_item_detail {
    background-position: 0 0;
    background-size: 23px auto;
}

#sysItemDetail .item_lineup .title_item_detail:before {
    font-size: 28px;
    top: -11px;
    left: 0;
}

#sysItemDetail .item_policy .title_item_detail:before {
    font-size: 23px;
    top: -5px;
    left: 0;
}

#sysItemDetail .item_recipe .img_recipe {
    margin: 0 25px 5px;
}

#sysItemDetail .item_recipe .text_recipe + p {
    text-align: left;
}

#sysItemDetail .item_recipe .bn_recipe {
    margin-top : 20px;
}

#sysItemDetail .item_lineup ul {
    display: block;
}

#sysItemDetail .item_lineup li {
    width: 100%;
    text-align: left;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sysItemDetail .item_lineup li:nth-of-type(even) {
    margin-left: 0;
}

#sysItemDetail .item_lineup li:not(:nth-child(-n + 2)) {
    margin-top: 0;
}

#sysItemDetail .item_lineup li:not(:last-of-type) {
    margin-bottom: 10px;
}

#sysItemDetail .item_lineup li > a {
    width: 110px;
}

#sysItemDetail .item_lineup li p {
    margin: 0 0 5px;
}

#sysItemDetail .item_lineup .text_item_lineup {
    width: calc(100% - 120px);
}

#sysItemDetail .item_lineup .lineup_name a {
    font-size: 13px;
}

#sysItemDetail .item_policy ul {
    display: block;
}

#sysItemDetail .item_policy li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}

#sysItemDetail .item_policy li img {
    border-width: 2px;
    width: 110px;
    display: block;
}

#sysItemDetail .item_policy li .text_item_policy {
    width: calc(100% - 120px);
}

#sysItemDetail .item_policy p {
    margin: 0;
}

#sysItemDetail .item_policy .subtitle_policy {
    text-align: left;
    font-size: 14px;
}

#sysItemDetail .column_item_detail_under {
    display: block;
}

#sysItemDetail .column_item_detail_under .item_name_under_wrap {
    width: 100%;
}

#sysItemDetail .column_item_detail_under .sysItemImages {
    width: 100%;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext {
    width: 16px;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev span,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext span {
    padding: 8px 0;
    width: 16px;
    height: 32px;
    line-height: 16px;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlidePrev span:after,
#sysItemDetail .column_item_detail_under .sysItemImagesSlideNext span:after{
    font-size: 24px;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlide {
    width: calc(100% - 52px);
    margin: 0 10px;
}

#sysItemDetail .column_item_detail_under .sysItemName h1 {
    padding-top: 15px;
    padding-bottom: 5px;
}

#sysItemDetail .column_item_detail_under .sysRetailPrice {
    text-align: left;
    padding-bottom: 0;
}

#sysItemDetail .ic_checkeditem {
    padding-top: 30px;
}

#sysItemDetail .itempage_recommend {
    padding-top: 20px;
}

#sysItemDetail .sysHorizontal li:nth-child(5) {
    display: none;
}

#sysItemDetail .sysHorizontal li .sysItemName {
    line-height: 1.3;
}

#sysItemDetail .sysHorizontal li .sysItemName a {
    font-size: 9px;
}

/* TOPページ ------------------- */
#top div#sysMain {
    font-size: 13px;
}

#top div#sysMain img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* 見出し */
#top .sysHeadline {
    padding: 20px 0 25px;
    background-position: center 20px;
    background-size: auto 33px;
    height: 78px;
}

#top .top_search .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_search@2x.png);
}

#top .top_ranking_item .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_ranking@2x.png);
}

#top .top_whats .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_whats@2x.png);
    margin-top: 2px;
}

#top .top_recommended .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_recommended@2x.png);
}

#top .information .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_news@2x.png);
}

#top .top_shop .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_shop@2x.png);
}

#top .top_sns .sysHeadline {
    background-image: url(https://harvey-s.shop/img/top/title_sns@2x.png);
}

/* メインスライダー */
.top_slider_main {
    padding-bottom: 25px;
}

.top_slider_main .bxslider {
    max-width: 100%;
}

.top_slider_main .bxslider .bx-pager {
    bottom: -10px;
}

.top_slider_main .bxslider .bx-pager-item {
    padding: 0 8px;
}

.top_slider_main .bxslider .bx-pager-item a {
    width: 10px;
    height: 10px;
}

.top_slider_main .bxslider .bx-controls-direction {
    margin-top: -18px;
}

.top_slider_main .bxslider .bx-controls-direction a {
    width: 36px;
    height: 36px;
}

.top_slider_main .bxslider .bx-controls-direction a:before {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.top_slider_main .bxslider .bx-prev:before {
    left: 6px;
}

.top_slider_main .bxslider .bx-next:before {
    right: 6px;
    text-align: right;
}

/* バナーエリア */
.top_bn_main {
    width: calc(100% - 20px);
    padding-bottom: 25px;
}

.top_bn_main ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_bn_main li:not(:last-of-type) {
    width: calc(100% / 2 - 5px);
    margin-bottom: 8px;
}

.top_bn_main li:last-of-type {
    width: 49%;
    margin-bottom: 8px;
}

/* シーズニングを探す */
.top_search {
    padding-bottom: 25px;
}

.top_search_main {
    width: calc(100% - 20px);
}

.top_search_main .search_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top_search_main .search_nav dl {
    width: calc(100% / 3 - 5px);
}

.top_search_main .search_nav dt {
    background: #aaa;
    color: #e8e8e8;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    line-height: 1.3;
    padding: 5px 0;
}

.top_search_main .search_nav dt.active {
    background: #e1ceaf;
    color: #222;
}

.top_search_main .search_nav dt:after {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    display: block;
}

.top_search_main .search_nav dt.active:after {
    color: #766240;
}

.top_search_main .search_nav dd {
    display: none;
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 1;
}

.top_search_main .search_nav ul {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    background: #fff;
    padding: 20px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_search_main .search_nav ul:before,
.top_search_main .search_nav ul:after {
    position: absolute;
    content: "";
    height: 10px;
    background: #fff;
}

.top_search_main .search_nav dl:first-of-type ul:before,
.top_search_main .search_nav dl:first-of-type ul:after {
    left: 16%;
}

.top_search_main .search_nav dl:nth-of-type(2) ul:before,
.top_search_main .search_nav dl:nth-of-type(2) ul:after {
    left: 50%;
}

.top_search_main .search_nav dl:nth-of-type(3) ul:before,
.top_search_main .search_nav dl:nth-of-type(3) ul:after {
    left: 84%;
}

.top_search_main .search_nav ul:before {
    top: -5px;
    margin-left: -5px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
}

.top_search_main .search_nav ul:after {
    top: 1px;
    margin-left: -10px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: none;
}

.top_search_main .search_nav li {
    margin-right: 0;
    width: calc(50% - 5px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_search_main .search_nav li:not(.title_search_nav) {
    margin-bottom: 10px;
}

.top_search_main .search_nav .title_search_nav {
    position: relative;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px 0 30px;
    background: #e1ceaf;
    box-sizing: border-box;
    font-weight: bold;
}

.top_search_main .search_nav .title_search_nav:before,
.top_search_main .search_nav .title_search_nav:after {
    display: inline-block;
    position: absolute;
    top: 0;
}

.top_search_main .search_nav .title_search_nav:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 17px;
    color: #766240;
    font-weight: normal;
    bottom: 0;
    left: 8px;
    margin: auto 0;
}

.top_search_main .search_nav .title_search_nav:after {
    right: 0;
    border-width: 16px 10px 16px 0px;
    border-color: transparent #f0ede8 transparent transparent;
    border-style: solid;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
}

.top_search_main .search_cont ul {
    padding-top: 22px;
    margin: -15px -5px 0;
}

.top_search_main .search_cont li {
    width: calc(100% / 2 - 10px);
    margin: 15px 5px 0;
}

.top_search_main .search_detail {
    padding: 0 10px 5px;
}

.top_search_main .search_detail .search_recipe {
    font-size: 13px;
    margin: 5px auto;
}

.top_search_main .search_detail .search_item {
    padding-left: 0;
    font-size: 11px;
    text-indent: 14px;
    margin: 5px auto;
}

.top_search_main .search_detail .search_item:before {
    font-size: 11px;
    left: -14px;
}

.top_search_main .btn_search {
    border-radius: 2px;
    font-size: 13px;
    width: 100%;
    padding: 14px 0 13px;
    margin: 20px auto 0;
}

/* シーズニングって？ */
.top_whats {
    background: url(https://harvey-s.shop/img/top/bg_whats@2x.jpg) no-repeat center center / cover;
    padding: 15px 0 20px;
}

.top_whats_main {
    width: calc(100% - 20px);
    padding: 8px;
}

.top_whats_main .top_whats_cont {
    border: 2px #fff solid;
    font-size: 13px;
    text-align: left;
    line-height: 1.7;
    padding: 52px 11px 0;
}

/* おすすめのシーズニング */
.top_recommended {
    padding-bottom: 20px;
}

.top_recommended_main {
    width: calc(100% - 20px);
}

.top_recommended_main ul {
    display: block;
}

.top_recommended_main li {
    width: 100%;
    padding: 10px 10px 15px;
}

.top_recommended_main li:not(:last-of-type) {
    margin-bottom: 10px;
}

.top_recommended_main .recommended_img {
    width: 83px;
    margin-left: -5px;
}

.top_recommended_main .recommended_name {
    width: calc(100% - 83px);
}

.top_recommended_main .recommended_name a {
    font-size: 13px;
}

.top_recommended_main .recommended_name p {
    font-size: 10px;
    line-height: 1.3;
}

.top_recommended_main dl {
    position: static;
    width: 100%;
    margin-top: 5px;
}

.top_recommended_main dt {
    padding: 3px 0;
    font-size: 12px;
}

.top_recommended_main dd {
    padding: 6px 10px 15px;
}

.top_recommended_main dd p {
    margin: 0;
}

.top_recommended_main dd p:last-of-type {
    padding-top: 10px;
}

/* お知らせ */
.information {
    padding-bottom: 15px;
}

.information .sysContent {
    width: calc(100% - 20px);
}

.information time + br {
    display: inline;
}

/* 店舗情報 */
.top_shop {
    padding-bottom: 25px;
}

.top_shop_main {
    width: calc(100% - 20px);
    font-size: 13px;
    display: block;
}

.top_shop_main .top_shop_slider {
    width: 100%;
}

.top_shop_slider .bxslider .bx-controls-direction {
    margin-top: -18px;
    width: 100%;
}

.top_shop_slider .bxslider .bx-controls-direction a {
    width: 36px;
    height: 36px;
}

.top_shop_slider .bxslider .bx-controls-direction a:before {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.top_shop_slider .bxslider .bx-prev:before {
    left: 5px;
}

.top_shop_slider .bxslider .bx-next:before {
    right: 5px;
}

.top_shop_main .top_shop_slider p:after {
    font-size: 12px;
}

.top_shop_main .top_shop_cont {
    width: 100%;
    padding-top: 15px;
    line-height: 1.7;
}

.top_shop_main .top_shop_cont p:first-of-type {
    margin: 0 0 10px;
}

.top_shop_main .top_shop_cont dl {
    padding-top: 10px;
}

.top_shop_main .top_shop_cont dt,
.top_shop_main .top_shop_cont dd {
    display: block;
}

.top_shop_main .top_shop_cont dt {
    margin-right: 0;
}

/* SNS公式アカウント */
.top_sns {
    padding-bottom: 25px;
}

.top_sns_main {
    width: calc(100% - 20px);
}

.top_sns_main ul {
    display: block;
}

.top_sns_main li {
    width: 100%;
    margin-top: 10px;
}

.top_sns_main li:first-of-type {
    margin-top: -10px;
}
}
@media screen and (min-width:768px) and (max-width:959px){
.sysDisplayTabletNone {
    display: none !important;
}

/* 20-0 Only Tablet
*----------------------------------------------------------------------*/
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#sysWrap {
    margin-top: 0;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
    margin: 0 auto;
}

.sysFormField label {
    display: block;
}

/* 決済ページ*/
#sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
}

#sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
}

/*header検索ボックス*/
.h_search {
    margin-top: 100px;
}

/***********************************
商品詳細ページ
***********************************/
/*カートに入れる*/
#sysItemDetail #sysSubmit:after {
    left: 15%;
}

/*お気に入り*/
#sysItemDetail #sysWishlist {
    padding-left: 10px;
}

/***********************************
ヘッダー
***********************************/
.header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
}

#sysHeader {
    width: 100%;
    margin: 0px auto;
}

.h_inner {
    margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
}

.header_h1_under a,
.header_h1 a {
    display: none;
}

.head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
}

.header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
}

.header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
}

.header_sp #navBtn img,
.header_sp .spCart img {
    width: 40px;
    height: 40px;
}

/***********************************
カート情報
***********************************/

/***********************************
ナビゲーション
***********************************/
#headNavigation .pcnone {
    display: block;
}

#headNavigation .spnone {
    display: none;
}

#headNavigation li.active {
    background: #fff;
}

.h_navi {
    width: 100%;
    height: 40px;
}

#headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
}

#headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

/*ナビゲーショントグル*/
.toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

#headNavigation ul.tab {
    position: relative;
}

.tabmenu .border:after {
    content: none;
}

.tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
}

.tabmenu li.tab1:nth-child(4) {
    border-right: none;
}

.tabmenu li.tab1 {
    position: static;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
}

.tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255,255,255,1);
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
}

#headNavigation li.tab2 a:after {
    display: none;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.h_spnavi {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    background: rgba(220,220,220,0.9);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
}

#spNaviWrap {
    position: absolute;
    width: 100%;
    height: 1400px;
    top: 0px;
    left: -100%;
    background: rgba(225,225,225,1);
    z-index: 200;
    padding: 80px 10px 50px;
    overflow: scroll;
}

/***********************************
ログイン情報
***********************************/
.h_login {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.h_login .sysHeadline {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}

.h_login .sysContent {
    text-align: center;
}

.h_login .sysFormItem {
    margin-bottom: 10px;
}

.h_login .sysFormLabel {
    display: block;
    font-size: 15px;
    height: 25px;
    text-align: left;
    margin-bottom: 0px;
}

.h_login .sysLoginButton {
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    border: 1px solid #444;
    font-size: 15px;
    height: 50px;
    line-height: 10px;
}

.h_login li {
    border: 1px solid #444;
    margin-bottom: 15px;
    height: 50px;
    line-height: 45px;
    text-align: center;
}

.h_login li a {
    font-size: 15px;
    padding: 0px 5px 5px 0px;
}

/***********************************
ナビゲーションメニュー
***********************************/
#closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

#closeMenu span {
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
}

#closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
}

#spNavMenu .navTitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

#spNavMenu {
    max-width: 800px;
    margin: 80px auto 0;
    width: 90%;
}

#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
}

#spNavMenu .spMenuList i {
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
}

#spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
}

#spNavMenu .spToggleNav {
    height: 200px;
    overflow: hidden;
}

#spNavMenu .spToggleNav li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
}

#spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa
}

#spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
}

/***********************************
フッター
***********************************/
.footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
}

.footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
}

.footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 5px;
}

.footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
}

.footer .f_gnav li:last-child {
    width: 100%;
}

.footer .f_gnav li a {
    display: block;
}

.footer .f_gnav .sp_wide {
    width: 100%;
    height: 35px;
    border-bottom: 0px;
}

.footer .f_gnav li:after {
    width: 0px;
}

/***********************************
サイド
***********************************/
.side_search {
    margin: 0 auto 30px;
}

.side_navi_item,
.side_navi {
    margin: 0 auto;
}

.side_navi ul li.sysText a {
    padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
}

.side_navi_item .sysContent li,
.side_navi .sysContent li {
    float: left !important;
    width: 50% !important;
}

.side_navi_1 {
    border-top: 1px solid #000;
}

/***********************************
共通パーツ
***********************************/
.contentsWrap {
    width: 90%;
    margin: 0 auto;
}

/***********************************
商法テーブルレイアウト
***********************************/
.p-law .sysTitle {
    max-width: 600px;
}

.p-law .sysTitle span {
    font-size: 22px;
    padding: 0 40px;
}

#main_tradelaw {
    width: 90%;
}

.shipFee {
    width: 90%;
    margin: 50px auto;
}

.shipFee h3 {
    font-size: 16px;
}

table.shipFeeTable .newLine {
    display: block;
}

table.shipFeeTable tbody th {
    width: 500px;
    vertical-align: middle;
}

table.shipFeeTable td {
    width: 500px;
    font-size: 15px;
    vertical-align: middle;
}

/***********************************
フッター部分のご利用ガイド
***********************************/
.f_guide {
    margin-top: 50px;
}

.f_guide .sysContent {
    width: 100%;
}

.f_guide .Title {
    font-size: 15px;
    padding: 20px 0 30px;
}

.f_guide .guideBlock {
    width: 50%;
    padding: 0 2%;
    padding-bottom: 30px;
}

.f_guide .guide01 {
    padding-right: 20px;
}

.f_guide .guide02 {
    padding-left: 20px;
}

.f_guide .freedial {
    font-size: 30px;
}

.f_guide a {
    display: block;
    width: 200px;
}

/***********************************
カート内商品数表示
***********************************/
button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207,15,42,0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

/***********************************
商品購入ステップ
***********************************/
.steps ul {
    width: 550px;
}

.steps li {
    float: left;
    padding: 0 2px;
    height: 180px;
}

.steps li a {
    height: 180px !important;
}

.steps li img {
    height: 180px;
}

/***********************************
TOPページ
***********************************/
/*.トップスライダー*/
#slideShow {
    height: 190px;
}

.top_slider {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 8.5vw;
}

/*ランキング*/
.top_ranking_item .sysHorizontal {
    width: calc(100% - 10px);
}

.top_ranking_item li {
    width: calc(100% / 5 - 5px) !important;
    margin: 0 5px !important;
}

/***********************************
追加
***********************************/
/* 共通 ------------------- */
.is_pc_tb {
    display: none;
    width: 20px;
}
/* 商品詳細ページ ------------------- */
#sysItemDetail .sns_wrap {
    padding: 9px 15px;
    width: 100%;
}

#sysItemDetail .sysShare li {
    margin-left: 10px;
}

#sysItemDetail .column_item_detail_under .sysItemImages {
    width: 50%;
}

#sysItemDetail .column_item_detail_under .sysItemImagesSlide {
    width: calc(100% - 44px);
}

#sysItemDetail .column_item_detail_under .item_name_under_wrap {
    width: calc(50% - 10px);
}

/* TOPページ ------------------- */

/* メインスライダー */
.top_slider_main .bxslider {
    max-width: 100%;
}

/* バナーエリア */
.top_bn_main {
    width: calc(100% - 20px);
}

.top_bn_main li:not(:last-of-type) {
    margin-right: 10px;
}

/* シーズニングを探す */
.top_search_main {
    width: calc(100% - 20px);
}

.top_search_main .search_cont li {
    width: calc(100% / 4 - 12px);
}

/* シーズニングって？ */
.top_whats_main {
    width: calc(100% - 20px);
}

/* おすすめのシーズニング */
.top_recommended_main {
    width: calc(100% - 20px);
}

.top_recommended_main li {
    width: calc(100% / 2 - 5px);
}

.top_recommended_main dl {
    width: calc(100% - 30px);
}

/* 店舗情報 */
.top_shop_main {
    width: calc(100% - 20px);
}

/* SNS公式アカウント */
.top_sns_main {
    width: calc(100% - 20px);
}

.top_sns_main li {
    width: calc(100% / 2 - 5px);
}
}
@media screen and (min-width:960px){
.sysDisplayPcNone{
    display: none !important;
}

/***********************************
追加
***********************************/
/* 共通 ------------------- */
.is_pc_tb {
    display: none;
    width: 20px;
}
}
/* #END_OF_RESOURCE_FILE */
