@charset "utf-8";
/*==========================================================================

   browser reset

==========================================================================*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, hgroup, footer, section, article, details, menu, nav, aside, figure, figcaption {
	display: block;
}
a, a:focus {
	outline: 0;
}
img, hr {
	border: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}

/*==========================================================================

   base set

==========================================================================*/
html {
    font-size: 0.71428571vw; /* 10px / 1400px * 100 */
}
body {
	position: relative;
	color: #fff;
	font: 300 14px/1 '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	background: #1c1f31;
}
a {
	color: #fff;
	text-decoration: none;
	transition: color .3s ease, background-color .3s;
}
a:hover {
	cursor: pointer;
}

a[href^="tel:"] {
    pointer-events: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
* {
	box-sizing: border-box;
}

/*==========================================================================

   utility style

==========================================================================*/
.align-center { text-align: center;}
.align-left { text-align: left;}
.align-right { text-align: right;}

/* color01 */
.br-sp,
.display-sp {
	display: none;
}
.preload{
	transition: none !important;
}
.youtube {
	aspect-ratio: 16 / 9;
}


