#bread *,
#bread *:before,
#bread *:after {
  box-sizing: border-box;
}

#bread .mrb0 {
  margin-bottom: 0 !important;
}

#bread .w100 {
  width: 100%;
}

#bread .textCenter {
  text-align: center;
}

#bread .textLeft {
  text-align: left;
}

#bread .textRight {
  text-align: right;
}

#bread a:hover {
  text-decoration: none;
}

#bread .block {
  display: block;
}

#bread .clearboth {
  clear: both;
}

#bread .bold {
  font-weight: bold;
}

#bread .brTb {
  display: none;
}

#bread .brTbNone {
  display: block;
}

#bread .brXs {
  display: none;
}

#bread .nml05em {
  margin-left: -.5em;
}

#bread .strong {
  font-weight: bold;
}

#bread .letterSpace {
  letter-spacing: -.3em;
}

#bread .pcInlineBlock {
  display: none;
}

#bread .xsBlock {
  display: none;
}

@media screen and (min-width: 1100px) {
  #bread .pcInlineBlock {
    display: inline-block;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #bread .brTb {
    display: block;
  }
  #bread .tbNone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #bread .brTb {
    display: none;
  }
  #bread .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 374px) {
  #bread .brXs {
    display: block;
  }
  #bread .xsBlock {
    display: block;
  }
  #bread .xsNone {
    display: none !important;
  }
}

#bread .mainvisual {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #bread .mainvisual {
    margin-bottom: 20px;
  }
}

#bread .content {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #bread .content {
    margin-bottom: 20px;
  }
}

#bread .contentTitle .h3 {
  margin: 0 auto 30px;
  text-align: center;
}

#bread .contentTitle .h3 span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  background-image: url(bg-ttl01.svg), url(bg-ttl02.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
  padding: 4px 81px 10px 64px;
  background-size: 51px auto, 74px auto;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #bread .contentTitle .h3 span {
    font-size: 1.82vw;
    padding: 0.36vw 7.36vw 0.91vw 5.82vw;
    background-size: 4.64vw auto, 6.73vw auto;
  }
}

@media screen and (max-width: 767px) {
  #bread .contentTitle .h3 {
    margin: 0 auto 20px;
  }
  #bread .contentTitle .h3 span {
    font-size: 16px;
    line-height: 1.8;
    padding: 4px 35px;
    background-size: 29px auto, 40px auto;
  }
}

@media screen and (max-width: 374px) {
  #bread .contentTitle .h3 span br {
    display: none;
  }
}

#bread .viewAll {
  margin-bottom: 90px;
}

#bread .list .listUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#bread .list .listUl .item {
  width: calc((100% - (10px * 3)) / 4);
  margin-right: 0;
  /* reset */
  margin-bottom: 0;
  /* resbet */
  text-align: center;
}

#bread .list .listUl .item a {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

#bread .list .listUl .item a span {
  display: block;
}

#bread .list .listUl .item a .itemName {
  color: #999;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  /* reset */
}

#bread .list .listUl .item a .itemIamgeMv {
  margin-bottom: 5px;
  position: relative;
}

#bread .list .listUl .item a .newIcon::after {
  position: absolute;
  background-size: contain;
  content: "";
  background-image: url(icon-new01.svg);
  top: 10px;
  left: 0;
  width: 47px;
  height: 20px;
  display: inline-block;
}

#bread .list .listUl .item a .itemIamgeLogo {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bread .list .listUl .item:not(:nth-child(4n)) {
  margin-right: 10px;
}

#bread .list .listUl .item:nth-last-child(n + 5) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #bread .list .listUl .item a .itemName {
    font-size: 1.18vw;
  }
  #bread .list .listUl .item a .itemIamgeLogo {
    height: 5vw;
  }
  #bread .list .listUl .item a .itemIamgeLogo img {
    height: 100%;
    width: auto;
  }
  #bread .list .listUl .item a .newIcon::after {
    top: 0.91vw;
    width: 4.27vw;
    height: 1.82vw;
  }
}

@media screen and (max-width: 820px) {
  #bread .list .listUl .item {
    width: calc((100% - (10px * 2)) / 3);
  }
  #bread .list .listUl .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #bread .list .listUl .item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  #bread .list .listUl .item:nth-last-child(n + 5) {
    margin-bottom: 0;
  }
  #bread .list .listUl .item:nth-last-child(n + 4) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  #bread .list .listUl .item a .itemIamgeMv {
    margin-bottom: 5px;
  }
  #bread .list .listUl .item a .itemIamgeLogo {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #bread .list .listUl .item a .itemName {
    font-size: 12px;
    color: #000;
  }
  #bread .list .listUl .item a .itemIamgeLogo img {
    max-height: 45px;
    width: auto;
  }
  #bread .list .listUl .item a .newIcon::after {
    top: 5px;
    width: 35px;
    height: 15px;
  }
}

#bread .viewAll a {
  align-items: center;
  background-color: #B77621;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 18px;
  height: 60px;
  flex-wrap: wrap;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  #bread .viewAll {
    margin: 60px -1em;
  }
  #bread .viewAll a {
    font-size: 17px;
    width: calc(100% - 40px);
    height: 60px;
    max-width: none;
  }
}

#bread .footerNav {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}

#bread .footerNav .footerNavCategory {
  width: 50%;
  max-width: 415px;
}

#bread .footerNav .footerNavTop {
  margin-right: 20px;
  width: calc(50% - 20px);
  max-width: 395px;
}

#bread .footerNav .footerNavCategory a {
  align-items: center;
  background-color: #DEA457;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  width: 100%;
  line-height: 1.3;
  padding: 0 10px;
  max-width: 400px;
}

#bread .footerNav .footerNavTop a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #bread .footerNav .footerNavCategory,
  #bread .footerNav .footerNavTop {
    margin: 0 auto;
    width: 100%;
  }
  #bread .footerNav .footerNavCategory {
    max-width: none;
  }
  #bread .footerNav .footerNavCategory a {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 480px;
    width: 95%;
  }
  #bread .footerNav .footerNavTop {
    max-width: none;
  }
  #bread .footerNav .footerNavTop a {
    font-size: 16px;
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  #bread .footerNav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
  }
  #bread .footerNav .footerNavCategory {
    width: 100%;
  }
  #bread .footerNav .footerNavTop {
    width: 100%;
    margin-right: 0;
  }
  #bread .footerNav .footerNavCategory a {
    font-size: 19px;
    height: 70px;
    max-width: 480px;
    width: 95%;
  }
  #bread .footerNav .footerNavTop a {
    font-size: 16px;
    height: 50px;
    margin: 20px auto 0;
    max-width: 360px;
    width: 80%;
  }
}

.categoryContent {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .categoryContent {
    margin-bottom: 90px;
  }
}

.goodsList .contentsTitleWrap {
  padding-bottom: 0;
}

