@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');

/*---------------------------------
reset
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    letter-spacing: .03em;
    vertical-align:baseline;
    background:transparent;
    list-style-type: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.bx-wrapper {
    background-color: transparen!importantt;
    border: none!important;
    box-shadow: none!important;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/*---------------------------------
base
---------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    scroll-behavior: smooth;
    color: #6E6E6E;
    background: #f5f5f5;
}
a {
    color: #334559;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity: .7;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.main {
    width: 100%;
    margin: 0 auto;
}
.contents-section {
    max-width: 1200px;
    margin: 80px auto 100px;
    padding: 0 8px;
}
.contents-heading {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin: 0 auto 2em;
}
.information-heading {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d2d5da;
}
.heading-title {
    font-size: 2.4em;
    letter-spacing: .05em;
    font-family: 'Cormorant Garamond', serif; 
    color: #334559;
    margin-right: .5em;
}
.heading-sub-title {
    position: relative;
    top: -.1em;
    color: #334559;
    font-weight: 500;
    letter-spacing: .1em;
}
.item-title-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 130px 15px 0;
}
.item-title-wrap span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
}
.item-title {
    color: #6E6E6E;
    font-size: 32px;
    font-weight: 400;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #6E6E6E;
    padding-left: 8px;
}
.contents-wrap p {
    line-height: 2.4em;
}
/*---------------------------------
button
---------------------------------*/
.btn-wrap {
    text-align: center;
}
.btn {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #6E6E6E;
    border: 1px solid #6E6E6E;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius: 5px;
}
.btn {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.btn::before,
.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn,
.btn::before,
.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    background: #6E6E6E;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.product-list-btn {
    width: 230px;
}
.mail-magazine-btn {
    width: 100%;
}
/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
    background: #af4233;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    margin: 0 0 0 1em;
}
.add-btn:hover {
    background: #EB503C;
}
.outstock-btn {
    background: #989898;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    padding: 20px 30px;
}
.outstock {
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    width: 100%;
}
.sold-btn {
    background: #adadad!important;
}
.sold-btn:hover {
    background: #989898!important;
}
.cart-btn {
    display: inline-block;
    border-radius: 2px;
    width: 100%;
    padding: 20px 30px;
}
.add-btn a {
    color: #fff;
    text-decoration: none;
}
.add-btn a:hover {
    opacity: 1;
}
.add-btn-right {
    width: 24%;
}
.cart-option-area {
    font-size: 12px;
    margin-top: 10px;
}
.cart-option-area span {
    display: block;
}
.sell-period-btn {
    background: #adadad!important;
}
.sell-period-btn p {
  color: #fff;
}
/*---------------------------------
header
---------------------------------*/
header {
    z-index: 999;
}
.header a:hover {
    text-decoration: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}
.top-bar {
    z-index: 999;
    margin: 0;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
    padding: 7px 0 6px;
}
@-moz-document url-prefix() {
    .top-bar {
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    }
}
.header-inner {
    padding: 0 40px;
}
.shop-logo {
    float: left;
    margin: 0 2em 0 0;
}
.shop-logo img {
    max-height: 50px;
}
.nav {
    float: left;
    display: flex;
    margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
    .nav {
        margin-top: 13px;
    }
}
.drop-arrow {
    margin-left: 6px;
}
.nav-item a {
    padding: 8px 14px;
    vertical-align: -webkit-baseline-middle;
}
.second-nav {
    display: flex;
    float: right;
    padding-top: .4em;
}
.nav-item span {
    font-size: 90%;
    font-weight: 500;
    letter-spacing: .1em;
}
.second-nav li span {
    padding: 8px 14px;
    font-size: 80%;
}
.second-nav img {
    display: block;
    margin: 0 auto 3px;
}
.nv-dropdown:active .drop-arrow {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nv-dropdown:checked {
    transform: rotate(180deg);
}
.sp-nav-wrap {
    display: none;
}
.sp-second-nav-wrap {
    display: none;
}
span.cart-badge {
    background: #EB503C;
    color: #fff;
    padding: 5px 7px!important;
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    right: 52px;
}
/*---------------------------------
header-dropmenu
---------------------------------*/
.navigation ul li a{
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.navigation>ul>li{
    text-align:center;
}
.navigation .drop-nv-wrap{
    display: none;
    position: absolute;
    top: 16px;
    z-index: -1;
}
.nav-item:first-child {
    margin-right: 16px;
}
.navigation .drop-nv-wrap ul{
    line-height: 1.4em;
    padding: 30px 0;
       overflow: scroll;
    overflow-x: auto;
    max-height: 80%;
    position: fixed;
    background-color: #f5f5f5;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}
.navigation .drop-nv-wrap ul li{
    text-align: left;
    margin: 12px 32px 0 0!important;
    padding-left: 15px;
}
.navigation .drop-nv-wrap ul li a{
    padding: 0 0 0 12px!important;
    display: inline-block;
}
.dropdown-menu-list a:hover {
    text-decoration: underline!important;
}
.dropdown-menu-list a:before {
    content: "-";
    padding-right: 6px;


    vertical-align: text-top;
    font-weight: bold;
}
.article-title,
.article-title-pc {
    position: relative;
}
.article-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;;
    border-right: solid 2px #6E6E6E;;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.article-title-pc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;;
    border-right: solid 2px #6E6E6E;;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@-moz-document url-prefix() {
    .article-title-pc:after {
        top: 3px;
    }
}
.article-title.open:after,
.article-title-pc.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 57%;
}
@-moz-document url-prefix() {
    .article-title.open:after,
    .article-title-pc.open:after {
        top: 44%;
    }
}
/*---------------------------------
header-serch
---------------------------------*/
.search-link {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}
.sp-header {
    display: none;
}
.search {
    float: right;
    position: relative;
}
.search-box {
    margin: 0;
    float: left;
    display: none;
    position: relative;
    right: 0;
}
.search-icon {
    margin: 0;
    float: left;
    cursor: pointer;
}
a.btn-go {
    text-decoration: none;
    position: absolute;
    right: -55px;
    background: #fff;
}
.btn-go span {
    color: #6E6E6E;
    padding: 9px 12px!important;
}
.search-box a:hover {
    opacity: 1;
}
input[type="text"] {
    margin: 21px 9px 0 0;
    padding: 0 50px 4px 0px;
    border: none;
    border-bottom: 1px solid #6E6E6E;
    outline: none;
}
.close {
    cursor: pointer;
    margin: 0 0 0 -20px;
    position: absolute;
    top: 27px;
}
/*---------------------------------
top
---------------------------------*/
/*---------------------------------
main-visual
---------------------------------*/
.main-visual {
    margin-top: 65px;
}
#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.main-visual img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
}

.bx-wrapper .bx-pager {
    color: #666!important;
    bottom: 16px!important;
    padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #E57C6F!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 9px!important;
    height: 9px!important;
    margin: 0 7px!important;
}
.scroll-down a {
    display: none;
}
.bx-controls-direction {
    display: none;
}
/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
    max-width: 240px;
    margin-right: 3em;
    border-top: 1px solid #6E6E6E;
}
.cateST {
    display: block;
    color: #334559;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 3.5em 0 1.2em;
}
.left-nav-title {
    display: block;
    margin-bottom: .4em;
}
.left-nav-title a {
    position: relative;
    display: block;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    text-decoration: none;
    height: 5em;
    width: 240px;
    background: #fff;
}
.left-nav-title a::after {
    content: "";
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border: 1px solid #334559;
    border-left: transparent;
    border-bottom: transparent;
}
.left-nav-title a span {
    position: absolute;
    display: block;
    width: 80%;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}
.all_items .left-nav-title a {
    border-bottom: 1px solid #6E6E6E;
    background: transparent;
}
.left-nav-category[class*="topic"] .left-nav-title a {
    background: #a98c64;
    color: #fff;
}
.left-nav-category[class*="topic"] .left-nav-title a::after {
    border-color: #fff;
}
.left-nav-item {
    font-size: 14px;
    margin: 18px 0;
    line-height: 1.4em;
}
.left-nav-item:last-child {
    margin-bottom: 40px;
}
.left-nav-item a {
    display: block;
}
.left-nav-item a:hover {
    opacity: .7;
}
.left-nav-help {
    padding: 16px 0;
}
.nav-help-list {
    margin: 18px 0;
    line-height: 1.4em;
    font-size: 14px;
}
/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.information-list {
    display: flex;
    align-items: baseline;
    padding-bottom: 1.4em;
    margin: 0 0 1.4em;
    border-bottom: 1px solid #d2d5da;
}
.information-label {
    font-size: .9em;
    color: #9fa6ae;
    font-weight: 400;
    margin: 0 1.4em 0 1em;
}
.information-contents {
    line-height: 1.2em;
}
.information-label:before {
}
.information-contents a:hover {
    text-decoration: underline;
}
/*---------------------------------
product-container
---------------------------------*/
.product-container {
    display: flex;
}
.product-contents-wrap {
    min-width: 500px;
    flex-grow: 1;
}
.product-wrap {
    margin-bottom: 72px;
}
.new-product-wrap {
    border-bottom: 1px solid #d2d5da;
}
.product-list {
    max-width: 888px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.product-list-item {
    width: calc(100%/3 - 2.67%);
    margin: 0 4% 2.6em 0;
}
.product-list-item:nth-child(3n) {
    margin-right: 0;
}
.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: .8em;
}
.product-image-wrap img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-image-wrap img:hover {
    opacity: .5;
}
.product-name-link {
    line-height: 1.6em;
}
.product-list-item a div:hover {
    opacity: .7;
}
.product-caption {
    display: block;
    font-size: 95%;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
}
.product-price {
    display: block;
    font-size: 90%;
    margin-top: .8em;
}
.product-discount {
    text-decoration: line-through;
}
.product-sale-price {
    color: #EB503C;
    font-weight: 500;
}
.sold-out {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 5px;
}
/*---------------------------------
footer
---------------------------------*/
.footer {
    background: #F5F5F5 url("https://gigaplus.makeshop.jp/kanekinanba/footer-bg.png") no-repeat center top / cover;
}
.footer-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 14em 0 4em;
}
.footer-menu-container {
    display: flex;
    justify-content: center;
}
.footer-menu {
    padding: 0 3em;
}
.footer-menu:nth-child(1) {
}
.footer-menu:nth-child(3) {
}
.footer-menu-list-title {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
}
.footer-menu-list-item {
    margin-bottom: 30px;
}
.footer-menu-list-item small{
	display: block;
    font-size: 80%;
    padding-top: 3px;
}
.footer-item-list {
    display: flex;
    flex-direction: column;
    height: 700px;
    flex-wrap: wrap;
    justify-content: left;
    align-content: baseline;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
}
.footer-item-list li {
    margin-right: 45px;
}
.mail-icon {
    vertical-align: middle;
}
.sns-link-list {
    display: flex;
    margin-top: 36px;
}
.sns-link {
    margin-right: 16px;
}
.mail-magazine-text {
    text-align: center;
    margin: 56px 0 36px;
}
.mail-magazine-title {
    font-size: 32px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 24px;
}
.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}
.mail-magazine-btn-wrap {
    margin-bottom: 0;
}
.footer-bottom { 
    background: #32465a;
}
.footer-bottom-inner {
    padding: 1.5em 0;
    text-align: center;
    color: #98a2ac;
}
.copy-right {
    font-family: 'Cormorant Garamond', serif;
    font-size: 10px;
    letter-spacing: 0.1em;
}
/*---------------------------------
category_list
---------------------------------*/
.category-image {
    position: relative;
}
.category-image img {
    margin-top: 65px;
    height: 222px;
    width: 100%;
    object-fit: cover;
}
.category-image:before {
    content: "";
    background-color: #0000006b;
    position: absolute;
    width: 100%;
    height: 288px;
    top: 0;
    left: 0;
    z-index: 1;
}
.category-title-wrap {
    width: 100%;
    position: absolute;
    top: 170px;
    z-index: 2;
}
.category-title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-shadow: 0px 0px 3px #f7f7f7;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 8px;
}

/*---------------------------------
pager
---------------------------------*/
.pager {
    margin-bottom: 64px;
}
.pager  ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#EBEBEB;
    width: 30px;
    height: 50px;
    text-align: center;
    position: relative;
}

.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}

.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #fff;
    background: #6E6E6E;
}
/*---------------------------------
detail
---------------------------------*/
.detail {
    display: flex;
    margin-bottom: 1em;
    justify-content: space-around;
}
.detail-image {
    width: 220px;
    height: auto;
}
.detail-image img {
	object-fit: cover;
    width: 220px;
    height: auto;
}
.detail-right {
    flex-grow: 2;
    margin-left: 3%;
    padding-top: 1em;
}
.product-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px
}
.product-price-block {
    font-size: 24px;
}
.product-price-block small {
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input.productnum {
    font-size: 24px;
    color: #6E6E6E;
    width: 100px;
    height: 40px;
    float: left;
    text-align: right;
    padding: 0 5px;
}
div.button {
    float: none;
    display: inline-block;
    width: 16px;
    padding-left: 16px;
}
.cart-add-btn {
    display: flex;
    align-items: center;
}
input.spinner_up {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/up.png") no-repeat;
    cursor: pointer;
}
input.spinner_down {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/down.png") no-repeat;
    cursor: pointer;
}
.productnum-wrap {
    padding: 1.5em 1.5em 2em 0;
    width: 140px;
}
.purchase-num {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.option-area {
    margin: -20px 0 60px;
}
.makeshop-option-wrap {
    margin: 8px 0;
}
.makeshop-option-label {
    font-size: 14px;
    margin-bottom: 6px;
}
.makeshop-option-select {
    padding: 10px;
    width: 60%;
}
.bg-section {
    padding: 100px 0;
}
.detail-description {
    width: 100%;
    margin: 0 auto 2em;
    display: block;
    padding: 0 16px;
    line-height: 2em;
}
.left-detail-description,
.right-detail-description {
    width: 100%;
}
.description-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.description-text {
    line-height: 2em;
}
.grid-multi-image {
    display: flex;
    flex-wrap: wrap;
}
.multi-image {
    flex: 1 0 calc(100%/3);
}
*::-ms-backdrop, .multi-image {
    width: 33.33%; /* IE11 */
}
.multi-image img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.detail-sold-out {
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 6px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 5px;
    border-radius: 2px;
}
.detail-product-discount {
    font-size: 20px;
    margin-bottom: 16px;
    text-decoration: line-through;
}
.detail-product-sale-price {
    color: #EB503C;
    font-weight: 500;
    font-size: 38px;
}
.detail-product-sale-price small {
    font-size: 28px;
}
/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}
.cart-title {
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    color: #6E6E6E;
    letter-spacing: .2em;
}
.cart {
    margin-top: 60px;
}
.cart-text-head {
    border-bottom: 1px dotted #6E6E6E;
    padding-bottom: 16px!important;
    display: flex;
}
.cart-product {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px dotted #6E6E6E;
    align-items: center;
}
.cart .img-head {
    width: 20%;
}
.cart-product img {
    width: 160px;
}
.cart .name-head {
    width: 25%;
    padding-right: 40px;
    line-height: 1.4em;
}
.cart .qty-head {
    width: 15%;
}
.cart .price-head {
    width: 25%;
}
.cart .remove-head {
    width: 15%;
}
.cart-item-text {
    display: flex;
    justify-content: space-between;
    width: 76%;
    align-items: center;
}
.cart .img {
    width: 20%;
}
.cart .name {
    width: 25%;
    line-height: 1.4em;
}
.cart .qty {
    width: 15%;
    display: flex;
}
.cart .price {
    width: 25%;
}
.cart .remove {
    width: 15%;
    padding-left: 14px;
}
.remove-sp {
    display: none;
}
.total {
    text-align: right;
    margin: 56px 0 32px;
}
.total-text {
    font-size: 18px;
}
.total-price {
    font-size: 32px;
    padding-left: 16px;
}
.total-text-small {
    font-size: 14px;
}
.continue-shopping {
    padding-right: 40px;
}
.payment-add-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.quantity-notification {
    width: 44px;
    height: 44px;
    text-align: center;
}
.awesome a{
    cursor: pointer !important;
    text-align: center !important;
    display: inline-block;
    vertical-align: middle !important;
    color: #fff!important;
    width: 85px!important;

    height: 100%!important;
    background: #6E6E6E!important;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: none;
    padding: 14px;
}
/*---------------------------------
news-list
---------------------------------*/
.contents-wrap {
    max-width: 960px;
    margin: 0 auto 80px;
}
.info-title-wrap {
    padding-top: 160px;
}
h2.info-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    width: 60%;
    margin: 0 auto -30px;
}
/*---------------------------------
guide
---------------------------------*/
.guide-section {
    margin-bottom: 64px;
}
.guide-section-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}
/*---------------------------------
company
---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}
/*---------------------------------
contract
---------------------------------*/
.contract-section {
    margin-bottom: 64px;
}
.contract-section-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}
/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
    line-height: 2.4em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #6E6E6E;
    white-space: pre-wrap;
}
/*---------------------------------
responsive 
---------------------------------*/

@media screen and (max-width: 768px) {
    
/*---------------------------------
common
---------------------------------*/
    .product-wrap {
        padding: 0 3%;
    }
    .main-visual {
        position: relative;
        margin-top: 53px;
    }
    .scroll-down a {
        background: url(/view/images/template/6/scroll-down.png) no-repeat;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
    }
    #start-contents {
        margin-top: -70px;
        padding-top: 70px;
        position: relative;
    }
    span.cart-badge {
        top: 0;
        right: 0;
    }
    .header,
    .footer {
        width: 100%;
    }
    .top-bar {
        padding: 14px 2px;
        min-height: 54px;
    }
    .header-inner {
        padding: 0 10px;
    }
    .shop-logo {
        margin: 0;
        float: none;
        text-align: center;
    }
    .nav,
    .second-nav {
        display: none;
    }
    .side-bar {
        display: none;
    }
    .contents-section {
        margin: 50px auto 0;
    }
    .bx-wrapper .bx-pager {
        text-align: center!important;
        padding-left: 0;
    }
    /*------------------
    hamburger
    ------------------*/
    .wrapper {
        height: 100%;
        overflow-x: hidden;
        position: relative;
        display: block;
    }
    .sp-nav-wrap {
        display: block;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5)!important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 25px;
        left: 18px;
        z-index: 100;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 80%;
        height: 4px;
        background-color: #6E6E6E;
        transition: all .5s;
    }
    .menu-trigger.active span {
        background-color: #6E6E6E;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 4px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-4px) rotate(45deg);
    }
 
    nav {
        width: 250px;
        height: 100%;
        padding-top: 100px;
        background: #fff!important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translate(-250px);
        transition: all .5s;
    }
    nav.open {
        transform: translate(0,0);
        overflow: scroll;
        overflow-x: hidden;
        height: 100%;
    }
    nav li {
        color: #6E6E6E;
        text-align: left;
        font-family: 'Cormorant Garamond', serif;
        padding: 10px 20px;;
    }
    .accordion-container {
        position: relative;
        width: 100%;
        cursor: pointer
    }
    
    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        font-weight: normal;
        color: #6E6E6E;;
        cursor: pointer;
    }

    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        color: #6E6E6E;;
    }
    
    .accordion-container .article-title:hover i:before,
    .accordion-container .article-title:hover i:active,
    .accordion-container .content-entry.open i {
        color: white;
    }

    .article-title{
        position: relative;
    }

    .article-title:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 10%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #6E6E6E;;
        border-right: solid 2px #6E6E6E;;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    .article-title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    .accordion-content {
        display: none;
        padding: 24px 6px 0;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .accordion-content p {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
    }
    .accordion-content a {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .accordion-container {
        margin: 0;
    }

    dl.search1{
        position:relative;
        background-color:#fff;
        border-bottom:1px solid #aaa;
    }
    dl.search1 dt{
        padding:12px 0px
    }
    dl.search1 dt input{
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
    }
    
    dl.search1 dd{
        position:absolute;
        top:0;
        right:0;
    }
    dl.search1 dd button{
        display:block;
        padding:10px;
        background:none;
        border:none;
    }
    dl.search1 dd button span{
        display:block;
        width:20px;
        height:20px;
        background:url('/view/images/template/6/search_icon.png') no-repeat scroll 0 0;
    }
    .search-link-sp {
        margin-bottom: 16px;
    }
    .sp-second-nav-wrap {
        display: flex;
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .cart-link {
        margin: 14px 10px 0 10px
    }

    .slider li img {
        height: 50vh;
    }
    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 0;
    }
    .footer-menu-container {
        display: block;
    }
    .footer-menu {
        margin-bottom: 20px;
        padding: 0 1em;
    }
    .footer-menu:last-child {
        margin-bottom: 0;
    }
    .footer-menu-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .footer-menu-list-item {
        margin-bottom: 15px;
        width: 48%;
        text-align: center;
        border: 1px solid #ccc;
    }
    .footer-menu-list-item a {
        display: block;
        padding: 1em 0;
        font-size: 80%;
        letter-spacing: 0;
    }
    .sns-link-list {
        margin-top: 20px;
    }
    .sns-link img {
        width: 24px;
    }
    .product-contents-wrap {
        min-width: 100%;
    }
    .information-list-wrap {
        white-space: inherit;
    }
    .information-list {
        display: block;
        margin-bottom: 32px;
    }
    .information-label {
        margin: 0 0 12px 0;
    }
    .product-list-item {
        width: calc(100%/2 - 8px);
        min-width: 0;
        margin-right: 16px;
    }
    .product-list-item:nth-child(even) {
        margin-right: 0;
    }
    .product-list {
        justify-content: space-between;
        width: 100%;
    }
    .product-list-item:nth-child(3) {
        margin-right: 16px;
    }
    
    /*------------------
    category_list
    ------------------*/
    .banner-image {
        background-position: center;
        height: 20vh;
    }
    .item-title-wrap span {
        padding-left: 8px;
    }
    .item-title {
        font-size: 28px;
        padding-left: 8px;
    }
    .category-image:before {
        height: 198px;
    }
    .category-image img {
        height: 145px;
            margin-top: 54px;
    }
    .category-title-wrap {
        top:115px;
    }
    .category-title {
        font-size: 20px;
    }
    
    /*------------------
    detail
    ------------------*/
    .detail {
        display: block;
        margin-top: 0;
    }
    .detail-image {
        width: 100%;
        height: 70vw;
    }
    .detail-image img {
        width: 100%;
        height: 70vw;
    }
    .detail-right {
        margin-left: 0;
        width: 100%;
        padding: 1em 3% 0;
    }
    .product-name {
        font-size: 18px;
        margin-bottom: .8em;
    }
    .product-price-block {
        font-size: 22px;
    }
    .product-price-block small {
        font-size: 18px;
    }
    .productnum-wrap {
    }
    .add-btn {
        width: 100%;
        margin: 0;
    }
    .bg-section {
    }
    .detail-description {
        width: 100%;
        display: block;
    }
    .left-detail-description, .right-detail-description {
        width: 100%;
        margin-bottom: 48px;
    }
    .right-detail-description {
        margin-bottom: 0;
    }
    .grid-multi-image {
        display: block;
    }
    .outstock-btn {
        width: 100%;
    }
    .outstock {
        width: 100%;
    }
    
    /*------------------
    cart
    ------------------*/
    .cart-title {
        padding: 0 0 0 10px;
    }
    .cart-table {
        border-top:  1px dotted #6E6E6E;
    }
    .cart-text-head {
        display: none;
    }
    .cart .img {
        width: auto;
    }
    .cart .img img {
        padding-right: 16px;
    }
    .cart-item-text {
        display: block;
    }
    .cart-item-text div {
        width: 100%!important;
        margin-bottom: 10px;
    }
    .cart .remove {
        display: none;
    }
    .remove-sp {
        display: block;
        text-align: right;
        text-decoration: underline;
    }
    .cart-add-btn {
    }
    .continue-shopping {
        padding: 0;
        margin-top: 24px;
        text-align: center;
        text-decoration: underline;
    }
    .awesome {
        height: 44px!important;
    }
    .cart-product {
        align-items: end;
    }
    .payment-add-btn {
        display: block;
        margin-bottom: 48px;
    }
    
    /*---------------------------------
    news-list
    ---------------------------------*/
    .contents-wrap {
        padding: 0 3%;
    }
    .info-title-wrap {
        padding-top: 130px;
    }
    h2.info-title {
        font-size: 18px;
        line-height: 1.6em;
        width: 80%;
    }
}
/*-- カスタム（エレファント） --*/
.category-title-wrap {
    top: 65%;
    transform: translateY(-50%);
}
.category-title {
    max-width: 1200px;
    font-family: 'Cormorant Garamond', serif;
    text-shadow: none;
    letter-spacing: .15em;
    padding: 0 20px;
    margin: 0 auto 15px;
}
.category-copy {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    font-size: 90%;
    line-height: 1.5;
}
.subCateList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}
.subCateList li {
    width: 100%;
    margin-bottom: 1.2em;
}
.subCateList li a {
    display: block;
    text-align: right;
    padding: 3em 3em;
    background: #999;
}
.subCateList li a:hover {
    text-decoration: none;
}
.subCateList.cate01 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate01_bg.png") no-repeat center center / cover;
}
.subCateList.cate01 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate01_bg2.png") no-repeat center center / cover;
}
.subCateList.cate01 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate01_bg3.png") no-repeat center center / cover;
}
.subCateList.cate01 li:nth-child(4) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate01_bg4.png") no-repeat center center / cover;
}
.subCateList.cate01 li:nth-child(5) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate01_bg5.png") no-repeat center center / cover;
}
.subCateList.cate02 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate02_bg.png") no-repeat center center / cover;
}
.subCateList.cate02 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate02_bg2.png") no-repeat center center / cover;
}
.subCateList.cate02 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate02_bg3.png") no-repeat center center / cover;
}
.subCateList.cate02 li:nth-child(4) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate02_bg4.png") no-repeat center center / cover;
}
.subCateList.cate02 li:nth-child(5) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate02_bg5.png") no-repeat center center / cover;
}
.subCateList.cate03 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate03_bg.png") no-repeat center center / cover;
}
.subCateList.cate03 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate03_bg2.png") no-repeat center center / cover;
}
.subCateList.cate04 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate04_bg.png") no-repeat center center / cover;
}
.subCateList.cate04 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate04_bg2.png") no-repeat center center / cover;
}
.subCateList.cate04 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate04_bg3.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg2.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg3.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(4) a {
        background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg4.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(5) a {
         background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg5.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(6) a {
             background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg6.png") no-repeat center center / cover;
}
.subCateList.cate05 li:nth-child(7) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate05_bg7.png") no-repeat center center / cover;
}
.subCateList.cate06 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate06_bg.png") no-repeat center center / cover;
}
.subCateList.cate06 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate06_bg2.png") no-repeat center center / cover;
}
.subCateList.cate06 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate06_bg3.png") no-repeat center center / cover;
}
.subCateList.cate07 li:nth-child(1) a {
        background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate07_bg.png") no-repeat center center / cover;
}
.subCateList.cate07 li:nth-child(2) a {
        background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate07_bg2.png") no-repeat center center / cover;    
}
.subCateList.cate07 li:nth-child(3) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate07_bg3.png") no-repeat center center / cover;
}
.subCateList.cate07 li:nth-child(4) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate07_bg4.png") no-repeat center center / cover;
}
.subCateList.cate08 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate08_bg.png") no-repeat center center / cover;
}
.subCateList.cate08 li:nth-child(2) a {
     background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate08_bg2.png") no-repeat center center / cover;
}
.subCateList.cate08 li:nth-child(3) a {
     background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate08_bg3.png") no-repeat center center / cover;    
}
.subCateList.cate09 li:nth-child(1) a {
     background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate09_bg.png") no-repeat center center / cover;    
}
.subCateList.cate09 li:nth-child(2) a {
     background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate09_bg.png") no-repeat center center / cover;        
}
.subCateList.cate09 li:nth-child(3) a {
     background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate09_bg.png") no-repeat center center / cover;            
}
.subCateList.cate11 li:nth-child(1) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate11_bg.png") no-repeat center center / cover;
}
.subCateList.cate11 li:nth-child(2) a {
    background: url("https://gigaplus.makeshop.jp/kanekinanba/new_cate/sub_cate11_bg2.png") no-repeat center center / cover;
}
.subCateList li a span {
    display: inline-block;
    padding: .4em .5em .3em .6em;
    font-family: 'Cormorant Garamond', serif;
    font-size: 190%;
    letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
    .category-image img {
        height: 200px;
        margin-top: 70px;
    }
    .category-image:before {
        height: 270px;
    }
    .category-copy {
        font-size: 80%;
    }
    .subCateList li {
        width: 100%;
    }
    .subCateList li a {
        padding: 4.6vw 1em;
    }
    .subCateList li a span {
        font-size: 3.2vw;
    }
}

.product-list-item {
    width: calc(100% / 3 - 2.67%);
    margin: 0 4% 2.6em 0;
}
.product-list-item .product-image-link .product-image-wrap {
    position: relative;
    width: 100%;
    height: 13em;
    margin-bottom: .8em;
}
.product-list-item .product-image-link .product-image-wrap img {
    position: relative;
    display: block;
    width: 100%;
    height: 13em;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .product-list-item {
        width: calc(100% / 2 - 8px);
        min-width: 0;
        margin-right: 16px;
    }
    .product-list-item .product-image-link .product-image-wrap {
        height: 10em;
    }
    .product-list-item .product-image-link .product-image-wrap img {
        height: 10em;
    }
}