@charset "utf-8";

/*----------本文中のサムネと動画のデザイン----------*/
.thumbnail{
  position: relative;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
  &:hover{
    filter: brightness(0.7);
    .hover-text{
      opacity: 1; /* マスクを表示する */
    }
  }
}

.embed{
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
  &:hover{
    filter: brightness(0.7);
  }
}

/* ホバーしたときに表示するテキストを非表示にしておく */
.hover-text {
  font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
	position:		absolute;	/* 絶対位置指定 */
	opacity:		0;	/* マスクを表示しない */
}
/*----------------------------------------*/

.post_footer p {
  font-size: 0.9em;
  color: #000;
  margin: 0% 0% 0%;
}
.post p{
  margin: 1% !important;
}

/*----------上記作品はこちらのデザイン----------*/
.itemDesc,
.erKokLinkWrapper {
  display: none !important;
}

.erKokMidashi {
  position: relative !important;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  width: 104.3% !important;
  color: white !important;
  background-color: #FF5112 !important;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
}

.kotira {
  color: white;
  background-color: #FF5112;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 220%;
  width: 100%;
}

.kotira-value {
  font-size: 0.9em;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

.affi_parts {
  border-width: 1px;
  border-style: solid;
  border-color: #cc4343;
  border-radius: 5px;
  background-color: #F7D8D1;
  position: relative;
  padding: 0% 2% 0%;
}

.itemTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1% 0% 1%;
}

.badge-90-top {
  position: relative;
  display: block;
  background-color: rgba(193, 0, 0, 0.8);
  text-align: center;
  width: 96%;
  top: 0;
  line-height: 200%;
  left: 50%;
  transform: translateX(-50%);
}

/*リンクを付与する*/
.badge-90-top .link,
.badge-90 .link,
.fanza-btn .link,
.erotare-btn .link,
.erotare-btn-long .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.badge-90 {
  position: absolute;
  display: inline-block;
  padding: 4% 2%;
  background-color: rgba(193, 0, 0, 0.9);
  border-radius: 50px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  line-height: 100%;
  right: 3%;
  top: 50%;

  text-align: center;
  width: fit-content;
  /* 幅を内容に合わせる */
  max-width: 100%;
  /* 最大幅を100%に指定 */
}

.badge-90:hover {
  background-color: rgba(190, 49, 49, 0.9);
}

.badge-90-top:hover {
  background-color: rgba(190, 49, 49, 0.8);
}

.badge-90-90 {
  font-size: 2.5em;
  color: #FFF;
  font-family: "MS 明朝";
  line-height: 105%;
}

.badge-90-off {
  font-size: 1em;
  color: #FFF;
  font-family: "MS 明朝";
}

.badge-90-sale {
  font-size: 0.9em;
  color: #FFF;
  display: block;
  font-family: "Arial", sans-serif;
}

.badge-90-top-name {
  font-size: 0.9em;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
/*----------------------------------------*/



/*wpデフォルトのボタンのスタイルを上書き*/
.fanza-btn {
  position: relative;
  border-radius: 0.2em;
  background-color: #FF5112;
  box-shadow: 0 4px 0 #c73200;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
  line-height: 3.5;
  text-align: center;
  max-width: 500px;
  /* 最大幅を指定 */
  width: 100%;
  /* 幅を100%に指定 */
}

.fanza-btn:hover {
  background-color: #fd7f51;
  box-shadow: 0 4px 0 #fa7d54;
}

/*形を整えて四角に*/
.fanza-btn-name {
  font-weight: bold;
  color: #ffffff !important;
}


/*------------動画下ボタンのデザイン------------*/
.erotare-btn,
.erotare-btn-long {
  display: inline-block;
  position: relative;
  border-radius: 0.2em;
  /*
  background-color: #39CD75;
  box-shadow: 0 4px 0 #1EAE59;
  */
  background-color: #FCC4C4;
  box-shadow: 0 4px 0 #ddadad;

  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
  line-height: 3.5;
  text-align: center;
  /*width:fit-content;*/
  width: 48%;
  padding: 0px 10px 0px;
  margin: 5px 0px 5px;
  /* 幅を100%に指定 */
}
.erotare-btn-long {
  width: 70%;
}

.erotare-btn:hover,
.erotare-btn-long:hover {
  background-color: #ffdddd;
  box-shadow: 0 4px 0 #e0baba;
}

.erotare-btn-name {
  color: #333333;
  font-weight: bold;
  font-size: 0.9em;
}
/*--------------------------------------------*/