@charset "UTF-8";
/************************************************************************
  header
************************************************************************/
.sp-sub-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f00;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2rem;
}
.sp-sub-hdr a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding:0.5rem;
  color: #fff;
  text-decoration: none;
}
.sp-sub-hdr div {
  font-size: 16px;
}
.sp-sub-hdr span.label {
  visibility: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 1rem;
}

/************************************************************************
  slider
************************************************************************/
.star {
    color: yellow;
    text-shadow: 1px 1px 3px #999;
    margin-right: 3px;
    font-size: 18px;
}
.profile-slider, .limited-slider {
  max-width: 400px;
  margin: 0 auto;
}
.MainImgWrap {
  position: relative;
}
/*.MainImgWrap > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}*/
.main-column .slick-list {
  position: relative;
}
.main-column .slick-list:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../images/common/girls/flame_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 100;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 30px;
}
.slick-prev {
  left: 0;
  z-index: 100;
}
.slick-next {
  right: 8px;
  z-index: 100;
}
.profile-slider .slick-disabled, .limited-slider .slick-disabled {
  display: none !important;
}
#slick-dots {
  margin: 0 auto;
  max-width: 400px;
}
.profile-area {
  margin-top: 2rem;
}
.slick-dots {
  bottom: 0;
  left: 0;
  position: static;
  margin-top: -5px;
}
@media (max-width: 639px) {
  .main-column .slick-list:before {
    background-image: url(../images/common/girls/flame_sp.png);
  }
  .slick-dots li button {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #666;
    font-weight: bold;
    border-radius: 5px;
  }
  .slick-dots li:nth-child(n+4) button {
      background: #33CCFF;
  }
  .slick-dots li.slick-active button {
    background: hotpink;
  }
  .slick-dots li button:before {
    display: none;
  }
  #slick-dots .slick-dots:after {
    display: block;
    content: "会員限定";
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: -1;
    font-size: 14px;
    padding-top: 30px;
    width: 90px;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    background: #ccc;
    border-radius: 5px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 2rem;
  }
  .slick-next, .slick-prev {
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  .slick-prev {
    left: 5px;
  }
  #slick-dots .slick-dots {
    position: relative;
    margin-bottom: 4rem;
  }
  .MainImgWrap {
    margin: 0 auto;
    max-width: 400px;
  }
  .slick-slide > div > div {
    /*border-radius: 10px;*/
  }
  .slick-slide img {
    border-radius: 7%;
  }
}
@media (min-width: 640px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #slick-dots {
    margin: 5px 0 0;
  }
  .slick-dots li:nth-of-type(1) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_01.jpg);
  }
  .slick-dots li:nth-of-type(1).slick-active {
    content: "";
    background: url(../images/profile/button_128x600_01_on.jpg);
  }
  .slick-dots li:nth-of-type(2) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_02.jpg);
  }
  .slick-dots li:nth-of-type(2).slick-active {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_02_on.jpg);
  }
  .slick-dots li:nth-of-type(3) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_03.jpg);
  }
  .slick-dots li:nth-of-type(3).slick-active {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_03_on.jpg);
  }
  .slick-dots li:nth-of-type(4) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_04.jpg);
  }
  .slick-dots li:nth-of-type(4).slick-active {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_04_on.jpg);
  }
  .slick-dots li:nth-of-type(5) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_05.jpg);
  }
  .slick-dots li:nth-of-type(5).slick-active {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_05_on.jpg);
  }
  .slick-dots li:nth-of-type(6) {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_06.jpg);
  }
  .slick-dots li:nth-of-type(6).slick-active {
    display: block;
    content: "";
    background: url(../images/profile/button_128x600_06_on.jpg);
  }
  .profile-slider, .limited-slider {
      max-width: 400px;
  }
  .slick-dots li {
    width: 100%;
    max-width: 128px;
    height: 100px;
    margin: 0;
  }
  .slick-dots li button {
    width: 128px;
    opacity: 0;
  }
  .MainImgWrap-pc {
    max-width: 528px;
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}

/************************************************************************
  sns-btn
************************************************************************/
.data-table-list .tw-icon .fa-stack-2x {
  color: #4dc1e9;
}
.data-table-list .insta-icon .fa-stack-2x {
  color: #a24388;
}
.data-table-list .fa-stack-1x {
  color: #fff;
  font-size: 2.2rem;
}
.data-table-list, .data-table-list a {
  display: -webkit-flex;
  display: flex;
}
.data-table-list {
  justify-content: center;
}
.data-table-list a {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #e8e8e8;
  box-shadow: 2px 2px 2px #555;
  width: 150px;
  font-size: 14px;
}
.data-table-list div:nth-of-type(2) {
  margin-left:1rem;
}
.data-table-list div a > span:last-child {
  text-align: center;
  min-width: 80px;
}
.data-table-list .sns-btn {
  margin-top: 2rem;
}
.twt .graph>div {
  background: #4dc1e9;
}
.ins .graph>div {
  background: #a24388;
}

/************************************************************************
  profile
************************************************************************/
.profile-area > div {
  display: -webkit-flex;
  display: flex;
}
.profile-area > div:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.profile-area > div div {
  padding: 0.8rem;
  font-size: 14px;
}
.profile-area > div div:first-child {
  background: lavenderblush;
  width: 38%;
  font-weight: bold;
}
.profile-area > div div:last-child {
  background: lightyellow;
  width: 62%;
}
.schedule .title {
  margin-top: 2rem;
}
.title {
  color: #fff;
  font-weight: bold;
  background: #f00;
  padding: 0.5rem;
  font-size: 14px;
}
.title span {
  font-size: 14px;
}
.title .fa-stack-1x {
  color: #000;
}
.title .fa-star {
  color: #ff0;
}
.time-table {
  margin-bottom: 2rem;
}
.time-table > div > div {
  padding: 1rem 0;
}
.time-table > div > div:first-child {
  font-weight: bold;
}
.time-table .holiday {
  background-color: #ddd;
}
.time-table .sat {
  background: #0000ff;
  color: #fff;
}
.time-table .sun {
  background: #f00;
  color: #fff;
}
.contents-border {
  border: 2px solid #f00;
  border-top: none;
  padding: 1rem;
  margin-bottom: 2rem;
}
.profile-blog-contents {
  padding: 0.5rem 1rem;
}
.profile-blog > div {
    width: 100% !important;
}
@media (min-width: 480px) {
  .sp-sub-hdr div {
    font-size: 24px;
  }
  .sp-sub-hdr div.name-bg:before, .sp-sub-hdr div.name-bg:after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 40px;
    background: url(../images/common/heart.png) no-repeat center top;
    vertical-align: middle;
  }
}
@media (max-width: 639px) {
  .time-table {
    background: #e8e8e8;
  }
  .time-table > div {
    display: -webkit-flex;
    display: flex;
  }
  .time-table > div div {
    border: 1px solid #ccc;
    margin: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    text-align: center;
  }
  .time-table > div div:first-child {
    width: 40%;
  }
  .time-table > div div:last-child {
    width: 60%;
  }
}
@media (min-width: 640px) {
  #contents .time-table {
    display: -webkit-flex;
    display: flex;
  }
  #contents > div:nth-child(2) {
    background-image: url(../images/profile/main_bg.gif), url(../images/profile/main_bg.gif);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    padding: 4rem 0;
    margin-bottom: 3rem;
  }
  /*#contents .schedule {
    width: 65%;
    margin-right: 2%;
  }
  #contents .blog {
    width: 33%;
  }*/
  .time-table > div {
    flex:1;
    border: 1px solid #ccc;
    text-align: center;
  }
  .time-table > div > div:first-child {
    border-bottom : 1px solid #ccc;
  }
  .time-table > div:not(:last-child) {
    border-right: none;
  }
}
@media (min-width: 940px) {
  .profile-flex {
    display: -webkit-flex;
    display: flex;
  }
  .profile-flex > div {
    width: 49%;
  }
  .profile-flex > div:first-child {
    margin-right: 2%;
  }
  .profile-wrapper .profile-flex .contents-border {
    padding: 0 0.1rem 0 0;
  }
  .schedule .profile-flex .title {
    margin-top: 0;
  }
}

/************************************************************************
  recommend
************************************************************************/
.profile-wrapper .contents-border {
  padding: 0;
}
.contents-border.profile-blog > div:first-child {
  height: 454px;
  overflow: auto;
  border-bottom: 1px dashed #ccc;
}
.contents-border.profile-blog > div:last-child {
  padding: 0.5rem 0;
}
.recommend/*, .profile-blog*/ {
  display: flex;
  justify-content: space-between;
}
.rec-girls {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0.5rem;
}
@media (max-width:520px) {
  .recommend div:nth-child(4){
    display: none;
  }
}
@media (max-width:600px) {
  .recommend div:nth-child(5){
    display: none;
  }
}
.profile-blog > div {
  width: 32%;
}

/************************************************************************
 twitterページ アイコンicomoon追加
************************************************************************/
@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon/icomoon.eot?cuas7j');
  src:  url('font/icomoon/icomoon.eot?cuas7j#iefix') format('embedded-opentype'),
    url('font/icomoon/icomoon.ttf?cuas7j') format('truetype'),
    url('font/icomoon/icomoon.woff?cuas7j') format('woff'),
    url('font/icomoon/icomoon.svg?cuas7j#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;
  font-size: 35px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-square-x-twitter:before {
  content: "\e900";
}
.sns-btn a {
  color: #000;
}