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: .1em;
  overflow-wrap: break-word;
}

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

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: 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 {
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #5a5a5a;
  color: #5a5a5a;
  background: transparent;
}

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

.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 {
  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;
  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__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 20px 50px;
  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;
  font-weight: bold;
}

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

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

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

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

.c-product-list__fav-item {
  position: absolute;
  right: 0;
  bottom: 0;
  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{
  padding: 16px 65px;
}

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




@media screen and (min-width: 1024px) {
.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;
}

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

#base_gmoWrapp {
  position: relative;
}

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

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

#gnav{
  font-family: 'Noto Serif JP', serif;
}

#gnav a{
  text-decoration: none;
}

.section{
  position: relative;
}

.section h2{
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.section h2 span{
  margin-bottom: 7px;
  font-size: 14px;
  display: block;
}

.section h2 img{
  display: block;
  margin: 18px auto 0;
}

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

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

.p-global-header{
  position: relative;
  width: 100%;
  padding: 110px 0 0;
  background: #fff url(https://file003.shop-pro.jp/PA01409/773/images/bgHeader.png) no-repeat 0 0;
  background-size: 100% auto;
}

.isnot-top .p-global-header{
  padding-top: 10px;
  background: #fff;
}
.isnot-top .p-global-header .p-layout-container{
  padding-bottom: 10px;
}

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

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

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

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

.p-fixed-header.is-hidden .p-layout-container{
  display: none;
}

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

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

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

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

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

.p-search-form__keyword {
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  border: 0;
  padding-left: 10px;
  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;
  right: 10px;
  bottom: 18px;
  padding: 0;
  color: #333;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search-form__button i{
  font-size: 18px;
  color: #28211f;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: 12px;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: 12px;
  color: #000;
}
::placeholder{
  opacity: 1 !important;
  font-size: 12px;
  color: #000;
}

.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 .p-layout-container{
  max-width: 1200px;
  padding: 0 0 29px;
}

.p-global-header .p-layout-container .header{
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
}

.p-global-header .p-layout-container .header .slogan{
  font-size: 12px;
}

.p-global-header .p-layout-container .header .pc{
  padding-top: 35px;
}

.p-global-header .p-layout-container .header .tel p{
  margin-top: 6px;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-global-header .p-layout-container .header .mail i{
  margin: 0 6px 0 39px;
  font-size: 35px;
  color: #58242c;
}

.p-global-header .p-layout-container ul{
  margin: 0;
  padding: 0;
  display: flex;
}

.p-global-header .p-layout-container .header:first-of-type li{
  position: relative;
  margin-left: 20px;
  flex: none;
}

.p-global-header .p-layout-container .header:first-of-type li:before{
  position: absolute;
  top: 0;
  left: -12px;
  content: '/';
}

.p-global-header .p-layout-container .header:first-of-type li:first-child:before{
  content: none;
}

.info h3 span{
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.info a{
  text-decoration: underline;
}
.info a:hover{
  text-decoration: none;
}

.info dd{
  line-height: 1.5;
  margin: 0;
}

.info dd span{
  padding-right: 30px;
}

#info dd{
  position: relative;
  padding: 0 10px 10px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#info p{
  margin-bottom: 25px;
}

#cal dd{
  width: auto !important;
}

.calMemo{
  white-space: normal;
  padding: 0 5%;
  text-align: center;
  font-size: 12px;
}

#cal ul{
  padding: 0;
  display: block;
}

#cal li{
  position: relative;
  margin: 10px 0 0;
  list-style: none;
}

#cal li:before{
  position: absolute;
  margin: -1px 0 0 -8px;
  top: .8em;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

#snsFollow{
  margin: 0 !important;
  padding: 90px 0 !important;
  text-align: center;
}

#snsFollow li{
  display: inline-block;
  padding: 0 10px;
}

#snsFollow i{
  font-size: 3.2em;
  color: #000;
}

.banners{
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 0 84px !important;
}

.banners li{
  padding: 0 !important;
  list-style: none;
  text-align: center;
}

.banners a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  text-decoration: none;
  border-radius: 2px;
  background: url(https://file003.shop-pro.jp/PA01409/773/images/bgGrey.jpg);
}

.banner{
  text-align: center;
}

#footer{
  background: url(https://file003.shop-pro.jp/PA01409/773/images/bgGrey.jpg);
}

#footer a{
  text-decoration: none;
}

#footer ul:nth-of-type(2) li{
  padding: 74px 7px 28px;
}

#footer p{
  padding-bottom: 70px;
  text-align: center;
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
}

.fadein{
  opacity : 0;
  transform : translate(0, 60px);
  transition : 1s;
}

.fadein.delay{
  transition-delay: .6s;
}

.fadein.fadeActive{
  opacity : 1;
  transform : translate(0, 0);
}


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

  .p-global-header .p-layout-container .header .logo{
    padding-top: 12px;
  }

  .p-search-form__keyword{
    padding: 0 0 10px;
    height: 40px;
  }

  #gnav.navFixed{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  #gnav.navFixedBottom{
    top: 124px;
  }

  #gnav{
    background: #58242c;
  }

  #gnav ul,
  #gnav li{
    padding: 0;
    margin: 0;
    font-size: 15px;
  }

  #gnav .navInner > ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #gnav .navInner > ul > li{
    display: inline-block;
    padding: 0 32px;
  }

  #gnav .navInner > ul > li:first-child{
    margin-left: 36px;
  }

  #gnav .navInner > ul > li:last-child{
    margin-right: 36px;
  }

  #gnav .navInner > ul > li > span,
  #gnav .navInner > ul > li > a{
    display: block;
    line-height: 58px;
    padding-bottom: 2px;
    color: #fff;
  }

  #gnav .navInner > ul > li > span{
    position: relative;
    transition: .3s;
  }

  #gnav .navInner > ul .menu{
    position: absolute;
    left: 0;
    transition: .3s;
    max-height: 0;
    display: block !important;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
    z-index: 2000;
    background: url(https://file003.shop-pro.jp/PA01409/773/images/bgMenu.jpg) 0 64px;
  }

  #gnav .navInner > ul > li:hover{
    background: url(https://file003.shop-pro.jp/PA01409/773/images/bgMenu.jpg) 0 -4px;
    cursor: pointer;
  }

  #gnav .navInner > ul > li:hover a,
  #gnav .navInner > ul > li > a:hover,
  #gnav .navInner > ul .toggle:hover > span{
    color: #6b222d;
  }
  

  #gnav .navInner > ul .toggle:hover .menu{
    max-height: 9999px;
    opacity: 1;
  }

  #gnav .navInner > ul .menu .menu_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
  }

  #gnav .navInner > ul .menu .menu_inner > ul{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  #gnav .navInner > ul .menu .menu_inner li{
    margin: 0 0 30px 0;
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
  }

  #gnav .navInner > ul .menu .menu_inner img{
    display: block;
    margin: 0 auto 15px;
  }

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

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

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

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

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

  .info{
    padding: 85px 0 105px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .info dt{
    width: 35.66%;
    display: flex;
    align-items: center;
  }

  .info dd{
    width: 64.34%;
  }

  .info h3{
    margin: 0;
    padding: 0;
    position: relative;
  }

  .info h3 span{
    padding-right: 50px;
    background: #fff;
  }

  .info h3:after{
    position: absolute;
    top: 50%;
    content: '';
    width: 71px;
    height: 1px;
    background: #000;
  }

  /* 店舗からのお知らせ */
  #info{
    padding-bottom: 170px;  
  }

  #info .info,
  #info .info dt{
    align-items: flex-start;
  }
  #info dd{
    height: 100px;
  }

  #info .info{
    padding: 157px 0 25px;
  }

  #info .btnWrap{
    margin: 0 auto;
    max-width: 1200px;
  }

  #info dd{
    width: 570px;
  }

  /* 営業日カレンダー */
  #cal,
  #cal dt{
    align-items: flex-start !important;
  }

  #cal .tableInner{
    display: flex;
    width: 532px;
  }

  .calMemo{
    width: 532px;
    padding: 30px 0;
  }

  .banners{
    display: flex;
    justify-content: space-between;
  }

  .banners li{
    width: 364px;
  }

  .banners a{
    height: 113px;
  }

  #footer > ul{
    display: flex;
    max-width: 1200px;
    margin: 0 auto 110px;
    padding-top: 93px;
    line-height: 1.42;
  }

  #footer > ul > li:first-child{
    width: 40%;
  }

  #footer > ul > li:nth-child(2){
    padding: 10px 100px 0 0;
  }

  #footer > ul > li:last-child{
    padding-top: 10px;
  }

}

@media screen and (max-width: 1240px) and (min-width: 961px){
  .p-global-header .p-layout-container{
    padding: 0 10px 29px;
  }

  #gnav .navInner > ul > li{
    padding: 0 15px !important;
  }

  .banners li{
    width: 30%;
  }
}

@media screen and (max-width: 960px){
  .pc,
  .menu_inner img,
  .banners br{
    display: none !important;
  }

  .p-global-header{
    padding: 42px 0 0;
    background: url(https://file003.shop-pro.jp/PA01409/773/images/bgHeader-sp.png) no-repeat;
    background-size: 100% auto;
  }

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

  .p-global-header .logo img{
    width: 138px;
  }

  .p-global-header .p-layout-container .header .sp{
    padding: 12px 0 0;
  }

  .p-global-header .p-layout-container .header i{
    font-size: 26px;
    color: #28211F;
  }

  .p-fixed-header.is-hidden .p-layout-container{
    display: block;
  }

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

  .scroll-prevent{
    overflow: hidden;
  }

  #gnav,
  #search{
    position: fixed;
    top: 80px;
    z-index: -1;
    overflow: auto;
    width: 100%;
    height: calc(100% - 80px);
    transition: .6s;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }

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

  #search{
    padding: 20px 0;
    height: auto;
  }

  #search form{
    width: 80%;
    margin: 0 auto;
  }

  .p-search-form__button{
    bottom: 5px;
  }

  .p-global-header.shorten{
    padding: 10px 0 20px;
    background: #fff;
  }

  #searchSp{
    margin-left: 25px;
  }

  #menuSp,
  #searchSp.close{
    position: relative;
    display: block;
    margin: 5px 0 0 27px;
    padding-top: 18px;
    width: 42px;
    height: 24px;
    border-top: 3px solid #28211F;
    
  }

  #menuSp:before,
  #menuSp:after,
  #searchSp.close:before,
  #searchSp.close:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 3px;
    background: #28211F;
    transition: .3s;
  }

  #menuSp:before{
    top: 8px;
    background: transparent;
  }

  #menuSp:after{
    top: 8px;
  }

  #menuSp.close,
  #searchSp.close{
    border: 0;
    opacity: 1;
  }

  #menuSp.close:before,
  #menuSp.close:after,
  #searchSp.close:before,
  #searchSp.close:after{
    background: #28211f;
    top: 8px;
  }

  #menuSp.close:before,
  #searchSp.close:before{
    transform: rotate(-45deg);
  }

  #menuSp.close:after,
  #searchSp.close:after{
    transform: rotate(-135deg);
  }

  #searchSp.close i:before{
    content: none !important;
  }

  .navInner{
    padding-top: 40px;
    background: url(https://file003.shop-pro.jp/PA01409/773/images/bgMenu.jpg);
  }

  .navInner a{
    display: block;
  }

  .navInner h3{
    margin: 0 0 40px 5.7%;
  }
  .navInner h3 span{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
  }

  .panel ul,
  .panel li{
    position: relative;
    margin: 0;
    padding: 0;
    display: block !important;
  }

  .panel li{
    padding: 0 10%;
  }

  .panel li span,
  .navInner .sp a{
    font-size: 18px;
  }

  .navInner ul.sp{
    padding-bottom: 7px;
  }

  .navInner > ul > li{
    position: relative;
    display: block;
    margin: 0 0 45px 3px;
  }

  .navInner > ul .menu,
  .menu_inner br{
    display: none;
  }

  .toggle span.subBtn{
    position: relative;
    display: block;
  }

  .toggle span.subBtn:before,
  .toggle span.subBtn:after{
    display: block;
    content: '';
    background: #28211f;
    border-radius: 10px;
    position: absolute;
    width: 20px;
    height: 2px;
    top: 8px;
    right: 24px;
  }

  .toggle span.subBtn:before {
    top: 0;
    width: 2px;
    height: 20px;
    right: 33px;
  }

  .toggle span.subBtn.open:before{
    content: none;
  }

  .menu_inner ul{
    padding: 12px 0;
  }

  .menu_inner li{
    margin: 17px 0 0 20px !important;
    padding: 0 !important;
    list-style: none;
  }

  .navInner .menu_inner a{
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .hasChild{
    display: block;
  }

  .toggle span.subBtn{
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    width: 65px;
    height: 65px;
    z-index: 10;
    cursor: pointer;
    padding: 0 !important;
  }

  .subBtn::before,
  .subBtn::after{
    display: block;
    content: '';
    background: #28211f;
    border-radius: 10px;
    position: absolute;
    width: 23px;
    height: 1px;
    top: 32px;
    right: 30px;
  }

  .subBtn::before {
    width: 1px;
    height: 23px;
    top: 25px;
    right: 37px;
  }

  .subBtn.open::before{
    content: none;
  }

  #gnav .sp li{
    margin: 0 0 19px;
  }

  .noLink{
    pointer-events: none;
  }

  .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: 25px;
    line-height: 1.5;
  }

  .section h2 span{
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: normal
  }

  .section h2 img{
    margin: 14px auto 0;
  }

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

  .info{
    margin: 55px 0 0;
  }

  .info h3{
    font-size: 16px;
    text-align: center;
  }

  .info dd{
    margin: 25px 0 60px;
  }

  .info dd span{
    padding-right: 18px;
  }

  #info .info{
    margin-top: 107px;
    padding: 0;
  }

  #info .info dd{
    margin: 30px 0 20px;
    height: 165px;
  }

  #info .info dd p{
    line-height: 1.42;
  }

  #snsFollow{
    padding: 50px 0 !important;
  }

  #snsFollow i{
    font-size: 3.5em;
    color: #000;
  }

  .banners{
    padding-bottom: 52px !important;
  }

  .banners li{
    margin: 0 5.33% 15px;
  }

  .banners a{
    height: 73px;
    font-size: 15px;
  }

  #footer{
    padding: 60px 0 25px;
    text-align: center;
  }

  #footer img{
    margin: 0 auto 30px;
    width: 120px;
  }

  #footer p{
    font-size: 11px;
    padding-bottom: 0;
  }

}

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

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

}

  /*add210326*/
  @media screen and (max-width:960px) {
    ul.add_sp_menu {
      padding-top: 14px!important;
      padding-bottom: 0!important;
    }
    ul.add_sp_menu li {
      margin: 10px 0 0 14px !important;
    }
    ul.add_sp_menu li a {
      font-size: 15px!important;
    }
  }