@charset "UTF-8";
/* CSS Document */

@import url("actress.css?0");

/*  common
------------------------*/
#main section + section {
	padding-top: 100px;
}

.col2,
.col3,
.col4,
.col6 {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.col2 > *,
.col3 > *,
.col4 > *,
.col6 > * {
	margin: 0 20px 50px 10px;
}

.col2 > *:nth-child(2n),
.col3 > *:nth-child(3n),
.col4 > *:nth-child(4n),
.col6 > *:nth-child(6n) {
	margin-right: 0;
}

.col2 > * { width: 510px; }
.col3 > * { width: 320px; }
.col4 > * { width: 240px; }
.col6 > * { width: 150px; }


.arw_r {
	position: relative;
	padding-right: 1.8em;
}

.arw_l {
	position: relative;
	padding-left: 1.8em;
}

.arw_r:before,
.arw_l:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #e60021;
}
.arw_l:before {
	right: auto;
	left: 0;
}

.arw_r:after,
.arw_l:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	right: 0.55em;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arw_l:after {
	right: auto;
	left: 0.55em;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}




/*  works
------------------------*/
.archive {
	width: 1000px;
	margin: 0 auto 30px;
	font-size: 120%;
	display: flex;
	justify-content: space-between;
}

.archive a {
	flex: 1 1 0%;
	display: block;
	background: #333;
	color: #fff;
	padding: 0.2em;
	margin: 0 1px;
	text-align: center;
}
	
.archive a:after {
	content: " ▼";
	font-size: 90%;
}



.pagettl {
	position: relative;
}

.pagettl .year_select {
	position: absolute;
	z-index: 99;
	top: 0;
	right: calc( (100% - 1080px) / 2);
	right: -webkit-calc( (100% - 1080px) / 2);
	width: 200px !important;
	margin: 0 !important;
}

.pagettl .year_select select {
    display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	font-size: 13px;
	border-radius: 3px;
	padding: 0 1rem;
}

.pagettl .year_select:before {
	content: "▼";
	position: absolute;
	top: 1px;
	right: 0;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	background: #e60021;
	width: 30px;
	height: 30px;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	pointer-events: none;
}



/*  archive
------------------------*/

.labelban {
	text-align: center;
	margin-bottom: 30px;
}

.labelban img {
    max-width: 100%;
    height: auto;
}

.labelban a {
	display: block;
}

.labelban > *+* {
	margin-top: 10px
}

.labelban img.logo {
	height: 80px;
}

.listbar {
	background: #fafafa;
	padding: 0.5em 1em;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}


.tag {
	margin-bottom: 20px;
}


.sort form{
	display: inline!important;
}

.sort input[type="submit"]{
	color: #333;
	box-shadow: none!important;
	background: none!important;
	border: none!important;
	font-size: 95%;
	cursor: pointer;
}
.sort_current{
	font-weight: bold!important;
}

.pager {
	width: 100%;
}

.pager .total {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.pager .number {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager a, .pager span {
	display: block;
	padding: 0.5em 1em;
	background: #f7f7f7;
	margin: 0 5px;
}

.pager li {
	display: inline-block;
	margin: 0 5px;
}

.pager .current {
	background: #e60021;
	color: #fff;
}
	
.pager .prev:after { content: " 前へ";} 
.pager .next:before { content: "次へ ";} 


/*  search
------------------------*/
#search .searchbox {
	width: 60%;
	margin: 50px auto -30px;
}

#search .searchbox .searchform input {
	height: 50px;
	float: left;
}

#search .searchbox .searchfield {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	padding: 1em;
	font-size: 16px;
}

#search .searchbox .searchsubmit {
	width: 50px;
	background-position: center center;
	background-size: 60px 60px;
}

.searchbox .searchform input[type=submit] {
	font-family: FontAwesome;
}

#search h3 {
	font-size: 120%;
	padding: 5px 10px 6px 40px;
	margin-bottom: 20px;
	position: relative;
	background: url(../img/nav_search.png) no-repeat 10px center;
	background-size: 26px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#search #dvd h3 { background-image: url(../img/sp/nav_sell.png) }
#search #search-goods h3 { background-image: url(../img/nav_goods.png) }

#search h3 a {
	font-size: 1.3rem;
}


#search li {
	margin-bottom: 20px;
}
	
#search li a {
	display: block;
	background: #fafafa;
	border: 1px solid #eee;
	padding: 5px 10px;
}

#search .year {
	font-size: 120%;
	padding-bottom: 10px;
	margin: 0 15px;
	cursor: pointer;
	border-bottom: 1px dotted #eee;
	position: relative;
}

#search .year:after {
	position: absolute;
	right: 0;
	display: inline-block;
	background: #aaa;
	color: #fff;
	font-weight: bold;
	width: 24px;
	line-height: 24px;
	text-align: center;
}

#search .year:after {
	content: "＋"
}

#search .year.active:after {
	content: "ー"
}

#search ul+.year {
	margin-top: 40px;
}

#search .yearlist li {
	margin-top: 20px;
	margin-bottom: 0;
}


#label li {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

#label li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#label li div {
	width: calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
}

#label li h2 {
	font-weight: bold;
	font-size: 120%;
}

#label .logo {
	width: 150px;
	text-align: center;
}
#label .logo img {
	max-height: 56px;
}




/*  ranking
------------------------*/
#ranking h2 {
  height: 50px;
  margin-bottom: 30px;
	text-align: center;
}

#ranking h2 img {
	height: 100%;
}

#ranking ol {
	counter-reset: rank;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#ranking li {
	position: relative;
  width: calc(20% - 44px);
  min-height: 320px;
  margin: 0 22px 2em;
  float: left;
  overflow: hidden;
}


#ranking ol li:before {
	counter-increment: rank;
	content: counter(rank);
  display: block;
	width: 100%;
  height: 1.5em;
  padding-top: 0.8em;
	font-weight: bold;
	color: #fff;
  font-size: 120%;
	text-align: center;
  background: url("../img/rank.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 6px;
}

#ranking ol li:nth-child(1):before { background-image: url("../img/rank1.svg"); }
#ranking ol li:nth-child(2):before { background-image: url("../img/rank2.svg"); }
#ranking ol li:nth-child(3):before { background-image: url("../img/rank3.svg"); }

/*
#ranking ol li:before {
	content: "";
	width: 80px;
	height: 30px;
	position: absolute;
	top: -8px;
	left: -38px;
	z-index: 99;
	background: #333;
	border: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#ranking ol li:after {
	counter-increment: rank;
	content: counter(rank);
	position: absolute;
	z-index: 99;
	top: -2px;
	left: 0;
	width: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#ranking ol li:nth-child(1):before { background: #ebc02c; }
#ranking ol li:nth-child(2):before { background: #a1abac; }
#ranking ol li:nth-child(3):before { background: #d38f67; }
*/

#ranking li a {
	display: block;
	overflow: hidden;
}

#ranking li img {
	width: 100%;
  max-width: 170px;
}

#ranking li h3 {
  margin: 10px 0 2em;
	height: 5em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#ranking .ico_sample {
top: auto;
right: 2px;
bottom: 8em;
}

#ranking .btn {
	position: absolute;
	bottom: 2em;
	right: 0;
	font-size: 90%;
}


#ranking .archive label.tab {
	flex: 1 1 0%;
	display: block;
	background: #333;
	color: #fff;
	padding: 0.2em;
	margin: 0 1px;
	text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
	
#ranking .archive label.tab:hover {
  opacity: 0.7;
}


#ranking .rank-container {
  position: relative;
}

#ranking .rank-container .tab-content {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0px 22px;
}

#ranking .rank-container .tab-toggle {
  display: none;
}

#ranking .rank-container .tab-toggle:checked ~ .tab-content {
  height: auto;
  opacity: 1;
  transition: opacity 0.1s ease-in;
}


/*  girls
------------------------*/
.act {
	font-size: 1.2rem;
}

.act a {
	display: block;
}

.act .photo {
    overflow: hidden;
    width: 100%;
    height: 110px;
    position: relative;
}
.senzoku .act .photo {
	height: 230px;
}

.act .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.act > div {
	height: 70px;
	padding-right: 0;
}

.act .works {
	display: inline-block;
	background: #fff;
	width: 60px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: -20px;
}

.act h4 {
	font-size: 1.5rem;
}

.senzoku .act h4 {
	font-size: 2rem;
}

.act h4 aside,
.act .size {
	font-size: 0.9rem;
}

.senzoku .act h4 aside,
.senzoku .act .size {
	font-size: 1.2rem;
}


/*  contents
------------------------*/
#contentslist .contentslist > li {
	text-align: center;
}

#contentslist ul.contentslist > li > a > img {
	max-width: 240px;
	max-height: 240px;
}

#contentslist li.mensetsu #men_click img {
	max-width: 240px;
	max-height: 240px;
}

#contentslist .allcontents { display: none; }
#contentslist .morebtn {
	display: block;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	text-align: center;
	padding: 0.5em;
	background: #333;
	border-radius: 3px;
	color: #fff;
}
#contentslist .morebtn:before { content: "もっと見る ▼";}
#contentslist .morebtn.act:before { content: "閉じる ▲"; }




/*  news
------------------------*/

#news li {
	display: flex;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	
    margin-top:-130px;
    padding-top:130px;
}

#news li p img {
	width: 150px;
	height: auto;
} 

#news li div {
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	padding-left: 20px;
}

#news li h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

#news span {
	color: #e60021;
	font-weight: bold;
}




/*  event
------------------------*/

#event .days {
	font-size: 120%;
	padding: 10px 10px 6px 35px;
	background-color: #fef7f8;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fffbfc), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 5px;
	margin-top: 20px;
	position: relative;
}

#event .days:before {
	position: absolute;
	top: 12px;
	left: 10px;
	content: "";
	display: block;
	background: url(../img/nav_event.png) no-repeat left center;
	background-size: 20px;
	width: 20px;
	height: 20px;
}

#event .event {
	padding-top: 20px;
	padding-bottom: 20px;
}

#event .event + .event {
	border-top: 1px solid #eee;
}

#event .event dl {
	display: flex;
}

#event .event dt a {
	display: block;
	background: #f6f6f6;
}

#event .event dt img {
	width: 150px;
	height: auto;
}

#event .event dd {
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	padding-left: 20px;
}

#event .event strong {
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #e60021;
}

#event .event .btn_more {
	display: inline-block;
	font-weight: bold;
	font-size: 90%;
	margin-top: 10px;
	padding: 0.2em 0.8em;
	position: relative;
	background: #333;
	color: #fff;
	border-radius: 3px;
}

#event .event .btn_more i {
	position: relative;
	bottom: 1px;
	left: 2px;
}





/*  Topics
------------------------*/

#topiclist li {
	display: flex;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

#topiclist li figure {
	width: 150px;
	height: 150px;
	background: #f6f6f6;
	background-size: cover;
	background-position: center center;
}

#topiclist li figure img {
	width: 150px;
	height: 150px;
} 

#topiclist li div {
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	padding-left: 20px;
	margin: 0 0 0 auto;
}

#topiclist li h2 {
	margin-bottom: 1em;
}

#topiclist li h2 a {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

#topiclist span {
	color: #e60021;
	font-weight: bold;
}

#topiclist .morelink {
	text-align: right;
}

#topiclist .morelink a {
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	border-radius: 3px;
    padding: 0.2em 0.8em;
}




#topics {
	padding: 4em 0;
}

#topics .topics_head {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

#topics .topics_head h1 {
	margin-right: 2em;
	font-size: 155%;
	font-weight: bold;
	position: relative;
}

#topics .topics_head h1:before {
	content: "TOPICS";
	font-size: 60%;
	font-weight: bold;
	color: #e60021;
	position: absolute;
	left: 0;
	top: -1.5em;
}


#topics .topics_head .date {
	margin: 0 0 0 auto;
	font-size: 120%;
	color: #888;
    font-weight: bold;
}

#topics .post_content {
	padding: 2em 0;
	border-bottom: 1px solid #eee;
}

#topics .post_content p,
#topics .post_content strong,
#topics .post_content h1,
#topics .post_content h2,
#topics .post_content h3,
#topics .post_content h4 {
	border: none;
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 100%;
	background: none;
}
#topics .post_content h2:after { display: none;}

#topics .post_content p { margin: 1em 0; }
#topics .post_content img { max-width: 100%; height: auto; }
#topics .post_content strong { font-weight: bold; }
#topics .post_content h1 { font-size: 180%; font-weight: bold; }
#topics .post_content h2 { font-size: 160%; font-weight: bold; }
#topics .post_content h3 { font-size: 140%; font-weight: bold; }
#topics .post_content h4 { font-size: 120%; font-weight: bold; }
#topics .post_content h5 { font-size: 110%; font-weight: bold; }
#topics .post_content h6 { font-size: 105%; font-weight: bold; }
#topics .post_content blockquote {
	background: #fef7f8;
	margin: 2em 0;
	padding: 2.5em 2em;
	position: relative;
}
#topics .post_content blockquote:before {
    display: inline-block;
    position: absolute;
    top: .5em;
    left: .5em;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e60021;
    font-size: 20px;
    line-height: 1;
}



#topics .topics_btm {
	display: flex;
	align-items: center;
	padding: 2em 0;
}

#topics .next_topics {
	width: 50%;
	margin: 0 0 0 auto;
	text-align: right;
}

#topics .prev_topics {
	width: 50%;
	margin: 0 auto 0 0;

}







/*  Page
------------------------*/
#page h2 {
	border: none;
	padding: 0;
	margin: 0;
}

#page h2:after {
	display: none;
}

#page h1, #page h2, #page h3, #page h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#page h1, #page h2 {
	margin-bottom: 2em;
}

#page h1 { font-size: 155%; }
#page h2 { font-size: 145%; }
#page h3 { font-size: 130%; }
#page h4 { font-size: 120%; }

#page p {
	margin-bottom: 2em;
}

#page table th {
	background: #fafafa;
	text-align: left;
	padding: 0.8em 1em;
}

#page table td {
	padding: 0.8em 1em;
}

#page li+li {
	margin-top: 0.8em;
}

#page ol.policy > li+li{
	margin-top: 3em;
	
}

#page ol.policy li > ul {
	margin-left: 1em;
}


/* Shop */
#todouhuken_list h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #eee;
}

#shop .list {
	margin-bottom: 30px;
}

#shop .list a {
	display: inline-block;
	color: #E60020;
}


#shop dl {
	overflow: hidden;
	margin-bottom: 40px;
    margin-top:-130px;
    padding-top:130px;
}

#shop dd {
	width: 33.3%;
	float: left;
	margin-bottom: 30px;
}

#shop dl h2 {
	font-size: 120%;
	padding: 10px 10px 6px 10px;
	background-color: #fef7f8;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fffbfc), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 5px;
	margin-bottom: 20px;
	position: relative;
}

#shop .sname {
	font-weight: bold;
	margin-bottom: 5px;
}

#shop .sname:before {
	content: "■ ";
	color: #E60020;
}


/* Contatc */

#ad_contact {
	width:730px;
	margin:0 auto;
	color:#666;
	text-align:center;
	padding:0;
}

#ad_contact h3{
	width:730px;
	margin:0;
	padding:0;
}

#ad_contact h4{

	padding:0;
	font-size:18px;

}

#ad_contact h4{
	width:730px;
	margin:20px 0;
	padding:0;
	font-size:18px;
	color:#333;
}

#ad_contact ul{
	margin:0 30px;
	padding:0;
	font-size:12px;
}

#ad_contact_f {
	margin:-10px auto;
	color:#666;
	text-align:left;
	border: 1px solid #b69e92;
	padding:20px;
}

#ad_contact_f .tex{
	margin:20 auto;
	padding:20px;
	color:#666;
	border:1px solid #CCC;
}


#ad_contact form{
	width:100%;
}

#ad_contact table{
	border-collapse:collapse;
	width:100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#ad_contact td{
	border:1px solid #ccc;
	padding:5px;
	color:#666;
}
#ad_contact td.l_Cel{
	vertical-align: top;
	width:150px;
	color:#333;
}

#ad_contact button,
#ad_contact input[type="text"],
#ad_contact textarea{
	border: 1px solid #ccc;
	padding: 0.5em;
}



#old-page {
	width: 990px;
	margin: 0 auto;
}



/*  Not found
------------------------*/
#notfound {
	text-align: center;
	padding-top: 10vh;
}

#notfound b {
	display: block;
	font-size: 200%;
	color: #e60021;
	margin-bottom: 20px;
}
	