
body {
	background: #daefef url(../images/common/back2.webp) top center repeat;
	background-size: 100px 100px;
}
#content {
	background: #fff;
}
@media all and (min-width: 641px) {
#content {
	width: 430px;
	margin: 0 auto;
}
}
.section {
	padding: 0 10px;
	/*margin-top: 30px;*/
}
html.popup-active,
body.popup-active {
	overflow: hidden;
}


/* header */
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin: 0;
}
#header .pr {
	font-size: 12px;
}


/* footer */
#footer {
	text-align: center;
	padding: 10px 10px 15px;
	margin-top: 0;
}
#footer .nav {
	display: flex;
	justify-content: center;
}
#footer .nav a {
	font-size: 12px;
	text-decoration: none;
	color: #222;
	margin: 0 5px;
}
#footer .copyright {
	font-size: 10px;
	margin-top: 10px;
}


/* btn */
a.btn {
	display: block;
	position: relative;
	max-width: 90%;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	background: #f60407;
	padding: 16px 10px;
	margin: 8px auto 0;
	border-radius: 26px;
	box-shadow: 0 3px 0 #cc0306;
	animation: btn-move 2.4s infinite;
}
a.btn span {
	font-size: 12px;
}
a.btn::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: solid 4px;
	border-right: solid 4px;
	border-radius: 2px;
	transform: rotate(45deg);
}
a.btn-s {
	min-width: 86px;
	font-size: 11px;
	padding: 12px 18px 12px 13px;
	border-radius: 18px;
	margin: 0;
}
a.btn-s2 {
	box-shadow: none;
	animation: none;
	transform: none;
	transition: unset;
}
a.btn-s::after {
	top: calc(50% - 4px);
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: solid 3px;
	border-right: solid 3px;
}

@keyframes btn-move {
	0% {
		transform: translate(0);
		box-shadow: 0 3px 0 #cc0306;
	}
	10% {
		transform: translateY(3px);
		box-shadow: 0 0 0 #cc0306;
	}
	20% {
		transform: translate(0);
		box-shadow: 0 3px 0 #cc0306;
	}
	30% {
		transform: translateY(3px);
		box-shadow: 0 0 0 #cc0306;
	}
	40% {
		transform: translate(0);
		box-shadow: 0 3px 0 #cc0306;
	}
}


/* mainv */
#ranking-mainv {
	position: relative;
	padding: 0;
	margin: 0;
}
#ranking-mainv img {
	width: 100%;
	height: auto;
}
#ranking-mainv .area {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	background: #333;
	padding: 8px;
	border-radius: 4px;
}

/* ranking-content */
#ranking-content {
	padding: 20px 0;
}
#ranking-content .ranking-title {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}
#ranking-content .ranking-title b {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: #45b0b2;
	margin-bottom: 5px;
}
#ranking-content .ranking-title span {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #fff;
	background: #45b0b2;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 4px;
}
#ranking-content .ranking-title span:after {
	content: '';
	display: block;
	position :absolute;
	bottom: -6px;
	left: calc((100% - 14px) / 2);
	width: 14px;
	height: 7px;
	background: #45b0b2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}


/* rank */
.rank {
	margin-top: 50px;
}
#rank1 {
	margin-top: 25px;
}
.rank .rank-head {
	position: relative;
	border-top: 5px solid #00a6b0;
}
#rank1 .rank-head {
	border-color: #e7c047;
}
#rank2 .rank-head {
	border-color: #98a3b4;
}
#rank3 .rank-head {
	border-color: #c87138;
}
.rank .rank-head-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 10px 10px;
}
.rank.norank .rank-head-inner {
	padding-top: 10px;
}
.rank .rank-head .rank-name a {
	text-decoration: none;
	color: #222;
}
.rank .rank-num {
	display: block;
	position: absolute;
	top: -16px;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	text-align: center;
	background: #00a6b0;
	padding-top: 5px;
}
#rank1 .rank-num {
	background: #e7c047;
}
#rank2 .rank-num {
	background: #98a3b4;
}
#rank3 .rank-num {
	background: #c87138;
}
.rank .rank-name-box {
	flex: 1;
}
.rank .rank-name {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}
.rank .rank-star {
	font-size: 12px;
	font-weight: 800;
	color: #e7c047;
	margin-top: 4px;
}
.rank .rank-star img {
	margin-right: 1px;
}
.rank .btn-s {
	margin-left: 5px;
}
.rank .rank-content {
	padding: 0 10px;
}
.rank .rank-lead {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #ff1d25;
}
.rank .rank-cat {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6px;
}
.rank .rank-cat li {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #00a6b0;
	padding: 6px;
	margin-top: 4px;
	margin-right: 4px;
	border-radius: 4px;
}
.rank .rank-cat li.cat1 {
	background: #1760c4;
}
.rank .rank-mainv {
	margin-top: 10px;
}
.rank .rank-mainv img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.rank .rank-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5px;
}
.rank .rank-data li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 10px) / 3);
	text-align: center;
	margin-top: 5px;
}
.rank .rank-data .data-head {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #00a6b0;
	padding: 6px;
	border-radius: 5px 5px 0 0;
}
.rank .rank-data .data-cont {
	flex: 1;
	display: grid;
	place-content: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 5px;
	border-radius: 0 0 5px 5px;
}
.rank .rank-data .data-cont sup {
	font-size: 8px;
	color: #666;
}
.rank .rank-data .data-cont i {
	font-size: 10px;
	font-style: normal;
}
.rank .rank-data .data-cont b {
	font-weight: 800;
	color: #ff1d25;
}
.rank .rank-data .data-cont span {
	color: #ff1d25;
	font-weight: 700;
}
.rank .rank-data .data-cont span span {
	font-size: 14px;
	font-weight: 800;
}
.rank .rank-data .data-cont img {
	margin-bottom: 3px;
}
.rank .rank-point,
.rank .rank-review {
	margin-top: 15px;
}
.rank .rank-point h3.head,
.rank .rank-review h3.head {
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	background: #1760c4 url(../images/common/back.webp) top center repeat;
	background-size: 80px 80px;
	border-radius: 5px;
}
.rank .rank-point .head-inner,
.rank .rank-review .head-inner {
	background: rgba(23,96,196,0.5);
	padding: 6px;
	border-radius: 5px;
}
.rank .rank-point .head-inner span,
.rank .rank-review .head-inner span {
	display: inline-block;
	background: url(../images/common/icon_point.webp) left center no-repeat;
	background-size: 16px 16px;
	padding-left: 20px;
}
.rank .rank-point .content {
	padding: 0 6px;
	margin-top: 10px;
}
.rank .rank-point .content li {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 10px;
	margin-top: 4px;
}
.rank .rank-point .content li::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #1760c4;
	border-radius: 50%;
}
.rank .rank-point .content li span {
	font-size: 10px;
}
.rank .rank-point .content-sp li {
	font-size: 12px;
	margin-top: 10px;
}
.rank .rank-point .content-sp li b {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	color: #1760c4;
	margin-bottom: 4px;
}
.rank .rank-price {
	border: 1px solid #e5e5e5;
	margin-top: 8px;
	border-radius: 5px;
}
.rank .rank-price .head {
	position: relative;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	padding: 15px;
	cursor: pointer;
}
.rank .rank-price .head i {
	font-style: normal;
}
.rank .rank-price.open .head i {
	display: none;
}
.rank .rank-price .head span {
	position: absolute;
	right: 8px;
	top: calc(50% - 8px);
	display: block;
	width: 16px;
	height: 16px;
	background: #ccc;
	border-radius: 50%;
	transition-duration: 0.3s;
}
.rank .rank-price .head span::before,
.rank .rank-price .head span::after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 6.5px;
	width: 3px;
	height: 10px;
	background: #fff;
}
.rank .rank-price .head span::after {
	transform: rotate(90deg);
}
.rank .rank-price.open .head span {
	transform: rotate(-135deg);
}
.rank .rank-price .content {
	padding: 1px 10px 10px;
}
.rank .rank-price .content .text {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: #ff1d25;
	background: #ffeeee;
	padding: 8px;
}
.rank .rank-price .content .text b {
	font-size: 14px;
}
.rank .rank-price table {
	width: 100%;
}
.rank .rank-price table:not(:first-child) {
	margin-top: 15px;
}
.rank .rank-price caption {
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	background: #00a6b0;
	padding: 5px;
}
.rank .rank-price th {
	font-size: 10px;
	font-weight: 600;
	background: #ececec;
	text-align: center;
	padding: 4px;
}
.rank .rank-price td {
	font-size: 11px;
	line-height: 1.4;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	padding: 6px 4px;
}
.rank .rank-price td:first-child {
	text-align: left;
}
.rank .rank-case {
	border: 1px solid #e5e5e5;
	margin-top: 8px;
	border-radius: 5px;
}
.rank .rank-case .head {
	position: relative;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	padding: 15px;
	cursor: pointer;
}
.rank .rank-case .head i {
	font-style: normal;
}
.rank .rank-case.open .head i {
	display: none;
}
.rank .rank-case .head span {
	position: absolute;
	right: 8px;
	top: calc(50% - 8px);
	display: block;
	width: 16px;
	height: 16px;
	background: #ccc;
	border-radius: 50%;
	transition-duration: 0.3s;
}
.rank .rank-case .head span::before,
.rank .rank-case .head span::after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 6.5px;
	width: 3px;
	height: 10px;
	background: #fff;
}
.rank .rank-case .head span::after {
	transform: rotate(90deg);
}
.rank .rank-case.open .head span {
	transform: rotate(-135deg);
}
.rank .rank-case .content {
	padding: 1px 10px 10px;
}
.rank .rank-case .content .case:not(.case1) {
	margin-top: 15px;
}
.rank .rank-case .content .case .case-image {
	width: 100%;
	height: auto;
}
.rank .rank-case .content .case .case-note {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 5px;
}
.rank .rank-review h3.head {
	background-color: #00a6b0;
}
.rank .rank-review .head-inner {
	background: rgba(0,166,176,0.3);
}
.rank .rank-review .head-inner span {
	background-image: url(../images/common/icon_review.webp);
}
.rank .rank-review .review {
	background: #effaf8;
	padding: 10px;
	margin-top: 8px;
	border-radius: 5px;
}
.rank .rank-review .review .head {
	display: flex;
	justify-content: space-between;
}
.rank .rank-review .review .title {
	flex: 1;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}
.rank .rank-review .review  .star {
	margin-left: 10px;
}
.rank .rank-review .review  .star img {
	width: 12px;
	height: auto;
	margin-left: 1px;
}
.rank .rank-review .review .content {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 6px;
}
.rank .rank-foot {
	padding: 0 10px;
	margin-top: 15px;
}
.rank .rank-mc {
	font-size: 12px;
	text-align: center;
	color: #f60407;
}
.rank .rank-mc span {
	font-weight: 700;
	padding: 0 2px;
}
.rank .rank-note {
	font-size: 10px;
	line-height: 1.2;
	color: #666;
	margin-top: 15px;
}
.rank .rank-sponsored {
	font-size: 10px;
	text-align: center;
	color: #666;
	margin-top: 10px;
}


/* top3 */
#ranking-top3 {
	margin-top: 15px;
	margin-bottom: 30px;
}
#ranking-top3 .head {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	line-height: 1.1;
	background: linear-gradient(#fff 20%, #e7c047 20%, #e7c047 80%, #fff 80%);
}
#ranking-top3 .head span {
	font-size: 13px;
}
#ranking-top3 .top3 {
	display: grid;
	grid-template-columns: repeat(3, calc((100% - 20px) / 3));
	gap: 10px;
	padding: 0 3px;
	margin-top: 10px;
}
#ranking-top3 li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	row-gap: 5px;
}
#ranking-top3 .num {
	display: grid;
	place-content: center;
	width: 24px;
	height: 24px;
	background: #e7c047;
	margin: 0 auto;
}
#ranking-top3 .rank2 .num {
	background: #98a3b4;
}
#ranking-top3 .rank3 .num {
	background: #c87138;
}
#ranking-top3 .name {
	align-self: center;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
#ranking-top3 .name a {
	color: #222;
}
#ranking-top3 .banner img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
#ranking-top3 .text {
	align-self: center;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	margin-top: 2px;
}


/* hikaku */
.ranking-hikaku {
	padding: 20px 10px 10px;
}
.ranking-hikaku .head {
	text-align: center;
}
.ranking-hikaku .head .mc {
	font-size: 12px;
	color: #45b0b2;
	margin-bottom: 4px;
}
.ranking-hikaku .head .mc span {
	font-weight: 700;
	padding: 0 1px;
}
.ranking-hikaku .head .title {
	font-size: 22px;
	font-weight: 800;
}
.ranking-hikaku .scroll-note {
	font-size: 10px;
	font-weight: 600;
	text-align: right;
	color: #999;
	animation: note-action 2s ease 0s infinite;
	margin-top: 7px;
}
@keyframes note-action {
	0% {
		margin-right: 0;
	}
	15% {
		margin-right: 3px;
	}
	30% {
		margin-right: 0;
	}
	45% {
		margin-right: 3px;
	}
	60% {
		margin-right: 0;
	}
}
.ranking-hikaku .scroll-note span {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 10px;
	height: 10px;
	background: #999;
	margin-left: 3px;
	border-radius: 2px;
}
.ranking-hikaku .scroll-note span::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 2.8px);
	right: calc(50% - 2.5px);
	width: 4px;
	height: 4px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	border-radius: 2px;
	transform: rotate(45deg);
}
.ranking-hikaku .content {
	overflow: auto;
	white-space: nowrap;
}
.ranking-hikaku table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
}
.ranking-hikaku th,
.ranking-hikaku td {
	text-align: center;
	line-height: 1.3;
}
.ranking-hikaku th {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
	width: 60px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 5px 3px;
}
.ranking-hikaku th:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: #45b0b2;
	z-index: -1;
}
.ranking-hikaku td {
	width: 100px;
	font-size: 11px;
	font-weight: 600;
	border: 1px solid #dddddd;
}
.ranking-hikaku td:first-of-type {
	font-weight: 800;
	color: #ff1d25;
	background: #fff9ea;
}
.ranking-hikaku td div {
	width: 100px;
	white-space: normal;
	padding: 10px 5px;
	box-sizing: border-box;
}
.ranking-hikaku tr.rowspan td div {
	padding: 5px;
}
.ranking-hikaku table.hikaku1 td {
	width: calc(100% - 60px);
}
.ranking-hikaku table.hikaku2 td {
	width: calc((100% - 60px) / 2);
}
.ranking-hikaku table.hikaku3 td {
	width: calc((100% - 60px) / 3);
}
.ranking-hikaku table.hikaku1 td div,
.ranking-hikaku table.hikaku2 td div,
.ranking-hikaku table.hikaku3 td div {
	width: 100%;
}
.ranking-hikaku td span {
	color: #ff1d25;
}
.ranking-hikaku td span span {
	font-size: 13px;
	font-weight: 800;
}
.ranking-hikaku td i {
	display: inline-block;
	font-size: 10px;
	font-style: normal;
}
.ranking-hikaku td sup {
	font-size: 8px;
	color: #666;
}
.ranking-hikaku .name td {
	vertical-align: top;
}
.ranking-hikaku .name td div {
	padding: 5px;
}
.ranking-hikaku .name td .num {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #00a6b0;
	padding-top: 2px;
	margin: 0 auto;
}
.ranking-hikaku .name td .num.rank1 {
	background: #e7c047;
}
.ranking-hikaku .name td .num.rank2 {
	background: #98a3b4;
}
.ranking-hikaku .name td .num.rank3 {
	background: #c87138;
}
.ranking-hikaku .name td .icon img {
	display: block;
	width: 60px;
	height: auto;
	border: 1px solid #eee;
	margin: 4px auto;
	border-radius: 3px;
}
.ranking-hikaku .name td a {
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	color: #222;
}
.ranking-hikaku .point td {
	text-align: left;
}
.ranking-hikaku .entry td div {
	padding: 5px 5px 8px;
}
.ranking-hikaku .ninki div,
.ranking-hikaku .review div,
.ranking-hikaku .pain div {
	padding: 5px;
}
.ranking-hikaku img.m {
	margin-bottom: 3px;
}
.ranking-hikaku .review img.s {
	position: relative;
	top: -4px;
}
.ranking-hikaku .review span {
	color: #222;
}
.ranking-hikaku a.btn {
	width: 100%;
	max-width: 100%;
}
.ranking-hikaku .note-box {
	position: relative;
	height: 60px;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.1;
	color: #999;
	border: 1px solid #ddd;
	padding: 6px;
	margin-top: 10px;
	border-radius: 4px;
	cursor: pointer;
}
.ranking-hikaku .note-box .btn {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.ranking-hikaku .note-box .btn::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	background: #999;
	margin-right: 2px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.ranking-hikaku .note-box .white {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255,255,255,0) 25%,rgba(255,255,255,1) 75%);
}
.ranking-hikaku .note-box.open {
	height: auto;
}
.ranking-hikaku .note-box.open .white,
.ranking-hikaku .note-box.open .btn {
	display: none;
}
		

/* search */
#ranking-search {
	position: relative;
	background: #444 url(../images/common/back.webp) top center repeat;
	background-size: 60px 60px;
	padding: 10px;
}
#ranking-search .head {
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
}
#ranking-search form.content {
	display: flex;
	justify-content: space-between;
}
#ranking-search ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5px;
}
#ranking-search li {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: calc((100% - 10px) / 3);
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
	border-radius: 3px;
}
#ranking-search li::after {
	content: '';
	position: absolute;
	right: 10px;
	width: 10px;
	height: 7px;
	background-color: #888;
	border-radius: 2px;
	pointer-events: none;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#ranking-search li select {
	appearance: none;
	width: 100%;
	font-size: 1em;
	color: #333333;
	border: none;
	background: none;
	padding: 10px;
	cursor: pointer;
}
#ranking-search .search-btn {
	display: grid;
	place-content: center;
	width: 60px;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	border: none;
	background: #00a6b0;
	margin-left: 5px;
	margin-top: 10px;
	border-radius: 3px;
	appearance: none;
	cursor: pointer;
}
#ranking-search .search-btn img {
	padding-bottom: 5px;
}


/* page */
.page-title {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	background: #444 url(../images/common/back.webp) top center repeat;
	background-size: 60px 60px;
	padding: 15px 10px;
}
.page-content {
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
	padding: 15px;
}
.page-content a {
	color: blue;
}
.page-content h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-content h2:first-child {
	margin-top: 0;
}
.page-content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
}
.page-content table {
	width: 100%;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;}
.page-content table th,
.page-content table td {
	font-size: 12px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 8px;
}
.page-content table th {
	background: #f6f6f6;
}
.page-content table td {
	text-align: center;
}