﻿.castlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 100%;
  margin: 0 auto 0 3vw;
}
.castlist-item {
  padding: 10px;
  width: 48%;
  max-width: 230px;
  border: solid 1px #cfcfcf;
}
.castlist-photo-area {
  position: relative;
}
.castlist-2rin-icon {
  position: absolute;
  top: -20px;
  right: -20px;
}
.castlist-newmark {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 80px;
  height: auto;
}
.castlist-ranking {
  width: 70px;
  height: auto;
}
.castlist-photo-area-leftbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.castlist-photo-area-rightbottom {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.castlist-time {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: rgba(193, 45, 20, 0.5);
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
  padding: 0 10px;
}
.castlist-time-comment {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: rgba(187, 20, 193, 0.5);
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
  padding: 2px 10px 0 10px;
}
.castlist-join-date {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: rgba(58, 150, 255, 0.5);
  border-radius: 0 20px 20px 0;
  margin: 5px 0;
  padding: 0 10px;
}
.castlist-dbuet-comment {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: rgba(58, 150, 255, 0.5);
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
  padding: 2px 10px 0 10px;
}
.castlist-sns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.castlist-sns li {
  padding: 0;
}

.castlist-name {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 5px;
}
.castlist-name span {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.castlist-size {
  font-size: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 0.4rem;
  margin-left: 5px;
}
.castlist-size span {
  font-size: 0.7rem;
}
.castlist-type-container {
  height: 64px;
  overflow: hidden;
}
.castlist-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 10px;
}
.castlist-type li {
  font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  background: #dfdfdf;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 0.7rem;
  font-weight: 500;
  border: 1px solid #bebebe;
}
