body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  background-color: #FFFEF6;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,aside,footer,header,nav,section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
figcaption,figure,main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,a:hover {
  outline-width: 0;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
audio,video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: 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;
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[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;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
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: 22px;
  width: 36px;
  height: 22px;
  fill: currentColor;
}
.c-overlay {
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.c-overlay__icon {
  position: fixed;
  z-index: 2001;
  top: 30px;
  right: 10%;
  width: 20px;
  height: 20px;
  transform: translateX(50%);
  fill: #231815;
}
.c-button {
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.c-button:hover,
.c-button:focus {
  cursor: pointer;
  outline: none;
}
.c-button--solid {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: <{$setting-color-solidButton}>;
  -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);
}
.c-button--solid.is-disabled {
  font-size: 14px;
  cursor: default;
  color: #999;
  border: 0;
  background: #eee;
  box-shadow: none;
  text-shadow: none;
}
.c-button--border {
  font-size: 14px;
  cursor: pointer;
  color: #333;
  border: 1px solid #dcb07b;
  background: transparent;
}
.c-button--border:hover,
.c-button--border:focus {
  color: #fff;
  border-color: <{$setting-hoverColor-borderButton}>;
  outline: none;
  background: <{$setting-hoverColor-borderButton}>;
}
.c-button--border.is-disabled {
  font-size: 14px;
  cursor: default;
  color: #b3b3b3;
  border: 1px solid #dcb07b;
  background: #f8f8f8;
}
.c-button__icon {
  width: 22px;
  height: 22px;
  vertical-align: -.37em;
  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: 30px;
}
.c-form__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}
.c-form__unit-label--fix-margin {
  margin-bottom: -.05em;
}
.c-input-text {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #dcb07b;
  border-radius: 4px;
  -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.c-input-text:focus {
  border-color: <{$setting-keyColor}>;
  outline: none;
}
.c-select {
  position: relative;
}
.c-select__value {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  transition: .2s;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.c-select__value:hover {
  border-color: rgba(0, 0, 0, .1);
}
.c-select__value::-ms-expand {
  display: none;
}
.c-select__icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  fill: currentColor;
}
.c-section {
  margin: 30px 5px 50px;
}
.c-section__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  width: 300px;
  margin: 0;
  letter-spacing: 1px;
}
.c-section__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}
.c-section__content p:nth-child(1) {
  margin-top: 0;
}
.c-section__heading {
  margin: 50px 10px 20px;
  text-align: center;
  color: #333;
}
.c-section__heading--title {
  font-size: 16px;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;
}
.c-section__heading--title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}
.c-section__heading--title span {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background: #FFFEF6;
}
.c-section__heading--sub-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
.c-section__container {
  max-width: 1000px;
  margin-right: 10px;
  margin-left: 10px;
}
.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%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #dcb07b;
}
.c-table-wrap table td,
.c-table-wrap table th {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #dcb07b;
}
.c-product-info__price {
  font-family: 'Montserrat', sans-serif;
}
.c-product-info__price--discount {
  color: #f00;
}
.c-product-info__regular-price {
  font-family: 'Montserrat', sans-serif;
  text-decoration: line-through;
}
.c-product-info__soldout {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  color: #f00;
}
.c-product-list {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: 0px solid #dcb07b;
  flex-wrap: wrap;
}
.c-product-list::after {
  display: block;
  clear: both;
  content: '';
}
.c-product-list__image-wrap {
  max-width: 320px;
  border: 10px solid transparent;
}
a.c-product-list__image-wrap {
    border-width: 10px;
}
.c-product-list::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
}
.c-product-list__item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 20px 30px;
  transition: opacity .2s; /*! IEだけfloatする */
  text-align: center;
  border: 0;
  border-right: 0px solid #dcb07b;
  border-bottom: 0px solid #dcb07b;
}
.c-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}
.c-product-list__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-top: .5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.c-product-list__name:hover {
  opacity: .66;
}
.c-product-list__name:active {
  opacity: 1;
}
.c-product-list__price {
  font-weight: bold;
  margin-top: 1em;
  color: #B7180C;
}
.c-product-list__regular-price {
  font-weight: bold;
  margin-top: 1em;
}
.c-product-list__soldout {
  font-weight: bold;
  margin-top: 1em;
}
.c-product-list__expl {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: left;
}
.c-product-list__index {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
    line-height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 36px;
    height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, .6);
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 30px;
  background: #fff;
}
.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 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
}
.c-product-list__fav-item button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.c-product-list__button button {
  font-weight: bold;
  min-width: 300px;
  padding: 15px;
  text-indent: 11px;
}
.c-product-sort {
  margin: 30px 10px 0;
}
.c-product-sort::after {
  display: block;
  clear: both;
  content: '';
}
.c-product-sort__total {
  margin-bottom: 10px;
  text-align: center;
}
.c-product-sort__total span {
  font-size: 24px;
  margin: 0 8px;
}
.c-product-sort__switch {
  float: right;
}
.c-pager {
  margin: 30px 0;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 20px;
}
.c-pager__total span {
  font-size: 24px;
  margin: 0 8px;
}
.c-pager__list {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-pager__list-item {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  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 {
  display: block;
  clear: both;
  content: '';
}
.c-thumbnail-product-list__image-wrap {
  border: 6px solid transparent;
}
.c-thumbnail-product-list__item {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 30px;
  padding: 0 5px;
  transition: opacity .2s;
  text-align: center;
}
.c-thumbnail-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}
.c-thumbnail-product-list__price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.c-thumbnail-product-list__regular-price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.c-thumbnail-product-list__soldout {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.c-topic-path {
  font-size: 12px;
  margin: 30px 10px;
}
.c-topic-path__list {
  margin: 0;
  padding: 0;
}
.c-topic-path__item {
  display: inline-block;
  margin-right: .5em;
  word-break: break-all;
}
.c-topic-path__item--hidden {
  visibility: hidden;
}
.c-topic-path svg {
  position: relative;
  top: .1em;
  width: 12px;
  height: 12px;
  margin-right: .5em;
  fill: currentColor;
}
.c-topic-path a {
  display: inline-block;
  padding: .7em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.c-topic-path a:hover {
  opacity: .66;
}
.c-topic-path a:active {
  opacity: 1;
}
.c-image-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    transition: background .2s;
    background: rgba(0, 0, 0, .03);
}
.c-image-wrap::after {
  display: block;
  padding-top: 100%;
  content: '';
}
.c-image-wrap:hover {
  background: rgba(0, 0, 0, .05);
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  word-break: break-all;
}
.c-image-box__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.c-image-box__image--noimage {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.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 {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
}
.p-layout-container::after {
  display: block;
  clear: both;
  content: '';
}
.p-page-content {
  max-width: 2800px;
  margin: 3px auto;
}
#base_gmoWrapp {
  position: relative;
}
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
}
.p-header {
  margin-bottom: 3px;
}
.p-header ul {
  list-style-type: none;
}
.p-header__bar {
  display: none;
}
.p-header__tips {
  position: relative;
  z-index: 0;
  float: right;
  width: 100%;
  margin-right: -370px;
}
.p-header__tips-area {
  overflow: hidden;
  margin-right: 370px;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.p-header__user-nav {
  position: relative;
  z-index: 1;
  float: right;
  width: 370px;
  margin: 0;
  padding: 0;
}
.p-header__user-nav li {
  display: table;
  float: right;
  width: 120px;
  margin-right: 1px;
  text-align: center;
}
.p-header__user-nav a {
  display: table-cell;
  transition: background .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.p-header__user-nav a:hover {
  background: rgba(255, 255, 255, .5);
}
.p-header__user-nav svg {
  width: 16px;
  height: 16px;
  vertical-align: -.2em;
  fill: currentColor;
}
.sp-global-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  display: table;
  width: 100%;
  transition: transform .2s;
  transform: translateY(0%);
  border-bottom: 1px solid #dcb07b;
  background: #fff;
}
.sp-global-header.is-fixed {
  position: fixed;
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}
.sp-global-header.is-hidden {
  transform: translateY(-100%);
  box-shadow: none;
}
.sp-global-header__unit {
  display: table-cell;
  width: 33.33333%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: <{$setting-keyColor}>;
  border-right: 1px solid #dcb07b;
}
.sp-global-header__unit:flast-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 {
  position: absolute;
  top: -5px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: '';
  border: 2px solid #fff;
  border-radius: 14px;
  background: <{$setting-accentColor}>;
}
.p-drawer-info.p-drawer-nav_wantn.p-drawer-nav_left ul.p-sub-header__social-nav {
  width: 100%;
  text-align: center;
}
.p-drawer-info.p-drawer-nav_wantn.p-drawer-nav_left ul.p-sub-header__social-nav li a {
  color: #fff;
  text-align: center;
  margin-top: 1.25em;
  display: block;
}
.state-drawer-nav {
  display: none;
}
.state-drawer-nav:checked ~ .close-drawer-nav {
  z-index: 2002;
  visibility: visible;
  opacity: 1;
}
.open-drawer-nav {
  cursor: pointer;
}
.p-drawer-nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: -80%;
  overflow-y: scroll;
  width: 80%;
  height: 100%;
  transition: .2s;
  opacity: 0;
  background: #fff;
}
.state-drawer-info {
  display: none;
}
.state-drawer-nav:checked ~ .close-drawer-info {
  z-index: 2001;
  visibility: visible;
  opacity: 1;
}
.open-drawer-info {
  cursor: pointer;
}
.p-drawer-info {
  position: fixed;
  z-index: -1;
  top: 0;
  right: -80%;
  overflow-y: scroll;
  width: 80%;
  height: 100%;
  transition: .2s;
  opacity: 0;
  background: #fff;
}
.state-drawer-nav:checked ~ .p-body .p-drawer-nav {
  z-index: 10000;
  left: 0;
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, .3);
}
.p-drawer__heading {
  padding: 12px 10px;
  color: <{$setting-textColor-commonNav}>;
  background: <{$setting-bgColor-commonNav}>;
}
.p-drawer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
}
.p-drawer__list a {
  color: #333;
}
.p-drawer__list--freepage {
  border-bottom: 2px solid #dcb07b;
}
.p-drawer__pulldown {
  overflow: hidden;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  transition: .2s;
  opacity: 0;
  background: #f8f8f8;
}
.p-drawer__pulldown.is-opened {
  height: auto;
  opacity: 1;
  border-top: 1px solid #dcb07b;
  border-bottom: 1px solid #dcb07b;
}
.p-global-header {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding:0;
}
.p-layout-container {
  padding: 0;
}
a.p-global-header__logo.p-global-header__logo--image.js-header-logo {
  margin-bottom: 0;
}
.p-global-header::after {
  display: block;
  clear: both;
  content: '';
}
.is-top .p-global-header .p-global-header__logo {
  display: block;
}
.is-top .p-global-header .p-global-header__home {
  display: none;
}
.is-top .p-global-header .shopname {
  padding-left: 80px;
  font-size: 12px;
  color: #6C4F45;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: 10px;
  margin: 0;
}
.isnot-top .p-global-header .p-global-header__home {
  display: inline-block;
}
.p-global-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: #231815;
}
.p-global-header a:hover {
  opacity: .66;
}
.p-global-header a:active {
  opacity: 1;
}
.p-global-header__logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0.25em auto 0.15em auto;
  text-align: center;
}
.p-global-header__home {
  display: none;
  float: left;
}
.p-global-header__cart {
  float: right;
  margin-left: 15px;
}
.p-global-header__cart-count {
  margin-left: 4px;
    color: #feca46;
  font-weight: bold;
}
.p-global-header__search {
  float: right;
  margin-left: 15px;
  transition: opacity .2s;
  text-decoration: none;
}
.p-global-header__search:hover {
  opacity: .66;
}
.p-global-header__search:active {
  opacity: 1;
}
.state-drawer-info:checked ~ .p-body .p-drawer-info {
  z-index: 10000;
  right: 0;
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, .3);
}
.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 {
  position: absolute;
  top: -5px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: '';
  border: 2px solid #fff;
  border-radius: 14px;
  background: <{$setting-accentColor}>;
}
a.p-global-header__cart {
  margin-right: 1.05em;
}
dl.information {
  display: flex;
  justify-content: space-between;
  float: left;
  max-width: 222px;
  max-height: 91px;
  position: relative;
  bottom: 10px;
  object-fit: cover;
  margin: 5px 5px 0 7px;
}
dd.balloon-left-btm {
  position: relative;
  top: 3px;
  margin: 0;
  padding: 10px 5px;
  width: 125px;
  height: 68px;
  line-height: 22px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  background: #F9D0D0;
  border-radius: 50%;
  box-sizing: border-box;
}
dd.balloon-left-btm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -24px;
  border: 15px solid transparent;
  border-right: 15px solid #F9D0D0;
  z-index: 0;
  transform: rotate(130deg);
}
p.free {
  font-size: 20px;
  font-weight: bold;
  color: #B7180C;
  margin: 0;
}
.p-global-nav {
  font-size: 15px;
  float: right;
  width: auto;
  text-align: right;
  color: <{$setting-keyColor}>;
}
.p-global-nav__unit {
  position: static;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}
.p-global-nav__unit:last-child {
  border-right: 1px solid rgba(107,74,43,0.2);
}
.p-global-nav__heading {
  position: relative;
  cursor: pointer;
}
.p-global-nav__body {
  position: absolute;
  top: 35px;
  z-index: 1000;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  transition: .2s;
  opacity: 0;
}
.p-global-nav__body-inner {
  padding: 40px 0 30px;
  /*background: <{$setting-highlightColor}>;*/
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid rgba(107,74,43,0.1); 
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.p-global-nav__list {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-global-nav__list::after {
  display: block;
  clear: both;
  content: '';
}
.p-global-nav__list li {
  line-height: 1.5;
  float: left;
  width: 33.33333%;
  margin-bottom: 10px;
}
.p-global-nav__list li:nth-child(3n + 1) {
  clear: both;
}
.p-global-nav__list a {
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 5px 10px 5px 25px;
  border-radius: 3px;
}
.p-global-nav__list a:hover {
  background: rgba(0, 0, 0, .05);
}
.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 {
  display: none;
  padding: 12px 0;
  background: <{$setting-bgColor-commonNav}>;
}
.p-sub-header::after {
  display: block;
  clear: both;
  content: '';
}
.p-sub-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: <{$setting-textColor-commonNav}>;
}
.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 {
  font-size:13px;
  line-height: 22px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0 15px;
  border-right: 1px solid rgba(107,74,43,0.2);
}
.p-sub-header__content-nav li:last-child {
  border-right: none;
}
.p-sub-header__social-nav {
  margin: 0;
  padding: 0;
}
.p-sub-header__social-nav li {
  display: inline-block;
  vertical-align: bottom;
}
.p-fixed-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  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 {
  position: fixed;
  z-index: -1;
  top: 50px;
  width: 100%;
  transition: .2s;
  transform: translateY(-200px);
  opacity: 0;
}
.p-search-form__body {
  width: 90%;
  margin: 30px auto 0;
}
.state-search-form:checked ~ .p-body .p-search-form {
  z-index: 10000;
  transform: none;
  opacity: 1;
}
.p-search-form__body {
  position: relative;
  display: table;
  padding-left: .5em;
  border-bottom: 2px solid #fff;
}
.p-search-form__keyword-cell {
  display: table-cell;
  width: auto;
}
.p-search-form__button-cell {
  display: table-cell;
  width: 40px;
}
.p-search-form__keyword {
  font-size: 16px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0;
  border-radius: 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 {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 40px;
  height: 40px;
  padding: 0;
  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 {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: currentColor;
}
.pig-wrap {
  max-width: 1200px;
  margin: 15px auto 0;
}
.pigchara {
  max-width: 226px;
  height: auto;
  margin-left: auto;
  padding-right: 7px;
  overflow: hidden;
}
.p-footer {
  background: <{$setting-bgColor-commonNav}>;
}
.p-shop-info {
  padding: 40px 0 20px;
  background:url(https://img07.shop-pro.jp/PA01408/527/etc/bg_lineup.jpg);
}
.p-shop-info::after {
  display: block;
  clear: both;
  content: '';
}
.p-shop-info__manager::after {
  display: block;
  clear: both;
  content: '';
}
.p-shop-info__calendar {
  font-size: 12px;
  text-align: center;
}
.p-shop-info__calendar::after {
  display: block;
  clear: both;
  content: '';
}
.p-manager__image {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
}
.p-manager__heading {
  font-weight: bold;
  font-style: 18px;
  margin: 0 0 1em;
  text-align: center;
}
.p-manager__content {
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.p-calendar__table {
  white-space: nowrap;
}
.p-calendar__table table {
  font-family: 'Montserrat', sans-serif;
  margin: 20px auto;
  text-align: center;
  vertical-align: top;
}
.p-calendar__table caption {
  font-weight: bold;
  padding: 0 0 .5em;
}
.p-calendar__table th,
.p-calendar__table td {
  width: 28px;
  padding: .5em 0;
}
.p-calendar__note {
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.p-global-footer {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  color: <{$setting-textColor-commonNav}>;
  background: rgba(255, 255, 255, .1);
}
.p-global-footer a {
  transition: .2s;
  color: #6B4A2B;
}
.p-global-footer a:hover {
  opacity: .66;
}
.p-global-footer__group {
  clear: both;
}
.p-global-footer__group::after {
  display: block;
  clear: both;
  content: '';
}
.p-global-footer__heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 10px 10px;
  padding: .5em 0;
  text-align: center;
  border-bottom: 2px solid <{$setting-textColor-commonNav}>;
}
.p-global-footer__mailmaga-form {
  margin: 0 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;
}
.p-global-footer__mailmaga-form .mailmaga_text {
  margin-bottom: 10px;
}
.p-global-footer__mailmaga-form .mailmaga_text input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid transparent;
  border: 0.5px solid rgba(107,74,43,0.2);
  border-radius: 4px;
  -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}
.p-global-footer__mailmaga-form .mailmaga_text input:focus {
  border-color: <{$setting-keyColor}>;
  outline: none;
}
.p-global-footer__mailmaga-form .mailmaga_ins input {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: <{$setting-color-solidButton}>;
  -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);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.p-global-footer__mailmaga-form .mailmaga_del {
  display: none;
}
img.sakurajima {
  float: left;
}
p.logo-p {
  color: #6B4A2B;
  white-space: nowrap;
}
.p-global-footer__social-nav {
  margin: 0;
  padding: 0;  
  float: left;
}
.akrfood-guidance {
  float: right;
  margin: -15px 0;
}
img.logo {
  width: auto;
  margin: 5px 0;
}
p.b-1-2 {
  font-size: 15px;
  font-weight: 500;
  color: #6B4A2B;
  margin: 0 auto;
}
p.b-1-3 {
  font-size: 14px;
  color: #6B4A2B;
  margin: 5px 0;
}
.p-global-footer__social-nav li {
  display: inline-block;
}
.p-global-footer__qr-code {
  float: right;
  padding-left: 30px;
}
.p-footer-nav {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-footer-guide {
  color: <{$setting-textColor-commonNav}>;
  background: rgba(255, 255, 255, .1);
}
.p-footer-guide a {
  transition: .2s;
  color: <{$setting-textColor-commonNav}>;
}
.p-footer-guide a:hover {
  opacity: .66;
}
.p-footer-guide__heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 10px 10px;
  padding: .5em 0;
  text-align: center;
  border-bottom: 2px solid <{$setting-textColor-commonNav}>;
}
.p-footer-guide__label {
  line-height: 1.5;
  margin: 10px 0;
}
.p-footer-guide__content {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 40px;
}
.p-footer-guide__image {
  margin-bottom: 10px;
}
.p-footer-bottom {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #231815;
  background-color: #fff4cd;
}
.p-footer-bottom::after {
  display: block;
  clear: both;
  content: '';
}
.p-footer-bottom a {
  transition: .2s;
  color: <{$setting-textColor-commonNav}>;
}
.p-footer-bottom a:hover {
  opacity: .66;
}
.p-footer-bottom__copyright {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
}
.l-copyright__logo {
  display: none;
}
.p-footer-bottom__credit {
  padding: 15px 0;
  text-align: center;
}
.p-footer-bottom__credit span {
  font-size: 10px;
  position: relative;
  top: -.3em;
  margin-right: 5px;
  color: #fff;
}
.p-footer-bottom__credit svg {
  width: 220px;
  height: 18px;

  fill: #fff;
}
.p-footer-bottom__pagetop {
  color: #fff;
  position: fixed !important;
  background: #6B4A2B;
  right: 0;
  bottom: 0;
}
.p-footer-bottom__pagetop a {
  display: block;
  padding: 10px;
  text-align: center;
  background: <{$setting-accentColor}>;
  color: #fff;
}
.p-footer-bottom__pagetop img {
  max-width: 30px;
}

/*ヘッダー*/
.p-header__bar.p-header__bar_wantn {
  display: none;
}
.p-global-header.p-global-header_eatn {
  display: none;
}
.p-global-header.header_wantn {
  position: fixed;
  display: block;
  background: #FFFEF6;
}
.p-body_wantn {
  position: relative;
}
.p-body_wantn .p-page-content {
  margin-top: 0;
}
.p-fixed-header.is-fixed .p-global-header.header_wantn {
  padding: 0;
}
.p-page-content.product.p-page-content_wantn {
  margin-top: 6.85em;
}
.p-page-content.free1.p-page-content_wantn {
  margin-top: 6.85em;
}
.p-global-header.header_wantn .p-layout-container {
  max-width: 1200px;
  margin: 0 auto;
}
.header_wantn a.p-global-header__logo.p-global-header__logo--image.js-header-logo {
  max-width: 220px;
}
a.p-global-header__logo img {
  max-width: 174px;
}
.header_catchcopy {
  display: inline-block;
  margin-top: 0.85em;
  margin-left: 3%;
  color: #231815;
}
.header_catchcopy span.red {
  color: #c20000;
}
.header_wantn .p-header ul {
  list-style-type: none ;
  display: inline-block ;
  float: right ;
}
.header_wantn .shipping_price {
  display: inline-block;
  float: right;
  margin-top: 1.85em;
}  
.header_wantn span.shipping_price_red {
  color: #6B4A2B;
}  
.header_wantn .p-global-header__cart-count {
    color: #feca46;
  font-weight: bold;
}  
.header_wantn .p-header__user-nav {
  width: auto;
  margin: 1.85em 0 0 0;
}
/*ドロップダウンメニュー*/  
.header_wantn .dropmenu_bg {
  width: 100%;
  margin: 0 auto;
  background: #fff4cd;
  display: inline-block;
  text-align: center;
}
.header_wantn #dropmenu {
  list-style-type: none;
  width: 70%;
  max-width: 1200px;
  margin: 0 15%;
  padding: 0;
  float: none;
}
.header_wantn #dropmenu li {
  position: relative;
  width: calc(100%/5);
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header_wantn #dropmenu li a {
  display: block;
  margin: 0;
  padding: 0.95em 0;
  background: #fff4cd;
  color: #231815;
  text-decoration: none;
  box-sizing: border-box;
}
.header_wantn #dropmenu li ul {
  list-style: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  top: 3.35em;
  white-space: nowrap;
}
.header_wantn #dropmenu li ul li {
  overflow: hidden;
  width:100%;
  height: 0;
  color: #231815;
	background: #fff4cd;
}
.header_wantn #dropmenu li ul li a {
  background: #fff4cd;
  text-align: left;
  width:100%;
  padding: 0.6em;
	box-sizing: border-box;
}
.header_wantn #dropmenu li ul li ul {
  top: 0;
}
.header_wantn #dropmenu li ul li ul li {
  left: 100%;
  background: #feca46;
}
.header_wantn #dropmenu > li:hover > a {  
  color: #231815;
  background: #feca4680;
  text-decoration:none;
  display: block;
  opacity: 1;
}
.header_wantn #dropmenu > li:hover li:hover > a {
  color: #231815;
  background: #feca4680;
  text-decoration:none;
  opacity: 1;
}
.header_wantn #dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}  
/*ドロップダウンメニューここまで*/  
.header_sns_icon {
  position: absolute;
  right: 1.55em;
  top: 5.95em;
}  
.header_sns_icon a {
  color: #231815;
}

/*フッター*/  
.p-footer.p-footer_wantn {
  background: #fff4cd;
}
.p-footer_wantn .p-footer-guide__unit:nth-child(1) {
  width: 66%;
  padding-left: 0;
}  
.p-footer_wantn .p-footer-guide__unit:nth-child(2) {
  width: 33%;
}  
.p-footer_wantn .p-footer-guide__unit:nth-child(3) {
  width: 33%;
  padding-right: 0;
}  
.p-footer_wantn .p-shop-info.footer_wantn {
  background: none;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.p-footer_wantn .p-footer-guide.u-visible--tablet {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}  
.p-footer_wantn .p-shop-info__manager.p-shop-info__manager--half {
  color: #fff;
}  
.p-footer_wantn h3.footer_name {
  letter-spacing: 0.03em;
  font-size: 22px;
}
.p-footer_wantn p.footer_address {
  letter-spacing: 0.03em;
  line-height: 1.55em;
  color: #6b4a2b;
}
h3.footer_name {
    color: #fff;
}
.p-footer_wantn p.footer_address img {
  max-width: 380px;
  margin-top: 0.55em;
  margin-bottom: 0.85em;
}  
.p-footer_wantn .p-shop-info__calendar.p-shop-info__calendar--half {
  background: #fff;
  padding: 2.05em 0;
  border-radius: 27px;
}  
.p-footer_wantn .p-calendar__table {
  white-space: nowrap;
}  
.p-footer_wantn .p-calendar__table table {
  display: inline-block;
  margin: 0;
}  
.p-footer_wantn table.tbl_calendar {
  padding: 0 1.65em;
}
.p-footer_wantn .p-calendar__note {
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}    
.p-footer_wantn .p-footer-guide.u-visible--tablet {
  background: none;
  color: #231815;
}  
.p-footer_wantn .p-footer-guide__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.75em 0;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 7px solid #231815;
  color: #231815;
}  
.p-footer_wantn dt.p-footer-guide__label {
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}  
.p-footer_wantn .p-footer-guide__content {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 40px;
}  
.p-footer_wantn .p-global-footer {
  background: none;
}  
.p-footer_wantn .p-global-footer a {
  color: #231815;
  text-decoration: none;
}  
.p-footer_wantn ul.p-global-footer__social-nav {
  width: 100%;
  text-align: center;
  margin: 0 0 1.75em 0;
}  
  
.p-footer_wantn ul.footer_glo_menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
.p-footer_wantn ul.footer_glo_menu li {
  display: inline-block;
  text-align: center;
  padding: 0 1.05em;
}
.p-footer_wantn .p-global-footer__social-nav {
  margin: 0 0 2.55em 0;
}
.p-footer_wantn .p-global-footer {
  padding: 1.25em 0px 1.75em 0px;
  border-top: 1px solid #2318151A;
}  
.p-footer_wantn .bottom__copyright {
  float: none;
  text-align: center;
}  
.p-footer_wantn .p-footer-bottom__credit {
  display: none;
}  
.p-footer_wantn .p-footer-bottom__pagetop a {
  background: #231815;
}  
.p-footer_wantn .p-footer-bottom__copyright{
  float: none;
  text-align: center;
}  
.p-footer_wantn .pig-wrap {
  display: none;
}  
  
.p-layout-container.list_checked_item {
  display: none;
}
/*ul.p-drawer__list.item_category_drawer li:last-child {
  display: none;
}*/
.mailmaga_box .p-global-footer__heading {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0;
  text-align: left;
  color: #231815;
}
.p-global-footer__mailmaga-form .mailmaga_ins input {
  background: #231815;
}
ul.footer_address_list {
  list-style: none;
  width: 100%;
  margin: 0;
  color: #231815;
}
ul.footer_address_list li {
  display: inline-block;
  vertical-align: top;
}
ul.footer_address_list li a {
  color: #231815;
  text-decoration: none;
}
ul.footer_address_list li:nth-child(1) {
  width: 40%;
  margin-right: 4%;
}
ul.footer_address_list li:nth-child(1) img {
  width: 100%;
  max-width: 420px;
}
ul.footer_address_list li:nth-child(2) {
  width: 24%;
  margin-right: 4%;
}
ul.footer_address_list li:nth-child(3) {
  width: 26%;
}
.footer_icon {
  max-width: 20px;
  display: inline-block;
  margin-right: 0.25em;
}

/*商品ページ*/
.p-page-content.product.p-page-content_wantn .p-product-body .p-product-body__name {
  display: none;
}
.p-page-content.product.p-page-content_wantn ul.p-product-body__share-buttons {
  display: none;
}
.p-page-content.product.p-page-content_wantn .p-product-body__review-link {
  display: none;
}

/*フリーページ・商品ページ 見出し*/
h2.item_midashi_h2 {
  line-height: 0.85em;
  color: #feca46;
  font-size: 1.95em;
  margin-bottom: 0.25em;
  margin-top: 0;
  line-height: 1.65em;
}
h2.item_midashi_h2 span{
  color: #6b4a2b;
  font-size: 0.80em;
}
h3.item_midashi_h3 {
  text-align: center;
  font-size: 1.55em;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25em;
  width: 100%;
  padding-bottom: 0.65em;
}
h3.item_midashi_h3:before {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 60px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdecb6;
  border-radius: 7px;
}
h4.item_midashi_h4 {
  color: #7c5500;
  width: fit-content;
  text-align: center;
  font-size: 1.45em;
  position: relative;
  padding: 0.05em 1.55em;
  border: solid 2px #7c5500;
  border-radius: 3px 0 3px 0;
  margin: 1.75em auto 0 auto;
}
h4.item_midashi_h4:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #7c5500;
  border-radius: 50%;
  bottom: -12px;
  right: -12px;
}
h4.item_midashi_h4:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #7c5500;
  border-radius: 50%;
  top: -12px;
  left: -12px;
}
/*フリーページ・商品ページ 見出し*/

/*フリーページ*/
.p-page-content.free1 {
  line-height: 1.8;
}
.wantn_concept_fv_img {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 2.05em auto;
}
section.wantn_concept_box {
  width: 100%;
  max-width: 1000px;
  margin: 3.25em auto 0 auto;
}
section.wantn_concept_box.wantn_concept_fv {
  text-align: center;
  margin: 0 auto 2.05em auto;
}
section.wantn_concept_box.wantn_concept_sv {
  margin: 0 auto 2.05em auto;
}
.wantn_concept_left {
  display: inline-block;
  width: 44%;
  margin-right: 5%;
  vertical-align: middle;
}
.wantn_concept_right {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
ul.item_cont_list {
  padding: 0.5em;
  list-style: none;
  margin-left: 0;
}
ul.item_cont_list br {
  display: none;
}
ul.item_cont_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgba(254, 202, 70, 1);
}
ul.item_cont_list li:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(254, 202, 70, 0.5);
  transform: rotate(60deg);
}
ul.item_cont_list li:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid #feca2b;
}
.wantn_concept_left img , .wantn_concept_right img {
  max-width: 408px;
}
h3.free_midashi_h3 {
  text-align: center;
  color: #fdecb6;
  font-size: 1.25em;
  margin: 0.85em 0;
}
.wantn_concept_left h4.item_midashi_h4 {
  margin: 0.75em auto;
}
.wantn_att {
  background: #fdecb634;
  padding: 0.55em 1.55em;
  text-align: center;
  margin: 2.55em auto 0 auto;
  width: 100%;
  max-width: 1150px;
  box-sizing: border-box;
}
li.icon_wantn img {
  max-width: 120px;
  margin-top: -15px;
  margin-left: 20px;
}
section.wantn_news {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2.55em auto;
  padding: 0.65em;
}
section.wantn_news ul.wantn_news_list {
  list-style: none;
  width: 84%;
  display: inline-block;
}
section.wantn_news ul.wantn_news_list li {
    padding: 0.5em;
    margin: 0 auto 5px auto;
    border-bottom: 1px dashed #2318154D;
    text-align: center;
}
section.wantn_news ul.wantn_news_list li a {
  color: #231815;
}
.wantn_news_btn {
  width: 14%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}  
.wantn_news_btn a {
  color: #231815;
  background: #2318151A;
  padding: 0.35em 0.35em;
  border-radius: 6px;
  font-weight: normal;
  display: block;
}  
ul.wantn_news_list.page_news {
  max-width: 1000px;
  margin: 0 auto;
}
ul.wantn_news_list.page_news li {
  width: 100%;
  text-align: left;
  margin: 0 0 5px 0 !important;
}
ul.c-product-list{
	  border-top: 1px solid #eaeaea;
	  border-left: 1px solid #eaeaea;
	  border-top: 1px solid #eaeaea;
	  border-right: 1px solid #eaeaea;
}
ul.c-product-list li{
	  border-right: 1px solid #eaeaea;
	padding: 20px 20px 50px;
}
.footer_category {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.55em 2.25em;
    border-radius: 12px;
    border: 2px solid #6B4A2B80;
	background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/Z3JvdXBfaWNvbjA1.png?cmsp_timestamp=20241209185318) no-repeat right bottom;
    background-size: 82px;
	box-sizing: border-box;
}
ol.footer_category_list {
  font-weight: bold;
  list-style: none;
  counter-reset: number;
	margin: 0;
}
ol.footer_category_list li {
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
    width: 30%;
    line-height: 2.75em;
}
ol.footer_category_list li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 13px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
    background: #6B4A2B80;
    color: #fff;
}
ol.footer_category_list li a {
    color: #000;
}
ol.footer_category_list li a:hover {
    text-decoration: none;
    text-decoration:underline;
    opacity: 1;    
}
section.category_cont h2 {
    font-size: 2.25em;
    color: #231815;
    text-align: center;
    margin: 0.55em 0;
}
section.category_cont .c-section.p-layout-container {
    margin-bottom: 4.25em;
}

@media screen and (min-width: 600px) {
  .c-form__unit-label--fix-margin {
  margin-bottom: -.3em;
}
.c-input-text {
  font-size: 14px;
}
.c-select__value {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-section__heading {
  margin: 100px 0 40px;
}
.c-section__heading--sub-title {
  font-size: 36px;
}
.c-section__container {
  margin-right: auto;
  margin-left: auto;
}
.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 + 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 {
  position: relative;
  bottom: -3px;
  float: left;
  margin-bottom: 0;
}
.c-thumbnail-product-list {
  margin-bottom: 40px;
  padding: 0;
}
.c-thumbnail-product-list__item {
  width: 25%;
  padding: 0 10px;
}
.c-thumbnail-product-list__item:nth-child(4n + 1) {
  clear: both;
}
.c-topic-path {
  margin-right: auto;
  margin-left: 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 {
  font-size: 13px;
  line-height: 36px;
  display: inherit;
  overflow: hidden;
  width: 100%;
  padding-bottom: 1px;
  background: <{$setting-headerBarColor}>;
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);*/
  }
.p-header__bar::after {
  display: block;
  clear: both;
  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 {
  display: inline-block;
  margin: 0;
}
.p-calendar__table table:nth-child(2) {
  margin-left: 10px;
}
.p-global-footer {
  display: table;
  width: 100%;
  padding: 40px 5px 20px;
  border-top: 1px solid rgba(107,74,43,0.2);
}
.p-global-footer::after {
  display: block;
  clear: both;
  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 30px;
  text-align: left;
}
.p-global-footer__mailmaga-form {
  margin: 0;
}
.p-global-footer__mailmaga-form form {
  display: inline-block;
  width: 400px;
}
.p-global-footer__mailmaga-form span {
  display: inline-block;
}
.p-global-footer__mailmaga-form p {
  display: inline-block;
  margin: 0;
}
.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 {
  display: inline;
  width: auto;
  padding: 0;
  text-decoration: none;
}
.p-footer-nav__text {
  display: inline;
}
.p-footer-guide .p-layout-container {
  display: table;
  width: 100%;
  padding: 40px 5px 0;
}
.p-footer-guide__unit {
  display: table-cell;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 15px;
}
.p-footer-guide__heading {
  margin: 0 0 30px;
  text-align: left;
}
.p-footer-bottom__copyright {
  float: left;
  padding: 15px 10px;
  text-align: left;
}
.p-footer-bottom__credit {
  float: right;
  width: 370px;
  text-align: left;
}
.p-footer-bottom__pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
}

@media screen and (min-width: 960px) {
  .c-section__label {
  float: left;
  clear: left;
  margin-right: 20px;
}
.c-section__content {
  overflow: hidden;
  margin: 0 0 20px;
}
.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: 100%;
}
.p-shop-info__manager--half {
  width: 50%;
}
.p-shop-info__calendar {
  float: left;
  width: 25%;
}
.p-shop-info__calendar--half {
  width: 50%;
}
.p-global-footer__unit {
  float: left;
  width: 25%;
}
.p-global-footer__unit--half {
  float: right;
  width: 50%;
}
}


@media screen and (max-width: 599px) {
html {
  overflow-x: hidden !important;
  width: 100%;
}  
body{
  overflow-x: hidden !important;
  width: 100%;
}
  
svg.c-overlay__icon {
  margin-top: 1.25em;
}
  
.sp_logo_area {
  display: none;
}  
.header_catchcopy{
  display: none;
}  
.header_catchcopy{
  display: none;
}    
  
ul.p-sub-header__social-nav.drawer_mini_list {
  margin-top: 3.25em;
  margin-bottom: 6.25em;
}
ul.p-sub-header__social-nav.drawer_mini_list a {
  color: #231815;
}  
.sp-global-header_wantn .sp-global-header__unit {
  color: #231815;
  text-align: left;
  padding-top: 1.55em;
  padding-left: 1.55em;
    padding-bottom: 1.05em;
  width: 25%;
  display: inline-block;
  font-weight: bold;
}  
label.sp-global-header__unit.open-drawer-info {
  display: inline-block;
  right: 0;
  top: 0;
  float: right;
  padding-right: 1.55em;
}  
/*use {
  color: #231815;
}*/  
li.icon_wantn {
  display: block;
  margin-top: 2.25em;
}  
.p-product-wrap {
  margin-top: 0;
}  
.c-topic-path {
  padding: 6.55em 0 0 1.25em;
  margin-bottom: 0;
}  
.sp-global-header_wantn {
  background: #fdecb6;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}  
.p-drawer-info.p-drawer-nav_wantn.p-drawer-nav_right {
  background: #fff4cd;
}  
.p-drawer-nav.p-drawer-nav_wantn , .p-drawer-innfo.p-drawer-nav_wantn {
  background: #fff4cd;
}  
.p-drawer-nav.p-drawer-nav_wantn ul.p-drawer__list , .p-drawer-info.p-drawer-nav_wantn ul.p-drawer__list {
  background: #fff4cd;
}  
.p-drawer-nav.p-drawer-nav_wantn .p-drawer__list , .p-drawer-info.p-drawer-nav_wantn .p-drawer__list {
  background: #fff4cd;
}  
.p-drawer-nav.p-drawer-nav_wantn .p-drawer__list a , .p-drawer-info.p-drawer-nav_wantn .p-drawer__list a {
  color: #231815;
}  
.p-drawer-nav.p-drawer-nav_wantn .p-drawer__heading , .p-drawer-info.p-drawer-nav_wantn .p-drawer__heading {
  color: #231815;
}  
.p-drawer-nav.p-drawer-nav_wantn .c-sp-list , .p-drawer-info.p-drawer-nav_wantn .c-sp-list {
  color: #231815;
}  
.p-drawer-nav.p-drawer-nav_wantn .c-sp-list--close-menu , .p-drawer-info.p-drawer-nav_wantn .c-sp-list--close-menu {
  background: #231815;
}
.p-drawer-nav.p-drawer-nav_wantn ul.p-drawer__list.item_category_drawer li:last-child , .p-drawer-info.p-drawer-nav_wantn ul.p-drawer__list.item_category_drawer li:last-child {
  display: block;
}    
.p-drawer-nav.p-drawer-nav_wantn .p-drawer__list , .p-drawer-info.p-drawer-nav_wantn .p-drawer__list {
  background: #fff4cd;
  padding: 0.55em 0.75em;
}  
.p-drawer-nav.p-drawer-nav_wantn .p-drawer__list a , .p-drawer-info.p-drawer-nav_wantn .p-drawer__list a {
  color: #231815;
  padding: 1.05em 0.60em 1.05em 1.45em;
}
h3.drawer_ttl {
  color: #231815;
  padding: 1.05em 0 0 1.60em;
  font-size: 1.25em;
  font-weight: bold;
}  
h3.drawer_ttl.drawer_mini {
  padding: 1.05em 0 0 1.00em;
}
ul.p-drawer__list.drawer_mini_list {
  padding: 0.55em 0 !important;
}  
span.c-sp-list__value {
  font-weight: normal;
}  
  
label.sp-global-header__unit.open-search-form {
  display: none;
}  
.p-top-logo {
  margin: 0 !important;
  padding: 0.35em 0;
}  
.p-top-logo img {
  width: 100%;
  max-width: 180px;
  margin: 0;
}
.p-page-content.product_list {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}  
.c-section__container{
  margin: 0;
}  
.p-page-content.product_list {
  margin-top: 0;
}  
p.wantn_slider_catch {
  top: 0.25em;
  font-size: 1.15em;
  left: 2%;
  width: 100%;
  }
.bx-wrapper {
  width: 100%;
  margin: 0;
}
  
  
ul.wantn_news_list {
  padding: 0;
}
section.wantn_news ul.wantn_news_list{
  padding:0;
}  
section.wantn_news ul.wantn_news_list li {
  text-align: left;
}  
section.wantn_catch h2.top_ttl {
  font-size: 1.75em;
  line-height: 1.55em;
}  
.wantn_catch_img {
  max-width: 254px;
}  
.wantn_catch_left , .wantn_catch_right {
  width: 100%;
  margin: 0;
  margin-top: 1.55em;
  padding: 0 0.85em;
  box-sizing: border-box;
}  
.wantn_catch_left img {
  max-width: 312px;
  margin: 0 auto;
  text-align: center;
  display: block;
}  
.wantn_effect_box {
  border: 2px solid #7c5500;
  border-radius: 1.25em;
  position: relative;
  padding: 1.55em 1.55em 1.55em 1.55em;
  margin-top: 3.75em;
  width: 100%;
  box-sizing: border-box;
}  
.wantn_effect_box img {
  max-width: 86px;
  top: -5.45em;
  right: 0;
  position: absolute;
}  
p.wantn_catch_nutrition {
  padding-left: 0;
}
p.wantn_catch_nutrition br {
  display: none;
}  
ul.wantn_type_list {
  display: block;
}  
section.wantn_ranking h2, section.category_list h2 {
  font-size: 1.75em;
}
ul.wantn_item_ranking li {
  padding: 20px 20px 50px;
    position: relative;
    text-align: center;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
} 
img.wantn_ranking_no {
  top: -2.85em;
  left: 0.75em;
}  
section.wantn_type h2.wantn_type_ttl {
  display: none;
}  
section.wantn_type h2.wantn_type_ttl_sp {
  display: block;
}  
ul.wantn_type_list {
  display: block;
  width: 100%;
  margin-top: 6.45em;
}
ul.wantn_type_list li {
  position: relative;
  width: 100%;
  padding: 0 2.25em;
  margin-bottom: 6.25em;
  box-sizing: border-box;
}  
ul.wantn_type_list li:nth-child(2n)  {
  padding: 0 2.25em;
}  
.wantn_type_circle {
  width: 170px;
  height: 170px;
  font-size: 0.95em;
  padding: 2.25em 1.55em 0.85em 1.55em;
  top: -5.65em;
  left: 0.55em;  
}  
.wantn_type_circle img {
  max-width: 92px;
}
section.wantn_type {
  padding: 1.25em 0 2.25em 0;
}  
.wantn_story_left , .wantn_story_right {
  width: 100%;
  margin: 0;
  padding: 0 1.05em;
  box-sizing: border-box;
}  
.wantn_story_right {
  padding-top: 2.05em;
}  
ul.wantn_story_list {
  display: block;
  margin: 0 auto 2.05em auto;
}  
ul.wantn_story_list li {
  margin: 0 auto 0.55em auto;
  padding-top: 0.65em;
}
.wantn_att {
  padding: 0.8em 1.55em;
  text-align: left;
  line-height: 1.45em;
}
ul.c-product-list.staff_list_3clm {
  display: block;
  padding: 0.85em;
  margin: 0;
}  
ul.c-product-list.staff_list_3clm li {
  box-sizing: border-box;
  width: 100%;
  padding: 1.25em;
  margin-bottom: 1.25em;
  margin-right: 0;
}  
ul.c-product-list.staff_list_3clm a.c-product-list__name {
  line-height: 1.55em;
}  
.wantn_eatn_left {
  width: 100%;
  margin: 0;
}  
.wantn_eatn_right {
  width: 100%;
  margin: 0;
  margin-top: 0.55em;
}  
.c-product-list__fav-item {
  right: -5px;
}	
/*section.category_list {
  padding-top: 1.55em;
}  */
.c-select__value {
  padding-top: 3px;
  padding-bottom: 3px;
}  
 .c-product-sort {
    margin: 0.55em 0 0 0;
}  
.p-shop-info.footer_wantn {
  padding: 1.75em 1.25em;
}  
.p-footer.p-footer_wantn a {
  color: #231815;
  text-decoration: none;
}  
.p-footer_wantn  p.footer_address img {
  max-width: 324px;
}
.p-footer_wantn .p-shop-info__calendar.p-shop-info__calendar--half {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  display: block;
}  
.p-footer_wantn table.tbl_calendar {
  width: 100%;
  display: block;
}  
.p-footer_wantn  .p-calendar__table {
  white-space: unset;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}
.p-footer_wantn  .p-shop-info__calendar.p-shop-info__calendar--half {
  width: 89%;
}  
.p-footer_wantn  table.tbl_calendar {
  padding: 0 1.65em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: inline;
}  
.p-footer_wantn  .p-calendar__note {
  padding: 0.55em 2.25em;
}  
.p-global-footer a {
  color: #ffffff;
  text-decoration: none;
}  
.p-footer_wantn ul.footer_glo_menu {
  margin: 0;
}  
.p-footer_wantn  ul.footer_glo_menu li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ffffff82;
  padding: 1.25em;
  box-sizing: border-box;
}  
.p-footer_wantn  ul.footer_glo_menu li:last-child {
  border-bottom: 0;
}  
.p-global-footer__mailmaga-form {
  width: 90%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
span.mailmaga_text {
  display: inline-block;
  width: 65%;
}  
span.mailmaga_ins {
  width: 25%;
  display: inline-block;
}  
ul.footer_address_list {
  color: #6a492a;
}
ul.footer_address_list li {
  width: 100%;
}  
ul.footer_address_list li:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
ul.footer_address_list li:nth-child(1) img {
  max-width: 340px;
    margin-bottom: 0.55em;
}  
ul.footer_address_list li:nth-child(2) {
  width: 100%;
  margin-right: 0;
}
ul.footer_address_list li:nth-child(3) {
  width: 100%;
}  
p.footer_address a {
  text-decoration: none !important;
}  
  
/*フリーページ・商品ページ 見出し*/
h3.item_midashi_h3 {
  font-size: 1.45em;  
}
h2.item_midashi_h2 {
  line-height: 1.15em;
}  
h2.item_midashi_h2 span {
  display: block;
  margin-top: 0.55em;
}  
h2.item_midashi_h2 br {
  display: none;
}  
/*フリーページ・商品ページ*/  
.p-page-content.product.p-page-content_wantn {
  margin-top: 0;
}
.p-page-content.free1.p-page-content_wantn {
  margin-top: 0;
}  
/*フリーページ*/
h3#wantn_concept {
  margin-top: 0;
}  
section.wantn_concept_box {
  padding: 0 1.25em;
  box-sizing: border-box;
  text-align: left;
  margin: 2.15em auto 0 auto;
}
.wantn_concept_fv {
  margin: 0 auto;
}    
.wantn_concept_fv_cont {
  text-align: left;
}    
.wantn_concept_left {
  width: 100%;
  margin-right: 0;
}
.wantn_concept_right {
  width: 100%;
  margin-right: 0;
}  
.wantn_concept_left img , .wantn_concept_right img {
  margin-bottom: 1.55em;
  max-width: 314px;
}  
.wantn_concept_right img {
  margin-top: 1.05em;
}      
.sp-global-header_wantn {
  background: none;  
  }
div#pagetop {
  padding-top: 0;
  margin-top: -1.85em
}  
.sp-global-header{
  border: 0;
}
.sp-global-header__unit  {
  border: 0;
  height: auto;
}  
.c-sp-list {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0 12px 10px;
  text-decoration: none;
}
a.sp-global-header__unit {
  display: none;
}
.c-sp-list--close-menu {
  padding-left: 0;
  text-align: center;
  color: #fff;
  background: #ccc;
}
.c-sp-list__mark {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}
.c-sp-list__value {
  line-height: 1.5;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  word-break: break-all;
}
.c-sp-list__nav-icon {
  display: table-cell;
  width: 24px;
  text-align: right;
  vertical-align: middle;
}
.c-sp-list__icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.c-sp-list__icon--pulldown {
  width: 22px;
  height: 22px;
  margin-right: 1px;
  fill: currentColor;
}
.c-product-list__item:nth-child(2n) {
  border-right: 0;
}
.c-product-list__item:nth-child(2n + 1) {
  clear: both;
}
.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;
}
.sp_logo_area {
  display: inline-block;
  width: 35%;
}
.sp_cart_area {
  display: inline-block;
  width: 20%;
  float: right;
  margin-right: 1.55em;
  margin-top: 1.15em;
}
.p-global-header__cart {
  color: #d2a46c !important;
}  
a.p-global-header__cart {
  color: #231815  !important;
  margin-right: 1.05em;
  margin-top: 1.05em;
  position: absolute;
  right: 0;
  top: 0;  
}  
section.dropmenu_bg , ul.p-header__user-nav , .header_wantn .p-header__user-nav {
  display: none !important;
}
span.p-global-header__cart-count {
  color: #feca46;
  font-weight: bold;
}  
section.staff_recommend .c-product-list__fav-item {
    right: 20px;
    bottom: 20px;
}	
ol.footer_category_list li {
    width: 100%;
    padding-left: 1.85em;
}
ol.footer_category_list li::before {
    top: 9px;
	left: 3px;
    width: 15px;
    height: 15px;
}	
}  