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



@media screen and (min-width:729px) { /*PC*/
	.p-mv {
		background:url("../img/mainvisual.webp") center top no-repeat;
		width: 100%;
		aspect-ratio: 16 / 9;
		background-size: cover;
	}
}
@media screen and (max-width:728px) { /*MB*/
	.p-mv {
		background:url("../img/mainvisual_mobile.webp") center top no-repeat;
		width: 100%;
		aspect-ratio: 1 / 2;
		background-size: cover;
	}
}

.p-preorder-day ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
}

.p-head {
	margin:0 auto 60px;
}

.p-outline-txt {
	margin:0 auto 60px;
}

.p-outline-txt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:12px 0;
}

.p-outline-game {
	margin:0 auto 60px;
}

.p-outline-game ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}

@media screen and (min-width:541px) { /*PC*/
	.p-outline-game ul li {
		max-width: 224px;
	}
}
@media screen and (max-width:540px) { /*MB*/
	.p-outline-game ul li {
		width: calc((100% - 20px) / 2);
	}
}

.p-standard {
	box-sizing: border-box;
	padding:0 0 60px;
}

.p-dakimakura {
	background:url("../img/dakimakura_bg.webp") center top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding:60px 0;
}

.p-variation-text {
	margin:0 auto 60px;
}

.p-variation-select {
	margin:0 auto 60px;
}

.p-variation-select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 40px;
}

.p-standard-head {
	margin:0 auto 60px;
}

.p-standard-lineup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}

@media screen and (min-width:541px) { /*PC*/
	.p-standard-lineup ul li {
		max-width: 385px;
	}
}
@media screen and (max-width:540px) { /*MB*/
	.p-standard-lineup ul li {
		width: 100%;
	}
}

.p-dakimakura-head {
	margin:0 auto 60px;
}

.p-dakimakura-standard, .p-dakimakura-plus {
	margin:0 auto 24px;
}

.p-dakimakura-lineup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}

.p-dakimakura-lineup ul li {
	max-width: 590px;
}

.p-preorder-exp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
	align-items: center;
}

.p-copyright {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

.p-spec-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:32px;
	position: relative;
	width: 100%;
}

.p-spec-box {
	display: flex;
	flex-direction: column;
	gap:12px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-spec-box {
		width: calc((100% - 32px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-spec-box {
		width: 100%;
	}
}

.p-spec-box dl {
	display: flex;	
	justify-content: center;
}

.p-spec-box dl dt {
	width: 250px;
	background-color:#787878;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding:4px 8px;
	line-height: 1.5;
	border-bottom:1px solid #787878;
}

.p-spec-box dl dd {
	width: 600px;
	color:#fff;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 1.7rem;
	box-sizing: border-box;
	padding:4px 8px;
	line-height: 1.5;
	border-bottom:1px solid #787878;
}

/*店舗特典*/

.p-shopbonus-attention {
	font-size: 1.8rem;
	margin:0 auto 60px;
}

.p-shopbonus-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	gap:24px;
	justify-content: center;
	margin-bottom: 60px;
}

.p-shopbonus-box {
	border:1px solid #9ec5d0;
	border-radius: 10px;
	box-sizing: border-box;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:24px;
	padding:24px;
	position: relative;
}

@media screen and (min-width:729px) { /*PC*/
	.p-shopbonus-box {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:728px) { /*MB*/
	.p-shopbonus-box {
		width: 100%;
	}
}

@media screen and (min-width:541px) { /*PC*/
	.p-shopbonus-img {
	width: calc((100% - 24px) / 2);
}

.p-shopbonus-text {
	text-align: left;
	width: calc((100% - 24px) / 2);
}
}
@media screen and (max-width:540px) { /*MB*/
	.p-shopbonus-img {
	width:100%;
}

.p-shopbonus-text {
	text-align: left;
	width:100%;
}
}



.p-shopname {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	color:#9ec5d0;
	font-size: 2.6rem;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #9ec5d0;
}

.p-shopitem {
	line-height: 1.8;
	font-size: 1.6rem;
}

.p-shopitem strong {
	color:#9ec5d0;
}

.p-shopitem span {
	font-weight: bold;
	background-color:#FFAB1C;
	border-radius: 5px;
	color:#fff;
	padding:2px 8px;
	margin-left:4px;
}

.p-shoplink {
	display: flex;
	flex-wrap: wrap;
	gap:12px;
	width: 100%;
	margin-top: auto;
}

.p-shoplink a {
	width: 100%;
	display: block;
	background-color:#9ec5d0;
	color:#ffffff;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	box-sizing: border-box;
	padding:8px;
	border:1px solid #9ec5d0;
	transition: all 0.3s;
}

.p-shoplink a:hover {
	text-decoration: none;
	color:#9ec5d0;
	background-color:#ffffff;
}