@charset "UTF-8";
.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: 2px solid #ccc;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 4px;
	}
}
.btn-3ple--negative::after {
	color: #d92984;
}
.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;
	}
}
.btn-3ple--negative::after {
	color: #d92984;
}

.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;
}

.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;
	}
}

.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;
	}
}

.main {
	position: relative;
}

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

/*TOPボタンのサイズと位置の修正 */
.pagetop-container {
	bottom: 50px;
	right: 5px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 30px;
		position: static;
		right: 0;
	}
	body:not(.is-bottom) .pagetop-container {
		bottom: 0;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}
.pagetop img {
	width: 65px;
	height: 65px;
}
@media screen and (min-width: 1000px) {
	.pagetop img {
		width: 100px;
		height: 100px;
	}
}
/* */
.pagetop {
	border-radius: 50%;
	display: inline-block;
	pointer-events: all;
}

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;
	display: block;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		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 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.container--pc-only {
		max-width: none !important;
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--sp-only {
		max-width: none !important;
		padding: 0 !important;
	}
}

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;
	margin: 0;
}

@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;
}
@media screen and (max-width: 999px) {
	.hover:active {
		filter: contrast(50%) brightness(135%) saturate(95%);
	}
}
	@media screen and (min-width: 1000px) {
	.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 {
	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;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.content-bnr-list__item {
	text-align: center;
}
.content-bnr-list__item:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content-bnr-list__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

.content-bnr-item {
	display: inline-block;
}

.content-item-card {
	background: #f7f5eb;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	padding: 5px;
	text-decoration: none;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.content-item-card {
		padding: 10px;
	}
}
.content-item-card--pickup {
	padding: 10px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup {
		align-items: stretch;
		flex-direction: row;
		padding: 10px 30px 10px 10px;
		background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/pickup-bg_pc.png");
		background-repeat: no-repeat;
		background-position: top right;
	}
}
.content-item-card__thumb {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__thumb {
		flex: 0 0 570px;
		margin-bottom: 0;
		margin-right: 30px;
	}
}
.content-item-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__body {
		display: block;
		flex: 1 1 auto;
		padding-top: 15px;
	}
}
.content-item-card__name {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.content-item-card__name {
		margin-bottom: 20px;
	}
}
.content-item-card--pickup .content-item-card__name {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__name {
		margin-bottom: 35px;
	}
}
.content-item-card__bottom {
	border-top: 1px solid rgba(204, 186, 121, .5);
	margin-top: auto;
	padding-top: 10px;
	min-height: 84px;
}
@media screen and (min-width: 1000px) {
	.content-item-card__bottom {
		padding-top: 20px;
		min-height: 119px;
	}
}
/*.main:has(.dshop) .content-item-card__bottom {
  min-height: initial;
}*/
.content-item-card--pickup .content-item-card__bottom {
	padding-top: 15px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__bottom {
		padding-top: 20px;
	}
}
.content-item-card__catch:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-item-card__catch:not(:last-child) {
		margin-bottom: 20px;
	}
}
.content-item-card__tag:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-item-card__tag:not(:last-child) {
		margin-bottom: 20px;
	}
}
/*@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__tag:not(:last-child) {
		margin-bottom: 30px;
	}
}*/
.content-item-card__price:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card__price:not(:last-child) {
		margin-bottom: 10px;
	}
}
.content-item-card--pickup .content-item-card__price:not(:last-child) {
	margin-bottom: 10px;
}
.content-item-card--pickup .content-item-card__coupon-point {
	display: flex;
	margin: 0 -7.5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__coupon-point {
		display: block;
		margin: 0;
	}
}
.main:has(.shop3ple) .content-item-card:not(.content-item-card--pickup) .content-item-card__point,
.main:has(.shop3ple) .content-item-card:not(.content-item-card--pickup) .content-item-card__coupon {
	min-height: 24px;
}
.content-item-card:not(.content-item-card--pickup) .content-item-card__point:not(:last-child), .content-item-card:not(.content-item-card--pickup) .content-item-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
.content-item-card--pickup .content-item-card__point, .content-item-card--pickup .content-item-card__coupon {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 7.5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__point, .content-item-card--pickup .content-item-card__coupon {
		max-width: none;
		padding: 0;
    min-height: 12px;
	}
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card__point:not(:last-child), .content-item-card--pickup .content-item-card__coupon:not(:last-child) {
		margin-bottom: 10px;
	}
}

.content-item-card-thumb {
	background: #ccc;
	display: block;
	position: relative;
	width: 100%;
}
.content-item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.content-item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.content-item-card--pickup .content-item-card-thumb {
	display: block;
	position: relative;
	width: 100%;
}
.content-item-card--pickup .content-item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 63.2835820896%;
}
.content-item-card--pickup .content-item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card-thumb {
		display: block;
		position: relative;
		width: 100%;
	}
	.content-item-card--pickup .content-item-card-thumb::before {
		content: "";
		display: block;
		padding-top: 63.1578947368%;
	}
	.content-item-card--pickup .content-item-card-thumb > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.content-item-card-thumb img {
	width: 100%;
}

.content-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-size: 17px;
	font-weight: 700;
}
.content-item-card-name__head-wrapper {
	display: block;
	margin-bottom: 5px;
	min-height: 24px;
}
.content-item-card-name__head-wrapper:not(.content-item-card--pickup .content-item-card-name__head-wrapper) {
	min-height: 24px;
}
@media screen and (min-width: 1000px) {
	.content-item-card-name__head-wrapper {
		margin-bottom: 10px;
	}
	.content-item-card-name__head-wrapper:not(.content-item-card--pickup .content-item-card-name__head-wrapper) {
		min-height: 20.5px;
	}
}
.content-item-card-name__head {
	display: block;
	font-size: 14px;
	line-height: 1.2;
  min-height: 20px;
	margin: calc((1.2em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-item-card-name__head {
		font-size: 16px;
	}
}
.content-item-card--pickup .content-item-card-name__head {
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card-name__head {
		font-size: 16px;
	}
}
.content-item-card-name__main-wrapper {
	display: block;
}
.content-item-card-name__main {
	display: block;
	font-size: 17px;
	line-height: 1.2;
	margin: calc((1.2em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-item-card-name__main {
		font-size: 30px;
	}
}
.content-item-card--pickup .content-item-card-name__main {
	font-size: 25px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card-name__main {
		font-size: 30px;
	}
}

.content-item-card-catch {
	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: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: calc((1.4em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-item-card-catch {
		font-size: 16px;
	}
}

.content-item-card-tag-list__list {
	display: flex;
	margin: 0 -2.5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card-tag-list__list {
		margin: 0 -5px;
	}
}
.content-item-card-tag-list__item {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding: 0 2.5px;
}
.content-item-list__item--pickup .content-item-card-tag-list__item {
	padding: 0 2.5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card-tag-list__item,
	.content-item-list__item--pickup .content-item-card-tag-list__item {
		padding: 0 5px;
	}
}

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

.content-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;
}
@media screen and (min-width: 1000px) {
	.content-item-card-price {
		font-size: 30px;
	}
}
.content-item-card--pickup .content-item-card-price {
	font-size: 40px;
}
@media screen and (min-width: 1000px) {
	.content-item-card--pickup .content-item-card-price {
		font-size: 50px;
	}
}
.content-item-card-price .small {
	font-size: .6em;
}

.content-item-card-coupon {
	align-items: center;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	min-height: 24px;
	justify-content: end;
	padding: 0 2.5px;
	/*padding: 0 5px;*/
}
@media screen and (min-width: 1000px) {
	.content-item-card-coupon {
		justify-content: end;
		padding: 0 10px;
	}
}
.content-item-card-coupon__text {
	font-size: 10px;
	font-weight: 600;
}
.content-item-card-coupon__value {
	color: #f93099;
	font-size: 12px;
	font-weight: 600;
	margin: 0 1px;
}
.content-item-card-coupon__value-text {
	color: #f93099;
	font-size: 10px;
	font-weight: 600;
}

.content-item-card-coupon > span {
	display: flex;
	align-items: baseline;
	justify-content: end;
	flex-wrap: wrap;
	padding: 3px 0;
}

.content-item-card-point {
	align-items: center;
	background: #fff;
	border: 1px solid #f93099;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	height: 24px;
	justify-content: space-between;
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.content-item-card-point {
		padding: 0 10px;
	}
}
.content-item-card-point::before {
	background: url("https://cdn.3ple.jp/3ple-static/3ple/pro/css/pages/matome/../../../img/common/icon-internal-point.png") no-repeat center;
	background-color: #f93099;
	background-size: 11px 10.5px;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}
.content-item-card-point__main-price {
	font-size: 14px;
	font-size: clamp(.75rem, .339rem + 1.43vw, .875rem);
	font-weight: 600;
}
.content-item-card-point__sub-price {
	font-size: 12px;
	font-size: clamp(.625rem, .214rem + 1.43vw, .75rem);
	font-weight: 600;
	margin: 0 1px;
}
.content-item-card-point__text {
	font-size: 12px;
	font-size: clamp(.625rem, .214rem + 1.43vw, .75rem);
	font-weight: 600;
}
.content-item-card-point--emphasis {
	background-color: #ffebf6;
	color: #f93099;
}

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

.content-section__head {
	margin-bottom: 20px;
}

.content-section-head {
	align-items: center;
	background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_sp.png");
	background-size: 100% auto;
	display: flex;
	height: 36px;
	justify-content: flex-start;
	padding-left: 8.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.content-section-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_sp2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.content-section-head {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/content-head-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.content-section-head {
		height: 92px;
		padding-left: 19px;
	}
}

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

.first {
	border-bottom: 4px #ccba79 solid;
}
@media screen and (min-width: 1000px) {
	.first {
		border-width: 7px;
	}
}

.mv {
	background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_sp.png") ,url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-base_sp.png");
	background-position: center, center;
	background-repeat:no-repeat, no-repeat;
	background-size: auto, cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_sp2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-base_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bgse_sp2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_sp2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-base_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-base_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.mv {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-bg_pc.png"), url("https://www.3ple.jp/feature/3ple/osechi/img/2026/mv-base_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.mv {
		background-position: center, center;
    background-repeat:no-repeat, no-repeat;
    background-size: auto, cover;
  }
}

.first-date-wrapper {
	background: #000;
}

.first-date {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	/*font-weight: 700;*/
	height: 22px;
	justify-content: center;
 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) {
	.first-date {
		font-size: 20px;
		height: 36px;
	}
}

.first-catch {
	background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_sp.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.first-catch {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_sp2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.first-catch {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/catch-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.first-catch {
		padding: 30px 0 25px;
	}
}
.first-catch__main {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.first-catch__main {
		margin-bottom: 20px;
	}
}

.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: 12px;
	font-weight: 700;
	line-height: 19px;
	margin: calc((19px - 1em) / 2 * -1) 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.first-catch-sub {
		font-size: 16px;
		line-height: 1.6;
		margin: calc((1.6em - 1em) / 2 * -1) 0;
	}
}
.first-catch-sub .d-detail {
  margin-top: 1em;
}

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

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

.nav-list {
	overflow: hidden;
}
.nav-list__list {
	display: flex;
	margin: 0 -4px;
}
@media screen and (min-width: 1000px) {
	.nav-list__list {
		margin: 0 -15px;
	}
}
.nav-section--4-col .nav-list__list {
	margin: 0 -3px;
}
/*「５人前以上」のパーツ関連
@media screen and (min-width: 1000px) {
	.nav-section--4-col .nav-list__list {
		margin: 0 -20px;
	}
}*/
.nav-list__item {
	box-sizing: border-box;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding: 0 4px;
}
@media screen and (min-width: 1000px) {
	.nav-list__item {
		padding: 0 15px;
	}
}
/*「５人前以上」のパーツ関連
.nav-section--4-col .nav-list__item {
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 3px;
}
@media screen and (min-width: 1000px) {
	.nav-section--4-col .nav-list__item {
		padding: 0 20px;
	}
}
*/

/* 「５人前以上」なし用 */
.nav-section--4-col .nav-list__list .nav-list__item:last-child {
  display: none;
}
.nav-section--4-col .nav-list__list{
  justify-content: space-around;
}
.content-section-list__item:has(#num-4) {
  display: none;
}
/* /「５人前」なし用 */


.osake__head {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.osake__head {
		margin-bottom: 50px;
	}
}
.osake__item-list {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.osake__item-list {
		margin-bottom: 70px;
	}
}

.osake-head {
	background-image: linear-gradient(90deg, #000000 50%, #f3e391 50%);
	text-align: center;
}

.osake-item-list {
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.osake-item-list {
		margin: 0 auto;
		max-width: 712px;
	}
}
.osake-item-list__list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -4.5px;
}
@media screen and (min-width: 1000px) {
	.osake-item-list__list {
		margin: -35px;
	}
}
.osake-item-list__item {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 5px 4.5px;
}
@media screen and (min-width: 1000px) {
	.osake-item-list__item {
		padding: 35px;
	}
}
.osake-item-list__item:nth-child(n+5) {
  display: none;
}
.osake-item-list__item--pickup {
	flex-basis: 100%;
	max-width: 100%;
}

.osake-btn {
	align-items: center;
	background: #000;
	border-radius: 17.5px;
	color: #ffd236;
	display: flex;
	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: 300;
	height: 35px;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	width: 199px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
	.osake-btn {
		border-radius: 22px;
		font-size: 24px;
		height: 44px;
		width: 250px;
	}
}
.osake-btn > * {
	display: block;
}
.osake-btn::after {
	bottom: 0;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 0.9em;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 10px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.osake-btn::after {
		right: 13px;
    font-size: 1em;
	}
}

.osake-item-card {
	background: #f7f5eb;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	padding: 5px 5px 10px;
	text-decoration: none;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.osake-item-card {
		padding: 20px;
	}
}
.osake-item-card__thumb {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.osake-item-card__thumb {
		margin-bottom: 20px;
	}
}
.osake-item-card__name {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.osake-item-card__name {
		margin-bottom: 20px;
	}
}
.osake-item-card__bottom {
	flex: 0 0 auto;
	margin-top: auto;
}

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

.osake-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-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.osake-item-card-name {
		font-size: 14px;
	}
}

.osake-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;
}
@media screen and (min-width: 1000px) {
	.osake-item-card-price {
		font-size: 30px;
	}
}
.osake-item-card-price .small {
	font-size: .6em;
}

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

.ranking-head {
	align-items: center;
	background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/ranking-head-bg_sp.png");
	background-size: 100%;
	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/osechi/img/ranking-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/ranking-head-bg_sp2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/osechi/img/ranking-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/osechi/img/ranking-head-bg_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.ranking-head {
		background-image: url("https://www.3ple.jp/feature/3ple/osechi/img/ranking-head-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.ranking-head {
		height: 103px;
		padding-left: 20px;
	}
}

.ranking-item-card {
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 5px 5px 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card {
		border-radius: 6px;
		padding: 10px 10px 15px;
	}
}
.ranking-item-card--soldout {
	pointer-events: none;
}
.ranking-item-card__overlay {
	background: rgba(255, 255, 255, .75);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  .ranking-item-card__overlay {
    border-radius: 6px;
  }
}
.ranking-item-card__best {
	left: 5px;
	position: absolute;
	top: 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__best {
		left: 10px;
		top: 10px;
	}
}
.ranking-item-card__num {
	margin-bottom: 2px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__num {
		margin-bottom: 4px;
	}
}
.ranking-item-card__thumb {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__thumb {
		margin-bottom: 20px;
	}
}
.ranking-item-card__name {
	margin-bottom: 10px;
}
.ranking-item-card__tag {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__tag {
		margin-bottom: 10px;
	}
}
.ranking-item-card__price {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__price {
		margin-bottom: 10px;
	}
}
.ranking-item-card__bottom {
	flex: 0 0 auto;
	margin-top: auto;
	min-height: 92px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card__bottom {
		min-height: 109px;
	}
}
/*.main:has(.dshop) .ranking-item-card__bottom {
  min-height: initial;
}*/

.main:has(.shop3ple) .ranking-item-card__coupon,
.main:has(.shop3ple) .ranking-item-card__point {
	min-height: 24px;
}
.ranking-item-card__coupon:not(:last-child), .ranking-item-card__point:not(:last-child) {
	margin-bottom: 5px;
}

.ranking-item-card-soldout {
	align-items: center;
	background: #ada178;
	color: #fff;
	display: flex;
	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: 15px;
	height: 15%;
	justify-content: center;
	line-height: 1.2;
  text-emphasis: none;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .ranking-item-card-soldout {
    font-size: 19px;
    line-height: 1.2;
  }
}
.ranking-item-card-soldout__text {
	display: block;
}

.ranking-item-card-num {
	height: 25px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-num {
		height: 40px;
	}
}

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

.ranking-item-card-name {
	font-size: 17px;
  font-weight: 700;
  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;
}
.ranking-item-card-name__head-wrapper {
	display: block;
	margin-bottom: 5px;
	min-height: 29px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-name__head-wrapper {
		margin-bottom: 10px;
		min-height: 38px;
	}
}
.ranking-item-card-name__head {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin: calc((1.2em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-name__head {
		font-size: 16px;
	}
}
.ranking-item-card-name__main-wrapper {
	display: block;
}
.ranking-item-card-name__main {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin: calc((1.2em - 1em) / 2 * -1) 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  word-break: auto-phrase;/* Firefox Safari 非対応 */
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-name__main {
		font-size: 30px;
    min-height: 108px;
    word-break: auto-phrase;/* Firefox Safari 非対応 */
	}
}

.ranking-item-card-tag-list__list {
	display: flex;
	margin: 0 -2.5px;
}
.ranking-item-card-tag-list__item {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding: 0 2.5px;
}

.ranking-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: 63.5px;
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-tag {
		font-size: 14px;
		height: 30px;
		min-width: 90px;
	}
}
.ranking-item-card-tag--type {
	background: #946f1f;
}

.ranking-item-card-price {
	color: #c00;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-price {
		font-size: 30px;
	}
}
.ranking-item-card-price .small {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
	font-size: .7em;
}

.ranking-item-card-coupon {
	align-items: center;
	background: #f5f3ef;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	height: 24px;
	justify-content: end;
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-coupon {
		padding: 0 10px;
	}
}
.ranking-item-card-coupon__text {
	font-size: 10px;
	font-weight: 600;
}
.ranking-item-card-coupon__value {
	color: #f93099;
	font-size: 12px;
	font-weight: 600;
	margin: 0 1px;
}
.ranking-item-card-coupon__value-text {
	color: #f93099;
	font-size: 10px;
	font-weight: 600;
}

.ranking-item-card-point {
	align-items: center;
	background: #fff;
	border: 1px solid #f93099;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	height: 24px;
	justify-content: space-between;
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-item-card-point {
		padding: 0 10px;
	}
}
.ranking-item-card-point::before {
	background: url("https://cdn.3ple.jp/3ple-static/3ple/pro/css/pages/matome/../../../img/common/icon-internal-point.png") no-repeat center;
	background-color: #f93099;
	background-size: 11px 10.5px;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}
.ranking-item-card-point__main-price {
	font-size: 14px;
	font-size: clamp(.75rem, .339rem + 1.43vw, .875rem);
	font-weight: 600;
}
.ranking-item-card-point__sub-price {
	font-size: 12px;
	font-size: clamp(.625rem, .214rem + 1.43vw, .75rem);
	font-weight: 600;
	margin: 0 1px;
}
.ranking-item-card-point__text {
	font-size: 12px;
	font-size: clamp(.625rem, .214rem + 1.43vw, .75rem);
	font-weight: 600;
}
.ranking-item-card-point--emphasis {
	background-color: #ffebf6;
	color: #f93099;
}

.ranking-slider {
	position: relative;
}
.ranking-slider__body {
	overflow: hidden;
	padding: 0 5px;
}
@media screen and (min-width: 1000px) {
	.ranking-slider__body {
		padding: 0 10px;
	}
}
.ranking-slider__btn {
	align-items: center;
	display: flex;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 10;
}
.ranking-slider__btn--left {
	left: 0;
}
@media screen and (min-width: 1000px) {
	.ranking-slider__btn--left {
		left: 0;
	}
}
.ranking-slider__btn--right {
	right: 0;
}
@media screen and (min-width: 1000px) {
	.ranking-slider__btn--right {
		right: 0;
	}
}
.ranking-slider .swiper-container {
	margin: 0 -2.5px;
	overflow: visible;
}
@media screen and (min-width: 1000px) {
	.ranking-slider .swiper-container {
		margin: 0 -5px;
	}
}
.ranking-slider .swiper-slide {
	align-self: stretch;
	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 {
	display: flex;
	height: 45px;
	overflow: hidden;
	pointer-events: all;
	position: relative;
	width: 22.5px;
}
@media screen and (min-width: 1000px) {
	.ranking-slider-btn {
		height: 49px;
		width: 24.5px;
	}
}
.ranking-slider-btn:focus {
	outline: 0 none;
}
.ranking-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%;
}
.ranking-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) {
	.ranking-slider-btn::after {
		border-bottom-width: 7px;
		border-right-width: 10.5px;
		border-top-width: 7px;
	}
}
.is-beginning .ranking-slider-btn--prev {
	opacity: .2 !important;
}
.is-beginning .ranking-slider-btn--prev:hover {
	filter: none;
}
.ranking-slider-btn--next {
	transform: scale(-1, 1);
}
.is-end .ranking-slider-btn--next {
	opacity: .2 !important;
}
.is-end .ranking-slider-btn--next:hover {
	filter: none;
}

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

.separator--mv {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.separator--mv {
		margin-bottom: 20px;
	}
}
.separator--faq {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--faq {
		margin-bottom: 30px;
	}
}
.separator--ranking {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--ranking {
		margin-bottom: 60px;
	}
}
.separator--content {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content {
		margin-bottom: 100px;
	}
}
.separator--nav {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.separator--nav {
		margin-bottom: 80px;
	}
}
.separator--bnr-list {
	margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 1000px) {
	.separator--bnr-list {
		margin-bottom: 80px;
	}
}
.separator--osake {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--osake {
		margin-bottom: 100px;
	}
}
@media screen and (min-width: 1000px) {
  .separator--osake .container {
    max-width: 1200px;
  }
}

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


/** soldout表示（ランキング以外） **/
/* osake-item-card--soldout */
.osake-item-card--soldout {
	pointer-events: none;
}
.osake-item-list__item:has(.osake-item-card--soldout) {
  position: relative;
}
.osake-item-list__item:has(.osake-item-card--soldout)::after {
  content:"";
  position: absolute;
  background: rgba(255, 255, 255, .75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 0;
  height: 100%;
	width: 100%;
	z-index: 10;
}
.osake-item-card--soldout {
  pointer-events: none;
  position: relative;
}
.osake-item-card--soldout .item-card-soldout {
	align-items: center;
	background: #ada178;
	color: #fff;
	display: flex;
	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: 15px;
	justify-content: center;
	line-height: 1.2;
  position: absolute;
  height: 23%;
  width: 100%;
  left: 0px;
  top: 38%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .osake-item-card--soldout .item-card-soldout {
    font-size: 21px;
    height: 20%;
    width: 100%;
    left: 0px;
    top: 40%;
    z-index: 100;
  }
}
/* osake-item-card--soldout */

/* content-item-card--soldout */
.content-item-card--soldout {
  pointer-events: none;
  position: relative;
}
.content-item-list__item:has(.content-item-card--soldout) {
  position: relative;
}
.content-item-list__item:has(.content-item-card--soldout)::after {
  content:"";
  position: absolute;
  background: rgba(255, 255, 255, .75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 0;
  height: 100%;
	width: 100%;
	z-index: 10;
}
.content-item-card--soldout .item-card-soldout {
	align-items: center;
	background: #ada178;
	color: #fff;
	display: flex;
	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: 15px;
	justify-content: center;
	line-height: 1.2;
  position: absolute;
  height: 15%;
  width: 100%;
  left: 0px;
  top: 41%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .content-item-card--soldout .item-card-soldout {
    font-size: 23px;
    height: 15%;
    width: 100%;
    left: 0px;
    top: 41%;
    z-index: 100;
  }
}
/* pickup表示のsoldout */
.content-item-list__item--pickup .content-item-card--soldout .item-card-soldout {
	align-items: center;
	background: #ada178;
	color: #fff;
	display: flex;
	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: 21px;
	justify-content: center;
	line-height: 1.2;
  position: absolute;
  height: 18%;
  width: 70%;
  left: 15%;
  top: 41%;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  .content-item-list__item--pickup .content-item-card--soldout .item-card-soldout {
    font-size: 31px;
    height: 38%;
    width: 38%;
    left: 31%;
    top: 31%;
    z-index: 100;
  }
}
/* /pickup表示のsoldout */
/* /content-item-card--soldout */

/* separator--tanpin の soldout */
.separator--tanpin .cassette:has(.cassette__soldout) {
	pointer-events: none;
}
.separator--tanpin .cassette__soldout {
	background: rgba(255, 255, 255, .75);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.separator--tanpin .item-card-soldout {
	align-items: center;
	background: #ada178;
	color: #fff;
	display: flex;
	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;
	height: 23%;
  width: 100%;
  z-index: 100;
	justify-content: center;
  text-emphasis: none;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  .separator--tanpin .item-card-soldout {
    font-size: 21px;
    height: 20%;
    width: 100%;
    z-index: 100;
  }
}
/* /separator--tanpin の soldout */

/** /soldout表示（ランキング以外） **/



/* separator--tanpin */
.separator--tanpin__head {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
    .separator--tanpin__head {
    margin-bottom: 23px;
  }
}
.tanpin-head {
	background-image: linear-gradient(90deg, #000000 50%, #f3e391 50%);
	text-align: center;
}

/** separator--tanpin カセット内部**/
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list {
		margin: 0 auto;
		max-width: 782px;
	}
}
.separator--tanpin .item-list .item-list__list  {
    margin: -5px -4.5px;
  }
@media screen and (min-width: 1000px) {
  .separator--tanpin .item-list .item-list__list  {
    margin: -15px -10px;
  }
}
.separator--tanpin .item-list .item-list__list .item-list__item {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 5px 4.5px;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list .item-list__list .item-list__item {
		padding: 37px;
    flex-basis: 50%;
    max-width: 50%;
	}
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette {
	background: #f7f5eb;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	padding: 5px 5px 10px;
	text-decoration: none;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list .item-list__list .item-list__item .cassette {
		padding: 20px;
	}
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__thumb {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__thumb {
		margin-bottom: 20px;
	}
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__title {
	margin-bottom: 10px;
  overflow: visible;
  -webkit-box-orient: initial;
  /*min-height: 35px;*/
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__title {
		margin-bottom: 20px;
    -webkit-box-orient: initial;
    /*min-height: 70px;*/
	}
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__detail {
	flex: 0 0 auto;
  margin-top: auto;
}
@media screen and (min-width: 1000px) {
  .separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__detail {
    margin-top: auto;
  }
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette-thumb {
	background: #ccc;
	display: block;
	position: relative;
	width: 100%;
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette-thumb img {
	width: 100%;
}

.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__title {
	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: 14px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .item-list .item-list__list .item-list__item .cassette .cassette__title {
		font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
	}
}
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list {
  display: block;
  padding: 0;
}

.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__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;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price {
		font-size: 30px;
	}
}
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price .value-detail__price-inner {
  justify-content: end;
}
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price .value-detail__price-main {
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price .value-detail__price-main {
    font-size: 30px;
  }
}
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price .small {
	font-size: .6em;
}

.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list {
  border: none;
}

.separator--tanpin .cassette__detail .value-detail .value-detail__header,
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__list-item,
.separator--tanpin .cassette__detail .value-detail .value-detail__body .value-detail__list .value-detail__price.value-detail__price--emphasis,
.separator--tanpin .cassette .cassette__label {
  display: none;
}

.company_name {
  display: none;
}
/** separator--tanpin カセット内部**/

/** もっと見るボタン **/
.separator--tanpin .more-content__btn .more-content-btn .icon {
  display: none;
}
.separator--tanpin .more-content__btn .more-content-btn {
	align-items: center;
	background: #000;
	border-radius: 17.5px;
	color: #ffd236;
	display: flex;
	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: 300;
	height: 35px;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	width: 199px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .more-content__btn .more-content-btn {
		border-radius: 22px;
		font-size: 24px;
		height: 44px;
		width: 250px;
	}
}
.separator--tanpin .more-content__btn .more-content-btn > * {
	display: block;
}
.separator--tanpin .more-content__btn .more-content-btn::after {
	bottom: 0;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 0.9em;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 10px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.separator--tanpin .more-content__btn .more-content-btn::after {
		right: 13px;
    font-size: 1em;
	}
}
/** /もっと見るボタン **/

/* separator--tanpin */