@charset "UTF-8";

.header.inner {
	max-width: 100%;
	padding: 2.5rem 1.5rem 1.5rem;
}
.header h1 {
	max-width: 20rem;
}
@media (max-width: 768px) {
	.header.inner {
		padding: 2rem 0;
	}
}

/* contentsArea */
.contentsArea {
	overflow: hidden;
	background-color: #004136;
}

/* section01 */
.section01 {
	position: relative;
	z-index: 2;
}
.section01::after {
	content: '';
	display: block;
	background: #004136;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 20rem;
	margin-left: -10rem;
	margin-right: -10rem;
	padding-left: 10rem;
	padding-right: 10rem;
	position: absolute;
	bottom: -7rem;
	width: calc(100% + 20rem);
	z-index: -1;
}
.section01 .logoChristmas {
	margin: 5rem auto 0;
	max-width: 87.6rem;
}
.section01 .txtChristmas {
	margin: 3rem auto 0;
	max-width: 72.6rem;
}
.section01 .date {
	margin-top: 2.5rem;
	text-align: center;
}
.section01 .date img {
	margin: 0 auto;
	width: 64.1rem;
}
@media (max-width: 768px) {
	.section01 .logoChristmas {
		margin: 6rem auto 0;
		max-width: 63.1rem;
	}
	.section01 .txtChristmas {
		margin: 2rem auto 0;
		max-width: 57.5rem;
	}
	.section01 .date img {
		width: 41rem;
	}
}

/* section02 */
.section02 {
	padding: 13rem 0 20rem;
	background: #002720;
}
.section02 h2 {
	margin-top: 2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.9rem;
	color: #fff;
	text-align: center;
}
.section02 .lead {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 4.7rem;
	color: #fff;
	text-align: center;
}
.section02 nav ul {
	margin-top: 7rem;
	display: flex;
	justify-content: center;
	gap: 0 1rem;
}
.section02 nav ul li {
	width: 22.8rem;
	height: 22.8rem;
	background-color: #fff;
	border-radius: 50%;
	padding: 0.5rem;
}
.section02 nav ul li a {
	padding-bottom: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: solid 0.3rem #004234;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.9rem;
	color: #004234;
	text-align: center;
	position: relative;
}
.section02 nav ul li.partner a {
	font-size: 3.5rem;
	letter-spacing: -0.1em;
}
.section02 nav ul li a::after {
	display: block;
	content: '';
	width: 3.2rem;
	height: 1.7rem;
	background-image: url(/kashiwa/stemo/feature/20251126_christmas/images/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1.2rem;
}
.section02 nav ul li a span {
	font-size: 3rem;
	letter-spacing: 0;
}
@media (max-width: 768px) {
	.section02 {
		padding: 13rem 0 13rem;
	}
	.section02 .inner {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.section02 .lead {
		font-size: 2.6rem;
		line-height: 4.9rem;
	}
	.section02 nav ul {
		margin: 4rem 0;
		flex-wrap: wrap;
		gap: 2rem;
	}
}


/* section03 */
.section03 {
	position: relative;
	z-index: 2;
	text-align: center;
}
.section03::after {
	content: '';
	display: block;
	background: #004136;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 35rem;
	margin-left: -10rem;
	margin-right: -10rem;
	padding-left: 10rem;
	padding-right: 10rem;
	position: absolute;
	top: -10rem;
	width: calc(100% + 20rem);
	z-index: -1;
}
.section03 h2 {
	margin-top: -1rem;
	padding: 0 4rem;
	display: inline-block;
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	line-height: 5.5rem;
	text-align: center;
	border: solid 2px #cab15d;
}
.section03 h2 span {
	padding-right: 3rem;
}
.section03 .me {
	margin-top: 2.5rem;
	font-size: 3rem;
	color: #fff;
}
.section03 .me span {
	position: relative;
}
.section03 .me span::before,
.section03 .me span::after {
	display: block;
	content: '';
	width: 2px;
	height: 3.5rem;
	background-color: #fff;
	position: absolute;
	top: 0.9rem;
}
.section03 .me span::before {
	left: -2rem;
	transform: rotate(-43deg);
}
.section03 .me span::after {
	right: -2rem;
	transform: rotate(43deg);
}
.section03 .gift {
	font-size: 4.2rem;
	color: #e9e569;
	letter-spacing: 0.12em;
}
.section03 .gift span {
	padding: 0 1.5rem;
	background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.5) 70%);
}
.section03 .lead {
	margin-top: 1rem;
	font-size: 2.4rem;
	line-height: 4.7rem;
	color: #fff;
}
.section03 h3 {
	margin-top: 3rem;
	font-size: 4.5rem;
	color: #fff;
	text-align: center;
}
.section03 .txt {
	margin: 2rem auto 0;
	max-width: 80rem;
	font-size: 2.4rem;
	font-family: "Kiwi Maru", serif;
	color: #fff;
	text-align: center;
	border-top: solid 2px #cab15d;
}
.section03 .txt p {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: solid 2px #cab15d;
	position: relative;
}
.section03 .answer {
	margin: 9rem auto 0;
	max-width: 80rem;
}
.section03 .accordionItem {
	border: solid 2px #cab15d;
}
.section03 .accordionItem + .accordionItem {
	margin-top: 0.6rem;
}
.section03 .accordionHeader {
	width: 100%;
	padding: 4rem 0;
	background-color: #cab15d;
	font-size: 3rem;
	color: #004136;
	text-align: center;
	position: relative;
}
.section03 .accordionHeader:before {
	display: block;
	position: absolute;
	top: calc(50% - 4rem);
	left: 5.3rem;
	font-size: 4.5rem;
	font-family: "Alan Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}
.section03 .accordionItem:nth-child(1) .accordionHeader:before {
	content: 'A';
}
.section03 .accordionItem:nth-child(2) .accordionHeader:before {
	content: 'B';
}
.section03 .accordionItem:nth-child(3) .accordionHeader:before {
	content: 'C';
}
.section03 .accordionItem:nth-child(4) .accordionHeader:before {
	content: 'D';
}
.section03 .accordionHeader .big {
	font-size: 4rem;
	font-weight: 900;
}
.section03 .accordionIcon {
	position: absolute;
	top: 0;
	right: 3rem;
	bottom: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin: auto;
	border: solid #004136;
	border-width: 3px 3px 0 0;
	transform: rotate(135deg);
	transition: transform 0.3s ease;
}
.section03 .accordionHeader[aria-expanded="true"] .accordionIcon {
	transform: rotate(-45deg);
}
.section03 .accordionPanel {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	visibility: hidden;
	background-color: #fff;
}
.section03 .accordionItem.open .accordionPanel {
	max-height: 100rem;	/* 大きめに設定。実際の高さはjsで取得 */
	visibility: visible;
}
.section03 .accordionPanel:focus {
	outline: none;
}
.section03 .accordionPanel > div {
	padding: 4rem 5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #004234;
	text-align: left;
}
.section03 .accordionPanel .ansTtl {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: 900;
}
.section03 .recommendTtl {
	margin-top: 4.5rem;
	border-top: 2px solid #cab15d;
	font-size: 2.4rem;
	font-weight: 900;
	color: #cab15d;
	text-align: center;
}
.section03 .recommendTtl span {
	display: inline-block;
	padding: 1.2rem 2.5rem;
	border: solid 2px #cab15d;
	border-top: none;
}
.section03 .recommendWrap {
	margin-top: 5rem;
	display: flex;
	gap: 0 3rem;
}
.section03 .recommendWrap .recommendTxt {
	width: 31rem;
}
.section03 .recommendWrap .recommendTxt .name {
	margin-top: 1rem;
	color: #000;
	line-height: 2rem;
}
.section03 .recommendWrap .recommendTxt .name span {
	font-size: 1.2rem;
}
.section03 .recommendWrap .recommendTxt .shop {
	margin-top: 1rem;
	color: #000;
	font-weight: 700;
	line-height: 2rem;
}
.section03 .recommendWrap .recommendPic {
	width: 33rem;
}
.section03 .toggleBtn {
	margin: 0 auto 3rem;
	width: 25rem;
	font-size: 1.2rem;
	color: #cab15d;
	border: solid 1px #cab15d;
}
.section03 .production {
	margin-top: 0.6rem;
	padding: 2rem 5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #004234;
	text-align: left;
	background-color: #fff;
}
.section03 .production dt {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 0.2rem #004234;
	font-weight: 700;
}
@media (max-width: 768px) {
	.section03 .lead {
		margin-top: 2rem;
		font-size: 2.5rem;
	}
	.section03 .txt {
		margin: 2rem 10rem 0;
		font-size: 2.5rem;
		border-width: 0.15rem;
	}
	.section03 .txt p {
		border-width: 0.15rem;
	}
	.section03 .answer {
		margin: 7rem 10rem 0;
	}
	.section03 .accordionHeader {
		padding: 2rem 0;
		line-height: 5rem;
	}
	.section03 .accordionHeader:before {
		top: calc(50% - 2.5rem);
	}
	.section03 .accordionHeader > span {
		display: inline-block;
		text-align: left;
	}
	.section03 .accordionHeader br.sp {
		display: inline-block;
	}
	.section03 .accordionPanel > div {
		padding: 4rem;
		font-size: 2.3rem;
		line-height: 3.8rem;
	}
	.section03 .accordionPanel .ansTtl {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}
	.section03 .recommendTtl {
		font-size: 2.5rem;
	}
	.section03 .recommendTtl span {
		padding: 1rem 2rem;
	}
	.section03 .recommendWrap {
		margin-top: 3rem;
		flex-direction: column-reverse;
		gap: 3rem 0;
	}
	.section03 .recommendWrap .recommendTxt {
		margin: 0 auto;
		width: 85%;
	}
	.section03 .recommendWrap .recommendTxt .name {
		line-height: 3.5rem;
	}
	.section03 .recommendWrap .recommendTxt .name span {
		display: block;
		font-size: 1.9rem;
	}
	.section03 .recommendWrap .recommendTxt .shop {
		line-height: 3.5rem;
	}
	.section03 .recommendWrap .recommendPic {
		width: 100%;
		text-align: center;
	}
	.section03 .toggleBtn {
		margin: 0 auto 4rem;
		width: 20rem;
		font-size: 2.3rem;
	}
.section03 .production {
	padding: 2rem 2.5rem;
	font-size: 2.2rem;
	line-height: 3.5rem;
}
.section03 .production dt {
	line-height: 3rem;
}
}

/* sectionItem */
.sectionItem {
	padding-top: 8rem;
	padding-bottom: 18rem;
	text-align: center;
}
.sectionItem h2 {
	padding: 0 4rem;
	display: inline-block;
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	line-height: 5.5rem;
	text-align: center;
}
.sectionItem h2 span {
	padding-right: 3rem;
}
.sectionItem .lead {
	margin-top: 3rem;
	font-size: 2.4rem;
	line-height: 4.7rem;
	color: #fff;
	text-align: center;
}
.sectionItem .itemBlock {
	margin: 5rem auto 0;
	max-width: 80rem;
	position: relative;
}
.sectionItem .itemBlock .itemSlide {
	background-color: #fff;
}
.sectionItem .itemBlock .itemSlide .swiper-slide {
	padding: 8.5rem 6.5rem 6rem;
}
.sectionItem .itemBlock .swiper-prev {
	position: absolute;
	top: calc(50% - 2.7rem);
	left: -10rem;
	width: 2.9rem;
	height: 5.6rem;
}
.sectionItem .itemBlock .swiper-next {
	position: absolute;
	top: calc(50% - 2.7rem);
	right: -10rem;
	width: 2.9rem;
	height: 5.6rem;
}
.sectionItem .itemBlock .swiper-pagination {
	bottom: -7rem;
}
.sectionItem .itemBlock .swiper-pagination-bullet {
	margin: 0 0.8rem;
	width: 1.8rem;
	height: 1.8rem;
	overflow: hidden;
	cursor: pointer;
	border: solid 3px #fff;
	background-color: transparent;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.42s;
	position: relative;
}
.sectionItem .itemBlock .swiper-pagination-bullet-active {
	background-color: #fff;
}
.sectionItem .itemBlock .txt {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #004234;
	text-align: center;
}
.sectionItem .itemBlock .name {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
	text-align: center;
}
.sectionItem .itemBlock .name span {
	font-size: 1.2rem;
}
.sectionItem .itemBlock .shop {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
	.sectionItem {
		padding-top: 7rem;
		padding-bottom: 11rem;
	}
	.sectionItem .inner {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.sectionItem .lead {
		font-size: 2.5rem;
	}
	.sectionItem .itemBlock {
		margin: 3rem auto 0;
	}
	.sectionItem .itemBlock .itemSlide .swiper-slide {
		padding: 5.5rem 4rem;
	}
	.sectionItem .itemBlock .swiper-prev {
		top: 50%;
		left: -5rem;
	}
	.sectionItem .itemBlock .swiper-next {
		top: 50%;
		right: -5rem;
	}
	.sectionItem .itemBlock .swiper-pagination {
		bottom: -5rem;
	}
	.sectionItem .itemBlock .txt {
		font-size: 2.3rem;
		line-height: 3.5rem;
	}
	.sectionItem .itemBlock .name {
		font-size: 2.3rem;
		line-height: 3.5rem;
	}
	.sectionItem .itemBlock .name span {
		font-size: 1.9rem;
	}
	.sectionItem .itemBlock .shop {
		font-size: 2.3rem;
		line-height: 3.5rem;
	}
}

/* section04 */
.section04 {
	margin-top: 8.5rem;
	background-image: url(/kashiwa/stemo/feature/20251126_christmas/images/bg_line.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.section04 h2 {
	border: solid 2px #cab15d;
}
.section04 .itemBlock .itemSlide {
	border: solid 0.6rem #cab15d;
}
@media (max-width: 1199px) {
	.section04 {
		background-size: 90% auto;
	}
}
@media (max-width: 768px) {
	.section04 {
		margin-top: 6rem;
	}
}

/* section05 */
.section05 {
	background-color: #cab15d;
}
.section05 h2 {
	border: solid 2px #004136;
}
.section05 .itemBlock .itemSlide {
	border: solid 0.6rem #004136;
}
@media (max-width: 768px) {
}

/* section06 */
.section06 h2 {
	border: solid 2px #cab15d;
}
.section06 .itemBlock .itemSlide {
	border: solid 0.6rem #cab15d;
}
@media (max-width: 768px) {
}

/* section07 */
.section07 {
	padding-top: 10rem;
	padding-bottom: 8rem;
	background-image: url(/kashiwa/stemo/feature/20251126_christmas/images/bg_line.png);
	background-position: top center;
	background-repeat: repeat-x;
}
.section07 .bnr {
	margin: 0 auto;
	width: 60rem;
}
@media (max-width: 768px) {
	.section07 {
		padding-top: 6rem;
		padding-bottom: 5rem;
	}
}

/* note */
.note {
	padding: 4rem 0 1rem;
	background-color: #fff;
	font-size: 1.9rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	color: #000;
	line-height: 3.2rem;
}
.note .txt {
	margin: 0 auto;
	width: 90rem;
}
@media (max-width: 768px) {
	.note {
		padding: 3rem 0 0;
		font-size: 2.2rem;
		line-height: 3.5rem;
	}
	.note .txt {
		width: 90%;
	}
}

/* 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: 7rem;
		padding-bottom: 4.5rem;
	}
	footer i {
		max-width: 9rem;
	}
	footer .logo {
		margin: 6.5rem auto 0;
		max-width: 24.5rem;
		position: relative;
	}
	footer .copy {
		font-size: 1.7rem;
	}
}

