@charset "UTF-8";
/* base */
html, body, div, span, object, iframe,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  height: 100%;
  font-size: .875rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #ffffff;
  }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.wrapper {
  position: relative;
  max-width: 1440px;
  min-width: 1024px;
  height: 100%;
  margin: 0 auto;; }

.wrapper:after {
  content: '';
  display: block;
  clear: both; }

.sidebar {
  position: fixed;
  width: 0px;
  height: 100vh;
  overflow: hidden; }

.content {
      width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 60px;
    max-width: 1024px;
    margin: 0 auto; }

/* project */
/*--sidebar--*/
.sidebar {
  background-color: #404040; }
.logo-wrapper{
  display: block;
  width: 200px;
  padding-top: 50px;}
.logo {
  position: relative;
  margin: 0 auto 16px;
  padding: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #ffffff; }
  .logo-text_small {
    position: absolute;
    display: block;
    top: 16px;
    right: 16px;
    padding: 9px 6px 8px;
    font-size: 11px;
    background-color: #262626; }
  .logo-text_large {
    display: block;
    font-size: 36px; }
  .sidebar-inner {
    width: 200px;}
  .sidebar-item {
    display: block;
    color: #FFF;
    padding: 16px;
    margin: 0 16px 16px;
    background: #4e4e4e;
    box-shadow: 0 0 0 #f26399 inset;
    transition: all ease-out .5s;}
  .sidebar-item._current {
    box-shadow: 3px 0 0 #f26399 inset;}
  .sidebar-item:not(._current):hover {
    box-shadow: 168px 0 0 #f26399 inset;}
/*--pickup--*/
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000000;
  color: #ffffff; }
  .pickup-img {
    display: block;
    min-height: 330px;
    width: 72%;
    overflow: hidden; }
    .pickup-img > img {
      display: block;
      width: 100%; }
  .pickup-info {
    position: relative;
    padding: 8px 24px;
    width: 25%; }
  .pickup-headding {
    padding: 24px 0;
    font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600; }
  .pickup-shop-name {
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 1.2; }
  .pickup-girl-name {
    padding-bottom: 16px;
    font-size: 32px;
    font-weight: bold; }
  .pickup-girl-info {
    line-height: 1.4em;
    font-size: 12px; }
  .pickup-button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: block;
    width: calc(100% - 48px);
    padding: 10px 0;
    text-align: center;
    background: #F3649A;
    color: #ffffff;
    transition: all ease-out .2s; 
    box-shadow: 0px 0px 0 #f26399 inset, 0px 0px 0 #f26399 inset;}
    .pickup-button:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 5px solid #ffffff;
      transition: all ease-out .2s;}
    .pickup-button:hover {
      background: #fefefe;
      color: #f26399;
      transition: all ease-out .2s;
      box-shadow: 4px 4px 0 #f26399 inset, -4px -4px 0 #f26399 inset;}
    .pickup-button:hover:before {
      border-left: 5px solid #f26399;}

/*--gravure-list--*/
.gravure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gravure-item {
  width: 316px;
    margin: 24px 12px 0 12px; }
@media (max-width: 1440px) {
.gravure-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

  .gravure-item {
    width: 33%;
    margin: 24px 0 0 0; }
}


.item-thumb {
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  box-shadow: 0 0 16px 0 #eee;
  }
.item-thumb > img {
  display: block;
  width: 100%;
  transition: all ease-out .2s }
.item-thumb:hover > img {
  opacity: 0.8; }

.item-info {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px;
  background-color: rgb(255 255 255 / 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
  }

.item-info-girl {
  line-height: 1.2;
  color: #000000;
  }
  .item-info-girl .girl-name {
    font-size: 33px;
    margin-bottom: 2px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
  .item-info-girl .girl-age {
    font-size: 14px;
    font-weight: bold;
    }
  .item-info-girl .girl-size {
    font-size: 14px; }

.item-info-shop {
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  }

.item-button {
  display: inline-block;
  margin: 16px 8px 0 0;
  padding: 12px 24px;
  border-radius: 3px;
  border: 1px solid #F3649A;
  font-size: 14px;
  color: #ffffff;
  transition: all ease-out .2s}
  .item-button:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff; }
  .item-button:hover {
      box-shadow: 20px 20px 0 #f3649a inset, -20px -20px 0 #f3649a inset;}
/*--footer--*/
.footer {
  position: relative;
  margin-top: 16px;
  background-color: #1a1a1a;
  color: #666666; }

p.copy {
  padding: 8px 0;
  font-size: 10px;
  text-align: center; }

.single-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #000000; }

.footer-girl-info {
  padding: 4px 100px 4px 8px;
  line-height: 1.4em;
  color: #ffffff; }
  .footer-girl-info .shop-name {
    font-size: 11px;
    white-space: nowrap; }
  .footer-girl-info .girl-name {
    font-size: 16px;
    white-space: nowrap; }

.footer-button {
  position: absolute;
  right: 8px;
  top: 9px;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #FFf;
  border-radius: 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  color: #fff; }

/*--photo list--*/
.photo-list {
    margin-top: 40px;
}
.photo-list-item:nth-child(3n) {
    margin: 0 0 42px 0;}
.photo-list:after {
    content: "";
    display: block;
    clear: both; }
.photo-list-item {
    min-width: 220px;
    width: 25%;
    float: left;
    margin: 0 42px 42px 0;
    box-shadow: 0 0 16px 0 #eee;
  }
  .photo-list-item.js-append-popup {
    cursor: pointer;
    transition: all ease-out .2s;}
  .photo-list-item > img {
    width: 100%;
    display: block; }

.girl-info {
  position: relative;
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  background: #000;}
.girl-info-inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: bold;
  }
.girl-info-inner>.headding {
    padding: 0;}
.girl-info-inner>.headding>.headding-text {
    padding: 0;
    font-size: 18px;
    line-height: 18px;}
.girl-info-inner>.girl-name {
    font-size: 32px;
    margin: 8px 0 8px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
  }
.girl-info-inner>.girl-age, .girl-info-inner>.girl-data {
    font-size: 12px;
    color: #fff;}
.girl-info-inner>.shop-name, .girl-info-inner>.shop-data {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px;
    color: #fff;}
.girl-info-inner>.shop-name {
    margin: 4px 0 2px;
    border-bottom: 2px solid;
    font-size: 13px;
}
    .review-name{
  font-size: 11px;
  color: white;
      line-height: 1.4;
}
.girl-info-button {
    display: inline-block;
    width: 47%;
    padding: 8px 0;
    margin-top: 8px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: 1px solid #f3649a;
    border-radius: 3px;
    transition: all ease-out .2s}
  .girl-info-button:hover {
      box-shadow: 20px 20px 0 #f3649a inset, -20px -20px 0 #f3649a inset;}

/*--popup--*/
.pop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: overlay;
  background: #000000; }

.close-pop {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%; }
.close-pop-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  font-size: 24px;}
.pop-body {
    width: 1024px;
    margin: 40px auto;
}
.pop-slide-wrap {
  margin-bottom: 40px;
  height: 75vh;
  opacity: 0;}
.pop-slide-nav-wrap {
  opacity: 0;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s; }

.pop-slide-wrap._visible,
.pop-slide-nav-wrap._visible {
  opacity: 1; }


.pop-slide-item > img {
  margin: 0 auto;
  height: 75vh;
  width: 100%;
  object-fit: contain;}
.pop-slide-nav-item > img {
  max-width: 100%;
  margin: 0 auto; }



/* Module */
/*--headding--*/
.headding {
  position: relative;
  padding: 32px 0 0;
  border-bottom: 2px solid #ffffff;
  color: #ffffff; }
  .headding-text {
    padding: 0 8px;
    line-height: 24px;
    border-bottom: 2px solid #F3649A;
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600; }
  .headding-count {
    position: absolute;
    right: 8px;
    bottom: 4px;
    font-size: 12px; }
._accent-color {
    color: #f3649a;}

.main-image {
    width: 100%;
    box-shadow: 0 0 4px 2px #eee inset;
}

.sidebar {
  animation: slideRight 1s ease .5s forwards; }

.pickup,
.headding,
.gravure-item,
.photo-list-item{
  opacity: 0; }

.pickup {
  animation: fadein 1s ease 1s forwards; }
.headding {
  animation: fadein .75s ease 1.25s forwards; }
.gravure-item._visible{
  animation: fadein 1s ease 0s forwards; }
.photo-list-item._visible{
  animation: fadein .75s ease .25s forwards; }

@keyframes slideRight{
  0%  {width: 0;}
  100%{width: 200px;}
}

@keyframes fadein{
  0%  {opacity: 0;}
  100%{opacity: 1;}
}

div#infscr-loading {
    width: 100%;
    text-align: center;
}
.notfound {
    height: 100vh;
}
.notfound-head {
    font-family: "Josefin Sans", sans-serif;
    font-size: 50px;
    color: #fff;
}
.notfound-body {
    color: #fff;
}
.pop-slide-wrap._visible, .pop-slide-nav-wrap._visible .slick-track{
  transform: translate3d(0,0,0) !important; 
}