.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;
  padding-top: 2.5rem;
  margin: auto;
}

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

.snsmsg_posts_data {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .snsmsg_posts_data {
    width: 62rem;
  }
}
.snsmsg_posts_data .one_data {
  position: absolute;
  width: 33.5em;
  margin: 0 1.5em 2.1em 0;
  background: #FFFFFF;
  border-radius: 1em;
  box-sizing: border-box;
  border: 2px solid #3c345b;
}
@media screen and (max-width: 768px) {
  .snsmsg_posts_data .one_data {
    width: 50%;
    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: 2.5rem 1.9em 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: 1.6rem;
  line-height: 1.38;
  margin-bottom: 15px;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.8em;
  padding: 0 1.9rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .snsmsg_posts_data .one_data .message {
    font-size: 2.5rem;
  }
}
.snsmsg_posts_data .one_data .name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .snsmsg_posts_data .one_data .name {
    font-size: 2.5rem;
  }
}
.snsmsg_posts_data .one_data .icon {
  width: 54px;
  border-radius: 27px;
  overflow: hidden;
}
.snsmsg_posts_data .one_data .icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.snsmsg_posts_data .one_data .time {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  .snsmsg_posts_data .one_data .time {
    font-size: 2.5rem;
  }
}
.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 */