﻿
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.5px;
  color: #230e02;
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  body {
    min-width: 1280px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .wrapper {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  body.menu-active {
    padding-right: 17px;
  }
}
body.menu-active .btn-toggle-menu {
  position: relative;
}
body.menu-active .btn-toggle-menu span:nth-of-type(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.menu-active .btn-toggle-menu span:nth-of-type(2) {
  display: none;
}
body.menu-active .btn-toggle-menu span:nth-of-type(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  body.menu-active .toggle-menu-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 10001;
  }
}
@media screen and (min-width: 768px) {
  body.menu-active .side-menu {
    left: 0;
  }
}
.f-robot {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1.5px;
}
.f-robot.fw-bold {
  font-weight: 500 !important;
}

.f-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fc-wh {
  color: #fff !important;
}

.bg-wh {
  background: #fff;
}

.bg-history {
  background: #f9f6ed;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.pc,
.pc-visible-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc,
  .pc-visible-wrap {
    display: none;
  }
}

.sp,
.sp-visible-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp,
  .sp-visible-wrap {
    display: block;
  }
}

.pc-visible-wrap > table,
.sp-visible-wrap > table {
  width: 100%;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.login-flag {
  display: none;
}

.link-arw {
  display: block !important;
  width: 600px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #230e02;
  font-size: 16px !important;
  text-align: center;
  position: relative;
  margin: 0 auto !important;
}
@media (max-width: 1200px) {
  .link-arw {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1200px) and (-ms-high-contrast: active), (max-width: 1200px) and (-ms-high-contrast: none) {
  .link-arw {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .link-arw {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px !important;
  }
}
.link-arw span {
  display: block;
  width: 60px;
  height: 7px;
  border-bottom: 1px solid #230e02 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto !important;
}
@media screen and (max-width: 767px) {
  .link-arw span {
    width: 40px;
  }
}
.link-arw span:after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background: #230e02;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -1px;
  right: 2px;
}
.link-arw img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

.bscstm .border-radius-50p {
  border-radius: 50%;
}
.bscstm .fw-bold {
  font-weight: 600 !important;
}
@media screen and (min-width: 768px) {
  .bscstm .h-md-auto {
    height: auto !important;
  }
  .bscstm .left-md-auto {
    left: auto !important;
  }
  .bscstm .right-md-auto {
    right: auto !important;
  }
  .bscstm .bottom-md-auto {
    bottom: auto !important;
  }
  .bscstm .top-md-auto {
    top: auto !important;
  }
}

/*****************
default class調整
*****************/
/*共通*/
a {
  color: #230e02;
}

.container {
  margin: 0 auto;
  min-width: 1000px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    min-width: auto;
  }
}

.block-event-page {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 1000px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-event-page {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .block-event-page {
    width: 100%;
    min-width: auto;
  }
}

#block_of_itemhistory,
#footer_pagetop,
#cart_itemhistory {
  display: none !important;
}

.pane-left-menu,
.pane-right-menu,
.block-category-list--topic {
  display: none;
}

@media screen and (max-width: 767px) {
  .pane-right-menu,
  .block-recent-item,
  .block-recent-item--items {
    width: 100%;
  }
}
#HENRI #suz-top-header-trigger,
#C3 #suz-top-header-trigger,
#casaneo #suz-top-header-trigger,
#chocolat #suz-top-header-trigger,
.page-genre #suz-top-header-trigger,
#Htmp #suz-top-header-trigger,
#SN #suz-top-header-trigger,
#Ctmp #suz-top-header-trigger {
  display: none;
}

.inner-wrap {
  max-width: 1260px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .inner-wrap {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .inner-wrap {
    width: 100%;
    min-width: auto;
  }
}

.cstm-reset a, .pane-footer a, .hover-menu a, .side-menu a, .header-wrap__content a, .header-wrap__top a {
  display: inline-block;
  color: #230e02;
}
@media screen and (min-width: 768px) {
  .cstm-reset a, .pane-footer a, .hover-menu a, .side-menu a, .header-wrap__content a, .header-wrap__top a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .cstm-reset a:hover, .pane-footer a:hover, .hover-menu a:hover, .side-menu a:hover, .header-wrap__content a:hover, .header-wrap__top a:hover {
    opacity: 0.6;
  }
}
.cstm-reset a:hover, .pane-footer a:hover, .hover-menu a:hover, .side-menu a:hover, .header-wrap__content a:hover, .header-wrap__top a:hover,
.cstm-reset a:focus,
.pane-footer a:focus,
.hover-menu a:focus,
.side-menu a:focus,
.header-wrap__content a:focus,
.header-wrap__top a:focus {
  text-decoration: none;
}

.item-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list-box:after {
  content: "";
  display: block;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .item-list-box:after {
    width: 32%;
  }
}
.item-list-box__link {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .item-list-box__link {
    width: 32%;
  }
}
.item-list-box__img {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 12px;
  margin-bottom: 15px;
}
.item-list-box__img img {
  vertical-align: top;
}
.item-list-box__name {
  font-size: 11px;
  line-height: 1.5454545455;
}
.item-list-box__price {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .item-list-box__price {
    font-size: 11px;
    margin-top: 5px;
  }
}
.item-list-box__notfind {
  padding-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .item-list-box__notfind {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .history-bottom {
    width: calc(100% - 24px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .history-bottom {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px 0;
  }
}
.history-bottom .history-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history-bottom .history-feed {
    margin: 0;
  }
}
.history-bottom .history-feed .item-list-box__link {
  width: 16.6666666667%;
  margin: 0 12px;
  max-width: 193px;
}
@media screen and (max-width: 767px) {
  .history-bottom .history-feed .item-list-box__link {
    max-width: 41.66667%;
    margin: 0;
    padding: 0 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 193px;
  }
}

@media screen and (max-width: 767px) {
  .history-bottom {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .history-bottom::-webkit-scrollbar {
    display: none;
  }
}
/***************************
イベントランキング
****************************/
@media screen and (min-width: 768px) {
  .ranking-item-swiper .swiper-container {
    overflow: visible;
  }
  .ranking-item-swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ranking-item-swiper .swiper-slide {
    width: calc(20% - 48px);
  }
  .ranking-item-swiper .swiper-slide + .swiper-slide {
    margin-left: 60px;
  }
  .ranking-item-swiper .swiper-slide:nth-child(5n+1) {
    margin-left: 0;
  }
  .ranking-item-swiper .swiper-slide:nth-child(n+6) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .swiper-container {
    padding: 0 15px;
    overflow-x: scroll;
  }
  .ranking-item-swiper .swiper-wrapper {
    padding-top: 20px;
  }
  .ranking-item-swiper .swiper-slide {
    max-width: 41.66667%;
    padding: 40px 6px 0;
  }
}
.ranking-item-swiper .ranking-item__list {
  position: relative;
}
.ranking-item-swiper .ranking-item__rank {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .ranking-item__rank {
    top: -42px;
  }
}
.ranking-item-swiper .ranking-item__rank img {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .ranking-item__rank img {
    width: 34px;
  }
}
.ranking-item-swiper .ranking-item__img {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 20px;
}
.ranking-item-swiper .ranking-item__img img {
  width: 100%;
  vertical-align: top;
}
.ranking-item-swiper .ranking-item__wrap {
  overflow: hidden;
}
.ranking-item-swiper .ranking-item__name {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .ranking-item__name {
    font-size: 12px;
  }
}
.ranking-item-swiper .ranking-item__tax {
  font-size: 13px;
  text-align: right;
  margin: 0 -7px 3px 0;
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .ranking-item__tax {
    font-size: 11px;
    margin: 0 0 3px;
    text-align: left;
  }
}
.ranking-item-swiper .ranking-item__price {
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ranking-item-swiper .ranking-item__price {
    font-size: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .ranking-item-swiper .swiper-container {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ranking-item-swiper .swiper-container::-webkit-scrollbar {
    display: none;
  }
}
.ranking-head {
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 60px 0 45px;
}
@media screen and (max-width: 767px) {
  .ranking-head {
    font-size: 10px;
    padding: 40px 0 35px;
  }
}
.ranking-head img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .ranking-head img {
    width: 111px;
    margin-bottom: 5px;
  }
}

/*ecbeginデフォルトランキング*/
.block-ranking-r--items .text_icon_wrap {
  display: none;
}
.block-ranking-r--items .icon_list_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--items > li {
    margin: 0 -6px;
  }
}

.block-ranking-r--goods {
  -ms-flex-preferred-size: calc(25% - 42px);
      flex-basis: calc(25% - 42px);
  margin-left: 53px;
}
.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 0 30px;
    padding: 0 6px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-ranking-r--goods-image a {
    width: 100%;
  }
}
.block-ranking-r--goods-image figure {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods-image figure {
    background: #fff;
    width: 100%;
  }
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  background: #fff;
  color: #230e02;
  border: 2px solid #230e02;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods-image .block-ranking-r--rank {
    top: -15px;
    left: -5px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 12px;
  }
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: #9a7c1c;
  border-color: #9a7c1c;
  color: #fff;
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: #999;
  border-color: #999;
  color: #fff;
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: #44210d;
  border-color: #44210d;
  color: #fff;
}

.block-ranking-r--goods-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-ranking-r--goods-description .block-ranking-r--goods-name {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods-description .block-ranking-r--goods-name {
    font-size: 12px;
  }
}
.block-ranking-r--goods-description .icon1_ {
  width: 100%;
}
.block-ranking-r--goods-description .icon1_ img {
  width: 30%;
}
.block-ranking-r--goods-description .block-icon {
  display: none;
}
.block-ranking-r--goods-description .block-ranking-r--price-infos {
  width: 100%;
}
.block-ranking-r--goods-description .block-ranking-r--price.price.js-enhanced-ecommerce-goods-price {
  font-size: 13px;
  color: #230e02;
  text-align: right;
  margin: 0 -7px 3px 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods-description .block-ranking-r--price.price.js-enhanced-ecommerce-goods-price {
    font-size: 11px;
    margin: 0 0 3px;
    text-align: left;
  }
}
.block-ranking-r--goods-description .block-ranking-r--net-price.net-price {
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .block-ranking-r--goods-description .block-ranking-r--net-price.net-price {
    font-size: 10px;
    text-align: left;
  }
}

/***************************
通常ヘッダー・フッター
****************************/
/*通常ヘッダー*/
.header-wrap {
  position: relative;
  z-index: 10000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.header-wrap__top {
  color: #fff;
  background: #827a65;
}
@media screen and (max-width: 767px) {
  .header-wrap__top {
    height: 35px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header-wrap__top .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .inner-wrap {
    display: block;
    height: 100%;
  }
}
.header-wrap__top-logo a img {
  vertical-align: bottom;
}
.header-wrap__top-logo a + a {
  margin-left: 15px;
}
@media (max-width: 1265px) {
  .header-wrap__top-logo a.suz-logo {
    width: 68px;
  }
  .header-wrap__top-logo a.hc-logo {
    width: 68px;
  }
  .header-wrap__top-logo a.c3-logo {
    width: 32px;
  }
  .header-wrap__top-logo a.casaneo-logo {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__top-logo {
    display: none;
  }
}
.header-wrap__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-wrap__top-content {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.header-wrap__top-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-wrap__top-tel {
    display: none;
  }
}
.header-wrap__top-tel:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}
.header-wrap__top-tel * {
  display: inline-block;
}
.header-wrap__top-tel img {
  vertical-align: sub;
  margin-right: 5px;
}
.header-wrap__top-tel .txt-l {
  font-size: 22px;
  margin-right: 10px;
  color: #fff;
}
.header-wrap__top-tel .txt-l a {
  color: #fff;
}
@media (max-width: 1265px) {
  .header-wrap__top-tel .txt-l {
    font-size: 18px;
  }
}
@media screen and (max-width: 1265px) and (-ms-high-contrast: active), (max-width: 1265px) and (-ms-high-contrast: none) {
  .header-wrap__top-tel .txt-l {
    font-size: 22px;
  }
}
.header-wrap__top-tel .txt-s {
  font-size: 12px;
}
.header-wrap__top .otodoke-counter {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter {
    letter-spacing: 0;
  }
}
.header-wrap__top .otodoke-counter .otodoke-counter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 360px) {
  .header-wrap__top .otodoke-counter .otodoke-counter__inner {
    margin: 0 -10px;
    font-size: 11px;
  }
}
.header-wrap__top .otodoke-counter .otodoke-counter__inner-img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter .otodoke-counter__inner-img {
    margin-right: 5px;
  }
}
.header-wrap__top .otodoke-counter .otodoke-counter__inner-span {
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter .otodoke-counter__inner-span {
    margin-left: 3px;
  }
}
.header-wrap__bnr {
  z-index: 10002;
}
@media screen and (min-width: 768px) {
  .header-wrap__bnr {
    display: block;
    background-repeat: repeat-x;
    height: 50px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__bnr {
    background: none !important;
    width: 100%;
  }
}
.header-wrap__bnr.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header-wrap__content {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header-wrap__content {
    width: 100%;
    padding: 0 8px;
    z-index: 10003;
  }
}
.header-wrap__content.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-top {
    display: none;
  }
}
.header-wrap__content-top .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 20px 0 50px;
}
@media (max-width: 1200px) {
  .header-wrap__content-top .inner-wrap {
    padding: 20px 10px 50px;
  }
}
@media screen and (max-width: 1200px) and (-ms-high-contrast: active), (max-width: 1200px) and (-ms-high-contrast: none) {
  .header-wrap__content-top .inner-wrap {
    width: auto;
    padding: 20px 0 50px;
  }
}
.header-wrap__content-top .txt-lead {
  font-size: 12px;
  margin: 0;
}
.header-wrap__content-top .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap__content-top .link-list > * + * {
  margin-left: 15px;
}
.header-wrap__content-top .link-sns {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap__content-top .link-sns > * + * {
  margin-left: 18px;
}
.header-wrap__content-navi {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .header-wrap__content-navi .fix-inner {
    background: #fff;
    -webkit-transition: none;
    transition: none;
  }
  .header-wrap__content-navi .fix-inner.fixInit {
    position: fixed;
    width: 100%;
    top: -200px;
    left: 0;
    padding: 15px 0;
    margin: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header-wrap__content-navi .fix-inner.fixInit .block-headernav--cart-count {
    top: 5px;
    right: -8px;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-logo {
    width: 218px;
    top: 0;
    margin: auto;
    -webkit-transition: none;
    transition: none;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-logo img {
    height: 58px;
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-toggle-menu p,
  .header-wrap__content-navi .fix-inner.fixInit .btn-sys-menu p {
    display: none;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-toggle-menu span:nth-of-type(1) {
    top: 14px;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-toggle-menu span:nth-of-type(2) {
    top: 23px;
  }
  .header-wrap__content-navi .fix-inner.fixInit .btn-toggle-menu span:nth-of-type(3) {
    top: 33px;
  }
  .header-wrap__content-navi .fix-inner.fixed {
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi {
    padding-bottom: 0px;
  }
}
.header-wrap__content-navi .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .inner-wrap {
    height: 58px;
    padding: 10px 7px 0 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-wrap__content-navi .btn-toggle-menu {
  position: relative;
  width: 45px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-toggle-menu {
    width: 35px;
    height: 40px;
  }
}
.header-wrap__content-navi .btn-toggle-menu span {
  border-top: 2px solid #ccc;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-toggle-menu span {
    width: 35px;
    border-width: 1px;
  }
}
.header-wrap__content-navi .btn-toggle-menu span:nth-of-type(1) {
  top: 2px;
}
.header-wrap__content-navi .btn-toggle-menu span:nth-of-type(2) {
  top: 11px;
}
.header-wrap__content-navi .btn-toggle-menu span:nth-of-type(3) {
  top: 21px;
}
.header-wrap__content-navi .btn-toggle-menu p {
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-toggle-menu p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.header-wrap__content-navi .btn-logo {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .header-wrap__content-navi .btn-logo {
    -webkit-transition: none;
    transition: none;
    bottom: -15px;
  }
  .header-wrap__content-navi .btn-logo img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .header-wrap__content-navi .btn-logo img:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-logo {
    width: 114px;
  }
}
.header-wrap__content-navi .btn-sys-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-wrap__content-navi .btn-sys-menu {
    padding-right: 10px;
  }
}
.header-wrap__content-navi .btn-sys-menu > * {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * {
    height: 40px;
  }
}
.header-wrap__content-navi .btn-sys-menu > * span {
  text-align: center;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * span {
    margin-bottom: 0;
  }
}
.header-wrap__content-navi .btn-sys-menu > * span img {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * span img {
    height: 21px;
  }
  .header-wrap__content-navi .btn-sys-menu > * span img.hd-icon-favorite {
    height: 20px;
  }
}
.header-wrap__content-navi .btn-sys-menu > * + * {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * + * {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu .spnone {
    display: none;
  }
}
.header-wrap__content-navi .btn-sys-menu p {
  font-size: 12px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  .header-wrap__content-navi .btn-sys-menu .block-headernav--cart-count {
    right: 0;
  }
}
.header-wrap__content-menu {
  line-height: 1;
  padding: 12px 0;
  border-top: 1px solid #230e02;
  border-bottom: 2px solid #230e02;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-menu {
    padding: 6px 0;
    border-bottom: none;
    width: calc(100% - 16px);
    margin: 0 auto;
    z-index: 10003;
  }
}
.header-wrap__content-menu .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-wrap__content-menu .menu-list {
  width: 16.6666666667%;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .header-wrap__content-menu .menu-list:hover .menu-under {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-menu .menu-list {
    width: 33.3333333333%;
    height: 30px;
    line-height: 30px;
  }
}
.header-wrap__content-menu .menu-list + .menu-list {
  border-left: 1px solid #230e02;
}
.header-wrap__content-menu .menu-head {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-menu .menu-head {
    font-size: 13px;
  }
}
.header-wrap__content-menu .menu-under {
  display: none;
  padding-top: 13px;
}
.header-wrap__content-menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-top: none;
  padding-top: 0px;
}
.header-wrap__content-menu.fixed > .inner-wrap {
  width: calc(100% - 16px);
  border-top: 1px solid #230e02;
  padding-top: 6px;
}

.side-menu::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.side-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (min-width: 768px) {
  .side-menu {
    width: 430px;
    left: -100%;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    background: #f6f7f2;
    width: 100%;
    left: 0;
    display: none;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.side-menu__search {
  background: #f9f6ed;
  padding: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side-menu__search form {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #a59f8e;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .side-menu__search form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 55px);
  }
}
.side-menu__search form input#keyword {
  width: calc(100% - 50px);
  padding: 5px 0 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .side-menu__search form input#keyword {
    font-size: 16px;
  }
}
.side-menu__search form input#keyword:focus {
  outline: none;
}
.side-menu__search form .submit-btn-block {
  width: 50px;
  position: relative;
}
.side-menu__search form .submit-btn-block--icon {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.side-menu__search .btn-close {
  position: relative;
  width: 35px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side-menu__search .btn-close {
    width: 35px;
    height: 40px;
    margin: -5px 0 0 -5px;
  }
}
.side-menu__search .btn-close span {
  border-top: 2px solid #ccc;
  width: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .side-menu__search .btn-close span {
    width: 35px;
    border-width: 1px;
  }
}
.side-menu__search .btn-close span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-menu__search .btn-close span:nth-of-type(2) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.side-menu__search .btn-close p {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .side-menu__search .btn-close p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: -8px;
  }
}
.side-menu__info {
  padding: 25px 12px;
  background: #fff;
}
.side-menu__info-login, .side-menu__info-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.side-menu__info-login > *, .side-menu__info-logout > * {
  width: 48%;
  height: 45px;
  line-height: 45px;
  background: #827a65;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  padding-left: 14%;
}
.side-menu__info-login > * img, .side-menu__info-logout > * img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.side-menu__info-login > *.info-login, .side-menu__info-logout > *.info-login {
  padding-left: 18%;
}
.side-menu__info-login > *.info-mypage, .side-menu__info-logout > *.info-mypage {
  padding-left: 16%;
}
.side-menu__info-txt {
  font-size: 14px;
  text-align: center;
}
.side-menu__info-txt + .side-menu__info-txt {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #d3cfcc;
}
.side-menu__wrap {
  padding: 20px 20px 0;
}
.side-menu__box {
  padding: 0 20px;
}
.side-menu__box-inner {
  padding: 20px 0;
}
.side-menu__box-inner + .side-menu__box-inner {
  border-top: 1px solid #d3cfcc;
}
.side-menu__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.side-menu__box-head p img {
  vertical-align: sub;
  margin-right: 8px;
}
.side-menu__box-head .viewall {
  width: 90px;
}
.side-menu__box .item-list-box .item-list-box__link:nth-child(n+4) {
  display: none !important;
}
.side-menu__box .item-list-box__price {
  display: none;
}
.side-menu__list {
  border-top: 2px solid #230e02;
  border-bottom: 2px solid #230e02;
  padding-bottom: 8px;
}
.side-menu__list-head {
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #230e02;
  margin-bottom: 6px;
  padding: 0 10px;
}
.side-menu__list-wrap + .side-menu__list-wrap {
  border-top: 1px dotted #230e02;
}
.side-menu__list-inner {
  border-top: 1px dotted #230e02;
  display: none;
}
.side-menu__list-inner .side-menu__list-ttl {
  padding-left: 60px;
  font-size: 12px;
}
.side-menu__list-inner .side-menu__list-inner .side-menu__list-ttl {
  font-size: 11px;
}
.side-menu__list-ttl {
  font-size: 13px;
  padding: 12px 30px 12px 10px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  display: block !important;
}
.side-menu__list-ttl .icon-insta {
  width: 18px;
  vertical-align: sub;
  margin: 0 0 0 15px;
}
.side-menu__list-ttl.toggle-btn:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.side-menu__list-ttl.toggle-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.side-menu__list-ttl.toggle-btn.toggle-active:before {
  display: none;
}
.side-menu__list-ttl.link-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-menu__list-img {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .side-menu__list-img {
    width: 50px;
  }
}
.side-menu__sns {
  background: #827a65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 0;
}
.side-menu__sns > * {
  color: #fff !important;
  font-size: 10px;
  letter-spacing: 1.5px;
  width: 25%;
  height: 60px;
  text-align: center;
  padding-top: 8px;
}
.side-menu__sns > * img {
  display: block;
  height: 23px;
  margin: 0 auto 10px;
}
.side-menu__sns > * + * {
  border-left: 1px solid #fff;
}
.side-menu__footer {
  background: #fff;
  padding: 5px;
}
.side-menu__footer-inner {
  background: #eae7de;
  text-align: center;
  padding: 15px 0;
}
.side-menu__footer-inner .txt-kana {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.side-menu__footer-inner .txt-tel {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.side-menu__footer-inner .txt-tel img {
  margin-right: 15px;
  width: 35px;
}
.side-menu__footer-inner .txt-time {
  font-size: 11px;
}
.side-menu__footer-inner .txt-tel-box {
  width: 125px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 10px auto 0;
  font-size: 14px;
  border: 1px solid #230e02;
}

.hover-menu {
  background: #230e02;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.hover-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hover-menu__cat {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(35, 14, 2, 0.3);
          box-shadow: inset 0px 0px 20px 0px rgba(35, 14, 2, 0.3);
  width: 205px;
  position: relative;
}
.hover-menu__cat:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 9px 7.5px;
  border-color: transparent transparent #230e02 transparent;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.hover-menu__cat-link {
  line-height: 1.4666666667;
  font-size: 15px;
  display: block !important;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.hover-menu__cat-link + .hover-menu__cat-link:before {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #dedbd9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hover-menu__cat-link.hover-active {
  background: rgba(35, 14, 2, 0.05);
}
.hover-menu__cat-link:hover {
  opacity: 1 !important;
}
.hover-menu__cat-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hover-menu__box {
  display: none;
  pointer-events: none;
  margin: 0 40px 0 50px;
}
.hover-menu__box.hover-active {
  display: block;
}
.hover-menu__box.p-event-auto {
  pointer-events: auto;
}
.hover-menu__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.hover-menu__box-inner.column3 {
  height: 380px;
  width: 690px;
}
.hover-menu__box-inner.column3 .hover-menu__box-link:nth-child(n+4) {
  margin-left: 50px;
}
.hover-menu__box-inner.column_item7over {
  height: 480px;
  width: 720px;
}
.hover-menu__box-inner.column_item7over .hover-menu__box-link:nth-child(n+5) {
  margin-left: 50px;
  border-bottom: none;
}
.hover-menu__box-inner.column_item7over .hover-menu__box-link:nth-child(4n) {
  border-top: 1px solid #65574e !important;
}
.hover-menu__box-inner.column_item7over .hover-menu__box-link:first-of-type {
  border-top: none !important;
}
.hover-menu__box-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff !important;
  width: 320px;
  min-height: 120px;
}
.hover-menu__box-link + .hover-menu__box-link {
  border-top: 1px solid #65574e;
}
.hover-menu__box-link:nth-child(4n) {
  border-top: none !important;
}
.hover-menu__box-img {
  width: 145px;
  position: relative;
}
.hover-menu__box-img img {
  width: auto;
  max-height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.hover-menu__box-txt {
  text-align: right;
  width: calc(100% - 150px);
}
.hover-menu__box-name {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.hover-menu__box-desc {
  font-size: 12px;
  line-height: 1.5;
}

/*通常フッター*/
.pane-footer {
  padding: 0;
  background: #fff;
}
.pane-footer .container {
  width: 100%;
  max-width: 100%;
}
.pane-footer .footer__top {
  background: #827a65;
  padding: 80px 0;
}
.pane-footer .footer__top .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top .inner-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top {
    padding: 0;
  }
}
.pane-footer .footer__top-box {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-box {
    width: 100%;
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__top-box + .footer__top-box {
    border-left: 1px solid #948c79;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-box + .footer__top-box {
    border-top: 5px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-inner {
    display: none;
  }
}
.pane-footer .footer__top-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-logo {
    margin-bottom: 20px;
  }
}
.pane-footer .footer__top-logo img {
  margin: auto;
}
.pane-footer .footer__top-desc {
  color: #fff !important;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-desc {
    margin-bottom: 20px;
  }
}
.pane-footer .footer__top-ft {
  width: 298px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-ft {
    width: 80%;
  }
}
.pane-footer .footer__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.pane-footer .footer__top-btn > * {
  width: 143px;
  height: 40px;
  line-height: 40px;
  background: #f3f0e6;
  text-align: center;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  color: #736a53 !important;
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-btn > * {
    font-size: 12px;
    width: 48%;
    padding-right: 10px;
  }
}
.pane-footer .footer__top-btn > *:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #b7b19e;
  border-right: 1px solid #b7b19e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__top-btn > *:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-btn > *:after {
    right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__top-btn > *:hover:after {
    right: 7px;
  }
}
.pane-footer .footer__top-mlg {
  display: block !important;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}
.pane-footer .footer__top-mlg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 24px;
}
.pane-footer .footer__top-mlg:after, .pane-footer .footer__top-mlg:before {
  content: "";
  display: block;
  position: absolute;
}
.pane-footer .footer__top-mlg:before {
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
}
.pane-footer .footer__top-mlg:after {
  width: 1px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 3px;
  bottom: -1px;
}
.pane-footer .footer__top-sns {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pane-footer .footer__top-sns > * + * {
  margin-left: 35px;
}
.pane-footer .footer__top-sns > * img {
  vertical-align: middle;
}
.pane-footer .footer__top-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__top-toggle {
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: 1;
    padding: 15px 0;
  }
  .pane-footer .footer__top-toggle:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 15px;
    vertical-align: middle;
    margin: -7px 0 0 15px;
  }
  .pane-footer .footer__top-toggle .show-active {
    display: inline;
  }
  .pane-footer .footer__top-toggle .colse-active {
    display: none;
  }
  .pane-footer .footer__top-toggle.colse-active .show-active {
    display: none;
  }
  .pane-footer .footer__top-toggle.colse-active .colse-active {
    display: inline;
  }
  .pane-footer .footer__top-toggle.colse-active:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0;
  }
}
.pane-footer .footer__bottom {
  background: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom {
    padding: 0;
  }
}
.pane-footer .footer__bottom .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom .inner-wrap {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.pane-footer .footer__bottom-wrap {
  background: #f9f6ed;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-wrap {
    background: #230e02;
  }
}
.pane-footer .footer__bottom-box {
  width: 33%;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-box {
    width: 100%;
    padding: 10px 10px 0 10px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__bottom-box + .footer__bottom-box {
    border-left: 1px solid #d5d1c4;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-box + .footer__bottom-box {
    background: #230e02;
    padding: 0 17px 0;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__bottom-contact {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact {
    width: 100%;
    padding: 35px 0 40px;
    margin-bottom: 20px;
    background: #f9f6ed;
  }
}
.pane-footer .footer__bottom-contact .txt-head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.pane-footer .footer__bottom-contact .tel-link {
  font-size: 43px;
  font-weight: bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pane-footer .footer__bottom-contact .tel-link {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact .tel-link {
    font-size: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 1px;
  }
}
.pane-footer .footer__bottom-contact .tel-link img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact .tel-link img {
    width: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}
.pane-footer .footer__bottom-contact .txt-time {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.pane-footer .footer__bottom-contact .contact-link {
  display: block !important;
  height: 50px;
  line-height: 50px;
  border: 1px solid #230e02;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact .contact-link {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.pane-footer .footer__bottom-contact .contact-link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.pane-footer .footer__bottom-contact .contact-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b7b19e;
  border-right: 1px solid #b7b19e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__bottom-contact .contact-link:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact .contact-link:after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__bottom-contact .contact-link:hover:after {
    right: 15px;
  }
}
.pane-footer .footer__bottom-head {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-head {
    margin-bottom: 0;
    padding: 15px 0 15px 8px;
    border-bottom: 1px solid #65574e;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-inner {
    padding: 0 10px;
    margin: 10px 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-inner.toggle-border-bottom {
    border-bottom: 1px solid #65574e;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-inner .footer__bottom-inner {
    padding: 0;
    margin: 0;
    border-top: 1px dotted #65574e;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-inner .footer__bottom-inner + .footer__bottom-link {
    border-top: 1px dotted #65574e;
  }
}
.pane-footer .footer__bottom-inner .footer__bottom-inner .footer__bottom-link {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-inner .footer__bottom-inner .footer__bottom-link {
    padding-left: 30px;
  }
}
.pane-footer .footer__bottom-link {
  font-size: 12px;
  line-height: 2.5;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-link {
    color: #fff !important;
    line-height: 3.1538461538;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
  }
  .pane-footer .footer__bottom-link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #b7b19e;
    border-right: 1px solid #b7b19e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-link + .footer__bottom-link {
    border-top: 1px dotted #65574e;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-link.toggle-btn:after {
    right: 7px !important;
  }
  .pane-footer .footer__bottom-link.toggle-btn:before {
    right: 12px !important;
  }
}
.pane-footer .footer__bottom-copy {
  width: 100%;
  margin: 0 auto 0;
  border-top: 1px solid #d5d1c4;
  font-size: 11px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-copy {
    width: 90%;
    color: #fff;
    font-size: 10px;
    height: auto;
    line-height: 1;
    border: none;
    margin-top: 20px;
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .footer__bottom .toggle-btn {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom .toggle-btn {
    position: relative;
  }
  .pane-footer .footer__bottom .toggle-btn:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #b7b19e;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    -webkit-transform: initial;
            transform: initial;
  }
  .pane-footer .footer__bottom .toggle-btn:before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #b7b19e;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 21px;
    -webkit-transform: initial;
            transform: initial;
  }
  .pane-footer .footer__bottom .toggle-btn.toggle-active:before {
    display: none;
  }
}

#pagetop,
#footer__tel,
#footer__tel-business {
  position: fixed;
  bottom: 58px;
  right: 10px;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #pagetop,
  #footer__tel,
  #footer__tel-business {
    bottom: 10px;
  }
}
#pagetop img,
#footer__tel img,
#footer__tel-business img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #pagetop img,
  #footer__tel img,
  #footer__tel-business img {
    width: 45px;
  }
}

#footer__tel {
  right: 106px;
}
@media screen and (max-width: 767px) {
  #footer__tel {
    right: 63px;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel img {
    width: 45px;
  }
}

#footer__tel-business {
  right: 305px;
}
@media screen and (max-width: 767px) {
  #footer__tel-business {
    right: 120px;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel-business img {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  #bdash-reception {
    z-index: 10000 !important;
  }
}

.channelTalk-cstmBtn {
  background-image: url(../image/chaticon.png);
  width: 220px;
  height: 67px;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  left: 25px;
  bottom: 95px;
  cursor: pointer;
  z-index: 100;
  -webkit-filter: drop-shadow(1px 1px 2px #666666);
          filter: drop-shadow(1px 1px 2px #666666);
}
@media screen and (max-width: 767px) {
  .channelTalk-cstmBtn {
    background-image: url(../image/chaticon.png);
    width: 150px;
    height: 46px;
    bottom: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  body#C3 .channelTalk-cstmBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body:not(.page-goods) .channelTalk-cstmBtn {
    display: none;
  }
}

/***************************
通常ヘッダー・フッター
****************************/
/*ジャンルヘッダー*/
.page-genre .genre-show__inner-wrap {
  border-top: 1px solid #230e02;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-show__inner-wrap {
    padding: 15px 0;
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}

.page-genre .header-wrap__top-content,
.page-genre .header-wrap__content-menu.pc {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .page-genre .header-wrap__top {
    display: none !important;
  }
}
.page-genre .genre-show {
  display: block !important;
}

.page-genre .genre-show__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
  font-size: 18px;
  color: #c00;
  border: #c00 1px solid;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-genre .genre-show__inner {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .genre-show__inner {
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.page-genre .h1 {
  margin: 0 auto 60px;
  max-width: 1260px;
  min-width: 1000px;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-genre .h1 {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .h1 {
    min-width: auto;
    margin-bottom: 30px;
  }
}
.page-genre .genre-contents {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-genre .genre-contents {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents {
    margin-bottom: 40px;
    width: 100%;
  }
}
.page-genre .genre-contents .detail-list {
  border-top: 1px solid #000000;
}

.page-genre .genre-contents .detail-list > li {
  border-bottom: 1px solid #000000;
}

.page-genre .genre-contents h2.common_headline2_ {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 22px;
  text-align: left;
  padding: 15px 17px;
  margin: 0 0 20px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page-genre .genre-contents h2.common_headline2_ {
    font-size: 14px;
    font-family: "游明朝", "YuMincho";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 8px 10px;
    margin: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-genre .genre-contents h3.border-title {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

.page-genre .genre-show__inner a {
  text-decoration: underline;
}

.page-genre .genre-show__inner a:hover {
  text-decoration: none;
}

.page-genre .side-menu.searchForm-hidden .side-menu__search {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__search {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__search {
    padding-right: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__search {
    background-color: #ffffff;
  }
}
.page-genre .side-menu.searchForm-hidden .side-menu__search form {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__search .btn-close {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__search .btn-close p {
    display: none;
  }
}
.page-genre .side-menu.searchForm-hidden .side-menu__search .btn-close span {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .page-genre .side-menu.searchForm-hidden .side-menu__info {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .page-genre .side-menu.searchForm-hidden #side-feed-history {
    padding-top: 0px;
  }
}
.page-genre .genre-search {
  text-align: center;
}
.page-genre .genre-search img {
  max-width: 21px;
}
.page-genre .hc-genre-header .header-wrap__content-menu.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .header-wrap__content-menu.pc {
    display: none !important;
  }
}
.page-genre .hc-genre-header .genre-show.header-wrap__top-logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-genre .hc-genre-header .btn-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .btn-logo {
    bottom: -5px;
  }
}
.page-genre .hc-genre-header .btn-logo .genre-show {
  display: inline-block !important;
  width: 207px;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .btn-logo .genre-show {
    width: 105px;
  }
}
.page-genre .hc-genre-header .btn-logo .genre-show img {
  margin-left: auto;
  margin-right: auto;
}
.page-genre .hc-genre-header .header-wrap__top {
  background-color: #48393b;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .header-wrap__top {
    display: none !important;
  }
}
.page-genre .hc-genre-header .header-wrap__content-navi__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-genre .hc-genre-header .header-wrap__content-navi__left > * + * {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .header-wrap__content-navi__left > * + * {
    margin-left: 10px;
  }
}
.page-genre .hc-genre-header .hd-icon-mailorder {
  text-align: center;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .hd-icon-mailorder {
    margin-top: -3px;
  }
}
.page-genre .hc-genre-header .hd-icon-mailorder span {
  width: 30px;
  display: inline-block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .hd-icon-mailorder span {
    width: 18px;
  }
}
.page-genre .hc-genre-header .hd-icon-mailorder img {
  width: 100%;
}
.page-genre .hc-genre-header .hd-icon-mailorder p {
  font-size: 12px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .hd-icon-mailorder p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-genre .hc-genre-header .genre-show {
  display: block !important;
}
.page-genre .hc-genre-header .genre-show__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
  font-size: 18px;
  color: #c00;
  border: #c00 1px solid;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-genre .hc-genre-header .genre-show__inner {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .genre-show__inner {
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.page-genre .hc-genre-header .genre-show__inner a {
  text-decoration: underline;
}
.page-genre .hc-genre-header .genre-show__inner a:hover {
  text-decoration: none;
}
.page-genre .hc-genre-header .genre-show__inner-wrap {
  border-top: 1px solid #230e02;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .genre-show__inner-wrap {
    padding: 15px 0;
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .menu-wrap.genre-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .menu-wrap .menu-list {
    width: 50%;
  }
}
.page-genre .hc-genre-header .header-wrap__content {
  background: inherit;
}
.page-genre .hc-genre-header .h1 {
  margin: 0 auto 60px;
  max-width: 1260px;
  min-width: 1000px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-genre .hc-genre-header .h1 {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .hc-genre-header .h1 {
    min-width: auto;
    margin-bottom: 30px;
  }
}
.page-genre .genre-header-c3 .header-wrap__content-menu.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-header-c3 .header-wrap__content-menu.pc {
    display: none !important;
  }
}
.page-genre .genre-contents,
.page-genre .genre-flow {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  /*ジャンルコンテンツ*/
  /*ジャンルコンテンツ（焼き菓子・生ケーキ）*/
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents,
  .page-genre .genre-flow {
    margin-bottom: 40px;
    width: 100%;
  }
}
.page-genre .genre-contents .detail-list,
.page-genre .genre-flow .detail-list {
  border-top: 1px solid #000000;
}
.page-genre .genre-contents .detail-list > li,
.page-genre .genre-flow .detail-list > li {
  border-bottom: 1px solid #000000;
}
.page-genre .genre-contents h2.common_headline2_,
.page-genre .genre-flow h2.common_headline2_ {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 22px;
  text-align: left;
  padding: 15px 17px;
  margin: 0 0 20px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents h2.common_headline2_,
  .page-genre .genre-flow h2.common_headline2_ {
    font-size: 14px;
    font-family: "游明朝", "YuMincho";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 8px 10px;
    margin: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-genre .genre-contents h3.border-title,
.page-genre .genre-flow h3.border-title {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}
.page-genre .genre-contents__product,
.page-genre .genre-flow__product {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product,
  .page-genre .genre-flow__product {
    margin-bottom: 40px;
  }
}
.page-genre .genre-contents__product .hc .mv,
.page-genre .genre-flow__product .hc .mv {
  padding-top: 30px;
  height: 425px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .hc .mv,
  .page-genre .genre-flow__product .hc .mv {
    min-height: 300px;
    height: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.page-genre .genre-contents__product .hc .mv.baked,
.page-genre .genre-flow__product .hc .mv.baked {
  background: url(../image/he_gift_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .hc .mv.baked,
  .page-genre .genre-flow__product .hc .mv.baked {
    background: url(../image/he_gift_img_sp.jpg) top center no-repeat;
  }
}
.page-genre .genre-contents__product .hc .mv.cake,
.page-genre .genre-flow__product .hc .mv.cake {
  background: url(../image/he_cake_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .hc .mv.cake,
  .page-genre .genre-flow__product .hc .mv.cake {
    background: url(../image/he_cake_img_sp.jpg) top center no-repeat;
  }
}
.page-genre .genre-contents__product .c3 .mv,
.page-genre .genre-flow__product .c3 .mv {
  height: 425px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .c3 .mv,
  .page-genre .genre-flow__product .c3 .mv {
    min-height: 268px;
    height: auto;
  }
}
.page-genre .genre-contents__product .c3 .mv.baked,
.page-genre .genre-flow__product .c3 .mv.baked {
  background: url(../image/c3_gift_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .c3 .mv.baked,
  .page-genre .genre-flow__product .c3 .mv.baked {
    background: url(../image/c3_gift_img_sp.jpg) top center no-repeat;
  }
}
.page-genre .genre-contents__product .c3 .mv.cake,
.page-genre .genre-flow__product .c3 .mv.cake {
  background: url(../image/c3_cake_img2501.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .c3 .mv.cake,
  .page-genre .genre-flow__product .c3 .mv.cake {
    background: url(../image/c3_cake_img2401_sp.jpg) top center no-repeat;
  }
}
.page-genre .genre-contents__product-inner,
.page-genre .genre-flow__product-inner {
  max-width: 1024px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product-inner,
  .page-genre .genre-flow__product-inner {
    min-width: auto;
  }
}
.page-genre .genre-contents__product-inner > div,
.page-genre .genre-flow__product-inner > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-genre .genre-contents__product .mv,
.page-genre .genre-flow__product .mv {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .mv,
  .page-genre .genre-flow__product .mv {
    margin-top: 0px;
  }
}
.page-genre .genre-contents__product .mv-contents__wrap,
.page-genre .genre-flow__product .mv-contents__wrap {
  padding: 60px 90px 0;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .mv-contents__wrap,
  .page-genre .genre-flow__product .mv-contents__wrap {
    padding: 0 10px;
  }
}
.page-genre .genre-contents__product .mv-contents__store_name,
.page-genre .genre-flow__product .mv-contents__store_name {
  font-size: 26px;
  border-bottom: 1px solid #220e02;
  display: inline-block;
  width: 490px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .mv-contents__store_name,
  .page-genre .genre-flow__product .mv-contents__store_name {
    font-size: 20px;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: normal;
  }
}
.page-genre .genre-contents__product .mv-contents__product_category,
.page-genre .genre-flow__product .mv-contents__product_category {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .mv-contents__product_category,
  .page-genre .genre-flow__product .mv-contents__product_category {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.page-genre .genre-contents__product .mv-contents__icon,
.page-genre .genre-flow__product .mv-contents__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-genre .genre-contents__product .mv-contents__icon > div:not(:first-of-type),
.page-genre .genre-flow__product .mv-contents__icon > div:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .mv-contents__icon > div:not(:first-of-type),
  .page-genre .genre-flow__product .mv-contents__icon > div:not(:first-of-type) {
    margin-left: 5px;
  }
}
.page-genre .genre-contents__product .border-btn,
.page-genre .genre-flow__product .border-btn {
  border: 1px solid #230e02;
  padding: 12px 20px 12px 30px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-contents__product .border-btn,
  .page-genre .genre-flow__product .border-btn {
    font-size: 15px;
  }
}
.page-genre .genre-contents__product .border-btn:before,
.page-genre .genre-flow__product .border-btn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
.page-genre .genre-flow {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-flow {
    padding: 0 10px 20px;
  }
}
.page-genre .genre-flow__inner {
  display: none;
}
.page-genre .genre-flow .toggle-btn {
  cursor: pointer;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-flow .toggle-btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.page-genre .genre-flow .toggle-btn:before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-flow .toggle-btn:before {
    height: 15px;
    right: 16px;
  }
}
.page-genre .genre-flow .toggle-btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .page-genre .genre-flow .toggle-btn:after {
    width: 15px;
  }
}
.page-genre .genre-flow .toggle-btn.toggle-active:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .page-genre .block-genre-page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .block-genre-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .page-genre .block-genre-page--header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-genre .block-thumbnail-t,
.page-genre .block-goods-list--pager {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1260px;
  min-width: 1000px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-genre .block-thumbnail-t,
  .page-genre .block-goods-list--pager {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-genre .block-thumbnail-t,
  .page-genre .block-goods-list--pager {
    min-width: auto;
  }
}
.page-genre .block-thumbnail-t--goods-image figure {
  background-color: inherit;
}
.page-genre .block-genre-style--item-name {
  display: none;
}
/*検索ページ*/
.page-search .container {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 1000px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-search .container {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .page-search .container {
    min-width: auto;
  }
}
.page-search .pane-footer .container {
  width: 100%;
  max-width: 100%;
}

/*20220614_header送料無料表示*/
#HENRI .sp-inline,
#C3 .sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  #HENRI .sp-inline,
  #C3 .sp-inline {
    display: inline;
  }
}
#HENRI .otodoke-counter__inner,
#C3 .otodoke-counter__inner {
  display: block;
}
#HENRI .otodoke-counter__inner p,
#C3 .otodoke-counter__inner p {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #HENRI .otodoke-counter__inner,
  #C3 .otodoke-counter__inner {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top,
  #C3 .header-wrap__top {
    height: 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top,
  #C3 .header-wrap__top {
    height: auto;
    background-color: #b59246;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top-logo,
  #C3 .header-wrap__top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top-tel,
  #C3 .header-wrap__top-tel {
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top-tel:after,
  #C3 .header-wrap__top-tel:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top-content,
  #C3 .header-wrap__top-content {
    margin-right: calc(45% - 50vw);
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top-content,
  #C3 .header-wrap__top-content {
    padding: 0px 5px;
  }
}
#HENRI .header-wrap__top .otodoke-counter,
#C3 .header-wrap__top .otodoke-counter {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top .otodoke-counter,
  #C3 .header-wrap__top .otodoke-counter {
    width: 57%;
    height: 60px;
    padding-left: 0px;
    margin-left: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #b59246;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top .otodoke-counter:before,
  #C3 .header-wrap__top .otodoke-counter:before {
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    border-style: solid;
    border-width: 0 0px 60px 37px;
    border-color: transparent transparent #b59246 transparent;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    left: -37px;
  }
}
#HENRI .header-wrap__top .otodoke-counter .text_yellow,
#C3 .header-wrap__top .otodoke-counter .text_yellow {
  color: #fcff9d;
}
#HENRI .header-wrap__top .otodoke-counter .text_strong,
#C3 .header-wrap__top .otodoke-counter .text_strong {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top .otodoke-counter .text_strong,
  #C3 .header-wrap__top .otodoke-counter .text_strong {
    font: 16px;
  }
}
#HENRI .header-wrap__top .otodoke-counter .font-bold,
#C3 .header-wrap__top .otodoke-counter .font-bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top .otodoke-counter__inner p,
  #C3 .header-wrap__top .otodoke-counter__inner p {
    text-align: center;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top .otodoke-counter__inner p:not(:first-of-type),
  #C3 .header-wrap__top .otodoke-counter__inner p:not(:first-of-type) {
    border-top: 2px solid #dec795;
  }
}
@media screen and (max-width: 767px) {
  #HENRI .header-wrap__top .otodoke-counter__inner p img,
  #C3 .header-wrap__top .otodoke-counter__inner p img {
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 768px) {
  #HENRI .header-wrap__top .otodoke-counter__inner-num,
  #C3 .header-wrap__top .otodoke-counter__inner-num {
    font-size: 16px;
  }
}

.footer__bottom-inner .original_package_link {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner .original_package_link {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  body.page-goods .related_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body.page-bookmark .pane-contents .container,
  body.page-history .pane-contents .container,
  body.page-menu .pane-contents .container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body.page-category .pane-contents .container,
  body.page-goods .pane-contents .container,
  body.page-history .pane-contents .container,
  body.page-cart .pane-contents .container,
  body.page-order .pane-contents .container,
  body.page-bookmark .pane-contents .container,
  body.page-menu .pane-contents .container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.page-category #accessorylink,
  body.page-goods #accessorylink,
  body.page-history #accessorylink,
  body.page-cart #accessorylink,
  body.page-order #accessorylink,
  body.page-bookmark #accessorylink,
  body.page-menu #accessorylink {
    overflow: hidden;
  }
}
body.page-category .block-accessory-list,
body.page-goods .block-accessory-list,
body.page-history .block-accessory-list,
body.page-cart .block-accessory-list,
body.page-order .block-accessory-list,
body.page-bookmark .block-accessory-list,
body.page-menu .block-accessory-list {
  max-width: 1260px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body.page-category .block-accessory-list,
  body.page-goods .block-accessory-list,
  body.page-history .block-accessory-list,
  body.page-cart .block-accessory-list,
  body.page-order .block-accessory-list,
  body.page-bookmark .block-accessory-list,
  body.page-menu .block-accessory-list {
    width: 100%;
    min-width: auto;
  }
}
body.page-category .block-accessory-list .block-accessory-list--name,
body.page-goods .block-accessory-list .block-accessory-list--name,
body.page-history .block-accessory-list .block-accessory-list--name,
body.page-cart .block-accessory-list .block-accessory-list--name,
body.page-order .block-accessory-list .block-accessory-list--name,
body.page-bookmark .block-accessory-list .block-accessory-list--name,
body.page-menu .block-accessory-list .block-accessory-list--name {
  text-align: center;
  font-weight: bold;
  font-size: 22px !important;
  margin-top: 0px !important;
  border-top: 1px solid #dddddd;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  body.page-category .block-accessory-list .block-accessory-list--name,
  body.page-goods .block-accessory-list .block-accessory-list--name,
  body.page-history .block-accessory-list .block-accessory-list--name,
  body.page-cart .block-accessory-list .block-accessory-list--name,
  body.page-order .block-accessory-list .block-accessory-list--name,
  body.page-bookmark .block-accessory-list .block-accessory-list--name,
  body.page-menu .block-accessory-list .block-accessory-list--name {
    font-size: 17px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 30px;
    margin-bottom: 10px !important;
  }
}
body.page-category .block-accessory-list .block-accessory-list--name:before,
body.page-goods .block-accessory-list .block-accessory-list--name:before,
body.page-history .block-accessory-list .block-accessory-list--name:before,
body.page-cart .block-accessory-list .block-accessory-list--name:before,
body.page-order .block-accessory-list .block-accessory-list--name:before,
body.page-bookmark .block-accessory-list .block-accessory-list--name:before,
body.page-menu .block-accessory-list .block-accessory-list--name:before {
  content: none !important;
}
body.page-category #block_of_recommend,
body.page-goods #block_of_recommend,
body.page-history #block_of_recommend,
body.page-cart #block_of_recommend,
body.page-order #block_of_recommend,
body.page-bookmark #block_of_recommend,
body.page-menu #block_of_recommend {
  width: 100%;
  margin: 0 auto;
  max-width: 1110px;
  min-width: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend,
  body.page-goods #block_of_recommend,
  body.page-history #block_of_recommend,
  body.page-cart #block_of_recommend,
  body.page-order #block_of_recommend,
  body.page-bookmark #block_of_recommend,
  body.page-menu #block_of_recommend {
    width: 100%;
    min-width: auto;
  }
}
body.page-category #block_of_recommend .block-goods-detail-j--goods,
body.page-goods #block_of_recommend .block-goods-detail-j--goods,
body.page-history #block_of_recommend .block-goods-detail-j--goods,
body.page-cart #block_of_recommend .block-goods-detail-j--goods,
body.page-order #block_of_recommend .block-goods-detail-j--goods,
body.page-bookmark #block_of_recommend .block-goods-detail-j--goods,
body.page-menu #block_of_recommend .block-goods-detail-j--goods {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
body.page-category #block_of_recommend .block-goods-detail-j--goods-image,
body.page-goods #block_of_recommend .block-goods-detail-j--goods-image,
body.page-history #block_of_recommend .block-goods-detail-j--goods-image,
body.page-cart #block_of_recommend .block-goods-detail-j--goods-image,
body.page-order #block_of_recommend .block-goods-detail-j--goods-image,
body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-image,
body.page-menu #block_of_recommend .block-goods-detail-j--goods-image {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-goods #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-history #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-cart #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-order #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-image,
  body.page-menu #block_of_recommend .block-goods-detail-j--goods-image {
    margin-bottom: 15px !important;
  }
}
body.page-category #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-goods #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-history #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-cart #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-order #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-bookmark #block_of_recommend .js-enhanced-ecommerce-image .img-center,
body.page-menu #block_of_recommend .js-enhanced-ecommerce-image .img-center {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 20px;
  background: #fff;
}
body.page-category #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-goods #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-history #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-cart #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-order #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-bookmark #block_of_recommend .js-enhanced-ecommerce-image .img-center img,
body.page-menu #block_of_recommend .js-enhanced-ecommerce-image .img-center img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-goods #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-history #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-cart #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-order #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-name,
  body.page-menu #block_of_recommend .block-goods-detail-j--goods-name {
    margin-bottom: 0px !important;
  }
}
body.page-category #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-goods #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-history #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-cart #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-order #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-bookmark #block_of_recommend .js-enhanced-ecommerce-goods-name,
body.page-menu #block_of_recommend .js-enhanced-ecommerce-goods-name {
  font-size: 12px !important;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-goods #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-history #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-cart #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-order #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-bookmark #block_of_recommend .js-enhanced-ecommerce-goods-name,
  body.page-menu #block_of_recommend .js-enhanced-ecommerce-goods-name {
    font-size: 11px !important;
    margin-bottom: 5px !important;
  }
}
body.page-category #block_of_recommend .block-goods-detail-j--price,
body.page-goods #block_of_recommend .block-goods-detail-j--price,
body.page-history #block_of_recommend .block-goods-detail-j--price,
body.page-cart #block_of_recommend .block-goods-detail-j--price,
body.page-order #block_of_recommend .block-goods-detail-j--price,
body.page-bookmark #block_of_recommend .block-goods-detail-j--price,
body.page-menu #block_of_recommend .block-goods-detail-j--price {
  font-size: 12px !important;
  text-align: left !important;
  color: #230e02 !important;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .block-goods-detail-j--price,
  body.page-goods #block_of_recommend .block-goods-detail-j--price,
  body.page-history #block_of_recommend .block-goods-detail-j--price,
  body.page-cart #block_of_recommend .block-goods-detail-j--price,
  body.page-order #block_of_recommend .block-goods-detail-j--price,
  body.page-bookmark #block_of_recommend .block-goods-detail-j--price,
  body.page-menu #block_of_recommend .block-goods-detail-j--price {
    font-size: 11px !important;
  }
}
body.page-category #block_of_recommend .block-goods-detail-j--goods-description,
body.page-goods #block_of_recommend .block-goods-detail-j--goods-description,
body.page-history #block_of_recommend .block-goods-detail-j--goods-description,
body.page-cart #block_of_recommend .block-goods-detail-j--goods-description,
body.page-order #block_of_recommend .block-goods-detail-j--goods-description,
body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-description,
body.page-menu #block_of_recommend .block-goods-detail-j--goods-description {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-goods #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-history #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-cart #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-order #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-description,
  body.page-menu #block_of_recommend .block-goods-detail-j--goods-description {
    margin-top: 15px !important;
  }
}
body.page-category #block_of_recommend .swiper_recommend,
body.page-goods #block_of_recommend .swiper_recommend,
body.page-history #block_of_recommend .swiper_recommend,
body.page-cart #block_of_recommend .swiper_recommend,
body.page-order #block_of_recommend .swiper_recommend,
body.page-bookmark #block_of_recommend .swiper_recommend,
body.page-menu #block_of_recommend .swiper_recommend {
  padding-left: 28px !important;
  padding-right: 28px !important;
  padding-top: 25px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .swiper_recommend,
  body.page-goods #block_of_recommend .swiper_recommend,
  body.page-history #block_of_recommend .swiper_recommend,
  body.page-cart #block_of_recommend .swiper_recommend,
  body.page-order #block_of_recommend .swiper_recommend,
  body.page-bookmark #block_of_recommend .swiper_recommend,
  body.page-menu #block_of_recommend .swiper_recommend {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-goods #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-history #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-cart #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-order #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-bookmark #block_of_recommend .swiper_recommend .swiper-wrapper,
  body.page-menu #block_of_recommend .swiper_recommend .swiper-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-goods #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-history #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-cart #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-order #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-bookmark #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide,
  body.page-menu #block_of_recommend .swiper_recommend .swiper-wrapper .swiper-slide {
    max-width: 120px;
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 30px;
  }
}
body.page-category #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-prev {
  left: 0px;
}
body.page-category #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-next {
  right: 0px;
}
body.page-category #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-category #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-prev,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-next,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-prev {
  margin-top: auto;
  margin-bottom: auto;
  top: 40%;
  background-image: none;
}
@media screen and (max-width: 767px) {
  body.page-category #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-category #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-goods #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-goods #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-history #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-history #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-cart #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-cart #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-order #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-order #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-prev,
  body.page-menu #block_of_recommend .swiper_recommend .swiper-button-next,
  body.page-menu #block_of_recommend .swiper_recommend .swiper-button-prev {
    display: none;
  }
}
body.page-category #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-prev:after,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-prev:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #330000 2px solid;
  border-top: #330000 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 4px;
}
body.page-category #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-goods #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-history #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-cart #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-order #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-bookmark #block_of_recommend .swiper_recommend .swiper-button-next:after,
body.page-menu #block_of_recommend .swiper_recommend .swiper-button-next:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #330000 2px solid;
  border-top: #330000 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.page-category #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-goods #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-history #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-cart #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-order #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-bookmark #block_of_recommend .block-goods-detail-j--goods-image figure,
body.page-menu #block_of_recommend .block-goods-detail-j--goods-image figure {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  body.page-bookmark .block-accessory-list .block-accessory-list--name {
    margin-top: 50px !important;
  }
}

body.page-alertgoods .block-accessory-list {
  display: none;
}

.footer__bottom-link__cancel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer__bottom-link__cancel:after {
    content: none !important;
  }
}

.footer__bottom-inner__child {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner__child {
    padding-left: 30px;
  }
}
.footer__bottom-inner__child a {
  font-size: 12px;
  line-height: 2.2;
  padding-left: 10px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner__child a {
    color: #ffffff;
    font-size: 13px;
  }
}
.footer__bottom-inner__child a:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #000000;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner__child a:before {
    background-color: #ffffff;
  }
}

/* 20240718 add */
/***************************
フッター お支払い・お届け案内情報
****************************/
#paymentgude_contents {
  width: 840px;
  padding: 0 0 5px 0;
  min-height: 370px;
  margin: 50px auto 0;
}

#paymentgude_contents .common_headline1_ {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 22px;
  text-align: left;
  padding: 15px 17px;
  margin: 0 0 20px;
  background: url(../image/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#paymentgude_contents .common_headline2_ {
  font-weight: bold !important;
  overflow: hidden;
  position: relative;
  color: #3f3634;
  font-size: 20px;
  padding: 0 0 14px 14px;
  margin: 0;
  background: url(../image/common_h2.png) left bottom repeat-x;
}

#paymentgude_contents .common_headline2_:before {
  top: 0;
  background: #6f6562;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

@media screen and (min-width: 768px) {
  #paymentgude_contents .page-event .common_headline2_:hover {
    opacity: 0.7;
  }
  #paymentgude_contents .common_headline2_:before,
  #paymentgude_contents .common_headline2_:after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 7px);
    position: absolute;
    left: 0;
  }
  #paymentgude_contents .common_headline2_:after {
    bottom: 14px;
    background: #3f3735;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  #paymentgude_contents .common_headline2_:before,
  #paymentgude_contents .common_headline2_:after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 7px);
    position: absolute;
    left: 0;
  }
  #guide_wrapping strong {
    font-weight: bold;
  }
  .ginko-furikomi .kouza {
    background-color: #fff8df;
    width: 500px;
    height: 100px;
    padding: 10px 0 0 30px;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  #paymentgude_contents {
    width: 98%;
  }
  #paymentgude_contents .common_headline2_ {
    font-size: 15px;
  }
  #guide_wrapping .shopping_category {
    margin-bottom: 30px;
  }
  #paymentgude_contents .category_title {
    background-color: #f3ecea !important;
  }
  #paymentgude_contents .category_title_mail {
    background-color: #e6ecff !important;
  }
  #guide_infomation_telmail {
    text-align: center;
    width: 98%;
    text-align: center;
  }
  #guide_infomation_telmail p {
    margin-bottom: 5px;
  }
  #guide_infomation_telmail a:link {
    text-decoration: underline !important;
  }
  #guide_wrapping strong {
    font-weight: bold;
  }
  #paymentgude_contents .common_headline2_:before {
    top: 0;
    background: #bdaa92;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  #paymentgude_contents .common_headline2_:before,
  #paymentgude_contents .common_headline2_:after {
    content: "";
    display: block;
    width: 4px;
    height: calc(50% - 5px);
    position: absolute;
    left: 0;
  }
  #paymentgude_contents .common_headline2_:after {
    bottom: 10px;
    background: #867450;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
#paymentgude_contents a:link {
  text-decoration: underline;
}

.paymentguide_content dl {
  margin-bottom: 15px;
}

.paymentguide_content dd {
  display: none;
  margin-bottom: 80px;
}

.paymentguide_content dd p {
  margin-top: 20px;
}

.paymentguide_content dt {
  position: relative;
}

.paymentguide_content dt::before,
.paymentguide_content dt:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 15px;
  right: 2%;
  top: 50%;
}

.paymentguide_content dt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.paymentguide_content dt.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/***************************
20221128クラリティ対策コメントアウト
****************************/
/* 20240904 add */
/***************************
h1

****************************/
.h1_add {
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  margin: 40px 0px;
  border-bottom: 0 !important;
}

.h1_top {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 40px 0px !important;
  padding-top: 30px !important;
}