
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ----------------------------------------
  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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,figure,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

header, footer, article, section, aside {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #e3e3e3;
  padding: 5px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

body {
  font-family: Arial, Helvetica, 'Noto Sans JP', sans-serif;
   vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
     -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    letter-spacing: 1.2px;
    color: #151515;
}


a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a img.opacity:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/*  clearfix
-------------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
