@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);
}

#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;
}

/*メニュー*/


@media screen and (min-width:961px) { /*PC*/
	#l-Menu {
		width: 100%;
		height: 100px;
		background-color: #fff;
		position: fixed;
		top:0;
		left:0;
		z-index: 100;
		box-sizing: border-box;
		border-bottom:5px solid #ffd3e5;
	}
	#l-Mobile-Menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}


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

@media screen and (min-width:961px) { /*PC*/
	#l-MainVisual {
		width:100%;
		position: relative;
		background:url("../img/mainvisual.webp") center top no-repeat;
		background-size: cover;
		aspect-ratio: 16 / 9;
		padding-top:100px;
		box-sizing: content-box;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-MainVisual {
		width:100%;
		position: relative;
		background:url("../img/visual_mobile.jpg") center top no-repeat;
		background-size: cover;
		aspect-ratio: 2 / 3;
		padding-top:100px;
		box-sizing: content-box;
	}
}

/*動画*/

#l-Movie {
	width:100%;
	background: url("../img/grid_pink_r.png") left top repeat;
}

/*コラボ*/

#l-Collabo {
	width:100%;
	
	background:url("../img/bg_pink_heart.webp") left top repeat;
}

@media screen and (min-width:961px) { /*PC*/
	#l-Collabo {
		padding:80px 0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Collabo {
		padding:40px 0;
	}
}

/*ショップリンク*/

#l-Story {
	width:100%;
	padding:80px 0;
	background:url("../img/bg_story.webp") center center repeat;
}

/*キャラ*/

#Chara01 {
	width:100%;
	background: url("../img/grid_pink.webp") left top repeat;
}

#Chara02 {
	width:100%;
	background: url("../img/grid_yellow.webp") left top repeat;
}

#Chara03 {
	width:100%;
	background: url("../img/grid_blue.webp") left top repeat;
}

/*ダウンロード*/

#l-Download {
	width:100%;
	padding:80px 0;
	background:url("../img/bg_white_heart.webp") left top repeat;
}

/*特典*/

#l-Privilege {
	width:100%;
	background: url("../img/grid_pink_r.png") left top repeat;
}

/*スペック*/

#l-Spec {
	width:100%;
	padding:80px 0;
	background:url("../img/bg_white_heart.webp") left top repeat;
}

/*スタッフ*/

#l-Staff {
	width:100%;
	padding:80px 0;
	background:url("../img/bg_white_heart.webp") left top repeat;
}

/*ショップリンク*/

#l-Shoplink {
	width:100%;
	padding:80px 0;
	background:url("../img/bg_pink_heart.webp") left top repeat;
}

/*フッター*/

footer {
	width: 100%;
	background-color:#fff;
	padding:40px 0;
}