@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
hr {
  margin: 60px 0;
}
#Ageranking {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.mv, nav {
  margin-bottom: 60px;
}
.rank_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rank_nav li {
  width: 32%;
  background-color: #ed8697;
  text-align: center;
  padding: 40px 0;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.rank_nav li a {
  color: #FFF;
}
.rank_navmens {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rank_navmens li {
  width: 32%;
  background-color: #81c9c5;
  text-align: center;
  padding: 40px 0;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.rank_navmens li a {
  color: #FFF;
}

.icon_arrow {
  font-size: 28px;
  position: relative;
  text-align: center;
}
.icon_arrow::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}
.rank_ttl {
  background-image: url("https://kyonbykyon.com/contents/ex/img/AgeRanking/bg_ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  padding: 30px 0;
}
.rank_ttl_mens {
  background-image: url("https://kyonbykyon.com/contents/ex/img/AgeRanking/	bg_ttlmens.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  padding: 30px 0;
}
.ttl_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 20px;
}
.ttl_flex .ttl {
  font-size: 36px;
  margin-left: 10px;
}
.product_flex {
  display: flex;
  justify-content: space-between;
}
.product_flex .product_img {
  border: 1px solid #ddd;
  width: 32%;
}
.product_flex .product_txt {
  position: relative;
  width: 66%;
}
.product_flex .product_txt .txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.product_flex .product_txt .price {
  text-align: right;
  font-size: 16px;
}
.product_flex .product_txt .red_price {
  text-align: right;
  font-size: 24px;
  color: #d00000;
}
.product_flex .product_txt .prodct_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 215px;
  width: 100%;
  text-align: center;
  background-color: #ed8697;
  color: #FFF;
  font-size: 20px;
  border-radius: 15px;
  padding: 20px 0;
}
.product_flex .product_txt .prodct_btnmens {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 215px;
  width: 100%;
  text-align: center;
  background-color: #5dc1d0;
  color: #FFF;
  font-size: 20px;
  border-radius: 15px;
  padding: 20px 0;
}
.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

section#rank01 {
    margin-bottom: 100px;
}
section#rank02 {
    margin-bottom: 100px;
}
section#rank03 {
    margin-bottom: 100px;
}
section#rank04 {
    margin-bottom: 100px;
}
section#rank05 {
    margin-bottom: 100px;
}
@media screen and (max-width:600px){
	.rank_nav li{
		width: 46%;
	}
	.rank_navmens li{
		width: 46%;
	}
	.product_flex{
		display: block;
	}
	
	.product_flex .product_img{
		width: 90%;
		margin: auto;
	}
	.product_flex .product_txt{
		width: 90%;
		margin: auto;
	}
	
	.ttl_flex .ttl{
		font-size: 24px;
	}
	.product_flex .product_txt .txt{
		font-size: 16px;
	}
	.product_flex .product_txt .prodct_btn{
		padding: 15px;
		bottom: -80px;
	}
	.product_flex .product_txt .prodct_btnmens{
		padding: 15px;
		bottom: -80px;
	}
	hr{
		margin: 100px 0 60px;
	}
}