@charset "utf-8";

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.333vw;
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	font-size: 1.5rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	line-height: 1.6;
}
.inner {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 1rem;
}
@media (max-width: 768px) {
	main {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	.inner {
		max-width: 100%;
		padding: 0 3.5rem;
	}
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #333;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */

.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* header 
-----------------*/
header {
	background-color: #fff;
}

/* main 
-----------------*/
/* bg */
.bg {
	position: relative;
	padding: 15rem 0 0;
}
.bg::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: 330rem;
	background: url(/base/pc/store/special/springplusdesign/2026/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: 12rem 0 0;
	}
	.bg::before {
		max-width: 100%;
		background: url(/base/pc/store/special/springplusdesign/2026/img/bg_sp.png) no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

/* cont */
.cont {
	margin-top: 8rem;
	padding: 5.5rem 0 6rem;
	background-color: #fff;
	border-radius: 1rem;
}
@media (max-width: 768px) {
	.cont {
		padding: 6rem 2rem 10rem;
		border-radius: 2rem;
	}
}

/* menu */
.menuTtl {
	margin-top: 8rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #199650;
}
.menu {
	margin: 3rem auto 0;
	max-width: 78rem;
	display: flex;
	justify-content: center;
	gap: 0 4.1%;
}
.menu li {
	width: 29.5%;
}
@media (max-width: 768px) {
	.menuTtl {
		margin-top: 9rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
	.menu {
		margin: 6rem 5rem 0;
		flex-direction: column;
		gap: 6rem 0;
	}
	.menu li {
		width: 100%;
	}
}

/* btn */
.cont .btn {
	margin: 3rem auto 0;
	width: 100%;
}
.cont .btn + .btn {
	margin-top: 1.5rem;
}
.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: 11rem;
}
.lower .ttlWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lower h1 {
	width: 79rem;
}
@media (max-width: 768px) {
	.lower h1 {
		width: 52.4rem;
	}
}

/* swiper */
.slide {
	position: relative;
}
.swiper-prev, .swiper-next {
	width: 1.4rem;
	height: 3.8rem;
	position: absolute;
	top: calc(50% - 1.9rem);
	z-index: 10;
	cursor: pointer;
}
.swiper-prev {
	left: 0.5rem;
}
.swiper-next {
	right: 0.5rem;
}
@media (max-width: 768px) {
	.swiper-prev, .swiper-next {
		width: 3.1rem;
		height: 7.8rem;
		top: calc(50% - 3.9rem);
	}
	.swiper-prev {
		left: -5rem;
	}
	.swiper-next {
		right: -5rem;
	}
}


/* bnr */
.bnr {
	margin-top: 6rem;
}

/* note */
.noteBox {
	margin-top: 8rem;
	background-color: #fff;
}
.note {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.3rem;
	padding: 3.5rem 0 2.5rem;
}
@media (max-width: 768px) {
	.note {
		font-size: 2.3rem;
		line-height: 3.5rem;
		padding: 6rem 0;
	}
}

/* footer 
-----------------*/
footer {
	background-color: #fff;
}