.newfacelist {
}
.newfacelist_item {
  position: relative;
  width: 96%;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: rgba(0, 0, 0, 0.3) dashed 1px;
}
@media screen and (min-width: 600px) {
  .newfacelist {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .newfacelist_item {
    position: relative;
    width: 32%;
    height: 320px;
    margin: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: rgba(0, 0, 0, 0.3) dashed 1px;
  }
  .newfacelist_comment {
    max-height: 200px;
  }
}

.newfacelist_item:first-child {
  border-top: rgba(0, 0, 0, 0.3) dashed 1px;
  padding-top: 10px;
}
.newfacelist_item:first-child > .newfacelist_item_shopname {
  top: 10px;
}
.newfacelist_item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 20;
  width: 100%;
}
.newfacelist_item a div {
  width: 60%;
}
.newfacelist_item_shopname {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.4em;
  z-index: 10;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  opacity: 0.4;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 600px) {
  .newfacelist_item_shopname {
    font-size: 1.6em;
  }
}

.shopname_kawasaki {
  color: #b97e00;
}
.shopname_yokohama {
  color: #ff0000;
}
.shopname_kabuto {
  color: #000dff;
}
.newfacelist_photo {
  width: 40%;
  height: auto !important;
}
.newfacelist_date {
  background: rgba(213, 0, 3, 1);
  color: #fff;
  padding: 3px;
  font-size: 0.8em;
  display: inline-block;
}
.newfacelist_name {
  font-size: 1.6em;
  line-height: 0.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-top: 15px;
}
.newfacelist_name span {
  font-size: 0.5em;
}
.newfacelist_comment {
  height: 100%;
  max-height: 210px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.2em;
}

.castlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.castlist::after {
  content: "";
  display: block;
  width: 48%;
}
.castlist_item {
  width: 32%;
  max-width: 220px;
  padding: 10px;
  position: relative;
  background: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .castlist {
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 20px;
    gap: 10px;
  }
  .castlist_item {
    padding: 10px;
  }
}

.castlist_newmark {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 30;
  width: 60px;
  height: auto;
}
.castlist_ranking_icon {
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 20;
  width: 30px;
}
.castlist_photo_container {
  position: relative;
  text-align: center;
}
.castlist_photo_container a:hover {
  text-decoration: none;
  color: #fff;
}
.castlist_photo {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 10;
}
.castlist_photo_container_bottom {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
}
.castlist_2rin_icon {
  position: absolute;
  left: 0;
  width: 50px;
  height: auto;
  z-index: 30;
  bottom: 0;
}
.castlist_time {
  position: absolute;
  bottom: 10px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 5px;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 11px;
  color: #000;
}
.castlist_time_soldout {
  position: absolute;
  bottom: 30px;
  z-index: 40;
  background: rgba(55, 0, 255, 0.4);
  width: 100%;
  padding: 5px;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  color: #fff;
}
.castlist_name {
  font-size: 1.1em;
  text-align: center;
  margin-top: 3px;
}
.castlist_age {
  font-size: 14px;
}
.castlist_size {
  text-align: center;
  font-size: 9px;
  font-feature-settings: "palt";
}
.castlist_shopname {
  background: rgba(255, 0, 4, 1);
  padding: 5px;
  text-align: center;
  width: 60%;
  margin: 5px auto;
  font-size: 12px;
}
.castlist_shopname a {
  display: block;
  color: #ffffff;
}
.backcolor_kawasaki {
  background: #b97e00;
  border-radius: 20px;
}
.backcolor_yokohama {
  background: #c34343;
  border-radius: 20px;
}
.backcolor_kabuto {
  background: #6d81ff;
  border-radius: 20px;
}

.castlist_icons {
  position: relative;
  z-index: 40;
  display: flex;
  margin: 5px;
}
.castlist_icons li {
  font-size: 0.7em;
  padding: 0 7px;
}
.castlist_blog {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
}
.castlist_blog::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(190, 0, 0, 0.5);
  transform: skewX(-45deg);
}
.castlist_gravure {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
}
.castlist_gravure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(55, 0, 255, 0.5);
  transform: skewX(-45deg);
}
.castlist_x {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
}
.castlist_x::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  transform: skewX(-45deg);
}

.castlist_text {
  text-align: center;
  color: #bf0000;
  font-feature-settings: "palt";
  font-size: 14px;
}

.information_list {
}
.information_item {
  position: relative;
  width: 96%;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: rgba(0, 0, 0, 0.3) dashed 1px;
}
.information_item:first-child {
  border-top: rgba(0, 0, 0, 0.3) dashed 1px;
  padding-top: 10px;
}
.information_item a {
  display: flex;
  gap: 5px;
  position: relative;
  z-index: 20;
  width: 100%;
}
.information_item_photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: 0 5%;
}
.information_item a div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information_item_title {
  font-weight: bold;
  max-height: 100px;
  overflow: hidden;
  line-height: 1.2em;
}
.information_item_data {
}
.information_item_data i {
  margin-left: 5px;
  margin-right: 5px;
}
