@media only screen and (max-width: 740px) {
  .p-column-category {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category {
    margin-bottom: 2.8571428571vw;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category {
    margin-bottom: 40px;
  }
}

.p-column-category-dl {
  font-weight: bold;
}
@media print, screen and (min-width: 741px) {
  .p-column-category-dl {
    gap: 0.7142857143vw 0.3571428571vw;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-dl {
    gap: 10px 5px;
  }
}
.p-column-category-dl dt {
  display: flex;
  align-items: center;
  gap: 0.4em;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-column-category-dl dt {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category-dl dt {
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-dl dt {
    margin-right: 10px;
  }
}
.p-column-category-dl dt:before {
  content: "";
  display: inline-block;
  background: url(/_assets/_common/img/icon-category.svg) 50% 50%/contain no-repeat;
  position: relative;
  top: 0.05em;
}
@media only screen and (max-width: 740px) {
  .p-column-category-dl dt:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category-dl dt:before {
    width: 1.1428571429vw;
    height: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-dl dt:before {
    width: 16px;
    height: 16px;
  }
}
.p-column-category-list {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .p-column-category-list {
    gap: 8px 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category-list {
    gap: 0.7142857143vw 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-list {
    gap: 10px 5px;
  }
}
.p-column-category-list li a {
  display: block;
  padding: 0 1em;
  border-radius: 4px;
  border: 1px solid #0071bc;
  color: #0071bc;
  background: #fff;
}
@media only screen and (max-width: 740px) {
  .p-column-category-list li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category-list li a {
    font-size: 1.1428571429vw;
    transition: color 0.4s, background 0.4s;
  }
  .p-column-category-list li a:hover {
    color: #fff;
    background: #0071bc;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-list li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-column-category-list li a.is-active {
  color: #fff;
  background: #0071bc;
  pointer-events: none;
}

@media only screen and (max-width: 740px) {
  .p-column-category-btns {
    text-align: center;
    margin-top: 20px;
    margin-inline: 30px;
  }
}
.p-column-category-submit {
  background: #1d2951;
  color: #fff;
  border-radius: 6px;
  padding: 0.5em 1em;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-column-category-submit {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-category-submit {
    font-size: 1.1428571429vw;
    transition: background 0.4s;
  }
  .p-column-category-submit:hover {
    background: #0071bc;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-category-submit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-column-list {
    margin-inline: -20px;
  }
}
.p-column-item {
  border-bottom: 1px solid #e0e4e7;
}
.p-column-item:first-child {
  border-top: 1px solid #e0e4e7;
}
.p-column-item-link {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 740px) {
  .p-column-item-link {
    padding: 20px;
    gap: 15px;
  }
  .p-column-item-link:not(:first-child) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-link {
    padding-block: 2.1428571429vw;
    flex: 0 0 calc((100% - 2.8571428571vw) / 2);
    gap: 2.1428571429vw;
  }
  .p-column-item-link:hover {
    color: #0071bc;
  }
  .p-column-item-link:hover .p-column-item-img img {
    scale: 1.1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-link {
    padding-block: 30px;
    flex: 0 0 calc((100% - 40px) / 2);
    gap: 30px;
  }
}

.p-column-item-img {
  aspect-ratio: 335/224;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-column-item-img {
    flex: 0 0 86px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-img {
    flex: 0 0 17.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-img {
    flex: 0 0 240px;
  }
}
.p-column-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-pickup-item-body {
  flex: 1 1 auto;
}
.p-column-item-category {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .p-column-item-category {
    gap: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-category {
    gap: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-category {
    gap: 5px;
  }
}
.p-column-item-category li {
  background: #0071bc;
  color: #fff;
  border-radius: 100px;
  line-height: 1.6;
  padding: 0 0.8em 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-column-item-category li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-category li {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-category li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-column-item-ttl {
  font-weight: bold;
  line-height: 1.4;
  margin-block: 0.6em;
}
@media only screen and (max-width: 740px) {
  .p-column-item-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-ttl {
    font-size: 1.7142857143vw;
    transition: color 0.4s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-column-item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-column-item-lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
@media only screen and (max-width: 740px) {
  .p-column-item-lead {
    -webkit-line-clamp: 5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-column-item-lead {
    -webkit-line-clamp: 3;
    transition: color 0.4s;
  }
}