@charset "euc-jp";

.p-category-detail__eyecatch {
  width: 100%;
  margin-bottom: 16px;
}
.p-category-detail__eyecatch img {
  width: 100%;
}
.p-category-detail__title {
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-category-detail__body {
  padding: 0 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.p-category-tab ul {
  display: flex;
  margin: 0 8px;
  margin-bottom: 16px;
  justify-content: center;
  border: 1px solid #A0AC9B;
  border-radius: 4px;
  overflow: hidden;
}
.p-category-tab li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #A0AC9B;
  text-align: center;
}
.p-category-tab li:last-child {
  border-right: none;
}
.p-category-tab li.active {
  background: #A0AC9B;
}
.p-category-tab li a {
  display:block;
  height: 100%;
  color: #A0AC9B;
}
.p-category-tab li.active a {
  color: #fff;
}

.p-category-subcategory {
  margin: 0 16px;
  margin-bottom: 32px;
}
.p-category-subcategory li {
  height: 30px;
  line-height: 30px;
}
.p-category-subcategory li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-category-subcategory li a {
  height: 100%;
  display: block;
}
.p-category-subcategory__title {
  border: 1px solid #A0AC9B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #A0AC9B;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 8px;
}
.p-category-subcategory__item {
  border-right: 1px solid #A0AC9B;
  border-bottom: 1px solid #A0AC9B;
  border-left: 1px solid #A0AC9B;
  position: relative;
  font-size: 14px;
}
.p-category-subcategory__item::before,
.p-category-subcategory__item::after {
  content: '';
  width: 6px;
  height: 2px;
  background: #A0AC9B;
  position: absolute;
  right: 8px;
  top: 50%;
}
.p-category-subcategory__item::before {
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.p-category-subcategory__item::after {
  transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}
.p-category-subcategory__item a {
  color: #333;
  padding: 0 8px;
}
.p-category-pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;
  margin-bottom: 42px;
}
.p-category-pagenation__bt--off {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e6ebe4;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  color: #d6d9d4;
}
.p-category-pagenation__bt {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #427A2B;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.p-category-pagenation__bt a {
  display: block;
  height: 100%;
  color: #427A2B;
}
.p-category-pagenation__txt {
  font-size: 14px;
  font-weight: bold;
}
.p-group-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #427A2B;
}
.p-group-body {
  font-size: 14px;
  margin-bottom: 16px;
}
.p-group-sep {
  margin-bottom: 16px;
}
.p-group-sep__item {
  font-size: 14px;
  margin-bottom: 8px;
  color: #80351e;
}
.p-group-title2 {
  font-size: 14px;
  font-weight: bold;
  color: #427A2B;
}
.p-group-sep__img img {
  width: 100%;
}
.p-group {
  background: #fbfffb;
  padding: 16px 8px;
}
.p-group-eyecatch {
  width: calc(100% - 32px);
  padding: 8px 0;
  margin: 0 16px;
  background: #f1f5ef;
  box-sizing: border-box;
}
.p-group-eyecatch img {
  width: 100%;
}
.p-group-detail__body {
  margin: 0 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.p-group-sepimg__item {
  margin-bottom: 16px;
}
.p-group-sepimg__item img {
  width: 100%;
}
.p-group-center__img {
  width: 100%;
  margin-bottom: 16px;
}
.p-group-center__img img {
  width: 100%;
}
.u-mr16 {
  margin-right: 0;
}


.p-top-banner-frame__item-full {
  margin-bottom: 16px;
  width: 100%;
}
.p-top-banner-frame__item-full img {
  width: 95%;
}





/*------------------------------*/
@media screen and (min-width: 768px) {
  .main {
  	width: 1200px;
    margin: 0 auto;
  }
  .p-category-detail__eyecatch {
    height: 410px;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .p-category-detail__eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-breadcrumbs {
    margin-top: 16px;
    border-bottom: 1px solid #E6EBE4;
    margin-bottom: 16px;
  }
  .p-category-detail__title {
    text-align: center;
  }
  .p-category-tab {
  	margin-bottom: 32px;
  }
  .p-category-tab ul {
    width: 360px;
    margin: 0 auto;
  }
  .p-top-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-top-itemlist__item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    border: 1px solid #E6EBE4;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .p-top-itemlist__thumb {
    width: 160px;
    height: 160px;
  }
  .p-top-itemlist__price {
    margin-bottom: 16px;
  }
  .p-top-itemlist__item::after {
  	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 8px;
    border-top: 1px solid #E6EBE4;
    border-right: 1px solid #E6EBE4;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-top-desc__thumb img {
  	width: 375px;
  }
  .p-top-menu li {
  	width: 25%;
    margin-bottom: 49px
  }
  .p-top-menu__img {
  	width: 180px;
    margin-bottom: 16px;
  }
  .p-category-subcategory {
    width: 800px;
    margin: 0 auto;
  }
  .p-top-itemlist {
  	padding-top: 16px;
  }
  .p-category-detail__body {
  	text-align: center;
  }
  .p-category-detail__body p {
  	font-size: 12px;
  }
  .p-group-eyecatch {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    text-align: center;
  }
  .p-group-eyecatch img {
    max-width: 640px;
  }
  .p-group-detail__body {
    margin: 0;
    margin-bottom: 32px;
    background: #fbfffb;
  }
  .p-group {
    max-width: 750px;
    padding: 48px 0;
    margin: 0 auto;
  }
  .p-group-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .p-group-sep {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
  }
  .p-group-sep__item {
    width: calc(100% - 32px - 320px);
    font-size: 14px;
    margin-bottom: 8px;
    color: #80351e;
    margin-right: 32px;
  }
  .p-group-sep__img {
    width: 320px;
  }
  .p-group-body {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-group-title2 {
    font-size: 16px;
  }
  .p-group-sepimg {
    display: flex;
    justify-content: space-between;
  }
  .p-group-sepimg__item {
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
  .u-center { text-align: center; }
  .u-mr16 {
    margin-right: 16px;
  }
}