/* ==============================

  kira☆kira  / common.css / www.kirakira-av.com

============================== */

/* ==================== [ normalize ] */
@import url("normalize.css");

/* ==================== [ Google Fonts ] */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400,600);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);

/* ==================== [ RESET ] */
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li{
    margin:0;
    padding:0;
}
ul li{ list-style-type:none; }
img { vertical-align: bottom; }

/* ==================== [ BASE ] */
html {
    height: 100%;
}
body {
    height: 100%;
    background: #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    word-wrap: normal;
}
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #fff;
}
#wrapper #container {
    padding-bottom: 163px;
    overflow: hidden;
}
#wrapper #container.top {
    padding-bottom: 260px !important;
}
a:link, a:visited {
    color: #09f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    outline: none
}
[id^='wrap-'] {
    width: 950px;
    padding: 0 15px;
    margin: 30px auto 0;
}
[class^='bx-btn-'] {
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #888;
    border-width: 1px;
    border-style: solid;
}
[class^='bx-btn-']:hover {
    text-decoration: none;
}

/* ===== caption */
[class^='capt-'] {
    position: relative;
    height: 40px;
    margin: 20px 0;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 57px;
    line-height: 36px;
    overflow: hidden;
    letter-spacing: -0.05em;
}
.capt-main {
    background: #fb2af2 url(/images/common/bg_leopard_ppl.png) 50% 50%;
    color: #fff;
}
.capt-sub {
    background: #ff0 url(/images/common/bg_leopard_ylw.png) 50% 50%;
    color: #000;
}
[class^='hl-'] {
    border-left: #f3f 10px solid;
}
.hl-title-l {
    padding-left: 10px;
    height: 30px;
    margin: 0 0 30px;
    line-height: 36px;
    font-size: 1.3em;
}
.hl-title-s {
    padding-left: 5px;
    height: 20px;
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 1.125em;
}
.btn-pagetop {
    position: fixed;
    right: 20px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #f3f;
    opacity: 0.8;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn-pagetop:hover {
    cursor: pointer;
    opacity: 1;
}

/* ==================== [ header ] */
/* ===== global nav */
#header {
    width: 100%;
    height: 80px;
    background: #111 url(/images/common/bg_leopard_blk.png);
}
#header #nav-global {
    position:relative;
    width: 950px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}


専属ギャル追加の際に表示

#header #nav-global::before,
#container-top header #nav-global.nav-top::before{
    position:absolute;
    content: 'NEW';
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    color:#fff;
    background-color:#f3f;
    padding:2px 6px 1px;
    line-height:1;
    border-radius: 3px;
    top:12px;
    right:194px;
}


#container-top header #nav-global.nav-top::before{
    right:213px !important;
}
#header #nav-global h1.hd-logo {
    float: left;
    margin: 10px 50px 0 0;
}
#header #nav-global ul.menu {
    position:relative;
    float: left;
    margin: 34px 0 0;
    overflow: hidden;
}

#header #nav-global ul.menu li {
    float: left;
    position: relative;
    height: 25px;
    margin-right: 18px;
}
#header #nav-global ul.menu li a {
    display: block;
    position: relative;
    top: 0;
    height: 52px;
    background: url(/images/common/tx_menu.png) 0 0 no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
#header #nav-global ul.menu li a:hover,
#header #nav-global ul.menu li a.active {
    top: -27px;
}
#header #nav-global ul.menu li.menu01 a {
    width: 57px;
}
#header #nav-global ul.menu li.menu02 a {
    width: 87px;
    background-position: -59px 0;
}
#header #nav-global ul.menu li.menu03 a {
    width: 87px;
    background-position: -148px 0;
}
#header #nav-global ul.menu li.menu04 a {
    width: 87px;
    background-position: -237px 0;
}
#header #nav-global ul.menu li.menu05 a {
    width: 99px;
    background-position: -326px 0;
}
#header #nav-global ul.menu li.menu06 a {
    width: 85px;
    background-position: -427px 0;
}
/* ===== search-box */
header .btn-search {
    display: inline-block;
    margin-top: 30px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #000;
    cursor: pointer;
}
header .btn-search span {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    overflow: hidden;
}
header .btn-search span img {
    position: absolute;
    bottom: 0;
}
header .btn-search.active,
header .btn-search:hover {
    background: #f3f;
}
header .btn-search.active img,
header .btn-search:hover img {
    position: absolute;
    top: 0;
}
header .bx-search {
    display: none;
    position: relative;
    width: 950px;
    height: 200px;
    margin: 0 auto;
    z-index: 1000;
}
header .bx-search form {
    position: absolute;
    right: 0;
    width: 260px;
    padding: 8px 10px;
    background: #444;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
header .bx-search form::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 25px;
    border-color: transparent transparent #444 transparent;
    border-width: 0 5px 10px;
    border-style: solid;
}
header .bx-search form input[type='search'] {
    width: 182px;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
}
header .bx-search form input[type='search']:focus {
    outline: none;
}
header .bx-search form input[type='submit'] {
    padding: 5px 10px;
    border: none;
    background: #777;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* ==================== [ footer ] */
footer {
    width: 100%;
    min-width: 980px;
    position: absolute;
    bottom: 0;
    padding: 0 0 30px;
    text-align: center;
    background: #111 url(/images/common/bg_leopard_blk.png);
}
footer div.bx-breadcrumb {
    background: #ff0;
    height: 40px;
    line-height: 40px;
    font-size: .875em;
}
footer div.bx-breadcrumb p {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
footer div.bx-breadcrumb p a {
    color: #000;
}
footer div.bx-breadcrumb p span {
    font-weight: bold;
}
footer div.bx-breadcrumb p a img {
    display: inline-block;
    margin-bottom: 14px;
}
footer ul.bx-link a {
    color: #ff0 !important;
}
footer ul.bx-link {
    padding: 30px 0 0;
    font-size: .8125em;
}
footer ul.bx-link li {
    display: inline-block;
    padding: 0 16px;
    margin: 0 0 20px;
    font-weight: bold;
    border-left: #ff0 1px solid;
}
footer ul.bx-link li:first-child {
    border: none;
}
footer small.txt-copyright {
    color: #fff;
    font-family: Inconsolata;
    font-size: 90%;
    letter-spacing: 0.1em;
}
footer .bx-bnr hr {
    width: 950px;
    height: 1px;
    margin: 30px auto;
    background: #444;
    border: none;
    text-align: center;
}
footer .bx-bnr a {
    display: inline-block;
    width: 174px;
    margin: 0 8px;
}

/* ==================== [ to-sp ] */
#to-sp{
	width:100%;
	text-align:center;
	padding:40px 0;
    background-color:#fff;
	border-bottom:1px solid #e5e5e5;
}
#to-sp p a{
	padding:30px 0;
	background-color:#999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:block;
	width:70%;
	margin:0 15%;
}