@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");

:root {
	--primary-color: #ea608e;
	--primary-color-rgb: 234, 96, 142;
	--secondary-color: #f5b5bb;
	--secondary-color-rgb: 245, 181, 188;
	--tertiary-color: #fef786;
	--tertiary-color-rgb: 254, 247, 134;
	--quaternary-color: #204fa2;
	--quaternary-color-rgb: 32, 79, 162;

	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
	--gray-color: #4a494c;
	--gray-color-rgb: 74, 73, 76;

	--sans-jp: "Noto Sans JP", sans-serif;
	--serif-jp: "Shippori Mincho B1", serif;
	--sans-en: "Oswald", sans-serif;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-y: scroll;
}

body {
	position: relative;
	background-color: var(--secondary-color);
	color: var(--black-color);
	font-family: var(--sans-jp);
	font-weight: 400;
	line-height: 1.75;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	overflow-x: clip;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	color: var(--primary-color);
}

img.fix {
	width: 100%;
	height: auto;
}

figure img {
	display: block;
}

.mv {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	max-width: 1600px;
	min-height: 680px;
	max-height: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.mv .mv-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	z-index: 1;
}

.mv .mv-bg-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
	/*animation: fadeInOut 8s infinite;
	transition: opacity 2s ease-in-out;*/
}

.mv .mv-bg-image img:nth-child(1) {
	position: relative;
	/*animation-delay: 0s;*/
}

/*
.mv .mv-bg-image img:nth-child(2) {
	animation-delay: 4s;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
*/
.mv h1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90%;
	max-width: 90%;
	height: 65vh;
	height: 65svh;
	max-height: 600px;
	z-index: 2;
	transform: translateX(-50%);
	/*background-color: #f00;*/
}

.mv h1 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom left;
}

@media only screen and (min-width: 480px) {
	.mv h1 {
		max-height: 640px;
	}
}

@media only screen and (min-width: 768px) {
	.mv h1 {
		min-width: 640px;
		max-width: none;
		height: 75vh;
		height: 75svh;
		max-height: 740px;
		transform: translateX(0);
		left: 5%;
	}
}

/*--------------------------*/
/* フッター */
/*--------------------------*/
#footer {
	background-color: var(--white-color);
	padding: 45px 0 45px;
}

#footer h2 {
	width: 40vw;
	max-width: 220px;
	margin: 0 auto 20px;
}

#footer .copy {
	text-align: center;
	font-size: 1.1rem;
	font-family: var(--sans-serif-en);
	font-weight: 400;
	color: #999;
}

#footer .polycy1 ul {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	font-size: 1.3rem;
	margin-top: 3rem;
	margin-bottom: 5rem;
}

#footer .polycy1 ul li {
	cursor: pointer;
}

@media only screen and (min-width: 480px) {
	#footer .copy {
		font-size: 1.3rem;
	}

	#footer .polycy1 ul {
		gap: 3.5rem;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	#footer {
		padding: 75px 0 75px;
	}
}

.fa-twitter:before {
	content: "𝕏";
	font-family: unset;
	font-weight: bold;
}

#loading-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-color: rgba(var(--primary-color-rgb), 1);
	z-index: 9996;
	opacity: 1;
}

#loading-logo {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9997;
	transition: transform 1.5s;
	opacity: 1;
}

#loading-logo span {
	display: block;
	width: 20vw;
	width: 20dvw;
	max-width: 100px;
	height: 20vw;
	height: 20dvw;
	max-height: 100px;
	animation: scale 2s ease-in-out infinite;
}

#loading-logo span img {
	display: block;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
}

@keyframes scale {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}
}

/*-------------------------------
		sitepolicy
--------------------------------*/
.sitepolicy_bg {
	background: rgb(247, 248, 248);
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-bottom: 75px;
	top: 0;
	left: -750px;
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 9975;
	font-size: 1.5rem;
}

.policyFrame {
	position: relative;
	width: 100%;
	max-width: 1050px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0 0;
}

.pc_show {
	display: none;
}

.sp_show {
	display: block;
}

.sitepolicy ul li {
	text-indent: 1rem;
}

.sp_frame90 {
	width: 90%;
	margin: 0 auto;
}

.sitepolicy_bg .text11,
.sitepolicy_bg .text13 {
	font-size: 1.4rem !important;
}

.sitepolicy_bg .text15 {
	font-size: 1.3em !important;
}

.sitepolicy_bg .text18 {
	font-size: 1.4em !important;
}

.sitepolicy_bg .text25,
.sitepolicy_bg .text30 {
	font-size: 1.6em !important;
}

.sitepolicy_bg .padding_b20 {
	padding-bottom: 1.5rem;
}

.sitepolicy_bg p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.closePolicy {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 15px;
	right: 10px;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	.sitepolicy_bg {
		position: absolute;
		height: auto;
		left: 0;
		top: auto;
		bottom: -1000px;
		display: none;
	}

	.policyFrame {
		padding: 35px 0 0;
	}

	.sitepolicy {
		min-height: 50vh;
		max-height: 75vh;
		padding: 50px 0;
		width: 100%;
	}

	.sitepolicy_bg ul li {
		text-indent: 1rem;
	}

	.sp_frame90 {
		width: 100%;
	}

	.pc_show {
		display: block;
	}

	.sp_show {
		display: none;
	}

	.closePolicy {
		position: absolute;
		width: 35px;
		height: 35px;
		top: 0;
		right: 0;
		cursor: pointer;
	}
}

/*# sourceMappingURL=common.css.map */