@charset "utf-8";

h1 {
	margin: 0 auto;
	width: 62.6rem;
}
.day {
	margin: -5rem auto 0;
	width: 38rem;
}
h2 {
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 6.4rem;
	letter-spacing: 0.3em;
	color: #3d312d;
}
.lead {
	margin-top: 3rem;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 3.7rem;
	letter-spacing: 0.3em;
	text-align: center;
	color: #433e33;
}
@media (max-width: 768px) {
	h1 {
		width: 70.6rem;
	}
	.day {
		width: 60.8rem;
		margin: -4rem auto 0;
	}
	h2 {
		font-size: 4.9rem;
		letter-spacing: 0.3em;
	}
	.lead {
		margin-top: 6rem;
		font-size: 2.8rem;
		line-height: 5rem;
		letter-spacing: 0.2em;
	}
}

/* event */
.cont.event {
	padding: 5.5rem 6rem 6rem;
}
.event h3 {
	font-size: 2.5rem;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 3.7rem;
	text-align: center;
	color: #5586ac;
}
.event .eventLead {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.eventWrap {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
}
.eventBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 0 2rem;
}
.eventBox + .eventBox {
	margin-top: 6rem;
	padding-top: 6rem;
	border-top: 1px solid #5586ac;
}
.eventBox .pic {
	width: 42.8%;
}
.cont .eventBox .detail {
	width: 52.7%
}
.eventBox.full {
	flex-direction: column;
	align-items: center;
	gap: 5rem 0;
}
.eventBox.full .pic {
	width: 47rem;
}
.eventBox.full .pic span {
	display: block;
	margin-top: 3px;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.eventBox.full .detail {
	width: 100%;
}
.eventWrap .detail p + p {
	margin-top: 2rem;
}
.eventWrap .detail .eventTtl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
}
.eventWrap .detail .eventTtl span {
	font-size: 1.6rem;
}
.eventWrap .detail .txt {
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.eventWrap .detail .date + .txt {
	margin-top: 4rem;
}
.eventWrap .detail .date {
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.eventWrap .detail .date span.fsS {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.eventWrap .detail .date a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.cont.event {
		padding: 5.5rem 3rem 6rem;
	}
	.event h3 {
		font-size: 4.5rem;
		line-height: 5.5rem;
	}
	.event .eventLead {
		margin-top: 1rem;
		font-size: 2.8rem;
		line-height: 4.8rem;
	}
	.eventWrap {
		margin-top: 6rem;
	}
	.eventBox {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem 0;
	}
	.eventBox .pic {
		width: 100%;
	}
	.cont .eventBox .detail {
		width: 100%
	}
	.eventBox.full {
		gap: 2.5rem 0;
	}
	.eventBox.full .pic {
		width: 100%;
	}
	.eventBox.full .detail {
		width: 100%;
	}
	.eventWrap .detail p + p {
		margin-top: 2.5rem;
	}
	.eventWrap .detail .eventTtl {
		font-size: 3.5rem;
		line-height: 4.8rem;
	}
	.eventWrap .detail .txt {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	.eventWrap .detail .date {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	.eventWrap .detail .date span.fsS {
		margin-top: 0.8rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}

/* artist */
.cont.artist {
	padding: 5rem 6rem 6rem;
}
.artist h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #5586ac;
	text-align: center;
}
.artist .pic01 {
	margin: 2rem auto 0;
}
.artist .pic01 + p {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.artist .artistBox {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 4.1%;
}
.artist .artistBox .pic {
	width: 36%;
}
.artist .artistBox .txt {
	width: 59%;
	font-size: 1.6rem;
	line-height: 2.5rem;
}
@media (max-width: 768px) {
	.cont.artist {
		padding: 6rem 4rem;
	}
	.artist h3 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.artist .pic01 {
		margin: 4rem auto 0;
	}
	.artist .pic01 + p {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.artist .artistBox {
		margin-top: 6rem;
		flex-direction: column;
	}
	.artist .artistBox .pic {
		width: 60%;
	}
	.artist .artistBox .txt {
		margin-top: 4.5rem;
		width: 100%;
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
}

/* magazin */
.magazin {
	margin-top: 6rem;
}
.magazin a {
	display: block;
	padding: 5rem 0;
	background-color: #fff;
	border-radius: 1rem;
	position: relative;
}
.magazin a::after {
	content: "";
	width: 13.1rem;
	height: 15.9rem;
	background: url(/base/pc/store/special/lifeplusdesign/2025aw/img/index_magazin.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2rem;
	right: 1rem;
}
.magazin h4 {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}
.magazin .magezinTxt {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.magazin .magezinTxt + p {
	margin-top: 2.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
	.magazin {
		margin-top: 6rem;
	}
	.magazin + .cont {
		margin-top: 6rem;
	}
	.magazin a {
		display: block;
		padding: 4.5rem 0 3.5rem;
		background-color: #fff;
		border-radius: 1rem;
		position: relative;
	}
	.magazin a::after {
		width: 16.1rem;
		height: 18.9rem;
		top: -3.5rem;
		right: -2rem;
	}
	.magazin h4 {
		font-size: 3.3rem;
		line-height: 1.3;
	}
	.magazin .magezinTxt {
		margin-top: 1.5rem;
		font-size: 3rem;
	}
	.magazin .magezinTxt + p {
		font-size: 2.6rem;
	}
}

/* online */
.cont.online {
	margin-top: 6rem;
}
.online h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #5586ac;
	text-align: center;
}
.online .linkBtn {
	margin: 4rem auto 0;
	width: 61.5rem;
}
.online .linkBtn + .linkBtn {
	margin-top: 2.5rem;
}
.online .linkBtn a {
	display: block;
	border: solid 2px #000;
	padding: 2.5rem;
	position: relative;
}
.online .linkBtn a:hover {
	opacity: 0.7;
}
.online .linkBtn img {
	margin: 0 auto;
	display: block;
}
.online .linkBtn.online img {
	width: 26.8rem;
}
.online .linkBtn.tbeaut img {
	width: 13.2rem;
}
.online .linkBtn.fs a {
	padding: 1.6rem;
}
.online .linkBtn.fs img {
	width: 27.3rem;
}
.online .linkBtn.coming a {
	pointer-events: none;
}
.online .linkBtn a::after {
	content: "";
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 2.5rem;
}
.online .linkBtn.coming a::after {
	content: "COMING SOON";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.5rem;
	height: 8.5rem;
	border: none;
	background-color: #5586ac;
	border-radius: 50%;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 2.4rem;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.online h3 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.online .linkBtn {
		margin: 5rem auto 0;
		width: 55.5rem;
	}
	.online .linkBtn a {
		border: solid 0.3rem #000;
		padding: 1.5rem;
	}
	.online .linkBtn a::after {
		width: 1.5rem;
		height: 1.5rem;
		top: calc(50% - 0.75rem);
		right: 2.5rem;
	}
	.online .linkBtn.online img {
		width: 35.8rem;
	}
	.online .linkBtn.tbeaut img {
		width: 19.8rem;
	}
	.online .linkBtn.fs img {
		width: 34.3rem;
	}
	.online .linkBtn.coming a::after {
		width: 7rem;
		height: 7rem;
		font-size: 1.5rem;
		top: 10%;
		left: 0;
		transform: translate(-50%, -50%);
	}
}

/* shop */
.shop {
	padding: 5.5rem 6rem 6rem;
}
.shop h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #5586ac;
	text-align: center;
}
.shop .shopList {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3.5rem 0;
}
.shop .shopList li {
	width: 46.528%;
}
.shop .shopList li a {
	display: block;
	border: solid 1px #000;
	font-size: 1.9rem;
	font-weight: 600;
	padding: 1rem 3rem;
	position: relative;
}
.shop .shopList li a::after {
	content: "";
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 1.5rem;
}
.shop .shopList li a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.shop {
		padding: 6rem 4rem;
	}
	.shop h3 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.shop .shopList {
		margin-top: 4rem;
		gap: 2.5rem 0;
	}
	.shop .shopList li {
		width: 100%;
	}
	.shop .shopList li a {
		font-size: 3rem;
		padding: 2.2rem 3.5rem;
	}
	.shop .shopList li a::after {
		width: 1.6rem;
		height: 1.6rem;
		top: calc(50% - 0.8rem);
		right: 1.7rem;
	}
}

