@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.3rem;
	color:rgba(50,50,50,1.00);
	font-family: YakuHanRPs, "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", 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;


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

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

p, a, span, em, i, h1, h2, h3, h4, h5, h6, dt, dd, blockquote {
	transform: rotate(0.03deg);
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
}

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/bg01.avif") center center no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	z-index: -1;
}

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

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

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

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

/*ヘッダー*/

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

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

#l-MainVisual {
	width:100%;
	position: relative;
	background:url("../img/mainvisual.avif") center top no-repeat;
	background-size: cover;
	aspect-ratio:2048 / 1500;
}

/*発売日*/

#l-Days {
	background:url("../img/stripe.avif") center top repeat;
	padding:32px 0;
	box-sizing:border-box;
}

/*メニュー*/

@media screen and (min-width:1281px) { /*PC*/
	#MENU {
		width: 100%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af70d7+0,754f8e+100 */
background: linear-gradient(to bottom,  #af70d7 0%,#754f8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}
}
@media screen and (max-width:1280px) { /*MB*/
	#MENU {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}

/*ニュース*/

#l-News {
	padding:60px 0;
	position: relative;
	z-index:1;
}

/*ムービー*/

#l-Movie {
	padding:60px 0;
	position: relative;
	z-index:1;
	background:url("../img/bg_patturn.avif") left top repeat #fafafa;
}

/*アバウト*/

#l-About {
	padding:60px 0 0;
	position: relative;
	z-index:1;
}

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

/*キャラクター*/

#l-Character {
	padding:60px 0;
	position: relative;
	z-index:1;
	background:url("../img/bg_patturn.avif") left top repeat #fafafa;
}

/*グラフィック*/

#l-Graphic {
	padding:60px 0;
	position: relative;
	z-index:1;
}

/*ショップガイド*/

#l-Shopguide {
	padding:60px 0;
	position: relative;
	z-index:1;
}

/*スペック*/

#l-Spec {
	padding:60px 0;
	position: relative;
	z-index:1;
}

/*フッター*/

footer {
	background:#0db7d3;
	padding:60px 0;
	position: relative;
	color:#fff;
}