@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*------------------------------------------------------------

    2025.05 reset  CSS

    Zen Maru Gothic

    font-family: "Zen Maru Gothic", serif;
    light:   font-weight: 300;
    regular: font-weight: 400;
    medium:  font-weight: 500;
    bold:    font-weight: 700;
    black:   font-weight: 900;

    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;

------------------------------------------------------------*/
body{
    background: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    line-height:1em;
    color: #000000;
    text-align: left;
    letter-spacing: 0;
    background: #f6f1eb;
}
*::before,
*::after{
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
}
 [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
ol,
ul,
dl,
li,
dd{
  margin: 0;
  padding: 0;
  display:block;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000000;
  opacity: .8;
  text-decoration: none;
}


a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}
input:focus{
    outline: none;
}
