@charset "utf-8";
/* == base ============================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  background-color: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}
main {
  display: block;
}

/* == utility ============================================== */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.u-pc-only {
  display: none !important;
}
.u-black {
  font-weight: 900 !important;
}
.u-bold {
  font-weight: 700 !important;
}
.u-no-post {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 40px 0;
}

/*** background color *********************************/
.u-bg {
  position: relative;
}
.u-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f0eb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/* ------ */
.u-bg-fill {
  background-color: #f4f0eb;
}

/* == parts ============================================== */
/*** inner *********************************/
.l-inner {
  width: 90.66%;
  max-width: 1088px;
  margin: 0 auto;
}
/* .inner {
  width: 90%;
  margin: 0 auto;
} */

/*** button *********************************/
.c-btn {
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  background: #333;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin: 0 auto;
}
.c-btn a,
.c-btn button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 22px 20px 23px;
  position: relative;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  height: 60px;
}
.c-btn a span,
.c-btn button span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0 24px;
}
.c-btn a::after,
.c-btn button::after {
  content: "";
  display: block;
  width: 850px;
  height: 100%;
  background: url(../img/bg/btn_bg01.png) no-repeat left bottom -25px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
/* --- next --- */
.c-btn--next a span,
.c-btn--next button span {
  background: url(../img/arrow/arrow_right05.png) no-repeat right 10px center;
  background-size: 12px 12px;
}
/* --- prev --- */
.c-btn--prev a span,
.c-btn--prev button span {
  background: url(../img/arrow/arrow_left02.png) no-repeat left 10px center;
  background-size: 12px 12px;
}
/* --- online shop --- */
.c-online-btn {
  text-align: center;
}
.c-online-btn a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/icon/icon_store.svg) no-repeat left 16px center #533c32;
  background-size: 16px 18px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 9px 18px 9px 40px;
}

/*** headline *********************************/
.c-heading {
  font-size: 3.2rem;
  color: #533c32;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}
.c-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fcc82e;
  margin: 0.4em auto 20px;
}
/* --- サブタイトル --- */
.c-heading .sub {
  display: block;
  font-size: 2.4rem;
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
}
/* --- 左揃え --- */
.c-heading--left {
  text-align: left;
}
.c-heading--left::after {
  margin-left: 0;
}
/* --- 白文字 --- */
.c-heading--white {
  color: #fff;
}
/* --- アイコン付き --- */
.c-heading--icon::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 24px;
  background-image: url(../img/icon/icon01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fcc82e;
  background-size: contain;
}
.c-heading--icon.c-heading--left::before {
  margin-left: 0;
}
.p-about-title .c-heading--icon::before {
  background-image: url(../img/icon/icon02.png);
}
.p-factory-title .c-heading--icon::before {
  background-image: url(../img/icon/icon04.png);
}
/* --- */
/* .c-heading--top {
  margin-bottom: 20px;
}
.c-heading--top img {
  display: block;
  width: auto;
  height: 86px;
} */

/*** category *********************************/
.c-cat {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #666;
}
/* --- アイコン付き --- */
.c-cat—-icon {
  padding-left: 34px;
  position: relative;
}
.c-cat—-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_attention.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}
/* --- 背景色付き --- */
.c-cat-bg {
  display: inline-block;
  min-width: 120px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background: #6f5246;
  padding: 2px 14px 3px;
}
.c-cat-bg--red {
  background: #d03939;
}
.c-cat-bg--green {
  background: #528e4d;
}

/*** news list *********************************/
.c-list-news {
  background: #fff;
  padding: 24px 16px 24px 20px;
  position: relative;
  z-index: 1;
}
.c-list-news li {
  border-top: 1px solid #eaeaea;
}
.c-list-news li:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
.c-list-news li a {
  display: block;
  padding: 12px 0 13px;
}
.c-list-news li .date {
  width: 116px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #333;
  position: relative;
  margin-right: 4px;
}
.c-list-news li .date::after {
  content: "‖";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.c-list-news li .c-cat,
.c-list-news li .c-cat-bg {
  display: inline-block;
  vertical-align: middle;
}
.c-list-news li .title {
  width: 100%;
  font-weight: 700;
  color: #333;
  margin-top: 17px;
  text-decoration: underline;
}

/*** product card *********************************/
.c-product {
  width: 47.1%;
}
.c-product a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-product__thum {
  width: 100%;
  padding-top: 66.4%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.c-product__thum img {
  width: auto;
  height: auto;
  max-width: 100%;
  /* max-height: none; */
  max-height: 100%;
  border-radius: 8px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
/* @supports (object-fit: cover) {
  .c-product__thum img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
} */
.c-product .c-cat {
  display: block;
  margin: 0 0 8px;
}
.c-product .c-cat-bg {
  margin: 0 0 12px;
}
.c-product__title {
  min-height: 42px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
.c-product__excerpt {
  min-height: 76px;
  font-size: 1.4rem;
  color: #666;
  margin-top: 10px;
}
.c-product__price {
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 14px;
}
.c-product__price span {
  font-size: 1.4rem;
}
.c-product__price span.yen {
  font-size: 1.2rem;
}

/*** product list *********************************/
.c-list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list-products .c-product {
  margin: 0 0 12%;
}
/* --- magazine --- */
.p-list-magazine .c-product__thum {
  /* padding-top: 109.1%; */
  padding-top: 140.46%;
}
/* --- pc slider --- */
.p-list-slide .c-product__thum {
  padding-top: 82.65%;
}

/*** slider prev / next /dots *********************************/
.p-slide-prev,
.p-slide-next {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(83, 60, 50, 0.8);
  cursor: pointer;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.3s;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-slide-prev {
  background-image: url(../img/arrow/arrow_left01.png);
}
.p-slide-next {
  background-image: url(../img/arrow/arrow_right01.png);
}
.p-slide-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  text-align: center;
}
.p-slide-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 14px;
  padding: 0;
  cursor: pointer;
}
.p-slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #eaeaea;
  transition: all 0.3s;
}
.p-slide-dots li button:focus {
  outline: none;
  background: #fcc82e;
}
.p-slide-dots li.slick-active button {
  background: #fcc82e;
}

/*** tab btn *********************************/
.c-tab-btn {
  display: table;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ccc;
  text-align: center;
  margin-bottom: 4px;
  padding: 14px 50px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.c-tab-btn.is-active {
  background-color: #fcc82e;
  color: #533c32;
}
/* .c-tab-filter--link li {
  display: block;
  padding: 0;
}
.c-tab-filter--link .c-tab-btn a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 14px 50px;
} */

/*** tab filter *********************************/
.c-tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* --- about --- */
.p-filter-about {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-filter-about .c-tab-btn {
  width: 49.7%;
}

/*** tab item *********************************/
.p-tab-item {
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
}

/*** more *********************************/
.c-more {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.c-more span {
  position: relative;
}
.c-more span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/arrow/arrow_right01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*** tab select *********************************/
.c-tab-select {
  width: 100%;
  height: 56px;
  margin: 35px auto 40px;
  position: relative;
  z-index: 10;
}
.c-tab-select .touch-select {
  width: 100%;
  height: 56px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  background: #fff;
  border: 2px solid #ccc;
  padding: 12px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.c-tab-select .touch-select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.6s;
}
.c-tab-select .touch-select.is-open::after {
  -webkit-transform: rotate(180deg) translateY(60%);
  -ms-transform: rotate(180deg) translateY(60%);
  transform: rotate(180deg) translateY(60%);
}
.c-tab-select .c-tab-filter {
  display: block;
  width: 100%;
  background: #eaeaea;
  border: 1px solid #ccc;
  padding: 56px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.c-tab-select .c-tab-btn {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333;
  background-color: transparent;
  padding: 9px 35px;
  margin: 0;
  cursor: pointer;
}
.c-tab-select .c-tab-btn.is-active {
  background-color: #fcc82e;
  color: #533c32;
}
.c-tab-select .c-tab-filter--link li {
  padding: 0;
}
.c-tab-select .c-tab-filter--link .c-tab-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 35px;
}

/*** breadcrumb *********************************/
.c-breadcrumb {
  margin: 72px 0 20px;
}
.c-breadcrumb .list_bread {
  padding: 16px 30px;
}
.c-breadcrumb .list_bread li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #533c32;
}
.c-breadcrumb .list_bread li + li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(../img/arrow/arrow_right03.png) no-repeat center top;
  background-size: 6px 8px;
  margin: 0 0.8em;
}
.c-breadcrumb .list_bread li a {
  display: inline-block;
  text-decoration: underline;
}

/*** under title *********************************/
.c-under-title {
  width: 100%;
  position: relative;
}
.c-under-title .l-inner {
  display: table;
  height: 100%;
  min-height: 240px;
  padding: 70px 0;
}
.c-under-title .text_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.c-under-title .bg_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.c-under-title .bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@supports (object-fit: cover) {
  .c-under-title .bg_box img {
    position: static;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.c-under-title .bg_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 33, 27, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

/*** pagenation *********************************/
.c-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 80px;
}
.c-pagenation ul li {
  width: 32px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px;
}
.c-pagenation ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.c-pagenation ul li.now a {
  color: #fff;
}
.c-pagenation ul li.now,
.c-pagenation ul li.active {
  color: #fff;
  background: #533c32;
}
.c-pagenation ul li.active a {
  color: #fff;
}
.c-pagenation .prev,
.c-pagenation .next,
.c-pagenation .pagenation__item-next,
.c-pagenation .pagenation__item-previous {
  background: transparent;
}
.c-pagenation .prev a,
.c-pagenation .pagenation__item-previous a,
.c-pagenation .no-prev {
  background: url(../img/arrow/arrow_prev.png) no-repeat center;
  background-size: 16px 16px;
}
.c-pagenation .next a,
.c-pagenation .pagenation__item-next a,
.c-pagenation .no-next {
  background: url(../img/arrow/arrow_next.png) no-repeat center;
  background-size: 16px 16px;
}
.c-pagenation .pagenation__item-next a span,
.c-pagenation .pagenation__item-previous a span {
  display: none;
}
.c-pagenation .no-prev,
.c-pagenation .no-next {
  opacity: 0.2;
}

/*** read more *********************************/
.p-more-list li {
  transition: all 0.6s ease;
}
.p-more-list li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}
/* ------ */
.c-more-btn {
  transition: height 0.3s;
}
.c-more-btn button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #533c32;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent;
  margin: 0 auto;
}
.c-more-btn button::after {
  content: "+";
  display: block;
  width: 24px;
  height: 24px;
  background: #533c32;
  font-size: 2rem;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
  margin: 8px auto 0;
}

/*** card list *********************************/
.c-list-card li {
  width: 100%;
  background: #2b251a;
}
.c-list-card li + li {
  margin-top: 20px;
}
.c-list-card li .img_box {
  width: 100%;
  padding-top: 53.4%;
  position: relative;
  overflow: hidden;
}
.c-list-card li .img_box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-list-card li .text_box {
  color: #fff;
  padding: 16px 30px 30px;
}
.c-list-card li .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
/* --- pop up --- */
.c-list-card--pop li {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.c-list-card--pop .front-contents {
  transition: opacity 0.4s;
}
.c-list-card--pop .front-contents .title {
  font-size: 1.6rem;
  text-align: left;
}
.c-list-card--pop .front-contents .img_box {
  padding-top: 62%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.c-list-card--pop .front-contents .text_box {
  padding: 16px;
}
.c-list-card--pop .front-contents .more {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
  background: url(../img/arrow/arrow_right01.png) no-repeat center right;
  background-size: 6px 12px;
  padding-right: 16px;
  margin-top: 10px;
}

/*** office list *********************************/
.c-office-set {
  margin-top: 40px;
}
.c-office-set .heading {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: #533c32;
  padding: 8px 30px 9px;
  margin: 0 -5.5% 24px;
}
.c-list-office li {
  color: #6f5246;
  background: #fff;
  padding: 16px 16px;
  margin-top: 20px;
}
.c-list-office li .name {
  font-weight: 700;
  color: #6f5246;
  border-bottom: 1px dashed rgba(111, 82, 70, 0.2);
  padding: 0 0 8px;
  margin: 0 0px 8px;
}
.c-list-office li .text_box .address {
  margin-bottom: 4px;
}
.c-list-office li .img_box {
  width: 100%;
  padding-top: 82%;
  position: relative;
  overflow: hidden;
  margin-top: 28px;
}
.c-list-office li .img_box img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-list-office li .more {
  display: inline-block;
  font-weight: 500;
  color: #fe8c44;
  text-decoration: underline;
  background: url(../img/arrow/arrow_right06.png) no-repeat center right;
  background-size: 4px 8px;
  padding-right: 16px;
  margin-top: 10px;
}

/*** pop up contents *********************************/
.c-pop-contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.c-pop-contents .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(83, 60, 50, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-pop-contents .pop-inner {
  width: 96%;
  max-width: 900px;
  max-height: 80vh;
  background: #f4f0eb;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: auto;
  padding: 24px;
}
/* ------ */
.c-pop-contents .pop-img img {
  width: 100%;
}
/* ------ */
.c-pop-contents .pop-map {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-top: 40px;
}
.c-pop-contents .pop-map iframe {
  width: 100%;
  height: 100%;
}
/* ------ */
.c-pop-contents .pop-text {
  margin-top: 20px;
}
.c-pop-contents .pop-text .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6f5246;
  border-bottom: 1px dashed rgba(111, 82, 70, 0.2);
  margin-bottom: 10px;
}
.c-pop-contents .pop-text .info {
  color: #6f5246;
  margin-bottom: 40px;
}
.c-pop-contents .pop-text .pop-dl dt {
  width: 90px;
  float: left;
  clear: left;
}
.c-pop-contents .pop-text .pop-dl dd {
  padding-left: 90px;
}
.c-pop-contents .pop-set {
  font-size: 1.4rem;
  color: #666;
  margin-top: 40px;
}
.c-pop-contents .pop-set .title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6f5246;
  text-align: left;
  padding: 0 0 4px;
  margin: 0 0 4px;
  border-bottom: 1px solid #6f5246;
}
.c-pop-contents .pop-set li {
  width: 100%;
  background: transparent;
  margin: 0;
}
.c-pop-contents .pop-set a {
  text-decoration: underline;
  word-break: break-all;
}
.c-pop-contents .c-btn {
  margin: 40px auto;
}
/* --- open --- */
.c-pop-contents.is-open {
  opacity: 1;
  visibility: visible;
}

/*** about nav *********************************/
.p-about-nav {
  margin: 80px 0 70px;
}
.p-about-nav .c-btn {
  margin-top: 60px;
}
.c-about-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.c-about-nav li {
  width: 46%;
  min-height: 140px;
  border-radius: 4px;
  margin: 1.9%;
  position: relative;
}
.c-about-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px 4px;
  background: #fcc82e;
}
.c-about-nav li .title {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  color: #533c32;
  position: relative;
  z-index: 1;
}
.c-about-nav li .title::before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background-image: url(../img/icon/nav_icon01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 4px;
}
.c-about-nav li.company .title::before {
  background-image: url(../img/icon/nav_icon01.png);
}
.c-about-nav li.factory .title::before {
  background-image: url(../img/icon/nav_icon02.png);
}
.c-about-nav li.office .title::before {
  background-image: url(../img/icon/nav_icon03.png);
}
.c-about-nav li.store .title::before {
  background-image: url(../img/icon/nav_icon04.png);
}
/* --- current --- */
.c-about-nav li.current a {
  background: #edebea;
  pointer-events: none;
}
.c-about-nav li.current .title {
  opacity: 0.2;
}

/*** sns share *********************************/
.c-sns-share {
  border: 4px solid #fcc82e;
  background: #fff;
  padding: 60px 20px 80px;
}
.c-sns-share .heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #6f5246;
  margin-bottom: 40px;
}
.c-sns-share .c-btn + .c-btn {
  margin-top: 30px;
}
.c-sns-share .c-btn a::after {
  content: none;
}
.c-sns-share .c-btn.facebook {
  background: #375a9b;
}
.c-sns-share .c-btn.twitter {
  background: #1c99de;
}

/* == header ============================================== */
.l-header {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: transparent;
}
#page_front .l-header {
  transition: all 0.3s;
}
#page_front .l-header.header_style,
body.under .l-header {
  background: #fcc82e;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header .inner {
  width: 100%;
}
.l-header .logo {
  width: 64px;
  height: 52px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#page_front .l-header.header_style .logo,
body.under .l-header .logo {
  opacity: 1;
  visibility: visible;
}
.l-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.l-header .header_nav {
  width: 100%;
  height: 100vh;
  background: #fcc82e;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1;
  overflow-y: auto;
  padding: 120px 0 80px;
  overflow: scroll;
  transition: right 0.4s ease-out;
}
.l-header .nav_list + .nav_list {
  margin-top: 80px;
}
.l-header .nav_list li {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #533c32;
  text-align: center;
}
.l-header .nav_list li span {
  /* background: url(../img/arrow/arrow_right03.png) no-repeat center right; */
  /* background-size: 12px 16px; */
  padding: 0 20px;
}
.l-header .nav_list li + li {
  margin-top: 10px;
}
.l-header .nav_list.nav_btn li {
  max-width: 240px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 auto;
}
.l-header .nav_list.nav_btn li + li {
  margin-top: 40px;
}
.l-header .nav_list.nav_btn li a {
  display: block;
  background-image: url(../img/icon/icon_mail.svg);
  background-color: #533c32;
  background-repeat: no-repeat;
  background-position: left 40px center;
  background-size: 20px 16px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 40px 8px 60px;
}
.l-header .nav_list.nav_btn li span {
  background: none;
  padding: 0;
}
.l-header .nav_list li.login a {
  background-color: #ff8c44;
  background-image: url(../img/icon/icon_login.svg);
  background-size: 18px 20px;
}
.l-header .nav_list li.online a {
  background-image: url(../img/icon/icon_store.svg);
  background-size: 18px 20px;
}
/* --- drop item --- */
.l-header .nav_list .drop_item .drop_trigger {
  position: relative;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.l-header .nav_list .drop_item .drop_trigger::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../img/arrow/arrow_right03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.l-header .nav_list .drop_item .drop_trigger.is-active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.l-header .nav_list .menu_contents {
  display: none;
  padding: 20px 10px;
  background: #533c32;
}
.l-header .nav_list .menu_contents li {
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.l-header .nav_list .menu_contents li + li {
  margin-top: 10px;
}
.l-header .nav_list .menu_contents li span {
  /* background: url(../img/arrow/arrow_right04.png) no-repeat center right; */
  /* background-size: 12px 16px; */
}
.l-header .nav_list .menu_contents li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* --- hamburger --- */
.c-hamburger {
  background-color: #fcc82e;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  z-index: 100;
}
.c-hamburger .hamburger__line {
  position: absolute;
  left: 22px;
  width: 28px;
  height: 2px;
  background-color: #522f09;
  transition: all 0.6s;
}
.c-hamburger .hamburger__line--1 {
  top: 22px;
}
.c-hamburger .hamburger__line--2 {
  top: 29px;
}
.c-hamburger .hamburger__line--3 {
  top: 36px;
}
.c-hamburger::before {
  content: "MENU";
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #333;
  position: absolute;
  bottom: 17px;
  left: 0;
  transition: all 0.4s;
}
.c-hamburger::after {
  content: "CLOSE";
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #333;
  position: absolute;
  bottom: 17px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
/* --- active --- */
.l-header.is-open .header_nav {
  right: 0%;
}
.c-hamburger.is-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 29px;
}
.c-hamburger.is-open .hamburger__line--2 {
  opacity: 0;
}
.c-hamburger.is-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 29px;
}
.c-hamburger.is-open::before {
  opacity: 0;
  visibility: hidden;
}
.c-hamburger.is-open::after {
  opacity: 1;
  visibility: visible;
}

/* == footer ============================================== */
.l-footer {
  background: #533c32;
  color: #fff;
  padding-top: 40px;
}
.l-footer .inner {
  width: 91%;
  margin: 0 auto;
}
.l-footer .f_logo {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-footer .f_logo img {
  margin: 0 auto;
}
.l-footer .address {
  text-align: center;
  margin-top: 3px;
}
.l-footer .address span {
  display: block;
}
.l-footer .sns_list {
  text-align: center;
  margin-top: 40px;
}
.l-footer .sns_list li {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 6px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.l-footer .sns_list li a {
  display: block;
}
.l-footer .footer_nav {
  width: 88%;
  margin: 38px auto 0;
}
.l-footer .footer_nav .nav_list + .nav_list {
  margin-top: 15px;
}
.l-footer .footer_nav .nav_list li {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  background: url(../img/icon/icon_beans.png) no-repeat left center;
  background-size: 18px 18px;
}
.l-footer .footer_nav .nav_list li + li {
  margin-top: 15px;
}
.l-footer .footer_nav .nav_list li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/arrow/arrow_right01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer .footer_nav .nav_list li a {
  display: block;
  padding: 0 28px 0 22px;
}
.l-footer .copyright {
  background: #fcc82e;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #533c32;
  margin-top: 62px;
  padding: 18px 9.6% 25px;
}

/*** truck anime *********************************/
.c-driving-truck {
  width: 100%;
  height: 100px;
  background-image: url(../img/bg/bg_town.png);
  background-position: left 112% bottom;
  background-repeat: repeat-x;
  background-size: auto 60px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.u-bg-fill + .c-driving-truck,
.u-bg-next + .c-driving-truck {
  background-color: #f4f0eb;
}
.c-driving-truck .truck {
  /* --- アニメーションありの場合 --- */
  /* width: 140px;
  height: 76px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: drive-anime 8s linear infinite normal;
  animation: drive-anime 8s linear infinite normal; */
  /* --- アニメーションなしの場合 --- */
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* --- 共通部分 --- */
  display: block;
  z-index: 1;
}
/* --- アニメーションなしの場合に必要 --- */
.c-driving-truck .truck .exterior {
  width: 140px;
  height: 76px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes drive-anime {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes drive-anime {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes shake-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shake-anime {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*** pagetop *********************************/
.c-pagetop {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 23px;
  z-index: 20;
}
.c-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) no-repeat center;
  background-size: contain;
  transition: opacity 0.4s;
}

/* == frontpage ============================================== */
.block_front-top {
  width: 100%;
  height: 100vh;
  min-height: 660px;
  background: #fcc82e;
  padding-top: 127px;
  margin-bottom: 112px;
  position: relative;
}
.block_front-top .l-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.block_front-top .mv_box {
  width: 96%;
  margin: 0 auto;
}
.block_front-top .mv_box .mv_logo {
  width: 144px;
  height: 118px;
  margin: 0 auto;
}
.block_front-top .mv_box .mv_text {
  max-width: 340px;
  margin-top: 40px;
  margin: 40px auto 0;
}
.block_front-top .copy_box {
  width: 100%;
  position: absolute;
  bottom: 156px;
  left: 0;
  text-align: center;
}
.block_front-top .copy_box .txt .para {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #533c32;
  white-space: nowrap;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fff)
  );
  background: -o-linear-gradient(transparent 60%, #fff 60%);
  background: linear-gradient(transparent 60%, #fff 60%);
}
.block_front-top .copy_box .txt--1 .para {
  padding: 0 10px 0 14px;
}
.block_front-top .scroll_down {
  width: 72px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** key visual ************************/
.loading-on.flag {
  overflow: hidden;
}
.loading-on .l-header {
  top: -120px;
}
.loading-on .block_front-top {
  height: 100vh;
  padding-top: 0;
}
.loading-on .block_front-top .mv_box {
  opacity: 0;
  visibility: hidden;
}
.loading-on .block_front-top .scroll_down {
  bottom: -200px;
  opacity: 0;
  visibility: hidden;
}
.loading-on .block_front-top .copy_box {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.loading-on .block_front-top .copy_box .txt {
  position: relative;
}
.loading-on .block_front-top .copy_box .txt--1 {
  z-index: 3;
}
.loading-on .block_front-top .copy_box .txt--2 {
  z-index: 1;
}
.loading-on .block_front-top .copy_box .track {
  display: block;
  width: 160px;
  height: 86px;
  background: url(../img/track.svg) no-repeat bottom left;
  background-size: 160px 80px;
  position: absolute;
  /* left: -170px; */
  left: -0%;
  transform: translateX(-170px);
  transition: left 3s linear, transform 3s linear;
}
.loading-on .block_front-top .copy_box .track--1 {
  bottom: 26px;
  z-index: 6;
}
.loading-on .block_front-top .copy_box .track--2 {
  bottom: 0px;
  z-index: 4;
}
.loading-on .block_front-top .copy_box .track__bg {
  display: block;
  width: 134%;
  height: 86px;
  background: #fcc82e;
  position: absolute;
  left: -20%;
  transition: left 3s linear;
}
.loading-on .block_front-top .copy_box .track__bg--1 {
  bottom: 26px;
  z-index: 5;
}
.loading-on .block_front-top .copy_box .track__bg--2 {
  bottom: -1px;
  z-index: 2;
}
/* ----- */
.loading-on .block_front-top .copy_box .track__bg.is-active {
  left: 134%;
}
.loading-on .block_front-top .copy_box .track.is-active {
  left: 100%;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
/* -- */
.loading-on .block_front-top {
  transition: height 0.6s;
}
.loading-on .block_front-top.is-active {
  height: 660px;
  padding-top: 127px;
}
/* -- */
.loading-on .block_front-top .copy_box {
  transition: all 0.6s;
}
.loading-on .block_front-top .copy_box.is-active {
  bottom: 156px;
  transform: none;
}
/* -- */
.loading-on .block_front-top .mv_box {
  transition: all 1.6s;
}
.loading-on .block_front-top .mv_box.is-active {
  opacity: 1;
  visibility: visible;
}
/* -- */
.loading-on .c-hamburger {
  opacity: 0;
  visibility: hidden;
  transition: all 1.6s;
}
.loading-on .c-hamburger.is-active {
  opacity: 1;
  visibility: visible;
}
/* -- */
.loading-on .block_front-top .scroll_down {
  transition: all 0.6s;
}
.loading-on .block_front-top .scroll_down.is-active {
  bottom: -84px;
  opacity: 1;
  visibility: visible;
}

/* ---------- block_front-important ---------- */
.block_front-important .important_box {
  width: 100%;
  max-width: 600px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #533c32;
  margin: 40px auto 0;
}
.block_front-important .important_box .head_title {
  background: #533c32;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  padding: 6px 8px 8px 8px;
}
.block_front-important .important_box .head_title span {
  padding-left: 18px;
  position: relative;
}
.block_front-important .important_box .head_title span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../img/icon/icon_attention.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -18px;
}
.block_front-important .list_important {
  padding: 10px 20px 12px 18px;
}
.block_front-important .list_important li {
  font-size: 1.4rem;
  color: #512509;
  background: url(../img/arrow/arrow_right02.png) no-repeat right center;
  background-size: 6px 12px;
  padding-right: 12px;
  line-height: 2;
}
.block_front-important .list_important li .title {
  display: inline;
}
.block_front-important .list_important li a {
  text-decoration: underline;
  display: block;
}

/* ---------- block_front-bnr ---------- */
.block_front-bnr {
  margin-top: 48px;
  overflow: hidden;
}
.block_front-bnr .l-inner {
  width: 100%;
  max-width: 100%;
}
.block_front-bnr .bnr_slide .bnr_box {
  width: 302px;
  height: 480px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  background: #eaeaea;
}
.block_front-bnr .bnr_slide .bnr_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.block_front-bnr .bnr_slide .bnr_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.block_front-bnr .p-slide-prev {
  left: -10px;
}
.block_front-bnr .p-slide-next {
  right: -10px;
}

/* ---------- block_front-products ---------- */
.block_front-products {
  background: url(../img/bg/bg_paper.png) repeat-y;
  background-size: auto;
  margin-top: 48px;
  padding: 80px 0;
}
.block_front-products .c-heading {
  width: 89.5%;
  text-align: left;
  margin: 0 auto;
}
.block_front-products .c-heading::after {
  margin: 0.4em 0 20px;
}
.block_front-products .c-list-products .c-product:nth-of-type(n + 5) {
  display: none;
}
.block_front-products .c-btn {
  margin-top: 30px;
}
.block_front-products .c-online-btn {
  margin-top: 30px;
}

/* ---------- block_front-recipe ---------- */
.block_front-recipe {
  margin-top: 80px;
  position: relative;
}
.block_front-recipe::before {
  content: "";
  display: block;
  width: 85%;
  height: 90%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  background: rgba(234, 234, 234, 0.4);
}
.block_front-recipe .l-inner {
  max-width: 1190px;
}
.block_front-recipe .heading_box .c-heading {
  padding: 0 20px;
}
.block_front-recipe .heading_box .heading-img {
  max-width: 285px;
  margin-bottom: 10px;
}
.block_front-recipe .slide_box {
  margin-top: 40px;
}
.block_front-recipe .c-list-products .c-product:nth-of-type(n + 3) {
  display: none;
}
.block_front-recipe .c-btn {
  margin-top: 20px;
}

/* ---------- block_front-catalog ---------- */
.block_front-catalog {
  margin-top: 92px;
}
.block_front-catalog .l-inner {
  width: 100%;
}
/* --- list catalog --- */
.block_front-catalog .list-catalog {
  margin-top: 48px;
}
.block_front-catalog .list-catalog li {
  width: 100%;
  height: 400px;
  background: #533c32;
  overflow: hidden;
  position: relative;
}
.block_front-catalog .list-catalog li + li {
  margin-top: 4px;
}
.block_front-catalog .list-catalog li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/catalog01_sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.4; */
}
.block_front-catalog .list-catalog li:nth-of-type(2):before {
  background-image: url(../img/top/catalog02_sp.jpg);
}
.block_front-catalog .list-catalog li a {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.block_front-catalog .list-catalog .text_box {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.block_front-catalog .list-catalog .c-heading::after {
  background: #fff;
  margin: 14px auto 24px;
}
.block_front-catalog .list-catalog .desc {
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
.block_front-catalog .list-catalog .c-more {
  margin-top: 74px;
}

/* ---------- block_front-about ---------- */
.block_front-about {
  margin-top: 72px;
  padding-top: 50px;
  overflow: hidden;
}
.block_front-about .l-inner {
  width: 100%;
}
.block_front-about .heading_box {
  background: url(../img/bg/bg_paper.png) repeat-y;
  background-size: 100%;
  text-align: center;
  padding: 40px 20px 50px;
}
.block_front-about .heading_box .heading-img {
  max-width: 274px;
  margin: -84px auto 24px;
  position: relative;
}
.block_front-about .heading_box .heading-img::before {
  content: "";
  display: block;
  width: 40px;
  height: 44px;
  background: url(../img/beans/beans01_sp.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: -45px;
  z-index: -1;
}
.block_front-about .heading_box .c-heading {
  letter-spacing: 0;
}
.block_front-about .heading_box .text_box {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
.block_front-about .heading_box .text_box::before {
  content: "";
  display: block;
  width: 116px;
  height: 70px;
  background: url(../img/beans/beans02_sp.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: -10px;
}
.block_front-about .heading_box .text_box::after {
  content: "";
  display: block;
  width: 66px;
  height: 158px;
  background: url(../img/beans/beans03_sp.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  right: -10px;
}
/* --- list about --- */
.block_front-about .list-about li {
  width: 100%;
  min-height: 162px;
  position: relative;
}
.block_front-about .list-about li + li {
  margin-top: 4px;
}
.block_front-about .list-about li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.block_front-about .list-about li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/arrow/arrow_right01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block_front-about .list-about .title {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.block_front-about .list-about .title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fcc800;
  background-image: url(../img/icon/icon01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  margin: 0 auto;
}
.block_front-about .list-about .title::after {
  content: "詳しく見る";
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.block_front-about .list-about .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block_front-about .list-about .img_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.block_front-about .list-about .img_box img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.4;
}
@supports (object-fit: cover) {
  .block_front-about .list-about .img_box img {
    position: static;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.block_front-about .list-about .c-more {
  display: none;
}
/* -=-=- icon type -=-=- */
.block_front-about .list-about .title.icon02::before {
  background-image: url(../img/icon/icon02.png);
}
.block_front-about .list-about .title.icon03::before {
  background-image: url(../img/icon/icon03.png);
}
.block_front-about .list-about .title.icon04::before {
  background-image: url(../img/icon/icon04.png);
}
.block_front-about .list-about .title.icon05::before {
  background-image: url(../img/icon/icon05.png);
}

/* ---------- block_front-news ---------- */
.block_front-news {
  padding: 80px 0;
  overflow: hidden;
}
.block_front-news .heading_box {
  padding: 0 8px;
  position: relative;
  z-index: 3;
}
.block_front-news .heading_box .heading-img {
  max-width: 234px;
  margin-bottom: 20px;
  position: relative;
}
.block_front-news .heading_box .heading-img::before {
  content: "";
  display: block;
  width: 58px;
  height: 52px;
  background: url(../img/beans/beans05_sp.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -50px;
}
.block_front-news .heading_box .text_box {
  max-width: 300px;
  padding: 0 10px;
  position: relative;
}
.block_front-news .heading_box .text_box::before {
  content: "";
  display: block;
  width: 124px;
  height: 114px;
  background: url(../img/beans/beans06_sp.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -36px;
  right: -16px;
}
.block_front-news .contents_box {
  padding: 156px 0 80px;
  margin: -154px 0 0;
  position: relative;
  z-index: 1;
}
.block_front-news .contents_box::before {
  content: "";
  display: block;
  width: 458px;
  height: 368px;
  background: url(../img/bg/bg_dots01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -110px;
  right: -300px;
}
.block_front-news .contents_box::after {
  content: "";
  display: block;
  width: 590px;
  height: 550px;
  background: url(../img/bg/bg_dots02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -83px;
  left: -340px;
}
.block_front-news .c-btn {
  margin-top: 56px;
}
/* ---------- block_news-detail ---------- */
.recommend-bnr-area {
  margin-top: 40px;
}

.block_detail_news .c-heading {
  letter-spacing: 0;
}
.recommend-bnr-area .l-inner {
  width: 100%;
}

.recommend-bnr-area.u-bg::before {
  top: 50%;
}
.recommend-content .l-inner {
  width: 90.667vw;
}
.recommend-content {
  padding-bottom: 60px;
}
.recommend-content .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding: 0 6% 0.7em;
  padding-top: 40px;
}
.high-recommend-area {
  margin: 40px auto 57px;
}

.high-recommend-img,
.high-recommend-txt {
  width: 80.8vw;
  margin: 0 auto;
}

.high-recommend-txt .c-heading {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-top: 30px;
}
.unit {
  font-size: 1.6rem;
}
.high-recommend-price {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
.product-details {
  font-size: 1.4rem;
  color: #533c32;
  text-align: right;
  font-weight: 500;
  position: relative;
  margin-top: 16px;
}
.product-details::after {
  content: "";
  display: inline-block;
  /* vertical-align: middle; */
  width: 6px;
  height: 11px;
  background: url(../img/arrow/arrow_right02.png) no-repeat center top;
  background-size: 6px 11px;
  margin-left: 24px;
}

/* stuff */
.stuff-comment {
  background-color: #e3ded8;
  padding: 60px 19px 18px 20px;
  border-radius: 24px;
  width: 90.4vw;
  margin: 0 auto 30px;
  position: relative;
}
.stuff-comment::before {
  content: "";
  display: block;
  background-image: url(../img/news-details/stuff_comment_sp.svg);
  position: absolute;
  top: -17px;
  margin: auto;
  left: 10%;
  width: 280px;
  height: 38px;
}
.stuff-desc-block {
  width: 100%;
}
.stuff-desc {
  padding-bottom: 10px;
}
.stuff-affiliation {
  margin-top: 10px;
  font-weight: 700;
}
.stuff-illust-block {
  width: 49.335%;
  margin: 0 auto 20px;
  text-align: center;
}
.btn-area li:first-of-type {
  margin-bottom: 15px;
}

/* movie */
.recommend-movie-area {
  background-color: #f4f0eb;
}
.recommend-movie-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.recommend-movie-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* other-contents */
.other-recommend.u-bg::before {
  height: 128%;
}
.other-recommend .l-inner {
  width: 90.667vw;
}
.other-recommend .heading {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  background-color: #fff;
  padding: 8px 30px 9px;
}
.other-block {
  margin-top: 24px;
  min-height: inherit;
}
.recipe-recommend {
  padding: 40px 0px 80px;
}
.other-products-list {
  display: flex;
  flex-direction: column;
}
.c-product.recommend {
  width: 80.533vw;
  margin: 0px auto 80px;
}
.c-product.recommend:last-child {
  margin-bottom: 0px;
}
.c-product__title.detail {
  height: auto;
  font-size: 1.6rem;
}
.other-contents {
  margin-top: 12px;
}
.recipe-recommend .l-inner {
  width: 90.667vw;
}
.recipe-recommend .u-h2-style {
  margin: 40px 0;
}
.c-list-products.use-product {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.c-product.recommend.recipe_col {
  width: 47%;
  margin: 0 0 30px;
}
.c-product.recommend.recipe_col:nth-child(2n) {
  margin-right: 0px;
}
.c-product__title.detail_recipe {
  /* height: auto;
  min-height: inherit; */
  margin-bottom: 12px;
  font-size: 1.6rem;
}

/* truck bg */
.u-bg-fill + .c-driving-truck,
.u-bg-next + .news-details-bg {
  background-color: #fff;
}
/* ---------- block_front-insta ---------- */
.block_front-insta {
  margin: -40px auto 60px;
}
.block_front-insta .list_insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
}
.block_front-insta .list_insta li {
  width: 48.593%;
  margin: 0 2.81% 4% 0;
}
.block_front-insta .list_insta li:nth-of-type(2n) {
  margin-right: 0;
}
.block_front-insta .list_insta li a {
  display: block;
  transition: opacity 0.3s;
}
.block_front-insta .list_insta .img_box {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.block_front-insta .list_insta .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* == underpage ============================================== */
/* ======
page-name #活用レシピ
======*/
/* ---------- block_recipe ---------- */
.block_recipe {
  padding-bottom: 80px;
}
.block_recipe .c-tab-select {
  margin: 0 auto;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media screen and (max-width: 500px) {
  .block_recipe .p-tab-item {
    max-width: 300px;
  }
  .block_recipe .c-product {
    width: 100%;
  }
  .block_recipe .c-product__title {
    min-height: auto;
  }
}

/* ======
page-name #お知らせ
======*/
/* ---------- block_news ---------- */
.block_news {
  margin-top: 60px;
  padding-bottom: 80px;
}
.block_news .c-heading {
  margin-bottom: 40px;
}
.block_news .c-list-news {
  margin: 40px auto;
}
.block_news.u-bg::before {
  top: 140px;
}
.block_news .c-btn {
  margin-top: 40px;
}

/* ======
page-name #服部コーヒーフーズとは
======*/
/* ---------- block_about-greeting ---------- */
.block_about-greeting {
  padding-top: 80px;
}
.block_about-greeting .l-inner {
  width: 80%;
}
.block_about-greeting.u-bg::before {
  height: 86%;
}
.block_about-greeting::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/bg/bg_wave.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 86%;
  left: 0;
  z-index: -1;
}
.block_about-greeting .title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #533c32;
  margin-top: 50px;
  line-height: 1.6;
}
/* ------ */
.block_about-greeting .text_box {
  line-height: 1.75;
  margin-top: 24px;
}
.block_about-greeting .text_box p + p {
  margin-top: 1.8em;
}
/* ------ */
.block_about-greeting .img_box {
  width: 230px;
  margin: 50px auto 0;
}
.block_about-greeting .img_box img {
  box-shadow: 15px 15px 0 #fcc82e;
  margin: 0 0 20px;
}
.block_about-greeting .img_box .person {
  font-size: 1.2rem;
  color: #333;
}
.block_about-greeting .img_box .person span {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0.8em;
}

/* ---------- block_about-hcf ---------- */
.block_about-hcf {
  margin-top: 90px;
}
.block_about-hcf .l-inner {
  width: 100%;
}
.block_about-hcf .c-heading {
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* ======
page-name #会社概要
======*/
/* ---------- block_company ---------- */
.block_company {
  padding: 80px 0;
}
.block_company .l-inner {
  width: 100%;
}
.block_company .p-tab-item {
  width: 80%;
}
.block_company .c-tab-filter {
  margin-bottom: 40px;
}
/* --- about --- */
.block_company .dl_style {
  border-top: 1px solid #6f5246;
  border-bottom: 1px solid #6f5246;
  padding: 10px 0;
}
.block_company .dl_style dt {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #533c32;
  padding: 16px 0 4px;
}
.block_company .dl_style dd {
  padding: 0 0 16px;
  border-bottom: 1px dashed #6f5246;
}
.block_company .dl_style dd:last-of-type {
  border: 0;
}
.block_company .dl_style .position {
  display: inline-block;
  width: 220px;
}
.block_company .dl_style .name {
  display: inline-block;
}
/* --- history --- */
.block_company .history {
  padding-left: 60px;
  margin: 60px auto 0;
  position: relative;
}
.block_company .history::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #fcc82e;
  position: absolute;
  top: 0;
  left: 6px;
}
.block_company .history .period {
  padding: 20px 0 30px 0;
  margin: 30px 0;
  position: relative;
}
.block_company .history .period::before {
  content: "昭和";
  display: block;
  width: 68px;
  height: 68px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #6f5246;
  line-height: 68px;
  text-align: center;
  background: #fcc82e;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: -86px;
}
.block_company .history .period.heisei::before {
  content: "平成";
}
.block_company .history .period + .period {
  margin-top: 40px;
}
.block_company .history .period:first-of-type {
  border-top: 1px solid #6f5246;
}
.block_company .history .period:last-of-type {
  border-bottom: 1px solid #6f5246;
}
.block_company .history .year {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #533c32;
  margin: 20px 0 6px;
  position: relative;
  overflow: hidden;
}
.block_company .history .year::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #6f5246;
  position: absolute;
  top: 14px;
  left: 90px;
}
.block_company .dl_history dt {
  width: 80px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #533c32;
  padding: 6px 0;
  text-align: center;
  float: left;
  clear: left;
}
.block_company .dl_history dd {
  padding: 6px 0 6px 90px;
}

/* ======
page-name #事業所紹介
======*/
/* ---------- block_office-top ---------- */
.block_office-top {
  margin-top: 80px;
}
.block_office-top .l-inner {
  width: 80%;
}
.block_office-top .text_box .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6f5246;
  margin: 40px 0 20px;
}
.block_office-top .img_box {
  width: 218px;
  margin: 54px auto 0;
}

/* ---------- block_office ---------- */
.block_office {
  margin-top: 50px;
  padding-bottom: 80px;
}
.block_office.u-bg::before {
  top: 24px;
}
/* ------ */
.block_office .search_box {
  width: 100%;
  height: 56px;
  margin: 35px auto 40px;
  position: relative;
  z-index: 10;
}
.block_office .search_box .touch-select {
  width: 100%;
  height: 56px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  background: #fff;
  border: 2px solid #ccc;
  padding: 12px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.block_office .search_box .touch-select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.6s;
}
.block_office .search_box .list_search {
  width: 100%;
  background: #eaeaea;
  border: 1px solid #ccc;
  padding: 56px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.block_office .search_box .list_search .heading {
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  background-color: #533c32;
  padding: 9px 25px;
}
.block_office .search_box .list_anchor {
  margin-bottom: 10px;
}
.block_office .search_box .list_anchor li {
  width: 100%;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333;
  margin: 0;
  cursor: pointer;
}
.block_office .search_box .list_anchor li a {
  display: block;
  padding: 9px 45px;
}
/* --- active --- */
.block_office .search_box .list_anchor li a.is-active {
  background-color: #fcc82e;
  color: #533c32;
}
.block_office .search_box .touch-select.is-open::after {
  -webkit-transform: rotate(180deg) translateY(60%);
  -ms-transform: rotate(180deg) translateY(60%);
  transform: rotate(180deg) translateY(60%);
}
.block_office .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding: 0 14px 10px;
  margin-bottom: 40px;
}

/* ---------- block_logistics ---------- */
.block_logistics {
  background: #fff;
  padding: 80px 0;
}
.block_logistics .heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #743920;
  border-bottom: 2px solid #533c32;
  padding: 0 10px 6px;
  margin-bottom: 24px;
}
/* ------ */
.block_logistics .logistics_system {
  margin-top: 50px;
}
.block_logistics .logistics_system p {
  color: #333;
  padding: 0 8px;
}
.block_logistics .logistics_system img {
  display: block;
  margin: 56px auto 0;
}
/* ------ */
.block_logistics .logistics_merit {
  margin-top: 80px;
}
.block_logistics .logistics_merit .merit_set {
  margin-top: 40px;
}
.block_logistics .logistics_merit .merit_set .title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #533c32;
  border-radius: 20px;
  background: #fcc82e;
  padding: 6px 10px;
  margin-bottom: 16px;
}
.block_logistics .logistics_merit .merit_set ul {
  padding: 0 10px;
}
.block_logistics .logistics_merit .merit_set ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.block_logistics .logistics_merit .merit_set ul li::before {
  content: "・";
}
.block_logistics .logistics_merit .c-btn {
  margin-top: 80px;
}

/* ======
page-name #自社工場
======*/
/* ---------- block_factory ---------- */
.block_factory.u-bg::before {
  height: 90%;
}
.block_factory::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/bg/bg_wave.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
}
.block_factory .l-inner {
  width: 80%;
}
.block_factory {
  padding-top: 80px;
}
.block_factory .factory_set {
  color: #333;
}
.block_factory .factory_set + .factory_set {
  margin-top: 40px;
}
.block_factory .factory_set .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.block_factory .factory_set .sub_title {
  font-weight: 500;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding-bottom: 4px;
  margin: 24px 0 10px;
}
.block_factory .factory_set .video_box,
.block_factory .factory_set .img_box {
  width: 100%;
  margin-top: 24px;
}
.block_factory .factory_set .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.block_factory .factory_set .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ======
page-name #直営店一覧
======*/
/* ---------- block_store ---------- */
.block_store {
  padding-bottom: 80px;
}
.block_store .l-inner {
  width: 80%;
}
.block_store.u-bg::before {
  top: 270px;
}
.block_store .c-list-card {
  margin: 40px auto 80px;
}

/* ======
page-name #採用情報
======*/
/* ---------- block_recruit ---------- */
.block_recruit {
  padding: 80px 0;
}
.block_recruit.u-bg::before {
  height: 68%;
}
.block_recruit.u-bg .l-inner {
  width: 80%;
}
.block_recruit .recruit_set {
  width: 100%;
  max-width: 504px;
  background: #fcc82e;
  color: #533c32;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.block_recruit .recruit_set a {
  display: block;
  padding: 40px 20px 30px;
  position: relative;
  z-index: 1;
}
.block_recruit .recruit_set + .recruit_set {
  margin-top: 40px;
}
.block_recruit .recruit_set::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/recruit/beans01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 16%;
  right: 5%;
}
.block_recruit .recruit_set::after {
  content: "";
  display: block;
  width: 64px;
  height: 50px;
  background-image: url(../img/recruit/beans02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 6%;
  left: 6%;
}
.block_recruit .recruit_set .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.block_recruit .recruit_set .more {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 26px;
  transition: opacity 0.3s;
}
.block_recruit .recruit_set.midway {
  color: #fff;
  background: #6f5246;
}
.block_recruit .recruit_set.midway::before {
  background-image: url(../img/recruit/beans03.png);
}
.block_recruit .recruit_set.midway::after {
  background-image: url(../img/recruit/beans04.png);
}

/* ======
page-name #Eat-ing
======*/
/* ---------- block_eating ---------- */
.block_eating {
  padding: 80px 0;
}

/* ======
page-name #HATTORI通信
======*/
/* ---------- block_eating ---------- */
.block_magazine {
  padding: 80px 0;
}

/* ======
page-name #お問い合わせ
======*/
/* ---------- block_contact-top ---------- */
.block_contact-top {
  padding: 60px 0;
}
.block_contact-top .l-inner {
  width: 80%;
}

/* ---------- block_contact ---------- */
.block_contact {
  padding: 60px 0 80px;
}
.block_contact .l-inner {
  width: 82%;
}
.contact-form .form_set {
  padding: 12px 0;
  border-bottom: 1px dashed #c1b8ad;
}
.contact-form .form_set dt {
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  margin-bottom: 14px;
}
.contact-form .form_set dt label {
  font-weight: 700;
}
.contact-form .form_set dt .required::before {
  content: "必須";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #db2525;
  padding: 4px 6px 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-form .form_set dd {
  font-size: 1.4rem;
}
.contact-form .form_set input,
.contact-form .form_set textarea {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c1b8ad;
  padding: 6px 10px;
}
/* --- お名前 / お名前カナ --- */
.contact-form .form_name input,
.contact-form .form_name .wpcf7-form-control-wrap {
  width: 88%;
}
.contact-form .form_kana input,
.contact-form .form_kana .wpcf7-form-control-wrap {
  width: 80%;
}
.contact-form .form_set .name_input {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.contact-form .form_set .name_input span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.contact-form .form_set .name_input .wpcf7-form-control-wrap {
  display: inline;
}
.contact-form .form_set .name_input::after {
  content: "例）服部";
  display: block;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 4px 0 0 18px;
}
.contact-form .form_kana .name_input::after {
  margin: 4px 0 0 32px;
}
.contact-form .form_name .lastname::after {
  content: "例）太郎";
}
.contact-form .form_kana .fastname::after {
  content: "例）ハットリ";
}
.contact-form .form_kana .lastname::after {
  content: "例）タロウ";
}
/* --- ラジオボタン --- */
.contact-form .form_type .list_radio {
  margin: -5px 0;
}
.contact-form .form_type .list_radio li,
.contact-form .wpcf7-radio .wpcf7-list-item {
  width: 200px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0px;
}
.contact-form .form_type input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.contact-form .form_type .radio-label,
.contact-form .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.contact-form .form_type .radio-label::before,
.contact-form .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c1b8ad;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}
.contact-form .form_type .radio-label::after,
.contact-form .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fcc82e;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 4px;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  -ms-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.contact-form .form_type input[type="radio"]:checked + .radio-label::after,
.contact-form
  .form_type
  input[type="radio"]:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* --- チェックボックス  --- */
.contact-form .form_check input[type="checkbox"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.contact-form .form_check .check-label,
.contact-form .wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.contact-form .form_check .check-label::before,
.contact-form .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c1b8ad;
  position: absolute;
  top: -0px;
  left: 0;
}
.contact-form .form_check .check-label::after,
.contact-form .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  border-right: 3px solid #fcc82e;
  border-bottom: 3px solid #fcc82e;
  position: absolute;
  top: 4px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.contact-form .form_check input[type="checkbox"]:checked + .check-label::after,
.contact-form
  .form_check
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}
/* --- メールアドレス --- */
.contact-form .form_mail dd::after {
  content: "例）sample@hattori.com";
  display: block;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 4px 0 0;
}
/* --- 電話番号 --- */
.contact-form .form_tel input {
  width: 29%;
}
.contact-form .form_tel dd span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.contact-form .form_tel dd .wpcf7-form-control-wrap {
  display: inline;
}
.contact-form .form_tel dd::after {
  content: "例）012-3456-7890";
  display: block;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 4px 0 0;
}
/* --- お問い合わせ内容 --- */
.contact-form .form_text dt {
  padding: 0;
}
.contact-form .form_text p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-form .form_text p span {
  display: block;
  font-size: 10px;
}
/* --- 承認同意 --- */
.contact-form .from_agree {
  font-weight: 500;
  padding: 12px 0;
}
.contact-form .from_agree a {
  font-weight: 700;
  color: #ff8c44;
  text-decoration: underline;
  transition: opacity 0.3s;
}
/* --- 送信ボタン --- */
.contact-form .c-btn {
  margin-top: 80px;
}
.contact-form .submit_btn {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background: transparent;
}
.contact-form .submit_btn::after {
  content: "";
  display: block;
  width: 850px;
  height: 100%;
  background: url(../img/bg/btn_bg01.png) no-repeat left bottom -28px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .submit_btn .wpcf7-submit {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 20px;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
/* --- 入力中 --- */
.contact-form dd input:focus,
.contact-form dd textarea:focus {
  border: 1px solid #a1d8e6;
}
/* --- 入力後 --- */
.contact-form dd input.is-done,
.contact-form dd textarea.is-done {
  border: 1px solid #c1b8ad;
}
/* --- validation error --- */
.contact-form .c-error-txt {
  font-size: 1.2rem;
  font-weight: 400;
  color: #c90014;
}
.contact-form .c-error-txt .is-error:nth-of-type(n + 2) {
  display: none !important;
}
.contact-form .c-error-txt span {
  margin: 0 !important;
}
.contact-form dd input.is-error,
.contact-form dd textarea.is-error {
  border: 1px solid #c90014;
  background: url(../img/icon-error.svg) no-repeat center right 10px #fff5f0;
  background-size: 16px 16px;
}
.contact-form .form_name .name_input .c-error-txt {
  padding: 0 0 0 14px;
}
.contact-form .form_kana .name_input .c-error-txt {
  padding: 0 0 0 24px;
}
.contact-form .form_tel .c-error-txt span {
  font-size: 1.2rem;
}
/* --- wpcf7のメッセージ、ローディング非表示 --- */
.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-response-output,
.contact-form .wpcf7-spinner {
  display: none !important;
}

/* ======
page-name #送信完了
======*/
/* ---------- block_sendcompete ---------- */
.block_sendcompete {
  padding: 60px 0 80px;
}
.block_sendcompete .l-inner {
  width: 80%;
}
.block_sendcompete .c-btn {
  margin-top: 100px;
}

/* ======
page-name #詳細ページ
======*/
/* ---------- block_detail ---------- */
.block_detail .l-inner {
  width: 80%;
}
.block_detail .entry-header .c-heading {
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.block_detail .entry-header + .entry-content {
  margin-top: 40px;
  padding-top: 40px;
}
.block_detail .entry-content {
  padding: 0 0 80px;
}
.block_detail .entry-content .c-btn {
  margin-top: 80px;
}
.block_detail .entry-mv.u-bg::before {
  top: 50%;
}
.block_detail .entry-mv {
  padding: 40px 0;
}
.block_detail .entry-mv .img_box {
  width: 100%;
  max-width: 720px;
  padding-top: 51%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.block_detail .entry-mv .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.block_detail .entry-mv .video_box {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  /* background-color: #000; */
}
.block_detail .entry-mv .video_box .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.block_detail .entry-mv .video_box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block_detail .entry-mv .video_box .video video,
.block_detail .entry-mv .video_box .video img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.block_detail .p-article-products .l-inner {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .block_detail .p-article-products .c-product {
    width: 100%;
  }
  .block_detail .p-article-products .c-product__title,
  .block_detail .p-article-products .c-product__excerpt {
    min-height: auto;
  }
}

/* ---------- block_detail--recipe ---------- */
.block_detail--recipe .title_style {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  text-align: center;
  background: #fff;
  border-radius: 20.5px;
  padding: 6px;
  margin: 0 -6% 24px;
}
/* --- 調理時間 --- */
.block_detail--recipe .cooking-time {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #6f5246;
  background: url(../img/icon/icon_timer.png) no-repeat center left;
  background-size: 48px 48px;
  padding: 1em 0 1em 64px;
  margin: 20px 0;
}
/* --- 使っている商品 --- */
.block_detail--recipe .recipe_product {
  margin: 40px 0 0;
}
.block_detail--recipe .recipe_product .list_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8%;
}
.block_detail--recipe .recipe_product .list_product li {
  width: 46%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  margin: 4% 2%;
}
.block_detail--recipe .recipe_product .list_product a {
  display: block;
  text-decoration: underline;
  color: #fe8c44;
  transition: opacity 0.3s;
}
.block_detail--recipe .recipe_product .list_product .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_detail--recipe .recipe_product .list_product .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.block_detail--recipe .recipe_product .list_product .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
/* --- 材料 --- */
.block_detail--recipe .recipe_material {
  background: #fff;
  margin: 60px -8% 0;
}
.block_detail--recipe .recipe_material .title {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #533c32;
  padding: 6px;
}
.block_detail--recipe .recipe_material .dl_material {
  padding: 20px 10px;
  font-weight: 500;
  line-height: 1.75;
  color: #6f5246;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block_detail--recipe .recipe_material .dl_material a {
  text-decoration: underline;
  color: #fe8c44;
}
.block_detail--recipe .recipe_material .dl_material dt {
  width: 71%;
  padding: 10px 0 10px 6px;
  border-bottom: 1px dashed rgba(111, 82, 70, 0.2);
}
.block_detail--recipe .recipe_material .dl_material dd {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 6px 10px 0;
  text-align: right;
  border-bottom: 1px dashed rgba(111, 82, 70, 0.2);
}
.block_detail--recipe .recipe_material .dl_material dt:last-of-type,
.block_detail--recipe .recipe_material .dl_material dd:last-of-type {
  border: 0;
}
/* --- 作り方 --- */
.block_detail--recipe .recipe_make {
  margin: 80px -8% 0;
}
.block_detail--recipe .recipe_make .u-h2-style {
  margin: 0 0 10px;
}
.block_detail--recipe .recipe_make .list_make {
  counter-reset: num;
  padding: 0 14px;
}
.block_detail--recipe .recipe_make .list_make li {
  line-height: 1.5;
  padding: 14px 0 14px 32px;
  border-bottom: 1px dashed rgba(111, 82, 70, 0.2);
  position: relative;
}
.block_detail--recipe .recipe_make .list_make li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 700;
  color: #533c32;
  position: absolute;
  top: 12px;
  left: 0;
}
/* --- コツ・ポイント --- */
.block_detail--recipe .recipe_points {
  margin: 80px 0 0;
}
/* --- 関連レシピ --- */
.p-connection-recipe {
  margin-top: 80px;
}
.p-connection-recipe .l-inner {
  max-width: 900px;
}
.p-connection-recipe .u-h2-style {
  margin: 0 0 64px;
}

/* ---------- block_recipe-share ---------- */
.block_recipe-share .l-inner {
  max-width: 900px;
}
.block_recipe-share.u-bg::before {
  height: 50%;
}

/* ---------- block_recipe-btn ---------- */
.block_recipe-btn {
  margin: 20px 0 60px;
}

/* == editor base style ============================================== */
.c-mainText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.78;
  color: #666;
}
.c-mainText > * {
  margin: 24px 0;
}
.c-mainText > :first-child {
  margin-top: 0;
}
.c-mainText::after {
  content: "";
  display: block;
  clear: both;
}
/* --- 見出し --- */
.c-mainText h1,
.u-h1-style {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #533c32;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 2em;
}
.c-mainText h1::after,
.u-h1-style::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fcc82e;
  margin: 0.4em 0 20px;
  position: relative;
  z-index: 1;
}
.c-mainText h2,
.u-h2-style {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding: 0 6% 0.7em;
  margin-top: 3em;
  margin-left: -6%;
  margin-right: -6%;
}
.c-mainText h3,
.u-h3-style {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  background: #fff;
  padding: 0.5em 1.2em;
  margin-top: 3em;
  margin-left: -6%;
  margin-right: -6%;
}
.c-mainText h4,
.u-h4-style {
  font-weight: 700;
  color: #6f5246;
  border-left: 6px solid #6f5246;
  padding-left: 1.2em;
  position: relative;
  margin-left: -6%;
  margin-right: -6%;
}
.c-mainText h5,
.u-h5-style {
  font-weight: 700;
  color: #6f5246;
}
.c-mainText h6,
.u-h6-style {
  font-weight: 500;
  color: #6f5246;
}
.u-h1-style,
.u-h2-style,
.u-h3-style,
.u-h4-style,
.u-h5-style,
.u-h6-style {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* --- 段落 --- */
.c-mainText p {
  word-wrap: break-word;
  margin: 1.5em 0;
}

/* --- 引用 --- */
.c-mainText blockquote {
  background: #fff;
  padding: 1em 1.5em;
}
.c-mainText blockquote p {
  font-size: 1.6rem;
  line-height: 2;
}
.c-mainText blockquote > :first-child {
  margin-top: 0;
}
.c-mainText blockquote > :last-child {
  margin-bottom: 0;
}

/* --- テーブル --- */
.c-mainText .tableScroll {
  width: 100%;
  max-width: none;
  min-height: 0.01%;
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.c-mainText .tableScroll::-webkit-scrollbar {
  height: 5px;
}
.c-mainText .tableScroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.c-mainText .tableScroll::-webkit-scrollbar-thumb {
  background: rgba(111, 82, 79, 0.2);
}
.c-mainText table {
  /* width: 100%; */
  /* table-layout: fixed; */
}
.c-mainText table,
.c-mainText table tr,
.c-mainText table th,
.c-mainText table td {
  border: 1px solid #6f5246;
  background: #fff;
}
.c-mainText table th {
  color: #fff;
  font-weight: 700;
  background: #6f5246;
  padding: 0.5em 1em;
  border-color: #fff;
}
.c-mainText table td {
  padding: 0.5em 1em;
}
.c-mainText caption {
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}

/* --- 定義リスト --- */
.c-mainText dt {
  font-weight: 700;
}
.c-mainText dd {
  padding-left: 2em;
}

/* --- 非順序リスト --- */
.c-mainText ul {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.c-mainText ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.5em 0 1.2em;
}
.c-mainText ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #533c32;
  margin: 0 0.8em 0 0.1em;
}

/* --- 順序リスト --- */
.c-mainText ol {
  counter-reset: num;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.c-mainText ol li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin: 1.5em 0 1.2em;
}
.c-mainText ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 700;
  color: #533c32;
  margin: 0 0.4em 0 0;
}

/* --- 要素タグ --- */
/* [罫線] */
.c-mainText hr {
  margin: 20px 0;
}
/* [強調] */
.c-mainText strong {
  font-weight: 700;
}
/* [強調] ( 斜体 ) */
.c-mainText em {
  font-style: italic;
}
/* [打ち消し] */
.c-mainText del {
  text-decoration: line-through;
}
/* [住所] */
.c-mainText address,
.c-mainText address * {
  font-style: italic;
}
/* [アンカー] ( リンク ) */
.c-mainText a {
  color: #fe8c44;
  text-decoration: underline;
}
/* [略語、頭字語] ( abbreviation ) */
.c-mainText abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration-style: dotted;
}
/* [引用元] */
.c-mainText cite {
  font-style: italic;
}
/* [コード] */
.c-mainText code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
/* [追加、挿入] */
.c-mainText ins {
  text-decoration: underline;
}
/* [キーボード入力要素] */
.c-mainText kbd {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #e7edf3;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
/* [コードブロック] */
.c-mainText pre {
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  /* white-space: pre-wrap; */
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.c-mainText pre::-webkit-scrollbar {
  height: 5px;
}
.c-mainText pre::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.c-mainText pre::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}
/* [一部引用] */
.c-mainText q::before {
  content: open-quote;
}
.c-mainText q::after {
  content: close-quote;
}
/* [下付き、上付き文字] */
.c-mainText sub,
.c-mainText sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-mainText sub {
  bottom: -0.25em;
}
.c-mainText sup {
  top: -0.5em;
}
/* [変数、引数、因数] */
.c-mainText var {
  font-style: italic;
}

/* --- 画像 --- */
.c-mainText img {
  max-width: 100%;
}
.c-mainText figcaption,
.c-mainText .wp-caption,
.c-mainText .wp-caption-text,
.c-mainText .wp-block-embed figcaption {
  text-align: center;
  max-width: 100%;
}

/* --- 配置 --- */
.c-mainText img.alignright {
  margin: 15px auto;
}
.c-mainText img.alignleft {
  margin: 15px auto;
}
.c-mainText img.aligncenter {
  display: block;
  margin: 15px auto;
}
.c-mainText .alignright {
  float: none;
}
.c-mainText .alignleft {
  float: none;
}

/*************************************************************
 * EC-CUBE
 *************************************************************/
/* ---------- setting ---------- */
.text-primary {
  color: #ff0000;
}
.theme_main_only a {
  color: #fe8c44;
  text-decoration: underline;
}
a.btn,
a.btn-primary,
.theme_main_only .c-btn a {
  color: #fff;
  text-decoration: none;
}
.page-heading {
  border: 0;
  margin: 0;
}
.page-heading {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #533c32;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  border: 0;
  margin: 0;
}
.page-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fcc82e;
  margin: 0.4em auto 20px;
  position: relative;
  z-index: 1;
}
.btn-default,
a.btn-default {
  display: block;
  min-width: 160px;
  border-radius: 4px;
  background: #484858;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.dl_table dl {
  border-bottom: 1px dashed #c1b8ad;
}

/* ======
page-name #商品一覧
======*/
/* ---------- block_important ---------- */
.block_important {
  margin: -20px auto 0;
}
.block_important.u-bg::before {
  top: 20px;
}
.block_important .c-list-news {
  padding: 0;
}
.block_important .c-list-news li {
}
.block_important .c-list-news li a {
  padding: 12px 20px;
}

/* ---------- block_products ---------- */
.block_products {
  padding: 50px 0 100px;
}
/* --- 商品検索 --- */
.block_products .search_box {
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  color: #6f5246;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.block_products .search_box .search_title {
  display: table;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: url(../img/arrow/) #fcc831;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.block_products .search_box .search_title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../img/arrow/arrow_right03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.block_products .search_box .search_title.is-open::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.block_products .search_box .search_title span {
  display: table-cell;
  vertical-align: middle;
}
.search-form {
  background: #fcc831;
  padding: 100px 24px 40px 24px;
  display: none;
}
.search-form .heading {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-left: 4px solid #6f5246;
  padding-left: 20px;
  margin: 0 0 10px -24px;
}
.search-form .search_dl input {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 10px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.search-form .search_dl select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  padding: 10px 10px;
}
.search-form .search_dl dd {
  padding: 0 18px 0 0;
}
.search-form .search_dl dd + dt {
  margin: 40px 0 0;
}
.search-form .search_check {
  margin: 26px 0;
}
.search-form .search_check input {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.search-form .search_check .check_label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
/* --- 件数・並び替え --- */
.block_products .sort_list {
  text-align: right;
  margin: 40px 0 50px;
}
.block_products .sort_list li {
  width: 46%;
  max-width: 160px;
  display: inline-block;
  vertical-align: top;
}
.block_products .sort_list li + li {
  margin: 0 0 0 10px;
}
.sort_select select {
  width: 100%;
  color: #fff;
  background: #484858;
  border: 0;
  border-radius: 4px;
  padding: 10px 10px;
  -webkit-appearance: none;
  appearance: none;
}
/* --- 商品一覧 --- */
.block_products .title {
  width: 65.5%;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding-bottom: 4px;
  margin: 0 0 0 auto;
}

/* ======
page-name #商品詳細
======*/
#page_product_detail .container-fluid.inner {
  width: 90%;
}
/* --- 商品画像 --- */
#item_photo_area .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0;
}
#item_photo_area .slick-dots::after {
  content: "";
  display: table;
  clear: both;
}
#item_photo_area .slick-dots li {
  width: 25%;
  height: auto;
  padding: 10px;
  margin: 0;
  float: left;
}
.slick-dots li button.thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
}
.slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  content: none;
}
/* --- 商品名 --- */
#item_detail_area .item_name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 32px;
  text-align: left;
  color: #533c32;
  margin-bottom: 24px;
}
/* --- 商品タグ --- */
.item_detail_area__head {
  margin-bottom: 10px;
}
.item_detail_area__head .c-cat-bg {
  margin: 0 10px 10px 0;
}
#product_tag_box {
  display: inline-block;
}
.product_tag_list {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 0;
  background-color: #fff;
  padding: 0 14px;
  margin: 0 0 4px 0;
}
/* --- 商品コード --- */
#item_detail_area .item_detail .item_code {
  font-weight: 500;
  color: #533c32;
  padding: 0;
  border: 0;
}
#item_detail_area .item_detail .item_code::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fcc82e;
  margin: 20px 0;
}
/* --- 数量 --- */
.cart_area .f_wrap {
  display: block;
}
.cart_area .quantity {
  font-weight: 700;
  color: #333;
  margin: 20px 0 10px;
}
.cart_area .quantity dd input {
  max-width: 80px;
  font-weight: 400;
}
/* --- 販売価格 --- */
#item_detail_area .item_detail .sale_price {
  font-size: 2.4rem;
  font-weight: 400;
}
#item_detail_area .item_detail .sale_price .small {
  font-size: 16px;
  color: #333;
}
/* --- オプション --- */
.option-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #333;
  border-bottom: 4px solid #eaeaea;
  padding: 60px 0 8px;
}
.classcategory_list .control-label {
  display: inline-block;
  font-weight: 700;
  color: #333;
  margin: 16px 0 0;
}
.classcategory_list a {
  font-size: 1.4rem;
}
.classcategory_list .radio {
  margin: 16px 0;
}
/* .classcategory_list .radio input[type="radio"] {
  display: none;
}
.classcategory_list .radio label {
  color: #333;
  font-weight: 500;
  padding-left: 32px;
  cursor: pointer;
  position: relative;
}
.classcategory_list .radio label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c1b8ad;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.classcategory_list .radio label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fcc82e;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  -ms-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.classcategory_list .radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */
/* --- お気に入り/カートボタン --- */
#detail_cart_box__button_area {
  margin: 60px 0;
}
#detail_cart_box__button_area .btn {
  height: 60px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  border: 0;
}
#detail_cart_box__button_area .btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 0 3px 4px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#detail_cart_box__favorite_button .btn {
  background: #484858;
}
#detail_cart_box__favorite_button .btn span::after {
  background-image: url(../img/icon/icon_heart.png);
}
#detail_cart_box__insert_button .btn {
  background: #fe8c44;
}
#detail_cart_box__insert_button .btn span::after {
  background-image: url(../img/icon/icon_cart.png);
}
#detail_cart_box__favorite_button .btn[disabled] {
  pointer-events: none;
  opacity: 1;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  background: #eee;
}
#detail_cart_box__favorite_button .btn[disabled] span::after {
  background-image: url(../img/icon/icon_heart_on.png);
}
/* --- 注意事項・説明 --- */
#item_detail_area .item_detail p.shopping_bag {
  margin: 0;
}
#item_detail_area .item_detail p.cation_text strong {
  color: #333;
}

/* ======
page-name #マイページ
======*/
.mypage .theme_main_only a {
  text-decoration: none;
}
.mypage .container-fluid.inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.mypage .container-fluid.u-bg-fill {
  padding: 5px 0 100px;
}
.block_mypage-top {
  padding-bottom: 50px;
}
.mypage .message {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mypage .message .name {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.mypage .intro {
  color: #333;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 24px;
  border-bottom: 4px solid #eaeaea;
}
.mypage .intro .num {
  margin: 0 20px 0 0;
}
.mypage .f_wrap {
  display: block;
}
.mypage .mypage-navi {
  margin: 0 -5% 40px;
}
.mypage .c-pagenation ul {
  margin: 40px 0 0;
}
.mypage .c-driving-truck {
  background-color: #f4f0eb;
}
.local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}
.local_nav ul:before,
.local_nav ul:after {
  content: none;
}
.local_nav.favorite li {
  width: 49.5%;
  float: none;
  border: 0;
  margin-bottom: 4px;
}
.local_nav li a {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ccc;
  background-color: #fff;
  text-align: center;
  padding: 14px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s;
}
.local_nav li.active a {
  color: #6f5246;
  background-color: #fcc82e;
}

/* ======
page-name #マイページ / 注文履歴
======*/
#history_list {
  margin: 0;
}
#history_list .intro {
  margin: 0;
  border: 0;
}
.historylist_column {
  border-top: 4px solid #eaeaea;
}
.historylist_column:last-of-type {
  border-bottom: 4px solid #eaeaea;
}
.historylist_column .table.item_box:first-child {
  border-top: 0;
}
.historylist_column .order_date {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  margin: 16px 0 4px;
}
.historylist_column .order_date .time {
  font-weight: 500;
  margin: 0 0 0 16px;
}
.historylist_column .order_detail dt {
  font-size: 1.4rem;
  font-weight: 400;
  float: left;
  clear: left;
}
.historylist_column .order_detail dd {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
}
.historylist_column .btn-default {
  display: block;
  width: 160px;
  margin: 10px auto;
}
.historylist_column .item_box .item_photo {
  width: 28%;
  margin: 0 0 15px;
  padding: 16px 16px 16px 0 !important;
}
.historylist_column .table.item_box {
  border-top: 1px dashed #c1b8ad;
}
.historylist_column .table.item_box .tbody .item_detail {
  padding: 16px 0;
}
.historylist_column .item_box .item_detail .item_name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #533c32;
}
.historylist_column .item_box .item_pattern {
  color: #533c32;
  font-size: 1.2rem;
}
.historylist_column .item_box .item_detail .item_price {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  color: #333;
  margin: 16px 0 0;
}

/* ======
page-name #マイページ / お気に入り一覧
======*/
.mypage .c-product {
  position: relative;
}
.mypage .c-product .delete-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
.mypage .c-product .delete-btn .btn_circle {
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: #533c32;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ======
page-name #マイページ / 会員情報編集
======*/
#detail_box__body {
  width: 100%;
  margin: 0;
  border: 0;
}
#detail_box__body_inner {
  border: 0;
  padding: 0;
}
.dl_table dl {
  padding: 20px 0;
}
.dl_table dl:first-of-type {
  padding-top: 0;
}
.dl_table dt {
  margin: 0 0 10px;
}
.dl_table dt label {
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.dl_table dt label::before {
  content: "任意";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #6f5246;
  border-radius: 4px;
  background: #fcc82e;
  padding: 4px 6px 5px;
  position: absolute;
  top: 2px;
  left: 0;
}
.dl_table dt label.required::before {
  content: "必須";
  color: #fff;
  background: #db2525;
}
span.required {
  display: none;
}
/* --- フォーム --- */
.form-group {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}
.form-group .form-control {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c1b8ad;
}
/* [名前] */
.form-group.input_name input,
.form-group.input_name input:first-child {
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2% 0 1%;
}
/* [会社名] */
#detail_box__company_name .form-group.input_name input {
  width: 100%;
}
/* [電話番号] */

/* [住所] */
.dl_table .zip-search {
  display: inline-block;
  margin: 0 0 0 20px;
}
.dl_table .zip-search .btn-default {
  width: auto;
  min-width: auto;
}
/* [ラジオボタン] */
.form-group .radio {
  font-size: 1.6rem;
}
/* .form-group .radio input[type="radio"] {
  display: none;
}
.form-group .radio label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.form-group .radio label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c1b8ad;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}
.form-group .radio label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fcc82e;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 4px;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  -ms-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.form-group .radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */
form .c-btn {
  margin-top: 80px;
}

/* ======
page-name #マイページ / お届け先編集
======*/
#delivery_list_box__body_inner {
  width: 100%;
  margin: 0;
}
#delivery_address_list {
  margin-top: 10px;
}
.addr_box > .td {
  border-top: 1px dashed #c1b8ad;
}
#delivery_box__new_button {
  margin: 20px 0;
}
#delivery_box__new_button a {
  font-weight: 500;
  text-decoration: underline;
  color: #6f5246;
}
#delivery_box__new_button a::after {
  content: "+";
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 2rem;
  background-color: #6f5246;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin: 0 0 0 5px;
}
.addr_box .column.is-edit .address {
  width: 100%;
  margin: 0;
  min-height: 90px;
  color: #533c32;
  font-weight: 500;
  margin: 0 0 40px;
}
#delivery_address_list div.is-edit {
  padding: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#delivery_address_list div.is-edit > label {
  width: 100%;
}
#delivery_address_list div.is-edit p.btn_edit {
  position: static;
  width: 47%;
}
#delivery_address_list div.is-edit p.btn_edit .btn-default {
  width: 100%;
  min-width: auto;
  background-color: #fcc82e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-weight: 700;
}
.address_table .icon_edit {
  width: 47%;
  border-radius: 4px;
  background: #ccc;
  padding: 0;
}
.address_table .icon_edit a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-align: center;
  padding: 0;
}

/* ======
page-name #マイページ / 退会手続き
======*/
#withdraw_box__body_inner,
#confirm_box__message {
  width: 90%;
  margin: 0 auto;
}
.unsubscribe_box {
  margin: 40px 0 0;
  text-align: left;
}
.unsubscribe_box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #533c32;
  margin: 0 0 30px;
  text-align: center;
}
#withdraw_box.unsubscribe_box h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon/icon_attention.png) no-repeat center left;
  background-size: contain;
  margin: 0 auto 10px;
}
#withdraw_box__confirm_button .c-btn {
  margin-top: 40px;
}
#confirm_box__complete_button {
  width: 100%;
  margin: 0;
}
#confirm_box__complete_button .btn {
  width: 240px;
  max-width: 100%;
  border-radius: 4px;
  border: 0;
  color: #333;
  margin: 20px auto;
  padding: 20px 16px;
}
#confirm_box__complete_button .btn-info {
  background: #ccc;
}
#confirm_box__complete_button .btn-default {
  background: #fcc82e;
}
#complete_box__message {
  width: 100%;
  margin: 0;
}
#complete_box__message h3 {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #533c32;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin: 0;
}
#complete_box__message h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fcc82e;
  margin: 0.4em auto 20px;
  position: relative;
  z-index: 1;
}
#complete_box__top_button .c-btn {
  margin: 80px auto 0;
}
#complete_box__top_button .c-btn a {
  color: #fff;
}
#page_mypage_withdraw_complete .c-driving-truck {
  background-color: #fff;
}

/* ======
page-name #マイページ / カード情報編集
======*/
.mypage-contents .message {
  text-align: center;
  margin: 20px 0 60px;
}
.mypage-contents .message .heading01 {
  font-size: 2rem;
}
.form-horizontal .btn-default {
  margin: 30px auto;
  padding: 20px;
  max-width: 260px;
}
.form-horizontal .tableScroll {
  overflow: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: none;
  min-height: 0.01%;
}
.form-horizontal .table {
  width: 100%;
  min-width: 600px;
}
.form-horizontal .dl_table dt {
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.form-horizontal .dl_table dt::before {
  content: "任意";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #6f5246;
  border-radius: 4px;
  background: #fcc82e;
  padding: 4px 6px 5px;
  position: absolute;
  top: 4px;
  left: 0;
}
.form-horizontal .dl_table dt.required::before {
  content: "必須";
  color: #fff;
  background: #db2525;
}
.form-horizontal input[type="radio"] {
  display: none;
}
.form-horizontal .input_display input[type="radio"] {
  display: inline-block;
}
.form-horizontal input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.form-horizontal input[type="radio"] + label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c1b8ad;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-horizontal input[type="radio"] + label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fcc82e;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  -ms-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.form-horizontal input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* ======
page-name #ショッピングカート
======*/
.cart_page .container-fluid.inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#cart_box__body {
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
}
.flowline {
  margin: 10px 0 40px;
  border: 0;
}
.flowline ul::before {
  content: "";
  height: 12px;
  position: absolute;
  top: 12px;
  z-index: 0;
  margin: 0;
  border-radius: 0;
  background-color: #ffffff;
  background-image: radial-gradient(#cccccc 18%, transparent 21%),
    radial-gradient(#cccccc 18%, transparent 21%);
  background-position: center;
  background-size: 8px 8px;
}
.flowline ul li {
  color: #ccc;
  font-size: 1rem;
}
.flowline li .flow_number {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #ccc;
}
.flowline li.active {
  color: #333;
}
.flowline li.active .flow_number {
  color: #333;
  background: #fcc82e;
}
#form_cart > .message {
  text-align: left;
  color: #333;
}
#form_cart > .message strong {
  font-size: 2.4rem;
  padding: 0 0.5em;
}
.cart_item {
  border-top: 4px solid #eaeaea;
}
.cart_item .icon_edit {
  width: 100%;
}
.cart_item.table .tbody .tr.item_box {
  display: block;
  position: relative;
  border-bottom: 1px dashed #c1b8ad;
  padding: 20px 0;
}
.cart_item.table .tbody .tr.item_box:last-of-type {
  border-bottom: 4px solid #eaeaea;
}
.cart_item .item_box .table,
.cart_item .item_quantity {
  width: 100%;
}
.cart_item .item_quantity::before {
  content: "数量";
  font-size: 1.4rem;
  margin-right: 1em;
}
.cart_item .item_box > .td {
  border: 0;
}
.cart_item.table .tbody .tr > .td {
  display: block;
}
.cart_item.table .tbody .tr > .td.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart_item.table .tbody .tr > .icon_edit.td {
  padding: 0;
  position: absolute;
  top: 0%;
  right: 0;
  width: 40px;
  height: 100%;
  line-height: 1;
  display: table;
  z-index: 10;
}
.cart_item .item_box .icon_edit a {
  font-size: 1.2rem;
  color: #666;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.cart_item .item_box .icon_edit .close {
  display: block;
  font-size: 3rem;
  color: #333;
  font-weight: 900;
}
.cart_item .item_box .table .item_detail {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #533c32;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart_item .item_box .table .item_detail .item_price,
.cart_item .item_box .table .item_detail .item_subtotal {
  display: none;
}
.cart_item.table .tbody .tr div.item_subtotal {
  display: block;
}
.cart_item.table .tbody .tr div.item_subtotal::before {
  content: "価格";
  font-size: 1.4rem;
  margin-right: 1em;
}
.cart_item .item_box .table .item_name {
  line-height: 1.4;
}
.cart_item .item_box .table .item_name a {
  font-weight: 700;
  color: #533c32;
  text-decoration: none;
}
.cart_item .item_box .table .item_photo {
  display: block;
  width: 40%;
  max-width: none;
  padding-right: 20px;
}
.cart_item .item_box .item_quantity,
.cart_item.table .tbody .tr div.item_subtotal {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 0;
}
.cart_item.table .tbody .tr > .item_quantity.td,
.cart_item.table .tbody .tr > .item_subtotal.td {
  text-align: left;
  padding: 0 0 0 40%;
}
.cart_item .item_quantity ul {
  text-align: left;
  display: inline-block;
  margin: 0 0 0 1em;
}
.cart_item .item_quantity ul li {
  margin: 0;
}
.cart_item .item_quantity ul li span,
.cart_item .item_quantity ul li a {
  display: block;
  border: 2px solid #c9c9c9;
  color: #333;
  font-weight: 900;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
}
.cart_item .item_quantity ul li span {
  opacity: 0.4;
}
#cart_box__body .total_box,
#cart_box__body .total_box dl dt {
  float: none;
}
.total_box dl.total_price {
  text-align: right;
}
.total_box dl.total_price dt {
  width: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  color: #533c32;
  padding: 0.9em 1em 0 0;
}
.total_box dl.total_price dd {
  width: auto;
  display: inline-block;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: right;
  color: #fe0013;
  padding: 0;
}
.total_box .btn_group {
  margin: 60px 0 0;
}
.total_box .btn_group p {
  margin: 16px 20px;
}
.total_box .btn_group .btn {
  width: 100%;
  border-radius: 4px;
  border: 0;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 18px 16px;
}
.total_box .btn_group .btn-info {
  color: #6f5246;
  background: #eaeaea;
}
.total_box .btn_group .btn-primary {
  color: #333;
  background: #fcc82e;
}

/* ======
page-name #ショッピングカート / ログイン
======*/
#login_wrap {
  padding: 40px 0 80px;
}
#login_box .column {
  padding: 30px 16px;
}
#login_box .column .btn_area ul li {
  margin: 0;
}
@media screen and (max-width: 991px) {
  #customer_box,
  #guest_box {
    width: 100%;
  }
  #guest_box {
    margin-top: 40px;
  }
}

/* ======
page-name #ショッピングカート / お客様情報の入力
======*/
.cart_page #detail_wrap {
  padding: 0;
}
#detail_box__button_menu {
  width: 100%;
  margin: 40px 0 40px;
  padding: 0;
}
#detail_box__button_menu p {
  margin: 16px 20px;
}
#detail_box__button_menu .btn {
  width: 100%;
  border-radius: 4px;
  border: 0;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 18px 16px;
}
#detail_box__button_menu .btn-info {
  color: #6f5246;
  background: #eaeaea;
}
#detail_box__button_menu .btn-primary {
  color: #333;
  background: #fcc82e;
}
#shopping_confirm .heading02 {
  margin: 30px 0 10px;
}
#shopping_confirm h3 {
  font-size: 2rem;
  padding: 10px 0;
}
#shopping_confirm .btn {
  margin: 10px 0;
}

/* ======
page-name #ショッピングカート / ご注文内容の確認
======*/
#page_shopping #confirm_wrap {
  padding: 0 0 80px;
}

/* ======
page-name #ショッピングカート / ご注文完了
======*/
#deliveradd_input_box__message .heading01 {
  margin: 1em 0;
}
#deliveradd_input_box__payment_message .heading02 {
  margin: 24px 0;
  font-weight: bold;
  background: #efefef;
  padding: 8px 12px;
}
#deliveradd_input_box__top_button {
  margin: 60px 0;
}

/* ======
page-name #新規会員登録
======*/
#top_box__body_inner {
  border: 0;
}
#top_box__company_name .form-group.input_name input {
  width: 100%;
}
#top_box__button_menu {
  width: 100%;
  margin: 40px 0 40px;
  padding: 0;
}
#top_box__button_menu p {
  margin: 16px 20px;
}
#top_box__button_menu .btn {
  width: 100%;
  border-radius: 4px;
  border: 0;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 18px 16px;
}
#top_box__button_menu .btn-info {
  color: #6f5246;
  background: #eaeaea;
}
#top_box__button_menu .btn-primary {
  color: #333;
  background: #fcc82e;
}

/* ======
page-name #新規会員登録確認
======*/
.registration_page .dl_table {
  border: 0;
}
#confirm_box__body .dl_table dt label {
  padding: 0;
}
#confirm_box__body .dl_table dt label::before {
  content: none;
}
#confirm_box__body_inner {
  border: 0;
  margin: 40px 0 20px;
}
#confirm_box__button_menu {
  width: 100%;
  margin: 40px 0 40px;
  padding: 0;
}
#confirm_box__button_menu p {
  margin: 16px 20px;
}
#confirm_box__button_menu .btn {
  width: 100%;
  border-radius: 4px;
  border: 0;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 18px 16px;
}
#confirm_box__button_menu .btn-info {
  color: #6f5246;
  background: #eaeaea;
}
#confirm_box__button_menu .btn-primary {
  color: #333;
  background: #fcc82e;
}

/* ======
page-name #新規会員登録（完了）
======*/
#complete_box__footer {
  margin: 60px 0;
}

/* ======
page-name #新規会員登録（本登録完了）
======*/
#activate_box__footer {
  margin: 60px 0;
}

/* ======
page-name #ログイン
======*/
#page_mypage_login .c-driving-truck {
  background-color: #fff;
}

/* ======
page-name #当サイトについて
======*/
.other_page .container-fluid.inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#help_about_box__body {
  padding: 0 0 80px;
}
#help_about_box__body_innner {
  border: 0;
}

/* ======
page-name #利用規約
======*/
#agreement_box__body {
  padding: 0 0 80px;
}

/* ======
page-name #ご利用ガイド
======*/
#guide_box__body {
  padding: 0 0 80px;
}
#guide_box__body h2 {
  font-size: 2.4rem;
}
#guide_box__body h3 {
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
}
#guide_box__body h4 {
  margin: 1em 0 0.5em;
}

/* ======
page-name #特定商取引法に基づく表記
======*/
#tradelaw_box {
  padding: 0 0 80px;
}
#tradelaw__body {
  border: 0;
}

/* ======
page-name #プライバシーポリシー
======*/
#privacy_box {
  padding: 0 0 80px;
}

#detail_description_box__body iframe {
  width: 100%;
  height: auto;
}

#coupon_box__insert_button,
#coupon_box__back_button {
  margin: 16px 20px;
}

#page_yamato_shopping_payment #wrapper {
  overflow-x: hidden;
}
.grecaptcha-badge {
  z-index: 100 !important;
}
#form1 .btn-primary {
  margin: 0 0 20px;
}

/* == 240513_add_top pickup ============================================== */
.block_front-pickup {
  padding: 80px 0 52px;
}
.block_front-pickup .l-inner {
  width: 90.667%;
}
.block_front-pickup .p-pickupList {
  margin-top: 40px;
}
.block_front-pickup .p-pickupItem {
  margin-bottom: 16px;
}
.block_front-pickup .p-pickupItem:last-child {
  margin-bottom: 0;
}
.block_front-pickup .p-pickupItem a {
  display: block;
}
.block_front-pickup .p-pickupList img {
  width: 90.667vw;
  height: 38.933vw;
  object-fit: cover;
  vertical-align: bottom;
}

/* == 240513_add_sdgs ============================================== */
.p-sdgs .c-heading {
  font-size: 26px;
}
.p-sdgs .c-heading__sub {
  font-size: 18px;
  padding: 3px 0 10px;
}
.p-sdgs .l-inner {
  width: 90.9%;
}
.block_sdgsfood {
  padding-top: 73px;
}
.block_sdgsfood .textbox {
  width: 88.01%;
  margin: 0 auto;
}
.block_sdgsfood .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6f5246;
  margin-bottom: 20px;
  line-height: 1.583;
}
.block_sdgsfood .desc {
  line-height: 1.75;
}
.p-sdgs .heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6f5246;
  border-bottom: 1px solid #6f5246;
  padding: 0 20px 10px 21px;
  margin: 0 0 0 auto;
  line-height: 1.583;
}
.block_sdgsfood .TargetProducts {
  padding-top: 80px;
}
.block_sdgsfood .c-list-products {
  margin: 40px auto 0;
}
.block_sdgsfood .c-product__thum {
  margin-bottom: 12px;
}
.block_sdgsfood .c-product__excerpt {
  line-height: 1.75;
  margin-top: 12px;
}
.block_sdgsgoal {
  padding: 68px 0 85px;
  color: #333;
}
.block_sdgsgoal .goals_image {
  margin: 100px auto 48px;
  width: 88.01%;
}
.block_sdgsgoal .goals_image img {
  width: 100%;
  object-fit: cover;
}
.block_sdgsgoal .text_box {
  text-align: center;
  width: 88.01%;
  margin: 0 auto;
}
.block_sdgsgoal .head_copy {
  line-height: 2;
  font-weight: 400;
}
.block_sdgsgoal .declaration__list {
  margin-top: 42px;
}
.block_sdgsgoal .declaration__item {
  position: relative;
  margin-bottom: 40px;
}
.block_sdgsgoal .declaration__item:last-child {
  margin-bottom: 0;
}
.block_sdgsgoal .declaration__item::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  background: #f7f7f7;
}
.block_sdgsgoal .declaration__item .c-heading {
  font-size: 2.2rem;
  color: #6f5246;
  letter-spacing: 0.1em;
}
.block_sdgsgoal .declaration__item .c-heading::after {
  margin: 0.432em auto 20px;
}
.block_sdgsgoal .declaration__item .declaration__itemInner {
  padding: 0 20px 30px;
}
.block_sdgsgoal .declaration__item .title_block {
  text-align: center;
  margin-bottom: 2px;
}
.block_sdgsgoal .declaration__item .desc_block {
  margin-top: 12px;
}
.block_sdgsgoal .declaration__item .title_block .title {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.block_sdgsgoal .declaration__item .desc_block p {
  line-height: 1.75;
}
.block_sdgsgoal .declaration__item .list {
  margin: 20px auto 24px;
  font-weight: 500;
}
.block_sdgsgoal .declaration__item .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.block_sdgsgoal .declaration__item .item {
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 1.429;
  padding-left: 12px;
  position: relative;
}
.block_sdgsgoal .declaration__item .imgbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.5%;
  row-gap: 3.5%;
}
.block_sdgsgoal .declaration__item .imgbox img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: cover;
}
.block_sdgsgoal .declaration__item .imgbox img:last-child {
  margin-right: 0;
}

@media all and (max-width: 374px) {
  .block_sdgsgoal .declaration__item .declaration__itemInner {
    padding: 0 5.333vw 30px;
  }
  .block_sdgsgoal .declaration__item .imgbox img {
    width: 17.6vw;
    height: 17.6vw;
  }
}
