/******************************/
/* product list */
/******************************/
.p-productlist__ttl {
  color: var(--heading-text-color);
  font-size: var(--heading-font-size-sp);
  font-weight: var(--heading-font-weight);
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-productlist__ttl {
    font-size: var(--heading-font-size-pc);
  }
}
.p-productlist-free {
  margin-bottom: 40px;
  line-height: 2;
}



/******************************/
/* 20250222ÄÉ²Ã */
/******************************/
        .cate-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .cate-top-image {
            width: 100%;
            height: auto;
            max-width: 1200px;
        }

        .cate-description {
            margin: 20px 0;
            font-size: 16px;
            line-height: 1.5;
            color: #333;
        }

        .cate-product {
			max-width: 800px;
			width: 100%;
            margin-bottom: 40px;
          	margin-left: auto;
			margin-right: auto;
		}

		.cate-product img {
			max-width: 800px;
			width: 100%;
			height: auto;
			display: block;
			margin: 0 auto;
		}

        .cate-product-description {
            margin-top: 10px;
            font-size: 16px;
            color: #666;
        }

html {
  scroll-behavior: smooth;
}

