@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* ===============================================================================
Font Setting
=============================================================================== */
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../font/CircularPro-Book.woff") format("woff");
  src: url("../font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "CircularPro-Bold";
  font-display: swap;
  src: url("../font/CircularPro-Bold.woff") format("woff");
  src: url("../font/CircularPro-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../font/CircularPro-Black.woff") format("woff");
  src: url("../font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}
/* ===============================================================================
Base Setting
=============================================================================== */
#airshell {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
}
#airshell a {
  color: inherit;
  text-decoration: none;
}
#airshell img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#airshell * {
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  #airshell .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #airshell .pcOnly {
    display: none !important;
  }
}