@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
@media (max-width: 840px) {
	html {
		font-size: 1.190vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.333vw;
	}
}
body {
	font-size: 1.5rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-wrap: anywhere;
}
a {
	color: #333;
	text-decoration: none;
}
a,
a img {
	transition: opacity 0.3s ease-out;
}
a:hover,
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.wrapper {
	max-height: 100%; /*for android*/
}
.inner {
	max-width: 86rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	body {
		font-size: 2.8rem;
	}
	.inner {
		max-width: 100%;
		padding: 0 3.5rem;
	}
}

/* header 
-----------------*/
header {
	background-color: #fff;
}


/* main 
-----------------*/
/* bg */
.bg {
	position: relative;
	padding: 8.5rem 0 0;
}
.bg::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: 330rem;
	background: url(/base/pc/store/special/lifeplusdesign/2025aw/img/bg.png) no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translatex(-50%);
}
@media (max-width: 768px) {
	.bg {
		padding: 7rem 0 0;
	}
	.bg::before {
		max-width: 100%;
		background: url(/base/pc/store/special/lifeplusdesign/2025aw/img/bg_sp.png) no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

/* cont */
.cont {
	margin-top: 4.5rem;
	padding: 5.5rem 0 6rem;
	background-color: #fff;
	border-radius: 1rem;
}
.cont + .cont {
	margin-top: 6rem;
}
@media (max-width: 768px) {
	.cont {
		margin-top: 3rem;
		padding: 6rem 2rem 7rem;
	}
}

/* menu */
.menuTtl {
	margin-top: 8rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #5586ac;
}
.menu {
	margin: 3rem auto 0;
	max-width: 72rem;
	display: flex;
	justify-content: center;
	gap: 0 4.1%;
}
.menu li {
	width: 30.5%;
}
@media (max-width: 768px) {
	.menuTtl {
		margin-top: 9rem;
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.menu {
		margin: 4rem 4rem 0;
		flex-direction: column;
		gap: 3rem 0;
	}
	.menu li {
		width: 100%;
	}
}

/* btn */
.cont .btn {
	margin: 3rem auto 0;
	width: 100%;
}
.cont .btn a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	border: solid 1px #464646;
	padding: 0.5rem;
	position: relative;
}
.cont .btn a::after {
	content: "";
	border-top: solid 1px #464646;
	border-right: solid 1px #464646;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1rem;
}
.cont .btn a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.cont .btn {
		margin-top: 5rem;
	}
	.cont .btn a {
		font-size: 2.9rem;
		padding: 1.5rem;
	}
	.cont .btn a::after {
		width: 1.4rem;
		height: 1.4rem;
		top: calc(50% - 0.7rem);
		right: 2rem;
	}
}

/* 下層
----------------- */
.bg.lower {
	padding-top: 3rem;
}
.lower .ttlWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lower h1 {
	width: 48rem;
}
.lower .day {
	margin-top: 2rem;
	width: 33rem;
}
@media (max-width: 768px) {
	.lower h1 {
		width: 50rem;
	}
	.lower .day {
		width: 22rem;
	}
}

/* swiper */
.slide {
	position: relative;
}
.swiper-prev, .swiper-next {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: calc(50% - 1.3rem);
	z-index: 10;
	cursor: pointer;
}
.swiper-prev {
	left: -1.2rem;
}
.swiper-next {
	right: -1.2rem;
}
@media (max-width: 768px) {
	.swiper-prev, .swiper-next {
		width: 5.2rem;
		height: 5.2rem;
		top: calc(50% - 2.6rem);
	}
	.swiper-prev {
		left: -2rem;
	}
	.swiper-next {
		right: -2rem;
	}
}


/* bnr */
.bnr {
	margin-top: 6rem;
}

/* note */
.noteBox {
	margin-top: 6rem;
	background-color: #fff;
}
.note {
	font-weight: 500;
	line-height: 2.3rem;
	padding: 3.5rem 0 2.5rem;
}
@media (max-width: 768px) {
	.note {
		line-height: 4rem;
		padding: 6rem 0;
	}
}

/* pagetop */
.pagetop {
	width: 6.7rem;
	position: fixed;
	right: 1.5rem;
	bottom: 2rem;
	z-index: 999;
}
@media (max-width: 768px) {
	.pagetop {
		width: 9rem;
	}
}

/* footer 
-----------------*/
footer {
	background-color: #fff;
}