@charset "UTF-8";

@font-face {font-family: "Mazda Type Medium";
    src: url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/1b1937eec26f36a2cd4064c48f7e9aa4.svg#Mazda Type Medium") format("svg"); /* iOS 4.1- */
}


#sysMemberRegisterIndex .sysZipcode button{
display:none;
}



/*containerSP
  # Header 調整
*/
form.sysItemSearchForm {
    border: 0px solid #272727;
}
.sysItemSearchFormWord {
    width: 187px;
    height: 30px;
    box-sizing: border-box;
    float: left;
}
.search_bx {
    width: 0px;
    float: right;
margin: 8px 0 10px;
}

.search_bx .sysHeadline {
    float: left;
    margin: 3px 5px 0 0;
    width: auto;
    padding: 0;
    border-bottom: none;
}

.search_bx .sysHeadline img {}

.header_serchBox .sysContent {
    padding: 0 18px 0px 0;
    float: right;
    margin: 14px -5px 0 0;
}
/*
.sysItemSearchFormWord {
    width: 230px;
    height: 30px;
    border: 1px solid #272727;
    box-sizing: border-box;
    float: left;
}
*/
.h_navi .sysContent {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #333 !important;
    height: 64px;
}

.g_navi {
    position: absolute;
    top: 70px;
    right: 123px;
    letter-spacing: 0.3px;
}

 .g_navi img {
width: 22px;
}

.sysItemSearchFormWord input[type=search] {
    box-sizing: border-box;
    float: left;
    height: 28px;
    padding: 0 5px;
}

.cart_footer {
    margin: 50px auto 0 auto;
    min-width: 960px;
    background: url(../img/cart/footer_bg_cart.gif) repeat-x left bottom !important;
    line-height: 100%;
    position: relative;
    height: 57px;
    clear: both;
}

.cart_footer div {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.cart_footer div ul {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
}

.cart_footer div ul li a {
    line-height: 100%;
    font-size: 60%;
    color: #999;
    display: inline-block;
    background-image: none;
}

.cart_footer div ul li {
    color: #999;
    padding: 0 16px 0 0;
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt::after {
    content: "";
    width: 100%;
    font-size: 0px;
    font-weight: 700;
    color: transparent;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

/*
  # Footer 調整
*/

.footer_area {
    padding-top: 5px;
    padding-right: 5px;
}

.footer_area {
    border-top: 2px solid #101010;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.indent1 {
    text-indent: -1em;
    padding-left: 1em;
}

.footer_area p {
    color: #101010;
}


.top_footer,
.mspr-top_footer,
.com-top_footer {
    background-color: #333;
    clear: both;
    margin: 0 auto;
    line-height: 100%;
    position: relative;
    height: 57px;
    margin-top: -57px;
    width: 100%;
}

.top_footer div,
.mspr-top_footer div,
.com-top_footer div {
    background-color: #333 !important;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px !important;
}

.top_footer div ul,
.mspr-top_footer div ul,
.com-top_footer div ul {
    display: flex;
    color: #999;
}

.top_footer div ul li,
.mspr-top_footer div ul li,
.com-top_footer div ul li {
    padding: 0 3px 0 18px;
    line-height: 100%;
    font-size: 100%;
}

.top_footer div ul li a,
.mspr-top_footer div ul li a,
.com-top_footer div ul li a {
    color: white;
}

/*
  # お問合せ 調整
*/
body.form-inquiry div#sysAll div#sysWrap div#sysMain form div.sysForm div.sysFormItem {
    height: 73px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0;
    position: relative;
}

body.form-inquiry div#sysAll div#sysWrap div#sysMain form div.sysForm div.sysFormItem label.sysFormLabel {
    width: 30%;
    text-align: center;
    float: left;
    height: 73px;
    background-color: #efefef;
    line-height: 70px;
}

body.form-inquiry div#sysAll div#sysWrap div#sysMain form div.sysForm div.sysFormField {
    background-color: white;
    margin: 0;
    padding: 6.5px;
    padding-right: 125px;
    width: 70%;
    float: right;
    text-align: left;
}

body.form-inquiry div#sysAll div#sysWrap div#sysMain form div.sysForm div.sysFormField input {
    margin-top: 5px;
}

.sysFormItem span.sysRequired {
    display: none;
}

div.sys1 label.sysFormLabel::after {
    content: "*";
    color: red;
    font-size: 10px;
    position: relative;
    top: -4px;
    right: -3px;
}

div.sys3 label.sysFormLabel::after {
    content: "*";
    color: red;
    font-size: 10px;
    position: relative;
    top: -4px;
    right: -3px;
}

div.sys3 {
    border-bottom: none !important;
}

div.sys4 label.sysFormLabel::after {
    content: "*";
    color: red;
    font-size: 10px;
    position: relative;
    top: -4px;
    right: -3px;
}

div.sys4,
div.sys4 label {
    height: 106px !important;
}

div.sys5,
div.sys5 label {
    height: 167px !important;
}

div.sys5 div.sysFormField {
    padding-bottom: 0 !important;
    padding-right: 10px !important;
}

div.sys5 div.sysFormField textarea {
    height: 137px;
}

div.sys5 label.sysFormLabel {
    line-height: 162px !important;
}

div.sys5 label.sysFormLabel::after {
    content: "*";
    color: red;
    font-size: 10px;
    position: relative;
    top: -4px;
    right: -3px;
}


/*
  # TOP 調整
*/

.top_slider div.sysContent{
padding:0;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
reset.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/*!────────────────────────────────────────
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 ────────────────────────────────────────*/
/*
  # Global selectors
*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/*
  # General elements
 */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b,
strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ff0;
    color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
  # Forms
    */
input {
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

/*
  # Specify media element style
   */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/*
  # Accessibility
    */
/* Hide content from screens but not screenreaders */
@media screen {
    [hidden ~ ="screen"] {
        display: inherit;
    }

    [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/*
  # Selection
    */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

:focus {
    outline: none;
}

/*added 2018-05-14*/
ul {
    list-style: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
variables.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
font.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
html {
    /* set 16px to 10px */
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Mazda Type Medium", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', serif;
    color: #101010;
    font-size: 1.4rem;
    line-height: 2.0em;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    height: 100%;
    word-wrap: break-word;
}

body {
    /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.bold {
    font-weight: 700;
}

.indent {
    text-indent: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: inherit;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
common_setting.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
基本設定
=========================== */
html {
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

a:hover {
    opacity: .8;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

main,
section {
    display: block;
}

#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}

#sysHeader,
#sysWrap,
#sysMain,
#sysAside,
#sysFooter {
    padding: 0;
    margin: 0 auto;
}

#sysWrap {
    max-width: 1200px;
    padding: 0px;
    margin: 178px auto 60px;
    overflow: hidden;
}

div#sysMain {
    float: none;
    width: 100%;
}

div#sysAside {
    box-sizing: border-box;
    float: left;
    margin: 10px 40px 0 0 !important;
    padding-bottom: 20px;
    word-break: break-all;
    width: 260px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    #sysWrap {
        max-width: 100%;
        padding: 0;
        margin: 114px auto 0;
    }
}
*/
@media only screen and (max-width: 768px) {
    #sysWrap {
        max-width: 100%;
        padding: 0;
        margin: 114px auto 0;
    }
}

/* ===========================
画面幅による表示・非表示
=========================== */
@media only screen and (min-width: 769px) {
    .tb_only {
        display: none !important;
    }

    .sp_only {
        display: none !important;
    }

    .pc_only {
        display: block !important;
    }
}

/* TBここから */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: none !important;
    }

    .tb_only {
        display: block !important;
    }
}
*/
/* SPここから */
@media only screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }

    .tb_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

/* ===========================
clearfix
=========================== */
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#sysHeader {
    width: 100%;
}

#sysHeader .header_content {
    opacity: 0;
}

#sysHeader .header_wrap {
    width: 100%;
    /* border-bottom: 1px solid #aaa; */
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 178px;
}

#sysHeader .header_wrap .header_inner {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    padding: 0px 0px 0px;
    margin: 0 auto;
    background-color: #fff;
}

#sysHeader .header_wrap .header_inner .header_content {
    opacity: 1;
    margin: 0;
}

#sysHeader .header_wrap .header_inner .header_h1,
#sysHeader .header_wrap .header_inner .mspr-header_h1,
#sysHeader .header_wrap .header_inner .com-header_h1,
#sysHeader .header_wrap .header_inner .header_h1_under {
    width: 100%;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
#sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo,
#sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo,
 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
    width: 100%;
    padding-left: 50px;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
#sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo .head_title,
#sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo .head_title,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
    font-size: 1.1rem;
    font-weight: 700;
}

#sysHeader .header_wrap .header_inner .header {
    width: 100%;
    max-width: 395px;
padding-bottom: 3px;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li {
    width: 100%;
    max-width: 120px;
    margin: 0 5px;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li a {
    display: none;
    width: 100%;
    font-size: 0px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    color: white;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li a::before {
    content: '';
    background-size: cover;
    display: inline-block;
    height: 40px;
    position: relative;
    top: 5px;
    width: 40px;
    margin-right: 5px;
}

#sysHeader .header_wrap .header_inner .header .sp_only1 ul li a::before {
    content: '';
    background-size: cover;
    display: inline-block;
    height: 24px;
    position: relative;
    top: 5px;
    width: 24px;
    white-space: pre;
}

#sysHeader .header_wrap .header_inner #cartInfo {
    display: block;
    width: 100%;
    max-width: 46px;
    top: 19px;
    right: 52px;
    position: absolute;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart {
    display: none;
    width: 280px;
    height: 145px;
    color: #000;
    border: 1px solid #aaa;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 120;
    padding: 10px 20px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl {
    font-size: 1.2rem;
    line-height: 2.2;
    margin-bottom: 2px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dt,
#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dd {
    display: inline-block;
    font-weight: 700;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dd span {
    display: inline-block;
    color: #da4636;
    font-weight: 700;
    padding: 0 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn {
    margin-top: 12px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
    padding: 12px 0 0;
    margin: 10px 0 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt {
    width: 45%;
    font-size: 14px;
    font-weight: 700;
    color: transparent;/* 文字を透明にする */
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    /* カート内商品数バッジ */
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt img {
    width: 50px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 4px;
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt .itemCount {
    display: none;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 5px;
    color: #222;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 90px;
}

#sysHeader .header_wrap .header_inner .h_navi {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #444;
    width: 100vw;
    padding: 0;
    display: block;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
align-items: center;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
    width: 20%;
    padding: 13px 0;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
    position: relative;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu > a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: white;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu > a::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 110;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 {
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
    border-bottom: none;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
    display: block;
    position: relative;
    padding: 10px 22px 10px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type .slideMenu > a::after {
    content: "";
    width: 1px;
    height: 15px;
/*    background-color: #222;   */
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
#sysHeader .header_wrap .header_inner {
        display: contents;
}
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
    #sysHeader {
    }

    #sysHeader .header_wrap .header_inner {
        display: contents;
        max-width: 100%;
        padding: 0;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo {
        display: block;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
        display: none;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
        font-size: 1rem;
        text-align: center;
        background: #ededed;
        padding: 2px 3%;
    }

    #sysHeader .header_wrap .header_inner .header_sp {
        width: 96%;
        padding: 0;
        margin: 0 auto;
    }

    #sysHeader .header_wrap .header_inner .header_sp #navBtn {
        width: 40px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spLogo {
        display: block;
        width: 140px;
        margin: 0 auto;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart {
        position: absolute;
        right: 0;
        color: rgb(248, 248, 248);
    font-size: 12px;
    margin-right: 62px;
    padding: 0 5px;
    margin-left: -62px;
    display: inline-block;
    text-align: center;
    word-break: keep-all;
    width: auto;
    top: 13px;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart .itemCount2 {
        display: none;
        width: 18px;
        height: 18px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 18px;
        color: #fff;
        background: rgba(207, 15, 42, 0.9);
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
        position: relative;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
        width: 25%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
        position: static;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu > a {
        font-size: 1.2rem;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
        top: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
        border-bottom: 1px dotted #ccc;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
        padding: 12px 5% 12px 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
        right: 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:first-of-type a::before {
        content: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type {
        display: none;
    }


#sysHeader .header_wrap .header_inner .STEP2_h_navi {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    padding: 0;
    display: block;
    background-color: #fff;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
align-items: center;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 {
    width: 20%;
    padding: 13px 0;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu {
    position: relative;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu > a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: black;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu > a::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 110;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 {
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
    border-bottom: none;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
    display: block;
    position: relative;
    padding: 10px 22px 10px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

#sysHeader .header_wrap .header_inner .STEP2_h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.STEP2_h_navi .sysContent {
    width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 64px;
}


    #sysHeader .h_spnavi {
        display: none;
        color: #444;
        background: rgba(220, 220, 220, 0.9);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 150;
        overflow: auto;
    }

    #sysHeader .h_spnavi #spNaviWrap {
        width: 100%;
        height: auto;
        background: #e1e1e1;
        padding: 30px 10% 100px;
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 200;
        overflow: scroll;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search .sysHeadline,
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysHeadline {
        font-size: 1.8rem;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search {
        margin-top: 30px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord {
        width: 70%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord input[type="search"] {
        height: 40px;
        border: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysSearchButton {
        overflow: hidden;
        display: block;
        width: 30%;
        height: 40px;
        margin: 0;
        padding: 0;
        text-indent: -999px;
        border-radius: 0px;
        border: none;
        background: #222 url(/img/common/ico_search.png) no-repeat center center;
        background-size: 70px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent > p {
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem {
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem .sysFormLabel {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysLoginButton {
        width: 100%;
        font-size: 1.5rem;
        height: 35px;
        line-height: 10px;
        color: #fff;
        border-radius: 5px;
        background: #000;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li {
        height: 35px;
        font-size: 1.5rem;
        line-height: 33px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li a {
        font-size: 1.2rem;
        padding: 0px 5px 5px 0px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu {
        font-size: 1.5rem;
        position: absolute;
        top: 15px;
        left: 3%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu span {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 10px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu {
        margin: 30px 0 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .navTitle {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList {
        font-size: 1.5rem;
        position: relative;
        border-bottom: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList a {
        display: block;
        padding: 10px 0;
        padding-left: 15px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li {
        font-size: 1.2rem;
        border-bottom: 1px dotted #aaa;
        padding-left: 20px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:first-of-type {
        border-top: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:last-of-type {
        border-bottom: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5px;
        cursor: pointer;
        margin: 20px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 span {
        display: inline-block;
        margin: 0 10px;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {
    #sysHeader {
        /* SP開閉メニュー */
    }
    #sysHeader .header_wrap .header_inner {
        display: block;
        max-width: 100%;
        padding: 0;
        position: fixed;
        /* ヘッダーロゴ＋説明文 */
        /* カート情報 */
        /* ヘッダー：SP用 */
        /* グローバルメニュー */
    }
    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo {
        display: block;
    }
    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
        font-size: 1rem;
        text-align: center;
        background: #ededed;
        padding: 2px 3%;
    }
    #sysHeader .header_wrap .header_inner .header_sp {
        width: 96%;
        margin: 0 auto;
    }
    #sysHeader .header_wrap .header_inner .header_sp #navBtn {
        width: 40px;
        position: absolute;
        top: 11px;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spLogo {
        display: block;
        width: 140px;
        margin: 0 auto;
    }
#sysHeader .header_wrap .header_inner .header_sp .spCart {
    width: 54px;
    position: absolute;
    top: 16px;
    right: 0px;
    font-size: 0px;
    line-height: 12px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
}
button#itemCount2 {
    display: none;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 5px;
    color: #222;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 0;
}
#sysHeader .header_wrap {
    height: 207px;
}
    #sysHeader .header_wrap .header_inner .h_navi {
        padding: 0;
top: 84px;
    }
    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
        position: relative;
    }
    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
        width: 25%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
        position: static;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu > a {
        font-size: 1.1rem;
    line-height: 1.6rem;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
        top: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
        border-bottom: 1px dotted #ccc;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
        padding: 12px 6% 12px 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
        right: 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:first-of-type a::before {
        content: none;
    }
/*
    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type {
        display: none;
    }
*/
    #sysHeader .h_spnavi {
        display: none;
        color: #444;
        background: none;
        position: fixed;
        width: 100%;
        height: 104vh;
        top: 0;
        right: 0;
        z-index: 150;
        overflow: auto;
    }

    #sysHeader .h_spnavi #spNaviWrap {
      background-color: #F5F5F5;
  box-sizing: border-box;
  float: none;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 75px 2% 0;
  position: relative;
  right: -60%;
  top: 0;
  width: 80%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search .sysHeadline,
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysHeadline {
        font-size: 1.8rem;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search {
        margin-top: 30px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord {
        width: 70%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord input[type="search"] {
        height: 40px;
        border: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysSearchButton {
        overflow: hidden;
        display: block;
        width: 30%;
        height: 40px;
        margin: 0;
        padding: 0;
        text-indent: -999px;
        border-radius: 0px;
        border: none;
        background: #222222 url(/img/common/ico_search.png) no-repeat center center;
        background-size: 70px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent > p {
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem {
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem .sysFormLabel {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysLoginButton {
        width: 100%;
        font-size: 1.5rem;
        height: 35px;
        line-height: 10px;
        color: #fff;
        border-radius: 5px;
        background: #000;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li {
        height: 35px;
        font-size: 1.5rem;
        line-height: 33px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li a {
        font-size: 1.2rem;
        padding: 0px 5px 5px 0px;
    }

#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu {
    position: absolute;
    top: 11px;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    padding-top: 3px;
    font-size: 22px;
    border: 0px solid #888;
    z-index: 99999;
}

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu span {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 10px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu {
        margin: 0px 0 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .navTitle {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList {
        font-size: 1.5rem;
        position: relative;
        border-bottom: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList a {
        display: block;
        padding: 10px 0;
        padding-left: 15px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li {
        font-size: 1.2rem;
        border-bottom: 1px dotted #aaa;
        padding-left: 20px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:first-of-type {
        border-top: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:last-of-type {
        border-bottom: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5px;
        cursor: pointer;
        margin: 20px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 span {
        display: inline-block;
        margin: 0 10px;
    }
.header_inner .search_bx {
    position: absolute;
    top: 70px;
}
.header_serchBox .sysItemSearchFormWord {
    width: 80%;
}
.header_serchBox .sysItemSearchFormWord .sysItemSearchFormWord input[type=search] {
    height: 48px;
}
.header_serchBox .sysItemSearchForm input[type=submit] {
    background: url(https://www.mazdacollection.jp/img/icon/Search.png);
    width: 20%;
    height: 48px;
    color: rgba(0, 0, 0, .0);
    background-size: contain;
        display: none;
}
.header_serchBox form.sysItemSearchForm {
    border: none;
}
.header_serchBox .sysContent {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 auto;
}
#sysHeader .header_wrap .header_inner .header .g_navi ul li a {
    font-size: 0px;
}
.h_navi .sysContent {
    width: 100%;
padding: 0;
}
div#spNavMenu .box1 {
    margin: 40px 0 20px;
}
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysFooter .f_guide {
    width: 100%;
    border-top: 2px solid #222;
    margin-top: 50px;
}
#sysFooter .f_guide .sysContent {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
#sysFooter .f_guide .sysContent p {
    font-size: 1.4rem;
    margin: 5px 0;
}
#sysFooter .f_guide .sysContent .smaller {
    font-size: 1.2rem;
}
#sysFooter .f_guide .sysContent .mt {
    margin-top: 20px;
}
#sysFooter .f_guide .sysContent .Title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    padding: 10px 0 30px;
}
#sysFooter .f_guide .sysContent .guideTitle {
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 10px;
}
#sysFooter .f_guide .sysContent .common_btn {
    margin: 10px auto;
}
#sysFooter .f_guide .sysContent .common_btn a {
    font-size: 1.3rem;
    padding: 10px 0;
}
#sysFooter .f_guide .sysContent .freedial a {
    background: rgba(0, 0, 0, 0) url(/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;
}
#sysFooter .f_guide .sysContent > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#sysFooter .f_guide .sysContent > div .guideBlock {
    width: 45%;
    font-size: 1.4rem;
    padding-top: 30px;
}
#sysFooter .footer {
    width: 100%;
    margin: 50px 0 0;
    letter-spacing: 2px;
    text-align: center;
}
#sysFooter .footer .f_gnav_all {
    background: #c3c3c3;
    padding: 15px 0;
}
#sysFooter .footer .f_gnav_all ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sysFooter .footer .f_gnav_all ul li {
    font-size: 1.2rem;
    padding: 0 20px;
    position: relative;
}
#sysFooter .footer .f_gnav_all ul li::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
}
#sysFooter .footer .f_gnav_all ul li a i {
    display: none;
}
#sysFooter .footer .f_gnav_all ul li:last-of-type::after {
    content: none;
}
#sysFooter .f_copy {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px;
}
#sysFooter .pagetop {
    position: fixed;
    bottom: 65px;
    right: 20px;
    width: 52px;
    height: 52px;
    text-align: center;
    z-index: 100;
}
#sysFooter .pagetop #page-top {
    display: block;
    height: 52px;
    font-size: 1.1rem;
    line-height: 1.3;
    color: transparent;
    background: #000;
    border-radius: 5px;
    background: url(https://www.mazdacollection.jp/img/icon/画像1.png) center center no-repeat;
    background-size: contain;
    padding-top: 4px;
z-index: 999999;
}
#sysFooter .pagetop #page-top:hover {
    opacity: .8;
}
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    #sysFooter .f_guide .sysContent {
        padding: 0;
    }

    #sysFooter .f_guide .sysContent .Title {
        padding: 20px 0 30px;
    }

    #sysFooter .f_guide .sysContent .freedial a {
        font-size: 3rem;
    }

    #sysFooter .f_guide .sysContent > div .guideBlock {
        width: 50%;
        padding: 30px 3% 0;
    }

    #sysFooter .footer {
        margin: 30px 0 0;
        background: #fff;
    }

    #sysFooter .footer .f_gnav_all {
        padding: 0px 0 0px;
        text-align: left;
    }
    #sysFooter .footer .f_gnav_all ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top: 1px solid #444;
    }
    #sysFooter .footer .f_gnav_all ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 12px 22px 12px 15px;
        position: relative;
        border-bottom: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sysFooter .footer .f_gnav_all ul li::after {
        content: none;
    }

    #sysFooter .footer .f_gnav_all ul li a i {
        display: block;
        position: absolute;
        font-size: 2rem;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sysFooter .footer .f_gnav_all ul li:nth-of-type(even) {
        border-left: 1px solid #444;
    }

    #sysFooter .footer .f_gnav_all ul li:last-of-type {
        width: 100%;
    }
}
*/
@media only screen and (max-width: 768px){
    #sysFooter .f_guide {
        margin-top: 30px;
    }
    #sysFooter .f_guide .sysContent {
        width: 94%;
        max-width: 100%;
        padding: 0;
    }
    #sysFooter .f_guide .sysContent .smaller {
        font-size: 1.2rem;
    }
    #sysFooter .f_guide .sysContent .mt {
        margin-top: 20px;
    }
    #sysFooter .f_guide .sysContent .Title {
        font-size: 2rem;
        padding: 20px 0 0px;
        line-height: 1;
    }
    #sysFooter .f_guide .sysContent .guideTitle {
        width: 100%;
        max-width: 200px;
        margin: auto;
        font-size: 1.5rem;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        background: #fff;
    }
    #sysFooter .f_guide .sysContent .common_btn {
        margin: 20px auto;
    }
    #sysFooter .f_guide .sysContent .freedial {
        text-align: center;
    }
    #sysFooter .f_guide .sysContent .freedial a {
        font-size: 3rem;
    }
    #sysFooter .f_guide .sysContent > div {
        display: block;
    }
    #sysFooter .f_guide .sysContent > div .guideBlock {
        width: 100%;
        margin: 50px auto;
        padding: 30px 3% 5px;
        border: 1px solid #424242;
        border-radius: 10px;
        position: relative;
    }
    #sysFooter .footer {
        margin: 30px 0 0;
        background: #fff;
    }
    #sysFooter .footer .f_gnav_all {
        padding: 0px 0 0px;
        text-align: left;
    }
    #sysFooter .footer .f_gnav_all ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top: 1px solid #444;
    }
    #sysFooter .footer .f_gnav_all ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 12px 22px 12px 15px;
        position: relative;
        border-bottom: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sysFooter .footer .f_gnav_all ul li::after {
        content: none;
    }
    #sysFooter .footer .f_gnav_all ul li a i {
        display: block;
        position: absolute;
        font-size: 2rem;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #sysFooter .footer .f_gnav_all ul li:nth-of-type(even) {
        border-left: 1px solid #444;
    }
    #sysFooter .footer .f_gnav_all ul li:last-of-type {
        width: 100%;
    }
    #sysFooter .f_copy {
        font-size: 1rem;
        padding: 10px 5px;
    }
    #sysFooter .f_copy .sp_newline {
        display: block;
    }
.top_footer div ul,
.mspr-top_footer div ul,
.com-top_footer div ul {
    display: flex;
    color: #999;
    flex-wrap: wrap;
}
.top_footer div ul li,
.mspr-top_footer div ul li,
.com-top_footer div ul li {
    padding: 3px;
}
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
aside.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#sysAside .side_search {
    margin-bottom: 30px;
}

#sysAside .side_search form {
    border: none;
    overflow: hidden;
}

#sysAside .side_search form .sysItemSearchFormWord {
    width: 100%;
    margin-bottom: 5px;
}

#sysAside .side_search form .sysItemSearchFormWord input[type="search"] {
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#sysAside .side_search form .sysSearchButton {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #000 url(/img/common/ico_search.png) no-repeat center center;
    background-size: 70px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

#sysAside .side_navi_item,
#sysAside .side_navi {
    margin-bottom: 0;
    /* メニュー名を折り返して全て表示したい場合は以下をアクティブにしてください */
    /* a {
      padding: 7px 22px 7px 5px;
      text-overflow: unset;
      white-space: normal;
    } */
}

#sysAside .side_navi_item a,
#sysAside .side_navi a {
    display: block;
    position: relative;
    padding: 7px 22px 7px 5px;
    border-bottom: 1px dotted #cdcdcd;
}

#sysAside .side_navi_item a::after,
#sysAside .side_navi a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: ">";
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysAside .side_navi_item .sysHeadline,
#sysAside .side_navi .sysHeadline {
    width: 90%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
    margin: 0;
/*    margin-left: auto;  */
    padding: 0;
}

#sysAside .side_navi_item .sysHeadline::before,
#sysAside .side_navi .sysHeadline::before {
    content: none;
}

#sysAside .side_navi_item .sysContent,
#sysAside .side_navi .sysContent {
    width: 90%;
    margin-left: auto;
}

#sysAside .side_navi_item .sysContent ul li:last-of-type a,
#sysAside .side_navi .sysContent ul li:last-of-type a {
    border-bottom: none;
}

#sysAside .side_navi .sysHeadline {
    width: 100%;
    padding: 7px 5px;
}
div#sysAside section nav ul li {
    background-image: none;
    border-bottom: 1px dotted #555;
    background-color: #F5F5F5;
    display: block;
    font-size: 90%;
    letter-spacing: 0.05em;
    padding: 0;
}
div#sysAside section nav ul li a{
    color: #101010;
    display: block;
    padding: 15px 19px 15px 2%;
    position: relative;
    line-height: 130%;
}

div#sysAside section nav ul li a::after {
    content: "";
    background: url(https://www.mazdacollection.jp/img/common/rsp_arrow02.png);
    background-size: cover;
    display: inline-block;
    height: 13px;
    margin: -2px 0 0 8px;
    position: absolute;
    right: 2%;
    top: 39%;
    vertical-align: middle;
    width: 8px;
}
.aside_category h3,
.com-aside_category h3,
.mspr-aside_category h3 {
    font-weight: lighter;
    color: #555;
    border-bottom: 1px dotted #555;
    padding: 30px 19px 0 0;
}


.aside_category .sysContent,
.mspr-aside_category .sysContent,
.com-aside_category .sysContent {
    padding: 0;
}
section.aside_info {
    margin: 50px 0;
    line-height: 30px;
}
/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {

    #sysAside .side_navi_item,
    #sysAside .side_navi {
        margin-bottom: 0;
        border-bottom: 1px solid #000;
    }

    #sysAside .side_navi_item a,
    #sysAside .side_navi a {
        display: block;
        position: relative;
        padding: 7px 22px 7px 5px;
        border-bottom: 1px dotted #cdcdcd;
    }

    #sysAside .side_navi_item a::after,
    #sysAside .side_navi a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: ">";
        font-size: 1.4rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sysAside .side_navi_item .sysHeadline,
    #sysAside .side_navi .sysHeadline {
        width: 100%;
        font-size: 1.3rem;
        font-weight: 700;
        text-align: left;
        letter-spacing: normal;
        margin: 0;
        margin-left: auto;
        padding: 0;
    }

    #sysAside .side_navi_item .sysHeadline::before,
    #sysAside .side_navi .sysHeadline::before {
        content: none;
    }

    #sysAside .side_navi_item .sysContent,
    #sysAside .side_navi .sysContent {
        width: 100%;
    }

    #sysAside .side_navi_item .sysContent ul,
    #sysAside .side_navi .sysContent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sysAside .side_navi_item .sysContent ul li,
    #sysAside .side_navi .sysContent ul li {
        width: 50% !important;
    }

    #sysAside .side_navi_item .sysContent ul li:last-of-type a,
    #sysAside .side_navi .sysContent ul li:last-of-type a {
        border-bottom: none;
    }

    #sysAside .side_navi .sysHeadline {
        width: 100%;
        padding: 7px 5px;
    }

    #sysAside .side_navi_1 {
        border-top: 1px solid #000;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {

    #sysAside .side_navi_item .sysHeadline,
    #sysAside .side_navi .sysHeadline {
        width: 100%;
    }

    #sysAside .side_navi_item .sysContent,
    #sysAside .side_navi .sysContent {
        width: 100%;
    }

    #sysAside .side_navi_1 {
        border-top: 1px solid #000;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
form.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
フォーム設定
=========================== */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    border: 1px solid #A9A9A9;
    -webkit-appearance: none;
    padding: 10px 5px;
    width: 100%;
    line-height: 2;
    border-radius: 0 !important;
    outline: none;
    background: #fff !important;
}

input[type="radio"] {
    margin: 0 10px;
    vertical-align: middle;
}

select {
    border: 1px solid #ddd;
    padding: 10px 5px;
}

.sysItemSearchForm input[type=submit] {
    background: url(https://www.mazdacollection.jp/img/icon/Search.png);
    height: 23px;
    width: 23px;
    color: rgba(0, 0, 0, .0);
    background-size: contain;
}
}

input[type=submit] {
    -webkit-appearance: none;
    padding: 10px 5px;
    line-height: 2;
    margin-top: 30px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

input[type=submit]:hover {
    opacity: .8;
}

.sysFormField {
    margin: 10px 0;
}

.sysFormField label {
    margin-right: 20px;
}

.sysFormLabel {
    font-size: 1.4rem;
    font-weight: 700;
}

.sysLoginButton,
.sysButton {
    display: block;
    -webkit-box-shadow: none;
    background: none;
    background-color: #333;
/*    border: 1px solid #101010;  */
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    padding: 0 2%;
    min-width: 150px;
    width: 100%;
    text-shadow: none;
    margin: 50px auto;
}

.sysLoginButton,
.sysButton:hover {
    background: #999;
}

.sysLoginButton {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    padding: 0;
}

.sysLoginButton a {
    color: #fff;
display: block;
}

.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #222222;
    color: #fff;
    cursor: pointer;
}

.sysNextSubmit {
    background: none;
    background-color: #333;
    border: 1px solid #101010;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    padding: 0 2%;
    min-width: 150px;
    width: auto;
    text-shadow: none;
    margin: 50px auto;
}

.sysBackButton {
    max-width: 230px;
    background: #ccc;
}

.sysZipcode .sysFormField,
.sysPrefStateId .sysFormField {
    max-width: 200px;
}

.sysZipcode .sysFormField select,
.sysPrefStateId .sysFormField select {
    width: 100%;
}

.sysZipcode .sysButton,
.sysPrefStateId .sysButton {
    max-width: 200px;
}

.sysBirthday .sysFormField input[type="text"] {
    max-width: 60px;
}

.sysSelectAddress {
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(white));
    background: -webkit-linear-gradient(bottom, white, white);
    background: -o-linear-gradient(bottom, white, white);
    background: linear-gradient(0deg, white, white);
}

.sysReserveInfo {
    width: 83%;
}

/* ----------------------------------------------------------------------------------- */
/* フリーフォーム：入力 */
#sysFormIndex #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormIndex #sysAll #sysWrap #sysMain > h2 {
    display: none;
}

#sysFormIndex #sysAll #sysWrap #sysMain a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

#sysFormIndex #sysAll #sysWrap #sysMain input[type=search],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=text],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=tel],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=email],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=password],
#sysFormIndex #sysAll #sysWrap #sysMain textarea {
    margin: 5px 0;
}

#sysFormIndex #sysAll #sysWrap #sysMain input[type="radio"] {
    margin: 10px;
}

#sysFormIndex #sysAll #sysWrap #sysMain select {
    margin: 5px 0;
}

#sysFormIndex #sysAll #sysWrap #sysMain .questions .txtBlock {
    text-align: center;
    margin: 30px 0;
}

/* フリーフォーム：確認 */
#sysFormConfirm #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormConfirm #sysAll #sysWrap #sysMain > h2 {
    display: none;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysFormField {
    padding-bottom: 5px;
    line-height: 58px;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysButton {
    max-width: 230px;
    display: block;
    -webkit-box-shadow: none;
    background: none;
    background-color: #333;
    border: 1px solid #101010;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    padding: 0 2%;
    min-width: 150px;
    width: auto;
    text-shadow: none;
    margin: 50px auto;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
}

/* フリーフォーム：完了 */
#sysFormThanks #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormThanks #sysAll #sysWrap #sysMain > h2 {
    display: none;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText {
    margin: 20px 0;
    text-align: center;
    font-size: 1.4rem;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText p {
    margin: 10px 0;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText a {
    color: #068acc;
    text-decoration: underline;
}

/* 新規会員登録：共通 */
.sysMemberRegister #sysAll #sysHeader .header_wrap {
    border-bottom: none;
    position: static;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner {
    display: block;
    padding: 7px 0px 0px;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
    margin: 15px 0 0;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
    display: block;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img {
    display: block;
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
    font-weight: 700;
    margin-top: 5px;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysWrap {
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

.sysMemberRegister #sysAll #sysWrap #sysMain > h2 {
    display: none;
}

#sysMemberRegisterIndex button.sysButton.btn {
    margin: 30px 0 10px 0;
}

/* 新規会員登録：入力 */
#sysMemberRegisterIndex #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
}

#sysMemberRegisterIndex #sysAll #sysWrap #sysMain input[type="submit"].sysButton {
    max-width: 230px;
    display: block;
    -webkit-box-shadow: none;
    background: none;
    background-color: #333;
    border: 1px solid #101010;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    padding: 0 2%;
    min-width: 150px;
    width: auto;
    text-shadow: none;
    margin: 50px auto;
}

/* 新規会員登録：確認 */
#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain > h2 + div {
    margin-bottom: 1em;
}

#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysFormField {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysBackButton {
    width: 100%;
    max-width: 230px;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 3px;
    background: #ccc;
    color: #444;
}

#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
}

/* 新規会員登録：完了 */
#sysMemberRegisterRegister #sysAll #sysWrap #sysMain > p {
    text-align: center;
}

/* マイページ：ログイン */
#sysMypageLogin #sysAll #sysWrap #sysMain > h3 {
    display: none;
}

#sysMypageLogin #sysAll #sysWrap #sysMain .sysButton {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

/* マイページ：共通＋各設定 */
.sysMypage #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

.sysMypage #sysAll #sysWrap #sysMain > h2 {
    display: none;
}

.sysMypage #sysAll #sysWrap #sysMain > h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.sysMypage #sysAll #sysWrap #sysMain .SysMypageMinorHeadLine {
    font-size: 1.8rem;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 15px 0;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav {
    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;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form {
    width: 49%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form .sysButton {
    margin: 2% 0;
}

.sysMypage #sysAll #sysWrap #sysMain .sysOrderHistory {
    margin-bottom: 30px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMyPoint {
    margin-bottom: 30px;
}

.sysMypage #sysAll #sysWrap #sysMain > form:last-of-type .sysButton {
    max-width: 230px;
    background: #ccc;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList {
    margin-bottom: 30px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li > div {
    width: 78%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li > div form {
    text-align: left;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    width: 20%;
    float: none;
    margin-right: 0;
}

/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysMemberRegister #sysAll #sysWrap {
        margin: 0 auto;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {
    .sysFormField label {
        display: block;
        margin-right: 0;
    }

    /* 新規会員登録：共通 */
    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysMemberRegister #sysAll #sysWrap {
        margin: 0 auto;
    }

    /* マイページ：共通＋各設定 */
    .sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li > div {
        width: 58%;
    }

    .sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li .sysThumbnailImage {
        width: 40%;
    }
.sysMemberRegister .sysContent {
    padding: 0 !important;
}
.sysMemberRegister div#sysMain {
    width: 96%;
}
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
cart.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysCart #sysMain .sysFreeArea img {
    mix-blend-mode: multiply;
    margin: 0 auto;
}
.sysCart p.cartTxt {
    padding: 0 !important;
}
.sysCart #sysWrap {
    padding: 50px 0 !important;
}

.sysCart #sysAll #sysHeader,
.sysOpcBody #sysAll #sysHeader {
    /* カートページ用ヘッダー設定 */
}
.sysCart #sysAll #sysHeader .header_wrap, .sysOpcBody #sysAll #sysHeader .header_wrap {
    border-bottom: none;
}
.sysCart #sysAll #sysHeader .header_wrap,
.sysOpcBody #sysAll #sysHeader .header_wrap {
    border-bottom: none;
}
/*
.sysCart #sysAll #sysHeader .header_wrap .header_inner,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner {
    display: block;
    padding: 0;
}
*/
.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
    margin: 15px 0 0;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
    display: block;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img {
    display: block;
    margin: 0 auto;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
    font-weight: 700;
    margin-top: 5px;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysCart #sysAll #sysWrap,
.sysOpcBody #sysAll #sysWrap {
    margin: 0 auto;
}

.sysCart #sysAll #sysWrap #sysMain,
.sysOpcBody #sysAll #sysWrap #sysMain {
    max-width: 800px;
    margin: 50px auto;
}

.sysCart #sysAll #sysWrap #sysMain .sysLoginButton,
.sysCart #sysAll #sysWrap #sysMain .sysButton:hover,
.sysOpcBody #sysAll #sysWrap #sysMain .sysLoginButton,
.sysOpcBody #sysAll #sysWrap #sysMain .sysButton:hover {
    background: #fff;
}

.sysCart #sysAll #sysWrap #sysMain input[type="submit"],
.sysCart #sysAll #sysWrap #sysMain button,
.sysOpcBody #sysAll #sysWrap #sysMain input[type="submit"],
.sysOpcBody #sysAll #sysWrap #sysMain button {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 150px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
color: #333;
}

.sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit, .sysOpcBody #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    background: #8a8a8a;
    border: none;
    margin: 5px 0;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
}
.sysCart #sysAll #sysWrap #sysMain .sysBox,
.sysOpcBody #sysAll #sysWrap #sysMain .sysBox {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1em auto 2em;
    padding: 1em;
}

.sysCart #sysAll #sysWrap #sysMain .sysCartAttention,
.sysOpcBody #sysAll #sysWrap #sysMain .sysCartAttention {
    font-weight: 700;
    color: #da4636;
}

.sysCart #sysAll #sysWrap #sysMain .sysTotalTxt,
.sysOpcBody #sysAll #sysWrap #sysMain .sysTotalTxt {
    text-shadow: none;
}

.sysCart #sysAll #sysWrap #sysMain .sysTotalTxt .sysCartAttention,
.sysOpcBody #sysAll #sysWrap #sysMain .sysTotalTxt .sysCartAttention {
    font-size: 2rem;
    padding: 0 0.3em;
}

.sysCart #sysAll #sysWrap #sysMain .sysCartTitle,
.sysOpcBody #sysAll #sysWrap #sysMain .sysCartTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    padding: 0;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox {
    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;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > div,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > div {
    width: 100%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > a,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > a {
    display: block;
    width: 30%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > a .sysProductImg,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox > a .sysProductImg {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox hr,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox hr {
    width: 100%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct {
    width: 68%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct .sysItemName,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct .sysItemName {
    font-size: 1.8rem;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox select,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox select {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    float: none;
    margin: 5px 0;
    padding: .2em .5em;
    border: 1px solid #000;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysNumArea,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysNumArea {
    padding-top: 5px;
    margin-bottom: 20px;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea {
    text-align: right;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea .sysButton,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea .sysButton {
    text-align: center;
    background-color: #fff;
}

/* 旧OPCのボタン設定 */
#sysAll #sysWrap #sysMain button.mdl-button {
    display: inline-block;
    width: auto;
    height: 45px;
    min-width: 150px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #999 !important;
    border-radius: 5px;
    cursor: pointer;
    background: #fff !important;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
}

#sysBasket #sysAll #sysWrap #sysMain > .mdl_btn_ button.mdl-button.full-width {
    width: 100% !important;
    max-width: 100%;
    font-weight: 700;
    background: #da4636 !important;
    border: none !important;
    margin: 5px 0;
    text-shadow: none;
    line-height: 1;
    font-size: 1.5rem;
    color: #fff;
}

.sysCart #sysAll #sysWrap #sysMain button.opc-dlg-close {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 0;
    line-height: 1;
    padding-bottom: 6px;
}

/* OPC設定 */
.mdl_btn_.opcDialog,
form.opcUseAmazon {
    width: 100%;
    padding-right: 0;
}

#sysMain h3 {
    font-size: 2rem;
}

#sysMain #show-dlg-1,
#sysMain #show-dlg-1_low,
#sysMain .sysOpcNextSubmit,
#sysMain .sysNextSubmit {
    display: block;
    -webkit-box-shadow: none;
    background: none;
    background-color: #333;
    border: 1px solid #101010;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    padding: 0 2%;
    min-width: 150px;
    width: auto;
    text-shadow: none;
    margin: 50px auto;
}

#sysMain #show-dlg-2 {
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    background: #000 !important;
}

#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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    background: #000 !important;
    color: #fff !important;
    background: #da4636 !important;
}

#sysMain .next_btn {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

#sysMain #order_price_confirm_btn {
    color: #fff !important;
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000 !important;
}

#sysMain .mdl-js-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sysMain #change-to-billAddr,
#sysMain #show-dlg-addrList,
#sysMain #show-dlg-inputAddr {
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

#sysMain p.user_type {
    font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
    font-size: 1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
    height: auto;
    position: static;
    border-bottom: none;
}

.sysOpcBody .header_h1_under a {
    pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
    display: none;
}

input[type="button"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
    margin-left: 0 !important;
    height: auto;
}

.opcCommonEditModeBlock {
    background: #fff !important;
    padding: 20px;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
    font-size: large !important;
    margin-bottom: 0.5em;
}

.opcItem {
    padding: 3%;
    border: 1px solid #9b9b9b;
    margin-top: 10px;
}

.opcCommonInputSelect,
.opcCommonButton {
    background: #fff !important;
}

.opcCommonInputSelect {
    width: auto;
    min-width: 100px;
    background: #f1f1f1 !important;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
    background: #8a8a8a !important;
    border: 1px solid #8a8a8a !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 0;
}

.opcConfirm_inputStatus {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 1em;
    background: #da4636 !important;
    color: #fff !important;
    border: 1px solid #da4636 !important;
    font-weight: bold;
}

.opcConfirm_inputStatus_disable {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 1em;
    background: #ccc !important;
    color: #000 !important;
}

.opcConfirm_order {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    background: #8a8a8a !important;
    color: #fff !important;
    border: 1px solid #8a8a8a !important;
    font-weight: bold;
    border-radius: 0;
}

.opcConfirm_order_disable {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    background: #ccc !important;
    color: #000 !important;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
    width: 42px !important;
    background: #f1f1f1 !important;
}

.opcCommonButtonGroup {
    margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
    margin-top: 1em;
    display: inline-block;
}

.opcOrderSummary_totalPriceAndLabelGroup {
    padding-bottom: 10px !important;
}

.opcCommonEditLabel {
    margin-top: 1em;
    border-left: 0px;
}

.opcOrderSummary_priceBreakDownGroup {
    padding-top: 1em;
    padding-bottom: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.opcBillingAddress_prefState_edit {
    margin: 5px 0;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
    padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 !important;
    position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcCommonRequireLabel {
    color: #da4636 !important;
    font-weight: bold;
}

.opcRemarks_remark_edit {
    width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
    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;
    margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
    width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    width: calc(32% - 1em) !important;
}

.opcItem_itemName {
    font-weight: bold;
    font-size: 15px;
}

.opcConfirm_headerErrorMessage {
    width: 100% !important;
    max-width: 800px;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
    margin-left: 0 !important;
    width: 100% !important;
    white-space: normal !important;
}

#sysOpc > form + div {
    margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
}

.opcDeliveryAddress {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
    width: 126px;
    display: inline-block;
}

/* SP */
@media only screen and (max-width: 768px) {

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysCart #sysAll #sysWrap,
    .sysOpcBody #sysAll #sysWrap {
        margin: 0 auto;
    }
.sysCart #sysAll #sysWrap, .sysOpcBody #sysAll #sysWrap {
    margin: 0 auto;
}
.sysCart .sysTitle span, .sysHeadline span {
    font-weight: bold;
}
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_detail.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemDetail #sysAll #sysWrap #sysMain article {
    /* タイトル */
    /* 画像とテキストの横並び設定 */
}

#sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1 {
    background: none;
    border: none;
    font-size: 2.0rem;
    font-weight: normal;
    color: #101010;
    height: auto;
    line-height: 140%;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 0.05em;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .sysDescription #sysDescription {
    padding: 0 149px 0 150px;
}

/* SP */
@media only screen and (max-width: 768px) {
#sysItemDetail #sysAll #sysWrap #sysMain article > .sysDescription #sysDescription {
    padding: 0 0px 0 0px;
}
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea {
    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: center;
    /* 画像 */
    /* テキスト */
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages {
    width: 48%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysMainImage a {
    display: block;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysMainImage a img {
    display: block;
    width: 100%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageDescription {
    font-size: 1.2rem;
    margin: 5px 0;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageList li {
    float: left;
    padding: 0;
    height: 76px;
    width: 76px;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageList li:nth-child(5n) {
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageList li:nth-child(5n) {
    float: left;
    padding: 0;
    height: 76px;
    width: 76px;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages .sysImageList li:nth-child(4n) {
    margin: 0 0 5px 0;
}
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea {
    max-width: 450px;
    width: 50%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysPr {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysDescription {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation table {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation table thead {
    text-align: center;
    color: #fff;
    background: #999;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation table th,
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation table td {
    padding: 6px 10px;
    text-align: center;
    border: none;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table th,
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table td {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table th {
    width: 30%;
    border-right: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .itempage_detail table td {
    width: 70%;
    text-align: left;
    background: #fff;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx {
    margin-bottom: 30px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx .show_bx_inner {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .btn_tr {
    padding: 10px 0 10px 35px !important;
    background: #e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .btn_tr.active {
    background: #e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
    background-size: 18px !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .contents_tr {
    background-color: #f5f5f5;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .contents_tr table {
    margin-bottom: 0 !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysItemId {
    font-size: 1.2rem;
    text-align: right;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysRetailPrice {
    width: 100%;
    margin-bottom: 20px;
    color: #000;
/*    font-weight: 700;  */
    text-align: left;
    font-size: 14px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysRetailPrice .sysRetailPriceValue {
    font-size: 14px;
    font-weight: 400;
    margin-left: 6vw;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm select {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 5px 0;
    padding: .2em .5em;
    border: 1px solid #000;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysCartInForm #sysVariation {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysCartInForm #sysVariation .sysFormVariationTable {
    width: 100%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariationName {
    background-color: #ededed;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysSelections {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber {
    text-align: left;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber select {
    max-width: 40px;
    background: #fff;
    margin-left: 6vw;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber .sysNumArea {
    padding-top: 5px;
    margin-bottom: 20px;
display:none;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 37%;
    padding: 10px;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    background: #f1f1f1;
    cursor: pointer;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber .sysNumArea button:hover {
    background-color: #efefef !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber .sysNumArea button.sysBtnPlus {
    background: url(/img/layout/system/btn_plus.png) center center no-repeat;
    background-size: 65px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysNumber .sysNumArea button.sysBtnMinus {
    background: url(/img/layout/system/btn_minus.png) center center no-repeat;
    background-size: 90px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysSubtotal {
    text-align: right;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysSubtotal .sysSubtotalPrice {
    font-size: 1.7rem;
}
/*
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysSubmit .sysCartButton {
    width: 100%;
    padding: 12px 0 !important;
    text-indent: -999px;
    background: #272727 url(https://www.mazdacollection.jp/img/common/btn_cart.gif) center center no-repeat;
    background-size: 100%;
    border-radius: 0 !important;
    margin: 25px 0 0 0;
}
*/
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysWishlist .sysButton {
    width: 25px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart2.png) center center no-repeat;
    background-position: center;
    margin-top: 20px;
    margin-right: 0;
    padding: 20px 0;
    background-size: contain;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm #sysWishlist .sysWishListButton {
    width: 25px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart.png) center center no-repeat;
    background-position: center;
    margin-top: 20px;
    margin-right: 0;
    padding: 20px 0;
    background-size: contain;
}

.sysItemList ul.sysList li .sysWishListButtonFormAjax .sysButton {
    width: 100%;
    height: 23px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart2.png) center center no-repeat;
    background-position: left;
    margin-bottom: 10px;
    margin-left: 31px;
    padding: 0px 0;
    background-size: contain;
}


.sysItemList ul.sysList li .sysWishListButtonFormAjax .sysWishListButton {
    width: 100%;
    height: 23px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart.png) center center no-repeat;
    background-position: left;
    margin-bottom: 10px;
    margin-left: 31px;
    padding: 0px 0;
    background-size: contain;
}

.sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax .sysButton {
    width: 100%;
    height: 23px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart2.png) center center no-repeat;
    background-position: right;
    margin: 0px 0px 10px -14px;
    padding: 0px 0;
    background-size: contain;
}

.sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax .sysWishListButton {
    width: 100%;
    height: 23px;
    text-align: right;
    overflow: hidden;
    color: transparent;
    border: none;
    background: url(https://www.mazdacollection.jp/img/icon/heart.png) center center no-repeat;
    background-position: right;
    margin: 0px 0px 10px -14px;
    padding: 0px 0;
    background-size: contain;
}

#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea .sysForm .sysShare {
    text-align: right;
}

/* SP */
@media only screen and (max-width: 768px) {
    #sysItemDetail #sysAll #sysWrap #sysMain article {
        /* タイトル */
        /* 画像とテキストの横並び設定解除 */
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1 {
        font-size: 2rem;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea {
        display: block;
        /* 画像 */
        /* テキスト */
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages {
        width: 100%;
        margin-bottom: 20px;
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea {
        width: 100%;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_list.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 件数表示＋表示切り替え部分 */
.sysItemListDisp {
    margin-bottom: 20px;
    /* リストとサムネイル切り替え部分：アイコンを使用する場合は以下をアクティブにしてください */
}

.sysItemList {
    /* リスト表示 */
    /* サムネイル表示 */
}

.sysItemList ul.sysList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ededed;
    background-clip: content-box;
}

.sysItemList ul.sysList li > div {
    width: 100%;
}

.sysItemList ul.sysList li .sysThumbnailImage {
    width: 20%;
}

.sysItemList ul.sysList li .itemDetailWrap {
    width: 78%;
}

.sysItemList ul.sysList li .itemDetailWrap .sysItemName {
    font-size: 1.6rem;
}

.sysItemList ul.sysList li form {
    width: 100%;
    text-align: right;
    margin: 5px 0;
}

.sysItemList ul.sysList li form input[type=submit] {
    margin: 0;
    width: 100%;
    max-width: 200px;
}

.sysItemList ul.sysList li button {
    margin: 0;
    width: 100%;
    max-width: 200px;
}

.sysItemList ul.sysList li form .sysAddSelection select,
.sysItemList ul.sysList li form .sysAddVariation select {
    width: 100%;
    max-width: 200px;
    margin-bottom: 5px;
}

.sysItemList ul.sysThumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sysItemList ul.sysThumbnail li {
    float: none;
    background-clip: content-box;
    background-color: #ededed;
    width: 20%;
}

.sysItemList ul.sysThumbnail li > div {
    width: 100%;
}

.sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
    font-size: 1.3rem;
     height: 60px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice {
    font-size: 1.3rem;
    text-align: center;
}

.sysItemList ul.sysThumbnail li form {
    width: 100%;
    margin: 10px 0;
}

.sysItemList ul.sysThumbnail li form input[type=submit] {
    margin: 0;
    width: 100%;
}

.sysItemList ul.sysThumbnail li form button {
    margin-top: 30px;
    width: 100%;
}

.sysItemList ul.sysThumbnail li form .sysAddSelection select,
.sysItemList ul.sysThumbnail li form .sysAddVariation select {
    width: 100%;
    margin-bottom: 5px;
}

#sysItemCategory #sysAll #sysWrap #sysMain {
    margin-top: 0 !important;
}

#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a {
    display: inline-block;
    padding: 0 4px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0;
    text-decoration: none;
    margin: 2px 0;
}

#sysItemSearch #sysAll #sysWrap #sysMain {
    /* 検索条件変更 */
}

#sysItemSearch #sysAll #sysWrap #sysMain h2 {
    margin-bottom: 10px;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form {
    font-size: 1.2rem;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormWord {
    margin-bottom: 5px;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormWord input {
    vertical-align: bottom;
    border: 1px solid #d0d0d0;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form input[type="radio"] {
    margin: 10px 10px 20px;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form select {
    height: 30px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormRange {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormRange input {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormCategory {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormSort {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormLimit {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain > form .sysSearchButton {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    border: none;
    background: #222222;
    color: #fff;
    font-size: 120%;
    cursor: pointer;
    border-radius: 3px;
}

/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .sysItemList {
    }

    .sysItemList ul.sysList li .sysThumbnailImage {
        width: 30%;
    }

    .sysItemList ul.sysList li .itemDetailWrap {
        width: 68%;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {
    .sysItemList {
        /* リスト表示 */
        /* サムネイル表示 */
    }

    .sysItemList ul.sysList li .sysThumbnailImage {
        width: 40%;
    }

    .sysItemList ul.sysList li .itemDetailWrap {
        width: 58%;
    }

    .sysItemList ul.sysList li .itemDetailWrap .sysItemName {
        font-size: 1.4rem;
    }

    .sysItemList ul.sysList li form input[type=submit] {
        max-width: 100%;
    }

    .sysItemList ul.sysList li form button {
        max-width: 100%;
    }

    .sysItemList ul.sysThumbnail li {
        width: 50%;
    background-clip: content-box;
    background-color: #ededed;
    }

    .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
        font-size: 1.4rem;
        margin-top: 5px;
padding-left: 5px;
        padding-right: 5px;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
text_page.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#law #sysAll #sysWrap #sysMain,
#shopping-guide #sysAll #sysWrap #sysMain,
#questions #sysAll #sysWrap #sysMain,
#privacypolicy #sysAll #sysWrap #sysMain,
#corporate #sysAll #sysWrap #sysMain {
/*    max-width: 800px;   */
}

#law #sysAll #sysWrap #sysMain .text_page,
#shopping-guide #sysAll #sysWrap #sysMain .text_page,
#questions #sysAll #sysWrap #sysMain .text_page,
#privacypolicy #sysAll #sysWrap #sysMain .text_page,
#corporate #sysAll #sysWrap #sysMain .text_page {
    /* テキストページ共通 */
    /* ご利用ガイド */
    /* 特定商取引法に基づく表示 */
}

#law #sysAll #sysWrap #sysMain .text_page .pattern01,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .pattern01,
#questions #sysAll #sysWrap #sysMain .text_page .pattern01,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .pattern01,
#corporate #sysAll #sysWrap #sysMain .text_page .pattern01 {
    font-size: 1.8rem;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 15px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .pattern02,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .pattern02,
#questions #sysAll #sysWrap #sysMain .text_page .pattern02,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .pattern02,
#corporate #sysAll #sysWrap #sysMain .text_page .pattern02 {
    font-size: 1.6rem;
    border-bottom: 1px solid #3d3d3d;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 10px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock {
    margin: 30px 0;
    font-size: 1.3rem;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock .larger {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock ul li {
    margin: 5px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

#law #sysAll #sysWrap #sysMain .text_page hr.style01,
#shopping-guide #sysAll #sysWrap #sysMain .text_page hr.style01,
#questions #sysAll #sysWrap #sysMain .text_page hr.style01,
#privacypolicy #sysAll #sysWrap #sysMain .text_page hr.style01,
#corporate #sysAll #sysWrap #sysMain .text_page hr.style01 {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 50px auto;
    padding: 0;
    border: 0;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock {
    padding-top: 20px;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee {
    width: 100%;
    margin: 20px auto;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle {
    font-size: 1.6rem;
    color: #424242;
    margin-bottom: 10px;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: center;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead {
    background: #555;
    text-align: center;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th {
    padding: 10px;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead {
    display: none;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th {
    width: 55%;
    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;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td {
    width: 45%;
    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;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw {
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 auto 30px;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ededed;
    border-bottom: 1px dotted #bfbfbf;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type {
    border: none;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt {
    width: 25%;
    padding: 15px;
    font-weight: 700;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd {
    width: 75%;
    padding: 15px;
    background: #fff;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

/* SP */
@media only screen and (max-width: 768px) {

    #law #sysAll #sysWrap #sysMain .text_page,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page,
    #questions #sysAll #sysWrap #sysMain .text_page,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page,
    #corporate #sysAll #sysWrap #sysMain .text_page {
        /* テキストページ共通 */
        /* ご利用ガイド */
        /* 特定商取引法に基づく表示 */
    }

    #law #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #questions #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #corporate #sysAll #sysWrap #sysMain .text_page .txtBlock {
        font-size: 1.2rem;
    }

    #law #sysAll #sysWrap #sysMain .text_page hr.style01,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page hr.style01,
    #questions #sysAll #sysWrap #sysMain .text_page hr.style01,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page hr.style01,
    #corporate #sysAll #sysWrap #sysMain .text_page hr.style01 {
        margin: 30px auto;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock {
        padding-top: 0;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable {
        text-align: left;
        font-size: 1.2rem;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead {
        width: 100%;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th {
        display: block;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead {
        display: block;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead {
        display: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th {
        display: block;
        width: 100%;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td {
        display: block;
        width: 100%;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b {
        color: #D42E30;
        display: inline-block;
        padding: 0 3px;
        font-size: 1.2em;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw {
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl {
        display: block;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt {
        width: 100%;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd {
        width: 100%;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
top.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#top #sysAll #sysHeader {
    /* スライダー */
}

#top #sysAll #sysHeader .top_slider {
    margin-top: 126px;
}

#top #sysAll #sysHeader .top_slider img {
    display: block;
    width: 100%;
}

#top #sysAll #sysHeader .top_slider .slick-slide {
    opacity: .7;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

#top #sysAll #sysHeader .top_slider .slick-current {
    opacity: 1;
}

#top #sysAll #sysWrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 178px;
    overflow: auto;
    padding-bottom: 57px;
    background-color: #fff;
}

#top #sysAll #sysWrap #sysMain,
#MSpR #sysAll #sysWrap #sysMain {
    box-sizing: border-box;
    float: right;
    width: calc(100% - 300px) !important;
    max-width: 900px;
    margin: 0 0 20px 0;
    /* 新着アイテム */
    /* 特集一覧 */
    /* おすすめ商品 */
}

#top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_newarrival .sysItemBlock ul li {
    width: 25%;
    padding: 5px 10px;
position: relative;
}
#top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li .sysItemPrArea,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_newarrival .sysItemBlock ul li .sysItemPrArea {
 /*position: absolute;*/
    top: 5px;
    left: 8px;
}

#top #sysAll #sysWrap #sysMain .top_features ul,
#top #sysAll #sysWrap #sysMain .top_features2 ul,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

#top #sysAll #sysWrap #sysMain .top_features2 ul li,
#top #sysAll #sysWrap #sysMain .top_features ul li {
    width: 33%;
    padding: 0 5px;
    font-size: 1.2rem;
}
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li {
    width: 49%;
    padding: 0 5px;
    font-size: 1.2rem;
}
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li {
    width: 33%;
    padding: 0 5px;
    font-size: 1.2rem;
}

#top #sysAll #sysWrap #sysMain .top_features ul li .featuresText,
#top #sysAll #sysWrap #sysMain .top_features2 ul li .featuresText,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li .featuresText,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li .featuresText {
    margin: 10px auto;
}

#top #sysAll #sysWrap #sysMain .top_features ul li .featuresText span,
#top #sysAll #sysWrap #sysMain .top_features2 ul li .featuresText span,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li .featuresText span,
#MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li .featuresText span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

#top #sysAll #sysWrap #sysMain .top_recommend_item,
#MSpR #sysAll #sysWrap #sysMain .top_recommend_item {
    margin-bottom: 60px;
}

#top #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li,
#MSpR #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li {
    float: left;
}

/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    #top #sysAll #sysHeader {
    }

    #top #sysAll #sysHeader .top_slider {
        margin-top: 114px;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {
    #top #sysAll #sysHeader {
        /* スライダー */
    }

    #top #sysAll #sysHeader .top_slider,
    #MSpR #sysAll #sysHeader .top_slider {
        margin-top: 114px;
    }

#sysAll #sysWrap {
        margin-top: 0;
        padding-top: 207px;
        margin-bottom: 50px;
    }

    #top #sysAll #sysWrap #sysMain,
    #MSpR #sysAll #sysWrap #sysMain {
        /* 新着アイテム */
        /* 特集一覧 */
        /* おすすめ商品 */
        /* 商品ランキング */
width: 100% !important;
    }

    #top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_newarrival .sysItemBlock ul li {
        width: 33%;
        padding: 5px;
position: relative;
    }
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea {

}
    #top #sysAll #sysWrap #sysMain .top_features ul li,
    #top #sysAll #sysWrap #sysMain .top_features2 ul li,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li  {
        width: 46%;
        padding: 0;
        margin: 2%;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(1),
    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(2),
    #top #sysAll #sysWrap #sysMain .top_features2 ul li:nth-of-type(1),
    #top #sysAll #sysWrap #sysMain .top_features2 ul li:nth-of-type(2),
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li:nth-of-type(1),
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li:nth-of-type(2),
 {
        width: 100%;
        position: relative;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(1) .featuresText,
    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(2) .featuresText,
    #top #sysAll #sysWrap #sysMain .top_features2 ul li:nth-of-type(1) .featuresText,
    #top #sysAll #sysWrap #sysMain .top_features2 ul li:nth-of-type(2) .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li:nth-of-type(1) .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li:nth-of-type(2) .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li:nth-of-type(1) .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li:nth-of-type(2) .featuresText {
        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 #sysAll #sysWrap #sysMain .top_features ul li .featuresText,
    #top #sysAll #sysWrap #sysMain .top_features2 ul li .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li .featuresText,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li .featuresText {
        margin: 10px auto;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li .featuresText span,
    #top #sysAll #sysWrap #sysMain .top_features2 ul li .featuresText span,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features ul li .featuresText span,
    #MSpR #sysAll #sysWrap #sysMain .mspr-top_features_three ul li .featuresText span {
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
    }

    #top #sysAll #sysWrap #sysMain .top_recommend_item,
    #MSpR #sysAll #sysWrap #sysMain .top_recommend_item {
        margin-bottom: 50px;
    }

    #top #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li .sysCartButton,
    #MSpR #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li .sysCartButton {
        width: 100%;
        font-size: 1rem;
        letter-spacing: -1px;
    }

    #top #sysAll #sysWrap #sysMain .top_ranking_item .sysItemBlock ul li .sysCartButton,
    #MSpR #sysAll #sysWrap #sysMain .top_ranking_item .sysItemBlock ul li .sysCartButton {
        width: 100%;
        font-size: 1rem;
        letter-spacing: -1px;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
parts.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
見出し
=========================== */
.sysTitle,
.sysHeadline {
    width: 600px;
    margin: 5px auto 15px;
    position: relative;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 3px;
}

.sysTitle span,
.sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: transparent;
    text-align: center;
font-weight
}

.sysTitle b,
.sysHeadline b {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}

/* SP */
@media only screen and (max-width: 768px) {

    .sysTitle,
    .sysHeadline {
        width: 96%;
        position: static;
        font-size: 2rem;
    }

    .sysTitle::before,
    .sysHeadline::before {
        height: 0;
    }

    .sysTitle span,
    .sysHeadline span {
        position: static;
        margin: 0;
        padding: 0;
    }

    .sysTitle b,
    .sysHeadline b {
        font-size: 1rem;
        border-top: 1px solid #222;
        padding: 5px 80px 0;
        margin-top: 3px;
    }
}

/* ----------------------------------------------------------------------------------- */
/* ===========================
ボタン
=========================== */
.common_btn {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 50px;
    position: relative;
}

.common_btn a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
}

.common_btn a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 2rem;
}

/* ----------------------------------------------------------------------------------- */
/* ===========================
スライダー設定
=========================== */
.slick-slider .slick-arrow {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.slick-slider .slick_prev {
    left: 2%;
}

.slick-slider div.slick_prev::after{
    content:"";
    color:white;
    font-family: "Mazda Type Medium",'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',serif;
    font-size: 40px;
    line-height: 30px;
}

.slick-slider .slick_next {
    right: 2%;
}

.slick-slider div.slick_next::after{
    content:"";
    color:white;
    font-family: "Mazda Type Medium",'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',serif;
    font-size: 40px;
    line-height: 30px;
}

.slick-slider .slick-dots {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 1em 1em 1em 2.5em;
    margin: 0px 40px;
    border: solid 0px #e8e8e8;
    border-radius: 3px;
    max-height: 10px;
}

.slick-slider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    background-color: white;
    border-radius: 50%;
    margin: 0 10px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
}

.slick-slider .slick-dots li.slick-active {
    background-color: #428bca;
}

    .slick-slider .slick-arrow.slick_prev {
        left: 30%;
    }

    .slick-slider .slick-arrow.slick_next {
        right: 30%;
    }

    .slick-slider .slick-arrow {
        width: 12px;
        height: 22px;
        -webkit-transform: translateY(24%);
        -ms-transform: translateY(24%);
        transform: translateY(24%);
    }


    #MSpR .slick-slider .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .slick-slider .slick-arrow.slick_prev {
        left: 20%;
        background: url(/img/common/controls.png) no-repeat 0 0;
        background-size: 24px;
    }

    .slick-slider .slick-arrow.slick_next {
        right: -5%;
        background: url(/img/common/controls.png) no-repeat -12px 0;
        background-size: 24px;

    }

/* TB */
/*
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .slick-slider .slick-arrow.slick_prev {
        left: 30%;
    }

    .slick-slider .slick-arrow.slick_next {
        right: 30%;
    }
}
*/
/* SP */
@media only screen and (max-width: 768px) {
    .slick-slider .slick-arrow {
        width: 12px;
        height: 22px;
        -webkit-transform: translateY(24%);
        -ms-transform: translateY(24%);
        transform: translateY(24%);
    }
    #top .slick-slider .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    #MSpR .slick-slider .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .slick-slider .slick-arrow.slick_prev {
        left: 20%;
        background: url(/img/common/controls.png) no-repeat 0 0;
        background-size: 24px;
    }

    .slick-slider .slick-arrow.slick_next {
        right: -5%;
        background: url(/img/common/controls.png) no-repeat -12px 0;
        background-size: 24px;
    }

    .slick-slider .slick-dots {
        margin: 14px auto 0;
    }

    .slick-slider .slick-dots li {
        width: 10px !important;
        height: 10px !important;
    }
}

/* ----------------------------------------------------------------------------------- */
/* ===========================
アイテムブロック
=========================== */
.sysFuncItemBlock .sysItemBlock .sysHorizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li {
    float: none;
    width: 33%;
    padding: 5px 10px;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemName {
    font-size: 1.3rem;
	height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysAddSelection select,
.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysAddVariation select {
    width: 100%;
    margin-bottom: 5px;
}

/* SP */
@media only screen and (max-width: 768px) {
    .sysFuncItemBlock .sysItemBlock .sysHorizontal li {
        width: 33%;
        padding: 5px;
    }

  .STEP2_com-top_R .sysItemBlock .sysHorizontal li .sysItemPrice {
        font-size: 1.2rem;
}

  .STEP2_com-top_N .sysItemBlock .sysHorizontal li .sysItemPrice {
        font-size: 1.2rem;
    }

  .STEP2_com-top_R .sysItemBlock .sysHorizontal li .sysItemPrArea {
font-size: 1.2rem;
        width: 100%;
        text-align: center;
}

.STEP2_com-top_R .sysContent .sysIconRank {
    text-align: center;
    height: 0px;
}

  .STEP2_com-top_N .sysItemBlock .sysHorizontal li .sysItemPrArea {
font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
}


/* ハンバーガーメニュー元サイト */

#navBtn li#header-nav-drawer {
    min-height: 38px;
    position: absolute;
    top: 0px;
    right: 2%;
}

#header-nav-drawer span::before {
    margin-top: -8px;
}

#header-nav-drawer span::after {
    margin-top: 6px;
}

#header-nav li#header-nav-drawer {
    background: #FFF;
    border: 1px solid #888;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 2%;
    top: 20px;
    white-space: nowrap;
    width: 38px;
    z-index: 150;
}

#header-nav-drawer span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    margin: -3px 0 0 -12px;
    background: #777;
    transition: .2s;
}

#header-nav {
    color: #999;
    line-height: 100%;
}

#header-nav-drawer span::before,
#header-nav-drawer span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 3px;
    background: #777;
    transition: .3s;
}

li#header-nav-drawer {
    background: #FFF;
    border: 1px solid #888;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 38px;
    z-index: 150;
}

#header-nav-drawer span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #777;
    transition: .2s;
}

#header-nav-drawer span::before,
#header-nav-drawer span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    background: #777;
    transition: .3s;
}

#header-nav-drawer span::before {
    margin-top: -8px;
}

#header-nav-drawer span::after {
    margin-top: 6px;
}

div.spCart a{
color: rgb(248, 248, 248);
}

div.spCart a img{
    display: block;
    height: auto;
    margin: 0 auto 3px;
    top: 0;
    width: 22px;
}

#sub-column {
    background-color: #F5F5F5;
    box-sizing: border-box;
    float: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 75px 2% 0;
    position: fixed;
    right: -60%;
    top: 0;
    width: 60%;
}

section {
    box-sizing: border-box;
}

#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
    margin-bottom: 20px;
}

#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

#sub-column h2 {
    background-color: #F5F5F5;
    padding: 19px 2%;
}

#sub-column h2 {
    color: #F5F5F5;
    font-size: 100%;
    letter-spacing: 0.05em;
    padding: 5px 0;
}

section .newItem h2,
section .pickup h2,
section .ranking h2,
section .group h2,
section .category h2 {
    min-height: 25px;
}

section section {
    padding: 0;
}

#sub-column .category h3 {
    border: none;
    font-weight: normal;
    padding: 0;
    margin: 0 0 7px;
}

.category h3 {
    border-bottom: 1px dotted #555;
    color: #555;
    font-size: 100%;
    font-weight: bold;
    line-height: 120%;
    padding: 0 0 5px;
    margin: 5px 0 15px;
}

#sub-column .group nav,
#sub-column .category nav,
#sub-column .link nav {
    border-top: 1px dotted #555;
    margin-bottom: 25px;
}

#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
    line-height: 160%;
}

#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
    border-top: none;
}

#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
    background-image: none;
    border-bottom: 1px dotted #555;
    background-color: #F5F5F5;
    display: block;
    font-size: 90%;
    letter-spacing: 0.05em;
    padding: 0;
}

#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
    font-size: 100%;
}

#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
    color: #101010;
    display: block;
    padding: 15px 19px 15px 2%;
    position: relative;
    line-height: 130%;
}

#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
    content: "";
    background: url(/img/icon/rsp_arrow02.png);
    background: url(./img/icon/rsp_arrow02.png);
    background: url(../img/icon/rsp_arrow02.png);
    background-size: cover;
    display: inline-block;
    height: 13px;
    margin: -2px 0 0 8px;
    position: absolute;
    right: 2%;
    top: 39%;
    vertical-align: middle;
    width: 8px;
}

#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
    color: #101010;
    display: block;
    padding: 15px 19px 15px 2%;
    position: relative;
    line-height: 130%;
}

.freeArea2 {
    margin-bottom: 20px;
}

#sub-column h2 {
    background-color: #F5F5F5;
    padding: 19px 2%;
}

#sub-column h2 {
    color: #F5F5F5;
    font-size: 100%;
    letter-spacing: 0.05em;
    padding: 5px 0;
}

h1,
h2,
h4,
h5,
h6 {
    line-height: 1.5em;
    font-size: 100%;
}

#sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 100%;
    padding: 2%;
}

.freeArea2 .free-contents p {
    line-height: 160%;
}

a:link {
    color: #101010;
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
}

#sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 100%;
    padding: 2%;
}

.box1 {
    padding: 0 0;
    margin: 0 0;
    font-weight: lighter;
    border: solid 0.2px #555;
}

/* ハンバーガー終わり　*/

.pc_only1 {
    display: block;
}

.sp_only1 {
    display: none;
}

#sysHeader .header_wrap .header_inner .header_sp {
    display: none;
}

@media only screen and (max-width: 768px) {

    .pc_only1 {
        display: none;
    }

    .sp_only1 {
        display: block;
    }

    #sysHeader .header_wrap .header_inner #cartInfo {
        display: none;
    }

    #sysHeader .header_wrap .header_inner .header_h1,
    #sysHeader .header_wrap .header_inner .mspr-header_h1,
    #sysHeader .header_wrap .header_inner .com-header_h1,
    #sysHeader .header_wrap .header_inner .header_h1_under {
        max-width: 60%;
    }
.g_navi {
    position: absolute;
    top: 10px;
    right: 70px;
}
 .g_navi img {
width: 22px;
}

.search_bx {
position: relative;
    top: -31px;
}

.sysItemSearchFormWord input[type=search] {
height:48px;
}
.sysItemSearchFormWord
}

@media only screen and (max-width: 768px) {
    .sysDisplayTabletNone {
        display: block;
    }

    #sysHeader .header_wrap .header_inner .header_sp {
        display: block;
        position: absolute;
        top: 0px;
        right: 2%;
    }
}

/*
@media only screen and (max-width: 960px) {
    #sysHeader .header_wrap {
        background-size: cover !important;
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
    }

    #sysHeader {
        width: 100%;
        margin: 0 auto;
        background-color: #000;
    }

    .search_bx {
        float: none;
        display: block;
        overflow: inherit !important;
        margin: 64px 0 0;
        width: 100%;
    }

    .search_bx .sysHeadline {
        display: none;
    }

    .header_serchBox .sysContent {
        float: none;
        margin: 0 0 10px;
        width: 100%;
        position: absolute;
        top: 115px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .header_serchBox .sysContent form {
        width: 100%;
        height: 50px;
        position: relative;
        border: 1px solid #272727;
        box-sizing: border-box;
        background: white;
    }

    .sysItemSearchFormWord {
        height: 48px !important;
        padding: 0 70px 0 5px;
        width: 100%;
    }

    .sysItemSearchForm input[type=submit] {
        background-color: #777;
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
    }

    #sysHeader .header_wrap .header_inner {
        background-size: cover !important;
        box-sizing: border-box;
        padding: 0 2%;
        position: relative;
        width: 100%;
        padding-bottom: 0px;
    }

    #sysHeader .header_wrap .header_inner .h_navi {
        margin-top: 75px;
    }
}
*/
@media only screen and (max-width: 768px) {
    .search_bx {
        position: absolute;
        top: 99px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
body#sysFormIndex div#sysMain {
    width: 96%;
/*    margin: 100px auto;  */
}
.sysMypage div#sysMain {
    width: 96%;
    margin: 100px auto;
}

}

/* ----------------------------------------------------------------------------------- */
/* ===========================
PR設定
=========================== */
/*
.sysPr span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    text-align: center;
    border: 1px solid #222;
    border-radius: 50px;
    padding: 3px 10px;
    margin: 0 0 5px;
}
*/
.sysPr span:first-of-type {
    display: none;
}

/* ----------------------------------------------------------------------------------- */




#sysMain #show-dlg-1, #sysMain #show-dlg-1_low, #sysMain .sysOpcNextSubmit, #sysMain .sysNextSubmit {
    margin: 50px auto 20px !important;
width:160px;
}
#sysMemberRegisterIndex #sysAll #sysWrap #sysMain input[type="submit"].sysButton {
    margin: 20px auto 80px !important;
width:160px;
}
#sysItemDetail #sysMain .sysNextSubmit {
  padding: 0 10px;
}

/*商品詳細*/
#sysItemDetail div#sysMain {
    margin-top: 0 !important;
}
a.sysPankuzuUrl {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0 10px 0 13px;
}
span.sysPankuzuItemName {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0 10px 0 13px;
}
.sysCategoryPankuzu {
    margin-bottom: 30px;
    margin-top: -30px;
}
span.sysItemPr {
    color: red;
    padding: 1px 7px 1px 7px;
    font-size: 17px;
}

span.sysItemPr_red {
    border: solid 5px red;/*1色ｶﾗｰ*/
    background-color: red;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_grey {
    border: solid 2px #a81e33;
    border-radius: 0.25em;
    background-color: #a81e33;
    color: #ffffff;
    padding: 1px 8px 1px 8px;
    font-size: 11px;
}

span.sysItemPr_soulred {
    border: solid 5px #AD201A;/*1色ｶﾗｰ*/
    background-color: #AD201A;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_machinegray {
    border: solid 5px #4A595E;/*1色ｶﾗｰ*/
    background-color: #4A595E;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_rhodium {
    border: solid 5px #E6E6E4;/*1色ｶﾗｰ*/
    background-color: #E6E6E4;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_jetblack {
    border: solid 5px #010006;/*1色ｶﾗｰ*/
    background-color: #010006;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_platinum {
    border: solid 5px #C9C5C2;/*1色ｶﾗｰ*/
    background-color: #C9C5C2;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_melting {
    border: solid 5px #E2BAA6;/*1色ｶﾗｰ*/
    background-color: #E2BAA6;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_deepblue {
    border: solid 5px #000343;/*1色ｶﾗｰ*/
    background-color: #000343;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_sonic {
    border: solid 5px #99999C;/*1色ｶﾗｰ*/
    background-color: #99999C;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_zircon {
    border: solid 5px #9A8E82;/*1色ｶﾗｰ*/
    background-color: #9A8E82;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_aero {
    border: solid 5px #9FA2A6;/*1色ｶﾗｰ*/
    background-color: #9FA2A6;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_snow {
    border: solid 5px #E6EBEB;/*1色ｶﾗｰ*/
    background-color: #E6EBEB;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;

}

span.sysItemPr_artisan {
    border: solid 5px #550F14;/*1色ｶﾗｰ*/
    background-color: #550F14;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_pori {
    border: solid 5px #7A819D;/*1色ｶﾗｰ*/
    background-color: #7A819D;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_dynamicblue {
    border: solid 5px #003690;/*1色ｶﾗｰ*/
    background-color: #003690;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_titanium {
    border: solid 5px #2C231E;/*1色ｶﾗｰ*/
    background-color: #2C231E;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_meteor {
    border: solid 5px #4E4E4E;/*1色ｶﾗｰ*/
    background-color: #4E4E4E;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_bluereflex {
    border: solid 5px #789DBC;/*1色ｶﾗｰ*/
    background-color: #789DBC;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_bluegray {
    border: solid 5px #4F5B69;/*1色ｶﾗｰ*/
    background-color: #4F5B69;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_white {
    border: solid 5px #fff;/*1色ｶﾗｰ*/
    background-color: #fff;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_black {
    border: solid 5px #000000;/*1色ｶﾗｰ*/
    background-color: #000000;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_Burgundy {
    border: solid 5px #561620;/*1色ｶﾗｰ*/
    background-color: #561620;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_tan {
    border: solid 5px #A06F47;/*1色ｶﾗｰ*/
    background-color: #A06F47;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_natural {
    border: solid 5px #fff;/*1色ｶﾗｰ*/
    background-color: #fff;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_green {
    border: solid 5px green;/*1色ｶﾗｰ*/
    background-color: green;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_green {
    border: solid 5px green;/*1色ｶﾗｰ*/
    background-color: green;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_blue {
    border: solid 5px blue;/*1色ｶﾗｰ*/
    background-color: blue;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_yellow {
    border: solid 5px yellow;/*1色ｶﾗｰ*/
    background-color: yellow;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_orange {
    border: solid 5px orange;/*1色ｶﾗｰ*/
    background-color: orange;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_maroon{
    border: solid 5px #800000;/*1色ｶﾗｰ*/
    background-color: #800000;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_green2{
    border: solid 5px #018576;/*1色ｶﾗｰ*/
    background-color: #018576;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_green3{
    border: solid 5px #3E594D;/*1色ｶﾗｰ*/
    background-color: #3E594D;/*1色ｶﾗｰ*/
    color: transparent;
    display: inline-grid;
	width: 11px;/*幅*/
	height: 11px;/*高さ*/
	border-radius: 50%;/*角丸*/
    font-size: 0px;
    border-style: solid;
    border-color: #B5B5B5;/*縁ｶﾗｰ*/
    border-width: 1px;
    align-items: end;
    justify-content: start;
    align-content: center;
}

span.sysItemPr_pori2black {/*PR設定のclass名*/
display: inline-block;/*要素を動かす：width・hightを使うのに必要*/
    border: none;/*ふち線無し*/
  background: linear-gradient(45deg, #7A819D 0%, #7A819D 50%, #000000 50%, #000000 100%);/*2色ｶﾗｰ*/
	width: 10px;/*幅*/
	height: 10px;/*高さ*/
	border-radius: 50%;/*角丸*/
  text-align:center;/*文字を中央に配置*/
    color: transparent;/*文字色：透明*/
    font-size: 0px;/*文字サイズ*/
 line-height: 10px;/*文字の高さ：heightと合わせる*/
}

span.sysItemPr_ceramic2red {/*PR設定のclass名*/
display: inline-block;/*要素を動かす：width・hightを使うのに必要*/
    border: none;/*ふち線無し*/
  background: linear-gradient(45deg, #B1B2AE 0%, #B1B2AE 50%, #6B3341 50%, #6B3341 100%);/*2色ｶﾗｰ*/
	width: 10px;/*幅*/
	height: 10px;/*高さ*/
	border-radius: 50%;/*角丸*/
  text-align:center;/*文字を中央に配置*/
    color: transparent;/*文字色：透明*/
    font-size: 0px;/*文字サイズ*/
 line-height: 10px;/*文字の高さ：heightと合わせる*/
}

span.sysItemPr_soulred2black {/*PR設定のclass名*/
display: inline-block;/*要素を動かす：width・hightを使うのに必要*/
    border: none;/*ふち線無し*/
  background: linear-gradient(45deg, #AD201A 0%, #AD201A 50%, #000000 50%, #000000 100%);/*2色ｶﾗｰ*/
	width: 10px;/*幅*/
	height: 10px;/*高さ*/
	border-radius: 50%;/*角丸*/
  text-align:center;/*文字を中央に配置*/
    color: transparent;/*文字色：透明*/
    font-size: 0px;/*文字サイズ*/
 line-height: 10px;/*文字の高さ：heightと合わせる*/
}

span.sysItemPr_ceramic2black {/*PR設定のclass名*/
display: inline-block;/*要素を動かす：width・hightを使うのに必要*/
    border: none;/*ふち線無し*/
  background: linear-gradient(45deg, #B1B2AE 0%, #B1B2AE 50%, #000000 50%, #000000 100%);/*2色ｶﾗｰ*/
	width: 10px;/*幅*/
	height: 10px;/*高さ*/
	border-radius: 50%;/*角丸*/
  text-align:center;/*文字を中央に配置*/
    color: transparent;/*文字色：透明*/
    font-size: 0px;/*文字サイズ*/
 line-height: 10px;/*文字の高さ：heightと合わせる*/
}


#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages {
    max-width: 400px;
    margin-right: 50px;
    width: 43vw;
}
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea {
    max-width: 450px;
    width: 50%;
}
.sysItemImages .sysImageList li img {
    border: none;
}
#sysItemDetail .sysFuncText.top_text {
    margin-top: 50px;
}
.sysStockQuantity {
    margin-bottom: 15px;
}
.sysStockQuantity span {
    margin-right: 6vw;
}
ul.sysModalImageList {
    margin: 0 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.sysFuncItemBlock.STEP2_com-top_R {
    margin: auto;
    margin-top: 50px;
    padding: 0 50px;
    max-width: 1200px;
    text-align: center;
}

.STEP2_com-top_R .sysContent .sysIconRank {
    text-align: center;
    height: 0px;
}

.sysFuncItemBlock.STEP2_com-top_N {
    margin: auto;
    margin-top: 50px;
    padding: 0 50px;
    max-width: 1200px;
    text-align: center;
}

.sysFuncItemBlock.itempage_recommend {
    margin-top: 50px;
padding: 0 80px;
}

@media only screen and (max-width: 768px) {
.sysFuncItemBlock.itempage_recommend {
    margin-top: 50px;
padding: 0 50px;
}
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li {
    float: left;
}
th.sysFormVariationName:first-child {
    display: none;
}
.itempage_recommend .slick-slider .slick-arrow {
    top: 40%;
}
.itempage_recommend .slick-slider .slick_prev {
    left: -5%;
}
.itempage_recommend .slick-slider .slick_next {
    right: -5%;
}
.itempage_recommend .slick-slider .slick-dots{
    bottom: -3%;
}

.STEP2_com-top_R .slick-slider .slick-arrow {
    top: 40%;
}
.STEP2_com-top_R .slick-slider .slick_prev {
    left: -5%;
}
.STEP2_com-top_R .slick-slider .slick_next {
    right: -5%;
}
.STEP2_com-top_R .slick-slider .slick-dots{
    bottom: -3%;
}


.STEP2_com-top_N .slick-slider .slick-arrow {
    top: 40%;
}
.STEP2_com-top_N .slick-slider .slick_prev {
    left: -5%;
}
.STEP2_com-top_N .slick-slider .slick_next｛
    right: -5%;
}
.STEP2_com-top_N .slick-slider .slick-dots{
    bottom: -3%;
}

table.sysFormVariationTable tr:first-child {
    display: flex;
    flex-direction: column;
    width: 90%;
    float: left;
}
table.sysFormVariationTable tr {
    display: flex;
    flex-direction: column;
    width: 10%;
}
table.sysFormVariationTable th.sysFormVariationName {
    font-size: 1rem;
}
table.sysFormVariationTable input[type="radio"] {
    margin: 0 !important;
}
table.sysFormVariationTable th.sysFormVariationName {
    font-size: 14px;
}
@media screen and (max-width: 768px){
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .sysItemImages {
    width: 100%;
    margin-bottom: 20px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article > .orderArea .orderArea {
    width: 100%;
}
.itempage_recommend .sysContent .sysHorizontal:after {
    margin-top: 20px;
}
.STEP2_com-top_R .slick-slider .slick-arrow {
    top: 40%;
}
.STEP2_com-top_R .slick-slider .slick-arrow.slick_prev {
    left: -15%;
    width: 27px;
    height: 110px;
    background: url(/img/common/controls.png) no-repeat 11px 0;
        top: 30%;
}
.STEP2_com-top_R .slick-slider .slick-arrow.slick_next {
    right: -15%;
    width: 27px;
    height: 110px;
    background: url(/img/common/controls.png) no-repeat -98px 0;
        top: 30%;
}
.STEP2_com-top_R .slick-slider .slick-dots{
    bottom: -3%;
}

.STEP2_com-top_N .slick-slider .slick-arrow {
    top: 40%;
}
.STEP2_com-top_N .slick-slider .slick-arrow.slick_prev {
    left: -15%;
    width: 27px;
    height: 110px;
    background: url(/img/common/controls.png) no-repeat 11px 0;
        top: 30%;
}
.STEP2_com-top_N .slick-slider .slick-arrow.slick_next {
    right: -15%;
    width: 27px;
    height: 110px;
    background: url(/img/common/controls.png) no-repeat -98px 0;
        top: 30%;
}
.STEP2_com-top_N .slick-slider .slick-dots{
    bottom: -3%;
}

.itempage_recommend .slick-slider .slick-arrow {
    top: 35%;
}
.itempage_recommend .slick-slider .slick_prev {
    left: -15% !important;
}
.itempage_recommend .slick-slider .slick_next {
    right: -15% !important;
}
table.sysFormVariationTable th.sysFormVariationName {
    font-size: 1rem;
}
}

/*カテゴリページ*/
#sysItemCategory form.sysItemCategoryForm {
    margin-top: 0;
}
#sysItemCategory .sysItemCategoryCtl {
    border: none;
    border-bottom: 3px solid #101010;
    padding: 10px 5px;
}
#sysItemCategory .sysItemCategoryPankuzu a{
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0 10px 0 13px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li {
    float: left;
    width: 25%;
    padding: 15px;
    position: relative;
    background-color: #ededed;
    background-clip: content-box;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea {
    /*position: absolute;*/
    top: 5px;
    left: 8px;
    text-align: center;
}

#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea .sysItemPr {
    font-size: 1.3rem;
}

@media screen and (max-width: 768px){
#sysItemCategory #sysMain {
    margin-top: 0;
}
#sysItemCategory .sysItemCategoryPankuzu {
    position: static;
    padding: 0;
    font-size: 12px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li {
    float: left;
    width: 50%;
    padding: 5px;

}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea {
}
}

/*ヘッダー*/
.sysFuncText.top-css-tuiki {
    height: 0 !important;
}
.sysFuncText.smooth-scroll {
    height: 0 !important;
}
.sysFuncText.column2_CSS {
    height: 0 !important;
}

/*サイトマップ*/
#bread-crumb-listTop ol, .bread-crumb-listCate ol {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}
#bread-crumb-listTop ol li:first-child {
    background: none;
    padding-left: 0;
}
#bread-crumb-listTop ol li {
    background: url(../img/breadcrumb_bg.gif) no-repeat left center;
    float: left;
    *float: none;
    *display: inline;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0 10px 0 13px;
    *zoom: 1;
}

/*サイトマップ*/
#sitemap #sysMain h3 {
    font-size: 100% !important;
}
#sitemap #document_wrap #document h1 {
    border-top: 3px solid #101010;
    color: #101010;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 19px 0;
    margin-bottom: 15px;
}
#sitemap section#document_wrap h2 {
    background: none;
    border-bottom: 1px dotted #6B6B6B;
    border-top: none;
    font-size: 100%;
    font-weight: bold;
    height: 3em;
    line-height: 3em;
    margin: 0 0 0 20px;
    padding: 0;
}
section #document .txt-list02 ul.tree01 li.c2 {
    padding: 0 0 0 14px;
    margin: 0 0 0 3px;
    font-size: 100%;
}
#sitemap section #document .txt-list02 {
    padding-bottom: 10px;
    overflow: hidden;
}
#sitemap section #document .txt-list02 section.tree00 {
    float: left;
    padding: 0 0 20px 20px;
    width: 40%;
}
#sitemap section #document .txt-list02 ul.tree01 {
    padding: 0 0 0 12px;
    overflow: hidden;
}
#sitemap section #document .txt-list02 ul.tree01 li.sp1 {
    float: left;
    padding: 0 0 0 14px;
    margin: 0 0 0 3px;
    font-size: 100%;
}
#sitemap section #document .txt-list02 ul.tree01 li.c3 {
    padding: 0 0 0 28px;
    margin: 0 0 0 3px;
    font-size: 100%;
}
#sitemap section section#document_wrap h3 {
    font-size: 100%;
}
#sitemap article section ul, div#wrapper div#enquete-section ul, div.cart-article div.cart-section ul {
    font-size: 100%;
    line-height: 160%;
    color: #101010;
}
section #document .txt-list03 section.tree00 {
    float: left;
    padding: 0 35px 0 0;
    width: 33.33%;
}
#sitemap section #document .txt-list03 {
    /* color: #F5F5F5; */
    padding-bottom: 30px;
    overflow: hidden;
}
#sitemap section #document .txt-list01 {
    padding-bottom: 30px;
}
#sitemap section #document .txt-list01 li.c1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 25px 0 20px;
}
#sitemap section #document .txt-list03 ul.tree01 li {
    padding: 0 0 0 7px;
    margin: 0 0 0 5px;
    background: url(https://www.mazdacollection.jp/img/icon/ico_list01.gif) no-repeat left center;
}
@media screen and (max-width: 768px){
#sitemap section #document .txt-list02 section.tree00 {
    width: 100%;
}
#sitemap section #document .txt-list03 section.tree00 {
    float: none;
    margin: 0 20px 20px;
    padding: 0;
    width: 100%;
}
}
 /*サイトマップ　ここまで*/

/*インフォメーション　ここから*/

#Journal article h2,#JournalList article h2 {
  border-top: none;
}

#JournalList .journal-date{
  padding-right: 63px;
}

@media only screen and (max-width: 768px) {
  #JournalList .journal-date{
    padding-right: 0;
  }
}

/*インフォメーション　ここまで*/

/*TOPお知らせ　ここから*/

#top .info_pass,
#MSpR .info_pass {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#top .info_pass .freeArea2 .free-contents p,
#MSpR .info_pass .freeArea2 .free-contents p {
  line-height: 160%;
}

#top .info_pass .box1,
#MSpR .info_pass .box1 {
  padding: 0 0;
  margin: 0 0;
  font-weight: lighter;
  border: solid 0.2px #555;
}

@media only screen and (max-width: 768px) {
  #top .info_pass,
  #MSpR .info_pass {
    padding: 10px 0;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
#sysMain > div.sysFuncText.com-top_topic .scroll {
        height: 250px;
    }
}

/*TOPお知らせ　ここまで*/

/*検索結果 ここから*/
#sysItemSearch form.sysItemSearchForm input.sysSearchButton:nth-of-type(2) {
    height: 48px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormWord input {
    height: 48px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormWord {
    margin-right: 10px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormRange {
    margin: 0 auto !important;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormCategory {
    margin: 0 !important;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form select {
    height: 50px;
}
/*検索結果　ここまで*/

@media only screen and (min-width: 750px) and (max-width: 800px) {
#sysAll #sysWrap {
    margin-top: 0;
    padding-top: 257px;
    margin-bottom: 50px;
}
}
input.sysCartButton.sysCartInButton.sysAddGoCartButton{
    width: 100%;
    padding: 12px 0 !important;
    text-indent: -999px;
    background: #272727 url(https://www.mazdacollection.jp/img/common/btn_cart.gif) center center no-repeat;
    background-size: 100%;
    border-radius: 0 !important;
    margin: 25px 0 0 0;
}
input.sysCartButton.sysGoCartButton{
    width: 100%;
    padding: 12px 0 !important;
    text-indent: -999px;
    background: #272727 url(https://www.mazdacollection.jp/img/common/btn_cart_02.png) center center no-repeat;
    background-size: 100%;
    border-radius: 0 !important;
    margin: 25px 0 0 0;
}


/** 202210~ add **/
.sysItemCategoryPankuzu {
  display: none;
}
.sysCategoryPankuzu {
  display: none!important;
}
.sideBnr {
  margin-top: 40px;
}
.sideBnr div {
  background-color: #000;
  padding: 5px 0;
}
.sideBnr div a:hover {
  opacity: 0.7;
}

.sideBnr2 {
    width: 7%;
    margin: 15px 0 0 13px;
}

.sideBnr2 div {
  padding: 5px 0;
}
.sideBnr2 div a:hover {
  opacity: 0.7;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery ul li {
  width: 32%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .gallery ul li {
    width: 49%;
    margin-bottom: 15px;
  }
}

.sysMemberRegister #sysWrap{
margin-top: 0%!important;
}




/*闇市の送信をボタンにする*/
#sysItemCategory .sysYamiForm input[type="submit"], #sysItemDetail .sysYamiForm input[type="submit"]{
border: solid 1px;
padding: 0 1%;
}

/*闇市の送信ボタンの上に少しスペースをあける*/
#sysItemCategory .sysYamiForm input[type="submit"], #sysItemDetail .sysYamiForm input[type="submit"]{
border: solid 1px;
padding: 0 1%;
margin-top: 2%;
}

/*LINE UP　並び2枚目を中央に配置する*/
.top_features ul:after {
    content: "";
    display: block;
    width: 33%; 
    height: 0;
}


.itemDetailWrap {
height: 112px;
}

/* お知らせ一覧 */
.step2topics p{
    position: static;
    text-align: center;
    background-color: #fff;
    width:160px;
    border-radius:8%/50%;
    margin: auto
}

.step2topicst table{
 margin-left: auto;
 margin-right: auto;
 table-layout: fixed
}

.step2topicst table td{
   word-break: break-word;
   word-break: break-word;
   padding: 0 15px 0 15px;
}

.step2topicst1 {
 width: 265px;
    margin: auto;
}

.step2topicst2{
 width: 265px;
    margin: auto;
}

.step2topicst3{
 width: 265px;
    margin: auto;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
.step2topicst table td{
   word-break: break-word;
   word-break: break-word;
   padding: 0 0px 0 5px;
}
}

@media only screen and (max-width: 768px) {
step2topicst_sp {

}
}

/* お知らせ一覧 */

.step2osirase {
 display: flex;
 justify-content: flex-end;
 margin-left: auto;
 margin-right: 70px;
    text-align:center;
    position: relative;
}

.step2osirase p {
    text-align: center;
    background-color: #fff;
    width: 160px;
    border-radius: 8% / 50%;
    opacity: 0.9;
}

.step2osirase2 {
 display: flex;
 justify-content: center;
 margin-left: auto;
 margin-right: auto;
}

.step2osirase2 p {
    text-align:left;
    line-height: 2.5;
}

.step2osirase2 img {
    vertical-align: middle;
}

.STEP2_com-top_f .sysContent{
    max-width: 1200px;
    margin: auto;
}

/* お知らせ一覧SP */
@media only screen and (max-width: 768px) {
.STEP2_com-top_f .sysContent .step2osirase {
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-top: -20px;
        margin-right: 10px;
        text-align: center;
        position: relative;
        padding: 0 0 10px 0;
    }

.STEP2_com-top_f .sysContent .step2osirase2 {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    width: 100%;
}
}


/* TOPICS*/
.step2topics p{
    position: static;
    text-align: center;
    background-color: #fff;
    width:160px;
    border-radius:8%/50%;
    margin: auto;
    opacity: 0.9;
}

.STEP2_com-top_2 .sysContent {
    max-width: 1200px;
    margin: auto;
}

/* TOPICS SP*/
@media only screen and (max-width: 768px) {
.STEP2_com-top_2 .sysContent {
    padding: 0
}

.STEP2_com-top_2 .sysContent .step2topicst table{
    writing-mode: vertical-lr;
}

.STEP2_com-top_2 .sysContent .step2topicst table td{
        writing-mode: lr-tb;
        text-align: center;
        padding: 0 0 0 0;
        width: 100%;
}
}

@media only screen and (max-width: 768px) {
.STEP2_com-top_2 .sysContent .step2topicst {
}

.STEP2_com-top_2 .sysContent .step2topicst .step2topics p{
        position: static;
        text-align: center;
        background-color: #fff;
        width: 100px;
        border-radius: 11% / 50%;
        font-size: xx-small;
}

.STEP2_com-top_2 .sysContent .step2topicst img {
width: 390px;
        height: 260px;
        object-fit: cover;
}
}

/* 改行SP */
@media only screen and (max-width: 768px) {
	.pcbr {
        display: none;
}
}

@media only screen and (min-width: 769px) {
	.spbr {
        display: none;
}
}

.step2_com-top_footer_i div{
  margin-left: auto;
 margin-right: auto;
    width: 100%;
 word-spacing:30px;
}

/*
  # Footer 調整
*/

.STEP2_com-top_footer div{
  margin-left: auto;
 margin-right: auto;
    width: 100%;
 word-spacing:30px;
}

.STEP2_com-top_footer a:link{
  color:#949494;
}

.STEP2_com-top_footer a:visited{
  color:#949494;
}

.STEP2_com-top_footer .sysContent {
  display: flex;
  flex-direction: column; /* 縦並び */
}

/* フッターSP */
@media only screen and (max-width: 768px) {
.STEP2_com-top_footer .sysContent {
  flex-direction: column; /* 縦並び */
}
}

/* フッター下 */
.step2_com-top_footer2_i{
    width: 50%;
    position: relative;
    top: 15px;
    left: 20px;
    word-spacing: 30px;
    display: ruby;
}

.step2_com-top_footer2_i a {
     padding: 3px 0 0px 2px;
    display: block;
}

.step2_com-top_footer2_i img {
        width: 20px;
    vertical-align: baseline;
}

.STEP2_com-top_footer2_M{
 text-align:right;
    position: relative;
    bottom: 5px;
    padding-right: 81px;
}



/* フッター下SP */
@media only screen and (max-width: 768px) {
.step2_com-top_footer2_i{
    width: 100%;
    position: relative;
    top: 4px;
    left: 20px;
    word-spacing: 30px;
   display:table-row;
}

.step2_com-top_footer2_i img {
        width: 20px;
margin: 10px
}

.step2_com-top_footer2_i a {
     padding: 3px 0 0px 2px;
    display: contents;
}

.STEP2_com-top_footer2_M{
 text-align:right;
    position: relative;
    bottom: 0px;
}
}

/* TOP画像 */
.container{
   width:100%;
    height:auto;
    position: relative;
    text-align: center;
}

.container p{
    position: absolute;
   text-align: center;
    top:88.5%;
    left:50.5%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    background-color: #fff;
    width:160px;
    border-radius:8%/50%;
    opacity: 0.9;
}

.containerSP p {
    position: absolute;
   text-align: center;
    top:398px;
    left:50.5%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    background-color: #fff;
    width:160px;
    border-radius:8%/50%;
    opacity: 0.9;
}

.container img {
   text-align: center;
    width:1200px;
}


/* TOP画像SP */
@media only screen and (max-width: 768px) {
.STEP2_com-top_1 .sysContent img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.STEP2_com-top_1 .container {
        height: 310px;
}

.STEP2_com-top_1 .sysContent {
    padding: 0px;
}
}

@media only screen and (max-width: 768px) {
.STEP2_com-top_1 .sysContentSP img {
    max-width: 100%;
    height: 100%;
}

.STEP2_com-top_1 .containerSP {
        height: 310px;
}
}


/* MAZDAロゴ */
.STEP2_com-header_h1 .sysContent{
    padding: 5px;
    width: 86%;
}

.STEP2_com-header_h1 .sysContent .logo_img img{
    padding: 0px;
    width: 17%;
    height: auto;
}

.STEP2_com-header_h1 .sysContent .logo_img {
    padding: 0px;
    width: 92%;
    text-align: center;
    margin: 0px 0px 15px 114px;
}

.STEP2_com-header_h1 .sysContent .logo_img_sp img{
    padding: 0px;
    width: 35%;
    height: auto;
}

.STEP2_com-header_h1 .sysContent .logo_img_sp {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 27px;
}

/* マイページ */
.mypage_pc_only1 {
    position: absolute;
    top: 15px;
    right: 143px;
    letter-spacing: 0.3px;
    width: 20px;
}

/* TOPICS商品説明PC用 */
@media only screen and (min-width: 769px) {
    .step2topicss table {
        margin-left: auto;
        margin-right: auto;
        width: 830px;
        background-color: #ededed;
        overflow-wrap: break-word;
    }

    .step2topicss table td {
        overflow-wrap: break-word;
        padding: 25px 0 25px 25px;
        display: revert;
}
}

@media only screen and (min-width: 769px) {
    .step2topicss2 table {
        margin-left: auto;
        margin-right: auto;
        width: 830px;
        background-color: #ededed;
        overflow-wrap: break-word;
    }

    .step2topicss2 table td {
        overflow-wrap: break-word;
        padding: 25px 25px 25px 0;
        display: revert;
}
}

/* TOPICS商品説明SP用 */
@media only screen and (max-width: 768px) {
    .step2topicss_s table td {
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 30px;
 padding-left: 20px;
 background-color: #ededed;
  }
}

@media only screen and (max-width: 768px) {
.step2topicss2 table td {
 padding-top: 30px;
 padding-right: 20px;
 padding-bottom: 30px;
 padding-left: 20px;
 background-color: #ededed;
overflow-wrap: break-word;
}
}

/* メニュー全体のデザインPC */
nav {
  background-color: #fff;
  text-align: right;
}

/* メニューを横並びにする */
nav ul {
  display: flex;
  justify-content: right;
}

/* ２階層目 以降のメニューは縦並びにする */
nav ul ul {
  display: block;
}

/* liを下層メニューのulや矢印の基点にする */
nav ul li {
  position: relative;
}

/* ２階層目を持つliに矢印を設定する 
nav ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}*/

/* ３階層目を持つliに矢印を設定する*/

nav ul ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
} 

/* ２・３階層目 共通設定 */
nav li.parent ul {
  /* 位置指定 */
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 4;
  /* デザイン指定 */
         background-color: #F5F5F5;
  width: 252px;
  /* 最初は非表示にする */
    visibility: hidden;
  opacity: 0;
  /* アニメーション */
  transition: all 0.3s;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
nav li.parent ul {
  /* 位置指定 */
  position: absolute;
  left: -18px;
  top: 30px;
  z-index: 4;
  /* デザイン指定 */
         background-color: #F5F5F5;
  width: 252px;
  /* 最初は非表示にする */
    visibility: hidden;
  opacity: 0;
  /* アニメーション */
  transition: all 0.3s;
}
}

/* メニューリンクの設定 */
nav ul li a {
  display: block;
  color: #000000;
  padding: 20px 35px;
  transition: all 0.3s; /* アニメーションの動きの速度 */
}

nav ul li li a {
  padding: 10px 35px;
}

nav ul li a:visited {
  color: #000000;
}

nav ul li a:hover {
  color: #000000;
}

/* hoverしたら表示する */
nav li.parent:hover > ul,
nav li.parent ul li:hover > ul,
nav li.parent:active > ul,
nav li.parent ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
/* 下層メニューのaタグのデザイン */
nav li.parent ul li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

nav li.parent ul li:last-child > a {
  border-bottom: none;
}

nav li.parent ul li a:hover,
nav li.parent ul li a:active {
 background-color: #ededed;
}

/* ３階層目の位置 */
nav li.parent ul ul {
  top: 0;
  left: 233px;
  background-color: #F5F5F5;
}

nav li.parent ul ul li a:hover,
nav li.parent ul ul li a:active {
 background-color: #ededed;
}

.parent_p{
  color: #999;
    padding: 0px 0px 0px 0px;
}

.gnav_sp_pp {
  color: #000000;
  padding: 2px 0px 0px 0px;
}

.gnav_sp_p {
  color: #000000;
  padding: 10px 35px;
}

#gnav_list {
    padding: 10px 0 0 0;
}

/* TOP画像 */
.STEP2_header .sysContent {
    background-color: #fff;
}

.STEP2_com-header_h1 .sysContent {
    padding: 5px;
    width: 86%;
}

.STEP2_com-header_h1 .sysContent .logo_img img {
    padding: 0px;
    width: 17%;
    height: auto;
}

.STEP2_com-header_h1 .sysContent .logo_img {
    padding: 0px;
    width: 85%;
    text-align: center;
    margin: 0px 0px 6px 161px;
}


.STEP2_com-header_h1 .sysContent .logo_img_sp img{
    padding: 0px;
    width: 35%;
    height: auto;
}

.STEP2_com-header_h1 .sysContent .logo_img_sp {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 27px;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
.STEP2_header .sysContent {
    background-color: #fff;
}

.STEP2_com-header_h1 .sysContent {
    padding: 5px;
    width: 86%;
}

.STEP2_com-header_h1 .sysContent .logo_img img {
    padding: 0px;
    width: 17%;
    height: auto;
}

.STEP2_com-header_h1 .sysContent .logo_img {
    padding: 0px;
    width: 85%;
    text-align: center;
    margin: 0px 0px 6px 161px;
}
}

/* TOPカルーセル関係 */
.STEP2_com-top_N .sysItemBlock .sysHorizontal{
    margin: 0px 60px 30px 60px;
}

.STEP2_com-top_N .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 370px;
    width: 243px;
}

.STEP2_com-top_N .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}



.itempage_recommend .sysItemBlock .sysHorizontal{
    margin: 0px 60px 30px 61px;
}

.itempage_recommend .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 385px;
}

.itempage_recommend .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal{
    margin: 0px 60px 30px 60px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 370px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}

/* TB */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemName {
    font-size: 1.3rem;
	height: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
.STEP2_com-top_N .sysItemBlock .sysHorizontal li {
    background-clip: content-box;
    background-color: #ededed;
    height: 370px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal li {
    background-clip: content-box;
    background-color: #ededed;
    height: 370px;
}
}


/* SP */
@media only screen and (max-width: 768px) {
.STEP2_com-top_N .sysItemBlock .sysHorizontal{
    margin: 0px 0px 20px 0px;
}
.STEP2_com-top_N .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 430px;
}

.STEP2_com-top_N .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}
.STEP2_com-top_R .sysItemBlock .sysHorizontal{
    margin: 0px 0px 20px 0px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 430px;
}

.STEP2_com-top_R .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}
}

@media only screen and (max-width: 768px) {
.itempage_recommend .sysItemBlock .sysHorizontal{
    margin: 0px 0px 20px 0px;
}
.itempage_recommend .sysItemBlock .sysHorizontal li{
    background-clip: content-box;
    background-color: #ededed;
    height: 360px;
}

.itempage_recommend .sysItemBlock .sysHorizontal li .sysItemImage{
   padding-top: 0px;
}
}

#gnav_list  {
    padding: 10px 0 0 0;
}

.sysCart #sysHeader .header_wrap .header_inner .header_content .mypage_pc_only1 {
    position: absolute;
    top: 19px;
    right: 143px;
    letter-spacing: 0.3px;
    width: 20px;
}

@media only screen and (max-width: 768px) {
.sysCart #sysHeader .header_wrap .header_inner .header_content .g_navi {
        position: absolute;
        top: 15px;
        right: 70px;
}
}

/* カテゴリTOP */
.category_all p {
    position: sticky;
    text-align: center;
    /* top: 36.5%; */
    /* left: 50.5%; */
    transform: translate(-50%, -50%);
    margin: -53px 0px 11px 599px;
    background-color: #fff;
    width: max-content;
    border-radius: 5% / 50%;
    opacity: 0.9;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
.category_all p {
    position: sticky;
    text-align: center;
    /* top: 36.5%; */
    /* left: 50.5%; */
    transform: translate(-50%, -50%);
    margin: -53px 0px 11px 500px;
    background-color: #fff;
    width: max-content;
    border-radius: 5% / 50%;
    opacity: 0.9;
}
}

@media only screen and (max-width: 768px) {
.category_all p {
    position: absolute;
   text-align: center;
        top: 321px;
    left:50.5%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    background-color: #fff;
    width: max-content;
    height: 28px;
    border-radius:5%/50%;
    opacity: 0.9;
}
}

@media only screen and (max-width: 768px) {
.category_all img {
    max-width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
}
}

@media only screen and (max-width: 768px) {
/* メニュー全体のデザインSP */
#gnav_sp {
  background-color: #fff;
  text-align: right;
}

/* メニューを横並びにする */
#gnav_sp ul {
  display: flex;
  justify-content: right;
}

#gnav_sp > ul {
  display: flex;
  justify-content: right;
}

/* ２階層目 以降のメニューは縦並びにする */
#gnav_sp ul ul {
  display: block;
}

/* liを下層メニューのulや矢印の基点にする */
#gnav_sp ul li {
  position: relative;
}

/* ２階層目を持つliに矢印を設定する 
#gnav_sp ul li.parent_sp::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}*/

/* ３階層目を持つliに矢印を設定する */
#gnav_sp ul ul li.parent_sp::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ２・３階層目 共通設定 */
#gnav_sp li.parent_sp ul {
  /* 位置指定 */
  position: absolute;
  right: -77px;
  top: 30px;
  z-index: 4;
  /* デザイン指定 */
 background-color: #F5F5F5;
  width: 223px;
  /* 最初は非表示にする */
  visibility: hidden;
  opacity: 0;
  /* アニメーション */
  transition: all 0.3s;
}

/* メニューリンクの設定 */
#gnav_sp ul li a {
  display: block;
  color: #000000;
  padding: 20px 35px;
  transition: all 0.3s; /* アニメーションの動きの速度 */
}

#gnav_sp ul li a:visited {
  color: #000000;
}

#gnav_sp ul li a:hover {
  color: #000000;
}

.gnav_sp_pp {
  color: #000000;
  padding: 2px 0px 0px 0px;
}

.gnav_sp_p {
  color: #000000;
  padding: 10px 35px;
}

#gnav_sp ul li li a {
  padding: 10px 35px;
}

#gnav_spul li a:hover {
}

/* hoverしたら表示する */
#gnav_sp li.parent_sp:hover > ul,
#gnav_sp li.parent_sp ul li:hover > ul,
#gnav_sp li.parent_sp:active > ul,
#gnav_sp li.parent_sp ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/* 下層メニューのaタグのデザイン */
#gnav_sp li.parent_sp ul li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#gnav_sp li.parent_sp ul li:last-child > a {
  border-bottom: none;
}

nav li.parent_sp ul li a:hover,
nav li.parent_sp ul li a:active {
 background-color: #ededed;
}

/* ３階層目の位置 */
.parent_sp2 {
    top: 45px;
    left: -197px;
 background-color: #F5F5F5;
    width: 220px;
    position: absolute;
}

/* ３階層目の位置 */
#gnav_sp li.parent_sp ul ul {
  top: 0;
  left: 197px;
 background-color: #F5F5F5;
    width: 200px;
}

#gnav_sp li.parent_sp ul ul li a:hover,
#gnav_sp li.parent_sp ul ul li a:active {
 background-color: #ededed;
}
}

/* 検索結果SP */
@media only screen and (max-width: 768px) {
.sysFreeArea{
    padding: 13px 0 0 0;
}
}

.sysWishlistThumbnai {
}

.sysWishlistThumbnailGroup {
width: 0pt;
    height: 0pt;
}

.sysWishlistThumbnai img {
}

.QAinquiry p {
text-align: center;
    background-color: #efefef;
    border: double;
    width: 200px;
    margin: auto;
}

.QAinquiry a {
display: block;
}

.itemmenu {
  border: 1px solid #ddd;
  width: 200px;
}

.itemmenu-header {
  background-color: #f7f7f7;
  padding: 10px;
  cursor: pointer;
}

.itemmenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.itemmenu-list li {
  padding: 10px;
  border-top: 1px solid #ddd;
}

.itemmenu-list li:hover {
  background-color: #f0f0f0;
}

/* 再入荷通知関係 */
#sysItemDetail #sysMain .sysBlock .orderArea .sysNextSubmit {
    padding: 0 10px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    margin: -83px 0px 30px 0px !important;
    width: 160px;
}

.sysItemThumnailByFreeform img {
    width: 0%;
}
@media screen and (max-width:0px){
.cart_spFooter{
    padding:10px;
}
.cart_spFooter div ul{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    padding-top: 5px;
    margin: 5px 0 15px;
}
.cart_spFooter div ul li{
    background: transparent;
    border: none;
    line-height: 1;
    list-style-type: none;
    text-align: left;
    font-size: 11px;
}
.cart_spFooter div ul li a{
    border-top: 1px solid #dddddd;
    background: white url(../img/cart/arrow1.png) no-repeat 97% center;
    color: #666666;
    border: none;
    border-bottom: 1px solid #dddddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 10px;
    margin: 0;
    font-size: 11px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    display: block;
}

/*ヘッダー*/
#sysHeader .header_wrap .header_inner .header_h1,
#sysHeader .header_wrap .header_inner .mspr-header_h1,
#sysHeader .header_wrap .header_inner .com-header_h1,
#sysHeader .header_wrap .header_inner .header_h1_under {
     max-width: 100%; 
}
#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo .logo_img,
 #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
    width: 100%;
    padding-left: 0; 
}
#sysHeader .header_wrap .header_inner .header .g_navi ul li a {
    font-size: 10px;
    line-height: 18px;
}
#sysHeader .header_wrap .header_inner .h_navi {
    padding: 0;
}
.logo_all {
    display: block;
    margin-bottom: 10px;
    min-height: 46px;
    padding: 20px 0 0;
    text-align: left;
    width: 50%;
}
}
@media screen and (min-width:1px) and (max-width:768px){
.search_bx{
    margin-top: 10px;
    margin-right: 10px;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .mspr-header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .com-header_h1 .h_inner .logo_all .logo .logo_img
{
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 0 8px;
}
.header_h1 .sysContent,
.mspr-header_h1 .sysContent,
.com-header_h1 .sysContent {
    padding: 5px 0;
}
#sysHeader .header_wrap .header_inner .header .sp_only1 ul li a::before {
    margin-right: 0;
}
body.form-inquiry div#sysAll div#sysWrap div#sysMain form div.sysForm div.sysFormField {
    padding-right: 0; 

}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormCategory {
    margin: 10px !important;
}
}
@media screen and (min-width:769px){
#top h2.sysHeadline,
#MSpR h2.sysHeadline,
#com-top h2.sysHeadline {
    font-family: 'Mazda Type Medium';
    font-size: 1.5rem;
    font-weight: normal;
}

.line{
border: 1px solid #000;
    width: 900px;
/*    margin-left: -5px;  */
}

.aside_category h3,
.mspr-aside_category h3,
.com-aside_category h3 {
    font-weight: lighter;
    color: #555;
}

.freeArea2 h2 {
    font-weight: lighter;
}

.slideMenu a {
    font-weight: lighter!important;
}

.freeArea2 p {
    color: #555;
}

.top_newarrival img {
    width: 198px;
    height: 132px;
}

#top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li,
#MSpR #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li {
    width: 25%;
    padding: 15px;
    margin: 0;
}

.sysFuncText.top_slider {
    margin-bottom: 15px;
margin-top: -28px;
}
}
/* #END_OF_RESOURCE_FILE */
