@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
.mv_pc {
	background: url("/mobile/cp/x-2023christmas/images/mv_bg.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.box_container {
	width: 700px;
	margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 80px 0 280px;
	position: relative;
	z-index: 1;
}
.page_bg {
	background: url("/mobile/cp/x-2023christmas/images/bg_01.png") repeat;
	position: relative;
}
.text_lg {
	font-size: 20px;
}
p , .add_normal_txt {
	font-size: 16px;
}
.pc60_sp40 {
	margin-top: 60px;
}
.color_gd {
	color: #DDBE6F!important;
}
.color_gr {
	color: #256533!important;
}
.color_wh {
	color: #FFFFFF!important;
}
.h2box_pc {
	position: relative;
}
.h2box_pc_innr {
	position: absolute;
	top: 21%;
	right: 12%;
	width: 340px;
}
.btn_x a {
	background: #256533;
	justify-content: center;
}
.btn_gd {
	height: auto;
}
.btn_gd a {
	background: #DDBE6F;
	justify-content: center;
}
.btn_round {
	border-radius: 40px;
}
.btn_x:hover {
	opacity: 0.8;
	transition: 0.5s;
}
.flexbox_01 {
	display: flex;
	justify-content: space-between;
}
.flexbox_01__li {
	width: 320px;
	text-align: center;
}
.content_body {
	color: #FFFFFF;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
.step_box + .step_box {
	margin-top: 40px;
}
.step_img + .step_txt {
	margin-top: 10px;
	margin-left: 10px;
}
.box_white {
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	color: #333333;
}
.xmas_accordion.uqv2-parts-accordionList {
	border: none;
	background: #256533;
	border-radius: 5px;
}
.xmas_accordion.uqv2-parts-accordionList.is-open {
	padding-bottom: 20px;
}
.xmas_accordion .uqv2-parts-accordionList__btn {
	opacity: 1;
	text-align: center;
	color: #FFFFFF;
}
.xmas_accordion .uqv2-parts-accordionList__btn:hover {
	opacity: 0.8;
}
.xmas_accordion .uqv2-parts-accordionList__btn:before {
	content: "\e943";
	color: #FFFFFF;
	margin-right: 20px;
}
.xmas_accordion.is-open .uqv2-parts-accordionList__btn:before {
	content: "\e944";
	transform: none;
}
.xmas_accordion .uqv2-parts-accordionBlock__trg {
	border-top: none;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 20px;
}
.decoration_03 {
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.borderbox_white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.text_lg {
		font-size: 18px;
	}
	p , .add_normal_txt {
		font-size: 14px;
	}
	.pc60_sp40 {
		margin-top: 40px;
	}
	.btn_x a {
		background: #FFFFFF;
		color: #256533
	}
	.btn_x:hover {
		opacity: 1;
	}
	.btn_x a:hover {
		opacity: 1;
		color: #256533;
	}
	.box_container {
		width: auto;;
		padding: 60px 0 240px;
	}
	.h2box_sp_ribbon {
		width: 80%;
		margin: auto;
	}
	.h2box_sp_title {
		background: #223D1F;
		padding: 20px 30px;
		border-radius: 5px;
		max-width: 500px;
		margin: auto;
	}
	.h2box_sp_body {
		width: 80%;
		margin: auto;
		background: #256533;
		padding: 20px 20px;
		border-radius: 0 0 5px 5px;
		max-width: 400px;
		color: #FFFFFF;
	}
	.flexbox_01 {
		flex-direction: column;
	}
	.flexbox_01__li {
		width: 100%;
	}
	.flexbox_01__li + .flexbox_01__li {
		margin-top: 20px;
	}
	.xmas_accordion .uqv2-parts-accordionBlock__trg {
		padding: 20px;
	}

}


/*アニメーション*/

@media screen and (min-width: 768px) {
	.rotating-animation {
		position: absolute;
		margin-top: -60px;
		margin-left: -60px;
		display: block;
		width: 120px;
		height: 120px;
		cursor: pointer;
	}
	.rotating-animation span {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rotating-animation span::before,
	.rotating-animation span::after {
		content: '';
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.rotating-animation.animation_01 span::before,
	.rotating-animation.animation_04 span::before,
	.rotating-animation.animation_05 span::before,
	.rotating-animation.animation_08 span::before {
		background-image: url(/mobile/cp/x-2023christmas/images/bg_decoration_01.png);
		animation: rotating_r 8s linear infinite;
	}
	.rotating-animation.animation_02 span::after,
	.rotating-animation.animation_03 span::after,
	.rotating-animation.animation_06 span::after,
	.rotating-animation.animation_07 span::after {
		background-image: url(/mobile/cp/x-2023christmas/images/bg_decoration_02.png);
		animation: rotating_l 10s linear infinite;
	}
	.animation_01 {
		top: 5%;
		left: 5%;
	}
	.animation_02 {
		top: 18%;
		right: 8%;
	}
	.animation_03 {
		top: 30%;
		left: 10%;
	}
	.animation_04 {
		top: 42%;
		right: 5%;
	}
	.animation_05 {
		top: 58%;
		left: 6%;
	}
	.animation_06 {
		top: 70%;
		right: 10%;
	}
	.animation_07 {
		top: 83%;
		left: 8%;
	}
	.animation_08 {
		top: 95%;
		right: 8%;
	}
}


@keyframes rotating_r {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotating_l {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


