@charset "UTF-8";
/* フォント用 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP&display=swap');
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */ ::before, ::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
    cursor: default;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    -webkit-tap-highlight-color: transparent;
    /* 4 */
    -ms-text-size-adjust: 100%;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 5 */
    word-break: break-word;
    /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
    display: block;
    padding-left: 33px;
}
@media only screen and (max-width: 1080px) {
    main {
        padding-left: 5px;
    }
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
    list-style: none;
    padding: 0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
    max-width: 100%;
    height: auto;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: top;
}
/**

 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
    border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
    fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
    border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button, input, select {
    margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
    border: 1px solid #a0a0a0;
    /* 1 */
    padding: 0.35em 0.75em 0.625em;
    /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
    overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
    text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
    resize: vertical;
    /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
    padding: 0;
    margin-right: 5px;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */ ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */ ::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */ ::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */ :-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */ :-moz-ui-invalid {
    box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
    display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
dialog:not([open]) {
    display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
    /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
    cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
    cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
    cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
    display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
/**
 * Add
 */
dl dd {
    margin-left: 0;
}
figure {
    margin: 0;
}
table {
    table-layout: fixed;
}
menu {
    padding: 0;
}
body {
    position: relative;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
}
body.-fixed {
    position: fixed;
    width: 100%;
}
@media screen and (max-width: 767px) {
    body {
        min-width: 1%;
    }
}
/* マージン
--------------------------------------------------*/
.mt00 {
    margin-top: 0 !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb00 {
    margin-bottom: 0 !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
    .over:hover {
        opacity: 0.6;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}
label {
    cursor: pointer;
}
/* link
--------------------------------------------------*/
a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a:link, a:active, a:visited, a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 15;
}
.header.-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.headerContainer {
    padding: 0;
    margin: 0;
    position: relative;
}
.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.header-logo a {
    display: inline-block;
}
.header-logo a img {
    width: 100%;
}
.headerBurger {
    display: none;
}
.headerNav {
    
}
.nav-accordion {
    position: relative;
}
ul.nav-child {
    position: absolute;
    left: -50%;
    top: 100%;
    display: none;
    background-color: #FFF;
    padding: 5px 5px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}
.nav-accordion:hover ul.nav-child {
    display: block;
    border-bottom: solid 1px #DDD;
    border-left: solid 1px #DDD;
    border-right: solid 1px #DDD;
}
.headerMenu_detail ul.nav-child li {
    margin: 0;
    height: auto;
}
ul.nav-child li {
    border-bottom: 1px solid #DDD;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
ul.nav-child li:last-child {
    border-bottom: none;
}
ul.nav-child li a {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 20px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 80%;
    font-weight: normal;
}
ul.nav-child li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1A2792;
}
@media screen and (max-width: 1080px) {
    .headerNav {
        position: fixed;
        top: 49px;
        right: -100vw;
        display: block;
        width: 100vw;
        height: calc(100vh - 82px);
        background: #fff;
        z-index: 15;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .headerNav.-opened {
        right: 0;
        height: 100%;
        overflow-x: auto;
        border-top: 1px solid #CCC;
    }
}
.headerMenu {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 15px;
}
.headerMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.headerMenu_list a {
    display: flex;
    align-items: center;
    color: #323C46;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}
.headerMenu_list a:hover {
    opacity: 0.6;
    text-decoration: none;
}
.headerMenu_detail li {
    height: 49px;
    margin-right: 35px;
    padding: 0;
}
.headerMenu_detail li:last-child {
    margin-right: 0;
}
.headerMenu_detail li a {
    display: inline-block;
    position: relative;
}
.headerMenu_detail li a span {
    padding-left: 25px;
    padding-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.headerMenu_detail li a span::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1.6rem;
    width: 1.6rem;
    vertical-align: middle;
}
.headerMenu_detail li.menu-qaa a span::before {
    background-image: url("../img/icon_qaa.svg");
}
.headerMenu_detail li.menu-cont a span {
    padding-left: 28px;
}
.headerMenu_detail li.menu-cont a span::before {
    background-image: url("../img/icon_cont.svg");
    margin-top: 3px;
}
.headerMenu_detail li.menu-favi a span::before {
    background-image: url("../img/icon_favi.svg");
}
.headerMenu_detail li.menu-cart a span::before {
    background-image: url("../img/icon_cart.svg");
}
.headerMenu_detail li.menu-cart a span.quantity {
    background-color: #a4045d;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 6px;
    right: -10px;
    margin: 0;
    padding: 0;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1080px) {
    .headerMenu_detail li.menu-cart a span.quantity {
    top: -10px;
    right: -12px;
    }
}
.headerMenu_detail li.menu-cart a span.quantity::before {
    display: none;
}
.headerMenu_detail li.menu-login a {
    display: flex;
    align-items: center;
}
.headerMenu_detail li.menu-login a span {
    background-color: #a4045d;
    border-radius: 5px;
    color: #FFF;
    height: 32px;
    padding: 0 18px 3px 45px;
}
.headerMenu_detail li.menu-login a span::before {
    background-image: url("../img/icon_login.svg");
    left: 10px;
    margin-top: 3px;
}
.nav-search {
    width: 100%;
    text-align: center;
    background-color: #efefef;
    padding: 13px 13px 13px 87px;
}
.sb-search {
    max-width: 570px;
    margin: 0 auto;
    position: relative;
}
.sb-search-input {
    border: none;
    outline: none;
    background: #FFF;
    width: 100%;
    margin: 0;
    padding: 15px 20px 14px 65px;
    color: #333;
    font-size: 16px;
}
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #777;
}
.sb-search-input:-moz-placeholder {
    color: #777;
}
.sb-search-input::-moz-placeholder {
    color: #777;
}
.sb-search-input:-ms-input-placeholder {
    color: #777;
}
.sb-icon-search, .sb-search-submit {
    width: 47px;
    height: 47px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 300px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    z-index: 11;
    border-left: solid 1px #666;
    box-sizing: content-box;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    /*    z-index: 90;*/
}
.fa-search:before {
    content: url("../img/icon_search.png");
}
@media screen and (max-width: 1080px) {
    .headerContainer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .header-logo {
        position: static;
        margin: 0;
        padding: 0;
        height: 49px;
    }
    .header-logo a {
        display: inline-block;
        height: 49px;
        margin: 0;
        padding: 0;
    }
    .headerBurger {
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto 15px auto 0;
        display: block;
        width: 20px;
        height: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 20;
    }
    .headerBurger span {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 2px;
        margin: 0 auto;
        background: #333;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .headerBurger span.-first {
        top: 0;
    }
    .headerBurger span.-middle {
        top: 9px;
    }
    .headerBurger span.-last {
        bottom: 0;
    }
    .headerBurger.-opened {
        background: #fff;
    }
    .headerBurger.-opened span.-first {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .headerBurger.-opened span.-middle {
        opacity: 0;
    }
    .headerBurger.-opened span.-last {
        bottom: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .headerMenu {
        display: inline-block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0 100px;
        width: 100%;
    }
    .headerMenu_list {
        display: block;
        font-size: 20px;
    }
    .headerMenu_list li {
        margin: 0;
        border-bottom: 1px solid #ccc;
        height: auto;
    }
    .headerMenu_list a {
        display: block;
        padding: 22px 0;
    }
    .nav-search {
        padding: 13px 13px 13px 49px;
    }
    .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
        border-left: none;
    }
    .headerMenu_detail {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin: 0 0 16px;
        font-size: 16px;
    }
    .headerMenu_detail li {
        text-align: center;
    }
    .headerMenu_detail li.menu-login {
        text-align: center;
        border: none;
    }
    .headerMenu_detail li a {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerMenu_detail li.nav-accordion a {
        padding-bottom: 15px;
    }
    ul.nav-child {
        display: flex;
        flex-wrap: wrap;
        position: static;
        border-bottom: 0;
        left: 0;
        background-color: #FFF;
        padding: 0;
        height: auto;
        opacity: 1;
        box-shadow: none;
    }
    .nav-accordion:hover ul.nav-child {
        display: flex;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    ul.nav-child li {
        width: auto;
        border: none;
    }
    .headerMenu_detail li.nav-accordion ul.nav-child li a {
        padding: 10px 15px 10px 26px;
    }
    .headerMenu_detail li.nav-accordion ul.nav-child li a::before {
        left: 14px;
    }
}
@media screen and (max-width: 380px) {
    .header-logo a {
        width: 270px;
        display: flex;
        align-items: center;
    }
}
/* --------------------------------------------------
  左メニュー
-------------------------------------------------- */
.menu-left {
    position: fixed;
    top: 49px;
    left: -316px;
    display: flex;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-left.-opened {
    left: 0;
}
.btn-open-box {
    display: inline-block;
    width: 33px;
    height: 100vh;
    position: relative;
    order: 2;
}
.btn-open-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 100%;
    background-color: #7a9eab;
}
.btn-open {
    width: 100%;
    background-color: #7a9eab;
    display: flex;
    justify-content: center;
    padding: 15px 0 7px;
    position: relative;
    cursor: pointer;
    width: 74px;
}
.btn-open::before {
    content: url("../img/bg_left_menu.png");
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 43px;
    height: 25px;
}
.btn-open span {
    display: inline-block;
    writing-mode: vertical-rl;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position: relative;
    padding: 24px 0;
}
.btn-open span::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-left.-opened .btn-open span::before{
    left: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 1080px) {
    .btn-open-box {
        width: 5px;
    }
    .btn-open-box::before {
        width: 5px;
    }
    .btn-open {
        width: 31px;
    }
    .btn-open::before {
        content: url("../img/bg_left_menu.png");
        z-index: -1;
    }
    .btn-open span {
        border: none;
    }
}
.menu-list-box {
    background-color: #bcced4;
    height: 100vh;
    overflow-y: auto;
    display: inline-block;
    width: 316px;
    order: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 0 100px;
}
.menu-list-box::-webkit-scrollbar{
    display: none;
}
@media only screen and (max-width: 360px) {
    .menu-left {
        left: -284px;
    }
    .menu-list-box {
        width: 284px;
    }
}
.menu-list {
    
}
.menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-list li {
    font-size: 15px;
}
.menu-list li.menu-accordion {
    
}
.menu-list li.menu-accordion .c-name {
    padding: 5px 15px 5px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-list li.menu-accordion .c-name::before {
    position: absolute;
    left: 20px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #538799;
    border-right: 2px solid #538799;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-list li.menu-accordion .c-name:hover, .menu-list li.menu-accordion .c-name.-opened {
    background-color: #e6e8e9;
}
.menu-list li.menu-accordion .c-name.-opened::before {
    top: calc(50% - 8px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-list li.menu-accordion span {
    font-size: 13px;
    line-height: 100%;
    padding: 2px 10px 3px;
    margin: 0 0 0 5px;
    display: inline-block;
    background-color: #7a9eab;
    color: #FFF;
    border-radius: 20px;
}
.menu-list li.menu-accordion ul.menu-child {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-list li.menu-accordion ul.menu-child.-opened {
    height: auto;
}
.menu-list li.menu-accordion ul li {
    
}
.menu-list li.menu-accordion ul li a {
    padding: 5px 15px 5px 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #e6e8e9;
}
.menu-list li.menu-accordion ul li a:hover {
    background-color: #e6e8e9;
}

/* --------------------------------------------------
  フッター
-------------------------------------------------- */
.footer {
    position: relative;
    padding-left: 33px;
}
.under .footer h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 2em 0 1em;
    border: none;
    padding: 0;
}
@media only screen and (max-width: 1080px) {
    .footer {
        padding-left: 5px;
    }
}
.footer h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 2em 0 1em;
}
.footer-box {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #666;
    padding: 20px;
}
.footer-box p {
    margin: 0;
    padding: 0;
}
.footer-box a {
    color: #666;
    display: inline-block;
    margin: 0 10px;
}
.footer_pageTop {
    position: fixed;
    bottom: 65px;
    right: 48px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.footer_pageTop::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.footer_pageTop:hover {
    -webkit-box-shadow: 0 0 40px 40px #1A2792 inset;
    box-shadow: 0 0 40px 40px #1A2792 inset;
}
.footer_pageTop:hover::before {
    border-color: #fff;
}
/* --------------------------------------------------
  Breadcrumbs パンくずリスト
-------------------------------------------------- */
.breadcrumbs {
    margin: 0;
    padding: 5px 15px 10px;
}
.bread-item {
    display: inline;
    font-size: 12px;
}
.bread-item::after {
    content: '＞';
    padding: 0 2px 0 5px;
}
.bread-item:last-child::after {
    display: none;
}
.bread-item-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.bread-item span {
    background-color: #e6e6e6;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
    text-align: left;
}
.u-alignC {
    text-align: center;
}
.u-alignR {
    text-align: right;
}
/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
    margin-bottom: 16px;
}
.u-margin.-middle {
    margin-bottom: 32px;
}
.u-margin.-large {
    margin-bottom: 64px;
}
/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
    padding-top: 56.25%;
}
.-ratio4-3 {
    padding-top: 75%;
}
/* --------------------------------------------------
  inner
-------------------------------------------------- */
.inner {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}
/* --------------------------------------------------
  ボタン
-------------------------------------------------- */
.btn-normal {
    margin: 0 auto;
    text-align: center;
}
.btn-normal a {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    color: #c1aa96;
    padding: 7px 30px;
    border: 1px solid #c1aa96;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
}
.btn-normal a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.btn-list {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.btn-list a {
    font-size: 15px;
    line-height: 140%;
    color: #333;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}
.btn-list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #c1aa96;
    border-right: 1px solid #c1aa96;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
}
.btn-list a:hover {
    text-decoration: none;
    opacity: 0.6;
}
/* --------------------------------------------------
  ページャー
-------------------------------------------------- */
.pager {
    margin: 40px 0 0 15px;
}
.pager .pagination {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size:0;
}
.pager .pagination li {
    font-size: 16px;
    display: inline;
    margin: 0 -1px 0 0;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border: solid 1px #cccccc;
}
.pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0;
    font-size: 28px;
    line-height: 100%;
}
.pager .pagination li.pre span, .pager .pagination li.next span {
    padding-bottom: 8px;
}
.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #999999;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
    color: #FFF;
    background: #a4045d;
}
@media only screen and (max-width: 500px) {
    .pager .pagination {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-size:0;
    }
    .pager .pagination li {
        display: none;
    }
    .pager .pagination li.pre, .pager .pagination li.next {
        display: inline-block;
        width: 20%;
        height: 40px;
        text-align: center;
        border: 1px solid #333;
        margin-left: -1px;
    }
    .pager .pagination li.pre a, .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }
}
/* --------------------------------------------------
  ヘッダー見出し
-------------------------------------------------- */
.page-ttl-box {
    height: 175px;
    width: 100%;
    background-image: url("../img/bg_header.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.page-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 20px 7px 61px;
    background: rgba(164,4,93,0.8);
    color: #FFF;
}
.page-ttl span {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 140%;
}
.page-ttl h1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 7vw;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
.page-ttl h1::before {
    content: "";
    height: 1px;
    background-color: #FFF;
    width: 6vw;
    position: absolute;
    left: 0;
}
.page-ttl h1::after {
    content: "";
    height: 1px;
    background-color: #FFF;
    width: 6vw;
    position: absolute;
    right: 0;
}
.page-ttl p {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 7vw;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
.page-ttl p::before {
    content: "";
    height: 1px;
    background-color: #FFF;
    width: 6vw;
    position: absolute;
    left: 0;
}
.page-ttl p::after {
    content: "";
    height: 1px;
    background-color: #FFF;
    width: 6vw;
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 1080px) {
    .page-ttl {
        padding: 4px 20px 7px 51px;
    }
    .page-ttl span {
        font-size: 28px;
    }
    .page-ttl h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 880px) {
    .page-ttl span {
        width: 100%;
    }
    .page-ttl span {
        font-size: 26px;
    }
    .page-ttl h1 {
        font-size: 18px;
    }
}

/* --------------------------------------------------
  コンテンツエリア
-------------------------------------------------- */
.contents-area section {
    width: 100%;
}
.contents-area h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 2em 0 1em;
}
.contents-area h2 img {
    display: inline-block;
    margin-top: 5px;
}
.contents-area .c5-box {
    
}
.contents-area .c5-box ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
}
.contents-area .c5-box li {
    width: calc(20% - 16px);
    margin: 0 20px 40px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.contents-area .c5-box li:last-child {
    margin-right: 0;
}
.contents-area .c5-box li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}
.contents-area .c5-box li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .6);
}
.contents-area .c5-box li .category {
    width: 100%;
    text-align: right;
    margin: 0 0 5px;
    padding: 0;
}
.contents-area .c5-box li .category span {
    display: inline-block;
    padding: 4px 10px 5px;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
}
.contents-area .c5-box li .category .special  {
    background-color: #ff8b00;
}
.contents-area .c5-box li .category .spread  {
    background-color: #c55eeb;
}
.contents-area .c5-box li .category .floraison  {
    background-color: #7839b6;
}
.contents-area .c5-box li .category .c-none  {
}
.contents-area .c5-box li .img-thum {
    position: relative;
    width: 100%;
    padding-top: 61.9047%;
    margin-bottom: 7px;
}
.contents-area .c5-box li .img-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.contents-area .c5-box li .txt-ttl {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 0 0.3em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.contents-area .c5-box li .price {
    padding: 0;
    margin: 0 0 5px;
    font-size: 23px;
    font-weight: bold;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.contents-area .c5-box li .price::before {
    content: "購入価格";
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
    background-color: #a4045d;
}
.contents-area .c5-box li .price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
}
.contents-area .c5-box li .price span {
    position: relative;
}
.contents-area .c5-box li .price span::before {
    content: "￥";
    display: inline-block;
}
.contents-area .c5-box li .l-price {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #666;
}
.contents-area .c5-box li .l-price::before {
    content: "定価";
    display: inline-block;
    padding: 0.1em 1.5em 0.2em;
    font-size: 12px;
    line-height: 100%;
    border: 1px solid #666;
    margin-right: 0.3em;
}
.contents-area .c5-box li .l-price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
}
.contents-area .c5-box li .l-price span {
    position: relative;
    line-height: 120%;
}
.contents-area .c5-box li .l-price span::before {
    content: "￥";
    display: inline-block;
}
@media screen and (max-width:1180px) {
    .contents-area .c5-box li {
        width: calc(50% - 10px);
        margin: 0 20px 40px 0;
    }
    .contents-area .c5-box li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:680px) {
    .contents-area .c5-box li .txt-ttl {
        font-size: 18px;
    }
}
@media screen and (max-width:540px) {
    .contents-area .c5-box li {
        width: 100%;
        margin: 0 0 30px;
    }
}


.contents-area .news-box {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: content-box;
}
.contents-area .news-box h2 {
    margin-bottom: 50px;
}
.contents-area .news-box ul {
    list-style: none;
    padding: 0;
}
.contents-area .news-box li {
    position: relative;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 15px 30px 15px 10px;
}
.contents-area .news-box li:first-child {
    border-top: 1px solid #cccccc;
}
.contents-area .news-box li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: end;
}
.contents-area .news-box li a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #c1aa96;
    border-right: 2px solid #c1aa96;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 12px;
}
.contents-area .news-box li .news-date {
    font-weight: bold;
    width: 110px;
}
.contents-area .news-box li p {
    flex: 1;
    margin: 0;
}
.contents-area .news-box li a:hover {
    text-decoration: none;
}
.contents-area .news-box li a:hover + .news-date, .contents-area .news-box li a:hover + .news-date + p {
    text-decoration: underline;
}
@media screen and (max-width:440px) {
    .contents-area .news-box li {
        flex-flow: column;
    }
    .contents-area .news-box li .news-date {
        width: 100%;
        margin-bottom: 10px;
    }
}

.summary-area {
    background-color: #efefef;
    padding: 20px 15px 50px;
}
.summary-area h3 {
    color: #a5867d;
    font-size: 23px;
    margin: 20px 0 0;
}
.summary-area p.summary-txt {
    margin: 0 0 20px;
}
.category-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.category-list ul li {
    width: 25%;
    margin: 0;
    padding: 0 0 50px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #FFF;
    position: relative;
}
@media only screen and (max-width: 1080px) {
    .category-list ul li {
        width: 33.333%;
    }
}
@media only screen and (max-width: 880px) {
    .category-list ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 640px) {
    .category-list ul li {
        width: 100%;
    }
}
.category-list ul li .category-link {
    position: relative;
    display: flex;
    padding: 5px 10px;
}
.category-list ul li .category-link a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding: 8px 25px 10px 0;
    width: 100%;
    position: relative;
    line-height: 180%;
    color: #a4045d;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.category-list ul li .category-link a:hover {
    opacity: 0.6;
}
.category-list ul li .category-link a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    margin-right: 12px;
    margin-left: 3px; 
    background-color: #a4045d;
}
.category-list ul li .category-link a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #c1aa96;
    border-right: 2px solid #c1aa96;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
}
.category-list ul li .category-link-child {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    padding: 5px 10px 0;
}
.category-list ul li .category-link-child li {
    width: 100%;
    border: none;
    padding: 0;
}
.category-list ul li .category-link-child li a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 12px 0 15px;
    color: #333333;
    text-decoration: none;
}
.category-list ul li .category-link-child li a:hover {
    opacity: 0.6;
}
.category-list ul li .category-link-child li a::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #c1aa96;
    border-right: 1px solid #c1aa96;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-list ul li .category-more {
    
}
.category-list ul li .category-more  {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.category-list ul li .category-more  a {
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    color: #c1aa96;
    padding: 7px;
    border: 1px solid #c1aa96;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
}
.category-list ul li .category-more  a:hover {
    text-decoration: none;
    opacity: 0.6;
}
/* --------------------------------------------------
  下層コンテンツエリア
-------------------------------------------------- */
.under .contents-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.under h2 {
    text-align: left;
    font-size: 25px;
    font-weight: normal;
    margin: 0.2em 0 1em 15px;
    padding: 0 0 0 20px;
    border-left: 5px solid #a4045d;
}
.under .row-box {
    height: auto;
    width: 262px;
    padding: 15px;
    background-color: #f2e9e1;
    order: 2;
}
.under .row-box .ttl-row {
    border-bottom: 1px solid #c1aa96;
    border-top: 1px solid #c1aa96;
    position: relative;
    color: #a97e58;
    text-align: center;
    margin-bottom: 0.4em;
    font-size: 18px;
}
.under .row-box .ttl-row::before {
    content: "";
    background-color: #c1aa96;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -3px;
    left: 0;
}
.under .row-box .ttl-row::after {
    content: "";
    background-color: #c1aa96;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.under .row-box .box_det {
    font-size: 15px;
}
.under .row-box .box_br {
    border-top: 1px solid #c1aa96;
    padding: 5px;
}
.under .row-box .box_br:first-child {
    border-top: none;
}
@media only screen and (max-width: 780px) {
    .under .row-box {
        width: 100%;
        order: 1;
    }
    .under .contents-box {
        order: 2;
    }
    .under .row-box form {
        display: flex;
        flex-wrap: wrap;
    }
    .under .row-box form .form-section {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .under .row-box form .form-section:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 460px) {
    .under .row-box form .form-section {
        width: 100%;
        margin-right: 0;
    }
}

.under .contents-box {
    flex: 1;
    order: 1;
}
.under .n-pieces {
    width: 100%;
    text-align: right;
    padding: 0 15px;
}
.under .contents-box .c4-box ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
}
.under .contents-box .c4-box li {
    width: calc(25% - 15px);
    margin: 0 20px 40px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.under .contents-box .c4-box li:nth-child(4n) {
    margin-right: 0;
}
.under .contents-box .c4-box li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}
.under .contents-box .c4-box li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .6);
}
.under .contents-box .c4-box li .category {
    width: 100%;
    text-align: right;
    margin: 0 0 5px;
    padding: 0;
}
.under .contents-box .c4-box li .category span {
    display: inline-block;
    padding: 4px 10px 5px;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
}
.under .contents-box .c4-box li .category .special  {
    background-color: #ff8b00;
}
.under .contents-box .c4-box li .category .spread  {
    background-color: #c55eeb;
}
.under .contents-box .c4-box li .category .floraison  {
    background-color: #7839b6;
}
.under .contents-box .c4-box li .category .c-none  {
}
.under .contents-box .c4-box li .img-thum {
    position: relative;
    width: 100%;
    padding-top: 61.9047%;
    margin-bottom: 7px;
}
.under .contents-box .c4-box li .img-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.under .contents-box .c4-box li .txt-ttl {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 0 0.3em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.under .contents-box .c4-box li .price {
    padding: 0;
    margin: 0 0 5px;
    font-size: 23px;
    font-weight: bold;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.under .contents-box .c4-box li .price::before {
    content: "購入価格";
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
    background-color: #a4045d;
}
.under .contents-box .c4-box li .price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
}
.under .contents-box .c4-box li .price span {
    position: relative;
}
.under .contents-box .c4-box li .price span::before {
    content: "￥";
    display: inline-block;
}
.under .contents-box .c4-box li .l-price {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #666;
}
.under .contents-box .c4-box li .l-price::before {
    content: "定価";
    display: inline-block;
    padding: 0.1em 1.5em 0.2em;
    font-size: 12px;
    line-height: 100%;
    border: 1px solid #666;
    margin-right: 0.3em;
}
.under .contents-box .c4-box li .l-price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    font-weight: normal;
}
.under .contents-box .c4-box li .l-price span {
    position: relative;
}
.under .contents-box .c4-box li .l-price span::before {
    content: "￥";
    display: inline-block;
}
@media screen and (max-width:1180px) {
    .under .contents-box .c4-box li {
        width: calc(50% - 10px);
        margin: 0 20px 40px 0;
    }
    .under .contents-box .c4-box li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:680px) {
    .under .contents-box .c4-box li .txt-ttl {
        font-size: 18px;
    }
}
@media screen and (max-width:540px) {
    .under .contents-box .c4-box li {
        width: 100%;
        margin: 0 0 30px;
    }
}

/* --------------------------------------------------
  下層コンテンツ 商品ページ
-------------------------------------------------- */
.under .contents-area h1 {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 5px 20px 10px;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
}
.under .contents-area h2.t-item {
    border: none;
    background-color: #f5f0ea;
    text-align: center;
    padding: 10px 0;
    margin: 0.8em 0;
    font-size: 20px;
}
.item-box {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
}
.item-img {
    width: calc(50% - 12px);
    margin: 0 24px 0 0;
}
.item-info {
    width: calc(50% - 12px);
    margin: 0;
}
.item-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.item-img .sub_img ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.item-img .sub_img ul li {
    width: calc(20% - 9.6px);
    margin: 12px 12px 0 0;
    padding: 0;
    vertical-align: top;
}
.item-img .sub_img ul li:nth-child(5n) {
    margin-right: 0;
}
.item-img .sub_img ul li img {
    cursor: pointer;
}

.item-category {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc; 
    padding-bottom: 10px;
}
.item-category p {
    padding: 5px 10px;
    margin: 0 0 5px 5px;
    display: inline-block;
    color: #FFF;
}
.item-category p:first-child {
    margin: 0;
}
.item-category .special {
    background-color: #ff8b00;
}
.item-category .bourgeon {
    background-color: #39a3b6;
}
.item-category .c-none {
}
.price-box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}
.price-box .l-price {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #333;
    margin-bottom: 15px;
}
.price-box .l-price::before {
    content: "定価";
    display: inline-block;
    padding: 0.2em 0.8em 0.3em;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid #666;
    margin-right: 0.6em;
}
.price-box .l-price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    font-weight: normal;
}
.price-box .l-price span {
    position: relative;
    line-height: 120%;
}
.price-box .l-price span::before {
    content: "￥";
    display: inline-block;
}
.price-box .price {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #333;
}
.price-box .price::before {
    content: "購入価格";
    display: inline-block;
    padding: 0.2em 0.8em 0.3em;
    font-size: 13px;
    line-height: 100%;
    color: #a4045d;
    border: 1px solid #a4045d;
    margin-right: 0.6em;
}
.price-box .price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    font-weight: normal;
}
.price-box .price span {
    position: relative;
    line-height: 120%;
}
.price-box .price span::before {
    content: "￥";
    display: inline-block;
}
.price-fix-box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    color: #a4045d;
}
.price-off {
    border: 1px solid #677a35;
    color: #677a35;
    padding: 0;
    margin: 0 0 15px;
    border-radius: 5px;
}
.price-off span {
    background-color: #677a35;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    border: 1px solid #677a35;
    margin-right: 10px;
}
.price-fix {
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
}
.price-fix::before {
    content: "￥";
    display: inline-block;
}
.price-fix::after {
    content: "（税込）";
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
}
.item-lead {
    border-bottom: 1px solid #cccccc;
    padding: 0;
}
.item-lead p strong {
    color: #677a35;
}
.btn-box {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.btn-cart {
    width: 260px;
    margin-bottom: 12px;
}
.btn-cart a {
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 60px;
    background-color: #a4045d;
    color: #FFF;
    border-radius: 10px;
    font-size: 25px;
    display: flex;
    align-items: center;
}
.btn-cart a::before {
    content: "";
    position: absolute;
    left: 14px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url("../img/btn_cart.svg");
    background-repeat: no-repeat;
}
.btn-cart a:hover {
    opacity: 0.6;
}
.btn-fav {
    width: 260px;
    margin-bottom: 12px;
}
.btn-fav a {
    text-decoration: none;
    position: relative;
    padding: 6px 0 6px 55px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.btn-fav a::before {
    content: "";
    position: absolute;
    left: 14px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url("../img/icon_favi.svg");
    background-repeat: no-repeat;
}
.btn-fav a:hover {
    opacity: 0.6;
}
.btn-order {
    width: 260px;
    margin-bottom: 12px;
}
.btn-order a {
    text-decoration: none;
    position: relative;
    padding: 5px 5px 5px 20px;
    border: 1px solid #a4045d;
    color: #a4045d;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-order a::before {
    content: "";
    position: absolute;
    left: 14px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url("../img/icon_order.svg");
    background-repeat: no-repeat;
}
.btn-order a:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 780px) {
    .item-img {
        width: 100%;
        margin: 0 0 40px;
    }
    .item-info {
        width: 100%;
        margin: 0;
    }
}


/* --------------------------------------------------
  カートページ
-------------------------------------------------- */
.under.cart .headerMenu_detail li.menu-login a {
    display: flex;
    align-items: center;
}
.under.cart .headerMenu_detail li.menu-login a span {
    background-color: #FFF;
    border-radius: 5px;
    color: #333333;
    height: 32px;
    padding: 0 18px 3px 45px;
    border: 1px solid #333333;
}
.under.cart .headerMenu_detail li.menu-login a span::before {
    background-image: url("../img/icon_logout.svg");
    left: 10px;
    margin-top: 3px;
}
.under.cart .contents-area {
    border-bottom: 1px solid #333;
    padding-bottom: 50px;
}
.under.cart .contents-area h1 {
    margin: 12px 0 0;
    padding: 5px 20px 10px;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    border: none;
}
.under.cart .contents-area h2 {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: none;
    margin: 0 0 40px;
    padding: 5px 20px 10px;
    width: 100%;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
}
.cart-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.cart-box .cart-list {
    flex: 1;
}
.cart-box .cart-list .cart-list-box ul {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0;
}
.cart-box .cart-list .cart-list-box ul li {
    border: 1px solid #999999;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.cart-box .cart-info {
    width: 315px;
    background-color: #efefef;
    border-radius: 10px;
    padding: 15px 15px 25px;
    height: fit-content;
}
.item-list-img {
    margin-right: 20px;
    width: 220px;
}
.item-list-img img {
    border-radius: 10px;
    width: 100%;
}
.item-list-info {
    margin-right: 20px;
    width: calc(100% - 490px);
}
.item-list-ttl {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 0 0 10px;
    padding: 15px 0;
}
.item-list-info .l-price {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #333;
    margin-bottom: 5px;
}
.item-list-info .l-price::before {
    content: "定価";
    display: inline-block;
    padding: 0.2em 1.75em 0.3em;
    font-size: 13px;
    line-height: 100%;
    border: 1px solid #666;
    margin-right: 0.6em;
}
.item-list-info .l-price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    font-weight: normal;
}
.item-list-info .l-price span {
    position: relative;
    line-height: 120%;
}
.item-list-info .l-price span::before {
    content: "￥";
    display: inline-block;
}
.item-list-info .price {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #333;
}
.item-list-info .price::before {
    content: "購入価格";
    display: inline-block;
    padding: 0.2em 0.8em 0.3em;
    font-size: 13px;
    line-height: 100%;
    color: #FFF;
    background-color: #a4045d;
    margin-right: 0.6em;
}
.item-list-info .price::after {
    content: "（税込）";
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    font-weight: normal;
}
.item-list-info .price span {
    position: relative;
}
.item-list-info .price span::before {
    content: "￥";
    display: inline-block;
}
.item-list-quantity {
    width: 110px;
    padding: 20px;
    border-left: 1px solid #999999;
}
.item-list-quantity input[type="text"] {
    width: 2em;
    text-align: center;
    margin-left: 5px;
}
.btn-del {
    width: 120px;
    padding: 20px;
    border-left: 1px solid #999999;
}
.btn-del a {
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 1px 10px 1px 35px;
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    width: 80px;
}
.btn-del a::before {
    content: "×";
    position: absolute;
    left: 8px;
    background-color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 2px;
}
@media only screen and (max-width: 1180px) {
    .item-list-img {
        margin-bottom: 15px;
    }
    .item-list-info {
        margin: 0 0 15px;
        width: calc(100% - 240px);
    }
    .item-list-quantity {
        padding: 5px 0;
        border: none;
        width: 80px;
    }
    .btn-del {
        width: 100px;
        padding: 5px 0 5px 20px;
    }
}
@media only screen and (max-width: 900px) {
    .cart-box .cart-list {
        flex: auto;
        width: 100%;
    }
    .cart-box .cart-list .cart-list-box ul {
        padding: 0;
    }
    .cart-box .cart-list .pager {
        margin-bottom: 40px;
    }
    .item-list-img {
        margin-right: 20px;
        width: 220px;
    }
    .item-list-info {
        margin-right: 20px;
        width: calc(100% - 490px);
    }
    .item-list-quantity {
        width: 110px;
        padding: 20px;
        border-left: 1px solid #999999;
    }
    .btn-del {
        width: 120px;
        padding: 20px;
        border-left: 1px solid #999999;
    }
    .cart-box .cart-info {
        width: 100%;
    }
    .cart-info-box {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .cart-info-price {
        width: calc(50% - 20px);
        margin-right: 40px;
    }
    .cart-info-btn-box {
        width: calc(50% - 20px);
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media only screen and (max-width: 810px) {
    .item-list-img {
        margin-bottom: 15px;
    }
    .item-list-info {
        margin: 0 0 15px;
        width: calc(100% - 240px);
    }
    .item-list-quantity {
        padding: 5px 0;
        border: none;
        width: 80px;
    }
    .btn-del {
        width: 100px;
        padding: 5px 0 5px 20px;
    }
}
@media only screen and (max-width: 580px) {
    .cart-info-price {
        width: 100%;
        margin-right: 0;
    }
    .cart-info-btn-box {
        width: 100%;
        display: block;
        position: static;
    }
}
@media only screen and (max-width: 540px) {
    .item-list-img {
        margin-bottom: 15px;
    }
    .item-list-info {
        margin: 0 0 20px;
        width: 100%;
    }
}


.cart-info h3 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #999999;
    position: relative;
    margin: 0 0 10px;
}
.cart-info h3::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background-color: #999;
    height: 1px;
}
.cart-info h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    background-color: #999;
    height: 1px;
}
.total-quantity {
    background-color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    padding: 5px;
    margin: 0 0 5px;;
}
.subtotal {
    font-size: 30px;
    color: #a4045d;
    text-align: right;
    font-weight: bold;
    position: relative;
    padding: 20px 20px 20px 50px;
    border-bottom: 1px solid #999999;
    margin: 0;
    line-height: 100%;
    position: relative;
}
.subtotal::before {
    content: "小計";
    color: #333;
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    left: 10px;
    bottom: 20px;
}
.subtotal span {
    display: inline-block;
}
.subtotal span::before {
    content: "￥";
}
.postage {
    font-size: 18px;
    color: #a4045d;
    text-align: right;
    font-weight: bold;
    position: relative;
    padding: 20px 20px 20px 50px;
    border-bottom: 1px solid #999999;
    margin: 0;
    line-height: 100%;
    position: relative;
}
.postage::before {
    content: "送料";
    color: #333;
    position: absolute;
    left: 10px;
    bottom: 20px;
}
.postage span {
    display: inline-block;
}
.postage span::before {
    content: "￥";
}
.request {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 20px 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #333;
    margin: 20px 0 15px;
    text-align: center;
}
.request span {
    color: #a4045d;
    font-size: 42px;
    line-height: 100%;
    display: inline-block;
    margin-top: 10px;
}
.request span::before {
    content: "￥";
}
.delivery-date {
    width: 100%;
    text-align: right;
}
.delivery-date a {
    text-decoration: none;
    color: #666666;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 5px 20px 5px 40px;
    background-color: #FFF;
    position: relative;
}
.delivery-date a::before {
    content: "";
    background-image: url(../img/btn-calendar.svg);
    position: absolute;
    left: 13px;
    bottom: 6px;
    height: 1.3rem;
    width: 1.3rem;
    vertical-align: middle;
}
.cart-info-btn-box {
    padding-top: 35px;
}
.btn-bill {
    margin-bottom:  18px;
    width: 100%;
}
.btn-bill a {
    color: #FFF;
    background-color: #a4045d;
    width: 100%;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.btn-card {
    width: 100%;
}
.btn-card a {
    color: #FFF;
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    padding: 5px;
    border: 1px solid #a4045d;
    border-radius: 5px;
    color: #a4045d;
    text-align: center;
    text-decoration: none;
}

.card-body input[type="text"] {
    padding: 10px;
    font-size: 1.15em;
    overflow: auto;
    line-height: 100%;
    width: 90%;
}
.fix-price-get_total_price {
    font-size: 42px;
    line-height: 100%;
    padding: 10px 5px 10px;
    font-weight: bold;
    color: #a4045d;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 20px 0 0px;
}
.fix-price-get_total_price::before {
    content: "割引後税抜合計金額";
    position: absolute;
    left: 5px;
    bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
.fix-price-get_total_price span::before {
    content: "￥";
}
.fix-price-get_shipmentfee {
    font-size: 42px;
    line-height: 100%;
    padding: 10px 5px 10px;
    font-weight: bold;
    color: #a4045d;
    position: relative;
    width: 100%;
    text-align: right;
    /*border-bottom: 1px solid #333;*/
    margin: 0 0 0px;
}
.fix-price-get_shipmentfee::before {
    content: "送料";
    position: absolute;
    left: 5px;
    bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
.fix-price-get_shipmentfee span::before {
    content: "￥";
}
.fix-price-get_tax_price {
    font-size: 42px;
    line-height: 100%;
    padding: 10px 5px 10px;
    font-weight: bold;
    color: #a4045d;
    position: relative;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #333;
    margin: 0 0 20px;
}
.fix-price-get_tax_price::before {
    content: "消費税";
    position: absolute;
    left: 5px;
    bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
.fix-price-get_tax_price span::before {
    content: "￥";
}
.card-body .item-list-quantity {
    width: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    border-left: none;
    display:flex;
}
.card-body .item-list-quantity input[type="text"] {
    width: 8em;
    text-align: left;
    margin-left: 0px;
    font-size: 1.15em;
}
.item-list-quantity-pref input[type="text"] {
    width: 6em;
    text-align: left;
    margin-left: 0px;
    font-size: 1.15em;
}
.item-list-quantity-address input[type="text"] {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    font-size: 1.15em;
}
.item-list-quantity-preffered_delivery_date input[type="text"] {
    width: 8em;
    text-align: left;
    margin-left: 0px;
    font-size: 1.15em;
}
.process_order_btn {
    display: inline-block;
    color: #FFF;
    background-color: #a4045d;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    line-height: 140%;
    border: none;
}


/* --------------------------------------------------
  カート 注文確認（カード）
-------------------------------------------------- */
.under.cart .conf-box {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
}
.under.cart .conf-box h3 {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 18px;
    font-weight: normal;
}
.table {
    border: none;
	border-spacing: 0;
	border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #999;
    font-size: 13px;
}
.table table {
    width: 100%;
    border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
.table table td {
}
.table table th,
.table table td {
    font-weight: normal;
    padding: 10px 15px;
    line-height: 160%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.table table th:last-child,
.table table td:last-child {
    border-right: none;
}
.table table tr:last-child th,
.table table tr:last-child td {
    border-bottom: none;
}
.conf-price span {
    float: left;
}
.conf-price span:last-child {
    float: right;
}
@media only screen and (max-width: 420px) {
    .conf-price span {
        width: 100%;
        display: block;
        text-align: right;
        float: none;
    }
    .conf-price span:last-child {
        float: none;
    }
}
.fix-price {
    font-size: 42px;
    line-height: 100%;
    padding: 10px 5px 10px;
    font-weight: bold;
    color: #a4045d;
    position: relative;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #333;
    margin: 0 0 30px;
}
.fix-price::before {
    content: "ご請求金額";
    position: absolute;
    left: 5px;
    bottom: 10px;
    color: #333;
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
}
.fix-price span {
    display: inline-block;
}
.fix-price span::before {
    content: "￥";
}
.btn-conf {
    margin: 40px 15px;
    text-align: center;
}
.btn-conf a {
    display: inline-block;
    color: #FFF;
    background-color: #a4045d;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    line-height: 140%;
}
.btn-conf a:hover {
    opacity: 0.6;
}
.txt-comp {
    text-align: center;
    line-height: 200%;
    font-size: 20px;
}
.btn-comp {
    margin: 40px 15px;
    text-align: center;
}
.btn-comp a {
    display: inline-block;
    color: #333;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    line-height: 140%;
}
.btn-comp a:hover {
    opacity: 0.6;
}
.cart-heed-box {
    border: 1px solid #a4045d;
    padding: 10px;
    color: #a4045d;
    margin: 20px 0;
}
.cart-heed-box p {
    margin: 0;
}


/* --------------------------------------------------
  カート カード情報登録
-------------------------------------------------- */
.cart-card-box {
    background-color: #efefef;
    text-align: center;
    padding: 15px;
}
.cart-card-box h3.card-info {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.cart-card-box .heed-txt {
    color: #a4045d;
    border: 1px solid #a4045d;
    padding: 10px;
    margin: 0 auto 15px;
    display: inline-block;
    font-size: 14px;
}
.cart-card-box .card-box {
    width: 100%;
    max-width: 480px;
    background-color: #FFF;
    border: 1px solid #999999;
    padding: 20px;
    margin: 0 auto 15px;
    border-radius: 10px;
    text-align: left;
}
.cart-card-box .img-card {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}
.cart-card-box .full-box {
    margin-bottom: 20px;
}
.cart-card-box .full-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.half-box {
    display: flex;
    flex-wrap: wrap;
}
.cart-card-box .half-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.cart-card-box .date {
    width: calc(50% - 20px);
    margin-right: 40px;
}
.cart-card-box .code {
    width: calc(50% - 20px);
}
.cart-card-box input[type="text"] {
    width: 100%;
    line-height: 140%;
    padding: 10px;
}
.cart-card-box input[type="submit"] {
    color: #FFF;
    background-color: #a4045d;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    padding: 10px;
    margin: 20px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}
.cart-card-box input[type="submit"]:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 420px) {
    .cart-card-box .date {
        width: 100%;
        margin: 0 0 20px;
    }
    .cart-card-box .code {
        width: 100%;
    }
}
.flow-box {
    text-align: center;
    padding: 0 5px 15px 15px;
}
.flow-box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    text-align: left;
}
.flow-box ul li {
    width: 150px;
    margin: 0 10px 10px 0;
    border: 2px solid #7a9eab;
    color: #7a9eab;
    font-size: 13px;
    padding: 5px;
    line-height: 100%;
}
.flow-box ul li:first-child::before {
    content: "1";
    margin: 0 15px 0 10px;
}
.flow-box ul li:nth-child(2)::before {
    content: "2";
    margin: 0 15px 0 10px;
}
.flow-box ul li:nth-child(3)::before {
    content: "3";
    margin: 0 15px 0 10px;
}
.flow-box ul li:nth-child(4)::before {
    content: "4";
    margin: 0 15px 0 10px;
}
.flow-box ul li:nth-child(5)::before {
    content: "5";
    margin: 0 15px 0 10px;
}
.flow-box ul li.active {
    background-color: #7a9eab;
    color: #FFF;
}
.flow-box ul li.active::before {
    color: #ffff00;
}

/* --------------------------------------------------
  ログイン
-------------------------------------------------- */
.under.cart.lmenu-none .nav-search {
    padding: 13px;
}
.under.cart.lmenu-none main {
    padding-left: 0;
}
.my-page-login {
    text-align: center;
    padding: 0 15px 15px;
}
.my-page-login .login-box {
    width: 100%;
    max-width: 590px;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 13px;
}
.login-box .table {
    margin-top: 15px;
}
.login-box .table table th, .login-box .table table td {
    padding:15px;
}
.my-page-login .full-box {
    margin-bottom: 20px;
}
.my-page-login .full-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.half-box {
    display: flex;
    flex-wrap: wrap;
}
.my-page-login .half-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.my-page-login input[type="text"] {
    width: 100%;
    line-height: 140%;
    padding: 10px;
    margin: 15px 0;
}
.my-page-login input[type="submit"] {
    color: #FFF;
    background-color: #a4045d;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    padding: 10px;
    margin: 20px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}
.my-page-login input[type="submit"]:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 420px) {
    .my-page-login input[type="text"] {
        margin: 0 0 20px;
    }
    .my-page-login .login-box .table table th {
        border: none;
        padding-bottom: 0;
        padding-top: 20px;
    }
}
.link-pwloss {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    font-size: 14px;
    text-align: right;
    line-height: 120%;
    padding: 0;
}
.link-pwloss a {
    text-decoration: underline;
    color: #333;
}
.link-pwloss a:hover {
    text-decoration: none;
}
.btn-mchange {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 120%;
    padding: 0;
    display: flex;
    justify-content: center;
}
.btn-mchange a {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    background-color: #7a9eab;
    border-radius: 5px;
    padding: 5px 25px 5px 15px;
    width: fit-content;
    text-decoration: none;
}
.btn-mchange a::before {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 12px;
}
.btn-mchange a:hover {
    opacity: 0.6;
}



/* --------------------------------------------------
  マイページ
-------------------------------------------------- */
.my-page {
    padding: 0 15px;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.half-box .table {
    width: calc(50% - 15px);
    margin: 0 30px 0 0;
}
.half-box .my-btn-box {
    width: calc(50% - 15px);
    margin: 0;
}
@media only screen and (max-width: 880px) {
    .half-box .table {
        width: 100%;
        margin: 0 0 30px;
    }
    .half-box .my-btn-box {
        width: 100%;
        margin: 0;
    }
}
.half-box .my-btn-box .btn-fav {
    width: 100%;
    margin-bottom: 15px;
}
.half-box .my-btn-box .btn-fav a {
    text-decoration: none;
    position: relative;
    padding: 6px 25px 6px 45px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.half-box .my-btn-box .btn-fav a::before {
    content: "";
    position: absolute;
    left: 10px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url("../img/icon_favi.svg");
    background-repeat: no-repeat;
}
.half-box .my-btn-box .btn-fav a::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 12px;
}
.half-box .my-btn-box .btn-fav a:hover {
    opacity: 0.6;
}
.half-box .my-btn-box .btn-log {
    width: 100%;
}
.half-box .my-btn-box .btn-log a {
    text-decoration: none;
    position: relative;
    padding: 6px 25px 6px 45px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.half-box .my-btn-box .btn-log a::before {
    content: "";
    position: absolute;
    left: 10px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background-image: url("../img/btn-log.svg");
    background-repeat: no-repeat;
}
.half-box .my-btn-box .btn-log a::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 12px;
}
.half-box .my-btn-box .btn-log a:hover {
    opacity: 0.6;
}

.half-box .table th {
    padding: 15px;
}
.half-box .table td {
    padding: 15px 70px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.half-box .table td.assort {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.my-page .table .data-name {
    display: inline-block;
    margin-right: 15px;
    white-space: nowrap;
}
@media only screen and (max-width: 540px) {
    .my-page .table .data-name {
        width: 100%;
    }
}
.my-page .table a.change, .my-page .table a.add {
    position: relative;
    padding-right: 70px;
}
.my-page .table a.change {
    text-decoration: none;
    color: #333;
    display: inline-block;
    position: absolute;
    right: 10px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 1px 5px 3px;
    line-height: 100%;
}
.my-page .table a.add {
    text-decoration: none;
    color: #333;
    display: inline-block;
    position: absolute;
    right: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1px 5px 3px;
    line-height: 100%;
}

/* --------------------------------------------------
  マイページ　注文履歴
-------------------------------------------------- */
.under.cart .my-menu-box {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 30px 15px;
}
.under.cart .my-menu-box .btn-mytop {
    
}
.under.cart .my-menu-box .btn-mytop a {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    line-height: 100%;
    color: #333;
}
.under.cart .clog-box ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
}
.under.cart .clog-box li {
    width: calc(20% - 20px);
    margin: 0 25px 20px 0;
    position: relative;
}
.under.cart .clog-box li:nth-child(5n) {
    margin-right: 0;
}
.under.cart .clog-box li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}
.under.cart .clog-box li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .6);
}
.under.cart .clog-box li .category {
    width: 100%;
    text-align: right;
    margin: 0 0 5px;
    padding: 0;
}
.under.cart .clog-box li .category span {
    display: inline-block;
    padding: 4px 10px 5px;
    font-size: 12px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
}
.under.cart .clog-box li .category .special  {
    background-color: #ff8b00;
}
.under.cart .clog-box li .category .spread  {
    background-color: #clog5eeb;
}
.under.cart .clog-box li .category .floraison  {
    background-color: #7839b6;
}
.under.cart .clog-box li .category .c-none  {
}
.under.cart .clog-box li .img-thum {
    position: relative;
    width: 100%;
    padding-top: 61.9047%;
    margin-bottom: 7px;
}
.under.cart .clog-box li .img-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.under.cart .clog-box li .txt-ttl {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 0 0.3em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
@media screen and (max-width:1180px) {
    .under.cart .clog-box li {
        width: calc(50% - 10px);
        margin: 0 20px 40px 0;
    }
    .under.cart .clog-box li:nth-child(5n) {
        margin-right: 20px;
    }
    .under.cart .clog-box li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:680px) {
    .under.cart .clog-box li .txt-ttl {
        font-size: 18px;
    }
}
@media screen and (max-width:540px) {
    .under.cart .clog-box li {
        width: 100%;
        margin: 0 0 30px;
    }
}

/* --------------------------------------------------
  お問い合わせ
-------------------------------------------------- */
.contact {
    text-align: center;
    padding: 15px;
}
.contact .contact-box {
    width: 100%;
    max-width: 590px;
    margin: 0 auto 15px;
    text-align: left;
}
.contact .contact-box .table {
    font-size: 13px;
}
.contact .full-box {
    margin-bottom: 20px;
}
.contact .full-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.half-box {
    display: flex;
    flex-wrap: wrap;
}
.contact .half-box p {
    margin: 0 0 5px;
    line-height: 100%;
    font-size: 15px;
}
.contact input[type="text"] {
    width: 100%;
    line-height: 140%;
    padding: 10px;
    margin: 10px 0;
}
.contact input[type="submit"] {
    color: #FFF;
    background-color: #a4045d;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    padding: 10px;
    margin: 20px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}
.contact input[type="submit"]:hover {
    opacity: 0.6;
}
.contact textarea {
    width: 100%;
    line-height: 140%;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 0;
}
.contact .table table th {
    text-align: center;
}
.table table td .front-name {
    display: flex;
}
.table table td .front-name span {
    display: inline-block;
    display: flex;
    align-items: center;
    margin-right: 10px;
    
}
.table table td .request {
    font-size: 12px;
    line-height: 100%;
    color: #999999;
    margin: 0;
    padding: 0;
    text-align: left;
}
.required::after {
    content: "必須";
    color: #a4045d;
    display: block;
}
@media only screen and (max-width: 420px) {
    .contact .contact-box .table {
        padding-top: 20px;
    }
    .table table th {
        display: block;
        width: 100% !important;
        border: none;
        border-bottom: 2px solid #999;
    }
    .table table td {
        display: block;
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #999;
        padding-top: 20px;
    }
    .table table tr:last-child th {
        border-bottom: none;
        border-bottom: 2px solid #999;
    }
    .table table tr:last-child td {
        border-bottom: none;
        border-bottom: 1px solid #999;
    }
    .table table td.t-none {
        display: none;
    }
    .table table tr:last-child td:last-child {
        border-bottom: none;
    }
    .contact input[type="text"] {
        margin: 0 0 20px;;
    }
}
.contact-box .heed-txt {
    color: #a4045d;
    border: 1px solid #a4045d;
    padding: 10px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

/* --------------------------------------------------
  よくある質問
-------------------------------------------------- */
.under.faq .contents-area {
    padding-bottom: 50px;
}
.under.faq .contents-area h1 {
    margin: 12px 0 0;
    padding: 5px 20px 10px;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    border: none;
}
.faq-box h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 2em 0 1em;
    padding: 0 15px;
    border: none;
}
.faq-menu {
    background-color: #f2e9e1;
    padding: 0 15px;
}
.faq-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0 5px;
}
.faq-menu ul li {
    margin-right: 20px;
    margin-bottom: 5px;
}
.faq-menu ul li a {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    white-space: nowrap;
}
.faq-menu ul li a:hover {
    color: #a4045d;
}
.faq-menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: 8px solid #cccccc;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.faq-menu ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: 8px solid #a4045d;
}
.faq-menu ul li.active a {
    color: #a4045d;
}
.faq-menu ul li.active a::before {
    border-left: 8px solid #a4045d;
}
.under.faq .contents-area dl {
    width: 100%;
    max-width: 620px;
    padding: 0 15px;
    margin: 0 auto;
}
.under.faq .contents-area dt {
    border: 1px solid #999999;
    border-radius: 10px;
    padding: 15px 20px 15px 60px;
    margin-bottom: 15px;
    position: relative;
}
.under.faq .contents-area dd {
    padding: 15px 20px 15px 60px;
    margin-bottom: 20px;
    position: relative;
}
.under.faq .contents-area dt::before {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    content: "Q";
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 30px;
    font-weight: bold;  
    top: 12px;
    left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #a4045d;
    line-height: 100%;
}

.under.faq .contents-area dd::before {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    content: "A";
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #7a9eab;
    line-height: 100%;
}

/* FAQ追加 */
.table_faq_table {
    border: none;
	border-spacing: 0;
	border-collapse: collapse;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #999;
    font-size: 13px;
}
.table_faq_table table {
    width: 100%;
    border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
.table_faq_table table td {
}
.table_faq_table table th,
.table_faq_table table td {
    font-weight: normal;
    padding: 10px 15px;
    line-height: 160%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.col4_bdleft{border-left: 1px solid #999;}
.table_title2{background:#efefef;}

.table_faq_table table th:last-child,
.table_faq_table table td:last-child {
    border-right: none;
}
.table_faq_table table tr:last-child th,
.table_faq_table table tr:last-child td {
    border-bottom: none;
}


























