<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 10px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 初期設定 */
body {
  font-size: 22px;
  color: #5e1a00;
  background: #fdfaf1;
}

/* 追加 */
@media(min-width: 768px){
  body {
    font-size: 15px;
  }
}
/***/

p, a, address, dl, li {
  line-height: 2;
}

a {
  text-decoration: none;
  display: block;
}

address a {
  color: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: 'EB Garamond','FOT-筑紫A丸ゴシック Std M', 'FOT-筑紫A丸ゴシック Std B', serif;
}

a {
  color: #7d4630;
  -webkit-tap-highlight-color: rgba(0, 161, 170, 0);
  transition: opacity .3s ease;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media(min-width: 768px){
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content--wrapper {
  width: 640px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .content--wrapper {
    width: 100%;
  }
}

.layout--wrapper {
  margin: 0 30px;
}
@media (min-width: 641px) {
  .layout--wrapper {
    width: 1000px;
    margin: 0 auto;
  }
}

.layout--wrapper__smal {
  margin: 0 53px;
}
@media (min-width: 641px) {
  .layout--wrapper__smal {
    width: 1000px;
    margin: 0 auto;
  }
}

.layout--wrapper__full {
  width: 100%;
}

@media (min-width: 641px) {
  .allProducts--wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .allProducts--wrapper .message {
    text-align: left;
  }
}

.sp--header {
  width: 640px;
  height: 142px;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 22px;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.sp--header:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 641px) {
  .sp--header {
    display: none;
  }
}
.sp--header + * {
  margin-top: 142px !important;
}
@media (min-width: 641px) {
  .sp--header + * {
    margin-top: 0 !important;
  }
}
.sp--header.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  transition: .3s;
}
.sp--header.fixed .globalNav {
  padding-bottom: 100px;
}
.sp--header.fixed .header--logo {
  float: left;
  margin: 14px 53px 0 35px;
}
.sp--header.fixed .header--logo img {
  width: 117px;
  height: 72px;
}
.sp--header.fixed .header--catch {
  display: none;
  transition: .3s;
}
.sp--header.fixed .extraNav {
  padding-top: 16px;
}
.sp--header.fixed .searchArea__sp {
  margin-top: 86px;
}
.sp--header .header--logo {
  float: left;
  margin: 23px 30px 0 25px;
}
.sp--header .header--catch {
  width: 373px;
  height: 56px;
  float: left;
  margin-left: 0.63%;
  background: url("/item/sp--header--catch__bg.png") no-repeat;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.sp--header .header--catch .header--catch__text {
  color: #fff;
  font-size: 19px;
  /*padding: 0 0 0 92px;*/

  /* 追加 */
  padding: 0 0 0 80px;
  font-size: 17px;
  /***/

  letter-spacing: 1px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.sp--header .header--catch .header--catch__text strong {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.sp--header .extraNav {
  float: left;
  width: 402px;
}
.sp--header .extraNav .extraNav--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item {
  text-align: center;
  padding-top: 48px;
  line-height: 1;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item a, .sp--header .extraNav .extraNav--list .extraNav--list__item span {
  color: #7d4630;
  font-size: 17px;
  line-height: 1;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item span {
  vertical-align: top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.search {
  background: url("/item/sp--header--nav--icon__search.png") no-repeat center top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.search.active .searchArea {
  display: block;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.guide {
  background: url("/item/sp--header--nav--icon__guide.png?220929") no-repeat center top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.contact {
  background: url("/item/sp--header--nav--icon__contact.png?220929") no-repeat center top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.cart {
  background: url("/item/sp--header--nav--icon__cart.png") no-repeat center top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.menu {
  background: url("/item/sp--header--nav--icon__menu.png") no-repeat center top;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.globalNav__btn.active {
  position: relative;
}
.sp--header .extraNav .extraNav--list .extraNav--list__item.globalNav__btn.active:before {
  content: "";
  display: block;
  background: url("/item/sp--globalNav__bg__01.png") no-repeat;
  width: 39px;
  height: 14px;
  position: absolute;
  bottom: -15px;
  right: 10px;
}
.sp--header .globalNav {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  display: none;
  position: fixed;
  z-index: 9999;
  top: 142px;
  width: 640px;
  text-align: left;
  font-size: 24px;
  color: #f8c11c;
  border-top: 2px solid #f8c11c;
  background: #fff;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 142px;
}
.sp--header .globalNav.fixed {
  top: 100px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item {
  height: 78px;
  padding: 0 0 0 37px;
  border-bottom: 1px solid #d1c0b8;
  position: relative;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item:after {
  content: "";
  display: block;
  background: url("/item/sp--icon__selectArrowR.png") no-repeat;
  width: 11px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item a {
  color: #5e1a00;
  line-height: 78px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .globalNav--list__item__label {
  font-size: 20px;
  color: #5e1a00;
  background: #d1c0b8;
  border-top: 1px solid #5e1a00;
  text-align: center;
  height: 29px;
  line-height: 29px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ttl {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  height: 78px;
  padding: 0 0 0 37px;
  border-bottom: 1px solid #d1c0b8;
  position: relative;
  color: #5e1a00;
  line-height: 78px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ttl:after {
  content: "";
  display: block;
  background: url("/item/sp--icon__plus.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ttl.active:after {
  content: "";
  display: block;
  background: url("/item/sp--icon__minus.png") no-repeat;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__detail {
  display: none;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ul__item {
  padding-left: 53px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  font-size: 20px;
  color: #5e1a00;
  height: 60px;
  background: #faf7f8;
  border-bottom: 1px solid #d1c0b8;
  position: relative;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ul__item:after {
  content: "";
  display: block;
  background: url("/item/sp--icon__selectArrowR.png") no-repeat;
  width: 11px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ul__item.largeCategory {
  /*font-family: 'FOT-筑紫A丸ゴシック Std B';*/
  height: 78px;
  padding: 0 0 0 37px;
  position: relative;

  /* 追加 */
  font-size: 22px;
  line-height: 78px;
  /***/
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ul__item.largeCategory a {
  font-size: 22px;
  line-height: 78px;
}
.sp--header .globalNav .globalNav--list .globalNav--list__item__add .innerNav--list__ul__item a {
  line-height: 60px;
}
.sp--header .searchArea__sp {
  display: none;
  background: url("/item/sp--globalNav__bg__01.png") no-repeat 220px top;
  position: relative;
  z-index: 10000;
  padding-top: 14px;
  height: 102px;
  margin-top: 127px;
}
.sp--header .searchArea__sp.active {
  display: block;
}
.sp--header .searchArea__sp .sp--heder__search {
  padding: 17px 20px;
  width: 100%;
  display: flex;
  background: #f5f0f1;
  border-top: 2px solid #f7bb1b;
}
.sp--header .searchArea__sp .sp--heder__search .searchItem__text {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 1px solid #bfbfbf;
  padding: 0 12px;
  border-right: none;
  background: #fff;
  color: #5e1a00;
  font-size: 26px;
  height: 64px;
  width: 533px;
}
.sp--header .searchArea__sp .sp--heder__search .searchItem__text:placeholder {
  color: #d1c0b8;
}
.sp--header .searchArea__sp .sp--heder__search .searchItem__btn {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 1px solid #bfbfbf;
  border-left: none;
  color: #fff;
  background: #5e1a00;
  font-size: 14px;
  margin-left: -2px;
  height: 64px;
  cursor: pointer;
}

.pc--header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  color: #5e1a00;
}
/* 追加 */
.pc--header a:hover {
  color: inherit;
  text-decoration: none;
}
/***/
.pc--header *.start__hide {
  display: none;
}
.pc--header .layout--wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 13px 0 8px;
  display: flex;
  justify-content: flex-start;
}
.pc--header .header--logo {
  margin-top: 3px;
  margin-left: 2px;
  width: 158px;
  height: 97px;
}
.pc--header .topNavArea {
  display: flex;
  justify-content: flex-start;
  width: 842px;
}
.pc--header .topNavArea .header--catch {
  width: 192px;
  height: 65px;
  background: url("/item/pc--header--catch__bg.png") no-repeat;
  margin-left: 34px;
  margin-bottom: 17px;
  font-size: 13px;
  color: #fff;
}
.pc--header .topNavArea .header--catch .header--catch__text {
  /*padding: 25px 0 0 20px;*/

  /* 追加 */
  padding: 25px 0 0 7px;
  font-size: 12px;
  /***/

  letter-spacing: 1px;
}
.pc--header .topNavArea .header--catch .header--catch__text strong {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  font-weight: bold;
}
.pc--header .topNavArea .extraNav {
  font-size: 14px;
}
.pc--header .topNavArea .extraNav .extraNav--list {
  display: flex;
  justify-content: flex-start;
  padding-top: 6px;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item {
  position: relative;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item a, .pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item span {
  padding: 26px 8px 9px;
  display: block;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.search span {
  background: url("/item/pc--header--nav--icon__search.png") no-repeat top center;
  margin-left: 9px;
  cursor: pointer;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.active .searchArea {
  display: block;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.guide a {
  background: url("/item/pc--header--nav--icon__guide.png") no-repeat top center;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.contact a {
  background: url("/item/pc--header--nav--icon__contact.png") no-repeat top center;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.favorite a {
  background: url("/item/pc--header--nav--icon__favorite.png") no-repeat top center;
}
.pc--header .topNavArea .extraNav .extraNav--list .extraNav--list__item.cart a {
  background: url("/item/pc--header--nav--icon__cart.png") no-repeat top center;
  margin-right: top;
}
.pc--header .topNavArea .telArea {
  font-size: 12px;
  width: 210px;
  height: 78px;
  margin-top: -13px;
  background: #f3efed;
  border-radius: 0 0 6px 6px;
  padding: 6px 0 6px 4px;
  line-height: 1;
  text-align: center;
}
.pc--header .topNavArea .telArea address {
  line-height: 1.5;
  letter-spacing: 0;

  /* 追加 */
  font-size: 11px;
  /***/
}
.pc--header .topNavArea .telArea address strong {
  font-size: 20px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  background: url("/item/pc--header--nav--icon__tel.png") no-repeat left center;
  padding-left: 25px;
}
.pc--header .pc--headerNav {
  font-size: 14px;
  /*margin-left: 65px;*/
}
.pc--header .pc--headerNav .pc--headerNav--list {
  display: flex;
  /*justify-content: flex-start;*/
  justify-content: flex-end;
  position: relative;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item {
  background: url("/item/pc--header--nav--list__line.png") no-repeat left;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.recipe {
  background: url("/item/pc--header--nav--list__line.png") no-repeat left, url("/item/pc--header--nav--list__line.png") no-repeat right;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item &gt; a {
  padding: 0 12px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item .innerNav--list {
  display: none;
  font-size: 13px;
  position: absolute;
  z-index: 10000;
  background: #fff;
  width: 625px;
  padding: 18px;
  margin-top: -5px;
  border-radius: 6px;
  background: url("/item/pc--header--hover__icon.png") no-repeat center top, url("/item/pc--header--hover__bg.png") no-repeat center 11px, #fff;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item .innerNav--list .innerNav--list__item {
  display: inline-block;
  margin-left: 6px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item .innerNav--list .innerNav--list__item:nth-child(3n+1) {
  margin-left: 0;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item .innerNav--list .innerNav--list__item a {
  width: 190px;
  background: url("/item/pc--header--innerNav__item__dot.png") no-repeat left 25px;
  padding-top: 13px;
  padding-left: 8px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.about .innerNav--list {
  left: -248px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.products .innerNav--list {
  left: -78px;
}
.pc--header.fixed .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.products .innerNav--list {
  left: -150px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.honey .innerNav--list {
  left: 10px;
}
.pc--header.fixed .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.honey .innerNav--list {
  left: -60px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.gift .innerNav--list {
  left: 143px;
}
.pc--header.fixed .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.gift .innerNav--list {
  left: 72px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.propolis .innerNav--list {
  left: 104px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.royal .innerNav--list {
  left: 216px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.beeGoods .innerNav--list {
  left: 402px;
}
.pc--header.fixed .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.beeGoods .innerNav--list {
  left: 336px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.recipe .innerNav--list {
  left: 489px;
}
.pc--header.fixed .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.recipe .innerNav--list {
  left: 415px;
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item:hover &gt; .innerNav--list {
  /* 追加 */
  /* display: block; */
  display: flex;
  flex-wrap: wrap;
  /***/
}
.pc--header .pc--headerNav .pc--headerNav--list .pc--headerNav--list__item.hover &gt; .innerNav--list {
  display: block;
}
.pc--header .searchArea {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 73%;
  left: -105px;
}
.pc--header .searchArea.active {
  display: block;
}
.pc--header .searchArea .pc--heder__search {
  background: url("/item/pc--header--search__bg.png") no-repeat center top;
  padding-top: 9px;
  display: flex;
}
.pc--header .searchArea .pc--heder__search .searchItem__text {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 2px solid #f7bb1b;
  padding: 0 12px;
  border-right: none;
  background: #fff;
  color: #5e1a00;
  font-size: 14px;
  height: 30px;
  width: 254px;
}
.pc--header .searchArea .pc--heder__search .searchItem__text:placeholder {
  color: #d1c0b8;
}
.pc--header .searchArea .pc--heder__search .searchItem__btn {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 2px solid #f7bb1b;
  border-left: none;
  color: #fff;
  background: #5e1a00;
  font-size: 14px;
  margin-left: -2px;
  height: 30px;
  cursor: pointer;
}
.pc--header.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .3s;
  border-bottom: 2px solid #f2f0ee;
  padding: 8px 0;
}
.pc--header.fixed *.fixed__hide {
  display: none;
}
.pc--header.fixed *.start__hide {
  display: block;
  padding: 0 10px;
}
.pc--header.fixed *.start__hide.search__fixed {
  padding-left: 16px;
  cursor: pointer;
}
.pc--header.fixed *.start__hide.search__fixed .searchArea {
  left: 66.9%;
}
.pc--header.fixed *.start__hide.search__fixed .searchArea .pc--heder__search {
  background-position: 195px top;
}
.pc--header.fixed *.start__hide.search__fixed.active .searchArea {
  display: block;
}
.pc--header.fixed *.start__hide:last-child {
  padding-right: 0;
}
.pc--header.fixed .layout--wrapper {
  padding: 0;
}
.pc--header.fixed .header--logo {
  width: 71px;
  height: 25px;
  margin: 2px 36px 0 0;
}
.pc--header.fixed .topNavArea {
  display: none;
}
.pc--header.fixed .pc--headerNav {
  margin-left: 0;
}
.pc--header .searchArea {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 73%;
  left: -105px;
}
.pc--header .searchArea.active {
  display: block;
}
.pc--header .searchArea .pc--heder__search {
  background: url("/item/pc--header--search__bg.png") no-repeat center top;
  padding-top: 9px;
  display: flex;
}
.pc--header .searchArea .pc--heder__search .searchItem__text {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 2px solid #f7bb1b;
  padding: 0 12px;
  border-right: none;
  background: #fff;
  color: #5e1a00;
  font-size: 14px;
  height: 30px;
  width: 254px;
}
.pc--header .searchArea .pc--heder__search .searchItem__text:placeholder {
  color: #d1c0b8;
}
.pc--header .searchArea .pc--heder__search .searchItem__btn {
  font-family: 'FOT-筑紫A丸ゴシック Std M' !important;
  border: 2px solid #f7bb1b;
  border-left: none;
  color: #fff;
  background: #5e1a00;
  font-size: 14px;
  margin-left: -2px;
  height: 30px;
  cursor: pointer;
}

.breadcrumbs--wrapper {
  margin-top: 142px;
}
@media (min-width: 641px) {
  .breadcrumbs--wrapper {
    background: #efeae4;
    margin-top: 133px;
  }
}

.breadcrumbs {
  margin: 15px 0 5px;
  padding: 0;
  text-align: right;
  font-size: 18px;
}
@media (min-width: 641px) {
  .breadcrumbs {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 39px;
    margin-bottom: 27px;
  }
}
.breadcrumbs .breadcrumbs--item {
  display: inline-flex;
  list-style: none;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.breadcrumbs .breadcrumbs--item:after {
  content: '＞';
  padding: 0 0.2em 0 0.6em;
  color: #d1c0b8;
}
.breadcrumbs .breadcrumbs--item:last-child:after {
  content: '';
}
.breadcrumbs .breadcrumbs--item a {
  color: #d1c0b8;
}

.localNav {
  background: url("/item/group_honey/sp/sp--localNav__bg.png");
  width: 610px;
  height: 168px;
  padding: 35px 73px 35px 63px;
  font-size: 18px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .localNav {
    background: url("/item/group_honey/pc/pc--localNav__bg.png");
    width: 1000px;
    height: 113px;
    padding: 27px 36px 35px 56px;
    font-size: 20px;
    margin: 42px auto 25px;
  }
  .localNav span {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 9px;
    padding-right: 6px;
  }
}

/*追加*/
.localNav02 {
  background: url("/item/common/sp/sp--localNav__bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 610px;
  height: 168px;
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(min-width: 768px){
  .localNav02 {
    background: url("/item/common/pc/pc--localNav__bg01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1000px;
    height: 113px;
    margin: 35px auto 0;
  }
}

.localNav02--list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 45px;
}
@media(min-width: 768px){
  .localNav02--list {
    padding: 0 80px;
  }
}

.localNav02--list__item {
  width: 80px;
}
@media(min-width: 768px){
  .localNav02--list__item {
    width: 120px;
  }
}

.localNav02--list__item__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.localNav02--list__item__link__icon01 {
  width: 36px;
}
@media(min-width: 768px){
  .localNav02--list__item__link__icon01 {
    width: 26px;
  }
}

.localNav02--list__item__link__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media(min-width: 768px){
  .localNav02--list__item__link__text {
    font-size: 15px;
    line-height: 1;
  }
}

.localNav02--list__item__link__icon02 {
  margin-top: 10px;
}
/***/

.localNav .localNav--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .localNav .localNav--list {
    justify-content: flex-start;
  }
}
.localNav .localNav--list .localNav--list__item a {
  padding: 44px 0 21px 0;

  /* 追加 */
  /*letter-spacing: 6px;*/
  letter-spacing: 5px;
  /***/

  position: relative;
  font-family: "AGaramondPro-Regular", serif;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item a {
    padding: 0;
    line-height: 1.5;
    text-align: center;
  }
}

/* 追加 */
.localNav .localNav--list .localNav--list__item a:hover {
  text-decoration: none;
}
/***/

.localNav .localNav--list .localNav--list__item a:after {
  content: '';
  background: url("/item/group_honey/sp/sp--icon__selectArrowD__01.png") no-repeat bottom center;
  width: 18px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item a:after {
    background: none;
    display: none;
  }
}
.localNav .localNav--list .localNav--list__item.item__products {
  background: url("/item/group_honey/sp/sp--localNav--icon__products.png") no-repeat center 4px;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item.item__products {
    background: none;
    width: 188px;
    padding-left: 42px;
    padding-right: 24px;
  }
}
.localNav .localNav--list .localNav--list__item.item__gift {
  background: url("/item/group_honey/sp/sp--localNav--icon__gift.png") no-repeat center 2px;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item.item__gift {
    background: none;
    width: 120px;
    margin-left: 29px;
    padding-left: 35px;
    padding-right: 14px;
  }
}
.localNav .localNav--list .localNav--list__item.item__column {
  background: url("/item/group_honey/sp/sp--localNav--icon__column.png") no-repeat center 2px;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item.item__column {
    background: none;
    margin-left: 28px;
    padding-right: 12px;
    padding-left: 37px;
    width: 163px;
  }
}
.localNav .localNav--list .localNav--list__item.item__recipe {
  background: url("/item/group_honey/sp/sp--localNav--icon__recipe.png") no-repeat center top;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item.item__recipe {
    background: none;
    margin-left: 30px;
    padding-right: 14px;
    padding-left: 36px;
    width: 160px;
  }
}
.localNav .localNav--list .localNav--list__item.item__all {
  background: url("/item/group_honey/sp/sp--localNav--icon__all.png") no-repeat center 8px;
}
@media (min-width: 641px) {
  .localNav .localNav--list .localNav--list__item.item__all {
    background: none;
    margin-left: 31px;
    padding-left: 33px;
    width: 158px;
    padding-right: 14px;
  }
}

.bnrArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .bnrArea {
    width: 1000px;
    margin: 0 auto;
  }
  .bnrArea *:last-child, .bnrArea *:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.sp--footer {
  background: #faf8f0;
  padding-top: 25px;
  margin-top: 120px;
}
@media (min-width: 641px) {
  .sp--footer {
    padding-top: 50px;
  }
}

/* 追加 */
.sp--footer a:hover {
  text-decoration: none;
}
/***/

.sp--footer * {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .sp--footer .layout--wrapper__footer {
    width: 1000px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
.sp--footer .layout--wrapper {
  margin: 22px 30px 40px;
}
@media (min-width: 641px) {
  .sp--footer .layout--wrapper {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  .sp--footer .layout--wrapper__smal {
    width: auto;
  }
}
.sp--footer .cmBnrArea {
  font-weight: bold;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sp--footer .cmBnrArea &gt; * {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea &gt; * {
    margin-bottom: 28px;
  }
}
.sp--footer .cmBnrArea .mmRegistration {
  background: url("/item/sp--footer__mmRegistration.png") no-repeat;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
.sp--footer .cmBnrArea .mmRegistration:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .mmRegistration {
    width: 483px;
    background: url("/item/pc--footer__mmRegistration.png") no-repeat;
  }
  .sp--footer .cmBnrArea .mmRegistration a {
    color: #5e1a00;
  }
}
.sp--footer .cmBnrArea .mmRegistration &gt; * {
  width: 580px;
  height: 181px;
  padding: 21px 0 0 49px;
  letter-spacing: 9px;

  /* 追加 */
  font-size: 22px;
  /***/
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .mmRegistration &gt; * {
    width: 483px;
    padding: 17px 0 0 41px;
    font-size: 17px;
    height: 151px;
  }
}
.sp--footer .cmBnrArea .mmRegistration &gt; * em {
  padding: 7px 0 0 76px;
  font-size: 31px;
  display: block;
  letter-spacing: 11px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .mmRegistration &gt; * em {
    padding: 12px 0 0 63px;
    font-size: 24px;
    display: block;
    letter-spacing: 12px;
  }
}
.sp--footer .cmBnrArea .memberRegistration, .sp--footer .cmBnrArea .lineRegistration {
  float: left;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
.sp--footer .cmBnrArea .memberRegistration:hover, .sp--footer .cmBnrArea .lineRegistration:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .memberRegistration, .sp--footer .cmBnrArea .lineRegistration {
    width: 233px;
    height: 151px;
  }
}
.sp--footer .cmBnrArea .memberRegistration {
  background: url("/item/sp--footer__memberRegistration.png") no-repeat;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .memberRegistration {
    background-size: contain;
  }
  .sp--footer .cmBnrArea .memberRegistration a {
    color: #5e1a00;
  }
}
.sp--footer .cmBnrArea .memberRegistration &gt; * {
  width: 280px;
  height: 181px;
  padding: 20px 0 0 71px;
  letter-spacing: 7px;

  /* 追加 */
  font-size: 22px;
  /***/
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .memberRegistration &gt; * {
    width: 233px;
    padding: 19px 0 0 61px;
    font-size: 16px;
  }
}
.sp--footer .cmBnrArea .memberRegistration &gt; * em {
  margin: -10px 0 0 -32px;
  font-size: 26px;
  display: block;
  letter-spacing: 11px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .memberRegistration &gt; * em {
    margin: -1px 0 0 -54px;
    letter-spacing: 9px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
  }
}
.sp--footer .cmBnrArea .lineRegistration {
  float: right;
  background: url("/item/sp--footer__lineRegistration.png") no-repeat;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .lineRegistration {
    background: url("/item/pc--footer__lineRegistration.png") no-repeat;
  }
  .sp--footer .cmBnrArea .lineRegistration a {
    color: #5e1a00;
  }
}
.sp--footer .cmBnrArea .lineRegistration &gt; * {
  width: 280px;
  height: 181px;
  padding: 61px 0 0 42px;
  letter-spacing: 6px;

  /* 追加 */
  font-size: 22px;
  /***/
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .lineRegistration &gt; * {
    width: 233px;
    padding: 50px 0 0 8px;
    font-size: 18px;
    text-align: center;
  }
}
.sp--footer .cmBnrArea .lineRegistration &gt; * em {
  margin: -15px 0 0 5px;
  font-size: 29px;
  display: block;
  letter-spacing: 11px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .lineRegistration &gt; * em {
    margin: -5px 0 0 0px;
    letter-spacing: 7px;
    font-size: 23px;
    line-height: 38px;
    text-align: center;
  }
}
.sp--footer .cmBnrArea .bookPresent {
  background: url("/item/sp--footer__bookPresent.png") no-repeat;
  margin-top: 220px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
.sp--footer .cmBnrArea .bookPresent:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .bookPresent {
    width: 1000px;
    height: 150px;
    margin-top: 0;
    background: url("/item/pc--footer__bookPresent.png") no-repeat;
  }
  .sp--footer .cmBnrArea .bookPresent a {
    color: #5e1a00;
  }
}
.sp--footer .cmBnrArea .bookPresent &gt; * {
  width: 580px;
  height: 181px;
  padding: 18px 0 0 118px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .bookPresent &gt; * {
    position: relative;
    width: 1000px;
    padding: 26px 0 0 144px;
    letter-spacing: 5px;
    text-align: left;
  }
}
.sp--footer .cmBnrArea .bookPresent &gt; * em {
  font-size: 28px;
  display: block;
  letter-spacing: 2px;
  margin-top: 32px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .bookPresent &gt; * em {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 7%;
    letter-spacing: 5px;
    margin-top: 0;
  }
}
.sp--footer .cmBnrArea .bookPresent &gt; * span {
  display: block;
  margin-top: -16px;
  letter-spacing: 2px;
}
.sp--footer .cmBnrArea .bookPresent &gt; * span.btn {
  color: #fff;
  display: block;
  margin-top: -16px;
  letter-spacing: 4px;
}
@media (min-width: 641px) {
  .sp--footer .cmBnrArea .bookPresent &gt; * span {
    letter-spacing: 2px;
    margin-top: 1px;
  }
  .sp--footer .cmBnrArea .bookPresent &gt; * span.btn {
    margin-left: 286px;
    margin-top: -9px;
    letter-spacing: 4px;
    color: #fff;
  }
}
@media (min-width: 641px) {
  .sp--footer .delivery {
    display: table-cell;
    width: 487px;
  }
  .sp--footer .delivery .hedding__h3 {
    background: url("/item/pc--common__line02.png") no-repeat center bottom;
    font-size: 24px;
  }
}
.sp--footer .delivery .bnr {
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  background: url("/item/sp--footer__storeInfo.png") no-repeat;
}
.sp--footer .delivery .bnr:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .sp--footer .delivery .bnr {
    margin-top: 23px;
    width: 483px;
  }
  .sp--footer .delivery .bnr.layout--wrapper {
    background: url("/item/pc--footer__storeInfo.png") no-repeat;
  }
  .sp--footer .delivery .bnr.layout--wrapper a {
    color: #5e1a00;
  }
}
.sp--footer .delivery .bnr &gt; * {
  width: 584px;
  height: 118px;
  padding: 40px 0 0 265px;
  font-size: 18px;
  letter-spacing: 3px;
}
@media (min-width: 641px) {
  .sp--footer .delivery .bnr &gt; * {
    width: 483px;
    height: 95px;
    padding: 32px 0 0 217px;
    font-size: 14px;
  }
}
.sp--footer .delivery .bnr &gt; * em {
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .sp--footer .delivery .bnr &gt; * em {
    font-size: 18px;
  }
}
@media (min-width: 641px) {
  .sp--footer .payment {
    display: table-cell;
    width: 487px;
  }
  .sp--footer .payment .hedding__h3 {
    background: url("/item/pc--common__line02.png") no-repeat center bottom;
    font-size: 24px;
  }
  .sp--footer .payment.mt40 {
    margin-top: 0 !important;
  }
}
.sp--footer .payment * {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
.sp--footer .payment .sbsList {
  background: #fff;
  padding: 5px 15px;
}
.sp--footer .payment .bnr {
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  background: url("/item/sp--footer__userGuide.png") no-repeat;
}
.sp--footer .payment .bnr:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .sp--footer .payment .bnr {
    background: url("/item/pc--footer__userGuide.png") no-repeat;
    width: 483px;
  }
  .sp--footer .payment .bnr.layout--wrapper a {
    color: #5e1a00;
  }
}
.sp--footer .payment .bnr &gt; * {
  width: 584px;
  height: 118px;
  padding: 40px 0 0 169px;
  font-size: 18px;
  letter-spacing: 3px;
}
@media (min-width: 641px) {
  .sp--footer .payment .bnr &gt; * {
    width: 483px;
    height: 95px;
    padding: 29px 0 0 143px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.sp--footer .payment .bnr &gt; * em {
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .sp--footer .payment .bnr &gt; * em {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.sp--footer .contactArea {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  background: #f8f7f5 url("/item/sp--footer--conatct__bg.png") no-repeat;
  text-align: center;
  width: 580px;
  height: 280px;
  font-size: 22px;
}
@media (min-width: 641px) {
  .sp--footer .contactArea {
    width: 1000px;
    margin: 35px auto 0;
    height: 110px;
    background: #f8f7f5 url("/item/pc--footer--conatct__bg.png") no-repeat center;
    position: relative;
    color: #5e1a00;
  }
  .sp--footer .contactArea a {
    color: #5e1a00;
  }
}
.sp--footer .contactArea address {
  padding: 20px;
  letter-spacing: 2px;
}
@media (min-width: 641px) {
  .sp--footer .contactArea address {
    text-align: left;
    display: flex;
    font-size: 15px;
  }
  .sp--footer .contactArea address:after {
    content: "";
    display: block;
    clear: both;
  }
}
.sp--footer .contactArea address span {
  margin-top: 40px;
  display: block;
}
.sp--footer .contactArea strong {
  font-size: 44px;
  position: absolute;
  left: 135px;
  color: #7d4630;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .sp--footer .contactArea strong {
    font-size: 38px;
    left: 29%;
    top: 5px;
    letter-spacing: 2px;
    color: #5e1a00 !important;
  }
}
.sp--footer .contactArea strong a {
  color: #7d4630;
}
.sp--footer .contactArea .contact__btn {
  background: url("/item/sp--footer--contact__btn.png") no-repeat center;
  height: 59px;
  color: #f8f7f5;
  font-size: 20px;
  padding-top: 7px;
  margin-top: 10px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .sp--footer .contactArea .contact__btn {
    background: url("/item/pc--footer--contact__btn.png") no-repeat;
    width: 325px;
    height: 69px;
    position: absolute;
    right: 19px;
    top: 21px;
    padding: 20px 0 0 32px;
    margin-top: 0;
    font-size: 16px;
  }
  .sp--footer .contactArea .contact__btn a {
    font-weight: bold;
    font-family: 'FOT-筑紫A丸ゴシック Std B';
  }
}
@media (min-width: 641px) {
  .sp--footer .contactArea .text1 {
    position: absolute;
    left: 4%;
    top: 23%;
    font-size: 17px;
    font-weight: bold;
    font-family: 'FOT-筑紫A丸ゴシック Std B';
  }
  .sp--footer .contactArea .text3 {
    position: absolute;
    left: 29%;
    top: 67px;
    letter-spacing: 0px;
    font-weight: bold;
    font-family: 'FOT-筑紫A丸ゴシック Std B';
  }
}
.sp--footer .footerArea {
  background: #fff;
  padding: 12px 0 16px;
  position: relative;
}
@media (min-width: 641px) {
  .sp--footer .footerArea {
    margin-top: 55px;
    padding-bottom: 22px;
  }
}
.sp--footer .footerArea .footer__logo {
  width: 201px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .footer__logo img {
    width: 82px;
    height: 50px;
  }
}
.sp--footer .footerArea .backToTop {
  position: absolute;
  top: 12px;
  right: 0;
}
.sp--footer .footerArea .footerNav--list {
  margin: 40px 0 22px;
}
.sp--footer .footerArea .footerNav--list:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .footerNav--list {
    margin: 0;
  }
}
.sp--footer .footerArea .footerNav--list .footerNav--list__item {
  float: left;
  font-size: 18px;
  border-right: 1px solid;
  text-align: center;
  padding: 0 8px;
  line-height: 1;
}
.sp--footer .footerArea .footerNav--list .footerNav--list__item:first-child {
  border-left: 1px solid;
  padding-right: 8px;
}
.sp--footer .footerArea .footerNav--list .footerNav--list__item a {
  line-height: 1;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .footerNav--list .footerNav--list__item a {
    font-size: 12px;
  }
}
.sp--footer .footerArea .copyright {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  font-size: 18px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .copyright {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
}
.sp--footer .footerArea .sns--list {
  margin: 0 165px;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .sns--list {
    margin: 25px 0 0;
  }
}
.sp--footer .footerArea .pc--footer--nav .layout--wrapper {
  display: flex;
  justify-content: space-between;
}
.sp--footer .footerArea .pc--footer--nav .pc--footer--nav--major .pc--footer--nav--major__item a {
  font-size: 13px;
  color: #5e1a00;
}
.sp--footer .footerArea .pc--footer--nav .pc--footer--nav--small .pc--footer--nav--small__item {
  margin-left: 0.5rem;
}
.sp--footer .footerArea .pc--footer--nav .pc--footer--nav--small .pc--footer--nav--small__item a {
  font-size: 12px;
  color: #906a5c;
}
.sp--footer .footerArea .pc--footer--nav .pc--footer--nav--small .pc--footer--nav--small__item:first-child {
  margin-left: -0.5rem;
}
.sp--footer .footerArea .pc--footer--nav .pc--footer--nav--small .pc--footer--nav--small__item:first-child a {
  font-size: 13px;
  color: #5e1a00;
}
@media (min-width: 641px) {
  .sp--footer .footerArea .layout--wrapper__bottom {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
  }
  .sp--footer .footerArea .layout--wrapper__bottom .layout--wrapper {
    display: block;
    width: auto;
  }
  .sp--footer .footerArea .layout--wrapper__bottom .layout--wrapper.l {
    width: 82px;
  }
  .sp--footer .footerArea .layout--wrapper__bottom .layout--wrapper.m {
    width: 772px;
    margin: 13px 0 0 43px;
  }
  .sp--footer .footerArea .layout--wrapper__bottom .layout--wrapper.r {
    width: 146px;
  }
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.emphasis__lv01 {
  /* 追加 */
  /*font-size: 1.6rem;*/
  font-size: 25.6px;
  /***/

  color: #ff6720;
}
@media (min-width: 641px) {
  .emphasis__lv01 {
    font-size: 14px;
  }
}

.emphasis__lv02 {
  /* 追加 */
  /*font-size: 1.7rem;*/
  font-size: 27.2px;
  /***/

  font-weight: bold;
  color: #ff6720;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .emphasis__lv02 {
    font-size: 16px;
  }
}

.emphasis__lv03 {
  color: #ff6720;
}

.ambiguous__lv01 {
  color: #906556;
}

.message {
  text-align: center;
  margin: 40px 0;
  line-height: 44px;
}
@media (min-width: 641px) {
  .message {
    font-size: 15px;
    margin: 18px 0 10px;
    line-height: 2;
    position: relative;
  }
  .message + .bnrArea {
    margin-top: 15px;
  }
}

/* 追加 */
.giftArea .message,
.columnArea .message,
.recipeArea .message,
.healthArea .message,
.instagramArea .message {
  font-size: 22px;
}
@media (min-width: 641px) {
  .giftArea .message,
  .columnArea .message,
  .recipeArea .message,
  .healthArea .message,
  .instagramArea .message {
    font-size: 15px;
  }
}
/***/

.message em {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 641px) {
  .message em {
    font-size: 18px;
  }
}

.textDeco__01 {
  border-bottom: dashed 2px #d1c0b8;
  padding-bottom: 3px;

  /* 追加 */
  font-size: 18px;
  /***/
}
/* 追加 */
@media (min-width: 641px) {
  .textDeco__01 {
    font-size: 14px;
  }
}
/***/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sp__hide {
  display: none;
}
@media (min-width: 641px) {
  .sp__hide {
    display: block;
  }
}

.pc__hide {
  display: block;
}
@media (min-width: 641px) {
  .pc__hide {
    display: none;
  }
}

.hide {
  display: none;
}

.nm {
  margin: 0 !important;
}

.mt40 {
  margin-top: 40px !important;
}

.hedding__lvA01 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 10px;
  color: #5e1a00;
  position: relative;
  margin-top: 92px;
}
@media (min-width: 641px) {
  .hedding__lvA01 {
    font-size: 56px;
    letter-spacing: 11px;
    margin-top: 60px;
  }
}
.hedding__lvA01 .hedding__lvA01__text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hedding__lvA01.sakura {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__01.png") no-repeat;
  height: 165px;
  margin-top: 102px;
}
@media (min-width: 641px) {
  .hedding__lvA01.sakura {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__01.png") no-repeat center;
    height: 171px;
  }
}
.hedding__lvA01.sakura .hedding__lvA01__text {
  top: 60%;
}
@media (min-width: 641px) {
  .hedding__lvA01.sakura .hedding__lvA01__text {
    top: 42%;
    left: 50.5%;
  }
}

/* 追加 */
.hedding__lvA01.sakura .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvA01.strawberry {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__02.png") no-repeat;
  height: 172px;
  letter-spacing: 8px;
}
@media (min-width: 641px) {
  .hedding__lvA01.strawberry {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__02.png") no-repeat center;
    letter-spacing: 11px;
  }
}
.hedding__lvA01.strawberry .hedding__lvA01__text {
  top: 60%;
}
@media (min-width: 641px) {
  .hedding__lvA01.strawberry .hedding__lvA01__text {
    top: 44%;
    left: 50.5%;
  }
}

/**/
.hedding__lvA01.strawberry .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvA01.sunflower {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__03.png") no-repeat;
  height: 171px;
}
@media (min-width: 641px) {
  .hedding__lvA01.sunflower {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__03.png") no-repeat center;
  }
}
.hedding__lvA01.sunflower .hedding__lvA01__text {
  top: 58%;
  left: 51%;
}
@media (min-width: 641px) {
  .hedding__lvA01.sunflower .hedding__lvA01__text {
    top: 44%;
    left: 50.5%;
  }
}

/* 追加 */
.hedding__lvA01.sunflower .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvA01.gift {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__04.png") no-repeat;
  height: 183px;
  letter-spacing: 8px;

  /* 追加 */
  width: 100%;
  /***/
}
@media (min-width: 641px) {
  .hedding__lvA01.gift {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__04.png") no-repeat center;
    height: 185px;
    letter-spacing: 11px;
  }
}
.hedding__lvA01.gift .hedding__lvA01__text {
  top: 60%;
  left: 51%;
}
@media (min-width: 641px) {
  .hedding__lvA01.gift .hedding__lvA01__text {
    top: 45%;
    left: 50.5%;
  }
}

/* 追加 */
.hedding__lvA01.gift .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvA01.health {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__05.png") no-repeat;
  height: 161px;
}
@media (min-width: 641px) {
  .hedding__lvA01.health {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__05.png") no-repeat center;
    height: 178px;
  }
}
.hedding__lvA01.health .hedding__lvA01__text {
  top: 59%;
  left: 51%;
}
@media (min-width: 641px) {
  .hedding__lvA01.health .hedding__lvA01__text {
    top: 41%;
    left: 50.5%;
  }
}

/**/
.hedding__lvA01.health .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvA01.goods {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__06.png") no-repeat;
  height: 166px;
}
@media (min-width: 641px) {
  .hedding__lvA01.goods {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__06.png") no-repeat center;
    height: 173px;
  }
}
.hedding__lvA01.goods .hedding__lvA01__text {
  top: 60%;
  left: 51%;
}
@media (min-width: 641px) {
  .hedding__lvA01.goods .hedding__lvA01__text {
    top: 43%;
    left: 50.5%;
  }
}

/* 追加 */
.hedding__lvA01.goods .hedding__lvA01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvB01 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 10px;
  color: #5e1a00;
  position: relative;
  margin-top: 92px;
}
@media (min-width: 641px) {
  .hedding__lvB01 {
    margin: 25px auto -25px;
  }
}
.hedding__lvB01 .hedding__lvB01__text {
  position: absolute;
  left: 48%;
  transform: translate(-50%, -50%);
}
.hedding__lvB01 .hedding__lvB01__ttl {
  position: absolute;
  top: 71%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.hedding__lvB01.column {
  background: url("/item/group_honey/sp/sp--hedding--lv1__bg__B01.png") no-repeat center;
  height: 293px;
}
@media (min-width: 641px) {
  .hedding__lvB01.column {
    background: url("/item/group_honey/pc/pc--hedding--lv1__bg__B01.png") no-repeat center;
    height: 351px;
    margin: -5px auto -55px;
  }
}
.hedding__lvB01.column .hedding__lvB01__text {
  top: 53%;
}
@media (min-width: 641px) {
  .hedding__lvB01.column .hedding__lvB01__text {
    top: 55%;
    left: 50%;
    font-size: 60px;
    letter-spacing: 14px;
  }
}

/* 追加 */
.hedding__lvB01.column .hedding__lvB01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

@media (min-width: 641px) {
  .hedding__lvB01.column .hedding__lvB01__ttl {
    top: 75%;
    left: 50%;
    letter-spacing: 6px;
    font-size: 17px;
  }
}
.hedding__lvB01.recipe {
  background: url("/item/group_honey/sp/sp--hedding--lv1__bg__B02.png") no-repeat center;
  height: 322px;
}
@media (min-width: 641px) {
  .hedding__lvB01.recipe {
    background: url("/item/group_honey/pc/pc--hedding--lv1__bg__B02.png") no-repeat center;
    height: 351px;
    margin: -41px auto -50px;
  }
}
.hedding__lvB01.recipe .hedding__lvB01__text {
  top: 48%;
  left: 51%;
  letter-spacing: 10px;
}
@media (min-width: 641px) {
  .hedding__lvB01.recipe .hedding__lvB01__text {
    top: 56%;
    left: 50%;
    letter-spacing: 15px;
    font-size: 56px;
  }
}

/**/
.hedding__lvB01.recipe .hedding__lvB01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvB01.recipe .hedding__lvB01__ttl {
  top: 65%;
  left: 50%;
  letter-spacing: 4px;
}
@media (min-width: 641px) {
  .hedding__lvB01.recipe .hedding__lvB01__ttl {
    top: 76%;
    left: 50%;
    letter-spacing: 7px;
    font-size: 17px;
  }
}
.hedding__lvB01.products {
  background: url("/item/group_honey/sp/sp--hedding--lv1__bg__B03.png") no-repeat center;
  height: 325px;
}
@media (min-width: 641px) {
  .hedding__lvB01.products {
    background: url("/item/group_honey/pc/pc--hedding--lv1__bg__B03.png") no-repeat center;
    height: 351px;
  }
}
.hedding__lvB01.products .hedding__lvB01__text {
  top: 48%;
  left: 51%;
  letter-spacing: 10px;
}
@media (min-width: 641px) {
  .hedding__lvB01.products .hedding__lvB01__text {
    top: 46%;
    left: 50.5%;
    letter-spacing: 16px;
    font-size: 56px;
  }
}

/**/
.hedding__lvB01.products .hedding__lvB01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvB01.products .hedding__lvB01__ttl {
  top: 65%;
  left: 50%;
  letter-spacing: 4px;
}
@media (min-width: 641px) {
  .hedding__lvB01.products .hedding__lvB01__ttl {
    font-size: 18px;
  }
}
.hedding__lvB01.products + .hedding__lvB02 {
  margin-bottom: -14px;
  margin-top: -12px;
}
@media (min-width: 641px) {
  .hedding__lvB01.products + .hedding__lvB02 {
    margin-bottom: -2px;
    margin-top: -104px;
  }
  .hedding__lvB01.products + .hedding__lvB02 .hedding__lvB02__text {
    font-size: 18px;
  }
}
.hedding__lvB01.gift {
  background: url("/item/group_honey/sp/sp--hedding--lv1__bg__B04.png") no-repeat center;
  height: 327px;
  margin-top: 10px;
}
@media (min-width: 641px) {
  .hedding__lvB01.gift {
    background: url("/item/group_honey/pc/pc--hedding--lv1__bg__B04.png") no-repeat center;
    height: 357px;
    margin-bottom: -76px;
    margin-top: -18px;
  }
}
.hedding__lvB01.gift .hedding__lvB01__text {
  top: 51%;
  left: 51%;
  letter-spacing: 10px;
}
@media (min-width: 641px) {
  .hedding__lvB01.gift .hedding__lvB01__text {
    top: 53%;
    letter-spacing: 18px;
    font-size: 56px;
  }
}

/* 追加 */
.hedding__lvB01.gift .hedding__lvB01__text strong {
  font-family: "AGaramondPro-Regular", serif;
}
/***/

.hedding__lvB01.gift .hedding__lvB01__ttl {
  top: 68%;
  left: 50%;
  letter-spacing: 4px;
  width: 100%;
}
@media (min-width: 641px) {
  .hedding__lvB01.gift .hedding__lvB01__ttl {
    top: 70%;
    font-size: 16px;
    letter-spacing: 7px;
  }
}

.hedding__lvC01 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  margin-top: 92px;
  margin-bottom: 34px;
}
.hedding__lvC01 .hedding__lvC01__ttl {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  letter-spacing: 10px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .hedding__lvC01 .hedding__lvC01__ttl {
    top: 52%;
    left: 50.5%;
    letter-spacing: 7px;
  }
}
.hedding__lvC01.about {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__C01.png") no-repeat center;
  height: 200px;
}
@media (min-width: 641px) {
  .hedding__lvC01.about {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__C01.png") no-repeat center;
    height: 134px;
  }
}
.hedding__lvC01.instagram {
  background: url("/item/new_top/sp/sp--hedding--lv1__bg__C02.png") no-repeat center;
  height: 200px;
}
@media (min-width: 641px) {
  .hedding__lvC01.instagram {
    background: url("/item/new_top/pc/pc--hedding--lv1__bg__C02.png") no-repeat center;
    height: 134px;
  }
}
.hedding__lvC01.instagram .hedding__lvC01__ttl {
  top: 64%;
  letter-spacing: 12px;
}
@media (min-width: 641px) {
  .hedding__lvC01.instagram .hedding__lvC01__ttl {
    left: 50%;
    letter-spacing: 6px;
    font-size: 16px;
  }
}

.hedding__lvD01 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  margin-bottom: 34px;
  background: url("/item/group_honey/sp/sp--products--mainImg.jpg") no-repeat;
  width: 640px;
  height: 697px;
}
@media (min-width: 641px) {
  .hedding__lvD01 {
    background: url("/item/group_honey/pc/pc--products--mainImg.jpg") no-repeat;
    width: 1000px;
    height: 500px;
    /*margin: 27px auto 42px;*/

    /* 追加 */
    margin: 0 auto 42px;
    /***/
  }
}

/* 追加 */
.l-giftMain .hedding__lvD01 {
  background: url("/item/group_gift/sp/gift-main-sp.jpg") no-repeat;
  width: 640px;
  height: 698px;
}
@media (min-width: 641px) {
  .l-giftMain .hedding__lvD01 {
    background: url("/item/group_gift/pc/gift-main-pc.jpg") no-repeat;
    width: 1000px;
    height: 500px;
  }
}
/***/

.hedding__lvD01 .hedding__lvD01__text {
  width: 100%;
  position: absolute;
  top: 43%;
  left: 51%;
  transform: translate(-50%, -50%);
  letter-spacing: 12px;
}
@media (min-width: 641px) {
  .hedding__lvD01 .hedding__lvD01__text {
    top: 42%;
    letter-spacing: 14px;
  }
}
.hedding__lvD01 .hedding__lvD01__ttl {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 6px;
  font-size: 28px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .hedding__lvD01 .hedding__lvD01__ttl {
    top: 53%;
    left: 50.3%;
    letter-spacing: 8px;
  }
}

.hedding__lvE01 {
  margin: 49px 0 75px;
  font-size: 34px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  text-align: center;
}
@media (min-width: 641px) {
  .hedding__lvE01 {
    margin: 77px 0 20px;
    font-size: 24px;
  }
}

.hedding__lvA02 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  height: 53px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  width: 100%;
}
@media (min-width: 641px) {
  .hedding__lvA02 {
    margin-top: -46px;
    font-size: 18px;
  }
}
.hedding__lvA02 .hedding__lvA02__text {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.hedding__lvA02.sakura {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__01.png") no-repeat;
}
@media (min-width: 641px) {
  .hedding__lvA02.sakura {
    background-image: none;
    margin-bottom: 35px;
  }
}
.hedding__lvA02.strawberry {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__02.png") no-repeat;
}
@media (min-width: 641px) {
  .hedding__lvA02.strawberry {
    background-image: none;
    margin-bottom: 35px;
  }
}
.hedding__lvA02.sunflower {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__03.png") no-repeat;
}
@media (min-width: 641px) {
  .hedding__lvA02.sunflower {
    background-image: none;
  }
}
.hedding__lvA02.gift {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__04.png") no-repeat;
  color: #ffffff;
}
@media (min-width: 641px) {
  .hedding__lvA02.gift {
    background-image: none;
  }
  .hedding__lvA02.gift .hedding__lvA02__text {
    top: 32%;
  }
  .hedding__lvA02.gift + .message {
    margin-top: 5px;
  }
}
.hedding__lvA02.health {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__05.png") no-repeat;
  letter-spacing: 5px;
}
@media (min-width: 641px) {
  .hedding__lvA02.health {
    background-image: none;
    letter-spacing: 4px;
  }
  .hedding__lvA02.health + .message {
    margin-top: 2px;
  }
}
.hedding__lvA02.health .hedding__lvA02__text {
  left: 50%;
}
@media (min-width: 641px) {
  .hedding__lvA02.health .hedding__lvA02__text {
    top: 29%;
  }
}
.hedding__lvA02.goods {
  background: url("/item/new_top/sp/sp--hedding--lv2__bg__06.png") no-repeat;
  letter-spacing: 5px;
}
@media (min-width: 641px) {
  .hedding__lvA02.goods {
    background-image: none;
    letter-spacing: 4px;
  }
}
.hedding__lvA02.goods .hedding__lvA02__text {
  left: 51%;
}
@media (min-width: 641px) {
  .hedding__lvA02.goods .hedding__lvA02__text {
    left: 50%;
  }
}

.hedding__lvB02 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 7px;
  color: #fff;
  position: relative;
  height: 86px;
  background: url("/item/group_honey/sp/sp--hedding--lv2__bg__B01.png") no-repeat center;
}
@media (min-width: 641px) {
  .hedding__lvB02 {
    background: url("/item/group_honey/pc/pc--hedding--lv2__bg__B01.png") no-repeat center;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .hedding__lvB02 .product {
    background-image: none;
  }
}
.hedding__lvB02 .hedding__lvB02__text {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .hedding__lvB02 .hedding__lvB02__text {
    top: 55%;
  }
}
.hedding__lvB02 + .figureBox__01 {
  margin-top: 40px;
}

.hedding__h3 {
  text-align: center;
  background: url("/item/sp--common__line01.png") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';

  /* 追加 */
  /*font-size: 1.8rem;*/
  font-size: 28.8px;
  /***/

  letter-spacing: 0.5rem;
}
@media (min-width: 641px) {
  .hedding__h3 {
    background: url("/item/pc--common__line01.png") no-repeat center bottom;
  }
  .hedding__h3 + p {
    font-size: 16px;
  }
}

/* 追加 */
.aboutArea .hedding__h3 {
  font-size: 33.7px;
  background: url("/item/new_top/sp/sp--common__line01.png") no-repeat center bottom;
  padding-bottom: 25.6px;
  margin-bottom: 25.6px;
}
.aboutArea .hedding__h3 + p {
  /*font-size: 30.3px;*/
  /* 追加 */
  font-size: 22px;
  /***/
}
@media (min-width: 641px) {
  .aboutArea .hedding__h3 {
    font-size: 28.8px;
    background: url("/item/new_top/pc/pc--common__line01.png") no-repeat center bottom;
  }
  .aboutArea .hedding__h3 + p {
    /*font-size: 16px;*/
    /* 追加 */
    font-size: 15px;
    /***/
  }
}
/***/

.productBtn {
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .productBtn {
    font-size: 13px;
  }
}
.productBtn.detail {
  background: #5e1a00;
  color: #fff;
}
.productBtn.cart {
  background: #ff6720;
}
.productBtn + .productBtn {
  margin-top: 10px;
}

.btn__01 {
  width: 530px;
  height: 100px;
  margin: 24px auto 120px;
  font-weight: bold;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  font-size: 22px;
}
@media (min-width: 641px) {
  .btn__01 {
    width: 352px;
    height: 66px;
    margin-top: 40px;
    margin-bottom: 63px;
    font-size: 15px;
  }
}
.btn__01 &gt; * {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 30px;
  margin-right: 10px;
  letter-spacing: 2px;
  color: #5e1a00;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .btn__01 &gt; * {
    padding: 0;
    margin: 0;
    height: 66px;
    line-height: 66px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.btn__01.red {
  background: url("/item/new_top/sp/sp--btn__bg__01.png") no-repeat;
}
@media (min-width: 641px) {
  .btn__01.red {
    background: url("/item/new_top/pc/pc--btn__bg__01.png") no-repeat;
  }
}
.btn__01.pink {
  background: url("/item/group_honey/sp/sp--btn__bg__02.png") no-repeat;
}
@media (min-width: 641px) {
  .btn__01.pink {
    background: url("/item/group_honey/pc/pc--btn__bg__01.png") no-repeat;
  }
}
.btn__01.yellow {
  background: url("/item/new_top/sp/sp--btn__bg__03.png") no-repeat;
}
@media (min-width: 641px) {
  .btn__01.yellow {
    background: url("/item/new_top/pc/pc--btn__bg__02.png") no-repeat;
  }
}
.btn__01.blue {
  background: url("/item/group_honey/sp/sp--btn__bg__04.png") no-repeat;
}
@media (min-width: 641px) {
  .btn__01.blue {
    background: url("/item/group_honey/pc/pc--btn__bg__03.png") no-repeat;
  }
}
.btn__01.brown {
  background: url("/item/new_top/sp/sp--btn__bg__05.png") no-repeat;
}
.btn__01.brown &gt; * {
  color: #fff;
}
@media (min-width: 641px) {
  .btn__01.brown {
    background: url("/item/new_top/pc/pc--btn__bg__05.png") no-repeat;
  }
}

.btnBnr__01 {
  width: 640px;
  height: 533px;
  margin: 0 auto 28px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .btnBnr__01 {
    width: 1093px;
    height: 384px;
  }
}
.btnBnr__01 &gt; * {
  display: block;
  width: 100%;
  height: 533px;
  text-align: center;
  letter-spacing: 3px;
  color: #5e1a00;
  font-size: 30px;
}
@media (min-width: 641px) {
  .btnBnr__01 &gt; * {
    letter-spacing: 4px;
    height: auto;
  }
}
.btnBnr__01 &gt; * strong {
  color: #ff6720;
  font-size: 38px;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .btnBnr__01 &gt; * strong {
    letter-spacing: 12px;
  }
}
.btnBnr__01 &gt; * strong a {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.btnBnr__01.A01 {
  background: url("/item/new_top/sp/sp--btnBnr__01.png") no-repeat;
}
@media (min-width: 641px) {
  .btnBnr__01.A01 {
    background: url("/item/new_top/pc/pc--btnBnr__01.png") no-repeat;

    /* 追加 */
    transition: 0.3s;
    margin-top: 28px;
    /***/
  }

  /* 追加 */
  .btnBnr__01.A01:hover {
    opacity: 0.7;
  }
  /***/
}
.btnBnr__01.A01 &gt; * {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  padding-top: 234px;
  padding-left: 43px;
}
@media (min-width: 641px) {
  .btnBnr__01.A01 &gt; * {
    padding-top: 148px;
  }

  /* 追加 */
  .btnBnr__01.A01 &gt; a {
      display: block;
      height: 100%;
  }
  /***/
}
.btnBnr__01.B01 {
  background: url("/item/new_top/sp/sp--btnBnr__02.png") no-repeat;
}
@media (min-width: 641px) {
  .btnBnr__01.B01 {
    background: url("/item/new_top/pc/pc--btnBnr__02.png") no-repeat;

    /* 追加 */
      transition: 0.3s;
    /***/
  }

  /* 追加 */
  .btnBnr__01.B01:hover {
    opacity: 0.7;
  }
  /***/
}
.btnBnr__01.B01 &gt; * {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  padding-top: 214px;
  padding-left: 26px;
}
@media (min-width: 641px) {
  .btnBnr__01.B01 &gt; * {
    padding-top: 154px;
    padding-right: 206px;
    letter-spacing: 9px;
  }

  /* 追加 */
  .btnBnr__01.B01 &gt; a {
    display: block;
    height: 100%;
  }
  /***/
}
.btnBnr__01.B01 &gt; * strong {
  font-size: 38px;
  letter-spacing: 10px;
  padding-top: 2px;
  padding-right: 86px;
  display: block;
}
@media (min-width: 641px) {
  .btnBnr__01.B01 &gt; * strong {
    display: inline;
    padding-right: 0;
    letter-spacing: 12px;
  }
}

.bnrA01 {
  width: 580px;
  height: 180px;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
.bnrA01:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .bnrA01 {
    width: 482px;
    height: 150px;
    margin: 0 0 35px;
  }
}
.bnrA01 .bnrTtl {
  font-size: 28px;
  font-weight: bold;
  color: #5e1a00;
  padding: 62px 0 0 65px;
  display: block;
  width: 580px;
  height: 180px;
  letter-spacing: 10px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .bnrA01 .bnrTtl {
    width: 482px;
    height: 150px;
    font-size: 22px;
    padding: 54px 0 0 53px;
  }
}
.bnrA01.baby {
  background: url("/item/group_honey/sp--bnr__A01.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.baby {
    background-size: contain;
  }
}
.bnrA01.birth {
  background: url("/item/group_honey/sp--bnr__A02.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.birth {
    background-size: contain;
  }
}
.bnrA01.wedding {
  background: url("/item/group_honey/sp--bnr__A03.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.wedding {
    background-size: contain;
  }
}
.bnrA01.wedding2 {
  background: url("/item/group_honey/sp--bnr__A04.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.wedding2 {
    background-size: contain;
  }
}
.bnrA01.petit {
  background: url("/item/group_honey/sp--bnr__A05.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.petit {
    background-size: contain;
  }
}
.bnrA01.house {
  background: url("/item/group_honey/sp--bnr__A06.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.house {
    background-size: contain;
  }
}
.bnrA01.celebration {
  background: url("/item/group_honey/sp--bnr__A07.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.celebration {
    background-size: contain;
  }
}
.bnrA01.corporate {
  background: url("/item/group_honey/sp--bnr__A08.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.corporate {
    background-size: contain;
  }
}
.bnrA01.koudengaeshi {
  background: url("/item/group_honey/sp--bnr__A09.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.koudengaeshi {
    background-size: contain;
  }
}
.bnrA01.birthday {
  background: url("/item/group_honey/sp--bnr__A10.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrA01.birthday {
    background-size: contain;
  }
}

.bnrB01 {
  width: 580px;
  height: 181px;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.bnrB01:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .bnrB01 {
    width: 484px;
    height: 151px;
    margin: 30px 0 0;
  }
}
.bnrB01 .bnrTtl {
  font-size: 24px;
  font-weight: bold;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  color: #5e1a00;
  padding: 29px 0 0 185px;
  display: block;
  width: 580px;
  height: 181px;
  letter-spacing: 7px;
}
@media (min-width: 641px) {
  .bnrB01 .bnrTtl {
    width: 484px;
    height: 151px;
    padding: 23px 0 0 155px;
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.bnrB01 .bnrTtl em {
  display: block;
  font-size: 30px;
  margin-left: -38px;
  letter-spacing: 14px;
  margin-top: -5px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .bnrB01 .bnrTtl em {
    font-size: 26px;
    margin: -1px 0 0 -33px;
    letter-spacing: 10px;
  }
}
.bnrB01.royal {
  background: url("/item/new_top/sp/sp--bnr__B01.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.royal {
    background-size: contain;
    margin-top: 0;
  }
}
.bnrB01.propolis {
  background: url("/item/new_top/sp/sp--bnr__B02.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.propolis {
    background-size: contain;
    margin-top: 0;
  }
}
.bnrB01.propolis .bnrTtl {
  padding-left: 142px;
}
@media (min-width: 641px) {
  .bnrB01.propolis .bnrTtl {
    padding-left: 121px;
    letter-spacing: 6px;
  }
}
.bnrB01.propolis .bnrTtl em {
  margin-left: -33px;
  letter-spacing: 13px;
}
@media (min-width: 641px) {
  .bnrB01.propolis .bnrTtl em {
    letter-spacing: 10px;
  }
}
.bnrB01.beeswax {
  background: url("/item/new_top/sp/sp--bnr__B03.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.beeswax {
    background-size: contain;
  }
  .bnrB01.beeswax.mt40 {
    margin-top: 30px !important;
  }
}
.bnrB01.beeswax .bnrTtl {
  padding-left: 48px;
  padding-top: 19px;
  letter-spacing: 7px;
}
@media (min-width: 641px) {
  .bnrB01.beeswax .bnrTtl {
    padding-left: 42px;
    padding-top: 17px;
    letter-spacing: 6px;
  }
}
.bnrB01.beeswax .bnrTtl em {
  margin-left: 274px;
  letter-spacing: 12px;
  margin-top: 7px;
}
@media (min-width: 641px) {
  .bnrB01.beeswax .bnrTtl em {
    margin-left: 227px;
    letter-spacing: 9px;
    margin-top: 5px;
  }
}
.bnrB01.candy {
  background: url("/item/new_top/sp/sp--bnr__B04.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.candy {
    background-size: contain;
  }
}
.bnrB01.candy .bnrTtl {
  padding-left: 170px;
  padding-top: 29px;
  letter-spacing: 6px;
}
@media (min-width: 641px) {
  .bnrB01.candy .bnrTtl {
    padding-left: 144px;
    padding-top: 24px;
    letter-spacing: 5px;
  }
}
.bnrB01.candy .bnrTtl em {
  margin-left: 64px;
  margin-top: -3px;
  letter-spacing: 7px;
}
@media (min-width: 641px) {
  .bnrB01.candy .bnrTtl em {
    margin-left: 51px;
    letter-spacing: 5px;
    margin-top: -3px;
  }
}
.bnrB01.cosmetics {
  background: url("/item/new_top/sp/sp--bnr__B05.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.cosmetics {
    background-size: contain;
  }
}
.bnrB01.cosmetics .bnrTtl {
  padding-left: 225px;
  padding-top: 32px;
}
@media (min-width: 641px) {
  .bnrB01.cosmetics .bnrTtl {
    padding-left: 188px;
    padding-top: 26px;
  }
}
.bnrB01.cosmetics .bnrTtl em {
  margin-left: 2px;
  letter-spacing: 12px;
  margin-top: -8px;
}
@media (min-width: 641px) {
  .bnrB01.cosmetics .bnrTtl em {
    margin-left: 0;
    letter-spacing: 10px;
    margin-top: -5px;
  }
}
.bnrB01.bottle {
  background: url("/item/new_top/sp/sp--bnr__B06.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.bottle {
    background-size: contain;
  }
}
.bnrB01.bottle .bnrTtl {
  padding-left: 244px;
  padding-top: 25px;
}
@media (min-width: 641px) {
  .bnrB01.bottle .bnrTtl {
    padding-left: 204px;
    padding-top: 21px;
  }
}
.bnrB01.bottle .bnrTtl em {
  margin-left: -70px;
  letter-spacing: 7px;
  margin-top: -6px;
}
@media (min-width: 641px) {
  .bnrB01.bottle .bnrTtl em {
    margin-left: -57px;
    letter-spacing: 4px;
    margin-top: -5px;
  }
}
.bnrB01.bottle .bnrTtl span {
  margin-top: -42px;
  display: block;
  font-size: 20px;
  margin-left: 12px;
  letter-spacing: 3px;
}
@media (min-width: 641px) {
  .bnrB01.bottle .bnrTtl span {
    margin-left: 13px;
    letter-spacing: 2px;
    margin-top: -37px;
    font-size: 16px;
  }
}
.bnrB01.powder {
  background: url("/item/new_top/sp/sp--bnr__B07.png") no-repeat;
}
@media (min-width: 641px) {
  .bnrB01.powder {
    background-size: contain;
  }
}
.bnrB01.powder .bnrTtl {
  padding-left: 200px;
  padding-top: 31px;
}
@media (min-width: 641px) {
  .bnrB01.powder .bnrTtl {
    padding-left: 169px;
    padding-top: 27px;
    letter-spacing: 6px;
  }
}
.bnrB01.powder .bnrTtl em {
  margin-left: -32px;
  letter-spacing: 6px;
  margin-top: -5px;
}
@media (min-width: 641px) {
  .bnrB01.powder .bnrTtl em {
    margin-left: -30px;
    letter-spacing: 5px;
  }
}

.bnrC01 {
  width: 1000px;
  height: 150px;
  margin-bottom: 35px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
.bnrC01:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bnrC01 .bnrTtl {
  font-size: 18px;
  font-weight: bold;
  color: #5e1a00;
  padding: 89px 0 0 618px;
  display: block;
  width: 1000px;
  height: 150px;
  letter-spacing: 2px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
.bnrC01.mother {
  background: url("/item/group_honey/pc/pc--bnr__C01.png") no-repeat;
}

.bnrD01 {
  width: 580px;
  height: 180px;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
.bnrD01:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 641px) {
  .bnrD01 {
    width: 482px;
    height: 150px;
    margin: 0 0 35px;
  }
}
.bnrD01 .bnrTtl {
  font-size: 28px;
  font-weight: bold;
  color: #5e1a00;
  padding: 62px 300px 0 20px;
  display: block;
  width: 580px;
  height: 180px;
  letter-spacing: 0;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
}
@media (min-width: 641px) {
  .bnrD01 .bnrTtl {
    width: 482px;
    height: 150px;
	  
    font-size: 22px;
    padding: 54px 250px 0 20px;
  }
}

.bnrD01.honeybutter {
  background: url("/item/group_honey/sp--bnr__D01.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.honeybutter {
    background-size: contain;
  }
}

.bnrD01.days {
  background: url("/item/group_honey/sp--bnr__D02.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.days {
    background-size: contain;
  }
}

.bnrD01.hokuo {
  background: url("/item/group_honey/sp--bnr__D03.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.hokuo {
    background-size: contain;
  }
}

.bnrD01.hokuo .bnrTtl {
  padding-top: 35px;
  padding-right: 350px;
}
@media (min-width: 641px) {
  .bnrD01.hokuo .bnrTtl {
  padding-top: 30px;
  padding-right: 300px;
  }
}

.bnrD01.sweets {
  background: url("/item/group_honey/sp--bnr__D04.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.sweets {
    background-size: contain;
  }
}

.bnrD01.pan {
  background: url("/item/group_honey/sp--bnr__D05.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.pan {
    background-size: contain;
  }
}

.bnrD01.pan .bnrTtl {
  padding-top: 35px;
  padding-right: 320px;
}
@media (min-width: 641px) {
  .bnrD01.pan .bnrTtl {
  padding-top: 30px;
  padding-right: 280px;
  }
}

.bnrD01.honeygift {
  background: url("/item/group_honey/sp--bnr__D06.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.honeygift {
    background-size: contain;
  }
}

.bnrD01.creamcheese {
  background: url("/item/group_honey/sp--bnr__D07.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.creamcheese {
    background-size: contain;
  }
}

.bnrD01.creamcheese .bnrTtl {
  padding-top: 35px;
  padding-right: 320px;
}
@media (min-width: 641px) {
  .bnrD01.creamcheese .bnrTtl {
  padding-top: 30px;
  padding-right: 280px;
  }
}

.bnrD01.littledrip {
  background: url("/item/group_honey/sp--bnr__D08.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.littledrip {
    background-size: contain;
  }
}

.bnrD01.peanuts {
  background: url("/item/group_honey/sp--bnr__D09.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.peanuts {
    background-size: contain;
  }
}

.bnrD01.peanuts .bnrTtl {
  padding-top: 35px;
}
@media (min-width: 641px) {
  .bnrD01.peanuts .bnrTtl {
  padding-top: 30px;
  }
}

.bnrD01.kokusan {
  background: url("/item/group_honey/sp--bnr__D10.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.kokusan {
    background-size: contain;
  }
}

.bnrD01.gaikokusan {
  background: url("/item/group_honey/sp--bnr__D11.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.gaikokusan {
    background-size: contain;
  }
}

.bnrD01.foods {
  background: url("/item/group_honey/sp--bnr__D12.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.foods {
    background-size: contain;
  }
}

.bnrD01.beeswax {
  background: url("/item/group_honey/sp--bnr__D13.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.beeswax {
    background-size: contain;
  }
}

.bnrD01.royaljelly {
  background: url("/item/group_honey/sp--bnr__D14.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.royaljelly {
    background-size: contain;
  }
}

.bnrD01.propolis {
  background: url("/item/group_honey/sp--bnr__D15.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.propolis {
    background-size: contain;
  }
}

.bnrD01.teiki {
  background: url("/item/group_honey/sp--bnr__D16.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.teiki {
    background-size: contain;
  }
}

.bnrD01.curry {
  background: url("/item/group_honey/sp--bnr__D17.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.curry {
    background-size: contain;
  }
}
.bnrD01.curry .bnrTtl {
  padding-top: 35px;
  padding-right: 380px;
}
@media (min-width: 641px) {
  .bnrD01.curry .bnrTtl {
  padding-top: 30px;
  padding-right: 320px
  }
}

.bnrD01.garlic {
  background: url("/item/group_honey/sp--bnr__D18.jpg") no-repeat;
}
@media (min-width: 641px) {
  .bnrD01.garlic {
    background-size: contain;
  }
}
.bnrD01.garlic .bnrTtl {
  padding-top: 35px;
}
@media (min-width: 641px) {
  .bnrD01.garlic .bnrTtl {
  padding-top: 30px;
  }
}

.boderBox__01 {
  box-shadow: 0 0 0 1px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}

.line__bg__01 {
  background: url("/item/group_honey/sp/sp--common__ine__02.png") no-repeat center top;
  padding-top: 49px;
}

.line__bg__01x2 {
  background: url("/item/group_honey/sp/sp--common__ine__02.png") no-repeat center 20px, url("/item/group_honey/sp/sp--common__ine__02.png") no-repeat center bottom 20px, #efeae4;
  padding: 50px 0;
  margin-top: 155px;
  margin-bottom: 50px;
}
@media (min-width: 641px) {
  .line__bg__01x2 {
    background: url("/item/group_honey/pc/pc--common__line__04.png") no-repeat center top, url("/item/group_honey/pc/pc--common__line__05.png") no-repeat center bottom, #efeae4;
    padding: 23px 0 160px;
    margin-bottom: 0;
  }
}

.dl__01 dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 641px) {
  .dl__01 dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.dl__01 dd {
  margin-bottom: 40px;
  /*font-size: 15px;*/
  font-size: 22px;
}
@media (min-width: 641px) {
  .dl__01 dd {
    margin-bottom: 16px;

    /* 追加 */
    font-size: 15px;
    /***/
  }
}

.figureDl {
  margin-bottom: 78px;
}
.figureDl .caption {
  text-align: left;
  padding-top: 378px;
  color: #000;
  font-size: 30.3px;
}
@media (min-width: 641px) {
  .figureDl .caption {
    width: 554px;
    margin: 0 auto;
    font-size: 22px;
  }
}
.figureDl .figure {
  text-align: center;
  margin-top: -410px;
}
.figureDl .figure img {
  margin: 0 auto;
}
@media (min-width: 641px) {
  .figureDl .figure .sp__hide {
    display: inline;
  }
}

.sbsList {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
.sbsList .sbsList__item {
  line-height: 0;
}

.figureBox__01 {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .figureBox__01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    background: url("/item/group_honey/pc/pc--common__line__02.png") no-repeat center top;
  }
}
@media (min-width: 641px) {
  .figureBox__01.pc__nowarap {
    margin-bottom: 0;
  }
  .figureBox__01.pc__nowarap .figureBox--list {
    margin-bottom: 0;
  }
  .figureBox__01.pc__nowarap .figureBox--list .figureBox--list__item {
    margin-bottom: 0;
  }
}
.figureBox__01 .figureBox--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list {
    /*width: 1000px;*/
    margin: 0 auto;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
}
.figureBox__01 .figureBox--list.aline__left {
  justify-content: space-between;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.aline__left {
    justify-content: center;
    padding-top: 39px;
    margin-top: -39px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item {
  width: 320px;
  padding: 50px 10px 0 30px;
  margin-bottom: 30px;
  position: relative;
  background: url("/item/group_honey/sp/sp--figureBox__bg__03.png") no-repeat top center;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item {
    background: none;
    padding: 0;
    width: 198px;
    height: auto;
    margin-right: 28px;
    margin-bottom: 35px;
  }
  .figureBox__01 .figureBox--list .figureBox--list__item:last-child {
    margin-right: 0;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item &gt; *:before {
  content: '';
  display: block;
  background: url("/item/group_honey/sp/sp--figureBox__icon__clip.png");
  width: 24px;
  height: 54px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item &gt; *:before {
    background: url("/item/group_honey/pc/pc--figureBox__icon__clip__01.png");
    top: -44px;
    width: 15px;
    height: 53px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item:nth-child(even) {
  padding-left: 10px;
  padding-right: 30px;
  background: url("/item/group_honey/sp/sp--figureBox__bg__04.png") no-repeat top center;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item:nth-child(even) {
    background: none;
    padding: 0;
    margin-left: 0;
  }
  .figureBox__01 .figureBox--list .figureBox--list__item:nth-child(even) &gt; *:before {
    background: url("/item/group_honey/pc/pc--figureBox__icon__clip__02.png");
    width: 20px;
    height: 53px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item:nth-child(2n+1):last-child {
  background: url("/item/group_honey/sp/sp--figureBox__bg__02.png") no-repeat top center;
  width: 640px;
  padding-right: 330px;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item:nth-child(2n+1):last-child {
    background: none;
    /*width: 228px;*/
    width: 198px;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item:nth-child(2n+1):last-child &gt; *:before {
  left: -50%;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item:nth-child(2n+1):last-child &gt; *:before {
    left: 0;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item .ranking--icon {
  position: absolute;
  top: 11px;
  right: 6px;
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item__img {
  background: #fff;
  padding: 17px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item__img {
    padding: 13px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item__text {
  display: block;
  text-align: center;
  /*font-size: 18px;*/
  /*text-decoration: underline;*/

  /* 追加 */
  font-size: 22px;
  /***/

  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item__text {
    font-size: 15px;
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__ttl {
  padding: 16px;
  margin-bottom: 18px;
  background: #fff;
  padding: 17px;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  text-align: center;
  position: relative;
  height: 300px;
  width: 282px;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__ttl {
    font-size: 18px;
    padding: 14px;
    /*height: 240px;*/

    /* 追加 */
    height: auto;
    width: auto;
    /***/
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__ttl p {
  position: relative;
  height: 95px;
  line-height: 1.3;

  /* 追加 */
  font-size: 22px;
  /***/
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__ttl p {
    height: 75px;

    /* 追加 */
    font-size: 18px;
    /***/
  }
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__ttl p span {
  font-family: 'FOT-筑紫A丸ゴシック Std B';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__text {
  font-size: 20px;
  padding: 0 10px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list .figureBox--list__item .figureBox--list__item--detail .figureBox--list__item--detail__text {
    font-size: 14px;
  }
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.products .figureBox--list__item {
    /*width: 228px;*/
    width: 198px;
  }
}
.figureBox__01 .figureBox--list.ranking .figureBox--list__item:first-child:before {
  background: url("/item/new_top/sp/sp--ranking__icon__no1.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 11px;
  right: 6px;
  content: '';
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.ranking .figureBox--list__item:first-child:before {
    background-size: contain;
    width: 66px;
    height: 66px;
    top: 6px;
    right: 4px;
  }
}
.figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(2):before {
  background: url("/item/new_top/sp/sp--ranking__icon__no2.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 11px;
  right: 6px;
  content: '';
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(2):before {
    background-size: contain;
    width: 66px;
    height: 66px;
    top: 6px;
    right: 4px;
  }
}
.figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(3):before {
  background: url("/item/new_top/sp/sp--ranking__icon__no3.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 11px;
  right: 6px;
  content: '';
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(3):before {
    background-size: contain;
    width: 66px;
    height: 66px;
    top: 6px;
    right: 4px;
  }
}
.figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(4):before {
  background: url("/item/new_top/sp/sp--ranking__icon__no4.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 11px;
  right: 6px;
  content: '';
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(4):before {
    background-size: contain;
    width: 66px;
    height: 66px;
    top: 6px;
    right: 4px;
  }
}
.figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(5):before {
  background: url("/item/new_top/sp/sp--ranking__icon__no5.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 11px;
  right: 6px;
  content: '';
  z-index: 9998;
}
@media (min-width: 641px) {
  .figureBox__01 .figureBox--list.ranking .figureBox--list__item:nth-child(5):before {
    background-size: contain;
    width: 66px;
    height: 66px;
    top: 6px;
    right: 4px;
  }
}

.figure--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 30px;
}
@media (min-width: 641px) {
  .figure--list {
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.figure--list .figure--list__item {
  margin-bottom: 20px;
}
.figure--list .figure--list__item:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 641px) {
  .figure--list .figure--list__item {
    margin-left: 34px !important;
    margin-bottom: 36px;
  }
  .figure--list .figure--list__item:first-child, .figure--list .figure--list__item:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}

.newsBox__01 .newsBox--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 30px;
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list {
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item {
  width: 280px;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item {
    width: 224px;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item:nth-child(even) {
    margin-left: 0;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item .newsBox--list__item__text {
  padding: 0 10px 16px;
  font-size: 22px;
}
.newsBox__01 .newsBox--list .newsBox--list__item .newsBox--list__item__text:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item .newsBox--list__item__text {
    font-size: 15px;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item .icon__new {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 7px;
  background: url("/item/new_top/pc/pc--common--icon__new__bg.png") no-repeat right;
  background-size: contain;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 20px 4px 14px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  z-index: 100;
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item .icon__new {
    font-size: 14px;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item .icon__info {
  color: #fff;
  background: #5e1a00;
  border-radius: 4px;
  font-size: 18px;
  padding: 3px 12px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item .icon__info {
    font-size: 12px;
  }
}
.newsBox__01 .newsBox--list .newsBox--list__item .data {
  float: right;
}
.newsBox__01 .newsBox--list .newsBox--list__item .text {
  display: block;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .newsBox__01 .newsBox--list .newsBox--list__item .text {
    padding-top: 4px;
  }
}

/* 追加 */
.newsBox__01 .newsBox--list .newsBox--list__item figure {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.newsBox__01 .newsBox--list .newsBox--list__item figure .newsBox--list__item__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media(min-width: 768px){
  .newsBox__01 .newsBox--list .newsBox--list__item figure {
    height: 160px;
  }
}
/***/

@media (min-width: 641px) {
  .columnBox__01 {
    margin-top: 14px;
  }
}
.columnBox__01 .columnBox--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list {
    width: 1000px;
    margin: 0 auto 30px;
    justify-content: flex-start;
  }
}
.columnBox__01 .columnBox--list .columnBox--list__item {
  width: 280px;
  margin-bottom: 40px;
  position: relative;
  background: #faf8f7;
  box-shadow: 0 0 0 1px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list .columnBox--list__item {
    width: 224px;
    margin-left: 34px !important;
  }
  .columnBox__01 .columnBox--list .columnBox--list__item:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}
.columnBox__01 .columnBox--list .columnBox--list__item:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list .columnBox--list__item:nth-child(even) {
    margin-left: 0;
  }
}

/* 追加 */
.columnBox__01 .columnBox--list .columnBox--list__item a .columnBox--list__item__imgContainer {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
}

@media(min-width: 768px){
  .columnBox__01 .columnBox--list .columnBox--list__item a .columnBox--list__item__imgContainer {
    height: 168px;
  }
}

.columnBox__01 .columnBox--list .columnBox--list__item a .columnBox--list__item__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
/***/

.columnBox__01 .columnBox--list .columnBox--list__item .columnBox--list__item__text {
  padding: 0 10px 16px;
  font-size: 20px;
  height: 182px;
  padding: 18px;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
.columnBox__01 .columnBox--list .columnBox--list__item .columnBox--list__item__text:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list .columnBox--list__item .columnBox--list__item__text {
    font-size: 15px;
    height: 137px;
    padding: 18px 16px;
  }
}
.columnBox__01 .columnBox--list .columnBox--list__item .category {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  color: #fff;
  background: #5e1a00;
  border-radius: 4px;
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 3px 12px;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list .columnBox--list__item .category {
    font-size: 14px;
    line-height: 1;
    min-width: 77px;
    text-align: center;
  }
}
.columnBox__01 .columnBox--list .columnBox--list__item .data {
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
@media (min-width: 641px) {
  .columnBox__01 .columnBox--list .columnBox--list__item .data {
    font-size: 12px;
  }
}
.columnBox__01 .columnBox--list .columnBox--list__item .text {
  font-family: 'FOT-筑紫A丸ゴシック Std M';
  display: block;
  line-height: 1.5;
}
@media (min-width: 641px) {
  .columnBox__01.pc__nowrap {
    margin-bottom: 0;
  }
  .columnBox__01.pc__nowrap .columnBox--list,
  .columnBox__01.pc__nowrap .columnBox--list__item {
    margin-bottom: 0;
  }
}

.productBox__01 .productBox--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list {
    margin-bottom: 0;
  }
}
.productBox__01 .productBox--list .productBox--list__item {
  width: 280px;
  margin-bottom: 40px;
  position: relative;
  background: #faf8f7;
  box-shadow: 0 0 0 2px #e5ded7, 0 0 0 2px #f1ede0;
  border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}
.productBox__01 .productBox--list .productBox--list__item .favo__btn {
  position: absolute;
  top: 41%;
  right: 7%;
  cursor: pointer;
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list .productBox--list__item .favo__btn {
    width: 28px;
    height: 28px;
    top: 41%;
    right: 7%;
  }
  .productBox__01 .productBox--list .productBox--list__item .favo__btn img {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list .productBox--list__item {
    padding: 13px;
    width: 224px;
    margin-left: 34px !important;
    margin-bottom: 30px;
  }
}
.productBox__01 .productBox--list .productBox--list__item:hover {
  border: 1px solid #ff6720;
  color: #ff6720;
}
.productBox__01 .productBox--list .productBox--list__item:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list .productBox--list__item:nth-child(even) {
    margin-left: 0;
  }
}
.productBox__01 .productBox--list .productBox--list__item:nth-child(4n+1) {
  margin-left: 0 !important;
}
.productBox__01 .productBox--list .productBox--list__item .productBox--list__item__text {
  height: 150px;
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list .productBox--list__item .productBox--list__item__text {
    font-size: 13px;
    height: 100px;
    padding: 10px 20px;
  }
}
.productBox__01 .productBox--list .productBox--list__item .productBox--list__item__text .price {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'FOT-筑紫A丸ゴシック Std M';
}
@media (min-width: 641px) {
  .productBox__01 .productBox--list .productBox--list__item .productBox--list__item__text .price {
    bottom: 10px;
  }
}
.productBox__01 .productBox--list .productBox--list__item .category {
  color: #fff;
  background: #5e1a00;
  border-radius: 4px;
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 3px 12px;
}
.productBox__01 .productBox--list .productBox--list__item .data {
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.select__label {
  background: #d1c0b8;
  color: #5e1a00;
  font-size: 24px;
  display: block;
  padding: 30px 50px;
  position: relative;
}
@media (min-width: 641px) {
  .select__label {
    display: none;
  }
}
.select__label:after {
  content: '';
  display: block;
  background: url("/item/sp--icon__selectArrowD__02.png") no-repeat;
  height: 16px;
  width: 26px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
}
.select__label.active:after {
  content: '';
  background: url("/item/sp--icon__minus.png") no-repeat;
  top: 57%;
  right: 2%;
}

.category--list {
  background: #f4f0ec;
  padding: 30px;
  display: none;
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .category--list {
    display: flex;
    background: #f4f0ec;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.category--list .category--kist__item {
  height: 90px;
  padding: 0 95px 0 32px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
  .category--list .category--kist__item {
    font-size: 14px;
    height: 50px;
    width: 300px;
    padding: 0px 55px 0 18px;
    margin-left: 15px;
    line-height: 1.2;
  }
  .category--list .category--kist__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.category--list .category--kist__item.active {
  background: #ff6720;
  color: #fff;
}
.category--list .category--kist__item.active .conNum {
  color: #5e1a00;
}
.category--list .category--kist__item .conNum {
  background: #f5f0f1;
  border-radius: 2px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 641px) {
  .category--list .category--kist__item .conNum {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}

.selectSort {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (min-width: 641px) {
  .selectSort {
    margin-top: 30px;
  }
}
.selectSort .selectSort__ttl {
  float: left;
  margin-top: 17px;
}
@media (min-width: 641px) {
  .selectSort .selectSort__ttl {
    font-size: 15px;
    margin-top: 6px;
  }
}
.selectSort .selectSort__detail {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 641px) {
  .selectSort .selectSort__detail {
    font-size: 15px;
    height: 40px;
    width: 266px;
  }
}
.selectSort .selectSort__detail select {
  width: 100%;
  height: 80px;
  font-size: 24px;
  color: #5e1a00;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 641px) {
  .selectSort .selectSort__detail select {
    font-size: 15px;
    height: 40px;
    width: 266px;
  }
}
.selectSort .selectSort__detail select::ms-expand {
  display: none;
}
.selectSort .selectSort__detail.cp_sl01 {
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
.selectSort .selectSort__detail.cp_sl01:before {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 26px;
  height: 16px;
  padding: 0;
  content: '';
  background: url("/item/sp--icon__selectArrowD__02.png") no-repeat;
  pointer-events: none;
}
@media (min-width: 641px) {
  .selectSort .selectSort__detail.cp_sl01:before {
    background-size: contain;
    width: 13px;
    height: 8px;
    right: 16px;
  }
}
.selectSort .selectSort__detail.cp_sl01 select {
  padding: 8px 38px 8px 8px;
}

.pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 40px;
}
@media (min-width: 641px) {
  .pager {
    float: right;
    margin-top: -80px;
  }
}
@media (min-width: 641px) {
  .pager.bottom {
    margin-top: 16px;
  }
}
.pager .pager__item {
  margin-right: 20px;
}
@media (min-width: 641px) {
  .pager .pager__item {
    margin-right: 10px;
  }
}
.pager .pager__item a {
  background: #fff;
  font-size: 24px;
  color: #5e1a00;
  border-radius: 2px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
}
@media (min-width: 641px) {
  .pager .pager__item a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.pager .pager__item:last-child {
  margin-right: 0;
}
.pager .pager__item.now {
  background: #d1c0b8;
  font-size: 24px;
  color: #5e1a00;
  border-radius: 2px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
}
@media (min-width: 641px) {
  .pager .pager__item.now {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

.sliderArea {
  position: relative;
  width: 100%;
  /*margin: 142px auto -46px;*/
  /* 「パスワード再設定について」へのリンクがある場合 */
  margin: 20px auto -46px;
}
@media (min-width: 641px) {
  .sliderArea {
    width: 100%;
    /*margin-top: 133px;*/
    /* 「パスワード再設定について」へのリンクがある場合 */
    margin-top: 20px;
  }
  .sliderArea .slick-initialized .slick-slide {
    /*margin: 30px 15px 0;*/
    margin: 0 15px;
  }
  .sliderArea .center {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
}

.mainSlider {
  margin: 0 auto;
  width: 100%;
  z-index: 0;
}
.mainSlider img {
  height: auto;
}
.mainSlider img.prev-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9998;
}
@media (min-width: 641px) {
  .mainSlider img.prev-arrow {
    top: 260px;
    width: 40px;
    left: 15px;
  }
}
.mainSlider img.next-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 9998;
}
@media (min-width: 641px) {
  .mainSlider img.next-arrow {
    top: -270px;
    width: 40px;
    right: 15px;
  }
}

.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 15px 4px 0;
  line-height: 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: #b68f8b;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  border-radius: 2px;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
}
.slide-dots li.slick-active button {
  background: #5e1a00;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* 追加 */
.p-instagramList img {
  width: 279px;
  height: 279px;
}

@media(min-width: 768px){
  .p-instagramList img {
    width: 224px;
    height: 224px;
  }
}



.mainLeadTextArea {
  margin-top: 25px;
  padding: 0 30px;
}

@media(min-width: 768px){
  .mainLeadTextArea {
    padding: 0;
  }
}

.mainLeadTextArea .mainLeadTextArea__text {
  font-size: 20px;
  line-height: 38px;
  padding: 0 10px;
  background: url(/item/group_gift/sp/giftBorder01_sp.png);
  background-size: auto 38px;
  background-position-y: -1px;
}

@media(min-width: 768px){
  .mainLeadTextArea .mainLeadTextArea__text {
    font-size: 15px;
    background: none;
    text-align: center;
  }
}


.c-flex {
  display: flex;
  flex-direction: column;
}

@media(min-width: 768px){
  .c-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}




@media(max-width: 767px){
  .u-d--none--sp {
    display: none !important;
  }
}



.p-topRecipePostList {
  padding: 0 30px;
}

.p-topRecipePostList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.p-topRecipePostList__list__item {
  width: 280px;
  min-height: 270px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.p-topRecipePostList__list__item__linkToPost {
  flex-grow: 1;
}

.p-topRecipePostList__list__item__linkToPost__img {
  height: 180px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.p-topRecipePostList__list__item__linkToPost__img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-topRecipePostList__list__item__linkToPost__img__dummy {
  font-size: 22px;
  color: #d1c0b8;
}

.p-topRecipePostList__list__item__linkToPost__img .badge {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
}

.p-topRecipePostList__list__item__linkToPost__title {
  padding-top: 10px;
  font-size: 22px;
  color: #5e1a00;
  background: none;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .p-topRecipePostList {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .p-topRecipePostList__list__item {
    width: 220px;
    min-height: 202px;
    border: none;
    border-radius: 0;
    margin-top: 30px;
  }
  .p-topRecipePostList__list__item__linkToPost:hover {
    text-decoration: none;
  }
  .p-topRecipePostList__list__item__linkToPost__img {
    height: 140px;
  }
  .p-topRecipePostList__list__item__linkToPost__img__dummy {
    font-size: 15px;
  }
  .p-topRecipePostList__list__item__linkToPost__title {
    font-size: 15px;
    line-height: 1.4;
  }
}</pre></body></html>