.section {
  padding: 100px 0 0;
}
@media screen and (max-width: 812px) {
  .section {
    padding: 10vw 0 0;
  }
}

.section_inner {
  padding: 0 3.125vw 4.6875vw;
  position: relative;
}
@media screen and (min-width: 813px) {
  .section_inner {
    padding: 0 15px 30px;
  }
}

.coollimit_itemlist {
	margin-top: 100px;
}
@media screen and (max-width: 812px) {
	.coollimit_itemlist {
		margin-top: 10vw;
	}
}

.item_txt {
	margin: 0
}
.item_txt img {
	margin: 0
}

.lineup_link {
	display: flex;
}
.hinyari,.mottohinyari {
	width: 50%;
	height: auto;
	padding: 0 5% 5%;
}
.lineup_link_list li {
	padding: 5% 0 0 0;
}
.hinyari {
	background-color: #0080cb;
}
.mottohinyari {
	background-color: #0046aa;
}

.product {
  padding: 0 0.78125vw;
}

@media screen and (min-width: 813px) {
  .product {
    padding: 0;
  }
}

.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 813px) {
  .product_list {
    justify-content: flex-start;
    margin: 0 -13px;
  }
}

.product_list > li {
  margin-top: 4.6875vw;
  width: 44.375vw;
}

@media screen and (min-width: 813px) {
  .product_list > li {
    margin: 30px 13px 0;
    width: 198px;
  }
}

.product_image {
  margin-bottom: 3.125vw;
  width: 100%;
}

@media screen and (min-width: 813px) {
  .product_image {
    margin-bottom: 20px;
  }
}

.product_image img {
  width: 100%;
}

.product_badge {
  display: block;
  margin: -0.78125vw 0 1.5625vw;
  font-size: 3.125vw;
}

@media screen and (min-width: 813px) {
  .product_badge {
    margin: -10px 0 10px;
    font-size: 14px;
  }
}

.product_badge span {
	display: inline-block;
	padding: 0.1em 0.5em;
	background: #E00501;
	color: #fff;
	font-weight: bold;
}

.product_badge .matome {
	display: inline-block;
	padding: 0.1em 0.5em;
	background: #4d99f7;
	color: #fff;
	font-weight: bold;
}

.product_sub {
	color: #E00501;
	font-weight: bold;
}

.product_title {
  margin-bottom: 3.125vw;
  font-size: 3.4375vw;
  line-height: 1.18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 813px) {
  .product_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.product_title a {
  display: block;
  color: inherit;
  font: inherit;
}

.product_price {
  color: #E00501;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.18;
}

@media screen and (min-width: 813px) {
  .product_price {
    font-size: 20px;
  }
}

.product_price > small {
  display: block;
  margin-top: 0.78125vw;
  color: #231815;
  font-size: 3.4375vw;
  font-weight: 400;
}

@media screen and (min-width: 813px) {
  .product_price > small {
    margin-top: 5px;
    font-size: 14px;
  }
}

.product_price_b {
	font-size: 3.5vw;
	text-decoration: line-through;
}
@media screen and (min-width: 813px) {
  .product_price_b {
    font-size: 16px;
  }
}

.product_sale {
	margin-top: 1.16vw;
	font-size: 2.8vw;
	line-height: 1.16;
	color: #e00501;
}
@media screen and (min-width: 813px) {
  .product_sale {
    margin-top: 13px;
    font-size: 14px;
  }
}


.lineup_txt {
	margin-bottom: 2%;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
