@charset "utf-8";
/* CSS Document */
/*body {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}*/
header {
	z-index: 2 !important;
}
.main_inner h1 {
	font-weight: 900;
}
section#main_1.m-image {
	background: url(../img/header-image-m.jpg) center center no-repeat;
    background-size: cover;
}
section#main_1.y-image {
	background: url(../img/header-image-y.jpg) center center no-repeat;
    background-size: cover;
}
#main_1 .main_inner {
	padding: calc(2% + 64px + 16px) 0 2%;	
}
section#main_2 {
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
section#main_2 {
	background: #f0e6dc;
}
.container {
	background: #fff;
	margin: 2rem;
	width: calc(100% - 4rem);
	box-sizing: border-box;
	border-radius: 20px;
}
section#main_2 p.catch-dataranking {
	display: inline-block;
	margin: 1em 1em 0.5em;
	font-size: 1.75em;
    color: #333;
    line-height: 1.75em;
	text-align: left;
}
section#main_2 p.catch-dataranking span.line-dataranking {
	display: block;
}
.catch-dataranking span.line-dataranking {
	display: block;
}
section#main_2 p.catch-dataranking span span.bold {
	font-weight: 900;
	background: #ddff69;
    color: #444;
}
section#main_2 p.catch-dataranking span span.bold.y-clr {
	background: rgba(255, 178, 87, .6);
}
section#main_2 p.catch-dataranking span span.bold.m-clr {
	background: rgba(77, 255, 219, .34);
}
section#main_3 {
	padding: 0;
}
ul.header_sns {
	float: none;
	width: calc(100% - 5%);
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}
ul.header_sns li {
    display: inline-block;
    margin: 0 0.5em;
    padding: 0;
    vertical-align: top;
	width: auto;
}
ul.ranking-list li:nth-of-type(n+2) { display: none; }
ul.ranking-list {
    display: block;
    margin: 1em 5% 0;
}
ul.ranking-list li span.table-container {
    display: flex;
	flex-wrap: wrap;
	margin-top: 4em;
}
ul.ranking-list li h3 {
    display: inline-block;
    text-align-last: center;
    /*width: 50%;*/
    box-sizing: border-box;
    margin: 0.5em auto;
    font-size: 2.5em;
    font-weight: 900;
    padding: 2em 0 1.34em 0;
    color: #907608;
    border-radius: 1000px;
	z-index: 1;
}
@media (max-width: 600px) {
ul.ranking-list li h3 {
    padding: 1.6em 0 0.34em 0;	
	}
}
ul.ranking-list li  h3.yearly-color {
	color: #fa754b;
}
ul.ranking-list li  h3.monthly-color {
	color: #09c6d2;
}
ul.ranking-list li h3 span {
	position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
ul.ranking-list li h3 span::before,
ul.ranking-list li h3 span::after {
	content: '';
	width: 4px;
	height: 1.5em;
}
ul.ranking-list li h3.yearly-color span::before,
ul.ranking-list li h3.yearly-color span::after {
	background-color: #ff9a57;
}
ul.ranking-list li h3.monthly-color span.fukidashi::before,
ul.ranking-list li h3.monthly-color span.fukidashi::after {
	background-color: #3edfd9;
}
ul.ranking-list li h3 span.fukidashi::before {
	margin-right: 1.25em;
	transform: rotate(-35deg)
}
ul.ranking-list li h3 span.fukidashi::after {
	margin-left: 1.25em;
	transform: rotate(35deg)
}

ul.ranking-list li h3::after {
	content: 'Ranking';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(221,255,105,0.6);
    font-size: 2.75em;
    font-style: italic;
    margin-top: -1.4em;
    z-index: 0;
}
ul.ranking-list li span.table-container table {
	width: calc(50% - 0.5em);
    margin: 0 0 0 0.5em;
    box-sizing: border-box;
    border: solid 2px #eee;
	background: #eee;
	border-radius: 7px;
    border-spacing: 0;
    border-collapse: separate;
	font-size: 1.05em;
    /*overflow: hidden;*/
	position: relative;
}
ul.ranking-list li span.table-container table:nth-child(2) {
	margin: 0 0.5em 0 0;
}
.tablepress tbody td, .tablepress tfoot th {
	border-top: 1px dashed #eee;
}
ul.ranking-list li span.table-container table tbody tr {
	background-color: #eee;
}
ul.ranking-list li span.table-container table tbody tr:last-child th,
ul.ranking-list li span.table-container table tbody tr:last-child td {
	border-bottom: none;
}
ul.ranking-list li span.table-container table tbody tr td:first-child {
	text-align: center;
	color: #555;
}
ul.ranking-list li span.table-container table tbody tr:first-child {
	border-radius: 7px 7px 0 0;
}
ul.ranking-list li span.table-container table tbody tr:first-child td {
	background: #c2b100;
	color: #fff;
	    border-top: none;
}
ul.ranking-list li span.table-container table tbody tr:nth-child(2) td {
	background: #abc3cb;
		color: #fff;
}
ul.ranking-list li span.table-container table tbody tr:nth-child(3) td {
	background: #b9a68d;
		color: #fff;
}

ul.ranking-list li span.table-container table tbody tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
}
ul.ranking-list li span.table-container table tbody tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

ul.ranking-list li span.table-container table tbody tr:last-child {
	border-radius: 0 0 7px 7px;
}

ul.ranking-list li span.table-container table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
ul.ranking-list li span.table-container table tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.tablepress>:where(tbody)>tr>* {
	line-height: 1.75;
}
.select-wrap {
	position: relative;
    display: inline-block;
    width: 31.275%;
    margin: 0 1.275% 0 5%;
}
.select-wrap:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.25em;
    width: 0px;
    height: 0px;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 0.9em solid #666;
    pointer-events: none;
}
.select-wrap:before {
	display: none;
}
select#custompost-dropdown::-ms-expand {
	display: none; /* IE用 */
}
select#custompost-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
    width: 100%;
    margin: 0;
    border: 2px solid #ddd;
    font-size: 1.5em;
    padding: 0.5em;
	box-sizing: border-box;
}
.image-link {
	position: relative;
    display: inline-block;
    width: 61.275%;
    margin: 0 5% 0 1.275%;
	box-sizing: border-box;
}
.image-link a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.image-link a span.image-link-text {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	padding: .5em .34em .34em .34em;
	border-radius: 200px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .05em;
}
.image-link a span.image-link-text.y-clr::after,
.image-link a span.image-link-text.m-clr::after {
	content: '';
    border-top: solid 2px #ff9a57;
    border-right: solid 2px #ff9a57;
    width: 0.65em;
    height: 0.65em;
    position: absolute;
    right: 1em;
    transform: rotate(45deg);
    top: 1.1em;
}
.image-link a span.image-link-text.m-clr::after {
    border-top: solid 2px #3edfd9;
    border-right: solid 2px #3edfd9;
}
.image-link a span.y-clr {
	background-color: transparent;
    background-image: url(../img/ico-chan-y.png);
    background-repeat: no-repeat;
	color: #fa754b;
	border: solid 2px #ff9a57;
    background-size: 18%;
    background-position: right 12% top 0.35em;
}
.image-link a span.m-clr {
	background-color: transparent;
    background-image: url(../img/ico-chan-m.png);
    background-repeat: no-repeat;
    color: #09c6d2;
    border: solid 2px #3edfd9;
    background-size: 18%;
    background-position: right 12% top 0.35em;
}
.image-link a span.text-bold {
	font-weight: 900;
}
.tablepress tbody td.column-2 {
	width: 85%;
	color: /*#2f467b*/#555;
}
.tablepress tbody td {
	font-size: 1.2em;
}
.tablepress tbody tr {
	color: /*#2f467b*/#555;
	font-weight: 900;
}
.tablepress tbody tr.row-1 {
	font-weight: 900;
	color: /*#b0a100*/#fff;
	font-size: 1.4em;
}
.tablepress tbody tr.row-2 {
	font-weight: 900;
	color: /*#94adb6*/#fff;
	font-size: 1.2em;
}
.tablepress tbody tr.row-3 {
	font-weight: 900;
	color: /*#a58f33*/#fff;
	font-size: 1.2em;
}
p.foot_pt {
	bottom: 17%;
}
.caution-text {
	text-align: left;
    padding: 1.5em 5%;
	color: #999;
}
.table-container table:nth-child(2)::after {
	content: "";
	background: url("../img/icon-qr.svg");
	background-repeat: no-repeat;
	width: 1.25em;
    height: 1.25em;	
}
.table-container table:nth-child(2)::after, .table-container table:nth-child(3)::after {
    position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    margin: -1.9em 0;
    display: inline-block;
	font-size: 1.5em;
    font-weight: 900;
    text-align: center;
	color: #222;
}
.table-container table:nth-child(3)::after {
	content: "";
	background: url("../img/icon-bar.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*width: 1.78em;
	height: 1em;*/
	width: 2.5em;
	height: 1.2em;
}
.table-container table:nth-child(2)::before,
.table-container table:nth-child(3)::before {
	content:"QRコード";
    position: absolute;
    margin: -3.65em 0;
    display: block;
    width: 100%;
	font-size: 1.4em;
    font-weight: 900;
    text-align: center;
	color: #222;
}
.table-container table:nth-child(2)::before {	
    /*left: calc(5% + 2rem);
	background: -webkit-linear-gradient(transparent 70%, red 70%);
	background: -o-linear-gradient(transparent 70%, red 70%);
	background: linear-gradient(transparent 70%, red 70%);*/
}
.table-container table:nth-child(3)::before {
	content: "JANコード(商品バーコード)";
    /*left: calc(50% + 0.5em);
	/*background: -webkit-linear-gradient(transparent 70%, blue 70%);
	background: -o-linear-gradient(transparent 70%, blue 70%);
	background: linear-gradient(transparent 70%, blue 70%);*/
}
.tablepress tbody td {
	vertical-align: middle;
}
.small-character {
	font-size: .75em;
}
.middle-wrap {
	display: flex;
	margin: 1.5em 0 2em;
	align-items: center;
	justify-content: center;
}

@media (max-width: 600px) {
#main_1 .main_inner {
	padding: calc(4% + 54px) 0 4%;	
}
ul.header_sns li {
	width: auto;		
}
section#main_2 p.catch-dataranking {
	margin: 1em 1.5em .5em;
    font-size: 1.4em;
	line-height: 1.6em;
}
section#main_2 p.catch-dataranking span.line-dataranking {
	display: inline;
}
.catch-dataranking span.line-dataranking {
	display: inline;
}
.main_inner h1 {
	padding: 0;	
}
ul.ranking-list li span.table-container {
	display: block;
	margin-top: 3.25em;
}
ul.ranking-list li span.table-container table {
	width: 100%;
	margin: 0 0 0 0;
}
ul.ranking-list li span.table-container table:nth-child(3) {
	margin-top: 6.5em;	
}
.table-container table:nth-child(2)::before,
.table-container table:nth-child(3)::before {
	content:"QRコード";
    position: absolute;
    margin: -3.75em 0;
    display: inline-block;
    width: 90%;
	font-size: 1.4em;
    font-weight: 900;
    text-align: center;
	left: 5%;
}
.table-container table:nth-child(3)::before {
	content: "JANコード(商品バーコード)";
}
p.foot_pt {
    bottom: -8px;
}
ul.ranking-list li h3 {
	width: 100%;
	font-size: 1.65em;
	margin: 0 auto 1.5em;
}
ul.ranking-list li h3::after {
	margin-top: /*-1.7*/-1.9em;
}
.middle-wrap {
    display: block;
    margin: 1.5em 0 2em;
    align-items: center;
}
.image-link {
    position: relative;
    display: block;
    width: 90%;
    margin: -9em 5% 5.5em;
    box-sizing: border-box;
}
.select-wrap {
    position: relative;
    display: block;
    width: 90%;
    margin: 7em 5% 0 5%;	
}
.image-link a span.image-link-text {
	padding-left: 1.5em;
	line-height: 1em;
	font-size: 1.34em;
}
.image-link a span.y-clr,
.image-link a span.m-clr {
	text-align: left;
}
.tablepress tbody tr.row-1 {
	font-size: 1.3em;	
}
.tablepress tbody tr.row-2,
.tablepress tbody tr.row-3 {
	font-size: 1.15em;		
}
.table-container table:nth-child(2)::before, .table-container table:nth-child(3)::before {
    margin: -3.65em 0;		
}
.table-container table:nth-child(3)::before {
	margin: -3.75em 0 0;
}
header#page #logo img {
    padding: 1% 0 1% 0;
}
select#custompost-dropdown {
    padding: 8px 12px;
}
}
@media (max-width: 987px) {
section#main_2 p.catch-dataranking span.line-dataranking {
	display: inline;
}	
}
@media (min-width: 987px) {
.image-link a span.m-clr,
.image-link a span.y-clr {
    background-size: 108px;
}
}
@media (min-width: 601px) {
.sp-magic {
	display: none;
}
}
@media (min-width: 801px) {
.image-link {
	max-width: 530px;
}
.image-link a span.image-link-text {
	padding: .5em 2.25em .34em .34em;
}
	.select-wrap {
		max-width: 316px;
	}
}
@media (min-width: 987px) {
	ul.header_sns {
		margin: auto;
    max-width: 890px;
	}
	.image-link {
	        margin: 0 0 0 1em;
	}
		.select-wrap {
		margin: 0 1em;
}
}
