@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=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&family=Zen+Antique+Soft&display=swap');

/*Wordpress*/
/* 上に戻るボタン */
.pagetop {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    width: 3.3rem;
    height: 3.3rem;
    line-height: 3.3rem;
    border-radius: 3.3rem;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
}

.pagetop:hover {
    color: #fff !important;
    background-color: #AA8A55;
    text-decoration: none;
}

.blog-main a {
    text-decoration: underline;
}

.blog-main .single-body h2 {
    padding: 0.1em 0.3em;
    border-left: 10px solid #40cb98;
    font-size: 1.2rem;
    margin-bottom: 5px;
    background: none;
}

.blog-main .single-body h3:before {
    content: "●";
    margin-right: 5px;
    color: #40cb98;
    font-size: 0.8rem;
}

.blog-main .single-body h3 {
    margin-bottom: 5px;
}

.blog-main .single-body h4 {
    padding: 0;
    border-left: none;
    font-size: 1rem;
    margin-bottom: 5px;
}

/* ------------------------------------------------
サイトマップ（共通）
------------------------------------------------ */
.grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-desc {
    font-size: .8rem;
    color: grey;
    margin: 2rem 0;
}

.concept-01 p {
    line-height: 1.3em !important;
}

.concept-02 p {
    line-height: 1.3em !important;
}

.li-site-map {
    padding-left: 0;
    margin-bottom: 3em;
}

.li-site-map li {
    list-style-type: none;
    text-align: left;
}

.li-site-map>li {
    text-indent: 0;
    margin: 12px 0 18px;
}

.li-site-map>li>a {
    position: relative;
    display: block;
    border-bottom: 1px dotted #707070;
    padding-left: 24px;
}

.li-site-map>li>a::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.li-site-map>li>a::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 3px;
}

.li-site-map>li>ul {
    padding-left: 0;
}

.li-site-map>li>ul>li {
    font-size: small;
    background: none;
    margin: 7px 0 0 0;
    padding: 1px 0 0 27px;
}

.li-site-map>li>ul>li>a {
    padding-left: 15px;
    line-height: normal;
    position: relative;
}

.li-site-map>li>ul>li>a::before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.li-site-map a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    line-height: 32px;
    text-align: left;
}

/*ここまで*/
span.small {
    font-size: 12px;
}

.product-wrap .msg {
    padding-left: 0;
}

nav.open .fas {
    margin-right: 5px;
}

nav.open .far {
    margin-right: 5px;
}

.accordion-container .article-title:hover .fas:before {
    color: #95979c;
}

.accordion-container .article-title:hover .far:before {
    color: #95979c;
}

.inner-wrap p {
    line-height: 1.8em;
}

table.souryou tr td:nth-child(odd) {
    background: #f4eee3;
}

.sp {
    display: none;
}

.anchor {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
    z-index: 2;
    pointer-events: none;
}

article.card_01 a {
    text-decoration: none;
}

.linkmark a {
    text-decoration: underline;
}

.qa-wrap a:not(.anchor) {
    text-decoration: underline !important;
}

.guide-frame a:not(.anchor) {
    text-decoration: underline !important;
}

.wp-block-column p {
    line-height: 150%;
    margin-bottom: 1.5em;
    margin-top: 0;
}

.inner-wrap p {
    line-height: 150%;
    margin-bottom: 1.5em;
    margin-top: 0;
}

p.guide-frame {
    margin-bottom: 0;
}

.wp_section-contents {
    max-width: 1200px;
    margin: 0 auto;
}

.wp-block-image {
    margin: 1em 0 1em !important;
}

.cp_h4title {
    padding: 0.1em 0.3em;
    border-left: 10px solid #0FB494;
    font-size: 1.2rem;
}

.side-wrapper {
    margin-left: 50px;
}

.inner-wrap h2 {
    display: block;
    width: 100%;
    background-color: #EDE8DC;
    margin: 20px auto;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 12px solid #0FB494;
    color: #222222;
    text-align: left;
}

.ttl-impact {
    color: #AA8A55;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 50px 0;
    margin-bottom: 0 !important;
}

.ttl-impact span {
    color: #0FB494;
}

.tokucyou-ul {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

li.tokucyou-list {
    border: solid 1px #AA8A55;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.tokucyou-list:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #0FB494;
    border-radius: 50%;
    margin-right: 10px;
}

.inner-wrap {
    margin-bottom: 50px;
}

.tokucyou-list span {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px;
    display: block;
    padding-left: 25px;
}

.wp-block-group.chartcolor {
    background: #fff;
    margin: 20px;
    padding: 10px;
}

.inner-wrap .m-0 {
    margin-bottom: 0px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 5px 150px;
    border-radius: 0.25rem;
    background-color: #0FB494;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 50px;
    border: none;
    font-size: 1.2rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

/* ------------------------------------------------
卸販売のご案内
------------------------------------------------ */
.tokucyou-wrapper {
    background-color: #E2D8C7;
    padding-bottom: 50px;
}

.wp-block-column.tokucyou-card {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
}

.tokucyou-text {
    margin: 0 auto;
}

.tokucyou-cards {
    margin: 0 50px;
    margin-bottom: 0px !important;
}

span.impact-number {
    color: #0FB494;
    font-size: 2rem;
    font-family: 'Abril Fatface', cursive;
    margin-right: 15px;
}

.touroku-bnr img {
    width: 100%;
    height: auto;
}

/* ------------------------------------------------
よくある質問
------------------------------------------------ */
.qa-wrap h3 {
    padding: 0.1em 0.3em;
    border-left: 10px solid #40cb98;
    font-size: 1.2rem;
    background: none;
    margin: 0 0 10px 0;
}

.qa-wrap p {
    margin-bottom: 3.5em;
}

.wp-block-group.guide-frame {
    display: block;
    border: solid 1px #cdc29a;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 3em;
}

.wp-block-group.guide-frame ul li {
    list-style: inside;
    line-height: initial;
}

/* ------------------------------------------------
コンセプトページ
------------------------------------------------ */
.concept-01 h2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.concept-02 h2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.concept-wrapper {
    background-color: powderblue;
}

.concept-wrapper .wp-block-group__inner-container {
    background: red;
    padding: 3rem;
    max-width: 500px;
}

.concept-layer {
    position: relative;
    height: 800px;
}

.layer-image img {
    position: absolute;
}

.concept-01 {
    position: absolute;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    margin: 20px;
}

.concept-layer {
    position: relative;
    height: 700px;
}

.layer-image img {
    position: absolute;
    height: 700px;
    width: auto;
    object-fit: cover;
}

.concept-02 {
    position: absolute;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    margin: 20px;
    right: 0;
}

/* ------------------------------------------------
ページネーション
------------------------------------------------ */
.pagination .nav-links {
    text-align: center;
}

.pagination .nav-links .current {
    display: inline-block;
    width: 30px;
    margin: 8px;
    border: 1px solid #0FB494;
    border-radius: 50%;
    background: #0FB494;
    color: #fff;
    line-height: 30px;
    height: auto;
}

.pagination .nav-links .dots {
    display: inline-block;
    margin: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
}

.pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 30px;
    margin: 8px;
    border-radius: 50%;
    text-decoration: none;
    line-height: 30px;
    height: auto;
}

.pagination .nav-links a.page-numbers:hover {
    background: #40cb98;
    color: #fff;
    transition: all .3s;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
    width: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
    background: #40cb98;
    color: #fff;
}

.page-numbers {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* ------------------------------------------------
最新情報(シングルページ)
------------------------------------------------ */
.wp_breadcrumb li {
    display: inline-block;
    margin: 0 5px 0 5px;
}

ul.wp_breadcrumb li:not(:last-child) {
    font-weight: bold;
}

.button-back .button__inner {
    background-color: #eee;
    border-color: #aa8a55;
    color: #aa8a55;
}

.button-back .button__inner {
    position: relative;
    font-weight: 700;
}

.button-back .button__inner {
    display: block;
    max-width: 330px;
    padding: 0.7em 2em;
    text-align: center;
    margin: auto;
    transition: background-color .5s;
    border-width: 1px;
    border-style: solid;
}

.button-back .button__inner:hover {
    opacity: .7;
}

.button-back .button__inner:hover {
    text-decoration: none;
}

.button-back .button__inner:hover::before {
    left: 5px;
}

.button-back .button__inner::before {
    border-color: transparent #aa8a55 transparent transparent;
}

.button-back .button__inner::before {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #aa8a55;
    left: 10px;
}

.button-back .button__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.button-back {
    margin-bottom: 50px;
}

.forchart a {
    display: inline-block;
    position: relative;
    padding: 1em 1em 1em 50px;
    color: #767676;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    margin-top: 50px;
}

.forchart a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #767676;
    transition: 0.3s;
}

.forchart a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%) rotate(220deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #767676;
    border-right: 3px solid #767676;
    transition: 0.3s;
}

.forchart {
    text-align: center;
    margin-bottom: 30px;
}

/*--------------------------------------
スタッフブログ（投稿）
--------------------------------------*/
.single-body h4 {
    padding: 0.1em 0.3em;
    border-left: 10px solid #40cb98;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.single-body img {
    max-width: 100%;
    height: auto;
}

.single-wrap {
    display: flex;
}

.blog-main {
    width: 70%;
}

aside.side_loop {
    width: 30%;
}

ul.sidebar-list {
    padding-left: 10%;
    padding-top: 20px;
}

.fa-calendar-alt {
    color: #878178;
    margin-right: 10px;
}

aside.side_loop li {
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 0px !important;
    color: #333;
}

/*--------------------------------------
ページャー
--------------------------------------*/
.more-news {
    position: relative;
    display: block;
    padding: 50px;
}

.singleprev {
    position: absolute;
    right: 0;
    width: 40%;
    text-align: right;
}

.singlenext {
    position: absolute;
    left: 0;
    width: 40%;
    text-align: left;
}

/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_01 {
    margin: 1rem auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 50px;
}

.l-wrapper_01:after {
    display: block;
    content: "";
    width: 30%;
}

figure.card__thumbnail_01 img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.card_01:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px #482f04, 0 3px 6px rgba(0, 0, 0, .08);
    transition: all .5s;
}

.card_01 {
    background-color: #fff;
    box-shadow: 0 0 8px #bfb6a8;
    color: #212121;
    text-decoration: none;
    width: 30%;
    margin-bottom: 50px;
}

.card__header_01 {
    display: flex;
    flex-wrap: wrap;
}

.card__title_01 {
    padding: 1rem 1.5rem 0;
    font-size: 1.6rem;
    order: 1;
    margin-bottom: 0.6rem;
    font-weight: bold;
    text-decoration: none;
}

.card__thumbnail_01 {
    margin: 5px;
    order: 0;
    width: 100%;
    height: 200px;
}

.card__image_01 {
    width: 100%;
}

.card__body_01 {
    padding: 0 1.5rem;
}

.card__text_01 {
    font-size: .8rem;
    text-align: center;
    text-decoration: none;
    padding-bottom: 0;
}


.card__text2_01 {
    font-size: .8rem;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: 1rem;
}


.card__text_01+.card__text_01 {
    margin-top: .5rem;
}

.card__footer_01 {
    padding: 1rem;
    border-top: 1px solid #e5e1db;
}

ul.category-list li {
    border-radius: 5px;
    background: #AA8A55;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}

ul.category-list li a {
    color: #fff;
}

.button_01 {
    display: inline-block;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    text-align: center;
}

.button_01 a {
    text-decoration: none;
}

.button_01.-compact {
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #0FB494;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.button_01.-compact:hover,
.button_01.-compact:focus {
    background-color: #6ccda9;
}

span.sub-ttl {
    margin-top: 10px;
    display: block;
    font-size: 1.5rem;
}



/*メイクショップ*/
/*字下げ*/
p.indentback {
    text-indent: -1em;
    padding-left: 2em;
}

.gmap {
    margin-top: 20px;
}

div#right-wrapper {
    width: 45%;
}

div#left-wrapper {
    width: 55%;
}

.side {
    display: none;
}

.addimage {
    width: 60%;
    margin: 20px auto;
}

.addimage img {
    max-width: 100%;
}

dt.dticon span {
    height: 30px;
    display: block;
    background: #adadad;
    color: #fff;
    border-radius: 5px;
    line-height: 1.5;
    padding: 2px 10px 2px;
    margin-bottom: 2px;
}

dt.dticon {
    min-height: 30px;
    display: block;
}

dd.ddprice {
    min-height: 50px;
    text-align: right;
    line-height: 0.8;
}

dd.ddname {
    min-height: 40px;
    padding: 2px;
    padding: 0 2px 0 2px
}

span.product-price {
    font-size: 1.2rem;
    padding: 2px;
}

/* サイドメニューリスト */
.subMenu {
    display: none;
    padding: 3% 0 3% 5%;
    background: #fff;
}

.menu {
    position: relative;
    padding: 3% 0 3% 5%;
    background: #fff;
    color: #aa8a55;
    border-bottom: 1px solid #aa8a55;
    list-style: none;
    margin: 15px 0 15px 0;
}

.plusicon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #aa8a55;
    content: "";
    transition: all 0.3s;
}

.plusicon::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #aa8a55;
    content: "";
}

.is-active .plusicon {
    transform: rotate(45deg);
}

/* パンくずリスト */
.breadcrumb-wrap {
    margin-bottom: 16px;
}

.breadcrumb {
    text-align: left;
    font-size: 0.8rem;
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 20px;
}

.breadcrumb-item {}

.breadcrumb-item a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-item::after {
    content: '>';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    padding: 0 6px 0 12px;
}

.breadcrumb-item:last-child::after {
    display: none;
}


ul.item-list-icon li {
    display: inline-block !important;
}

.item-main .contents-section {
    max-width: 1300px;
    margin: 120px auto 100px;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.pankuzu {
    width: 100%;
}

.item-image {
    margin-bottom: 2rem;
    padding: 0 5%;
    width: 100%;
}

.item-image-list {
    margin-bottom: 30px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.item-image-list img {
    width: 100%;
    height: 500px;
    object-fit: scale-down;
}

.item-image-large {
    position: relative;
    margin: 0 auto 1rem;
    min-height: 500px;
}

/*
.item-image-large .item-image-list {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%); }
*/
.item-image-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-image-small .item-image-list {
    margin: 2px;
    padding: 2px;
    width: 100px;
    height: 100px;
    border: solid 1px #ccc;
}

li.item-image-list.item-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.zeikomi {
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 500;
}

div#noscroll {
    width: 100%;
    overflow-x: hidden !important;
}

.product-caption div {
    display: inline-block !important;
    vertical-align: bottom !important;
}

.product-caption-wrap {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    margin-top: auto;
}

/* 中央寄せ（共通） */
p.textcenter {
    text-align: center;
}

/* 余白調整（共通） */
.mb-30 {
    margin-bottom: 30px;
}

/* テキスト太字（共通） */
.textbold {
    font-weight: bold;
}

/* アコーディオンメニュー */
.ac-menu:last-child {
    margin-bottom: 60px;
    /* 最後の要素の下にだけ余白 */
}

.ac-menu input {
    display: none;
}

.ac-menu label {
    color: #fff;
    /* 文字色 */
    font-size: 17px;
    /* 文字サイズ */
    line-height: 2;
    /* 行間 */
    font-weight: bold;
    /* 文字を太く */
    border-bottom: solid 1px #AA8A55;
    background: ＃000;
    /* グラデーションの背景色 */
    padding: 20px 5px 5px;
    /* 内側の余白 */
    cursor: pointer;
    position: relative;
    display: block;
}

.ac-menu label:after {
    position: absolute;
    right: 20px;
    /* 左からの距離 */
    top: 50%;
    /* 上下中央配置 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "＋";
    /* アイコン */
    color: #AA8A55;
}

.ac-menu input:checked~label::after {
    content: "－";
    /* クリック後のアイコン */
    color: #AA8A55;
}

.ac-menu div {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    /* 開閉スピード */
}

.ac-menu input:checked~div {
    height: auto;
    opacity: 1;
    padding: 20px;
    /* 中身の枠内の余白 */
    background: #FAFAFA;
    /* 中身の背景色 */
}

.ac-menu-inside {
    color: #333;
    /* 中身の文字色 */
    font-size: 17px;
    /* 中身の文字サイズ */
    line-height: 2;
    /* 行間 */
}

/*---------------------------------
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 !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: #222222;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    opacity: .7;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.main {
    width: 100%;
    margin: 0px auto 0px;
}

.product-contents-wrap {
    width: calc(100% - 300px);
}

.contents-section {
    max-width: 1300px;
    margin: 30px auto 100px;
    padding: 0 8px;
}

.contents-heading {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin: 0 auto 24px;
}

.information-heading {
    padding-bottom: 18px;
    border-bottom: solid 1px #AA8A55;
}

.heading-title {
    font-weight: bold !important;
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    margin-right: 10px;
}

.heading-sub-title {
    color: #AA8A55;
    font-family: 'Abril Fatface', cursive;
    font-weight: 100;
    font-size: 1.5rem;
}

.item-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}

.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;
    margin-top: 20px;
}

.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%;
}

/*---------------------------------
商品詳細
---------------------------------*/
.item-price-members {
    display: block;
    width: 60%;
    margin-top: 30px;
    font-size: 24px;
    border: solid 1px #aa8a55;
}

span.price {
    padding: 0 10px;
    color: #aa8a55;
    font-weight: bold;
}

span.price-ttl {
    background: #aa8a55;
    padding: 10px;
    display: inline-block;
    color: #fff;
}

.catitem-price-members {
    display: block;
    font-size: 20px;
    border: solid 1px #aa8a55;
    width: 100%
}

span.catprice {
    padding: 0 0 0 5px;
    color: #aa8a55;
    font-weight: bold;
}

span.catprice-ttl {
    background: #aa8a55;
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}

/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
    background: #2e2b2a;
    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;
    margin-bottom: 20px;
}

.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-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_btn-wrapper01 {
    display: inline-flex;
    float: right;
}

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 5px 0px rgb(0 0 0 / 35%);
    height: 120px;
    position: relative;
}

@-moz-document url-prefix() {
    .top-bar {
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    }
}

.header-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

img.insta-btn {
    margin-right: 30px;
    padding-bottom: 5px
}

img.logo-img {
    padding-top: 15px;
}

.shop-logo {
    margin: 12px 16px 0 0;
    display: inline-block;
    font-weight: bold;
}

.shop-logo img {
    max-height: 30px;
}

.logo {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
}

.nav {
    float: left;
    display: flex;
    margin-top: 5px;
}

.header_btn {
    display: inline-block;
    right: 0;
    position: absolute;
}

.header_btn p {
    text-align: right;
}

@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;
    margin-top: 10px;
}

.nav-item span {
    font-family: 'Marcellus', serif;
}

.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;
}

/*---------------------------------
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: 120px;
}

.main-visual img {
    object-fit: contain;
}

#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-visual img {
    width: 100%;
}

.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-title {
    border-bottom: 1px solid #6E6E6E;
    border-top: 1px solid #6E6E6E;
    padding: 16px 0;
    font-weight: bold;
}

.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 {
    border-top: 1px solid #6E6E6E;
    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;
    margin-bottom: 50px;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 32px;
}

.information-label {
    font-size: 14px;
    font-weight: 300;
    margin-right: 24px;
}

.information-contents {
    line-height: 1.2em;
}

.information-list:first-of-type:before {
    content: "NEW";
    font-weight: bold;
    padding: 4px;
    color: #fff;
    background: #30c090;
    margin-right: 8px;
}

dl.information-list:nth-of-type(n+2) {
    margin-left: 50px;
}

.information-contents a:hover {
    text-decoration: underline;
}

/*---------------------------------
サイドバー
---------------------------------*/
.sidebnr {
    margin-bottom: 16px;
}

.first-bnr {
    margin-top: 20px;
}

/*---------------------------------
product-container
---------------------------------*/
.product-container {
    display: flex;
    flex-direction: row-reverse;
}

.product-wrap {
    margin-left: 5px;
}

.price-wrapper {
    flex: 2;
    height: 100%;
    min-height: 0%;
}

.product-list {
    width: 888px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.product-list-item {
    width: calc(100%/3 - 16px);
    min-width: 279px;
    margin: 0 24px 30px 0;
    display: flex;
    flex-direction: column;
    padding: 2px;
}

.product-list-item:nth-child(3n) {
    margin-right: 0;
}

.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 2px;
}

.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;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}

.product-list-item a div:hover {
    opacity: .7;
}

.icon {
    height: 25px;
}

.product-caption {
    font-weight: 500;
    display: inline-block !important;
    flex: 1;
    height: 100%;
    min-height: 0%;
    line-height: 1;
}

.product-discount {
    text-decoration: line-through;
}

.product-sale-price {
    color: #EB503C;
    font-weight: bold;
    margin-top: 2px;
    font-size: 1.2rem;
}

.sold-out {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
}

/*---------------------------------
追加コンテンツ（コンセプト）
---------------------------------*/
.concept-wrapper ul li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 50px;
}

.concept-wrapper ul li:last-child {
    margin-right: 0px;
}

.concept-btn {
    display: flex;
}

/*---------------------------------
contact
---------------------------------*/
.contact-btns {
    padding-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact-btns img:first-child {
    margin-right: 50px;
}

.contact-wrapper .information-heading {
    border: none;
}

.contact-wrapper {
    background-size: cover;
    background-image: url("https://gigaplus.makeshop.jp/nitensego/common/top_haikei.jpg");
    padding-bottom: 50px;
}

.contact-wrapper .heading-title {
    padding-top: 50px;
    color: #fff;
    margin: 0 auto;
    text-shadow: 2px 2px 10px #3c2b1b;
}

.contact-wrapper .heading-title:after {
    content: "CONTACT";
    display: block;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    margin-top: 8px;
}

.contact-wrapper p {
    text-align: center;
    color: #222222;
}

.oroshi-mainbnr {
    text-align: center;
    margin: 3em 0;
}

.item img {
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 20px 0 40px
}

.item p {
    padding: 0 33px;
}

.item span {
    color: #00B290;
}

/*---------------------------------
footer
---------------------------------*/
ul.foot-logo li:nth-child(1) {
    text-align: center;
}

.foot-wrap {
    text-align: right;
}

.foot-wrap .menu-left, .menu-center, .menu-right {
    display: inline-block;
    width: 20%;
    margin: 50px auto;
    text-align: left;
}

.menu-left ul li, .menu-center ul li, .menu-right ul li {
    margin-bottom: 10px;
    color: #fff;
}

.footer {
    background: #222222;
}

.logowrapper {
    display: inline-block;
    margin-top: 50px;
    margin-right: 5%;
}

footer a {
    color: #f0f0f0;
}

.footer-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 70px 0;
}

.footer-menu-container {
    display: flex;
}

.footer-menu {
    margin-right: 130px;
}

.footer-menu:nth-child(3) {
    margin-right: 0;
}

.footer-menu-list-title {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Marcellus', serif;
}

.footer-menu-list-item {
    margin-bottom: 30px;
}

.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: 'Marcellus', serif;
    margin-bottom: 24px;
}

.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}

.mail-magazine-btn-wrap {
    margin-bottom: 0;
}

.footer-bottom {
    background: #fff;
}

.footer-bottom-inner {
    padding: 28px 0;
    text-align: center;
    color: #2b2e38;
}

.copy-right {
    font-family: 'Marcellus', serif;
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

/*---------------------------------
追加
---------------------------------*/
.items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

.item {
    width: 32%;
    padding-bottom: 30px;
    background: #fff;
}

.footer-contact {
    background-color: #E2D8C7;
}

/*---------------------------------
category_list
---------------------------------*/
.category-image {
    position: relative;
    margin-top: 120px;
    height: 170px;
    background: linear-gradient(to right, #F9F7F0, #ded4c4);
}

.category-image img {
    height: 222px;
    width: 100%;
    object-fit: cover;
}

/*.category-image:before {
    content: "";
    background: linear-gradient(to right, #f4f4ef, #eee4d2);
    position: absolute;
    width: 100%;
    height: 222px;
    top: 0;
    left: 0;
    z-index: 1;
}*/
.category-title-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.category-title {
    font-family: 'Zen Antique', serif;
    font-weight: bold;
    color: #222222;
    font-size: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 8px;
    text-shadow: 0 0 10px #d6c8b3;
}

/*---------------------------------
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 {
    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: 38%;
    margin-left: 2%;
}*/
.product-name {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px
}

.product-price-block {
    font-size: 40px;
}

.product-price-block small {
    font-size: 24px;
}

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;
}

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;
}

.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 {
    background: #FCF8EC;
    min-height: 250px;
}

.detail-description {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}

.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: #EB503C;
    font-weight: bold;
    font-size: 38px;
}

.sale-rate {
    font-size: 1rem;
    background: #d83a3a;
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    padding: 2px 5px 5px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: 400;
}

/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}

.cart-title {
    font-size: 20px;
    font-family: 'Marcellus', 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;
}

h2.info-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    width: 60%;
    margin: 0 auto -30px;
}

.tokusyu-first-li {
    margin-right: 30px;
}

.tokusyu-wrapper li {
    display: inline-block;
}

.news-imgcol p {
    margin-top: 10px;
}

/*---------------------------------
guide
---------------------------------*/
.guide-section {
    margin-bottom: 64px;
}

.guide-section-title {
    display: block;
    width: 100%;
    background-color: #EDE8DC;
    margin: 20px auto;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 12px solid #0FB494;
    color: #222222;
    text-align: left;
}

/*---------------------------------
company
---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}

/*---------------------------------
contract
---------------------------------*/
.contract-section {
    margin-bottom: 64px;
}

.contract-section-title {
    border-bottom: solid 4px #999999;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.contract-section-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #c09646f5;
    bottom: -4px;
    width: 28%;
}

/*---------------------------------
policy
---------------------------------*/
.policy-section p {
    line-height: 2.4em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #6E6E6E;
    margin-bottom: 20px;
}


/*---------------------------------
    news-list
    ---------------------------------*/

h2.info-title {
    font-size: 18px;
    line-height: 1.6em;
    width: 80%;
    margin-top: 20px;
    font-weight: bold;
    background: #bbad77;
    box-shadow: 0px 0px 0px 5px #cbaf70;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #222222;
    height: 45px;
}

/*---------------------------------
特集
---------------------------------*/
.news-wrapper ul li {
    display: inline-block;
    margin-right: 40px;
}

ul.tokusyu-wrapper {
    display: flex;
}

.news-imgcol {
    width: 400px;
}

.news-imgcol p {
    white-space: pre-wrap;
}

.information-list-wrap img {
    width: 400px;
}

.cp_list {
    line-height: 2.4em;
    padding: 0.5em;
    list-style-type: none;
}

.cp_list li {
    position: relative;
    padding: 0em 0 0 1.7em;
    margin-bottom: 5px;
}

.cp_list li:after,
.cp_list li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.cp_list li:before {
    top: 50%;
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgb(223 217 191 / 90%);
    transform: translateY(-50%);
}

.cp_list li:after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgb(185 182 171 / 50%);
}

.cp_list li:not(:nth-child(1)) {
    margin-top: 15px;
}

table.souryou {
    border: solid 1px #6e6e6e;
    width: 50%;
}

.souryou td {
    border: solid 1px #6e6e6e;
    padding: 5px;
}

/*.souryou tr td:nth-child(2) {
    border-right: solid 2px;
}*/

/************************************
** お問い合わせフォームの入力
************************************/
.formsend {
    width: 200px;
    font-size: 1.2rem;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#cf-tbl {
    width: 800px;
}

#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
    border: solid #CCC;
    border-width: 1px;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 0.5em 0.2em 0.5em 0.2em;
    text-align: left;
    vertical-align: top;
    border: solid #CCC;
    border-width: 1px;
    vertical-align: middle;
}

#cf-tbl table tr th {
    width: 50%;
    background: #eee;
}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 100%;
        padding: 3%;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.required {
    font-size: .8em;
    padding: 5px;
    background: #F57500;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional {
    font-size: .8em;
    padding: 5px;
    background: #000080;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
    font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
#cf7-btn {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}

/*
/*---------------------------------
タブレット
---------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1170px) {
    ul.foot-right {
        margin-top: 20px;
    }

    span.sub-ttl {
        margin-top: 10px;
        display: block;
        font-size: 1rem;
    }

    /*------------------
    hamburger
    ------------------*/
    .wrapper {
        height: 100%;
        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: 50px;
        left: 16px;
        z-index: 100;
    }

    .logo {

        display: inline-block;
        position: absolute;
        left: 0;
        top: 30px;
        left: 50px;

    }

    .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);
    }

    .main-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;
    }

    .main-nav.open {
        transform: translate(0, 0);
        overflow: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    .main-nav li {
        color: #6E6E6E;
        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: #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: 10px;
        display: block;
        text-align: left;
    }

    .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;
        margin-top: 8px;
    }

    .slider li img {
        height: 50vh;
    }

    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 60px;
    }

    .footer-menu-container {
        display: block;
    }

    .footer-menu {
        margin-bottom: 60px;
    }

    .footer-menu:last-child {
        margin-bottom: 0;
    }

    .footer-menu-list-item {
        margin-bottom: 20px;
    }

    .sns-link-list {
        margin-top: 20px;
    }

    .sns-link img {
        width: 24px;
    }

    .information-list-wrap {
        white-space: inherit;
    }

    .information-list {
        display: inline;
        margin-bottom: 32px;
    }

    .information-list:first-of-type:before {
        display: inline-block;
    }

    .product-list-item {
        width: calc(100%/2 - 8px);
        min-width: 0;
        margin-right: 16px;
        margin: 0 0px 10px 0;
    }

    .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;
    }

    .concept-wrapper {
        margin-top: 30px;
    }

    /*------------------
    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 {
        font-size: 20px;
    }

    .category-image {
        position: relative;
        margin-top: 120px;
        height: 70px;
        background: linear-gradient(to right, #f4f4ef, #e7d6b7);
    }

    .l-wrapper_01 {
        margin: 0px auto 50px;
    }

    /*ここから*/
    .nav,
    .second-nav {
        display: none;
    }

    .side-wrapper {
        display: none;
    }

    .product-container {
        display: flex;
    }

    .product-contents-wrap {
        width: 100%;
    }

    .concept-01 {
        position: absolute;
        max-width: 400px;
        background: rgba(255, 255, 255, 0.8);
        padding: 1rem;
        margin: 15px;
    }

    img.muryo-btn {
        display: none;
    }

    .breadcrumb {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .top-bar {
        padding: 5px;
    }

    .contents-section {
        max-width: 100%;
        margin: 0px auto 0px;
        padding: 0 8px;
    }

    .ac-menu label {
        width: 95%;
    }

    .left-nav {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }

    .main-visual img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    ul.tokusyu-wrapper {
        flex-direction: column;
    }

    .information-list-wrap img {
        width: 100%;
    }

    .news-imgcol {
        width: 450px;
        margin: 0 0 30px 0;
    }

    .product-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .catitem-price-members {
        width: 100%;
    }

    .items {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 50px 0;
    }

    .item {
        width: 70%;
        padding-bottom: 30px;
        margin: 20px auto;
        background: #fff;
    }

    .product-list-item {
        width: calc(100%/2 - 16px);
        min-width: auto;
        margin: 0 10px 30px 0;
        display: flex;
        flex-direction: column;
    }

    .concept-wrapper img {
        width: 100%;
    }

    .oroshi-mainbnr img {
        width: 100%;
    }

    .contact-btns {
        display: flex;
        width: 100%;
    }

    .contact-btns div {
        margin: 20px;
    }

    .contact-btns div img {
        max-width: 100%;
    }

    .concept-btn {
        display: flex;
        width: 80vw;
        margin-left: 50%;
        transform: translateX(-25%);
    }

    img.concept-hero {
        width: 100vw;
    }

    .product-list-item:nth-child(3n) {
        margin-right: 10px;
    }

    .product-price {
        line-height: 2;
    }

    .oroshi-mainbnr {
        text-align: center;
        margin-bottom: 72px;
        margin: 20px;
    }

    .logowrapper {
        display: block;
        margin: 0;
        padding-top: 20px;
    }

    ul.foot-logo li:nth-child(1) {
        text-align: center;
    }

    ul.foot-logo li:nth-child(2) {
        margin-right: 25%;
    }

    .foot-wrap .menu-left, .menu-center, .menu-right {
        display: inline-block;
        width: 30%;
        margin: 50px auto;
        text-align: left;
        padding-left: 10px;
    }

    .tokucyou-cards {
        margin: 0 20px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 20px !important;
    }

    .product-contents-wrap {
        width: 100%;
    }

    .form-wrap {
        width: 100%;
    }

    #cf-tbl {
        width: 780px;
    }

    .form-container {
        max-width: 100%;
    }
}

/*---------------------------------
スマホ
---------------------------------*/
@media screen and (max-width: 768px) {
    .grecaptcha-badge {
        visibility: hidden;
    }

    .grecaptcha-desc {
        font-size: .8rem;
        color: grey;
        margin: 2rem 0;
    }

    ul.foot-right {
        margin-top: 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    span.sub-ttl {
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .wp-block-image img {
        width: 100%;
        height: auto;
    }

    /*concept*/
    .splayer-image img {
        max-width: 100%;
        height: auto;
    }

    .concept-layer {
        position: relative;
        height: 900px;
    }

    .concept-01 {
        position: absolute;
        max-width: 100%;
        background: #dde1a64d;
        padding: 40px 10px;
        margin: 20px;
        top: 200px;
    }

    .concept-02 {
        position: absolute;
        max-width: 100%;
        background: #32a52b2e;
        padding: 50px 10px;
        margin: 20px;
        top: 200px;
    }

    .layer-ttl strong {
        font-size: 26px;
    }

    .ttl-impact {
        font-size: 1.5rem;
        padding: 20px 0;
    }

    .tokucyou-cards {
        margin: 0 20px;
    }

    .inner-wrap p {
        margin-bottom: 1em;
    }

    .chartcolor .has-medium-font-size {
        font-size: 16px;
    }

    .wp-block-group.chartcolor {
        background: #fff;
        margin: 10px;
        padding: 10px;
    }

    .product-container {
        display: flex;
    }

    .product-contents-wrap {
        width: 100%;
        margin: 2%;
    }

    table.souryou {
        width: 100%;
    }

    /*商品詳細スライド*/
    dd.ddprice {
        min-height: 30px;
        text-align: right;
        line-height: 1;
    }

    .sale-rate {
        font-size: 0.8rem;
        background: #d83a3a;
        color: #fff;
        margin-bottom: 2px;
        display: inline-block;
        padding: 3px;
        border-radius: 5px;
        margin-left: 0px;
        font-weight: 400;
    }

    .zeikomi {
        font-size: 0.8rem;
        margin-left: 2px;
        font-weight: 500;
    }

    div#left-wrapper {
        width: 100%;
    }

    div#right-wrapper {
        width: 100%;
    }

    .item-image {
        padding: 0;
    }

    .addimage {
        width: 100%;
    }

    .information-list-wrap {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px;
    }

    ul.tokusyu-wrapper {
        display: flex;
        flex-direction: column;
    }

    .item-image-large .item-image-list {
        left: 0%;
        width: 100%;
        height: 100%;
        position: initial;
        top: 0%;
        transform: none;
    }

    .item-image-large {
        position: relative;
        margin: 0;
        min-height: auto;
    }

    .item-price-members {
        display: inline-block;
        margin-top: 16px;
        font-size: 1rem;
        border: solid 1px #aa8a55;
    }

    .item-main .contents-section {
        width: 100%;
        margin: 0px auto 100px;
        padding: 0 8px;
        display: block;
    }

    .item-image {
        margin-bottom: 0px;
        width: 100%;
        margin-right: 0px;
    }

    html {
        overflow-x: hidden;
    }

    .news-imgcol {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-wrap {
        margin-bottom: 30px;
        width: 300px;
        margin-right: 0px;
    }

    .contact-btns img:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .main-visual img {
        width: 100%;
        object-fit: contain;
    }

    .contact-btns {
        width: 300px;
        display: flex;
        flex-direction: column;
        margin-left: 50%;
        transform: translateX(-50%);

    }

    .contact-wrapper {
        width: 100%;
    }

    .logowrapper {
        display: inline-block;
        margin-top: 0px;
        margin-right: 5%;
        margin-right: 50%;
        transform: translateX(50%);
    }

    .card__text2_01 {
        margin: 1rem;
    }

    /*---------------------------------
common
---------------------------------*/
    img {
        max-width: 100%;
    }

    .contents-heading {
        display: block;
    }

    .contact-wrapper .heading-title {
        text-align: center;
        padding-top: 20px;
    }

    .items {
        display: block;
        width: 90%;
    }

    .items .item {
        width: 100%;
        padding-bottom: 30px;
        background: #fff;
        margin: 20px auto;
    }

    .product-wrap.concept-wrapper ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-visual {
        position: relative;
        margin-top: 100px;
    }

    .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: 30px;
        margin: auto;
    }

    #start-contents {
        margin-top: -70px;
        position: relative;
    }

    span.cart-badge {
        top: -10px;
        right: -14px;
    }

    .header,
    .footer {
        width: 100%;
    }

    .footer {
        padding: 20px 0;
    }

    .top-bar {
        width: 100vw;
        padding: 5px 2px;
        height: 100px;
    }

    .header-inner {
        padding: 0 10px;
    }

    .shop-logo {
        margin: 0;
        float: none;
        text-align: center;
        font-size: 0.7rem;
    }

    .category-image {
        position: relative;
        margin-top: 100px;
        height: 60px;
        background: linear-gradient(to right, #f4f4ef, #e7d6b7);
    }

    .category-title-wrap {
        position: absolute;
        top: 50%;
    }

    .nav,
    .second-nav {
        display: none;
    }

    .side-wrapper {
        display: none;
    }

    .contents-section {
        margin: 30px auto 0;
        width: 300px;
        padding: 0;
    }

    .bx-wrapper .bx-pager {
        text-align: center !important;
        padding-left: 0;
    }

    /*------------------
    hamburger
    ------------------*/
    .wrapper {
        height: 100%;
        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: 40px;
        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);
    }

    .main-nav {
        width: 260px;
        height: 100%;
        padding-top: 100px;
        background: #fff !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translate(-260px);
        transition: all .5s;
    }

    .main-nav.open {
        transform: translate(0, 0);
        overflow: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    .main-nav li {
        color: #6E6E6E;
        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: #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: 10px;
        display: block;
        text-align: left;
    }

    .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;
        margin-top: 8px;
    }

    .slider li img {
        height: 50vh;
    }

    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 60px;
    }

    .footer-menu-container {
        display: block;
    }

    .footer-menu {
        margin-bottom: 60px;
    }

    .footer-menu:last-child {
        margin-bottom: 0;
    }

    .footer-menu-list-item {
        margin-bottom: 20px;
    }

    .sns-link-list {
        margin-top: 20px;
    }

    .sns-link img {
        width: 24px;
    }

    .information-list-wrap {
        white-space: inherit;
    }

    .information-list {
        display: inline;
        margin-bottom: 32px;
    }

    .information-list:first-of-type:before {
        display: inline-block;
    }

    .product-list-item {
        width: calc(100%/2 - 8px);
        min-width: 0;
        margin-right: 16px;
        margin: 0 0px 10px 0;
    }

    .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;
    }

    .concept-wrapper {
        margin-top: 30px;
    }

    /*------------------
    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 {
        font-size: 20px;
    }

    .category-image {
        position: relative;
        margin-top: 100px;
        height: 70px;
        background: linear-gradient(to right, #f4f4ef, #e7d6b7);
    }

    .l-wrapper_01 {
        margin: 0px auto 50px;
    }

    /*------------------
    スタッフブログ
    ------------------*/
    .card_01 {
        background-color: #fff;
        box-shadow: 0 0 8px #bfb6a8;
        color: #212121;
        text-decoration: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .card__thumbnail_01 {
        margin: 0;
        order: 0;
        width: 100%;
        height: 250px;
    }

    figure.card__thumbnail_01 img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

    .card__title_01 {
        margin: 10px;
        padding: 0;
        font-size: 1rem;
        order: 1;
        font-weight: bold;
        text-decoration: none;
    }

    .card__body_01 {
        padding: 0 5px;
    }

    .card__footer_01 {
        padding: 5px;
        border-top: 1px solid #e5e1db;
    }

    /*------------------
    detail
    ------------------*/
    .detail {
        margin-top: 130px;
        display: block;
    }

    .detail-image {
        width: 100%;
    }

    .detail-image img {
        width: 100%;
    }

    .detail-right {
        margin-left: 0;
        width: 100%;
    }

    .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: 60px;
        padding: 40px 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%;
    }

    /*------------------
    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;
    }

    .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;
    }

    /* ここです */
    .breadcrumb {
        text-align: left;
        font-size: 0.8rem;
        margin: 0;
        max-width: 1300px;
        padding-top: 20px;
    }

    .heading-title {
        font-weight: bold !important;
        color: #222222;
        font-size: 20px;
        margin-bottom: 2px;
        font-weight: normal;
        margin-right: 10px;
    }

    .contents-section {
        margin: 20px auto 0;
        width: 100%;
        padding: 10px;
    }

    .information-heading {
        margin-top: 50px;
        padding-bottom: 6px;
        border-bottom: solid 1px #AA8A55;
    }

    .product-wrap {
        margin-bottom: 0px;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .tokusyu-first-li {
        margin-right: 0px;
    }

    img.tokusyu-first {
        margin-top: 50px;
    }

    .item p {
        padding: 0 10px;
    }

    img.oroshi-btn {
        width: 150px;
        padding-top: 50px;
    }

    .foot-wrap .menu-left, .menu-center, .menu-right {
        display: block;
        width: 100%;
        margin: 0px 0px 0px 20px;
        text-align: left;
    }

    img.insta-btn {
        display: none;
    }

    .logo {
        display: inline-block;
        position: absolute;
        left: 50px;
        top: 10px;
        width: 150px;
    }

    img.logo-img {
        padding-top: 32px;
        width: 200px;
    }

    .price-wrapper {
        flex: 2;
        height: 100%;
        min-height: 0%;
        margin-top: 20px;
        line-height: 1.2;
    }

    .catitem-price-members {
        display: block;
        margin-top: 0px;
        font-size: 12px;
        border: solid 1px #aa8a55;
        width: 100%;
        margin-top: auto;
    }

    .oroshi-mainbnr {
        text-align: center;
        width: 92%;
        margin: 4% auto;
    }

    ul.concept-btn li {
        margin: 2%;
        width: 45%;
        margin-bottom: 2%;
    }

    /*--------------------------------------
スタッフブログ（投稿）
--------------------------------------*/
    .single-wrap {
        display: block;
    }

    aside.side_loop {
        width: 95%;
        margin: 20px auto 0;
        /* width: 100%; */
    }

    .blog-main {
        margin: 20px auto 0;
        width: 95%;
    }

    ul.sidebar-list {
        padding-left: 0%;
        padding-top: 0px;
    }
}

@media screen and (max-width:768px) {
    .l-wrapper_01 {
        margin: 1rem auto;
        width: 90%;
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto 50px;
    }

}

#cf7-btn {
    width: 250px;
}
}

#cf7-btn:hover {
    background: #fff280;
    color: #ffaa56;
    border: 2px solid #ffaa56
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1170px) {
    .logo {
        width: 100%;
    }

    .inner-wrap {
        margin: 2%;
    }

    .single-wrap {
        display: block;
    }

    .blog-main {
        width: 100%;
    }

    ul.sidebar-list {
        padding-left: 0;
    }

    aside.side_loop {
        display: flex;
    }

    aside.side_loop {
        width: 100%;
    }

    ul.sidebar-list {
        width: 100%;
        margin: 2%;
    }

    .l-wrapper_01 {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .card_01 {
        width: 45%;
    }

    figure.wp-block-image.size-full.layer-image.pc img {
        height: 650px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .concept-layer {
        position: relative;
        height: 950px;
    }

    .concept-01 {
        position: absolute;
        max-width: 100%;
        background: #dde1a64d;
        padding: 40px 10px;
        margin: 10px;
        top: 420px;
    }

    .concept-02 {
        position: absolute;
        max-width: 100%;
        background: #32a52b2e;
        padding: 50px 10px;
        margin: 10px;
        top: 450px;
    }
}
