@charset "utf-8";html {
	scroll-behavior: smooth;
}
.secondPreorderArea .secondPreorder-2 .period-text {
	padding: 0 0 40px 0;
}
.border-box {
	border: solid 1px;
}
.secondPreorderArea .secondPreorder-2 .border-box h3 {
	margin-top: 3%;
}
.secondPreorderArea .secondPreorder-2 .border-box p {
	text-align: left;
	margin-left: 10%;
}
.secondPreorderArea .secondPreorder-2 .border-box span {
	font-size: 10px;
}
.popUpTop .popUp-1 img {
	width: 60%;
}
.border-box-under {
	background-color: #DCDCDC;
}
.secondPreorderArea .secondPreorder-2 .border-box-under h3 {
	margin-top: 3%;
	padding-top: 15px;
}
.secondPreorderArea .secondPreorder-2 .border-box-under p {
	text-align: left;
	margin-left: 10%;
}
.secondPreorderArea .secondPreorder-2 .border-box-under span {
	font-size: 10px;
}
.secondPreorderMain .sliderArea .slick-slide img {
	transform: scale(1.0);
}
.secondPreorderMain .sliderArea .slick-slide p {
	text-align: center;
	margin-top: 10px;
	font-size: 1.25rem;
}
.slider-image-container {
	display: flex;
	flex-direction: column;
}
.icon-container {
	width: 100%;
	height: 20px;
	background-color: grey;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-0.1em) rotate(135deg); 
}
.image-container {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.image-container.items-shown-2 {
	display: flex;
	justify-content: space-evenly;
	margin: 30px auto;
}
.image-container.items-shown-3 {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
.image-container.items-shown-lineup {
	display: flex;
	justify-content: space-evenly;
	margin: 15px auto;
}
.secondPreorderArea .image-container.items-shown-lineup h2 {
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px !important;
}
.secondPreorderArea .secondPreorder-3 .items-shown-2 li {
	width: 25%;
}
.secondPreorderArea .secondPreorder-3 .items-shown-3 li {
	width: 25%;
}
.secondPreorderArea .secondPreorder-3 .image-container li img {
	width: 700px;
}
.image-container li:nth-child(2) {
	margin: 0 15px;
}
.image-container li:nth-child(3) {
	margin-right: 15px;
}
.awouter-botton a {
	background-color: #777;
	margin-top: -5% !important;
}
.siteMain .secondPreorderArea .secondPreorder-3 .item-name {
	text-align: center;
	display: block;
	margin: 20px 0 0;
}
.secondPreorderArea .secondPreorder-3 .item-name .item-data {
	text-align: left;
	display: inline-block;
}
.secondPreorderArea .popUp-1{
	width: 100%;
}
.secondPreorderArea .popUp-2 .line-up {
	margin: 30px auto 35px;
}
.secondPreorderMain .awouter-botton a {
	background-color: #777;
}
.titleFlex {
	display: flex;
	justify-content: center;
	margin: 0% 0 4% 0;
	padding-top: 8%;
	align-items: center;
}
.titleFlex h2 {
	font-size: 60px;
	letter-spacing: 10px;
	padding: 0 3% !important;
	border-right: 1px solid #000000 !important;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 !important;
}
.titleFlex .subtitle {
	padding-left: 5%;
	letter-spacing: 7px;
}
.titleFlex .subtitle p {
	line-height: 1.6;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
}
.lumine-info p {
	font-size: 14px;
	text-align: center;
	margin: 10%;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
	letter-spacing: 1px;
}
.sub {
	width: 70%;
	margin: 3% auto;
}
h2.lumineOpen {
	font-size: 30px !important;
	line-height: normal !important;
}
.lumine-info a {
	color: blue;
	text-decoration: underline;
}

@media only screen and (max-width: 750px) {
	.image-container {
		margin: 10px auto;
	}
	.image-container li:nth-child(2) {
		margin: 0 5px;
	}
	.image-container li:nth-child(3) {
		margin-right: 5px;
	}
	.icon-container {
		height: 15px;
		align-items: start;
	}
	.secondPreorderArea #item-id-1.secondPreorder-3 h2:first-child {
		letter-spacing: 1px;
	}
	.titleFlex h2 {
		font-size: 24px !important;
	}
	h2.lumineOpen {
		font-size: 20px !important;
		line-height: normal !important;
	}
}

@media screen and (max-width: 481px) { 
	.secondPreorderContents .order-box-under-container {
		margin-left: 0%;
		margin-right: 0%;
	}
	.popUpTop .popUp-1 img {
		width: 100%;
	}
	.secondPreorderArea .image-container.items-shown-lineup h2 {
		font-size: 10px;
	}
} 