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

.header-wrap__top-content {
  display: none !important;
}

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

.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) {
  .genre-show__inner {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .genre-show__inner {
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    min-width: auto;
    margin-bottom: 30px;
  }
}
.genre-contents {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}

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

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

.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(/img/usr/common/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .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;
  }
}
.genre-contents h3.border-title {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}

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

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

.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) {
  .side-menu.searchForm-hidden .side-menu__search {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .side-menu.searchForm-hidden .side-menu__search {
    padding-right: 5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .side-menu.searchForm-hidden .side-menu__search {
    background-color: #ffffff;
  }
}
.side-menu.searchForm-hidden .side-menu__search form {
  display: none;
}
@media screen and (min-width: 768px) {
  .side-menu.searchForm-hidden .side-menu__search .btn-close {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .side-menu.searchForm-hidden .side-menu__search .btn-close p {
    display: none;
  }
}
.side-menu.searchForm-hidden .side-menu__search .btn-close span {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .side-menu.searchForm-hidden .side-menu__info {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .side-menu.searchForm-hidden #side-feed-history {
    padding-top: 0px;
  }
}

.genre-search {
  text-align: center;
}
.genre-search img {
  max-width: 21px;
}

.hc-genre-header .header-wrap__top-content,
.hc-genre-header .btn-logo > img,
.hc-genre-header .header-wrap__top-logo {
  display: none !important;
}
.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;
}
.hc-genre-header .btn-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .btn-logo {
    bottom: 0px !important;
  }
}
.hc-genre-header .btn-logo .genre-show {
  display: inline-block !important;
  width: 207px;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .btn-logo .genre-show {
    width: 90px !important;
  }
}
.hc-genre-header .btn-logo .genre-show img {
  margin-left: auto;
  margin-right: auto;
}
.hc-genre-header .header-wrap__top {
  background-color: #48393b;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .header-wrap__top {
    display: none !important;
  }
}
.hc-genre-header .header-wrap__content-navi__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hc-genre-header .header-wrap__content-navi__left > * + * {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .header-wrap__content-navi__left > * + * {
    margin-left: 10px;
  }
}
.hc-genre-header .hd-icon-mailorder {
  text-align: center;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .hd-icon-mailorder {
    margin-top: -3px;
  }
}
.hc-genre-header .hd-icon-mailorder span {
  width: 30px;
  display: inline-block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .hd-icon-mailorder span {
    width: 18px;
  }
}
.hc-genre-header .hd-icon-mailorder img {
  width: 100%;
}
.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) {
  .hc-genre-header .hd-icon-mailorder p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.hc-genre-header .genre-show {
  display: block !important;
}
.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) {
  .hc-genre-header .genre-show__inner {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .hc-genre-header .genre-show__inner {
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.hc-genre-header .genre-show__inner a {
  text-decoration: underline;
}
.hc-genre-header .genre-show__inner a:hover {
  text-decoration: none;
}
.hc-genre-header .genre-show__inner-wrap {
  border-top: 1px solid #230e02;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .hc-genre-header .genre-show__inner-wrap {
    padding: 15px 0;
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hc-genre-header .menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hc-genre-header .menu-wrap.genre-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .hc-genre-header .menu-wrap .menu-list {
    width: 50%;
  }
}
.hc-genre-header .header-wrap__content {
  background: inherit;
}
.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) {
  .hc-genre-header .h1 {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .hc-genre-header .h1 {
    min-width: auto;
    margin-bottom: 30px;
  }
}

.genre-contents, .genre-flow {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  /*ジャンルコンテンツ*/
  /*ジャンルコンテンツ（焼き菓子・生ケーキ）*/
}
@media screen and (max-width: 767px) {
  .genre-contents, .genre-flow {
    margin-bottom: 40px;
    width: 100%;
  }
}
.genre-contents .detail-list, .genre-flow .detail-list {
  border-top: 1px solid #000000;
}
.genre-contents .detail-list > li, .genre-flow .detail-list > li {
  border-bottom: 1px solid #000000;
}
.genre-contents h2.common_headline2_, .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(/img/usr/common/h1_bg.png) left center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .genre-contents h2.common_headline2_, .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;
  }
}
.genre-contents h3.border-title, .genre-flow h3.border-title {
  border-bottom: 1px solid #000000;
  font-size: 20px;
}
.genre-contents__product, .genre-flow__product {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product, .genre-flow__product {
    margin-bottom: 40px;
  }
}
.genre-contents__product .hc .mv, .genre-flow__product .hc .mv {
  padding-top: 30px;
  height: 425px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .hc .mv, .genre-flow__product .hc .mv {
    min-height: 300px;
    height: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.genre-contents__product .hc .mv.baked, .genre-flow__product .hc .mv.baked {
  background: url(/common/img/genre/he_gift_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .hc .mv.baked, .genre-flow__product .hc .mv.baked {
    background: url(/common/img/genre/he_gift_img_sp.jpg) top center no-repeat;
  }
}
.genre-contents__product .hc .mv.cake, .genre-flow__product .hc .mv.cake {
  background: url(/common/img/genre/he_cake_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .hc .mv.cake, .genre-flow__product .hc .mv.cake {
    background: url(/common/img/genre/he_cake_img_sp.jpg) top center no-repeat;
  }
}
.genre-contents__product .c3 .mv, .genre-flow__product .c3 .mv {
  height: 425px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .c3 .mv, .genre-flow__product .c3 .mv {
    min-height: 268px;
    height: auto;
  }
}
.genre-contents__product .c3 .mv.baked, .genre-flow__product .c3 .mv.baked {
  background: url(/common/img/genre/c3_gift_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .c3 .mv.baked, .genre-flow__product .c3 .mv.baked {
    background: url(/common/img/genre/c3_gift_img_sp.jpg) top center no-repeat;
  }
}
.genre-contents__product .c3 .mv.cake, .genre-flow__product .c3 .mv.cake {
  background: url(/common/img/genre/c3_cake_img.jpg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .c3 .mv.cake, .genre-flow__product .c3 .mv.cake {
    background: url(/common/img/genre/c3_cake_img_sp.jpg) top center no-repeat;
  }
}
.genre-contents__product-inner, .genre-flow__product-inner {
  max-width: 1024px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .genre-contents__product-inner, .genre-flow__product-inner {
    min-width: auto;
  }
}
.genre-contents__product-inner > div, .genre-flow__product-inner > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.genre-contents__product .mv, .genre-flow__product .mv {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .mv, .genre-flow__product .mv {
    margin-top: 0px;
  }
}
.genre-contents__product .mv-contents__wrap, .genre-flow__product .mv-contents__wrap {
  padding: 60px 90px 0;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .mv-contents__wrap, .genre-flow__product .mv-contents__wrap {
    padding: 0 10px;
  }
}
.genre-contents__product .mv-contents__store_name, .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) {
  .genre-contents__product .mv-contents__store_name, .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;
  }
}
.genre-contents__product .mv-contents__product_category, .genre-flow__product .mv-contents__product_category {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .mv-contents__product_category, .genre-flow__product .mv-contents__product_category {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.genre-contents__product .mv-contents__icon, .genre-flow__product .mv-contents__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.genre-contents__product .mv-contents__icon > div:not(:first-of-type), .genre-flow__product .mv-contents__icon > div:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .genre-contents__product .mv-contents__icon > div:not(:first-of-type), .genre-flow__product .mv-contents__icon > div:not(:first-of-type) {
    margin-left: 5px;
  }
}
.genre-contents__product .border-btn, .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) {
  .genre-contents__product .border-btn, .genre-flow__product .border-btn {
    font-size: 15px;
  }
}
.genre-contents__product .border-btn:before, .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;
}

.genre-flow {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .genre-flow {
    padding: 0 10px 20px;
  }
}
.genre-flow__inner {
  display: none;
}
.genre-flow .toggle-btn {
  cursor: pointer;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .genre-flow .toggle-btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.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) {
  .genre-flow .toggle-btn:before {
    height: 15px;
    right: 16px;
  }
}
.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) {
  .genre-flow .toggle-btn:after {
    width: 15px;
  }
}
.genre-flow .toggle-btn.toggle-active:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .block-genre-page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .block-genre-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .block-genre-page--header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-thumbnail-t, .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) {
  .block-thumbnail-t, .block-goods-list--pager {
    max-width: none;
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .block-thumbnail-t, .block-goods-list--pager {
    min-width: auto;
  }
}

.block-thumbnail-t--goods-image figure {
  background-color: inherit;
}

.block-genre-style--item-name {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-wrap__content-menu .menu-head {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}

footer #common-footer {
  display: none;
}

.genre-contents #modal-flow {
  display: none;
}

#modal-flow .catch__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#modal-flow .catch__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#modal-flow .catch__item {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  #modal-flow .catch__item {
    width: 33.3333333333%;
    max-width: 247px;
  }
}
#modal-flow .catch__item:nth-of-type(1) .item__number {
  max-width: 26px;
}
@media screen and (min-width: 768px) {
  #modal-flow .catch__item:nth-of-type(1) .item__number {
    max-width: 33px;
  }
}
#modal-flow .catch__item:nth-of-type(2) .item__number {
  max-width: 32px;
}
@media screen and (min-width: 768px) {
  #modal-flow .catch__item:nth-of-type(2) .item__number {
    max-width: 42px;
  }
}
#modal-flow .catch__item:nth-of-type(3) .item__number {
  top: 34px;
  max-width: 33px;
}
@media screen and (min-width: 768px) {
  #modal-flow .catch__item:nth-of-type(3) .item__number {
    max-width: 40px;
  }
}
@media screen and (min-width: 768px) {
  #modal-flow .catch__item .item__icon {
    min-height: 120px;
    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;
  }
}
#modal-flow .catch .item {
  position: relative;
  background: rgb(250, 245, 234);
  background: linear-gradient(-45deg, rgb(250, 245, 234) 0%, rgb(255, 254, 250) 100%);
}
#modal-flow .catch .item__number {
  position: absolute;
  top: 24px;
  left: 26px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #modal-flow .catch .item__number {
    top: 27px;
    left: 18px;
  }
}
#modal-flow .catch__item .item__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#modal-flow .catch__item .item__text {
  color: #303030;
}
#modal-flow .catch .hr {
  border-top: 1px solid #38251c;
  border-bottom: none;
}

.modal_flow_bg {
  background-image: url(/common/img/tenpo/hc/waku_middle.png);
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .modal_flow_bg {
    background-image: url(/common/img/tenpo/hc/waku_middle_sp.png);
    background-size: contain;
  }
}

.modal_flow_bg-inner {
  position: relative;
}
.modal_flow_bg-inner:before {
  content: "";
  position: absolute;
  background-image: url(/common/img/tenpo/hc/waku_top.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 887px;
  height: 25px;
  left: 0px;
  right: 0px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal_flow_bg-inner:before {
    background-image: url(/common/img/tenpo/hc/waku_top_sp.png);
    width: 100%;
    height: 22px;
    background-size: contain;
  }
}

.modal_flow_bg-inner:after {
  content: "";
  position: absolute;
  background-image: url(/common/img/tenpo/hc/waku_bottom.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 887px;
  height: 25px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal_flow_bg-inner:after {
    background-image: url(/common/img/tenpo/hc/waku_bottom_sp.png);
    width: 100%;
    height: 22px;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .block-goods-comment3 .howto__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .howto__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-goods-comment3 .howto__item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block-goods-comment3 .howto__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.block-goods-comment3 .howto__btn {
  position: relative;
  border-top: 1px solid #230e02;
  border-bottom: 1px solid #230e02;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.block-goods-comment3 .howto__btn::before, .block-goods-comment3 .howto__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #947216;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block-goods-comment3 .howto__btn::before {
  right: 8px;
  width: 16px;
  height: 1px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .block-goods-comment3 .howto__btn::before {
    right: 30px;
    width: 30px;
    height: 2px;
  }
}
.block-goods-comment3 .howto__btn::after {
  right: 16px;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
@media screen and (min-width: 768px) {
  .block-goods-comment3 .howto__btn::after {
    right: 45px;
    width: 2px;
    height: 30px;
  }
}
.block-goods-comment3 .howto__btn.toggle-active::before {
  opacity: 0;
}
.block-goods-comment3 .howto__btn.toggle-active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.block-goods-comment3 .howto__detail {
  display: none;
}
.block-goods-comment3 .howto__detail .detail__title {
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.block-goods-comment3 .howto__detail .step__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .howto__img {
    max-width: 164px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .step-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-goods-comment3 .step__wrap {
  overflow: hidden;
  position: relative;
}
.block-goods-comment3 .step__img {
  float: left;
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .step__img {
    max-width: 164px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.block-goods-comment3 .step__title {
  float: right;
  padding-top: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .step__title {
    float: none;
    width: 100%;
  }
}
.block-goods-comment3 .step__box {
  float: left;
}
@media screen and (max-width: 767px) {
  .block-goods-comment3 .step__box {
    width: 50%;
  }
}

#pagetop {
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop.iconTrue {
    bottom: 80px !important;
  }
}

.footer__telBusiness-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0.95;
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap {
    width: calc(100% - 255px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  .footer__telBusiness-wrap > * + * {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap > * + * a {
    position: relative;
  }
  .footer__telBusiness-wrap > * + * a:before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.footer__telBusiness-wrap .icon-true, .footer__telBusiness-wrap .icon-false {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap .icon-true {
    display: none;
  }
  .footer__telBusiness-wrap .icon-false {
    display: block;
  }
  .footer__telBusiness-wrap.iconTrue {
    right: 10px;
    bottom: 10px;
  }
  .footer__telBusiness-wrap.iconTrue .icon-false {
    display: none;
  }
  .footer__telBusiness-wrap.iconTrue .icon-true {
    display: inline;
  }
  .footer__telBusiness-wrap.iconTrue > * + * {
    margin-left: 5px;
  }
  .footer__telBusiness-wrap.iconTrue > * + * a:before {
    content: none;
  }
  .footer__telBusiness-wrap.iconTrue > p > a > span {
    display: none;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel, .footer__telBusiness-wrap.iconTrue #footer__tel-business {
    background-color: inherit;
    max-width: 60px;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel a, .footer__telBusiness-wrap.iconTrue #footer__tel-business a {
    padding: 0;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel a img, .footer__telBusiness-wrap.iconTrue #footer__tel-business a img {
    margin: 0 auto;
    width: 100%;
  }
}

#footer__tel, #footer__tel-business {
  background-color: #552b21;
}
#footer__tel a, #footer__tel-business a {
  color: #fff;
  padding: 13px 13px;
  font-size: 16px;
  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;
  min-width: 305px;
}
@media screen and (max-width: 767px) {
  #footer__tel a, #footer__tel-business a {
    font-size: 8px;
    min-width: auto;
    padding: 8px 4px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 60px;
  }
}
#footer__tel a .pc-inline, #footer__tel-business a .pc-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  #footer__tel a .pc-inline, #footer__tel-business a .pc-inline {
    display: none;
  }
}
#footer__tel a img, #footer__tel-business a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #footer__tel a img, #footer__tel-business a img {
    margin: 0 auto 3px;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel a > span, #footer__tel-business a > span {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #footer__tel {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel {
    position: static !important;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel img {
    width: 24px;
  }
}
#footer__tel .pc-inline {
  padding-left: 7px;
  position: relative;
  bottom: 2px;
}
#footer__tel .f-robot {
  font-size: 20px;
}
#footer__tel .footer__tel-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer__tel-business {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel-business {
    position: static !important;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel-business img {
    width: 24px;
  }
}

.channelTalk-cstmBtn {
  opacity: 0.95;
  background-image: url(/img/usr/common/chat_2502.jpg);
  width: 298px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 767px) {
  .channelTalk-cstmBtn {
    background-image: url(/img/usr/common/chat_2502_sp.jpg);
    width: 255px;
    height: 60px;
    bottom: 0px;
    left: 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .channelTalk-cstmBtn.iconTrue {
    background-image: url(/img/usr/common/chat_2502-icon_sp.png);
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    left: 10px !important;
    bottom: 10px !important;
    -webkit-filter: none;
            filter: none;
  }
}

@media screen and (max-width: 374px) {
  .footer__telBusiness-wrap {
    width: calc(100% - 200px);
  }
  #footer__tel a, #footer__tel-business a {
    min-height: 47px;
    padding: 4px 4px;
  }
  .channelTalk-cstmBtn {
    width: 200px;
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-box {
    padding: 0;
  }
}
.pane-footer .footer__bottom-contact {
  color: #552b21;
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact {
    background-color: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .footer__bottom-contact .contact-link {
    width: 100%;
  }
}
.pane-footer .footer__bottom-contact .txt-head, .pane-footer .footer__bottom-contact .tel-link, .pane-footer .footer__bottom-contact .contact-link {
  color: #552b21;
}
@media screen and (max-width: 767px) {
  .pane-footer .d-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .d-md-inline {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .pane-footer .d-inline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .pane-footer .d-md-none {
    display: none;
  }
}

.header-wrap__content-navi .fix-inner .header-wrap__content-menu {
  line-height: 1;
  padding: 12px 0 0;
  border-top: 1px solid rgba(85, 43, 33, 0.1);
  border-bottom: none;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .fix-inner .header-wrap__content-menu {
    padding: 6px 0;
    border-bottom: none;
    width: calc(100% - 16px);
    margin: 0 auto;
    z-index: 10003;
  }
}
.header-wrap__content-navi .fix-inner .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-navi .fix-inner .header-wrap__content-menu .menu-list {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-list:hover .menu-under {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-list {
    width: 33.3333333333%;
    height: 30px;
    line-height: 30px;
  }
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-list + .menu-list {
  border-left: none;
  position: relative;
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-list + .menu-list:before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: rgba(85, 43, 33, 0.1);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  left: 0;
  top: 0;
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-head {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-head {
    font-size: 13px;
  }
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu .menu-under {
  display: none;
  padding-top: 13px;
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  border-top: none;
  padding-top: 0px;
}
.header-wrap__content-navi .fix-inner .header-wrap__content-menu.fixed > .inner-wrap {
  width: calc(100% - 16px);
  border-top: 1px solid #230e02;
  padding-top: 6px;
}
.header-wrap__content-navi .fix-inner.fixed .header-wrap__content-menu {
  display: block;
}
.header-wrap__content-navi .fix-inner.fixed .header-wrap__content-menu .inner-wrap {
  display: block;
}
.header-wrap__content-navi .fix-inner:not(.fixed) .header-wrap__content-menu {
  display: none;
}

.goods-block-2502 {
  display: none;
}

.goods-none-2502 {
  display: inline;
}

.page-goods .goods-block-2502 {
  display: block;
}
.page-goods .goods-none-2502 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-goods .goods-PCnone-2502 {
    display: none;
  }
}
.page-goods .pane-goods-footer {
  background-color: #552b21 !important;
}
.page-goods .pane-goods-footer .icon-true, .page-goods .pane-goods-footer .icon-false {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer .icon-false {
    display: block;
  }
}
.page-goods .pane-goods-footer #footer__tel .pc-inline {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer #footer__tel-business {
    letter-spacing: -1px;
  }
}
.page-goods .pane-goods-footer #footer__tel a, .page-goods .pane-goods-footer #footer__tel-business a {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer #footer__tel a, .page-goods .pane-goods-footer #footer__tel-business a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page-goods .pane-goods-footer .favorite_wrap a {
  background-image: url(/common/img/goods/icon_like01.png);
  background-size: 24px;
}
.page-goods .pane-goods-footer .favorite_wrap .js-cancel-modal {
  background-image: url(/common/img/goods/icon_like02.png);
}
.page-goods .pane-goods-footer .block-add-cart--btn {
  background-color: #552b21 !important;
}
.page-goods .channelTalk-cstmBtn {
  bottom: 93px;
  width: 170px;
  background-image: url(/img/usr/common/chat_goods_2502.jpg);
  display: none;
}
@media screen and (max-width: 767px) {
  .page-goods .channelTalk-cstmBtn {
    width: 64px;
    height: 64px;
    background-image: url(/img/usr/common/chat_goods_2502_sp.png);
  }
}
@media screen and (max-width: 767px) {
  .page-goods .channelTalk-cstmBtn.iconTrue {
    left: 10px !important;
    bottom: 80px !important;
    width: 64px;
    height: 64px;
    background-image: url(/img/usr/common/chat_goods_2502_sp.png);
  }
}

@media screen and (max-width: 767px) {
  .page-genre h1 {
    display: block !important;
    font-size: 22px;
  }
}