@charset "UTF-8";

.christmas2022 {
	margin-top: 0;
	background: url('../images/christmas2022/chirstmas_main_bg_sp.jpg') center top/100% auto repeat;
}
.christmas2022Header {
	padding: 110px 0;
	background: url('../images/christmas2022/chirstmas_lead_bg_sp.jpg') center top/cover no-repeat;
}
.christmas2022Header__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.christmas2022Header__ttl {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	font-feature-settings: 'palt' 1;
	color: #fff;
}
.christmas2022Header__lead {
	margin: 30px auto 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	font-feature-settings: 'palt' 1;
	color: #fff;
}
.christmas2022Main {
	max-width: 1248px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 60px;
}
.christmas2022Term__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.christmas2022Term__inner.--receiver {
	display: flex;
	flex-direction: column;
}
.christmas2022Term__inner.--attention {
	margin-top: 40px;
}
.christmas2022Term__ttl {
	width: 174px;
}
.christmas2022Term__content {
	width: 260px;
	margin: 15px 0 0;
}
.christmas2022Term__description {
	display: block;
	width: 100%;
}
.christmas2022Term__description.--receiver:not(:first-child) {
	margin-top: 30px;
}
.christmas2022Attention {
	width: 260px;
	margin: 0 auto;
}
.christmas2022Card {
	margin-top: 38px;
}
.christmas2022Card__ttl, .christmas2022Lineup__ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	font-feature-settings: 'palt' 1;
	color: #fff;
}
.christmas2022Card__img {
	display: block;
	width: 271px;
	margin-left: auto;
	margin-right: auto;
}
.christmas2022Card__img:not(:first-child) {
	margin-top: 30px;
}
.christmas2022Lineup {
	width: 271px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.christmas2022Set .modalBox {
	z-index: 100;
}
.christmas2022Set__inner {
	display: flex;
	flex-direction: column;
	gap: 38px 0;
}
.christmas2022Set__ttl {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 0 13px;
	font-size: 16px;
	font-weight: 600;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", serif;
	font-feature-settings: 'palt' 1;
	color: #F8E07E;
}
.christmas2022Set__ttl::before, .christmas2022Set__ttl::after {
	display: block;
	flex: 1;
	height: 1px;
	content: '';
	background-color: #F8E07E;
}
.christmas2022SetBox {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.christmas2022SetBox__ttl {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", serif;
	font-feature-settings: 'palt' 1;
	color: #fff;
}
.christmas2022SetBox__figure {
	margin-bottom: 25px;
}
.christmas2022SetBox__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	margin: 0;
}
.christmas2022SetContents__ttl, .christmas2022SetContents__content {
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", serif;
	font-feature-settings: 'palt' 1;
	color: #fff;
}
.christmas2022SetContents__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	line-height: 2;
}
.christmas2022SetContents__modalBtn {
	color: #fff;
}
.christmas2022SetContents__btn {
	display: block;
	text-align: center;
	font-feature-settings: 'palt' 1;
	background-color: #fff;
	transition-duration: .4s;
}
.christmas2022SetContents__btn.--top {
	width: 100%;
	height: 42px;
	font-size: 16px;
	font-weight: 600;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", serif;
	color: #993333;
	border: none;
}
.christmas2022SetContents__btn.--receive {
	position: relative;
	width: 70%;
	height: 48px;
	margin: 0 auto;
	font-size: 15px;
	color: var(--main);
	border: solid 2px var(--main);
}
.christmas2022SetContents__btn.--receive::after {
	transition: 0.3s;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--main);
	border-right: 2px solid var(--main);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.christmas2022SetContents__btn:hover {
	cursor: pointer;
	opacity: .8;
}
.modalBox__title--christmas2022 {
	margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
}

.modalBox__content--christmas2022 {
	background: #fff;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: fit-content;
	height: calc(100vh - 20px);
	overflow-y: scroll;
}
.modalBox__content--christmas2022 .inner {
	padding: 0 16px 50px;
}
.christmas2022ModalFigure {
	width: 90vw;
	max-width: 744px;
	margin: 0 auto;
}
.christmas2022ModalFigure__img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.christmas2022 {
		background: url('../images/christmas2022/chirstmas_main_bg_pc.jpg') center top/100% auto repeat;
	}
	.christmas2022Header {
		padding: 110px 0 90px;
		background: url('../images/christmas2022/chirstmas_lead_bg_pc.jpg') center top/cover no-repeat;
	}
	.christmas2022Header__ttl {
		font-size: 48px;
	}
	.christmas2022Header__lead {
		margin: 50px auto 0;
		font-size: 40px;
	}
	.christmas2022Main {
		padding-top: 55px;
		padding-bottom: 170px;
	}
	.christmas2022Term__inner.--attention {
		margin-top: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.christmas2022Term__ttl {
		width: 386px;
	}
	.christmas2022Term__content {
		margin: 30px 0 0;
	}
	.christmas2022Term__content.--sender {
		width: 577px;
	}
	.christmas2022Term__content.--receiver {
		display: flex;
		justify-content: space-between;
		width: 1248px;
		padding: 0 20px;
	}
	.christmas2022Term__description.--receiver {
		width: 577px;
	}
	.christmas2022Term__description.--receiver:not(:first-child) {
		margin-top: 0;
	}
	.christmas2022Attention {
		width: 100%;
	}
	.christmas2022Card {
		margin-top: 140px;
	}
	.christmas2022Card__ttl, .christmas2022Lineup__ttl {
		font-size: 48px;
	}
	.christmas2022Card__figure {
		display: flex;
		justify-content: center;
		gap: 0 45px;
	}
	.christmas2022Card__img {
		width: 602px;
	}
	.christmas2022Card__img:not(:first-child) {
		margin-top: 0;
	}
	.christmas2022Lineup {
		width: 100%;
		margin-top: 160px;
	}
	.christmas2022Set__ttl {
		gap: 0 20px;
		font-size: 36px;
	}
	.christmas2022Set__inner {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
	}
	.christmas2022SetBox__ttl {
		font-size: 36px;
	}
	.christmas2022SetBox__figure {
		margin-bottom: 50px;
	}
	.christmas2022SetContents__ttl, .christmas2022SetContents__content {
		font-size: 24px;
	}
	.christmas2022SetContents__btn.--top {
		height: 93px;
		font-size: 36px;
		border-radius: 15px;
	}
	.christmas2022SetContents__btn.--receive {
		width: 350px;
	}
}