@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

img{
vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea
{
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	display: inline;
	zoom: 1;
}

body {
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    padding: 0;
    margin: 0;
}
/* ========================= [ list ] */
#page-lc {
    width: 296px;
    height: 246px;
    padding: 0;
    margin: 0;
    background: url(https://p.dmm.co.jp/p/pr/livechat/onlinebanner/adult/bg_300_250_A.jpg);
    border: 2px #e86197 solid;
    overflow: hidden;
}
#page-lc h1 img{
    display: block;
    text-align: left;
    margin: 0;
}
#page-lc.listbox,
#page-lc .listbox a,
#page-lc .listbox .inner {
    margin:0;
}
.list {
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
}
.list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows:110px;               
    gap: 3px; 
    list-style:none;
    padding:0;
    margin:0;
    grid-auto-flow: row dense;
}
.list ul li{
    width: auto;
    height: auto;
    text-align: center;
    list-style: none;
    position: relative;
    will-change: opacity;
    overflow:hidden;
}
.list ul li img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.list ul li .CharacterItem__tmbBox {
    position: relative;
    overflow: hidden;
}
.list ul li .CharacterItem__tmbBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    pointer-events: none;
}
.list ul li .CharacterItem__detailBox{
    position: absolute;
    top: 66px;
    left: 0;
}
.list ul li .CharacterItem__status{
    text-align: left;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
.list ul li .-waiting{
    background-color: #ea7277;
    padding-left:10px;
    border-radius: 0 16px 16px 0;
    width: 60px;
}
.list ul li .-party{
    background-color: #ef9836;
    padding-left:10px;
    border-radius: 0 16px 16px 0;
    width: 90px;
}
.list ul li .CharacterItem__name{
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
}
.zoom{ 
    transform:scale(1.05);
    transition:transform 0.5s ease;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
