@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:#595757;
	background-size:cover;
	 font-family: YakuHanMP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	font-optical-sizing: auto;
	font-style: normal;
}

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

/*リンク設定*/

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

a:hover {
	text-decoration: underline;
}

/*固定背景設定*/

.l-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}

.l-bg01 {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height:100vh;
	background: url("../img/mainbg.webp") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}

/*コンテンツ*/

@media screen and (max-width:960px) { /*MB*/
	#l-Contents {
		padding-top: 60px;
	}
}

/*ヘッダー*/

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

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	#l-Menu {
		position: sticky;
		top:0;
		z-index:200;
	}
}
@media screen and (max-width:960px) { /*MB*/
	#l-Menu {
	}
}

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

#l-MainVisual {
	width:100%;
	position: relative;
	background: url("../img/mvbg.webp") center center no-repeat;
	background-size: cover;
	position:relative;
	z-index:10;
}

/*トピックス*/

#l-Topics {
	padding: 60px 0;
}

/*プロダクトインフォ*/

#l-ProductInfo {
	padding: 60px 0;
}

/*ファンサイト*/

#l-Fansite {
	padding:0 0 60px;
}

/*フッター*/

footer {
	width: 100%;
	box-sizing: border-box;
	padding:60px 0;
	background-color: #181818;
	position:relative;
	z-index:10;
}

/* サブページ */
/*フィーチャー*/

#l-Feature {
	padding: 60px 0;
}

/*キャラクター*/

#l-Character {
	padding: 60px 0;
	min-height:70vh;
}

/*ギャラリー*/

#l-Gallery {
	padding: 60px 0;
	min-height:70vh;
}

/*キャンペーン*/

#l-Campaign {
	padding: 60px 0;
	min-height:70vh;
}