@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lobster');
/*==================================
Bootstrap
==================================*/
* {
  outline: none;
  -webkit-appearance: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: "游ゴシック", YuGothic,serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 0;
  border: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

@media print {
  *, *:before, *:after {
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none;
  color: #337ab7; }

a:hover, a:focus {
  text-decoration: underline;
  color: #23527c; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0 0 20px 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  line-height: 1.42857143;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: inherit;*/
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px; }

/* =====================
  all
===================== */
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-feature-settings: "palt" 1;
  font-kerning: auto; }
.container{
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap:after{
  display: table;
  content:"";
  clear:both;
}
img {
  max-width: 100%;
  height: auto; }
.btn{
    display: block;
    text-align: center;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px;
    font-size: 13px;
    color: #333;
    position: relative;
}
.btn:after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn:hover{
  background-color: #fc85c1;
  color:#fff;
  text-decoration: none;
  border-color: #fc85c1;
}

.btn:hover:after{
  border-color: #fff;
}

.w290 .btn{
  width: 290px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " "; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }
/* =====================
  header
===================== */
.header .container,
.header-fixed .container{
  position: relative;
}
.header{
  background-color: #fff;
  width: 100%;
}
.menu{
  display: table;
  width: 900px;
  padding-left: 0;
  margin:36px auto; 
}
.menu li{
  display: table-cell;
  text-align: center; 
}
.menu li a{
  display: block;
  font-size: 13px;
  color:#333;
  font-weight: bold;
}
.menu li a:hover{
  text-decoration: none;
}
.menu li a span{
  border-bottom: 2px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.menu li a:hover span{
  border-bottom: 2px solid #fc85c1;
}
.header-fixed{
  overflow-y: hidden;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: fixed;
  top:-200px;
}
.header-fixed.fixed  {
  z-index: 9999;
  top:0;
}
.header-fixed .menu{
  width: 760px;
  padding-left: 0;
  margin:30px 50px;
  float: right;
}
.menu-logo{
  float: left;
  padding-top: 24px;
}
.search-icon{
  display: block;
  position: absolute;
  bottom:36px;
  right:15px;
}
.navbar-form input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  display: inline-block;
  vertical-align: middle;
}
.search-icon .navbar-form{
  display: none;
  position: absolute;
    right: 36px;
    top: 2px;
    width: 990px;
    text-align: right;
    line-height: 1;
    background-color: #fff;
}
.form-group{
  width: 980px;
  display: inline-block;
  padding-right: 10px;
}
.search-icon .navbar-form .btn{
  display: inline-block;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.navbar-form input{
  width: 938px;
}
.fa-search.text-muted:before {
    content: "\f002";
    font-size: 22px;
}
.search-icon .navbar-form .btn:after{
  content: none;
}
.search-icon a{
  position: relative;
  width: 21px;
  height: 24px;
}

.search-icon a img{
  opacity: 1;
}
.search-icon a.open img{
  opacity: 0!important;
}
.search-icon a.open:before{
  content:'';
  height: 28px;
  width: 2px;
  background-color: #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  top:-2px;
  left:0;
  -webkit-transform: translate(8px) rotate(-45deg);
  transform: translate(8px) rotate(-45deg);
}

.search-icon a.open:after{
  content:'';
  height: 28px;
  width: 2px;
  background-color: #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  top:-2px;
  left:0;
  -webkit-transform: translate(8px) rotate(45deg);
  transform: translate(8px) rotate(45deg);

}
.search-icon .navbar-form .btn{
  border: none;
  padding:0px 2px;
}
.form-group{
  border-right: 1px solid #eee;
}
.search-icon .navbar-form .btn:hover{
  background-color: #fff;
  color:#000;
}
/* =====================
  footer
===================== */
.footer-logo{
  text-align: center;
  padding-top: 48px;
  padding-bottom: 40px;
  padding-bottom: calc(40px - (((1.5rem * 1.75) - 1.5rem) / 2));
}
.footer-menu{
  background-color: #f2f2f2;
}
.footer-menu-box,
.footer-sns-menu-box{
  padding-left: 20px;
  padding-right: 25px;
}
.footer-menu-box{
  width: 670px;
  float: left;
}
.footer-sns-menu-box{
    width : 30%; /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(100% - 670px) ;
    width : calc(100% - 670px) ;
    float: right;
    text-align: center;
    margin-bottom: 30px;

}
.footer-sns-box-inner{
  border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-top: calc(36px - (((1.5rem * 1.75) - 1.5rem) / 2));
}
.footer-sns-menu-box ul{
  display: table;
    width: 80%;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.footer-sns-menu-box ul li{
  display: table-cell;

}
.footer-menu-bottom:after{
  clear:both;
  display: table;
  content:'';
}
.footer-menu-top{
  margin-bottom: 30px;
  margin-bottom: calc(30px - (((1.5rem * 1.75) - 1.5rem) / 2));
}
.footer-menu-top ul{
  padding-left: 0;
  display: table;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-menu-top ul li {
  display: table-cell;
  width: 25%;

}
.footer-menu-top ul li a{
  color:#333;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.footer-menu-bottom ul{
  float: left;
  width: 25%;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.footer-menu-bottom ul li:before{
  content: "-";
  margin-right: 5px;

}
.footer-menu-bottom ul li a{
  color:#333;
  font-size: 12px;
}
.login{
  background-color: #eeeeee;
  margin-bottom: 48px;
  margin-left: 25px;
  margin-right: 25px;
}
.login-logo{
  float: left;
  padding-top: 5px;
  padding-left: 90px;
}
.login-btn{
  float: right;
}
.login-inner{
  background-color: #e8e8e8;
  padding: 30px;
}
.login-btn ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.login-btn ul:after{
  display: table;
  content:"";
  clear:both;
}
.login-btn ul li{
  width: 288px;
  float: left;
  padding-left: 18px;
}
.login-btn ul li a{
  display: block;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  font-size: 13px;
  color:#333;
  position: relative;
  border-radius: 2px;
}
.login-btn ul li a:hover{
  background-color: #fc85c1;
  color:#fff;
  text-decoration: none;
  border-color: #fc85c1;
}
.login-btn ul li a:after{
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 18px;
  right: 13px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #fc85c1;
  border-right: solid 1px #fc85c1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.login-btn ul li a:hover:after{
  border-color: #fff;
}
.footer-menu-bottom2{
  background-color: #464646;
}
.footer-menu-bottom2 ul{
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.footer-menu-bottom2 ul li{
  text-align: center;
  display: table-cell;
  border-left:1px solid #333;
  line-height: 1;
  font-size: 11px;
}
.footer-menu-bottom2 ul li a{
  font-size: 11px;
  color:#fff;
  line-height: 1;
}
.copyright .container{
  position: relative;
}
.copyright .container img{
  position: absolute;
  top:10px;
  left:0;
}
.copyright .container p{
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}

/* =====================
  サイドバー
===================== */
.hide{
  display: none;
}
.tab:after,
.tab_content li:after{
  display: table;
  content:"";
  clear:both;
}
.tab_content li{
  margin-bottom: 30px;
}
.content-right .tab{
  margin-bottom: 36px;
}
.content-right .tab,
.content-right .btn_wrap{
  padding-left: 25px;
  padding-right: 25px;
}
.content-right .tab{
  list-style: none;
}
.content-right .tab li{
  width: 50%;
  float: left;
  text-align: center;
  border:1px solid #000;
  font-size:14px;
  padding:4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.content-right .tab li.select{
  background-color: #fdeef4;
}
.content-right .tab li.select:before{
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  bottom:-6px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%,0) rotate(45deg); /* Safari用 */
  transform: translate(-50%,0) rotate(45deg);
 
  background-color: #fdeef4;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.content-right .tab li:first-child{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-right: none;
}
.content-right .tab li:last-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.content-right .tab_content{
  padding-left: 10px;
}
.content-right ul{
  list-style: none;
}
.ranking .side_thum{
  float: left;
  overflow:hidden;
  width: 90px;
  height: 90px;
  position: relative;
  margin-right: 12px;
}
.ranking .side_thum img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.ranking a{
  color:#000;
}
.ranking li a{
  color:#333;
}
.ranking h4{
  margin-top: 0;
  font-size: 11px;
  margin-bottom: 12px;
  margin-bottom: calc(12px - (((1.5rem * 1.8) - 1.5rem) / 2));
  font-weight: bold;
  line-height: 1.8;
  padding-top: calc(12px - (((1.5rem * 1.8) - 1.5rem) / 2));
}
.ranking p{
  font-size: 12px;
  margin-bottom: 0;
}
.pickup li:after{
  clear:both;
  display: table;
  content:"";
}
.pickup li{
  margin-bottom: 30px;
}
.pickup{
  padding-left: 0;
  margin-bottom: 80px;
}
.pickup .side_thum{
  float: left;
  overflow:hidden;
  width: 90px;
  height: 90px;
  position: relative;
  margin-right: 10px;
}
.pickup .side_thum img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pickup a{
  color:#000;
}
.pickup h4{
  margin-top: 0;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.pickup p{
  font-size: 12px;
  margin-bottom: 5px;
}
/**/
.pick_up_ad a:after{
  clear:both;
  display: table;
  content:"";
}
.pick_up_ad a{
  margin-bottom: 30px;
  color:#333;
}
.pick_up_ad span{
  font-size: 12px;
  width: 220px;
  vertical-align: middle;
}
.pick_up_ad{
  padding-left: 0;
  margin-bottom: 80px;
}
.pick_up_ad img{
  width: 96px;
  height: 96px;
  max-width: unset;
}

img.pick_up_ad_ttl{
  width: 91.5px;
  height:auto;
  margin-right: 0;
}
.pickup .side_thum img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.pickup a{
  color:#000;
}
.pickup h4{
  margin-top: 0;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.pickup p{
  font-size: 12px;
  margin-bottom: 5px;
}
/**/
.cat{
  font-weight: 700;
}
.pickup p.cat{
  color:#fc85c1;
  
}
.gallery .side_thum:after{
  position: absolute;
  content: "";
  background-image: url(icon_gallery.png);
  width: 18px;
  height: 16px;
  bottom: 5px;
  right: 5px;
}
.movie .side_thum:after{
  position: absolute;
  content: "";
  background-image: url(icon_movie.png);
  width: 20px;
  height: 20px;
  bottom: 5px;
  right: 5px;
}
.pr .side_thum:before{
  position: absolute;
  content: "";
  background-image: url(icon_pr.png);
  width: 30px;
  height: 16px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.banner-area-margin-top{
  margin-top: 70px;
}
.banner-area-margin-bottom{
  margin-bottom: 70px;
}
.with-magazine h2{
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
}
.with-magazine p{
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.with-magazine h2 + p{
  margin-bottom: 12px;
}
.with-magazine{
  background-color: #f2f2f2;
  padding: 30px 0 0;
  text-align: center;
}
.magazine-img{
  margin-bottom: 24px;
  margin-left: 60px;
  margin-right: 60px;
}
.magazine-img + p{
  margin-bottom: 24px;
}
.with-magazine ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.with-magazine ul li{
  padding-left: 0;
  margin: 0;
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 12px;
  font-size: 13px;
  color: #333;
  position: relative;
}
.with-magazine ul li:after{
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 12px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.with-magazine ul li a{
  color:#333;
}
.tag{
  margin-bottom: 60px;
}
.tag ul{
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.tag ul li{
  float: left;
  padding-left: 8px;
  margin-bottom: 8px;
}
.tag ul li a{
  border-radius: 4px;
  border:1px solid #ddd;
  font-size: 12px;
  padding:4px 10px;
  display: block;
  color:#333;
}
.tag ul li a:hover {
    background-color: #fc85c1;
    color: #fff;
    text-decoration: none;
    border-color: #fc85c1;
}
.banner-area ul{
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.banner-area ul li{
  margin-bottom: 12px;  
}
.banner-area ul li img{
  border:solid 1px #ddd;
  border-radius: 2px;
}
.banner-area ul .ad01{
  margin-top: 60px;
  margin-bottom: 0;
}
ul.ranking li{
  position: relative;
}
ul.ranking li:before{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fc85c1;
  z-index: 1;
  top:-10px;
  left: -10px;
  text-align: center;
  color: #fff;
  font-family: 'Merriweather', serif;
  background-repeat: no-repeat;
  background-position: center center;
  content:'';
}

/* =====================
  TOPページ
===================== */
.swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fc85c1;
}
.mv-area .swiper-pagination {
  left:auto;
  right:50px;
  width: auto;
}

.mv-area{
  background-image: url(bg-pink.jpg);
  background-size: cover;
  margin-bottom: 70px;
  position: relative;
}
/*.mv-area .swiper-container{
  overflow: visible;
}*/
.mv-area .container:before{
  content: "";
  width: 98px;
  height: 67px;
  background-image: url(pickup_fukidashi.png);
  display: block;
  position: absolute;
  bottom:-40px;
  left:30px;
  z-index: 10;
}
.mv-area .container{
  position: relative;
}

.mv-area .container .swiper-slide{
  height:400px;
}
.mv_title_area{
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  z-index: 10;
  bottom:0;
  left:10px;
  text-align: center;
  padding: 24px;
  max-width: 390px;
}
.mv_title_area p{
  font-size: 16px;
  margin-bottom: 0;
}
.mv_title_area h2{
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 4px;
}
.slider-img{
  width: 800px;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin-left: auto;
}
.mv-area .container .swiper-slide .slider-img img{
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0%); /* Safari用 */
  transform: translate(-50%, 0%);
}
.logo-mv-area{
  position: absolute;
  top:24px;
  left:15px;
  z-index: 10;
}
.logo-mv-text{
    text-align: center;
    color: #fc85c1;
    margin-bottom: 12px;
}
.content-left{
  float: left;
  width: 670px;
  margin-bottom: 44px;
}
.content-right{
  float:right;
  width: 300px;
  margin-bottom: 30px;
}
ul.post{
  margin: 0 -9px;
  padding-left: 0;
  list-style: none;
}
ul.post:after,
.coordinate-box:after{
  display: table;
  content:"";
  clear:both;
}
.post-box{
  float: left;
  width: 33.33333%;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 50px;
  margin-bottom: calc(60px - (((1.5rem * 1.5) - 1.5rem) / 2));
}
.post-box .cat{
  color: #fc85c1;
  font-size: 12px;
}
.post-box .cat:hover{
  text-decoration: none;
}
.post-box h4{
  font-size: 12px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}
.post-box p{
  font-size: 13px;
  line-height: 1.8;
  padding-left: 12px;
  padding-right: 12px;
}
.post-box a{
  color:#333;
}
.post-box .thumbnail{
  margin-bottom: 14px;
  margin-bottom: calc(18px - (((1.5rem * 1.5) - 1.5rem) / 2));
}
.thumbnail{
  position: relative;
  overflow:hidden;
  height: 160px;
  background-color: #000;
}
.thumbnail img{
  max-width: none;
  width: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.ttl-main{
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.ttl-sub{
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  margin-top: 8px;
}
.section-top-01{
  margin-bottom: 40px;
}
.coordinate-box{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.coordinateibox-img{
  width : 45% ;
  width : -webkit-calc(51.493% - 15px) ;
  width : calc(51.493% - 15px) ;
  float: left;
  margin-right:15px;
}

.coordinateibox-text{
  width : 45% ;
  width : -webkit-calc(48.507% - 15px) ;
  width : calc(48.507% - 15px) ;
  float: right;
  margin-left:15px;
  padding-right: 30px;
}
.coordinateibox-text .date{
  text-align: center;
}
.coordinateibox-text .date h3{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  color:#333;
  padding-bottom: 12px;
  margin-top: 30px;
  line-height: 0.8;
}
.coordinateibox-text .date h2{
  font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-size: 80px;
    line-height: 0.8;
    color: #333;
    padding-top: 12px;
}
.coordinateibox-ttl{
  text-align: center;
  font-size: 22px;
  position: relative;
  padding: 10px 30px;
  line-height: 1.5;
  margin-bottom: 38px;
}
.coordinateibox-ttl:before{
  background-image: url(coron-start.png);
  content: '';
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  top:-14px;
  left:0;
}
.coordinateibox-ttl:after{
  background-image: url(coron-end.png);
  content: '';
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  bottom:-14px;
  right:0;
}
.coordinateibox-txt{
  font-size: 12px;
  margin-bottom: 30px;
}
.coordinateibox-text .btn_wrap{
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.section-top-02{
  padding-bottom: 40px;
}
.section-top-03{
  background-image: url(bg-pink.jpg);
  background-size: cover;
  text-align: center;
  padding:48px 0;
}
.section-top-03 p{
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}
.section-top-03 .btn_wrap{
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.section-top-03 .movie-wrap{
  display: inline-block;
  width: auto;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.section-top-03 .movie-wrap:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(play.png);
  background-repeat: no-repeat;
  background-position: center;
}
.section-top-03 .movie-wrap.pr:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 16px;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.section-top-04{
  padding-top: 70px;
  padding-bottom: 40px;
}
.section-top-04 ul.post{
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery .thumbnail:after{
  position: absolute;
  content: "";
  background-image: url(icon_gallery.png);
  width: 18px;
  height: 16px;
  bottom: 5px;
  right: 5px;
}
.movie .thumbnail:after{
  position: absolute;
  content: "";
  background-image: url(icon_movie.png);
  width: 20px;
  height: 20px;
  bottom: 5px;
  right: 5px;
}
.pr .thumbnail:before{
  position: absolute;
  content: "";
  background-image: url(icon_pr.png);
  width: 30px;
  height: 16px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.thumbnail .new {
    position: absolute;
    width: 32px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    color: #fff;
    background: #fc85c1;
    font-size: 12px;
    padding: 0 4px;
    text-align: center;
}
.new-post-box .thumbnail{
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 18px;
}
.new-post-box{
  margin-bottom: 30px;
}
.new-post-box .thumbnail img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.tag ul:after,
.new-post-box:after {
    display: table;
    content: "";
    clear: both;
}
.new-post-box .cat{
  color: #fc85c1;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.new-post-box .cat:hover{
  text-decoration: none;
}
.new-post-box h4{
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  padding-top: 12px;
  margin-bottom:18px;
  line-height: 1;
  margin-bottom: calc(18px - (((1.5rem * 1.8) - 1.5rem) / 2));
}
.new-post-box p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-bottom: calc(40px - (((1.5rem * 1.8) - 1.5rem) / 2));
}
.new-post-box a{
  color:#000;
}

.section-top-04 .btn_wrap{
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.section-top-04 .content-right .btn_wrap{
  margin-top: 20px;
}
.section-top-05{
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-bottom: calc(60px - (((1.5rem * 1.5) - 1.5rem) / 2));
}
.section-top-05 h2{
    margin-top: 0;
    margin-bottom: 24px;
}
.section-top-05 .swiper-container{
  padding: 0px 40px 30px;  
}
.section-top-05 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:0;
}
.section-top-05 .swiper-container .swiper-wrapper .swiper-slide{
  text-align: left;
  padding:0 6px;
}
.section-top-05 .swiper-container .swiper-wrapper .swiper-slide .thumbnail{
  height: 224px;
}
.section-top-05 .swiper-container .swiper-button-next,
.section-top-05 .swiper-container .swiper-button-prev{
  width: 40px;
  height: 100%;
  background-color: #f2f2f2;
  top:0;
  background-image: none;
}
.section-top-05 .swiper-container .swiper-button-next:after,
.section-top-05 .swiper-container .swiper-button-prev:after{
  position: absolute;
  margin: auto;
  left:auto;
  right:auto;
  left:50%;
  top: 135px;
}
.section-top-05 .swiper-container .swiper-button-next{
  right:0;
}
.section-top-05 .swiper-container .swiper-button-prev{
  left:0;
}
.section-top-05 .swiper-container .swiper-button-next:after{
  display: block;
    width: 15px;
    height: 15px;
    left:0;
    content: "";
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.section-top-05 .swiper-container .swiper-button-prev:after{
  display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right:0;
    content: "";
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}
.section-top-05 .swiper-container .cat{
  color: #fc85c1;
  font-size: 13px;
  font-weight: 700;
}
.section-top-05 .swiper-container .cat:hover{
  text-decoration: none;
}
.section-top-05 .swiper-container  a{
  color:#000;
}
.section-top-05 .swiper-container  a.cat{
  color:#fc85c1;
  padding-left: 18px;
  padding-right: 18px;
}
.section-top-05 .swiper-container h4{
  font-size: 13px;
  font-weight: bold;
  margin-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 1.6;
}
.section-top-05 .swiper-container p{
  font-size: 13px;
  line-height: 1.8;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 18px;
  margin-top: calc(18px - (((1.5rem * 1.8) - 1.5rem) / 2));
}
.section-top-06{
  background-image: url(bg-pink.jpg);
  background-size: cover;
  text-align: center;
  padding:60px 0;
}
.section-top-06 .container > h2{
  margin-bottom: 40px;
}
.section-top-06 h2{
  text-align: center;
  margin-bottom: 24px;
  margin-top: 0;
}
.model-img-box{
  width: 590px;
  float: left;
}
.model-img-box ul:after {
    display: table;
    content: "";
    clear: both;
}
.model-img-box ul{
  list-style: none;
  display: table;
  width: 100%;
  margin-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 0;
}
.model-img-box h2{
  margin: 0 0 24px;
}
.model-img-box ul li{
  display: table-cell;
}
.model-img-box ul li p{
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
}
.model-img-box ul li img{
  border-radius: 50%;
  vertical-align: bottom;
  width: 130px;
  height: 130px;
  border:5px solid #f8c5ce;
}
.model-img-box ul.model-list-1 li:first-child img{
  width: 160px;
  height: 160px;
}
.model-img-box ul.model-list-1{
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.model-img-box ul.model-list-1 li{
  width: 50%;
}
.model-img-box ul li{
  position: relative;
}
.model-img-box ul li:before{
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fc85c1;
  z-index: 1;
  font-size: 18px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  content:'';
  background-size: auto 18px;
}
.model-img-box ul li:first-child:before{
  top:0px;
  left: 0px;
}
.model-img-box ul li:nth-child(2):before{
  top:20px;
  left: 20px;
}
.model-img-box ul li:nth-child(3):before{
  top:20px;
  left: 20px;
}
.model-img-box ul.model-list-2 li:first-child:before{
  top: -12px;
  left: 20px;
}
.model-img-box ul.model-list-2 li:nth-child(2):before{
  top: -12px;
  left: 20px;
}
.model-img-box ul.model-list-2 li:nth-child(3):before{
  top: -12px;
  left: 20px;
}

.section-top-06 .btn_wrap{
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
}
.model-txt{
  text-align: left;
  font-size: 13px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.about_with_girls{
  width: 430px;
  float: right;
}
.about_with_girls_inner{
  background-color: #fff;
  padding-top: 30px;
  margin-bottom: 50px;
}
.about_with_girls_inner h2{
  line-height: 0;
  margin-bottom: calc(24px - (((1.5rem * 1.75) - 1.5rem) / 2));
}
.about_with_girls_inner p{
  padding:0 40px 40px;
  padding-bottom: calc(40px - (((1.5rem * 1.75) - 1.5rem) / 2));
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
}
.about_with_girls ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.about_with_girls ul li{
  padding-left: 0;
  margin: 0;
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #fcdfe9;
  padding:18px 10px;
  padding-top: calc(18px - (((1.5rem * 1.8) - 1.5rem) / 2));
  padding-bottom: calc(18px - (((1.5rem * 1.8) - 1.5rem) / 2));
  font-size: 13px;
  color: #333;
  position: relative;
}
.about_with_girls ul li:after{
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 13px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.about_with_girls ul li a{
  color:#333;
}
.section-top-07 .container{
  width: 920px;
  margin-left: auto;
  margin-right:auto;
}
.section-top-07 .post-box{
  width: 25%;
  margin-bottom: 40px;
}
.section-top-07{
  padding-top: 70px;
  padding-bottom: 90px;
}
.section-top-07 .btn_wrap{
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 70px;
}
.ad_banner{
  text-align: center;
}
.post-box .cat{
  padding-left: 12px;
}
/* =====================
  LISTページ
===================== */
.menu-logo-under + .menu{
  margin-top: 10px;
}
.menu-logo-under{
  text-align: center;
  margin-top: 20px;
}
#pankuzu{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#pankuzu ul{
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}
#pankuzu ul:after{
  clear:both;
  display: table;
  content:'';
}
#pankuzu ul li{
  float:left;
  font-size: 12px;
}
#pankuzu ul li a{
  color:#333;
}
#pankuzu ul li:after{
  content:'';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  margin-left: 5px;
  margin-right: 10px;
}
#pankuzu ul li:last-child:after{
  content: none;
}
.list-ttl{
  color:#fc85c1;
  margin-bottom: 20px;
}
.list-ttl:before{
  content:'\201C';
}
.list-ttl:after{
  content:'\201D';
}
.section-list{
  padding-top: 30px;
}
.list_num{
  text-align: center;
}
ul.list-page-post{
  margin-top: 40px;
}
.section-recommend{
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-recommend h2{
  font-size: 24px;
  margin-bottom: 30px;
}
.section-recommend .post-box{
  width: 25%;
}
.paginate{
  text-align: center;
}
.pagination{
  display: inline-block;
  list-style: none;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0;
}
.pagination:after{
  clear:both;
  display: table;
  content:"";
}
.pagination li{
  width: 60px;
  float:left;
  padding: 10px;
}
.pagination li a{
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color:#000;
  font-weight: bold;
}
.pagination li.prev a{
  background-color: #fff;
  border: 1px solid #000;
}
.pagination li.prev a span:before {
  content: "\f104";
}
.pagination li.next_page a{
  background-color: #000;
  border: 1px solid #000;
  color:#fff;
}
.pagination li.next_page a span:before {
  content: "\f105";
}
.pagination li.active a{
  background-color: #ededed;
  border: 1px solid #ededed;
}
.pagination li.disabled a , .pagination li.active a{
  cursor: default;
}
.pagination li.disabled a:hover , .pagination li.active a:hover{
  text-decoration: none;
}
/* =====================
  POSTページ
===================== */
.post-cat-01:after,.post-cat-02:after{
  clear:both;
  display: table;
  content:'';
}
.post-cat-01{
  margin-bottom: 36px;
}
.post-cat-02{
  margin-bottom: 24px;
  font-weight: bold;
}
.post-cat-01 .cat-name{
  color:#fc85c1;
}
.post-cat-01 .cat-name,
.post-cat-02 .cat-name{
  font-size: 12px;
  float: left;
  font-weight: 700;
}

.post-cat-01 .pr-icon.true-icon:before{
  font-size: 10px;
  font-weight: 900;
  float: right;
  content: 'PR';
  display: block;
  text-align: center;
  color:#fff;
  background-color: #b8b8b8;
  width: 30px;
  height: 18px;
}
.post-cat-02 .date{
  font-size: 12px;
  float: right;
  
}
#post .mv img{
  width: 100%;
  height: auto;
}
.post-ttl{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 42px;
}

.share-btn{
  list-style: none;
  padding-left: 0;
  display: table;
  text-align: center;
  margin:24px auto;
}
.share-btn li{
  display: table-cell;
  padding: 0 17px;
  vertical-align: middle;
}

.post-contents{
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 42px;
  border-top:1px solid #ddd;
  font-size: 14px;
}
.post-contents h2.item-body{
  font-size: 20px;
  border-left:6px solid #fc85c1;
  padding: 2px 0 2px 12px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.post-contents h3.item-body{
  font-weight: bold;
  font-size: 14px;
}
.post-contents .item_text{
  margin-bottom: 42px;
}
.post-contents .pattern_1 .text_area{
  font-size: 12px;
  margin-top: 18px;
}
.post-contents .pattern_1 img,
.post-contents .pattern_2 img,
.post-contents .pattern_3 img,
.post-contents .pattern_4 img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-contents .pattern_1 a.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.post-contents .pattern_1 a img.zozo-image {
    padding-left: 40px;
    height: 40px;
    width: 170px;
    float: left;
}
.post-contents .pattern_1 a img.wear-image {
    padding-left: 40px;
    height: 40px;
    width: 140px;
    float: left;
}

.post-contents .item_movie .pull-sm-left{
  text-align: center;
}
.post-contents .item_product .media-body {
  overflow: hidden;
}
.pattern_2{
  width: 49%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.pattern_2 .text_area{
  font-size: 12px;
}
.post-contents .pattern_2 img{
  margin-bottom: 12px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-contents .pattern_2 h3{
  margin:0;
}
.post-contents .pattern_3{
  text-align: center;
  margin-bottom: 90px;
}
.post-contents .pattern_3 img{
  margin-bottom: 10px;
}
.post-contents .pattern_3 .text_area{
  font-size: 12px;
}

.post-contents .pattern_4 {
  display: table;
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
}
.post-contents .pattern_4 .pattern_4_img_wrap{
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.post-contents .pattern_4 img{
  opacity: 0;
  max-width: none;
  width: 120%;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.post-contents .pattern_4 .pattern_4_img_wrap img{
  opacity: 1;
}
.post-contents .pattern_4 .text_area{
  display: table-cell;
  vertical-align: middle;
  padding-left: 24px;
  width: auto;
}


.post-contents .pattern_4:before{
  content:'\201C';
  font-size: 60px;
  position: absolute;
  top:-40px;
  left:0;
  font-family: 'Lobster', cursive;
}
.post-contents .pattern_4:after{
  content:'\201D';
  font-size: 60px;
  position: absolute;
  bottom:-60px;
  right:0;
  font-family: 'Lobster', cursive;
}

.markdown_s{
  border: 1px solid #000;
  margin-left: -40px;
  margin-right: -40px;
  font-size: 12px;
  margin-top: 90px;
  margin-bottom: 60px;

}
.markdown_s th{
  padding: 42px;
  font-size: 14px;
}
.markdown_s tr td{
  padding:0 42px 42px 42px;
  vertical-align: top;
}
.markdown_s tr td:last-child{
  padding:0 42px 42px 0;
}
.markdown_s tr td a{
  color:#000;
  text-decoration: underline;
}
.markdown_s tr td h4{
  font-size: 14px;
  font-weight: bold;
}
.item_link:after{
  display: table;
  clear:both;
  content: '';
}
.item_link{
  margin-bottom: 30px;
}
.post-contents .pattern_5{
  margin-bottom: 60px;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 30px;
  overflow: hidden;
}
.post-contents .pattern_5 h3{
  float:right;
  margin-top: 20px;
  font-size: 12px;
  display: block;
  width: 594px;
}
.post-contents .pattern_5 img{
  float: left;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  margin-bottom: 18px;
  border:1px solid #f8b9c5;
}
.post-contents .pattern_5 .text_area{
  clear:both;
  font-size: 10px;
}
.next-post{
  text-align: center;
  margin-bottom: 30px;
}
.next-post span{
  font-weight: bold;
  color:#fc85c1;
  padding-right: 12px;
}
.next-post a{
  color:#000;
  text-decoration: underline;
  font-size: 16px;
}
.next-post a:after{
    width: 10px;
    height: 10px;
    margin: auto;
    margin-left:10px;
    display: inline-block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.shopping .btn{
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 14px;
}
#post .paginate{
  margin-bottom: 64px;
}
#post .paginate .pagination a {
  padding-top: 5px;
}
#post .tag{
  margin-bottom: 82px;
}
.post-footer .share-box{
  border: 1px solid #000;
  padding: 18px;
  margin-bottom: 30px;
}
.post-footer .share-box:after{
  clear:both;
  content:'';
  display: table
}
.post-footer .share-box .post-footer-thum{
  position: relative;
  width: 180px;
  height: 180px;
  float: left;
  margin-right: 18px;
  overflow: hidden;
}
.post-footer .share-box .post-footer-thum img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.post-footer .share-box h2{
  font-size: 16px;
  margin-bottom: 48px;
  margin-top: 18px;
  line-height: 1.8;
}
.post-footer p{
  text-align: center;
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: 700;
}
.post-footer .follow-btn{
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.post-footer .follow-btn li{
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}
#post .content-left{
  margin-bottom: 90px;
}
#post .mv{
  height: 505px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mv{
  text-align: center
}
#post .mv img {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/*.post-footer{
  margin-bottom: 60px;
}*/
.post-contents .pull-left{
  margin-right: 12px;
}
.post-contents a{
  color:#333;
  text-decoration: underline;
  font-size: 11px;
}
.media img{
  margin-right: 24px;
}
.media .pull-sm-left{
  float: left;
}
.media:after{
  display: table;
  content: '';
  clear:both;
}
.media h4.item-source a{
  font-size: 16px;
  line-height: 1.8;
}
.item_movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.item_movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.post-contents h2.item-body{
  font-size: 16px;
  border-left:3px solid #fc85c1;
  padding: 0px 0 0px 9px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.5;
}
.post-contents .item_text,
.post-contents .item-source{
  margin-bottom: 30px;
}

/* =====================
  with girls
===================== */
.section-page{
  padding-top: 30px;
}
.withgirls-ttl{
  text-align: center;
  margin-bottom: 20px;
}
.withgirls-txt{
  text-align: center;
  font-size: 13px;
}
.model-img-box li{
  text-align: center;
  width: 33.3333%;
}
.withgirls-ranking-box .model-img-box{
  float: none;
  width: auto;
}
.withgirls-ranking-box{
  background-image: url(bg-pink.jpg);
  background-size: cover;
  padding: 30px 30px 42px;
  margin-bottom: 42px;
}
.withgirls-ranking-box small{
  display: block;
  margin-top: 10px;
}
.model-link-btn:after{
  clear:both;
  display: table;
  content:'';
}
.model-link-btn {
  margin-right: -4px;
  margin-left: -4px;
    -webkit-backface-visibility: visible;
}
.with-btn-wrap{
  padding: 0 4px;
  width: 33.333333%;
  float: left;
      -webkit-backface-visibility: visible;
}
.with-btn-wrap a{
  position: relative;
  display: block;
  font-size: 12px;
  background: #fff;
  padding: 10px;
  text-align: center;
  color:#000;
      -webkit-backface-visibility: visible;
}

.with-btn-wrap a:after {
    display: block;
        width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    right: 10px;
    margin: auto;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.withgirls-category ul:after{
  clear:both;
  display: table;
  content:'';
}
.withgirls-category ul{
  padding-left: 0;
  list-style:none;
  border: 5px solid #f2f2f2;
}

.withgirls-category ul li{
  width: 33.333333%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.withgirls-category ul li a{
  position: relative;
  display: block;
  font-size: 12px;
  background: #fff;
  padding: 10px;
  text-align: center;
  color:#000;
}

.withgirls-category ul li a:after {
    display: block;
       width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    right: 10px;
    margin: auto;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.withgirls-category{
  margin-bottom: 80px;
}
.withgirls-txt{
  margin-bottom: 40px;
}
ul.month-post{
  margin-bottom: 80px;
}
.about-withgirls h2{
  text-align: center;
  position: relative;
}
.about-withgirls h2:before{
  content: "";
  position: absolute;
}
.about-withgirls{
  margin-top: 150px;
  margin-bottom: 80px;
}
.about-withgirls > h2{
  position: relative;
}
.about-withgirls > h2:before{
  content: "";
  width: 109px;
  height: 72px;
  display: block;
  background-image: url(../asset/join_us.jpg);
  top:-70px;
  left:110px;
}
.about-withgirls p{
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
    text-align: left;
}
.entry-box{
  margin-top: 50px;
  border:1px solid #000;
  padding: 40px;
}
.entry-inner{
  margin-top:40px;
  padding: 30px;
  background-color: #f2f2f2;
  text-align: center;
}
.entry-inner h3{
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.about-withgirls p a{
  color:#000;
  text-decoration: underline;
  font-size: 12px;
}
/* =====================
  galleryページ
===================== */
.review-link{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
#gallery .share-btn-wrap{
  border-top: 1px solid #ddd;
}
.review-link a{
  color:#000;
  text-decoration: underline;
  font-size: 16px;
  padding-left: 70px;
  font-weight: bold;
  position: relative;
}
.review-link a:before{
  position: absolute;
  top: -26px;
  left: -30px;
  width: 83px;
  height: 65px;
  display: block;
  content: "";
  background-image: url(check.jpg);
}
.review-link:after {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-left: 10px;
    display: inline-block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
}
.first-txt{
  margin-bottom: 60px;
}
.list-tab {
  margin-bottom: 60px;
  margin-left: -42px;
  margin-right: -42px;
}
.list-tab ul{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-tab ul li{
  height: 44px;
  width: 50%;
  float:left;
  background-color: #ededed;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-tab ul li.list-button{
  background-image:url(icon-list.png);
}
.list-tab ul li.list-button.select{
  background-image:url(icon-list_on.png);
}
.list-tab ul li.gallery-button{
  background-image:url(icon-gallery.png);
}
.list-tab ul li.gallery-button.select{
  background-image:url(icon-gallery_on.png);
}

.list-tab ul:after{
  clear:both;
  display: table;
  content:"";
}
.gallery_box{
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:42px;
}
.gallery_box .text_area{
  font-size: 12px;
}
.gallery_footer{
  margin-bottom: 18px;
}
.gallery_box_img_wrap{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.gallery_box_img_wrap:before{
  background: linear-gradient(#05FBFF, #1E00FF);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
}
.gallery_black h3,
.gallery_black h3:before,
.gallery_black h3:after{
  color:#333;
}
.gallery_white h3,
.gallery_white h3:before,
.gallery_white h3:after{
  color:#fff;
}
.overlay_img{
  height: 380px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-size: cover;
}
.gallery_black .overlay_img{
  background-image: url(gd_black.png);
}
.gallery_white .overlay_img{
  background-image: url(gd_white.png);
}
.gallery_box_img_wrap h3{
  text-align: center;
    font-size: 22px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0); /* Safari用 */
    transform: translate(-50%, 0);
    line-height: 2;
    font-weight: normal;
}
.gallery_box_img_wrap h3:before {
    content: '\201C';
    font-size: 60px;
    position: absolute;
    top: -24px;
    left: 20px;
    font-family: 'Lobster', cursive;
}
.gallery_box_img_wrap h3:after {
    content: '\201D';
    font-size: 60px;
    position: absolute;
    bottom: -60px;
    right: 30px;
    font-family: 'Lobster', cursive;
}
.gallery_footer{
  background-color: #ededed;
  padding: 10px;
}
.gallery_footer a{
  height: 17px;
  display: inline-block;
  line-height: 1;
  float: left
}
.gallery_footer p{
  float: right;
  margin: 0;
  font-size: 12px;
}
.gallery_footer:after{
  display: table;
  content:'';
  clear:both;
}
.gallery_footer a img{
  vertical-align: middle;
}
.gallery-list-wrap > div.gallery_list_box .text_area{
  font-size: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
.gallery_box span,
.gallery-list-wrap > div.gallery_list_box span{
  color:#fc85c1;
  font-weight: bold;
}
.gallery_list_box h3{
  margin:0;
}
.gallery-list-wrap{
  margin-left: -48px;
  margin-right: -48px;
  margin-bottom: -30px;
}
.gallery-list-wrap:after{
  clear:both;
  display: table;
  content:'';
}
.gallery-list-wrap > div.gallery_list_box{
  width: 33.33333%;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
}
.gallery-list-wrap > div.gallery_list_box .gallery_thum{
  height: 216px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border:1px solid #ddd;
  margin-bottom: 10px;
}
.gallery-list-wrap > div.gallery_list_box .gallery_thum img{
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.link_footer{
  margin-top: 70px;
}
#gallery .content-left{
  margin-bottom: 90px;
}
/* =====================
  占いページ
===================== */

.fortune-telling-contents{
  /*padding-left: 40px;
  padding-right: 40px;*/
  border-top:1px solid #ddd;
  font-size: 14px;
  padding-top: 42px;
}
.fortune-telling-contents h2.item-body{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: normal
}
.fortune-telling-contents .telling-img {
  text-align: center;
  margin-bottom: 42px;
}
.fortune-telling-contents .telling-img img{
  border-radius: 50%;
}
.fortune-telling-contents .item_text{
  margin-bottom: 70px;
  padding-left: 12px;
  padding-right: 12px;
}
.fortune-telling-contents .star .text_area{
  border-top:1px solid #000;
  clear:both;
  margin-top: 12px;
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 70px;
}
.fortune-telling-contents .star h3{
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  padding-left: 12px;
}
#fortune-telling .post_inner-recommend li{
  text-align: left;
  margin-bottom: 42px;
}
#fortune-telling .post_inner-recommend{
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  margin-top: 90px;
}
#fortune-telling .btn_wrap + .post_inner-recommend{
  border:none;
}
#fortune-telling .ttl-main{
  font-size: 24px;
}
.fortune-telling-contents h3.item-body{
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #000; 
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 12px;
}
.post_inner-recommend {
  margin-top: 80px;
}
.post_inner-recommend h3{
  font-size: 24px;
  font-weight: normal;
}
.post_inner-recommend li{
  width: 33.333333%;
  text-align: center;
}
.post_inner-recommend li .thumbnail img{
      width: 150%;
}
.constellation ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.constellation{
  background-color: #f2f2f2;
  padding:48px 40px 38px;
  margin-bottom: 30px;
}
.constellation h3{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
  margin-top: 0;
}
.constellation ul li img{
  border-radius: 50%;
}
.constellation ul:after{
  clear:both;
  display: table;
  content:"";
}
.constellation ul li{
  float:left;
  text-align: center;
  width: 25%;
  padding: 10px;
}
.constellation ul li p{
  margin-bottom: 0;
}
.constellation ul li a{
  color:#000;
  font-size: 12px;
}
.constellation ul li p{
  margin-top: 12px;
}
.fortune-telling-contents{
  margin-bottom: 80px;
}

/* =====================
  プロフィール
===================== */
#profile .post-cat-01{
  margin-bottom: 30px;
}
.profile-name{
  background-image: url(bg-pink.jpg);
  border-radius: 2px;
  padding: 30px 36px;
  position: relative;
  margin-bottom: 0;
}
.prof-ttl{
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
.prof-name{
  font-size: 30px;
  font-weight: 400;
  display: block;
}
.star-member{
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}
.prof-img{
  border-left:1px solid #ddd;
  border-right: 1px solid #ddd;
}
.prof-img img{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 42px;
  padding-top: 42px;
}
.prof-img-circle {
  width: 250px;
  height: 250px;
  display: block;
   margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 6px solid #fcd2df;
  overflow: hidden;
  position: relative;
}
.prof-img-circle img{
  max-width: none;
  width: 110%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.prof-table{
   border-collapse : separate ;
   border-spacing: 0px;
   margin-bottom: 60px;
}
.prof-table th,
.prof-table td{
  border-top:1px solid #ddd;
}
.prof-table th,
.prof-table td{
  padding: 25px 15px 25px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.girls-prof td a,
.prof-table td a{
  text-decoration: underline;
  color:#333;
}
.prof-table th{width: 180px;}
.prof-table tr:last-child th,
.prof-table tr:last-child td,
.girls-prof tr:last-child th,
.girls-prof tr:last-child td{
border-bottom:1px solid #ddd;
}
.prof-img{
  border-bottom:1px solid #ddd;
}
.prof-name-ttl{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
/* =====================
  カテゴリー
===================== */
.cat-ttl{
  color:#fc85c1;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}
.cat-ttl:before{
  content:'\201C';
  margin-right: 12px;
  font-family: 'Lobster', cursive;
      font-size: 60px;
    line-height: 1;
    position: relative;
    top: 12px;
}
.cat-ttl:after{
  content:'\201D';
  margin-left: 12px;
  font-family: 'Lobster', cursive;
      font-size: 60px;
    line-height: 1;
    position: relative;
    top: 12px;
}
.category-list .swiper-container{
  margin-bottom: 70px;
}
.category-list .swiper-container a{
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  color:#000;
}
.category-list .swiper-container a img{
  max-width: none;
  width: 130%;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0%); /* Safari用 */
  transform: translate(-50%, 0%);
}
.category-list .swiper-container .gallery a:after{
  position: absolute;
  content: "";
  background-image: url(icon_gallery.png);
  width: 18px;
  height: 16px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.category-list .swiper-container .movie a:after{
  position: absolute;
  content: "";
  background-image: url(icon_movie.png);
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.category-list .swiper-container .pr a:before{
  position: absolute;
  content: "";
  background-image: url(icon_pr.png);
  width: 30px;
  height: 16px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.category-list .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:120px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{

}

.category-list .swiper-container .swiper-button-next,
.category-list .swiper-container .swiper-button-prev{
  width: 40px;
  height: 100%;
  /*background-color: #f2f2f2;*/
  top:0;
  background-image: none;
}
.category-list .swiper-container .swiper-button-next:after,
.category-list .swiper-container .swiper-button-prev:after{
  position: absolute;
  margin: auto;
  left:auto;
  right:auto;
  left:50%;
  bottom: 18px;
}
.category-list .swiper-container .swiper-button-next{
  right:0;
}
.category-list .swiper-container .swiper-button-prev{
  left:0;
}
.category-list .swiper-container .swiper-button-next:after{
  display: block;
    width: 15px;
    height: 15px;
    left:0;
    content: "";
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.category-list .swiper-container .swiper-button-prev:after{
  display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right:0;
    content: "";
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}
.category-list .swiper-container .category-ttl-box{
  position: absolute;
  bottom:0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  padding:30px 68px;
  text-align: center;
}

.category-list .category-ttl-box p{
  font-size: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-list .category-ttl-box h2{
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-list .post_inner-recommend{
  margin-top: 0;
}
.category-list .post_inner-recommend li{
  text-align: left;
}
.cat_more_btn{
  margin-top: 12px;
}
.series-list ul:after,
.series-list li:after,
.series-list li a:after {
    display: table;
    content: "";
    clear: both;
}
.series-list ul{
  list-style: none;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0;
  margin-bottom: 0;
}
.series-list li{
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  height: auto;
}
.series-list li a{
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 30px;
  padding-top: calc(18px - (((1.5rem * 1.75) - 1.5rem) / 2));
  padding-bottom: calc(18px - (((1.5rem * 1.75) - 1.5rem) / 2));
}
.series-list li .thumbnail{
  position: relative;
  overflow:hidden;
  height: 100px;
  width: 100px;
  background-color: transparent;
  border-radius: 50%;
  float: left;
  margin-right: 18px;
}
.series-list li .thumbnail img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.series-list li h2{
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 18px;
  margin-bottom: calc(18px - (((1.5rem * 1.5) - 1.5rem) / 2));
  color:#333;
  line-height: 1.5;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.series-list li a:hover{
  text-decoration: none;
}
.series-list li p{
  color:#fc85c1;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}
.series-list li:after {
    display: block;

    width: 10px;
    height: 10px;
    position: absolute;
    top:50%;
    right:18px;
    content: "";
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.series-ttl-sub{
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
.series-ttl{
  color:#fc85c1;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 90px;
  font-size: 32px;
  font-weight: normal;
}
.series-ttl:before{
  margin-right: 12px;
  content: '\201C';
    margin-right: 12px;
    font-family: 'Lobster', cursive;
    font-size: 60px;
    line-height: 1;
    position: relative;
    top: 20px;
}
.series-ttl:after{
  content:'\201D';
  margin-left: 12px;
    font-family: 'Lobster', cursive;
    font-size: 60px;
    line-height: 1;
    position: relative;
    top: 20px;

}
.category-list{
  margin-bottom: 60px;
}
.arrival-list .list-page-post{
  margin: 0;
}
/* =====================
  キュレーター
===================== */
#writer-list .cat-ttl{
  margin-top: 0;
  font-size: 34px;
}
#writer-list{
  padding-top: 30px;
}
.section-writer-list-ul h4{
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
}
.section-writer-list-ul a{
  font-size: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color:#333;
}
/*.section-writer-list-ul{
  color:#fc85c1;
  font-weight: bold;
}*/

.section-writer-list-ul{
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: -30px;
  padding-left: 0;
}
.section-writer-list-ul:after{
  clear:both;
  display: table;
  content:'';
}
.section-writer-list-ul li{
  width: 33.33333%;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
}
.section-writer-list-ul .thumbnail{
  height: 216px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border:1px solid #ddd;
  margin-bottom: 10px;
}
.section-writer-list-ul .thumbnail img{
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

[class="9axis"]{
  text-align: center;
  margin-bottom: 50px;
  background-color: #f2f2f2;
  padding:48px 40px 38px;
}
[class="9axis"] h4{
    font-size: 24px;
    /*border-left: 3px solid #fc85c1;*/
    padding: 0px 0 0px 0px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.5;
}

[class="9axis"] select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    opacity: 0;
}
[class="9axis"] .selectWrap select{
    opacity: 1;
}
[class="9axis"] select::-ms-expand {
    display: none;
}
[class="9axis"] .selectWrap{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    background-color: #fff;
}
[class="9axis"] .selectWrap:first-child{
  margin-left: 0;
}
[class="9axis"] .selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #ccc;
    height: 100%;
    width: 30px;
}
[class="9axis"] .selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 
}
[class="9axis"] input{
  display: block;
  margin-right:auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 280px;
  background-color: #fc85c1;
  border-color: #fc85c1;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
[class="9axis"] input:hover{
      background-color: #fff;
    color: #fc85c1;
    text-decoration: none;
    
}
[class="9axis-result"] a{
  color:#000;
}
[class="9axis-result"] a span{
  color:#fc85c1;
  font-size: 1.2em;
  font-weight: bold;
}
[class="9axis-navi-branch"]{
  margin-bottom: 42px;
  margin-top: 30px;
}
[class="9axis-navi-branch"] a:first-child,
[class="9axis-navi-branch"] a:nth-child(2){
    display: block;
    width: 280px;
    margin: 12px auto 0;
    text-align: center;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px;
    font-size: 13px;
    color: #333;
    position: relative;
}
[class="9axis-navi-branch"] a:first-child:after,
[class="9axis-navi-branch"] a:nth-child(2):after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    right: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #fc85c1;
    border-right: solid 1px #fc85c1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
[class="9axis-navi-branch"] a:first-child:hover,
[class="9axis-navi-branch"] a:nth-child(2):hover{
    background-color: #fc85c1;
    color: #fff;
    text-decoration: none;
    border-color: #fc85c1;
}
[class="9axis-navi-branch"] a:first-child:hover:after,
[class="9axis-navi-branch"] a:nth-child(2):hover:after {
    border-color: #fff;
}
[class="9axis-navi-branch"]{
  text-align: center;
  margin-bottom: 70px;
}
[class="9axis-navi-branch"] a:last-child{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 30px;
  color:#333;
  text-decoration: underline;
}
/*
[class="9axis-navi-branch"] a:last-child:before{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    right: 36px;
    margin-right: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
/* =====================
  POSTページナビ
===================== */
.post_navi_box{
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.post_navi_box ul{
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: table;
}
.post_navi_box ul li{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.post_navi_box ul li a{
  font-size: 14px;
  color:#000;
  display: block;
  position: relative;
}
.post_navi_box ul li.cat_ttl{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.post_navi_box ul li:after{
  clear:both;
  display: table;
  content:'';
}
.post_navi_box .thum{
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 90px;
}
.post_navi_box .prev_post{
  width: 365px;
  display: table-cell;
}
.post_navi_box .prev_post a{
  padding-right:30px;
  padding-left:36px; 
}
.post_navi_box .prev_post a p,
.post_navi_box .next_post a p{
  padding-top: 8px;
}
.post_navi_box .next_post a:after{
  position:absolute;
  display: block;
  width: 15px;
  height: 15px;
  top:50px;
  left:auto;
  right: 6px;
  content: "";
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.post_navi_box .next_post{
  width: 365px;
  display: table-cell;
}
.post_navi_box .next_post a{
  padding-left:30px;
  padding-right:36px;
}
.post_navi_box .prev_post a:after{
  position:absolute;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top:50px;
  right:auto;
  left: 6px;
  content: "";
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}
.post_navi_box .prev_post .thum{
  margin-right: 18px;
  float: left;
}
.post_navi_box .next_post .thum{
  margin-left: 18px;
  float: right;
}
.post_navi_box .thum img{
  max-width: none;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
li.cat_ttl a{
  display: inline-block;
  padding: 0 30px;
  width: 290px;
  font-weight: bold;
}
/*検索結果画面*/
.girls-prof tr td, th{

}
/*検索結果画面*/
.row-offcanvas-left .col-sm-12  h1{
  font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 42px;
    padding-top: 20px;
}
.row-offcanvas-left .col-sm-12 .row{
  margin:0 -15px 50px;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4{
  float: right;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px
}

.row-offcanvas-left .col-sm-12 .row .col-sm-8{
  float: left;
  width: 66.66666666%;
  padding-left: 15px;
  padding-right: 15px
}
.row-offcanvas-left .col-sm-12 .row .col-sm-8 .list-group-item a{
  color:#000;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-8 .articles-lg .list-group-item img{
  width: 150px;
  height: auto;
  margin-right: 18px;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-8 .articles-lg .list-group-item{
  border-bottom: none;
  margin-bottom: 30px;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-8 .list-group-item h4{
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 12px;
    margin-bottom: 18px;
    line-height: 1;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-8 .list-group-item .curator a{
  color:#fc85c1;
}
.footer .footer-menu a[target="_blank"]:hover:after, a[target="_blank"]:focus:after{
  content: none
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4 .search-option ul{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 12px;
  list-style: none
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4 .search-option ul a{
      color: #333;
    font-size: 12px;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4 .search-option .active a{
  color:#fc85c1;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4 .search-option h4{
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.row-offcanvas-left .col-sm-12 .row .col-sm-4 .search-option ul li:before{
    content: "-";
    margin-right: 5px;
    display: inline-block;
}



