@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer; 
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
		padding: 0 20px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0;
	}
}

body {
	color: #333; 
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}

@media screen and (min-width: 1000px) {
	.sp-content {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp-wrap {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.pc-wrap {
		display: block;
	}
}

.hover {
	transition: filter .2s, opacity .7s;
}
.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none; 
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	-webkit-animation: fade-in 1s;
	animation: fade-in 1s; 
	display: inline-block;
}

img.swiper-lazy {
	opacity: 0; 
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
}

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header-content {
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.header-content {
		padding: 20px 0;
	}
}
.header-content__body {
	align-items: center; 
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	align-items: flex-end; 
	display: flex;
	flex: 0 0 auto;
}
.header-content__logo-content:not(:last-child) {
	margin-right: 10px;
}
.header-content__logo-content img {
	height: 24px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content img {
		height: 39px;
	}
}
.header-content__logo-content--d img {
	height: 16px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content--d img {
		height: 26px;
	}
}
.header-content__link {
	display: none;
}
@media screen and (min-width: 1000px) {
	.header-content__link {
		display: block;
		flex: 0 0 auto;
	}
	.header-content__link > a {
		color: inherit; 
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}
	.header-content__link > a .icon {
		color: #d92984;
		margin-right: .25em;
	}
}

.btn-3ple {
	align-items: center;
	background: #d92984;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative; 
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto; 
		max-width: 600px;
	}
}
.btn-3ple--ranking {
	background: #f2b843;
}
.btn-3ple--negative {
	background: #fff;
	border: 1px solid #ccc; 
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 2px;
	}
}
.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple--negative .btn-3ple__text {
	color: #d92984;
}
.btn-3ple::after {
	bottom: 0;
	color: #fff; 
	content: "\f054";
	display: none;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}

.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.footer-copy-wrapper {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1000px) {
	.footer-copy {
		align-items: center; 
		display: flex;
		justify-content: center;
	}
}

.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__img {
		margin-bottom: 0; 
		margin-right: 15px;
	}
}

.footer-copy__text {
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}

.bottom-content {
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_sp.png");
	background-position: center; 
	background-size: cover;
	padding: 75px 0 50px;
	position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.bottom-content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.bottom-content {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/btn-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.bottom-content {
		padding: 150px 0 100px;
	}
}
.bottom-content__pagetop {
	bottom: 5px;
	left: 0;
	pointer-events: none; 
	position: fixed;
	width: 100%;
	z-index: 10;
}
body.is-bottom .bottom-content__pagetop {
	bottom: auto;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
}
.bottom-content__container {
	margin: 0 auto;
	max-width: 1200px; 
	padding: 0 5px;
	text-align: right;
}

.pagetop {
	display: inline-block;
	pointer-events: all;
}

@media screen and (min-width: 1000px) {
	.main-catch {
		padding: 0 30px;
	}
}

.main-catch .text-box {
	font-size: 14px; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.main-catch .text-box {
		font-size: 18px;
	}
}

.category-list__item:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.category-list__item:not(:last-child) {
		margin-bottom: 100px;
	}
}

.category__head {
	background: #a6a763;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.category__head {
		margin-bottom: 20px;
	}
}
.category--weight .category__head {
	background: #cea160;
}
.category--variety .category__head {
	background: #628fdf;
}

.category-head {
	align-items: center; 
	display: flex;
	height: 25px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.category-head {
		height: 70px;
	}
}

.content-list__item:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.content-list__item:not(:last-child) {
		margin-bottom: 100px;
	}
}

.content__head {
	background-color: #eee; 
	margin-bottom: 25px !important;
}
@media screen and (min-width: 1000px) {
	.content__head {
		border-bottom-width: 10px;
		margin-bottom: 50px !important;
	}
}

.content__body {
	overflow: hidden;
}

.category--type .content-head {
	background: #f7f9e5;
}

.category--weight .content-head {
	background: #f9f5e5;
}

.category--variety .content-head {
	background: #628fdf;
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_sp.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_sp.png");
	background-position: left bottom, right bottom; 
	background-repeat: no-repeat, no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--variety .content-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--variety .content-head {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-left_pc.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-bg-right_pc.png");
	}
}

.content-head__content {
	align-items: center; 
	display: flex;
	height: 55px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.content-head__content {
		height: 140px;
	}
}
.category--type .content-head__content {
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_sp.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_sp.png");
	background-position: left 28px bottom, right 28px bottom; 
	background-repeat: no-repeat, no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--type .content-head__content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--type .content-head__content {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-left_pc.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-right_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.category--type .content-head__content {
		background-position: left 90px bottom, right 90px bottom;
	}
}
.content--new .content-head__content {
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_sp.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_sp.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.content--new .content-head__content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.content--new .content-head__content {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-left_pc.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/inaho-new-right_pc.png");
	}
}
.category--weight .content-head__content {
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png");
	background-position: left 26px bottom, right 26px bottom; 
	background-repeat: no-repeat, no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.category--weight .content-head__content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.category--weight .content-head__content {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_pc.png"), url("https://www.3ple.jp/feature/3ple/rice-matome/img/tawara_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.category--weight .content-head__content {
		background-position: left 90px bottom, right 90px bottom;
	}
}

.mv {
	background: #fdf6ef;
}
@media screen and (min-width: 1000px) {
	.mv .container {
		max-width: 960px;
	}
}
@media screen and (min-width: 1000px) {
	.mv:not(.mv--no-bg) .container {
		max-width: 1200px;
	}
}
.mv__content {
	margin: 0 auto;
}
.mv__content .keep-ratio {
	display: block;
	position: relative;
	width: 100%;
}
.mv__content .keep-ratio::before {
	content: "";
	display: block;
	padding-top: 36.2666666667%;
}
.mv__content .keep-ratio > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv__content .keep-ratio {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv__content .keep-ratio::before {
		content: "";
		display: block;
		padding-top: 29.1666666667%;
	}
	.mv__content .keep-ratio > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}
.mv--no-bg .mv__content .keep-ratio {
	display: block;
	position: relative;
	width: 100%;
}
.mv--no-bg .mv__content .keep-ratio::before {
	content: "";
	display: block;
	padding-top: 46.6666666667%;
}
.mv--no-bg .mv__content .keep-ratio > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv--no-bg .mv__content .keep-ratio {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv--no-bg .mv__content .keep-ratio::before {
		content: "";
		display: block;
		padding-top: 37.5%;
	}
	.mv--no-bg .mv__content .keep-ratio > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}

.nav-category-list {
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.nav-category-list__body {
		display: flex;
		flex-wrap: wrap;
		margin: -25px -20px;
	}
}
@media screen and (min-width: 1000px) {
	.nav-category-list__item {
		box-sizing: border-box;
		padding: 25px 20px;
	}
}
.nav-category-list__item:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.nav-category-list__item:not(:last-child) {
		flex: 0 0 50%;
		margin-bottom: 0;
		max-width: 50%;
	}
}
@media screen and (min-width: 1000px) {
	.nav-category-list__item:last-child {
		flex: 0 0 100%;
	}
}

.nav-category__head {
	background: #a6a763;
	margin-bottom: 15px;
}
.nav-category--weight .nav-category__head {
	background: #cea160;
}
@media screen and (min-width: 1000px) {
	.nav-category__head {
		margin-bottom: 25px;
	}
}

.nav-category__head-img {
	align-items: center;
	display: flex;
	height: 25px; 
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.nav-category__head-img {
		height: 50px;
	}
}

.nav-list__body {
	display: flex;
	justify-content: center;
}

.nav-list__item {
	border: #ccc 1px; 
	box-sizing: border-box;
	flex: 0 0 auto;
	max-width: 25%;
}
.nav-list__item:not(:last-child) {
	border-right-style: solid;
}
.nav-list__item:not(:first-child) {
	border-left-style: solid;
}

.nav-btn {
	align-items: center;
	color: inherit;
	display: flex;
	height: 22px;
	justify-content: center;
	padding: 0 15px; 
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.nav-btn {
		height: 28px;
	}
}
.nav-list--weight .nav-btn {
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.nav-list--weight .nav-btn {
		padding: 0 15px;
	}
}
.nav-btn:hover {
	background: #f7f9e5;
}
.nav-list--weight .nav-btn:hover {
	background: #f9f5e5;
}
.nav-btn__icon {
	color: #c00;
	display: block;
	font-size: 15px;
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.nav-btn__icon {
		font-size: 20px;
		margin-right: 7px;
	}
}
.nav-btn__text {
	color: #8c8d3f;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.nav-btn__text {
		font-size: 18px;
	}
}
.nav-btn__text .wrap {
	display: block;
}
.nav-btn__text .wrap.head {
	color: #c00;
	font-size: 10px;
	height: .7em;
	margin-bottom: 5px;
	transform: scale(.7);
	transform-origin: left bottom;
}
@media screen and (min-width: 1000px) {
	.nav-btn__text .wrap.head {
		font-size: 12.6px;
		height: auto; 
		transform: none;
	}
}
.nav-btn__text .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.nav-btn__text .small {
		font-size: 12.6px;
	}
}
.nav-category--weight .nav-btn__text {
	color: #a3722a;
}

.nav-category-variety {
	background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_sp.png");
	background-size: cover; 
	padding: 13px 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.nav-category-variety {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.nav-category-variety {
		background-image: url("https://www.3ple.jp/feature/3ple/rice-matome/img/nav-bg-variety_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.nav-category-variety {
		padding: 30px 0 20px;
	}
}
.nav-category-variety__head {
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.nav-category-variety__head {
		margin-bottom: 30px;
	}
}
.nav-category-variety__list {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.nav-category-variety__list {
		margin-bottom: 20px;
	}
}
.nav-category-variety__other {
	display: flex;
	justify-content: center;
}

.nav-list-variety {
	overflow: hidden;
}
.nav-list-variety__body {
	display: flex;
	justify-content: center;
	margin: 0 -3.25px;
}
@media screen and (min-width: 1000px) {
	.nav-list-variety__body {
		margin: 0 -9px;
	}
}
.nav-list-variety__item {
	box-sizing: border-box;
	max-width: 25%;
	padding: 0 3.25px;
}
@media screen and (min-width: 1000px) {
	.nav-list-variety__item {
		padding: 0 9px;
	}
}

.nav-btn-variet {
	display: block;
}
.nav-btn-variet img {
	width: 100%;
}

.separator--mv {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 40px;
	}
}

.separator--catch {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.separator--catch {
		margin-bottom: 40px;
	}
}

.separator--nav {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--nav {
		margin-bottom: 100px;
	}
}

.separator--content-list:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content-list:not(:last-child) {
		margin-bottom: 100px;
	}
}

.separator--category:not(:last-child), .separator--content:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--category:not(:last-child), .separator--content:not(:last-child) {
		margin-bottom: 100px;
	}
}