<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
  max-width: 1580px;
  padding: 88px 40px;
  margin: 0 auto;
}

.pickup-news {
  padding: 16px 16px;
  background-color: var(--color-light-blue);
  margin-bottom: 24px;
}

.pickup-news a {
  text-decoration: underline;
}

.main__content {
  margin-top: 40px;
}

.unstyled-link {
  display: inline-block;
  color: #0000EE;
  text-decoration: underline;
  margin-right: 24px;
  position: relative;
}

.unstyled-link:visited {
  color: #551A8B;
}

.unstyled-link::after {
  position: absolute;
  content: '';
  bottom: 2px;
  right: -20px;
  width: 16px;
  height: 16px;
  background-image: url(https://gigaplus.makeshop.jp/decodecoshop/resource/img/icon/open_new_page.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.link-button {
  width: fit-content;
  margin: 24px 0 0 auto;
}

.link-button a {
  display: inline-block;
  padding: 16px 32px;
  border: solid 1px var(--color-extra-light-black);
  border-radius: 3px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.arrow-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(https://gigaplus.makeshop.jp/decodecoshop/resource/img/icon/arrow_down.svg);
}

.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}

.breadcrumb-item::after {
  content: "&gt;";
  margin-left: 12px;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.starOn {
  background-image: url('https://gigaplus.makeshop.jp/decodecoshop/resource/img/icon/star.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.starOff {
  background-image: url('https://gigaplus.makeshop.jp/decodecoshop/resource/img/icon/star_off.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.starHalf {
  background-image: url('https://gigaplus.makeshop.jp/decodecoshop/resource/img/icon/star_half.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  width: 16px;
  height: 16px;
}

.reviewRate {
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviewRateStar {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.list-head-sort {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
  justify-content: flex-end;
  align-items: center;
}

.list-head-sort dd {
  margin-right: 8px;
  padding: 6px;
  background-color: #e5e5e5;
}

.list-head-sort div {
  display: flex;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
  gap: 8px;
}

.pager li .current {
  padding: 4px 8px;
}

.pager li a {
  padding: 4px 8px;
  background-color: #e5e5e5;
}

/* -----------------------------------------------------------------
  蝟ｶ讌ｭ譌･繧ｫ繝ｬ繝ｳ繝繝ｼ
----------------------------------------------------------------- */
.modal-calendar {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.calendar__content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  height: 100vh;
  max-width: 416px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}

.modal-calendar__close-btn {
  margin-top: 16px;
  background-color: var(--color-black);
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 5px;
}

.modal-calendar__close-btn:hover {
  background: darkred;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  margin: 0 auto 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e6e6e6;
}

/* 縲先屆譌･縲� */
.makeshop-calendar1 th,
.makeshop-calendar2 th {
  background: #dcdcdc;
  font-weight: bold;
  padding: 10px 0;
}

/* 縲先律莉倥� */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
  background: #fff;
  font-weight: bold;
  padding: 8px 0;
}

/* 縲蝉ｻ頑律縲� */
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
  background-color: #57886C;
  color: #fff;
}

/* 縲先律譖懈律縲� */
.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
  color: #fff;
  background: #f08080;
}

/* 縲先律譖懈律縲第律莉� */
.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
  background: #FFCCCC;
}

/* 縲仙悄譖懈律縲� */
.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
  color: #fff;
  background: #6495ed;
}

/* 縲仙悄譖懈律縲第律莉� */
.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
  background: #FFCCCC;
}

/* 縲先怦譖懈律縲� */
.monday {
  color: black;
}

/* 縲千↓譖懈律縲� */
.tuesday {
  color: black;
}

/* 縲先ｰｴ譖懈律縲� */
.wednesday {
  color: black;
}

/* 縲先惠譖懈律縲� */
.thursday {
  color: black;
}

/* 縲宣≡譖懈律縲� */
.friday {
  color: black;
}

/* -----------------------------------------------------------------
  繝√ぉ繝�け縺励◆蝠�刀
----------------------------------------------------------------- */
.checked-contents {
  margin-bottom: 80px;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.checked-item-list li {
  width: 140px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.checked-item-list li:last-child {
  margin-right: 0;
}

.checked-item-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------------------------------------------------------
  蝠�刀荳隕ｧetc
----------------------------------------------------------------- */
.category__category-list,
.category__normal .product__list,
.main__content .product__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 24px * 4) / 5), 1fr));
  gap: 64px 24px;
}

.product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.product__list li {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 288px;
  flex: 1;
  position: relative;
}

.product__list li &gt; a {
  position: relative;
}

.item-list-image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}

.item-category {
  margin: 8px 0;
  font-size: 12px;
}

.item-name {
  margin-bottom: 16px;
}

.item-icon {
  position: absolute;
  top: 0;
  font-size: 12px;
  right: 0;
  color: var(--color-white);
  z-index: 1;
}

.item-icon p {
  padding: 0 4px;
}

.item-icon .item-soldout {
  background: var(--color-extra-light-black);
}

.item-icon .item-sale {
  background: #F23E0C;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.item-list-cart {
  margin: auto 0 0 0;
}

.item-list-review {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.item-list-sold {
  background: #B5B5B5;
  color: var(--color-white);
}

.option-list-cart {
  border: 1px solid var(--color-light-black);
  color: var(--color-light-black);
}

.price {
  margin-bottom: 8px;
  font-weight: bold;
}

.add-list-cart {
  background: var(--color-main);
  color: var(--color-white);
}

.item-list-cart--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .category__category-list,
  .category__normal .product__list,
  .main__content .product__list {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 24px * 2) / 3), 1fr));
  }
}

@media screen and (max-width: 860px) {
  #content {
    width: 100%;
    padding: 0 40px 48px;
  }

  .link-button {
    width: 100%;
    margin: 40px auto;
  }

  .link-button a {
    display: block;
    text-align: center;
  }

  .checked-item-list {
    flex-wrap: wrap;
    gap: 32px 16px;
  }

  .checked-item-list li {
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .category__category-list,
  .category__normal .product__list,
  .main__content .product__list {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 24px) / 2), 1fr));
  }
}

@media screen and (max-width: 600px) {
  #content {
    padding: 0 16px 48px;
  }

  .list-head-sort {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .category__category-list,
  .category__normal .product__list,
  .main__content .product__list {
    grid: initial;
    display: block;
  }

  .category__category-list &gt; li,
  .category__normal .product__list li,
  .main__content .product__list li {
    width: 100%;
    max-width: 100%;
    padding: 24px 0;
    border-bottom: solid 1px #cdcdcd;
  }

  .item-list-layout {
    display: flex;
    gap: 16px;
  }

  .item-category {
    margin: 8px 0;
  }

  .item-list-review {
    margin-top: 4px;
  }

  .item-list-cart {
    display: none;
  }

  .item-list-cart--mobile {
    display: block;
  }

  .pager-wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .pager {
    justify-content: center;
  }

  .total-count {
    text-align: center;
  }
}</pre></body></html>