.product-search .pageLink {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border-bottom: 2px solid #1F8C63;
}
@media screen and (max-width: 590px) {
  .product-search .pageLink {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.product-search .pageLink li {
  text-align: center;
}
.product-search .pageLink li a, .product-search .pageLink li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 1em 1em 0.8em;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .product-search .pageLink li a, .product-search .pageLink li span {
    font-size: 14px;
  }
}
.product-search .pageLink li a > div, .product-search .pageLink li span > div {
  display: inline;
}
@media screen and (max-width: 590px) {
  .product-search .pageLink li a > div, .product-search .pageLink li span > div {
    display: none;
  }
}
.product-search .pageLink li a {
  color: #333;
  background-color: #EBF0EE;
}
.product-search .pageLink li a:hover {
  color: #1F8C63;
  background-color: #dbe2e3;
}
.product-search .pageLink li span {
  color: #fff;
  background-color: #1F8C63;
}
.product-search .section {
  margin-top: 32px;
}
.product-search .section__title {
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 3px solid #ececec;
}
@media screen and (max-width: 590px) {
  .product-search .section__title {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #e3e3e3;
  }
}
.product-search .section__title--img {
  max-width: 64px;
  aspect-ratio: 4/3;
  object-position: center center;
  object-fit: cover;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 590px) {
  .product-search .section__title--img {
    border-radius: 4px;
  }
}
.product-search .section__heading {
  position: relative;
  margin-top: 2em;
  padding: 0.8em 1em;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.24;
  color: #222;
  background-color: #EBF0EE;
}
.product-search .section__heading::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 3px;
  left: -1px;
  top: 50%;
  background-color: #1F8C63;
  transform: translate(0, -50%);
}

.productLists {
  margin-top: 48px;
}
.productLists .list {
  display: grid;
  margin-top: 0px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
@media screen and (max-width: 590px) {
  .productLists .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }
}
.productLists .list__item--thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.productLists .list__item--thumb img {
  aspect-ratio: 4/3;
  object-fit: cover;
  overflow: hidden;
}
.productLists .list__item--name {
  margin-top: 0.6em;
  padding: 0 0.5em;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 590px) {
  .productLists .list__item--name {
    padding: 0em;
    font-size: 14px;
    font-weight: 400;
  }
}
.productLists .list__item img {
  width: 100%;
  transition: 0.4s ease;
}
.productLists .list__item a {
  display: block;
}
.productLists .list__item a:hover {
  text-decoration: none;
}
.productLists .list__item a:hover img {
  transform: scale(1.08);
  opacity: 0.75 !important;
}
.productLists .search {
  margin-top: 56px;
}
.productLists .search .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.productLists .search .contents__item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 590px) {
  .productLists .search .contents__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .productLists .search .contents__item:last-child {
    margin-bottom: 0;
  }
}
.productLists .search .contents__item a {
  position: relative;
  display: block;
  padding: 48px 40px;
  padding-right: 56px;
  width: 100%;
  height: auto;
  line-height: 1.55;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .productLists .search .contents__item a {
    padding: 24px 20px;
  }
}
.productLists .search .contents__item a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  background-color: rgba(37, 110, 79, 0.56);
  z-index: -1;
  transition: 0.24s ease;
}
.productLists .search .contents__item a::after {
  position: absolute;
  content: "";
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNpcmNsZS1hcnJvdy1yaWdodC1pY29uIGx1Y2lkZS1jaXJjbGUtYXJyb3ctcmlnaHQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PHBhdGggZD0ibTEyIDE2IDQtNC00LTQiLz48cGF0aCBkPSJNOCAxMmg4Ii8+PC9zdmc+);
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: #fff;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 590px) {
  .productLists .search .contents__item a::after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
.productLists .search .contents__item a:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0px);
  --webkit-backdrop-filter: blur(0px);
}
.productLists .search .contents__item p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 590px) {
  .productLists .search .contents__item p {
    font-size: 16px;
  }
}
.productLists .search .contents__item span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 590px) {
  .productLists .search .contents__item span {
    font-size: 10px;
  }
}
.productLists .search .contents ._category a {
  background-image: url("../img/product/search_category_image.jpg");
}
.productLists .search .contents ._place a {
  background-image: url("../img/product/search_place_image.jpg");
}

#category-search.lineup .categories {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 4px solid #efefef;
}
#category-search.lineup .categories .grid-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #category-search.lineup .categories .grid-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
#category-search.lineup .categories .grid-list .cat-item {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.24s ease;
  cursor: pointer;
}
#category-search.lineup .categories .grid-list .cat-item:hover {
  background-color: #EBF0EE;
}
#category-search.lineup .categories .grid-list .cat-item__thumb {
  max-width: 72px;
  aspect-ratio: 4/3;
  object-position: center center;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px;
}
#category-search.lineup .categories .grid-list .cat-item__thumb img {
  width: 100%;
}
#category-search.lineup .categories .grid-list .cat-item__name {
  margin-top: 0.8em;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  word-break: auto-phrase;
}
@media screen and (max-width: 590px) {
  #category-search.lineup .categories .grid-list .cat-item__name {
    word-break: initial;
  }
}
#category-search.lineup .items {
  margin-top: 80px;
}
#category-search.lineup .items a:hover .item-thumb {
  opacity: 0.8;
}
#category-search.lineup .items a img {
  width: 100%;
  height: auto;
  border: 1px solid #f5f6f6;
}
#category-search.lineup .items .section__title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}
#category-search.lineup .items .section__title--img {
  display: inline-block;
  margin-right: 14px;
}
#category-search.lineup .items .grid-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 24px;
}
#category-search.lineup .items .grid-list.border-top {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #cecece;
}
#category-search.lineup .items .item-thumb {
  border-radius: 6px;
  background-color: #F5F6F6;
  overflow: hidden;
  transition: 0.24s ease;
}
#category-search.lineup .items .item-name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#category-search.lineup .accordion-trigger {
  display: none;
}
@media screen and (max-width: 590px) {
  #category-search.lineup .categories {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid transparent;
  }
  #category-search.lineup .categories .grid-list {
    display: none;
  }
  #category-search.lineup .items {
    margin-top: 0px;
  }
  #category-search.lineup .items .section__title {
    padding: 16px 8px;
    font-size: 14px;
    transition: 0.24s ease;
  }
  #category-search.lineup .items .section__title._active {
    color: #1F8C63;
  }
  #category-search.lineup .items .section__title--img {
    max-width: 64px;
  }
  #category-search.lineup .items .section__heading {
    margin-top: 0;
    padding: 1em 1em 1.1em;
    font-size: 14px;
    line-height: 1.55;
    color: #333;
    background-color: #dbe2e3;
  }
  #category-search.lineup .items .section__heading::before {
    content: none;
  }
  #category-search.lineup .items .grid-list {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 12px;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  #category-search.lineup .items .grid-list a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  }
  #category-search.lineup .items .grid-list a::before {
    content: "";
    position: absolute;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #1F8C63;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateX(-25%) rotate(45deg);
  }
  #category-search.lineup .items .grid-list .item-thumb, #category-search.lineup .items .grid-list img {
    min-width: 80px;
    max-width: 80px;
    border-radius: 0;
  }
  #category-search.lineup .items .grid-list .item-name {
    margin: 0 1em 0;
    font-size: 13px;
    font-weight: normal;
  }
  #category-search.lineup .items .grid-list .item-name br {
    display: none;
  }
  #category-search.lineup .accordion-trigger {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    right: 8px;
    width: 36px;
    height: 36px;
    background-color: #EBF0EE;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  #category-search.lineup .accordion-trigger._toggle {
    color: #1F8C63;
  }
  #category-search.lineup .accordion-trigger::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #1F8C63;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, background-color 0.3s eas;
  }
  #category-search.lineup .accordion-trigger::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #1F8C63;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, background-color 0.3s ease;
  }
  #category-search.lineup .accordion-trigger._toggle::before {
    opacity: 0;
  }
  #category-search.lineup .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  #category-search.lineup .accordion-content.section__body {
    background-color: #f5f5f5;
  }
}

#place-search.lineup .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  margin-top: 32px;
}
@media screen and (max-width: 590px) {
  #place-search.lineup .grid-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
    gap: 24px;
  }
}
@media screen and (max-width: 590px) {
  #place-search.lineup .grid-list li {
    border: 0px solid transparent;
    box-shadow: initial;
  }
}
#place-search.lineup .grid-list li a {
  display: block;
  transition: 0.24s ease;
}
#place-search.lineup .grid-list li a:hover {
  opacity: 0.72;
}
#place-search.lineup .grid-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
#place-search.lineup .grid-list h3 {
  padding: 0.8em 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 590px) {
  #place-search.lineup .grid-list h3 {
    padding: 1em 0 0.2em;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
}

#attention {
  margin: 96px auto 0;
}
@media screen and (max-width: 590px) {
  #attention {
    margin: 64px auto 0;
  }
}
#attention .comment {
  border: 2px solid #eaedef;
  padding: 40px 36px 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-color: #ffffff;
}
@media screen and (max-width: 590px) {
  #attention .comment {
    flex-direction: column;
  }
}
#attention .comment__head {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #1F8C63;
  word-break: auto-phrase;
}
@media screen and (max-width: 590px) {
  #attention .comment__head {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: left;
  }
}
#attention .comment__head::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNpcmNsZS1hbGVydC1pY29uIGx1Y2lkZS1jaXJjbGUtYWxlcnQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PGxpbmUgeDE9IjEyIiB4Mj0iMTIiIHkxPSI4IiB5Mj0iMTIiLz48bGluZSB4MT0iMTIiIHgyPSIxMi4wMSIgeTE9IjE2IiB5Mj0iMTYiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNpcmNsZS1hbGVydC1pY29uIGx1Y2lkZS1jaXJjbGUtYWxlcnQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PGxpbmUgeDE9IjEyIiB4Mj0iMTIiIHkxPSI4IiB5Mj0iMTIiLz48bGluZSB4MT0iMTIiIHgyPSIxMi4wMSIgeTE9IjE2IiB5Mj0iMTYiLz48L3N2Zz4=");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #c7c7c7;
}
#attention .comment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #4B4B4B;
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #c7c7c7;
}
@media screen and (max-width: 590px) {
  #attention .comment__text {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 10px auto 0px;
    padding: 10px 0 0;
    border-left: 0px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
  }
}

#toC {
  margin-top: 96px;
  background-color: #fff;
}
@media screen and (max-width: 590px) {
  #toC {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
#toC img {
  width: 100%;
  border: 1px solid #ededed;
}
#toC .consumerInfo {
  margin-top: 0;
}
#toC .consumerInfo .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  margin-top: 32px;
}
@media screen and (max-width: 590px) {
  #toC .consumerInfo .list {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 24px;
  }
}
#toC .consumerInfo .list__item {
  border-radius: 0px;
}
@media screen and (max-width: 590px) {
  #toC .consumerInfo .list__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
  }
  #toC .consumerInfo .list__item:last-child {
    border-bottom: none;
  }
}
#toC .consumerInfo .list__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
#toC .consumerInfo .list h3 {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 590px) {
  #toC .consumerInfo .list h3 {
    font-size: 16px;
  }
}
#toC .consumerInfo .list p {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
#toC .consumerInfo .list a {
  margin-top: 24px;
  font-size: 14px;
  border-radius: 8px;
}