@charset "UTF-8";
@custom-media mobile (max-width: 767px);
@custom-media tablet (max-width: 992px);
@custom-media pc (max-width: 1180px);
html,
body {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, sans-serif;
  background-color: #fedd40;
}

.covidHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000a58;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .covidHeader {
    flex-direction: column;
  }
  .covidHeader > a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .covidHeader > div {
    display: flex;
    padding: 0.5rem 0 0.25rem;
  }
}
.covidHeader > div > span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .covidHeader > div > span {
    display: block;
    font-size: 3.5vw;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .covidHeader > div > span {
    font-size: 3.3vw;
  }
}
.covidHeader > div > span > br {
  display: none;
}
@media screen and (max-width: 767px) {
  .covidHeader > div > span > br {
    display: inline;
  }
}
.covidHeader > div > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #000a58;
  border: 1px solid white;
  border-radius: 14px;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .covidHeader > div > a {
    font-size: 0.8rem;
    height: 5vh;
  }
}
@media screen and (max-width: 321px) {
  .covidHeader > div > a {
    font-size: 0.8rem;
    height: 4vh;
  }
}
.covidHeader > div > a:hover {
  background-color: #393f6e;
}
.covidHeader > div > a > img {
  width: 12px;
  height: 12px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .covidHeader > div > a > img {
    width: 11px;
    height: 11px;
  }
}

header h1 {
  text-align: center;
  color: #1bafbe;
}
header h1 img {
  max-width: 538px;
}
@media screen and (max-width: 767px) {
  header h1 img {
    max-width: 320px;
  }
}
@media screen and (max-width: 321px) {
  header h1 img {
    max-width: 300px;
  }
}
header > a {
  position: absolute;
  right: 2rem;
  top: 3.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1bafbe;
  text-decoration: none;
  font-size: 0.9rem;
}
header > a img {
  margin-right: 0.5rem;
}

.message {
  text-align: center;
  color: #1bafbe;
}

.items {
  outline: 0;
  margin: 0 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .items {
    margin: 0 0 0 3vw;
    padding-right: 3vw;
  }
}
.items::-webkit-scrollbar {
  width: 20px;
  background-color: #ffe87a;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .items::-webkit-scrollbar {
    width: 4vw;
  }
}
.items::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.items::-webkit-scrollbar-thumb {
  background-color: #d1b100;
  height: 100px;
  border-radius: 100px;
}
.items .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items .row div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items .row a {
  display: inline-flex;
  align-items: flex-end;
}
.items .row a img {
  object-fit: contain;
  object-position: 50% 100%;
}

nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
nav .itemCount {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background-color: #1ca7fc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.62);
  width: 280px;
  margin: 0 auto;
  pointer-events: auto;
}
nav .itemCount > img {
  margin-right: 0.5rem;
}
nav .itemCount .currentCount {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-right: 0.25rem;
}
nav .itemCount .totalCount {
  font-size: 0.7rem;
  line-height: 2rem;
  margin-left: 0.25rem;
}
nav .itemCount > div {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1073af;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 46px;
  min-width: 46px;
  cursor: pointer;
  border-top-right-radius: 6px;
}
nav .itemCount > div .open {
  display: inline-block;
}
nav .itemCount > div .close {
  display: inline-block;
}
nav .control {
  display: flex;
  visibility: hidden;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 53.1rem;
  margin: 0 auto;
  padding: 0;
  background-color: #1073af;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  pointer-events: auto;
  max-height: 0;
  transition: max-height, visibility 0.05s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: max-height;
}
nav .control.open {
  visibility: visible;
  max-height: 500px;
  transition: max-height 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 767px) {
  nav .control.open {
    transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
@media screen and (max-width: 767px) {
  nav .control {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
  }
}
nav .control .sort {
  display: flex;
  border-right: 1px solid white;
}
@media screen and (max-width: 767px) {
  nav .control .sort {
    flex-direction: column;
    width: 100%;
  }
}
nav .control .sort > button {
  color: #76afd1;
  font-size: 1rem;
  font-weight: bold;
  background-color: #1073af;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  border-bottom: 5px solid transparent;
}
nav .control .sort > button:hover {
  opacity: 0.8;
  border-bottom: 5px solid white;
}
nav .control .sort > button.select {
  color: #ffffff;
  border-bottom: 5px solid white;
}
@media screen and (max-width: 767px) {
  nav .control .sort > button.select {
    color: #1073af;
    background-color: #ffffff;
    border-bottom: 0;
  }
}
nav .control .size {
  display: flex;
}
@media screen and (max-width: 767px) {
  nav .control .size {
    width: 100%;
  }
}
nav .control .size > button {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #1073af;
  border: none;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  nav .control .size > button {
    width: 25vw;
    background-color: #0f69a0;
  }
}
nav .control .size > button.select {
  color: #1073af;
  background-color: #ffffff;
}
nav .control .size > button.small {
  font-size: 1rem;
}
nav .control .size > button.medium {
  font-size: 1.5rem;
}
nav .control .size > button.large {
  font-size: 2rem;
}
nav .control .size > button.hiradumi {
  font-size: 2rem;
  border-top-right-radius: 6px;
}
@media screen and (max-width: 767px) {
  nav .control .size > button.hiradumi {
    border-top-right-radius: 0;
  }
}

/*# sourceMappingURL=index.css.map */
