@charset "UTF-8";
/***************
ALL
***************/
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@font-face {
	font-family: '游ゴシック';
	-ms-font-feature-settings: "normal";
	src:
		url('common/font/YuGothM.woff') format('woff'),
		url('common/font/YuGothM.ttf') format('ttf'),
		url('common/font/YuGothB.woff') format('woff'),
		url('common/font/YuGothB.ttf') format('ttf');
/*	font-weight: bold;*/
	font-style: normal;
	font-display: swap;
	
}
* {
	margin: 0;
	padding: 0;
	-webkit-appearance: none; /*ios input default delete*/
}
*, *::before, *::after {
	box-sizing: border-box;
}
::selection {
	background: #fff;
	color: #161B1E;
}
::-moz-selection {
	background: #fff;
	color: #161B1E;
}
::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;
}
html {
	background: #161B1E;
}
body {
	min-height: 100vh;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	line-height: 1;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
/*	font-feature-settings: "palt";*/
/*	overflow-x: hidden;*/
}
body, html {
	width: 100%;
}
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;
}
section {
	overflow: hidden;
}
ul, li {
	list-style-type: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
figure {
	display: flex;
	overflow: hidden;
}
figure > img{
	object-fit: cover;
}
picture {
	display: block;
}
img {
	max-width: 100%;
}
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;
}
.hamburger {
	display: none;
}
.wrap {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.object-fit {
	object-fit: cover;
}
/*
section[class*="__wrap"] {
	margin: 96px auto 0;
		padding: 0 40px;
}
*/
figure img[class*="__img"] {
	width: 100%;
}
@media screen and (min-width:769px) {

}
/*****----- PC end -----*****/
@media screen and (max-width:1024px) {
	.show_pc_tab {
		display: none;
	}
	/***** end max-width1024 *****/
}
@media screen and (min-width:769px) {
	.show_sp {
		display: none !important;
	}
	body, header {
		min-width: 1280px;
	}
}
@media screen and (max-width:768px) {
	body {
		overflow-x: hidden;
	}
	.show_pc {
		display: none !important;
	}
}