@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%;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
	background-color: transparent;
}
#l-Wrap::before {
	content: '';
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("../img/bg.webp") center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

p, a, span {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transform: rotate(0.03deg);
}

a:hover {
	text-decoration: underline;
}

/*ヘッダー*/

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

/*メニュー*/

#l-Menu {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d0290+0,4b1c87+100 */
	background: linear-gradient(to bottom,  #6d0290 0%,#4b1c87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
}

/*コンテンツ*/

#l-Contents {
	background: url("../img/bghead.webp") center top no-repeat;
	background-size: contain;
}

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

#l-MainVisual {
	width:100%;
	position: relative;
	box-sizing: border-box;
}

/*トピックスバナー*/

#l-Topics {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

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

/*バナーエリア*/

#l-Banner {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background:#262626;
}

/*製品情報*/

#l-Product {
	background-color: #000;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

/*ファンサイト*/

#l-Fansite {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

/*フッター*/

footer {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid #fff;
}

@media screen and (min-width:961px) { /*PC*/
	.basepad {
		padding: 60px 0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.basepad {
		padding: 32px 0;
	}
}
