html{
  font-size: 62.5%;
}

body {
  min-width: 375px;
  font-size: 1.4rem;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #2b3438;
}


@media screen and (max-width: 1030px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #2b3438;
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-weight:right;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1030px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .u-container {
    width: 100%;
  }
}


.u-container-fix {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 1030px;
  }
  @media screen and (max-width: 1030px) {
    .u-container-fix {
      padding-left: 0px;
      padding-right: 0px;
      width: 95%;
    }
  }
  @media screen and (max-width: 767px) {
    .u-container-fix {
      width: 100%;
    }
  }

.u-contents {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 11px;
  }
}

@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #cccccc;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #b8b8b8;
  }
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}
.l-bottom_bg{
  background-color:#e6e3db;
}

.l-bottom {
}
@media screen and (max-width: 767px) {
  .l-bottom {
  }
}
.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .l-contents-wrap {
    display: block;
  }
}
.l-contents-main {
  width: 720px;
}
@media screen and (max-width: 1030px) {
  .l-contents-main {
    width: auto;
  }
}
.l-contents-side {
  order: -1;
  width: 220px;
}
@media screen and (max-width: 1030px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 1.6rem;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
}
.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 1.4rem;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-bg{
  display:block;
  position:relative;
  background-image: url(https://img21.shop-pro.jp/PA01485/096/etc/circle.png);
    background-position: center;
    background-size: 150px 150px;
    background-repeat: no-repeat;
  width: 100%;
    height: 150px;
  margin:auto;
    margin-top: 0;
  margin-bottom: 65px;
}

.c-ttl-main {
  display: block;
  width:100%;
  position:absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align:center;
  margin:auto;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight:normal;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-bg{
    background-size: 120px 120px;
    height: 120px;
    margin-bottom:45px;
  }
  
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  width:100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #999999;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
@media screen and (max-width: 1030px) {
  .c-item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  width: 25%;
  transition: opacity 0.2s;
  word-break: break-all;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom:30px;
    width: 50%;
  }
  .c-item-list__item:last-child {
    margin-bottom:0;
  }
  
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
  margin-bottom:30px;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 230px;
  height: 230px;
  object-fit: cover;
  text-align: center;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price {
  color: #2b3438;
  margin-top: 15px;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/***** お気に入りボタン *****/
.product-list__fav-items {
  margin-top: 10px;
  width: 100%;
  text-align:right;
}

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

.product-list__fav-items .fav-items {
  color: #ff7373;
}

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

/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 9px;
  width: 12.5%;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
  margin: 1em;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 150px;
    margin:0 12.5px;
  }
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 150px;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height:110px;
  object-fit:cover;
  text-align: center;
}
.c-favorite-list__price {
  color: #2b3438;
  margin-top: 15px;
  font-size: 1.2rem;
  white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-favorite-list__price {
    font-size:1.4rem;
  }
  .c-favorite-list__img img {
    height:150px;
  }
}

/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 1.4rem;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  background: #2b3438;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
    background: #2d2d2d;
    color: #ffffff;
    text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img21.shop-pro.jp/PA01485/096/etc/icon_cart.png?cmsp_timestamp=20220802161600) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  padding: 5px 0;
  margin: 35px 0 70px;
  font-size: 1.2rem;
  background: #f4f3f0;
  border-radius: 20px;
  font-family: YuGothic, /* Mac&#205;&#209; */ 'Yu Gothic', /* Windows&#205;&#209; */ sans-serif;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 1.2rem;
    margin: 20px 0 45px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}

.c-breadcrumbs-list__item:first-child {
  margin-left: 20px;
}

.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #000000;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager {
  margin-top: 30px;
}
}

.cat_list_numb{
  margin-left:10px;
}
.c-pager__total {
  font-family: YuGothic, /* Mac&#205;&#209; */ 'Yu Gothic', /* Windows&#205;&#209; */ sans-serif;
  margin-bottom: 30px;
}

.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff00;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  color: #000000;
  background-color:#fff;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 767px) {
}
.c-pager-list__link.is-current:hover {
  background: #ffffff00;
}
@media screen and (max-width: 767px) {
  
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #a69e9d;
  background: #a69e9d;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: #a69e9d80;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #a69e9d;
    border-color: #ffffff00;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #ffffff;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #fff;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: none;
  }
}
/******************************/
/* header */
/******************************/
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease 0.5s;
  background: #ffffff;
}
@media screen and (max-width: 950px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    min-width: 375px;
  }
}
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 1329px) {
  .l-header.is-open .l-main-navi-list {
    display: none;
  }
  .l-header.is-open .l-menu-btn {
    display: block;
  }
}
.l-header.is-unpinned {
  transform: translateY(-110%);
}
.l-header.is-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  position:fixed;
}

.l-header-main {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /* max-width: 1030px; */
  height: 100px;
  padding: 15px 50px 15px 50px;
  background-color: white;
}
@media screen and (max-width: 1329px) {
  .l-header-main {
    padding-right: 90px;
  }
}
@media screen and (max-width: 559px) {
  .l-header-main {
    height: 60px;
    padding: 5px 80px 5px 15px;
  }
}

.l-header-logo {
  margin-right: 30px;
}
@media screen and (max-width: 1329px) {
  .l-header-logo {
    margin-right: auto;
  }
}

.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__img {
    height: 40px;
  }
}
.l-header-logo__img img {
  max-width: 180px;
  max-height: 62px;
}

.l-footer-shopinfo__logo .logo-sp {
  display:inline-block;
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 1023px) {
  .l-header-logo__img img {
    max-width: 180px;
    max-height: 40px;
  }
}
@media screen and (max-width: 950px) {
  .l-header-logo__img img {
    max-width: 180px;
    max-height: 35px;
  }
}

.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1030px) {
  .l-header-logo__txt {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__txt {
    max-width: 530px;
  }
}
.l-sp-header-cart-btn {
  display: none;
}
@media screen and (max-width: 1329px) {
  .l-sp-header-cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
  }
  .l-sp-header-cart-btn img{
    width: 26px;
    vertical-align: middle;
  }
}

.l-sp-header-cart-btn__link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
}
@media screen and (max-width: 950px) {
  .l-sp-header-cart-btn__link {
    height: 40px;
  }
}

.l-sp-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1rem;
  background: #b60000;
  color: #ffffff;
  text-align: center;
}

.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1329px) {
  .l-menu-btn {
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 20px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .l-menu-btn {
    right: 10px;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 2px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}

/********** メインナビ **********/
.l-main-navi {
  display: flex;
  align-items: center;
  z-index: 100;
  flex: 1;
}
@media screen and (max-width: 1329px) {
  .l-main-navi {
    display: none;
    background: #ffffff;
  }
  .l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 100px 25px 30px 25px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (max-width: 1329px) {

  .l-main-navi.is-open {
    padding-top: 100px;
  }
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
}

.l-main-navi-list {
  display: flex;
}
@media screen and (max-width: 1329px) {
  .l-main-navi-list {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.l-main-navi-list {
    margin-left: 200px;
  }
}
.l-main-navi-list__item {
  margin-right: 10px;
}
@media screen and (max-width: 1329px) {
  .l-main-navi-list__item {
    margin-right: 0;
  }
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  border: 0;
  font-size: 1.4rem;
  font-weight: normal;
  background: transparent;
  color: #2b3438;
  text-align: center;
  transition: all ease 0.2s;
}
.l-dropdown-menu-link{
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  border: 0;
  font-size: 1.4rem;
  font-weight: normal;
  background: transparent;
  color: #2b3438;
  text-align: center;
  transition: all ease 0.2s;
  text-decoration: none;
}

.l-dropdown-menu-link:hover{
  text-decoration: none;
}

.l-dropdown-menu-link:before{
  content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
    transform: rotate(45deg);
    transition: all ease 0.2s;
}

.l-dropdown-menu-link:hover:before{
  border-right-color: #2d2d2d;
    border-bottom-color: #2d2d2d;
}

@media screen and (max-width: 1329px) {
  .l-dropdown-menu-link {
    padding: 15px 10px 15px 10px;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
}


@media screen and (max-width: 1329px) {
  .l-main-navi-list__link {
    padding: 22px 10px 18px 10px;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}
@media screen and (max-width: 1329px) {
  .l-dropdown-menu-link:before{
    display:none;
  }
  
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: 0px;
    width: 20px;
    height: 0px;
    border-right: 0;
    border-bottom: 2px solid #000000;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1329px) {
  .l-main-navi-list__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    margin-top: -9px;
    width: 0px;
    height: 20px;
    border-right: 2px solid #000000;
    transition: all ease 0.2s;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
@media screen and (max-width: 1329px) {
  .l-main-navi-list__link.is-on:before {
    margin-top: 0px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1329px) {
  .l-main-navi-list__link.is-on:after {
    margin-top: 0;
    height: 0;
    transform: rotate(0deg);
  }
}

.l-main-navi__overlay {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1329px) {
  .l-main-navi__overlay {
    display: none !important;
  }
}

.l-sp-main-navi__overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  z-index: -2;
}
@media screen and (max-width: 950px) {
  .l-sp-main-navi__overlay.is-on {
    display: block;
    animation: anime-fade 0.2s ease forwards;
  }
}
@keyframes anime-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/********** ドロップダウンメニュー **********/
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10000;
  padding: 60px 0 40px 0;
  width: 100%;
  background: #eeeeee;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1329px) {
  .l-dropdown-menu {
    position: static;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    background: transparent;
    color: #2d2d2d;
    box-shadow: none;
  }
}

.l-dropdown-menu-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1329px) {
  .l-dropdown-menu-list {
    display: block;
    padding: 10px 0;
    background: #eeeeee;
  }
}

.l-dropdown-menu-list__item {
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  width: 25%;
  font-size: 1.4rem;
  font-weight: 300;
  word-break: break-all;
}
@media screen and (max-width: 1329px) {
  .l-dropdown-menu-list__item {
    width: 33.3333%;
  }
  .l-dropdown-menu-list__item {
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
  }
  
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
  
  .l-dropdown-menu-list__link {
    display: block;
    color: #2d2d2d;
    padding: 13px 20px 13px 20px;
  }

  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
}

/********** ヘルプナビ **********/
.l-header-help {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.l-header-help__btn {
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}
.l-header-help__btn.is-on {
  background: #eeeeee;
}
@media screen and (max-width: 1329px) {
  
  .l-header-help {
    right: 90px;
  }
  .l-header-help__btn {
    width: 50px;
  }
}
@media screen and (max-width: 559px) {
  .l-header-help {
    right: 65px;
  }
}

.l-header-account {
  margin-left: 5px;
}

.l-header-account__contents {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header-account__contents {
    display: block !important;
  }
}


@media screen and (max-width: 1329px) {
  .l-header-account__btn {
    display: none;
  }
}

.l-header-account-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-header-account-list__item {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .l-header-account-list__item {
    margin-bottom: 0;
  }
}
.l-header-account-list__item:last-child {
  margin-bottom: 0;
}

.l-header-account-list__link {
  font-size: 1.4rem;
}

/* ヘッダー 検索フォーム */
.l-header-search {
  position: relative;
}
@media screen and (max-width: 1329px) {
  .l-header-search {
    display: none;
  }
}

.l-header-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: #ffffff !important;
}
.l-header-search__btn img {
  width: 24px;
}

.l-header-search__contents {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
}
.l-header-search__contents.is-on {
  width: 270px;
  z-index: 101;
}
.l-header-search__contents.is-on .l-header-search__form {
  animation: anime-search 0.4s ease forwards;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.l-header-search__contents.is-on .l-header-search__submit {
  background: #f5f5f5;
}

@keyframes anime-search {
  0% {
    width: 50px;
  }
  100% {
    width: 100%;
  }
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: #f5f5f5;
  width: 100%;
  transition: all ease 0.4s;
}
@media screen and (max-width: 950px) {
  .l-header-search__form {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form input::placeholder {
  color: #777777;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #777777;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #777777;
}

.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border: none;
  background: transparent;
  color: #2d2d2d;
}
.l-header-search__input input:focus {
  outline: none;
}

.l-header-search__submit {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: #f5f5f5;
}
.l-header-search__submit img {
  width: 24px;
}

.l-header-search__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

/***** SP ヘルプナビ *****/
.l-sp-header-help {
  display: none;
}
@media screen and (max-width: 950px) {
  .l-sp-header-help {
    display: block;
  }
}

.l-sp-header-help-box {
  margin-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.l-sp-header-help__ttl {
  font-size: 1.8rem;
}

.l-sp-header-help-list {
  margin-left: 5px;
  margin-right: 5px;
  border-top: 1px solid #000000;
}

.l-sp-header-help-list__item {
  border-bottom: 1px solid #000000;
}

.l-sp-header-help-list__link {
  display: block;
  padding: 10px 13px;
  font-size: 1.3rem;
}

/***** SP SNS *****/
.l-sp-header-sns-list {
  display: none;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1329px) {
  .l-main-navi.is-open .l-sp-header-sns-list {
    display: flex;
  }
}

.l-sp-header-sns-list__item {
  margin-right: 25px;
}
.l-sp-header-sns-list__item:last-child {
  margin-right: 0;
}

/***** SP 検索 *****/
.l-sp-header-search {
  display: none;
}
@media screen and (max-width: 1329px) {
  .l-main-navi.is-open .l-sp-header-search {
    display: block;
    margin-bottom: 30px;
  }
}

.l-sp-header-search__btn img {
  width: 25px;
}

.l-sp-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  border: 2px solid #000000;
}
.l-sp-header-search__form input::placeholder {
  color: #777777;
}
.l-sp-header-search__form input:-ms-input-placeholder {
  color: #777777;
}
.l-sp-header-search__form input::-ms-input-placeholder {
  color: #777777;
}

.l-sp-header-search__input {
  flex: 1;
}
.l-sp-header-search__input input {
  box-sizing: border-box;
  padding: 15px 50px 15px 15px;
  width: 100%;
  height: 55px;
  border: none;
  background: transparent;
}

.l-sp-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 55px;
  border: 0;
  background: none;
}
.l-sp-header-search__submit img {
  width: 25px;
}

.l-header-cart {
  margin-left: 5px;
}
.l-header-cart a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
}
@media screen and (max-width: 1329px) {
  .l-header-cart {
    display: none;
  }
}

.l-header-cart-btn img {
  width: 26px;
}

.l-header-cart-btn__count,
.p-global-header__cart-count {
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1rem;
  background: #b60000;
  color: #ffffff;
  text-align: center;
}

/***** SNSリンク *****/
.l-sns-navi {
  position: fixed;
  left: 30px;
  top: 40%;
}
@media screen and (max-width: 1023px) {
  .l-sns-navi {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .l-sns-navi-list {
    display: flex;
    justify-content: center;
  }
}

.l-sns-navi-list__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}

/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
  width: 1280px;
  max-width:100%;
}
@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
    width: 100%;
    padding-bottom:60px;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}
/********** STAFF **********/
.p-staff {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 40px 20px;
  }
}
.p-staff + .p-calendar {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff + .p-calendar {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-staff-box {
  overflow: hidden;
}
.p-staff__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-staff__img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90px;
  }
}
.p-staff__img-name {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #909090;
  text-align: center;
}
/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding: 65px 0;
  margin-top:55px;
  min-width: 510px;
  background-color:#edebe6;
}

.p-calendar .c-ttl-bg{
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-calendar {
    padding:60px 0;
    margin-top: 35px;
    min-width: inherit;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 30px;
  width: 300px;
  margin:0 40px;
  text-align: center;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
@media screen and (max-width: 1030px) {
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 80%;
  }

}
.tbl_calendar:first-child {
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 1.2rem;
  color: #b3b3b3;
}
.tbl_calendar td {
  padding: 5px;
  font-size: 1.4rem;
}

.side_cal_memo {
  font-size: 1.4rem;
   display: block;
   margin:35px auto 0;
    width: 50%;
  text-align:center;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    width: 80%;
    text-align:left;
}
}

/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  padding-bottom: 85px;
  padding-top:40px;
	background-color:#e6e3db;
}

.p-shopguide-txt{
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}

@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
  border-right: 1px solid #ffffff;
}
.p-shopguide-column:last-child{
  border-right:none;
}

@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
 width:85%;
  padding-left:20px;
}



.p-shopguide-head {
  margin-bottom: 25px;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  font-size:2rem;
  margin-bottom: 30px;
  text-align:left;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  font-size: 1.4rem;
  line-height:2.4rem;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 1.2rem;
}
/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 60px 0;
  background: #f7f7f7;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
  max-width:105px;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 30px;
    text-align: center;
    max-width: 700px;
    margin:0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer{
    padding: 65px 0 35px;
  }
  .l-footer-shopinfo {
    max-width:100%;
  }
}

.l-footer-shopinfo__logo img {
  max-width: 170px;
}

.l-footer-shopinfo__logo .logo-pc {
  display: inline-block;
    width: 105px;
    height: 95px;
    image-rendering: -webkit-optimize-contrast;
  
}

.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #909090;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    width: 20%;
    margin: 30px auto;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
    .l-footer-sns-list {
    width: 55%;
    margin: 50px auto;
    justify-content: space-around;
}
  }

.l-footer-sns-list__item {
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-sns-list__item {
    margin:0 20px;
}
  
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
  font-size:1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
    margin-top: 50px;
    font-size:1.4rem;
  }
}
.l-footer-navi-list {
  margin-left: 90px;
}
@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    width: auto;
    text-align:center;
    margin-bottom:30px;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  /*.l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;

    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }*/
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
    background-color: #f7f7f7;
    padding-bottom: 30px;
    font-size: 1.3rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}
/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #edebe6;
  background-image: url();
  color: #2b3438;
}
a {
  color: #2b3438;
}
a:hover {
  color: #5e5e5e;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.checked-bg{
  background-color:#edebe6;
  padding: 30px 0 55px;
}

@media screen and (max-width: 767px) {
  .checked-bg{
  padding:20px 0 50px;
}
}

.l-footer-top{
  display:inline-block;
  position:relative;
      width: 100%;
    height: 26px;
    text-align: center;
    background-color: #2b3438;
}

.l-footer-top img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.l-go-top__btn {
  position: relative;
  height: 30px;
  border: 0;
  width: 100%;
  background: #2b3438;
  overflow: hidden;
  text-indent: -99999px;
  transition: all ease 0.2s;
}
.l-go-top__btn:hover {
  background: #000000;
}
.l-go-top__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-135deg);
}

.sns-icon{
  width:18px;
}

@media screen and (max-width: 767px) {
  .sns-icon{
  width:23px;
}
}

.header-sub{
  display:inline-block;
  width:100%;
  height:136px;
  background-color:#fff;
}

@media screen and (max-width: 559px) {
  .header-sub{
    height:100px;
  }
}

/******************************/
/* フリーページ-お知らせ- */
/******************************/

.info_container{
			
		}	
.info_container .info_box {
    display: inline-block;
    background-color: #e6e3db;
    padding: 35px 65px;
    margin: 20px 0;
    font-family: YuGothic, "Yu Gothic", sans-serif;
}
.info_container .info_box .c-ttl-second {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    font-size: 1.8rem;
  font-weight: normal;
    margin: 0;
    padding-bottom: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.info_container .info_box p {
    display: inline-block;
    width: 100%;
    padding: 25px 15px 0;
    font-size: 1.4rem;
    margin: 0;
}
.info_container .info_box p span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .info_container .info_box .c-ttl-second {
    font-size: 1.6rem;
    padding-bottom: 20px;
}
  
  .info_container .info_box {
    padding: 30px 15px;
    margin: 10px 0;
}
  .info_container .info_box p {
    padding: 20px 0 0;
}
  .info_container .info_box p span{
  
  }
}





/* 栄養成分表 */
.qf-nutrition_seibun-item+.qf-nutrition_seibun-item{margin-top:40px}
.qf-nutrition_product{margin-bottom:20px}
.qf-nutrition_product-name{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #c9c9c9;font-size:4.369vw}
.qf-nutrition_product-imagewrapper{display:flex;align-items:center;text-align:center}
.qf-nutrition_product-image,.qf-nutrition_seibun-per{width:50%}
.qf-nutrition_seibun-data dl{display:flex;border-bottom:1px solid #c9c9c9}
.qf-nutrition_seibun-data dt{background:#f7f7f7}
.qf-nutrition_seibun-data dd,.qf-nutrition_seibun-data dt{font-weight: normal;box-sizing:border-box;width:50%;padding:10px 15px;font-size:3.883vw;text-align:center}
.qf-nutrition_genzairyo dl,.qf-nutrition_seibun-data{border-top:1px solid #c9c9c9}
.qf-nutrition_genzairyo dl{border-bottom:1px solid #c9c9c9}
.qf-nutrition_genzairyo dt{background:#f7f7f7;border-bottom:1px solid #c9c9c9}
.qf-nutrition_genzairyo dd,.qf-nutrition_genzairyo dt{font-weight: normal;box-sizing:border-box;padding:10px 15px;font-size:3.883vw}

@media (min-width: 768px){
.qf-nutrition_seibun-product{display:flex;flex-wrap:wrap}
.qf-nutrition_seibun-item+.qf-nutrition_seibun-item{margin-top:50px}
.qf-nutrition_product{flex:1 1 auto;width:300px;margin-bottom:0}
.qf-nutrition_seibun-data{display:flex}
.qf-nutrition_product-name{font-size:15px;margin-bottom:0;padding-bottom:5px}
.qf-nutrition_product-imagewrapper{height:172px}
.qf-nutrition_product-image{width:163px}
.qf-nutrition_seibun-per{flex:1 1 auto}
.qf-nutrition_seibun-data dl{flex:1 1 auto;flex-direction:column;border-bottom:0}
.qf-nutrition_seibun-data dt{font-size:15px;width:auto;padding:0 5px 10px;background:transparent;border-bottom:1px solid #c9c9c9;white-space:nowrap}
.qf-nutrition_seibun-data dd{font-size:15px;width:auto;flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:10px}
.qf-nutrition_seibun-data{flex:1 1 auto;border-top:0}
.qf-nutrition_genzairyo dl{display:flex}
.qf-nutrition_genzairyo dl:nth-child(n+2){border-top:0}
.qf-nutrition_genzairyo dt{font-size:15px;flex:0 0 auto;display:flex;align-items:center;width:250px;padding:13px 25px;border-bottom:0}
.qf-nutrition_genzairyo dd{font-size:15px;flex:1 1 auto;padding:13px 25px}
}


h1.header-ttl{
    font-size: 12px;
    padding: 0 50px;
}

@media screen and (max-width: 559px) {
h1.header-ttl {
     padding:0 15px;
}