/* common start */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}


div {
	box-sizing: border-box;
}

/* common end */
.rank-list {
	width: 98\%;
	background-color: #fff;
	margin: min(5vw, 30px) auto 0 auto;
	border: solid 3px #70ad47;
	padding-bottom: 15px;
}

._ranking_list>div.rank-list:first-child {
	margin-top: 0;
}

.rank-list * {
	box-sizing: border-box;
}

.rank-list__name {
	background-color: #70ad47;
	font-size: min(7vw, 40px);
	padding: 0.3em 0.3em 0.3em 2em;
	position: relative;
}

.rank-list__name img {
	width: 1.5em;
	display: block;
	position: absolute;
	left: 0.25em;
	top: 20%;
}

.rank-list__name a {
	color: #fff;
	font-weight: bold;
}

.rank-list__point {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 0 10px;
}

.rank-list__point-title {
	width: fit-content;
	font-size: min(4.5vw, 18px);
	font-weight: bold;
	border: solid 2px #f9be2a;
	padding: 0.2em 0.5em;
	color: #f9be2a;
}

.rank-list__point-star {
	margin-left: min(2vw, 20px);
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.rank-list__point-star img {
	width: min(5vw, 30px);
}

.rank-list__point-num {
	margin-left: min(2vw, 10px);
	font-size: min(4.5vw, 20px);
	font-weight: bold;
	color: #fff;
}

.rank-list__point-num span {
	color: red;
	font-size: 1.5em;
	padding-right: 0.1em;
}

.rank-list__choice {
	margin: 10px auto 0 auto;
	color: #5b5b5b;
	font-size: min(4.5vw, 16px);
	width: fit-content;
	text-decoration: underline;
}

.rank-list__choice-text-red {
	font-weight: bold;
	color: red;
}

.rank-list__choice-text-black {
	font-weight: bold;
	color: #000;
}

.rank-list__coupon {
	display: block;
	width: 95%;
	margin: 10px auto 0px;
}

.rank-list__coupon>img {
	width: 100%;
	vertical-align: top;
	animation: jumpbtn 3s ease-out 0s infinite;
}

.rank-list__slogan {
	text-align: center;
	font-weight: bold;
	font-size: min(6vw, 28px);
	margin-top: 1em;
	color: #3b3b3b;
	padding: 0 0.5em;
}

.rank-time {
	background-color: #4D4D4D;
	font-size: 3.5vw;
	text-align: center;
	display: block;
	width: fit-content;
	margin: 15px auto 0;
	padding: 1vw 2vw;
	text-align: center;
	border-radius: 2vw;
	color: #FFFF00 !important;
}

.rank-time>span {
	color: #FFFF00 !important;
}

.rank-time>span:first-child {
	color: #ffffff !important;
}

.rank-time>span:first-child~* {
	font-weight: bold;
}

.rank-list__slide-chart {
	margin: min(5vw, 20px) auto 0 auto;
	width: min(100%, 900px);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5%;
	padding: 0 2%;
}

.rank-list__pic-box {
	height: 100%;
}

.rank-list__slide {
	height: 240px;
	width: min(100%, 450px);
}

.rank-list__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rank-list__chart {
	width: min(100%, 300px);
	display: none;
}

.rank-list__table {
	width: 95%;
	margin: min(5vw, 20px) auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	border: solid 2px #beb6a8;
}

.rank-list__cell {
	width: calc(100% / 3);
	text-align: center;
	border-bottom: solid 2px #beb6a8;
	display: flex;
	flex-direction: column;
}

.rank-list__cell50 {
	width: calc(100%/2);
}

.rank-list__cell100 {
	width: 99%;
	text-align: left;
	padding: 0.5em 0.2em;
	font-size: min(3vw, 18px);
}

.rank-list__cell--right {
	border-right: solid 2px #beb6a8;
}

.rank-list__cell:nth-last-child(3) {
	border-bottom: 0;
}

.rank-list__cell:last-child,
.rank-list__cell:nth-last-child(2) {
	border-bottom: none;
}

.rank-list__cell:nth-child(odd) {
	/* border-right: solid 2px #beb6a8; */
}

.rank-list__cell-head {
	background-color: #ffe2c0;
	border-bottom: solid 1px #beb6a8;
}

.rank-list__cell-head,
.rank-list__cell-middle {
	font-size: min(3vw, 18px);
	padding: 0.5em 0.2em;
	font-weight: bold;
}

.rank-list__cell-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.rank-list__cell-middle img {
	width: min(15%, 25px);
}

.rank-list__osusume {
	width: 95%;
	margin: min(5vw, 20px) auto 0 auto;
}

.rank-list__osusume-head {
	background-color: #774f25;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: min(5vw, 25px);
	padding: 0.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rank-list__osusume-head:before,
.rank-list__osusume-head:after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	background-image: url('../images/osusume-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.rank-list__osusume-head:after {
	transform: scaleX(-1);
}

.rank-list__osusume-middle {
	border: solid 2px #774f25;
	font-size: min(4.5vw, 20px);
	padding: 1em;
}

.rank-list__osusume-ul li {
	list-style: none;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 2em;
	position: relative;
}

.rank-list__osusume-ul li:first-child {
	margin-top: 0;
}

.rank-list__osusume-ul li:before {
	position: absolute;
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-image: url('../images/osusume-li.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: -0.2em;
	left: 0;
}

.rank-list__comment {
	width: 95%;
	margin: min(8vw, 25px) auto 0 auto;
	font-size: min(5vw, 25px);
	font-weight: bold;
	border: 2px solid #FE9804;
}

.rank-list__comment-head {
	position: relative;
	padding: 0.5em 0 0.5em 0;
	background-color: #FE9804;
	color: #ffffff;
	text-align: center;
}

.rank-list__comment-head:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0.5em;
	width: 3em;
	height: 4em;
	background-image: url('../images/comment-head.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.rank-list__comment-middle {
	/* border: solid 2px #ffc10f; */
	/* border-radius: 0.4em; */
	padding: 0.6em;
	margin-top: 0.5em;
	font-weight: normal;
	font-size: min(4vw, 25px);
}

.rank-list__link {
	margin-top: min(5vw, 20px);
	text-align: center;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

.rank-list__link a {
	display: block;
	width: 95%;
	margin: 0 auto;
	border-radius: 0.4em;
	padding: 0.6em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(#ffad02, #fc4d0a);
	border: solid 1px #eaeffa;
	font-size: min(5vw, 25px);
}

div.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s cubic-bezier(0, 0.3, 0.6, 0) infinite;
}

.rank-list__insta {
	margin-top: min(5vw, 20px);
	padding: 2.5%;
}

.rank-list__insta .swiper-slide {
	padding: 0 calc(var(--swiper-navigation-size)/ 44 * 27 + 10px);
}

.rank-list__insta .swiper-button-next,
.rank-list__insta .swiper-button-prev {
	top: min(50vw, 179px);
}

.rank-list__insta img {
	display: block;
	width: 100%;
}

.rank-list__insta-head {
	background-color: #f9f6ef;
}

.rank-list__insta-head img {
	width: min(100%, 400px);
	margin: 0 auto;
}

.rank-list__insta .rank-list__insta-name {
	display: flex;
	font-size: min(5vw, 18px);
	align-items: center;
	color: #aeaaaa;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 1em;
}

.rank-list__insta .rank-list__insta-name img {
	display: block;
	width: 2em;
	margin-right: 0.3em;
}

.rank-list__insta-text {
	color: #7d7d7d;
	text-align: left;
	font-size: min(3.5vw, 16px);
	padding: 0 0em 1em 0em;
}

.swiper-item-pic {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.rank-list__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #70ad47;
		padding: 0 10px;
	}

	.rank-list__coupon {
		width: 50%;
		margin-top: 35px;
	}

	.rank-time {
		font-size: 16px;
	}

	.rank-list__name {
		background-color: #70ad47;
		padding: 0.3em 0.3em 0.3em 2.5em;
	}

	.rank-list__name img {
		top: 10px;
		width: 1.8em;
	}

	.rank-list__name a {
		color: #fff;
	}

	.rank-list__point-title {
		border: solid 2px #fff;
		color: #fff;
	}

	.rank-list__point {
		margin-top: 0;
	}

	.rank-list__chart {
		display: block;
	}

	.rank-list__cell:nth-child(3n) {
		/* border-right: 0; */
	}

	.rank-list__comment {
		/* border: solid 3px #f8b102; */
		/* border-radius: 20px; */
		/* padding: 20px 20px 20px 20px; */
		/* background: url('../images/comment-head.png'); */
		background-repeat: no-repeat;
		background-size: 14%;
		background-position: 4% center;
	}

	.rank-list__comment-head {
		/* padding: 0 0 0.5em 0; */
	}

	.rank-list__comment-head:before {
		/* display: none; */
		left: 5em;
	}

	.rank-list__comment-middle {
		border: none;
		padding: 0;
		font-size: 0.8em;
		padding: 20px;
	}

	.rank-list__insta .swiper-slide {
		display: flex;
		padding: 0px 60px;
	}

	.rank-list__text-box {
		/* flex: 1; */
	}

	.rank-list__insta .rank-list__insta-img {
		width: 300px;
		object-fit: contain;
	}

	.rank-list__insta-text {
		padding: 0 3em 1em 1em;
	}

	.rank-list__insta .swiper-button-next,
	.rank-list__insta .swiper-button-prev {
		/* top: 128px; */
	}
}
.table-wrap {
	overflow-x: scroll;
}

.tablebox {
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	overflow-x: auto;
	width: 800px;
	-webkit-overflow-scrolling: touch;

}
.table {
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;
	margin: 2rem 2rem 2rem 1rem;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.table th,
.table td {
	border: 1px solid #b7b7b7;
	table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
		width: 100px;
		text-align: center;
		vertical-align: middle;
		font-size: 10px;
		line-height: 13px;
		word-break: break-all;
		padding: 8px 4px 6px 4px;
}
.gray_bg {
	background-color: #f1f1f1;
}
th img {
	width: 100%;
}


.tablebox table {
	color: #222;
	border-collapse: collapse;
}

.tablebox table th,
.tablebox table td {
	border: 1px solid #ddd;
}

.scroll-hint-text {
	margin-top: 0;
}
.bold {
	font-weight: bold;
}
.product_img {
	width: 30%;
}
.sticky {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
}
.sticky::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f1f1f1;
	z-index: -1;
}
.sticky_gray {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
}
.sticky_gray::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #eaebeb;
	z-index: -1;
}
.no_img {
	border: none !important;
	background-color: #fff;
}