@import url('https://fonts.googleapis.com/css?family=Caveat|Roboto|Roboto+Condensed');

@font-face {
    font-family: 'Edition-Regular';
    src: url('../font/edition/Edition-Regular.ttf.woff') format('woff'),
    url('../font/edition/Edition-Regular.ttf.svg#Edition-Regular') format('svg'),
    url('../font/edition/Edition-Regular.ttf.eot'),
    url('../font/edition/Edition-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'utsukushi-mincho';
    src: url('../font/utsukushiMincho/UtsukushiFONT.eot');
    src: url('../font/utsukushiMincho/UtsukushiFONT.eot?#iefix') format('embedded-opentype'),
    url("../font/utsukushiMincho/UtsukushiFONT.otf") format("opentype"),
    url('../font/utsukushiMincho/02UtsukushiMincho.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BlackJackRegular';
    src: url('../font/BlackJackRegular/BLACKJAR.woff') format('woff'),
    url('../font/BlackJackRegular/BLACKJAR.svg') format('svg'),
    url('../font/BlackJackRegular/BLACKJAR.ttf') format('truetype'),
    url('../font/BlackJackRegular/BLACKJAR.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'basing';
    src: url('../font/basing/basing.woff') format('woff'),
    url('../font/basing/basing.svg') format('svg'),
    url('../font/basing/basing.ttf') format('truetype'),
    url('../font/basing/basing.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas';
    src: url('../font/bebas/bebas.woff') format('woff'),
    url('../font/bebas/bebas.svg') format('svg'),
    url('../font/bebas/bebas.ttf') format('truetype'),
    url('../font/bebas/bebas.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasbold';
    src: url('../font/bebas/bebas.woff') format('woff'),
    url('../font/bebas/bebas.svg') format('svg'),
    url('../font/bebas/bebas.ttf') format('truetype'),
    url('../font/bebas/bebas.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Font Select
    -  font-family: 'Caveat', cursive;
    -  font-family: 'Roboto Condensed', sans-serif;
    -  font-family: 'Roboto', sans-serif;
    -  font-family: 'Edition-Regular';
    -  font-family: 'utsukushi-mincho';
    -  font-family: 'BlackJackRegular';
    -  font-family: 'basing';

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  common

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

html {
    background: #000;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.3;
    width: 640px;
    color: #24252f;
    background: #f7c9e6 url(../imgHtml/bg_dot.png) left top repeat-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    max-height: 999999px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    transition: opacity .6s ease;
}
.whoopsBody{
    background-image:none;
    background-color:#000;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #24252f;
}

/* - - - - - - - - - - - - - - - - - - - - - -
  header
- - - - - - - - - - - - - - - - - - - - - - */
.header {
    height: 100px;
    width: 640px;
    background: #f7c9e6 url(../imgHtml/bg_dot.png) left top repeat-y;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
}

.header h1 {
    text-align: center;
    position: relative;
    height: 51px;
    vertical-align: middle;
    padding: 25px 0 24px;
}

.header h1.ttl-wifesrecord {
    height: 61px;
    vertical-align: middle;
    padding: 30px 0 29px;
}

.header h1.head_logo_yokihi,
.header h1.head_logo_danchizuma {
    /*height:29px;*/
    vertical-align: middle;
    /*padding:36px 0 35px;*/
}

.header h1.ttl-after5 {
    height: 48px;
    vertical-align: middle;
    padding: 26px 0;
}

.header h1.head_logo_kurobara {
    height: 24px;
    vertical-align: middle;
    padding: 32px 0 0;
}

.header h1.head_logo_kurobara img {
    height: auto !important;
    position: relative;
}

.header h1 img {
    position: relative;
    height: 100%;
    width: auto;
}

.header h1.head_logo_yokihi img,
.header h1.head_logo_danchizuma img {
    /*height:29px;*/
}

.header h1.ttl-wifesrecord img {
    padding-left: 60px;
}

.header h1.ttl-after5 img {
    padding-left: 60px;
}

.header h1.ttl-kurobara img {
    padding-left: 60px;
}

.header .gohome {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 100;
}

.header .gohome .ico_home {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - -
  Subpage Container
- - - - - - - - - - - - - - - - - - - - - - */
.subpage-container {
    padding-top: 100px;
    min-height: 100vh;
}

/* - - - - - - - - - - - - - - - - - - - - - -
  footer
- - - - - - - - - - - - - - - - - - - - - - */
.footer {
    border-top: solid 1px #000;
    height: 75px;
    text-align: center;
}
.whoopsBody .footer{
    border-top: solid 1px #fff;
}

.footer small {
    line-height: 75px;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-family: 'Roboto Condensed', sans-serif;
}

.whoopsBody .footer small {
    color:#fff;
}

/*  各ブロックのtitle
- - - - - - - - - - - - - - - - - - - - - - */

.ttl {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 19px 5px;
}

.ttl .ico-ttl {
    float: left;
    margin-right: 10px;
}

.ttl h2 {
    font-family: 'Caveat', cursive;
    float: left;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

/*  loveボタン
- - - - - - - - - - - - - - - - - - - - - - */

.love-count {
    width: 100px;
    height: 46px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.love-count .love-btn {
    width: 50px;
    height: 46px;
    float: left;
    background-color: #f961a6;
    cursor: pointer;
}

/* Whoops diary のみボタンクリックなし */
.whoopsBody .love-count .love-btn {
    cursor: default;
}

.love-count .love-btn .ico_heart_btn,
.love-count .love-btn .ico_heart_on_btn {
    position: relative;
    margin: 7px auto 2px;
}

.love-count .love-btn .ico_heart_on_btn {
    display: none;
}

.love-count .love-btn p {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.love-count .love-btn.love_btn_on .ico_heart_on_btn {
    display: block;
}

.love-count .love-btn.love_btn_on .ico_heart_btn {
    display: none;
}

.love-count .love-btn.love_btn_on p {
    color: #faed5f;
}

.love-count .love-num {
    width: 50px;
    height: 46px;
    text-align: center;
    float: right;
    background-color: #ffe8f2;
}

.love-count .love-num span {
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #f961a6;
    display: inline-block;
    width: 50px;
}

.ranking .love-count .love-num {
    width: 70px;
    height: 46px;
    text-align: center;
    float: right;
    background-color: #ffe8f2;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  Top

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* - - - - - - - - - - - - - - - - - - - - - -
  Main Visual
- - - - - - - - - - - - - - - - - - - - - - */
.main-visual {
    height: 668px;
    width: 100%;
    position: relative;
    background: url(../imgHtml/main_visual.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 158px;
}

.main-visual.main-visual-candy {
    height: 668px;
    width: 100%;
    position: relative;
    background: url(../imgHtml/main_visual_candy.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 360px;
}

.main-visual.main-visual-schannel {
    padding-top: 270px;
    background: url(../imgHtml/main_visual_schannel.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-shukujo {
    padding-top: 240px;
    background: url(../imgHtml/main_visual_shukujo.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-shukujo .main-visual-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 51;
}

.main-visual.main-visual-wifesrecord {
    padding-top: 470px;
    background: url(../imgHtml/main_visual_wife.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-kurobara {
    padding-top: 445px;
    background: url(../imgHtml/main_visual_kurobara.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-yokihi {
    padding-top: 470px;
    background: url(../imgHtml/main_visual_yokihi.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-danchizuma {
    padding-top: 496px;
    background: url(../imgHtml/main_visual_danchizuma.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-after5 {
    padding-top: 496px;
    background: url(../imgHtml/main_visual_after5.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual.main-visual-hitozuma {
    padding-top: 496px;
    background: url(../imgHtml/main_visual_hitozuma.jpg) center center no-repeat;
    background-size: cover;
}

.main-visual h1 {
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

.main-visual.main-visual-candy h1 {
    margin: 0 auto 5px;
    text-align: center;
    position: relative;
    /*color:#e5006e;*/
    /*font-size: 94px;*/
    /*letter-spacing: -0.02em;*/
    /*font-family: "Hiragino Kaku Gothic Pro";*/
    /*font-feature-settings: "palt";*/
}

.main-visual.main-visual-schannel h1 {
    margin: 0 auto 15px;
}

.main-visual.main-visual-shukujo h1 {
    margin: 0 auto 10px;
}

.main-visual.main-visual-wifesrecord h1 {
    display: block;
    position: absolute;
    top: 220px;
    right: 120px;
    margin-bottom: 0;
}

.main-visual.main-visual-kurobara h1 {
    display: block;
    position: absolute;
    top: 168px;
    right: 120px;
    margin-bottom: 0;
}

.main-visual.main-visual-yokihi h1 {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.main-visual.main-visual-danchizuma h1 {
    display: block;
    position: absolute;
    top: 374px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.main-visual.main-visual-hitozuma h1 {
    display: block;
    position: absolute;
    top: 335px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.main-visual.main-visual-after5 h1 {
    display: block;
    position: absolute;
    top: 210px;
    left: 20px;
    margin-bottom: 0;
}

.main-visual .sub-ttl {
    font-family: 'utsukushi-mincho';
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 40px;
}

.main-visual .sub-ttl span {
    display: inline-block;
}

.main-visual.main-visual-candy .sub-ttl {
    /*font-family: 'utsukushi-mincho';*/
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
}

.main-visual .sub-ttl-schannel {
    font-size: 22px;
    color: #feace7;
    text-align: center;
    font-feature-settings: "palt";
    position: absolute;
    bottom: 110px;
    display: block;
    width: 100%;
}

.main-visual .sub-ttl-shukujo {
    height: 26px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 40px;
}

.main-visual .sub-ttl-wifesrecord {
    display: block;
    position: absolute;
    top: 340px;
    right: 55px;
    width: auto;
}

.main-visual .sub-ttl-yokihi {
    display: block;
    position: absolute;
    top: 165px;
    left: 30px;
    width: auto;
}

.main-visual .sub-ttl-danchizuma {
    display: block;
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.main-visual .sub-ttl-after5 {
    display: block;
    position: absolute;
    top: 396px;
    left: 25px;
    width: auto;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
}

.main-visual .search-box {
    width: 400px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    z-index: 52;
}

.main-visual .search-box input[type="text"] {
    width: 270px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0);
    display: block;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}

.main-visual .search-box input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.main-visual .search-box input[type="text"]::-webkit-input-placeholder {
    color: #000;
    line-height: 70px;
    height: 70px;
}

.main-visual .search-box .search_btn {
    border: none;
}

.main-visual .search-box .ico_search {
    position: absolute;
    z-index: 2;
    left: 38px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - -
  ranking-span
- - - - - - - - - - - - - - - - - - - - - - */

.ranking-span {
    height: 30px;
    width: 100%;
    position: relative;
    background-color: #252641;
    margin-top: -30px;
    z-index: 50;
}

.ranking-span p {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-feature-settings: "palt";
    font-family: 'BlackJackRegular';
}

.ranking-span p .span-start {
    margin-right: 30px;
}

.ranking-span p .span-end {
    margin-left: 30px;
}

.ranking-span p .span-arw {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../imgHtml/arw_span.png) center center no-repeat;
}

.ranking-btns {
    position: relative;
    width: 100%;
    height: 110px;
    padding: 15px;
    box-sizing: border-box;
    /*background-color: #252641;*/
    background-image:url(../imgHtml/bg_ranking-btns.png);
    background-position: center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.ranking-btns .rank-btn-this-month {
    width: 300px;
    height: 80px;
    float: left;
    background-color: transparent;
    font-family:"bebas";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 76px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border:solid 2px #fff;
    box-sizing:border-box;
    transition: all .6s ease;
}

.ranking-btns .rank-btn-this-month:hover,
.ranking-btns .rank-btn-this-month.checked-btn {
    background-color: #fc49a1;
    border:solid 2px #fc49a1;
}

.ranking-btns .rank-btn-this-month:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translate3d(-50%,4px,0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 14px 0 14px;
    border-color: transparent transparent transparent transparent;
    transition: all .6s ease;
}

.ranking-btns .rank-btn-this-month.checked-btn:after{
    bottom: -17px;
    border-color: #fc49a1 transparent transparent transparent;
}

.ranking-btns .rank-btn-span {
    width: 300px;
    height: 80px;
    float: right;
    background-color: transparent;
    font-family:"bebas";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 76px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border:solid 2px #fff;
    box-sizing:border-box;
    transition: all .6s ease;
}

.ranking-btns .rank-btn-span:hover,
.ranking-btns .rank-btn-span.checked-btn {
    background-color: #fc49a1;
    border:solid 2px #fc49a1;
}

.ranking-btns .rank-btn-span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    transform: translate3d(-50%,4px,0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 14px 0 14px;
    border-color: transparent transparent transparent transparent;
    transition: all .6s ease;
}

.ranking-btns .rank-btn-span.checked-btn:after{
    bottom: -17px;
    border-color: #fc49a1 transparent transparent transparent;
}

.ranking-btns .rank-btn-span time {
    position: relative;
}

.ranking-btns .rank-btn-span time span {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    bottom:-4px;
    left: 0;
    font-family:"bebas";
    color:#fc49a1;
}
.ranking-btns .rank-btn-span:hover time span,
.ranking-btns .rank-btn-span.checked-btn time span{
    color:#ffb3e3;
}


/* - - - - - - - - - - - - - - - - - - - - - -
  Ranking
- - - - - - - - - - - - - - - - - - - - - - */
.ranking {
    width: 100%;
    padding: 30px 20px 0;
    background-color: #fff;
    box-sizing: border-box;
}

.ranking .ttl {
    padding: 0;
}

.ranking .ttl .ranking-today {
    float: right;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: right;
    font-feature-settings: "palt";
}

.ranking .ranking-ul {
    padding-bottom: 35px;
}
.ranking .ranking-ul:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.ranking .ranking-ul .ranking-li {
    width: 184px;
    height: 230px;
    float: left;
    position: relative;
}

.ranking .ranking-ul .ranking-li .click-block {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 5;
    cursor: pointer;
}

.ranking .ranking-ul .ranking-li + .ranking-li {
    margin-left: 24px;
}

.ranking .ranking-ul .ranking-li .ranking-photo {
    width: 184px;
    height: 184px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    background: #ccc;
    overflow: hidden;
}

.ranking .ranking-ul .ranking-li img {
    width: 184px !important;
    height: 184px !important;
    object-fit: cover;
    object-position: center center;
}

.ranking .ranking-ul .ranking-li .love-count {
    z-index: 10;
    position: absolute;
    top: 138px;
    right: 0;
}

.ranking .ranking-ul .ranking-li .ranking-txt .ranking-g-name {
    overflow: hidden;
    margin-bottom: 6px;
}

.ranking .ranking-ul .ranking-li .ranking-txt .ranking-g-name .ico-rank {
    float: left;
    margin-right: 10px;
}

.ranking .ranking-ul .ranking-li .ranking-txt .ranking-g-name h3 {
    float: left;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.ranking .ranking-ul .ranking-li .ranking-txt h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-feature-settings: "palt";
}

.ranking .ranking-ul .ranking-li .ranking-txt p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-feature-settings: "palt";
}

/* - - - - - - - - - - - - - - - - - - - - - -
  new diary, diary list
- - - - - - - - - - - - - - - - - - - - - - */

.list {
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}

.list .new-ttl h2 {
    padding-top: 10px;
}

.list .diary-ttl h2 {
    padding-top: 12px;
}

.list .list-ul {
    overflow: hidden;
    padding: 0 20px 40px;
}

.list .list-ul .list-li {
    width: 290px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.list .list-ul .list-li.list-li0,
.list .list-ul .list-li.list-li2 {
    margin-left: 0 !important;
}

.list .list-ul .list-li.list-li1,
.list .list-ul .list-li.list-li3 {
    margin-left: 20px !important;
}

.list .list-ul .list-li:nth-child(2n) {
    /*margin-left: 20px;*/
}

.list .list-ul .list-li .click-block {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

.list .list-ul .list-li .list-li-img-wrap {
    width: 290px;
    height: 290px;
    position: relative;
    overflow: hidden;
    background: #ccc;
}

.list .list-ul .list-li img {
    display: block;
    width: 290px !important;
    height: 290px !important;
    object-fit: cover;
    object-position: center center;
    /*position: absolute;
    min-height:100%;
    min-width:100%;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    transition: all .4s ease;*/
}

.list .list-ul .list-li .list-li-content {
    background: #fff;
    position: relative;
    padding: 10px 18px 16px;
    height: 219px;
    box-sizing: border-box;
}

.list .list-ul .list-li .list-li-content .love-count {
    z-index: 20;
    position: absolute;
    right: 0;
    top: 0;
}

.list .list-ul .list-li .list-li-content .list-date {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.1em;
    /*font-feature-settings: "palt";*/
}

.list .list-ul .list-li .list-li-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    color: #f961a6;
    margin-bottom: 12px;
}

.list .list-ul .list-li .list-li-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-feature-settings: "palt";
}

.list .list-ul .list-li .list-li-content .list-txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    font-feature-settings: "palt";
    text-align: justify;
    word-wrap: break-word;
}

.list .list-ul .ad-wrapper {
    width: 600px;
    height: 300px;
    /*background-color:#fff;*/
    margin-bottom: 20px;
    position: relative;
    float: left;
    /*box-shadow:1px 1px 4px rgba(0,0,0,0.4);*/

    /*display:none;*/
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  LIST

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* - - - - - - - - - - - - - - - - - - - - - -
  Profile
- - - - - - - - - - - - - - - - - - - - - - */

.profile-head {
    background-color: #24252f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    width: 100%;
    height: 60px;
}

.profile {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

.profile a {
    display: block;
}

.profile .prof-left {
    float: left;
    margin-right: 20px;
    width: 290px;
    height: 193px;
    overflow: hidden;
    position: relative;
    background: #999;
}

.profile .prof-left img {
    width: 290px !important;
    height: 193px !important;
    object-fit: cover;
    object-position: center center;
    /*position: absolute;
    min-height: 100%;
    min-width: 100%;
    transition: all .4s ease;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);*/
}

.profile .prof-right {
    float: left;
    position: relative;
    height: 193px;
}

.profile .prof-right h2 {
    font-size: 40px;
    line-height: 34px;
    color: #24252f;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.profile .prof-right h2 span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0;
}

.profile .prof-right .prof-data {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #24252f;
    font-feature-settings: "palt";
}

.profile .prof-right .go-office {
    width: 290px;
    height: 70px;
    background: #24252f;
    display: block;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    position: absolute;
    left: 0;
    bottom: 0;
}

.profile .prof-right .go-office .ico_btn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.archive {
    width: 250px;
    height: 50px;
    position: relative;
    float: right;
}

.archive:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: url(../imgHtml/ico_sel_arrow.png) 0 0 no-repeat;
    background-size: 8px;
    pointer-events: none;
}

.archive-sel {
    width: 250px;
    height: 50px;
    background: #fff;
    color: #24252f;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.archive-sel::-ms-expand {
    display: none;
}

.archive option {
    font-size: 18px;
    letter-spacing: 0.05em;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  BLOG

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.blog {
    padding: 20px 20px 59px;
}

/* - - - - - - - - - - - - - - - - - - - - - -
  post
- - - - - - - - - - - - - - - - - - - - - - */
.post {
    background: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.post .post-header {
    height: 60px;
    width: 100%;
    background-color: #eff1f5;
    overflow: hidden;
    padding: 15px 18px;
    box-sizing: border-box;
}

.post .post-header .ico_blog_ttl {
    float: left;
    margin-right: 15px;
}

.post .post-header .ico_blog_ttl {
    float: left;
}

.post .post-header p {
    color: #24252f;
    font-family: 'Roboto Condensed', sans-serif;
    font-feature-settings: "palt";
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.post .post-header .love-count {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 60px;
}

.post .post-header .love-count .love-btn {
    width: 65px;
    height: 60px;
}

.post .post-header .love-count .love-btn .ico_heart_big_btn,
.post .post-header .love-count .love-btn .ico_heart_on_big_btn {
    position: relative;
    margin: 10px auto 2px;
}

.post .post-header .love-count .love-btn .ico_heart_on_big_btn {
    display: none;
}

.post .post-header .love-count .love-btn p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.post .post-header .love-count .love-btn.love_btn_on .ico_heart_on_big_btn {
    display: block;
}

.post .post-header .love-count .love-btn.love_btn_on .ico_heart_big_btn {
    display: none;
}

.post .post-header .love-count .love-btn.love_btn_on p {
    color: #faed5f;
}

.post .post-header .love-count .love-num {
    width: 65px;
    height: 60px;
    float: right;
    background-color: #ffe8f2;
}

.post .post-header .love-count .love-num span {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #f961a6;
    display: inline-block;
    width: 65px;
}

.post .post-body {
    padding: 40px;
    box-sizing: border-box;
}

.post .post-body img {
    pointer-events: none;
}

.post .post-body .post-img-wrap {
    margin-bottom: 35px;
    width: 520px;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #999;
}

.post .post-body .post-img-wrap img {
    width: 520px !important;
    /*height:520px !important;*/
    object-fit: cover;
    object-position: center center;
    /*position: absolute;
    min-height: 100%;
    min-width: 100%;
    transition: all .4s ease;
    left:50%;
    top:50%;
    transform: translate3d(-50%,-50%,0);*/
}

.post-article {

}

.post-article .post-ttl {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}

.post-article .post-txt {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    word-wrap: break-word;
}

.post-article .post-txt > div {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.post-article .post-txt > div img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.pager {
    overflow: hidden;
    width: 600px;
    height: 60px;
    position: relative;
}

.pager .blog-btn {
    position: absolute;
    top: 0;
    width: 186px;
    height: 60px;
    background-color: #f961a6;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    cursor: pointer;
}

.pager .blog-btn.btn-prev {
    left: 0;
}

.pager .blog-btn.btn-list {
    margin: 0 20px;
    left: 50%;
    transform: translateX(-113px);
}

.pager .blog-btn.btn-next {
    right: 0;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  GIRLS LIST

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.girls-list .profile {
    margin-bottom: 1px;
    position: relative;
    transition: background .4s ease;
}

.girls-list .profile:hover {
    background: #fff4fb;
}

.girls-list .profile .click-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.girls-list .profile .prof-right .go-office {
    z-index: 20;
}






/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

  Whoops用カスタマイズ

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* -  -  -  -  -  -  -  -  -  -  -  -  -

Ranking

-  -  -  -  -  -  -  -  -  -  -  -  - */
.ranking .ranking-ul.w_ranking-ul .ranking-li{
    height:290px;
}

.ranking .ranking-ul.w_ranking-ul .ranking-li .ranking-photo{
    margin-bottom:45px;
}


.ranking .ranking-ul .ranking-li .love-count.w_love_count{
    left: -10px;
    right: auto;
    width: 100%;
    top: 175px;
}
.ranking .ranking-ul .ranking-li .love-count.w_love_count .love-num{
    float: left;
    background: transparent;
    width: auto;
}
.ranking .ranking-ul .ranking-li .love-count.w_love_count .love-num .w_ico_ranking_love{
    display:inline-block;
}
.ranking .ranking-ul .ranking-li .love-count.w_love_count .love-num span{
    font-family: "basing";
    font-size: 56px;
    width: auto;
    color: #ff0073;
    line-height: 42px;
    position: relative;
    margin-left:-4px;
    vertical-align: top;
    margin-top: 3px;
}

.ranking .ranking-ul .ranking-li .ranking-txt .ranking-g-name.w_ranking-g-name{
    margin-bottom:0;
}
.w_rank_shop_name{
    font-size:18px;
    line-height:36px;
    color:#f961a6;
}

.list .list-ul .list-li .w_count_mask{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:50px;
}
.list .list-ul .list-li .w_count_mask .w_new_diary_love{
    margin:0 auto 6px;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_num{
    font-family:"bebas";
    color:#fff;
    font-size:120px;
    line-height: 95px;
    width:100%;
    text-align: center;
}

.list .list-ul .list-li .w_count_mask .w_count_mask_logo{
    position: absolute;
    bottom:10px;
    left:10px;
    width:auto !important;
    height:auto !important;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo2{
    bottom:20px;
    left:20px;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo3{
    bottom:17px;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo4{
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo5{
    bottom:8px;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo6{
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo7{
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo8{
    bottom:18px;
}
.list .list-ul .list-li .w_count_mask .w_count_mask_logo.w_count_mask_logo9{
}



.list .list-ul.list-ul-w .list-li .list-li-content{
    padding: 20px 20px 15px;
    height:218px;
}
.list .list-ul.list-ul-w .list-li .list-li-content .list-date{
    font-family:"bebas";
    font-size:20px;
    line-height:28px;
    letter-spacing:.1em;
    /*font-feature-settings:"palt";*/

}

.w_lefttop_count_num{
    position:absolute;
    top:10px;
    left:10px;
    width:101px;
    height:93px;
    background-image: url(../imgHtml/whoops/w_heart.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    color:#fff;
    font-size:36px;
    line-height:93px;
    text-align: center;
    font-family:"bebas";
}

.list .list-ul .list-li .list-li-content.list-li-content-shop2{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_candy.png);
    background-position:right 20px top 8px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop3{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_after5.png);
    background-position:right 16px top 18px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop4{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_yokihi.png);
    background-position:right 10px top 5px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop5{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_kurobara.png);
    background-position:right 10px top 5px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop6{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_schannel.png);
    background-position:right 10px top 9px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop7{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_danchizuma.png);
    background-position:right 10px top 8px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop9{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_elegance.png);
    background-position:right 10px top 6px;
    background-repeat:no-repeat;
    background-size:auto;
}
.list .list-ul .list-li .list-li-content.list-li-content-shop10{
    background-color:#fff;
    background-image: url(../imgHtml/whoops/w_logo_hitozuma.png);
    background-position:right 10px top 8px;
    background-repeat:no-repeat;
    background-size:auto;
}