.conversation {
  display: flex;
  align-items: center;
  align-content: center;
}
.conversation > div {
  margin-bottom: 32px;
}
.conversation-serif {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #333;
  font-size: 13px;
  background: #ffd2d2;
  border-radius: 8px;
  flex: 1;
  min-height: 60px;
}
.conversation-right .conversation-serif {
  margin-right: 22px;
}
.conversation-right .conversation-serif:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffd2d2;
}
.conversation-left {
  flex-direction: row-reverse;
}
.conversation-left .conversation-serif {
  margin-left: 22px;
  background-color: #ccffd3;
}
.conversation-left .conversation-serif:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ccffd3;
}
.conversation-who img {
  border-radius: 200px;
  width: 50px;
  height: 50px;
  border: 2px solid #ebebeb;
}
.conversation-who p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #4a4a4a;
}

.title {
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.title.title--type-main {
  background: url(/e30105ecfc472086535bbd5a311accd5.svg) no-repeat center 0;
  padding-top: 64px;
  background-size: 130px;
}
.title.title--type-main span.subtitle {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.title.title--type-main--pickup:before {
  content: "PICK UP";
}
.title.title--type-main--tops:before {
  content: "TOPS";
}
.title.title--type-main--reading {
  background-image: url(/250eed6a20fcb0a97bb6f61d1a78f12b.svg);
}
.title.title--type-main--ideas {
  background-image: url(/741a1c75fb4e11a9dd2d205ff98e4280.svg);
}
.title.title--type-main--news {
  background-image: url(/d4f9ee7b25c1e10e0cdd769a2f9391ef.svg);
}

.post-detail {
  background: #fff;
  position: relative;
}
.post-detail-header {
  background: #fff;
}
.post-detail-header-picture {
  position: relative;
}
.post-detail-header-picture-back {
  width: 25px;
  height: 25px;
  text-align: left;
  left: 18px;
}
.post-detail-header-picture-back img {
  width: 10px;
  vertical-align: top;
}
.post-detail-header-picture-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.post-detail-header-picture-img img {
  width: 100%;
  margin-top: -35px;
}
.post-detail-info {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.post-detail-info-date {
  color: #919191;
  display: inline-block;
  font-size: 1.2rem;
}
.post-detail-info-title {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-top: 8px;
}
.post-detail-like {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  bottom: -20px;
  right: 16px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #eb9192;
}
.post-detail-like img {
  width: 13px;
  padding-right: 8px;
}

.section--author-info {
  background: #f2f2f2;
  padding: 35px 0 40px;
  position: relative;
  margin-top: 20px;
}
.section--author-info-img {
  position: relative;
  margin-top: -60px;
  display: flex;
  justify-content: center;
}
.section--author-info-name {
  color: #808080;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}
.section--author-info-name span {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.section--author-info-des {
  margin: auto;
  text-align: center;
}

.base-avatar {
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ebebeb;
  overflow: hidden;
}
.base-avatar img {
  display: none;
}
.base-avatar--no-image {
  background-image: url(/785108e8cd4c81f7c8c9a406dc5a107d.svg);
  background-size: 50%;
  background-position: center;
  background-color: #E4DBCA;
}

.post-content {
  padding: 0 16px;
  box-sizing: border-box;
}
.post-content h2 {
  border-bottom: 2px solid #eb9192;
  font-size: 1.9rem;
  padding-top: 40px;
  padding-bottom: 8px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post-content h3 {
  border-left: 3px solid #eb9192;
  box-sizing: border-box;
  margin-top: 24px;
  padding-left: 1rem;
}
.post-content p {
  font-size: 1.5rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.post-content a {
  color: #333;
  text-decoration: underline;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content iframe {
  margin-top: 20px !important;
  width: 100%;
}
.post-content .wp-video {
  width: 100% !important;
}
.post-content .wp-video .wp-video-shortcode {
  width: 100%;
}

.post-item {
  height: 100px;
  position: relative;
}
.post-item > a {
  display: flex;
  height: 100%;
  position: relative;
}
.post-item-l > a {
  display: block;
  height: 100%;
}
.post-item-l .post-item-detail {
  flex: 1;
  position: static;
  font-size: 1.6rem;
}
.post-item-detail {
  flex: 1;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.post-item-l {
  height: 200px;
}
.post-item-l .post-item-img {
  width: 100%;
  height: 115px;
}
.post-item-img {
  width: 25%;
  background-size: cover;
  height: 100px;
  background-position: center;
}
.post-item-img img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.post-item-title {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3;
}
.post-item-info {
  font-size: 1.1rem;
  margin-top: 5px;
  position: absolute;
  width: 100%;
  right: 10px;
  bottom: 10px;
}
.post-item-info-author {
  color: #808080;
  position: absolute;
  left: 27px;
  bottom: 0;
}
.post-item-info-views {
  color: #808080;
  float: right;
  font-weight: bold;
}
.post-item-info-like {
  color: #eb9192;
  float: right;
  font-weight: bold;
  margin-left: 25px;
  position: relative;
}
.post-item-info-like:before {
  width: 10px;
  height: 10px;
  background: url(/1e8b54cd26a03d6d109a1ae24619e9cb.svg) no-repeat 0 0;
  background-size: 10px 10px;
  content: "";
  position: absolute;
  top: 4px;
  left: -13px;
}

/**
 * ミックスインデフォルト変数
 */
.post-detail-header-bar {
  background: #fff;
}
.post-detail-header-bar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
@media (min-width: 768px) {
  .post-detail-header-bar-fixed {
    width: 400px;
  }
}

.title.title--type-announce {
  padding-top: 0;
  background: none;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.title.title--type-announce:before {
  display: inline-block;
  width: 8px;
  content: url(/20e71ef092d71544a27ec4de4ed30293.svg);
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.title.title--type-announce:after {
  display: inline-block;
  width: 8px;
  content: url(/1a13e487345b8d405636ad47adbff9aa.svg);
  position: relative;
  top: 3px;
  margin-left: 8px;
}

.app-share-list-btn {
  margin-top: 24px;
  display: flex;
}
.app-share-list-btn > base-button {
  flex: 1;
  margin: 0 8px;
}
.app-share-list-btn .btn {
  box-sizing: border-box;
}

.app-follow-us-banner-img {
  margin: 16px 0;
}
.app-follow-us-banner-img img {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.app-follow-us-img {
  text-align: center;
  margin-bottom: 16px;
}
.app-follow-us-title {
  font-size: 1.2rem;
}
.app-follow-us-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.app-follow-us-btn base-button-circle {
  margin: 0 4px;
}

.page-post-detail-share-list {
  margin: 32px 0 16px;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #ebebeb;
}
.page-post-detail-follow-us {
  margin: 32px 0 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #ebebeb;
}
.page-post-detail-related-posts {
  background: #f4f1ed;
  padding: 32px 0;
}
.page-post-detail-related-posts-title {
  margin-bottom: 32px;
}
.page-post-detail-related-posts-list-item {
  margin: 8px 16px;
}

