@charset "UTF-8";
/* CSS Document */

/* アニメーション無効化 */
*, *::before, *::after{
	animation: none !important;
	opacity: 1 !important;
}

/* パララックス無効化 */
.jsRellax {
	transform: none !important;
	will-change: auto !important;
}


/*
	NISSEIは例えばどんなことやってるの？
-----------------------------------------------------------------------------------------------*/
/* タイトル
============================== */
#aboutTitWrapper{
	margin-bottom: 0;
}

/* コーン
============================== */
#coneWrapper{
	margin-bottom: 150px;
}

/* フレーバー
============================== */
#flavorWrapper{
	margin-bottom: 0;
}
.flavorArea [class^="img"]{
	margin-top: -80px;
	position: static;
}

/* フリーザー
============================== */
#freezerWrapper{
	margin-bottom: 150px;
}
.freezerArea [class^="img"]{
	margin-top: -60px;
	position: static;
}


/*
	プロフィール
-----------------------------------------------------------------------------------------------*/
#profileWrapper{
	margin-top: 100px;
}


/*
	キャラクター
-----------------------------------------------------------------------------------------------*/
.character{
	display: none;
}

/* プリント用 */
.printImg{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}