@charset "utf-8";
/****************
common
****************/
:root {
  font-size: 13px;
  /* color */

  /* space */
  --s-huge  : 8rem;
  --s-big   : 7rem;
  --s-ll    : 5rem;
  --s-l     : 4.5rem;
  --s-ml    : 3.125rem;
  --s-m     : 2.5rem;
  --s-mm    : 2rem;
  --s-ms    : 1.5rem;
  --s-double: 1rem;
  --s-nomal : 0.5rem;
  --s-s     : 0.25rem;

  /* font */
  --f-80   : 5rem;
  --f-70   : 3rem;
  --f-45   : 2.8125rem;
  --f-42   : 2.6rem;
  --f-34   : 2.125rem;
  --f-32   : 2rem;
  --f-30   : 1.875rem;
  --f-28   : 1.75rem;
  --f-26   : 1.625rem;
  --f-23   : 1.4375rem;
  --f-22  : 1.375rem;

  /* size */
  --inner-width: min(1200px, 70%);
  --inner-thin : min(1100px, 60%);
}

html {
  scroll-behavior: smooth;
}

a {
    line-height: 1;
}
:where(a) {
  color: #000;
}

a img {
  cursor: pointer;
}
.mrs {
  font-family: "Mrs Eaves Lining OT"
}
.mincho-m {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.gothic-r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}