@charset "UTF-8";

/*!
Theme Name: FANZA
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.logo-text{
  padding:0.2vw 0 0.2vw;
}
.site-name-text{
  font-size:0.8em;
  padding-left:10px;
}
header#header{
  display:inline-block;
  width:17%;
}
#header-in{
  width:100%;
}
nav{
  display:inline-block;
  width:80%;

}
.navi-in ul{
  padding-left:0px;
  justify-content: left;
}
.navi-in > ul li{
  width:140px;
  font-size:0.8rem;
}
.item-label{
  font-size:0.8rem;
}
.nav-in form .search-edit, input[type="text"]{
  height:25px;
  border-radius:30px;
  margin-top:8px;
}
.search-box{
  margin:0;
  width:200px;
}
#main .search-box{
  margin:0;
  width:50%;
}

#main{
  padding:10px 10px;
}
.article h1{
  padding:0;
 padding-bottom:15px;
 margin-bottom:30px;
 margin-top:30px;
 border-bottom:solid 4px #9d4aa3
}
.article h2{
  font-size:20px;
  background-color:#560f5b;
  padding:10px;
}
.sidebar-category{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  padding:10px;
}
.sidebar-list{
  margin-left:10px;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
}
.cate-h4{
  padding-bottom:0px !important;
  border-top:none !important;
  border-bottom:10px solid #c9c9c9 !important;
}
.cate-h4 a{
  text-decoration: none;
  color:#5d5d5d;
}


#actress-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  
}
.post-date{
  display:none;
}
#actress-list a{
  width:45%;
  min-width:360px;
  border:solid 1px #ccc;
  border-radius:15px;
  margin:0 20px 10px 0;
  overflow:hidden;
  text-decoration:none;
  color:#333;
}
#actress-list article{
  display:flex;
  justify-content:space-between;
  height:120px;
}
.actress-figure{
  padding:0;
  height:100%;

}
.actress-figure img{
  height:100%;
}
.actress-name{
  padding:10px 0 0 15px;
  flex-grow:3;
}

.sample-images{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.sample-images > div{
  max-width:29%;
}
/* .sample-images > div > img{
  max-width:15vw;
} */
@media only screen and (max-width:1000px) {
  .sample-images > div{
      max-width:33%;
  }
  .sample-images > div > img{
      max-width:100%;
  }
}
@media only screen and (max-width:600px) {
  .sample-images > div{
      max-width:45%;
  }
  .sample-images > div > img{
      max-width:100%;
  }
}
.fa-folder:before{
  content:none;
}
.sample-images{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
/* .sample-images > div{
  //max-width:49%;
} */

@media only screen and (max-width:400px) {
  .sample-images > div{
      max-width:30%;
  }
  .sample-images > div > img{
      max-width:100%;
  }
}
@media only screen and (max-width:330px) {
  .sample-images{
    padding-left:15px;
    padding-right:15px;
  }
  .sample-images > div{
      max-width:45%;
  }
  .sample-images > div > img{
      max-width:100%;
  }
  .entry-title,.article h2{
    font-size:15px;

  }
}
.fa-folder:before{
  content:none;
}
.sidebar h3{
  padding:3px 12px;
  font-size:1em;
  color:#5d5d5d;
  border-bottom:solid 2px #d4d4d4;
  background-color: transparent;
}

.kw-frm{
  display:flex;
  flex-wrap:wrap;
}
.kw-frm input[type="text"]{
  flex-basis:50%;
}
.kw-frm input[type="submit"]{
  flex-basis:16%;
  height:40px;
  margin-left:20px;
}
.search-keyword{
  width:100%;
  height:40px;
  border:solid 2px #ddd;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.search-keyword:focus{
  border:solid 2px #d7adda;
  box-shadow:0 0 0 0.15rem #eaccec;
  outline:0;
}
.pop-key{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  padding:3px;
  justify-content: flex-start;
}
.pop-key a{
  background-color:#a7a7a7;
  color:#fff;
  border:solid 1px #eee;
  font-size:12px;
  padding:3px 15px;
  box-shadow:0 0 0 1px #d4d4d4;
  margin-right:10px;
  text-decoration:none;
}

.pop-key a:hover{
  background-color:#560f5b;
}

.page-top-sec{
  padding-bottom:20px;
}
.actress-items{
  display:flex;
  flex-wrap:wrap;
}
.actress-item{
  width:48%;
  display:flex;
  margin-bottom:20px;
}
.actress-item > div{
  flex-basis:45%;
}
.actress-item > div.prod-title{
  color:#333;
  font-size:14px;
  line-height:1.2rem;
}
.actress-item > div.prod-title a{
  text-decoration: none;
}
.actress-genres{
  display:flex;
  flex-wrap:wrap;
  border:solid 5px #d4d4d4;
  border-radius:8px;
  padding:20px 5px 10px 5px;
  margin:20px 0 30px;
  position:relative;
}
.actress-genres div{
  margin-left:10px;
  font-size:15px;
}
.actress-genre-heading{
  position:absolute;
  top:-1rem;
  background-color:#fff;
  left:0;
  padding:0 10px;
  font-weight:bold;
  color:#5d5d5d;
  font-size:17px !important;
}
.prod-genres{
  display:flex;
  flex-wrap:wrap;
}
.prod-genre{
  border:solid 1px #ddd;

  margin:3px;
  font-size:12px;
  white-space:nowrap;
  transition: all 0.3s ease-in-out;
  display:inline-block;
}
.prod-genre a{
  padding:2px 4px;
  display:table;
}
.prod-genre a:hover{
  background-color:#e6448c;
  color:#fff;
}
a.dmm-link{
  background-color:#fff;
  color:#ee2737;
  display:table;
  padding: 2px 4px;
  margin:3px;
  border-radius:3px;
  border:solid 1px #ee2737;
  text-decoration:none;
  transition:all 0.3s ease-in-out;
}
a.dmm-link:hover{
  background-color:#ee2737;
  color:#fff;
}



.link-button{
  width:80%;
  height:70px;
  padding:20px;
  background-color:#e6448c;
  border-radius: 80px;
  text-align: center;
  margin:30px auto;
  position:relative;
  line-height:75px;
  font-size:25px;
  transition:all 0.2s ease-in-out;
}
.link-button a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#fff;
  font-weight: bold;
  text-decoration: none;
}
.link-button:hover{
  background-color:#ff84bb;
  
}
.name-roma{
  font-size:12px;
  margin-top:-10px;
}

.actress-entry-card{
  display:flex;
  flex-wrap:wrap;
  width:10%;
  gap:2px;
  padding:0px 2px;
}
.actress-entry-card-thumb{
  width:150px;
}
@media (max-width:767px){
  .actress-entry-card{
    width:20%;
  }
}
@media (max-width:500px){
  .actress-entry-card{
    width:25%;
  }
}
@media (max-width:400px){
  .actress-entry-card{
    width:33%;
  }
}
/* .sidebar-category{
  display:flex;
  flex-wrap:wrap;

}
.sidebar-category li a, .actress-genres div a, .cat-name a{
  padding:3px 8px;
  margin:5px;
  border-radius:15px;
  border:solid 1px #ccc;
  background-color:#f3f3f3;
  text-decoration:none;
  display:inline-block;
  color:#333;
  transition:all 0.2s ease-in-out;
}
.sidebar-category li a:hover, .actress-genres div a:hover, .cat-name a:hover{
  background-color:#560f5b;
  color:#fff;
} */
.cat-link{
  margin:12px;
  padding:3px 8px;
  font-size:16px;
}
.actress-50{
  padding-left:0px;
  list-style:none;
  display:flex;
  gap:1px;

}
.list-50{
  text-align:center;
  display:flex;
  flex-wrap:wrap;
}
.list-50 div{
  display:inline-block;
  width:49%;
}
.list-50 div:nth-child(odd){
  margin-right:0.3rem;
}
.actress-50 li{
  text-align:center;
  background-color:#f3f3f3;
  border:solid 1px #ccc;
  padding:4px;
  position:relative;
  width:23%;
  height:40px;
  margin:2px;
  line-height:40px;
}
.actress-50 li.ini-none{
  background-color:initial;
  border:none;
}


.actress-50 li a{
  text-decoration:none;
  color:#333;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.list-actress{
  display:flex;
  flex-wrap:wrap;
  margin-top:40px;
}
.actress-entry-card-thumb{
  text-align:center;
}
.actress-entry-card-thumb a{
  text-decoration:none;
}
.actress-entry-card-title {
  margin-top:-10px;
}
.spacer{
  width:100%;
}
.product-description{
  padding:15px 0px;

}
.cat-line{
  display:flex;
}

.related-contents{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.related-item{
  padding:10px;
  width:300px;
}
.related-item a{
  text-decoration: none;
  font-size:small;
}
.related-item-title{
  line-height:12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-item-actress{
  display:flex;
  flex-wrap: wrap;
  margin-top:12px;
}
.related-item-actress > div{
  margin-right:12px;
  line-height:20px;
}
.breadcrumb .sp {
  margin: 0 5px;
}
.breadcrumb{
  margin:0;
  margin-bottom:15px;
}
.actress-name-name{
  font-weight:bold;
}
.cup{
  font-size:1.2rem;
  padding-right:5px;
  font-weight:bold;
}
.dmm-btn-list{
  padding-top:8px;
  padding-bottom:20px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dmm-btn{
  width:49%;
  margin-top:5px;
  text-align:center;
  text-decoration:none;
  background-color:#ec567c;
  color:#fff;
  letter-spacing: 0.5px;
  transition:0.2s ease-out;
  cursor:pointer;
  display:flex;
  height:50px;
}
.dmm-btn:hover{
  color:#fff;
  font-weight:bold;
  background-color:#c22d70;
}
.dmm-btn > .dmm-btn-icon{
  width:35px;
  text-align:center;
  line-height:42px;
  padding-left:15px;
  font-size:30px;
  padding-top:8px;
}
.dmm-btn-message{
  margin:auto;
  text-align: center;
}
.dmm-btn-text{
  font-size:0.7em;
  margin-top:-7px;
}
.product-meta{
  padding-top:8px;
  font-size:0.8em;
  display:flex;
  flex-wrap: wrap;
}
.product-meta > div{
  padding-right:40px;
}
.product-meta a{
  text-decoration:none;
}
.product-meta-genre{
  padding-right:0px !important;
}
.meta-genre-list{
  display:flex;
  flex-wrap:wrap;
}
ul.meta-genre-list{
  list-style: none;
  padding:0;
}
ul.meta-genre-list li{
  margin-bottom:15px;
  margin-right:10px;
}
ul.meta-genre-list li a{
  border: solid 1px rgb(248, 248, 248);
  background-color:#e4e4e4;
  border-radius:5px;
  color:#333;
  min-width:80px;
  padding:3px 8px;
  margin-bottom:7px;
}
h2.h2-actress{
  margin-top:0px;
  padding-bottom:1px;
  background-color:#fff;
  color:#560f5b;
  border-bottom:#560f5b solid 1px;
  font-size:1.1em;
}
@media only screen and (min-width:600px) {
  .dmm-btn-message{
    /* margin-left:50px; */
    width:100%;
  }
  /* .dmm-btn > .dmm-btn-icon{
    padding-left:90px;
  } */
  .dmm-btn-message > div{
    display:inline-block;
    font-size:22px;
  }
}

.dmm-btn >span{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  padding:0;
  line-height:1em;
}

.dmm-btn > div> span{
  font-size:0.7em;
  padding-top:1px;
  padding-bottom:8px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('/css/fonts/icomoon.eot?ms0l0i');
  src:  url('/css/fonts/icomoon.eot?ms0l0i#iefix') format('embedded-opentype'),
    url('/css/fonts/icomoon.ttf?ms0l0i') format('truetype'),
    url('/css/fonts/icomoon.woff?ms0l0i') format('woff'),
    url('/css/fonts/icomoon.svg?ms0l0i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dmm-btn i{
  padding-right:8px;
}
.icon-play:before {
  content: "\e912";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-display:before{
  content: "";
  background-image: url("/css/fonts/display.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.icon-mobile:before{
  content: "";
  background-image: url("/css/fonts/mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.video-js .vjs-big-play-button{
  background-color:rgb(236 86 124 / 70%) !important;
  border:0.13em solid #fff !important;
}
.fx-lst{
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  justify-content: space-between;
}

.fx-lst > div{
  margin:0 auto;
  padding:10px;
  width:30%;
}
@media screen and (min-width: 834px){
  /*必要ならばここにコードを書く*/
  .fx-lst > div{
    width:20%;
  }

}
.fx-lst .title{

  font-size:small;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
.sidebar-category li a:nth-child(n+7){
  display:none;
}
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  #header-container-in{
    display:none;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .sidebar-category li a:nth-child(n+7){
    display:none;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .sidebar-category li a:nth-child(n+7){
    display:none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .actress-item{
    width:100%;
    display:flex;
    flex-wrap:wrap;
  }
  .actress-item > div{
    flex-basis:100%;
  }

  .cat-line > div:nth-child(4), .cat-line > div:nth-child(5){
    display:none;
  }
}
.menu-pc li a{
  display:inline-block;
}
ul.menu-top li::before{
  color:#fff;
  padding-right:12px;
}
.mobile-menu-buttons{
  background-color: #560f5b;
}
.mobile-menu-buttons .menu-button > a {
  color:#fff;
}
.menu-icon {
  color:#fff;
}
.menu-caption{
  color:#fff;
}

.navi .item-label{
	overflow:unset;

}
.hlt-tm-small .navi-in > ul li, .cl-slim .navi-in > ul li{
	line-height:30px;
}

.mobile-menu-buttons{
	font-size:16px;
}
.navi-in a {
  width:auto !important;
}
#header-in .tagline{
  display:none;
}
.navi-in a:hover{
  background-color: #863b8b;
}