@charset "UTF-8";
/* #Base
-------------------------------------------------------------------------- */
html {
	box-sizing: border-box;
	font-size: 10px;
	scrollbar-width: none;
	opacity: 0;
}
html.is-actv {
	opacity: 1;
	transition: opacity 1s;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
body {
	width: 100%;
	color: #fff;
	line-height: 1.65;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-size: 16px;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: none;
	background-color: #0a0606;
}
body::-webkit-scrollbar {
	display: none;
}
#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.main {
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
}
th {
	text-align: left;
}
img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	-webkit-backface-visibility: hidden;
}
em {
	font-style: italic;
}
b,
strong,
em {
	font-family: UniversLTPro-65Boldt, 'MFW-ShinGoPr6N-Bold';
}
ol,
ul.square {
	margin-left: 1.6em;
}
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.square li {
	list-style-type: square;
}
p {
	margin-bottom: 15px;
}
a img.over {
	-moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
a:hover.over,
a:hover img.over {
	filter: alpha(opacity=60);
	-ms-filter: 'alpha(opacity=60)';
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
button,
select,
option,
input[type='checkbox'],
input[type='radio'],
input[type='reset'],
input[type='submit'] {
	padding: 1px;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea,
select {
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 8px;
	background-color: white;
	color: #333;
	font-size: 14px;
	line-height: 1;
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-transition: border 0.3s ease-in;
	-o-transition: border 0.3s ease-in;
	-webkit-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
textarea {
	line-height: 1.4;
}
select {
	padding: 3px;
}
option {
	padding: 2px 3px;
}
input:focus,
textarea:focus {
	outline: none;
	border-color: #ccc;
	box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
[src$='.svg'],
[data$='.svg'] {
	width: 100%;
}
#dhcwCheckcnt {
	font-size: 1.2rem;
	box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
	body {
		font-size: 16px;
	}
	b {
		font-weight: 700;
	}
	input[type='text'],
	input[type='password'],
	input[type='email'],
	input[type='tel'],
	textarea,
	select {
		padding: 6px;
	}
	input[type='submit'],
	input[type='button'] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
	}
	input[type='submit']::-webkit-search-decoration,
	input[type='button']::-webkit-search-decoration {
		display: none;
	}
	input[type='submit']::focus,
	input[type='button']::focus {
		outline-offset: -2px;
	}
	select {
		padding: 3px;
	}
}
/* Header
-------------------------------------------------------------------------- */
.header {
	position: absolute;
	height: 110px;
	margin: auto;
	top: 0;
	left: 50px;
	right: 0;
	z-index: 999;
}
.header .header__logo {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header .header__logo {
	width: 300px;
	height: 44px;
	left: 0;
}
.header .header__logo img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.header {
		height: auto;
		padding: 20px;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
	}
	.header .header__logo {
		width: 210px;
		height: auto;
		margin: 0;
		position: static;
	}
}

/* Footer
-------------------------------------------------------------------------- */
.footer {
	margin-top: 150px;
	padding: 20px;
	background: linear-gradient(90deg, rgba(156, 122, 59, 0.6) 0%, rgba(208, 181, 117, 0.6) 100%);
}
.footer__copyright {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.25;
}
@media only screen and (max-width: 1024px) {
	.footer {
		margin-top: 60px;
	}
}

/* sp or pc
------------------------------------------ */
.spOnly {
	display: none !important;
}
br.pc {
	display: inline-block;
}
br.sp {
	display: none;
}
.none {
	display: none !important;
}
.visi_hidden {
	visibility: hidden !important;
}
.spOnly_ib {
	display: none !important;
}
@media screen and (max-width: 1024px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	.spOnly_ib {
		display: inline-block !important;
	}
	.none {
		display: none !important;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: inline-block;
	}
}
.clearfix:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}
