@charset "UTF-8";

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-image img {
  width: 100%;
}

*:focus {
  outline: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
h1, h2, h3, h4 {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}
html.is-open {
  height: 100%;
  overflow: hidden;
}


body {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  background: #FAFAF2;
  letter-spacing: 0.06em;
  font-family: -apple-system, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #6B412A;
}

@media (min-width: 1025px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-not-tab {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 768px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
}

.pc-not-tab {
  display: none;
}
@media (min-width: 1025px) {
  .pc-not-tab {
    display: block;
  }
}

.bold {
  font-family: -apple-system, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inner, .inner--s {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .inner, .inner--s {
    padding: 0 5rem;
  }
}
@media (min-width: 1025px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/*header*/
.header{
	background-color: #FAFAF2;
}
.header__first {
  position: relative;
  z-index: 22;
  background-color: #FAFAF2;
}
.header .page-top {
  background-image: url(../assets/img/bg.png);
  background-size: cover;
}
.header__top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(237, 219, 194, 0.5);
}
.header__desc {
  font-size: 1.1rem;
  font-weight: normal;
}
.header__desc span {
  display: none;
}
.header__info {
  min-width: 650px;
  display: none;
}
.header__btm {
  position: relative;
  border-bottom: 1px solid rgba(237, 219, 194, 0.5);
  background-color: #FAFAF2;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  z-index: 101;
}
.header__nav {
  display: none;
  justify-content: flex-end;
}
.header__nav a {
  transition: color 0.2s;
}
.header__nav a:hover {
  color: #C67A00;
}
.header__nav--sp {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
}
.header__navMain {
  margin-right: 4rem;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.header__navItem > a {
  display: block;
  padding: 2.5rem 0;
  transition: color 0.3s;
}
.header__navItem > a:hover {
  color: #C67A00;
}
.header__navItem svg {
  width: 13px;
  height: 10px;
  margin-right: 5px;
}
.header__navItem svg path {
  fill: #C67A00;
}
.header__navItem--search {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.header__navAuth {
  display: flex;
  margin-right: 20px;
  margin-left: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.header__navAuth--sp {
  margin-right: 0.5rem;
}
.header__navAuth--sp ul {
  display: flex;
}
.header__navAuth--sp ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.8rem;
  padding: 0 0.75rem;
}
.header__navAuth--sp ul span {
  display: block;
  color: #C67A00;
}
.header__navAuth--sp ul span.nav-icon {
  height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.header__navAuth--sp ul svg {
  width: 18px;
  height: 18px;
}
.header__navAuth--sp ul svg path {
  fill: #C67A00;
}
.header__navAuth > li {
  margin-right: 2rem;
}
.header__navAuth > li > a {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
.header__navAuth > li > a > span {
  display: inline-block;
}
.header__navAuth svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.header__navAuth svg path {
  fill: #C67A00;
}
.header__navTel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
  border-left: 1px solid rgba(156, 148, 122, 0.4);
}
.header__navTel .tel__num {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.header__navTel .tel__num .nav-icon svg {
  display: block;
  margin-right: 5px;
}
.header__navTel .tel__note {
  font-size: 1rem;
}
.header__infoList {
  display: flex;
  font-size: 1.2rem;
}
.header__infoList a {
  display: block;
  transition: 0.3s;
}
.header__infoList a:hover {
  color: #C67A00;
}
.header__infoList li {
  margin-right: 3rem;
}
.header__tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: -apple-system, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
.header__tel p {
  display: flex;
  align-items: center;
}
.header__tel p span {
  display: inline-block;
}
.header__tel p span.nav-icon {
  height: 1.6rem;
  margin-right: 0.2rem;
}
.header__tel__info {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 1rem;
  font-weight: normal;
}
.header__tel__info span {
  line-height: 1.2;
}
.header__tel__info span:first-child {
  margin-right: 8px;
}
.header__navBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 58px;
  height: 58px;
  color: #fff;
  background-color: #C67A00;
}
.header__navBtn__ham {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.header__navBtn__ham span {
  display: block;
  width: 1.8rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__navBtn__ham span:nth-of-type(2) {
  margin: 0.5rem 0;
}
.header__navBtn.is-open .header__navBtn__ham span:first-of-type {
  transform: translateY(0.8rem) rotate(45deg);
}
.header__navBtn.is-open .header__navBtn__ham span:nth-of-type(2) {
  opacity: 0;
}
.header__navBtn.is-open .header__navBtn__ham span:nth-of-type(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
}
.header__cart {
  position: relative;
}
.header__announce {
  width: 100%;
  display: none;
  margin-top: 2rem;
  padding: 0.5rem 0.8rem 0.5rem 1rem;
  background-color: #C67A00;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s;
}
.header__announce:hover {
	 background-color: #55603A;
}
.header__announce.is-show {
  display: flex;
  align-items: center;
}
.header__announce .heading {
  display: inline-block;
  min-width: 9rem;
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1rem;
}
.header__announce .heading svg {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  width: 12px;
  animation: flash 1s linear infinite;
}
.header__announce .date {
	display: none;
}
.header__announce .ttl {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__announce .announce__close {
  position: relative;
  margin: 0 20px 0 auto;
  cursor: pointer;
}
.header__announce .announce__close svg {
  position: absolute;
  top: -8px;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.header__navAuth--sp ul span.cart__num {
  position: absolute;
  top: 0.5rem;
  right: -0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #C67A00;
  color: #fff;
  line-height: 1.8rem;
  text-align: center;
  font-size: 1.1rem;
}


@media (min-width: 980px) {
  .header__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__btm {
    padding: 0 2rem 0 1rem;
  }
  .header__logo {
    width: 36rem;
  }
  .header__nav {
    display: flex;
  }
  .header__nav--sp {
    display: none;
  }
  .header__announce .ttl {
  max-width: 100%;
}
}

/* 検索ボックス */
.searchBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5.8rem;
    padding: 0 0.75rem;
}
.searchBox {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  transition: top 0.3s;
  z-index: -1;
}
.searchBox.is-open {
  top: 58px;
}
.searchBox--top {
  z-index: 20;
}
.searchBox--top.is-open {
  top: 95px;
}
input#searchSP-text {
  width: 80%;
  display: block;
  padding-left: 2rem;
  margin: 30px auto 15px;
  border: none;
  border-bottom: 1px solid #EDDBC2;
  background: url(https://camborough-ham.com/apps/note/wp-content/themes/camborough/assets/img/icon/search.svg) no-repeat left center;
  background-size: 14px 14px;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  font-size: 1.4rem;
}
input#searchSP-text::placeholder {
  color: rgba(98, 62, 9, 0.5);
}

@media (min-width: 980px) {
  .header__desc span {
    display: inline-block;
  }
}
/* megamenu */

.nav--parent {
  padding: 2.5rem 0;
}
.nav--parent .productlist {
  cursor: pointer;
  transition: 0.3s;
}
.nav--parent .productlist:hover {
  color: #C67A00;
}

.nav--parent.active .megamenu {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
.nav--parent.active .megamenu__bnrList {
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .nav--parent:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}
@media (min-width: 980px) {
  .megamenu {
    width: 100%;
    padding: 5rem 10rem 6rem;
    position: absolute;
    opacity: 0;
    top: 74px;
    left: 0;
    background-color: #fff;
    border-top: 2px solid #C67A00;
    border-bottom: 2px solid #C67A00;
    z-index: 100;
    box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    pointer-events: none;
  }
  a.megamenu__img {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 2;
    transition: opacity 0.3s;
  }
  .megamenu__img:hover {
    opacity: 0.7;
  }
  .megamenu__ttl {
    margin-top: 15px;
    margin-bottom: 8px;
  	font-size:1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .megamenu__inner {
    max-width: 144rem;
    margin: 0 auto;
  }
  .megamenu__catList {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
  }
  .megamenu__catList img {
    margin-bottom: 1rem;
  }
  .megamenu__catList a {
    transition: color 0.3s;
     transition: opacity 0.3s;
  }
  .megamenu__catList a:hover {
    color: #C67A00;
  }
  .megamenu__catList > li {
    width: 25%;
    padding: 0 1.8vw;
    border-right: 1px solid #EDDBC2;
  }
  .megamenu__catList > li:first-of-type {
    border-left: 1px solid #EDDBC2;
  }
  .megamenu__subCat li {
    position: relative;
    margin-left: 1rem;
  }
  .megamenu__subCat li::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: -1rem;
    width: 4px;
    height: 1px;
    background-color: #6B412A;
    display: inline-block;
  }
  .megamenu__bnrList {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    transition-delay: 0;
  }
  .megamenu__bnrList a {
    transition: opacity 0.3s;
  }
  .megamenu__bnrList a:hover {
    opacity: 0.7;
  }
  .megamenu__bnrList li {
    width: 33.333%;
    margin-right: 15px;
  }
  .megamenu__bnrList li:nth-child(4n) {
    margin-right: 0;
  }
}
.header--fixed {
  width: 100%;
  position: fixed;
  top: -84px;
  z-index: 100;
  background-color: #FAFAF2;
  transition: top 0.3s;
}
.header--fixed .header__logo {
  width: 14rem;
  height: 74px;
  display: flex;
  align-items: center;
}
.header--fixed.is-show {
  transition-delay: 0.1s;
  top: 0;
}

@media (min-width: 768px) {
  .header__announce .date {
  	display: inline-block;
  }
  .header__announce .announce__close svg {
    top: 3px;
  }
}
@media (min-width: 980px) {
    .cart__num {
    position: absolute;
    top: 1.8rem;
    right: -1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #C67A00;
    color: #fff;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .c-breadcrumbs {
  font-size:1.3rem;
  }
  .header__announce {
    padding: 0.8rem 1.5rem 0.8rem 40rem;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .header__announce .heading svg {
    width: 15px;
    top: 4px;
    left: -2.2rem;
  }

  .header--fixed .header__logo {
    width: 20rem;
    padding-left: 2rem;
  }


  .header--fixed .cart__num {
    right: -1.5rem;
  }
}
.gnavSP {
  display: none;
}
.gnavSP.is-open {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #FAFAF2;
}
.gnavSP__wrapper {
  height: 99%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnavSP__auth > ul {
  display: flex;
  font-size: 1.3rem;
}
.gnavSP__auth > ul li {
  width: 50%;
  text-align: center;
}
.gnavSP__auth > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #EDDBC2;
}
.gnavSP__auth > ul li a:first-child {
  border-right: 1px solid #EDDBC2;
}
.gnavSP__auth > ul li .icon {
  width: 16px;
  height: 20px;
  margin-right: 3px;
}
.gnavSP__auth svg path {
  fill: #C67A00;
}
.gnavSP__inner {
  padding: 0 2rem;
}
.gnavSP__catList > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #EDDBC2;
}
.gnavSP__subCat {
  width: 100%;
}
.gnavSP__catTtl {
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.gnavSP__catImg {
  width: 11rem;
  margin-right: 2rem;
  padding: 1rem 0;
}
.gnavSP__catTtl {
  font-size: 1.4rem;
  width: calc(100% - 18rem);
}
.gnavSP__moreBtn .more-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gnavSP__moreBtn .more-icon::before, .gnavSP__moreBtn .more-icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #C67A00;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.gnavSP__moreBtn .more-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gnavSP__moreBtn.open .more-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.gnavSP__subCat {
  display: none;
}
.gnavSP__subCat li {
  position: relative;
  padding-left: 1rem;
  border-top: 1px dashed #EDDBC2;
}
.gnavSP__subCat li::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #6B412A;
  display: inline-block;
}
.gnavSP__subCat li a {
  display: block;
  line-height: 1;
  padding: 1.5rem 0;
}
.gnavSP__bnrList {
  display: flex;
  flex-wrap: wrap;
  margin: 3.5rem -1rem;
}
.gnavSP__bnrList > li {
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
}
.gnavSP__ItemsList {
  padding-bottom: 15rem;
  border-bottom: 2px solid #C67A00;
}
.gnavSP__ItemsListLink {
  display: block;
  padding: 1.5rem;
  line-height: 1;
  border-bottom: 1px solid #EDDBC2;
  font-size: 1.3rem;
}
.gnavSP__ItemsListLink:first-child {
  border-top: 1px solid #EDDBC2;
}

#sitemap--fixed.gnavSP {
  position: fixed;
  top: 59px;
  width: 100%;
  background-color: #FAFAF2;
  z-index: 100;
}

_::-webkit-full-page-media, _:future, :root .gnavSP__catTtl {
  font-weight: 600;
}

_::-webkit-full-page-media, _:future, :root .gnavSP__auth {
  font-weight: 600;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .gnavSP__catTtl {
    font-weight: 600;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .gnavSP__auth {
    font-weight: 600;
  }
}
@media (max-width: 320px) {
  .header__logo {
    width: 16rem;
  }
  .header--fixed .header__logo {
    width: 13rem;
  }
}
/*検索窓のエリア*/
#search-text {
  -webkit-appearance: none;
  /*SafariやChromeのデフォルトの設定を無効*/
  margin: 25px 0 0;
  padding-left: 2rem;
  width: 105px;
  height: auto;
  /*テキスト入力エリアが伸びる前の横幅*/
  border: none;
  background: url("https://camborough-ham.com/apps/note/wp-content/themes/camborough/assets/img/icon/search.svg") no-repeat left center;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 14px 14px;
  transition: all 0.5s;
  /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer;
  /*カーソルを指マークに*/
  color: #623E09;
}

::placeholder {
  display: inline-block;
  margin-left: 20px;
  color: #623E09 !important;
  letter-spacing: 0.1em;
}
#search-text:hover ::placeholder {
  color: #C67A00;
}

/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 150px;
  /*テキスト入力エリアが伸びる後の横幅*/
  margin: 25px 0 0 18px;
  border-bottom: 1px solid #EDDBC2;
}
#search-text:focus::placeholder {
  color: rgba(98, 62, 9, 0.5) !important;
}

/* megamenu */
.nav--child {
  visibility: hidden;
}

.nav--parent {
  padding: 2.5rem 0;
}
.nav--parent .productlist {
  cursor: pointer;
  transition: 0.3s;
}
.nav--parent .productlist:hover {
  color: #C67A00;
}

.nav--parent.active .nav--child {
  visibility: visible;
}
.nav--parent.active .megamenu__bnrList {
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .nav--parent:hover > .nav--child {
    visibility: visible;
  }
}
@media (min-width: 980px) {
  .megamenu {
    width: 100%;
    padding: 6rem 10rem 8rem;
    position: absolute;
    top: 74px;
    left: 0;
    background-color: #fff;
    border-top: 2px solid #C67A00;
    border-bottom: 2px solid #C67A00;
    z-index: 100;
  }
  .megamenu__inner {
    max-width: 144rem;
    margin: 0 auto;
  }
  .megamenu__catList {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
  }
  .megamenu__catList img {
    margin-bottom: 1rem;
  }
  .megamenu__catList > li {
    padding: 0 1.8vw;
    border-right: 1px solid #EDDBC2;
  }
  .megamenu__catList > li:first-of-type {
    border-left: 1px solid #EDDBC2;
  }
  .megamenu__subCat li {
    position: relative;
    margin-left: 1rem;
  }
  .megamenu__subCat li::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: -1rem;
    width: 4px;
    height: 1px;
    background-color: #6B412A;
    display: inline-block;
  }
  .megamenu__bnrList {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    transition-delay: 0;
  }
  .megamenu__bnrList a {
    transition: opacity 0.3s;
  }
  .megamenu__bnrList a:hover {
    opacity: 0.7;
  }
  .megamenu__bnrList li {
    width: 33.333%;
    margin-right: 15px;
  }
  .megamenu__bnrList li:nth-child(4n) {
    margin-right: 0;
  }
}
.header--fixed {
  width: 100%;
  position: fixed;
  top: -84px;
  z-index: 100;
  background-color: #FAFAF2;
  transition: top 0.3s;
}
.header--fixed .header__logo {
  width: 14rem;
  height: 74px;
  display: flex;
  align-items: center;
}
.header--fixed.is-show {
  transition-delay: 0.1s;
  top: 0;
}

@media (min-width: 1025px) {
  .header__announce {
    padding: 0.8rem 1.5rem 0.8rem 40rem;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .header__announce .heading svg {
    width: 15px;
    top: 4px;
    left: -2.2rem;
  }
  .header--fixed .header__logo {
    width: 20rem;
    padding-left: 2rem;
  }
  .cart__num {
    position: absolute;
    top: 1.8rem;
    right: -1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #C67A00;
    color: #fff;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.1rem;
  }
}
.gnavSP {
  display: none;
}
.gnavSP.is-open {
  display: block;
}
.gnavSP__auth > ul {
  display: flex;
}
.gnavSP__auth > ul li {
  width: 50%;
  text-align: center;
}
.gnavSP__auth > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #EDDBC2;
}
.gnavSP__auth > ul li a:first-child {
  border-right: 1px solid #EDDBC2;
}
.gnavSP__auth > ul li .icon {
  width: 16px;
  height: 20px;
  margin-right: 3px;
}
.gnavSP__auth svg path {
  fill: #C67A00;
}
.gnavSP__inner {
  padding: 0 2rem;
}
.gnavSP__catList > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #EDDBC2;
}
.gnavSP__subCat {
  width: 100%;
}
.gnavSP__catImg {
  width: 11rem;
  margin-right: 2rem;
  padding: 1rem 0;
}
.gnavSP__catTtl {
  font-size: 1.5rem;
}
.gnavSP__moreBtn {
  position: absolute;
  right: 5px;
  top: 42px;
  width: 24px;
  height: 24px;
}
.gnavSP__moreBtn .more-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gnavSP__moreBtn .more-icon::before, .gnavSP__moreBtn .more-icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #C67A00;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.gnavSP__moreBtn .more-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gnavSP__moreBtn.open .more-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.gnavSP__subCat {
  display: none;
}
.gnavSP__subCat li {
  position: relative;
  padding-left: 1rem;
  border-top: 1px dashed #EDDBC2;
}
.gnavSP__subCat li::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #6B412A;
  display: inline-block;
}
.gnavSP__subCat li a {
  display: block;
  line-height: 1;
  padding: 1.5rem 0;
}
.gnavSP__bnrList {
  display: flex;
  flex-wrap: wrap;
  margin: 3.5rem -1rem;
}
.gnavSP__bnrList > li {
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
}
.gnavSP__ItemsList {
  padding-bottom: 6rem;
  border-bottom: 2px solid #C67A00;
}
.gnavSP__ItemsListLink {
  display: block;
  padding: 1.5rem;
  line-height: 1;
  border-bottom: 1px solid #EDDBC2;
  font-size: 1.3rem;
}
.gnavSP__ItemsListLink:first-child {
  border-top: 1px solid #EDDBC2;
}

#sitemap--fixed.gnavSP {
  position: fixed;
  top: 59px;
  width: 100%;
  background-color: #FAFAF2;
  z-index: 100;
}

_::-webkit-full-page-media, _:future, :root .gnavSP__catTtl {
  font-weight: 600;
}

_::-webkit-full-page-media, _:future, :root .gnavSP__auth {
  font-weight: 600;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .gnavSP__catTtl {
    font-weight: 600;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .gnavSP__auth {
    font-weight: 600;
  }
}
@media (max-width: 320px) {
  .header__logo {
    width: 16rem;
  }

  .header--fixed .header__logo {
    width: 13rem;
  }
}

/* footer */
.footer {
  padding: 3rem 0 2rem;
  background-color: #55603A;
}
.footer__company {
  padding-bottom: 6rem;
  background-image: url(../assets/img/bg.png);
  background-size: cover;
}
.footer__companyItem {
	position: relative;
}
.footer__companyItem.ham {
	display:flex;
	justify-content: space-between; 
}
.footer__companyItem > a {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer__companyItem > a:hover .footer__companyImg {
  opacity: 0.7;
}
.footer__companyItem > a:hover .footer__companyContent {
  color: #C67A00;
}
.footer__companyImg {
  width: calc(50% - 15px);
  transition: 0.3s;
}
.footer__companyLogo {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 70px;
    height: 70px;
    padding: 0.8rem;
    background-color: #fff;
  }
.footer__companyContent {
  width: calc(50% + 5px);
  transition: 0.3s;
}
.footer__companyTtl {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.footer__companyTxt {
  font-size: 1.2rem;
}
.footer__faq {
  margin: 8rem 0 0;
}
.footer__faqItem {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #EDDBC2;
  border-radius: 5px;
  transition: 0.3s;
}
.footer__faqItem a {
  display: block;
  padding: 2rem 0;
}
.footer__faqItem .icon {
  text-align: center;
  color: #C67A00;
}
.footer__faqItem .icon span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.footer__faqItem .icon span svg {
  width: 2.6rem;
  height: 2.6rem;
}
.footer__faqItem:hover {
  background-color: #C67A00;
}
.footer__faqItem:hover span {
  color: #fff;
}
.footer__logo .logomark {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 18rem;
}
.footer__logo .logotype {
  display: block;
  max-width: 19rem;
  margin: 0 auto;
}
.footer__link {
  margin-top: 3rem;
  color: #fff;
}
.footer__link span {
  display: block;
  line-height: 1;
}
.footer__link .c-arrow--r::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer__link > ul > li > a {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__link > ul > li > a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__copy {
  margin-top: 10rem;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}
.footer__itemTtl {
  display: block;
  margin-bottom: 1.8rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .footer {
    padding: 8rem 0 3rem;
  }
  .footer__company ul {
    display: flex;
    justify-content: space-between;
  }
  .footer__company li {
    width: calc(33.333% - 14px);
  }
  .footer__companyItem > a {
    flex-direction: column;
  }
  .footer__companyContent {
    width: 100%;
  }
  .footer__companyImg {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .footer__companyTxt {
    line-height: 1.6;
  }
  .footer__faq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
  }
  .footer__faqItem {
    width: calc(50% - 12px);
  }
  .footer__faqItem a {
    padding: 5.6rem 0 6rem;
  }
  .footer__companyLogo {
  display:flex;
  }
}
@media (min-width: 1025px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
   	max-width:1100px;
    margin: 0 auto;
  }
  .footer__logo {
    width: 26rem;
    margin-right: 4rem;
  }
  .footer__link {
  	width: calc(100% - 26rem);
  }
  .footer__linkHeading {
    font-size: 1.8rem;
    line-height: 1;
  }
  .footer__items {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    line-height: 1;
  }
  .footer__itemList {
    margin-right: 4rem;
  }
  .footer__itemList:nth-of-type(4) {
  	width: 25%;
  }
  .footer__itemList a {
    transition: 0.3s;
  }
  .footer__itemList a:hover {
    text-decoration: underline;
  }
  .footer__itemList:last-child {
    margin-right: 0;
  }
  .footer__itemList > p {
    margin-bottom: 1.2rem;
  }
  .footer__itemList li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
    font-weight: normal;
  }
  .footer__itemList li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 1px;
    background-color: #fff;
  }
  .footer__info {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    margin-right: 3rem;
  }
  .footer__info ul {
    display: flex;
    justify-content: center;
  }
  .footer__info li {
    position: relative;
    margin-right: 3rem;
    padding-left: 3rem;
  }
  .footer__info li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    height: 14px;
    width: 1px;
    background-color: #BAB7B1;
  }
  .footer__info li:hover a {
  text-decoration: underline;
  }
  .footer__companyTtl {
    font-size: 1.8rem;
  }
  .footer__companyTxt {
    font-size: 1.4rem;
  }
}

/* single 共通　*/
main {
  background-image: url(../assets/img/bg.png);
  background-size: cover;
}

.l-single__heading {
  padding-top: 3rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .l-single__heading {
    padding-top: 4rem;
  }
}
@media (min-width: 980px) {
  .l-single__heading {
    padding-top: 8rem;
  }
}
@media (min-width: 1025px) {
  .l-single__heading {
    padding-top: 8rem;
    margin-bottom: 6rem;
  }
}
/* c-heading */
.heading__lv2 {
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
}

.heading__lv3 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.heading__lv4 {
  font-size: 1.6rem;
}

.c-heading__singlettl {
  font-size: 2.2rem;
  line-height: 1.4;
}

.c-heading__blogttl {
  font-size: 2.2rem;
  line-height: 1.4;
}

@media (max-width: 320px) {
  .heading__lv2 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .heading__lv2 {
    font-size: 2.8rem;
  }

  .heading__lv3 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .heading__lv4 {
    font-size: 1.8rem;
  }

  .c-heading__blogttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
/* c-arrow */
.c-arrow--r {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #C67A00;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.c-arrow--r::before, .c-arrow--r::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-arrow--r::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #C67A00;
  border-right: 1px solid #C67A00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-arrow--b {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #C67A00;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.c-arrow--b::before, .c-arrow--b::after {
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-arrow--b::before {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #C67A00;
  border-right: 1px solid #C67A00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-arrow--more {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
}
.c-arrow--more svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* c-btn */
.c-btn--more {
  display: inline-block;
  padding: 1.5rem 4rem;
  background-color: #EDDBC2;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 3rem;
  transition: 0.3s;
}
.c-btn--more.pc-only {
  display:none;
}
.c-btn--more:hover {
  background-color: #C67A00;
  color: #fff;
}
.c-btn--more:hover .c-arrow--more {
  color: #fff;
  transition: 0.3s;
}

.c-btn--rmdMore {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 4rem;
  text-align: center;
  background-color: #EDDBC2;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.5rem;
}

.c-btn--cart {
  width: 100%;
  height: 6rem;
  display: inline-block;
  padding: 0 4rem;
  text-align: center;
  background-color: #C67A00;
  color: #fff;
  font-size: 1.3rem;
  line-height: 6rem;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.c-btn--cart svg {
  margin-right: 0.5rem;
}
.c-btn--cart:hover {
  opacity: 0.7;
}

.c-btn--contact {
  display: inline-block;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4rem;
}

@media (min-width: 1025px) {
  .c-btn--more {
    font-size: 1.4rem;
  }

  .c-btn--rmdMore {
    font-size: 1.4rem;
  }
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 26px;
  top: calc(100vw - 16px);
}

.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  margin: 0 0 0 10px !important;
  background: #EDDBC2 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C67A00 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	height:3px !important;
}

  .kvSlider__pagination {
    height: 10px !important;
  }


@media (min-width: 768px) {
  .kv {
    position: relative;
  }

  .kvSlider__pagination {
    width: 44vw !important;
    bottom: 0 !important;
  }

  .swiper-pagination-bullets {
    top: auto;
  }
}
/* 前ページ、次ページボタン共通のスタイル */
.kvSlider__prev,
.kvSlider__next {
  width: 30px !important;
  /* ボタンの幅 */
  height: 30px !important;
  /* ボタンの高さ */
  background-size: 30px 30px !important;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

/* 次ページボタンのスタイル */
.kvSlider__next {
  background-image: url(https://camborough-ham.com/apps/note/wp-content/themes/camborough/assets/img/kv-slider--r.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 前ページボタンのスタイル */
.kvSlider__prev {
  background-image: url(https://camborough-ham.com/apps/note/wp-content/themes/camborough/assets/img/kv-slider--r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  /* 左右反転 */
}

.c-card__scrollbar {
  height: 2px;
  bottom: -35px;
}
.c-card__scrollbar .swiper-scrollbar-drag {
  background-color: #C67A00;
}

.c-card__button--prev,
.c-card__button--next {
  width: 40px !important;
  /* ボタンの幅 */
  height: 40px !important;
  /* ボタンの高さ */
  background-size: 40px 40px !important;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  display: none !important;
}

/* 次ページボタンのスタイル */
.c-card__button--next {
  background-image: url(https://img20.shop-pro.jp/PA01192/749/etc/card-slider__next.png?cmsp_timestamp=20220513111246);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-card__button--next:hover {
  opacity: 0.7;
}
.c-card__button--next.swiper-button-disabled {
  background-image: url(https://img20.shop-pro.jp/PA01192/749/etc/card-slider__disable.png?cmsp_timestamp=20220513111205);
  opacity: 1 !important;
}
.c-card__button--next.swiper-button-disabled:hover {
  opacity: 1;
}

/* 前ページボタンのスタイル */
.c-card__button--prev {
  background-image: url(https://img20.shop-pro.jp/PA01192/749/etc/card-slider__next.png?cmsp_timestamp=20220513111246);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  /* 左右反転 */
}
.c-card__button--prev:hover {
  opacity: 0.7;
}
.c-card__button--prev.swiper-button-disabled {
  background-image: url(https://img20.shop-pro.jp/PA01192/749/etc/card-slider__disable.png?cmsp_timestamp=20220513111205);
  opacity: 1 !important;
}
.c-card__button--prev.swiper-button-disabled:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-card__button--prev,
.c-card__button--next {
    display: block !important;
  }
}
/* c-card */
.c-card__img {
  margin-bottom: 1.4rem;
  position: relative;
  transition: 0.3s;
}
.c-card__option {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 3px 6px 3px;
  border-radius: 3px;
  line-height: 1;
  background-color: #55603A;
  color: #fff;
  font-size: 1.2rem;
}
.c-card__option--takeout {
  color: #4B6B00;
  background-color: #fff;
  border: 1px solid rgba(75, 107, 0, 0.2);
  left: auto;
  right: 5px;
}
.c-card__option--rcm {
  background-color: #C67A00;
}
.c-card__name {
  margin-bottom: 3px;
  line-height: 1.4;
  transition: 0.3s;
}
.c-card__info {
  font-size: 1.2rem;
  color: #C67A00;
}
.c-card__info .tag {
  margin-left: 0.8rem;
  padding: 2px 6px;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid rgba(198, 122, 0, 0.7);
  border-radius: 3px;
}
.c-card__price {
  margin-top: .8rem;
  font-size: 1.3rem;
  line-height: 1;
}

.c-card__sliderNav {
  width: 100%;
  height: 6rem;
  position: relative;
}
.c-card__buttons {
  width: 11.6rem;
  margin: 0 0 0 auto;
  position: absolute;
  top: 53px;
  right: 0;
}

@media (min-width: 768px) {
  .c-card__sliderNav {
    margin-top: 2rem;
  }
  .c-card__scrollbar {
    width: calc(100% - 140px) !important;
  }
  .footer__companyItem.ham {
	display:block;
	}
}
@media (min-width: 1025px) {
  .c-card__option {
  font-size:1.3rem
  }
  .c-card__price {
    font-size: 1.5rem;
  }
  .c-card .info {
    font-size: 1.3rem;
  }
}

/* c-breadcrumbs */
.c-breadcrumbs {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-breadcrumbs a:last-child {
  color: #C67A00;
  display: inline-block;
}
.c-breadcrumbs .c-arrow--r::before {
  top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #9C947A;
  border-right: 1px solid #9C947A;
}

/* c-pager */
.c-pager {
  font-size: 1.4rem;
  color:#C67A00;
  padding-bottom: 6rem;
  text-align: center;
}
.c-pager .pagination {
  text-align: center;
}
.c-pager .page-numbers {
  margin: 0 2rem;
}
.c-pager .page-numbers.current {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 5px;
  line-height: 3.5rem;
  background: #C67A00;
  color: #fff;
  border-radius: 50%;
}

.c-pagenav {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  background: rgba(181, 157, 135, 0.1);
}
.c-pagenav__prev {
  display: flex;
  align-items: center;
  height: 36px;
}
.c-pagenav__prev .icon-prev {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background-image: url(../assets/img/pager-next.svg);
  transform: scale(-1, 1);
  /* 左右反転 */
}
.c-pagenav .icon-prev--empty {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../assets/img/pager-empty.svg);
  transform: scale(-1, 1);
  /* 左右反転 */
}
.c-pagenav__next {
  display: flex;
  align-items: center;
  height: 36px;
}
.c-pagenav__next .icon-next {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  background-image: url(../assets/img/pager-next.svg);
}
.c-pagenav .icon-next--empty {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../assets/img/pager-empty.svg);
}