@charset "UTF-8";
@import url("https://cdn.3ple.jp/3ple-static/3ple/pro/css/pages/matome/style.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");
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;
	}
}

.date-check {
	background: #faf9f7;
	padding: 13px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 11px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -3.375px 0; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-check__text {
		font-size: 30px;
		line-height: 1.6;
		margin: -.3em 0;
	}
}
.date-check__text .strong {
	color: #d92984;
}
.date-check__text .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .7em;
	}
}
.date-check.js-date-check:not(.is-within) {
	display: none;
}

.main {
	position: relative;
}

.pagetop-holder {
	bottom: 0;
	left: 0;
	pointer-events: none; 
	position: absolute;
	text-align: right;
	width: 100%;
}

.pagetop-container {
	padding-bottom: 10px;
}
body:not(.is-bottom) .pagetop-container {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}

.pagetop {
	border-radius: 50%;
	display: inline-block; 
	pointer-events: all;
}

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

.content-head {
	align-items: center;
	background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_sp.png");
	background-size: cover; 
	box-sizing: border-box;
	display: flex;
	height: 36px;
	padding: 0 7.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.content-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.content-head {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/content-head-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.content-head {
		height: 92px;
		padding: 0 20px;
	}
}

.item-list {
	overflow: hidden;
}
.item-list__body {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	margin: -5px -4.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__body {
		margin: -20px -15px;
	}
}
.item-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 5px 4.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
		padding: 20px 15px;
	}
}
.item-list__item--pickup {
	flex-basis: 100%;
	max-width: 100%;
}

.item-card {
	background: #f7f5eb; 
	box-sizing: border-box;
	color: inherit;
	display: block;
	height: 100%;
	padding: 5px;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.item-card {
		padding: 10px;
	}
}
.item-card--pickup {
	padding: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup {
		display: flex; 
		padding: 10px;
	}
}
.item-card__thumb {
	margin-bottom: 15px;
}
.item-card--pickup .item-card__thumb {
	margin-bottom: 14px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__thumb {
		flex: 0 0 570px;
		margin-bottom: 0;
		margin-right: 25px;
		max-width: 570px;
	}
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__body {
		flex: 1 1 auto;
	}
}
.item-card__detail {
	border-top: rgba(204, 186, 121, .5) 1px solid;
	margin-top: 11px;
	padding-top: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__detail {
		margin-top: 20px;
		padding-top: 20px;
	}
}
.item-card--pickup .item-card__detail {
	margin-top: 15px;
	padding-top: 15px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__detail {
		margin-top: 30px;
		padding-top: 20px;
	}
}
.item-card__text {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__text {
		margin-bottom: 20px;
	}
}
.item-card__tag {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__tag {
		margin-bottom: 20px;
	}
}
.item-card--pickup .item-card__tag {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__tag {
		margin-bottom: 30px;
	}
}
.item-card__price:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card--pickup .item-card__price:not(:last-child) {
	margin-bottom: 12px;
}
.item-card--pickup .item-card__bottom {
	display: flex;
	margin: 0 -7.5px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__bottom {
		display: block;
		margin: 0;
	}
}
.item-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
.item-card--pickup .item-card__coupon, .item-card--pickup .item-card__point {
	box-sizing: border-box;
	flex: 0 0 50%;
	margin-bottom: 0;
	max-width: 50%; 
	padding: 0 7.5px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card__coupon, .item-card--pickup .item-card__point {
		max-width: none; 
		padding: 0;
	}
	.item-card--pickup .item-card__coupon:not(:last-child), .item-card--pickup .item-card__point:not(:last-child) {
		margin-bottom: 5px;
	}
}

.item-card-thumb {
	background: #ccc; 
	display: block;
	position: relative;
	width: 100%;
}
.item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
.item-card--pickup .item-card-thumb {
	display: block;
	position: relative;
	width: 100%;
}
.item-card--pickup .item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 63.2835820896%;
}
.item-card--pickup .item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.item-card-name {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-weight: 700;
	line-height: 1.4;
	margin: calc((1.4em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.item-card-name {
		line-height: 40px;
		margin: calc((40pxem - 1em) / 2 * -1) 0;
	}
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-name {
		line-height: 40px;
		margin: calc((40pxem - 1em) / 2 * -1) 0;
	}
}
.item-card-name .head, .item-card-name .sub {
	display: block; 
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-name .head, .item-card-name .sub {
		display: inline-block; 
		font-size: 16px;
	}
}
.item-card--pickup .item-card-name .head, .item-card--pickup
    .item-card-name .sub {
	display: inline-block; 
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-name .head, .item-card--pickup
	.item-card-name .sub {
		display: block;
	}
}
.item-card-name .name-body {
	display: inline-block;
	font-size: 17px;
}
@media screen and (min-width: 1000px) {
	.item-card-name .name-body {
		font-size: 30px;
	}
}
.item-card--pickup .item-card-name .name-body {
	font-size: 25px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-name .name-body {
		font-size: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.item-card-name .head:not(:last-child), .item-card-name .name-body:not(:last-child), .item-card-name .sub:not(:last-child) {
		margin-right: 8px;
	}
}
.item-card--pickup .item-card-name .head:not(:last-child), .item-card--pickup
  .item-card-name .name-body:not(:last-child), .item-card--pickup
  .item-card-name .sub:not(:last-child) {
	margin-right: 7px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-name .head:not(:last-child), .item-card--pickup
	.item-card-name .name-body:not(:last-child), .item-card--pickup
	.item-card-name .sub:not(:last-child) {
		margin-right: 0;
	}
}

.item-card-text {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	margin: calc((1.4em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.item-card-text {
		font-size: 16px;
	}
}

.item-card-price {
	color: #c00;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 20px;
	font-weight: 700; 
	text-align: right;
}
.item-card-price .small {
	font-size: .7em;
}
@media screen and (min-width: 1000px) {
	.item-card-price {
		font-size: 30px;
	}
}
.item-card--pickup .item-card-price {
	font-size: 40px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-price {
		font-size: 50px;
	}
}

.item-card .cassette-label-coupon {
	background: #fff;
}
@media screen and (min-width: 1000px) {
	.item-card .cassette-label-coupon {
		justify-content: center;
	}
}

.cassette-label-point {
	background: #fff;
}

.item-card-tag-list {
	overflow: hidden;
}
.item-card-tag-list__list {
	display: flex;
	margin: -1.25px -2.5px;
}
@media screen and (min-width: 1000px) {
	.item-card-tag-list__list {
		margin: -2.5px -5px;
	}
}
.item-card-tag-list__item {
	padding: 1.25px 2.5px;
}
@media screen and (min-width: 1000px) {
	.item-card-tag-list__item {
		padding: 2.5px 5px;
	}
}

.item-card-tag {
	align-items: center;
	background: #8a3e3a;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	min-width: 64px;
	padding: 0 5px;
}
.item-card-tag--type {
	background: #946f1f;
}
@media screen and (min-width: 1000px) {
	.item-card-tag {
		font-size: 14px; 
		height: 30px;
		min-width: 90px;
	}
}
.item-card .item-card-tag {
	font-size: 12px; 
	height: 25px;
	min-width: 82px;
}
@media screen and (min-width: 1000px) {
	.item-card .item-card-tag {
		font-size: 14px; 
		height: 30px;
		min-width: 110px;
	}
}

.mv {
	background-color: #ffe8eb;
}
@media screen and (min-width: 1000px) {
	.mv .container {
		max-width: 1200px;
	}
}

.mv-content {
	display: block;
	position: relative;
	width: 100%;
}
.mv-content::before {
	content: "";
	display: block;
	padding-top: 37.3333333333%;
}
.mv-content > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv-content {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv-content::before {
		content: "";
		display: block;
		padding-top: 30%;
	}
	.mv-content > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}
.mv-content .js-date-check:not(.is-within) {
	opacity: 0;
}

.first-date {
	background: #000;
}
.first-date__content {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 700; 
	height: 22px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.first-date__content {
		font-size: 20px; 
		height: 36px;
	}
}

.first-catch {
	border-bottom: #ccba79 4px solid;
}
@media screen and (min-width: 1000px) {
	.first-catch {
		border-bottom-width: 7px;
	}
}
.first-catch__body {
	background-color: #fff5a0;
	background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_sp.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 112px;
	padding: 15px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.first-catch__body {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.first-catch__body {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/catch-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.first-catch__body {
		min-height: 130px;
		padding: 30px 0 25px;
	}
}
.first-catch__main {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.first-catch__main {
		margin-bottom: 25px;
	}
}

.first-catch-main {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.first-catch-main {
		font-size: 28px;
	}
}
.first-catch-main .strong {
	color: #c00;
}

.first-catch-sub {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.92;
	margin: calc((1.92em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.first-catch-sub {
		font-size: 16px;
	}
}
.first-catch-sub .icon-align {
	display: flex;
}
.first-catch-sub .icon-align--inline {
	display: inline-flex;
}
.first-catch-sub .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.first-catch-sub .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.nav-content__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.nav-content__head {
		margin-bottom: 20px;
	}
}

.nav-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
@media screen and (min-width: 1000px) {
	.nav-list__list {
		margin: 0 -15px;
	}
}
.nav-content--num .nav-list__list {
	margin: 0 -3.125px;
}
@media screen and (min-width: 1000px) {
	.nav-content--num .nav-list__list {
		margin: 0 -20px;
	}
}

.nav-list__item {
	padding: 0 4px;
}
@media screen and (min-width: 1000px) {
	.nav-list__item {
		padding: 0 15px;
	}
}
.nav-content--num .nav-list__item {
	padding: 0 3.125px;
}
@media screen and (min-width: 1000px) {
	.nav-content--num .nav-list__item {
		padding: 0 20px;
	}
}

.nav-item {
	display: block;
}

.banner-link-list__item {
	text-align: center;
}
.banner-link-list__item:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.banner-link-list__item:not(:last-child) {
		margin-bottom: 30px;
	}
}
.banner-link-list__item a {
	display: inline-block;
}

.ranking {
	background: #c00;
	overflow: hidden;
	padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.ranking {
		padding-bottom: 20px;
	}
}
.ranking__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.ranking__head {
		margin-bottom: 20px;
	}
}

.ranking-head {
	align-items: center;
	background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_sp.png");
	background-position: center; 
	background-size: 100% auto;
	display: flex;
	height: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.ranking-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.ranking-head {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi2023/img/ranking-head-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.ranking-head {
		height: 130px;
	}
}

.ranking-slider {
	position: relative;
}
.ranking-slider__body {
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-slider__body {
		padding: 0 10px;
	}
}
.ranking-slider__slider {
	overflow: hidden;
}
.ranking-slider .swiper-container {
	margin: 0 -2.5px;
}
@media screen and (min-width: 1000px) {
	.ranking-slider .swiper-container {
		margin: 0 -5px;
	}
}
.ranking-slider .swiper-slide {
	height: auto; 
	padding: 0 2.5px;
	width: 170px;
}
@media screen and (min-width: 1000px) {
	.ranking-slider .swiper-slide {
		padding: 0 5px; 
		width: 222px;
	}
}
.ranking-slider__btn {
	align-items: center;
	display: flex;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.ranking-slider__btn--prev {
	left: 0;
}
.ranking-slider__btn--next {
	right: 0;
}
.ranking-slider__btn > * {
	pointer-events: all;
}

.ranking-card {
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	color: inherit;
	display: block;
	height: 100%;
	padding: 5px 5px 10px; 
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.ranking-card {
		border-radius: 6px;
		padding: 10px 7px 15px;
	}
}
.ranking-card__best {
	left: 5px;
	position: absolute;
	top: 5px;
}
.ranking-card__num {
	margin-bottom: 2px;
}
.ranking-card__thumb {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-card__thumb {
		margin-bottom: 15px;
	}
}
.ranking-card__name {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.ranking-card__name {
		margin-bottom: 10px;
		padding: 0 3px;
	}
}
.ranking-card__tag {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.ranking-card__tag {
		margin-bottom: 20px;
		padding: 0 3px;
	}
}
.ranking-card__price {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-card__price {
		margin-bottom: 15px;
	}
}
.ranking-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-card__coupon:not(:last-child) {
		margin-bottom: 5px;
	}
}

.ranking-card-num {
	display: flex;
	justify-content: center;
}

.ranking-card-thumb {
	background: #ccc; 
	display: block;
	position: relative;
	width: 100%;
}
.ranking-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.ranking-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.ranking-card-name {
	font-size: 20px;
	line-height: 1.33333333333;
	margin: calc((1.33333333333em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.ranking-card-name {
		font-size: 30px;
	}
}
.ranking-card-name .head {
	display: block; 
	font-size: 12px;
}
@media screen and (min-width: 1000px) {
	.ranking-card-name .head {
		font-size: 16px;
	}
}
.ranking-card-name .small {
	font-size: 20px;
}

.ranking-card-price {
	color: #c7000b;
	font-size: 28px;
	font-weight: 700;
	margin-top: -.125em; 
	text-align: right;
}
.ranking-card-price .value {
	font-family: "Open Sans", sans-serif;
}
.ranking-card-price .small {
	font-size: .7em;
}
@media screen and (min-width: 1000px) {
	.ranking-card-price {
		font-size: 40px;
	}
}

.cassette-label-coupon {
	white-space: nowrap;
}

.item-slider-btn {
	display: flex;
	height: 45px;
	overflow: hidden;
	pointer-events: all; 
	position: relative;
	width: 22.5px;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn {
		height: 60px; 
		width: 30px;
	}
}
.item-slider-btn:focus {
	outline: 0 none;
}
.item-slider-btn::before {
	background: rgba(0, 0, 0, .5); 
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
}
.item-slider-btn::after {
	border: 6px solid transparent;
	border-left: 0 none;
	border-right: 9px solid #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-55%); 
	width: 0;
}
@media screen and (min-width: 1000px) {
	.item-slider-btn::after {
		border-bottom-width: 8px;
		border-right-width: 12px; 
		border-top-width: 8px;
	}
}
.is-beginning .item-slider-btn--prev {
	opacity: .2 !important;
}
.is-beginning .item-slider-btn--prev:hover {
	filter: none;
}
.item-slider-btn--next {
	transform: scale(-1, 1);
}
.is-end .item-slider-btn--next {
	opacity: .2 !important;
}
.is-end .item-slider-btn--next:hover {
	filter: none;
}

.main {
	padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 100px;
	}
}

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

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

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

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

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

.separator--banner-list {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.separator--banner-list {
		margin-bottom: 80px;
	}
}

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

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