@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: 'EnglischeSchJoiT';
    src: url('font/EnglischeSchJoiT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family:  'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

a{
  -webkit-user-drag: none;
  user-drag: none;
}
img{
  max-width: 100%;
  height: auto;
  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  
  -webkit-user-drag: none;
  user-drag: none;
  
  -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none; /* Not valid CSS yet, as of July 2012 */

  -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  user-drag: none;
}
.container{
  width: 1520px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.header{
  box-shadow: 0 0 1px 1px #ccc;
  margin-bottom: 30px;
}
.header_box{
  text-align: center;
  position: relative;
}
.header_box .search{
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.search{

}
.search form{
  display: flex;
}
.search input{
  border: 1px solid #c9c9ca;
  border-radius: 5px 0 0 5px;
  width: 240px;
  height: 40px;
  padding: 5px 10px;
}
.search button{
  background: #fff;
  border: 1px solid #c9c9ca;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  height: 40px;
  color: #898989;
  padding: 0 10px;
}

.search form.form2{
  
}
.search form.form2 select{
  padding: 5px;
  width: 120px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
  margin-left: 10px;
}

.search form.form2 button{
  width: 36px;
  text-align: center;
}


.footer{
  background: #f5f5f5;
  border-top: 2px solid #EEE;
  margin-top: 150px;
  padding: 30px 0;
}
.footer_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_box .box1{
  /*width: 340px;*/
  width: 20%;
}
.footer_box .box2{
  width: 25%;
}
.footer_box .box3{
  width: 50%;
}

.footer_box h5{
  margin-bottom: 5px;
}
.footer_box .links{
  display: flex;
  flex-wrap: wrap;
}
.footer_box .links li{
  width: 180px;
}
.footer_box .links li a{
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #626262;
  padding: 5px 0;
}

.footer .copy{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .copy .box1{
  font-weight: 500;
}
.footer .copy .box2{
  font-weight: 500;
}
.footer .copy a{
  text-decoration: none;
  color: inherit;
}

.contents{
/*  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
  overflow-x: hidden;
}
.contents > .container{
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents > .container .side{
  order: 2;
}
.contents > .container .side2{
  order: 4;
}
.contents > .container .main{
  order: 3;
}
.contents > .container .search_tags{
  order: 1;
}

.side{
  width: 200px;
  /*background: #EEE;*/
  padding: 10px;
  /*box-shadow: 0 0 1px 1px #ccc;*/
  border-right: 1px solid #ccc;
}
.side h5{
  font-size: 16px;
  margin-bottom: 10px;
}
.side .fixed_bn{
  position: fixed;
  bottom: 265px;
  z-index: 10;
}


.side2{
  width: 350px;
}
.side2 .widget{
  margin-bottom: 30px;
}
.side2 h5{
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #CCC;
  border-left: 5px solid #e6278d;
}


.gnav{

}
.gnav li{
  margin-bottom: 5px;
}
.gnav li a{
  display: block;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  padding: 5px 5px;
}
.gnav li.on a,
.gnav li a:hover{
  background: #EEE;
}

.gnav li a{
  display: flex;
  align-items: center;
  color: #595757;
}
.gnav li a .nav1,
.gnav li a .nav2,
.gnav li a .nav3,
.gnav li a .nav4,
.gnav li a .nav5,
.gnav li a .nav6{
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.gnav li a .nav1{
  background-image: url('/pc/img/matome/nav_icon1.png');
}
.gnav li a .nav2{
  background-image: url('/pc/img/matome/nav_icon2.png');
}
.gnav li a .nav3{
  background-image: url('/pc/img/matome/nav_icon3.png');
}
.gnav li a .nav4{
  background-image: url('/pc/img/matome/nav_icon4.png');
}
.gnav li a .nav5{
  background-image: url('/pc/img/matome/nav_icon5.png');
}
.gnav li a .nav6{
  background-image: url('/pc/img/matome/nav_icon6.png');
}
.gnav li.on a .nav1{
  background-image: url('/pc/img/matome/nav_icon1_on.png');
}
.gnav li.on a .nav2{
  background-image: url('/pc/img/matome/nav_icon2_on.png');
}
.gnav li.on a .nav3{
  background-image: url('/pc/img/matome/nav_icon3_on.png');
}
.gnav li.on a .nav4{
  background-image: url('/pc/img/matome/nav_icon4_on.png');
}
.gnav li.on a .nav5{
  background-image: url('/pc/img/matome/nav_icon5_on.png');
}
.gnav li.on a .nav6{
  background-image: url('/pc/img/matome/nav_icon6_on.png');
}

.main{
  width: calc(100% - 200px - 20px - 350px - 20px);
}
.main.wide{
  width: calc(100% - 200px - 20px);
}

.pg_header{
  margin-bottom: 15px;
}
.pg_header h2{
  background: #EEE;
  padding: 5px 10px;
  font-size: 20px;
}

/* 検索タグ */
.search_tags{
  width: 100%;
  padding: 10px 0;
  background: #ddd;
  /*margin-top: -30px;*/
  margin-bottom: 30px;
  position: relative;
}
.search_tags:before,
.search_tags:after{
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: #ddd;
  position: absolute;
}
.search_tags:before{
  right: 100%;
}
.search_tags:after{
  left: 100%;
}
.search_tags ul.tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.search_tags ul.tags li{
  padding: 0 5px;
  margin: 5px 0;
}
.search_tags ul.tags li a{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background: #FFF;
  box-shadow: 0 0 2px 1px #CCC;
  border-radius: 10px;
  padding: 3px 10px;
}
.search_tags ul.tags li.on a{
  background-color: #FFC107;
}

.search_tags ul.breadcrumb {
  display: flex;
}
.search_tags ul.breadcrumb li{
  position: relative;
}
.search_tags ul.breadcrumb li + li{
  margin-left: 5px;
}
.search_tags ul.breadcrumb li a{
  
}

.search_tags ul.breadcrumb li:not(:last-child){
  padding-right: 15px;
}
.search_tags ul.breadcrumb li:not(:last-child):after{
  content: "\f105";
  /*font-family: "Font Awesome 5 Free";*/
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search_tags select{
  padding: 5px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
}

.timeline_items{
  /*column-count: 5;
  column-gap: 0;*/
}
.timeline_items .item{
  width: 20%;
  padding: 10px;
  /*-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;*/
}


.timeline_items .item .img{
  position: relative;
}
.timeline_items .item .img img{
  border-radius: 10px;
  border: 1px solid #EEE;
}
.timeline_items .item .subject1,
.timeline_items .item .subject2{
  font-size: 13px;
}
.timeline_items .item .subject1{

}
.timeline_items .item .subject2{

}
.timeline_items .item .date{
  font-size: 12px;
}

.timeline_items .item .good_btn{
  position: absolute;
  right: 0;
  bottom: 0;
}
.timeline_items .item .good_btn a{
  display: block;
}
.timeline_items .item .good_btn img{
  border: 0;
}
.timeline_items .item .good_btn em{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  font-style: normal;
}




.item .retweet_box{
  padding: 10px;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  background: #FFF;
}
.item .retweet_box .retweet_txt{
  color: #1DA1F2;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.item .img a{
  position: relative;
}
.item-mansta .img a:after{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;

  /*background-image: url('/pc/img/matome/mansta1.png');
  background-repeat: no-repeat;
  background-size: 96% auto;
  background-position: center;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 36px;
  text-shadow: 0px 1px 1px #333;
  color: #fff;
}
.item-mansta.image .img a:after{
  content: "\f030";
}
.item-mansta.images .img a:after{
  content: "\f24d";
}
.item-mansta.movie .img a:after{
  content: "\f144";
}


.lity-iframe-container iframe{
  background: #FFFFFF !important;
}


.imgs{
  width: 100%;
  margin-bottom: 30px;
}
.imgs .carousel-cell{
  width: 100%;
}
.imgs .carousel-cell img{
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.mega_douga_frame{

}
.mega_douga_frame > [id*="hls_video"]{
  width: 100% !important;
}
.mega_douga_frame > [id*="hls_video"] > [data-player]{
  width: 100% !important;
  /*height: 56.25vw !important;*/
}
.mega_douga_frame .play-wrapper{
  height: 15% !important;
}


.recent_items{
  
}
.recent_items li{
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.recent_items{
  
}
.recent_items li{
  padding: 10px 1em;
  border-bottom: 1px solid #CCC;
}
.recent_items li .img{
  width: 60px;
  position: relative;
}
.recent_items li .img .num{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  background: #e6278d;
  color: #FFF;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
  
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}
.recent_items li .meta{
  width: calc(100% - 60px - 10px);
}
.recent_items li .meta .shop{
  font-size: 14px;
}
.recent_items li .meta .title{
  font-size: 14px;
}
.recent_items li .meta .title a{
  color: #e6278d;
}
.recent_items li .meta .date{
  font-size: 13px;
}
.recent_items li .meta .age,
.recent_items li .meta .style{
  font-size: 14px;
  color: #666;
}


.shopinfo{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shopinfo .box1{
  width: 200px;
  
}
.shopinfo .box2{
  margin-left: 25px;
}
.shopinfo .box3{
  width: 155px;
  margin-left: 25px;
}

.shopinfo .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shopinfo .name{
  font-size: 20px;
  font-weight: bold;
}
.shopinfo .tel{
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  border-bottom: 1px solid #111;
}
.shopinfo .time{
  font-size: 12px;
}
.shopinfo .addr{
  font-size: 12px;
  margin-left: 10px;
}
.shopinfo .btn{
  background: #f1f1f1;
  box-shadow: 0 0 2px 1px #ccc;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #9E9E9E;
}



/* ========================
 * パネル
 * ======================== */
.panel{

}
.panel [class*="item_"]{
  float: left;
  position: relative;
  overflow: hidden;
}
.panel.panel_col5 [class*="item_"]{
  width: 20%;
}
.panel.panel_col6 [class*="item_"]{
  width: 16.666666666%;
}
.panel [class*="item_"]:after{
  display: block;
  content: "";
}
.panel .item_1x1:after{
  padding-top: 100%;
}
.panel .item_2x3:after{
  padding-top: 150%;
}

.panel .panel_img{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.panel .panel_img img{
  width: 100%;
}

/* ========================
 * 写メ日記
 * ======================== */
.top_diary{
  position: relative;
  padding-right: 8%;
}

.top_diary .panel_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_diary .panel_img .cover{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0, 0.6);
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
.top_diary .panel_img .cover span{
  display: block;
}
.top_diary .panel_img .cover .date,
.top_diary .panel_img .cover .title{
  font-size: .85em;;
}

.top_diary .top_diary_more{
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6%;
  background-color: #5c5a5a;
  color: #FFF;
}
.top_diary .top_diary_more a{
  display: block;
  width: 100%;
}
.top_diary .top_diary_more a:hover{
  text-decoration: none;
  background-color: #999999;
}
.top_diary .top_diary_more a span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5em;
  line-height: 1em;
}


/* *******************************************
 * プロフィール詳細(ポップアップ)
 * *******************************************/
.girls_prof_popup,
.girls_photo_popup{
  display: none;
  background-color: rgba(0,0,0,0.95);
  position:fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.girls_prof_popup .girls_prof_close,
.girls_photo_popup .girls_photo_close{
  position: fixed;
  top: 30px;
  right: 30px;
  color:#FFF;
  text-shadow: 0 0 2px #333;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  z-index: 1;
}
.girls_prof_popup .girls_prof_close i,
.girls_photo_popup .girls_photo_close i{
  display: block;
  font-size: 36px;
}
.girls_prof_box,
.girls_photo_box{
  margin: 0 auto;
  padding: 100px 0;
  color:#FFF;
}
.girls_prof_box .prof_header{
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.girls_prof_box .prof_header .name_en{
  font-family: "EnglischeSchJoiT";
  font-weight: normal;
  font-size: 4.5em;
}
.girls_prof_box .prof_header .name{

  margin-bottom: 10px;
}
.girls_prof_box .prof_header .name span{
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
}
.girls_prof_box .loading{
  display: block;
  margin: 0 auto;
}

.girls_prof_footer{
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  padding-bottom: 100px;
}
.girls_prof_footer span{
  cursor: pointer;
}

.carousel-cell img{
  object-fit: cover;
  max-width: none;
}


.prof_body{
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
  font-size: 20px;
}
.prof_body .box_l,
.prof_body .box_r{
  width: 48%;
}
.prof_body .box_l{
  margin-right: 4%;
}
.prof_body h3{
  font-size: .75em;
  color: #ff0000;
}
.prof_body h3 span{
  font-family: "folio_bold";
  font-size: 2.5em;
  margin-right: 10px;
}

.prof_body .girls_qa{
  font-size: 0.9em;
}
.prof_body .girls_qa dt{
  color: #959595;
  margin-bottom: 5px;
}
.prof_body .girls_qa dd{
  margin-bottom: 10px;
}
.prof_body .girls_comment{
  margin-bottom: 40px;
}
.prof_body .girls_gravure{
  margin-bottom: 10px;
}

.prof_body .girls_sche{
  display: table;
  width: 100%;
}
.prof_body .girls_sche h3{
  color: #FFFFFF;
}
.prof_body .girls_sche h4 span{

}
.prof_body .girls_sche .today,
.prof_body .girls_sche .weekly{
  text-align: center;
  vertical-align: middle;
}
.prof_body .girls_sche .today{
  display: table-cell;
  width: 30%;
  background-color: #ff0000;
}
.prof_body .girls_sche .weekly{
  display: table-cell;
  background-color: #370101;
  padding: 60px 30px;
}

.prof_body .girls_sche .today h3 span{
  display: block;
}

.prof_body .girls_sche .time{
  font-family: "folio_bold", 'Noto Sans Japanese'
}
.prof_body .girls_sche .today .date{
  margin-top: 20px;
}
.prof_body .girls_sche .today .time{
  font-size: 2.5em;
}

.prof_body .girls_sche .weekly h3{
  margin-bottom: 40px;
}
.prof_body .girls_sche .weekly table{
  width: 100%;
}
.prof_body .girls_sche .weekly th{

}
.prof_body .girls_sche .weekly .w0{
  color: #ea68a2;
}
.prof_body .girls_sche .weekly .w6{
  color: #00b7ee;
}
.prof_body .girls_sche .weekly td{
  font-size: 30px;
  line-height: 1;
  padding-top: 10px;
}


/*================================================
 *  ページ送り
 ================================================*/
.page_nav{
  margin: 10px 0;
  text-align: center;
}
.page_nav span{
  text-align: center;
  display: inline-block;
  border: 1px solid #333;
  margin: 0 5px 5px;
}
.page_nav span.cur{
  padding: 5px 10px;
  background: #EEE;
}
.page_nav span:hover{
  background: #EEE;
}
.page_nav span a{
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: #111;
}

@media (max-width:1440px){
  
  .main {
    width: calc(100% - 200px - 20px - 350px - 20px);
  }
  .side2{
    width: 350px;
  }
}

@media (max-width:1439px){

  .timeline_items{
    /*column-count: 4;*/
  }
  .timeline_items .item{
    width: 25%;
  }
}
@media (max-width:1279px){
  .timeline_items{
    /*column-count: 3;*/
  }
  .timeline_items .item{
    width: 33.333333%;
  }
  
  .main {
    width: calc(100% - 200px - 20px - 300px - 20px);
  }
  .side2{
    width: 300px;
  }
}
@media (max-width:1023px){

  .header_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_box .search{
    position: static;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  
  .contents > .container .side{
    order: 1;
  }
  .contents > .container .search_tags{
    order: 2;
  }
  .contents > .container .main{
    order: 3;
  }
  
  .side{
    width: 100%;
    border: 0;
    padding: 0;
  }
  .side2{
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .side2 .widget{
    width: 46%;
  }
  .main{
    width: 100%;
  }
  .main.wide{
    width: 100%;
  }


  .gnav{
    display: flex;
    justify-content: space-between;
  }
  .gnav li{
    width: 24%;

  }
  .gnav li a{
    background: #EEE;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .gnav li.on a,
  .gnav li a:hover{
    background: #ffbede;
    color: #e7218a;
  }

  .side .fixed_bn{
    bottom: 10px;
    width: 100px;
  }

  .timeline_items{
    /*column-count: 3;*/
  }
  .timeline_items .item{
    width: 33.333333%;
  }

 
  .shopinfo .box1{
    width: 150px;
  }
  .shopinfo .box2{
    margin-left: 10px;
  }
  .shopinfo .box3{
    margin-left: 10px;
  }
  .shopinfo .name{
    font-size: 16px;
  }
  
  
}
@media (max-width:767px){

  .header_box{
    justify-content: center;
    flex-wrap: wrap;
  }
  .header_box h1 img{
    height: 60px;
  }
  .header_box .search{
    width: 100%;
    margin-bottom: 10px;
  }
  .header_box .search form{
    justify-content: center;
  }

  .gnav{
    flex-wrap: wrap;
  }
  .gnav li{
    width: 49%;
  }

  .pg_header{
    margin-top: 20px;
  }
  .pg_header h2{
    font-size: 16px;
  }
  .footer_box .box1{
    width: 100%;
  }
  .footer_box .box2,
  .footer_box .box3{
    width: 49%;
  }
  .side .fixed_bn{
    /*bottom: 10px;*/
  }
  .side2 .widget{
    width: 98%;
  }

  .timeline_items{
    /*column-count: 2;*/
  }
  .timeline_items .item{
    width: 50%;
    word-break: break-all;
  }
  .timeline_items .item-tweet{
    /*width: 100%;*/
  }
  
  .timeline_items .item .good_btn img{
    width: 50px;
  }
  .timeline_items .item .good_btn em{
    font-size: 10px;
    width: 15px;
    height: 15px;
  }

  .contents > .container .search_tags{
    display: none;
  }
  .search form.form2 input{
    width: calc(100% - 36px - 120px - 10px);
  }
  .search_tags ul li{
    margin: 3px 0;
  }
  .search_tags ul li{
    font-size: 12px;
  }
  .search_tags ul.tags li a{
    font-size: 12px;
  }
  
  .shopinfo{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .shopinfo .box1,
  .shopinfo .box2,
  .shopinfo .box3{
    margin-left: 0;
  }
  .shopinfo .box1{
    order: 1;
    width: 49%;
  }
  .shopinfo .box2{
    order: 3;
    margin-top: 10px;
    width: 100%;
  }
  .shopinfo .box3{
    order: 2;
    width: 49%;
    text-align: center;
  }
  .shopinfo .box1 img{
    /*height: 30px;*/
  }
  .shopinfo .name{
    font-size: 14px;
  }
  .shopinfo .tel{
    font-size: 12px;
  }
  
  .shopinfo .time,
  .shopinfo .addr{
    width: 100%;
    margin-left: 0;
  }
  
  
  .shopinfo .btn{
    display: block;
  }
  .shopinfo .btn {
    
  }
  
  
  
  /* ========================
  * パネル
  * ======================== */
  .panel{

  }
  .panel [class*="item_"]{
    float: left;
    position: relative;
    overflow: hidden;
  }
  .panel.panel_col5 [class*="item_"]{
    /*width: 20%;*/
    width: 25%;
  }
  .panel.panel_col6 [class*="item_"]{
    /*width: 16.666666666%;*/
    width: 25%;
  }
  .panel [class*="item_"]:after{
    display: block;
    content: "";
  }
  .panel .item_1x1:after{
    padding-top: 100%;
  }
  .panel .item_2x3:after{
    padding-top: 150%;
  }

  .panel .panel_img{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
  .panel .panel_img img{
    width: 100%;
  }

  /* ========================
  * 写メ日記
  * ======================== */
  .top_diary{
    position: relative;
    /*padding-right: 8%;*/
  }

  .top_diary .panel_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top_diary .panel_img .cover{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0, 0.6);
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 5px;
  }
  .top_diary .panel_img .cover span{
    display: block;
  }
  .top_diary .panel_img .cover .date,
  .top_diary .panel_img .cover .title{
    font-size: .85em;;
  }

  .top_diary_more{
    text-align: center;
    background-color: #5c5a5a;
    color: #FFF;
    margin-top: 20px;
  }
  .top_diary_more a{
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 10px 0;
  }
  .top_diary_more a:hover{
    text-decoration: none;
    background-color: #999999;

  }
  .top_diary .top_diary_more a span{
    /*  position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -0.5em;
      line-height: 1em;*/
  }

  /* *******************************************
   * プロフィール詳細(ポップアップ)
   * *******************************************/
  *{
    box-sizing: border-box;
  }
  .girls_prof_popup,
  .girls_photo_popup{
    display: none;
    background-color: rgba(0,0,0,0.95);
    position:fixed;
    left: 0;
    right: 0;
    top: 56px;
    bottom: 0;
    overflow-y: scroll;
    z-index: 10000;
    -webkit-overflow-scrolling: touch;
  }
  .girls_prof_popup .girls_prof_close,
  .girls_photo_popup .girls_photo_close{
    position: fixed;
    top: 66px;
    right: 10px;
    color:#FFF;
    text-shadow: 0 0 2px #333;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    z-index: 1;
  }
  .girls_prof_popup .girls_prof_close i,
  .girls_photo_popup .girls_photo_close i{
    display: block;
    font-size: 36px;
  }
  .girls_prof_box,
  .girls_photo_box{
    margin: 0 auto;
    padding: 100px 0;
    color:#FFF;
  }
  .girls_prof_box .prof_header{
    text-align: center;
    margin-bottom: 30px;
    /*font-size: 20px;*/
  }

  .girls_prof_box .prof_header .name_en{
    font-family: "EnglischeSchJoiT";
    font-weight: normal;
    font-size: 3.5em;
    line-height: 0.8;
    margin-bottom: 20px;
  }
  .girls_prof_box .prof_header .name{

    margin-bottom: 10px;
  }
  .girls_prof_box .prof_header .name span{
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
  }
  .girls_prof_box .loading{
    display: block;
    margin: 0 auto;
  }

  .girls_prof_footer{
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    padding-bottom: 100px;
  }
  .girls_prof_footer span{
    cursor: pointer;
  }

  .carousel-cell img{
    object-fit: cover;
    max-width: none;
  }


  .prof_body{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    /*font-size: 16px;*/

  }
  .prof_body .box_l,
  .prof_body .box_r{
    width: 100%;
  }
  .prof_body .box_l{
    /*margin-right: 4%;*/
  }
  .prof_body h3{
    font-size: .65em;
    color: #ff0000;
  }
  .prof_body h3 span{
    font-family: "folio_bold";
    font-size: 2.5em;
    margin-right: 10px;
  }

  .prof_body .girls_qa{
    font-size: 0.9em;
  }
  .prof_body .girls_qa dt{
    color: #959595;
    margin-bottom: 5px;
  }
  .prof_body .girls_qa dd{
    margin-bottom: 10px;
  }
  .prof_body .girls_comment{
    margin-bottom: 40px;
  }
  .prof_body .girls_gravure{
    margin-bottom: 10px;
  }

  .prof_body .girls_sche{
    display: block;
    width: 100%;
  }
  .prof_body .girls_sche h3{
    color: #FFFFFF;
  }
  .prof_body .girls_sche h4 span{

  }
  .prof_body .girls_sche .today,
  .prof_body .girls_sche .weekly{
    text-align: center;
    vertical-align: middle;
  }
  .prof_body .girls_sche .today{
    display: block;
    width: 100%;
    background-color: #ff0000;
    padding: 20px 0;
  }

  .prof_body .girls_sche .weekly{
    display: block;
    width: 100%;
    background-color: #370101;
    padding: 30px 10px;
  }

  .prof_body .girls_sche .today h3{
    float: left;
    width: 50%;
  }
  .prof_body .girls_sche .today h3 span{
    display: block;
  }

  .prof_body .girls_sche .time{
    font-family: "folio_bold", 'Noto Sans Japanese'
  }
  .prof_body .girls_sche .today .date{
    /*margin-top: 20px;*/
  }
  .prof_body .girls_sche .today .time{
    font-size: 2em;
  }

  .prof_body .girls_sche .weekly h3{
    margin-bottom: 2em;
  }
  .prof_body .girls_sche .weekly table{
    width: 100%;
  }
  .prof_body .girls_sche .weekly table,
  .prof_body .girls_sche .weekly th,
  .prof_body .girls_sche .weekly td{
    border: 0;
    background: inherit;
    text-align: center;
  }
  .prof_body .girls_sche .weekly .w0{
    color: #ea68a2;
  }
  .prof_body .girls_sche .weekly .w6{
    color: #00b7ee;
  }
  .prof_body .girls_sche .weekly td{
    font-size: 20px;
    line-height: 1;
    padding-top: 10px;
  }
}