/*----------------------------------------------------------
	edit by toshio maeoka / pm studio co.,ltd.
	mail:maeoka@pmstudio.com
	url:http://www.pmstudio.com/
-----------------------------------------------------------*/

/*-------------------------------
	each collection frame
--------------------------------*/
a {
  border: none;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

a:visit {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.block2 {
  width: auto;
  height: auto;
  margin: 0px auto;
  border: 1px solid #ccc;
  display: block;
}

.collection_list {
  width: 100%;
  height: auto;
  margin: 0px auto;
  border: 0px solid #ccc;
  display: block;
}

/*--スマフォ用tag非表示---*/
.area_sp {
  display: none;
}

.sp_show {
  display: none;
}

.profile_box_frame {
  width: 58%;
  height: 70px;
  margin: 0px auto;
}

.girl_profile_box {
  width: 297px;
  height: 46px;
  border: 1px solid rgba(223, 107, 150, 1);
  font-size: 1.4rem;
  color: rgba(223, 107, 150, 1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.girl_profile_box_pink {
  position: relative;
  background: rgba(223, 107, 150, 1);
  width: 297px;
  height: 46px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.girl_profile_box_pink:before {
  content: "";
  position: absolute;
  right: auto;
  top: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid rgba(223, 107, 150, 1);
}

/*--blog SNSアイコン--*/
.blog_sns_frame {
  //width:100%;
  height: auto;
  margin: 0px auto;
  border: 0px solid #ccc;
}

.blog_sns_frame ul:nth-child(1) {
  width: 55%;
}

.blog_sns_frame ul:nth-child(2) {
  width: 45%;
}

ul.blog_sns_icons1 {
  width: 50%;
  height: auto;
  border: 0px solid #ccc;
}

ul.blog_sns_icons1 li {
  width: auto;
  height: auto;
  border: 0px solid #ccc;
}

ul.blog_sns_icons1 li:nth-child(1) {
  width: 40%;
}

ul.blog_sns_icons1 li:nth-child(2) {
  width: 60%;
}

ul.blog_sns_icons2 {
  width: 50%;
  height: auto;
  border: 0px solid #ccc;
}

ul.blog_sns_icons2 li {
  width: auto;
  height: auto;
  border: 0px solid #ccc;
}

dl.sns_btns_f {
  width: 100%;
  height: auto;
  border: 0px solid #ccc;
}

dl.sns_btns_f dt {
  width: auto;
  height: auto;
  border: 0px solid #ccc;
}

dl.sns_btns_f dt:nth-child(1) {
  width: 60px;
  height: auto;
}

dl.sns_btns_f dt:nth-child(2) {
  width: 85px;
  height: auto;
}

dl.sns_btns_f dt:nth-child(3) {
  width: 20px;
  height: auto;
}

/*--検索ボックス--*/
.serch_box {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 140px;
  padding: 20px 0px 0px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*--blog1.html--*/
/*----検索タブ----*/
.blog_search_frame {
  width: 100%;
  height: auto;
  border: 0px solid #ccc;
}

ul.select_serch_text {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  cursor: pointer;
}

ul.select_serch_text li {
  width: auto;
  padding: 0px 0px 0px 15px;
}

.select_serch_text li:nth-child(1) {
  width: 1000px;
}

.select_serch_text li:nth-child(2) {
  width: 50px;
}

.search_ud_btn {
  background: url(/global_image/search_ud_btn1.png) no-repeat;
  width: 50px;
  height: 50px;
}

#search_type_1_pc dl dt:nth-child(1) {
  width: 2.5%;
}

#search_type_1_pc dl dt:nth-child(2) {
  width: 97.5%;
}

.blog_box {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: auto;
  padding: 20px 0px 20px 0px;
}

/*--ブログ検索ボタン--*/
ul.blog_select_frame {
  width: 70%;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
}

ul.blog_select_frame li {
  width: auto;
  height: auto;
}

ul.blog_select_frame li:nth-child(1) {
  width: 28%;
}

ul.blog_select_frame li:nth-child(2) {
  width: 57%;
}

ul.blog_select_frame li:nth-child(3) {
  width: 15%;
}

.blog_selector1 {
  background: rgba(0, 0, 0, 0.2);
  width: 400px;
  height: 37px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.blog_selector2 {
  background: rgba(0, 0, 0, 0.2);
  width: 198px;
  height: 37px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

input[type="submit"].serch_btn {
  width: 150px;
  height: 37px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border-style: none;
}

/*--長方形写真付き250pxと200px---*/
ul.t_blog {
  width: 102%;
  height: auto;
  margin: 0px auto;
  border: 0px solid #ccc;
}

ul.t_blog li {
  width: 250px;
  height: auto;
  margin: 0px 13px 30px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  position: relative;
}
ul.t_blog li:hover {
  transform-origin: center;
  transform: scale(1.08);
  transition: 0.5s;
}

.blog_detail {
  width: 250px;
  height: auto;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
}
.hastag{
  margin-bottom: 70px;
}

ul.t_blog li.h400 {
  min-height: 370px;
  padding: 0px 0px 10px 0px;
}

ul.t_blog li.favorite_girls {
  position: relative;
  width: 200px;
  height: auto;
  min-height: 460px;
  margin: 0px 10px 10px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #ccc;
}

.girls_name {
  position: absolute;
  right: 10px;
  bottom: 0;
  border: 0px solid #ccc;
  padding: 0px 0px 10px 0px;
}

.blogphoto1 {
  position: relative;
  width: 250px;
  height: 250px;
  border: 0px solid #ccc;
  overflow: hidden;
}

/*--写真トリミング--*/
.blogphoto1 img {
  width: 250px;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.t_blog_text {
  width: 90%;
  margin: 0px auto;
  word-break: break-all;
}
dl.girl_icons {
  height: 20px;
  padding: 10px 0px;
  width: 95%;
  margin: 0 auto;
}

/*--NEW緑--*/
.new_icon_green {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid rgba(86, 165, 70, 1);
  border-right: 50px solid transparent;
  z-index: 100;
}

.new_icon_text {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -43px;
  left: 5px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-weight: 600;
  border: 0px solid #ccc;
}

/*---バナー--*/
ul.blog_banner_frame {
  width: 101.3%;
  height: auto;
  margin: 0px 0px;
  padding: 0px 0px 8px 0px;
}

ul.blog_banner_frame li {
  width: 50%;
  height: auto;
}

.blog_bunner_img {
  position: relative;
  width: 514px;
  height: auto;
  min-height: 76px;
  overflow: hidden;
}

.blog_bunner_img img {
  width: 514px;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.submit_btns {
  width: 95%;
  height: auto;
  margin: 0px auto;
}

ul.submit_tab1b {
  width: 38%;
  height: auto;
  margin-right: 0px;
}

ul.submit_tab1b li {
  width: auto;
  height: auto;
}

ul.submit_tab1b li:nth-child(1) {
  width: 60%;
}

ul.submit_tab1 {
  width: 95%;
  height: auto;
  margin: 0px auto;
}

ul.submit_tab1 li {
  width: auto;
  height: auto;
  border: 0px solid #ccc;
}

ul.submit_tab1 li:nth-child(1) {
  width: 20%;
}

ul.submit_tab1 li:nth-child(2) {
  width: 43%;
}

ul.submit_tab1 li:nth-child(3) {
  width: 19%;
}

ul.submit_tab1 li:nth-child(4) {
  width: 18%;
}

/*--エリア検索ボタン--*/
input[type="reset"].serch_area_btn,
input[type="submit"].serch_area_btn {
  width: 180px;
  height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  border-style: none;
}

/*--複数写真---*/
.single {
  position: relative;
  width: 100%;
  height: 250px;
}

.half {
  width: 50%;
  height: 250px;
}

.vhalf {
  width: 100%;
  height: 125px;
  overflow: hidden;
}

.single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.vhalf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.remaing_img {
  position: absolute;
  bottom: 30px;
  left: 65%;
}

.line_b {
  width: auto;
  height: 1px;
  margin: 0px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.right_border {
  border-right: 2px solid rgba(255, 255, 255, 1);
}

.bottom_border {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

/*--タブ非表示---*/
#tab_1 {
  display: none;
}

/*-------------------------------
		a_tag
--------------------------------*/

a.menu_a_white {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

a.menu_a_white:visit {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

a.menu_a_black {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

a.menu_a_black:visit {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

a.menu_a_red {
  color: rgba(223, 107, 150, 1);
  text-decoration: none;
}
a.menu_a_red:hover {
  color: rgba(219, 184, 192, 1);
}

a.menu_a_red:visit {
  color: rgba(219, 184, 192, 1);
  text-decoration: none;
}

a.menu_a_pink {
  color: rgba(223, 107, 150, 1);
  text-decoration: none;
}

a.menu_a_pink:visit {
  color: rgba(223, 107, 150, 1);
  text-decoration: none;
}

/* instagram btn */
.insta-width {
  width: 88%;
}
.girl_profile_box:hover {
  color: white;
  background-color: rgba(223, 107, 150, 1);
  transition: 0.2s;
}
