@charset "UTF-8";
/* ==========================================================================
 Abstracts　
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
/* BREAKPOINT
-------------------------------------------------- */
/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Vendors
========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /* height: 100%; */
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

@media (max-width: 768px) {
  .slick-prev {
    left: -14px;
  }
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .slick-next {
    right: -14px;
  }
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #57606f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #57606f;
}

/* ==========================================================================
 Base
========================================================================== */
/* ==========================================================================
 Abstracts　
========================================================================== */
body {
  color: #4d4d4d;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*文字シャギーを解消　適宜追加*/
h2, h3, h4, h5, h6, p, ul, ol, dl, label, select, input, span, .alert, table {
  transform: rotate(0.03deg);
}

/*文字シャギーを解消(個別にクラス付与用) */
.c-shaggy--no {
  transform: rotate(0.03deg);
}

.c-shaggy--clear {
  transform: rotate(0);
}

a {
  transition: 0.3s;
}

main {
  padding: 0;
}

.container {
  max-width: 1200px !important;
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-transition--hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/* 画像 border5px　hover：茶色に変化 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-images-border--hover {
  border: solid 5px #e6e6e6;
}
.c-images-border--hover:hover {
  border: solid 5px #d5a993;
  transition: 0.3s;
}

.b-w-50p {
  width: 50px;
}

.b-w-75p {
  width: 75px;
}

.b-w-100p {
  width: 100px;
}

.b-border-general {
  border-color: #67413b !important;
}

.b-border-bg_base {
  border-color: #f0e0d8 !important;
}

.b-border-pickup {
  border-color: #c38453 !important;
}

.b-border-bg_base--darken {
  border-color: #e2c3b3 !important;
}

.b-border-pink {
  border-color: pink !important;
}

.b-border-green {
  border-color: #ed6c00 !important;
}

.b-border-0 {
  border-width: 0 !important;
}

.b-border-1 {
  border-width: 1px !important;
}

.b-border-2 {
  border-width: 2px !important;
}

.b-border-3 {
  border-width: 3px !important;
}

.b-border-4 {
  border-width: 4px !important;
}

.b-border-5 {
  border-width: 5px !important;
}

.b-border-x-0 {
  border-left: 0;
  border-right: 0;
}

.b-border-y-0 {
  border-top: 0;
  border-bottom: 0;
}

@media (max-width: 768px) {
  .b-border-md-0 {
    border: 0 !important;
  }
}
.b-bg-base {
  background: #f0e0d8;
}

.b-bg-lightgrey {
  background: #e6e6e6;
}

.b-bg-lightyellow {
  background: lightyellow;
}

.b-bg-lavenderblush {
  background: lavenderblush;
}

.b-bg-orange {
  background: #ff7300;
}

.b-bg-blown {
  background: #8d706c;
}

.b-bg-general {
  background: #67413b;
}

.b-bg-lightgreen {
  background: #fceeca;
}

.b-bg-infomation {
  background: #d5a993;
}

.b-bg-green {
  background: #ed6c00;
}

.b-bg-light-green {
  background: #fceeca;
}

.b-bg-yellow {
  background: #f6c521;
}

.b-bg-base--hover:hover {
  background: #f0e0d8;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* COLOR FONT
-------------------------------------------------- */
.b-color-font {
  color: #4d4d4d;
}

.b-color-font-sub {
  color: #808080;
}

.b-color-font-w {
  color: #FFF;
}

.b-color-font-general {
  color: #67413b;
}

.b-color-font-yellow {
  color: #fcee21;
}

.b-color-red {
  color: #f20400;
}

/* FONT SIZE
-------------------------------------------------- */
.c-font-s-24 {
  font-size: 1.5rem;
}

.c-font-s-22 {
  font-size: 1.375rem;
}

.c-font-s-20 {
  font-size: 1.25rem;
}

.c-font-s-18 {
  font-size: 1.125rem;
}

.c-font-s-16 {
  font-size: 1rem;
}

.c-font-s-14 {
  font-size: 0.9rem;
}

.c-font-s-12 {
  font-size: 0.75rem;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 2.5rem;
}

.display-7 {
  font-size: 2rem;
}

/* LINE-HEIGHT
-------------------------------------------------- */
.c-line-height-normal {
  line-height: 1.2;
}

.c-line-height-min {
  line-height: 1;
}

/* H1〜H6
-------------------------------------------------- */
h2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.4rem;
  }
}

a {
  transition: 0.3s;
}

main {
  padding: 0;
}

.b-weight900 {
  font-weight: 900;
}

/* LINK COLOR
-------------------------------------------------- */
/*リンク　normal:こげ茶　hover：明るい茶　(主にナビゲーション用) */
.b-link-navigation {
  color: #411108;
}
.b-link-navigation:hover, .b-link-navigation:focus {
  color: #852310;
  text-decoration: none;
}

/*リンク　normal:pickup(下線あり)　hover：暗いpickup(下線なし) */
.b-link-pickup {
  color: #c38453;
  text-decoration: underline;
}
.b-link-pickup:hover, .b-link-pickup:focus {
  color: #955f34;
  text-decoration: none;
}

/*リンク　normal:pickup(下線なし)　hover：暗いpickup(下線あり)　※アニメーション */
.b-link-pickup--hover {
  color: #c38453;
  position: relative;
  display: inline-block;
}
.b-link-pickup--hover:hover {
  color: #955f34;
  text-decoration: none;
}
.b-link-pickup--hover::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #955f34;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.b-link-pickup--hover:hover::after {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}

/*リンク　normal:general(下線なし)　hover：明るいgeneral(下線なし)※c-button-generalと同じ */
.b-link-general {
  color: #67413b;
  text-decoration: none;
}
.b-link-general:hover, .b-link-general:focus {
  color: #986057;
  text-decoration: none;
}

/*リンク　normal:白　hover：薄くなる */
.b-text-white-link {
  color: #FFF !important;
}
.b-text-white-link a {
  text-decoration: none;
}

/* 鏡文字　反転
-------------------------------------------------- */
.b-text-mirror {
  transform: scaleX(-1);
  display: inline-block;
}

/* ==========================================================================
 Layout
========================================================================== */
/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Header
========================================================================== */
.l-header .navbar-brand {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .l-header {
    position: fixed;
    z-index: 20;
    background: #FFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
}

.l-header--top h1 {
  font-size: 2rem !important;
  margin: 0;
  padding: 0;
}
.l-header--top .navbar-brand {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .l-header--top {
    position: fixed;
    z-index: 20;
    background: #FFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 0.25rem 1rem;
  }
}

.l-header-button {
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  height: 3.3rem;
}
.l-header-button i {
  font-size: 1.8rem;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .l-header-button {
    font-size: 1rem;
  }
  .l-header-button i {
    font-size: 1.5rem;
  }
}

.l-header-logo img {
  width: 9rem;
}
@media (max-width: 992px) {
  .l-header-logo {
    margin-top: 5px;
  }
  .l-header-logo img {
    width: 6.5rem;
  }
}
@media (max-width: 992px) and (-ms-high-contrast: none) {
  .l-header-logo img {
    height: 100%;
  }
}

.l-header-logo--55 img {
  width: 12rem;
}
@media (max-width: 992px) {
  .l-header-logo--55 {
    margin-top: 5px;
  }
  .l-header-logo--55 img {
    width: 10rem;
  }
}
@media (max-width: 992px) and (-ms-high-contrast: none) {
  .l-header-logo--55 img {
    height: 100%;
  }
}

.l-header-logo--top img {
  width: 9rem;
}
@media (max-width: 992px) {
  .l-header-logo--top img {
    width: 6.5rem;
    height: 100%;
  }
}
@media (max-width: 992px) and (-ms-high-contrast: none) {
  .l-header-logo--top img {
    height: 100%;
  }
}

.l-header-logo--top--55 img {
  width: 12rem;
}
@media screen and (max-width: 1030px) {
  .l-header-logo--top--55 img {
    width: 10rem;
    height: 100%;
  }
}
@media screen and (max-width: 1030px) and (-ms-high-contrast: none) {
  .l-header-logo--top--55 img {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-logo--top--55 img {
    width: 7rem;
    height: 100%;
  }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: none) {
  .l-header-logo--top--55 img {
    height: 100%;
  }
}

.l-header-content p {
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .l-header-content p {
    font-size: 0.6rem;
    margin: 2px 0 0 0;
    padding: 0;
  }
  .l-header-content button {
    padding: 0;
  }
}

/*PC カート価格　ブロック*/
.l-header-cart {
  text-align: right;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
.l-header-cart .alert {
  padding: 0;
  margin: 0.1rem 0 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .l-header-cart {
    font-size: 0.8rem;
  }
}

/*PC　ログイン情報　ブロック*/
.l-header-login {
  font-size: 0.8rem;
}

/*PC　顧客名　ブロック*/
.l-header-name {
  max-width: 13rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
  font-size: 0.9rem;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  .l-header-name {
    height: 1rem;
  }
}

/*SP ハンバーガー　ブロック*/
.l-header-nav-block--hamburger {
  width: 3rem;
}

/*SP ナビゲーション　ブロック*/
.l-header-nav-block {
  font-size: 1.6rem;
  text-align: center;
  color: #411108 !important;
}
.l-header-nav-block a {
  display: block;
}
.l-header-nav-block p {
  margin: 0 0.5rem;
}
@media (max-width: 992px) {
  .l-header-nav-block {
    font-size: 1.3rem;
  }
  .l-header-nav-block p {
    margin: 0 0.1rem;
  }
  .l-header-nav-block i {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 320px) {
  .l-header-nav-block {
    font-size: 1.3rem;
  }
}

/*SP カートアイコンと赤丸数量表示*/
.l-header-nav-cart {
  position: relative;
  /*PC　カート中身なしのアイコン*/
}
.l-header-nav-cart-count {
  position: absolute;
  right: 3px;
  bottom: 16px;
  display: inline-block;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
  background-color: #ff6368;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.l-header-nav-cart-count--pc {
  position: absolute;
  left: 44px;
  top: 6px;
  display: inline-block;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
  background-color: #ff6368;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

/*header SNSアイコン*/
.l-header-sns {
  width: 3rem;
}
@media (max-width: 768px) {
  .l-header-sns {
    width: 2.8rem;
  }
}
@media (max-width: 768px) {
  .l-header-sns {
    padding-right: 0.5rem;
  }
}

/* HEADER--CAMPAING
-------------------------------------------------- */
/*キャンペーン　帯基盤*/
.l-header-campaign-area {
  font-size: 1.2rem;
  display: block;
  padding: 0.3rem 1rem;
}
.l-header-campaign-area:hover {
  transition: 0.3s;
}
.l-header-campaign-area p {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .l-header-campaign-area {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/*キャンペーン　帯　オレンジ--初回送料無料キャンペーン*/
.l-header-campaign-area--orange {
  color: #FFF;
  background: #ff7300;
}
.l-header-campaign-area--orange:hover {
  color: #FFF;
  background: #f5b043;
}

/*キャンペーン　帯　赤--マメー7倍*/
.l-header-campaign-area--mame {
  color: #FFF;
  background: #fe0036;
}

/*キャンペーン　帯　ゴールド--季節の珈琲プレゼント・プレミアムステージキャンペーン*/
.l-header-campaign-area--pre2209 {
  background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
}
.l-header-campaign-area--pre2209:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*キャンペーン　帯　濃いオレンジ--2.22の日プレミアムステージキャンペーン*/
.l-header-campaign-area--premium2211 {
  color: #FFF;
  background: #ec6c00;
}
.l-header-campaign-area--premium2211:hover {
  color: #FFF;
  background: #b95500;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Footer
========================================================================== */
.l-footer {
  background-color: #f0e0d8;
}
.l-footer p {
  margin: 0;
  padding: 0;
}

.l-copyright {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 576px) {
  .l-copyright {
    text-align: left;
  }
}

/*ガイド等 等間隔リンク＿＿＿＿＿＿＿＿＿＿＿*/
.l-footer-local-navigation {
  margin: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
}
.l-footer-local-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.l-footer-local-navigation li {
  list-style-type: none;
  color: #808080;
  flex-grow: 1;
  text-align: center;
  font-size: 0.9rem;
}
.l-footer-local-navigation li + li {
  border-left: 1px solid #f0e0d8;
}
@media (max-width: 992px) {
  .l-footer-local-navigation ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-footer-local-navigation li {
    text-align: left;
    flex-grow: 0;
    width: 50%;
  }
  .l-footer-local-navigation li a {
    display: block;
    padding: 0.5rem;
  }
  .l-footer-local-navigation li a:hover {
    background-color: #f0e0d8;
  }
  .l-footer-local-navigation li + li {
    border: 0;
  }
}

/*ガイド等 リスト--リンク＿＿＿＿＿＿＿＿＿＿＿*/
.l-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer-links li {
  position: relative;
  margin: 0;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
}
.l-footer-links li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
.l-footer-links a {
  color: #4d4d4d;
  text-decoration: underline;
}
.l-footer-links a:hover, .l-footer-links a:focus {
  color: #955f34;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-footer-links ul {
    margin-bottom: 2rem;
  }
}

.l-footer-mark {
  padding: 0 0.5rem;
}

.l-footer-mark-block a {
  position: relative;
  width: 70px;
  height: 70px;
}
.l-footer-mark-block a .img-fluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .l-footer-mark-block {
    width: 60px;
    height: 60px;
  }
}

/* ページTOP ____________________ */
#l-link--page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0.5rem;
  bottom: -50px;
  background: #808080;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 10;
}
#l-link--page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#l-link--page-top a::before {
  font-family: "icomoon" !important;
  font-weight: 900;
  content: "\e908";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* #cart-top ____________________ */
#l-link--cart-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
#l-link--cart-top a {
  width: 70px;
  text-align: center;
  display: block;
}
#l-link--cart-top a img {
  width: 100%;
}
#l-link--cart-top a:hover {
  cursor: pointer;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Nabigation
========================================================================== */
/*共通　ナビゲーションエリア＿＿＿＿＿＿＿＿＿＿＿*/
@media (max-width: 992px) {
  .l-navbar-area {
    margin-top: 3.5rem;
  }
}
@media (max-width: 576px) {
  .l-navbar-area {
    margin-top: 6.2rem;
  }
}

/*共通　TOP　茶色帯＿＿＿＿＿＿＿＿＿＿＿*/
.l-navbar-top {
  background-color: #411108;
  font-size: 1.1rem;
  color: #FFF !important;
}
.l-navbar-top ul {
  display: flex;
  margin-bottom: 0;
}
.l-navbar-top li {
  list-style-type: none;
  flex-grow: 1;
  text-align: center;
  vertical-align: top;
  color: #FFF;
}
.l-navbar-top li a {
  display: block;
  padding: 0.8rem 0;
}
.l-navbar-top li a:hover {
  background-color: #87554e;
  text-decoration: none;
  opacity: 1 !important;
}
.l-navbar-top i {
  padding-right: 5px;
  font-size: 1.3rem;
}
.l-navbar-top-line {
  border-right: 1px solid #f0e0d8;
  margin-top: 0.8rem;
  height: 30px;
}
@media (max-width: 992px) {
  .l-navbar-top {
    background-color: #411108;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .l-navbar-top {
    font-size: 0.89rem;
  }
}

/*共通　Step(入力画面ステップ数)＿＿＿＿＿＿＿＿＿＿＿*/
.l-step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}
.l-step li {
  display: table-cell;
  position: relative;
  background: #f0e0d8;
  color: #808080;
  text-align: center;
  padding: 1em 0.5em 1em 2em;
}
.l-step li:last-child {
  padding-right: 1em;
}
.l-step li:last-child:before, .l-step li:last-child:after {
  display: none;
}
.l-step li:before, .l-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.l-step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.l-step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f0e0d8;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.l-step li.l-step-current {
  background: #67413b;
  font-weight: bold;
  color: #FFF;
}
.l-step li.l-step-current:after {
  border-color: transparent transparent transparent #67413b;
}

/* HOME SIDE-NAVIGATION
-------------------------------------------------- */
/* PC サイドナビゲーション　ピックアップバナー ＿＿＿＿＿＿＿＿＿＿＿*/
.l-pickup-bunner {
  background: #f0e0d8;
}
.l-pickup-bunner p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.l-pickup-bunner--red {
  color: #e50012;
}
.l-pickup-bunner--pink {
  color: #FC427B;
}
.l-pickup-bunner--purple {
  color: #8854d0;
}
.l-pickup-bunner a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
}
.l-pickup-bunner a:hover {
  background: #e9d1c6;
}
@media (max-width: 1200px) {
  .l-pickup-bunner p {
    font-size: 0.7rem;
  }
}

.l-pickup-bunner-inner img {
  float: left;
  margin-right: 0.5rem;
}
.l-pickup-bunner-inner p {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .l-pickup-bunner-inner p {
    font-size: 0.9rem;
  }
}

/* PC サイドナビゲーション　カテゴリー ＿＿＿＿＿＿＿＿＿＿＿*/
.l-navbar-side {
  width: 21%;
  padding-right: 0.8rem;
}
.l-navbar-side::after {
  content: "";
  display: block;
  clear: both;
}
.l-navbar-side ul, .l-navbar-side li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.l-navbar-side i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  width: 25%;
}

/*サイドバー包材アイコン*/
.l-navbar-side-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.l-navbar-side-icon--coffee {
  background: url(../../assets_temp/img/home/icon-coffee.gif) no-repeat;
}
.l-navbar-side-icon--coffee-drip {
  background: url(../../assets_temp/img/home/icon-coffee-drip.png) no-repeat;
}
.l-navbar-side-icon--coffee-bean {
  background: url(../../assets_temp/img/home/icon-coffee-bean.png) no-repeat;
}
.l-navbar-side-icon--cantafe {
  background: url(../../assets_temp/img/home/icon-cantafe.gif) no-repeat;
}
.l-navbar-side-icon--cantafe-cantafe {
  background: url(../../assets_temp/img/home/icon-cantafe.png) no-repeat;
}
.l-navbar-side-icon--tea {
  background: url(../../assets_temp/img/home/icon-tea.gif) no-repeat;
}
.l-navbar-side-icon--tea-greentea {
  background: url(../../assets_temp/img/home/icon-tea-greentea.png) no-repeat;
}
.l-navbar-side-icon--tea-blacktea {
  background: url(../../assets_temp/img/home/icon-tea-blacktea.png) no-repeat;
}
.l-navbar-side-icon--tea-asiatea {
  background: url(../../assets_temp/img/home/icon-tea-asiatea.png) no-repeat;
}
.l-navbar-side-icon--tea-wellnestea {
  background: url(../../assets_temp/img/home/icon-tea-wellnestea.png) no-repeat;
}
.l-navbar-side-icon--tea-tearapy {
  background: url(../../assets_temp/img/home/icon-tea-tearapy.png) no-repeat;
}
.l-navbar-side-icon--health {
  background: url(../../assets_temp/img/home/icon-helth.gif) no-repeat;
}
.l-navbar-side-icon--health-greentea {
  background: url(../../assets_temp/img/home/icon-helth-greentea.gif) no-repeat;
}
.l-navbar-side-icon--health-bikokusai {
  background: url(../../assets_temp/img/home/icon-helth-bikokusai.gif) no-repeat;
}
.l-navbar-side-icon--health-other {
  background: url(../../assets_temp/img/home/icon-helth-other.gif) no-repeat;
}
.l-navbar-side-icon--health-other2205 {
  background: url(../../assets_temp/img/home/icon-helth-other2205.gif) no-repeat;
}
.l-navbar-side-icon--health-nuka {
  background: url(../../assets_temp/img/home/icon-helth-nuka.gif) no-repeat;
}
.l-navbar-side-icon--gift {
  background: url(../../assets_temp/img/home/icon-gift-gift.gif) no-repeat;
}
.l-navbar-side-icon--gift-gift {
  background: url(../../assets_temp/img/home/icon-gift-gift.gif) no-repeat;
}
.l-navbar-side-icon--osusume {
  background: url(../../assets_temp/img/home/icon-osusume.gif) no-repeat;
}
.l-navbar-side-icon--season {
  background: url(../../assets_temp/img/home/icon-season.gif) no-repeat;
}
.l-navbar-side-icon--campaign {
  background: url(../../assets_temp/img/home/icon-campaign.gif) no-repeat;
}
.l-navbar-side-icon--other {
  background: url(../../assets_temp/img/home/icon-other.gif) no-repeat;
}
.l-navbar-side-icon--marche {
  background: url(../../assets/img/home/icon-marche02.gif) no-repeat;
}
.l-navbar-side-icon--ichiba {
  background: url(../../assets_temp/img/home/icon-ichiba.gif) no-repeat;
}
.l-navbar-side-icon--ichiba-tukiji {
  background: url(../../assets_temp/img/home/icon-ichiba-tukiji.gif) no-repeat;
}
.l-navbar-side-icon--ichiba-oota {
  background: url(../../assets_temp/img/home/icon-ichiba-oota.gif) no-repeat;
}
.l-navbar-side-icon--ichiba-kawasaki {
  background: url(../../assets_temp/img/home/icon-ichiba-kawasaki.gif) no-repeat;
}
.l-navbar-side-icon--catalog {
  background: url(../../assets_temp/img/home/icon-catalog.gif) no-repeat;
}

.l-navbar-sidei-icon ul {
  list-style-position: inside;
  list-style-image: url(images/icon_check.png);
}

/*サイドバーアコーディオン ＿＿＿＿＿＿＿＿＿＿＿*/
#l-navbar-side-accordion ul {
  transform: none !important;
}
#l-navbar-side-accordion span {
  display: block;
  width: 70%;
}

/*大カテゴリー アコーディオンなし*/
.parent--only a {
  display: block;
  padding: 2% 9% 2% 2%;
}
.parent--only a:hover {
  background: #f0e0d8;
}

/*中カテゴリー アコーディオンなし*/
.child--only a {
  display: block;
  padding: 2% 9% 2% 2%;
  text-decoration: none;
}
.child--only a:hover {
  background: #e9d1c6;
}

/*中カテゴリーのツリー*/
#l-navbar-side-accordion2 a[data-toggle=collapse]:hover {
  background: #e9d1c6 !important;
}

/*大カテゴリーのツリー*/
#l-navbar-side-accordion,
#l-navbar-side-accordion2 {
  /*中カテゴリー*/
  /*小カテゴリー*/
}
#l-navbar-side-accordion li,
#l-navbar-side-accordion2 li {
  margin-bottom: -1px;
}
#l-navbar-side-accordion a,
#l-navbar-side-accordion2 a {
  color: #4d4d4d;
}
#l-navbar-side-accordion a[data-toggle=collapse],
#l-navbar-side-accordion2 a[data-toggle=collapse] {
  display: block;
  padding: 2% 9% 2% 2%;
  text-decoration: none;
  position: relative;
}
#l-navbar-side-accordion a[data-toggle=collapse]:hover,
#l-navbar-side-accordion2 a[data-toggle=collapse]:hover {
  background: #f0e0d8;
}
#l-navbar-side-accordion a[data-toggle=collapse]::after,
#l-navbar-side-accordion2 a[data-toggle=collapse]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #d5a993 2px solid;
  border-right: #d5a993 2px solid;
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#l-navbar-side-accordion a[aria-expanded=false]::after,
#l-navbar-side-accordion2 a[aria-expanded=false]::after {
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#l-navbar-side-accordion a[aria-expanded=true]::after,
#l-navbar-side-accordion2 a[aria-expanded=true]::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#l-navbar-side-accordion a[aria-expanded=true],
#l-navbar-side-accordion2 a[aria-expanded=true] {
  background: #f0e0d8;
}
#l-navbar-side-accordion .child img,
#l-navbar-side-accordion2 .child img {
  width: 20%;
  margin-right: 0.3rem;
}
#l-navbar-side-accordion .child a,
#l-navbar-side-accordion2 .child a {
  font-size: 1rem !important;
}
#l-navbar-side-accordion .child a:hover,
#l-navbar-side-accordion2 .child a:hover {
  background: #e2c3b3 !important;
}
#l-navbar-side-accordion .child li,
#l-navbar-side-accordion2 .child li {
  width: 100%;
  background: #e9d1c6 !important;
}
#l-navbar-side-accordion .child a[aria-expanded=true],
#l-navbar-side-accordion2 .child a[aria-expanded=true] {
  background: #e9d1c6 !important;
}
#l-navbar-side-accordion .grandchild a,
#l-navbar-side-accordion2 .grandchild a {
  display: block;
  padding: 0.8rem;
  font-size: 1rem !important;
}
#l-navbar-side-accordion .grandchild li,
#l-navbar-side-accordion2 .grandchild li {
  background: #e2c3b3 !important;
  background: #FFF;
}
#l-navbar-side-accordion .grandchild li a:hover,
#l-navbar-side-accordion2 .grandchild li a:hover {
  background: #dbb4a1 !important;
}

/***** アコーディオン　PCメニュー js不要cssのみ sougawa2023.4.24******/
/** アコーディオン全体、アコーディオンサブ */
.l-accordion_pc,
.l-acc_ul_chu,
.l-acc_ul_sho {
  padding: 0;
  list-style: none;
  vertical-align: middle;
  position: relative;
}

/** アコーディオン項目 */
.l-acc_li_dai,
.l-acc_li_chu,
.l-acc_li_sho {
  position: relative;
  margin: auto 0;
  padding: 0;
  border: 0 !important;
}

.sp_border {
  border: 1px solid #dee2e6 !important;
}

/** 1階層目の項目 */
.l-acc_lab_dai {
  background: #FFF;
  margin: 0 !important;
}

.l-acc_lab_dai:hover {
  background: #f0e0d8;
}

/** 2階層目の項目 */
.l-acc_lab_chu {
  padding: 2% 9% 2% 2%;
  background: #e9d1c6;
}

/** 3階層目の項目 */
.l-acc_a_sho {
  padding: 0.8rem 9% 0.8rem 0.8rem;
  background: #e2c3b3;
  font-size: 1rem !important;
}

.l-acc_a_sho:hover {
  background: #dbb4a1;
}

/** 3階層目の項目(右端のアイコン) */
.l-acc_a_sho::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #d5a993;
  border-right: 2px solid #d5a993;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}

.l-acc_a_sho:hover::after {
  right: 8px;
}

/** チェックボックス */
.l-acc_li_dai > [type=checkbox],
.l-acc_li_chu > [type=checkbox] {
  vertical-align: middle;
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

.l-acc_lab_dai {
  display: block;
  padding: 2% 9% 2% 2%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.l-acc_lab_chu,
.l-acc_a_sho {
  display: none;
  margin: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/** 非チェック時の項目 (スライドアップ・ダウン用) */
.l-input_dai:not(:checked) ~ .l-acc_ul_chu > .l-acc_li_chu > .l-acc_lab_chu,
.l-input_dai:not(:checked) ~ .l-acc_ul_chu > .l-acc_li_chu > .l-acc_ul_sho > .l-acc_li_sho > .l-acc_a_sho,
.l-input_chu:not(:checked) ~ .l-acc_ul_sho > .l-acc_li_sho > .l-acc_a_sho {
  height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  color: transparent;
  line-height: 0;
  transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
}

/** チェック時の項目 (スライドアップ・ダウン用) */
.l-input_dai:checked ~ .l-acc_ul_chu > .l-acc_li_chu > .l-acc_lab_chu,
.l-input_chu:checked ~ .l-acc_ul_sho > .l-acc_li_sho > .l-acc_a_sho {
  display: block;
  opacity: 1;
  font-size: 1rem !important;
  color: inherit;
  transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
}

/** 非チェック時の項目 (右端のアイコン) */
.l-input_dai ~ .l-acc_lab_dai::after,
.l-accordion_pc [type=checkbox] ~ .l-acc_lab_chu::after,
.l-accordion_pc [type=checkbox] ~ .l-acc_lab_sho::after,
.l-accordion_pc [type=checkbox] ~ .l-acc_a_sho::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #d5a993 2px solid;
  border-right: #d5a993 2px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

/** チェック時の項目 (右端のアイコン) */
.l-input_dai:checked ~ .l-acc_lab_dai::after,
.l-accordion_pc [type=checkbox]:checked ~ .l-acc_lab_chu::after,
.l-accordion_pc [type=checkbox]:checked ~ .l-acc_lab_sho::after,
.l-accordion_pc [type=checkbox]:checked ~ .l-acc_a_sho::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

/***** アコーディオン　スマホメニュー js不要cssのみ sougawa2023.4.24 ******/
/** アコーディオン全体、アコーディオンサブ */
.l-accordion_sp,
.l-acc_ul_chu_sp,
.l-acc_ul_sho_sp {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  position: relative;
  font-size: 1.1rem !important;
}

/** アコーディオン項目 */
.l-acc_li_dai_sp,
.l-acc_li_chu_sp,
.l-acc_li_sho_sp {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

/** 1階層目の項目 */
/** 2階層目の項目 */
.l-acc_lab_chu_sp {
  padding: 0.5em 1rem;
}

/** 3階層目の項目 */
.l-acc_a_sho_sp {
  padding: 0.8rem 9% 0.8rem 0.8rem;
  background: #67413b !important;
  font-size: 1.1rem !important;
}

/** 3階層目の項目(右端のアイコン) */
.l-acc_a_sho_sp::after {
  transition: 0.3s;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}

/** チェックボックス */
.l-acc_li_dai_sp > [type=checkbox],
.l-acc_li_chu_sp > [type=checkbox] {
  vertical-align: middle;
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

.l-acc_lab_dai_sp {
  display: block;
  margin: 0;
  padding: 5px 9% 5px 5px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.l-acc_lab_chu_sp,
.l-acc_a_sho_sp {
  display: none;
  margin: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/** 非チェック時の項目 (スライドアップ・ダウン用) */
.l-input_dai_sp:not(:checked) ~ .l-acc_ul_chu_sp > .l-acc_li_chu_sp > .l-acc_lab_chu_sp,
.l-input_dai_sp:not(:checked) ~ .l-acc_ul_chu_sp > .l-acc_li_chu_sp > .l-acc_ul_sho_sp > .l-acc_li_sho_sp > .l-acc_a_sho_sp,
.l-input_chu_sp:not(:checked) ~ .l-acc_ul_sho_sp > .l-acc_li_sho_sp > .l-acc_a_sho_sp {
  height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  background: #8d706c;
  color: transparent;
  line-height: 0;
  transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
}

/** チェック時の項目 (スライドアップ・ダウン用) */
.l-input_dai_sp:checked ~ .l-acc_ul_chu_sp > .l-acc_li_chu_sp > .l-acc_lab_chu_sp,
.l-input_chu_sp:checked ~ .l-acc_ul_sho_sp > .l-acc_li_sho_sp > .l-acc_a_sho_sp {
  display: block;
  opacity: 1;
  padding-top: 16px;
  font-size: 1.1rem !important;
  color: inherit;
  transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  background-color: #8d706c;
}

.l-input_chu_sp:checked ~ .l-acc_ul_sho_sp > .l-acc_li_sho_sp {
  border-bottom: 1px solid #FFF !important;
}

/** 非チェック時の項目 (右端のアイコン) */
.l-input_dai_sp ~ .l-acc_lab_dai_sp::after,
.l-accordion_sp [type=checkbox] ~ .l-acc_lab_chu_sp::after,
.l-accordion_sp [type=checkbox] ~ .l-acc_lab_sho_sp::after,
.l-accordion_sp [type=checkbox] ~ .l-acc_a_sho_sp::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: #FFF 3px solid;
  border-right: #FFF 3px solid;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

/** チェック時の項目 (右端のアイコン) */
.l-input_dai_sp:checked ~ .l-acc_lab_dai_sp::after,
.l-accordion_sp [type=checkbox]:checked ~ .l-acc_lab_chu_sp::after,
.l-accordion_sp [type=checkbox]:checked ~ .l-acc_lab_sho_sp::after,
.l-accordion_sp [type=checkbox]:checked ~ .l-acc_a_sho_sp::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Headline
========================================================================== */
.l-headline-box {
  background: #f0e0d8;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Searchbox
========================================================================== */
/* 検索form　PC　header用(サイズが固定) ＿＿＿＿＿*/
.l-searchbox-header form {
  margin: 0;
}

.l-searchbox-header-container {
  position: relative;
  box-sizing: border-box;
  border: 3px solid #ccc;
  display: block;
  padding: 4px 3px 4px 5px;
  border-radius: 3px;
  height: 3em;
  width: 290px;
  overflow: hidden;
}
.l-searchbox-header-container input[type=text] {
  border: none;
  height: 33px;
  width: 220px;
  padding-left: 5px;
  color: #808080;
}
.l-searchbox-header-container input[type=text]:focus {
  outline: 0;
  background-color: #f0e0d8;
  transition: 0.3s;
}
.l-searchbox-header-container input[type=submit] {
  position: absolute;
  right: 3px;
  top: 4px;
  padding: 2px 13px;
  background: #808080;
  border: 0;
  color: #fff;
  font-family: "icomoon" !important;
  font-size: 1.6rem;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .l-searchbox-header-container {
    width: 235px;
  }
  .l-searchbox-header-container input[type=text] {
    font-size: 12px;
    width: 168px;
  }
}
@media all and (max-width: 1066px) {
  .l-searchbox-header-container {
    width: 164px;
  }
  .l-searchbox-header-container input[type=text] {
    font-size: 12px;
    width: 94px;
  }
}
@media (max-width: 992px) {
  .l-searchbox-header-container {
    width: 235px;
  }
  .l-searchbox-header-container input[type=text] {
    font-size: 12px;
    width: 168px;
  }
}

/* 検索form　レスポンシブver ＿＿＿＿＿*/
.l-searchbox {
  position: relative;
  box-sizing: border-box;
  border: 3px solid #ccc;
  display: block;
  padding: 4px;
  border-radius: 3px;
  height: 3.4em;
  width: 100%;
  overflow: hidden;
}
.l-searchbox input[type=text] {
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  color: #808080;
}
.l-searchbox input[type=text]:focus {
  outline: 0;
  background-color: #f0e0d8;
  transition: 0.3s;
}
.l-searchbox input[type=submit] {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 2px 13px;
  background: #c38453;
  border: 0;
  color: #fff;
  font-family: "icomoon" !important;
  font-size: 1.9rem;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
}

/* 検索form　sp　header ＿＿＿＿＿*/
.l-searchbox--sp {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: block;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}
.l-searchbox--sp input[type=text] {
  border: none;
  border-radius: 1px;
  height: 30px;
  width: 100%;
  padding-left: 10px;
  font-size: 0.9rem;
  color: #808080;
}
.l-searchbox--sp input[type=text]:focus {
  outline: 0;
  background-color: #f0e0d8;
  transition: 0.3s;
}
.l-searchbox--sp input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #c38453;
  border: 0;
  border-radius: 1px;
  color: #fff;
  font-family: "icomoon" !important;
  font-size: 1rem;
  line-height: 0.9;
  outline: none;
  cursor: pointer;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Hamburger
========================================================================== */
/*　ハンバーガーボタン(三のstyle)＿＿＿＿＿＿＿＿＿＿＿*/
.l-hamburger {
  display: block;
  position: fixed;
  z-index: 81;
  right: 7px;
  top: 13px;
  width: 37px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  /* ナビ開いてる時のボタン(×のstyle) */
}
.l-hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #411108;
  transition: 0.3s ease-in-out;
}
.l-hamburger span:nth-child(1) {
  top: 0;
}
.l-hamburger span:nth-child(2) {
  top: 10px;
}
.l-hamburger span:nth-child(3) {
  top: 20px;
}
.l-hamburger p {
  position: absolute;
  top: 24px;
  right: -9px;
  width: 50px;
  font-size: 0.6rem;
  color: #411108;
}
@media screen and (max-width: 320px) {
  .l-hamburger {
    top: 13px;
    right: 13px;
  }
  .l-hamburger span {
    width: 27px;
    left: 14px;
  }
  .l-hamburger span:nth-child(1) {
    top: 0;
  }
  .l-hamburger span:nth-child(2) {
    top: 8px;
  }
  .l-hamburger span:nth-child(3) {
    top: 16px;
  }
  .l-hamburger p {
    top: 23px;
    right: -16px;
    font-size: 0.6rem;
  }
}
.l-hamburger.active span:nth-child(1) {
  top: 12px;
  left: 6px;
  background: #411108;
  transform: rotate(-45deg);
}
.l-hamburger.active span:nth-child(2),
.l-hamburger.active span:nth-child(3) {
  top: 12px;
  background: #411108;
  transform: rotate(45deg);
}
.l-hamburger.active p {
  color: #411108;
}
@media screen and (max-width: 320px) {
  .l-hamburger.active span:nth-child(1) {
    top: 9px;
    left: 13px;
  }
  .l-hamburger.active span:nth-child(2),
  .l-hamburger.active span:nth-child(3) {
    top: 9px;
  }
}

/*hamburger　展開　中身＿＿＿＿＿＿＿＿＿＿＿*/
nav.l-hamburger-content {
  position: fixed;
  overflow-y: scroll;
  z-index: 80;
  width: 100%;
  height: 100%;
  top: 3.5rem;
  left: 0;
  padding: 1rem 0 4.7rem 0;
  color: #fff;
  background: rgba(65, 17, 8, 0.95);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  webkit-overflow-scrolling: touch;
}
nav.l-hamburger-content p {
  font-size: 1.1rem;
  text-align: left;
}
nav.l-hamburger-content.active {
  opacity: 100;
  visibility: visible;
}
nav.l-hamburger-content ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
}
nav.l-hamburger-content ul li {
  list-style-type: none;
  padding: 0.4rem 0 0 0;
  width: 100%;
  transition: 0.4s all;
  border-bottom: 1px solid #FFF;
}
nav.l-hamburger-content ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
nav.l-hamburger-content ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
}

/*hamburger　展開　中身　－　ユーザー情報*/
.l-hamburger-user a {
  display: block;
  padding-top: 0.5rem;
}
.l-hamburger-user a:hover {
  background-color: #87554e;
  text-decoration: none;
  opacity: 1 !important;
}
.l-hamburger-user i {
  font-size: 1.8rem;
}
.l-hamburger-user p {
  text-align: center !important;
  font-size: 0.9rem !important;
}

/* このクラスを、jQueryで付与・削除する */
/*hamburger　展開　中身　－　カテゴリー*/
/*hamburger　展開　中身　－　各種リンク　リスト*/
.l-hamburger-infolinkarea {
  padding: 1rem 0.8rem;
}

.l-hamburger-infolink_block {
  padding: 0.5rem 0 0.3rem 0;
  background-color: #FFF;
}
.l-hamburger-infolink_block p {
  font-size: 0.6rem !important;
  text-align: center !important;
}
.l-hamburger-infolink_block i {
  font-size: 2.3rem;
}
.l-hamburger-infolink_block a {
  display: block;
}

.l-hamburger-category i {
  margin-right: 0.5rem;
}

/* ==========================================================================
 container
========================================================================== */
/* PC メイン ＿＿＿＿＿＿＿＿＿＿＿*/
.l-main {
  width: 79%;
  height: auto;
}
@media (max-width: 992px) {
  .l-main {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .l-main {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.l-full {
  width: 100%;
}

.l-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.l-container-sub {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-container-sub {
    padding: 0 1rem;
  }
}

/* ==========================================================================
 Components
========================================================================== */
/* ==========================================================================
 Abstracts　
========================================================================== */
.l-breadcrumbs {
  font-size: 0.9rem;
  z-index: 1;
}
.l-breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0.3rem 0;
}
.l-breadcrumbs li {
  transform: rotate(0.03deg);
}
.l-breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 28px;
}
.l-breadcrumbs li:not(:last-child)::after {
  display: block;
  position: absolute;
  width: 5px;
  height: 15px;
  top: 0px;
  right: 15px;
  font-family: "icomoon" !important;
  content: "\e907";
  color: #a6a6a6;
}
.l-breadcrumbs .active {
  color: #a6a6a6;
}

@media (max-width: 992px) {
  .l-breadcrumbs-wrap {
    　width: 100%;
    background: #fafafa;
  }
  .l-breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0.3rem 1rem;
  }
  .l-breadcrumbs li {
    display: inline;
    flex: 0 0 40%;
  }
}
/* ==========================================================================
 Abstracts　
========================================================================== */
.btn {
  transform: rotate(0.03deg);
}

/* BUTTON　COLOR
-------------------------------------------------- */
/* 白ボタン(bootstorap　outline-secondary　の背景白にするクラス)＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-outline-secondary--w {
  background-color: #fff;
}

/* マメーポントボタン(緑)＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-mame-point-green {
  background-color: #ed6c00;
}
.c-button-mame-point-green:hover {
  color: #FFF;
  background-color: #ff7808;
}

/* 濃茶色ボタン(ログイン等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-user,
.c-button-user.disabled, .c-button-user:disabled {
  color: #fff;
  background-color: #411108;
  border-color: #411108;
}

/* focusされた時の枠線の色 */
.c-button-user:focus, .c-button-user.focus,
.c-button-user:not(:disabled):not(.disabled):active:focus, .c-button-user:not(:disabled):not(.disabled).active:focus,
.show > .c-button-user.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-user:hover {
  color: #fff;
  background-color: #6e1d0e;
  border-color: #6e1d0e;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-user:not(:disabled):not(.disabled):active, .c-button-user:not(:disabled):not(.disabled).active,
.show > .c-button-user.dropdown-toggle {
  color: #fff;
  background-color: #9c2913;
  border-color: #9c2913;
}

/* オレンジボタン　重要なボタンに使う(主にカート・登録次　等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-important {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.c-button-important:hover {
  color: #fff;
  background-color: #ff944d;
  border-color: #ff944d;
}

/*disabled*/
.c-button-important.disabled,
.c-button-important:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.c-button-important.disabled:hover,
.c-button-important:disabled:hover {
  color: #fff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}

/* focusされた時の枠線の色 */
.c-button-important:focus, .c-button-important.focus,
.c-button-important:not(:disabled):not(.disabled):active:focus, .c-button-important:not(:disabled):not(.disabled).active:focus,
.show > .c-button-important.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.5);
}

.c-button-important .c-button-important:not(:disabled):not(.disabled):active,
.c-button-important:not(:disabled):not(.disabled).active,
.show > .c-button-important.dropdown-toggle {
  color: #fff;
  background-color: #ffa366;
  border-color: #ffa366;
}

/* 薄いグレーのボタン（headerカートに商品が無い場合等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-lost,
.c-button-lost.disabled, .c-button-lost:disabled {
  color: #808080;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

/* focusされた時の枠線の色 */
.c-button-lost:focus, .c-button-lost.focus,
.c-button-lost:not(:disabled):not(.disabled):active:focus, .c-button-lost:not(:disabled):not(.disabled).active:focus,
.show > .c-button-lost.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-lost:hover {
  color: #808080;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-lost:not(:disabled):not(.disabled):active, .c-button-lost:not(:disabled):not(.disabled).active,
.show > .c-button-lost.dropdown-toggle {
  color: #808080;
  background-color: silver;
  border-color: silver;
}

/* 茶色ボタン　通常リンク(詳細リンクやマイページリンク等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-general,
.c-button-general.disabled, .c-button-general:disabled {
  color: #fff;
  background-color: #67413b;
  border-color: #67413b;
}

/* focusされた時の枠線の色 */
.c-button-general:focus, .c-button-general.focus,
.c-button-general:not(:disabled):not(.disabled):active:focus, .c-button-general:not(:disabled):not(.disabled).active:focus,
.show > .c-button-general.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.9);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-general:hover {
  color: #fff;
  background-color: #986057;
  border-color: #986057;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-general:not(:disabled):not(.disabled):active, .c-button-general:not(:disabled):not(.disabled).active,
.show > .c-button-general.dropdown-toggle {
  color: #fff;
  background-color: #a56c63;
  border-color: #a56c63;
}

/* 青色ボタン　(主に定期便　等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-teiki,
.c-button-teiki.disabled, .c-button-teiki:disabled {
  color: #fff;
  background-color: #2863a4;
  border-color: #2863a4;
}

/* focusされた時の枠線の色 */
.c-button-teiki:focus, .c-button-teiki.focus,
.c-button-teiki:not(:disabled):not(.disabled):active:focus, .c-button-teiki:not(:disabled):not(.disabled).active:focus,
.show > .c-button-teiki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-teiki:hover {
  color: #fff;
  background-color: #4789d2;
  border-color: #4789d2;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-teiki:not(:disabled):not(.disabled):active, .c-button-teiki:not(:disabled):not(.disabled).active,
.show > .c-button-teiki.dropdown-toggle {
  color: #fff;
  background-color: #5b96d7;
  border-color: #5b96d7;
}

/* 青色ボタン　(主に定期便同梱　等) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-teiki-enclosure,
.c-button-teiki-enclosure.disabled, .c-button-teiki-enclosure:disabled {
  color: #fff;
  background-color: #193e67;
  border-color: #193e67;
}

/* focusされた時の枠線の色 */
.c-button-teiki-enclosure:focus, .c-button-teiki-enclosure.focus,
.c-button-teiki-enclosure:not(:disabled):not(.disabled):active:focus, .c-button-teiki-enclosure:not(:disabled):not(.disabled).active:focus,
.show > .c-button-teiki-enclosure.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-teiki-enclosure:hover {
  color: #fff;
  background-color: #4789d2;
  border-color: #4789d2;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-teiki-enclosure:not(:disabled):not(.disabled):active, .c-button-teiki-enclosure:not(:disabled):not(.disabled).active,
.show > .c-button-teiki-enclosure.dropdown-toggle {
  color: #fff;
  background-color: #193e67;
  border-color: #193e67;
}

/* bg_baseカラーのボタン　(カテゴリー一覧--小カテゴリーボタン) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-bg-base,
.c-button-bg-base.disabled, .c-button-bg-base:disabled {
  color: #808080;
  background: #f0e0d8;
  border-color: #808080;
}

/* focusされた時の枠線の色 */
.c-button-bg-base:focus, .c-button-bg-base.focus,
.c-button-bg-base:not(:disabled):not(.disabled):active:focus, .c-button-bg-base:not(:disabled):not(.disabled).active:focus,
.show > .c-button-bg-base.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.9);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-bg-base:hover {
  color: #808080;
  background-color: #f7efea;
  border-color: #808080;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-bg-base:not(:disabled):not(.disabled):active, .c-button-bg-base:not(:disabled):not(.disabled).active,
.show > .c-button-bg-base.dropdown-toggle {
  color: #808080;
  background-color: #d4a58e;
  border-color: #d4a58e;
}

/* color-bg_blownカラーのボタン　(お気に入り登録済みボタン) ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-button-bg-blown,
.c-button-bg-base.disabled, .c-button-bg-base:disabled {
  color: #808080;
  background: #f0e0d8;
  border-color: #808080;
}

/* focusされた時の枠線の色 */
.c-button-bg-base:focus, .c-button-bg-base.focus,
.c-button-bg-base:not(:disabled):not(.disabled):active:focus, .c-button-bg-base:not(:disabled):not(.disabled).active:focus,
.show > .c-button-bg-base.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.9);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-button-bg-base:hover {
  color: #808080;
  background-color: #f7efea;
  border-color: #808080;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-button-bg-base:not(:disabled):not(.disabled):active, .c-button-bg-base:not(:disabled):not(.disabled).active,
.show > .c-button-bg-base.dropdown-toggle {
  color: #808080;
  background-color: #d4a58e;
  border-color: #d4a58e;
}

/* 白　brown枠のボタン ＿＿＿＿＿＿＿＿＿＿＿*/
/* 通常時 */
.c-btn-outline-brown,
.c-btn-outline-brown.disabled, .c-btn-outline-brown:disabled {
  color: #8d706c;
  background: #fff;
  border-color: #8d706c;
}

/* focusされた時の枠線の色 */
.c-btn-outline-brown:focus, .c-btn-outline-brown.focus,
.c-btn-outline-brown:not(:disabled):not(.disabled):active:focus, .c-btn-outline-brown:not(:disabled):not(.disabled).active:focus,
.show > .c-btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 224, 216, 0.9);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.c-btn-outline-brown:hover {
  color: #FFF;
  background-color: #67413b;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.c-btn-outline-brown:not(:disabled):not(.disabled):active, .c-btn-outline-brown:not(:disabled):not(.disabled).active,
.show > .c-btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #67413b;
}

/* BUTTON　ARROW
-------------------------------------------------- */
/* 矢印　白 → hover:白 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-arrow--white {
  color: #fff;
  position: relative;
  transition: 0.5s;
}
.c-button-arrow--white::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}
.c-button-arrow--white:hover::after {
  right: 8px;
}

/* 矢印　グレー → hover:グレー ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-arrow--grey {
  color: #6c757d;
  position: relative;
  transition: 0.5s;
}
.c-button-arrow--grey::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #6c757d;
  border-right: 2px solid #6c757d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}
.c-button-arrow--grey:hover::after {
  right: 8px;
}

/* 矢印　グレー → hover:白 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-arrow--grey--white {
  color: #6c757d;
  position: relative;
  transition: 0.5s;
}
.c-button-arrow--grey--white::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #6c757d;
  border-right: 2px solid #6c757d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}
.c-button-arrow--grey--white:hover::after {
  right: 8px;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/* 矢印　color-pickup → hover:白 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-arrow--pickup--white {
  color: #d5a993;
  position: relative;
  transition: 0.5s;
}
.c-button-arrow--pickup--white::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #d5a993;
  border-right: 2px solid #d5a993;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}
.c-button-arrow--pickup--white:hover::after {
  right: 8px;
}

/* 矢印　brown → hover:白 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-arrow--brown--white {
  color: #8d706c;
  position: relative;
  transition: 0.5s;
}
.c-button-arrow--brown--white::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #8d706c;
  border-right: 2px solid #8d706c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transform: rotate(45deg);
}
.c-button-arrow--brown--white:hover::after {
  right: 8px;
  color: #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/* LINE連携用ボタン ＿＿＿＿＿＿＿＿＿＿＿*/
.c-button-line {
  background-color: #00c300;
  color: #FFFFFF !important;
}
.c-button-line:hover {
  background-color: #00e000;
  text-decoration: none;
}
.c-button-line:active {
  background-color: #00b300;
}
.c-button-line a {
  color: #FFFFFF;
}
.c-button-line a:hover {
  text-decoration: none;
}
.c-button-line dl dt {
  border-right: 1px solid #00b300;
}
.c-button-line dl dt img {
  width: 50px;
  padding: 5px;
}
.c-button-line dl dd {
  padding: 10px 40px 0 30px;
  color: #FFFFFF;
}

/* ボタンのテキストを改行させる ＿＿＿＿＿＿＿＿＿＿＿*/
button.c-button-indention span {
  display: inline-block;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* CARD--商品カード
-------------------------------------------------- */
/* 商品カード--大枠  ＿＿＿＿＿＿＿＿＿＿＿*/
.c-card {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  margin: 0 0.5rem;
  position: relative;
  background: #FFF;
  display: block;
}
.c-card p {
  margin: 0.3rem 0;
}
.c-card hr {
  margin: 0 0 0.3rem 0;
}
.c-card button {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}
.c-card:hover {
  background: #f0e0d8;
  transition: all 0.3s ease;
}
.c-card a {
  text-decoration: none;
  position: relative;
  display: block;
}
.c-card .c-icon-big {
  font-size: 1rem !important;
}
@media (max-width: 768px) {
  .c-card {
    margin: 0 0.5rem 0 0;
  }
}

/*hoverで下線*/
.c-card:hover .c-card_hoverline--red::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f20400;
  opacity: 0;
  transition: 0.3s;
}
.c-card:hover .c-card_hoverline--red:hover::after {
  bottom: 0;
  opacity: 1;
}

.c-card_hoverline--red::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f20400;
  opacity: 0;
  transition: 0.3s;
}
.c-card_hoverline--red:hover::after {
  bottom: 0;
  opacity: 1;
}

/*4つ並び*/
.p-posted--4 .c-card {
  margin: 0 0.6rem 2rem 0;
}
@media (max-width: 992px) {
  .p-posted--4 .c-card-price p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .p-posted--4 {
    margin: 0 -0.1rem;
  }
  .p-posted--4 .c-card {
    margin: 0 0.1rem 2rem;
  }
  .p-posted--4 .slick-list {
    padding: 0 50% 0 0.5rem !important;
  }
  .p-posted--4 button {
    font-size: 1rem !important;
  }
  .p-posted--4 .c-tag {
    font-size: 0.7rem;
    padding: 1px 1px;
    margin: 0 0 2px 0;
  }
}

/* 商品カード--中身  ＿＿＿＿＿＿＿＿＿＿＿*/
.c-card-image {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
  min-height: 125px;
}
.c-card-image img {
  max-height: 125px;
  margin: 0 auto;
}

.c-card-title {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #4d4d4d;
}

.c-card-label {
  height: 2.2rem;
  font-size: 0.9rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #808080;
}

.c-card-price {
  height: 2.9rem;
  text-align: right;
  line-height: 1.1;
}
.c-card-price p {
  margin: 0;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .c-card-price {
    height: 3.2rem;
  }
  .c-card-price p {
    font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
  .c-card-price--min {
    height: 3.2rem;
  }
  .c-card-price--min p {
    font-size: 0.95rem;
  }
}

/*レビューとお気に入り*/
.c-card-evaluation {
  padding-bottom: 0.2rem;
}
.c-card-evaluation p {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .c-card-evaluation {
    padding-bottom: 0;
  }
}

.c-favorite-icon {
  z-index: 10;
}
.c-favorite-icon button {
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-favorite-icon span {
  padding-top: 0.3rem;
  transform: rotateY(0.03deg);
  display: inline-block;
}
.c-favorite-icon span:hover {
  transition: 0.5s;
  transform: rotateY(360deg);
  color: #f20400;
}
@media (max-width: 768px) {
  .c-favorite-icon span {
    transform: none;
  }
  .c-favorite-icon span:hover {
    transform: none;
  }
  .c-favorite-icon button {
    line-height: 1;
  }
}

.c-favorite-icon--big button {
  font-size: 1.8rem !important;
}

/* 商品カード--タグ  ＿＿＿＿＿＿＿＿＿＿＿*/
.c-tag-wrap {
  height: 3.3rem;
}
@media (max-width: 576px) {
  .c-tag-wrap {
    height: 3rem;
  }
}

.c-tag {
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #7f6561;
  color: #7f6561;
  font-size: 0.8rem;
  padding: 1px 5px 1px 2px;
  margin: 0 3px 4px 0;
  white-space: nowrap;
}
.c-tag .c-icon-big {
  font-size: 1.2rem;
  vertical-align: middle;
  letter-spacing: -2px;
}

.c-tag-big {
  font-size: 0.9rem;
}

.c-tag--red {
  background: #f20400;
  border: none;
  color: #FFF;
}

.c-tag--brown {
  background: #8d706c;
  border: 1px solid #8d706c;
  color: #FFF;
}

.c-tag--grey {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #FFF;
}

.c-tag--line-red {
  background: #FFF;
  border: 1px solid #f20400;
  color: #f20400;
}
.c-tag--line-red span {
  vertical-align: bottom;
}

.c-tag-attention {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #f20400;
  background: #f20400;
  color: #FFF;
  font-size: 0.9rem;
  padding: 1px 5px;
}

/* 行間を詰める
-------------------------------------------------- */
.c-tag--long {
  letter-spacing: -2px;
}

/* 商品カード 装飾品 ＿＿＿＿＿＿＿＿＿＿＿*/
/* 商品カード 装飾品  〇アイコン--共通*/
.c-card-circle {
  background: #FFF;
  border: 1px solid #8c6239;
  height: 57px;
  width: 57px;
  right: 0;
  bottom: 1rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-circle {
    bottom: 0;
  }
}

.c-card-circle p {
  position: absolute;
  line-height: 1;
  color: #8c6239;
  margin: 0;
}

/* 商品カード 装飾品  〇アイコン--高級銘柄入り*/
.c-card-circle--premium p {
  top: 6px;
  left: 14px;
  font-size: 0.9rem;
}

/* 商品カード 装飾品  〇アイコン--１杯～*/
.c-card-circle--1cup p {
  top: 8px;
  left: 7px;
  font-size: 1.2rem;
}

/* 商品カード 装飾品  三角マーク--共通*/
.c-card-mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-card-mark-label {
  position: absolute;
  z-index: 11;
  font-weight: bold;
  color: #fff;
}

/* 商品カード 装飾品  三角マーク--NEW*/
.c-card-mark-label--new {
  font-size: 0.9rem;
  top: 4px;
  left: 4px;
  background-color: #f20400;
  padding: 0 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-card-mark-label--new {
    font-size: 0.8rem;
  }
}

/* 商品カード 装飾品  三角マーク--今月限り*/
.c-card-mark-label--end {
  font-size: 0.9rem;
  top: 4px;
  left: 4px;
  background-color: #f39c12;
  padding: 0 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-card-mark-label--end {
    font-size: 0.8rem;
  }
}

/*スライダー時の調整*/
.c-card-mark-minarea .c-card-mark, .c-card-mark-minarea .c-card-mark-label {
  margin-top: 1rem;
  margin-left: 10%;
}

/*TOPのみ価格調整のクラス*/
.c-card-top .c-card-price {
  height: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-top .c-card-price {
    height: 1rem;
  }
}

/* ==========================================================================
 Abstracts　
========================================================================== */
.c-form-wrap input::-moz-placeholder {
  color: #cdcdcd !important;
}
.c-form-wrap input::placeholder {
  color: #cdcdcd !important;
}
.c-form-wrap input.form-control {
  font-size: 18px;
}
.c-form-wrap--conf {
  font-size: 22px;
}
.c-form-wrap--conf label {
  font-size: 16px;
  color: #808080;
}

/* ラジオボタン ＿＿＿＿＿*/
.c-form-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-form-radio-input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.c-form-radio-input:focus + .c-form-radio-input--trans {
  border: solid 3px #c38453;
}
.c-form-radio-input:checked + .c-form-radio-input--trans {
  border: solid 3px #c38453;
}
.c-form-radio-input:checked + .c-form-radio-input--trans::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c38453;
}
.c-form-radio-input--trans {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #c6c6c6;
}
.c-form-radio-labeltext {
  margin-left: 10px;
  display: block;
  font-size: 18px;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* SLIDER
-------------------------------------------------- */
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.slick-display-none {
  display: none;
}

/* スライダー--読み込み時の調整 ＿＿＿＿＿＿＿＿＿＿＿*/
.slick-slider-display .slick-inner {
  float: left;
}
.slick-slider-display--7 .slick-inner {
  width: 14.2857142857%;
}
@media screen and (max-width: 768px) {
  .slick-slider-display--7 .slick-inner {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .slick-slider-display--7 .slick-inner {
    width: 33.3333333333%;
  }
}

/* スライダー基盤 ＿＿＿＿＿＿＿＿＿＿＿*/
.slick-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: block;
}
@media (max-width: 768px) {
  .slick-slider {
    padding: 0;
    width: auto;
  }
}

/* スライダー基盤--矢印*/
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #d5a993;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.slick-prev, .slick-next {
  height: 3rem !important;
}

/* スライダー--囲み*/
@media (max-width: 768px) {
  .slide-area {
    padding: 0 -1rem;
  }
}

/* スライダー--HOME 商品 3つ並び ＿＿＿＿＿＿＿＿＿＿＿*/
@media (max-width: 768px) {
  .p-posted-slide--3 {
    margin: 0 -1rem 0 -0.5rem;
  }
  .p-posted-slide--3 .slick-list {
    padding: 0 30% 0 0.5rem !important;
  }
}

/* スライダー--HOME 商品 ４つ並び ＿＿＿＿＿＿＿＿＿＿＿*/
@media (max-width: 992px) {
  .p-posted-slide--4 .c-card-price p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .p-posted-slide--4 .slick-list {
    padding: 0 50% 0 0.5rem !important;
  }
  .p-posted-slide--4 button {
    font-size: 1rem !important;
  }
  .p-posted-slide--4 .c-tag {
    font-size: 0.7rem;
    padding: 1px 3px;
    margin: 0 2px 0 0;
  }
}

/* スライダー--共通：画面幅いっぱいに並べてスライドの場合 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-slide-full-wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.c-slide-full-wrapper .slick-prev {
  margin-left: 1.2rem;
}
.c-slide-full-wrapper .slick-next {
  margin-right: 1.2rem;
}

.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* スライダー--HOME--TOPキャンペーンバナー ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-slide-campaign-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.p-home-slide-campaign-area .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.p-home-slide-campaign-area .slick-slide img {
  width: 100%;
  height: auto;
}
.p-home-slide-campaign-area .slick-slide a img {
  transition: 0.3s;
}
.p-home-slide-campaign-area .slick-slide a img:hover {
  opacity: 0.8;
}
.p-home-slide-campaign-area .slick-prev, .p-home-slide-campaign-area .slick-next {
  z-index: 1;
}
.p-home-slide-campaign-area .slick-active {
  opacity: 1;
}
.p-home-slide-campaign-area .slick-current {
  opacity: 1;
}
.p-home-slide-campaign-area .thumb {
  margin: 20px 0 0;
}
.p-home-slide-campaign-area .thumb .slick-slide {
  cursor: pointer;
}
.p-home-slide-campaign-area .thumb .slick-slide:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .p-home-slide-campaign-area {
    padding: 0;
  }
}
.p-home-slide-campaign-area .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 0.5%;
}
.p-home-slide-campaign-area .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
}

/* スライダー--HOME--TOPサービス ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-slide-servic-area {
  padding: 2rem 0.5rem 1rem;
  display: block;
}
@media (max-width: 768px) {
  .p-home-slide-servic-area {
    padding: 2rem 0 1rem;
  }
}

.p-home-slide-servic img {
  width: 90%;
  margin: 0 auto;
}

/* スライダー--サブコンテンツ--キャンペーンバナー ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-slide-product-area {
  background-color: #f0e0d8;
  padding: 2rem 0.5rem 1rem;
  display: block;
}
@media (max-width: 768px) {
  .p-home-slide-product-area {
    padding: 2rem 0 1rem;
  }
}

.p-home-slide-product img {
  width: 90%;
  margin: 0 auto;
}

/* スライダー--サブコンテンツ--最近見た商品 ＿＿＿＿＿＿＿＿＿＿＿*/
.c-recommend_slide .slick-inner {
  position: relative;
  display: block;
  padding-top: 1rem;
}
.c-recommend_slide .slick-inner img {
  width: 80%;
  margin: 0 auto;
}
.c-recommend_slide .slick-inner button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  opacity: 0.7;
  color: #4d4d4d;
  font-size: 2.3rem;
}
.c-recommend_slide .slick-inner button:hover {
  opacity: 1;
  transition: 0.3s;
}

/* スライダー--ご一緒にいかがですか？ ＿＿＿＿＿＿＿＿＿＿＿*/
.c-plusone_slide .slick-inner,
.c-foryou-slide .slick-inner,
.c-relation-slide .slick-inner {
  position: relative;
  padding-top: 1rem;
  display: block;
}
.c-plusone_slide .slick-inner a,
.c-foryou-slide .slick-inner a,
.c-relation-slide .slick-inner a {
  display: block;
}
.c-plusone_slide .slick-inner img,
.c-foryou-slide .slick-inner img,
.c-relation-slide .slick-inner img {
  width: 80%;
  margin: 0 auto;
  border: solid 5px #e6e6e6;
}
.c-plusone_slide .slick-inner:hover img,
.c-foryou-slide .slick-inner:hover img,
.c-relation-slide .slick-inner:hover img {
  border: solid 5px #d5a993;
  transition: 0.3s;
}
.c-plusone_slide .slick-inner p,
.c-foryou-slide .slick-inner p,
.c-relation-slide .slick-inner p {
  margin: 0 1rem;
}
.c-plusone_slide .slick-inner .c-plusone-title,
.c-foryou-slide .slick-inner .c-plusone-title,
.c-relation-slide .slick-inner .c-plusone-title {
  margin-top: 0.5rem;
  height: 2.2rem;
  font-size: 0.9rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* スライダー--サブコンテンツ--川柳 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-contents-senryu_slide p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.p-home-contents-senryu_slide dl {
  border: 1px solid #6c757d;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0;
}
.p-home-contents-senryu_slide dt, .p-home-contents-senryu_slide dd {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #6c757d;
}
.p-home-contents-senryu_slide dt {
  font-size: 1rem;
  height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-home-contents-senryu_slide dd {
  font-size: 0.9rem;
  text-align: right;
  margin-top: 0.5rem;
}
.p-home-contents-senryu_slide .slick-inner {
  padding: 0.5rem;
}
.p-home-contents-senryu_slide .slick-dots {
  bottom: -1rem;
}
@media (max-width: 768px) {
  .p-home-contents-senryu_slide .slick-dots {
    bottom: 0;
  }
}

/* スライダー--マイページ マメー ＿＿＿＿＿＿＿＿＿＿＿*/
.c-mypage-mame-slide .slick-inner {
  margin: 0 0.5rem;
}
.c-mypage-mame-slide .slick-inner img {
  width: 100%;
}
.c-mypage-mame-slide .slick-inner p {
  font-size: 0.9rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-mypage-mame-slide .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 0.5%;
}
.c-mypage-mame-slide .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/*Step(入力画面ステップ数) */
.c-step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}
.c-step li {
  display: table-cell;
  position: relative;
  background: #f0e0d8;
  color: #808080;
  text-align: center;
  padding: 1em 0.5em 1em 2em;
}
.c-step li:last-child {
  padding-right: 1em;
}
.c-step li:last-child:before, .c-step li:last-child:after {
  display: none;
}
.c-step li:before, .c-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.c-step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.c-step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f0e0d8;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.c-step li.c-step-current {
  background: #67413b;
  font-weight: bold;
  color: #FFF;
}
.c-step li.c-step-current:after {
  border-color: transparent transparent transparent #67413b;
}

.c-modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.c-modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.c-modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.c-modal-wrapper .c-modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.c-modal-wrapper .c-modal-window .c-modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.c-modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal-wrapper .c-modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.c-modal-wrapper .c-modal-close:hover {
  color: #2b2e38 !important;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* 数量のデザインstepper ____________________ */
.c-stepper input {
  padding: 0 10px;
  margin-right: 10px;
}
.c-stepper button {
  padding: 6px 15px;
  margin: 0 10px 0 0;
  background-color: #6c757d;
  color: #fff;
  border: 3px solid #6c757d;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
}

/*マメー　ステージ　アイコン*/
.c-point-ranking {
  font-weight: 900;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  line-height: 21px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.c-point-ranking-regular {
  background: #9fa0a0;
}
.c-point-ranking-gold {
  background: #f6c521;
}
.c-point-ranking-premium {
  background: #ed6c00;
}

/*ステージ毎テキストカラー*/
.c-point-ranking-txt-regular {
  color: #9fa0a0;
}
.c-point-ranking-txt-gold {
  color: #f6c521;
}
.c-point-ranking-txt-premium {
  color: #ed6c00;
}

/*ステージ毎背景*/
.c-point-ranking-bg-regular {
  background-color: #ececec;
}
.c-point-ranking-bg-gold {
  background-color: #fcebb4;
}
.c-point-ranking-bg-premium {
  background-color: #ffbe87;
}

/* ページ送り　茶色  ＿＿＿＿＿＿＿＿＿＿＿*/
.c-pagination-blown .page-item.active .page-link {
  background: #67413b !important;
  border-color: #67413b !important;
  color: #FFF !important;
}
.c-pagination-blown .page-link {
  color: #67413b !important;
}

/* STARS--★評価
-------------------------------------------------- */
.c-star {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  color: #fbb03b;
}
.c-star:before {
  font-weight: 900;
}
.c-star:after {
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-star {
    font-size: 0.8rem;
  }
}

.c-star[data-rate="0.0"]:before {
  content: "";
}

.c-star[data-rate="0.5"]:before {
  content: "\f5c0";
}

.c-star[data-rate="1.0"]:before {
  content: "\f005";
}

.c-star[data-rate="1.5"]:before {
  content: "\f005\f5c0";
}

.c-star[data-rate="2.0"]:before {
  content: "\f005\f005";
}

.c-star[data-rate="2.5"]:before {
  content: "\f005\f005\f5c0";
}

.c-star[data-rate="3.0"]:before {
  content: "\f005\f005\f005";
}

.c-star[data-rate="3.5"]:before {
  content: "\f005\f005\f005\f5c0";
}

.c-star[data-rate="4.0"]:before {
  content: "\f005\f005\f005\f005";
}

.c-star[data-rate="4.5"]:before {
  content: "\f005\f005\f005\f005\f5c0";
}

.c-star[data-rate="5.0"]:before {
  content: "\f005\f005\f005\f005\f005";
}

.c-star[data-rate="0.0"]:after {
  content: "\f005\f005\f005\f005\f005";
}

.c-star[data-rate="0.5"]:after {
  content: "\f005\f005\f005\f005";
}

.c-star[data-rate="1.0"]:after {
  content: "\f005\f005\f005\f005";
}

.c-star[data-rate="1.5"]:after {
  content: "\f005\f005\f005";
}

.c-star[data-rate="2.0"]:after {
  content: "\f005\f005\f005";
}

.c-star[data-rate="2.5"]:after {
  content: "\f005\f005";
}

.c-star[data-rate="3.0"]:after {
  content: "\f005\f005";
}

.c-star[data-rate="3.5"]:after {
  content: "\f005";
}

.c-star[data-rate="4.0"]:after {
  content: "\f005";
}

.c-star[data-rate="4.5"]:after {
  content: "";
}

.c-star[data-rate="5.0"]:after {
  content: "";
}

/*________________________________________
マイページ-コンテンツ--ブロック
マメー交換商品--ブロック
________________________________________  */
.c-block_link {
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.c-block_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.c-block_link:hover {
  transition: 0.3s;
  background: #f0e0d8;
  color: #c38453;
  opacity: 1;
}
.c-block_link:hover .active {
  opacity: 1;
}
.c-block_link:hover .active--no {
  opacity: 0;
}
.c-block_link:hover .mypage_icon {
  border-right: 1px dashed #c38453;
}
.c-block_link:hover .border {
  border: 1px solid #c38453 !important;
}
.c-block_link:hover .btn {
  background: #FFF;
  border: 1px solid #c38453 !important;
  color: #c38453;
}

/* リボン
-------------------------------------------------- */
.c-ribbon {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px 2px 5px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.c-ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 13px 10px 13px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.c-ribbon--yellow {
  color: #FFF;
  background: #ffa500;
}

/* ==========================================================================
 Pages
========================================================================== */
/* ==========================================================================
 Abstracts　
========================================================================== */
.p-order-main .collapse-link {
  color: #4d4d4d;
}
.p-order-main .collapse-link:hover {
  color: #4d4d4d;
}

.p-order-link-cart {
  color: #c38453 !important;
  cursor: pointer;
}
.p-order-link-cart:hover {
  text-decoration: underline !important;
}

/*
.p-order-section {
  padding: 3rem 0;
}
*/
.p-order-form-body {
  padding: 1rem 0 0 1.25rem;
}

_::-webkit-full-page-media, _:future, :root .p-order-form-body {
  overflow: hidden;
}

.p-order-button-area {
  margin-top: 3rem;
}

.p-order-w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .p-order-w-10 {
    width: 20%;
  }
}

.p-order-w-30 {
  width: 30%;
}
@media (max-width: 768px) {
  .p-order-w-30 {
    width: 100%;
  }
}

.p-order-w-50 {
  width: 50% !important;
}
@media (max-width: 768px) {
  .p-order-w-50 {
    width: 100% !important;
  }
}

.p-order-w-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .p-order-w-70 {
    width: 100%;
  }
}

.p-order-main h3 {
  font-size: 1.6rem;
}
.p-order-main h4 {
  font-size: 1.25rem;
}
.p-order-main a {
  transform: rotate(0.03deg);
}
.p-order-main .opacity-50 {
  opacity: 0.5;
}
.p-order-main .badge.badge-required {
  font-size: 56%;
}
.p-order-main .bg-mame {
  background-color: #f4c039;
}
.p-order-main .b-border-bg_mame {
  border-color: #f4c039 !important;
}
.p-order-main .c-mame {
  color: #121c3a;
}
@media (max-width: 768px) {
  .p-order-main h3 {
    font-size: 1.4rem;
  }
}

.p-order-stepbar li {
  color: #808080;
}
.p-order-stepbar li:before {
  content: "";
  display: block;
  margin: 7px auto;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  text-align: center;
}
.p-order-stepbar li:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  background-color: #c6c6c6;
  z-index: -1;
}
.p-order-stepbar li:first-child:after {
  content: none;
}
.p-order-stepbar li.p-order-stepbar-active, .p-order-stepbar li.p-order-stepbar-complete {
  color: #ff6600;
}
.p-order-stepbar li.p-order-stepbar-active:before, .p-order-stepbar li.p-order-stepbar-complete:before {
  background-color: #ff6600;
  border-color: #ff6600;
}
.p-order-stepbar li.p-order-stepbar-active:after, .p-order-stepbar li.p-order-stepbar-complete:after {
  background-color: #ff6600;
}

.p-order-campaign-title {
  background-color: #00e5b2;
  background-image: radial-gradient(#acffd4 20%, transparent 20%), radial-gradient(#acffd4 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.p-order-alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.p-order-alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}

.p-order-central-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-order-bg-color-input:checked + div {
  background-color: rgba(240, 224, 216, 0.5);
}

.p-order-payment-logo img {
  height: 33px;
}

.p-order-payment-logo--big img {
  height: 40px;
}

@media (max-width: 768px) {
  .p-order-mame-table thead {
    display: none;
  }
  .p-order-mame-table td {
    display: block;
    padding: 0.5rem;
    border: none;
  }
  .p-order-mame-table tbody tr {
    border-top: 1px solid #dee2e6;
  }
  .p-order-mame-table td:nth-child(3):before, .p-order-mame-table td:nth-child(4):before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.p-order-round-icon {
  margin: auto;
  width: 88px;
  height: 88px;
}
.p-order-round-icon img, .p-order-round-icon span {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .p-order-round-icon {
    width: 20vw;
    height: 20vw;
  }
  .p-order-round-icon .display-7 {
    font-size: 1.5rem;
  }
}

.p-order-checkout-form-box {
  flex: 1 1 auto;
  font-size: 0.9rem;
}

.p-order-thanks-message {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-order-thanks-message {
    font-size: 1.6rem;
  }
}

.p-order-sns-title {
  display: inline-block;
  position: relative;
  padding: 0 45px;
}
.p-order-sns-title:before, .p-order-sns-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background-color: #4d4d4d;
}
.p-order-sns-title:before {
  left: 0;
  transform: rotate(60deg);
}
.p-order-sns-title:after {
  right: 0;
  transform: rotate(-60deg);
}

.p-order-sns-list img {
  width: 56px;
}
@media (max-width: 768px) {
  .p-order-sns-list img {
    width: 48px;
  }
}

.p-order-review-sen-box {
  background-image: linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, pink 100%);
  background-size: 100% 2em;
  line-height: 2;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 Pages
========================================================================== */
/* LOGIN
-------------------------------------------------- */
@media (max-width: 768px) {
  #p-login p {
    font-size: 0.9rem;
  }
}

/*マイページ ____________________ */
.p-mypage-box {
  flex: 1 1 auto;
}

/*顧客名*/
.p-mypage-name {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-mypage-name {
    font-size: 1rem;
  }
}

/*マイページ-保有マメー数 ____________________ */
/*タイトル*/
.p-mypage-stage-title {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .p-mypage-stage-title {
    font-size: 0.8rem;
  }
}

/*境界線*/
.p-mypage-name-border {
  border-left: 1px dashed #dee2e6;
}
@media (max-width: 992px) {
  .p-mypage-name-border {
    border-left: 0;
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
  }
}

/*境界線*/
.p-mypage-point--total {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .p-mypage-point--total {
    font-size: 1.5rem;
  }
}

/*マイページ-タイトル ____________________ */
.p-mypage-h3 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-mypage-h3 {
    font-size: 1.2rem;
  }
  .p-mypage-h3 img {
    width: 30px;
  }
}

.p-mypage-h3--mame-point {
  font-size: 1rem;
  font-weight: 900;
}

.p-mypage-h4--mame-point {
  font-weight: bold;
}

/*マメーポイントサービス____________________ */
.p-mypage-step_mark {
  background: #ed6c00;
  height: 3.8rem;
  width: 3.8rem;
  float: left;
  margin-top: -0.8rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.p-mypage-step_mark p {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.p-mypage-step_mark span {
  display: block;
  font-size: 21px;
}

/*マイページ-メニュー ____________________ */
.p-mypage-menu {
  margin: 0;
  padding-left: 2rem;
}
.p-mypage-menu li {
  color: #c38453;
  font-size: 1rem;
  padding: 0.1rem 0;
}
.p-mypage-menu li a {
  display: block;
}
@media (max-width: 992px) {
  .p-mypage-menu {
    padding: 0;
  }
  .p-mypage-menu li {
    position: relative;
    list-style: none;
    border-top: 1px solid #dee2e6;
    line-height: 1.2;
    /*矢印追加*/
  }
  .p-mypage-menu li a {
    padding: 0.3rem 2rem 0.3rem 0;
  }
  .p-mypage-menu li::after {
    transition: 0.3s;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #c38453;
    border-right: 2px solid #c38453;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    transform: rotate(45deg);
  }
  .p-mypage-menu li:hover::after {
    right: 8px;
  }
}

/*マイページ-マメーポイント交換____________________ */
.p-mypage-point-tab .nav-item {
  width: 8.5rem;
}

@media (max-width: 768px) {
  .p-mypage-list-table thead {
    display: none;
  }
  .p-mypage-list-table td {
    display: block;
    padding: 0.5rem;
    border: none;
  }
  .p-mypage-list-table tbody tr {
    border-top: 1px solid #dee2e6;
  }
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* 商品詳細 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-contents img {
  max-width: 100%;
  height: auto;
}

/* コーヒーチャート表 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-taste dl {
  margin: 0;
  padding: 0;
}
.p-item-taste dl::after {
  content: "";
  display: block;
  clear: both;
}
.p-item-taste dt {
  float: left;
  margin-right: 1rem;
}
.p-item-taste dd {
  margin-left: 1rem;
}
.p-item-taste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-item-taste li {
  float: left;
  display: block;
  width: 10%;
  height: 1rem;
  margin: 0 0.2rem;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .p-item-taste li {
    width: 14%;
  }
}
.p-item-taste--full {
  background: #c38453;
}
.p-item-taste--half {
  background: linear-gradient(90deg, #c38453 0%, #c38453 50%, #f0e0d8 50%, #f0e0d8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-item-taste--empty {
  background: #f0e0d8;
}

/* 画像の上のNEW・今月限りマークの調整 ＿＿＿＿＿＿＿＿＿＿＿*/
#p-item-photo--wrap .c-card-mark-label--new,
#p-item-photo--wrap .c-card-mark-label--end {
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
}

.p-item-mark-area {
  position: relative;
}
@media (max-width: 768px) {
  .p-item-mark-area {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-item-mark-area .c-card-mark, .p-item-mark-area .c-card-mark-label {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .p-item-mark-area {
    left: -2%;
  }
}
@media only screen and (max-width: 360px) {
  .p-item-mark-area {
    position: relative;
    left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 360px) and (max-width: 768px) {
  .p-item-mark-area .c-card-mark, .p-item-mark-area .c-card-mark-label {
    margin-left: 0;
  }
}

/* スペック ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-spec p {
  margin: 0;
  padding: 0;
  vertical-align: center;
  font-size: 1rem;
}

/* セット詳細 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-set .p-item-set-block {
  display: block;
}
.p-item-set .p-item-set-block p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
}
.p-item-set .p-item-set-block button {
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-item-set .p-item-set-block a {
  display: block;
}
.p-item-set .p-item-set-block img {
  width: 100%;
  margin: 0 auto;
  border: solid 5px #e6e6e6;
}
.p-item-set .p-item-set-block:hover img {
  border: solid 5px #d5a993;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-item-set .p-item-set-block {
    padding: 0.2rem;
  }
}

/* 評価 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-review p {
  margin: 0;
  padding: 0;
}

/* メインコンテンツ--左--商品画像 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-photo-area {
  display: inline-block;
  position: relative;
  padding-bottom: 6rem;
  margin: 0 auto;
  width: 100%;
  /*--スライダーの位置とサイズ調整--*/
  /*--------画像サイズ調整---------*/
  /*-----------height調整----------*/
  /*-----------矢印表示----------*/
  /*-----------ドット（サムネイル）表示----------*/
}
.p-item-photo-area .gallery {
  max-width: 330px;
}
.p-item-photo-area .gallery img {
  border: 10px solid #dee2e6;
}
@media all and (-ms-high-contrast: none) {
  .p-item-photo-area .gallery div {
    margin-top: 1rem;
  }
}
.p-item-photo-area img {
  width: 100%;
}
.p-item-photo-area .slick-slider {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .p-item-photo-area .slick-slider {
    margin: 0 auto;
  }
}
.p-item-photo-area .slick-slide {
  height: auto !important;
}
.p-item-photo-area .slick-next {
  right: 0 !important;
}
.p-item-photo-area .slick-prev {
  left: 0 !important;
}
.p-item-photo-area .slick-arrow {
  z-index: 2 !important;
}
.p-item-photo-area .slick-dots {
  bottom: -6rem;
}
.p-item-photo-area .slick-dots li {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.1rem;
  box-sizing: border-box;
  opacity: 0.4;
  border: 2px solid #dee2e6;
}
.p-item-photo-area .slick-dots li:hover {
  border: 2px solid #c38453;
}
@media (max-width: 992px) {
  .p-item-photo-area .slick-dots {
    bottom: -10rem;
  }
}
@media (max-width: 768px) {
  .p-item-photo-area .slick-dots {
    bottom: -5rem;
  }
  .p-item-photo-area .slick-dots li {
    width: 4rem;
    height: 4rem;
  }
}
.p-item-photo-area .slick-dots li button {
  height: 100% !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
}
.p-item-photo-area .slick-dots li button:before {
  content: "" !important;
}
.p-item-photo-area .slick-dots > li:first-child:last-child {
  display: none;
}
.p-item-photo-area .slick-dots li.slick-active {
  opacity: 1;
  border: 2px solid #c38453;
}

/* メインコンテンツ--右--カート ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-cart-area {
  font-size: 0.9rem;
}
.p-item-cart-area p {
  margin: 0;
}
.p-item-cart-area hr {
  margin: 0.3rem 0;
}

.p-item-catch {
  color: #f7931e;
}

.p-item-popover .popover-body {
  background: pink;
}

/* メインコンテンツ--左--商品画像 ＿＿＿＿＿＿＿＿＿＿＿*/
#p-item-photo #p-item-photo--wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#p-item-photo #p-item-photo--wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#p-item-photo #p-item-photo--content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid #dee2e6;
  margin: 0;
  padding: 0;
  text-align: center;
  display: grid;
  place-items: center;
}
#p-item-photo #p-item-photo--content ul, #p-item-photo #p-item-photo--content li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#p-item-photo #p-item-photo--content li:nth-child(n+2) {
  display: none;
}
#p-item-photo #p-item-photo--content img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#p-item-photo div#p-item-photo--list ul {
  margin: 10px;
  padding: 0;
  text-align: center;
}
#p-item-photo div#p-item-photo--list li {
  display: inline-block;
  list-style-type: none;
  margin: 0.2rem;
  width: 70px;
}
#p-item-photo div#p-item-photo--list li img {
  width: 100%;
  border: 2px solid #dee2e6;
}
#p-item-photo div#p-item-photo--list li img:hover {
  border: 2px solid #c38453;
}
#p-item-photo div#p-item-photo--list li:only-child {
  display: none;
}
@media (max-width: 768px) {
  #p-item-photo div#p-item-photo--list ul {
    margin: 1rem 0;
  }
  #p-item-photo div#p-item-photo--list li {
    margin: 0.1rem;
    width: 65px;
  }
}

/*タグエリア(リンクA・B　タグ等)*/
.p-item-tag-area {
  max-width: 310px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .p-item-tag-area {
    max-width: 100%;
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .p-item-tag-area {
    margin: 0;
  }
}

/* 商品おすすめバイヤー(イチオシ版) ＿＿＿＿＿＿＿＿＿＿＿*/
.item_buyer_ichioshi {
  background: #f0e0d8;
  padding: 8px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.item_buyer_ichioshi p {
  color: #110e3e;
  line-height: 1.4;
}
.item_buyer_ichioshi:before {
  content: "";
  border: 1px solid #110e3e;
  align-self: stretch;
}
.item_buyer_ichioshi--start {
  order: -1;
}
.item_buyer_ichioshi_img--pc {
  display: block;
}
.item_buyer_ichioshi_img--sp {
  display: none;
}
@media screen and (max-width: 968px) {
  .item_buyer_ichioshi {
    flex-direction: column;
    gap: 0.5rem;
  }
  .item_buyer_ichioshi_img--pc {
    display: none;
  }
  .item_buyer_ichioshi_img--sp {
    display: block;
  }
  .item_buyer_ichioshi p {
    font-size: 14px;
  }
  .item_buyer_ichioshi--start, .item_buyer_ichioshi--end {
    width: 100%;
  }
}

.item_buyer_ribon {
  display: inline-block;
  position: relative;
  height: 31px;
  line-height: 2;
  text-align: center;
  padding: 0 23px 0 10px;
  margin-bottom: 5px;
  font-size: 16px;
  background: #110e3e;
  color: #FFF;
  box-sizing: border-box;
}
.item_buyer_ribon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.item_buyer_ribon:after {
  top: 0;
  right: 0;
  border-width: 15px 13px 15px 0px;
  border-color: transparent #f0e0d8 transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .item_buyer_ribon {
    height: 26px;
    font-size: 13px;
    padding: 0 15px 0 10px;
  }
  .item_buyer_ribon:after {
    border-width: 12px 9px 12px 0px;
  }
}

/* ==========================================================================
 Abstracts　
========================================================================== */
/* ==========================================================================
 HOME
========================================================================== */
/* HOME MAIN
-------------------------------------------------- */
.p-home-h3 {
  font-size: 1.45rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .p-home-h3 {
    font-size: 1.2rem;
  }
}

.p-home-h4 {
  font-size: 1.45rem;
  margin: 1.5rem 0;
}
.p-home-h4 i {
  font-size: 3rem;
  color: #67413b;
}
@media (max-width: 768px) {
  .p-home-h4 {
    font-size: 1.4rem;
  }
}

.p-home-h5 {
  font-size: 1.1rem;
  font-weight: bold;
}

/* PC メイン　お知らせ ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.3rem 0;
  transform: rotate(0.03deg);
}
.p-home-info p {
  margin: 0;
}
@media (max-width: 992px) {
  .p-home-info {
    border-top: 0;
    padding: 0 0 0.3rem 0;
  }
}

/* 日付＋タイトル ＿＿＿＿＿＿＿＿＿＿＿*/
.p-home-info-area iframe {
  width: 100%;
  height: 150px;
}
.p-home-info-area dl {
  width: 100%;
  margin-bottom: 0;
}
.p-home-info-area dt {
  float: left;
  margin-right: 1rem;
  color: #808080;
  font-weight: normal;
}
.p-home-info-area dd {
  padding-left: 7rem;
  margin-bottom: 0.2rem;
}
.p-home-info-area .p-home-info-block {
  border-top: none;
  padding: 0.2rem 0;
}
@media (max-width: 992px) {
  .p-home-info-area {
    font-size: 1rem;
  }
  .p-home-info-area dt {
    float: none;
    margin: 0;
    font-size: 0.9rem;
  }
  .p-home-info-area dd {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .p-home-info-area iframe {
    height: 250px;
    font-size: 0.9rem;
  }
  .p-home-info-area dl {
    margin: 0;
    padding: 0;
  }
}

/* HOME--川柳について */
.p-home-contents-senryu p {
  font-size: 1.1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .p-home-contents-senryu img {
    width: 65%;
  }
}

.p-home-contents-senryu-theme {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0;
}

/* HOME--SUB-CONTENTS
-------------------------------------------------- */
/* HOME--送料・お問合せについて */
.p-home-howto-shopping p {
  font-size: 1.25rem;
  line-height: 1.2;
}
.p-home-howto-shopping p small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.p-home-howto-shopping button {
  width: 70%;
  margin: 0 auto;
  font-size: 1.1rem;
}
.p-home-howto-shopping button i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.p-home-howto-shopping .alert i {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-home-howto-shopping button {
    width: 100%;
    font-size: 1rem;
  }
}

/* HOME--メルマガ */
.c-home-contents-mailmagazine p {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.c-home-contents-mailmagazine img {
  max-width: 200px;
}

.c-home-contents-mailmagazine-txt p {
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-home-contents-mailmagazine-txt p span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-home-contents-mailmagazine-txt p {
    font-size: 1.1rem;
  }
  .c-home-contents-mailmagazine-txt p span {
    font-size: 1.8rem;
  }
}

/* HOME--お知らせ */
@media (max-width: 992px) {
  .p-home-contents-notice a {
    font-size: 0.9rem;
  }
}

/* FOOTER
-------------------------------------------------- */
.p-home-footer {
  background: #f0e0d8;
  width: 100%;
  margin-top: 3rem;
}

.l-footer-sns img {
  max-width: 50px;
}
.l-footer-sns dl, .l-footer-sns dd {
  margin: 0;
  padding: 0;
}
.l-footer-sns dt {
  float: left;
  margin: 0;
  font-size: 1.1rem;
  text-align: right;
}
.l-footer-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.l-footer-sns li {
  float: right;
  max-width: 3.8rem;
  padding: 0 0.5rem;
}
.l-footer-sns li img {
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-sns dt {
    float: none;
    margin-bottom: 1rem;
  }
  .l-footer-sns ul {
    width: 100%;
  }
  .l-footer-sns li {
    max-width: 20%;
  }
}

/* CATEGORY
-------------------------------------------------- */
.p-category-list_area button {
  font-size: 1rem;
  text-align: left;
}

/* HOME CATEGORY--SP
----------------------------------------------- */
.p-category--sp ul, .p-category--sp li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-category--sp li {
  border: 1px solid #dee2e6;
}
.p-category--sp i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  width: 25%;
}

/* ==========================================================================
 Abstracts　
========================================================================== */
.p-mame-point {
  touch-action: manipulation;
}

.p-mame-stripe-bg {
  padding: 0;
  background-color: #f4c039;
  background: repeating-linear-gradient(90deg, #f4c039, #f4c039 8px, #f2cf81 8px, #f2cf81 9px);
}

.p-mame-main-bg {
  background-color: #fffded;
}

.p-mame-sub-bg {
  background-color: #fceeca;
}

/*ログインまわり____________________ */
@media (max-width: 768px) {
  .p-mame-btn-note .btn {
    font-size: 0.9rem !important;
  }
}

/*マメー交換タブ切り替え____________________ */
.p-mame-tab-area .nav-tabs {
  border: 0;
}
.p-mame-tab-area .nav-link {
  padding: 0.6rem;
  border: none;
}
.p-mame-tab-area .nav-link:hover {
  border: none;
}

.p-mame-tab-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f4c039;
  position: absolute;
  top: 0;
}

.p-mame-tab-line--pre::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ec6c00;
  position: absolute;
  top: 0;
}

.p-mame-tab {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 5px;
}
.p-mame-tab li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 6px 6px 0 0;
}
.p-mame-tab li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mame-tab li i {
  display: none;
}
.p-mame-tab li:first-child {
  background-color: #FFF;
}
.p-mame-tab li:first-child a {
  color: #ec6c00;
  border-top: 1px solid #ec6c00;
  border-right: 1px solid #ec6c00;
  border-left: 1px solid #ec6c00;
}
.p-mame-tab li:first-child a:hover {
  border-top: 1px solid #ec6c00;
  border-right: 1px solid #ec6c00;
  border-left: 1px solid #ec6c00;
  color: #ec6c00;
  background-color: #ffa253;
}
.p-mame-tab li:first-child .active {
  border: none;
  background-color: #ec6c00;
  color: #FFF;
}
.p-mame-tab li:first-child .active:hover {
  border: none !important;
  color: #FFF;
  background-color: #ec6c00;
  cursor: default;
}
@media (max-width: 992px) {
  .p-mame-tab li:first-child a {
    border: 1px solid #ec6c00;
    border-radius: 5px;
  }
  .p-mame-tab li:first-child a:hover {
    background-color: #ffa253;
    border: 1px solid #ec6c00 !important;
  }
}
@media (max-width: 768px) {
  .p-mame-tab li:first-child {
    font-size: 0.9rem !important;
  }
}
.p-mame-tab li:nth-child(n+2) {
  font-size: 1.2rem;
}
.p-mame-tab li:nth-child(n+2) small {
  font-weight: 900;
}
.p-mame-tab li:nth-child(n+2) a {
  color: #6c757d;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  background-color: #FFF;
}
.p-mame-tab li:nth-child(n+2) a:hover {
  background-color: #fceeca;
  border-top: 1px solid #f4c039;
  border-right: 1px solid #f4c039;
  border-left: 1px solid #f4c039;
}
.p-mame-tab li:nth-child(n+2) .active {
  border: none;
  color: #FFF;
  background-color: #f4c039;
}
.p-mame-tab li:nth-child(n+2) .active:hover {
  border: none !important;
  color: #FFF;
  cursor: default;
  background-color: #f4c039;
}
@media (max-width: 992px) {
  .p-mame-tab li:nth-child(n+2) a {
    border: 1px solid #a6a6a6;
    border-radius: 5px;
  }
  .p-mame-tab li:nth-child(n+2) a:hover {
    border: 1px solid #f4c039 !important;
    background-color: #fceeca;
  }
}
@media (max-width: 992px) {
  .p-mame-tab {
    flex-wrap: wrap;
    gap: 7px 5px;
    margin-bottom: 5px;
  }
  .p-mame-tab li {
    width: calc((100% - 10px) / 3);
    text-align: left;
  }
  .p-mame-tab li i {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .p-mame-tab li {
    width: calc((100% - 5px) / 2);
    margin: 0;
    font-size: 1rem !important;
  }
}

/*--------------------------------------------------
 商品ブロック
-------------------------------------------------*/
.p-mame-item-block {
  margin-bottom: 0.8rem;
}
@media (max-width: 576px) {
  .p-mame-item-block {
    padding: 0 0.3rem;
  }
}

/* 中身並び ____________________ */
.p-mame-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .p-mame-item-box {
    gap: 0.5rem;
  }
}

.p-mame-item {
  width: calc((100% - 4rem) / 5);
}
@media (max-width: 992px) {
  .p-mame-item {
    width: calc((100% - 3rem) / 4);
  }
}
@media (max-width: 768px) {
  .p-mame-item {
    width: calc((100% - 2rem) / 3);
  }
}
@media (max-width: 576px) {
  .p-mame-item {
    width: calc((100% - 0.5rem) / 2);
  }
}

/* 中身デザイン ____________________ */
.p-mame-item a {
  cursor: pointer;
}
.p-mame-item-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-mame-item-img {
  max-width: 80px;
}
.p-mame-item-img-area {
  position: relative;
  width: 137px;
  margin: 0 auto;
}
.p-mame-item-volume--count {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-mame-item-volume--unit {
  font-size: 0.7rem;
}
.p-mame-item-price {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: right;
}
.p-mame-item-count {
  font-size: 1.2rem;
}
.p-mame-item-count-box {
  height: 34px;
  padding: 0 0.8rem;
}
@media (max-width: 576px) {
  .p-mame-item-title {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .p-mame-item-count {
    width: 100%;
  }
  .p-mame-item-img {
    max-width: 90px;
  }
  .p-mame-item-img-area {
    width: 127px;
    text-align: left;
  }
}

/*詳細リンク*/
.p-mame-item-detailed-link {
  position: absolute;
  right: 0;
  background: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.2;
  font-size: 0.8rem;
  color: #333;
  padding-top: 0.3rem;
}

.p-mame-item-detailed-link2 {
  position: absolute;
  right: 0;
  background: #FFF;
  text-align: center;
  font-size: 0.8rem;
  color: #333;
}

/*数量ボタン ____________________ */
.p-mame-btn-qty-minus,
.p-mame-btn-qty-plus {
  width: 34px;
  height: 34px;
}
.p-mame-btn-qty-minus:hover,
.p-mame-btn-qty-plus:hover {
  background-color: #ff6347;
  cursor: pointer;
}

.p-mame-btn-qty-minus {
  background: #6c757d url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'><line x1='0' y1='5.5' x2='10' y2='5.5' stroke-width='2' stroke='white'></line></svg>") center/60% no-repeat;
}

.p-mame-btn-qty-plus {
  background: #6c757d url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' stroke-width='2' stroke='white'><line x1='0' y1='5' x2='10' y2='5'></line><line x1='5' y1='0' x2='5' y2='10'></line></svg>") center/60% no-repeat;
}

.p-mame-item-disabled {
  opacity: 0.2 !important;
  cursor: not-allowed;
}

/*--------------------------------------------------
 footer 合計
-------------------------------------------------*/
#p-mame-common-footer {
  margin-top: 1rem;
}

/* 合計テーブル ____________________ */
.p-mame-total-block {
  border-bottom: 1px solid #dee2e6;
}
.p-mame-total-block:last-child {
  border: 0;
}

.p-mame-total {
  text-align: left;
}
.p-mame-total-title {
  font-size: 1.4rem !important;
  font-weight: bold;
  line-height: 1.2;
}
.p-mame-total-title-count {
  font-size: 2rem;
}
.p-mame-total-title-mame {
  font-size: 2rem;
}
.p-mame-total-title-mame small {
  font-size: 1rem;
  font-weight: bold;
}
.p-mame-total-img {
  max-width: 80px;
}
.p-mame-total-subtotal {
  font-size: 1.1rem;
}
.p-mame-total-item-price {
  font-size: 0.9rem;
  color: #989898;
}
.p-mame-total-item-name {
  font-size: 1.1rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .p-mame-total-img {
    max-width: 50px;
  }
  .p-mame-total-item-name {
    font-size: 0.9rem;
  }
  .p-mame-total-title {
    font-size: 1.2rem !important;
  }
  .p-mame-total-subtotal {
    font-size: 1rem;
  }
}

/* 総計 ____________________ */
.p-mame-grand-total {
  background: #f1f1f1;
}
.p-mame-grand-total p {
  font-size: 1.1rem;
}
.p-mame-grand-total-price {
  font-size: 2rem !important;
  color: #ff0000;
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-mame-grand-total .alert {
    font-size: 1rem;
    padding: 0.2rem;
  }
}

/*--------------------------------------------------
 footer固定ナビ
-------------------------------------------------*/
/* bottom固定 ____________________ */
.p-mame-cart-bottom {
  position: fixed;
  bottom: 0; /*ページ上部の固定する位置*/
  width: 100%;
  z-index: 20;
  background: #FFF;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.p-mame-cart-bottom-btn {
  font-size: 1.15rem;
  padding: 0.8rem 2.5rem 0.8rem 2rem;
  font-weight: bold;
  position: relative;
}
.p-mame-cart-bottom-btn::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin-left: 1rem;
}
.p-mame-cart-bottom-mame {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-mame-cart-bottom-price {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 576px) {
  .p-mame-cart-bottom {
    font-size: 0.8rem;
  }
  .p-mame-cart-bottom-count {
    width: 100%;
  }
  .p-mame-cart-bottom-price {
    font-size: 1.3rem;
  }
  .p-mame-cart-bottom-btn {
    padding: 0.8rem;
    font-size: 1rem;
    white-space: nowrap;
  }
  .p-mame-cart-bottom-btn::after {
    display: none;
  }
}

/* footer底上げ ____________________ */
.mb-mame-footer {
  margin-bottom: 5rem;
}

/*--------------------------------------------------
 footer固定ナビ　アニメーション--ふわっ
-------------------------------------------------*/
.p-mame-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-mame-fade-off {
  opacity: 1;
  transition: all 0.3s ease;
}

.p-mame-fade-on {
  opacity: 0;
}

/*--------------------------------------------------
 TOPへ
-------------------------------------------------*/
#p-mame-page-top {
  width: 19px !important;
  position: fixed;
  right: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#p-mame-page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
  opacity: 0.3;
}
#p-mame-page-top a:hover {
  background: #777;
}

#p-mame-page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

#p-mame-page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*--------------------------------------------------
 header固定ナビ
-------------------------------------------------*/
.p-mame-navbar-nav img {
  max-width: 30px;
  margin-right: 1rem;
}

.p-mame-nav p {
  font-size: 0.5rem;
}
.p-mame-nav i {
  font-size: 1rem;
}

/* ロゴ被り調整 ____________________ */
.fixed-top-mame {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
}

/*--------------------------------------------------
カルーセルの調整
-------------------------------------------------*/
.p-mame-carousel .carousel-control-next,
.p-mame-carousel .carousel-control-prev {
  font-size: 2.5rem !important;
  color: #333 !important;
  width: 9% !important;
}
.p-mame-carousel .carousel-control-next:hover,
.p-mame-carousel .carousel-control-prev:hover {
  color: #333 !important;
}
@media (max-width: 768px) {
  .p-mame-carousel .carousel-control-next,
  .p-mame-carousel .carousel-control-prev {
    font-size: 2rem !important;
  }
}
.p-mame-carousel .carousel-indicators li {
  background-color: #333;
}
.p-mame-carousel .carousel-indicators {
  position: relative !important;
}
.p-mame-carousel .carousel-item img {
  max-width: 660px;
}
@media (max-width: 992px) {
  .p-mame-carousel .carousel-item img {
    max-width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------
 IEのアラート
-------------------------------------------------*/
#forIE {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #forIE {
    display: block;
  }
}
.ie_alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  padding: 10% 0;
  z-index: 1000;
}
.ie_alert span, .ie_alert p, .ie_alert a {
  color: #333;
}
.ie_alert span {
  display: block;
  font-size: 3rem;
}
.ie_alert p {
  font-size: 20px;
}

/* ==========================================================================
 Themes
========================================================================== */