@charset "UTF-8";

/* --------------------------------------- */
.list_frame {
    text-align: center;
}

.list_frame .img_loading {
    margin: 600px auto 10px;
}

.list_frame .next_pager {
    display: block;
    width: 140px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin: 10px auto;
    padding: 6px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.list_frame .next_pager.loading {
    background-image: url(/sp/st_img/img-loading-fc6352be4703c3fc92a382b6b73cb9e6.gif);
    background-repeat: no-repeat;
    background-position: center;
    border-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 110%;
}

/* --------------------------------------- */
/* 更新ボタン */
/* --------------------------------------- */
.btn_recent.fix_bottom {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 1;
}

.btn_recent {
    position: relative;
    display: block;
    height: 36px;
    font-size: var(--small-fz);
    font-weight: bold;
    line-height: 36px;
    color: #333;
    padding: 0 16px;
    background-color: rgb(164 238 242 / 80%);
    border-radius: 36px;
    box-shadow: 0 0 3px rgba(0, 105, 192, 0.4);
    backdrop-filter: blur(6px);
}

.btn_recent .icon {
    font-size: 1.2em;
}

.fl_base.one_line {
    flex-wrap: nowrap;
}

.one_line > .fl_main {
    min-width: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

.one_line > .fl_sub {
    flex: 0 0 auto;
}

/* --------------------------------------- */
/* image list */
/* --------------------------------------- */
.clist_general.sq_image {
    text-align: left;
    border-bottom: 10px solid #ccc;
}

.clist_general.sq_image .elm {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #ccc;
    border-bottom-width: 10px;
}

.sq_image .item_base,
.sq_image .detail_link {
    max-width: 480px;
    margin: auto;
}

.sq_image .item_base {
    font-size: var(--small-fz);
    padding: 6px;
}

.sq_image .item_name,
.sq_image .shop_info {
    display: block;
    text-decoration: none;
}

.sq_image .item_name.fl_main {
    line-height: 18px;
    padding-right: 4px;
    flex: 0 1 auto;
}

.sq_image [class^='castdx_'],
.sq_image .cast_newface {
    height: 18px;
    font-size: 0.9em;
    line-height: 18px;
    color: #fff;
    margin-right: 2px;
    padding: 0 6px;
    border-radius: 4px;
}

.sq_image .castdx_red {
    background-color: #ff1427;
}

.sq_image .castdx_pink {
    background-color: #ff76ae;
}

.sq_image .castdx_yellow {
    background-color: #ffae26;
}

.cast_newface {
    padding-right: 4px;
    padding-left: 2px;
    background-color: #24cc00;
}

.cast_newface .icon {
    width: auto;
    font-size: 11px;
    color: #ff0;
    margin-right: 1px;
    vertical-align: text-bottom;
}

.sq_image .joblink {
    display: block;
    font-size: inherit;
}

.clist_general.sq_image .box_author_icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    background-position: center 0;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}

.clist_general.sq_image .author_icon_image {
    width: 100%;
}

.clist_general.sq_image .author_icon_image.landscape {
    position: absolute;
    right: -50%;
    left: -50%;
    width: auto;
    height: 100%;
    margin: auto;
}

.sq_image .detail_link {
    border: none;
}

.sq_image .main_image {
    overflow: hidden;
}

.sq_image .main_image .thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

/* --------------------------------------- */
/* 記事抜粋 */
.box_excerpt {
    font-size: var(--small-fz);
    padding: 6px 10px;
}

.box_excerpt .info_article {
    flex-wrap: nowrap;
}

.box_excerpt .info_article .title {
    font-size: 14px;
    color: inherit;
}

.box_excerpt .date {
    font-weight: normal;
    color: inherit;
    opacity: 0.86;
}

.box_excerpt .txt_body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box_excerpt .txt_body::after {
    display: inline-block;
    color: var(--link-color);
    content: '...続きを読む';
}

/* --------------------------------------- */
/* shop */
/* --------------------------------------- */
.shop_info .sq_image .item_name,
.sq_image .search_icon.item_content {
    margin: 0;
}

/* --------------------------------------- */
/* area */
/* --------------------------------------- */
.local_area .info_article .title {
    white-space: nowrap;
}

.local_area .list_frame .next_pager {
    color: #fff;
}