@charset "UTF-8";
/***************
ALL
***************/
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
	-webkit-appearance: none; /*ios input default delete*/
}
*, *::before, *::after {
	box-sizing: border-box;
}
::selection {
	background: #fff;
	color: #000;
}
::-moz-selection {
	background: #fff;
	color: #000;
}
::placeholder {
	color: #fff;
	opacity: 0.7;
}
::-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select, option, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
body {
	min-height: 100vh;
	font-family: 'Noto Sans JP',sans-serif;
	font-display: swap;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	color: #040000;
}
/*body, html {
		overflow-x: hidden;
}
main {
	overflow-x: hidden;
}*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1;
	font-weight: 100;
}
#sidebar {
	background-color: transparent;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}
.wpcf7-list-item, .wpcf7-list-item label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.5);
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff !important;
}
input:-internal-autofill-selected {
	background-color: rgba(25, 255, 255, 0.5) !important;
	color: #fff !important;
}
button, input[type="submit"], input[type="button"] {
	border: none;
	border-radius: 0;
}
@keyframes onAutoFillStart {
	from {}
	to {}
}
input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}
submit, input[type="submit"] {
	cursor: pointer;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
:focus, :active {
	outline: none;
}
ul, li {
	list-style-type: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
figure {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
figure > img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
picture {
	display: block;
}
img {
/*	max-width: 100%;*/
	-webkit-backface-visibility: hidden;
}
em {
	font-style: normal !important;
}
pre {
	white-space: pre-wrap;
}
strong {
	font-weight: bold;
}
/***************
common
***************/
/** IE object-fit Bug Fix **/
@media all and (-ms-high-contrast: none) {
	.object-fit {
		font-family: 'object-fit: cover;'
	}
}
.display-none {
	display: none !important;
}
.wrap {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.flex {
	display: flex;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.object-fit {
	object-fit: cover;
}
figure img[class*="__img"] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media screen and (min-width:769px) {}
/*****----- PC end -----*****/

@media only screen and (min-width:1200px) {
	.sp {
		display: none !important;
	}
	body, header {
		min-width: 1200px;
	}
	body{
		overflow-x: hidden;
	}
}
@media screen and (max-width:1199px) {
		body, header {
		min-width: 0;
	}
	.wrap{
		width: calc(100% - 16vw);
		margin: 0 8vw;
	}
	.pc {
		display: none !important;
	}
}