@charset "UTF-8";

/* tokens + reset + global base */

:root {
	/* Colors */
	--wp-color-black: #000;
	--wp-color-white: #fff;
	--wp-color-text: #1b1b1b;
	--wp-color-text-strong: #2b2b2b;
	--wp-color-text-muted: #666;
	--wp-color-border: #ccc;
	--wp-color-link: #2e6cff;
	--wp-color-brand: #b8a86f;
	--wp-color-brand-hover: #b9a971;
	--wp-color-surface: #fff;
	--wp-color-surface-subtle: #f1f1f1;
	--wp-color-surface-alt: #efefef;
	--wp-color-highlight: #fff500;
	--wp-color-focus: #21759b;
	--wp-color-placeholder: #aaa;

	/* Typography */
	--wp-font-family-base: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
		'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	--wp-font-size-xs: 12px;
	--wp-font-size-sm: 14px;
	--wp-font-size-md: 16px;
	--wp-font-size-lg: 18px;
	--wp-font-size-xl: 22px;
	--wp-font-size-2xl: 24px;
	--wp-font-size-3xl: 30px;
	--wp-font-size-4xl: 40px;
	--wp-font-size-5xl: 50px;
	--wp-font-size-6xl: 64px;
	--wp-font-size-7xl: 72px;
	--wp-font-size-body: 1rem;
	--wp-section-heading-size: var(--wp-font-size-xl);

	/* Spacing */
	--wp-space-2xs: 4px;
	--wp-space-xs: 8px;
	--wp-space-sm: 12px;
	--wp-space-md: 16px;
	--wp-space-lg: 20px;
	--wp-space-xl: 30px;
	--wp-space-2xl: 40px;
	--wp-space-3xl: 60px;
	--wp-space-4xl: 80px;

	/* Controls */
	--wp-control-height: 40px;
	--wp-control-height-lg: 50px;
	--wp-control-line-height: 36px;
	--wp-border-width-regular: 1px;
	--wp-border-width-strong: 2px;

	/* Radius */
	--wp-radius-sm: 3px;
	--wp-radius-md: 4px;
	--wp-radius-lg: 12px;
	--wp-radius-pill: 999px;

	/* Shadow */
	--wp-shadow-dropdown: 0 3px 3px rgba(0, 0, 0, 0.2);
	--wp-shadow-focus: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	/* Z-index */
	--wp-z-content: 5;
	--wp-z-dropdown: 99999;
	--wp-z-skip-link: 100000;

	/* Motion */
	--wp-duration-fast: 0.1s;
	--wp-duration-normal: 0.2s;
	--wp-easing-standard: ease;
	--wp-easing-emphasized: ease-in-out;

	/* Layout */
	--wp-container-default: 1000px;
	--wp-container-reading: 800px;

	/* Breakpoints: keep media queries literal for browser compatibility. */
	--wp-breakpoint-mobile-max: 767px;
	--wp-breakpoint-tablet-max: 1024px;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
		url(../fonts/MaterialIcons-Regular.woff) format('woff'),
		url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select,
textarea {
	width: 100%;
	font-size: var(--wp-font-size-md);
}

body {
	margin: 0 auto;
	width: 100%;
	line-height: 1.6;
	font-size: var(--wp-font-size-body);
	font-feature-settings: 'palt';
	color: var(--wp-color-text);
	background-color: var(--wp-color-surface);
	font-family: var(--wp-font-family-base);
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: top;
	height: auto;
}

a {
	color: var(--wp-color-link);
	text-decoration: none;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	outline: none;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	font-size: var(--wp-font-size-md);
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

input,
input::placeholder,
textarea {
	font-family: var(--wp-font-family-base);
	font-size: var(--wp-font-size-md);
}

input::placeholder {
	font-size: var(--wp-font-size-md) !important;
}

a:hover,
.hover:hover {
	opacity: 0.8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}

::selection {
	color: var(--wp-color-white);
	background: var(--wp-color-brand);
}

::-moz-selection {
	color: var(--wp-color-white);
	background: var(--wp-color-brand);
}

::-webkit-selection {
	color: var(--wp-color-white);
	background: var(--wp-color-brand);
}

input::selection,
input::-moz-selection,
input::-webkit-selection {
	color: #36474f;
}

textarea::selection {
	color: #36474f;
}

textarea:focus {
	-webkit-box-shadow: 0 0 7px #ff3d57;
	-moz-box-shadow: 0 0 7px #ff3d57;
	-o-box-shadow: 0 0 7px #ff3d57;
	-ms-box-shadow: 0 0 7px #ff3d57;
	box-shadow: 0 0 7px #ff3d57;
	border: 1px solid #ff3d57;
}

input::placeholder,
textarea::placeholder {
	color: var(--wp-color-placeholder);
	font-size: var(--wp-font-size-sm);
	font-weight: normal;
}

figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: var(--wp-duration-fast) var(--wp-easing-emphasized);
	transition: var(--wp-duration-fast) var(--wp-easing-emphasized);
}

figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
	figure img {
		-webkit-transition: none;
		transition: none;
	}

	figure:hover img {
		-webkit-transform: none;
		transform: none;
	}
}
