/******************************/
/* category */
/******************************/
.p-category {
  overflow: hidden;
}

.p-category__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 28px;
  font-weight: normal;
  color: #000000;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-category__ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.p-category-free {
  margin-bottom: 30px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .p-category-free {
    margin-bottom: 45px;
  }
}
.p-category-search {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-category-search {
    margin-bottom: 20px;
    text-align: center;
  }
}
/***** カテゴリの真円 *****/
.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #EABE22;
  position: absolute;
  z-index: 1;
  margin-top: -10px;
}

/***** カテゴリのタイトル *****/
.midashi {
  font-size: 14px;
  margin-top: 30px;
  position: absolute;
  z-index: 1;
}

.title {
  font-size: 28px;
  margin-top: 45px;
  position: absolute;
  z-index: 1;
}

/***** カテゴリフリー部分 *****/
.c-cat-list__tr {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-cat-list__tr {
    display: block;
  }
}
.c-cat-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  height: 180px;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-cat-list__th {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cat-list__td {
  flex: 1;
  padding: 20px;
}

/***** カテゴリの見出し *****/
.c-section__heading {
  margin: 30px 10px 20px;
  color: #333;
}

.c-section__heading--title {
  font-size: 16px;
  position: relative;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}

.c-section__heading--text {
  font-size: 11px;
  position: relative;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}

.c-section__heading--title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #b3b2b2;
}

.c-section__heading--title span {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}

/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .p-category-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .p-category-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-category-list__link {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px;
  min-height: 100px;
  font-size: 16px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-category-list__link {
    min-height: 70px;
    font-size: 15px;
  }
}
.p-category-list__link:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.p-category-list__img {
  display: block;
  margin-right: 20px;
  width: 80px;
}

@media screen and (max-width: 1023px) {
  .p-category-list__img {
    width: 50px;
  }
}
.p-category-list__name {
  display: block;
  flex: 1;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-category-list__name {
    font-size: 16px;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-item-list-head {
    display: block;
  }
}
.p-item-list-num {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    margin-bottom: 15px;
    text-align: center;
  }
}
.p-item-sort {
  display: flex;
  align-items: center;
}

.p-item-sort__ttl {
  white-space: nowrap;
  margin-right: 10px;
}

.p-item-sort__select {
  padding: 10px;
  border: 1px solid #b3b2b2;
  border-radius: 3px;
  height: auto;
  min-width: 180px;
  line-height: 1.4;
  color: #000000;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
}

@media only screen and (max-width: 767px) {
  .p-item-sort__select {
    flex: 1;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}

.p-item-sort-list__item {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}

.p-item-sort-list__item span {
  text-decoration: underline;
}

/***** ギフトのし *****/
.c-product-list {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
  flex-wrap: wrap;
}

.c-product-list::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
  background: #eaeaea;
}

.c-product-list__item {
  width: 33.33333%;
  padding-top: 20px;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 767px) {
  .c-product-list__item {
    width: 100%;
  }
}
.c-product-list__image-wrap {
  border-width: 15px;
  max-width: 320px;
  border: 10px solid transparent;
}

.c-image-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: background 0.2s;
  background: rgba(0, 0, 0, 0.03);
}

/******************************/
/* 2024/11 add
/******************************/
/******************************/
/* 商品一覧　利用ガイドと概要   */
/******************************/
.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-bold {
  font-weight: bold;
}

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

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

@media screen and (max-width: 767px) {
  .spWpLink {
    margin-top: 100px;
  }
}

.c-guide {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .c-guide {
    margin-top: 50px;
  }
}
.c-guide ul.guide {
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-guide ul.guide {
    margin-top: 50px;
    gap: 30px 0;
  }
}
.c-guide ul.guide li {
  flex-basis: calc(33.33% - 0.6666666667rem);
  padding: 0 3px 0;
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-guide ul.guide li {
    flex-basis: 100%;
  }
}
.c-guide ul.guide li h3 {
  padding: 0 0 3px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.c-guide ul.guide li p {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .c-guide ul.guide li p {
    margin: 0 0 10px;
  }
}
.c-guide ul.guide li dl {
  margin-bottom: 20px;
}
.c-guide ul.guide li dl dt {
  margin-bottom: 5px;
  line-height: 1.4;
}
.c-guide ul.guide li dl dd {
  margin-left: 0;
  line-height: 26px;
}
.c-guide ul.guide li dl dd .img {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  gap: 0 5px;
}
.c-guide ul.guide li dl dd .list {
  font-size: 12px;
  border: 1px solid #000;
  margin-top: 15px;
  line-height: 20px;
}
.c-guide ul.guide li dl dd .list .ttl {
  background: #EEE5D1;
  border-right: 1px solid #000;
  padding: 3px 7px;
}
.c-guide ul.guide li dl dd .list .cont {
  padding: 3px 7px;
}
.c-guide ul.guide li dl dd table {
  border: 1px solid #000;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.c-guide ul.guide li dl dd table th,
.c-guide ul.guide li dl dd table td {
  border: 1px solid #000;
}
.c-guide ul.guide li dl dd table th {
  background: #EEE5D1;
  width: 84px;
}
.c-guide ul.guide li dl dd table th.head {
  width: 40px;
}
.c-guide ul.guide li dl dd .yamatoNotes {
  font-size: 12px;
  color: #A7815A;
  margin-top: 5px;
  line-height: 20px;
}
.c-guide ul.guide li dl dd .address {
  font-size: 12px;
  border: 1px solid #000;
  padding: 3px 8px;
  line-height: 20px;
  margin-bottom: 7px;
}
.c-guide ul.guide li dl dd .reNotes {
  font-size: 12px;
  line-height: 20px;
}
.c-guide .linkMore {
  width: 230px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-guide .linkMore {
    margin: 0 auto;
  }
}
.c-guide .linkMore a {
  text-indent: inherit;
  display: block;
  width: 230px;
  border: 0.5px solid #606060;
  border-radius: 10px;
  padding: 7px 0 7px 15px;
  box-sizing: border-box;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-guide .linkMore a {
    padding: 2px 0 2px 15px;
  }
}
.c-guide .linkMore a::before {
  left: auto;
  right: 17px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.list-cpInfo {
  padding: 80px 15px 90px;
  background: #EEE5D1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .list-cpInfo {
    padding: 40px 20px 45px;
  }
}
.list-cpInfo img {
  display: block;
  margin: 0 auto;
}
.list-cpInfo img.logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list-cpInfo img.logo {
    max-width: 340px;
    width: 65%;
  }
}
.list-cpInfo h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-cpInfo h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.list-cpInfo img.ptn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list-cpInfo img.ptn {
    max-width: 536px;
    width: 90%;
    margin-bottom: 30px;
  }
}
.list-cpInfo .readTxt {
  width: 842px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .list-cpInfo .readTxt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list-cpInfo .readTxt {
    font-size: 15px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .categoryList {
    margin-top: 80px;
  }
}
.categoryList h2.c-ttl-main {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .categoryList h2.c-ttl-main {
    margin-bottom: 30px;
  }
}
.categoryList ul {
  max-width: 962px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 65px;
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .categoryList ul {
    max-width: 582px;
    margin: 0 auto 50px;
    gap: 0 15px;
    font-size: 14px;
    width: 90%;
  }
}
.categoryList ul li {
  width: calc(50% - 32.5px);
  border-bottom: 1px dotted #777;
}
@media screen and (max-width: 767px) {
  .categoryList ul li {
    width: calc(50% - 7.5px);
  }
}
.categoryList ul li a {
  display: flex;
  align-items: center;
}
.categoryList ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.categoryList ul li a span {
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 49px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .categoryList ul li a span {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .categoryList ul li a span img {
    max-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .l-contents-side {
    margin-top: 30px;
  }
  .l-contents-side .l-side-slider__item,
  .l-contents-side .l-side-slider__item + .l-side-navi {
    display: none;
  }
  .l-contents-side .l-side-navi__ttl {
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
  }
  .l-contents-side .l-side-navi-list {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=商品一覧.css.map */