@charset "UTF-8";
div.container_ {
  width: 100%;
}
div.container_ div.contents_ div.mainframe_,
div.container {
  width: 100%;
}
.leftmenuframe_ {
  display: none;
}
.navitopicpath_ {
  max-width: 1100px;
  margin: 10px auto 19px;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.epbbrand_content {
  font-family: "Noto Sans jp", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .epbbrand_content {
    font-size: 14px;
  }
}
.epbbrand_content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.epbbrand_content img {
  width: 100%;
}
.intro_txt{
text-align:center;
}
.epbbrand_content .introduction {
  background: #a18e5d;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .introduction {
    padding: 25px 12px 50px;
  }
}
.epbbrand_content .introduction .wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .introduction .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.epbbrand_content .intro_ttl {
  white-space: nowrap;
  letter-spacing: 0.025em;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .intro_ttl {
    font-size: 20px;
  }
}
.epbbrand_content .page_navi {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #a18e5d;
  border-bottom: solid 1px #a18e5d;
}
.epbbrand_content .page_navi a {
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  width: 250px;
  font-size: 16px;
  padding: 25px 0;
  line-height: 1.5;
  border-left: solid 1px #a18e5d;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi a {
    border: none;
    width: 50%;
    font-size: 12px;
    text-align: left;
    padding: 21px 0 21px 70px;
  }
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi a:nth-of-type(1) {
    border-right: solid 1px #a18e5d;
    border-bottom: solid 1px #a18e5d;
  }
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi a:nth-of-type(2) {
    border-bottom: solid 1px #a18e5d;
  }
}
.epbbrand_content .page_navi a:nth-of-type(3) {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi a:nth-of-type(3) {
    padding-left: 70px;
    border-right: solid 1px #a18e5d;
  }
}
.epbbrand_content .page_navi a:nth-of-type(4) {
  padding-left: 30px;
  border-right: solid 1px #a18e5d;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi a:nth-of-type(4) {
    padding-left: 55px;
    border-right: none;
  }
}
.epbbrand_content .page_navi img {
  position: absolute;
  width: 40px;
  top: 17px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .page_navi img {
    top: 10px;
    left: 7px;
  }
}
.epbbrand_content .content_wrapper {
  padding: 40px 0 60px;
  background: #EFEBE1;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .content_wrapper {
    padding: 30px 12px 40px;
  }
}
.epbbrand_content .product_wrap {
  background: #fff;
  padding: 40px 40px 0px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .product_wrap {
    padding: 20px;
  }
}
.epbbrand_content .product_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 58px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .product_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.epbbrand_content .block + .block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .block + .block {
    margin-top: 32px;
  }
}
.epbbrand_content .product_item .name {
  font-size: 18px;
  margin: 20px 0 8px;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .epbbrand_content .product_item .name {
    color: #452704;
    font-size: 17px;
  }
}
.epbbrand_content .head2 {
  background: #a18e5d;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.025em;
  padding: 33px 55px;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .head2 {
    font-size: 22px;
    padding: 6px 20px;
  }
}
.epbbrand_content .buy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.epbbrand_content .buy_wrap .price {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.epbbrand_content .buy_wrap .price {
  font-size: 25px;
}
}
.epbbrand_content .buy_wrap .price span {
  padding-left: 4px;
  font-size: 16px;
  font-weight: normal;
}
.epbbrand_content .buy_wrap .btn {
  text-decoration: underline;
  color: #a18e5d;
  font-size: 16px;
  font-weight: bold;
}
.epbbrand_content .head3 {
  font-size: 20px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .epbbrand_content .head3 {
    font-size: 17px;
    margin: 24px 0;
  }
}
.epbbrand_content .all_link {
  text-decoration: none;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  background: #452704;
  font-size: 16px;
  margin: 60px auto 0;
}
.epbbrand_content .all_link:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .epbbrand_content .all_link {
    width: 310px;
    height: 48px;
    margin: 20px auto 0;
  }
  .isPC{
  display: block;
  }
  .isSP{
  display:none;
  }
  @media screen and (max-width: 768px) {
    .isPC{
  display: none;
  }
  .isSP{
  display:block;
  }
  }
}