:root {
	--font-beb: "Bebas Neue", sans-serif;
	--color-black: #231815;
	--color-prp: #A660A3;
	--color-org: #EF8200;
	--color-pk: #E7456A;
}

dl.c-event {
	max-width: 980px;
	margin-inline: auto;
}
dl.c-event dt {
	background-color: #000;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
dl.c-event dd {
	background-image: url(../images/common/event-bg.webp);
	background-size: cover;
	padding-block: clamp(30px, 27px + 0.9375vw, 45px);
	padding-inline: clamp(20px, 19px + 0.3125vw, 25px);
}
@media screen and (max-width: 767px) {
	dl.c-event dd {
		background-image: url(../images/common/event-bg-sp.webp);
	}
}
dl.c-event dd div:after {
	content: "";
	background-size: auto 100%;
	background-image: url(../images/common/nami.webp);
	aspect-ratio: 1840/61;
	width: 100%;
	display: block;
}
@media screen and (max-width: 767px) {
	dl.c-event dd div:after {
		background-size: 200%;
		background-position: left bottom;
	}
}
dl.c-event dd figure {
	margin: 0;
}
dl.c-event dd ul.-nav {
	display: flex;
	background: none;
	background-color: #fff;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	padding-inline: clamp(20px, 16px + 1.25vw, 40px);
	padding-block-end: clamp(10px, 6px + 1.25vw, 30px);
	gap: 15px 20px;
}
@media screen and (max-width: 767px) {
	dl.c-event dd ul.-nav {
		width: 100%;
	}
}
dl.c-event dd ul.-nav li {
	width: 47%;
	flex: auto;
}
@media screen and (max-width: 767px) {
	dl.c-event dd ul.-nav li {
		width: 100%;
	}
}
dl.c-event dd ul.-nav li:nth-of-type(1) {
	width: 100%;
}

.gallery {
	margin: 0 20px 20px 0;
}

#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	background: #FFF;
	padding: 0;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	background-size: cover;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxSlideshow:hover, #cboxClose:hover {
	opacity: 0.6;
	background-position: center center;
}

#cboxClose {
	background: url(../images/top/close.webp) no-repeat 0 0;
	background-size: cover;
	top: 0px;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	#cboxClose {
		top: -25px;
	}
}

#cboxNext {
	background: url(../images/top/next.webp) no-repeat 0 0;
	right: 20px;
}
@media screen and (max-width: 767px) {
	#cboxNext {
		right: 5px;
	}
}

#cboxPrevious {
	background: url(../images/top/prev.webp) no-repeat 0 0;
	left: 20px;
}
@media screen and (max-width: 767px) {
	#cboxPrevious {
		left: 5px;
	}
}

#cboxNext, #cboxPrevious {
	background-size: cover;
	width: 40px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
}
@media screen and (max-width: 767px) {
	#cboxNext, #cboxPrevious {
		top: 65%;
		margin-top: 0;
		top: 150px;
	}
}

.c-models {
	width: 740px;
	padding-block: clamp(30px, 22px + 2.5vw, 70px);
	padding-inline: clamp(20px, 16px + 1.25vw, 40px);
}
@media screen and (max-width: 767px) {
	.c-models {
		width: 100%;
	}
}
.c-models p {
	font-size: clamp(18px, 17.2px + 0.25vw, 22px);
	font-weight: 700;
	color: var(--color-prp);
	position: relative;
	text-align: center;
	margin-block-end: clamp(15px, 14px + 0.3125vw, 20px);
	line-height: 1.3;
	max-width: 560px;
	margin-inline: auto;
}
.c-models p:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--color-prp);
	left: 0;
	top: 50%;
}
.c-models p span {
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding-inline: clamp(10px, 9px + 0.3125vw, 15px);
}
.c-models figure {
	width: 200px;
	margin-inline: auto;
	margin-block-end: clamp(15px, 14px + 0.3125vw, 20px);
}
.c-models dl {
	text-align: center;
}
.c-models dl dt img {
	display: inline-block;
	margin-block-end: 5px;
}
@media screen and (max-width: 767px) {
	.c-models dl dt img {
		margin-block-end: 10px;
	}
}
.c-models dl dt span {
	display: block;
	font-size: 17px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.c-models dl dt span {
		line-height: 1.35;
	}
}
.c-models dl dd {
	font-size: 14px;
	line-height: 1.7;
	margin-block-start: 1em;
}
@media screen and (max-width: 767px) {
	.c-models dl dd {
		text-align: left;
	}
}
.c-models dl dd span {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.c-models dl dd span {
		display: inline-block;
		margin-block-start: 10px;
	}
}
.c-models dl dd picture {
	display: block;
	max-width: 500px;
	margin-inline: auto;
}

.p-top figure {
	margin: 0;
}
.p-top [class*=__inner] {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}
.p-top h2 {
	width: auto;
}
.p-top .c-ticket img {
	animation: floating-y 2.8s ease-in-out infinite alternate;
}
.p-top .c-ticket img.-rev {
	animation: floating-y2 2.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
	0% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}
@keyframes floating-y2 {
	0% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(-5deg);
	}
}
.p-top-mv {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-top-mv {
		padding-block-start: 60px;
	}
}
.p-top-mv h1 {
	position: absolute;
	z-index: 2;
	width: 225px;
	top: 105px;
	left: 25px;
}
@media screen and (max-width: 767px) {
	.p-top-mv h1 {
		width: 35%;
		top: 75px;
		left: 15px;
	}
}
.p-top-mv dl {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(242, 241, 240, 0.95);
	padding-block: clamp(50px, 36px + 4.375vw, 120px);
	clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
	.p-top-mv dl {
		clip-path: none;
		background-color: transparent;
	}
}
.p-top-mv dl dt {
	width: 90%;
	max-width: 600px;
	margin-inline: auto;
	margin-block-end: clamp(25px, 23px + 0.625vw, 35px);
}
.p-top-mv dl dd {
	width: 90%;
	max-width: 820px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-top-mv dl dd {
		width: 53%;
	}
}
.p-top-nav {
	padding-block: clamp(60px, 52px + 2.5vw, 100px);
}
.p-top-nav h2 {
	width: 90%;
	max-width: 600px;
	margin-inline: auto;
	margin-block-end: clamp(60px, 56px + 1.25vw, 80px);
}
@media screen and (max-width: 767px) {
	.p-top-nav h2 {
		width: 78%;
	}
}
.p-top-nav figure {
	width: 90%;
	max-width: 240px;
	margin-inline: auto;
	margin-block-end: clamp(20px, 16px + 1.25vw, 40px);
}
@media screen and (max-width: 767px) {
	.p-top-nav figure {
		width: 52%;
	}
}
.p-top-nav ul {
	width: 90%;
	max-width: 675px;
	margin-inline: auto;
	display: flex;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.p-top-nav ul {
		gap: 20px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.p-top-nav ul li {
		width: 48%;
	}
}
.p-top-present {
	background-image: url(../images/top/bg01.webp);
	background-size: 16px;
	padding-block-end: clamp(60px, 52px + 2.5vw, 100px);
	padding-block-start: clamp(20px, 16px + 1.25vw, 40px);
}
.p-top-present dl {
	width: 90%;
	max-width: 1030px;
	margin-inline: auto;
	position: relative;
}
.p-top-present dl dt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 261px;
	height: 250px;
	background-image: url(../images/top/coupon-bg.webp);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-top-present dl dt {
		background-image: url(../images/top/coupon-bg-sp.webp);
		width: 36%;
		height: auto;
		aspect-ratio: 48/47;
		bottom: auto;
		top: 30%;
	}
}
.p-top-present dl dt figure {
	width: 90%;
	max-width: 200px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
@media screen and (max-width: 767px) {
	.p-top-present dl dt figure {
		width: 75%;
		right: 5px;
	}
}
.p-top-kaishu#cosmekaishu {
	margin-block-start: clamp(15px, 14px + 0.3125vw, 20px) !important;
	background: url(../images/top/bg02.webp) !important;
	background-size: 16px !important;
	padding: 0;
	padding-block-end: clamp(45px, 38px + 2.1875vw, 80px);
	padding-block-start: clamp(60px, 54px + 1.875vw, 90px);
}
.p-top-kaishu#cosmekaishu h2 {
	width: 90%;
	max-width: 980px;
	margin: 0;
	margin-block-end: clamp(30px, 24px + 1.875vw, 60px) !important;
	margin-inline: auto;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-top-kaishu#cosmekaishu h2 {
		width: 66%;
	}
}
.p-top-kaishu#cosmekaishu h2 img {
	max-width: 820px;
}
@media screen and (max-width: 767px) {
	.p-top-kaishu#cosmekaishu h2 img {
		width: 100%;
	}
}
.p-top-kaishu#cosmekaishu figure {
	width: 90%;
	max-width: 980px;
	margin-inline: auto;
}
.p-top-beauty#special {
	margin-block-start: clamp(15px, 14px + 0.3125vw, 20px);
	background: url(../images/top/bg03.webp);
	background-size: 16px;
	padding: 0;
	padding-block-end: clamp(45px, 38px + 2.1875vw, 80px);
	padding-block-start: clamp(60px, 54px + 1.875vw, 90px);
}
.p-top-beauty#special h2 {
	width: 90%;
	max-width: 970px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special h2 {
		width: 75%;
	}
}
.p-top-beauty#special .inner.items-inner {
	margin: 0 auto;
	max-width: 1330px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .inner.items-inner {
		width: 90%;
	}
}
.p-top-beauty#special .method {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .method {
		width: 90%;
		margin-block-end: 65px;
	}
}
.p-top-beauty#special .method:after {
	content: "";
	display: block;
	position: absolute;
	background-size: 100%;
	background-image: url(../images/common/nami-upper.webp);
	aspect-ratio: 98/3;
	left: 0;
	width: 100%;
	height: 30px;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .method:after {
		height: 25px;
		background-size: 100%;
		aspect-ratio: 1340/102;
		background-image: url(../images/common/nami-upper-sp.webp);
	}
}
.p-top-beauty#special .method:after {
	background-image: url(../images/common/nami.webp);
	background-position: left bottom;
	bottom: -30px;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .method:after {
		background-image: url(../images/common/nami-sp.webp);
		bottom: -25px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .method p:nth-of-type(2) {
		text-align: left;
		font-weight: normal;
		padding-inline: 20px;
		padding-block-end: 0;
	}
}
.p-top-beauty#special .item {
	width: 310px;
	padding: 15px 15px;
	margin-block-end: clamp(30px, 28px + 0.625vw, 40px);
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .item {
		width: 100%;
		padding: 20px;
	}
}
.p-top-beauty#special .item .titleBox {
	display: block;
}
.p-top-beauty#special .item .titleBox .date {
	background-color: #ED7A99;
	padding: 8px 10px;
	transform: translateX(-30px);
	width: calc(100% + 30px);
	margin-block-end: 15px;
}
@media screen and (max-width: 767px) {
	.p-top-beauty#special .item .titleBox .date {
		transform: translateX(-40px);
		width: calc(100% + 40px);
	}
}
.p-top-beauty#special .item .titleBox .date img {
	height: 25px;
	width: auto;
}
.p-top-beauty#special .item .titleBox h3 {
	margin-block: 10px 15px;
	font-size: 18px;
	text-wrap: wrap;
}
.p-top-beauty#special .item .titleBox h3 span {
	font-size: 14px;
	margin-block-end: 3px;
}
.p-top-beauty#special .item .titleBox .category {
	position: static;
}
.p-top-beauty#special .item .titleBox .category img {
	width: auto;
	height: 22px;
}
.p-top-beauty#special .item .thumbnail {
	margin: 0 0 15px 0;
	aspect-ratio: inherit;
}
.p-top-beauty#special .item .thumbnail img {
	width: auto;
	height: auto;
	object-fit: cover;
}
.p-top-beauty#special .item .comment01 {
	line-height: 1.6;
}
.p-top-beauty#special .item .comment01-caution {
	line-height: 1.6;
	margin-block-start: 10px;
}
.p-top-beauty#special .item .detail {
	margin: 15px auto;
}
.p-top-beauty#special .item .detail tr th {
	padding: 5px;
}
.p-top-beauty#special .item .detail tr td {
	padding: 5px;
}
.p-top-beauty#special .item .comment02 span {
	font-weight: 700;
}
.p-top-try {
	margin-block-start: clamp(15px, 14px + 0.3125vw, 20px) !important;
	padding: clamp(18px, 13.6px + 1.375vw, 40px);
	background-image: url(../images/top/bg04.webp);
	background-size: 16px;
	max-width: none !important;
}
@media screen and (max-width: 767px) {
	.p-top-try .p-top-try__inner {
		width: 100%;
	}
}
.p-top-try__box {
	position: relative;
	background-color: #fff;
	padding-inline: clamp(20px, 18px + 0.625vw, 30px);
}
@media screen and (max-width: 767px) {
	.p-top-try__box {
		width: 90%;
		margin-inline: auto;
	}
}
.p-top-try__box:before, .p-top-try__box:after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/common/nami-upper.webp);
	aspect-ratio: 98/3;
	left: 0;
	width: 100%;
	height: 30px;
}
@media screen and (max-width: 767px) {
	.p-top-try__box:before, .p-top-try__box:after {
		height: 25px;
		background-size: 100%;
		aspect-ratio: 1340/102;
		background-image: url(../images/common/nami-upper-sp.webp);
	}
}
.p-top-try__box:before {
	top: -30px;
}
@media screen and (max-width: 767px) {
	.p-top-try__box:before {
		top: -25px;
	}
}
.p-top-try__box:after {
	background-image: url(../images/common/nami.webp);
	background-position: left bottom;
	bottom: -30px;
}
@media screen and (max-width: 767px) {
	.p-top-try__box:after {
		background-image: url(../images/common/nami-sp.webp);
		bottom: -25px;
	}
}
.p-top-try__box h3 {
	font-size: clamp(18px, 17.2px + 0.25vw, 22px);
	font-weight: 700;
	color: var(--color-prp);
	position: relative;
	text-align: center;
	margin-block-end: clamp(15px, 14px + 0.3125vw, 20px);
}
.p-top-try__box h3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--color-prp);
	left: 0;
	top: 50%;
}
.p-top-try__box h3 span {
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding-inline: clamp(10px, 9px + 0.3125vw, 15px);
}
.p-top-try__box p {
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	margin-block-end: clamp(20px, 17px + 0.9375vw, 35px);
}
@media screen and (max-width: 767px) {
	.p-top-try__box p {
		text-align: left;
	}
}
.p-top-try__box p em {
	font-style: normal;
	font-size: 12px;
}
.p-top-try__box p span {
	font-weight: 700;
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: var(--color-prp);
	line-height: 1.1;
}
.p-top-try__box p span:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: var(--color-prp);
	left: 0;
	top: -2px;
}
@media screen and (max-width: 767px) {
	.p-top-try__box p span:before {
		top: -1px;
	}
}
.p-top-try h2 {
	width: auto !important;
	margin-block-end: clamp(70px, 66px + 1.25vw, 90px) !important;
}
.p-top-try ul {
	max-width: 745px;
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	gap: 30px;
	padding-block-end: clamp(20px, 16px + 1.25vw, 40px);
}
@media screen and (max-width: 767px) {
	.p-top-try ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 40px;
	}
}
.p-top-event {
	padding-block-start: clamp(60px, 52px + 2.5vw, 100px);
}
@media screen and (max-width: 767px) {
	.p-top-event {
		padding-inline: 5%;
	}
}
.p-top-event p {
	max-width: 98rem;
	margin: 0 auto 60px auto;
	padding-block: 15px;
	border-block: 0.2rem dotted #333;
	font-size: clamp(12px, 11.8px + 0.0625vw, 13px);
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.p-top-event p {
		line-height: 1.6;
	}
}/*# sourceMappingURL=top.css.map */