/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: inherit;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media (max-width: 640px) {
  body {
    min-width: 320px;
  }
}
@media (min-width: 641px) {
  body {
    min-width: 720px;
  }
}
body::before {
  display: none;
}
@media (max-width: 640px) {
  body::before {
    content: "phone";
  }
}
@media (min-width: 641px) {
  body::before {
    content: "term";
  }
}
a:link,
a:visited {
  color: #169e91;
  text-decoration: none;
}
a:hover,
a:active {
  color: #169e91;
  text-decoration: none;
}
.ie {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #FFE100;
  color: #000000;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}
.ie div {
  text-align: center;
  line-height: 50px;
}
.ie div img {
  width: 130px;
  height: 26px;
}
article.container {
  width: 100vw;
  height: 100vh;
}
.svelte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
}
@media (min-width: 641px) {
  .svelte {
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 1fr auto;
    grid-template-areas: "header detail" "tags detail" "icons detail" "stock detail";
  }
}
@media (max-width: 640px) {
  .svelte {
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "tags" "icons" "footer";
  }
}
header {
  grid-area: header;
}
footer {
  grid-area: footer;
}
section.modal {
  z-index: 8000;
}
.button {
  cursor: pointer;
}
.disable {
  cursor: not-allowed;
  opacity: 0.2;
}
div.download {
  width: 300px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.3s ease;
}
div.download:hover {
  transform: scale(1.05);
}
div.svg {
  margin-top: 15px;
  background-color: #222222;
}
div.svg:hover {
  background-color: #FFFFFF;
  border: solid #222222 1px;
  color: #222222;
}
div.png {
  margin-top: 15px;
  background-color: #00AAC8;
}
div.png:hover {
  background-color: #FFFFFF;
  border: solid #00AAC8 1px;
  color: #00AAC8;
}
@media (max-width: 640px) {
  .pc {
    display: none;
  }
}