.snsmsg {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .snsmsg {
    font-size: 10px;
  }
}

.snsmsg_no_posts {
  display: none;
}

.snsmsg_read_more {
  width: -moz-fit-content;
  width: fit-content;
  width: 187px;
  background-color: #683333;
  border-radius: 8px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 14px 0;
  cursor: pointer;
  margin: 52px auto 0;
}
@media screen and (max-width: 768px) {
  .snsmsg_read_more {
    width: 9.7544567777em;
    border-radius: 0.2690884628em;
    font-size: 2.9em;
    padding: 0.6727211571em 0;
    margin-top: 1.8em;
  }
}
.snsmsg_read_more:hover {
  opacity: 0.8;
}

.snsmsg_posts {
  min-height: 20em;
}
.snsmsg_posts .snsmsg_no_posts {
  text-align: center;
  position: relative;
}

.snsmsg_posts_data {
  position: relative;
  margin: 0 auto;
}
.snsmsg_posts_data .one_data {
  position: absolute;
  width: 30.5em;
  padding: 1.5em;
  margin: 0 1.5em 2.1em 0;
  background: #FFFFFF;
  border-radius: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .snsmsg_posts_data .one_data {
    width: 45.5em;
    margin-right: 2.5em;
    margin-bottom: 2.5em;
    border-radius: 10px;
  }
}
.snsmsg_posts_data .one_data p {
  margin: 10px 0;
}
.snsmsg_posts_data .one_data .photo img {
  display: block;
  width: 100%;
}
.snsmsg_posts_data .one_data ul {
  padding-top: 10px;
  display: table;
  padding: 5px 0 0;
  width: 100%;
}
.snsmsg_posts_data .one_data li {
  display: table-cell;
  vertical-align: middle;
}
.snsmsg_posts_data .one_data .message {
  position: relative;
  font-size: 13px;
  line-height: 1.38;
  margin-bottom: 15px;
  word-wrap: break-word;
  text-align: left;
  border-radius: 10px;
  line-height: 1.8em;
  cursor: pointer;
}
.snsmsg_posts_data .one_data .name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.snsmsg_posts_data .one_data .icon {
  width: 40px;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.snsmsg_posts_data .one_data .icon img {
  width: 48px;
}
.snsmsg_posts_data .one_data .time {
  color: #4EB56E;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: right;
}
.snsmsg_posts_data.x-scroll {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.snsmsg_posts_data.x-scroll .one_data {
  position: static;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
}
.snsmsg_posts_data.x-scroll ul {
  display: none;
}
.snsmsg_posts_data.x-scroll .message {
  display: none;
}
.snsmsg_posts_data.x-scroll .time {
  display: none;
}
.snsmsg_posts_data.x-scroll .photo {
  margin: 0;
}
.snsmsg_posts_data.x-scroll img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #FFFFFF;
}
.snsmsg_posts_data.overlay {
  display: flex;
  flex-wrap: wrap;
}
.snsmsg_posts_data.overlay .one_data {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  aspect-ratio: 1/1;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 10;
}
.snsmsg_posts_data.overlay .wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}
.snsmsg_posts_data.overlay ul {
  position: relative;
  z-index: 1;
}
.snsmsg_posts_data.overlay .icon {
  position: relative;
  z-index: 1;
  display: none;
}
.snsmsg_posts_data.overlay .name {
  position: relative;
  z-index: 1;
}
.snsmsg_posts_data.overlay .message {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding: 0 10px;
}
.snsmsg_posts_data.overlay .time {
  display: none;
  position: relative;
  z-index: 1;
}
.snsmsg_posts_data.overlay .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  z-index: -1;
}
.snsmsg_posts_data.overlay img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #FFFFFF;
}

.is-x .name {
  color: red;
}

.is-ig .name {
  color: blue;
}

.no-data {
  min-height: auto;
}
.no-data .snsmsg_read_more {
  display: none;
}
.no-data .snsmsg_no_posts {
  display: block;
}/*# sourceMappingURL=hushtag.css.map */