@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1200px) {
	html {
		font-size: 0.8333vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;/*750pxの時のベース*/
	}
}
body {
	font-size: 1.5rem;
	line-height: 1.46;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	overflow-wrap: anywhere;
}
@media (max-width: 768px) {
	body {
		font-size: 2.2rem;
		line-height: 1.45;
	}
}
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;
	}
} */
.inner {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 120rem;
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.inner {
		padding: 0 3rem;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* header 
-------------------*/
.header {
	background: #fff;
	position: relative;
	z-index: 10;
}
.header h1 {
	padding: 15px 0;
}
.header img {
	width: 250px;
}
@media (max-width: 768px) {
	header {
		width: 100%;
	}
	.header h1 {
		padding: 5px 10px 10px;
	}
	.header img {
		width: 130px
	}
}

/* main 
-------------------*/
.christmas {
	position: relative;
}
.christmas::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/tamagawa/sc/feature/2025_christmas/img/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.christmas .lead {
	padding: 3rem 0;
	text-align: center;
	background-color: #fff;
}
.christmas .lead img {
	margin: 0 auto;
	width: 51.4rem;
}
@media (max-width: 768px) {
	.christmas .lead {
		padding: 5rem 0;
	}
	.christmas .lead img {
		width: 63.5rem;
	}
}

/* nav */
.christmas nav {
	position: sticky;
	top: 0;
	left: 0;
	background: #e0276e;
	padding: 1.5rem 0;
	z-index: 999;
}
.christmas nav ul {
	display: flex;
	justify-content: space-between;
	gap: 0 2.5rem
}
.christmas nav ul li {
	width: 34.6rem;
}
.christmas nav ul li a {
	display: block;
	padding: 0.5rem 3rem 1rem 8rem;
	background: #2d374a;
	border: 0.5rem solid #fff;
	border-radius: 1rem;
	position: relative;
}
.christmas nav ul li.nav01 a::before {
	content: "";
	width: 4.3rem;
	height: 5.9rem;
	background: url(/tamagawa/sc/feature/2025_christmas/img/icon_nav01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2.9rem);
	left: 4rem;
}
.christmas nav ul li.nav02 a::before {
	content: "";
	width: 5.9rem;
	height: 5.7rem;
	background: url(/tamagawa/sc/feature/2025_christmas/img/icon_nav02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2.8rem);
	left: 3.7rem;
}
.christmas nav ul li.nav03 a::before {
	content: "";
	width: 4.9rem;
	height: 5.3rem;
	background: url(/tamagawa/sc/feature/2025_christmas/img/icon_nav03.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2.55rem);
	left: 5.5rem;
}
.christmas nav ul li .navTtl {
	font-size: 2rem;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	text-align: center;
	line-height: 2.6rem;
	letter-spacing: 0.03em;
	color: #fdd000;
}
.christmas nav ul li .navJp {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	
	.christmas nav ul {
		gap: 0 0.7rem;
	}
	.christmas nav ul li {
		width: 22.6rem;
		border-radius: 1.2rem;
	}
	.christmas nav ul li a {
		padding: 6rem 0.5rem 1rem;
		border-radius: 1.2rem;
		border-width: 0.4rem;
	}
	.christmas nav ul li.nav01 a::before {
		width: 3.4rem;
		height: 4.7rem;
		top: 1rem;
		left: calc(50% - 1.7rem);
	}
	.christmas nav ul li.nav02 a::before {
		width: 4.3rem;
		height: 4.2rem;
		top: 1.3rem;
		left: calc(50% - 2.1rem);
	}
	.christmas nav ul li.nav03 a::before {
		width: 4rem;
		height: 4.3rem;
		top: 1.3rem;
		left: calc(50% - 2rem);
	}
	.christmas nav ul li .navTtl {
		font-size: 2.4rem;
		line-height: 2.9rem;
		letter-spacing: 0.05em;
	}
}

/* event */
.christmas .event {
	padding: 9rem 0 7rem;
}
.christmas .event h4 {
	font-size: 4.5rem;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fdd000;
	position: relative;
}
.christmas .event h4::before {
	content: "";
	width: 4.1rem;
	height: 5.5rem;
	background: url(/tamagawa/sc/feature/2025_christmas/img/icon_nav01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -6.5rem;
	left: calc(50% - 2rem);
}
.christmas .event .categoryLead {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.9rem;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.christmas .event {
		padding: 11rem 0 4rem;
	}
	.christmas .event h4 {
		font-size: 4.6rem;
		letter-spacing: 0.1em;
	}
	.christmas .event h4::before {
		width: 6.2rem;
		height: 8.4rem;
		top: -8.5rem;
		left: calc(50% - 3.1rem);
	}
	.christmas .event .categoryLead {
		margin-top: 1rem;
		font-size: 2.2rem;
		line-height: 4rem;
	}
}

/* eventBox */
.christmas .event .eventBox {
	margin-top: 4.5rem;
	background: #fff;
	border-radius: 2rem;
	padding: 3.5rem 7rem 5rem;
	position: relative;
}
.christmas .event .eventBox h5 {
	font-size: 3.2rem;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	text-align: center;
	color: #e0276e;
}
.christmas .event .eventBox h5 span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.christmas .event .eventBox .boxLead {
	margin-top: 3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.9rem;
	text-align: center;
	color: #e0276e;
}
.christmas .event .eventBox .boxLead > p + p {
	margin-top: 3rem;
}
.christmas .event .place {
	font-weight: 800;
}
.christmas .event .place span {
	padding-left: 1.7rem;
	position: relative;
}
.christmas .event .place span::before {
	content: "";
	width: 1.2rem;
	height: 1.6rem;
	background: url(/tamagawa/sc/feature/2025_christmas/img/icon_place.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
}
.christmas .event .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem 3rem;
}
@media only screen and (max-width: 768px) {
	.christmas .event .eventBox {
		margin-top: 4rem;
		border-radius: 2rem;
		padding: 4rem 3rem 4.5rem;
	}
	.christmas .event .eventBox h5 {
		font-size: 4rem;
		line-height: 5.9rem;
	}
	.christmas .event .eventBox h5 span {
		font-size: 2.2rem;
		margin-bottom: 0;
	}
	.christmas .event .eventBox .boxLead {
		margin-top: 3rem;
		font-size: 2.1rem;
		line-height: 4rem;
	}
	.christmas .event .place span {
		padding-left: 3rem;
	}
	.christmas .event .place span::before {
		width: 2rem;
		height: 2.5rem;
		left: 0.6rem;
	}
	.christmas .event .wrap {
		flex-direction: column;
		gap: 5rem 0;
	}
}

/* tree */
.christmas .event .tree .picBox {
	margin: 5.5rem auto 0;
	max-width: 74.3rem;
}
.christmas .event .tree .pic {
	text-align: center;
}
.christmas .event .tree .txt {
	margin-top: 1.5rem;
}
.christmas .event .tree .wrap {
	margin-top: 7rem;
}
.christmas .event .tree .treeBox {
	width: 45.4rem;
}
@media only screen and (max-width: 768px) {
	.christmas .event .tree .picBox {
		margin-top: 3.5rem;
		width: 100%;
	}
	.christmas .event .tree .txt {
		margin-top: 2rem;
	}
	.christmas .event .tree .wrap {
		margin-top: 5rem;
	}
	.christmas .event .tree .treeBox {
		width: 100%;
	}
}

/* loopBox */
.christmas .event .loopBox {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	gap: 0 6rem;
}
.christmas .event .loopBox .txt {
	width: 41rem;
}
.christmas .event .loopBox .txt h6 {
	font-size: 3.2rem;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	color: #e0276e;
}
.christmas .event .loopBox .txt h6 + p {
	margin-top: 2rem;
}
.christmas .event .loopBox .txt .note {
	margin-top: 2.5rem;
	font-size: 1.3rem;
}
.christmas .event .loopBox .pic {
	width: 47.2rem;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.christmas .event .loopBox {
		margin-top: 3rem;
		flex-direction: column;
		gap: 5rem 0;
	}
	.christmas .event .loopBox .txt {
		width: 100%;
		text-align: center;
	}
	.christmas .event .loopBox .txt h6 {
		font-size: 4rem;
	}
	.christmas .event .loopBox .txt h6 + p {
		margin-top: 4rem;
	}
	.christmas .event .loopBox .txt .note {
		margin-top: 4rem;
		font-size: 1.8rem;
	}
	.christmas .event .loopBox .pic {
		width: 100%;
	}
}

/* galleryBox */
.christmas .event .galleryBox {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
	gap: 0 3.5rem;
}
.christmas .event .galleryBox .pic {
	width: 43rem;
	text-align: center;
}
.christmas .event .galleryBox .txt {
	width: 48rem;
}
.christmas .event .galleryBox .txt p + p {
	margin-top: 1.5rem;
}
.christmas .event .galleryBox .galleryEvent {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #e0276e;
}
@media only screen and (max-width: 768px) {
	.christmas .event .galleryBox {
		flex-direction: column;
		gap: 3rem 0;
	}
	.christmas .event .galleryBox .pic {
		width: 100%;
	}
	.christmas .event .galleryBox .txt {
		width: 100%;
	}
	.christmas .event .galleryBox .txt p + p {
		margin-top: 2.5rem;
	}
	.christmas .event .galleryBox .galleryEvent {
		font-size: 2.2rem;
	}
}

/* concert */
.christmas .event .concert {
	padding-bottom: 7rem;
}
.christmas .event .concert .place {
	margin-top: 2rem;
}
.christmas .event .concert .wrap {
	margin-top: 3rem;
}
.christmas .event .concert .concertBox {
	width: 45.3rem;
}
.christmas .event .concert .concertBox .pic {
	text-align: center;
}
.christmas .event .concert .concertBox .txt {
	margin-top: 1.5rem;
}
.christmas .event .concert .link {
	margin-top: 6rem;
	text-align: center;
}
.christmas .event .concert .link a {
	font-size: 1.8rem;
	color: #e0276e;
}
@media only screen and (max-width: 768px) {
	.christmas .event .concert .boxLead {
		font-size: 2.4rem;
	}
	.christmas .event .concert .concertBox {
		width: 100%;
	}
	.christmas .event .concert .concertBox .txt {
		margin-top: 1.5rem;
		width: 100%;
	}
	.christmas .event .concert .link {
		margin-top: 5rem;
	}
	.christmas .event .concert .link a {
		font-size: 2.6rem;
	}
}

/* footer 
-------------------*/
[class*="viewport"] {
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
	position: relative;
}
.mainFooter {
	position: relative;
	z-index: 10;
	border-top: solid 1rem #e0276e;
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.mainFooter p {
	line-height: 1.5;
}
.mainFooter i {
	display: block;
	width: 6.8rem;
	margin: 4rem auto 3rem;
	cursor: pointer;
}
.mainFooter .copy {
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	[class*="viewport"] {
		max-width: 75rem;
	}
	.mainFooter {
		padding: 4rem 3rem 3.5rem;
		font-size: 2.5rem;
	}
	.mainFooter p {
		font-size: 2.3rem;
	}
	.mainFooter i {
		width: 11rem;
		margin: 4rem auto 1.5rem;
	}
	.mainFooter i + p {
		font-size: 2rem;
	}
	.mainFooter .copy {
		font-size: 1.8rem;
	}
}