@charset "utf-8";
/*
 * /css/print_pc.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */
@page { size: A4 landscape}

#coverpage {
	width: 100vw;
}

.main_bg {
	width: 100vw !important;
	height: 79vh !important;
}

.pc_logo {
	position: relative;
	top: 5px;
	width: 250px;
	margin: 0 auto;
}

.left_side {
	width: 5%;
	height: 100%;
	position: fixed !important;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 999999;
}

.menu-trigger {
	top: 50vh !important;
}

.right_side {
	width: 40px;
	height: 100vh !important;
	position: absolute;
	display: block;
	right: 0;
	z-index: 999999;
}

#slideR {
	height: 100vh !important;
}

#index {
	width: 100vw !important;
	height: 120vh;
}

h2:after {
	display: none;
}

.smoke {
	display: none;
}

#layer1,
#layer2,
#layer3 {
	display: none;
}