@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/


/* float */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* clearfix */
	* html .clearFix {
		display: inline-block;
	}

	*+html .clearFix {
		display: inline-block;
	}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.mb0 {
	margin-bottom: 0 !important;
}

.clear{
	clear: both;
}

.blue{
	color: #0066CC;
}

.blueb{
	color: #0066CC;
	font-weight: bold;
    position: relative;
    height: 40px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
.shopname{
    height: 16px;
    overflow: hidden;
}

.shopname span:hover{
  opacity: 1.0 !important;
}

#conts .desc{
  padding: 10px 0;
}

#contents h1 {
	padding: 28px 0 14px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-bottom:14px;
}


#conts h3 {
  padding: 28px 0;
  font-size: 18px;
  color: #333;
  border-top: 1px solid #666;
  text-align: left;
}

#conts h3.blueb {
  font-size: 14px;
  color: #0066cc;
  padding: 0;
  border: none;
  line-height: 1.4;
  margin: 0;
}


#conts .one {
	text-align: center;
  padding: 56px 0;
  font-size: 24px;
  color: #333;
  border-top: 0px solid #666;
}
#conts .one a {
    color: #333;
    text-decoration: none;
}
#conts .one a:hover {
    color: #333;
    text-decoration: none;
}

#conts .bigbox01{
  padding-top: 40px;
	word-break: break-all;
    word-wrap: break-word;
    zoom: 1;
}

#conts .bigbox01 .box1{
	margin-bottom: 33px;
	clear: both;
}
#conts .bigbox01 .goods{
  position:relative;
	width: 240px;
	height: 355px;
	float: left;
  padding: 10px;
}

#conts .bigbox01 .goods .link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
}

#conts .bigbox01 .btn02 img{
  width: 100px;
  padding-top: 4px;
  opacity: 0.7;
}

#conts .bigbox01 .btn02 img:hover{
  opacity: 1.0;
}


#conts .bigbox02{
  margin-top: -40px;
  word-break: break-all;
  word-wrap: break-word;
  zoom: 1;
}

#conts .bigbox02 .box1{
  margin-bottom: 33px;
  clear: both;
}
#conts .bigbox02 .goods{
  position:relative;
  width: 240px;
	height: 212px;
  float: left;
  padding: 8px;
}

#conts .bigbox02 .goods .link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
}

#conts .bigbox02 .btn02 img{
  width: 100px;
  padding-top: 4px;
  opacity: 0.7;
}

#conts .bigbox02 .btn02 img:hover{
  opacity: 1.0;
}

#conts .bigbox02 img {
  height: 106px !important;
  width: 188px !important;
  display: inline;
  vertical-align: middle;
  margin-top: 20px;
  padding-bottom: 12px;
}
#conts .bigbox02 .iconCenter td {
  height: 140px !important;
  text-align: center;
}
#conts .cate {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  padding-left: 60px;
}

#conts .cate li{
	float:left;
	width: 170px;
	padding: 0 20px 20px 0;
}
#conts .cate li p{
	background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    margin-top: -16px;
    z-index: 1000;
    position: absolute;
    width: 170px;
}
#conts .cate .last{
	float:left;
	width: 170px;
	padding: 0 0 20px 0;
}

#conts .cate .first{
  float:left;
  width: 170px;
  padding: 0 20px 20px 100px;
}

#conts .cate li img{
	width: 170px;
}

#conts .bigbox01 .goods h4{
	margin-bottom: 10px;
	width: 136px;
}
a.adult{
	clear: both;
  padding: 0.5em;
  margin: 10px auto;
  display: block;
  width: 300px;
  color: #fff !important;
  background: #ff6699;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
}
a.adult:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: -3px 5px 0 0;
  background: url("/static/common/img/u18.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.regi{
	width: 1000px;
  margin: 80px auto 0;
	text-align: center;
	border: 1px solid #aaa;
	padding-bottom: 56px;
}
.regi .mailForm, .mailForm2{
	margin-top:  -28px;
}
.regi .mail{
	width: 400px;
	height: 36px;
  font-size: 16px;
	margin-bottom: 20px;
  padding-left: 16px;
}
.regi .submitBtn{
	color: #fff;
    background-color: #8ea547;
    width: 300px;
    font-size: 19px;
    height: 46px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 10px;
}
.regi .submitBtn:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}





#contents #conts .iconCenter td {
  height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 240px;
  position: relative;
}

#contents #conts .iconCenter img {
  object-fit: contain;
  height: 135px;
  width: 240px;
  display: inline;
  vertical-align: middle;
}

#contents #conts .iconCenter span.sale-listitem {
  display: inline-block;
  background-color: red;
  color: white;
  font-size: 1rem;
  position: absolute;
  left: 0;
  width: 100%;
}

#contents #conts span.new-item {
  color: red;
}

/*
 * 上位女優・ショップ表示用
 */
.top_list {
  margin-bottom: 10px;
  padding: 0 14px;
}
.top_list h2 {
  padding: 5px 0 !IMPORTANT;
}
.top_list li{
  display: list-item;
  font-size: 15px;
  margin: 6px;
}

/*
 * ランキング表示用
 */
.rank {
  display: block;
  background: no-repeat;
  background-size: 30px;
  background-position: left;
  font-size: 14px;
  height: 22px;
  text-align: center;
  margin: auto;
  width: 105px;
}
.rank#rank_1 {
  background-image: url("/static/img/ranking/icon_r1.png");
}
.rank#rank_2 {
  background-image: url("/static/img/ranking/icon_r2.png");
}
.rank#rank_3 {
  background-image: url("/static/img/ranking/icon_r3.png");
}
ul.recent_rankings {
  padding: 0 10px;
  margin-bottom: 20px;
}
ul.recent_rankings li {
  display: inline-table;
  font-size: 1.1rem;
  margin: 0 10px;
}

/* ユーザーレビュー */
.user_reviews #accessed_h3{
  padding-bottom: 10px;
}
.user_reviews .review{
  margin: 10px;
}
.user_reviews .item_name{
  padding-top: 10px;
  font-size: 18px;
}
.user_reviews .reviewer_name{
  font-size: 16px;
}
.user_reviews .review_datetime{
  float: left;
}
.user_reviews .review_evaluation{
  padding-left: 10px;
  float: left;
}
.user_reviews .review_text{
  font-size: 14px;
  clear: both;
}
.no_reviews {
  padding: 10px;
}
.list_title {
  padding: 28px 0;
  font-size: 18px;
  color: #333;
  border-top: 1px solid #666;
  text-align: left;
}
.attr_list {
  clear: both;
  margin-bottom: 10px;
}
.attr_list ul{
  margin-bottom: 5px;
}
.attr_list ul li{
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
}
.attr_list ul li:not(:last-child)::after {
  content: " / "; /* 区切り文字を挿入 */
}
.attr_list .list_title {
  padding: 8px 0 8px 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  background: #666;
  border: 0;
}
