@charset "utf-8";


/* ========================================
foundation
======================================== */

body {
  color: #333;
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 12px;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  overflow-wrap: break-word;
  line-height: calc(48/24);
  letter-spacing: .05em;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 14px;
    line-height: calc(30/14);
  }
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

a:hover {
  opacity: .9;
}

a:not([href]) {
  pointer-events: none;
}

::-moz-selection,
::-moz-selection {
  background-color: #d6f5fe;
  color: #000;
}

::-moz-selection,
::selection {
  background-color: #d6f5fe;
  color: #000;
}

img {
  max-width: 100%;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0;
}

td {
  padding: 0;
}

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

small {
  font-size: inherit;
}

figure {
  margin: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  outline: 0;
  letter-spacing: inherit;
  text-align: inherit;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

button:not([disabled]),
input[type="submit"]:not([disabled]) {
  cursor: pointer;
}
