@charset "UTF-8";
/* ============================================================
  1. Header
============================================================ */
/* 1-1.ヘッダー
------------------------------------------------------------ */
#header {
    border-bottom: 1px solid #212181;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f7ffe), color-stop(0.49, #3f3fb3), color-stop(0.51, #252588), to(#4747c2));
    background: linear-gradient(to bottom, #7f7ffe, #3f3fb3 49%, #252588 51%, #4747c2);
}

/* 1-2.夜遊びガイドへのボタン
------------------------------------------------------------
.backGuideの基本部分の定義は iphone_common.css に統合 */
.backGuide {
    border-left: 1px #3b4bb6 solid;
}

.backGuide a {
    border-left: 1px #8080ff solid;
}

a.myplinkbox {
    color: #bde;
}

/* ------------------------------------------------------------
  12. 汎用部分
------------------------------------------------------------ */
.titleCommon {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#4848c4));
    background: linear-gradient(to bottom, #8080ff, #4848c4);
    text-shadow: 1px 1px 0 #2c2c67;
}

/* 検索 */
.search h4 {
    background: #ffddef url(/sp/st_img/icon_love-c696ecfd982e2ec9b4ca356f5700bd9c.png) no-repeat 5px center;
    -webkit-background-size: 14px 9px;
    background-size: 14px 9px;
}

/* 検索 */
.panelShiborikomi h4 {
    background: #ffddef url(/sp/st_img/icon_love-c696ecfd982e2ec9b4ca356f5700bd9c.png) no-repeat 5px center;
    -webkit-background-size: 14px 9px;
    background-size: 14px 9px;
}

/*
  10-5.月間ランキング　monthRankingList
------------------------------------------------------------- */
#rankingBumon {
    width: -moz-available;
    border-bottom: solid 6px #5c5cd5;
}

/* サブジャンル */
.rankingBumonSub {
    background: -webkit-gradient(linear, left top, left bottom, from(#d4dbf9), to(#fff));
    background: linear-gradient(to bottom, #d4dbf9, #fff);
}

.rankingBumonSub li a {
    color: #65e;
}

.rankingBumonSub li.current a {
    background-color: #6655fb;
}

.rankingBoxTitle {
    border-top: solid 1px #b5bdee;
    background-color: #dee2f7;
}

/* ホスト用：４つ */
.rankingBumon li {
    width: 25%;
}

#rankingBumon li.current a,
.bgGuideCol {
    background: #5c5cd5;
}

#topics_menu li a,
.rankingBumon li a {
    height: 42px;
    line-height: 33px;
}

#topics_menu li:last-child a {
    height: 42px;
    line-height: 1.3;
}

.rankingBumon li a.ret,
.rankingBumon li:last-child a {
    height: 42px;
    line-height: 1.3;
}

.pageBox {
    border-top: 1px solid #5a5a5a;
}

/* ------------------------------------------------------------
  12.ホスト特集
------------------------------------------------------------ */
#hostData {
    margin: 10px 10px 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: url(../st_img/host/title_bk.png) repeat left top, -webkit-gradient(linear, left top, left bottom, from(#fef7af), color-stop(0.8, #b29642), to(#b29642));
    background: url(../st_img/host/title_bk.png) no-repeat left center, linear-gradient(to bottom, #fef7af, #b29642 80%, #b29642);
}

#hostData .name {
    padding: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #856400;
    border-bottom: 1px solid #f7eea4;
    text-shadow: 1px 1px 0 #fcf6bc;
}

#hostData .title {
    padding: 8px 0 0;
    font-weight: bold;
    color: #231814;
    text-shadow: 1px 1px 0 #f7efb4;
}

#hostData .shop {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fdf7b8;
    text-shadow: 1px 1px 0 #70623a;
}

#hostData .shop a {
    color: #fdf7b8;
}

#hostData .shop span {
    margin-left: 4px;
}

#hostData a {
    text-decoration: underline;
}

/* 本文エリア ------------ */
#hostTokusyu {
    margin: 0 10px;
}

/* 写真 */
#hostTokusyu p.img {
    width: 145px;
    margin: 0 0 10px;
    position: relative;
}

#hostTokusyu p.img .zoom {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#hostTokusyu p.txt {
    margin: 0 0 25px;
}

/* タイトル */
#hostTokusyu h3 {
    margin: 0 0 5px;
}

#hostTokusyu a {
    text-decoration: underline;
    color: #0d69e5;
}

/* 過去の特集へ */
.kako {
    margin: 0 auto;
    padding: 10px 0 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.kako a {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    color: #231814;
    border: solid 1px #b29642;
    border-radius: 5px;
    background: url(/sp/st_img/host/icon_bk_host03-5483876414943e89454a765be1b5e2be.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#fef7af), color-stop(0.6, #b29642), to(#fef7af));
    background: url(/sp/st_img/host/icon_bk_host03-5483876414943e89454a765be1b5e2be.png) no-repeat left center, linear-gradient(to bottom, #fef7af, #b29642 60%, #fef7af);
    -webkit-box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
    box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
    text-shadow: 1px 1px 0 #ddce8f;
}

/* ------------------------------------------------------------
  12.営業マンの新着NEWS
------------------------------------------------------------ */
.eigyoNew {
    margin: 0 10px 10px;
    color: #40a940;
}

#newsTxt {
    margin: 0 10px;
}

#newsTxt a {
    text-decoration: underline;
}

#hostNewsList {
    margin: 10px 0 0;
    border-top: 1px solid #a6a6ff;
}

#hostNewsList li {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.7, #fff), to(#f2f2ff));
    background: linear-gradient(to bottom, #fff, #fff 70%, #f2f2ff);
}

#hostNewsList li a {
    padding: 10px 30px 10px 10px;
    display: block;
    border-bottom: 1px solid #a6a6ff;
    background: url(../st_img/cur_host.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

/* ------------------------------------------------------------
  12.営業マン日記
------------------------------------------------------------ */
div#pDiaryDetail .date {
    margin: 0 0 5px;
    font-size: 14px;
    text-align: center;
}

/* 写真 ------------ */
div#pDiaryDetail #photo {
    width: 160px;
    margin: 0 auto 15px;
    position: relative;
}

div#pDiaryDetail #photo a {
    width: 160px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    vertical-align: middle;
}

div#pDiaryDetail #photo a img {
    max-width: 160px;
    max-height: 213px;
}

/* ルーペの画像重ねる */
div#pDiaryDetail #photo a span.zoom {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
}

div#pDiaryDetail #pDiaryBox {
    margin: 0 10px;
    font-weight: normal;
}

div#pDiaryDetail h2.eigyomanTitle {
    margin: 0 0 5px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #fff;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#4848c4));
    background: linear-gradient(to bottom, #8080ff, #4848c4);
}

/* 画像の拡大 ------------------------------------ */
div.photoZoom {
    width: 300px;
    /*  height:480px;*/
    margin: 0 auto;
    padding: 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

div.photoZoom span.close {
    margin: 0 10px 10px;
    font-size: 12px;
    display: block;
    text-align: right;
}

div.photoZoom span.close a {
    padding: 4px 20px 4px 5px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #606060;
    background: url(/sp/st_img/icon_close-db64ff809aa0c9b25ef19828b9ed6d9b.png) no-repeat right center;
}

div.photoZoom p {
    width: 240px;
    margin: 0 auto 10px;
}

div.photoZoom p img {
    max-width: 240px;
    max-height: 360px;
}

/* 拡大なし画像 */
.sdiary_photo {
    text-align: center;
    margin-bottom: 15px;
}

.sdiary_photo > img {
    max-width: 240px;
    max-height: 320px;
    margin: auto;
}

/* ------------------------------------------------------------
  詳細ページなどの色変え
------------------------------------------------------------ */
.box_girl-movie h2,
div#girlDetail #girlData .name,
div#girlDetail .pDiary dt,
div#girlDetail div#schedule h2,
div#girlDetail div#girlProfile h2,
#shopDefalut .shoptitle,
#shopDx .pickup h2,
.premiumLady h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#4848c4));
    background: linear-gradient(to bottom, #8080ff, #4848c4);
}

div#girlDetail div#girlProfile h3 {
    background: #bfbffe;
}

/* 写真のとこの選択時の背景 */
div#girlDetail .tabs li.current a {
    background: #dfdfff;
}

/* プライベート日記 */
div#pDiaryDetail #girlData .name,
div#pDiaryDetail div#pDiaryBox h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#8080ff), to(#4848c4));
    background: linear-gradient(to bottom, #8080ff, #4848c4);
}

/* ------------------------------------------------------------
  . アイコン変える
------------------------------------------------------------- */
/* タイプ */
#form h3.titleType,
.search h4.titleType {
    background: #ffddef url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat 8px center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

/* ホスト名 */
#okiniList .name,
#syukkinList .name {
    background: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat 1px 0.2em;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}

/* ホスト名 */
#commonPersonList .name,
.girllist li.girl .name {
    background: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat 1px center;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}

p.girlName {
    background: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

/* ホストの名前 */
#form h3.titleName {
    background: #ffddef url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat left center;
    background-position: 9px center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

#iphone-layout #girlDate02 .name {
    background-image: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png);
    background-size: 16px 16px;
    background-position: left 2px;
}

/* ------------------------------------------------------------
  . トップのメッセージを送る
------------------------------------------------------------- */
/* 背景白 */
.linkbox li {
    background: #fff url(/sp/st_img/cur_01-ba950955de2a010726e1483b193d1ce2.png) no-repeat right center;
}

/* ============================================================
  エリア検索
============================================================ */
.menu_box .titleTopHost {
    background: -webkit-gradient(linear, left top, left bottom, from(#5666c9), color-stop(0.5, #223293), to(#223293));
    background: linear-gradient(to bottom, #5666c9, #223293 50%, #223293);
    text-shadow: 1px 1px 0 #1d2a77;
}

.title_otherarea {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    background: #dee2f7;
}

/* エリアのリスト */
.menuAreaList01 {
    border-top: 1px solid #ccc;
}

.menuAreaList01 li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.menuAreaList01 li:nth-child(odd) {
    border-right: 1px solid #ccc;
}

.menuAreaList01 li a,
.menuAreaList02 li a {
    padding: 9px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #030b5e;
}

.menuAreaList02 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

.menuAreaList02 li {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
}

.menuAreaList02 li:last-child {
    border-right: none;
}

p.btnchusenkai {
    padding-top: 0;
}

/*
  ホスガイトピック
------------------------------------------------------------- */
.menuTokusyu {
    height: 70px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
    background: linear-gradient(to bottom, #fff, #e7e7e7);
}

.menuTokusyu a {
    width: 100%;
    height: 68px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    color: #005aff;
    background: url(/sp/st_img/cur_gray-2246529004c09c9c11444fa6d59cb6c2.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
}

.menuTokusyu a .menuTokusyuDate {
    margin: 0 0 3px;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: #f00;
}

.menuTokusyu a .menuNoTokusyuDate {
    height: 17px;
    display: inline-block;
}

.menuTokusyuIcon,
.menuReportIcon {
    padding-left: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 35px 40px;
    background-size: 35px 40px;
}

.menuTokusyuIcon {
    background-image: url(../st_img/host/icon_hosttokusyu.png);
}

.menuReportIcon {
    background-image: url(/sp/st_img/host/icon_hostreoprt-aad9b90b90262746be29788ddfc553b8.png);
}

#topics_menu {
    border-bottom-color: #5c5cd5;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), color-stop(0.45, #7f7f7f), color-stop(0.52, #676767), to(#828282));
    background: linear-gradient(to bottom, #a0a0a0, #7f7f7f 30%, #676767 70%, #828282);
}

#topics_menu li {
    width: 33%;
    font-size: 11px;
}

#topics_menu li:last-child {
    border-right: none;
}

#topics_menu li.current a {
    background-color: #5c5cd5;
}

#topics_menu li a span {
    line-height: 32px;
    vertical-align: middle;
}

/*
  トピックスとかのリスト
------------------------------------------------------------- */
#hostExperienceList dl dt,
#hostWorkList dl dt,
#kinkyuList dl dt {
    width: 66px;
    height: 88px;
    margin-right: 4px;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}

#hostExperienceList dt img,
#hostWorkList dt img,
#kinkyuList dt img {
    max-width: 66px;
    max-height: 88px;
}

#hostExperienceList .date {
    font-size: 11px;
    color: #666;
}

#hostExperienceList .topicstitle {
    color: #0080de;
}

.menuCommonList .shopName {
    padding-left: 18px;
    font-size: 12px;
    color: #303030;
    background: url(/sp/st_img/icon_tenpo-f877633c1bb15c645eeffbf32622893b.png) no-repeat 1px center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
}

.menuCommonList .shopType {
    margin: 0;
    font-size: 10px;
    display: inline-block;
    color: #667284;
}

.moreRank a {
    background: url(/sp/st_img/cur_gray-2246529004c09c9c11444fa6d59cb6c2.png) no-repeat right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

.moreRank {
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #cbcbcb;
}

#hostWorkList .shopName {
    margin: 0 10px 3px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #0080de;
    background: url(/sp/st_img/icon_tenpo-f877633c1bb15c645eeffbf32622893b.png) no-repeat left center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
}

#hostWorkList .shopType {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    color: #667284;
}

/* No.1ホスト図鑑
------------------------------------------------- */
#hostNo1 {
    width: 100%;
    height: 82px;
    overflow: hidden;
}

#suguGirl_in_box {
    width: 100%;
    height: 82px;
}

#hostNo1 ul {
    margin: 10px 2px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

#hostNo1 ul li {
    width: 78px;
    height: 75px;
    overflow: hidden;
}

#hostNo1 ul li img {
    max-width: 75px;
}

#suguFrip li a {
    width: 85px;
    height: 85px;
    display: block;
}

/* clear
----------------------------------------------------*/
.fbox:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}

.fbox {
    min-height: 1%;
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .fbox {
    height: 1%;
}

.fbox {
    display: block;
}

/* End hide from IE-mac */

#commonPersonList.pdiaryList .name {
    color: #0080de;
}

#commonPersonList .diaryTitle,
#commonPersonList .blogTitle {
    color: #800;
}

.report_box {
    margin-bottom: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.hosut_report {
    margin-left: 10px;
    font-size: 12px;
}

#tab_container #hostNewsList {
    margin: 0 0 0;
    border-top: 0 solid #fff;
}

#tab_container #hostNewsList li:first-child {
    border-top: 0 solid #fff;
}

#hostWorkList .shopType {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    color: #667284;
}

/* コメント */
#hostWorkList .msgTxt {
    margin-bottom: 3px;
    font-size: 16px;
    display: block;
    word-break: break-all;
    color: #0080de;
}

div.kwsearchBox div.wo_input_cell {
    padding: 6px 0 6px 2px;
    background: none;
    -webkit-background-size: 15px 34px;
    background-size: 15px 34px;
}

.menuAreaList02 li p {
    padding: 9px 0;
    font-weight: bold;
    text-align: center;
    color: #ccc;
}

.top #kinkyuList .shopName {
    padding-left: 18px;
    font-size: 12px;
    background: url(/sp/st_img/icon_tenpo-f877633c1bb15c645eeffbf32622893b.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
}

.top #kinkyuList .shopType {
    font-size: 10px;
}

.top #kinkyuList .msgTxt {
    margin-bottom: 0;
}

/*--------------------------------------------*/
/* ページ内リンク */
ul#pageLink {
    width: -moz-available;
    margin: 0 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c8c8c8));
    background: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    text-shadow: 1px 1px 0 #fff;
}

ul#pageLink li {
    width: 50%;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #a0a0a0;
    -moz-box-flex: 1;
    -ms-flex: 1;
}

ul#pageLink li a {
    padding: 5px 10px;
    display: block;
}

ul#pageLink li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul#pageLink li:last-child {
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*
  ブログ 20150604
------------------------------------------------------------- */
#pDiaryDetail h1 {
    margin: -10px -10px 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    text-align: left;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c3c3c3));
    background: linear-gradient(to bottom, #ededed, #c3c3c3);
}

/* ブログ背景 */
.main_c-blog {
    background-color: #b5d3f9;
}

/* ブログタイトル */
.main_c-blog .txt_blog-info {
    color: #808080;
    background: #fff;
}

/* 前へ次へとか */
.main_c-blog .box_article-pager,
.main_c-blog .top_page-num {
    background-color: #003f8e;
}

.main_c-blog .icon_arrow {
    background-image: url(/sp/st_img/blog_pager_ho-5e5148fc47abcfa1792535020f7df35e.png);
    background-repeat: no-repeat;
    -webkit-background-size: 12px 325px;
    background-size: 12px 325px;
}

.pager_first .icon_arrow {
    background-position: center -196px;
}

.main_c-blog .pager_prev .icon_arrow {
    background-position: left 10px;
}

.main_c-blog .pager_next .icon_arrow {
    background-position: right -25px;
}

.pager_last .icon_arrow {
    background-position: center -229px;
}

/*  */
.main_c-blog .article-title {
    color: #333;
}

.main_c-blog .article_posted-info {
    color: #96c0f6;
}

.main_c-blog .list_article-item + .list_article-item {
    border-top: 1px dotted #96c0f6;
}

.main_c-blog .link_page-top {
    color: #003f8e;
    background-image: url(/sp/st_img/blog_icon_arrow_ho-231b05e08a7a516228ffd23634eca031.png);
    background-repeat: no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}

.pageBack_blog p {
    border-top: 1px solid #225fae;
    background-color: #b5d3f9;
}

.pageBack_blog p a {
    padding: 8px 10px 8px 20px;
    display: block;
    text-align: center;
    color: #003f8e;
    background: url(/sp/st_img/blog_pager_ho-5e5148fc47abcfa1792535020f7df35e.png) no-repeat 10px -127px;
    -webkit-background-size: 12px 325px;
    background-size: 12px 325px;
}

/* 個別記事ページャー ----------------------------------- */
/* ページャー */
.box_simple-article .box_article-pager {
    color: #003f8e;
    border-color: #003f8e;
    background: #fff;
}

.box_simple-article .pager_prev .icon_arrow {
    background-position: left -127px;
}

.box_simple-article .icon_arrow {
    color: #003f8e;
}

.box_simple-article .pager_next .icon_arrow {
    background-position: right -161px;
}

.box_simple-article [class^='pager_'] .link_pager {
    color: #003f8e;
}

/* タイトル */
.mainarea .box_simple-article h2.article_title {
    font-size: 14px;
    border: none;
    background-color: #003f8e;
}

.main_c-blog .article_posted-info {
    color: #86b7f5;
    border: none;
}

.main_c-blog .article_sentence hr {
    border-color: #86b7f5;
}

/* 写メ一覧 */
.box_photo-list .btn_more {
    color: #003f8e;
    border-color: #003f8e;
}

.box_inner-link [class^='link'] {
    background-color: #003f8e;
}

.sub_c-blog {
    background-color: #003;
}

.sub_c-blog .box_photo-nav {
    background-color: rgba(0, 0, 0, 0.8);
}

/* --------------------------------------- */
/* 店舗TOP用イベントレポート */
/* --------------------------------------- */
.clearfix:after {
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
}

/* バナー風枠 */
.frame_banner {
    width: 100%;
    min-width: 300px;
    margin: 0 auto -1px;
    position: relative;
    overflow: hidden;
    text-align: left;
    background-color: #5c5c5c;
}

.frame_banner .link_content {
    width: 100%;
    padding: 2px 28px 2px 2px;
    display: block;
    box-sizing: border-box;
    background: url(/sp/st_img/cur_white-8f6e75043af6609642bc223b8d9c2e5b.png) no-repeat;
    background-position: right center;
    background-position: -webkit-calc(100% + 1px) center;
    background-position: calc(100% + 1px) center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}

.frame_banner .box_content {
    height: 64px;
    overflow: hidden;
    background-color: #fff;
}

.frame_banner .box_img {
    width: 75px;
    height: 56px;
    margin-top: 4px;
    margin-right: 4px;
    position: relative;
    float: right;
    background-color: #000;
}

.frame_banner .prg_thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.frame_banner .prg_thumb img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.frame_banner .prg_thumb:nth-child(1) {
    z-index: 5;
    opacity: 1;
}

/* テキスト部分 */
.frame_banner .box_txt {
    width: 68%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    height: 100%;
    padding: 4px 6px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
}

/* 見出し */
.frame_banner .text_contentTitle {
    margin-bottom: 2px;
    margin-left: -6px;
    padding: 4px 12px 3px 6px;
    font-size: 13px;
    line-height: 1em;
    z-index: 10;
    right: 2px;
    bottom: 2px;
    display: inline-block;
    text-align: left;
    color: #fff;
    border-radius: 0 20px 20px 0;
    background-color: rgba(5, 59, 140, 0.8);
    text-shadow: 0 1px 0 #053b8c;
}

/* 更新日 */
.frame_banner .txt_update {
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    z-index: 10;
    color: #ff0;
}

/* イベント名 */
.txt_eventName {
    height: 36px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    color: #0080de;
}

@media screen and (min-width: 320px) {
    .txt_eventName {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* ==================================================================================================== */
/* 新ホスガイTOP */
/* ==================================================================================================== */
/* --------------------------------------- */
/* 画像指定 */
/* --------------------------------------- */
/* 検索BOXアイコン */
.box_tglsearch .inner_rd [class^='tgl_'],
.box_tglsearch .btn_search {
    background-image: url(/sp/st_img/icon_search_new2-883ac0b4b977df8247610793d9fdd652.png);
}

/* --------------------------------------- */
/* 色指定 */
/* --------------------------------------- */
.box_tglsearch .inner_rd .active {
    color: #252588;
    background-color: #dbfffa;
}

.box_tglsearch .btn_search {
    background-color: #26d0f2;
}

/* メニュー */
.menu_contents .link_menu02 > p {
    background: -webkit-gradient(linear, left top, left bottom, from(#5666c9), color-stop(0.5, #223293), to(#223293));
    background: linear-gradient(to bottom, #5666c9, #223293 50%, #223293);
    box-shadow: 0 2px 0 #1d2a77;
}

/* --------------------------------------- */
/* 情報・抽選会 */
.box_free_ho {
    padding: 10px 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cbcbcb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(0.25, #fff), to(#fff));
    background: linear-gradient(to bottom, #e7e7e7, #fff 50%, #fff);
}

/* 掲載数 */
.box_free_ho .number {
    font-size: 14px;
    text-align: center;
}

.box_free_ho #shop {
    margin: 0 30px 0 0;
    display: inline-block;
}

.box_free_ho #host {
    display: inline-block;
}

/* --------------------------------------- */
/* 緊急メッセージ */
/* --------------------------------------- */
/* PICK UP */
.clist_general .pickup,
.clist_general .pickup_small {
    position: relative;
    border: 4px #f00 solid;
    background-color: #ffd;
}

/* 矢印の位置揃え */
.clist_general .arrow_gp.pickup,
.clist_general .arrow_gp.pickup_small {
    background-position: 101% center;
    background-position: -webkit-calc(100% + 4px) center;
    background-position: calc(100% + 4px) center;
}

.clist_general .pickup:after,
.clist_general .pickup_small:after {
    width: 54px;
    height: 40px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    content: ' ';
    background: url(/sp/st_img/icon_pickup-daa8fc2f40703c61776e901ba9930227.png) no-repeat top left scroll;
    -webkit-background-size: 54px 40px;
    background-size: 54px 40px;
}

.clist_general .pickup_small .date {
    padding-left: 16px;
}

.clist_general .pickup_small:after {
    -webkit-background-size: 44px 33px;
    background-size: 44px 33px;
}

/* --------------------------------------- */
/* 最新ニュース */
/* --------------------------------------- */
.latest-news .title {
    font-size: 13px;
    color: #000;
}

.latest-news .shopName {
    color: #0080de;
}

/* --------------------------------------- */
/* 新着日記 */
/* --------------------------------------- */
/* ホスト名 */
.clist_general .name {
    color: #00519a;
    background-image: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png);
    background-size: 14px;
    background-repeat: no-repeat;
    padding-left: 14px;
}

.clist_general.movie-list .name {
    padding-left: 11px;
    background-size: 10px;
    background-position: 0 0;
}

/* 店名 */
.clist_general .shopName {
    padding-left: 14px;
    font-size: 12px;
    background: url(/sp/st_img/icon_tenpo-f877633c1bb15c645eeffbf32622893b.png) no-repeat left center;
    background-size: 12px;
}

/* 日記コンテスト */
.diary_contest .arrow_gp {
    padding: 10px;
    font-weight: bold;
    color: #000b4f;
    border-top: 1px solid #fff;
    background-color: #f3d7e1;
}

/* 日記コンテストアイコン */
.diary_contest .guidemedium {
    padding-left: 36px;
    display: block;
    background-image: url(/sp/st_img/menulist_pdiaryrank_ho-82745d30fb8336ade6baab5ebf729252.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 30px;
    background-size: 30px;
}

/* --------------------------------------- */
/* メインコンテンツ */
/* --------------------------------------- */
.main_menu {
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#fff));
    background: linear-gradient(to bottom, #B5B5B5, #fff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px 0;
    border-style: solid;
    border-top-color: #ccc;
    border-bottom-color: #fff;
}

.main_menu .link_main {
    background-image: url(/sp/st_img/menu_txt_ho2-1008e43cb0f03e36ec28da181e98fd43.png);
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.main_menu .link_main:after {
    content: '';
    background-image: url(/sp/st_img/menu_txt_ho1-e97a7d58802d2388ceb547eb5fe4f1b1.png);
    position: absolute;
    top: 0;
    left: 0;
}

.main_menu .link_main,
.main_menu .link_main:after {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: 160px 350px;
    background-size: 160px 350px;
    background-repeat: no-repeat;
}

/* ２つ並びの時の境界線 */
.elm.main_menu:first-child:nth-last-child(2) {
    border-right: 1px solid #ccc;
}

.elm.main_menu:last-child:nth-child(2) {
    border-left: 1px solid #a2a2a2;
}

/* テキスト */
.link_main.new {
    background-position: right 0;
}

.link_main.event {
    background-position: right -50px;
}

.link_main.sdiary {
    background-position: right -100px;
}

.link_main.pdiary {
    background-position: right -150px;
}

.link_main.contest {
    background-position: right -200px;
}

.link_main.newface {
    background-position: right -250px;
}

.link_main.birthday {
    background-position: right -300px;
}

/* 背景画像 */
.link_main.new:after {
    background-position: center 0;
}

.link_main.event:after {
    background-position: center -50px;
}

.link_main.sdiary:after {
    background-position: center -100px;
}

.link_main.pdiary:after {
    background-position: center -150px;
}

.link_main.contest:after {
    background-position: center -200px;
}

.link_main.newface:after {
    background-position: center -250px;
}

.link_main.birthday:after {
    background-position: center -300px;
}

/* ホスト検索にGO */
.main_search {
    height: 54px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#233192), to(#4353b4));
    background: linear-gradient(to bottom, #233192, #4353b4);
    box-shadow: 0 -1px 1px #2e3b8e inset, 0 1px 1px #ccc inset;
}

.main_search .link_go {
    height: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-image: url(/sp/st_img/menu_txt_ho3-2214f011c31c60b31811266abeabce25.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 235px 45px;
    background-size: 235px 45px;
}

/* --------------------------------------- */
/* バナー */
/* --------------------------------------- */
.ho_job {
    text-align: center;
    background-color: #ffe427;
}

.link_job {
    width: 100%;
    font-size: 10px;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
    color: #fff;
    background-color: #fff;
}

.link_job img {
    width: 100%;
    max-width: 414px;
}

/* --------------------------------------- */
/* もっと見るボタン */
.menu_box .read_more {
    padding: 6px 12px;
    text-align: center;
    border-top: 1px solid #c6c6c6;
}

.menu_box .read_more > a {
    max-width: 404px;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    color: #003bc7;
    border: 1px solid #003bc7;
    border-radius: 6px;
    background-color: #fff;
    background-image: none;
}

.menu_box .read_more::after {
    display: none;
}

/* --------------------------------------- */
/* イベントレポートへのリンク */
.ev-report {
    margin-bottom: 10px;
}

.DXex .ev-report {
    margin-bottom: 20px;
}

/* --------------------------------------- */
/* ホスガイ特集
/* --------------------------------------- */
.listLink {
    height: 23px;
    padding: 0 11px;
    font-size: 13px;
    line-height: 23px;
    position: absolute;
    top: 3px;
    right: 4px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e0e0e0));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #e0e0e0 100%);
    text-shadow: 1px 1px 0 white;
}

#tokusyu_detail_bk {
    background: #ffffb3;
}

#tokusyu_detail {
    padding: 20px 0 0 0;
    background: url(/sp/st_img/host/blue_box_middle-63572c91246f0be750fe6c6a29989a3c.jpg) repeat center top;
    -webkit-background-size: 317px 61px;
    background-size: 317px 61px;
}

#tokusyu_detail_inner {
    margin: 0 10px 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
    box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
}

.tokusyu_title {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
}

.tokusyu_date {
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #080;
}

.tokusyu_txt {
    padding: 10px 0 0;
}

#tokusyu_joinShop {
    margin: 0 10px;
}

.join_title {
    height: 34px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #000032;
}

.join_title:after {
    width: auto;
    margin-left: -15px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: '';
    border-top: 15px solid #000032;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#tokusyu_join_list {
    margin: 0 0 15px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
    box-shadow: rgba(50, 50, 50, 0.7) 0 2px 3px;
}

#tokusyu_join_list li {
    width: 253px;
    height: 53px;
    margin: 5px;
    display: -moz-inline-box;
    display: inline;
    display: inline-block;
    background: #eee url(/sp/st_img/host/logo_bg-3b8ba50dddde1cc7c79c3c04810b60c7.jpg) no-repeat center top;
    -webkit-background-size: 253px 53px;
    background-size: 253px 53px;
}

#tokusyu_join_list li a {
    width: 253px;
    height: 53px;
    padding: 0 10px;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
}

.nb_navi {
    height: 50px;
    border-top: 1px solid rgb(206, 206, 206);
    border-bottom: 1px solid rgb(206, 206, 206);
    background-color: rgb(241, 240, 240);
}

.nb_navi ul {
    width: 288px;
    margin: 0 auto;
    padding: 6px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nb_navi li {
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background: linear-gradient(to bottom, #fff, #dedede);
}

.nb_navi li:last-child {
    margin-right: 0;
}

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

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

.sns_button {
    height: 20px;
    margin-bottom: 10px;
    padding: 12px 0 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px dotted #ccc;
}

.sns_button a {
    margin-right: 4px;
    display: block;
}

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

.hosugai_topics li a {
    line-height: 1.3 !important;
}

/* --------------------------------------- */
/* ホスガイ特集バナー */
/* --------------------------------------- */
.top .box_hg-topics {
    max-width: 480px;
    margin: auto;
    overflow: hidden;
    max-height: 120px;
}

.top .box_hg-topics .bnr {
    width: 100%;
}

/* --------------------------------------- */
/* 汎用タブリスト色変え
/* --------------------------------------- */
.clist-tab {
    border-bottom: solid 6px #4040bb;
    background-color: #5a5a5a;
}

.clist-tab .elm {
    color: #fff;
    text-shadow: 1px 1px 0 #4040bb;
}

.clist-tab .elm.current {
    background-color: #4040bb;
}

/* --------------------------------------- */
/* 女の子詳細ページ　プロフィール欄　色変え用 */
#girlData .box_register .btn,
#girlData .box_register [class^='yoasobicon_'],
.girl_profile {
    color: #31319e;
}

.girl_profile .girl_name {
    background: #31319e;
}

/* --------------------------------------- */
/* お店詳細ページ */
/* --------------------------------------- */
.shop_info .head_menu {
    background-color: #4848c4;
}

.shop_normal .shop_info .hl_sub {
    color: #fff;
    background-color: #3762a3;
}

.shop_normal .shop_info .shop_main-menu [class^='yoasobicon_'] {
    color: #223293;
}

.shop_info .content_pickup .item_name {
    background-image: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png);
}

/* --------------------------------------- */
/* フッターバナー */
/* --------------------------------------- */
.footer_host_banner_container {
    max-width: 640px;
    margin: 0 auto;
}

/* --------------------------------------- */
/* ホストランキングBOX */
/* --------------------------------------- */
.rankBoxList {
    margin-bottom: 0;
}

.box_btns_job .prg_m {
    width: 70%;
    margin: auto;
    float: none;
}

.box_btns_job .link_job {
    padding-left: 10px;
}

/* --------------------------------------- */
/* TOP用ランキングBOX */
/* --------------------------------------- */
.menu_box h3 {
    background: linear-gradient(to bottom, #5666c9, #223293 50%, #223293);
    text-shadow: 1px 1px 0 #1d2a77;
}

.rankingBoxTitle .read_more_rank {
    width: 60px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    display: block;
    text-align: center;
    border: 1px solid #b5b3b2;
    border-radius: 6px;
    background: linear-gradient(to bottom, #fff, #e6e6e6 50%, #f6f6f7);
    box-shadow: 0 1px 0 #7a7a7b;
    padding-right: 0;
    color: inherit;
    flex-basis: auto;
}

.menu_box .centerThumbnail.list_ranking dt {
    width: 66px;
    height: 88px;
}

.list_ranking .box_image,
.menu_box .centerThumbnail.list_ranking dt > div {
    width: 66px;
    height: 88px;
    margin-right: 6px;
    position: relative;
}

.list_ranking .box_image > img,
.list_ranking.centerThumbnail dt img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
}

.menu_box .list_ranking.shop-list .txt_rank {
    display: block;
}

/* アイテムランキング */
.rankingHost.list_ranking .name {
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #0080de;
    background: url(/sp/st_img/icon_men-d333d3ea18c23e467eb01882963cffb6.png) no-repeat left 4px;
    background-size: 14px 14px;
}

.rankingHost.list_ranking .shopName {
    padding-left: 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(/sp/st_img/icon_tenpo-f877633c1bb15c645eeffbf32622893b.png) no-repeat left center;
    background-size: 12px;
}

.rankingHost.list_ranking .shopType {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* お店ランキング */
.menu_box .list_ranking.shop-list .shopName {
    display: inline-block;
    vertical-align: middle;
}

/* --------------------------------------- */
/* No.1ホスト */
/* --------------------------------------- */
.list_pickup_item {
    max-width: 480px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.list_pickup_item .elm {
    width: 33.3%;
    max-width: 150px;
}

.list_pickup_item .elm:first-child {
    margin-right: 2px;
}

.list_pickup_item .elm:nth-child(2) {
    margin-right: 1px;
    margin-left: 1px;
}

.list_pickup_item .elm:last-child {
    margin-left: 2px;
}

.list_pickup_item .elm a {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}

.list_pickup_item .photo {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    min-height: 100%;
    min-width: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    background-size: contain !important; /*IE対策*/
    background-position: top !important; /*IE対策*/
}

/* --------------------------------------- */
/* ランキング：メインカテゴリ */
/* --------------------------------------- */
.clist-tab.ranking_ho {
    line-height: 1.2;
    align-items: stretch;
}

.clist-tab.ranking_ho .elm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clist-tab.ranking_ho .elm > a {
    flex: 1 0 auto;
}

.clist-tab.ranking_ho .btn {
    padding-bottom: 4px;
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* ランキング：サブカテゴリ */
.btnlist.ranking_ho {
    background-color: #eee;
    padding: 6px 2px 2px 6px;
    line-height: 1em;
}

.btnlist.ranking_ho .elm {
    width: 100px;
    margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
    .btnlist.ranking_ho .elm {
        width: 30%;
        width: calc(33% - 4px);
    }
}

.btnlist.ranking_ho .elm .btn {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.btnlist.ranking_ho .elm.active .btn {
    border: 1px solid #4040bb;
    font-weight: bold;
    line-height: 28px;
    color: #4040bb;
}

/* タイプ別ランキング */
.rank_type {
    border-top: 1px solid #ccc;
}

/* --------------------------------------- */
/* ホスガイトピックス */
/* --------------------------------------- */
.list_info {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    border-width: 1px 0;
    border-style: solid;
    border-color: #a0a0a0;
    background: #dae0e5;
}

.box_pager {
    border-bottom: 1px solid #a0a0a0;
}

.box_pager .fl_inner {
    flex: 1 0 auto;
    align-self: auto;
}

.box_pager .fl_inner:not(:last-child) {
    border-right: 1px solid #a0a0a0;
}

.box_pager .fl_inner.first,
.box_pager .fl_inner.last {
    width: 44px;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
}

.box_pager .arrow_icon {
    padding: 8px 28px 8px 10px;
    display: block;
}

.box_pager .arrow_icon,
.box_pager .btn {
    height: 44px;
    line-height: 44px;
}

.box_pager .btn {
    width: 44px;
    font-size: 14px;
    display: block;
}

.box_pager span {
    line-height: inherit;
    opacity: 0.8;
}

.box_pager .arrow_icon {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.box_pager .arrow_icon:not(.nonactive) {
    font-weight: bold;
}

.nonactive {
    pointer-events: none;
    color: #bdc7d0;
}

.box_pager .prev .arrow_icon {
    padding-right: 8px;
    padding-left: 28px;
}

/* 左向き矢印 */
.box_pager .prev .arrow_icon::after,
.link_back .arrow_icon::after {
    right: auto;
    left: 8px;
    content: '\e902';
}

/* セレクトボックスのみパターン */
.box_hg-topics .refine_tab_cond {
    background-color: #fff;
    border: none;
    padding: 0;
}

.box_hg-topics .refine_tab_cond .box_cond {
    display: inline-block;
    width: auto;
    max-width: none;
}

.box_hg-topics .refine_tab_cond .selectbox {
    padding-left: 10px;
    padding-right: 30px;
}

.box_hg-topics .refine_tab_cond .sl {
    width: 100%;
}

.box_hg-topics .sns_button {
    line-height: 1;
}

/* ホスガイ特集 */
.box_hg-topics {
    text-align: center;
}

.box_hg-topics .ygtopics {
    text-align: left;
}

.clist_general.list_hg-topics {
    margin-top: 30px;
}

.clist_general.list_hg-topics .elm {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 0 none;
}

.clist_general.list_hg-topics .elm:first-child {
    margin-top: 40px;
}

.box_hg-topics .btn:not(.nonactive),
.box_hg-topics .arrow_icon:not(.nonactive) {
    color: #3469e5;
}

/* 記事情報 */
.list_hg-topics .elm .topic_info {
    position: relative;
    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: #856BC6;
    max-width: 480px;
    margin: auto;
}

/* 日付 */
.list_hg-topics .date {
    position: absolute;
    margin-bottom: 2px;
    width: 120px;
    height: 28px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    background-color: #FEDB19;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -32px;
    z-index: 0;
}

/* カテゴリ */
.list_hg-topics .cate {
    background: none;
    position: absolute;
    right: 4px;
    border: 1px solid #856BC6;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    top: -28px;
    font-size: 10px;
    border-radius: 2px;
}

/* バナー */
.list_hg-topics .bnr {
    max-height: 300px;
    max-width: 100%;
}

/* 記事タイトル */
.list_hg-topics .title {
    color: #0ff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
}

/* シェアボタン */
#fb-root {
    margin-left: 4px;
}

/* --------------------------------------- */
/* インタビュー */
/* --------------------------------------- */
.info_article {
    margin-top: -10px;
    padding: 0 10px 10px;
}

.info_article .hl {
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.info_article .box_link {
}

.info_article .arrow_icon {
    display: block;
    padding: 8px 10px;
    color: #333;
    background-color: #DFDFE1;
    border-radius: 2px;
    margin-bottom: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
    background: linear-gradient(175deg, #fff 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
}

.info_article .arrow_icon::after {
    font-size: 10px;
    color: #555;
    opacity: 1;
}

.info_article .arrow_icon.item {
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.info_article .arrow_icon.item,
.info_article .arrow_icon.shop {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* --------------------------------------- */
/* インタビュー */
/* --------------------------------------- */
.box_interview {
    background-color: #333;
    border-width: 2px 0;
    border-style: solid;
    border-color: #3D58F4;
    background: linear-gradient(#444, #000);
    box-sizing: border-box;
}

.box_interview .arrow_gp {
    padding: 0;
}

.box_interview .box_image {
    border: none;
    height: 90px;
    overflow: hidden;
    margin-right: 0;
}

.box_interview .box_image .thumb {
    max-height: none;
    top: 0;
    bottom: auto;
}

.box_interview .box_info {
    padding: 6px 20px 2px 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box_interview .date {
    color: #D7CDFF;
    flex: 1 0 auto;
}

.box_interview .shopName {
    background-image: none;
    padding: 0;
    margin: 0;
}

.box_interview .title {
    color: #ff0;
}

.box_interview .hostName {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 4px;
}

.box_interview .shopName {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 320px) {
    .box_interview .title {
        font-size: 14px;
    }
}

/* --------------------------------------- */
/* ホストニュース */
/* --------------------------------------- */
.hostnews h2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    background: #111;
    border: none;
}

.hostnews .entry {
    padding: 8px;
}

.hostnews .entry a {
    color: #0080de;
}

.hostnews .cat_search_btn dt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #08c;
    text-align: center;
    padding: 12px 0;
    background: #f5f5f5;
    border-width: 2px 0;
    cursor: pointer;
}

.hostnews .cat_search_btn dd {
    display: none;
    line-height: 50px;
}

.hostnews .cat_search_btn dt::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 15px;
    height: 22px;
    font-family: 'icomoon';
    font-size: 15px;
    color: #08c;
    margin: auto;
    content: '\e900';
}

.hostnews .cat_search_btn dt.open::after {
    font-family: 'icomoon';
    color: #08c;
    content: '\e906';
}

.hostnews .cat_search_btn dd > ul {
    display: flex;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}

.hostnews .cat_search_btn dd li {
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    flex: 0 0 50%;
}

.hostnews .cat_search_btn dd li a {
    position: relative;
    display: block;
    padding-left: 8px;
    box-sizing: border-box;
}

.hostnews .cat_search_btn dd li a::after {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: block;
    width: 15px;
    font-family: 'icomoon';
    font-size: 12px;
    color: #6f9cc2;
    margin: auto;
    content: '\e904';
}

.hostnews .cat_search_btn dd li:nth-child(2n) {
    border-right: none;
}

.hostnews .entry_head {
    margin-bottom: 20px;
}

.hostnews .head_innertop {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
    align-content: center;
}

.hostnews .entry_head .title {
    font-size: 18px;
    font-weight: bold;
}

.hostnews .time {
    font-size: 12px;
}

.hostnews .cat {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 1px 10px;
}

.hostnews .cat.cat_bg_blue {
    background: #5781c1;
}

.hostnews .cat.cat_bg_lightblue {
    background: #57a4c1;
}

.hostnews .cat.cat_bg_orange {
    background: #ff992f;
}

.hostnews .cat.cat_bg_red {
    background: #f00;
}

.hostnews .cat.cat_bg_yellow {
    background: #f3cc0e;
}

.hostnews .cat.cat_bg_pink {
    background: #ffabdd;
}

.hostnews .cat.cat_bg_salmonpink {
    background: #ffa394;
}

.hostnews .cat.cat_bg_purple {
    background: #c287e0;
}

.hostnews .cat.cat_bg_green {
    background: #4d804f;
}

.hostnews .cat.cat_bg_yellowgreen {
    background: #8bc34a;
}

.hostnews .cat.cat_bg_gray {
    background: #9facc1;
}

.hostnews .img_box {
    max-width: 640px;
    text-align: center;
    margin-bottom: 30px;
}

.hostnews .img_box img {
    max-width: 100%;
}

.hostnews .news_txt {
    font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0 20px;
}

.hostnews h3.news_hl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 30px;
    padding: 16px 20px 15px;
    background-color: #f3f3f3;
    border: none;
}

.hostnews .box_pager {
    background: #fbfbfb;
    border-top: 1px solid #a0a0a0;
    border-bottom: none;
}

.hostnews .box_pager .list {
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1 0 100px;
}

.hostnews .box_pager .list_link {
    display: block;
    height: 44px;
    line-height: 44px;
}

.hostnews .other_topics h5 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    background: #000;
}

.hostnews .list_info + .box_pager {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.hostnews .other_topics li a {
    position: relative;
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    align-items: stretch;
}

.hostnews .other_topics li:nth-child(2n) a {
    border-right: none;
}

.hostnews .other_topics li:last-child a {
    border-bottom: none;
}

.hostnews .other_topics li a::after {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: block;
    width: 15px;
    height: 20px;
    font-family: 'icomoon';
    font-size: 12px;
    color: #666;
    margin: auto;
    content: '\e904';
    color: #666;
}

.hostnews .other_topics .other_left {
    position: relative;
    min-height: 68px;
    text-align: center;
    background: #f3f3f3;
    flex: 0 0 100px;
}

.hostnews .other_topics .other_left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 102px;
    max-height: 68px;
    margin: auto;
}

.hostnews .other_topics .other_right {
    display: flex;
    font-size: 13px;
    line-height: 1;
    margin-left: 8px;
    padding-right: 21px;
    flex-direction: column;
}

.hostnews .other_right .cat {
    font-size: 11px;
    margin-right: 6px;
    margin-bottom: 5px;
    padding: 2px 10px;
    flex: 0 1 auto;
}

.hostnews .other_title {
    font-weight: bold;
}

.hostnews .other_topics_link {
    position: relative;
    display: block;
    font-weight: bold;
    color: #08c;
    text-align: center;
    margin: 8px 8px 0;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #08c;
    cursor: pointer;
}

.hostnews .other_topics_link::after {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: block;
    width: 15px;
    height: 20px;
    font-family: 'icomoon';
    font-size: 12px;
    color: #4698ab;
    margin: auto;
    content: '\e904';
}

/* --------------------------------------- */
/* コーナー新設告知 newマーク */
/* --------------------------------------- */
.include_pop .pop_new {
    right: 16px;
    left: auto;
    top: -25px;
}

.include_pop .pop_new .mark {
    width: 85px;
    animation: bounce 1s ease infinite;
}

/* --------------------------------------- */
/* レペゼン東海HOST */
/* --------------------------------------- */
.mainarea .hl_rank_represent {
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 2px;
    background-color: #1F56AB;
    border: 0 none;
    letter-spacing: 1px;
}

.hl_rank_represent .icon {
    height: 18px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

.hl_rank_represent + .frame_banner {
    background-color: #fff;
}

.frame_banner .arrow_icon {
    max-width: 414px;
    max-height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #444;
    padding: 2px 32px 2px 2px;
    display: block;
    box-sizing: border-box;
}

.frame_banner .arrow_icon::after {
    right: 8px;
    color: #ccc;
    opacity: 1;
    font-size: 15px;
}

.frame_banner .arrow_icon .img_banner {
    width: 100%;
}

/* --------------------------------------- */
/* 回転するバナー */
/* --------------------------------------- */
.box_rotate-base {
    overflow: hidden;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.box_rotate {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

/* --------------------------------------- */
.box_rotate-img.front {
    transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px);
}

.box_rotate-img.back {
    transform: rotate3d(1, 0, 0, -180deg) translate3d(0, 0, 1px);
}

.box_rotate-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    backface-visibility: hidden;
}

@keyframes rotate2Banner {
    0% {
        transform: rotateX(0);
    }
    45% {
        transform: rotateX(0);
    }
    50% {
        transform: rotateX(180deg);
    }
    95% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.link_job .box_rotate {
    animation-name: rotate2Banner;
    animation-duration: 13.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.link_job .box_rotate-base {
    aspect-ratio: 480 / 135;
    margin: auto;
    max-width: 414px;
}

.link_job .box_rotate {
    height: 100%;
}

/* --------------------------------------- */
/* 検索結果アイコン */
/* --------------------------------------- */
.icon.movie {
    display: inline-block;
    width: auto;
    height: 16px;
    line-height: 16px;
    color: #080;
    text-align: left;
    margin-left: 0;
    padding: 0 4px;
    background-color: #fff;
    border: 1px solid #080;
    border-radius: 2px;
    box-sizing: border-box;
    vertical-align: text-bottom;
    font-size: 12px;
}

/* --------------------------------------- */
/* メッセージ返信 */
/* --------------------------------------- */
.reply {
    border-color: #C1CEFF;
}

.reply dt {
    background-color: #C1CEFF;
    color: #253A89;
}

/* --------------------------------------- */
/* おすすめバナー */
/* --------------------------------------- */
.box_banner .arrow_icon {
    display: block;
    padding: 9px 10px;
    color: #1d2a77;
    font-weight: bold;
    font-size: 16px;
}

.box_banner .arrow_icon::after {
    font-size: 14px;
}

.box_banner .frame_pr {
    border-top: 1px solid #ccc;
}

.box_banner .frame_pr .link_banner {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

/* --------------------------------------- */
/* タイプ別 */
/* --------------------------------------- */
.menu_box .hl_small {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 4px 8px;
    background-color: #5666c9;
    border-top: 3px solid #223293;
}

.menu_box .type_search {
    display: flex;
    padding: 1px;
    background-color: #eee;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.menu_box .type_search .elm {
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    flex: 0 1 33.3%;
}

.menu_box .type_search .btn {
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #2c3a9d;
    background: linear-gradient(to bottom, #eee, #fff);
    border: 1px solid #9295ba;
    border-radius: 4px;
    border-radius: 2px;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #ddd inset;
    text-shadow: 0 1px 0 #fff;
}

/* --------------------------------------- */
/* エリア検索 */
.menu_box .areabtn {
    padding: 0 4px;
    box-sizing: border-box;
}

.areabtn .lbl_txt {
    display: block;
    background-image: url(/sp/st_img/area_menu_icon-9529f1bb0e2b894040ca9c352b1273eb.png);
    background-repeat: no-repeat;
    background-size: 60px 360px;
    margin: auto;
    max-width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding-right: 54px;
    background-position: right 0;
}

.areabtn .nagoya {
    background-position: calc(100% - 6px) -45px;
}


.areabtn .gifu {
    background-position: right -180px;
}

.areabtn .mie {
    background-position: right -225px;
}

.areabtn .mikawa {
    background-image: url(/sp/st_img/area_menu_icon_mikawa-d828b700b891741e07f03e00bbe87572.png);
    background-size: 60px 45px;
}

.areabtn .hokuriku {
    background-image: url(/sp/st_img/area_menu_icon_hokuriku-1efb8cad3d81a67ee3eb8a502df1fb95.png);
    background-size: 60px 45px;
}

.areabtn .hokkaido {
    background-image: url(/sp/st_img/area_menu_icon_hokkaido-daa47ac6661b76acdc5dbeef0fa660df.png);
    background-size: 60px 45px;
}

@media screen and (max-width: 375px) {
    .menu_box .areabtn {
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .menu_box .areabtn {
        font-size: 14px;
    }
}

@media screen and (min-width: 375px) {
    .menu_box .areabtn {
        padding-left: 16px;
    }

    .areabtn .lbl_txt {
        padding-right: 60px;
    }
}

.clist-showcase .name {
    color: #00519a !important;
}

/* --------------------------------------- */
/* オススメ店 */
.clist_general .recommendShop .arrow_gp {
    background-position: calc(100% + 4px) 50%;
    border: 4px solid #ffc926;
}

.recommendShop::after {
    content: '';
    position: absolute;
    background-color: #ffc926;
    background-image: url(/sp/st_img/lbl_attention-d5f4e41eb06079bf422817b68c815d49.png);
    border: 3px solid #ffc926;
    border-radius: 6px;
}

.recommendShop.super::after {
    height: 47px;
    background-position: center center;
}

/* --------------------------------------- */
/* 新着店マーク */
.mark.newarrival {
    height: 16px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 4px;
    vertical-align: middle;
    line-height: 15px;
    color: #fff;
    background-color: #f00;
    padding-top: 1px;
}

