@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  background-color: #0000ff;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.title {
  letter-spacing: 7%;
  font-size: 3vw;
  font-weight: 300;
}

#pickup {
  margin: 0 auto;
  width: 92vw;
  -moz-column-count: 6;
       column-count: 6;
  height: auto !important;
}
@media (max-width: 1200px) {
  #pickup {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (max-width: 900px) {
  #pickup {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (max-width: 600px) {
  #pickup {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 400px) {
  #pickup {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.popup {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 30vw;
  background-color: #1d3ee7;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.78vw;
  text-align: center;
}
.popup-content .close {
  background-color: rgba(0, 0, 0, 0);
  font-size: 2vw;
  position: absolute;
  top: -32px;
  right: -32px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.popup-content img {
  width: 30vw;
  height: auto;
  max-height: 16vw;
  border-radius: 0.78vw 0.78vw 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-content .text {
  padding: 0 32px 48px;
  background-color: rgba(0, 0, 0, 0);
}
.popup-content .text #popup-title {
  padding-top: 34px;
  text-align: left;
  font-size: 1.7vw;
  letter-spacing: 5%;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.popup-content .text #popup-area {
  margin-top: 0.3vw;
  font-size: 1.3vw;
  letter-spacing: 5%;
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.popup-content .text #popup-description {
  line-height: 1.8vw;
  text-align: left;
  margin-top: 2vw;
  font-size: 1.35vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.content {
  height: auto !important;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 5vh;
  width: 14vw;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
  vertical-align: top;
}
.content img {
  width: 14vw;
  height: auto;
  border-radius: 0.78vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .title {
  margin-top: 1.25vh;
  font-size: 1.1vw;
  letter-spacing: 5%;
  width: 100%;
}
.content .area {
  margin-top: 0.5vh;
  font-size: 0.9vw;
  letter-spacing: 5%;
}
.content .tags {
  margin-top: 0.7vh;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content .tags li {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.52vh;
  border-radius: 100px;
  border: 0.1vw solid #fff;
  font-size: 0.7vw;
  padding: 3px 10px;
}
.content .tags li:first-child {
  margin: 0.52vh 0.52vh 0.52vh 0;
}
.content .tags li:nth-child(n+1):nth-last-child(n+1) {
  margin: 0.52vh 0.52vh 0.52vh 0;
}
@media (max-width: 1200px) {
  .content {
    width: 18vw;
  }
  .content img {
    width: 18vw;
  }
  .content .title {
    font-size: 1.3vw;
  }
  .content .area {
    font-size: 1.1vw;
  }
  .content .tags li {
    font-size: 0.9vw;
  }
}
@media (max-width: 900px) {
  .content {
    width: 22vw;
  }
  .content img {
    width: 22vw;
  }
  .content .title {
    font-size: 1.5vw;
  }
  .content .area {
    font-size: 1.3vw;
  }
  .content .tags li {
    font-size: 1.1vw;
  }
}
@media (max-width: 600px) {
  .content {
    width: 28vw;
  }
  .content img {
    width: 28vw;
  }
  .content .title {
    font-size: 1.8vw;
  }
  .content .area {
    font-size: 1.5vw;
  }
  .content .tags li {
    font-size: 1.3vw;
  }
}
@media (max-width: 400px) {
  .content {
    width: 40vw;
  }
  .content img {
    width: 40vw;
  }
  .content .title {
    font-size: 2.5vw;
  }
  .content .area {
    font-size: 2vw;
  }
  .content .tags li {
    font-size: 1.8vw;
  }
}

@media (max-aspect-ratio: 1/1.33) {
  .popup {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 80vw;
    background-color: #1d3ee7;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2vw;
    text-align: center;
  }
  .popup-content .close {
    background-color: rgba(0, 0, 0, 0);
    font-size: 5vw;
    position: absolute;
    top: -32px;
    right: -32px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .popup-content img {
    width: 80vw;
    height: auto;
    max-height: 47.05vw;
    border-radius: 2vw 2vw 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .popup-content .text {
    padding: 0 18px 32px;
    background-color: rgba(0, 0, 0, 0);
  }
  .popup-content .text #popup-title {
    padding-top: 34px;
    text-align: left;
    font-size: 7vw;
    letter-spacing: 5%;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .popup-content .text #popup-area {
    margin-top: 0.3vw;
    font-size: 3vw;
    letter-spacing: 5%;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .popup-content .text #popup-description {
    line-height: 4.7vw;
    text-align: left;
    margin-top: 2vw;
    font-size: 3.5vw;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
}/*# sourceMappingURL=pickup.css.map */