@charset 'utf-8';

/* CSS Document */
/* =========================================================
写メ一覧ページ
========================================================= */
article,
.mainSyameBlock {
  margin: 0;
  position: relative;
}

.filter {
  float: right;
  margin: 0 0 20px;
  box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(12, 48, 45, 0.15);
}

.filter li {
  background-color: #949494;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

.filter li:first-child {
  border-left: none;
}

.filter li.current {
  background-color: #494949;
  cursor: auto;
}

.filter li:hover {
  opacity: 0.8;
}

.filter li span {
  font-weight: inherit;
}

.contentUnder {
  clear: both;
  position: relative;
  width: 765px;
}

.contentUnder #gridContent .syameBox {
  position: relative;
}

.contentUnder .blogText {
  width: 500px;
  float: left;
  height: 315px;
  padding: 10px 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: #F90 5px solid;
  border-radius: 10px;
  margin: 0 0px 20px 7px;
  position: relative;
}

#girlsSokuBox {
  width: 786px;
}

#girlsSokuBox .girlsBox {
  margin-right: 10px;
}

#girlsList {
  background-color: #ffffff;
  border: 1px solid #494949;
  box-sizing: border-box;
  clear: both;
  display: none;
  margin: 0 0 20px;
  padding: 20px 10px 10px 20px;
  position: relative;
  width: 760px;
}

#girlsList li {
  border: 1px solid #494949;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
}

#girlsList li:hover {
  background: #494949;
  color: #fff;
}

.contentUnder p.loading {
  margin: 10px auto 20px;
  text-align: center;
  width: 750px;
}

.contentUnder .loadError {
  width: 750px;
  color: red;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

/*三角*/
#squer {
  position: relative;
}

#squer:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom: 10px solid #494949;
  border-image: none;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 49px;
  top: -31px;
}

#squer:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 19px 10px 17px;
  content: "";
  position: absolute;
  right: 45px;
  top: -48px;
}

/*写メ装飾*/
.mainSyameBlock {
  margin: 0 auto;
}

/* =========================================================
写メ個別記事ページ
========================================================= */
#rightContents #contensWarp {
  position: relative;
  margin-top: 19px;
}

.scheduleTime {
  clear: both;
  color: #fff;
  font-size: 14px;
  margin: 2px 0 10px;
}

.Thumb {
  border: 1px solid #301500;
  display: block;
  margin: 0 auto;
}

.Thumb>img {
  height: 100%;
  width: 100%;
}

#blogWrap {
  float: left;
  width: 500px;
  min-height: 669px;
}

.blogBlock {
  width: 460px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(249, 226, 232, 0.8);
  border: solid 1px #9e1347;
}

#rightContents .blogBlock h3 {
  background: none;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: auto;
  line-height: 1.1em;
  overflow: hidden;
  padding-left: 0;
  color: #de0053;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 10px;
  box-shadow: none;
  width: 458px;
  margin-top: 0;
}

#rightContents .blogBlock h3:before,
#rightContents .blogBlock h3:after {
  content: none;
}

.blogBlock .postDate {
  text-align: right;
  margin: 0px 0 10px;
  color: #dc769c;
  font-size: 12px;
}

a.otherList {
  background-image: url("/img/syame/icon_syameDairy.png");
  background-position: 8px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #6c432d;
  color: #000000;
  display: block;
  font-family: "HGP明朝E", "ヒラギノ明朝 Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  text-indent: 2.8em;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15)
}

#gridContent .moreReadLargeWrap {
  width: 760px;
  background-image: none;
}

#gridContent .moreReadSmallWrap span {
  background: -moz-linear-gradient(to bottom, #bc8f2e, #b98b28 75%, #af7c10);
  background: -webkit-linear-gradient(to bottom, #bc8f2e, #b98b28 75%, #af7c10);
  background: linear-gradient(to bottom, #bc8f2e, #b98b28 75%, #af7c10);
  border: 1px solid #a37106;
  width: 760px;
  box-sizing: border-box;
  line-height: 27px;
}

#gridContent .moreReadSmallWrap span:hover {
  opacity: 0.7;
}

.moreReadBox {
  margin-bottom: 20px;
}

.moreRead:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.moreReadBtn.full {
  margin: 0 auto 30px;
  float: none;
  width: 100%;
  color: #ff6677;
  font-size: 12px;
}

.moreReadBox .moreRead {
  width: 502px;
}

.Thumb>img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.Thumb:hover>img {
  opacity: 0.7;
}

.loadError {
  clear: both;
  width: 500px;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

p.loading {
  text-align: center;
  width: 750px;
  position: relative;
  clear: both;
}

a.returnTop {
  text-align: left;
}

#sokuhimeGirls {
  position: relative;
}

#sokuhimeGirls h3 span {
  font-size: 16px;
  margin: 0 0 0 10px;
}

.sokuhimeNumber {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 2;
}

.sokuhimeNumber a {
  display: inline-block;
  font-size: 16px;
  padding: 0 0 1px;
  position: relative;
  text-decoration: none;
}

.sokuhimeNumber a:hover img {
  opacity: 0.7;
}

.sokuhimeNumber a span {
  font-size: 20px;
}

.sokuhimeNumber a:hover {
  border-bottom: none;
}

.personalSyameHeading {
  width: 760px;
}

.returnTopWarp {
  background: url("/img/syame/btn_syameDairytopReturn2.png?v=190618") no-repeat;
  cursor: pointer;
  height: 54px;
  text-indent: -9999px;
  width: 83px;
  margin-top: -7px;
}

.returnTopWarp a {
  cursor: pointer;
  display: block;
  height: 50px;
  visibility: hidden;
  width: 84px;
}

.notPost {
  min-height: 744px;
  text-align: center;
  color: #ff0000;
  font-size: 26px;
  font-weight: bold;
}

.syameBox {
  margin: 0 5px 10px;
  width: 143px;
}

.syameBox:nth-of-type(5n) {
  margin-right: 5px;
}

.syameAnchor {
  width: 143px;
  border-bottom: none;
}

.syamePhoto {
  width: 143px;
}

.syameDate {
  width: 143px;
}

.syameBox .newfaceInfo>span {
  line-height: 15px;
}

.underGirlsBox .girlsAnchor:after {
  height: 283px;
}

.syameWrap {
  border: 1px solid #aaa595;
  border-top-width: 0;
}

.syameDate span {
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.3pt;
}

.syameName {
  bottom: 25px;
  font-family: inherit;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {

  .syameWrap {
    position: relative;
  }

  .syameWrap:hover a {
    opacity: 0.7;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .filter {
    float: none;
    width: 96%;
    margin: 0 auto 5vw;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }

  .filter li {
    float: none;
    font-size: 4vw;
    height: 10vw;
    line-height: 10vw;
    margin-right: 3%;
    width: calc(94%/3);
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0.9vw 0 rgb(21 21 21 / 80%);
    border: none;
  }

  .filter li.current {
    box-shadow: none;
    background-color: #494949;
  }

  .filter li:nth-of-type(3) {
    margin-right: 0;
  }

  #girlsList {
    background-color: #ffffff;
    border: 1px solid #86c193;
    box-sizing: border-box;
    clear: both;
    display: none;
    margin: 0 0 4vw;
    padding: 3% 0 1%;
    width: 100%;
  }

  #girlsList ul {
    width: 96%;
    margin: 0 auto;
  }

  #girlsList li {
    float: left;
    font-size: 3.2vw;
    margin: 0 2% 2% 0;
    padding: 0;
    width: calc(94% / 4);
    text-align: center;
    height: 7vw;
    line-height: 7vw;
    box-sizing: border-box;
  }

  #girlsList li:nth-of-type(4n) {
    margin-right: 0;
  }

  .contentUnder {
    width: 100%;
  }

  .mainSyameBlock {
    width: 98%;
    margin: 0 auto;
  }

  .syameBox {
    margin: 0 1% 3%;
    width: calc(94% / 3);
    float: left;
    border: none;
  }

  .syameBox:nth-of-type(5n) {
    margin-right: 1%;
  }

  .syameDate {
    padding-left: 25%;
    width: 100%;
    height: 4.6vw;
    box-sizing: border-box;
  }

  .syameBox.today .syameDate {
    background-color: #030304;
    border-color: #030304;
    color: #cecece;
  }

  .syameDate span {
    font-size: 2.7vw;
    text-align: center;
    line-height: 4.3vw;
    /* font-weight: bold; */
    color: inherit;
  }

  .syameWrap {
    position: relative;
    border-color: #333333;
    border-top-width: 1px;
  }

  .syameBox a {
    color: #805b09;
  }

  .syameAnchor {
    width: 100%;
    box-sizing: border-box;
  }

  .syamePhoto {
    width: 100%;
    height: 41vw;
    position: relative;
    background: linear-gradient(90deg, #d9fbff 25%, #ccfaff 25%, #ccfaff 50%, #d9fbff 50%, #d9fbff 75%, #ccfaff 75%, #ccfaff);
    background-size: 30% auto;
    overflow: hidden;
  }

  .syamePhoto img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
  }

  .syameInfo {
    height: 11vw;
    position: relative;
    width: 100%;
    border-top-color: #333333;
    padding-top: 8vw;
  }

  .syameTime {
    color: #969696;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1;
    padding: 0 0 0 4%;
    margin: 0 auto 1vw;
  }

  .syameText {
    /* color: #3eabff; */
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    padding: 3% 0 4% 4%;
    text-decoration: underline;
    width: 95%;
    white-space: nowrap;
  }

  .syameName {
    color: #ff4055;
    font-size: 3.44vw;
    font-weight: bold;
    padding: 0;
    position: absolute;
    bottom: 12.3vw;
    line-height: 1.5;
    width: 95%;
    padding-left: 4%;
  }

  p.loading {
    margin: 0;
    text-align: center;
    width: 94%;
    position: relative;
    clear: both;
    left: 0;
    right: 0;
  }

  .moreReadBtn.full {
    margin: 0 auto 6vw;
    width: 96%;
    height: 12vw;
    line-height: 12vw;
    box-sizing: border-box;
    padding: 0;
    color: #5b2e0f;
    background-image: linear-gradient(134deg, #fff7f8 10%, #fff4db 10%, #fff4db 90%);
    background-size: cover;
    box-shadow: 0 1vw 0 #815500;
    border-color: #5b2e0f;
  }

  .moreReadBtn a {
    color: inherit;
    font-weight: bold;
  }

  #gridContent .moreReadLargeWrap {
    width: 100%;
  }

  #gridContent .moreReadSmallWrap span {
    display: block;
    width: 100%;
    line-height: 9vw;
    font-weight: bold;
  }

  #gridContent {
    width: 100%;
    margin: 0 auto;
  }

  .newfaceInfo {
    background-color: #ffffff;
    background-image: url(/img/common/icon_girls_state.png);
    background-size: auto 325%;
    background-position-y: 0;
    background-repeat: no-repeat;
    border: 1px solid #00ad76;
    box-sizing: border-box;
    display: block;
    height: 3.7vw;
    left: -2%;
    padding: 0 1vw 0 11vw;
    position: absolute;
    z-index: 3;
    top: -6vw;
  }

  .newfaceInfo.newOver {
    background-color: transparent;
    border: none;
  }

  .newfaceInfo>span {
    color: #00ad76;
    display: block;
    font-size: 2.8vw;
    font-weight: bold;
    height: 100%;
    line-height: 16px;
    vertical-align: baseline;
    width: 100%;
  }

  .syameBox .newfaceInfo>span {
    line-height: 3.5vw;
  }

  .newfaceInfo>span>span {
    font-size: 2.4vw;
    font-weight: bold;
    margin: 0 0 0 0.5vw;
    vertical-align: baseline;
  }

  .girlsDate::before, .syameBox .syameDate::before {
    content: "次回";
    display: inline-block;
    width: 25%;
    height: 4.3vw;
    line-height: 4.3vw;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.6vw;
    font-weight: bold;
    border-right: 1px solid;
    text-align: center;
    text-indent: 0;
  }

  .today .girlsDate::before, .today .syameDate::before {
    content: "本日";
    border-color: #cecece;
    background-color: #030304;
    color: #cecece;
  }

}
