@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:1024px) { /*MB*/
}

/*レイアウト全体*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00);
	background-color: #fff;
}

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

/*ヘッダー*/

header {}

header h1, header h2 {
	display: none;
	visibility: hidden;
	opacity: 0;
}

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



#l-MainVisual {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6682f0+0,8f4cef+50,d92aee+100 */
background: linear-gradient(to right,  #6682f0 0%,#8f4cef 50%,#d92aee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	box-sizing: border-box;
}

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

/*アウトライン*/

#l-Outline {
	background-size: 1440px auto;
	box-sizing: border-box;
	padding:32px 0 60px;
	position: relative;
}

/*ムービー*/

#l-Movie {
	background:url("../img/bg_sq.webp") left top repeat;
	box-sizing: border-box;
	padding:60px 0;
}

/*メニュー*/

#l-Menu {
	
	background-size:cover;
	box-sizing: border-box;
	padding:60px 0;
	position: relative;
}

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

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

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

/*ノベルティ*/

#l-Novelty {
	background:#2E2E2E;
	box-sizing: border-box;
	padding:60px 0;
	border-top:5px solid #b1357e;
	border-bottom:5px solid #b1357e;
}

/*ノベルティ*/

#l-Order {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6682f0+0,8f4cef+50,d92aee+100 */
background: linear-gradient(to right,  #6682f0 0%,#8f4cef 50%,#d92aee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-sizing: border-box;
	padding:60px 0;
}

/*メニュー*/

#l-Goods {
	background:url("../img/bg_01.webp") left top repeat;
	box-sizing: border-box;
	padding:60px 0;
}

/*インフォメーション*/

#l-Information {
	background:url("../img/bg_product.webp") left top repeat;
	background-size:cover;
	box-sizing: border-box;
	padding:60px 0;
}

/*アテンション*/

#l-Attention {
	background-color:rgba(243,243,243,1.00);
	box-sizing: border-box;
	padding:32px 0 60px;
}

/*フッター*/

footer {
	border-top:5px solid #000000;
	background-color: #b1357e;
	color: #fff;
	box-sizing: border-box;
	padding:60px 0;
}