@charset "UTF-8";

.header.inner {
	max-width: 100%;
	padding: 2.5rem 1.5rem 1.5rem;
}
.header h1 {
	max-width: 20rem;
}
.inner {
	max-width: 128rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.header.inner {
		padding: 2rem 0;
	}
	.inner {
		max-width: 100%;
		/* padding: 0 9.7rem; */
	}
}

/* contentsArea */
.contentsArea {
	overflow: hidden;
}

/* section */
.section {
	position: relative;
}
.section.section01 {
	height: 101.3rem;
	max-height: 100vh;
	background-color: #e4420c;
	}
.sectionInner {
	width: 100%;
	height: 100%;
}
.section .inner {
	position: relative;
}
@media (max-width: 768px) {
	.section.section01 {
		height: 100.3rem;
	}
}

/* mvArea */
.mvArea {
	position: relative;
}
.mvArea::before {
	display: block;
	content: '';
	width: 400.2rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_main.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 200.1rem);
	height: 101.3rem;
	max-height: 100vh;
}
.mvArea .inner {
	height: 101.3rem;
	max-height: 100vh;
}
.mvArea .logoChristmas {
	position: relative;
	top: 2.3rem;
	left: 3rem;
}
@media (max-width: 768px) {
	.mvArea::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_main_sp.png);
		background-size: cover;
		left: 0;
		height: 100.3rem;
	}
	.mvArea .inner {
		height: 100.3rem;
	}
	.mvArea .logoChristmas {
		position: relative;
		top: 2.5rem;
		left: 16.5rem;
		width: 41rem;
	}
}

/* section02 */
.section02 {
	padding: 16rem 0 0;
	background-color: #e4420c;
}
.section02::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #e4420c;
	position: absolute;
	top: 0;
	left: calc(50% - 200rem);
	height: 76.2rem;
}
.section02 h2 {
	font-size: 3.3rem;
	font-weight: 600;
	line-height: 5.4rem;
	text-align: center;
}
.section02 .lead {
	margin-top: 3.5rem;
	font-size: 2rem;
	line-height: 4.7rem;
	text-align: center;
}
.section02 nav ul {
	margin-top: 8rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.section02 nav ul li a {
	width: 20.5rem;
	height: 20.5rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 2.4rem;
	color: #e4420c;
	line-height: 3.4rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section02 nav ul li a::after {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: calc(50% - 1.2rem);
	bottom: 2rem;
}
@media (max-width: 768px) {
	.section02 {
		padding: 11rem 0 2rem;
	}
	.section02::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section02_sp.png);
		background-size: cover;
		left: 0;
		height: 139.8rem;
	}
	.section02 h2 {
		font-size: 4.3rem;
		line-height: 6.1rem;
	}
	.section02 .lead {
		font-size: 3.3rem;
		line-height: 6.8rem;
	}
	.section02 nav ul {
		margin-top: 6rem;
		flex-wrap: wrap;
		gap: 4rem 2rem;
	}
	.section02 nav ul li a {
		width: 24rem;
		height: 24rem;
		font-size: 2.8rem;
		line-height: 4rem;
	}
}

/* section03 */
.section03 {
	padding: 35rem 0 40rem;
	background-color: #b8320c;
}
.section03::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section03.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 200rem);
	height: 109.8rem;
}
.section03 h2 {
	margin-top: 4rem;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	line-height: 4.9rem;
}
.section03 h2 > span {
	position: relative;
}
.section03 h2 > span:before {
	display: block;
	content: '';
	width: 12rem;
	height: 9rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/icon_seiza.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -8rem;
	left: -10rem;
}
.section03 .lead {
	margin-top: 1.5rem;
	text-align: center;
}
.section03 .btnWrap {
	margin: 5rem auto 0;
	max-width: 100rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	position: relative;
	z-index: 10;
}
.section03 .btnWrap li {
	width: 15rem;
}
.section03 .profile {
	margin-top: 7rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.section03 .profile .pic {
	width: 11rem;
}
.section03 .profile dl {
	width: 66rem;
}
.section03 .profile dl dt span {
	padding-left: 1rem;
	font-size: 2rem;
}
.section03 .profile dl dd {
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.section03 {
		padding: 22rem 0 25rem;
	}
	.section03::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section03_sp.png);
		top: 0;
		left: 0;
		height: 139.7rem;
	}
	.section03 h2 {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 4.6rem;
	}
	.section03 h2 > span::before {
		width: 16.8rem;
		height: 12.3rem;
		top: -9rem;
		left: -16rem;
	}
	.section03 h2 > span span {
		font-size: 3.7rem;
	}
	.section03 .lead {
		margin-top: 1.5rem;
		font-size: 2.8rem;
		line-height: 5.2rem;
	}
	.section03 .profile {
		margin-top: 6rem;
		padding: 0 4rem;
		gap: 0 3rem;
	}
	.section03 .profile dl {
		width: calc(100% - 14rem);
		font-size: 2.2rem;
		line-height: 3.3rem;
	}
	.section03 .profile dl dt span {
		padding-left: 0;
		font-size: 2.8rem;
	}
	.section03 .profile dl dd {
		margin-top: 1rem;
	}
}

/* section04 */
.section04 {
	padding: 7rem 0 16rem;
	background-color: #e4420c;
}
.section04::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section04.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -78rem;
	left: calc(50% - 200rem);
	height: 334.3rem;
}
.section04 h2 {
	margin: 0 auto;
	width: 58rem;
}
.section04 .lead {
	margin-top: 2rem;
	font-size: 2rem;
	line-height: 4.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.section04 {
		padding: 5rem 0 16rem;
	}
	.section04::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section04_sp.png);
		background-size: cover;
		top: -22rem;
		left: 0;
		height: 563.6rem;
	}
	.section04 h2 {
		margin: 0 auto;
		width: 62.4rem;
	}
	.section04 .lead {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 5.7rem;
		/* text-align: center; */
	}
}

/* itemBlock */
.itemBlock .item {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3.5rem;
}
.itemBlock .item.reverse {
	flex-direction: row-reverse;
}
.itemBlock .item .pic {
	width: 34rem;
}
.itemBlock .detail {
	width: 33rem;
}
.itemBlock .detail .price {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.itemBlock .detail .brand {
	margin-top: 1.5rem;
	line-height: 2rem;
}
.itemBlock .detail .brand a {
	text-decoration: underline;
}
.itemBlock .detail .brand dd a[href^="tel:"] {
	text-decoration: none;
	cursor: none;
	pointer-events: none;
}
.itemBlock .detail .brand dt {
	font-weight: bold;
}
.itemBlock .detail .brand dd {
	margin-top: 0.3rem;
	font-size: 1.2rem;
}
.itemBlock .item.item09 {
	position: relative;
}
.itemBlock .item.item09 .pic02 {
	position: absolute;
	bottom: -2rem;
	width: 14.3rem;
}
.itemBlock .item.item12 {
	margin-top: 0;
}
.itemBlock .item.item13 .pic {
	width: 37rem;
}
.itemBlock .item.item14 {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.itemBlock .item {
		margin-top: 7rem;
		flex-direction: column;
		gap: 3rem 0;
	}
	.itemBlock .item.reverse {
		flex-direction: column;
	}
	.itemBlock .item .pic {
		width: 50rem;
	}
	.itemBlock .detail {
		width: 60rem;
	}
	.itemBlock .detail .price {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	.itemBlock .detail .brand {
		margin-top: 3rem;
		font-size: 2.8rem;
		line-height: 4.1rem;
	}
	.itemBlock .detail .brand dd {
		margin-top: 0;
		font-size: 2.4rem;
	}
	.itemBlock .detail .brand dd a[href^="tel:"] {
		text-decoration: underline;
		cursor: pointer;
		pointer-events: auto;
	}
	.itemBlock .item.item01 {
		margin-top: 3rem;
		gap: 1.5rem 0;
		position: relative;
	}
	.itemBlock .item.item01::before {
		display: block;
		content: '';
		width: 29.5rem;
		height: 27.1rem;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/img01_sp.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 1rem;
		left: -4.6rem;
	}
	.itemBlock .item.item05 {
		margin-top: 9rem;
	}
	.itemBlock .item.item06 {
		margin-top: 2rem;
		gap: 0;
	}
	.itemBlock .item.item06 .detail {
		margin-top: -2rem;
	}
	.itemBlock .item.item09 {
		margin-top: 10rem;
	}
	.itemBlock .item.item09 .detail {
		margin-top: 1rem;
	}
	.itemBlock .item.item09 .pic02 {
		bottom: auto;
		left: 3rem;
		top: 27.5rem;
		width: 24rem;
	}
	.itemBlock .item.item10 {
		position: relative;
	}
	.itemBlock .item.item10::before {
		display: block;
		content: '';
		width: 25.6rem;
		height: 13.9rem;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/img02_sp.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 4rem;
		left: 3rem;
	}
	.itemBlock .item.item10 .detail {
		margin-top: 1rem;
	}
	.itemBlock .item.item12 {
		margin-top: 10rem;
	}
	.itemBlock .item.item13 {
		margin-top: 13rem;
	}
	.itemBlock .item.item13 .pic {
		width: 55.3rem;
	}
	.itemBlock .item.item14 {
		margin-top: 10rem;
	}
	.itemBlock .item.item15 {
		margin-top: 11rem;
		gap: 5rem 0;
	}
	.itemBlock .item.item15 .pic {
		width: 60rem;
	}
}

/* section05 */
.section05 {
	padding: 10rem 0 23rem;
	background-color: #b8320c;
}
.section05::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section05.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 200rem);
	height: 317.4rem;
}
.section05 h2 {
	margin: 0 auto;
	width: 58rem;
}
.section05 .lead {
	margin-top: 2rem;
	font-size: 2rem;
	line-height: 4.2rem;
	text-align: center;
}
.section05 h3 {
	margin-top: 10rem;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.section05 h3 + .bnr {
	margin: 3rem auto 0;
	width: 58.8rem;
}
@media (max-width: 768px) {
	.section05 {
		padding: 5rem 0 14rem;
	}
	.section05::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section05_sp.png);
		background-size: cover;
		left: 0;
		height: 614.1rem;
	}
	.section05 h2 {
		width: 62.4rem;
	}
	.section05 .lead {
		margin-top: 1rem;
		font-size: 2.8rem;
		line-height: 6rem;
	}
	.section05 h3 {
		margin-top: 17rem;
		font-size: 3rem;
		line-height: 4.6rem;
	}
	.section05 h3 + .bnr {
		margin: 4rem auto 0;
		width: 65rem;
	}
}

/* section06 */
.section06 {
	padding: 15rem 0 16rem;
	background-color: #e4420c;
}
.section06::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section06.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #e4420c;
	position: absolute;
	top: 0;
	left: calc(50% - 200rem);
	height: 237.4rem;
}
.section06 h2 {
	margin: 0 auto;
	width: 58.1rem;
}
.section06 .lead {
	margin-top: 2rem;
	font-size: 2rem;
	line-height: 4.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	.section06 {
		padding: 10rem 0 16rem;
	}
	.section06::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section06_sp.png);
		background-size: cover;
		left: 0;
		height: 565.6rem;
	}
	.section06 h2 {
		width: 62.4rem;
	}
	.section06 .lead {
		font-size: 2.8rem;
		line-height: 5.7rem;
	}
}

/* section07 */
.section07 {
	padding: 11rem 0 7rem;
	background-color: #b8320c;
}
.section07::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section07.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -8rem;
	left: calc(50% - 200rem);
	height: 79.4rem;
}
.section07 h2 {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.section07 .lead {
	margin-top: 3rem;
	font-size: 2rem;
	line-height: 3.8rem;
	text-align: center;
}
.section07 .eventBlock {
	margin: 7rem auto 0;
	max-width: 102rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6.5rem 2rem;
}
.section07 .eventBox {
	width: 40rem;
	text-align: center;
}
.section07 .eventBox .ttl {
	font-size: 2rem;
	font-weight: 700;
}
.section07 .eventBox:nth-child(4) .ttl {
	margin-right: -1rem;
	margin-left: -1rem;
}
.section07 .eventBox .pic {
	margin-top: 1rem;
	position: relative;
}
.section07 .eventBox .pic::after {
	display: block;
	content: '';
	width: 4.6rem;
	height: 4.6rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/icon_arrow02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section07 .eventBox .txt {
	margin-top: 1.5rem;
	font-size: 2rem;
}
.section07 .eventBox .date {
	line-height: 1.5;
}
@media (max-width: 768px) {
	.section07 {
		padding: 7rem 0 10rem;
	}
	.section07::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section07_sp.png);
		background-size: cover;
		top: 0;
		left: 0;
		height: 284rem;
	}
	.section07 h2 {
		font-size: 3.7rem;
		line-height: 4.6rem;
	}
	.section07 .lead {
		font-size: 2.8rem;
		line-height: 5.2rem;
	}
	.section07 .eventBlock {
		margin: 10rem auto 0;
		flex-direction: column;
		align-items: center;
		gap: 9rem 0;
	}
	.section07 .eventBox {
		width: 50rem;
	}
	.section07 .eventBox .ttl {
		font-size: 2.6rem;
		font-weight: 500;
	}
	.section07 .eventBox .pic {
		margin-top: 2.5rem;
	}
	.section07 .eventBox .pic::after {
		width: 9.8rem;
		height: 9.8rem;
	}
	.section07 .eventBox .txt {
		font-size: 2.6rem;
	}
	.section07 .eventBox .date {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}

/* section08 */
.section08 {
	padding: 14rem 0 16rem;
	background-color: #e7420b;
}
.section08::before {
	display: block;
	content: '';
	width: 400rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section08.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 200rem);
	height: 49.8rem;
}
.section08 h2 {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 4.9rem;
	text-align: center;
}
.section08 .lead {
	margin-top: 1.5rem;
	font-size: 2rem;
	line-height: 4.2rem;
	text-align: center;
}
.section08 .btn {
	margin: 4rem auto 0;
	text-align: center;
}
.section08 .btn a {
	display: inline-block;
	padding: 1.3rem 2.5rem;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	border: solid 0.2rem #fff;
	border-radius: 1rem;
}
@media (max-width: 768px) {
	.section08 {
		padding: 8rem 0 8rem;
	}
	.section08::before {
		width: 100%;
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_section08_sp.png);
		background-size: cover;
		left: 0;
		height: 49rem;
	}
	.section08 h2 {
		font-size: 3.7rem;
		line-height: 5.7rem;
	}
	.section08 .lead {
		font-size: 2.8rem;
		line-height: 5.2rem;
	}
	.section08 .btn a {
		padding: 0.8rem 2.5rem;
	}
}

/* mdoal */
body.fixed {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
}
.modalBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: rgba(184,50,13,0.6);
}
.modalBox {
	display: none;
	position: fixed;
	z-index: 10001;
	width: 90%;
	max-width: 75rem;
	max-height: 92%;
	background-color: #fff;
	font-feature-settings: "palt";
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
}
.modalBox .wrap {
	padding: 0 0 4rem;
	background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_modal.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
.modalBox .wrap .ttl img {
	width: 100%;
}
.modalBox .wrap .txt {
	padding: 1rem 6rem 0;
	color: #000;
	font-size: 1.6rem;
	line-height: 2.9rem;
}
.modalBox .wrap .btnClose {
	margin: 3rem auto 0;
	padding: 0 1rem;
	width: 25rem;
	border: solid 1px #000;
	cursor: pointer;
	font-size: 1.2rem;
	color: #000;
	text-align: center;
}
.modalBox .modalClose {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
}
@media (max-width: 768px) {
	.modalBox {
		width: 80%;
	}
	.modalBox .wrap {
		background-image: url(/kashiwa/stemo/feature/20241127_christmas/images/bg_modal_sp.png);
	}
	.modalBox .wrap .txt {
		padding: 1rem 7rem 0;
		font-size: 2.6rem;
		line-height: 4.5rem;
	}
	.modalBox .wrap .btnClose {
		margin: 10rem auto 0;
		padding: 0 1rem;
		width: 30rem;
		font-size: 2rem;
	}
	.modalBox .modalClose {
		top: 2rem;
		right: 2rem;
		width: 7rem;
		height: 7rem;
	}
}

/* pageTop */
.pageTop {
	display: none;
	width: 6.5rem;
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
	z-index: 100;
}
@media (max-width: 768px) {
	.pageTop {
		width: 8.1rem;
		bottom: 2rem;
		right: 2rem;
	}
}

/* note */
.note {
	padding: 8rem 0 3rem;
	background-color: #fff;
	font-size: 1.9rem;
	color: #000;
	line-height: 3.2rem;
}
.note .txt {
	margin: 0 auto;
	width: 70rem;
}
@media (max-width: 768px) {
	.note {
		padding: 12rem 0 0;
	}
	.note .txt {
		width: 80%;
	}
}

/* footer */
footer {
	padding-top: 6.5rem;
	padding-bottom: 10rem;
	background-color: #fff;
	position: relative;
}
footer i {
	display: block;
	max-width: 16.8rem;
	margin: 0 auto;
	cursor: pointer;
}
footer .logo {
	margin: 10rem auto 0;
	text-align: center;
}
footer .copy {
	margin-top: 3rem;
	text-align: center;
}
@media (max-width: 768px) {
	footer {
		padding-top: 10rem;
		padding-bottom: 4.5rem;
	}
	footer i {
		max-width: 16.6rem;
	}
	footer .logo {
		margin: 6.5rem auto 0;
		max-width: 24.5rem;
		position: relative;
	}
	footer .copy {
		font-size: 1.7rem;
	}
}

