@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, table, tr, th, td, hr, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

.is-super {
  vertical-align: super;
  font-size: 10px;
  font-size: 1rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

ul, li {
  list-style: none;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  outline: none;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.main {
  position: relative;
  width: 436px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

.canvas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
}

@media screen and (max-width: 767px) {
  .canvas-wrapper {
    width: 100%;
    height: 100%;
  }
}

.canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.canvas-container > canvas {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.error-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.error-modal__panel {
  display: block;
  width: 74.66667vw;
}

.error-modal__panel > img {
  width: 100%;
  height: auto;
}

.result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.result__wrapper {
  position: relative;
  width: 100%;
  background-image: url("../img/result_loop_f.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-top: 29.73333vw;
  padding-bottom: 16vw;
}

.success .result__wrapper {
  background-image: url("../img/result_loop_s.png");
}

.result__wrapper::before, .result__wrapper::after {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

.result__wrapper::before {
  top: 0;
  width: 100%;
  height: 29.73333vw;
  background-image: url("../img/result_head_f.png");
  background-position: left top;
}

.success .result__wrapper::before {
  background-image: url("../img/result_head_s.png");
}

.result__wrapper::after {
  bottom: 0;
  width: 100%;
  height: 3.46667vw;
  background-image: url("../img/result_bottom_f.png");
  background-position: left bottom;
}

.success .result__wrapper::after {
  background-image: url("../img/result_bottom_s.png");
}

.result__my {
  position: relative;
  width: 76.53333vw;
  height: 68.8vw;
  background-image: url("../img/result_my1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 5.33333vw;
}

.result__my.level1 .pollen-level {
  color: #000;
}

.result__my.level2 {
  background-image: url("../img/result_my2.png");
}

.result__my.level3 {
  background-image: url("../img/result_my3.png");
}

.result__my.level4 {
  background-image: url("../img/result_my4.png");
}

.result__my .pollen-level {
  position: absolute;
  bottom: 1.73333vw;
  right: 1.73333vw;
  width: 22.8vw;
  height: 9.86667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 8vw;
  line-height: 8vw;
}

.result__panel {
  position: relative;
  width: 100%;
  height: 41.06667vw;
  background-image: url("../img/result_panel_f.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8vw;
}

.success .result__panel {
  background-image: url("../img/result_panel_s.png");
}

.result__panel-score {
  position: absolute;
  top: 10.93333vw;
  right: 24vw;
  font-size: 6.4vw;
  line-height: 6.4vw;
  color: #FDFD05;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.result__ui {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.result__ui-item {
  width: 26.66667vw;
  margin: 0 1.33333vw;
}
