/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/sanitize.scss ***!
  \********************************************************************************************************************************************************************/
@charset "UTF-8";
/* 14.72px @ 320px increasing to 14px @ 1200px */
/*@media (min-width: 320px) {
  :root {
    font-size: calc(0.92rem + ((1vw - 3.2px) * -0.0818));
  }
}*/
/* Prevent font scaling beyond this breakpoint */
/*@media (min-width: 1200px) {
  :root {
    font-size: 30px;
  }
}*/
/*
 * FontSize
 */
/*h1 {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
h2 {
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
}
p {
  font-size: calc(1.72rem + ((1vw - 0.64rem) * 2.1429));
}*/
*:focus {
  outline: none;
}

html {
  background: #f9f4f9;
  font-size: 0.714285714rem; /*10px*/
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: #ffffff;
  font-size: 3.3125vw; /* 1.06rem */
  letter-spacing: 0.1rem;
  font-family: "fot-matisse-pron", "Times New Roman", serif;
  /* font-family: vdl-v7mincho,"Times New Roman", yu-mincho-pr6, 游明朝, "ヒラギノ明朝 ProN W3", sans-serif; */
  font-weight: 500;
  font-style: normal;
}

nav ul,
ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  background: transparent;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ul, p, dl {
  margin: 0;
  padding: 0;
}

input[type=button], input[type=text], input[type=submit], input[type=search], input[type=email], input[type=number] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

address {
  font-style: normal;
}

picture {
  display: block;
}

/*
 * Links
 */
a {
  text-decoration: none;
  background: transparent;
  display: block;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:link, a:visited, a:active {
  color: #fff;
  display: inline-block;
}

a:hover {
  color: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  /* display: block; */
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  display: block;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

figure {
  margin: 0;
}

/** {
	margin: 0;
	padding: 0;
}*/
:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
