body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  color: #45331f;
  background: #fff;
  letter-spacing: .15em;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

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

a {
  color: #45331f;
}

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: 22px;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}

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

  -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: #333;
  outline: none;
  background: #333;
}

.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: 'Kumbh Sans', 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: 'Kumbh Sans', sans-serif;
}

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

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

.c-product-info__soldout {
  font-family: 'Kumbh Sans', 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;
}

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

.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: 13px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: left;
}

.c-product-list__index {
  font-family: 'Kumbh Sans', 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: #f8f8f8;
}

.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: 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: 'Kumbh Sans', 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: 'Kumbh Sans', 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: 1120px;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (min-width: 1140px){
  .p-layout-container{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{
  background: #fff;
}

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

#gnav a{
  text-decoration: none;
}

.section{
  position: relative;
}

.section h2,
.section h3,
.section h4,
.section ul,
.section li,
.section dd,
.section p{
  margin: 0;
  padding: 0;
  list-style: none;
}

.section h2{
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-family: "Yu Mincho", YuMincho, serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
}

.section h2 span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #65c046;
}

.section p{
  line-height: 1.85;
}

.p-global-header{
  position: relative;
  width: 100%;
  height: 145px;
}


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

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

.p-search-form__body{
  width: 296px;
  height: 46px;
  border-radius: 23px;
  position: relative;
  display: table;
  background: #FFF;
  border: 1px solid #45331f;
}

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

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

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

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

.p-search-form__button{
  position: absolute;
  right: 12px;
  top: 12px;
  color: #333;
  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__keyword:placeholder-shown {
  color: #b7b7b7;
  font-size: 13px;
}

.p-search-form__keyword::-webkit-input-placeholder {
  color: #b7b7b7;
  font-size: 13px;
}

.p-search-form__keyword::-moz-placeholder {
  color: #b7b7b7;
  font-size: 13px;
}

.p-search-form__keyword:-ms-input-placeholder {
  color: #b7b7b7;
  font-size: 13px;
}

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


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


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


.p-global-header .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.p-global-header .p-layout-container .header form *{
  padding: 0;
  margin: 0;
}

.p-global-header ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.p-global-header .header li{
  position: relative;
  margin-right: 33px;
}

.common-slider .slick-list{
  overflow: visible;
}
.common-slider .slick-nav-arrows{
  position: absolute;
  top: -40px;
  right: 0%;
}
.common-slider .slick-arrow{
  position: absolute;
  top: 120px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #45331F !important;
  border-radius: 100%;
  opacity: 1 !important;
}

.common-slider .slick-arrow.slick-disabled{
  opacity: 0 !important;
}

.common-slider .slick-prev::before,
.common-slider .slick-next::before{
  content: '';
  position: absolute;
  left: 10px;
  top: 11px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
}

.common-slider .slick-prev:before{
  left: 15px;
  transform: rotate(225deg);
}

.common-slider .slick-next{
  content: '';
  right: 3px;
}
.common-slider .slick-prev{
  left: -17px;
}

.btn{
  position: relative;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  font-size: 16px;
  color: #fff;
  background: #65c046;
  text-decoration: none;
  border: 1px solid #65c046;
  box-shadow: 4px 7px 16px 0px rgba(75, 151, 49, .19);
  transition: .5s;
}
.btn:hover{
  color: #65c046;
  background: #fff;
  border-color: #65c046;
  box-shadow: none;
}

.btn:after{
  content: '';
  position: absolute;
  right: 24px;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: .5s;
}

.btn:hover:after{
  border-color: #65c046;
}

#favCheck{
  padding: 60px 0 30px;
}

#favoriteItems,
#checkedItems{
  padding: 40px 0;
}


#footer{
  background: #f4f4f4;
}

#footer > p{
  text-align: center;
  font-size: 12px;
}

#footer a{
  text-decoration: none;
}

#footer .p-layout-container > div:first-of-type{
  text-align: center;
}

#footer h3{
  font-size: 32px;
  font-weight: normal;
  font-family: "Yu Mincho", YuMincho, serif;
}

#footer h3 span{
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #65c046;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

#footer .btn{
  margin-top: 25px;
  height: 52px;
  line-height: 52px;
  width: 240px;
  font-size: 15px;
}

#footer h4{
  font-size: 16px;
  margin-bottom: 24px;
}

#footer li a{
  display: block;
  padding: 8px 20px 10px 0;
}

.banners a{
  display: block;
  width: 380px;
  height: 76px;
  color: #fff;
  font-size: 14px;
  font-family: "Yu Mincho", YuMincho, serif;
  background: url(https://file001.shop-pro.jp/PA01333/639/images/banner2.jpg) no-repeat 50% 50% / cover;
}

.banners a:first-of-type{
  background-image: url(https://file001.shop-pro.jp/PA01333/639/images/banner1.jpg);
}

.banners a div{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.banners a span{
  display: block;
  font-size: 20px;
}


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

  #js-fixed-header{
    background: #fff url(https://file001.shop-pro.jp/PA01333/639/images/headerBg-pc.png) repeat-x 50% 0;
  }

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

  .p-global-header .header > *{
    width: 32%;
  }

  .p-global-header .header .logo{
    text-align: center;
  }

  .p-global-header .header .logo img{
    width: 278px;
    height: 81px;
  }

  .p-global-header .header > .pc{
    display: flex;
    justify-content: flex-end;
  }

  #gnav{
    position: fixed;
    width: 100%;
    top: 145px;
    z-index: 1000;
    background: #ddea7f;
  }

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

  #gnav > ul{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #gnav > ul > li{
    list-style: none;
  }

  #gnav > ul > li:first-child{
    margin-left: calc((100vw - 1080px) / 2 + 10px);
  }

  #gnav > ul > li:last-child{
    margin-right: calc((100vw - 1080px) / 2 + 10px);
  }

  #gnav > ul > li > a,
  #gnav > ul > li > span{
    display: block;
    padding: 0 15px;
    line-height: 60px;
  }

  #gnav > ul > li > span:hover{
    cursor: pointer;
  }

  .subMenu{
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 0;
    background: #f4f8d6;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .hasChild:hover .subMenu{
    opacity: 1;
    visibility: visible;
  }

  .hasChild:hover{
    background: #f4f8d6;
  }

  #gnav .subMenu ul{
    max-width: 1060px;
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }

  .subMenu .icon li{
    width: 20%;
  }

  .subMenu li a{
    display: block;
    margin: 0 0 10px;
    padding: 0 20px;
    font-weight: normal;
    line-height: 45px;
    background-position: 0 50%;
    background-size: 34px auto;
  }

  .subMenu .icon a{
    margin: 0 0 20px 10px;
    padding: 0 0 0 42px;
  }

  .subMenu .icon a span{
    padding: 2px 0;
  }

  .subMenu .icon a:hover span{
    border-bottom: 2px solid #65c046;
  }

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

  .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-global-footer__unit {
    float: left;
    width: 25%;
  }

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

  #footer{
    padding: 100px 0 25px;
  }

  #footer h3{
    margin-bottom: 35px;
  }

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

  #footer .p-layout-container > div:first-of-type p{
    text-align: left;
  }

  #footer .p-layout-container > div:last-of-type{
    display: flex;
  }

  #footer .p-layout-container > div:last-of-type > div:first-of-type{
    margin-right: 100px;
  }

  #footer .p-layout-container > div:last-of-type > div:last-of-type div{
    display: flex;
  }

  #footer .p-layout-container > div:last-of-type > div:last-of-type ul:last-of-type{
    margin-left: 50px;
  }

  #footer .p-layout-container > div:last-of-type > div:last-of-type ul:last-of-type a{
    padding-right: 0;
  }

  .banners{
    display: flex;
    justify-content: center;
  }

  .banners a{
    margin: 100px 10px 90px;
  }

}


@media screen and (max-width: 960px){
  #js-fixed-header{
    background: #fff url(https://file001.shop-pro.jp/PA01333/639/images/headerBg-sp.png) repeat-x 50% 0 / 375px auto;
  }
  #js-fixed-header.is-open{
    background: #f7f9e5;
  }

  #js-fixed-header.is-open .header ul li:not(:last-child){
    display: none;
  }

  .header .logo{
    order: 1;
    margin-top: -2px;
  }
  .header ul{
    order: 2;
  }

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

  .p-global-header .header li{
    margin: 0 0 5px 15px;
  }

  .p-global-header .header li img{
    width: 22px;
  }

  .p-global-header .header .user img{
    width: 19px;
  }

  .pc{
    display: none !important;
  }

  .p-global-header .p-layout-container{
    padding: 16px 4% 3px;
  }

  .p-global-header .p-layout-container div.sp{
    padding-top: 6px;
  }

  .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: 66px;
    z-index: -1;
    overflow: auto;
    width: 100%;
    height: calc(100% - 70px);
    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: 1000;
    transform: none;
    opacity: 1;
    background: #f7f9e5;
  }

  #search.is-open{
    background: #ddea7f;
  }

  #searchSp{
    margin: 0 -5px 0 10px !important;
    width: 36px !important;
    text-align: center;
  }

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

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

  #search .keyword{
    margin: 20px 4% 0;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
  }

  #search .keyword h3{
    margin: 0 0 20px;
  }

  #search .keyword ul{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #search .keyword li{
    margin: 0 10px;
  }

  #search .keyword a{
    padding-bottom: 2px;
    color: #65bf46;
    text-decoration: none;
    border-bottom: 1px solid #65bf46;
  }
  

  #menuSp,
  #searchSp.close{
    position: relative;
    display: block;
    width: 26px;
    height: 21px;
    border-top: 2px solid #45331f;
  }

  #menuSp:before,
  #menuSp:after,
  #searchSp.close:before,
  #searchSp.close:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background: #45331f;
    transition: .3s;
  }

  #menuSp:before{
    top: 7px;
  }

  #menuSp:after{
    top: 17px;
  }

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

  #searchSp.close{
    width: 36px;
    height: 36px;
    background: #ddea7f;
    border-radius: 50%;
  }

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

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

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

  #searchSp.close:before,
  #searchSp.close:after{
    top: 17px;
    left: 6px;
  }

  #searchSp.close img{
    display: none !important;
  }

  #gnav ul{
    padding: 0 4%;
    margin: 0;
    list-style: none;
  }

  #gnav > ul > li{
    padding-left: 8px;
    border-bottom: 1px solid #45331f;
  }

  #gnav li,
  #footer li{
    position: relative;
  }

  #gnav > ul > li:before,
  #gnav > ul > li:after,
  #footer li:before,
  #footer li:after{
    position: absolute;
    content: '';
    top: 24px;
    right: 8px;
    width: 10px;
    height: 1px;
    background: #45331f;
    transform: rotate(45deg);
  }
  #gnav > ul > li:after,
  #footer li:after{
    top: 31px;
    transform: rotate(-45deg);
  }
  #footer li:before{
    top: 21px;
  }
  #footer li:after{
    top: 28px;
  }

  #gnav > ul > li > a,
  #gnav > ul > li > span{
    display: block;
    padding: 20px 0;
    font-size: 16px;
  }
  #footer li a{
    padding: 15px 0 15px 7px;
  }

  #gnav li.hasChild:before,
  #gnav li.hasChild:after{
    position: absolute;
    content: '';
    background: #45331f;
    width: 15px;
    height: 1px;
    top: 27px;
    right: 8px;
    transform: rotate(0);
  }
  #gnav li.hasChild:before{
    width: 1px;
    height: 15px;
    top: 20px;
    right: 15px;
  }
  #gnav li.hasChild.is-open:before{
    content: none;
  }

  #gnav h3{
    margin: 30px 4% 5px;
    font-size: 19px;
  }

  #gnav h3:last-of-type{
    margin-top: 50px;
  }

  .subMenu{
    box-sizing: border-box;
    display: none;
  }

  .subMenu ul{
    padding: 20px 0 0 !important;
  }

  .subMenu ul.icon{
    padding: 10px 0 20px !important;
  }

  .subMenu li{
    display: flex;
    flex-wrap: wrap;
  }

  .subMenu li a{
     margin-bottom: 40px;
  }

  .subMenu .icon a{
    width: 50%;
    padding-left: 38px;
    margin-bottom: 18px;
    line-height: 37px;
    background-size: 33px auto;
    background-position: 0 50%;
    box-sizing: border-box;
  }

  .subMenu .icon a.fruits{
    background-size: 33px auto;
  }


  #nav li span.is-open:before{
    transform: rotate(90deg);
    transform-origin: 0 0;
    top: 22px;
    right: 10px;
  }

  #gnav .banners{
    padding: 60px 4% 50px;
  }

  .section h2{
    font-size: 21px;
    line-height: 1.4;
  }

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

  #footer{
    padding: 75px 0 20px !important;
  }

  #footer .p-layout-container{
    padding: 0 4% !important;
  }

  #footer h3{
    margin-bottom: 30px;
    font-size: 26px;
  }

  #footer h3 span{
    font-size: 10px;
  }

  #footer h4{
    margin: 40px 0 10px;
    font-size: 19px;
  }

  #footer p{
    font-size: 13px;
  }

  .banners{
    padding: 60px 0 0;
  }

  .banners a{
    display: block;
    margin: 0 auto 10px;
  }

  #footer li{
    border-bottom: 1px solid #fff;
  }

  #footer > p{
    margin-top: 70px;
  }

}

@media screen and (min-width: 768px){
  .btn{
    width: 370px;
  }
  .section h2{
    margin-bottom: 50px;
  }
  .section .c-product-list{
    margin:  0 -10px;
  }

  .section .c-product-list__item{
    width: 255px;
    padding: 0 0 50px;
    margin: 0 10px;
  }

  .c-product-list__button{
    margin-top: 50px;
  }

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

  .c-product-list:after{
    content: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px){
  #gnav > ul > li:first-child{
    margin-left: 0;
  }
  #gnav > ul > li:last-child{
    margin-right: 0;
  }
  .section .c-product-list__item{
    width: 24%;
    margin: 0 .5%;
  }
}

@media screen and (max-width: 767px){
  #favoriteItems,
  #checkedItems{
    padding: 20px 0;
  }

  .common-slider{
    font-size: 13px;
  }

  .common-slider .p-layout-container{
    padding: 0 !important;
  }

  .common-slider .slick-list{
    overflow: hidden;
    padding: 0 10% 0 2% !important;
  }

  .common-slider .slick-arrow{
    width: 30px;
    height: 30px;
  }

  .common-slider .slick-prev:before,
  .common-slider .slick-next:before{
    width: 8px;
    height: 8px;
  }

  .common-slider .slick-prev:before{
    left: 12px;
  }

  .common-slider .slick-next{
    top: 70px;
    right: 7%;
  }
  .common-slider .slick-prev{
    top: 70px;
    left: 1%;
  }

  .common-slider .slick-slide{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .btn,
  #footer .btn{
    padding: 0;
    width: 303px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .btn:after{
    right: 20px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .section p{
    line-height: 1.75;
  }

  .section{
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .section h2{
    margin-bottom: 35px;
  }

  .section h2 span{
    margin-top: 0;
  }

  .c-product-list{
    margin: 0;
    justify-content: space-between;
  }

  .c-product-list__item{
    width: 48%;
    margin: 0;
  }

  .c-item-list__ttl,
  .c-product-list__name{
    font-size: 13px;
  }

  .c-product-list__fav-item{
    right: 2px;
    bottom: -5px;
  }
}

@media screen and (max-width: 599px) {
  body{
    font-feature-settings: "palt";
  }

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

  .banners a{
    width: 100%;
    height: 21.33vw;
  }

}

.icon a{
  display: block;
  padding-left: 70px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 18px 50%;
  background-size: 42px auto;
}

.icon a.fruits{
  background-size: 40px auto;
  background-position: 0 50%;
}

.strawberry{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-strawberry.png)}
.mikan{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-mikan.png)}
.cherry{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-cherry.png)}
.melon{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-melon.png)}
.kiwi{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-kiwi.png)}
.peach{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-peach.png)}
.watermelon{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-watermelon.png)}
.mango{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-mango.png)}
.citrus{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-citrus.png)}
.fruits{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-fruits.png)}
.apple{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-apple.png)}
.grape{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-grape.png)}
.pear{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-pear.png)}
.nashi{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-nashi.png)}
.kaki{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-kaki.png)}
.pineapple{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-pineapple.png)}
.processed{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-processed.png)}
.banana{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-banana.png)}
.juice{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-juice.png)}
.biwa{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-biwa.png)}
.vege{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-vege.png)}
.etc{background-image: url(https://file001.shop-pro.jp/PA01333/639/images/icon/icon-etc.png)}
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}