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

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*レイアウト全体*/

body {
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00);
	background-color:#000;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*グランドフォント*/

p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	text-decoration: underline;
}

/*ヘッダー*/

header {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/*メインビジュアル*/

#l-MainVisual {
	width:100%;
	position: relative;
	background-size: cover;
}

/*予約日*/

#l-PreorderDay {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding:40px 0;
}

/*製品概要*/

#l-Outline {
	background: url("../img/outline_bg.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding:60px 0;
}

/*収録内容*/

#l-Package {
	background-color: #f2f6f7;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding:60px 0 0;
}

/*予約特典*/

#l-Preorder {
	background:url("../img/preorder_bg.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding:60px 0;
}
/*

店舗特典
*/

#l-Shopbonus {
	background-color: #f2f6f7;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding:60px 0 60px;
}

/*スペック*/

#l-Spec {
	background:url("../img/spec_bg.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding:60px 0;
}

/*フッター*/

footer {
	background-color:#1a1a1a;
	width: 100%;
	box-sizing: border-box;
	padding:40px 0;
	color:#fff;
}