body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  color: #000;
  background: #fff;
  letter-spacing: .05em;
  overflow-wrap: break-word;
  margin: 0;
}

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

a {
  color: #000;
}

a:hover{
  opacity: .85;
}

:focus{
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;

      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
mark.endMark{display:none;}
h1 {
  font-size: 1.5em;
  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: inherit;
}

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: 60px;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  background: #fff;
}

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

.c-button{
  font-weight: normal;
  line-height: 44px;
  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;
  opacity: 1 !important;
}

.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: #872736;

  -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 {
  padding: 0 10px 0 20px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: #262626;
  border: 0;
}

.c-button--border:hover,
.c-button--border:focus {
  outline: none;
  opacity: .85 !important;
}

.c-button--border.is-disabled {
  font-size: 14px;
  cursor: default;
  color: #b3b3b3;
  border: 1px solid #eaeaea;
  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 #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input-text:focus {
  border-color: #333;
  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 0 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: #fff;
}

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

.c-section__container {
  max-width: 1200px;
  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 #eaeaea;
}

.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--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;
  flex-wrap: wrap;
}

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

.c-product-list__image-wrap {
  max-width: 320px;
  border: 10px solid transparent;
}
.c-product-list__name,
.favWrap{
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}


.c-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px 40px;
  transition: opacity .2s;
}

.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 {
  line-height: 1.3;
  display: block;
  margin-top: 18px;
  transition: opacity .2s;
  text-decoration: none;
}

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

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

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

.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: 20px;
  line-height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #872736;
}

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

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

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

.favWrap{
  position: relative;
}

.c-product-list__fav-item {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

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

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

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


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

.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;
  padding: 0 20px;
}

#base_gmoWrapp {
  position: relative;
}

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

.section{
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.section h2{
  margin: 0;
  padding: 0 0 50px;
  font-size: 14px;
}

.section h2 span{
  margin-bottom: 16px;
  font-size: 28px;
}

.section h2,
.section h3,
.section h4{
  margin: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.section h2 span,
.section h3 span,
.section h4 span{
  display: block;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.section ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.section p{
  margin: 0;
  padding: 0;
}

.p-global-header{
  position: relative;
  width: 100%;
  background: #fff;
}


.p-global-header a{
  text-decoration: none;
}

#js-fixed-header{
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  transition: transform .4s;
  transform: translateY(0%);
}

#js-fixed-header.isnot-top{
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.p-search-form__body{
  width: 220px;
  margin-right: 10px;
  position: relative;
  display: table;
  border-bottom: 1px solid #000;
}

.p-search-form__keyword-cell {
  display: table-cell;
  width: auto;
  padding-left: 20px;
}

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

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

.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;
  left: 0;
  bottom: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@-moz-document url-prefix() {
  .p-search-form__button {
    bottom: 10px;
  }
}


::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: 12px;
  color: #A6A6A6;
  font-family: 'Poppins';
}
:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: 12px;
  color: #A6A6A6;
  font-family: 'Poppins';
}
::placeholder{
  opacity: 1 !important;
  font-size: 12px;
  color: #A6A6A6;
  font-family: 'Poppins';
}

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

.p-footer {
  background: #333;
}

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

.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-size: 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: 35px;
  padding: .5em 0;
}

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


#pagetop{
  position: relative;
  overflow: auto;
}

.p-global-header .header,
.headerR,
.headerL{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.p-global-header ul{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.headerR li{
  margin-left: 20px;
}

.navInner{
  position: fixed;
  z-index: -1;
  width: 100%;
  transition: .6s;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  background: #EDEDED;
}

.navInner.is-open{
  z-index: 10000;
  transform: none;
  opacity: 1; 
}

#btnUser:hover{
  cursor: pointer;
}

.btnWrap{
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

.btnWrap a{
  width: 250px;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: #262626;
}

.closeBtn{
  position: relative;
  height: 40px;
  display: block !important;
  text-align: right;
}

.closeBtn:hover{
  cursor: pointer;
}

.closeBtn span{
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: .3s;
  transform: rotate(-45deg);
}

.closeBtn span:last-of-type {
  transform: rotate(45deg);
}




/******************************/
/* BANNERS */
/******************************/
#banners li div{
  position: relative;
}

#banners li div div{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  align-items:center;
}

#banners li p{
  width: 100%;
  color: #fff;
  font-weight: bold;
}

#banners li span{
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}

.section.fav{
  background: #FAFAFA;
}

.fav h2{
  font-weight: bold;
  font-size: 16px;
}

.fav .c-product-info__price{
  color: #757575;
}

.fav .c-product-list__button{
  padding-bottom: 60px;
}


#footer{
  padding: 60px 0;
  color: #fff;
  background: #262626;
}

#footer a{
  color: #fff;
  text-decoration: none;
}

#footer .banner{
  text-align: center;
}

#footer .banner a{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 2px;
  line-height: 48px;
  width: 250px;
  border: 1px solid #fff;
}

#footer .copyright{
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
}


@media screen and (min-width: 961px){
  .sp,
  .subBtn,
  #footerNav,
  #searchSp{
    display: none !important;
  }

  #mainNav ul{
    margin-left: 25px;
  }

  #mainNav li{
    padding: 10px 0 5px;
    margin-left: 35px;
    border-bottom: 3px solid transparent;
  }

  #mainNav li.btnCat,
  #mainNav li.btnMenu{
    padding: 10px 20px 5px 0;
    margin: 0 5px 0 25px;
    border-bottom: 3px solid transparent;
  }

  #mainNav li.btnCat{
    margin-left: 50px;
  }

  #mainNav li a,
  #mainNav li span{
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
  }

  #mainNav span{
    position: relative;
  }

  #mainNav span:hover{
    cursor: pointer;
  }

  #mainNav span:after{
    position: absolute;
    top: 7px;
    right: -20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent 
  }
 
  #mainNav .close span:after{
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #000;
  }

  #mainNav li:hover,
  #mainNav li.close{
    border-bottom: 3px solid #000;
  }

  .navInner{
    top: 90px;
    transform: translateY(0);
  }

  .navInner div{
    width: 1200px;
    margin: 0 auto;
  }

  .navInner ul{
    margin: 25px 0 55px;
    padding: 0;
    list-style: none;
  }

  .navInner li{
    margin: 0 0 25px;
  }

  .navInner a{
    padding: 5px 0;
    display: block;
    color: #404040;
    text-decoration: none;
  }

  #navCat div,
  #navMenu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #navCat ul,
  #navMenu li{
    width: 25%;
  }

  #navUser ul{
    text-align: right;
  }

  #navUser li{
    padding-left: 20px;
    display: inline-block;
  }

  .headerR .pc{
    width: 220px;
    margin-right: 30px;
    margin-bottom: 10px;
  }

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

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

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

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

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

  .c-section__container {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .section .c-product-list{
    margin: 0 -.95% 75px;
    font-size: 13px;
  }

  #popular .c-product-list,
  #recommend .c-product-list{
    margin-top: 20px;
  }

  .c-product-list__item {
    padding: 10px .95% 20px;
    width: calc(100% / 6);
  }

  .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-header__bar {
    font-size: 12px;
    line-height: 36px;
    display: inherit;
    overflow: hidden;
    width: 100%;
    padding-bottom: 1px;
    background: #eee;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);
  }

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

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

  .c-section__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

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

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

  .commonItems .c-thumbnail-product-list__item {
    width: calc(100% / 6);
  }
  .commonItems .c-thumbnail-product-list__item:nth-child(4n + 1) {
    clear: none;
  }
  .commonItems .c-thumbnail-product-list__item:nth-child(5n + 1) {
    clear: none;
  }
  .commonItems .c-thumbnail-product-list__item:nth-child(6n + 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 {
    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%;
  }

  #banners{
    padding: 70px 0 110px !important;
  }

  #banners ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #banners li{
    width: 32.83%;
    margin-bottom: 10px;
  }

  .section.fav{
    padding: 100px 0 15px;
  }

  #footer .p-layout-container{
    display: flex;
    justify-content: space-between;
  }

  #footer .p-layout-container li.sns{
    padding: 40px 0 20px;
  }

  #footer .p-layout-container li.sns a{
    margin-right: 20px;
  }

  #footer .p-layout-container div:nth-of-type(2){
    display: flex;
    justify-content: space-between;
  }

  #footer .p-layout-container div:nth-of-type(2) ul{
    margin-right: 60px;
  }

  #footer .p-layout-container div:nth-of-type(2) ul:last-of-type{
    margin-right: 0;
  }

  #footer .p-layout-container div:nth-of-type(2) li{
    font-size: 13px;
    margin-bottom: 20px;
  }

  #footer .p-layout-container div:nth-of-type(2) li a{
    display: block;
  }
}


@media screen and (max-width: 960px){
  body{
    font-size: 13px;
  }

  .pc{
    display: none !important;
  }

  .section{
    padding: 50px 6.67%;
  }

  .section h2{
    padding-bottom: 40px;
  }

  .section p{
    line-height: 1.75;
  }

  .p-global-header .header{
    height: 60px;
  }

  .p-global-header .p-layout-container{
    padding: 0 5.33%;
  }

  .logo img{
    width: 186px;
  }

  .headerR ul:last-of-type li{
    padding-top: 0;
  }

  .headerR li{
    margin-left: 23px;
  }

  .p-page-content{
    padding-top: 10px;
  }

  .scroll-prevent{
    overflow: hidden;
  }

  #searchSp.is-open{
    z-index: 10000;
    transform: none;
    opacity: 1; 
  }

  #searchSp .p-search-form__body{
    padding: 15px;
    width: calc(100% - 30px);
    border: 0;
  }

  #searchSp .p-search-form__keyword-cell{
    padding-left: 32px;
    background: #fff;
  }

  .p-search-form__button{
    left: 25px;
    bottom: 25px;
  }

  .menuSpBtn{
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
  }

  .menuSpBtn span{
    position: absolute;
    top: 2px;
    left: 20px;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
  }

  .menuSpBtn span:nth-of-type(2){
    top: 8px;
  }

  .menuSpBtn span:last-of-type{
    top: 14px;
  }

  .menuSpBtn p{
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
  }

  .close .menuSpBtn span:first-of-type {
    transform: rotate(-45deg);
    top: 8px;
  }

  .close .menuSpBtn span:nth-of-type(2) {
    opacity: 0;
  }

  .close .menuSpBtn span:last-of-type {
    transform: rotate(45deg);
    top: 8px;
  }
  .navInner{
    bottom: 60px;
    height: calc(100% - 60px);
    transform: translateY(60px);
    overflow: auto;
  }
  #navCat.navInner{
    bottom: 120px;
    height: calc(100% - 120px);
  }
  #navUser.navInner{
    bottom: auto;
    top: 60px;
  }

  .navInner ul{
    margin: 0;
    padding: 0 10%;
    list-style: none;
  }
  .navInner ul:first-of-type{
    padding-top: 30px;
  }

  .navInner ul:last-of-type{
    padding-bottom: 20px;
  }

  .navInner li{
    line-height: 1.2;
    border-bottom: 1px solid #d2d2d2;
  }

  .navInner li a{
    display: block;
    padding: 15px 0;
    font-size: 14px;
    text-decoration: none;
  }

  #searchSp{
    opacity: 0;
    position: fixed;
    bottom: 60px;
    width: 100%;
    background: #dcdcdc;
  }

  .btnCat .menuSpBtn span,
  .btnCat.close .menuSpBtn svg{
    opacity: 0;
  }

  .btnCat.close .menuSpBtn span:first-of-type,
  .btnCat.close .menuSpBtn span:last-of-type{
    opacity: 1;
  }

  .closeBtn span{
    right: 20px;
  }

  .btnWrap{
    padding-top: 40px;
  }

  .btnWrap a{
    width: 200px;
    padding: 15px 0;
    font-size: 12px;
  }

  #footer{
    padding-bottom: 80px;
    text-align: center;
  }

  #footer div:nth-of-type(2){
    padding: 45px 0 20px;
  }

  #footer div:nth-of-type(2) li{
    margin-bottom: 20px;
  }

  #footer .banner a{
    margin: 0 auto 15px;
    padding-bottom: 2px;
    line-height: 32px;
    width: 200px;
  }

  #footer .sns{
    padding: 28px 0 38px;
    text-align: center;
  }

  #footer .sns a{
    margin: 0 10px;
  }

  #footer .copyright{
    text-align: center;
    font-size: 10px;
  }

  #footerNav{
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    height: 60px;
    background: #303030;
  }
  #footerNav li{
    width: 25%;
    padding-top: 12px;
    list-style: none;
    color: #fff;
    border-right: 1px solid #727272;
    text-align: center;
  }
  #footerNav li:last-child{
    border: 0;
  }
  #footerNav p{
    letter-spacing: .01em;
    margin: 8px 0 0;
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 600;
  }

  #footerNav a{
    color: #fff;
    text-decoration: none;
  }

  #footerNav svg{
    fill: #fff;
  }

  .menuFooter{
    padding: 65px 0;
    text-align: center;
  }

  .menuFooter img{
    width: 233px;
    margin-bottom: 3px;
  }

  .menuFooter li{
    display: inline-block !important;
    padding: 20px 10px 0 !important;
  }

  .menuFooter i{
    font-size: 2.5em;
  }

  .section h2{
    font-size: 10px;
  }

  .section h2 span{
    font-size: 20px;
    margin-bottom: 12px;
  }

  .section ul.c-product-list{
    margin: 0 -10px;
  }

  .c-product-list__index {
    font-size: 15px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    top: -12px;
  }

  #banners li{
    font-size: 11px;
    margin-bottom: 10px;
  }

  #banners li:last-child{
    margin: 0;
  }

  #banners li img{
    width: 100%;
  }

  #banners li span{
    margin-bottom: 0;
    font-size: 15px;
  }

  .fav h2{
    font-size: 14px;
  }

}


@media screen and (max-width: 599px) {
  .c-sp-list {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0 12px 10px;
    text-decoration: 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-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;
  }

  .c-product-list__name {
    margin-top: 18px;
  }

  .favWrap div{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .c-product-list__fav-item{
    margin-top: 10px;
  }

}


/******************************/
/* BLOG */
/******************************/
#blog .archive,
.blogMeta{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog .archive{
  padding-bottom: 10px;
}

#blog .archive > li{
  width: 47.5%;
  padding: 30px 0 20px;
}

#blog .archive a{
  text-decoration: none;
}

#blog .archive img{
  margin-bottom: 27px;
}

.blogMeta{
  padding-top: 15px;
  color: #757575;
  font-size: 13px;
}

.blogMeta a{
  display: inline-block;
  padding: 5px 12px 6px;
  color: #fff;
  font-size: 12px;
  background: #4C4C4C;
}

@media screen and (min-width: 961px){
  .spMenu{
    display: none;
  }
}

@media screen and (max-width: 960px){
  #blog .archive li img{
    width: 100%;
    margin-bottom: 15px;
  }

  .blogMeta{
    padding-top: 10px;
  }

  .blogMeta a{
    padding: 2px 8px 3px;
  }
}