@charset "utf-8";

.clear { clear: both; }
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }

.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

.sans-serif {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Gothic ProN', sans-serif!important;
}

.xmasboxWrap {
	/* height: 1500px; */
	width: 100%;
	background: url(../img/bg-xmasbox.png) no-repeat;
	background-position-x: center;
	background-position-y: calc(100% + 786px);
}
.xmasboxWrap * {
	/* font-family: '游明朝 Medium', 'Yu Mincho Medium', '游明朝体', 'Hiragino Mincho ProN', serif; */
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'Hiragino Mincho ProN', serif;
}

.xmasbox {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.xmasbox p {
	margin-bottom: 0;
	line-height: 1;
}

.intro {
	text-align: center;
}
.intro .pageID {
	margin-top: 8%;
	margin-bottom: 5.5%;
}
.intro .earlyAccess {
	margin-bottom: 8.5%;
}
.intro .earlyAccess .alpha {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 3.5%;
}
.intro .earlyAccess .alpha em {
	font-style: normal;
	font-size: 140%;
	vertical-align: -.05em;
	letter-spacing: -.05em;
}
.intro .earlyAccess .beta {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1%;
}
.intro .earlyAccess .gamma {
	font-size: 20px;
	font-weight: 700;
}
.intro .earlyAccess .gamma em {
	font-style: normal;
	font-size: 150%;
	vertical-align: -.075em;
	letter-spacing: -.05em;
}
.intro .earlyAccess .gamma mark {
	color: #e00000;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.intro .pageID {
		margin-bottom: 11%;
	}
	.intro .earlyAccess .alpha {
		font-size: 5vw;
		margin-bottom: 7%;
	}
	.intro .earlyAccess .beta {
		font-size: 3.5vw;
		line-height: 1.2;
		margin-bottom: 4%;
	}
	.intro .earlyAccess .gamma {
		font-size: 3.5vw;
		margin-bottom: 12.5%;
	}
}

.colorVariation {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding-bottom: 4.5%;
}
.packType {
	flex-basis: calc( 100% / 2 - 8px);
	position: relative;
	margin: 0;
}
.packType .variationHeadline {
	width: 100%;
	font-size: 2.8vw;
	letter-spacing: -.025em;
	text-align: center;
	line-height: 1;
	padding-bottom: 2%;
}
.packType .choiceWrap {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
}
.choiceWrap .choiceCurrent {
	width: 80%;
	display: block;
}
.choiceWrap .choiceCurrent img {
	width: 100%;
	-webkit-animation: opa .75s ease 1 normal;
	animation: opa .75s ease 1 normal;
}
.choiceWrap .choiceColor {
	width: 20%;
	background: #000;
}
.choiceWrap .choiceColor li:not(.current) {
	opacity: .6;
	transition: opacity .5s ease-in-out;
}
.choiceWrap p {
	line-height: 1.4;
	text-align: left;
	font-size: 14px;
	letter-spacing: -.005em;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.choiceWrap .price {
	margin-bottom: 2%;
	width: 100%;
	display: block;
}
.choiceWrap .price img {
	width: 100%;
}
.choiceWrap .reseveBtn {
	width: 100%;
	font-size: 1.75vw;
	letter-spacing: -.01em;
	text-align: center;
	display: block;
	background: #231815;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	padding: .75em 0;
	border-radius: 5px;
	position: relative;
}
.choiceWrap .reseveBtn::after {
	content: '\0025b6';
	position: absolute;
	line-height: 1;
	top: calc( 50% - .5em );
	right: 5%;
	font-size: 50%;
	transition: transform .25s ease-in-out;
}
.choiceWrap .reseveBtn:hover::after {
	transform: translate3d(.25em, 0, 0);
	transition: transform .25s ease-in-out;
}
@media screen and (max-width: 767px) {
	.colorVariation {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 2% 4.5% 2%;
	}
	.packType {
		margin-bottom: 6%;
	}
	.packType .variationHeadline {
		font-size: 8vw;
	}
	.choiceWrap p {
		font-size: 2.5vw;
	}
	.choiceWrap .reseveBtn {
		font-size: 5vw;
	}
}

.vidWrap {
	padding-bottom: 4.5%;
}
.vid {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 45%;
	padding: 0;
	border: 1px solid #e5e5e5;
}
.vid::before {
	content: '';
	display: block;
	padding-top: calc( 100% / 16 * 9 );
}
.vid iframe {
	padding: 1px;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 767px){
	.vid {
		width: 70%;
		margin-bottom: 3vw;
	}
}

.counterBottom {
	padding-bottom: 12%;
	font-size: 1.2vw;
}
.counterBottom p {
	display: block;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 1em 0;
	line-height: 1;
	border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px){
	.counterBottom {
		padding: 0 2% 13.5% 2%;
		font-size: 3vw;
	}
}


@keyframes opa {
	0% {opacity: 0; filter: blur(10px);}
	99%,to {opacity: 1; filter: blur(0);}
}
