@charset 'Shift_JIS';
/* --------------------------------------- */
/* 記事一覧 */
/* --------------------------------------- */
.list_gravure {
    margin-top: 20px;
}

.list_gravure .topic_info {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background-color: #333;
    border-width: 4px 0;
    border-style: solid;
    border-color: #7F2851;
    max-width: 480px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-bottom: 6px;
}

.list_gravure [class^='txt_'] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.list_gravure .txt_item {
    font-weight: bold;
    font-size: 1.3em;
    color: #FE76AD;
    text-shadow: 0 -1px 0 #000;
    margin: 6px 0 4px;
}

.list_gravure .txt_shop {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 2px;
}

.list_gravure .txt_shoptype {
    opacity: 0.8;
}

.list_gravure .bnr {
    width: 100%;
}

/* ---------------------------------------
   単体記事
--------------------------------------- */
.box_gravure {
    margin-top: -1px;
    text-align: center;
    color: #443d3f;
    background-size: 317px 61px;
}

.gravure_main,
.gravure_sub {
    box-sizing: border-box;
}

.gravure_main {
    background-color: #fff;
    padding-bottom: 10px;
}

/* 記事タイトル */
.box_gravure .tokusyu_title {
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
}

/* 日付 */
.box_gravure .tokusyu_date {
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 8px;
    margin-right: -8px;
    margin-left: -8px;
    padding-left: 10px;
}

/* 記事本文 */
.gravure_main .tokusyu_txt {
    text-align: center;
}

/* コンテンツ表示 */
@media screen and (min-width: 376px) {
    .pc_wrap {
        max-width: 640px;
        margin: 0 auto;
    }
}

.topics_photo_block {
    transition: 0.8s;
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
    padding: 5% 0;
}

.topics_photo_block.txt {
    display: block;
    width: 90%;
    padding: 5%;
    font-size: 14px;
    word-break: break-all;
    text-align: left;
}

.topics_photo_block:not(.txt):first-child {
    padding-top: 0;
}

.mv07 {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.topics_photo_block img {
    max-width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.topics_photo_block .view_img {
    height: 100%;
    display: inline-block;
    position: relative;
}

.topics_photo_block .view_img::after {
    margin: auto;
    content: url(/sp/st_img/zoom_icon-b08f5a4a95f873b4f7bd6988ccb2cd69.png);
    position: absolute;
    bottom: -2px;
    right: 2px;
    pointer-events: none;
}

/* 掲載店舗タイトル */
.box_gravure .pickup_title {
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}

/* 掲載店舗詳細 */
.gravure_sub {
    padding: 8px;
    background-image: url(/sp/st_img/bg_gravure-e0c2e0b1b95083397d006e13ab42913b.png);
    background-size: 40px 40px;
}

.gravure_sub .pickup_txt {
    margin: -2px;
    padding: 2px;
    border-radius: 4px;
    background-color: #fff;
}

.gravure_sub .pickup_txt-inner {
    padding: 6px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 2px;
}

/* 2つ並んだ時用余白 */
.pickup_txt + .pickup_txt {
    margin-top: 6px;
}

/* 店名＆女の子名枠 */
.pickup_txt-inner .arrow_icon {
    padding-right: 18px;
    padding-left: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    display: block;
}

.pickup_txt-inner .arrow_icon::after {
    font-size: 12px;
}

/* 女の子名 */
.gravure_sub .pickup_item {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 16px;
}

/* 店名 */
.gravure_sub .pickup_shop {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 13px;
}

/* 境界線 */
.gravure_sub .pickup_txt-inner hr {
    margin: 2px 0 4px;
    display: block;
    border: none;
    border-top-width: inherit;
    border-top-style: inherit;
    border-top-color: inherit;
}

/* 文字色 */
.box_gravure .icon_heart {
    color: #800;
}

.box_gravure .icon_shop {
    color: #555;
}

/* アイコン */
.box_gravure [class^='icon_'] {
    position: relative;
}

.box_gravure [class^='icon_']:before {
    position: absolute;
    top: 1px;
    display: block;
    content: '';
    background-image: url(/sp/st_img/icon_gravure-07eeb767b1971848963d619c344f4770.png);
    background-repeat: no-repeat;
}

.gravure_sub .icon_heart:before {
    width: 18px;
    height: 18px;
    top: 0;
    left: -22px;
    background-size: 90px 42px;
}

.gravure_sub .icon_shop:before {
    width: 15px;
    height: 15px;
    top: 0;
    left: -20px;
    background-size: 75px 35px;
}

/* 求人 */
.gravure_sub .arrow_icon.job {
    padding-left: 0;
    font-size: 13px;
    color: #FE76AD;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ho .gravure_sub .arrow_icon.job {
    color:#223293;
}

/* ---------------------------------------
   ページャー
--------------------------------------- */
.box_gravure .h3_gravure {
    margin: 0;
    height: 38px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: top;
    color: #fff;
    border: none;
    background-color: #ff4141;
    text-align: left;
}

.box_gravure .h3_gravure a {
    height: 23px;
    padding: 0 11px;
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    top: 6px;
    right: 4px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fafafa 0%, #e0e0e0 100%);
    text-shadow: 1px 1px 0 #fff;
}

.box_gravure .nb_navi {
    height: 50px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #f1f0f0;
}

.box_gravure .nb_navi ul {
    width: 300px;
    margin: 0 auto;
    padding: 6px 0;
    display: flex;
    justify-content: center;
}

.box_gravure .nb_navi li {
    font-weight: bold;
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff, #dedede) repeat scroll 0 0 transparent;
    margin-right: 2px;
    margin-left: 2px;
}

.box_gravure .nb_navi li a,
.box_gravure .nb_navi .nokiji {
    width: 90px;
    padding: 5px 0;
    display: inline-block;
}

.box_gravure .nb_navi .nokiji {
    color: rgb(207, 205, 205);
}

/* SNSshareボタン枠 */
.box_gravure .sns_button {
    width: 100%;
    margin: 4px 0 8px -8px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    border: none;
}

/* SNSshareボタン */
.box_gravure .sns_button a {
    margin-right: 4px;
    display: block;
}

.box_gravure .sns_button a.line img {
    height: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .box_list-parts .sub {
        display: none;
    }
}

/* ------------------------------------------------------------
  配色
------------------------------------------------------------- */
.box_gravure {
    background-color: #ffffff;
}

.box_gravure .tokusyu_date {
    color: #ff50a0;
}

/* 掲載店舗 */
.box_gravure .pickup_title {
    background-color: #7F2851;
}

.gravure_sub {
    background-color: #FFBCD5;
}

.gravure_sub .pickup_txt-inner {
    border-color: #FFBCD5;
}

/* アイコン */
.box_gravure .icon_shop:before {
    background-position: -20px 0;
}

.box_gravure .icon_heart:before {
    background-position: -24px -24px;
}

/* アイコン小 */
.box_list-base .shop_data .icon_shop:before {
    background-position: -16px 0;
}

.box_list-base .shop_data .icon_heart:before {
    background-position: -16px -16px;
}

/* ------------------------------------------------------------
  配色(ホスト)
------------------------------------------------------------- */
.box_gravure.ho .tokusyu_date {
    color: #080;
}

.box_gravure.ho .h3_gravure {
    background-color: #4040BB;
}

/* 掲載店舗ふきだし */
.box_gravure.ho .pickup_title {
    background-color: #000032;
}

.box_gravure.ho .pickup_title:after {
    border-right-color: #000032;
}

/* 掲載店舗 */
.ho .gravure_sub {
    padding: 0;
    background: none;
}

/* 掲載店舗詳細 */
.ho .gravure_sub .pickup_txt {
    background-color: #e5e5fc;
}

.ho .gravure_sub .pickup_txt-inner {
    border-width: 3px;
    border-style: double;
    border-color: #9595a5;
}

/* ホスト名 */
.box_gravure.ho .icon_heart {
    color: #008;
}

/* アイコン */
.box_gravure.ho .icon_shop:before {
    background-position: -60px 0;
}

.box_gravure.ho .icon_heart:before {
    background-position: -72px -24px;
}

/* ------------------------------------------------------------
  配色(キャバ)
------------------------------------------------------------- */
.box_gravure.ca .tokusyu_date {
    color: #FE4647;
}

/* 掲載店舗ふきだし */
.box_gravure.ca .pickup_title {
    background-color: #661D1D;
}

.box_gravure.ca .pickup_title:after {
    border-right-color: #661D1D;
}

/* 掲載店舗詳細 */
.ca .gravure_sub {
    background-color: #FF7F8F;
}

.ca .gravure_sub .pickup_txt-inner {
    border-color: #FFBCD5;
}

/* アイコン */
.box_gravure.ca .icon_shop:before {
    background-position: 0 0;
}

.box_gravure.ca .icon_heart:before {
    background-position: 0 -24px;
}

/* アイコン小 */
.box_list-base .shop_data .icon_shop:before {
    background-position: 0 0;
}

.box_list-base .shop_data .icon_heart:before {
    background-position: 0 -16px;
}