@charset "UTF-8";
.fs-c-heading.fs-c-heading--page {
    padding: 10px 0px; }
	
body {
	margin: 0;
    padding: 0;}
p{
	font-size:18px;
	}
.PC-none {  
    display: none;
}
.SP-none {
	display: block;
}

.ranking-wrap{
	width:100%;
	max-width:1100px;
	margin: auto;
	text-align:center;
}

.top {
	margin-bottom:1em;
	}

.top__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size:12px;
}
.top__breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
}


.ranking-wrap .title{
  display: flex;
  flex-direction: column;
}


.title_hr {
	border: 0;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.title__image{
	width:50px;
	margin: 1em auto;
}	

.title__image--grade{
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 100%), url(https://emoor.itembox.design/item/page/img/takazaisu-ranking/takazaisu-rank_title.jpg);
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background-size: cover;
	height:400px;	
}	

.title__tt span {
	font-size:22px;
	font-weight:500;
}

 .title__tt {
	font-size:40px;
	font-weight:600;
	text-shadow: 3px 3px 5px #fff;
	margin: 0 1em;
	line-height: 1.3em;
}


.title__txt {
	width: 80%;
	margin:3em auto;
	font-size:18px;
	text-shadow: 3px 3px 5px #fff;
	line-height: 2em;
}

.title__txt--date{
	font-size:14px;}

	

.subtitle__tt h2{
	position: relative;
	display: inline-block;
	margin: 1em auto;
	font-size:30px;
	font-weight:500;
	line-height: 1.3em;
	
	}

.subtitle__tt :before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  	background-color: black;
  	border-radius: 1px;
}



.content{
	padding:0 1em;
	margin-top:3em;
	}


.content--gray{
	background: #f1f1f1;
	}
	
.content--flex	{
	display:flex;
	justify-content: space-evenly;
	margin-bottom:3em;
	}


.content__ranking-tt{
  display: block;
  position: relative;
  margin: auto;
  padding: 10px 0;
  width:100%;
  box-sizing: border-box;
  text-align:center;
  }	
  
  
.content__ranking-tt .content__ribbon--image{
	width:50%;
	text-align: center;
    margin: auto;
  }		
.content__ranking-tt .content__ribbon--txt{
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 100px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#cc2b08 0%, #b31f00 100%);
  border-radius: 2px 0 0 0;
  font-size: 2em;
  font-weight: 600;
  }
  
  
.content__ranking-tt .content__ribbon--txt  :before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #b31f00;
  border-right: solid 6px transparent;
}


.content__ranking-tt .content__ribbon--txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid #b31f00;
  border-right: 50px solid #b31f00;
  border-bottom: 10px solid transparent;
}


.content__ranking-wrap {
  margin: auto;
  padding: 10px 0;
  }	

.content__ranking-tt h3 {
	font-size:25px;
	font-weight:600;
	margin:1.5em 0.5em auto;
	line-height: 1.3em;
	}	
	
	
.content__ranking-key h4 {
	font-size:15px;
	font-weight:500;
	margin:0 0 1.5em;
	color:#666666;}	
	
	
	
	
.content__ranking-wrap--flex	{
	display: flex;
	padding:1em;
    max-width: 900px;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	background-color: white;
    justify-content: space-around;	}	
	


.content__product{
    text-align: left;
    width: 45%;
	margin-top: 2em;
}

.feature{
	display:inline-block;
	text-align: left;
	font-size: 16px;
    line-height: 1.3em;
	}
	
.content__product .number{
	font-size:16px;
	margin:0;}

.content__product .price{
	margin:0.5em auto;
	}
	
.price--red	{
	display:inline-block;
	margin:0.5em;
	font-size:20px;
	font-weight:600;
	color:#F00;
	}
	
	
.price--box{
 font-weight: bold;
  padding: 7px 15px;
  background: #444;
  color: #fff;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);	
}


.star5_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; }
.star5_rating[data-rate="0.3"]:after{ width: 6%; }
.star5_rating[data-rate="0.2"]:after{ width: 4%; }
.star5_rating[data-rate="0.1"]:after{ width: 2%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }


.content_hr{
  border-top: 3px double #8c8b8b;
  margin:1em 0;
}



.column{
	width:30%;
	padding:1.5em;
	margin:1em;
	display:flex;
	flex-direction: column;
	}
.column--white{
	background:#FFFFFF	
	}
	
.column__rank img{
	width:15%;
	text-align: center;
    margin: auto;
	}

.column__tt{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1em 0;
	}
	
	
.column__key	{
	font-size:12px;
	color:#666666;
	text-align:left;
	font-weight:500;
	margin: 1em 0;
	
	}
	
.column__img img{
	width:90%;
	max-width: 300px;
	margin:auto;
	}
.rank--strong	{
	font-size:20px;
	font-weight:600;
	margin:0 0 0.5em ;
	}
		
/*ボタン*/
a.btn {
  display: inline-block;
  position: relative;
  width: 330px;
  max-width: 100%;
  font-size: 17px;
  margin: 1em 0 0;
  padding: 0.5em 40px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  background-position: right center;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
}
a.btn:hover {
    color: #404040;
    background-position: left center;
}
a.btn:after{
  content:'';
  position:absolute;
  height:1em;
  width:1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: calc(50% - 0.5em);
  right: 10px;
}
a.btn-bk{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  padding: 27px 30px;
  font-weight: bold;
  border-radius: 3px;
}
a.btn-wh{
  background-image: linear-gradient(to right, #404040 0%, #404040 50%, #fff 50%, #fff 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #404040;
  border: solid 2px #404040;
}
a.btn-wh:after{
  background-image: url(../img/index/btn_icon_b.png);
}
a.btn-wh:hover{
  color: #fff;
}
a.btn-nv{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #111124 50%, #111124 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 100%;
  max-width:300px;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  border: solid 2px #111124;
}
a.btn-nv:after{
  background-image: url(../img/index/btn_icon_w.png);
}
a.btn-nv:hover{
  color: #111124;
}




a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 280px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color:  #f1f1f1;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #19191a;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 18px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}




@media (max-width: 1200px) {
  
a.btn_ao_b {
  display: flex;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #ccc;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #f1f1f1;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }}


/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:960px) {
    
}

	
	
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
}

/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:800px) {



.PC-none {
  display: block;
}

.SP-none {
  display: none;
}

.ranking-wrap{
	width:100%;
}


.top__breadcrumb {
	margin-left: 15px;}

.top__breadcrumb li{
	font-size:12px;}
.top__breadcrumb li a{
	font-size:12px;}	
.title__txt {
	font-size:18px;
	line-height: 1.5em;
	text-align:left;
}

.title__tt {
	font-size: 30px;
	}
	
.title__tt span {
	font-size:18px;
	font-weight:600;
	}
.content__ranking-key h4 {
	line-height: 1.3em;
	text-align:left;}


.content__ranking-wrap--flex {
	width: 100%;
	padding:1em 0;
	}
	
.content__ranking-wrap--flex img	{
	width:90%;
	margin:auto;}



.content__ranking-tt .content__ribbon--image{
	width:50%;
  }		
.content__ranking-tt .content__ribbon--txt{
  width: 50px;
  top: -10px;
  left: 5px;
  font-size: 1.3em;
  
  }
  
  
.content__ranking-tt .content__ribbon--txt  :before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #b31f00;
  border-right: solid 6px transparent;
}


.content__ranking-tt .content__ribbon--txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #b31f00;
  border-right: 25px solid #b31f00;
  border-bottom: 10px solid transparent;
}

.content__product {
	width: 80%;
	text-align: center;}

.content--flex {
	flex-direction: column;
	}

.column {
	width: 100%;
	margin: 1em 0;
	padding: 1em 0;}
	
.column__txt{
    width: 80%;
    text-align: center;
    margin: auto;
   }	

.column__key {
	font-size: 14px;
	line-height: 1.3em;
	 }	
	
	
 a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }	
	
}