@charset "UTF-8";

:root {
    --photo-width: 126px;
    --small-width: 126px;
    --pickup-width: max(126px, calc((100vw - var(--photo-width) * 2.2 - 4px) / 8 - 4px));
    --profile-width: max(126px, calc((100vw - var(--photo-width) * 2.2 - 4px) / 5 - 12px));
}

.left_contents {
    display: inline-block;
    width: calc(var(--photo-width) * 2.2);
    vertical-align: top;
    overflow: hidden;
}

.center_contents {
    display: inline-block;
    width: calc(100% - var(--photo-width) * 2.2 - 5px);
    height: auto;
    vertical-align: top;
    /*overflow: hidden;*/
}

.upper_contents {
    width: 100%;
    height: auto;
    min-height: 500px;
    /*background-color: rgba(0, 0, 255, 0.2);*/
}

.half_contents {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
}

.section_bar {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
    vertical-align: top;
    overflow: hidden;
    border-radius: 4px;
    /*background: linear-gradient(90deg, rgb(0, 96, 128) 30%, rgba(0, 96, 128, 0.6));*/
    background: linear-gradient(90deg, rgb(111, 65, 111) 30%, rgba(111, 65, 111, 0.6));
    cursor: pointer;
}

.section_title {
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    font-family: serif;
    text-shadow: 1px 1px 2px #000000;
    vertical-align: top;
    color: orange;
}

.section_sub_title {
    display: inline-block;
    margin-left: 12px;
    font-size: 13px;
    line-height: 30px;
    color: white;
    text-shadow: 1px 1px 1px #000000;
    vertical-align: bottom;
    background: transparent;
}

.section_contents {
    width: 100%;
    padding: 0;

    /*min-height: 100px;*/
    /*background-color: rgba(0, 0, 255, 0.2);*/
}

.section_contents::-webkit-scrollbar {
    display:none;
}

.section_sub_bar {
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    color: #eee;
    /*background: rgba(111, 65, 111, 0.9);*/
    background: rgba(73, 42, 73, 0.9);
}

.section_sub_contents {
    padding: 4px 16px 16px 16px;
    margin: 1px 0 16px 0;
    border-radius: 4px;
    color: #eee;
    background: rgba(0, 0, 0, 0.6);
}

.section_sub_contents::-webkit-scrollbar {
    display:none;
}

.single {
    width: 960px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.single::-webkit-scrollbar {
    display:none;
}

.profile_section {
    margin-top: 1px;
    padding: 16px;
    height: auto;
    overflow: auto;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.ranking_bar {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 20px;
    line-height: 43px;
    margin: 8px 0;
    padding: 0 0 0 32px;
    color: #231815;
    background: url('../images/subttl_ranking.png') repeat center center;">
}

.ranking_sub_bar {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.0em;
    border-radius: 3px;
    text-align: center;
}

.kubun_title {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    font-family: serif;
    text-shadow: 1px 1px 1px #000000;
    color: orange;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    margin: 8px 0;
    padding: 1px 0 0 4px;
}

.panel {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: calc(var(--photo-width) / 3 * 4);
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.panel_s {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: calc(var(--small-width) / 3 * 4);
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.panel_pickup {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: calc(var(--pickup-width) / 3 * 4);
    border-radius: 3px;
    overflow: hidden;
    vertical-align: top;
    background: transparent;
    cursor: pointer;
}

.photo {
    max-width: 100%;
    width: var(--photo-width);
    height: calc(var(--photo-width) / 3 * 4);
    object-fit: cover;
    vertical-align: top;
    transform: scale(1);
    transition: .5s;
}

.photo:hover {
    transform: scale(1.1);
}

.photo_s {
    max-width: 100%;
    width: var(--small-width);
    height: calc(var(--small-width) / 3 * 4);
    object-fit: cover;
    vertical-align: top;
    transform: scale(1);
    transition: .5s;
}

.photo_s:hover {
    transform: scale(1.1);
}

.photo_pickup {
    max-width: 100%;
    width: var(--pickup-width);
    height: calc(var(--pickup-width) / 3 * 4);
    object-fit: cover;
    vertical-align: top;
    transform: scale(1);
    transition: .5s;
}

.photo_pickup:hover {
    transform: scale(1.1);
}

.photo_profile {
    margin-top: 3px;
    width: 300px;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
}

.photo_profile:hover {
}

.photo_blog {
    width: 200px;
    margin: 4px 0;
    border-radius: 4px;
    vertical-align: top;
}

.pickup_mark {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    font-family: serif;
    font-style: normal;
    font-weight: bold;
    color: hotpink;
    text-shadow: 1px 1px 2px #000000;
    z-index: 999;
}

.banner {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc(var(--photo-width) * 2 + 4px);
    height: calc(var(--photo-width) + 2px);
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.banner_left {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc(var(--photo-width) * 2.2 - 8px);
    height: calc(var(--photo-width) * 1.1 - 4px);
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.sc_cast_name {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.schedule {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.shop_mess {
    font-size: 12px;
    line-height: 14px;
    height: 7.0em;
    font-weight: normal;
}

.today {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0 4px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: rgba(255, 105, 180, 0.7);
    color: white;
}

.sticker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    padding: 0 4px;
    text-align: center;
    border: none;
    border-radius: 2px;
    background: rgba(255, 105, 180, 0.7);
    color: white;
}

.cast_newface {
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 999;
}

.cast_newface_ranking {
    bottom: 26px;
}

.cast_today {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    z-index: 999;
}

.info_in {
    display: block;
}

.info_out {
    display: none;
    width: calc(var(--photo-width) * 2 - var(--small-width) + 3px);
    height: calc(var(--small-width) / 3 * 4);
    padding: 4px 4px 8px 8px;
    vertical-align: top;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.6);
    color: #e0e0e0;
}

.cast_time {
    position: absolute;
    bottom: 58px;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 2px 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
}

.cast_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 2px 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    color: #f0f0f0;
    text-align: center;
    z-index: 900;
}

.info_name {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    white-space: nowrap;
}

.info_spec {
    font-size: 9px;
    line-height: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    white-space: nowrap;
}

.info_time {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    white-space: nowrap;
}

.sc_box::-webkit-scrollbar {
    display:none;
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.mailmaga_left {
    display: block;
}

.mailmaga_center {
    display: none;
}

.realtime {
    display: none;
}

.cast_list {
    display: block;
}

.newface_list {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.section_box {
    margin-top: 1px;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: calc((var(--pickup-width) / 3 * 4) + 253px + 357px);
    /*height: auto;*/
    overflow: auto;
    border-radius: 4px;
}

.section_box::-webkit-scrollbar {
    display:none;
}

.section_box_castblog {
    margin-top: 1px;
    width: 100%;
    height: auto;
    min-height: 400px;
    /*max-height: calc((var(--pickup-width) / 3 * 4) + 253px + 357px);*/
    overflow: auto;
    border-radius: 4px;
}

.section_box_castblog::-webkit-scrollbar {
    display:none;
}

.message {
}

.message_box {
    width: 100%;
    height: 300px;
    padding: 0;
    overflow-y: scroll;
}

.message_box::-webkit-scrollbar {
    display:none;
}

.more_disp {
    display: none;
}

.less_disp {
    display: none;
}

.information {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.blog_top {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.blog {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.blog_photo {
    margin: 0 0 16px 0;
}

.blog_body {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 4px;
}

.blog_body a {
    text-decoration: none;
    color: lightpink;
}

.blog_body a:hover {
    color: hotpink;
}

.profile_photo {
    display: inline-block;
    width: 300px;
    background: transparent;
}

.profile_info {
    display: inline-block;
    width: max(280px, 18%);
    padding: 0;
    font-size: 12px;
    line-height: 1.5em;
    vertical-align: top;
    color: white;
}

.profile_contents {
    height: auto;
    overflow: auto;
    margin-top: 2px;
    padding: 16px;
    line-height: 1.7em;
    color: white;
    background: rgb(0,48,64);">
}

.profile_small_info {
    font-size: 10px;
    line-height: 1.5em;
}

.table_profile {
}

.table_option td {
    padding: 2px 8px;
}

.bbs_box {
    height: auto;
    margin: 16px;
    padding: 16px;
    color: #003040;
    background: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.table_edit {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.table_edit th {
    padding: 16px 8px 16px 0;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.table_edit td {
    padding: 16px 8px 16px 0;
    font-weight: bold;
}

.bbs_text {
    width: 80%;
}

.bbs_select {
    width: 80%;
    height: 26px;
    font-size: 14px;
    line-height: 18px;
}

.bbs_area {
    width: 80%;
}

.req_table {
    width: 80%;
    margin: 0 auto;
}

.req_area {
    width: 80%;
    height: calc(18px * 4);
}

.req_file {
    display: inline-block;
    width: 80%;
    margin: 16px 0;
}

.file_text {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
}

.file_button {
    margin: 0 0 0 8px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    color: white;
    background: rgb(0,96,128);
    cursor: pointer;">
}

.req_mark {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 4px;
    margin-left: 2px;
    border-radius: 4px;
    color: white;
    background: hotpink;
    opacity: 0.5;
}

.free_mark {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 4px;
    margin-left: 2px;
    border-radius: 4px;
    color: white;
    background: deepskyblue;
    opacity: 0.5;
}

.bbs_thread {
    display: block;
}

.bbs_res {
    display: none;
}

.shop_message {
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------------
    PC wide
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 1950px) {
    :root {
        --photo-width: 126px;
        --small-width: 126px;
    }
}

@media screen and (max-width: 1460px) {
    :root {
        --photo-width: 126px;
        --small-width: 126px;
    }

    .single {
        width: 80%;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone portrait
---------------------------------------------------------------------------------------------------------------------
*/

/*@media screen and (max-width: 480px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {*/
@media screen and (max-width: 520px) {
    :root {
        --photo-width: calc(100vw / 2 - 4px);
        --small-width: calc(100vw / 3.0);
        --pickup-width: calc(100vw / 3.0 - 3px);
    }

    .left_contents {
        display: none;
        width: calc(var(--photo-width) * 2.2);
        vertical-align: top;
    }

    .center_contents {
        display: block;
        width: 100%;
    }

    .half_contents {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .section_contents {
        padding: 0 2px 2px 2px;
    }

    .section_sub_contents {
        padding: 4px 12px 12px 12px;
    }

    .single {
        width: calc(100vw - 4px);
        background: transparent;
    }

    /*------------------------------------------------------------------------------
    */

    .kubun_title {
        padding-left: 4px;
    }

    .pickup_mark {
        top: 6px;
        left: 6px;
        font-size: 16px;
    }

    .sc_cast_name {
        font-size: 16px;
        line-height: 22px;
    }

    .schedule {
        font-size: 14px;
        line-height: 22px;
    }

    .today {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        padding: 0 8px;
    }

    .cast_time {
        bottom: 68px;
    }

    .cast_info {
        height: 64px;
    }

    .info_name {
        font-size: 14px;
        line-height: 22px;
    }

    .info_spec {
        font-size: 12px;
        line-height: 20px;
    }

    .shop_mess {
        height: 4.6em;
    }

    .info_in {
        display: none;
    }

    .info_out {
        display: inline-block;
    }

    .banner {
        width: calc(50vw - 4px);
        height: calc(25vw - 2px);
    }

    /*------------------------------------------------------------------------------
    */

    .mailmaga_left {
        display: none;
    }

    .mailmaga_center {
        display: block;
        width: var(--photo-width);
        margin: 0 auto
    }

    .realtime {
        display: block;
    }

    /*------------------------------------------------------------------------------
    */

    .section_box {
        margin-top: 1px;
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
    }

    .section_box_castblog {
        margin-top: 1px;
        height: auto;
        max-height: unset;
        overflow: auto;
    }

    .message {
        overflow: hidden;
    }

    .message_box {
        /*height: 540px;*/
        height: auto;
        overflow: hidden;
    }

    .more_disp {
        /*display: block;*/
        display: none;
        text-align: center;
        margin: 20px 0;
    }

    .less_disp {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .information {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        vertical-align: top;
    }

    .blog_top {
        display: none;
    }

    .blog {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .blog_body {
        font-size: 16px;
        line-height: 1.1em;
        margin-bottom: 4px;
    }

    .cast_newface_ranking {
        bottom: 2px;
    }

    .profile_section {
        width: calc(100vw - 4px);
        margin: 0 auto;
        padding: 10px;
    }

    .photo_profile {
        margin-top: 3px;
        width: calc(100vw - 24px);
        height: calc((100vw - 24px) / 3 * 4);
    }

    .profile_photo {
        display: block;
        width: 100%;
        background: transparent;
    }

    .profile_info {
        display: block;
        margin-top: 8px;
        width: 100%;
        padding: 0;
    }

    .table_edit th {
        display: none;
    }

    .table_edit td {
        font-size: 14px;
        line-height: 20px;
        padding: 2px 0;
    }

    .bbs_box {
        margin: 16px 12px;
        padding-top: 12px;
    }

    .bbs_text {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 2.0em;
        height: 2.0em;
    }

    .bbs_select {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        height: 2.0em;
    }

    .bbs_area {
        width: 100%;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .req_file {
        width: 100%;
    }

    .req_table {
        width: 100%;
    }

    .shop_message {
        display: block;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone landscape
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    :root {
        --photo-width: calc(100vw / 2 - 2px);
        --small-width: calc(100vw / 3.0 - 10px);
    }

    .left_contents {
        display: none;
        width: calc(var(--photo-width) * 2.3);
        vertical-align: top;
    }

    .center_contents {
        display: block;
        width: 100%;
    }

    .half_contents {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .section_contents {
        padding: 8px 0;
    }

    .section_sub_contents {
        padding: 4px 12px 12px 12px;
    }

    .single {
        width: calc(100vw - 8px);
    }

    /*------------------------------------------------------------------------------
    */

    .kubun_title {
        padding-left: 8px;
    }

    .sc_cast_name {
        font-size: 16px;
        line-height: 22px;
    }

    .schedule {
        font-size: 14px;
        line-height: 22px;
    }

    .today {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        padding: 0 8px;
    }

    .cast_time {
        bottom: 68px;
    }

    .cast_info {
        height: 64px;
    }

    .info_name {
        font-size: 14px;
        line-height: 22px;
    }

    .info_spec {
        font-size: 12px;
        line-height: 20px;
    }

    .shop_mess {
        height: 4.6em;
    }

    .info_in {
        display: none;
    }

    .info_out {
        display: inline-block;
    }

    .banner {
        width: calc(50vw - 4px);
        height: calc(25vw - 2px);
    }

    /*------------------------------------------------------------------------------
    */

    .mailmaga_left {
        display: none;
    }

    .mailmaga_center {
        display: block;
        width: var(--photo-width);
        margin: 0 auto
    }

    .realtime {
        display: block;
    }

    /*------------------------------------------------------------------------------
    */

    .section_box {
        margin-top: 1px;
        height: auto;
        overflow: hidden;
    }

    .section_box_castblog {
        margin-top: 1px;
        height: auto;
        overflow: hidden;
    }

    .message {
        overflow: hidden;
    }

    .message_box {
        height: 570px;
        overflow: hidden;
    }

    .more_disp {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .less_disp {
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .information {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        vertical-align: top;
    }

    .blog_top {
        display: none;
    }

    .blog {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .blog_body {
        font-size: 16px;
        line-height: 1.1em;
        margin-bottom: 4px;
    }
}