* {
	box-sizing: border-box;
}

html {
	--font-family-base: Kiwi Maru, serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--gutter: 22px;
	font-size: 2.6666666667vw;
	overflow-x: hidden;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #595959;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: 1.4rem;
	line-height: var(--lineheight-base);
	text-align: left;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	color: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 151.1rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-5 {
	margin: 0.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 0.5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 0.5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 0.5rem !important;
}

.m-10 {
	margin: 1rem !important;
}

.mt-10,
.my-10 {
	margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-5 {
	padding: 0.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 0.5rem !important;
}

.pr-5,
.px-5 {
	padding-right: 0.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
	padding-left: 0.5rem !important;
}

.p-10 {
	padding: 1rem !important;
}

.pt-10,
.py-10 {
	padding-top: 1rem !important;
}

.pr-10,
.px-10 {
	padding-right: 1rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
	padding-left: 1rem !important;
}

.m-n5 {
	margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.5rem !important;
}

.m-n10 {
	margin: -1rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -1rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline;
}

.animate_animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.fadeUp {
	animation-name: fadeUp;
}

.fadeInUp {
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.fadeIn {
	animation-name: fadeIn;
}

.fadeText {
	animation: 0.8s cubic-bezier(0, 0, 0.18, 1.02) 0.7s 1 normal forwards running ffSPMP, 0.8s cubic-bezier(0, 0, 0.18, 1.02) 0.7s 1 normal forwards running laULNI;
	opacity: 0;
	transform: translateY(10px);
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 0.75;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -4rem;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 0.2rem;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 0.7rem;
	width: 0.7rem;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 0.75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn {
	display: inline-block;
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	color: #595959;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.c-button {
	border-radius: 4rem;
	font-size: 1.388rem;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	position: relative;
	width: 100%;
	max-width: 22.7rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.c-button.--small {
	max-width: 47.5rem;
}

.c-button__text {
	color: #fff;
	position: relative;
	z-index: 99;
}

.c-button__item {
	border-radius: 5rem;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-button__item.--01 {
	overflow: hidden;
	border: 0.4rem solid #fff;
	z-index: 3;
	top: -2.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-button__item.--01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DC67FF;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 33%, rgb(191, 124, 255) 93%);
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.26, 0.005, 0, 1.035);
	z-index: 10;
	pointer-events: none;
	z-index: -1;
}

.c-button__item.--01::before {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.26, 0.005, 0, 1.035);
	z-index: 20;
	left: auto;
	right: 0;
}

.c-button__item.--01 .ic {
	background: url("../images/common/ic_arrow.svg") no-repeat center/contain;
	width: 0.9rem;
	height: 1.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	z-index: 99;
}

.c-button__item.--02 {
	background: #8A6EFF;
	background: linear-gradient(90deg, rgb(138, 110, 255) 23%, rgb(152, 133, 255) 63%, rgb(191, 56, 255) 93%);
	z-index: 2;
	top: -1.4rem;
}

.c-button__item.--03 {
	background: #6A2AFF;
	background: linear-gradient(90deg, rgb(106, 42, 255) 19%, rgb(50, 51, 95) 50%, rgb(122, 32, 255) 92%);
	z-index: 1;
	top: -0.7rem;
}

.c-button__item.--04 {
	background: #FBE7FF;
	background: linear-gradient(90deg, rgb(251, 231, 255) 0%, rgb(244, 190, 255) 62%, rgb(225, 197, 255) 92%);
	filter: blur(5px);
	top: 0;
}

.p-header {
	position: fixed;
	top: 1.5rem;
	width: 100%;
	padding: 0 1.5rem;
	z-index: 99;
	transition: transform 0.3s ease;
}

.p-header.is-hidden {
	transform: translateY(calc(-100% - 6rem));
}

.p-header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-header__logo {
	font-size: inherit;
	max-width: 10.4rem;
}

.p-header__nav .nav {
	--trans: color 0.4s ease 0s;
}

.p-header__nav .nav-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.p-header__nav .nav-item {
	position: relative;
}

.p-header__nav .nav-item.is-active .nav-link {
	color: #FF00F9;
	filter: drop-shadow(0 0 0.75rem white);
}

.p-header__nav .nav-link {
	color: #fff;
	font-family: "Yusei Magic", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	display: block;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}

.p-header__nav .nav-child__item:not(:last-child) {
	margin-bottom: 1rem;
}

.p-header__nav .nav-child__link {
	color: #fff;
	font-family: "Yusei Magic", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	display: block;
}

.p-header__nav .nav-bg {
	transition: 0.5s ease-in;
	transform: translate3d(0, -100.2%, 0);
	will-change: transform, opacity;
	background: #DC67FF;
	background: linear-gradient(0deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 50%, rgb(191, 124, 255) 93%);
	max-width: 100%;
	width: 48rem;
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.p-header__hamburger {
	background: #DC67FF;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 33%, rgb(191, 124, 255) 100%);
	border: 2px solid #fff;
	border-radius: 4rem;
	color: #fff;
	font-size: 1.3rem;
	font-family: "Yusei Magic", sans-serif;
	width: 5.2rem;
	height: 3.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 500;
	letter-spacing: 0.3em;
}

.p-header__hamburger a {
	padding: 0 0 0.1rem 0.6rem;
}

.hamburger-box {
	border: none;
	background-color: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.8rem;
	height: 0.2rem;
	background-color: #fff;
	transition: transform 0.15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	background: #FBE7FF;
	background: linear-gradient(90deg, rgb(251, 231, 255) 0%, rgb(244, 190, 255) 62%, rgb(225, 197, 255) 100%);
	padding: 3rem 0 5rem;
}

.p-footer__logo {
	max-width: 15.3rem;
	margin: 0 auto;
}

.p-footer__logo img {
	width: 100%;
}

.p-footer__nav {
	margin-top: 3rem;
}

.p-footer__nav .nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 3rem;
}

.p-footer__nav .nav-link {
	color: #fff;
	font-size: 1.2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.form-control {
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	color: #000;
	display: block;
	padding: 0 0 1.5rem 3.3rem;
	width: 100%;
	height: 4.6rem;
	line-height: 1.5;
}

.form-control:focus-visible {
	outline: none;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control::-moz-placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control::placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #777777;
	opacity: 1;
}

.form-control--textarea {
	border: 2px solid #000;
	max-width: 100%;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.l-search-controller {
	position: relative;
	margin-top: 44px;
}

.search-controller {
	display: flex;
	flex-direction: row-reverse;
}

.search-controller__item {
	flex-shrink: 0;
}

.search-controller__item--filter {
	width: 50%;
}

.search-controller__item--sort {
	width: calc(50% - 1.6rem);
	margin-right: 1.6rem;
}

.search-controller__item--keyword {
	width: 100%;
}

.filter-menu,
.sort-menu {
	position: relative;
}

.filter-menu__label,
.sort-menu__label {
	color: #fff;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	font-style: normal;
	margin-bottom: 0.8rem;
}

.sort-menu__selected-method {
	border: 0.2rem solid #fff;
	background: #dc67ff;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(191, 124, 255) 93%);
	border-radius: 2rem;
	cursor: pointer;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 5rem;
	padding: 0 32px 0 16px;
	outline: none;
	position: relative;
}

.sort-menu__selected-method::after {
	content: "";
	background: url("../images/common/ic_arrow.svg") no-repeat center/contain;
	width: 1.3rem;
	aspect-ratio: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 1rem;
}

.sort-menu__methods {
	background-color: #fff;
	border: 0.2rem solid #FF00F9;
	position: absolute;
	top: 9.2rem;
	left: 0;
	right: 0;
	padding: 0.8rem;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 10;
}

.sort-menu__methods.is-visible {
	visibility: visible;
	opacity: 1;
}

.sort-menu__method {
	font-weight: 700;
	font-size: 1.4rem;
}

.sort-menu__method:not(:last-child) {
	margin-bottom: 1rem;
}

.filter-menu__keyword {
	position: relative;
}

.filter-menu__keyword-input {
	border: 0.2rem solid #fff;
	background: #dc67ff;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(191, 124, 255) 93%);
	border-radius: 2rem;
	text-overflow: ellipsis;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	width: 100%;
	min-height: 5rem;
	padding: 0 3.2rem 0 1.6rem;
	font-size: 1.2rem;
	outline: none;
}

.filter-menu__keyword-submit {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 2.4rem;
	aspect-ratio: 1;
	background-image: url("../images/common/ic_search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.c-radio:last-child {
	margin-right: 0;
}

.c-radio__button {
	position: absolute;
	opacity: 0;
}

.c-radio__button:checked + .c-radio__label::after {
	left: 0.2rem;
	width: 2rem;
	height: 2rem;
	background: #DC67FF;
	background: linear-gradient(90deg, rgb(220, 103, 255) 0%, rgb(191, 124, 255) 93%);
	border-radius: 50%;
}

.c-radio__label {
	cursor: pointer;
	position: relative;
	padding-left: 3rem;
}

.c-radio__label::before,
.c-radio__label::after {
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.c-radio__label::before {
	border: 0.2rem solid #000;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-color: #f9f9f9;
	border-radius: 50%;
}

label.error {
	color: #f00;
	display: block;
	margin-top: 0.5rem;
}

.table {
	width: 100%;
}

.hline01 {
	color: #fff;
	font-size: 3.5rem;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
}

.hline02 {
	font-size: 2.8rem;
	font-weight: 400;
}

.hline03 {
	text-align: center;
}

.hline03-jp {
	font-weight: normal;
}

.hline03-en {
	color: #E593F9;
}

.hover {
	transition: opacity 0.3s ease;
}

.hover:hover {
	opacity: 0.7;
}

.object-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.nospace::before,
.nospace::after {
	content: "";
	display: block flow;
	inline-size: 0;
	block-size: 1px;
}

.nospace::before {
	margin-block-end: calc((1 - var(--lh, 1.5)) * 0.5em);
}

.nospace::after {
	margin-block-start: calc((1 - var(--lh, 1.5)) * 0.5em);
}

.content {
	padding: 9rem 0;
	overflow: hidden;
}

.c-text {
	font-size: 1.4rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.6428571429;
	margin-top: 3rem;
}

.c-text span {
	font-size: 2.1rem;
}

.c-desc {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 3.1388888889;
}

.scroll-bg .container {
	position: relative;
}

.scroll-bg__wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.scroll-bg__item {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.scroll-bg__item svg {
	width: 100%;
}

.scroll-bg__item svg .anim {
	transition: transform 0.3s ease-out;
	mix-blend-mode: multiply;
}

.scroll-bg__item.--01 {
	top: 0;
	left: 0;
	max-width: 12rem;
}

.scroll-bg__item.--02 {
	top: 0;
	right: 0;
	max-width: 11.5rem;
}

.scroll-bg__item.--03 {
	top: 5rem;
	right: 0;
	max-width: 12rem;
}

.anim-image {
	animation: 2.4s ease-in-out 0.2s infinite normal none running fdfTkW;
}

.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	gap: 2rem;
}

.pagination li > * {
	aspect-ratio: 1;
	width: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.pagination li.prev > *::after,
.pagination li.next > *::after {
	content: "";
	width: 2.6rem;
	aspect-ratio: 1;
	background: url("../images/common/ic_arrow.svg") no-repeat center/contain;
}

.pagination li.prev > *::after {
	transform: scale(-1);
}

.pagination li .page-numbers {
	color: #4B037F;
	font-size: 2rem;
	position: relative;
	line-height: 1;
	transition: all 0.25s ease-in-out;
	padding-bottom: 1rem;
}

.pagination li .page-numbers::after {
	content: "";
	background-color: transparent;
	border-radius: 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0.3rem;
}

.pagination li .page-numbers:hover,
.pagination li .page-numbers.current {
	color: #fff;
}

.pagination li .page-numbers:hover::after,
.pagination li .page-numbers.current::after {
	background-color: #fff;
}

.pagination li.is-disaled > * {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.p-privacy {
	display: grid;
	row-gap: 2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	padding-top: 4.5rem;
	word-break: break-all;
}

.p-privacy > p {
	min-height: 1px;
}

.p-privacy > p + ol {
	margin-top: -1em;
}

.p-privacy__lst {
	margin-top: 2.5rem;
}

.p-privacy ol {
	counter-reset: olNum;
}

.p-privacy ol > li {
	position: relative;
}

.p-privacy ol > li::before {
	content: counter(olNum) ".";
	counter-increment: olNum;
}

.p-privacy ol ol {
	counter-reset: subolNum;
}

.p-privacy ol ol > li {
	position: relative;
	padding-left: 4rem;
}

.p-privacy ol ol > li::before {
	content: counter(subolNum) ".";
	counter-increment: subolNum;
	position: absolute;
	top: 0;
	left: 1.5rem;
}

.p-privacy > ul > li {
	margin-bottom: 3rem;
}

.p-privacy > ul > li li {
	padding-left: 1.5rem;
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-5 {
	margin: 0.5rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 0.5rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 0.5rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 0.5rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 0.5rem !important;
}

.m-sm-10 {
	margin: 1rem !important;
}

.mt-sm-10,
.my-sm-10 {
	margin-top: 1rem !important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 1rem !important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 1rem !important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 1rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-5 {
	padding: 0.5rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 0.5rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 0.5rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 0.5rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 0.5rem !important;
}

.p-sm-10 {
	padding: 1rem !important;
}

.pt-sm-10,
.py-sm-10 {
	padding-top: 1rem !important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 1rem !important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 1rem !important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 1rem !important;
}

.m-sm-n5 {
	margin: -0.5rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -0.5rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -0.5rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -0.5rem !important;
}

.m-sm-n10 {
	margin: -1rem !important;
}

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -1rem !important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -1rem !important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -1rem !important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -1rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

@media (min-width: 768px) {

html {
	font-size: 0.5208333333vw;
}

body {
	font-size: 1.5rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-5 {
	margin: 0.5rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 0.5rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 0.5rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 0.5rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 0.5rem !important;
}

.m-md-10 {
	margin: 1rem !important;
}

.mt-md-10,
.my-md-10 {
	margin-top: 1rem !important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 1rem !important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 1rem !important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 1rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-5 {
	padding: 0.5rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 0.5rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 0.5rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 0.5rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 0.5rem !important;
}

.p-md-10 {
	padding: 1rem !important;
}

.pt-md-10,
.py-md-10 {
	padding-top: 1rem !important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 1rem !important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 1rem !important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 1rem !important;
}

.m-md-n5 {
	margin: -0.5rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -0.5rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -0.5rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -0.5rem !important;
}

.m-md-n10 {
	margin: -1rem !important;
}

.mt-md-n10,
.my-md-n10 {
	margin-top: -1rem !important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -1rem !important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -1rem !important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -1rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.slick-dots li {
	margin: 0 0.5rem;
}

.slick-dots li button {
	height: 1rem;
	width: 1rem;
}

.c-button {
	font-size: 3.2rem;
	max-width: 52.3rem;
	height: 8.9rem;
}

.c-button:hover .c-button__item.--01::before {
	left: 0;
	opacity: 1;
	width: 100%;
}

.c-button:hover .c-button__item.--01 .ic {
	background-image: url("../images/common/ic_arrow_hv.svg");
}

.c-button:hover .c-button__text {
	background: linear-gradient(-1.5194deg, #DC67FF 0%, #F4BEFF 33%, #BF7CFF 93%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-button__item.--01 .ic {
	width: 2.3rem;
	height: 3rem;
	right: 3rem;
}

.p-header {
	top: 3.5rem;
}

.p-header__wrap {
	max-width: 146.6rem;
	margin: 0 auto;
	gap: 5.2083333333vw;
	padding: 0 4.8rem 0 4.8rem;
}

.p-header__logo {
	max-width: 24.1rem;
}

.p-header__nav {
	flex: 1;
}

.p-header__nav .nav-list {
	flex-direction: row;
	justify-content: flex-end;
	gap: 4.1666666667vw;
}

.p-header__nav .nav-item {
	padding: 1.6rem 0 1.9rem;
}

.p-header__nav .nav-item__haschild:hover .nav-child {
	opacity: 1;
	visibility: visible;
}

.p-header__nav .nav-link {
	font-size: 2.4rem;
	transition: var(--trans, color 0.4s ease 0s);
}

.p-header__nav .nav-link:hover {
	color: #FF00F9;
	filter: drop-shadow(0 0 0.75rem white);
}

.p-header__nav .nav-link::after {
	content: attr(data-text);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.p-header__nav .nav-child {
	position: absolute;
	top: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
	background: #DC67FF;
	background: linear-gradient(0deg, rgb(220, 103, 255) 0%, rgb(244, 190, 255) 50%, rgb(191, 124, 255) 93%);
	padding: 2rem 1.2rem;
	width: 19rem;
	opacity: 0;
	visibility: hidden;
}

.p-header__nav .nav-child__link {
	font-size: 1.8rem;
	transition: var(--trans, color 0.4s ease 0s);
}

.p-header__nav .nav-child__link:hover {
	color: #FF00F9;
}

.p-header__nav .nav-bg {
	display: none;
}

.p-header__hamburger {
	font-size: 2.8rem;
	width: 11rem;
	height: 7.2rem;
}

.p-footer {
	padding: 12.6rem 0 29rem;
}

.p-footer__logo {
	max-width: 36.2rem;
}

.p-footer__nav {
	margin-top: 4.4rem;
}

.p-footer__nav .nav-list {
	gap: 3rem;
}

.p-footer__nav .nav-link {
	font-size: 2.4rem;
	transition: color 0.3s ease;
}

.p-footer__nav .nav-link:hover {
	color: #FF00F9;
}

.form-control--textarea {
	min-height: 38.8rem;
}

.sort-menu__selected-method {
	border-width: 0.4rem;
	font-size: 3.2rem;
	min-height: 6.7rem;
}

.sort-menu__selected-method::after {
	right: 2rem;
	width: 2.6rem;
}

.sort-menu__methods {
	border-width: 0.4rem;
	top: 16rem;
	padding: 1.6rem;
}

.sort-menu__method {
	font-size: 3.2rem;
}

.sort-menu__method:not(:last-child) {
	margin-bottom: 1.5rem;
}

.filter-menu__keyword-input {
	border-width: 0.4rem;
	min-height: 6.7rem;
}

.filter-menu__keyword-submit {
	right: 1.5rem;
	width: 4.8rem;
}

.c-radio__button:checked + .c-radio__label::after {
	left: 0.4rem;
	width: 3.5rem;
	height: 3.5rem;
}

.c-radio__label {
	padding-left: 6.5rem;
}

.c-radio__label::before {
	border-width: 0.4rem;
	width: 3.5rem;
	height: 3.5rem;
}

.hline01 {
	font-size: 12rem;
	letter-spacing: 0.05em;
}

.hline02 {
	font-size: 6rem;
	letter-spacing: 0.05em;
}

.hline03-jp {
	font-size: 6rem;
}

.hline03-en {
	font-size: 4.645rem;
}

.content {
	padding: 26rem 0 10rem;
}

.c-text {
	font-size: 2.6rem;
	line-height: 2.0769230769;
	margin-top: 3rem;
}

.c-text span {
	font-size: 3.6rem;
	line-height: 1.5;
}

.c-desc {
	font-size: 3.6rem;
}

.scroll-bg__item.--01 {
	top: -1rem;
	left: 7rem;
	max-width: 29.2rem;
}

.scroll-bg__item.--02 {
	top: -1rem;
	right: 7rem;
	max-width: 32rem;
}

.scroll-bg__item.--03 {
	right: -16rem;
	max-width: 40.1rem;
}

.pagination ul {
	gap: 8rem;
}

.pagination li > * {
	width: 4rem;
}

.pagination li.prev > *::after,
.pagination li.next > *::after {
	width: 4.6rem;
}

.pagination li .page-numbers {
	font-size: 6rem;
	padding-bottom: 1rem;
}

.pagination li .page-numbers::after {
	height: 0.5rem;
}

.p-privacy {
	font-size: 1.6rem;
	row-gap: 2.6rem;
	padding-top: 9rem;
}

.p-privacy__lst {
	margin-top: 5.5rem;
}

.p-privacy > ul > li {
	margin-bottom: 5.7rem;
}

}

@media (min-width: 768px) and (min-width: 768px) {

.p-header__nav .nav-link::after {
	font-size: 2.4rem;
}

}

@media (min-width: 768px) and (max-width: 999px) {

.filter-menu__label,
.sort-menu__label {
	font-size: 3.6rem;
}

}

@media (min-width: 1000px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-5 {
	margin: 0.5rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 0.5rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 0.5rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 0.5rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 0.5rem !important;
}

.m-lg-10 {
	margin: 1rem !important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 1rem !important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 1rem !important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 1rem !important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 1rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-5 {
	padding: 0.5rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 0.5rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 0.5rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 0.5rem !important;
}

.p-lg-10 {
	padding: 1rem !important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 1rem !important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 1rem !important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 1rem !important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 1rem !important;
}

.m-lg-n5 {
	margin: -0.5rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -0.5rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -0.5rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -0.5rem !important;
}

.m-lg-n10 {
	margin: -1rem !important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -1rem !important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -1rem !important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -1rem !important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -1rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.search-controller__item--filter {
	width: 24.0106134969%;
}

.search-controller__item--sort {
	width: calc(25.8195296524% - 4.4rem);
	margin-right: 4.4rem;
}

.search-controller__item--keyword {
	width: calc(50% - 8rem);
	margin-right: 8rem;
}

.filter-menu__label,
.sort-menu__label {
	font-size: 4.8rem;
}

}

@media (min-width: 1176px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-5 {
	margin: 0.5rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 0.5rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 0.5rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 0.5rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 0.5rem !important;
}

.m-xl-10 {
	margin: 1rem !important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 1rem !important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 1rem !important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 1rem !important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 1rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-5 {
	padding: 0.5rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 0.5rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 0.5rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 0.5rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 0.5rem !important;
}

.p-xl-10 {
	padding: 1rem !important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 1rem !important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 1rem !important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 1rem !important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 1rem !important;
}

.m-xl-n5 {
	margin: -0.5rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -0.5rem !important;
}

.m-xl-n10 {
	margin: -1rem !important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -1rem !important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -1rem !important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -1rem !important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -1rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.p-header__wrap {
	padding: 0 13.2rem 0 4.8rem;
}

.p-header__nav .nav-list {
	gap: 16.1458333333vw;
}

}

@media (max-width: 999px) {

.search-controller {
	flex-wrap: wrap;
}

}

@media (max-width: 767px) {

.p-header__nav {
	transition: 0.3s 0.5s ease;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	height: 100dvh;
	max-width: 100%;
	width: 48rem;
	padding: 6.5rem 3.4rem;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 499;
}

.p-header__nav.is-show {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.p-header__nav.is-show .nav-item {
	opacity: 1;
	transform: translateX(0);
}

.p-header__nav.is-show .nav-item:nth-child(1) {
	transition-delay: 0.5s;
}

.p-header__nav.is-show .nav-item:nth-child(2) {
	transition-delay: 0.6s;
}

.p-header__nav.is-show .nav-item:nth-child(3) {
	transition-delay: 0.7s;
}

.p-header__nav.is-show .nav-child {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.8s;
}

.p-header__nav.is-show .nav-bg {
	transform: translate3d(0, 0, 0);
}

.p-header__nav .nav-item {
	opacity: 0;
	transform: translateX(-2rem);
	transition: 0.3s ease;
}

.p-header__nav .nav-link {
	text-align: center;
}

.p-header__nav .nav-child {
	margin-top: 1rem;
	opacity: 0;
	transform: translateX(-2rem);
	transition: 0.3s ease;
}

.search-controller__item--keyword {
	margin-top: 1.6rem;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translate3d(0, 150px, 0);
}

100% {
	opacity: 1;
	transform: none;
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}

100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fdfTkW {

0%,100% {
	transform: translateY(10px) scaleY(0.99) scaleX(1.01);
}

50% {
	transform: translateY(-3px) scaleY(1) scaleX(1);
}

}

@keyframes animation-3tpvxt {

0% {
	opacity: 0;
	transform: scale(0.9);
}

50% {
	opacity: 1;
	transform: scale(1.02);
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes ffSPMP {

100% {
	opacity: 1;
}

}

@keyframes laULNI {

100% {
	transform: translate(0px, 0px);
}

}

