@charset "UTF-8";
@font-face {
	font-family: "NotoSansJP";
	font-weight: 100 900;
	src: url("../fonts/SourceHanSansJP-VF.otf.woff2") format("woff2"), url("../fonts/SourceHanSansJP-VF.otf") format("opentype");
}

/* タブレット以上サイズで電話ボタンリンクを非活性状態にする */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

body {
	font-family: "NotoSansJP", sans-serif;
	letter-spacing: 0.02em;
	color: #171717;
}

.l-wrapper {
	width: 100%;
}

.l-mainHeader {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40%;
	transform: translate(-50%, -50%);
	max-width: 160px;
	margin: 0 auto;
	text-align: center;
}

.l-mainFooter {
	width: 100%;
}

.l-newyear-main {
	position: relative;
	width: 100%;
	max-width: 520px;
	padding-left: min(5vw, 40px);
	padding-right: min(5vw, 40px);
	margin: 0 auto;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

@media (hover: hover) {
	.hover {
		display: inline-block;
		width: 100%;
		height: 100%;
		transition: all 0.5s ease;
	}
	.hover:hover {
		box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
		transform: translateY(-10px);
	}
}

.sp {
	display: none;
}
.pc {
	display: block;
}
@media screen and (max-width: 479px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
}
#logo {
	opacity: 0;
	animation: logoFade 5s ease-in-out forwards;
}
@keyframes logoFade {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.newyearbg2025-wrapper {
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 520px;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: newyearbgFade 5s ease-in-out 0.5s forwards;
}
@keyframes newyearbgFade {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.newyearbg2025 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newyearmessage2025-box {
	opacity: 0;
	animation: newyearmessageFade 5s ease-in-out 1.5s forwards;
}

@keyframes newyearmessageFade {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.newyearpicture2025-wrapper {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.newyearpicture2025-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fef0e8;
}

.newyearpicture2025-wrapper.reveal-image::before {
	width: 0;
	transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.newyeartopmessage2025 {
	padding-top: 30vh;
	padding-bottom: 50vh;
	font-size: 22px;
	text-align: center;
	line-height: 2;
}
hr.newyear-2025 {
	margin-bottom: 20px;
}
.newyearmessage2025 {
	margin-bottom: min(10vw, 40px);
}

.best-regards2025 {
	padding-top: 30vh;
	padding-bottom: 30vh;
	font-size: 22px;
	line-height: 2;
	text-align: center;
}
