html {
 font-family: sans-serif;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

body {
 margin: 0;
 overflow-wrap: break-word;
 color: #333;
 font-size: 14px;
 word-wrap: break-word;
 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
 background: #FFF;
}

a {
 color: #007AB8;
 text-decoration: underline;
 background-color: transparent;
 -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
 color: #007AB8;
 text-decoration: none;
 outline-width: 0;
}

article,
aside,
footer,
header,
nav,
section {
 display: block;
}

h1 {
 margin: .67em 0;
 font-size: 2em;
}

img {
 max-width: 100%;
 height: auto;
 border-style: none;
}

table {
 clear: both;
 width: 100%;
 margin: 0;
 padding: 0;
 border: 1px solid #D0CCCC;
 border-collapse: collapse;
 border-spacing: 0;
 box-sizing:border-box;
}

table th,
table td {
 margin: 0;
 padding: 10px 15px;
 text-align: left;
 vertical-align: top;
 border: none;
 border-right: 1px solid #D0CCCC;
 border-bottom: 1px solid #D0CCCC;
}

table th {
 text-align: center;
 font-weight: normal;
 border-right: none;
 background: #EBE9E5;
}

table td {
}

.shopkeeper table.tbPayment {
 margin-bottom: 0;
}

.shopkeeper table {
 margin-bottom: 15px;
}

.shopkeeper table th,
.shopkeeper table td {
 text-align: center;
}

.shopkeeper table th {
 width: 70%;
 border-right: 1px solid #D0CCCC;
}

.shopkeeper table.tbPayment th {
 width: 50%;
}

.shopkeeper table th.alignL,
.shopkeeper table td.alignL {
 text-align: left;
}

ul,
ol,
li,
dl,
dt,
dd {
 list-style: none;
}

hr {
 height: 0;
 overflow: visible;
 box-sizing: content-box;
}

figcaption,
figure,
main {
 display: block;
}

figure {
 margin: 1em 40px;
}

pre {
 font-size: 1em;
 font-family: monospace, monospace;
}

abbr[title] {
 text-decoration: underline;
 text-decoration: underline dotted;
 border-bottom: none;
}

code,
kbd,
samp {
 font-size: 1em;
 font-family: monospace, monospace;
}

dfn {
 font-style: italic;
}

b,
strong {
 font-weight: inherit;
 font-weight: bolder;
}

em {
 color: #900;
 font-style: normal;
}

small {
 font-size: 80%;
}

mark {
 color: #333;
 background-color: #FF0;
}

sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}

sub {
 bottom: -.25em;
}

sup {
 top: -.5em;
}

audio,
video {
 display: inline-block;
}

audio:not([controls]) {
 height: 0;
 display: none;
}

svg:not(:root) {
 overflow: hidden;
}

form {
 margin-bottom: 25px;
}

button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font-size: 100%;
 line-height: 1.15;
 font-family: sans-serif;
}

button,
input {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

select,
[type="file"] {
 height: auto;
}

select:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="checkbox"]:focus {
 outline: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
 -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
 padding: 0;
 border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
 outline: 1px dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
 padding: 0;
 box-sizing: border-box;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
 height: auto;
}

[type='search'] {
 outline-offset: -2px;
 -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
}

textarea {
 overflow: auto;
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}

fieldset {
 margin: 0 2px;
 padding: .35em .625em .75em;
 border: 1px solid #C0C0C0;
}

legend {
 max-width: 100%;
 padding: 0;
 display: table;
 box-sizing: border-box;
 color: inherit;
 white-space: normal;
}

progress {
 display: inline-block;
 vertical-align: baseline;
}

details,
menu {
 display: block;
}

summary {
 display: list-item;
}

canvas {
 display: inline-block;
}

template {
 display: none;
}

[hidden] {
 display: none;
}

.c-icon {
 width: 22px;
 height: 22px;
 fill: currentColor;
}

.c-social-icon {
 width: 36px;
 height: 22px;
 fill: currentColor;
}

.c-overlay {
 width: 100%;
 height: 100vh;
 position: fixed;
 top: 0;
 visibility: hidden;
 opacity: 0;
 background: rgba(0, 0, 0, .7);
}

.c-overlay__icon {
 width: 30px;
 height: 30px;
 position: fixed;
 top: 20px;
 right: 10%;
 z-index: 2001;
 fill: #FFF;
 transform: translateX(50%);
}

.c-button {
 display: inline-block;
 box-sizing: border-box;
 vertical-align: middle;
 font-weight: normal;
 line-height: 22px;
 text-decoration: none;
 border-radius: 4px;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.c-button:hover,
.c-button:focus {
 cursor: pointer;
 outline: none;
}

.c-button--solid {
 display: inline-block;
 box-sizing: border-box;
 cursor: pointer;
 vertical-align: middle;
 color: #FFF;
 font-size: 16px;
 font-weight: bold;
 line-height: 22px;
 text-decoration: none;
 border-radius: 4px;
 border: 0;
 background: #DB0000;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.c-button--solid:hover,
.c-button--solid:focus {
 outline: none;
 box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
 text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
 background: #E64C4C;
}

.c-button--solid.is-disabled {
 cursor: default;
 color: #999;
 font-size: 16px;
 border: 0;
 background: #EEE;
 box-shadow: none;
 text-shadow: none;
}

.c-button--border {
 cursor: pointer;
 color: #333;
 font-size: 14px;
 border: 1px solid #EAEAEA;
 background: transparent;
}

.c-button--border:hover,
.c-button--border:focus {
 outline: none;
 color: #FFF;
 border-color: #333;
 background: #333;
}

.c-button--border.is-disabled {
 cursor: default;
 color: #B3B3B3;
 font-size: 16px;
 border: 1px solid #EAEAEA;
 background: #F8F8F8;
}

.c-button__icon {
 width: 22px;
 height: 22px;
 margin-right: 5px;
 vertical-align: -.2em;
 fill: currentColor;
}

.c-button--sm .c-button__icon {
 width: 18px;
 height: 18px;
 vertical-align: -.4em;
 fill: currentColor;
}

.c-button--sm {
 font-size: 12px;
}

.c-form__unit {
 margin-bottom: 20px;
 overflow: hidden;
}

.c-form__unit-label {
 margin-bottom: .5em;
 font-weight: bold;
}

.c-form__unit-label--fix-margin {
 margin-bottom: -.05em;
}

.c-form__unit .c-form__unit-body {
 float: right;
 padding-right: 25px;
}

.c-input-text {
 width: 100%;
 height: 40px;
 padding: 0 10px;
 box-sizing: border-box;
 vertical-align: middle;
 font-size: 16px;
 line-height: 40px;
 border-radius: 4px;
 border: 2px solid #DDD;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.c-input-text:focus {
 outline: none;
 border-color: #333;
}

.c-select {
 position: relative;
}

.c-select__value {
 padding: 10px 30px 8px 10px;
 display: inline-block;
 outline: none;
 cursor: pointer;
 font-size: 16px;
 line-height: 1.5;
 border-radius: 4px;
 border: 2px solid #DDD;
 background: transparent;
 box-sizing: border-box;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.c-select__value:hover {
 border-color: #DDD;
}

.c-select__value::-ms-expand {
 display: none;
}

.c-select__icon {
 width: 22px;
 height: 22px;
 margin-top: -11px;
 position: absolute;
 top: 50%;
 right: 5px;
 z-index: -1;
 fill: currentColor;
}

.c-section {
 margin: 30px 0 50px;
}

.c-section__label {
 width: 300px;
 margin: 0 0 10px 0;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.6;
 letter-spacing: 1px;
}

.c-section__content {
 margin: 5px 0 25px 0;
 font-size: 14px;
 line-height: 1.6;
}

.c-section__content p:nth-child(1) {
 margin-top: 0;
}

.c-section__heading {
 margin: 30px 10px 10px;
 text-align: center;
 color: #333;
}

.c-section__heading--title {
 margin-bottom: .8em;
 position: relative;
 font-size: 16px;
 letter-spacing: .1em;
}

.c-section__heading--title::after {
 width: 100%;
 height: 1px;
 display: block;
 position: absolute;
 top: 50%;
 content: '';
 background: #333;
}

.c-section__heading--title span {
 padding: 0 1.2em;
 display: inline-block;
 position: relative;
 z-index: 1;
 line-height: 1.3;
 background: #FFF;
}

.c-section__heading--sub-title {
 font-size: 24px;
 font-family: 'Montserrat', sans-serif;
}

.c-section__container {
 max-width: 1000px;
 margin-right: 15px;
 margin-left: 15px;
}

.privacy .c-section__container,
.shopkeeper .c-section__container {
 max-width: 1100px;
}

.c-table-wrap {
 overflow-x: scroll;
}

.c-table-wrap::-webkit-scrollbar {
 height: 8px;
}

.c-table-wrap::-webkit-scrollbar-track {
 background: #F1F1F1;
}

.c-table-wrap::-webkit-scrollbar-thumb {
 background: #CCC;
}

.c-table-wrap table {
 min-width: 100%;
 text-align: center;
 border: 1px solid #EAEAEA;
 border-collapse: collapse;
}

.c-table-wrap table td,
.c-table-wrap table th {
 padding: 10px 8px;
 text-align: center;
 white-space: nowrap;
 border: 1px solid #EAEAEA;
}

.c-product-info__price {
 font-family: 'Montserrat', sans-serif;
}

.c-product-info__price--discount {
 color: #F00;
}

.c-product-info__regular-price {
 text-decoration: line-through;
 font-family: 'Montserrat', sans-serif;
}

.c-product-info__soldout {
 color: #DB0000;
 letter-spacing: 1px;
 font-family: 'Montserrat', sans-serif;
}

.c-product-list {
 margin: 20px 0;
 padding: 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
 list-style-type: none;
 border-top: 1px solid #EAEAEA;
}

.c-product-list::after {
 clear: both;
 display: block;
 content: '';
}

.c-product-list__image-wrap {
 max-width: 320px;
 border: 10px solid transparent;
}

.c-product-list::before {
 height: 1px;
 display: block;
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 content: '';
 background: #EAEAEA;
}

.c-product-list__item {
 float: left\9;
 width: 50%;
 padding: 20px 20px 50px;
 position: relative;
 box-sizing: border-box;
 text-align: center;
 border: 0\9;
 border-right: 1px solid #EAEAEA;
 border-bottom: 1px solid #EAEAEA;
 transition: opacity .2s;
}

.c-product-list__item.is-hidden {
 width: 0;
 height: 0;
 padding-top: 0;
 padding-bottom: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -10000;
 overflow: hidden;
 opacity: 0;
 border: 0;
}

.c-product-list__name {
 margin-top: 1.2em;
 display: block;
 color: #333;
 font-size: 16px;
 font-weight: normal;
 line-height: 1.5;
 text-decoration: none;
 transition: opacity .2s;
}

.c-product-list__name:hover {
 opacity: .66;
}

.c-product-list__name:active {
 opacity: 1;
}

.c-product-list__price {
 margin-top: 1em;
 font-size: 20px;
 font-weight: bold;
}

.c-product-list__regular-price {
 margin-top: 1em;
 font-weight: bold;
}

.c-product-list__soldout {
 margin-top: 1em;
 font-size: 16px;
 font-weight: bold;
}

.c-product-list__expl {
 margin-top: 1.2em;
 text-align: left;
 font-size: 12px;
 line-height: 1.7;
}

.c-product-list__index {
 width: 40px;
 height: 40px;
 padding-top: 5px;
 position: absolute;
 top: -5px;
 left: -5px;
 text-align: center;
 box-sizing:border-box;
 color: #333;
 font-size: 16px;
 line-height: 31px;
 font-family: 'Montserrat', sans-serif;
 border-radius: 30px;
 border: 1px solid #CBC9C9;
 background: #F8F8F8;
}

.c-product-list__index--1 {
 background: #FFEB1F;
}

.c-product-list__index--2 {
 background: #CDCDCD;
}

.c-product-list__index--3 {
 background: #DB7F25;
}

.c-product-list__fav-item {
 width: 30px;
 position: absolute;
 right: 10px;
 bottom: 10px;
}

.c-product-list__fav-item button {
 width: 100%;
 padding: 5px 0;
 display: block;
 outline: none;
 cursor: pointer;
 text-align: center;
 color: #999;
 border: 0;
 background: transparent;
 transition: .2s;
}

.c-product-list__fav-item .is-added {
 color: #FF7373;
}

.c-product-list__fav-item svg {
 width: 20px;
 height: 20px;
 fill: currentColor;
}

.c-product-list__button {
 clear: both;
 width: 100%;
 margin-bottom: 40px;
 display: block;
 text-align: center;
}

.c-product-list__button button {
 min-width: 300px;
 padding: 12px 15px;
 font-weight: bold;
 text-indent: 11px;
}

.c-product-list__button button .c-button__icon {
 vertical-align: -.42em;
}

.c-product-sort {
 margin: 0 15px;
}

.c-product-sort::after {
 clear: both;
 display: block;
 content: '';
}

.c-product-sort__total {
 margin-bottom: 10px;
 text-align: center;
}

.c-product-sort__total span {
 margin: 0 8px;
 font-size: 24px;
}

.c-product-sort__switch {
 float: right;
}

.c-pager {
 margin: 30px 0;
 text-align: center;
}

.c-pager__total {
 margin-bottom: 20px;
}

.c-pager__total span {
 margin: 0 8px;
 font-size: 24px;
}

.c-pager__list {
 margin: 0;
 padding: 0;
 font-family: 'Montserrat', sans-serif;
 list-style-type: none;
}

.c-pager__list-item {
 margin: 0 5px 10px 5px;
 display: inline-block;
 text-align: center;
}

.c-pager__link {
 min-width: 42px;
 padding: 8px;
}

.c-pager__unlink {
 min-width: 42px;
 padding: 8px;
}

.c-pager__unlink.is-current {
 color: #333;
 border-color: transparent;
 background: transparent;
}

.c-pager__icon {
 width: 22px;
 height: 22px;
 vertical-align: -5px;
 fill: currentColor;
}

.c-thumbnail-product-list {
 margin: 20px 0;
 padding: 0 10px;
 list-style-type: none;
}

.c-thumbnail-product-list::after {
 clear: both;
 display: block;
 content: '';
}

.c-thumbnail-product-list__image-wrap {
 border: 6px solid transparent;
}

.c-thumbnail-product-list__item {
 float: left;
 width: 33.33333%;
 margin-bottom: 30px;
 padding: 0 5px;
 box-sizing: border-box;
 text-align: center;
 transition: opacity .2s;
}

.c-thumbnail-product-list__item.is-hidden {
 width: 0;
 height: 0;
 padding-top: 0;
 padding-bottom: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -10000;
 opacity: 0;
 border: 0;
}

.c-thumbnail-product-list__price {
 margin-top: 10px;
 font-size: 14px;
 font-weight: bold;
}

.c-thumbnail-product-list__regular-price {
 margin-top: 10px;
 font-size: 12px;
 font-weight: bold;
}

.c-thumbnail-product-list__soldout {
 margin-top: 10px;
 font-size: 14px;
 font-weight: bold;
}

.c-topic-path {
 margin: 15px 15px 0 15px;
 font-size: 13px;
}

.c-topic-path__list {
 margin: 0;
 padding: 0;
}

.c-topic-path__item {
 margin-right: .5em;
 display: inline-block;
 word-break: break-all;
}

.c-topic-path__item--hidden {
 visibility: hidden;
}

.c-topic-path svg {
 width: 12px;
 height: 12px;
 margin-right: .5em;
 position: relative;
 top: .1em;
 fill: currentColor;
}

.c-topic-path a {
 padding: .7em 0;
 display: inline-block;
 color: #333;
 text-decoration: none;
 transition: opacity .2s;
}

.c-topic-path a:hover {
 color: #FF6347;
 text-decoration: underline;
}

.c-topic-path a:active {
 opacity: 1;
}

.c-image-wrap {
 margin: 0 auto;
 display: block;
 position: relative;
 background: #FDF6ED;/*枠の色をベージュに*/
 transition: background .2s;
}

.c-image-wrap::after {
 padding-top: 100%;
 display: block;
 content: '';
}

.c-image-wrap--link {
 cursor: pointer;
}

.c-image-wrap--link:hover .c-image-box--main {
 opacity: 0;
}

.c-image-wrap--link:hover .c-image-box--otherimg {
 opacity: 1;
}

.c-image-box {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 word-break: break-all;
 transition: opacity .2s;
 background: #FFF;
}

.c-image-box__image {
 max-width: 100%;
 max-height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}

.c-image-box__image--noimage {
 height: 40px;
 text-align: center;
 color: rgba(0, 0, 0, .5);
 font-size: 18px;
 font-weight: bold;
 line-height: 40px;
 font-family: 'Montserrat', sans-serif;
}

.c-image-box--main {
 opacity: 1;
}

.c-image-box--otherimg {
 opacity: 0;
}

.c-not-found {
 margin: 100px 0;
 text-align: center;
}

.u-visible--tablet {
 display: none;
}

.u-visible--pc {
 display: none;
}

.p-layout-container {
 max-width: 1240px;
 margin: 0 auto;
 box-sizing: border-box;
}

.p-layout-container::after {
 clear: both;
 display: block;
 content: '';
}

.p-page-content {
 max-width: 1600px;
 margin: 0 auto;
}

#base_gmoWrapp {
 position: relative;
}

#gmo_CMSPbar {
 min-width: 100% !important;
 overflow: hidden;
}

.p-header ul {
 list-style-type: none;
}

.p-header__bar {
 display: none;
}

.p-header__tips {
 float: right;
 width: 100%;
 margin-right: -370px;
 position: relative;
 z-index: 0;
}

.p-header__tips-area {
 margin-right: 370px;
 padding: 0 1em;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.p-header__tips-area h1 {
 margin: 0;
 padding: 0;
 font-size: 12px;
 font-weight: normal;
 line-height: 36px;
}

.p-header__user-nav {
 float: right;
 width: 370px;
 margin: 0;
 padding: 0;
 position: relative;
 z-index: 1;
}

.p-header__user-nav li {
 float: right;
 width: 120px;
 margin-right: 1px;
 display: table;
 text-align: center;
 box-shadow: -1px 0 0 rgba(0, 0, 0, .2);
}

.p-header__user-nav a {
 display: table-cell;
 vertical-align: middle;
 color: #333;
 text-decoration: none;
 background: transparent;
 transition: background .2s;
}

.p-header__user-nav a:hover {
 background: rgba(255, 255, 255, .5);
}

.p-header__user-nav svg {
 width: 16px;
 height: 16px;
 vertical-align: -.25em;
 fill: currentColor;
}

.sp-global-header {
 width: 100%;
 display: table;
 position: absolute;
 top: 0;
 z-index: 1000;
 border-bottom: 1px solid #EAEAEA;
 background: #FFF;
 transition: transform .2s;
 transform: translateY(0%);
}

.sp-global-header.is-fixed {
 position: fixed;
 box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.sp-global-header.is-hidden {
 box-shadow: none;
 transform: translateY(-100%);
}

.sp-global-header__unit {
 width: 33.33333%;
 height: 50px;
 display: table-cell;
 text-align: center;
 vertical-align: middle;
 color: #333;
 text-decoration: none;
 border-right: 1px solid #EAEAEA;
}

.sp-global-header__unit:last-child {
 border: 0;
}

.sp-global-header__unit:active {
 text-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.sp-global-header__cart {
 position: relative;
}

.sp-global-header__cart--has-item::after {
 width: 8px;
 height: 8px;
 position: absolute;
 top: -5px;
 left: 14px;
 content: '';
 border-radius: 14px;
 border: 2px solid #FFF;
 background: #FD7F23;
}

.state-drawer-nav {
 display: none;
}

.state-drawer-nav:checked ~ .close-drawer-nav {
 z-index: 2000;
 visibility: visible;
 opacity: 1;
}

.open-drawer-nav {
 cursor: pointer;
}

.p-drawer-nav {
 width: 80%;
 height: 100%;
 position: fixed;
 top: 0;
 left: -80%;
 z-index: -1;
 overflow-y: scroll;
 opacity: 0;
 background: #FFF;
 transition: .2s;
}

.state-drawer-nav:checked ~ .p-body .p-drawer-nav {
 left: 0;
 z-index: 10000;
 opacity: 1;
 box-shadow: 1px 0 5px rgba(0, 0, 0, .3);
}

.p-drawer__heading {
 padding: 12px 10px;
 color: #FFF;
 background: #333;
}

.p-drawer__list {
 margin: 0;
 padding: 0;
 list-style-type: none;
 background: #FFF;
}

.p-drawer__list a {
 color: #333;
}

.p-drawer__list--freepage {
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #CCC;
}

.p-drawer__pulldown {
 height: 0;
 margin: 0;
 overflow: hidden;
 box-sizing: border-box;
 opacity: 0;
 background: #F8F8F8;
 transition: .2s;
}

.p-drawer__pulldown.is-opened {
 height: auto;
 opacity: 1;
 border-top: 1px solid #EAEAEA;
 border-bottom: 1px solid #EAEAEA;
}

.p-global-header {
 width: 100%;
 padding: 36px 0 26px;
 position: relative;
 font-size: 14px;
 font-weight: bold;
background: url("https://img20.shop-pro.jp/PA01246/572/etc/bg_top2022.jpg?cmsp_timestamp=20220820122510");/*ヘッダーの背景を画像にここから*/

background-repeat: no-repeat;
background-size: cover;	/*ヘッダーの背景を画像に*/
}

.p-global-header::after {
 clear: both;
 display: block;
 content: '';
}

.is-top .p-global-header {
 padding: 36px 0 26px;
}

.is-top .p-global-header .p-global-header__logo {
 display: block;
}

.is-top .p-global-header .p-global-header__home {
 display: none;
}

.isnot-top .p-global-header {
 padding: 25px 0 20px;
}

.isnot-top .p-global-header .p-global-header__logo {
 display: none;
}

.isnot-top .p-global-header .p-global-header__home {
 display: inline-block;
}

.p-global-header a {
 color: #333;
 text-decoration: none;
 transition: opacity .2s;
}

.p-global-header a:hover {
 opacity: .66;
}

.p-global-header a:active {
 opacity: 1;
}

.p-global-header__logo {
 margin: 0 auto 10px;
 display: block;
 text-align: center;
 font-size: 30px;
 font-weight: 600;
 font-family: 'Montserrat', sans-serif;
}

.p-global-header__home {
 float: left;
 display: none;
}

.p-global-header__cart {
 float: right;
 margin-left: 15px;
}

.p-global-header__cart-count {
 margin-left: 4px;
 color: #FD7F23;
}

.p-global-header__search {
 float: right;
 margin-left: 15px;
 text-decoration: none;
 transition: opacity .2s;
}

.p-global-header__search:hover {
 opacity: .66;
}

.p-global-header__search:active {
 opacity: 1;
}

.p-global-header__icon {
 width: 22px;
 height: 22px;
 vertical-align: -.4em;
 fill: currentColor;
}

.p-global-header__cart-icon {
 position: relative;
}

.p-global-header__cart-icon--has-item::after {
 width: 8px;
 height: 8px;
 position: absolute;
 top: -5px;
 left: 14px;
 content: '';
 border-radius: 14px;
 border: 2px solid #FFF;
 background: #FD7F23;
}

.p-global-nav {
 float: right;
 width: 420px;
 margin-top: 30px;
 text-align: right;
 color: #333;
}

.is-fixed .p-global-nav {
 margin-top: 0;
}

.p-global-nav__unit {
 margin: 0;
 padding: 0 10px;
 display: inline-block;
 position: static;
 text-align: left;
 vertical-align: top;
}

.p-global-nav__unit:last-child {
 border-right: 1px solid #DDD;
}

.p-global-nav__heading {
 position: relative;
 cursor: pointer;
}

.p-global-nav__heading::after {
 width: 0;
 height: 0;
 margin-left: -25px;
 position: absolute;
 bottom: -20px;
 left: 50%;
 content: '';
 opacity: 0; 
 border-width: 12px;
 border-style: solid;
 border-color: transparent transparent #F8F8F8;
 transition: .2s;
}

.p-global-nav__body {
 width: 100%;
 height: 0;
 margin: 0;
 position: absolute;
 right: 0;
 left: 0;
 z-index: 1000;
 overflow: hidden;
 opacity: 0;
 transition: .2s;
}

.p-global-nav__body-inner {
 padding: 40px 0 30px;
 background: #F8F8F8;
}

.p-global-nav__list {
 max-width: 1240px;
 margin: 0 auto;
 padding: 0 20px;
 box-sizing: border-box;
}

.p-global-nav__list::after {
 clear: both;
 display: block;
 content: '';
}

.p-global-nav__list li {
 float: left;
 width: 33.33333%;
 margin-bottom: 10px;
 line-height: 1.5;
}

.p-global-nav__list li:nth-child(3n + 1) {
 clear: both;
}

.p-global-nav__list a {
 margin-right: 10px;
 padding: 5px 10px 5px 25px;
 display: block;
 position: relative;
 border-radius: 3px;
}

.p-global-nav__list a:hover {
 text-decoration: underline;
}

.p-global-nav__list a::before {
 position: absolute;
 top: .3em;
 left: 10px;
 content: '−';
}

.p-global-nav .is-opened .p-global-nav__heading::after {
 opacity: 1;
}

.p-global-nav .is-opened .p-global-nav__body {
 height: auto;
 padding-top: 20px;
 opacity: 1;
}

.p-sub-header {
 padding: 15px 0;
 display: none;
 background: #002356;/*ナビの黒帯を紺色に*/
}

.p-sub-header::after {
 clear: both;
 display: block;
 content: '';
}

.p-sub-header a {
 color: #FFF;
 text-decoration: none;
 transition: opacity .2s;
}

.p-sub-header a:hover {
 opacity: .66;
}

.p-sub-header a:active {
 opacity: 1;
}

.p-sub-header__content-nav {
 float: left;
 margin: 0;
 padding: 0;
}

.p-sub-header__content-nav li {
 margin-right: 20px;
 display: inline-block;
 font-size: 16px;
 line-height: 22px;
 letter-spacing: 1px;
}

.p-sub-header__social-nav {
 float: right;
 margin: 0;
 padding: 0;
}

.p-sub-header__social-nav li {
 display: inline-block;
 vertical-align: bottom;
}

.p-fixed-header {
 width: 100%;
 position: absolute;
 top: 0;
 z-index: 1000;
 transition: transform .2s;
 transform: translateY(0%);
}

.p-fixed-header.is-fixed {
 position: fixed;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.p-fixed-header.is-hidden {
 transform: translateY(-100%);
}

.p-fixed-header.is-top {
 position: absolute;
 box-shadow: none;
}

.state-search-form {
 display: none;
}

.state-search-form:checked ~ .close-search-form {
 z-index: 2000;
 visibility: visible;
 opacity: 1;
}

.open-search-form {
 cursor: pointer;
}

.p-search-form {
 width: 100%;
 position: fixed;
 top: 50px;
 z-index: -1;
 opacity: 0;
 transition: .2s;
 transform: translateY(-200px);
}

.p-search-form__body {
 width: 90%;
 margin: 30px auto 0;
}

.state-search-form:checked ~ .p-body .p-search-form {
 z-index: 10000;
 opacity: 1;
 transform: none;
}

.p-search-form__body {
 padding-left: .5em;
 display: table;
 position: relative;
 border-bottom: 2px solid #FFF;
}

.p-search-form__keyword-cell {
 width: auto;
 display: table-cell;
}

.p-search-form__button-cell {
 width: 40px;
 display: table-cell;
}

.p-search-form__keyword {
 width: 100%;
 height: 40px;
 display: block;
 box-sizing: border-box;
 color: #FFF;
 font-size: 16px;
 line-height: 40px;
 border-radius: 0;
 border: 0;
 background: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.p-search-form__keyword:placeholder-shown {
 color: #FFF;
}

.p-search-form__keyword::-webkit-input-placeholder {
 color: #FFF;
}

.p-search-form__keyword::-moz-placeholder {
 opacity: 1;
 color: #FFF;
}

.p-search-form__keyword:-ms-input-placeholder {
 color: #FFF;
}

.p-search-form__keyword:focus {
 outline: none;
}

.p-search-form__keyword:focus:placeholder-shown {
 color: #666;
}

.p-search-form__keyword:focus::-webkit-input-placeholder {
 color: #666;
}

.p-search-form__keyword:focus::-moz-placeholder {
 opacity: 1;
 color: #666;
}

.p-search-form__keyword:focus:-ms-input-placeholder {
 color: #666;
}

.p-search-form__button {
 width: 40px;
 height: 40px;
 padding: 0;
 position: absolute;
 right: 0;
 bottom: 2px;
 color: #FFF;
 border: 0;
 background: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.p-search-form__button:hover,
.p-search-form__button:active {
 cursor: pointer;
 opacity: .66;
}

.p-search-form__icon {
 width: 22px;
 height: 22px;
 margin: 0 auto;
 display: block;
 fill: currentColor;
}

#snsBanner {
 clear: both;
 padding: 30px 0 60px;
 overflow: hidden;
}

#snsBanner ul {
 clear: both;
 width: 100%;
 margin: 0;
 padding: 0;
 overflow: hidden;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

#snsBanner ul li {
 width: 32%;
 margin: 0;
 padding: 0;
 list-style: none;
}

#snsBanner ul li a:hover img {
 opacity: .7;
}

.p-footer {
 margin-top: 40px;
 background: #333;
}

.p-shop-info {
 padding: 40px 0 20px;
 border-top: 1px solid #EAEAEA;
 background: rgba(255, 255, 255, .96);
}

.p-shop-info::after {
 clear: both;
 display: block;
 content: '';
}

.p-shop-info__manager::after {
 clear: both;
 display: block;
 content: '';
}

.p-shop-info__calendar {
 font-size: 13px;
}

.p-shop-info__calendar::after {
 clear: both;
 display: block;
 content: '';
}

.p-manager__image {
 max-width: 200px;
 height: auto;
 margin: 0 auto 20px;
 display: block;
}

.p-manager__heading {
 margin: 0 0 1em;
 text-align: center;
 font-style: 18px;
 font-weight: bold;
}

.p-manager__content {
 margin-bottom: 20px;
 text-align: center;
 line-height: 1.5;
}

.p-calendar__table {
 white-space: nowrap;
}

.p-calendar__table table {
 width: auto;
 margin: 20px auto;
 text-align: left;
 vertical-align: top;
 font-family: 'Montserrat', sans-serif;
 border: none;
}

.p-calendar__table caption {
 padding: 0 7px 7px;
 text-align: center;
 font-size: 14px;
 font-weight: bold;
}

.p-calendar__table th,
.p-calendar__table td {
 width: calc(100% / 7);
 padding: 5px 7px;
 text-align: center;
 color: #FFF;
 border: 1px solid #FFF;
 background: none;
}

.p-calendar__table th {
  background: #333;
}

.p-calendar__note {
 margin-top: 10px;
 text-align: center;
 font-size: 13px;
 line-height: 1.5;
}

.p-global-footer {
 color: #FFF;
 background: rgba(255, 255, 255, .1);
}

.p-global-footer a {
 color: #FFF;
 transition: .2s;
}

.p-global-footer a:hover {
 opacity: .66;
}

.p-global-footer__group {
 clear: both;
}

.p-global-footer__group::after {
 clear: both;
 display: block;
 content: '';
}

.p-global-footer__heading {
 margin: 0 15px 20px;
 padding: 0 0 .5em;
 overflow: hidden;
 text-align: center;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5;
 border-bottom: 1px solid #FFF;
}

.p-global-footer__mailmaga-form {
 margin: 0 15px 10px;
}

.p-global-footer__mailmaga-form br {
 display: none;
}

.p-global-footer__mailmaga-form span {
 display: block;
}

.p-global-footer__mailmaga-form p {
 margin: 20px 0;
 text-align: right;
}

.p-global-footer__mailmaga-form a {
 padding: 10px 0;
 text-decoration: underline;
}

.p-global-footer__mailmaga-form a:hover {
 text-decoration: none;
}

.p-global-footer__mailmaga-form .mailmaga_text {
 margin-bottom: 15px;
}

.p-global-footer__mailmaga-form .mailmaga_text input {
 width: 100%;
 height: 40px;
 padding: 0 10px;
 box-sizing: border-box;
 vertical-align: middle;
 font-size: 16px;
 line-height: 40px;
 border-radius: 4px;
 border: 2px solid transparent;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.p-global-footer__mailmaga-form .mailmaga_text input:focus {
 outline: none;
 border-color: #333;
}

.p-global-footer__mailmaga-form .mailmaga_ins input {
 width: 100%;
 padding: 10px 15px 8px 15px;
 display: inline-block;
 box-sizing: border-box;
 cursor: pointer;
 vertical-align: middle;
 color: #333;
 font-size: 14px;
 font-weight: normal;
 line-height: 22px;
 text-decoration: none;
 border-radius: 4px;
 border: 0;
 background: #FD7F23;
 transition: .2s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.p-global-footer__mailmaga-form .mailmaga_ins input:hover,
.p-global-footer__mailmaga-form .mailmaga_ins input:focus {
 outline: none;
 box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
}

.p-global-footer__mailmaga-form .mailmaga_del {
 display: none;
}

.p-global-footer__social-nav {
 margin: 0;
 padding: 0;
}

.p-global-footer__social-nav li {
 display: inline-block;
}

.p-global-footer__qr-code {
 float: right;
 padding-left: 30px;
}

.p-footer-nav {
 margin: 0;
 padding: 0;
 line-height: 1.5;
 list-style-type: none;
}

.p-footer-guide {
 color: #FFF;
 background: rgba(255, 255, 255, .1);
}

.p-footer-guide a {
 color: #FFF;
 transition: .2s;
}

.p-footer-guide a:hover {
 opacity: .66;
}

.p-footer-guide__heading {
 margin: 0 10px 10px;
 padding: 0 0 .4em 0;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.5;
 border-bottom: 2px solid #FFF;
}

.p-footer-guide__label {
 margin: 10px 0;
 line-height: 1.5;
}

.p-footer-guide__content {
 margin: 0 0 40px;
 font-size: 13px;
 line-height: 1.8;
}

.p-footer-guide__content em {
 color: #FD7F23;
}

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

.p-footer-guide__content table {
 width: 100%;
 margin: 0 0 10px;
 padding: 0;
 line-height: 1.5;
 border: none;
}

.p-footer-guide__content table th,
.p-footer-guide__content table td {
 margin: 0;
 padding: 3px;
 line-height: 1.5;
 border-right: none;
 border-bottom: none;
}

.p-footer-guide__content table th {
 text-align: left;
 font-weight: normal;
 background: none;
}

.p-footer-guide__content table td {
 text-align: right;
}

.p-footer-guide__content table.p-footer-contact {
 margin-bottom: 0;
}

.p-footer-guide__content table.p-footer-contact th {
 width: 80px; 
}

.p-footer-guide__content table.p-footer-contact td {
 text-align: left;
}

.p-footer-guide__image {
 margin-bottom: 10px;
}

.p-footer-bottom {
 position: relative;
 color: #FFF;
}

.p-footer-bottom::after {
 clear: both;
 display: block;
 content: '';
}

.p-footer-bottom a {
 color: #FFF;
 transition: .2s;
}

.p-footer-bottom a:hover {
 opacity: .66;
}

.p-footer-bottom__copyright {
 padding: 10px 15px;
 text-align: center;
 font-size: 13px;
 line-height: 20px;
}

.p-footer-bottom__credit {
 padding: 15px 0;
 text-align: center;
}

.p-footer-bottom__credit span {
 margin-right: 5px;
 position: relative;
 top: -.3em;
 color: #FFF;
 font-size: 10px;
}

.p-footer-bottom__credit svg {
 width: 220px;
 height: 18px;
 fill: #FFF;
}

.p-footer-bottom__pagetop {
 background: #FFF;
}

.p-footer-bottom__pagetop a {
 padding: 10px;
 display: block;
 text-align: center;
 background: #FD7F23;
}

.p-footer-bottom__pagetop svg {
 width: 30px;
 height: 30px;
 fill: currentColor;
}

/*--------------------------------------------------------------------------- 
　フリーページ（会社概要）
------------------------------------------------------------------------- */

.fpPage {}

.fpPage .inlineBlock {
 clear: both;
 max-width: 1100px;
 margin: 0 15px;
 padding: 0 0 50px 0;
 overflow: hidden;
 font-size: 16px;
 line-height:1.8;
}

.fpPage .inlineBlock:last-of-type {
 padding-bottom: 0;
}


/*キウチデザイン 変更　タイトルの装飾*/
.fpPage .inlineBlock h3 {
 clear: both;
 min-height: 30px;
 margin: 0 0 15px;
 padding: 1px 0 1px 110px;
 color: #333;
 font-size: 25px;
 font-weight: bold;
 line-height: 3;
 background: url(https://img20.shop-pro.jp/PA01246/572/etc/kazusafuji_face_ssnaname.png?cmsp_timestamp=20220821113740) no-repeat left top;
 box-sizing: border-box;
color:#db841a;
background-color: #FDF6ED;
border-radius: 10px;
background-position:top 5px left 10px;

}
/*キウチデザイン 変更　タイトルの装飾*/



.fpPage .inlineBlock p {
 clear: both;
 margin: 0 0 15px 0;
 padding: 0;
}

.fpPage .inlineBlock p:last-child {
 margin-bottom: 0;
}

.fpPage .inlineBlock .fpGallery {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.fpPage .inlineBlock .fpGallery ul {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.fpPage .inlineBlock .fpGallery ul li {
 float: left;
 width: calc(100% / 3);
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.fpPage .inlineBlock .fpText {
 clear: both;
 margin: 0 0 25px;
 padding: 0;
 overflow: hidden;
}

.fpPage .inlineBlock .gMap {
 clear: both;
 width: 100%;
 margin: 0;
 padding: 0;
 position: relative;
 overflow: hidden;
}

.fpPage .inlineBlock .gMap iframe,
.fpPage .inlineBlock .gMap object,
.fpPage .inlineBlock .gMap embed {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}





/*特定商取引法に基づく表記の支払いについて　Amazonpay PayPay LINEPayロゴ追加による画像*/
/*HTMLは設定　決済方法編集にて追加*/	
	.pay_image__{
	margin-bottom: -2em;
    margin-top:-1em;
		
	}	 
  



@media screen and (min-width: 768px) {
a[href^="tel:"] {
 color: #333;
 text-decoration: none;
 pointer-events: none;
}

.shopkeeper table th {
 width: 75%;
}

.p-footer {
 margin-top: 100px;
}

.p-footer-guide__content a[href^="tel:"] {
 color: #FFF;
}

.c-form__unit-label--fix-margin {
 margin-bottom: -.3em;
}

.c-input-text {
 font-size: 14px;
}

.c-select__value {
 padding-top: 7px;
 padding-bottom: 7px;
 font-size: 14px;
}

.c-section__heading {
 margin: 80px 0 40px;
}

.c-section__heading--sub-title {
 font-size: 36px;
}

.c-section__container {
 margin-right: auto;
 margin-left: auto;
}

.c-section__label {
 margin-top: 3px;
 margin-bottom: 0;
 font-size: 16px;
 line-height: 1.8;
}

.c-section__content {
 font-size: 16px;
 line-height: 1.8;
}

.c-sp-list__nav-icon {
 display: none;
}

.c-product-list {
 margin-bottom: 40px;
}

.c-product-list__item {
 width: 33.33333%;
 padding-top: 40px;
}

.c-product-list__item:nth-child(3n) {
 border-right: 0;
}

.c-product-list__item:nth-child(3n + 1) {
 clear: both;
}

.c-product-list__button button {
 padding: 10px 15px;
}

.c-product-sort {
 margin-right: auto;
 margin-bottom: 30px;
 margin-left: auto;
}

.c-product-sort__total {
 float: left;
 margin-bottom: 0;
 position: relative;
 bottom: -3px;
}

.c-thumbnail-product-list {
 margin-bottom: 0;
 padding: 0;
}

.c-thumbnail-product-list__item {
 width: 25%;
 padding: 0 10px;
}

.c-thumbnail-product-list__item:nth-child(4n + 1) {
 clear: both;
}

.c-thumbnail-product-list__price {
 margin-top: 13px;
 font-size: 16px;
}

.c-thumbnail-product-list__regular-price {
 margin-top: 13px;
 font-size: 14px;
}

.c-thumbnail-product-list__soldout {
 margin-top: 13px;
 font-size: 16px;
}

.c-topic-path {
 margin: 30px auto;
}

.c-topic-path__list {
 margin-bottom: .5em;
}

.c-topic-path a {
 padding: .3em 0;
}

.u-visible--phone {
 display: none;
}

.u-visible--tablet {
 display: inherit;
}

.p-layout-container {
 padding: 0 20px;
}

.p-header__bar {
 width: 100%;
 padding-bottom: 1px;
 display: inherit;
 overflow: hidden;
 font-size: 12px;
 line-height: 36px;
 background: #f5dd68;/*ページ一番上アカウントログインなど地色変更*/
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-header__bar::after {
 clear: both;
 display: block;
 content: '';
}

.sp-global-header {
 display: none;
}

.p-drawer-nav {
 display: none;
}

.p-global-header__logo {
 float: left;
 max-width: 100%;
 text-align: left;
}

.p-sub-header {
 display: inherit;
}

.p-search-form__body {
 max-width: 600px;
}

.p-manager__image {
 float: left;
 margin: 0 40px 20px 0;
}

.p-manager__text-wrap {
 overflow: hidden;
}

.p-manager__heading {
 text-align: left;
}

.p-manager__content {
 text-align: left;
}

.p-calendar__table table {
 margin: 0;
 display: inline-block;
}

.p-calendar__table table:nth-child(2) {
 margin-left: 20px;
}

.p-calendar__note {
 text-align: left;
 font-size: 14px;
}

.p-footer-nav {
 font-size: 14px;
}

.p-global-footer {
 padding-top: 40px;
}

.p-global-footer::after {
 clear: both;
 display: block;
 content: '';
}

.p-global-footer__unit {
 float: left;
 width: 50%;
 padding-bottom: 40px;
}

.p-global-footer__unit--half {
 clear: both;
 padding-bottom: 40px;
}

.p-global-footer__heading {
 margin: 0 0 20px;
 text-align: left;
}

.p-global-footer__mailmaga-form {
 margin: 0;
}

.p-global-footer__mailmaga-form form {
 width: 400px;
 margin-bottom: 15px;
 display: inline-block;
}

.p-global-footer__mailmaga-form span {
 display: inline-block;
}

.p-global-footer__mailmaga-form p {
 margin: 0;
 display: inline-block;
}

.p-global-footer__mailmaga-form .mailmaga_text {
 width: 70%;
 margin-right: 2%;
 margin-bottom: 0;
}

.p-global-footer__mailmaga-form .mailmaga_text input {
 font-size: 14px;
}

.p-global-footer__mailmaga-form .mailmaga_ins input {
 width: auto;
}

.p-footer-nav li {
 margin-bottom: .6em;
}

.p-footer-nav a {
 width: auto;
 padding: 0;
 display: inline;
 text-decoration: none;
}

.p-footer-nav a:hover {
 text-decoration: underline;
}

.p-footer-nav__text {
 display: inline;
}

.p-footer-guide .p-layout-container {
 width: 100%;
 padding: 50px 5px 20px 5px;
 display: table;
 border-top: 1px solid #EAEAEA;
}

.p-footer-guide__unit {
 width: 33.33333%;
 padding: 0 15px;
 display: table-cell;
 box-sizing: border-box;
}

.p-footer-guide__heading {
 margin: 0 0 20px;
 text-align: left;
 font-size: 18px;
}

.p-footer-bottom__copyright {
 padding: 15px 10px;
 text-align: center;
}

.p-footer-bottom__credit {
 float: right;
 width: 370px;
 text-align: left;
}

.p-footer-bottom__pagetop {
 position: absolute;
 right: 0;
 bottom: 0;
}

.fpPage .inlineBlock {
 margin-right: auto;
 margin-left: auto;
}

.fpPage .inlineBlock .gMap {
 height: 450px;
}
  
  
  /*--------------------------------------------------------------------------- 
　キウチデザイン 追加
------------------------------------------------------------------------- */
	
	/*top　サブタイトルの色変更*/
	.c-section__heading {
color:#db841a;
}
	
	
.c-section__heading--title::after {
 background: #db841a;
}
	


/*トップページ　こだわりバナーの地色と文字色変更*/
.p-custom-banner__unit--text {
 background: #FDF6ED;
	color: #333;
}
.p-custom-banner__unit--text a {
color: #333;
 text-decoration: underline;
}
.top_original_ban_btnbox{
	width: 960px !important;
	height: auto;
	margin: 2em auto;
	display:flex;
	flex-wrap: wrap;/*一行に収まらない時に複数行に*/
	justify-content:space-between;/*両端から均等に配置*/	
}
.top_original_ban_btn{
	width: 47%;
	height: auto;
	margin-bottom: 2em;
}
.top_original_ban_btn img{
	width: 100%;
	height: auto;
}
.top_original_ban_btn a:hover{
	opacity: 0.7;
}

/*特定商取引法に基づく表記の支払いについて　Amazonpay PayPay LINEPayロゴ追加による画像*/
/*HTMLは設定　決済方法編集にて追加*/	
	.pay_image__{
	margin-bottom: -2em;
	margin-top:-1em;

	}	 
 

/*------------------------------------------------------------*/
  
  
  
  
  
  
}

@media screen and (min-width: 960px) {
.c-section__label {
 float: left;
 clear: left;
 margin-right: 20px;
}

.c-section__content {
 margin: 0 0 20px;
 overflow: hidden;
}

.c-product-list__image-wrap {
 border-width: 15px;
}

.c-thumbnail-product-list__image-wrap {
 border-width: 9px;
}

.c-thumbnail-product-list__item {
 width: 20%;
}

.c-thumbnail-product-list__item:nth-child(4n + 1) {
 clear: none;
}

.c-thumbnail-product-list__item:nth-child(5n + 1) {
 clear: both;
}

.u-visible--pc {
 display: inherit;
}

.p-global-nav__list li {
 width: 25%;
}

.p-global-nav__list li:nth-child(3n + 1) {
 clear: none;
}

.p-global-nav__list li:nth-child(4n + 1) {
 clear: both;
}

.p-shop-info__manager {
 float: left;
 width: 75%;
}

.p-shop-info__manager--half {
 width: 50%;
}

.p-shop-info__calendar {
 width: 100%;
}

.p-global-footer__unit {
 float: left;
 width: 25%;
}

.p-global-footer__unit--half {
 float: right;
 width: 50%;
}
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
 color: #007AB8;
 text-decoration: underline;
}
  
a:hover[href^="tel:"] {
 color: #007AB8;
 text-decoration: none;
}

.c-sp-list {
 width: 100%;
 padding: 12px 10px 12px 15px;
 display: table;
 box-sizing: border-box;
 font-weight: normal;
 text-decoration: none;
}

.c-sp-list--close-menu {
 padding-left: 0;
 text-align: center;
 color: #333;
 background: #CCC;
}

.c-sp-list__mark {
 width: 30px;
 display: table-cell;
 vertical-align: middle;
}

.c-sp-list__value {
 width: auto;
 display: table-cell;
 vertical-align: middle;
 line-height: 1.5;
 word-break: break-all;
}

.c-sp-list__nav-icon {
 width: 24px;
 display: table-cell;
 text-align: right;
 vertical-align: middle;
}

.c-sp-list__icon {
 width: 22px;
 height: 22px;
 fill: currentColor;
 vertical-align: -.4em;
}

.c-sp-list__icon--pulldown {
 width: 22px;
 height: 22px;
 margin-right: 1px;
 fill: currentColor;
}

.c-section__heading--title span {
 padding: 0 1em;
}

.c-product-list__item:nth-child(2n) {
 border-right: 0;
}

.c-product-list__item:nth-child(2n + 1) {
 clear: both;
}

.c-product-list__name {
 margin-top: 1em;
 font-size: 14px;
}

.c-product-list__price {
 font-size: 18px;
}


.c-product-list__soldout {
 font-size: 14px;
}

.c-pager__list-item {
 display: none;
}

.c-pager__list-item--visible {
 display: inline-block;
}

.c-thumbnail-product-list__item:nth-child(3n + 1) {
 clear: both;
}

.c-image-box__image--noimage {
 font-size: 12px;
}

.p-body {
 padding-top: 50px;
}

.p-fixed-header {
 display: none;
}

.js-fix-height {
 display: none;
}

#snsBanner {
 padding-bottom: 20px;
}

#snsBanner ul li {
 width: 100%;
 margin-bottom: 15px;
 text-align: center;
}

#snsBanner ul li:last-child {
 margin-bottom: 0;
}

.p-shop-info {
 padding-right: 20px;
 padding-left: 20px;
}

.p-global-footer__group {
 padding: 30px 0;
}

.p-global-footer__group:first-child {
 border-bottom: 1px solid #FFF;
}

.p-global-footer__group--secondary {
 padding-bottom: 20px;
 text-align: center;
 font-size: 12px;
}

.p-global-footer__social-nav {
 margin-bottom: 10px;
}

.p-footer-nav--secondary {
 margin: 0 15px;
}

.p-footer-nav--secondary li {
 margin: 0;
 display: inline-block;
}

.p-footer-nav--secondary a {
 padding: 1em .5em;
 display: inline;
 line-height: 3;
}

.fpPage .inlineBlock {
 padding-bottom: 30px;
 font-size: 14px;
}

.fpPage .inlineBlock h3 {
 margin-bottom: 10px;
 padding-top: 3px;
 padding-left: 47px;
 font-size: 18px;
 line-height: 1.4;
}

.fpPage .inlineBlock .fpTable th {
 width: 160px;
 text-align: center;
}

.fpPage .inlineBlock .fpText {
 margin-bottom: 15px;
}

.fpPage .inlineBlock .gMap {
 height: auto;
 padding-top: 56.25%;
}
  
 	
/*--------------------------------------------------------------------------- 
　キウチデザイン 追加
------------------------------------------------------------------------- */
	
	/*top　サブタイトルの色変更*/
	.c-section__heading {
color:#db841a;
}
	
.c-section__heading--title::after {
 background: #db841a;
}
	

  
}