@charset "UTF-8";
html {
	font-size: 62.5%;
	position: relative;
}
html:before {
	content: "";
	background: url(../images/common/noise.gif) repeat center;
	opacity: 0.075;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: var(--color-black);
	height: 100%;
	overflow: hidden;
}
body.nvop {
	height: 100%;
	overflow: hidden;
}
body.logo-red {
	height: auto;
	overflow: visible;
}
@media screen and (max-width: 767px) {
	body:after {
		content: "";
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		filter: blur(10px);
		backdrop-filter: blur(40px);
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: 1s;
	}
}
body.more {
	height: 100svh;
	overflow: hidden;
}
body.more:after {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}

sup,
sub {
	font-size: xx-small;
}

main {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 100svh;
}
main * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
main ul li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-out;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	opacity: 0.6;
}

button,
[type=submit],
[type=reset] {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

strong {
	color: #333;
	font-weight: inherit;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	transition: 0.3s;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

.l-lower {
	background-color: rgba(255, 255, 255, 0.55);
	border-radius: 43px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 120px auto;
	padding-block-end: clamp(3rem, 2.2rem + 2.5vw, 7rem);
	box-shadow: 7px 7px 3px rgba(204, 0, 102, 0.1);
	position: relative;
}
@media screen and (max-width: 767px) {
	.l-lower {
		border-radius: 20px;
		margin-block-end: 50px;
	}
}

.rip {
	width: 100%;
	height: 100vh;
	position: absolute;
}
.rip canvas {
	background: transparent;
}

:root {
	--color-red1: #3c0000;
	--color-red2: #280301;
	--color-red3: #c9382e;
	--red1: #b0152f;
	--red2: #b90f27;
	--red3: #af0e27;
	--red4: #a61028;
	--red5: #9e0b23;
	--red6: #940a20;
	--red7: #8d091e;
	--red8: #89061d;
	--red9: #85061c;
	--red10: #87051b;
	--red11: #84051a;
	--red12: #7e0418;
	--red13: #7a0600;
	--red14: #730601;
	--red15: #6e0601;
	--red16: #600703;
	--red17: #4e0502;
	--red18: #420502;
	--red19: #340301;
	--red20: #280301;
	--red21: #280301;
	--red22: #280301;
	--red23: #2a0301;
	--red24: #210201;
	--red25: #0d0100;
	--red26: #0d0100;
	--wh1: #e8edea;
	--wh2: #e4e6e3;
	--wh3: #dddedd;
	--wh4: #dadada;
	--wh5: #d6d6d6;
	--wh6: #d0d0d0;
	--wh7: #cccccc;
	--wh8: #c8c8c8;
	--wh9: #c3c3c3;
	--wh10: #bdbcbc;
	--wh11: #b5b3b3;
	--wh12: #acabab;
	--wh13: #a2a2a2;
	--wh14: #9b9b9b;
	--wh15: #8c8b8b;
	--wh16: #7c7c7c;
	--wh17: #717171;
	--wh18: #6c6b6b;
	--wh19: #5d5c5c;
	--wh20: #464646;
	--wh21: #353434;
	--wh22: #242424;
	--wh23: #202020;
	--wh24: #1b1b1b;
	--wh25: #0d0100;
	--wh26: #0d0100;
	--bk1: #808080;
	--bk2: #797878;
	--bk3: #747272;
	--bk4: #6c6c6c;
	--bk5: #646464;
	--bk6: #5f5f5f;
	--bk7: #585757;
	--bk8: #535151;
	--bk9: #4f4d4d;
	--bk10: #484848;
	--bk11: #444444;
	--bk12: #424242;
	--bk13: #3f3f3f;
	--bk14: #3d3d3d;
	--bk15: #3a3a3a;
	--bk16: #373737;
	--bk17: #343434;
	--bk18: #313131;
	--bk19: #2d2d2d;
	--bk20: #2b2b2b;
	--bk21: #272727;
	--bk22: #242424;
	--bk23: #202020;
	--bk24: #1b1b1b;
	--bk25: #0d0100;
	--bk26: #000000;
}

:root {
	--red1-end: #c10c2c;
	--red2-end: #b90f27;
	--red3-end: #af0e27;
	--red4-end: #b0152f;
	--red5-end: #b0152f;
	--red6-end: #b0152f;
	--red7-end: #b0152f;
	--red8-end: #b0152f;
	--red9-end: #b0152f;
	--red10-end: #b0152f;
	--red11-end: #b0152f;
	--red12-end: #b0152f;
	--red13-end: #b0152f;
	--red14-end: #b0152f;
	--red15-end: #b0152f;
	--red16-end: #b0152f;
	--red17-end: #b0152f;
	--red18-end: #b0152f;
	--red19-end: #b0152f;
	--red20-end: #b0152f;
	--red21-end: #b0152f;
	--red22-end: #af0e27;
	--red23-end: #b90f27;
	--red24-end: #c10c2c;
	--red25-end: #420502;
	--red26-end: #280301;
}

:root {
	--wh1-end: #e8edea;
	--wh2-end: #e4e6e3;
	--wh3-end: #dddedd;
	--wh4-end: #e8e7e8;
	--wh5-end: #e8e7e8;
	--wh6-end: #e8e7e8;
	--wh7-end: #e8e7e8;
	--wh8-end: #e8e7e8;
	--wh9-end: #e8e7e8;
	--wh10-end: #e5dbe3;
	--wh11-end: #e5dbe3;
	--wh12-end: #e5dbe3;
	--wh13-end: #e5dbe3;
	--wh14-end: #e5dbe3;
	--wh15-end: #e5dbe3;
	--wh16-end: #e8e7e8;
	--wh17-end: #e8e7e8;
	--wh18-end: #e8e7e8;
	--wh19-end: #e8e7e8;
	--wh20-end: #e8e7e8;
	--wh21-end: #e8e7e8;
	--wh22-end: #dcdedd;
	--wh23-end: #d0d1d2;
	--wh24-end: #c1c1c1;
	--wh25-end: #8d8e8e;
	--wh26-end: #727171;
}

:root {
	--bk1-end: #191914;
	--bk2-end: #21231f;
	--bk3-end: #2b2b2b;
	--bk4-end: #363535;
	--bk5-end: #363535;
	--bk6-end: #363535;
	--bk7-end: #363535;
	--bk8-end: #363535;
	--bk9-end: #363535;
	--bk10-end: #363535;
	--bk11-end: #363535;
	--bk12-end: #363535;
	--bk13-end: #363535;
	--bk14-end: #363535;
	--bk15-end: #363535;
	--bk16-end: #363535;
	--bk17-end: #363535;
	--bk18-end: #363535;
	--bk19-end: #363535;
	--bk20-end: #363535;
	--bk21-end: #363535;
	--bk22-end: #2b2b2b;
	--bk23-end: #21231f;
	--bk24-end: #191914;
	--bk25-end: #0e1214;
	--bk26-end: #030303;
}

#cursorz {
	z-index: 1000000;
	pointer-events: none;
	width: 4rem;
	height: 4rem;
	will-change: transform;
	position: absolute;
	color: white;
	border-radius: 50%;
	background-color: 0, 0, 0, 0.5;
	backdrop-filter: blur(10px);
	animation: grow-shrink 4s infinite alternate;
}
@media screen and (max-width: 767px) {
	#cursorz {
		display: none;
	}
}

@keyframes grow-shrink {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}

header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer {
	display: block;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup,
sub {
	font-size: xx-small;
}

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}

[type=submit], [type=button], [type=reset], [type=file], button {
	cursor: pointer;
}

:focus {
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-sp-only {
		display: none !important;
	}
}
.u-none {
	display: none !important;
}

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.u-sp-ta-l {
		text-align: left !important;
	}
	.u-sp-ta-c {
		text-align: center !important;
	}
	.u-sp-ta-r {
		text-align: right !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-ta-l {
		text-align: left !important;
	}
	.u-pc-ta-c {
		text-align: center !important;
	}
	.u-pc-ta-r {
		text-align: right !important;
	}
}
/* =====================
    margin / padding
===================== */
.u-mt-0 {
	margin-top: 0 !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mt-05em {
	margin-top: 0.5em !important;
}

.u-mt-1em {
	margin-top: 1em !important;
}

.u-mt-2em {
	margin-top: 2em !important;
}

.u-mt-3em {
	margin-top: 3em !important;
}

.u-mb-05em {
	margin-bottom: 0.5em !important;
}

.u-mb-1em {
	margin-bottom: 1em !important;
}

.u-mb-2em {
	margin-bottom: 2em !important;
}

.u-mb-3em {
	margin-bottom: 3em !important;
}

.u-mb-4em {
	margin-bottom: 4em !important;
}

.u-mb-5em {
	margin-bottom: 5em !important;
}

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pb-0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.u-sp-mt-0 {
		margin-top: 0 !important;
	}
	.u-sp-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-sp-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-sp-mt-1em {
		margin-top: 1em !important;
	}
	.u-sp-mt-2em {
		margin-top: 2em !important;
	}
	.u-sp-mt-3em {
		margin-top: 3em !important;
	}
	.u-sp-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-sp-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-sp-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-sp-pt-0 {
		padding-top: 0 !important;
	}
	.u-sp-pb-0 {
		padding-bottom: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-mt-0 {
		margin-top: 0 !important;
	}
	.u-pc-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-pc-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-pc-mt-1em {
		margin-top: 1em !important;
	}
	.u-pc-mt-2em {
		margin-top: 2em !important;
	}
	.u-pc-mt-3em {
		margin-top: 3em !important;
	}
	.u-pc-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-pc-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-pc-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-pc-pt-0 {
		padding-top: 0 !important;
	}
	.u-pc-pb-0 {
		padding-bottom: 0 !important;
	}
}
/* =====================
    font-size
===================== */
.u-fz-xs {
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}

.u-fz-sm {
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
}

.u-fz-md {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

.u-fz-lg {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}

.u-fz-xl {
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}

.u-fz-md2 {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

/* =====================
    line-height
===================== */
.u-lh-20 {
	line-height: 2 !important;
}

.u-underline {
	text-decoration: underline;
}

.u-wet9 {
	font-weight: 900;
}

.l-header {
	padding: 0 70px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	z-index: 11;
	transform: translateY(0);
	transition: 1s cubic-bezier(0.22, 1, 0.68, 1.01);
}
@media screen and (max-width: 1100px) {
	.l-header {
		padding: 0 5%;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		z-index: 100;
		width: 100%;
		height: auto;
		padding: 0;
		flex-wrap: wrap;
		background-color: transparent;
	}
}
.l-header-cover {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 115px;
}
@media screen and (max-width: 767px) {
	.l-header-cover {
		height: 55px;
		display: block;
		flex-wrap: wrap;
		padding: 0;
	}
}
.l-header-logo {
	width: 80px;
	height: 39px;
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 50px;
}
@media screen and (max-width: 767px) {
	.l-header-logo {
		width: 59px;
		height: 29px;
		top: 15px;
		left: 15px;
	}
}
.l-header-logo a {
	display: block;
	line-height: 1;
}
.l-header-logo svg {
	width: 80px;
	height: 39px;
	fill: #fff;
}
@media screen and (max-width: 767px) {
	.l-header-logo svg {
		width: 59px;
		height: 29px;
	}
}
.l-header-ham {
	display: none;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.l-header-ham {
		position: relative;
		z-index: 7;
		width: 40px;
		display: block;
		margin: 10px 20px 0 auto;
	}
}
.l-header-menu {
	display: none;
}
@media screen and (max-width: 767px) {
	.l-header-menu {
		display: block;
		overscroll-behavior: contain;
		height: calc(100svh - 45px);
		overflow-y: scroll;
		padding: 5% 5% 0 5%;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.3s linear;
	}
}
.l-header .l-header-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	order: 2;
}
@media screen and (max-width: 767px) {
	.l-header .l-header-nav {
		display: block;
		width: 100%;
		height: 95%;
		position: relative;
		z-index: 7;
		opacity: 0;
	}
}
.l-header .l-header-nav li {
	margin-left: 3em;
}
@media screen and (max-width: 1100px) {
	.l-header .l-header-nav li {
		margin-left: 1.5vw;
	}
}
@media screen and (max-width: 767px) {
	.l-header .l-header-nav li {
		margin: 0;
		width: 100%;
		grid-area: 1/1/2/3;
	}
}
.l-header .l-header-nav li.-contact, .l-header .l-header-nav li.-insta {
	width: 50%;
	position: absolute;
	bottom: 0;
}
.l-header .l-header-nav li.-contact {
	left: 0;
}
.l-header .l-header-nav li.-insta {
	right: 0;
}
.l-header .l-header-nav li a {
	font-size: clamp(1.2rem, 1.14rem + 0.1875vw, 1.5rem);
	position: relative;
}
.l-header .l-header-nav li a.active, .l-header .l-header-nav li a:hover {
	opacity: 1;
	color: var(--color-bl1);
}
.l-header .l-header-nav li a.active:after, .l-header .l-header-nav li a:hover:after {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 767px) {
	.l-header .l-header-nav li a {
		display: block;
		text-align: center;
	}
}
.l-header .l-header-nav li a em {
	font-style: normal;
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: 1.2rem;
	color: #fff;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.l-header .l-header-nav li a span {
	font-family: "medusa", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: clamp(5.5rem, 5.3rem + 0.625vw, 6.5rem);
	color: #dc0923;
}
.l-header .l-header-nav li .c-flex {
	justify-content: space-between;
}
.l-header .l-header-nav li .c-flex dl {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-style: italic;
	font-size: 1.2rem;
}
.l-header .l-header-nav li .c-flex dl:nth-of-type(3) {
	flex-shrink: 0;
}
.l-header .l-header-nav li ul {
	display: flex;
	justify-content: space-between;
}
.l-header .l-header-nav li ul li a {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-style: italic;
	text-decoration: underline;
}
.l-header .hamburger {
	width: 40px;
	height: 40px;
	z-index: 5;
	position: relative;
	border-radius: 3px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.l-header .hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 10px;
	}
}
.l-header .hamburger span {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 0;
	transition: 0.3s;
}
.l-header .hamburger span:nth-of-type(1) {
	top: 0;
	position: relative;
}
.l-header .hamburger span:nth-of-type(1):after {
	left: auto;
	right: 0;
	width: 8px;
	height: 8px;
	top: -3px;
}
.l-header .hamburger span:nth-of-type(2) {
	top: 0px;
	position: relative;
	width: 40%;
}
.l-header .hamburger span:nth-of-type(2):after {
	left: auto;
	right: 0;
}
.l-header .hamburger span:nth-of-type(2):before {
	width: 8px;
	height: 8px;
	top: -3px;
}
@media screen and (max-width: 767px) {
	.l-header.is-menu-open .l-header-nav {
		visibility: visible;
		transform: translateX(0);
		animation: fadeIn 0.5s 1 0.4s linear forwards;
	}
	.l-header.is-menu-open .l-header-cover {
		height: 100svh;
	}
	.l-header.is-menu-open .l-header-menu {
		pointer-events: auto;
		opacity: 1;
	}
	.l-header.is-menu-open .hamburger {
		border-color: #fff;
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(1) {
		transform: translateY(5px) rotate(-405deg);
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(2) {
		transform: translateY(-5px) rotate(405deg);
		width: 100%;
	}
	.l-header.is-menu-open .-s1 {
		right: 0;
		animation: steam01 0.5s 1 linear forwards;
	}
	.l-header.is-menu-open .-s2 {
		left: 0;
	}
}
.l-header .steam {
	position: absolute;
	opacity: 1;
	z-index: 6;
	width: 100%;
	height: 100vh;
	background-color: #b0152f;
}
.l-header .steam:before {
	content: "";
	background: url(../images/common/noise.gif) repeat center;
	opacity: 0.075;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}
.l-header .steam img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: none;
}
.l-header .-s1 {
	animation: fadeOut 0.3s 1 linear forwards;
	top: 0vh;
	filter: blur(0px);
	transform: rotateY(0deg) scale(1.1);
	opacity: 1;
}
.l-header .-s3 {
	margin: auto;
	right: 0;
	left: 0;
	animation-delay: 2s;
}
.l-header .-s4 {
	right: 0;
}
.l-header .move {
	z-index: 3;
	position: absolute;
	top: 340px;
	left: 350px;
	-webkit-animation: steam_Move 18s infinite linear;
	animation: steam_Move 18s infinite linear;
	transition: all 1s;
}
@keyframes steam_Move {
	0% {
		filter: blur(10px);
		transform: rotateY(0deg);
		transform: scale(1, 1);
		opacity: 0;
		top: 30vh;
	}
	33% {
		transform: rotateY(40deg);
		transform: scale(0.6, 1.2);
	}
	66% {
		transform: rotateY(2deg);
		transform: scaleY(1.2, 0.4);
	}
	100% {
		filter: blur(66px);
		transform: rotateY(50deg);
		transform: scaleY(1.4, 1.2);
		opacity: 1;
		top: 0vh;
	}
}
@keyframes steam01 {
	0% {
		top: 0vh;
		filter: blur(16px);
		transform: rotateY(0deg) scale(1.2);
		opacity: 0;
	}
	11% {
		opacity: 0.1;
	}
	33% {
		transform: rotateY(0deg) scale(1.2);
		opacity: 0.5;
	}
	66% {
		transform: rotateY(0deg) scale(1.05);
		opacity: 0.8;
	}
	100% {
		top: 0vh;
		filter: blur(0px);
		transform: rotateY(0deg) scale(1);
		opacity: 1;
	}
}
@keyframes steam02 {
	0% {
		top: 0px;
		filter: blur(16px);
		transform: rotateY(0deg) scale(1.1);
		opacity: 0;
	}
	11% {
		opacity: 0.2;
	}
	33% {
		transform: rotateY(0deg) scale(1.1);
		opacity: 1;
	}
	66% {
		transform: rotateY(2deg) scale(1.2);
		opacity: 0.3;
	}
	100% {
		top: -10vh;
		filter: blur(20px);
		transform: rotateY(15deg) scale(1.3);
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.l-footer {
	position: relative;
	background-color: #fff;
	padding-block: clamp(1rem, 0.2rem + 2.5vw, 5rem);
}
.l-footer figure {
	text-align: center;
	margin-inline: auto;
	margin-block-end: clamp(1rem, 0.6rem + 1.25vw, 3rem);
	max-width: 252px;
}
@media screen and (max-width: 767px) {
	.l-footer figure {
		width: 125px;
		margin: 0 auto 10px auto;
	}
}
.l-footer .copy {
	text-align: center;
	font-size: clamp(1.1rem, 1.02rem + 0.25vw, 1.5rem);
}

.c-grid {
	display: flex;
	flex-wrap: wrap;
}

.c-grid__item {
	display: flex;
	flex-direction: column;
}

.c-grid__item[data-grid~=auto] {
	width: auto;
}
.c-grid__item[data-grid~="1"] {
	width: 8.3333333333%;
}
.c-grid__item[data-grid~="2"] {
	width: 16.6666666667%;
}
.c-grid__item[data-grid~="3"] {
	width: 25%;
}
.c-grid__item[data-grid~="4"] {
	width: 33.3333333333%;
}
.c-grid__item[data-grid~="5"] {
	width: 41.6666666667%;
}
.c-grid__item[data-grid~="6"] {
	width: 50%;
}
.c-grid__item[data-grid~="7"] {
	width: 58.3333333333%;
}
.c-grid__item[data-grid~="8"] {
	width: 66.6666666667%;
}
.c-grid__item[data-grid~="9"] {
	width: 75%;
}
.c-grid__item[data-grid~="10"] {
	width: 83.3333333333%;
}
.c-grid__item[data-grid~="11"] {
	width: 91.6666666667%;
}
.c-grid__item[data-grid~="12"] {
	width: 100%;
}
@media (max-width: 480px) {
	.c-grid__item[data-grid~="xs:auto"] {
		width: auto;
	}
	.c-grid__item[data-grid~="xs:1"] {
		width: 8.3333333333%;
	}
	.c-grid__item[data-grid~="xs:2"] {
		width: 16.6666666667%;
	}
	.c-grid__item[data-grid~="xs:3"] {
		width: 25%;
	}
	.c-grid__item[data-grid~="xs:4"] {
		width: 33.3333333333%;
	}
	.c-grid__item[data-grid~="xs:5"] {
		width: 41.6666666667%;
	}
	.c-grid__item[data-grid~="xs:6"] {
		width: 50%;
	}
	.c-grid__item[data-grid~="xs:7"] {
		width: 58.3333333333%;
	}
	.c-grid__item[data-grid~="xs:8"] {
		width: 66.6666666667%;
	}
	.c-grid__item[data-grid~="xs:9"] {
		width: 75%;
	}
	.c-grid__item[data-grid~="xs:10"] {
		width: 83.3333333333%;
	}
	.c-grid__item[data-grid~="xs:11"] {
		width: 91.6666666667%;
	}
	.c-grid__item[data-grid~="xs:12"] {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.c-grid__item[data-grid~="sm:auto"] {
		width: auto;
	}
	.c-grid__item[data-grid~="sm:1"] {
		width: 8.3333333333%;
	}
	.c-grid__item[data-grid~="sm:2"] {
		width: 16.6666666667%;
	}
	.c-grid__item[data-grid~="sm:3"] {
		width: 25%;
	}
	.c-grid__item[data-grid~="sm:4"] {
		width: 33.3333333333%;
	}
	.c-grid__item[data-grid~="sm:5"] {
		width: 41.6666666667%;
	}
	.c-grid__item[data-grid~="sm:6"] {
		width: 50%;
	}
	.c-grid__item[data-grid~="sm:7"] {
		width: 58.3333333333%;
	}
	.c-grid__item[data-grid~="sm:8"] {
		width: 66.6666666667%;
	}
	.c-grid__item[data-grid~="sm:9"] {
		width: 75%;
	}
	.c-grid__item[data-grid~="sm:10"] {
		width: 83.3333333333%;
	}
	.c-grid__item[data-grid~="sm:11"] {
		width: 91.6666666667%;
	}
	.c-grid__item[data-grid~="sm:12"] {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.c-grid__item[data-grid~="md:auto"] {
		width: auto;
	}
	.c-grid__item[data-grid~="md:1"] {
		width: 8.3333333333%;
	}
	.c-grid__item[data-grid~="md:2"] {
		width: 16.6666666667%;
	}
	.c-grid__item[data-grid~="md:3"] {
		width: 25%;
	}
	.c-grid__item[data-grid~="md:4"] {
		width: 33.3333333333%;
	}
	.c-grid__item[data-grid~="md:5"] {
		width: 41.6666666667%;
	}
	.c-grid__item[data-grid~="md:6"] {
		width: 50%;
	}
	.c-grid__item[data-grid~="md:7"] {
		width: 58.3333333333%;
	}
	.c-grid__item[data-grid~="md:8"] {
		width: 66.6666666667%;
	}
	.c-grid__item[data-grid~="md:9"] {
		width: 75%;
	}
	.c-grid__item[data-grid~="md:10"] {
		width: 83.3333333333%;
	}
	.c-grid__item[data-grid~="md:11"] {
		width: 91.6666666667%;
	}
	.c-grid__item[data-grid~="md:12"] {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.c-grid__item[data-grid~="lg:auto"] {
		width: auto;
	}
	.c-grid__item[data-grid~="lg:1"] {
		width: 8.3333333333%;
	}
	.c-grid__item[data-grid~="lg:2"] {
		width: 16.6666666667%;
	}
	.c-grid__item[data-grid~="lg:3"] {
		width: 25%;
	}
	.c-grid__item[data-grid~="lg:4"] {
		width: 33.3333333333%;
	}
	.c-grid__item[data-grid~="lg:5"] {
		width: 41.6666666667%;
	}
	.c-grid__item[data-grid~="lg:6"] {
		width: 50%;
	}
	.c-grid__item[data-grid~="lg:7"] {
		width: 58.3333333333%;
	}
	.c-grid__item[data-grid~="lg:8"] {
		width: 66.6666666667%;
	}
	.c-grid__item[data-grid~="lg:9"] {
		width: 75%;
	}
	.c-grid__item[data-grid~="lg:10"] {
		width: 83.3333333333%;
	}
	.c-grid__item[data-grid~="lg:11"] {
		width: 91.6666666667%;
	}
	.c-grid__item[data-grid~="lg:12"] {
		width: 100%;
	}
}

.c-grid[data-gutter] > .c-grid__item {
	border: 0px solid transparent;
	background-clip: padding-box;
}
.c-grid[data-gutter~="10"] {
	margin: -5px;
}
.c-grid[data-gutter~="10"] > .c-grid__item {
	border-width: 5px;
}
.c-grid[data-gutter~=x-10] {
	margin-right: -5px;
	margin-left: -5px;
}
.c-grid[data-gutter~=x-10] > .c-grid__item {
	border-right-width: 5px;
	border-left-width: 5px;
}
.c-grid[data-gutter~=y-10] {
	margin-top: -5px;
	margin-bottom: -5px;
}
.c-grid[data-gutter~=y-10] > .c-grid__item {
	border-top-width: 5px;
	border-bottom-width: 5px;
}
.c-grid[data-gutter~="20"] {
	margin: -10px;
}
.c-grid[data-gutter~="20"] > .c-grid__item {
	border-width: 10px;
}
.c-grid[data-gutter~=x-20] {
	margin-right: -10px;
	margin-left: -10px;
}
.c-grid[data-gutter~=x-20] > .c-grid__item {
	border-right-width: 10px;
	border-left-width: 10px;
}
.c-grid[data-gutter~=y-20] {
	margin-top: -10px;
	margin-bottom: -10px;
}
.c-grid[data-gutter~=y-20] > .c-grid__item {
	border-top-width: 10px;
	border-bottom-width: 10px;
}
.c-grid[data-gutter~="30"] {
	margin: -15px;
}
.c-grid[data-gutter~="30"] > .c-grid__item {
	border-width: 15px;
}
.c-grid[data-gutter~=x-30] {
	margin-right: -15px;
	margin-left: -15px;
}
.c-grid[data-gutter~=x-30] > .c-grid__item {
	border-right-width: 15px;
	border-left-width: 15px;
}
.c-grid[data-gutter~=y-30] {
	margin-top: -15px;
	margin-bottom: -15px;
}
.c-grid[data-gutter~=y-30] > .c-grid__item {
	border-top-width: 15px;
	border-bottom-width: 15px;
}
.c-grid[data-gutter~="40"] {
	margin: -20px;
}
.c-grid[data-gutter~="40"] > .c-grid__item {
	border-width: 20px;
}
.c-grid[data-gutter~=x-40] {
	margin-right: -20px;
	margin-left: -20px;
}
.c-grid[data-gutter~=x-40] > .c-grid__item {
	border-right-width: 20px;
	border-left-width: 20px;
}
.c-grid[data-gutter~=y-40] {
	margin-top: -20px;
	margin-bottom: -20px;
}
.c-grid[data-gutter~=y-40] > .c-grid__item {
	border-top-width: 20px;
	border-bottom-width: 20px;
}
.c-grid[data-gutter~="50"] {
	margin: -25px;
}
.c-grid[data-gutter~="50"] > .c-grid__item {
	border-width: 25px;
}
.c-grid[data-gutter~=x-50] {
	margin-right: -25px;
	margin-left: -25px;
}
.c-grid[data-gutter~=x-50] > .c-grid__item {
	border-right-width: 25px;
	border-left-width: 25px;
}
.c-grid[data-gutter~=y-50] {
	margin-top: -25px;
	margin-bottom: -25px;
}
.c-grid[data-gutter~=y-50] > .c-grid__item {
	border-top-width: 25px;
	border-bottom-width: 25px;
}
.c-grid[data-gutter~="60"] {
	margin: -30px;
}
.c-grid[data-gutter~="60"] > .c-grid__item {
	border-width: 30px;
}
.c-grid[data-gutter~=x-60] {
	margin-right: -30px;
	margin-left: -30px;
}
.c-grid[data-gutter~=x-60] > .c-grid__item {
	border-right-width: 30px;
	border-left-width: 30px;
}
.c-grid[data-gutter~=y-60] {
	margin-top: -30px;
	margin-bottom: -30px;
}
.c-grid[data-gutter~=y-60] > .c-grid__item {
	border-top-width: 30px;
	border-bottom-width: 30px;
}
@media (max-width: 480px) {
	.c-grid[data-gutter~="xs:10"] {
		margin: -5px;
	}
	.c-grid[data-gutter~="xs:10"] > .c-grid__item {
		border-width: 5px;
	}
	.c-grid[data-gutter~="xs:x-10"] {
		margin-right: -5px;
		margin-left: -5px;
	}
	.c-grid[data-gutter~="xs:x-10"] > .c-grid__item {
		border-right-width: 5px;
		border-left-width: 5px;
	}
	.c-grid[data-gutter~="xs:y-10"] {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.c-grid[data-gutter~="xs:y-10"] > .c-grid__item {
		border-top-width: 5px;
		border-bottom-width: 5px;
	}
	.c-grid[data-gutter~="xs:20"] {
		margin: -10px;
	}
	.c-grid[data-gutter~="xs:20"] > .c-grid__item {
		border-width: 10px;
	}
	.c-grid[data-gutter~="xs:x-20"] {
		margin-right: -10px;
		margin-left: -10px;
	}
	.c-grid[data-gutter~="xs:x-20"] > .c-grid__item {
		border-right-width: 10px;
		border-left-width: 10px;
	}
	.c-grid[data-gutter~="xs:y-20"] {
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.c-grid[data-gutter~="xs:y-20"] > .c-grid__item {
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.c-grid[data-gutter~="xs:30"] {
		margin: -15px;
	}
	.c-grid[data-gutter~="xs:30"] > .c-grid__item {
		border-width: 15px;
	}
	.c-grid[data-gutter~="xs:x-30"] {
		margin-right: -15px;
		margin-left: -15px;
	}
	.c-grid[data-gutter~="xs:x-30"] > .c-grid__item {
		border-right-width: 15px;
		border-left-width: 15px;
	}
	.c-grid[data-gutter~="xs:y-30"] {
		margin-top: -15px;
		margin-bottom: -15px;
	}
	.c-grid[data-gutter~="xs:y-30"] > .c-grid__item {
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	.c-grid[data-gutter~="xs:40"] {
		margin: -20px;
	}
	.c-grid[data-gutter~="xs:40"] > .c-grid__item {
		border-width: 20px;
	}
	.c-grid[data-gutter~="xs:x-40"] {
		margin-right: -20px;
		margin-left: -20px;
	}
	.c-grid[data-gutter~="xs:x-40"] > .c-grid__item {
		border-right-width: 20px;
		border-left-width: 20px;
	}
	.c-grid[data-gutter~="xs:y-40"] {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.c-grid[data-gutter~="xs:y-40"] > .c-grid__item {
		border-top-width: 20px;
		border-bottom-width: 20px;
	}
	.c-grid[data-gutter~="xs:50"] {
		margin: -25px;
	}
	.c-grid[data-gutter~="xs:50"] > .c-grid__item {
		border-width: 25px;
	}
	.c-grid[data-gutter~="xs:x-50"] {
		margin-right: -25px;
		margin-left: -25px;
	}
	.c-grid[data-gutter~="xs:x-50"] > .c-grid__item {
		border-right-width: 25px;
		border-left-width: 25px;
	}
	.c-grid[data-gutter~="xs:y-50"] {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	.c-grid[data-gutter~="xs:y-50"] > .c-grid__item {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.c-grid[data-gutter~="xs:60"] {
		margin: -30px;
	}
	.c-grid[data-gutter~="xs:60"] > .c-grid__item {
		border-width: 30px;
	}
	.c-grid[data-gutter~="xs:x-60"] {
		margin-right: -30px;
		margin-left: -30px;
	}
	.c-grid[data-gutter~="xs:x-60"] > .c-grid__item {
		border-right-width: 30px;
		border-left-width: 30px;
	}
	.c-grid[data-gutter~="xs:y-60"] {
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.c-grid[data-gutter~="xs:y-60"] > .c-grid__item {
		border-top-width: 30px;
		border-bottom-width: 30px;
	}
}
@media (max-width: 768px) {
	.c-grid[data-gutter~="sm:10"] {
		margin: -5px;
	}
	.c-grid[data-gutter~="sm:10"] > .c-grid__item {
		border-width: 5px;
	}
	.c-grid[data-gutter~="sm:x-10"] {
		margin-right: -5px;
		margin-left: -5px;
	}
	.c-grid[data-gutter~="sm:x-10"] > .c-grid__item {
		border-right-width: 5px;
		border-left-width: 5px;
	}
	.c-grid[data-gutter~="sm:y-10"] {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.c-grid[data-gutter~="sm:y-10"] > .c-grid__item {
		border-top-width: 5px;
		border-bottom-width: 5px;
	}
	.c-grid[data-gutter~="sm:20"] {
		margin: -10px;
	}
	.c-grid[data-gutter~="sm:20"] > .c-grid__item {
		border-width: 10px;
	}
	.c-grid[data-gutter~="sm:x-20"] {
		margin-right: -10px;
		margin-left: -10px;
	}
	.c-grid[data-gutter~="sm:x-20"] > .c-grid__item {
		border-right-width: 10px;
		border-left-width: 10px;
	}
	.c-grid[data-gutter~="sm:y-20"] {
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.c-grid[data-gutter~="sm:y-20"] > .c-grid__item {
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.c-grid[data-gutter~="sm:30"] {
		margin: -15px;
	}
	.c-grid[data-gutter~="sm:30"] > .c-grid__item {
		border-width: 15px;
	}
	.c-grid[data-gutter~="sm:x-30"] {
		margin-right: -15px;
		margin-left: -15px;
	}
	.c-grid[data-gutter~="sm:x-30"] > .c-grid__item {
		border-right-width: 15px;
		border-left-width: 15px;
	}
	.c-grid[data-gutter~="sm:y-30"] {
		margin-top: -15px;
		margin-bottom: -15px;
	}
	.c-grid[data-gutter~="sm:y-30"] > .c-grid__item {
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	.c-grid[data-gutter~="sm:40"] {
		margin: -20px;
	}
	.c-grid[data-gutter~="sm:40"] > .c-grid__item {
		border-width: 20px;
	}
	.c-grid[data-gutter~="sm:x-40"] {
		margin-right: -20px;
		margin-left: -20px;
	}
	.c-grid[data-gutter~="sm:x-40"] > .c-grid__item {
		border-right-width: 20px;
		border-left-width: 20px;
	}
	.c-grid[data-gutter~="sm:y-40"] {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.c-grid[data-gutter~="sm:y-40"] > .c-grid__item {
		border-top-width: 20px;
		border-bottom-width: 20px;
	}
	.c-grid[data-gutter~="sm:50"] {
		margin: -25px;
	}
	.c-grid[data-gutter~="sm:50"] > .c-grid__item {
		border-width: 25px;
	}
	.c-grid[data-gutter~="sm:x-50"] {
		margin-right: -25px;
		margin-left: -25px;
	}
	.c-grid[data-gutter~="sm:x-50"] > .c-grid__item {
		border-right-width: 25px;
		border-left-width: 25px;
	}
	.c-grid[data-gutter~="sm:y-50"] {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	.c-grid[data-gutter~="sm:y-50"] > .c-grid__item {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.c-grid[data-gutter~="sm:60"] {
		margin: -30px;
	}
	.c-grid[data-gutter~="sm:60"] > .c-grid__item {
		border-width: 30px;
	}
	.c-grid[data-gutter~="sm:x-60"] {
		margin-right: -30px;
		margin-left: -30px;
	}
	.c-grid[data-gutter~="sm:x-60"] > .c-grid__item {
		border-right-width: 30px;
		border-left-width: 30px;
	}
	.c-grid[data-gutter~="sm:y-60"] {
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.c-grid[data-gutter~="sm:y-60"] > .c-grid__item {
		border-top-width: 30px;
		border-bottom-width: 30px;
	}
}
@media (max-width: 1024px) {
	.c-grid[data-gutter~="md:10"] {
		margin: -5px;
	}
	.c-grid[data-gutter~="md:10"] > .c-grid__item {
		border-width: 5px;
	}
	.c-grid[data-gutter~="md:x-10"] {
		margin-right: -5px;
		margin-left: -5px;
	}
	.c-grid[data-gutter~="md:x-10"] > .c-grid__item {
		border-right-width: 5px;
		border-left-width: 5px;
	}
	.c-grid[data-gutter~="md:y-10"] {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.c-grid[data-gutter~="md:y-10"] > .c-grid__item {
		border-top-width: 5px;
		border-bottom-width: 5px;
	}
	.c-grid[data-gutter~="md:20"] {
		margin: -10px;
	}
	.c-grid[data-gutter~="md:20"] > .c-grid__item {
		border-width: 10px;
	}
	.c-grid[data-gutter~="md:x-20"] {
		margin-right: -10px;
		margin-left: -10px;
	}
	.c-grid[data-gutter~="md:x-20"] > .c-grid__item {
		border-right-width: 10px;
		border-left-width: 10px;
	}
	.c-grid[data-gutter~="md:y-20"] {
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.c-grid[data-gutter~="md:y-20"] > .c-grid__item {
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.c-grid[data-gutter~="md:30"] {
		margin: -15px;
	}
	.c-grid[data-gutter~="md:30"] > .c-grid__item {
		border-width: 15px;
	}
	.c-grid[data-gutter~="md:x-30"] {
		margin-right: -15px;
		margin-left: -15px;
	}
	.c-grid[data-gutter~="md:x-30"] > .c-grid__item {
		border-right-width: 15px;
		border-left-width: 15px;
	}
	.c-grid[data-gutter~="md:y-30"] {
		margin-top: -15px;
		margin-bottom: -15px;
	}
	.c-grid[data-gutter~="md:y-30"] > .c-grid__item {
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	.c-grid[data-gutter~="md:40"] {
		margin: -20px;
	}
	.c-grid[data-gutter~="md:40"] > .c-grid__item {
		border-width: 20px;
	}
	.c-grid[data-gutter~="md:x-40"] {
		margin-right: -20px;
		margin-left: -20px;
	}
	.c-grid[data-gutter~="md:x-40"] > .c-grid__item {
		border-right-width: 20px;
		border-left-width: 20px;
	}
	.c-grid[data-gutter~="md:y-40"] {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.c-grid[data-gutter~="md:y-40"] > .c-grid__item {
		border-top-width: 20px;
		border-bottom-width: 20px;
	}
	.c-grid[data-gutter~="md:50"] {
		margin: -25px;
	}
	.c-grid[data-gutter~="md:50"] > .c-grid__item {
		border-width: 25px;
	}
	.c-grid[data-gutter~="md:x-50"] {
		margin-right: -25px;
		margin-left: -25px;
	}
	.c-grid[data-gutter~="md:x-50"] > .c-grid__item {
		border-right-width: 25px;
		border-left-width: 25px;
	}
	.c-grid[data-gutter~="md:y-50"] {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	.c-grid[data-gutter~="md:y-50"] > .c-grid__item {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.c-grid[data-gutter~="md:60"] {
		margin: -30px;
	}
	.c-grid[data-gutter~="md:60"] > .c-grid__item {
		border-width: 30px;
	}
	.c-grid[data-gutter~="md:x-60"] {
		margin-right: -30px;
		margin-left: -30px;
	}
	.c-grid[data-gutter~="md:x-60"] > .c-grid__item {
		border-right-width: 30px;
		border-left-width: 30px;
	}
	.c-grid[data-gutter~="md:y-60"] {
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.c-grid[data-gutter~="md:y-60"] > .c-grid__item {
		border-top-width: 30px;
		border-bottom-width: 30px;
	}
}
@media (max-width: 1200px) {
	.c-grid[data-gutter~="lg:10"] {
		margin: -5px;
	}
	.c-grid[data-gutter~="lg:10"] > .c-grid__item {
		border-width: 5px;
	}
	.c-grid[data-gutter~="lg:x-10"] {
		margin-right: -5px;
		margin-left: -5px;
	}
	.c-grid[data-gutter~="lg:x-10"] > .c-grid__item {
		border-right-width: 5px;
		border-left-width: 5px;
	}
	.c-grid[data-gutter~="lg:y-10"] {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.c-grid[data-gutter~="lg:y-10"] > .c-grid__item {
		border-top-width: 5px;
		border-bottom-width: 5px;
	}
	.c-grid[data-gutter~="lg:20"] {
		margin: -10px;
	}
	.c-grid[data-gutter~="lg:20"] > .c-grid__item {
		border-width: 10px;
	}
	.c-grid[data-gutter~="lg:x-20"] {
		margin-right: -10px;
		margin-left: -10px;
	}
	.c-grid[data-gutter~="lg:x-20"] > .c-grid__item {
		border-right-width: 10px;
		border-left-width: 10px;
	}
	.c-grid[data-gutter~="lg:y-20"] {
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.c-grid[data-gutter~="lg:y-20"] > .c-grid__item {
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.c-grid[data-gutter~="lg:30"] {
		margin: -15px;
	}
	.c-grid[data-gutter~="lg:30"] > .c-grid__item {
		border-width: 15px;
	}
	.c-grid[data-gutter~="lg:x-30"] {
		margin-right: -15px;
		margin-left: -15px;
	}
	.c-grid[data-gutter~="lg:x-30"] > .c-grid__item {
		border-right-width: 15px;
		border-left-width: 15px;
	}
	.c-grid[data-gutter~="lg:y-30"] {
		margin-top: -15px;
		margin-bottom: -15px;
	}
	.c-grid[data-gutter~="lg:y-30"] > .c-grid__item {
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	.c-grid[data-gutter~="lg:40"] {
		margin: -20px;
	}
	.c-grid[data-gutter~="lg:40"] > .c-grid__item {
		border-width: 20px;
	}
	.c-grid[data-gutter~="lg:x-40"] {
		margin-right: -20px;
		margin-left: -20px;
	}
	.c-grid[data-gutter~="lg:x-40"] > .c-grid__item {
		border-right-width: 20px;
		border-left-width: 20px;
	}
	.c-grid[data-gutter~="lg:y-40"] {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.c-grid[data-gutter~="lg:y-40"] > .c-grid__item {
		border-top-width: 20px;
		border-bottom-width: 20px;
	}
	.c-grid[data-gutter~="lg:50"] {
		margin: -25px;
	}
	.c-grid[data-gutter~="lg:50"] > .c-grid__item {
		border-width: 25px;
	}
	.c-grid[data-gutter~="lg:x-50"] {
		margin-right: -25px;
		margin-left: -25px;
	}
	.c-grid[data-gutter~="lg:x-50"] > .c-grid__item {
		border-right-width: 25px;
		border-left-width: 25px;
	}
	.c-grid[data-gutter~="lg:y-50"] {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	.c-grid[data-gutter~="lg:y-50"] > .c-grid__item {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.c-grid[data-gutter~="lg:60"] {
		margin: -30px;
	}
	.c-grid[data-gutter~="lg:60"] > .c-grid__item {
		border-width: 30px;
	}
	.c-grid[data-gutter~="lg:x-60"] {
		margin-right: -30px;
		margin-left: -30px;
	}
	.c-grid[data-gutter~="lg:x-60"] > .c-grid__item {
		border-right-width: 30px;
		border-left-width: 30px;
	}
	.c-grid[data-gutter~="lg:y-60"] {
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.c-grid[data-gutter~="lg:y-60"] > .c-grid__item {
		border-top-width: 30px;
		border-bottom-width: 30px;
	}
}

.c-scrolldown {
	width: 1px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	position: relative;
}
.c-scrolldown span {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to bottom, var(--color-bl1) 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -110px;
	background-size: 100% 200%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0% {
		background-position: 0 -110px;
	}
	75% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 110px;
	}
}

.c-copys {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 1s;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.75em;
	background-color: var(--color-pk1);
	color: var(--color-bl1);
	font-size: clamp(1.5rem, 1.26rem + 0.75vw, 2.7rem);
	font-weight: 500;
	line-height: 1;
	padding-inline: 50px;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	width: 70px;
}
@media screen and (max-width: 767px) {
	.c-copys {
		width: 35px;
		padding-inline: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-copys.-sm_hol {
		writing-mode: horizontal-tb;
		width: auto;
		height: 38px;
		padding-inline: 10px;
		clip-path: inset(0 0 0 100%);
	}
}
@media screen and (max-width: 767px) {
	.c-copys.-sm_hol span {
		clip-path: inset(0 0 0 100%);
	}
}
.c-copys span {
	display: inline-block;
	font-style: normal;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 2s;
}
.c-copys.wow-finished {
	clip-path: inset(0);
}
.c-copys.wow-finished span {
	clip-path: inset(0);
}
.c-copys.-sizeS {
	font-size: clamp(1.3rem, 1.12rem + 0.5625vw, 2.2rem);
	width: 53px;
}
@media screen and (max-width: 767px) {
	.c-copys.-sizeS {
		width: 35px;
	}
}
@media screen and (max-width: 767px) {
	.c-copys.-sizeS.-sm_hol {
		writing-mode: horizontal-tb;
		width: auto;
		height: 33px;
	}
}

.c-flex {
	display: flex;
}
.c-flex.c-spb {
	justify-content: space-between;
}
.c-flex.c-wrap {
	flex-wrap: wrap;
}
.c-flex.c-ac {
	align-items: center;
}
.c-flex.c-afs {
	align-items: flex-start;
}

.js-trigger {
	position: relative;
}
.js-trigger .c-kumo {
	position: absolute;
	z-index: -1;
}
.js-trigger .c-kumo.-kLB {
	width: 85%;
	left: 0;
	bottom: 0;
}
.js-trigger .c-kumo.-kLT {
	width: 60%;
	left: 0;
	top: 0;
}
.js-trigger .c-kumo.-kRB {
	width: 60%;
	right: 0;
	bottom: 0;
}

.c-sakuras {
	position: relative;
	padding: 0;
	margin: 0;
	width: 345px;
	height: 385px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.c-sakuras {
		width: 38%;
		height: auto;
		aspect-ratio: 303/335;
	}
}
.c-sakuras li {
	width: 30px;
	position: absolute;
	list-style: none;
	top: -50px;
}
@media screen and (max-width: 767px) {
	.c-sakuras li {
		width: 15px;
	}
}
.c-sakuras li:nth-child(1) {
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(2) {
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(3) {
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(4) {
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(5) {
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(6) {
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(7) {
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(8) {
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(9) {
	animation: fall 7s linear infinite, rotate2 5.5s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(10) {
	animation: fall 7s linear infinite, rotate1 5s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(11) {
	animation: fall 6s linear infinite, rotate2 7.5s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(12) {
	animation: fall 9s linear infinite, rotate1 8s ease-in-out infinite alternate;
}
.c-sakuras li:nth-child(1) {
	animation-delay: 1s;
}
.c-sakuras li:nth-child(2) {
	animation-delay: 2s;
}
.c-sakuras li:nth-child(3) {
	animation-delay: 3s;
}
.c-sakuras li:nth-child(4) {
	animation-delay: 4s;
}
.c-sakuras li:nth-child(5) {
	animation-delay: 5s;
}
.c-sakuras li:nth-child(6) {
	animation-delay: 6s;
}
.c-sakuras li:nth-child(7) {
	animation-delay: 7s;
}
.c-sakuras li:nth-child(8) {
	animation-delay: 8s;
}
.c-sakuras li:nth-child(9) {
	animation-delay: 9s;
}
.c-sakuras li:nth-child(10) {
	animation-delay: 10s;
}
.c-sakuras li:nth-child(11) {
	animation-delay: 11s;
}
.c-sakuras li:nth-child(12) {
	animation-delay: 12s;
}
@keyframes fall {
	to {
		top: 120%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}
@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}
.c-sakuras.-sL li:nth-child(1) {
	left: 8%;
}
.c-sakuras.-sL li:nth-child(2) {
	left: 16%;
}
.c-sakuras.-sL li:nth-child(3) {
	left: 24%;
}
.c-sakuras.-sL li:nth-child(4) {
	left: 32%;
}
.c-sakuras.-sL li:nth-child(5) {
	left: 40%;
}
.c-sakuras.-sL li:nth-child(6) {
	left: 48%;
}
.c-sakuras.-sL li:nth-child(7) {
	left: 56%;
}
.c-sakuras.-sL li:nth-child(8) {
	left: 64%;
}
.c-sakuras.-sL li:nth-child(9) {
	left: 72%;
}
.c-sakuras.-sL li:nth-child(10) {
	left: 80%;
}
.c-sakuras.-sL li:nth-child(11) {
	left: 88%;
}
.c-sakuras.-sL li:nth-child(12) {
	left: 96%;
}
.c-sakuras.-sR li:nth-child(1) {
	right: 8%;
}
.c-sakuras.-sR li:nth-child(2) {
	right: 16%;
}
.c-sakuras.-sR li:nth-child(3) {
	right: 24%;
}
.c-sakuras.-sR li:nth-child(4) {
	right: 32%;
}
.c-sakuras.-sR li:nth-child(5) {
	right: 40%;
}
.c-sakuras.-sR li:nth-child(6) {
	right: 48%;
}
.c-sakuras.-sR li:nth-child(7) {
	right: 56%;
}
.c-sakuras.-sR li:nth-child(8) {
	right: 64%;
}
.c-sakuras.-sR li:nth-child(9) {
	right: 72%;
}
.c-sakuras.-sR li:nth-child(10) {
	right: 80%;
}
.c-sakuras.-sR li:nth-child(11) {
	right: 88%;
}
.c-sakuras.-sR li:nth-child(12) {
	right: 96%;
}

.c-btn {
	width: 100%;
}
.c-btn a {
	margin-inline: auto;
	width: 100%;
	height: 64px;
	border-radius: 32px;
	letter-spacing: 0.22em;
	font-size: clamp(1.3rem, 1.2rem + 0.3125vw, 1.8rem);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #c36c94 0%, #d18295 50%, #c36c94 100%);
	background-size: 200% 100%;
	transition: 0.3s;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.c-btn a {
		height: 42px;
	}
}
.c-title {
	text-align: center;
	font-size: clamp(2rem, 1.6rem + 1.25vw, 4rem);
	color: var(--color-bl1);
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-block-end: 45px;
}
@media screen and (max-width: 767px) {
	.c-title {
		margin-block-end: 20px;
	}
}
.c-title:after {
	content: "";
	width: 60px;
	height: 4px;
	background-color: var(--color-bl1);
	border-radius: 2px;
	display: block;
	margin: 15px auto 0 auto;
}
@media screen and (max-width: 767px) {
	.c-title:after {
		width: 30px;
		height: 2px;
		margin-top: 7px;
	}
}

.c-line {
	position: relative;
	display: inline;
	transition: 0.3s;
	padding-block-end: 3px;
	background-image: linear-gradient(90deg, #EAA4B2, #EAA4B2);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 4px;
	padding-bottom: 10px;
	transition: 0.3s;
}

.c-lowtitles {
	text-align: center;
}
.c-lowtitles p {
	display: inline-block;
	text-align: left;
	color: var(--color-bl1);
	line-height: 1.75;
	font-size: clamp(1.3rem, 1.16rem + 0.4375vw, 2rem);
	margin-block-start: clamp(1rem, 0.1rem + 2.8125vw, 5.5rem);
	margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
@media screen and (max-width: 767px) {
	.c-lowtitles p {
		padding-inline: 5%;
	}
}

.c-pre {
	text-align: center;
	font-size: clamp(2rem, 1.72rem + 0.875vw, 3.4rem);
	font-weight: 500;
	padding-block: clamp(4rem, 0.8rem + 10vw, 20rem);
}
@media screen and (max-width: 767px) {
	.c-pre {
		margin-block-end: 20px;
	}
}

[class*=__inner] {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
[class*=__inner].-md {
	max-width: 780px;
}

.p-home {
	position: relative;
	overflow: hidden;
}
.p-home .txt {
	font-family: "Playfair Display", serif;
	font-style: italic;
	line-height: 1.7;
	color: #3c0000;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
	position: absolute;
	right: 5%;
	top: 15%;
	z-index: 2;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.p-home .txt {
		top: auto;
		right: auto;
		left: 5%;
		bottom: 23%;
	}
}
.white .p-home .txt {
	color: #c9382e;
}
.black .p-home .txt {
	color: #c9382e;
}
.p-home .top-visual__bg {
	contain: layout style paint;
	display: flex;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
	.p-home .top-visual__bg {
		height: 100dvh;
	}
}
.p-home .top-visual__bg .bg-blc {
	width: 100%;
	height: 100%;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.p-home .slide-txt {
	position: absolute;
	z-index: 5;
	top: 17%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-home .slide-txt {
		top: 15.3846153846%;
	}
}
.p-home .slide-txt__abs {
	font-family: "Playfair Display", serif;
	color: #fb6948;
	font-style: italic;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	text-align: center;
	position: absolute;
	width: 100%;
	top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-home .slide-txt__abs {
		top: 0;
	}
}
.white .p-home .slide-txt__abs {
	color: #c9382e;
}
.black .p-home .slide-txt__abs {
	color: #c9382e;
}
.p-home .swiper {
	width: 100%;
	height: 200px;
	font-family: "medusa", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: clamp(6.5rem, 5.8rem + 2.1875vw, 10rem);
	text-align: center;
	line-height: 2;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.p-home .swiper {
		height: 100px;
		overflow: hidden;
	}
}
.red .p-home .swiper {
	color: #350600;
}
.white .p-home .swiper {
	color: #350600;
}
.black .p-home .swiper {
	color: #edcfc6;
}
.p-home .swiper p span {
	transform: translateY(120%);
	display: inline-block;
	overflow: visible;
	padding-inline: 3rem;
	margin-inline: -3rem;
}
.p-home .swiper .swiper-slide {
	overflow: hidden;
}
.p-home .swiper .swiper-slide-active p span {
	transform: translateY(0%);
	transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-home .swiper .swiper-slide-prev p span {
	transform: translateY(-120%);
	transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-home .swiper .anime-up span:nth-of-type(1) {
	transition-delay: 0.055s;
}
.p-home .swiper .anime-up span:nth-of-type(2) {
	transition-delay: 0.11s;
}
.p-home .swiper .anime-up span:nth-of-type(3) {
	transition-delay: 0.165s;
}
.p-home .swiper .anime-up span:nth-of-type(4) {
	transition-delay: 0.22s;
}
.p-home .swiper .anime-up span:nth-of-type(5) {
	transition-delay: 0.275s;
}
.p-home .swiper .anime-up span:nth-of-type(6) {
	transition-delay: 0.33s;
}
.p-home .swiper .anime-up span:nth-of-type(7) {
	transition-delay: 0.385s;
}
.p-home .swiper .anime-up span:nth-of-type(8) {
	transition-delay: 0.44s;
}
.p-home .swiper .anime-up span:nth-of-type(9) {
	transition-delay: 0.495s;
}
.p-home .swiper .anime-up {
	display: flex;
	justify-content: center;
}
.p-home .pic {
	position: absolute;
	z-index: 1;
	height: 48.1538461538%;
	overflow: hidden;
	width: 100%;
	background: #333;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/home/mv.jpg);
	background-position: center center;
	background-size: auto 100%;
}
@media screen and (max-width: 767px) {
	.p-home .pic {
		background-image: url(../images/home/mv-sp.jpg);
		height: 26.9230769231%;
		transform: translateY(0%);
		top: 26.9230769231%;
	}
}
.p-home .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.p-home .pic-treat {
	position: absolute;
	z-index: 2;
	height: 50.1538461538%;
	overflow: hidden;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/home/mv-sub.webp);
	background-position: center center;
	background-size: auto 100%;
}
@media screen and (max-width: 767px) {
	.p-home .pic-treat {
		background-image: url(../images/home/mv-sub-sp.webp);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto 100%;
		height: 28.9230769231%;
		top: 25.9230769231%;
		transform: translateY(0%);
	}
}
.p-home nav {
	position: absolute;
	z-index: 16;
	left: 0;
	bottom: 23%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-home nav {
		bottom: 42%;
	}
}
.p-home nav ul {
	display: flex;
	gap: 10%;
	padding: 0 3%;
}
@media screen and (max-width: 767px) {
	.p-home nav ul {
		gap: 0;
		justify-content: space-between;
	}
}
.p-home nav ul li a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: #280301;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	transition: 0.3s;
}
.white .p-home nav ul li a {
	color: #280301;
}
.black .p-home nav ul li a {
	color: #e14947;
}
.p-home nav ul li:nth-of-type(3) {
	margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
	.p-home nav ul li:nth-of-type(3) {
		margin: 0;
	}
}
.p-home .sns {
	position: absolute;
	z-index: 6;
	right: 3%;
	bottom: 3%;
}
@media screen and (max-width: 767px) {
	.p-home .sns {
		display: flex;
		gap: 1em;
		right: auto;
		left: 15px;
		bottom: 15px;
	}
}
.p-home .sns li a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: #fb6948;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
	transition: 0.3s;
}
.white .p-home .sns li a {
	color: #c9382e;
}
.black .p-home .sns li a {
	color: #c9382e;
}
@media screen and (max-width: 767px) {
	.p-home .sub-pic {
		position: absolute;
		width: 35%;
		right: 5%;
		bottom: 20%;
	}
}
.p-home .red .swiper {
	color: #350600;
}
.p-home .red .txt {
	color: #3c0000;
}
.p-home .red nav li a {
	color: #280301;
}
.p-home .red .sns li a {
	color: #fb6948;
}
.p-home .white .swiper {
	color: #350600;
}
.p-home .white .txt {
	color: #c9382e;
}
.p-home .white nav li a {
	color: #280301;
}
.p-home .white .sns li a {
	color: #c9382e;
}
.p-home .black .swiper {
	color: #edcfc6;
}
.p-home .black .txt {
	color: #c9382e;
}
.p-home .black nav li a {
	color: #e14947;
}
.p-home .black .sns li a {
	color: #c9382e;
}

.bg-blc:nth-of-type(1) {
	background-color: var(--bk1-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(2) {
	background-color: var(--bk2-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(3) {
	background-color: var(--bk3-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(4) {
	background-color: var(--bk4-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(5) {
	background-color: var(--bk5-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(6) {
	background-color: var(--bk6-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(7) {
	background-color: var(--bk7-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(8) {
	background-color: var(--bk8-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(9) {
	background-color: var(--bk9-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(10) {
	background-color: var(--bk10-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(11) {
	background-color: var(--bk11-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(12) {
	background-color: var(--bk12-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(13) {
	background-color: var(--bk13-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(14) {
	background-color: var(--bk14-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(15) {
	background-color: var(--bk15-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(16) {
	background-color: var(--bk16-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(17) {
	background-color: var(--bk17-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(18) {
	background-color: var(--bk18-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(19) {
	background-color: var(--bk19-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(20) {
	background-color: var(--bk20-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(21) {
	background-color: var(--bk21-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(22) {
	background-color: var(--bk22-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(23) {
	background-color: var(--bk23-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(24) {
	background-color: var(--bk24-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(25) {
	background-color: var(--bk25-end);
	animation-fill-mode: backwards;
}

.bg-blc:nth-of-type(26) {
	background-color: var(--bk26-end);
	animation-fill-mode: backwards;
}

.red .bg-blc:nth-of-type(1) {
	background-color: var(--bk1-end);
	animation-delay: 0.04s;
	animation-name: r-bgc1;
}

.red .bg-blc:nth-of-type(2) {
	background-color: var(--bk2-end);
	animation-delay: 0.08s;
	animation-name: r-bgc2;
}

.red .bg-blc:nth-of-type(3) {
	background-color: var(--bk3-end);
	animation-delay: 0.12s;
	animation-name: r-bgc3;
}

.red .bg-blc:nth-of-type(4) {
	background-color: var(--bk4-end);
	animation-delay: 0.16s;
	animation-name: r-bgc4;
}

.red .bg-blc:nth-of-type(5) {
	background-color: var(--bk5-end);
	animation-delay: 0.2s;
	animation-name: r-bgc5;
}

.red .bg-blc:nth-of-type(6) {
	background-color: var(--bk6-end);
	animation-delay: 0.24s;
	animation-name: r-bgc6;
}

.red .bg-blc:nth-of-type(7) {
	background-color: var(--bk7-end);
	animation-delay: 0.28s;
	animation-name: r-bgc7;
}

.red .bg-blc:nth-of-type(8) {
	background-color: var(--bk8-end);
	animation-delay: 0.32s;
	animation-name: r-bgc8;
}

.red .bg-blc:nth-of-type(9) {
	background-color: var(--bk9-end);
	animation-delay: 0.36s;
	animation-name: r-bgc9;
}

.red .bg-blc:nth-of-type(10) {
	background-color: var(--bk10-end);
	animation-delay: 0.4s;
	animation-name: r-bgc10;
}

.red .bg-blc:nth-of-type(11) {
	background-color: var(--bk11-end);
	animation-delay: 0.44s;
	animation-name: r-bgc11;
}

.red .bg-blc:nth-of-type(12) {
	background-color: var(--bk12-end);
	animation-delay: 0.48s;
	animation-name: r-bgc12;
}

.red .bg-blc:nth-of-type(13) {
	background-color: var(--bk13-end);
	animation-delay: 0.52s;
	animation-name: r-bgc13;
}

.red .bg-blc:nth-of-type(14) {
	background-color: var(--bk14-end);
	animation-delay: 0.56s;
	animation-name: r-bgc14;
}

.red .bg-blc:nth-of-type(15) {
	background-color: var(--bk15-end);
	animation-delay: 0.6s;
	animation-name: r-bgc15;
}

.red .bg-blc:nth-of-type(16) {
	background-color: var(--bk16-end);
	animation-delay: 0.64s;
	animation-name: r-bgc16;
}

.red .bg-blc:nth-of-type(17) {
	background-color: var(--bk17-end);
	animation-delay: 0.68s;
	animation-name: r-bgc17;
}

.red .bg-blc:nth-of-type(18) {
	background-color: var(--bk18-end);
	animation-delay: 0.72s;
	animation-name: r-bgc18;
}

.red .bg-blc:nth-of-type(19) {
	background-color: var(--bk19-end);
	animation-delay: 0.76s;
	animation-name: r-bgc19;
}

.red .bg-blc:nth-of-type(20) {
	background-color: var(--bk20-end);
	animation-delay: 0.8s;
	animation-name: r-bgc20;
}

.red .bg-blc:nth-of-type(21) {
	background-color: var(--bk21-end);
	animation-delay: 0.84s;
	animation-name: r-bgc21;
}

.red .bg-blc:nth-of-type(22) {
	background-color: var(--bk22-end);
	animation-delay: 0.88s;
	animation-name: r-bgc22;
}

.red .bg-blc:nth-of-type(23) {
	background-color: var(--bk23-end);
	animation-delay: 0.92s;
	animation-name: r-bgc23;
}

.red .bg-blc:nth-of-type(24) {
	background-color: var(--bk24-end);
	animation-delay: 0.96s;
	animation-name: r-bgc24;
}

.red .bg-blc:nth-of-type(25) {
	background-color: var(--bk25-end);
	animation-delay: 1s;
	animation-name: r-bgc25;
}

.red .bg-blc:nth-of-type(26) {
	background-color: var(--bk26-end);
	animation-delay: 1.04s;
	animation-name: r-bgc26;
}

@keyframes r-bgc1 {
	0% {
		background: var(--bk1-end);
	}
	100% {
		background: var(--red1-end);
	}
}
@keyframes r-bgc2 {
	0% {
		background: var(--bk2-end);
	}
	100% {
		background: var(--red2-end);
	}
}
@keyframes r-bgc3 {
	0% {
		background: var(--bk3-end);
	}
	100% {
		background: var(--red3-end);
	}
}
@keyframes r-bgc4 {
	0% {
		background: var(--bk4-end);
	}
	100% {
		background: var(--red4-end);
	}
}
@keyframes r-bgc5 {
	0% {
		background: var(--bk5-end);
	}
	100% {
		background: var(--red5-end);
	}
}
@keyframes r-bgc6 {
	0% {
		background: var(--bk6-end);
	}
	100% {
		background: var(--red6-end);
	}
}
@keyframes r-bgc7 {
	0% {
		background: var(--bk7-end);
	}
	100% {
		background: var(--red7-end);
	}
}
@keyframes r-bgc8 {
	0% {
		background: var(--bk8-end);
	}
	100% {
		background: var(--red8-end);
	}
}
@keyframes r-bgc9 {
	0% {
		background: var(--bk9-end);
	}
	100% {
		background: var(--red9-end);
	}
}
@keyframes r-bgc10 {
	0% {
		background: var(--bk10-end);
	}
	100% {
		background: var(--red10-end);
	}
}
@keyframes r-bgc11 {
	0% {
		background: var(--bk11-end);
	}
	100% {
		background: var(--red11-end);
	}
}
@keyframes r-bgc12 {
	0% {
		background: var(--bk12-end);
	}
	100% {
		background: var(--red12-end);
	}
}
@keyframes r-bgc13 {
	0% {
		background: var(--bk13-end);
	}
	100% {
		background: var(--red13-end);
	}
}
@keyframes r-bgc14 {
	0% {
		background: var(--bk14-end);
	}
	100% {
		background: var(--red14-end);
	}
}
@keyframes r-bgc15 {
	0% {
		background: var(--bk15-end);
	}
	100% {
		background: var(--red15-end);
	}
}
@keyframes r-bgc16 {
	0% {
		background: var(--bk16-end);
	}
	100% {
		background: var(--red16-end);
	}
}
@keyframes r-bgc17 {
	0% {
		background: var(--bk17-end);
	}
	100% {
		background: var(--red17-end);
	}
}
@keyframes r-bgc18 {
	0% {
		background: var(--bk18-end);
	}
	100% {
		background: var(--red18-end);
	}
}
@keyframes r-bgc19 {
	0% {
		background: var(--bk19-end);
	}
	100% {
		background: var(--red19-end);
	}
}
@keyframes r-bgc20 {
	0% {
		background: var(--bk20-end);
	}
	100% {
		background: var(--red20-end);
	}
}
@keyframes r-bgc21 {
	0% {
		background: var(--bk21-end);
	}
	100% {
		background: var(--red21-end);
	}
}
@keyframes r-bgc22 {
	0% {
		background: var(--bk22-end);
	}
	100% {
		background: var(--red22-end);
	}
}
@keyframes r-bgc23 {
	0% {
		background: var(--bk23-end);
	}
	100% {
		background: var(--red23-end);
	}
}
@keyframes r-bgc24 {
	0% {
		background: var(--bk24-end);
	}
	100% {
		background: var(--red24-end);
	}
}
@keyframes r-bgc25 {
	0% {
		background: var(--bk25-end);
	}
	100% {
		background: var(--red25-end);
	}
}
@keyframes r-bgc26 {
	0% {
		background: var(--bk26-end);
	}
	100% {
		background: var(--red26-end);
	}
}
.white .bg-blc:nth-of-type(1) {
	background-color: var(--red1-end);
	animation-delay: 0.04s;
	animation-name: w-bgc1;
}

.white .bg-blc:nth-of-type(2) {
	background-color: var(--red2-end);
	animation-delay: 0.08s;
	animation-name: w-bgc2;
}

.white .bg-blc:nth-of-type(3) {
	background-color: var(--red3-end);
	animation-delay: 0.12s;
	animation-name: w-bgc3;
}

.white .bg-blc:nth-of-type(4) {
	background-color: var(--red4-end);
	animation-delay: 0.16s;
	animation-name: w-bgc4;
}

.white .bg-blc:nth-of-type(5) {
	background-color: var(--red5-end);
	animation-delay: 0.2s;
	animation-name: w-bgc5;
}

.white .bg-blc:nth-of-type(6) {
	background-color: var(--red6-end);
	animation-delay: 0.24s;
	animation-name: w-bgc6;
}

.white .bg-blc:nth-of-type(7) {
	background-color: var(--red7-end);
	animation-delay: 0.28s;
	animation-name: w-bgc7;
}

.white .bg-blc:nth-of-type(8) {
	background-color: var(--red8-end);
	animation-delay: 0.32s;
	animation-name: w-bgc8;
}

.white .bg-blc:nth-of-type(9) {
	background-color: var(--red9-end);
	animation-delay: 0.36s;
	animation-name: w-bgc9;
}

.white .bg-blc:nth-of-type(10) {
	background-color: var(--red10-end);
	animation-delay: 0.4s;
	animation-name: w-bgc10;
}

.white .bg-blc:nth-of-type(11) {
	background-color: var(--red11-end);
	animation-delay: 0.44s;
	animation-name: w-bgc11;
}

.white .bg-blc:nth-of-type(12) {
	background-color: var(--red12-end);
	animation-delay: 0.48s;
	animation-name: w-bgc12;
}

.white .bg-blc:nth-of-type(13) {
	background-color: var(--red13-end);
	animation-delay: 0.52s;
	animation-name: w-bgc13;
}

.white .bg-blc:nth-of-type(14) {
	background-color: var(--red14-end);
	animation-delay: 0.56s;
	animation-name: w-bgc14;
}

.white .bg-blc:nth-of-type(15) {
	background-color: var(--red15-end);
	animation-delay: 0.6s;
	animation-name: w-bgc15;
}

.white .bg-blc:nth-of-type(16) {
	background-color: var(--red16-end);
	animation-delay: 0.64s;
	animation-name: w-bgc16;
}

.white .bg-blc:nth-of-type(17) {
	background-color: var(--red17-end);
	animation-delay: 0.68s;
	animation-name: w-bgc17;
}

.white .bg-blc:nth-of-type(18) {
	background-color: var(--red18-end);
	animation-delay: 0.72s;
	animation-name: w-bgc18;
}

.white .bg-blc:nth-of-type(19) {
	background-color: var(--red19-end);
	animation-delay: 0.76s;
	animation-name: w-bgc19;
}

.white .bg-blc:nth-of-type(20) {
	background-color: var(--red20-end);
	animation-delay: 0.8s;
	animation-name: w-bgc20;
}

.white .bg-blc:nth-of-type(21) {
	background-color: var(--red21-end);
	animation-delay: 0.84s;
	animation-name: w-bgc21;
}

.white .bg-blc:nth-of-type(22) {
	background-color: var(--red22-end);
	animation-delay: 0.88s;
	animation-name: w-bgc22;
}

.white .bg-blc:nth-of-type(23) {
	background-color: var(--red23-end);
	animation-delay: 0.92s;
	animation-name: w-bgc23;
}

.white .bg-blc:nth-of-type(24) {
	background-color: var(--red24-end);
	animation-delay: 0.96s;
	animation-name: w-bgc24;
}

.white .bg-blc:nth-of-type(25) {
	background-color: var(--red25-end);
	animation-delay: 1s;
	animation-name: w-bgc25;
}

.white .bg-blc:nth-of-type(26) {
	background-color: var(--red26-end);
	animation-delay: 1.04s;
	animation-name: w-bgc26;
}

@keyframes w-bgc1 {
	0% {
		background: var(--red1-end);
	}
	100% {
		background: var(--wh1-end);
	}
}
@keyframes w-bgc2 {
	0% {
		background: var(--red2-end);
	}
	100% {
		background: var(--wh2-end);
	}
}
@keyframes w-bgc3 {
	0% {
		background: var(--red3-end);
	}
	100% {
		background: var(--wh3-end);
	}
}
@keyframes w-bgc4 {
	0% {
		background: var(--red4-end);
	}
	100% {
		background: var(--wh4-end);
	}
}
@keyframes w-bgc5 {
	0% {
		background: var(--red5-end);
	}
	100% {
		background: var(--wh5-end);
	}
}
@keyframes w-bgc6 {
	0% {
		background: var(--red6-end);
	}
	100% {
		background: var(--wh6-end);
	}
}
@keyframes w-bgc7 {
	0% {
		background: var(--red7-end);
	}
	100% {
		background: var(--wh7-end);
	}
}
@keyframes w-bgc8 {
	0% {
		background: var(--red8-end);
	}
	100% {
		background: var(--wh8-end);
	}
}
@keyframes w-bgc9 {
	0% {
		background: var(--red9-end);
	}
	100% {
		background: var(--wh9-end);
	}
}
@keyframes w-bgc10 {
	0% {
		background: var(--red10-end);
	}
	100% {
		background: var(--wh10-end);
	}
}
@keyframes w-bgc11 {
	0% {
		background: var(--red11-end);
	}
	100% {
		background: var(--wh11-end);
	}
}
@keyframes w-bgc12 {
	0% {
		background: var(--red12-end);
	}
	100% {
		background: var(--wh12-end);
	}
}
@keyframes w-bgc13 {
	0% {
		background: var(--red13-end);
	}
	100% {
		background: var(--wh13-end);
	}
}
@keyframes w-bgc14 {
	0% {
		background: var(--red14-end);
	}
	100% {
		background: var(--wh14-end);
	}
}
@keyframes w-bgc15 {
	0% {
		background: var(--red15-end);
	}
	100% {
		background: var(--wh15-end);
	}
}
@keyframes w-bgc16 {
	0% {
		background: var(--red16-end);
	}
	100% {
		background: var(--wh16-end);
	}
}
@keyframes w-bgc17 {
	0% {
		background: var(--red17-end);
	}
	100% {
		background: var(--wh17-end);
	}
}
@keyframes w-bgc18 {
	0% {
		background: var(--red18-end);
	}
	100% {
		background: var(--wh18-end);
	}
}
@keyframes w-bgc19 {
	0% {
		background: var(--red19-end);
	}
	100% {
		background: var(--wh19-end);
	}
}
@keyframes w-bgc20 {
	0% {
		background: var(--red20-end);
	}
	100% {
		background: var(--wh20-end);
	}
}
@keyframes w-bgc21 {
	0% {
		background: var(--red21-end);
	}
	100% {
		background: var(--wh21-end);
	}
}
@keyframes w-bgc22 {
	0% {
		background: var(--red22-end);
	}
	100% {
		background: var(--wh22-end);
	}
}
@keyframes w-bgc23 {
	0% {
		background: var(--red23-end);
	}
	100% {
		background: var(--wh23-end);
	}
}
@keyframes w-bgc24 {
	0% {
		background: var(--red24-end);
	}
	100% {
		background: var(--wh24-end);
	}
}
@keyframes w-bgc25 {
	0% {
		background: var(--red25-end);
	}
	100% {
		background: var(--wh25-end);
	}
}
@keyframes w-bgc26 {
	0% {
		background: var(--red26-end);
	}
	100% {
		background: var(--wh26-end);
	}
}
.black .bg-blc:nth-of-type(1) {
	background-color: var(--wh1-end);
	animation-delay: 0.04s;
	animation-name: b-bgc1;
}

.black .bg-blc:nth-of-type(2) {
	background-color: var(--wh2-end);
	animation-delay: 0.08s;
	animation-name: b-bgc2;
}

.black .bg-blc:nth-of-type(3) {
	background-color: var(--wh3-end);
	animation-delay: 0.12s;
	animation-name: b-bgc3;
}

.black .bg-blc:nth-of-type(4) {
	background-color: var(--wh4-end);
	animation-delay: 0.16s;
	animation-name: b-bgc4;
}

.black .bg-blc:nth-of-type(5) {
	background-color: var(--wh5-end);
	animation-delay: 0.2s;
	animation-name: b-bgc5;
}

.black .bg-blc:nth-of-type(6) {
	background-color: var(--wh6-end);
	animation-delay: 0.24s;
	animation-name: b-bgc6;
}

.black .bg-blc:nth-of-type(7) {
	background-color: var(--wh7-end);
	animation-delay: 0.28s;
	animation-name: b-bgc7;
}

.black .bg-blc:nth-of-type(8) {
	background-color: var(--wh8-end);
	animation-delay: 0.32s;
	animation-name: b-bgc8;
}

.black .bg-blc:nth-of-type(9) {
	background-color: var(--wh9-end);
	animation-delay: 0.36s;
	animation-name: b-bgc9;
}

.black .bg-blc:nth-of-type(10) {
	background-color: var(--wh10-end);
	animation-delay: 0.4s;
	animation-name: b-bgc10;
}

.black .bg-blc:nth-of-type(11) {
	background-color: var(--wh11-end);
	animation-delay: 0.44s;
	animation-name: b-bgc11;
}

.black .bg-blc:nth-of-type(12) {
	background-color: var(--wh12-end);
	animation-delay: 0.48s;
	animation-name: b-bgc12;
}

.black .bg-blc:nth-of-type(13) {
	background-color: var(--wh13-end);
	animation-delay: 0.52s;
	animation-name: b-bgc13;
}

.black .bg-blc:nth-of-type(14) {
	background-color: var(--wh14-end);
	animation-delay: 0.56s;
	animation-name: b-bgc14;
}

.black .bg-blc:nth-of-type(15) {
	background-color: var(--wh15-end);
	animation-delay: 0.6s;
	animation-name: b-bgc15;
}

.black .bg-blc:nth-of-type(16) {
	background-color: var(--wh16-end);
	animation-delay: 0.64s;
	animation-name: b-bgc16;
}

.black .bg-blc:nth-of-type(17) {
	background-color: var(--wh17-end);
	animation-delay: 0.68s;
	animation-name: b-bgc17;
}

.black .bg-blc:nth-of-type(18) {
	background-color: var(--wh18-end);
	animation-delay: 0.72s;
	animation-name: b-bgc18;
}

.black .bg-blc:nth-of-type(19) {
	background-color: var(--wh19-end);
	animation-delay: 0.76s;
	animation-name: b-bgc19;
}

.black .bg-blc:nth-of-type(20) {
	background-color: var(--wh20-end);
	animation-delay: 0.8s;
	animation-name: b-bgc20;
}

.black .bg-blc:nth-of-type(21) {
	background-color: var(--wh21-end);
	animation-delay: 0.84s;
	animation-name: b-bgc21;
}

.black .bg-blc:nth-of-type(22) {
	background-color: var(--wh22-end);
	animation-delay: 0.88s;
	animation-name: b-bgc22;
}

.black .bg-blc:nth-of-type(23) {
	background-color: var(--wh23-end);
	animation-delay: 0.92s;
	animation-name: b-bgc23;
}

.black .bg-blc:nth-of-type(24) {
	background-color: var(--wh24-end);
	animation-delay: 0.96s;
	animation-name: b-bgc24;
}

.black .bg-blc:nth-of-type(25) {
	background-color: var(--wh25-end);
	animation-delay: 1s;
	animation-name: b-bgc25;
}

.black .bg-blc:nth-of-type(26) {
	background-color: var(--wh26-end);
	animation-delay: 1.04s;
	animation-name: b-bgc26;
}

@keyframes b-bgc1 {
	0% {
		background: var(--wh1-end);
	}
	100% {
		background: var(--bk1-end);
	}
}
@keyframes b-bgc2 {
	0% {
		background: var(--wh2-end);
	}
	100% {
		background: var(--bk2-end);
	}
}
@keyframes b-bgc3 {
	0% {
		background: var(--wh3-end);
	}
	100% {
		background: var(--bk3-end);
	}
}
@keyframes b-bgc4 {
	0% {
		background: var(--wh4-end);
	}
	100% {
		background: var(--bk4-end);
	}
}
@keyframes b-bgc5 {
	0% {
		background: var(--wh5-end);
	}
	100% {
		background: var(--bk5-end);
	}
}
@keyframes b-bgc6 {
	0% {
		background: var(--wh6-end);
	}
	100% {
		background: var(--bk6-end);
	}
}
@keyframes b-bgc7 {
	0% {
		background: var(--wh7-end);
	}
	100% {
		background: var(--bk7-end);
	}
}
@keyframes b-bgc8 {
	0% {
		background: var(--wh8-end);
	}
	100% {
		background: var(--bk8-end);
	}
}
@keyframes b-bgc9 {
	0% {
		background: var(--wh9-end);
	}
	100% {
		background: var(--bk9-end);
	}
}
@keyframes b-bgc10 {
	0% {
		background: var(--wh10-end);
	}
	100% {
		background: var(--bk10-end);
	}
}
@keyframes b-bgc11 {
	0% {
		background: var(--wh11-end);
	}
	100% {
		background: var(--bk11-end);
	}
}
@keyframes b-bgc12 {
	0% {
		background: var(--wh12-end);
	}
	100% {
		background: var(--bk12-end);
	}
}
@keyframes b-bgc13 {
	0% {
		background: var(--wh13-end);
	}
	100% {
		background: var(--bk13-end);
	}
}
@keyframes b-bgc14 {
	0% {
		background: var(--wh14-end);
	}
	100% {
		background: var(--bk14-end);
	}
}
@keyframes b-bgc15 {
	0% {
		background: var(--wh15-end);
	}
	100% {
		background: var(--bk15-end);
	}
}
@keyframes b-bgc16 {
	0% {
		background: var(--wh16-end);
	}
	100% {
		background: var(--bk16-end);
	}
}
@keyframes b-bgc17 {
	0% {
		background: var(--wh17-end);
	}
	100% {
		background: var(--bk17-end);
	}
}
@keyframes b-bgc18 {
	0% {
		background: var(--wh18-end);
	}
	100% {
		background: var(--bk18-end);
	}
}
@keyframes b-bgc19 {
	0% {
		background: var(--wh19-end);
	}
	100% {
		background: var(--bk19-end);
	}
}
@keyframes b-bgc20 {
	0% {
		background: var(--wh20-end);
	}
	100% {
		background: var(--bk20-end);
	}
}
@keyframes b-bgc21 {
	0% {
		background: var(--wh21-end);
	}
	100% {
		background: var(--bk21-end);
	}
}
@keyframes b-bgc22 {
	0% {
		background: var(--wh22-end);
	}
	100% {
		background: var(--bk22-end);
	}
}
@keyframes b-bgc23 {
	0% {
		background: var(--wh23-end);
	}
	100% {
		background: var(--bk23-end);
	}
}
@keyframes b-bgc24 {
	0% {
		background: var(--wh24-end);
	}
	100% {
		background: var(--bk24-end);
	}
}
@keyframes b-bgc25 {
	0% {
		background: var(--wh25-end);
	}
	100% {
		background: var(--bk25-end);
	}
}
@keyframes b-bgc26 {
	0% {
		background: var(--wh26-end);
	}
	100% {
		background: var(--bk26-end);
	}
}
@media screen and (min-width: 768px) {
	.bg-blc:nth-of-type(8) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(9) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(10) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(11) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(12) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(13) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(14) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(15) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(16) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(17) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(18) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(19) {
		background: transparent !important;
	}
}
@media screen and (max-width: 767px) {
	.bg-blc:nth-of-type(8) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(9) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(10) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(11) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(12) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(13) {
		background: transparent !important;
	}
	.bg-blc:nth-of-type(14) {
		background: transparent !important;
	}
}
.p-list {
	position: relative;
	overflow: hidden;
}
.p-list-pic {
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 767px) {
	.p-list-pic {
		height: 100svh;
	}
}
.p-list-pic .slide {
	height: 100dvh;
}
.p-list-pic .slide .txt-box {
	display: flex;
	width: 100%;
	position: absolute;
	justify-content: center;
	gap: 60px;
	padding: 0 10%;
	left: 0;
	bottom: 50px;
	z-index: 8;
	opacity: 0;
	animation: fadeIn 1s 1 0.5s linear forwards;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .txt-box {
		bottom: 3.5%;
		padding: 0 5%;
		flex-direction: column;
		justify-content: flex-start;
		gap: 0;
	}
}
.p-list-pic .slide .txt-box p.txt {
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: clamp(1.1rem, 1.1rem + 0vw, 1.1rem);
	filter: blur(0.25px);
	color: #fff;
	font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .txt-box p.txt {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 430px) {
	.p-list-pic .slide .txt-box p.txt {
		font-size: 3vw;
	}
}
.p-list-pic .slide .txt-box p.txt:nth-of-type(3) {
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .txt-box p.txt:nth-of-type(3) {
		width: 100%;
		line-height: 1.6;
		max-width: none;
		margin-block-start: 20px;
	}
}
.p-list-pic .slide .txt-box p.txt.en {
	font-family: "Playfair Display", serif;
	font-style: italic;
}
.p-list-pic .slide .txt-box p.txt a {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .txt-box div {
		margin-block-start: 5px;
	}
}
.p-list-pic .slide .txt-box div p {
	display: flex;
	flex-wrap: wrap;
}
.p-list-pic .slide .txt-box div p span {
	width: 40px;
}
@media screen and (max-width: 430px) {
	.p-list-pic .slide .txt-box div p span {
		width: 12vw;
	}
}
.p-list-pic .slide .txt-box div p em {
	font-style: normal;
	margin-left: 0.5em;
	text-indent: -0.5em;
}
.p-list-pic .slide .txt-box.red p.txt {
	color: #f90002;
}
.p-list-pic .slide .txt-box.red p.txt a {
	color: #f90002;
}
.p-list-pic .slide .txt-box.white p.txt {
	color: #b8b186;
}
.p-list-pic .slide .txt-box.white p.txt a {
	color: #fff;
}
.p-list-pic .slide .txt-box.spark p.txt {
	color: #675f4b;
	mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
	.p-list-pic .slide .txt-box.spark p.txt {
		color: #d2d6cd;
	}
}
.p-list-pic .slide .txt-box.spark p.txt a {
	color: #fff;
}
.p-list-pic .slide .blur-txt {
	position: absolute;
	top: 50%;
	left: 25%;
	z-index: 7;
	color: #463a3a;
	font-size: clamp(2.4rem, 2.34rem + 0.1875vw, 2.7rem);
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	filter: blur(1px);
	opacity: 0;
	animation: fadeIn2 1s 1 0.75s linear forwards;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .blur-txt {
		left: 5%;
		top: 67%;
		position: static;
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 430px) {
	.p-list-pic .slide .blur-txt {
		font-size: 5.5vw;
	}
}
.p-list-pic .slide .blur-txt.red {
	color: #df4333;
}
.p-list-pic .slide .blur-txt.white {
	color: #e5ab4d;
}
.p-list-pic .slide .pic1b2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1b2 {
		height: 100%;
		width: 100%;
		top: 7.5%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
.p-list-pic .slide .pic1b2 img {
	display: block !important;
	width: auto;
	height: 100%;
	margin: auto;
}
.p-list-pic .slide .pic1b2 .container {
	width: 85%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1b2 .container {
		width: 100%;
		height: 100%;
	}
}
.p-list-pic .slide .pic1b2 .container .canvas-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.p-list-pic .slide .pic1b2 .container #rippleCanvas {
	width: 100%;
	height: 100%;
	cursor: crosshair;
}
.p-list-pic .slide .pic1b2 .container .loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	color: white;
}
.p-list-pic .slide .pic1b2 .container .spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top: 3px solid white;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 15px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.p-list-pic .slide .pic1b2 .container .error {
	color: #ff6b6b;
	background: rgba(255, 107, 107, 0.1);
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	margin-top: 20px;
}
.p-list-pic .slide .pic1d {
	position: absolute;
	z-index: 7;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1d {
		transform-origin: top center;
		height: auto;
		top: 5%;
		transform: scale(3.5) translateY(0);
	}
}
.p-list-pic .slide .pic1d img {
	transform-origin: center center;
}
.p-list-pic .slide .pic1d.white {
	top: 0;
	transform: translateY(0);
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1d.white {
		top: 5%;
		top: 0;
		transform: scale(3.5) translateY(0);
	}
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1d.sparkling {
		transform: scale(7.5) translateY(0);
	}
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1d.red {
		transform: scale(4.5) translateY(0);
	}
}
.p-list-pic .slide .pic1c {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	animation: fadeIn 1s 1 1s linear forwards;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1c {
		width: auto;
		width: 90%;
		top: 50%;
		left: 50%;
		aspect-ratio: 356/534;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-height: 650px) {
	.p-list-pic .slide .pic1c {
		width: 100%;
	}
}
.p-list-pic .slide .pic1c img {
	display: block !important;
	width: auto;
	height: 70%;
	margin: auto;
	position: relative;
	margin-block-start: 5%;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .pic1c img {
		height: auto;
		width: 100%;
		object-fit: cover;
		position: static;
		margin: 0;
	}
}
.p-list-pic .slide .pic1b {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-list-pic .slide .pic1b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-list-pic .slide .target {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.p-list-pic .slide .target2 {
	animation: floating-y 3s ease-in-out infinite alternate;
}
.p-list-pic .slide .momma {
	animation: moamoa 2.5s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide .momma {
		animation: square 400s linear infinite alternate;
	}
}
@keyframes floating-y {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
@keyframes moamoa {
	0% {
		scale: 1.02;
	}
	100% {
		scale: 1;
	}
}
@keyframes square {
	2% {
		transform: translate3d(90px, -40px, 90px);
	}
	4% {
		transform: translate3d(80px, -100px, 50px);
	}
	6% {
		transform: translate3d(60px, -100px, 50px);
	}
	8% {
		transform: translate3d(90px, -80px, 80px);
	}
	10% {
		transform: translate3d(50px, -20px, 50px);
	}
	12% {
		transform: translate3d(60px, -70px, 20px);
	}
	14% {
		transform: translate3d(30px, -30px, 40px);
	}
	16% {
		transform: translate3d(100px, -30px, 30px);
	}
	18% {
		transform: translate3d(40px, -50px, 40px);
	}
	20% {
		transform: translate3d(60px, -30px, 10px);
	}
	22% {
		transform: translate3d(90px, -70px, 80px);
	}
	24% {
		transform: translate3d(50px, -50px, 30px);
	}
	26% {
		transform: translate3d(10px, -90px, 100px);
	}
	28% {
		transform: translate3d(30px, -30px, 20px);
	}
	30% {
		transform: translate3d(30px, -10px, 90px);
	}
	32% {
		transform: translate3d(20px, -50px, 100px);
	}
	34% {
		transform: translate3d(80px, -70px, 100px);
	}
	36% {
		transform: translate3d(20px, -60px, 10px);
	}
	38% {
		transform: translate3d(20px, -100px, 90px);
	}
	40% {
		transform: translate3d(100px, -10px, 60px);
	}
	42% {
		transform: translate3d(30px, -80px, 30px);
	}
	44% {
		transform: translate3d(10px, -80px, 60px);
	}
	46% {
		transform: translate3d(50px, -90px, 50px);
	}
	48% {
		transform: translate3d(20px, -30px, 80px);
	}
	50% {
		transform: translate3d(30px, -20px, 50px);
	}
	52% {
		transform: translate3d(20px, -50px, 20px);
	}
	54% {
		transform: translate3d(10px, -90px, 70px);
	}
	56% {
		transform: translate3d(30px, -40px, 80px);
	}
	58% {
		transform: translate3d(40px, -80px, 100px);
	}
	60% {
		transform: translate3d(70px, -80px, 30px);
	}
	62% {
		transform: translate3d(40px, -90px, 90px);
	}
	64% {
		transform: translate3d(10px, -80px, 70px);
	}
	66% {
		transform: translate3d(90px, -10px, 50px);
	}
	68% {
		transform: translate3d(60px, -10px, 90px);
	}
	70% {
		transform: translate3d(30px, -100px, 40px);
	}
	72% {
		transform: translate3d(80px, -40px, 60px);
	}
	74% {
		transform: translate3d(70px, -90px, 30px);
	}
	76% {
		transform: translate3d(90px, -10px, 20px);
	}
	78% {
		transform: translate3d(40px, -40px, 60px);
	}
	80% {
		transform: translate3d(20px, -70px, 20px);
	}
	82% {
		transform: translate3d(10px, -10px, 10px);
	}
	84% {
		transform: translate3d(40px, -100px, 80px);
	}
	86% {
		transform: translate3d(40px, -20px, 40px);
	}
	88% {
		transform: translate3d(30px, -40px, 80px);
	}
	90% {
		transform: translate3d(50px, -30px, 50px);
	}
	92% {
		transform: translate3d(20px, -50px, 50px);
	}
	94% {
		transform: translate3d(100px, -100px, 40px);
	}
	96% {
		transform: translate3d(20px, -10px, 60px);
	}
	98% {
		transform: translate3d(60px, -90px, 70px);
	}
	100% {
		transform: translate3d(60px, -20px, 50px);
	}
}
@keyframes moamoa-sp {
	0% {
		scale: 1.04;
		transform: translate3d(20px, -90px, 100px);
	}
	100% {
		scale: 1;
		transform: translate3d(30px, -10px, 50px);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.7;
	}
}
.p-list-pic .slide-nav {
	position: absolute;
	z-index: 9;
	width: 180px;
	height: 180px;
	border: 1px solid #fff;
	border-radius: 50%;
	right: 100px;
	bottom: 150px;
	opacity: 0;
	animation: fadeIn 1s 1 0.75s linear forwards;
	display: none;
}
@media screen and (max-width: 767px) {
	.p-list-pic .slide-nav {
		width: 130px;
		height: 130px;
		left: auto;
		right: 3%;
		bottom: 17%;
	}
}
@media screen and (max-height: 670px) {
	.p-list-pic .slide-nav {
		bottom: 20%;
	}
}
.p-list-pic .slide-nav p {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
	position: absolute;
	width: 100%;
	text-align: center;
}
.p-list-pic .slide-nav p:nth-of-type(1) {
	top: 10px;
}
.p-list-pic .slide-nav p:nth-of-type(2) {
	bottom: 10px;
}
.p-list-pic .slide-nav .button {
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 50px;
	transition: 0.2s;
	width: 14px;
}
.p-list-pic .slide-nav .button:before {
	content: "";
	width: 14px;
	height: 9px;
	background-size: cover;
}
.p-list-pic .slide-nav .button.prev {
	left: 1em;
}
.p-list-pic .slide-nav .button.prev:before {
	background-image: url(../images/list/prev.png);
}
.p-list-pic .slide-nav .button.next {
	right: 1em;
}
.p-list-pic .slide-nav .button.next:before {
	background-image: url(../images/list/next.png);
}
.p-list-pic .pagination {
	position: absolute;
	z-index: 1;
	width: 95px;
	height: 95px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	.p-list-pic .pagination {
		width: 80px;
		height: 80px;
	}
}
.p-list-pic .pagination:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-45deg, transparent 0%, transparent 49%, #fff 49%, #fff 50%, transparent 50%, transparent 100%);
}
.p-list-pic .pagination #slide-current {
	top: 0px;
	left: 15px;
}
@media screen and (max-width: 767px) {
	.p-list-pic .pagination #slide-current {
		left: 15px;
		top: -10px;
	}
}
.p-list-pic .pagination #slide-length {
	right: 10px;
	bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-list-pic .pagination #slide-length {
		right: 15px;
		bottom: 7px;
	}
}
.p-list-pic .pagination span {
	position: absolute;
	font-family: "Playfair Display", serif;
	font-style: italic;
	line-height: 1;
	color: #fff;
	font-size: clamp(4rem, 3.8rem + 0.625vw, 5rem);
}
.p-list-pic .link {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-list-pic .link {
		display: block;
		position: absolute;
		z-index: 9;
		right: 3%;
		bottom: 10%;
		opacity: 0;
		animation: fadeIn 1s 1 0.75s linear forwards;
	}
}
.p-list-pic .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 1.1rem;
}
@media screen and (max-width: 430px) {
	.p-list-pic .link a {
		font-size: 3vw;
	}
}
.p-list nav {
	position: absolute;
	z-index: 12;
	top: 5px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-list nav {
		display: none;
	}
}
.p-list nav ul {
	display: flex;
	justify-content: flex-end;
	gap: 12%;
	padding: 0 2%;
}
@media screen and (max-width: 767px) {
	.p-list nav ul {
		gap: 0;
		justify-content: space-between;
	}
}
.p-list nav ul li a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: #fff;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	transition: 0.3s;
	opacity: 0.4;
}
.p-list nav ul li a.active {
	opacity: 1;
}
.p-list .sns {
	position: absolute;
	z-index: 9;
	right: 3%;
	bottom: 3%;
}
@media screen and (max-width: 767px) {
	.p-list .sns {
		display: flex;
		gap: 1em;
		right: auto;
		left: 15px;
		bottom: 15px;
		display: none;
	}
}
.p-list .sns li a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: #070707;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
	transition: 0.3s;
}
.p-list .wine-box {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 0 5%;
	background: rgba(0, 0, 0, 0.35);
}
.more .p-list .wine-box {
	display: flex;
	opacity: 1;
	visibility: visible;
}
.p-list .wine-box dt {
	font-size: 1.3rem;
}
.p-list .wine-box dd {
	font-size: clamp(1.7rem, 1.64rem + 0.1875vw, 2rem);
	line-height: 2.4;
	margin-block-start: 1em;
}
@media screen and (max-width: 440px) {
	.p-list .wine-box dd {
		font-size: 4.5vw;
	}
}
.p-list .wine-box dd .wine-box-close {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 10px;
	top: 10px;
}
.p-list .wine-box dd .wine-box-close:before, .p-list .wine-box dd .wine-box-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; /* 棒の幅（太さ） */
	height: 45px; /* 棒の高さ */
	background: var(--close-col); /* バツ印の色 */
}
.p-list .wine-box dd .wine-box-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.p-list .wine-box dd .wine-box-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.p-list .wine-box.white {
	--close-col:#b8b186;
}
.p-list .wine-box.white dt {
	color: #b8b186;
}
.p-list .wine-box.white dd {
	color: #fff;
}
.p-list .wine-box.spark {
	--close-col:#fff;
}
.p-list .wine-box.spark dt {
	color: #fff;
}
.p-list .wine-box.spark dd {
	color: #fff;
}
.p-list .wine-box.red {
	--close-col:#f90002;
}
.p-list .wine-box.red dt {
	color: #f90002;
}
.p-list .wine-box.red dd {
	color: #f90002;
}

.p-about {
	padding-bottom: 100dvh;
}
.p-aboutin {
	position: relative;
	z-index: 8;
	background-color: #b0152f;
	color: #bbb8b9;
	text-align: center;
}
.p-aboutin:before {
	content: "";
	background: url(../images/common/noise.gif) repeat center;
	opacity: 0.075;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}
.p-aboutin .cloud {
	position: absolute;
	top: 0;
	left: 0;
	height: 85%;
	width: 100%;
	z-index: 2;
	animation: steam01 1.5s 1 linear forwards;
	transform-origin: top center;
}
@media screen and (max-width: 767px) {
	.p-aboutin .cloud {
		height: 83%;
	}
}
.p-aboutin .cloud img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.p-aboutin .cloud img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@keyframes steam01 {
	0% {
		top: 0vh;
		filter: blur(16px);
		transform: rotateY(0deg) scale(1.05);
		opacity: 0;
	}
	11% {
		opacity: 0.1;
	}
	33% {
		transform: rotateY(0deg) scale(1.05);
		opacity: 0.5;
	}
	66% {
		transform: rotateY(0deg) scale(1.01);
		opacity: 0.8;
	}
	100% {
		top: 0vh;
		filter: blur(0px);
		transform: rotateY(0deg) scale(1);
		opacity: 1;
	}
}
@keyframes moamoa {
	0% {
		scale: 1.01;
	}
	100% {
		scale: 1;
	}
}
.p-aboutin h2 {
	padding-block-start: clamp(8rem, 6.9rem + 3.4375vw, 13.5rem);
}
@media screen and (max-width: 767px) {
	.p-aboutin h2 img {
		width: 72px;
		height: auto;
	}
}
.p-aboutin .txt-box {
	position: relative;
	top: 0%;
	width: 100%;
	z-index: 6;
}
@media screen and (max-width: 767px) {
	.p-aboutin .txt-box {
		position: relative;
	}
}
.p-aboutin .txt-box .pic {
	margin-block-start: 5vw;
	opacity: 0;
}
.p-aboutin .txt-box .swiper2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 300px;
	font-family: "medusa", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fb1939;
	color: #050505;
	font-size: clamp(9rem, 6.6rem + 7.5vw, 21rem);
	text-align: center;
	line-height: 1.5;
	transition: 0.3s;
	letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
	.p-aboutin .txt-box .swiper2 {
		height: 150px;
	}
}
.p-aboutin .txt-box .swiper2 p span {
	transform: translateY(120%);
	display: inline-block;
	overflow: visible;
	padding-inline: 3rem;
	margin-inline: -3rem;
}
.p-aboutin .txt-box .swiper2 .swiper-slide {
	overflow: hidden;
}
.p-aboutin .txt-box .swiper2 .swiper-slide-active p span {
	transform: translateY(0%);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-aboutin .txt-box .swiper2 .swiper-slide-prev p span {
	transform: translateY(-120%);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(1) {
	transition-delay: 0.045s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(2) {
	transition-delay: 0.09s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(3) {
	transition-delay: 0.135s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(4) {
	transition-delay: 0.18s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(5) {
	transition-delay: 0.225s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(6) {
	transition-delay: 0.27s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(7) {
	transition-delay: 0.315s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(8) {
	transition-delay: 0.36s;
}
.p-aboutin .txt-box .swiper2 .anime-up span:nth-of-type(9) {
	transition-delay: 0.405s;
}
.p-aboutin .txt-box .swiper2 .anime-up {
	display: flex;
	justify-content: center;
}
.p-aboutin .animate {
	color: #fff;
	font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
	line-height: 4;
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media screen and (max-width: 767px) {
	.p-aboutin .animate {
		line-height: 3;
	}
}
.p-aboutin h3 {
	font-family: "medusa", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: clamp(4.5rem, 3.96rem + 1.6875vw, 7.2rem);
	text-align: center;
	line-height: 1;
	margin-block-end: clamp(4rem, 3.4rem + 1.875vw, 7rem);
	margin-block-start: -20px;
	position: relative;
}
.p-aboutin .txt2 {
	display: inline-block;
	text-align: left;
	max-width: 610px;
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	position: relative;
}
.p-aboutin .txt2 figure {
	width: 500px;
	position: absolute;
	left: -280px;
	top: 0%;
}
@media screen and (max-width: 767px) {
	.p-aboutin .txt2 figure {
		left: -8%;
		width: 250px;
		top: 30%;
	}
}
.p-aboutin .animate2 {
	color: #fff;
	font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
	line-height: 4;
}
@media screen and (max-width: 767px) {
	.p-aboutin .animate2 {
		line-height: 3;
		padding: 0 8% 0 8%;
	}
}
.p-aboutin .animate2.bg {
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
}
.p-aboutin .link a {
	font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
	line-height: 4;
	color: #fb6948;
}
@media screen and (max-width: 767px) {
	.p-aboutin .link a {
		line-height: 3;
		padding: 0 8% 0 8%;
	}
}
.p-aboutin .nav {
	margin-top: 7vw;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-aboutin .nav {
		margin-top: 20vw;
	}
}
.p-aboutin .nav dt {
	font-family: "medusa", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0a070d;
	font-size: clamp(6.5rem, 4.8rem + 5.3125vw, 15rem);
	text-align: center;
	line-height: 2;
	margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-aboutin .nav dd ul {
	border-top: 1px solid #0a070d;
	position: relative;
	z-index: 6;
}
.p-aboutin .nav dd ul li a {
	border-bottom: 1px solid #0a070d;
	font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 1.64rem + 1.125vw, 3.8rem);
	color: #0a070d;
	-webkit-text-stroke: 1px #b0152f;
	text-stroke: 1px #b0152f;
	paint-order: stroke;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 110px;
	padding-inline-start: 2%;
}
@media screen and (max-width: 767px) {
	.p-aboutin .nav dd ul li a {
		height: 85px;
		padding-inline-start: 7.5%;
	}
}
.p-aboutin .nav dd ul li a span {
	display: inline-block;
	transition: 0.3s;
	position: relative;
}
.p-aboutin .nav dd ul li a img {
	transform: rotate(3deg);
	position: absolute;
	right: 5%;
	transition: 0.3s;
	opacity: 0;
}
.p-aboutin .nav dd ul li a:before {
	content: "";
	background-image: url(../images/about/bg-red.webp);
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.p-aboutin .nav dd ul li a:hover {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	opacity: 1;
}
.p-aboutin .nav dd ul li a:hover span {
	transform: translateX(50px);
}
.p-aboutin .nav dd ul li a:hover:before {
	opacity: 1;
}
.p-aboutin .nav dd ul li:nth-of-type(1) a:before {
	background-image: url(../images/about/bg-red.webp);
}
.p-aboutin .nav dd ul li:nth-of-type(2) a:before {
	background-image: url(../images/about/bg-white.webp);
}
.p-aboutin .nav dd ul li:nth-of-type(3) a:before {
	background-image: url(../images/about/bg-spark.webp);
}
.p-aboutin .add {
	padding-block: 12vw 12vw;
	position: relative;
	z-index: 6;
}
@media screen and (max-width: 767px) {
	.p-aboutin .add {
		padding-block: 25vw;
	}
}
.p-aboutin .add dt {
	font-family: "medusa", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0a070d;
	font-size: clamp(6.5rem, 4.8rem + 5.3125vw, 15rem);
	text-align: center;
	line-height: 1;
	margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-aboutin .add dd {
	font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.p-aboutin .add dd p {
	text-align: left;
	display: inline-block;
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	color: #0a070d;
}
.p-aboutin .add dd p span {
	display: block;
	margin-block-start: clamp(0.7rem, 0.54rem + 0.5vw, 1.5rem);
}
.p-aboutin .add dd p span a {
	color: #0a070d;
	border-bottom: 1px solid #0a070d;
}
.p-aboutin p.under {
	display: flex;
	flex-direction: column;
	margin-block-start: clamp(9rem, 7.2rem + 5.625vw, 18rem);
}
.p-aboutin p.under span {
	width: 100%;
	height: 30px;
}
.p-about .p-home {
	position: fixed;
	z-index: 7;
	top: 0;
	width: 100%;
	min-height: 100dvh;
}
.p-about .p-home:before {
	content: "";
	background: url(../images/common/noise.gif) repeat center;
	opacity: 0.075;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}
.p-about .p-home .red .swiper {
	color: #350600;
}
.p-about .p-home .white .swiper {
	color: #350600;
}
.p-about .p-home .black .swiper {
	color: #edcfc6;
}
.p-about nav.sub {
	position: absolute;
	z-index: 15;
	top: 5px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-about nav.sub {
		display: none;
	}
}
.p-about nav.sub ul {
	display: flex;
	justify-content: flex-end;
	gap: 12%;
	padding: 0 2%;
}
@media screen and (max-width: 767px) {
	.p-about nav.sub ul {
		gap: 0;
		justify-content: space-between;
	}
}
.p-about nav.sub ul li a {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: rgb(0, 0, 0);
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	transition: 0.3s;
	opacity: 0.4;
}
.p-about nav.sub ul li a.active {
	opacity: 1;
}/*# sourceMappingURL=style.css.map */