h2 {
  font-size:120%;
}
h3 {
  font-size:120%;
}


/* sw */
.top-info {
    color: #ff0000;
    border: solid #ff0000 1px;
    margin: 10px auto 50px;
    padding: 2px 4px;
}

.top-info p {
    font-size: 110%;
    
}
.price-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price-cat a {
    position: relative;
    min-width: 180px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border: 2px solid #d53a30;
    border-radius: 6px;
    -webkit-transition: 0.175s;
    transition: 0.175s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 29px;
    margin: 5px 10px;
}

.price-cat a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    0; display: block;
    width: 12px;
    height: 12px;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

/* 2025.07.29 ÄÉ²Ã ----------------------------------------- */
li.seller-unit a span.ranking {
  font-size: 20px;
  font-weight: 800;
  display: block;
  text-align: center;
}

li.seller-unit a.item-name {
  text-align: left;
  display: block;
}

li.seller-unit {
  text-align: left;
  display: block;
}

img.top-first-photo {
  margin: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  img.top-first-photo {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  ul.ranking {
	display: flex;
	flex-wrap: wrap;
  }
    ul.ranking li.seller-unit {
	width: 50%;
	height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  ul.kodawari {
	display: flex;
	flex-wrap: wrap;
  }
    ul.kodawari li {
	width: 50%;
	height: auto !important;
  }
}

div.see-more a {
	margin: 40px auto 40px;
	width: 320px;
	display: block;
	padding: 16px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #181818;
	border-radius: 40px;
	background: #181818;
	color: #fff;
  	transition-duration: 0.1s;
}
div.see-more a:hover {
	background: #fff;
	color: #181818;
  	text-decoration: none;
}
@media screen and (max-width: 768px) {
  div.see-more a {
	width: 300px;
	padding: 12px 12px;
  }
  div.container h2 {
    font-size: 22px;
  }
}

div.home-news p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
div.home-news img {
  margin: 24px 0 24px;
}
div.media.toppage {
  margin: 64px 0 64px;
}

