@charset "UTF-8";
@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;
	display: block;
	margin: 0 auto;
	max-width: 375px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
}
.container:not(.container--0pad) {
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container:not(.container--0pad) {
		padding: 0 20px;
	}
}
@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;
	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;
}
.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;
	}
}

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

.item-card {
	color: inherit; 
	display: block;
	position: relative;
	text-decoration: none;
}
.item-card__tag {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
.item-card__thumb {
	background: #ccc;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__thumb {
		margin-bottom: 10px;
	}
}
.item-card__name {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__name {
		margin-bottom: 10px;
	}
}
.item-card__price-container {
	background: #fff1f5;
	border-radius: 5px; 
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container {
		border-radius: 3px; 
		padding: 10px;
	}
}
.item-card__price-container:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-container:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__price-head {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head {
		margin-bottom: 10px;
	}
}
.item-card__price-head--flex {
	align-items: center; 
	display: flex;
	justify-content: flex-end;
}
.item-card__price-head--flex .item-card__price-head-text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-head--flex .item-card__price-head-text {
		margin-right: 10px;
	}
}
.item-card__price-value {
	margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card__price-value {
		margin-bottom: 16px;
	}
}
.item-card__unit:not(:first-child) {
	margin-top: 10px;
}
.item-card__unit:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__unit-price:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__unit-price {
		margin-bottom: 7px;
	}
	.item-card--pickup .item-card__unit-price {
		margin-bottom: 0;
	}
	.item-card--pickup .item-card__unit-price:not(:last-child) {
		margin-right: .25em;
	}
}
.item-card__coupon {
	margin-top: -5px;
}
.item-card__coupon:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__coupon:not(:last-child) {
		margin-bottom: 15px;
	}
}
.item-card__point {
	margin-top: 10px;
}
.item-card__point:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__point:not(:last-child) {
		margin-bottom: 10px;
	}
}
.item-card__point-value:not(:last-child) {
	margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card__point-value:not(:last-child) {
		margin-bottom: 3px;
	}
}
.item-card__delivery {
	margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card__delivery {
		margin-bottom: 8px;
	}
}

.item-card-thumb {
	border: #ccc 1px solid;
	box-sizing: border-box; 
	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-name {
	font-size: 14px; 
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.item-card-name {
		font-size: 16px; 
		font-weight: normal;
	}
}
.item-card-name__text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 4.2em;
	-webkit-line-clamp: 3;
	line-height: inherit;
	line-height: 1.4;
	margin: -.2em 0; 
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.item-card-name__text {
		height: 2.8em; 
		-webkit-line-clamp: 2;
	}
}

.item-card-price-content {
	background: #fff1f5;
	border-radius: 5px; 
	padding: 8px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-content {
		border-radius: 3px; 
		padding: 10px;
	}
}
.item-card-price-content__left {
	flex: 0 0 auto;
}
.item-card-price-content__right {
	flex: 1 1 auto;
}

.item-card-price-head {
	align-items: center; 
	display: flex;
	justify-content: flex-end;
}
.item-card-price-head__text {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head__text {
		margin-right: 10px;
	}
}

.item-card-price-head-text {
	color: #c7000b;
	font-size: 10px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-text {
		font-size: 14px;
	}
}

.item-card-price-head-tag {
	align-items: center;
	background: #c7000b;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	padding: 0 5px;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-price-head-tag {
		font-size: 12px;
		height: 20px;
		padding: 0 5px;
	}
}

.item-card-price {
	color: #c7000b;
	font-family: "Open Sans", sans-serif;
	font-size: 28px; 
	font-weight: 700;
	margin: -.14em 0;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-price {
		font-size: 50px;
	}
}
.item-card-price .small {
	font-size: .7em;
	vertical-align: middle;
}

.item-card-reference {
	font-size: 10px; 
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-reference {
		font-size: 14px;
	}
}
.item-card-reference__head {
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.item-card-reference__value {
		font-size: 16px;
	}
	.item-card-reference__value .small {
		font-size: 14px;
	}
}

.item-card-unit-price {
	align-items: baseline;
	color: #c7000b;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: flex-end;
	margin: -1.25px 0;
	margin-left: -5px; 
	text-align: right;
	white-space: nowrap;
}
.item-card-unit-price__head, .item-card-unit-price__value {
	padding: 1.25px 0;
}
.item-card-unit-price__head {
	font-size: 10px;
	margin-right: 2px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__head {
		font-size: 14px;
		margin-right: 3px;
	}
}
.item-card-unit-price__value {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 22px; 
	margin: -.14em 0;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value {
		font-size: 34px;
	}
}
.item-card-unit-price__value .small {
	font-size: .7em;
}
.item-card-unit-price__value .unit {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-price__value .unit {
		font-size: .5em;
	}
}

.item-card-unit-reference {
	font-size: 10px; 
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-unit-reference {
		font-size: 14px;
	}
	.item-card-unit-reference .small {
		font-size: 10px;
	}
}
.item-card--pickup .item-card-unit-reference {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card--pickup .item-card-unit-reference {
		font-size: 12px;
	}
}

.item-card-coupon {
	align-items: center;
	background: #fefe00;
	box-sizing: border-box;
	color: #c7000b;
	display: flex;
	font-size: 10px; 
	font-weight: 700;
	justify-content: center;
	min-height: 20px;
	padding: 2px 0;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon {
		font-size: 18px;
		min-height: 40px;
		padding: 5px 0;
	}
}
.item-card-coupon__text {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.4;
	margin: -.2em 0; 
	text-align: center;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text {
		margin: -2px 0;
	}
}
.item-card-coupon__text .strong {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin: -.14em 0 -.14em;
}
@media screen and (min-width: 1000px) {
	.item-card-coupon__text .strong {
		font-size: 30px;
	}
}

.item-card-point {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -2px 0;
}
.item-card-point__icon {
	flex: 0 0 auto;
	margin-right: 3px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon {
		margin-right: 5px;
	}
}
.item-card-point__icon img {
	width: 18px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__icon img {
		width: 22px;
	}
}
.item-card-point__value {
	font-size: 14px; 
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value {
		font-size: 16px;
	}
}
.item-card-point__value .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-point__value .small {
		font-size: .7em;
	}
}

.item-card-point-ratio {
	font-size: 10px; 
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.item-card-point-ratio {
		font-size: 11.2px;
	}
}

.item-card-delivery {
	align-items: center;
	background: #41b8d7;
	color: #fff;
	display: flex;
	font-size: 10px; 
	font-weight: 700;
	height: 18px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.item-card-delivery {
		font-size: 14px; 
		height: 30px;
	}
}
.item-card-delivery .icon {
	display: inline-block;
	margin-right: 5px;
	transform: scale(-1, 1);
}

.item-card-share {
	background: #f5f3ef;
	color: #666;
	padding: 5px 0; 
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.item-card-share {
		padding: 4.5px 0;
	}
}
.item-card-share__body {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 -5px;
}
.item-card-share__item {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	line-height: 15px; 
	padding: 0 5px;
}
.item-card-share__icon {
	color: #63574a;
	display: inline-block;
	font-size: 15px; 
	margin-right: 3px;
	vertical-align: middle;
}
@media screen and (min-width: 1000px) {
	.item-card-share__icon {
		font-size: 16px;
	}
}
.item-card-share__icon > span {
	vertical-align: top;
}
.item-card-share__icon > img {
	vertical-align: top;
}
.item-card-share__value {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card-share__value {
		font-size: 12px;
	}
}
.item-card--pickup.item-card--strong-unit .item-card-share__value {
	color: #666;
}

.item-card-stock-icon {
	align-items: center;
	background: #666;
	border-radius: 50%; 
	color: #f5f3ef;
	display: inline-flex;
	font-size: 10px;
	height: 15px;
	justify-content: center;
	width: 15px;
}
@media screen and (min-width: 1000px) {
	.item-card-stock-icon {
		height: 16px;
		width: 16px;
	}
}

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

.btn-3ple {
	font-size: 18px; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		font-size: 36px;
	}
}
.btn-3ple .head {
	display: block;
	font-size: .611111111111em;
	font-weight: normal;
	margin-bottom: 7px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple .head {
		margin-bottom: 14px;
	}
}
.btn-3ple .small {
	font-size: .722222222222em;
}

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

.first__catch:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.first__catch:not(:last-child) {
		margin-bottom: 30px;
	}
}

.mv {
	background-color: #fffbdc;
	background-image: url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_sp.png");
	background-position: top center;
	background-repeat: no-repeat; 
	background-size: auto 100%;
	position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.mv {
		background-image: url("https://www.3ple.jp/feature/3ple/221027/img/mv-bg_pc.png");
	}
}
.mv::after {
	background-image: url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_sp.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none; 
	position: absolute;
	top: 0;
	width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv::after {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.mv::after {
		background-image: url("https://www.3ple.jp/feature/3ple/221027/img/mv-front_pc.png");
	}
}
@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: 26.6666666667%;
}
.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: 20%;
	}
	.mv-content > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}

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

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

.mv-catch-list {
	color: #4d2100;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.mv-catch-list {
		font-size: 24px;
	}
}
.mv-catch-list .icon {
	color: #2e8864;
	margin-right: .25em;
}

.mv-catch-main {
	color: #de331d;
	font-size: 15px;
	font-weight: 700; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.mv-catch-main {
		font-size: 30px;
	}
}

.mv-catch-notice {
	color: #4d2100; 
	font-size: 10px;
}
.mv-catch-notice .icon-align {
	display: flex;
	line-height: 1.6;
	margin: calc((1.6 - 1em) / 2 * -1) 0;
}
.mv-catch-notice .icon-align--inline {
	display: inline-flex;
}
.mv-catch-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.mv-catch-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.mv-catch-notice {
		font-size: 18px;
	}
}

.notice-separator:not(:last-child) {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px; 
	padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.notice-separator:not(:last-child) {
		border-width: 4px;
		margin-bottom: 40px; 
		padding-bottom: 40px;
	}
}

.notice-content__head {
	margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
	.notice-content__head {
		margin-bottom: 24px;
	}
}

.notice-head {
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.notice-head {
		font-size: 24px;
	}
}
.notice-head .icon {
	color: #9cc338;
	font-size: 10px;
	line-height: 12px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.notice-head .icon {
		font-size: 20px;
		line-height: 24px;
	}
}

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

.otoku-section__head {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.otoku-section__head {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.otoku-section__head .container {
		padding: 0 20px !important;
	}
}

.otoku-section-head {
	align-items: center;
	color: #4d2100;
	display: flex;
	font-size: 17.5px;
	font-weight: 700; 
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.otoku-section-head {
		font-size: 35px;
	}
}
.otoku-section-head .small {
	font-size: .7em;
}
.otoku-section-head__body {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding: 0 20px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.otoku-section-head__body {
		padding: 0 30px;
	}
}
.otoku-section-head::before, .otoku-section-head::after {
	background-image: url("https://www.3ple.jp/feature/3ple/221027/img/ornament_sp.png");
	background-repeat: space;
	background-size: auto;
	content: "";
	display: block;
	flex: 1 1 auto;
	height: 4.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.otoku-section-head::before, .otoku-section-head::after {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/221027/img/ornament_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/ornament_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/221027/img/ornament_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/ornament_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.otoku-section-head::before, .otoku-section-head::after {
		background-image: url("https://www.3ple.jp/feature/3ple/221027/img/ornament_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.otoku-section-head::before, .otoku-section-head::after {
		height: 8px;
	}
}
.otoku-section-head::before {
	background-position: right center;
}
.otoku-section-head::after {
	background-position: left center;
}
.otoku-section-head__time {
	color: #e97300; 
	margin-left: .25em;
}
.otoku-section--19 .otoku-section-head__time {
	color: #344e91;
}

.otoku-sub-section--otoku {
	background: #ffeff3;
	overflow: hidden;
	padding-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.otoku-sub-section--otoku {
		padding-bottom: 50px;
	}
}
.otoku-sub-section--otoku .item-card__price-container {
	background: #fff;
}

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

.otoku-sub-section-head {
	background-color: #fffbdc;
	background-image: url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_sp.png");
	background-position: center; 
	background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.otoku-sub-section-head {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.otoku-sub-section-head {
		background-image: url("https://www.3ple.jp/feature/3ple/221027/img/otoku-sub-content-head-bg_pc.png");
	}
}
.otoku-sub-section--otoku .otoku-sub-section-head {
	background-color: transparent;
}
.otoku-sub-section-head .container {
	display: block;
}
.otoku-sub-section-head__content {
	align-items: center;
	display: flex;
	font-size: 20px;
	font-weight: 700; 
	height: 39px;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.otoku-sub-section-head__content {
		font-size: 40px; 
		height: 78px;
	}
}
.otoku-sub-section-head__content .small {
	font-size: 17.5px;
}
@media screen and (min-width: 1000px) {
	.otoku-sub-section-head__content .small {
		font-size: 35px;
	}
}

.otoku-holder {
	position: relative;
}

.otoku-failed {
	color: #c00;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.otoku-failed {
		font-size: 18px;
	}
}
.otoku-failed .icon {
	color: #c00; 
	margin-right: .25em;
}

@media screen and (min-width: 1000px) {
	.item-card-coupon {
		font-size: 16px;
	}
}

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

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

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

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

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

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