@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/css?family=Marcellus&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url("https://fonts.googleapis.com/earlyaccess/nicomoji.css");
/*---------------------------------
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%;
    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 !important;
    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;
}

a {
    color: #775e40;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    opacity: .7;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.main {
    width: 100%;
    margin: 0 auto;
}
.main-back{
    background-color: #fafdf7;
}
.main-deteil-back{
    background-color: #f0fff0;
}

.contents-section {
    max-width: 1200px;
    margin: 80px auto 10px;
    padding: 0 8px;
}

.contents-heading {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin: 0 auto 24px;
    align-items: center;
    padding-top: 30px;
}

.information-heading {
    border-top: 2px dotted #707070;
}

.heading-title {
    font-size: 28px;
    font-weight: normal;
    margin-right: 10px;
    color: #775e40;
    font-family: "Zen Maru Gothic";
    font-weight: 500;
}
.pickup-title{
    font-family: "Zen Maru Gothic";
    font-weight: 500;
}

.heading-sub-title {
    font-weight: 100;
    color: #775e40;
    font-family: "Sawarabi Mincho";
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.check-product{
    padding-top: 30px;
}

.item-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 175px;
}

.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: #775e40;
    padding-left: 8px;
}

.contents-wrap p {
    line-height: 2.4em;
    color: #775e40
}

.ranking-title {
    color: #775e40;
    font-weight: bold;
    font-size: 24px;
}

.sub-text {
    color: #775e40;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

/*---------------------------------
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: #9ebf8f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 60%;
    border-radius: 3px;
    margin-bottom: 20px;
}

.add-btn:hover {
    /* background: #EB503C; */
}

.outstock-btn {
    background: #989898;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 60%;
    border-radius: 3px;
    padding: 24px;
}

.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: 24px;
}

.add-btn a {
    color: #fff;
    text-decoration: none;
}
.add-btn2 a{
    color: #9ebf8f;
}

.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;
}

/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
    margin: auto 0 0 0;
}

.item-list-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0;
    font-weight: bold;
    font-size: 13px;
    background: #9ebf8f;
    color: #fff;
}

.item-list-sold {
    background: #ffb3bd;
    color: #fff;
}

.option-list-cart {
    border: 1px solid #808080;
    color: #808080;
    ;
}

.add-list-cart {
    background: #9ebf8f;
    color: #fff;
}

.price {
    margin-bottom: 8px;
}

/*---------------------------------
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: 20px 0 16px;
}

@-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: 5px 16px 0 0;
}

.shop-logo img {
    max-height: 40px;
}

.nav {
    float: left;
    display: flex;
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
    .nav {
        margin-top: 11px;
    }
}

.drop-arrow {
    margin-left: 6px;
}

.nav-item a {
    padding: 8px 14px;
    vertical-align: -webkit-baseline-middle;
}

.second-nav {
    display: flex;
    float: right;
}

.nav-item span {
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-size: 19px;
}

.second-nav li span {
    padding: 8px 14px
}

.second-nav img {
    display: block;
    margin: 0 auto 6px;
}

.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: 60px;
    right: 52px;
}
.btn-go-wrap{
    margin-right: 20px;
}
.entry-img{
    width: 50px;
}
.cart-img{
    width: 50px;
}
.login-img{
    width: 50px;
}
.search-img{
    width: 50px;
}
.logout-img{
    width: 50px;
}
.search-text{
    color: #775e40;
}
.mypage-img{
    width: 50px;
}

/*---------------------------------
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;
    margin-right: 16px;
    margin-top: 8px;
}

.navigation .drop-nv-wrap {
    display: none;
    position: absolute;
    top: 16px;
    z-index: -1;
}

.nav-item:first-child {
    margin-right: 16px;
    margin-top: 8px;
}

.navigation .drop-nv-wrap ul {
    line-height: 1.4em;
    padding: 80px 0;
    overflow: scroll;
    overflow-x: auto;
    max-height: 80%;
    position: fixed;
    background-color: #E5F4D9;
}

::-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: #775e40;
    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: 190px;
    width: 100%;
    height: auto;
}

#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-visual img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.wrapper{
    background-color: #fafdf7;
}

.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;
}
.bx-viewport {
    height: auto !important;
}
/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
    width: 240px;
    margin-right: 56px;
}

.left-nav-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #775e40;
    border-top: 1px solid #775e40;
    padding: 16px 0;
    font-weight: bold;
}

.left-nav-title a {
    text-decoration: none;
    color: #775e40;
    cursor: pointer; 
    font-family: "Zen Maru Gothic";
    font-weight: 400;
}

.category-link {
    flex: 1;
}

.toggle-btn {
    cursor: pointer;
    font-size: 18px;
    margin-right: 10px;
    color: #775e40;
    text-decoration: none;
}

/* 子カテゴリのデザイン */
.left-nav-submenu {
    display: none;
    padding-left: 20px;
}

.left-nav-submenu.open {
    display: block;
}

.left-nav-item {
    font-size: 14px;
    margin: 18px 0;
    line-height: 1.4em;
}

.left-nav-item a {
    display: block;
}

.left-nav-item a:hover {
    opacity: 0.7;
}
/* サブカテゴリと孫カテゴリ用のスタイル */
.left-nav-submenu, .left-nav-subsubmenu {
    display: none;
    padding-left: 20px;
}

.left-nav-submenu.open, .left-nav-subsubmenu.open {
    display: block;
}

.left-nav-item, .left-nav-subitem {
    font-size: 14px;
    margin: 18px 0;
    line-height: 1.4em;
}

.left-nav-item a, .left-nav-subitem a {
    display: contents;
}

/* メールマガジン、サポートセンター、レビュー投稿などのスタイル */
.left-nav-help {
    border-top: 1px solid #775e40;
    padding: 16px 0;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
}

.nav-help-title {
    font-size: 16px;
    font-weight: bold;
    color: #775e40;
    margin-bottom: 10px;
}

.nav-help-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nav-review-img {
    width: 100%;
}

.divider {
    border: none;
    border-top: 1px solid #775e40;
    margin: 20px 0;
}
.melmaga-icon{
    width: 36px;
    height: auto;
}
.help-tel-icon{
    width: 36px;
    height: auto;
}
.help-mail-icon{
    margin-left: 3px;
    width: 31px;
    height: auto;
}
.category-icon{
    width: 45px;
}

/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 2px dotted #707070;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 32px;
}

.information-label {
    font-size: 14px;
    font-weight: 300;
    margin-right: 24px;
    color: #b0987e;
}

.information-contents {
    line-height: 1.2em;
    font-family: "Sawarabi Mincho";
}

.information-label:before {
    content: "-";
    padding-right: 4px;
}

.information-contents a:hover {
    text-decoration: underline;
}

/*---------------------------------
product-container
---------------------------------*/
.product-container {
    display: flex;
}

.product-contents-wrap {
    min-width: 500px;
}

.product-wrap {
    margin-bottom: 72px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
    margin: 0;
}

.product-list-item {
    width: 170px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

/* 3列目の要素の右マージンをリセット */
.product-list-item:nth-child(3n) {
    margin-right: 0;
}

.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}

.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 {
    font-weight: 500;
    white-space: break-spaces;
    font-family: "Zen Maru Gothic";
}

.product-price {
    display: inline-block;
    margin-top: 8px;
}

.product-discount {
    text-decoration: line-through;
}

.product-sale-price {
    color: #f08080;
    font-weight: 500;
}

.sold-out {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    background: #ffb3bd;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
}
.item-soldout{
    padding: 5px 10px;
    border: 2px solid #f08080;
    border-radius: 4px;
    background-color: #ffe6e6;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Marcellus', serif;
    width: fit-content;
}
.item-sale{
    padding: 5px 10px;
    border: 2px solid #f08080;
    border-radius: 4px;
    background-color: #ffe6e6;
    color: brown;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Marcellus', serif;
    width: fit-content;
}

.product-caption-wrap {
    white-space: normal;
    /* text-align:center; */
    flex-grow: 1;
}

.product-category {
    background: #ffc0cb;
    border-radius: 1%;
    /* text-align: center; */
    padding: 7px;
    margin: 0px;
    color: #775e40;
    font-size: 13px;
    padding: 4px;
    margin-right: auto;
    border-radius: 3px;
}

/*---------------------------------
footer
---------------------------------*/
.footer {
    position: relative;
    background: #fffde9;
    padding-top: 30px;
    font-family: "Sawarabi Mincho";
}

/* 波型デザインを追加 */
/* 波型デザインを追加 */
.footer-wave {
    position: absolute;
    top: -60px;
    /* 波の位置を調整 */
    left: 0;
    width: 100%;
    height: 60px;
    background: #fffde9;
    clip-path: polygon(0 100%, 10% 80%, 20% 100%, 30% 80%, 40% 100%, 50% 80%, 60% 100%, 70% 80%, 80% 100%, 90% 80%, 100% 100%);
    z-index: 1;
}

.footer-contents {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
}

.contact-title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #775e40;
}

.contact-button {
    display: inline-block;
    padding: 10px 24px;
    color: #fff;
    background-color: #e5979d;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.contact-tel {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0;
}

.contact-time, .contact-note, .contact-mail {
    margin: 4px 0;
}

.contact-mail a {
    color: #9ebf8f;
}
.tel-icon{
    width: 36px;
}
.mail-icon{
    width: 36px;
}


/* メニューとSNSエリア */
.footer-menu-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
}

.footer-menu {
    margin: 0 40px;
}

.footer-menu-list-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
}

.footer-menu-list-item {
    margin-bottom: 8px;
}

.footer-menu-list-item a {
    text-decoration: none;
    color: #775e40;
}

.sns-link-wrap {
    margin-top: 60px;
    padding-bottom: 40px;
}

.sns-link-list {
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
}

.sns-link {
    margin: 0 10px;
}

.sns-link img {
    /* width: 100px;
    height: 50px; */
}
.instgram-img{
    width: 150px;
}
.facebook-img{
    width: 160px;
}
.x-img{
    width: 150px;
}
/* ボトム部分 */
.footer-bottom {
    background: #f5f5f5;
    padding: 16px 0;
}

.footer-bottom-inner {
    text-align: center;
}

.copy-right {
    font-size: 12px;
    color: #775e40;
}

/* お問い合わせボックス全体のデザイン */
.footer-contact-box {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    padding: 20px 40px;
    background-color: #fff;
    border: 2px dotted #9ebf8f;
    /* ドットの境界線を設定 */
    border-radius: 10px;
    max-width: 900px;
}

/* 各コンタクトエリアのスタイル */
.footer-contact-container {
    display: flex;
    justify-content: space-between;
    /* 左右に配置 */
    align-items: center;
    width: 100%;
}

/* 各セクションのデザイン */
.contact-section {
    width: 45%;
    /* 各セクションの幅を45%に設定 */
    text-align: center;
}

/* タイトルのデザイン */
.contact-title {
    font-size: 20px;
    color: #6f5033;
    font-weight: bold;
    margin-bottom: 12px;
}

/* お問い合わせボタンのデザイン */
.contact-button {
    display: inline-block;
    padding: 20px 24px;
    background-color: #ffb3bd;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #e0bcbc;
    transition: background-color 0.3s ease;
    font-size: 18px;
}

.contact-button:hover {
    background-color: #f2b3b5;
    color: #ffffff;
}

/* お電話・メールのテキストデザイン */
.contact-info {
    text-align: center;
    line-height: 1.6em;
}

.contact-tel,
.contact-mail {
    font-size: 20px;
    color: #8ba865;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-time {
    font-size: 18px;
    color: #8ba865;
}

.contact-mail a {
    color: #8ba865;
    text-decoration: none;
}

.contact-mail a:hover {
    text-decoration: underline;
}

/* アイコンのスタイル（電話とメール） */
.icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

/*---------------------------------
category_list
---------------------------------*/
.category-image {
    position: relative;
}

.category-image img {
    margin-top: 78px;
    height: 222px;
    width: 100%;
    object-fit: cover;
}

.category-image:before {
    content: "";
    /* background-color: #0000006b; */
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-title-wrap {
    width: 100%;
    position: absolute;
    top: 170px;
    z-index: 2;
}

.category-title {
    color: #775e40;
    font-size: 32px;
    font-weight: 500;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 8px;
}

/*---------------------------------
pager
---------------------------------*/
.pager {
    margin-bottom: 64px;
    margin-top: 50px;
}

.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: #9ebf8f;
}

/*---------------------------------
detail
---------------------------------*/
.detail {
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
}

.detail-image {
    width: 630px;
    height: 100%;
}

.detail-image img {
    width: 100%;
}

.detail-right {
    padding-top: 40px;
    width: 40%;
    margin-left: 20px;
}

.product-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    color: #6f5033;
    white-space: break-spaces;
    font-family: "Zen Maru Gothic";
}

.product-price-block {
    font-size: 30px;
    color: #6f5033;
}

.product-price-block small {
    font-size: 24px;
}
.item-point{
    color: #6f5033;
    margin-top: 10px;
}
.item-special {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #f08080;
    border-radius: 4px;
    background-color: #ffe6e6;
    color: brown;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

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: left;
    width: 16px;
    padding-left: 16px;
}

.cart-add-btn {
    display: flex;
    align-items: center;
}
/* 定期購入ボタンのスタイル */
.subscription-btn {
    background-color: white;
    color: #9ebf8f;
    border: 2px solid #9ebf8f;
    border-radius: 6px;
}
/* 販売期間外のボタンスタイル */
.sell-period-btn {
    background-color: #cccccc;
}
.breadcrumb{
    padding-top: 50px;
    padding-bottom: 60px;
}
.contents-section {
    padding-top: 30px;
  }
  .item-breadcrumb {
    display: flex;
   } 
  .detail {
    margin-top: 20px;
  }
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: 72px 0 40px;
}

.purchase-num {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #6f5033;
}

.option-area {
    margin: -20px 0 60px;
}

.makeshop-option-wrap {
    margin: 8px 0;
}

.makeshop-option-label {
    font-size: 18px;
    margin-bottom: 6px;
    color: #6f5033;
    font-weight: 500;
}

.makeshop-option-select {
    padding: 10px;
    width: 60%;
}

.bg-section {
    background: #f0fff0;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 1%;
}

.bg-section-title {
    font-size: 20px;
    font-weight: bold;
    color: #8ba865;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
}

.detail-description {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
    line-height: 2em;
}

.left-detail-description,
.right-detail-description {
    width: 100%;
}

.left-detail-description {
    /* margin-right: 140px; */
}

.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: 'Marcellus', 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: #f08080;
    font-weight: 500;
    font-size: 38px;
}

.detail-product-sale-price small {
    font-size: 28px;
}

.item-review-detail {
    text-align: center;
}

.item-review-detail-empty {
    margin-bottom: 20px;
}

.review-post a {
    padding: 0;
    padding-left: 20px;
}
.review-post{
    padding-top: 20px;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.main-image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.main-image-container img {
    width: 500px;
    height: 500px;
    display: block;
    margin: 0 auto;
}

.thumb-image-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.thumb-image {
    width: 80px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
}

.thumb-image.active {
    border: 2px solid #9ebf8f;
}

.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10; /* ボタンが画像の上に表示されるようにz-indexを高く設定 */
}

.prev-button {
    left: -10px;
}

.next-button {
    right: -10px;
}

.prev-button:hover, .next-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}

.cart-title {
    font-size: 24px;
    font-family: 'Marcellus', serif;
    font-weight: bold;
    color: #775e40;
    letter-spacing: .2em;
}

.cart {
    margin-top: 60px;
    margin-bottom: 50px;
}

.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;
    color: #775e40;
}

.cart .qty-head {
    width: 15%;
    color: #775e40;
}

.cart .price-head {
    width: 25%;
    color: #775e40;
}

.cart .remove-head {
    width: 15%;
    color: #775e40;
}

.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%;
    color: #775e40;
}

.cart .remove {
    width: 15%;
    padding-left: 14px;
}

.cart .add-btn {
    width: 100%;
}

.amazon-button>div {
    margin: 0 auto;
}

.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: #9ebf8f !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;
    color: #775e40
}

.news-more {
    text-align: -webkit-center;
    margin-bottom: 16px;
}

.news-more a {
    text-decoration: underline;
}

.news-more a:hover {
    text-decoration: none;
}

/*---------------------------------
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;
    color: #775e40;
}

/*---------------------------------
company
---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}

.company-section {
    color: #775e40;
}

/*---------------------------------
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;
    color: #775e40;
}

/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
    line-height: 2.4em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #775e40;
    white-space: pre-wrap;
}


/******************************** 商品レビュー */
.section {
    max-width: 1200px;
    margin: 0 auto;
}
.index-info{
    max-width: 1200px;
    margin: 0 auto;
}
.item-list-review {
    display: flex;
    align-items: center;
}

.item-list-review .reviewRateStar::before {
    font-size: 1rem;
}

.item-list-review-rate {
    margin: 0 8px;
    font-weight: bold;
    font-size: 1rem;
}

/******************************** REVIEW */
.index-review-list .review-list-unit {
    display: flex;
}

.index-review-list .review-list-info {
    width: 180px;
    text-align: left;
    font-size: 0.8rem;
    margin-right: 16px;
}

.index-review-list .review-list-info img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.index-review-list .review-list-content-wrap {
    flex: 1;
}

.index-review-list .review-list-name,
.index-review-list .review-score-wrap {
    display: inline-block;
}

.index-review-list .reviewRateStar::before {
    font-size: 0.9rem;
}

/******************************** REVIEW STAR */
.reviewRateStar {
    display: inline-block;
    font-size: 0;
    color: #F8D803; }
    .reviewRateStar::before {
      font-family: 'Font Awesome 5 Free';
      content: "\f005";
      font-size: 1.5rem;
      font-weight: 900; }
  
  .starOff::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-weight: 400; }
  
  .starHalf::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f5c0"; }

/******************************** ITEM REVIEW */
.item-review {
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.item-review-average {
    font-size: 1.3rem;
    margin: 0 4px 0 12px;
}

/******************************** ITEM REVIEW LIST */
.item-review-detail {
    text-align: left;
    margin-top: 48px;
}

.item-review-title {
    position: relative;
    margin-bottom: 16px;
}

.btn-review-post-wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.item-review-detail .btn-review-post {
    margin: 0;
    padding: 4px 8px;
    width: auto;
    display: inline-block;
    font-size: 0.7rem;
    background: #999;
}

.review-list-unit {
    padding: 16px 0;
    font-size: 0.9rem;
    border-bottom: 1px dotted #ccc;
}

.review-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-star,
.review-score {
    display: inline-block;
}

.review-list-score-wrap .reviewRateStar::before {
    font-size: 1.1rem;
}

.review-score {
    margin-left: 4px;
    font-weight: bold;
    font-size: 1.0rem;
}

.review-list-content {
    font-size: 0.8rem;
    text-align: left;
}

.review-list-date {
    font-size: 0.7rem;
    margin-top: 8px;
    color: #999;
}

.review-list-text {
    text-align: center;
    color: #999;
    margin-top: 64px;
}

/* -----------------------------------------------------------------
     review
  ----------------------------------------------------------------- */
.review-title {
    font-size: 1.5rem;
    margin-top: 24px;
    margin-bottom: 48px;
    text-align: left;
}

.review-title em {
    font-weight: bold;
}

.review-item-wrap {
    display: flex;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f0f0f0;
}

.review-item-image {
    width: 100px;
}

.review-item-image img {
    max-width: 100%;
}

.review-item-info {
    flex: 1;
    text-align: left;
    margin-left: 16px;
    font-size: 0.9rem;
}

.total-review {
    margin-top: 8px;
}

.total-review .reviewRateStar::before {
    font-size: 1.1rem;
}

.review-average,
.review-count {
    display: inline-block;
}

.review-average {
    font-weight: bold;
    margin-left: 8px;
    font-size: 1.2rem;
}

.review-item-btn {
    text-align: right;
}

.btn-review-post {
    width: auto;
    display: inline-block;
    padding: 8px 24px;
}

.all-review {
    margin-bottom: 48px;
}

.all-review .review-head-wrap {
    width: 70%;
    text-align: left;
}

.all-review .review-list-content {
    text-align: left;
}

.all-review .review-name,
.all-review .review-list-score-wrap {
    display: inline-block;
}

.review-form-wrap {
    width: 600px;
    margin: 48px auto 32px;
}

.review-form {
    display: flex;
    text-align: left;
    padding: 16px 0;
}

.review-form-title {
    width: 200px;
}

.review-form-content {
    flex: 1;
}

.review-form-content input, .review-form-content textarea {
    width: 100%;
}

/*---------------------------------
original
---------------------------------*/
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6f4d9;
    padding: 10px 20px;
}

.left-image {
    display: flex;
    align-items: center;
}

.left-image img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.right-text {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #6f5033;
    display: flex;
    align-items: center;
}

.right-text::before {
    content: '\260E';
    font-size: 20px;
    margin-right: 5px;
}


.sale-banner {
    margin-top: 9vmin;
}

.sale-banner img {
    width: 100%;
    height: auto;
}

.header-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.product-section {
    /* background-image: url('dot-background.png');
    background-size: cover; */
    padding: 30px 0;

    background-color: #fafdf7;
    background-image: radial-gradient(#C1EFAC 10%, transparent 15%);
    background-size: 20px 20px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #6f5033;
    text-align: left;
    /* margin-left: 50px; */
    font-family: "Zen Maru Gothic";
    font-weight: 500;
}

.section-header .sub-text {
    font-size: 16px;
    font-weight: normal;
    color: #6f5033;
    font-family: "Sawarabi Mincho";
}
.section-header{
    display: flex;
    align-items: center;
}

.product-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.product-item {
    width: 200px;
    text-align: center;
}

.product-item img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}


.product-price {
    font-family: "Zen Maru Gothic";
    font-size: 14px;
    color: #6f5033;
    margin-top: 5px;
    font-weight: 500;
}
.product-price2{
    font-size: 20px;
}

.product-list-button {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 30px;
}

.button {
    /* background-color: #9ebf8f;
    color: white;  */
    padding: 4px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    display: inline-block;

}

.button:hover {
    /* background-color: #7bb06d;  */
}
.button2{
    background-color: #9ebf8f;
    color: white; 
    padding: 12px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    display: inline-block;
    font-family: "Nico Moji";
    font-weight: bold;
}
.list-head-sort {
    display: flex;
    align-items: center;
}

.list-head-sort dt {
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    color: black;
}

.category-title dl {
    display: flex;
    font-size: 12px;
    margin-bottom: 40px;
}

.category-title dd {
    margin-right: 8px;
}

.faq-container {
    width: 80%;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
}

.faq-title {
    text-align: center;
    margin-bottom: 20px;
}

.faq-title img {
    width: auto;
    height: 60px;
    max-width: 100%;
}

.faq-item {
    background-color: #e6f4d9;
    border-radius: 20px;
    margin: 20px 0;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
}

.faq-text {
    font-size: 18px;
    color: #6f5033;
    margin-right: auto;
    font-family: "Zen Maru Gothic";
}

.faq-icon {
    font-size: 24px;
    color: #6f5033;
    margin-left: auto;
    position: absolute;
    right: 20px;
}

.faq-answer {
    padding: 20px 20px 15px;
    background-color: #f7f7f7;
    display: none;
    color: #6f5033;
    border-top: 1px solid #d3d3d3;
    font-family: "Zen Maru Gothic";
}
.shipping-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.shipping-table th, .shipping-table td {
    border: 1px solid #b0b0b0;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.shipping-table th {
    background-color: #f7f2e7;
    font-weight: bold;
}

.shipping-table td {
    background-color: #ffffff;
}

.shipping-note {
    margin-top: 15px;
    font-size: 14px;
    color: #6f5033;
}


.product-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 64px;
    box-sizing: border-box;
}

.ranking-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    background-color: black;
    border-radius: 50%;
    font-size: 12px;
    color: wheat;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.rank-1 {
    background: #D1AF28;
    color: #fff;
}

.rank-2 {
    background: #ABA8A8;
    color: #fff;
}

.rank-3 {
    background: #D18858;
    color: #fff;
}


.title-icon{
    width: 32px;
}
/*---------------------------------
responsive 
---------------------------------*/

@media screen and (max-width: 768px) {

    /*---------------------------------
common
---------------------------------*/
    .main{
        padding: 0px 4px;
        padding-bottom: 10px;
    }
    .main-visual {
        position: relative;
        margin-top: 80px;
    }

    .bx-wrapper{
        margin-bottom: 0px !important;
    }

    .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: -10px;
        right: -14px;
    }

    .header{
        width: 100%;
    }
    .footer {
        width: 100%;
        padding: 30px 20px;
    }

    .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: 20px 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: 13px;
        left: 16px;
        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: white !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: #775e41;
        text-align: left;
        font-family: 'Marcellus', 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: #775e41;
        ;
        cursor: pointer;
    }

    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        color: #775e41;
        ;
    }

    .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-left: 16px;
    }

    .slider li img {
        height: 50vh;
    }

    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 60px;
    }

    .footer-menu-container {
        display: block;
    }

    .footer-menu {
        margin-bottom: 0px;
        text-align: center;
    }

    .footer-menu:last-child {
        margin-bottom: 0;
    }

    .footer-menu-list-item {
        margin-bottom: 20px;
    }

    .sns-link-list {
        margin-top: 20px;
    }

    .sns-link img {
        width: 90px;
    }

    .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: 150px;
        min-width: 0;
        margin-right: 16px;
        margin-bottom: 10px;
    }

    .product-list-item:nth-child(even) {
        margin-right: 0;
    }

    .product-list {
        justify-content: center;
        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 {
        margin-top: 10px;
        display: block;
    }

    .detail-image {
        width: 100%;
    }

    .detail-image img {
        width: 100%;
    }

    .detail-right {
        margin-left: 0;
        width: 100%;
    }
    .breadcrumb {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .product-name {
        font-size: 24px;
    }

    .product-price-block {
        font-size: 32px;
    }

    .product-price-block small {
        font-size: 18px;
    }

    .productnum-wrap {
        padding: 32px 0 24px;
    }

    .add-btn {
        width: 100%;
    }

    .bg-section {
        margin-top: 10px;
        padding: 0px 0;
    }

    .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%;
    }
    .index-review-list .review-list-unit {
        display: block;
    }
	.main-image-container img {
    	width: 280px;
    	height: 280px;
	}
    .next-button {
    	right: -5px;
        top: 40%;
	}
    .prev-button {
    	left: -5px;
        top: 40%;
	}
    .thumb-image {
    	width: 70px;
    	height: 70px;
	}
    /*------------------
    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 {
        display: block;
        margin-bottom: 54px;
    }

    .cart .add-btn-right {
        width: 100%;
    }

    .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
    ---------------------------------*/
    .info-title-wrap {
        padding-top: 130px;
    }

    h2.info-title {
        font-size: 18px;
        line-height: 1.6em;
        width: 80%;
    }

    /*---------------------------------
    original
    ---------------------------------*/
    .header-section {
        display: none;
    }

    .section-header h2 {
        font-size: 20px;
    }
    .shipping-table {
    overflow-y: scroll;
    display: block;
	}
    .item-title-wrap{
        padding-top: 100px;
    }
    .faq-question {
        padding: 10px 40px;
    }
    .faq-container{
        width: 100%;
    }
    .faq-icon {
        right: 12px;
    }
    .faq-image{
    width: 250px;
    height: auto;
    }
    .contact-title {
        font-size: 16px;
    }
    .footer-contact-container {
        display: table-row-group;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .contact-section {
        width: 100%;
    }
    .contact-title, .contact-tel {
        font-size: 17px;
    }
    .contact-button {
        padding: 10px 19px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tel-icon, .mail-icon {
        width: 28px;
    }
    .contact-time {
        font-size: 16px;
    }
    
}
