@charset "euc-jp";
/***************

メニュー アクティブ

****************/
.header-menu-list-item.is_blog .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.image-space .sub-menu-list-item.is_image-space .sub-menu-list-item__link {
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}

/*********** 全体 ************/
.theme-banner {
  display: block;
  width: 560px;
  height: 140px;
  margin: 0 auto 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.post-sort {
  margin-bottom: 10px;
  text-align: right;
  letter-spacing: 0.04em;
}

.post-sort a.on {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

@media print {
  body { display: none }
}

/*********** 投稿 ************/
.image-post-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 10px;
  padding: 10px 5px;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.image-post {
  box-sizing: border-box;
  width: 270px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px #dddddd;
}

/* パフォーマー情報 */
.image-post-performer {
  margin-bottom: 8px;
  padding: 9px 9px 0 9px;
}

.image-post-performer-thumbnail {
  display: inline-block;
}

.image-post-performer-thumbnail:hover {
  cursor: pointer;
}

.image-post-performer-thumbnail__image {
  display: block;
  width: 53px;
  height: 40px;
  object-fit: contain;
}

.image-post-performer-profile {
  position: relative;
  display: inline-block;
  width: 191px;
  height: 40px;
  vertical-align: top;
}

.image-post-performer-profile-name {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

a.image-post-performer-profile-name__link {
  color: #444444;
}

a.image-post-performer-profile-name__link:hover {
  text-decoration: underline;
}

.image-post-performer-profile .count {
  width: 65px;
  height: 15px;
  padding: 2px 7px 3px 7px;
  background-color: #b2b2b2;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

/* 待機中 */
.image-post-performer-profile div.status_01 .count,
.image-post-performer-profile div.status_01-7 .count,
.image-post-performer-profile div.status_0-1 .count {
  background-color: #ebb700;
}

/* チャット中 */
.image-post-performer-profile div.status_02 .count,
.image-post-performer-profile div.status_02-7 .count {
  background-color: #dc3f8d;
}

/* 2SHOT中 */
.image-post-performer-profile div.status_03 .count {
  background-color: #8843e2;
}

/* 待ちあわせ */
.image-post-performer-profile div.status_04 .count {
  background-color: #009ab5;
}

/* 有料画像アイコン */
.image-post-performer-profile .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}

.image-post-performer-profile .icon:before {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-post-performer-profile .icon.icon-lock:before {
  background-image: url(https://assets.chatpia.jp/common/img/icon_padlock.svg);
  filter: brightness(0) saturate(100%) invert(44%) sepia(99%) saturate(2663%) hue-rotate(32deg) brightness(105%) contrast(101%);
}

.image-post-performer-profile .icon.icon-unlock:before {
  background-image: url(https://assets.chatpia.jp/common/img/icon_padlock_open.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(58%) saturate(6227%) hue-rotate(297deg) brightness(84%) contrast(107%);
}

/* ひとことコメント */
.image-post-performer-hitokoto {
  margin-top: 2px;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #888888;
  border-radius: 4px;
  font-size: 12px;
  color: #888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.image-post-performer-hitokoto:before {
  position: absolute;
  top: 48px;
  left: 39px;
  z-index: 2;
  content: "";
  margin-left: -15px;
  border: 3px solid transparent;
  border-bottom: 4px solid #ffffff;
}

.image-post-performer-hitokoto:after {
  position: absolute;
  top: 46px;
  left: 41px;
  z-index: 1;
  content: "";
  margin-left: -17px;
  border: 3px solid transparent;
  border-bottom: 4px solid #888888;
}

/* ギャラリー */
.image-post-gallery-title {
  display: none;
}

.image-post-gallery-thumbnail {
  position: relative;
  width: 268px;
  height: 268px;
  overflow: hidden;
}

.image-post-gallery-thumbnail:hover {
  filter: brightness(110%);
}

.image-post-gallery-thumbnail img {
  display: block;
  width: 268px;
  height: 268px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

.image-post-gallery-thumbnail .icon.icon-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #ffffff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}

.image-post-gallery-thumbnail img:hover {
  filter: brightness(110%);
}

.image-post-gallery-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 6px 0;
  align-items: center;
  margin-top: 10px;
  padding: 0px 10px;
}

.image-post-gallery-select img {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

.image-post-gallery-select img:hover {
  filter: brightness(110%);
}

.image-post-gallery-select img.selected {
  box-sizing: border-box;
  border: 2px solid #9a0074;
}

/* いいね！&コメント */
.image-post-caption {
  margin-top: 10px;
  padding: 0 10px 15px;
}

.image-post-caption-like-button {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #444444;
  cursor: pointer;
  white-space: nowrap;
}

.image-post-caption-like-button .icon-heart:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(https://assets.chatpia.jp/common/img/icon_heart_border.svg) 0 0 no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1855%) hue-rotate(231deg) brightness(94%) contrast(93%);
  transition: all 300ms 0s ease;
}

.image-post-caption-like-button.is_good .icon-heart:before {
  background-image: url(https://assets.chatpia.jp/common/img/icon_heart_fill.svg);
  filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(3306%) hue-rotate(350deg) brightness(92%) contrast(95%);
}

.image-post-caption-like-button.is_disabled {
  color: #cccccc;
}

.image-post-caption-like-button.is_disabled .icon-heart:before {
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(82%) contrast(104%);
}

.image-post-caption__text {
  font-size: 14px;
  line-height: 1.5em;
}

/* 購入ボタン */
.image-post-payoff {
  padding: 10px 20px 15px;
  border-top: 1px solid #efefef;
}

.image-post-payoff__text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.image-post-payoff__text .icon {
  margin-right: 4px;
  vertical-align: initial;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.image-post-payoff__text .icon:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://assets.chatpia.jp/common/img/icon_padlock.svg) 0 0 no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(44%) sepia(99%) saturate(2663%) hue-rotate(32deg) brightness(105%) contrast(101%);
}

.image-post-payoff__text .text.is_unit {
  font-size: 16px;
}

.image-post-payoff-button {
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

.image-post-payoff-button.is_disabled {
  background-color: #dcdcdc;
  cursor: default;
  pointer-events: none;
}

.image-post-payoff-button.is_disabled:hover {
  filter: initial;
}


/*********** ダイヤログ ************/
.dialog-background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000000;
  opacity: 0.75;
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  width: 670px;
  max-width: 670px;
  background: #ffffff;
  border-radius: 14px 14px 10px 10px;
  text-align: center;
}

.dialog-title {
  position: relative;
  padding: 11px 15px;
  background-image: linear-gradient(to top, #680a55, #8c0e73);
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}

.dialog-title-close {
  position: absolute;
  top: 11px;
  right: 15px;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 1px solid #f0eff0;
  border-radius: 12px;
  cursor: pointer;
}

.dialog-title-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  content: "";
  width: 2px;
  height: 15px;
  background: #f0eff0;
}

.dialog-title-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
  width: 2px;
  height: 15px;
  background: #f0eff0;
}

.dialog-gallery {
  box-sizing: border-box;
  width: 670px;
  min-height: 582px;
  padding: 16px 15px 0;
  text-align: center;
  overflow: hidden;
}

.dialog-gallery-picture {
  position: relative;
  width: 640px;
  height: 480px;
  margin-bottom: 10px;
  background: #000000;
  overflow: hidden;
}

.dialog-gallery-picture__image {
  display: block;
  width: 640px;
  height: 480px;
  object-fit: contain;
  pointer-events: none;
}

.dialog-gallery-picture .icon.icon-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}

.dialog-gallery-select {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-gallery-select-btn.is_prev {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: #8f1677;
  border-radius: 12px;
}

.dialog-gallery-select-btn.is_prev:before {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 10px;
  border-left: 3px solid #ffffff;
}

.dialog-gallery-select-btn.is_prev:after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 10px;
  border-left: 3px solid #ffffff;
}

.dialog-gallery .image-post-gallery-select {
  margin-top: initial;
  padding: initial;
}

.dialog-gallery .image-post-gallery-select img {
  box-sizing: border-box;
  margin: 0 4px;
}

.dialog-gallery .image-post-gallery-select img.selected {
  border: 2px solid #9a0074;
}

.dialog-gallery-select-btn.is_next {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-color: #8f1677;
  border-radius: 12px;
}

.dialog-gallery-select-btn.is_next:before {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 10px;
  border-left: 3px solid #ffffff;
}

.dialog-gallery-select-btn.is_next:after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 10px;
  border-left: 3px solid #ffffff;
}

/* ダイアログ内購入ボタン */
.dialog .image-post-payoff {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: initial;
  border: none;
}

.dialog .image-post-payoff__text {
  margin: 0 20px 0 0;
}

.dialog .image-post-payoff-button {
  margin: initial;
}


/*********** 右サイドバー ************/
.space-summary {
  margin-bottom: 10px;
  border: 2px solid #9a0074;
  border-radius: 6px;
}

.space-summary__title {
  padding: 2px 0 2px 8px;
  background: #9a0074;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.space-summary__text {
  margin-bottom: 20px;
  padding: 6px 8px 0;
}

.space-summary-list + .space-summary__text {
  line-height: 1.2em;
  margin-bottom: 12px;
}

.space-summary__text a {
  font-size: 10px;
  line-height: 1.2;
}

.space-summary-list {
  padding: 0 8px;
}

.space-summary-list-item {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}