@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

:root {
  --baseColor: #fbfbf8;
  --mainColor: #ff9731;
  --mainColor2: #ff6b6b;
  --subColor: #3f3936;
  --accentColor: #2c7ed9;
  --textColor: #161616;
  --container: 1106px;
  --imageRadius: 20px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--textColor);
  background: var(--baseColor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 801px) and (max-width: 1220px) {
  body {
    font-size: max(1.265vw,10px);
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: max(3.5vw,10px);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, select {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
