@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: 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;
	}
}

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

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

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: 1200px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 50px;
	}
}
.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;
}

@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;
	}
}
.banner-content {
	overflow: hidden;
	position: relative;
}
.banner-content__head {
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.banner-content__head {
		margin-bottom: -15px;
	}
}

.banner-container {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 -4px;
	padding: 4px;
}
@media screen and (min-width: 1000px) {
	.banner-container {
		border-radius: 12px;
		margin: 0 auto;
		max-width: 778px;
		padding: 12px;
	}
}

.banner-wrapper .btn-container__btn {
	border: #dcdcdc 1px solid;
	display: block;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.banner-wrapper .btn-container__btn {
		border: #dcdcdc 2px solid;
	}
}
.banner-wrapper .btn-container__btn.is-not-within {
	pointer-events: none;
}
.banner-wrapper .btn-container__btn .banner-text {
	align-items: center;
	background: rgba(255, 255, 255, .8);
	bottom: 0;
	color: #000;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.banner-wrapper .btn-container__btn .banner-text {
		font-size: 40px;
	}
}
.banner-wrapper .btn-container__btn:not(.is-not-within) .banner-text {
	display: none;
}
.banner-wrapper .btn-container__btn:not(.is-after) .after {
	display: none;
}
.banner-wrapper .btn-container__btn:not(.is-before) .before {
	display: none;
}

@media screen and (min-width: 1000px) {
	.date-content__head {
		margin-bottom: 3px;
	}
}
.date-content__section {
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-content__section {
		padding: 30px 0 50px;
	}
}
.date-content__section--12 {
	background: #fffbce;
}
.date-content__section--19 {
	background: #eefcfc;
}

.date-content-head-wrapper {
	align-items: center;
	display: flex;
}
.date-content-head-wrapper__ornament {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	height: 37.5px;
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__ornament {
		align-items: flex-start;
		height: 75px;
	}
}
.date-content-head-wrapper__ornament::before, .date-content-head-wrapper__ornament::after {
	content: "";
	display: block;
	height: 37.5px;
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__ornament::before, .date-content-head-wrapper__ornament::after {
		height: 75px;
	}
}
.date-content-head-wrapper__ornament::before {
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_sp.png");
	background-position: bottom right;
	flex: 1 1 auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.date-content-head-wrapper__ornament::before {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__ornament::before {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-repeat_pc.png");
	}
}
.date-content-head-wrapper__ornament::after {
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_sp.png");
	background-position: bottom right;
	background-repeat: none;
	flex: 0 0 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.date-content-head-wrapper__ornament::after {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__ornament::after {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/wave-head_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__ornament::after {
		flex: 0 0 82px;
	}
}
.date-content-head-wrapper__ornament--right {
	transform: scale(-1, 1);
}
.date-content-head-wrapper__text {
	flex: 0 0 auto;
	padding: 0 15px;
}
@media screen and (min-width: 1000px) {
	.date-content-head-wrapper__text {
		padding: 10px 50px 0;
	}
}

.date-content-head {
	color: #4d5658;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-content-head {
		font-size: 60px;
	}
}
.date-content-head .small {
	font-size: .7em;
}

.content__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 20px;
	}
}
.content-head {
	align-items: center;
	display: flex;
	font-size: 23px;
	font-weight: 700;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 45px;
	}
}
.date-content__section--12 .content-head {
	color: #e97300;
}
.date-content__section--19 .content-head {
	color: #0085bc;
}
.content-head .icon {
	font-size: 20px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.content-head .icon {
		font-size: 40px;
	}
}

.first {
	background: #fff2b8;
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_sp.png"), url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_sp.png");
	background-position: top center, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 500px 137.5px, 100% 136px;
	padding-bottom: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.first {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.first {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-front_pc.png"), url("https://www.3ple.jp/feature/3ple/summer2023/img/first-bg-back-top_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.first {
		background-size: 1600px 806px, 100% 434px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1000px) {
	.first .container {
		max-width: 1200px;
	}
}

.mv {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
}
.mv::before {
	content: "";
	display: block;
	padding-top: 36.2666666667%;
}
.mv > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv::before {
		content: "";
		display: block;
		padding-top: 36.25%;
	}
	.mv > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.mv img {
	width: 100%;
}

.first-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -5.5px;
}
@media screen and (min-width: 1000px) {
	.first-nav__list {
		align-items: center;
		flex-direction: column;
		margin: -10px -17.5px;
		max-height: 346px;
	}
}
.first-nav__item {
	padding: 5.5px;
}
@media screen and (min-width: 1000px) {
	.first-nav__item {
		padding: 10px 17.5px;
	}
}

.first-nav-item {
	display: block;
	margin-bottom: -8px;
	margin-right: -8px;
}
@media screen and (min-width: 1000px) {
	.first-nav-item {
		margin-bottom: -7px;
	}
	.first-nav__item:first-child .first-nav-item {
		margin-right: -11px;
	}
	.first-nav__item:nth-child(2) .first-nav-item {
		margin-right: -20px;
	}
	.first-nav__item:nth-child(3) .first-nav-item {
		margin-left: -8px;
		margin-right: -24px;
	}
}

.notice__item:not(:last-child) {
	border-bottom: solid 2px rgba(77, 33, 0, .1);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.notice__item:not(:last-child) {
		border-bottom-width: 5px;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}

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

.notice-item-head {
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.notice-item-head {
		font-size: 24px;
	}
}
.notice-item-head .icon {
	color: #0fbbd4;
	font-size: 10px;
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.notice-item-head .icon {
		font-size: 20px;
	}
}
.notice-item-head .strong {
	color: #d92984;
}

.notice-text {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.notice-text {
		font-size: 20px;
	}
}
.notice-text .strong {
	font-weight: 700;
}
.notice-text .thin {
	font-weight: normal;
}
.notice-text .pink {
	color: #d92984;
}
.notice-text a {
	color: #06c;
}
.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;
}

.section {
	padding: 25px 0 50px;
}
@media screen and (min-width: 1000px) {
	.section {
		padding: 45px 0 100px;
	}
}
.section--point {
	background: #faf9f7;
}
.section--coupon {
	background: #fefaee;
}
.section--login {
	background: #fefaee;
}
.section--dsday {
	background: #fefaee;
}
.section__head {
	margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
	.section__head {
		margin-bottom: 40px;
	}
	.section--limited .section__head {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1000px) {
	.section__head .container {
		max-width: 1200px;
	}
}
.section__entry-catch {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.section__entry-catch {
		margin-bottom: -40px;
	}
}
.section__catch {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.section__catch {
		margin-bottom: 20px;
	}
}
.section__btn:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.section__btn:not(:last-child) {
		margin-bottom: 50px;
	}
}
.section__btn--entry {
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_sp.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.section__btn--entry {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.section__btn--entry {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/entry-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.section__btn--entry .container {
		display: flex;
		flex-direction: column;
		height: 169px;
		justify-content: flex-end;
	}
}
.section__btn .btn-3ple {
	margin: 0 auto;
	max-width: 305px;
}
@media screen and (min-width: 1000px) {
	.section__btn .btn-3ple {
		max-width: 600px;
	}
}
.section__btn .btn-3ple--entry {
	max-width: 225px;
}
@media screen and (min-width: 1000px) {
	.section__btn .btn-3ple--entry {
		max-width: none;
		width: 600px;
	}
}
.section__btn .btn-3ple .small {
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.section__btn .btn-3ple .small {
		font-size: 28px;
	}
}
@media screen and (min-width: 1000px) {
	.section__btn .btn-3ple__text .btn-3ple--entry {
		font-size: 40px;
	}
}
.section__notice:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__notice:not(:last-child) {
		margin-bottom: 30px;
	}
}
.section--limited .section__notice:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.section--limited .section__notice:not(:last-child) {
		margin-bottom: 50px;
	}
}
.section__nav:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.section__nav:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.section__nav .container {
		max-width: 1055px;
	}
}
.section__limited {
	margin-bottom: 25px;
	margin-top: 27.5px;
}
@media screen and (min-width: 1000px) {
	.section__limited {
		margin-bottom: 50px;
	}
}
.section-head {
	text-align: center;
}

.section-catch {
	font-size: 10px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.section-catch {
		font-size: 20px;
	}
}

.limited-nav {
	overflow: hidden;
}
.limited-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -2.5px -5px;
}
@media screen and (min-width: 1000px) {
	.limited-nav__list {
		margin: -8px;
	}
}
.limited-nav__item {
	box-sizing: border-box;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 2.5px 5px;
}
@media screen and (min-width: 1000px) {
	.limited-nav__item {
		padding: 8px;
	}
}

.limited-nav-item {
	align-items: center;
	background: #00a3bb;
	border-radius: 13.75px;
	color: #fff;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 27.5px;
	justify-content: center;
	padding-left: 5px;
	padding-right: 16px;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.limited-nav-item {
		border-radius: 27.5px;
		font-size: 24px;
		height: 55px;
		padding-left: 10px;
		padding-right: 35px;
	}
}
.limited-nav-item .value {
	color: #ff9;
	margin-right: .25em;
}
.limited-nav-item .close {
	display: none;
}
.limited-nav-item.is-not-within {
	background: #ccc;
	pointer-events: none;
}
.limited-nav-item.is-not-within .value {
	color: inherit;
}
.limited-nav-item.is-not-within .open {
	display: none;
}
.limited-nav-item.is-not-within .close {
	display: inline;
}
.limited-nav-item::after {
	bottom: 0;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 5px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.limited-nav-item::after {
		font-size: 24px;
		right: 20px;
	}
}

.limited-notice__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.limited-notice__head {
		margin-bottom: 24px;
	}
}

.limited-notice-head {
	align-items: center;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.limited-notice-head {
		font-size: 30px;
	}
}
.limited-notice-head::before, .limited-notice-head::after {
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_sp.png");
	background-repeat: no-repeat;
	content: "";
	height: 30px;
	width: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.limited-notice-head::before, .limited-notice-head::after {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.limited-notice-head::before, .limited-notice-head::after {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/limited-notice-head-ornament_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.limited-notice-head::before, .limited-notice-head::after {
		height: 60px;
		width: 81px;
	}
}
.limited-notice-head::before {
	margin-right: 5px;
}
@media screen and (min-width: 1000px) {
	.limited-notice-head::before {
		margin-right: 9px;
	}
}
.limited-notice-head::after {
	margin-left: 5px;
	transform: scale(-1, 1);
}
@media screen and (min-width: 1000px) {
	.limited-notice-head::after {
		margin-left: 9px;
	}
}

.separator--first {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--first {
		margin-bottom: 50px;
	}
}
.separator--section {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--section {
		margin-bottom: 50px;
	}
}
.separator--bottom-notice {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--bottom-notice {
		margin-bottom: 100px;
	}
}
.separator--bottom-content {
	background: #fff2b8;
	background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_sp.png"), url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_sp.png");
	background-position: top center, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 100% 206px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 210px;
	padding: 10px 0 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.separator--bottom-content {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_sp@2x.png") 2x), -webkit-image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_sp@2x.png") 2x), image-set(url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.separator--bottom-content {
		background-image: url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-front_pc.png"), url("https://www.3ple.jp/feature/3ple/summer2023/img/bottom-bg-back-top_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.separator--bottom-content {
		background-size: auto, 100% 492px;
		min-height: 440px;
		padding: 20px 0 80px;
	}
}
.separator--bottom-content.is-blank {
	background-position: center -45px, center -45px;
}
@media screen and (min-width: 1000px) {
	.separator--bottom-content.is-blank {
		background-position: center -110px, center -110px;
	}
}
.separator--banner {
	margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
	.separator--banner {
		margin-bottom: 218px;
	}
}
.separator--content:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.separator--content:not(:last-child) {
		margin-bottom: 100px;
	}
}

.bottom-notice-wrapper {
	border-top: solid 2px rgba(77, 33, 0, .1);
	padding-top: 20px;
}
@media screen and (min-width: 1000px) {
	.bottom-notice-wrapper {
		border-top-width: 4px;
		padding-top: 40px;
	}
}

.pagetop-holder {
	bottom: 90px;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-align: right;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.pagetop-holder {
		bottom: 0;
	}
}