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

*, *::before, *::after{
	animation: none !important;
	opacity: 1 !important;
}

/* プリント時にデフォルトで出るマージンを削除 */
@page {
	margin: 0;
}
/* プリント時に45%に縮小して印刷 */
body {
	zoom: 45%;
}

/* ベース
============================== */
/* 動画ホバー用 */
.playMovieBox::after{
	display: none !important;
}
/* 追従ボタン */
#fixBtnWrapper{
	display: none !important;
}
/* ナビゲーション */
#headerWrapper nav{
	display: none !important;
}
/* グラデ背景 */
.grdArea01{
	background: url(../images/printGrd01.jpg) no-repeat center center / cover !important;
}
/* グラデ背景（反転） */
.grdArea02{
	background: url(../images/printGrd02.jpg) no-repeat center center / cover !important;
}

/* トップページ
============================== */
/* topKvArea */
#topKvArea {
	background: url(../images/ph_top_kv01_pc.jpg) no-repeat center center / cover !important;
	height: 800px !important;
	min-height: initial !important;
}
/* スワイパーの画像停止 */
.kvSwiper .swiper-wrapper{
	display: none !important;
}
/* だから、短資はオモシロい！？ */
#interestingArea{
	page-break-inside: avoid !important;
}

/* common
============================== */
/* パンくず非活性 */
#olistPan{
	display: none !important;
}

