*{
	margin: 0;
	padding: 0;
}
html{
	margin: 0 auto;
	max-width: 1920px;
	scroll-behavior: smooth;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	padding: 0;
	margin: 0;
}

header{
	margin: 0;
}

a {
	text-decoration: none;
}

li{
	list-style-type: none;
}

h1{
	font-family: rig-solid-bold-inline,sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2{
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
	font-weight: 900;
	font-style: normal;
}

h3{
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
	font-weight: 900;
	font-style: normal;
}

.h2_en{
	font-family: glodok,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.tx-rondo{
	font-family: ronde-b,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.tx-shingo_conde80{
	font-family: a-otf-ud-shin-go-con80-pr6n,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.tx-vdl-v7{
	font-family: vdl-v7gothic,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.tx-ruika{
	font-family: bokutoh-ruika,sans-serif;
	font-weight: 100;
	font-style: normal;
}

.tx-GD{
	font-family: glodok,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.tx-toppan{
	font-family: toppan-bunkyu-midashi-go-std,sans-serif;
	font-weight: 900;
	font-style: normal;
}

.white{
	color: white;
}

.black{
	color: black;
}

.bk-red{
	background-color: #F40600;
}

.bk-white{
	background-color: white;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.mg-center{
	margin: 0 auto;
}

.fx-center{
	justify-content: center;
	flex-wrap: wrap;
}

.mg-t-md{
	margin-top: 8%;
}

.mg-b-sm{
	margin-bottom: 4%;
}

.mg-b-md{
	margin-bottom: 8%;
}

.mg-l-sm{
	margin-left: 2%;
}

.mg-l-md{
	margin-left: 8%;
}

.il-block{
	display: inline-block;
}

.dp-fx{
	display: flex;
}

.dp-bk{
	display: block;
}

.dp-tb{
	display: table;
}

.tb-box{
	display: table-cell;
}

.dp-il_fx{
	display: inline-flex;
}

.ps_re{
	position: relative;
}

.ps_ab{
	position: absolute;
}

.ps_fx{
	position: fixed;
}

.footer{
	height: 450px;
	background-color: #F40600;
}

@media (min-width: 1200px){
	.sp{display: none}
}

@media (max-width: 1199px){
	.pc{display: none}
}

.dw-shadow_lv1{
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.link-btn{
	color: #6495ed;
}

.link-btn:hover{
	color: #BAD0E3;
	text-decoration: underline;
}

#copylight{
	left: 0;
	right: 0;
	bottom: 10px;
}