@charset "UTF-8";
/* CSS Document */

/* ↓リセットcss ここから */

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: 'Kiwi Maru', 'Noto Serif JP', serif, "ヒラギノ明朝", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  /* 10px * 1.6 =16px */
  line-height: 2.4rem;
  /* 10px * 2.4 =24px */
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video,.block {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}
a:hover{
  cursor: pointer;
  transition: 0.3s;
}

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

img {
  vertical-align: bottom;
  line-height: 1.0;
}

p {
  line-height: 2;
}

.none {
  display: none;
}


/* .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */

/* .inner {
  width: 93%;
  max-width: 900px;
  margin: 0 auto;
}

.xl {
  max-width: 1440px;
}

.l {
  max-width: 1230px;
}

.s {
  max-width: 1100px;
} */

/* ↑リセットcss ここまで */