﻿/*body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-size: 14px !important;
}*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar .nav-item.avatar .dropdown-toggle img {
    height: 35px;
}

.navbar .nav-item.avatar .dropdown-toggle {
    padding: 0;
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
}

.navbar .dropdown-menu {
    padding: 0 20px;
}

.avatar .dropdown-toggle::after {
    display: none;
}

.bg-black {
    background: black;
    color: white;
}

.bg-grey {
    background: #f1f1f1;
}

.towerlogo {
    width: 220px;
}

.navbar-toggler-icon {
    background-image: url("../img/hamburger.svg") !important;
}

.list-add-btn {
    width: calc(100% - 10px);
}

.text-white {
    color: white;
}

.text-collection-red {
    color: #D60024;
}

.bg-collection-red {
    background: #D60024;
}

.main-jacket-photo {
    width: 100%;
    height: auto;
}

.discography-jacket-photo {
    width: 100%;
    height: auto;
}

.artist-name,
.item-title-name {
    font-weight: bold;
    font-size: larger;
}

.avatar-mini {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.info-label {
    font-weight: bold;
}

.edit-area {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    -moz-box-shadow: 0px 1px 10px lightgrey;
    -webkit-box-shadow: 0px 1px 10px lightgrey;
    box-shadow: 0px 1px 10px lightgrey;
}

    .edit-area a {
        margin-bottom: 20px;
    }

        .edit-area a div {
            outline: solid 0.1px #f1f1f1;
            text-align: center;
            padding: 5px;
            font-size: .75rem;
            display: flex;
            justify-content: center;
        }

            .edit-area a div i {
                margin-right: 5px;
            }

            .edit-area a div span {
                display: none;
            }

.div-link-black {
    color: black;
}

    .div-link-black:hover {
        color: black;
        text-decoration: none;
    }

.div-btn {
    cursor: pointer;
    padding: 5px 10px;
    border: solid 0.1px #00000088;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .div-btn:hover {
        opacity: .7;
    }

    .div-btn:active {
        opacity: .5;
    }

.edit-segment {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    outline: solid 1px lightgrey;
}

.input-artist,
.input-title {
    width: 50%;
}

.collection-icon-small {
    width: 13px;
    margin-right: 5px;
}

.collection-icon-middle {
    width: 20px;
    margin-right: 5px;
}

.version-header {
    font-weight: bold;
    border-bottom: solid;
    display: none;
}

.result-input-artist {
    padding: 10px;
}

.right-add-btn-area {
    display: none;
}

.top-banner {
    display: block;
}

.top-banner-1 {
    width: 100vw;
    height: 50vw;
}

.top-banner-2 {
    width: 100vw;
    height: 25vw;
}

.top-banner-3 {
    width: 25vw;
    height: 25vw;
    position: relative;
}

    .top-banner-3 .banner-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -100%;
        left: 0;
    }

.banner-message {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    width: 100%;
    background: #00000047;
    padding: 5px 10px;
}

.banner-message-mini {
    font-size: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.banner-border {
    border: solid .2rem white;
    box-sizing: border-box;
}

.bannar-link {
    cursor: pointer;
}

    .bannar-link:hover {
        opacity: .7;
    }

    .bannar-link:active {
        opacity: .5;
    }

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .version-header {
        display: flex;
    }

    .edit-area a div span {
        display: block;
    }

    .search-box {
        width: 400px;
    }

    .center-add-btn-area {
        display: none;
    }

    .right-add-btn-area {
        display: block;
    }

    .top-banner {
        display: flex;
    }

    .top-banner-1 {
        width: 50vw;
        height: 25vw;
    }

    .top-banner-2 {
        width: 50vw;
        height: 12.5vw;
    }

    .top-banner-3 {
        width: 12.5vw;
        height: 12.5vw;
        overflow: hidden;
    }

        .top-banner-3 .banner-mask {
            background-color: #00000047;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .top-banner-3:hover .banner-mask {
            bottom: -40%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .banner-message {
        font-size: 1.1rem;
    }

    .banner-message-mini {
        font-size: .6rem;
        color: white;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 768px) {
    .banner-message {
        font-size: 1.1rem;
    }

    .banner-message-mini {
        font-size: .7rem;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 992px) {
    .banner-message {
        font-size: 1.2rem;
    }

    .banner-message-mini {
        font-size: .8rem;
        -webkit-line-clamp: 4;
    }
}

@media (min-width: 1200px) {
    .banner-message {
        font-size: 1.3rem;
    }

    .banner-message-mini {
        font-size: .9rem;
    }
}

.modal-body .btn-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.artist-info,
.release-info {
    display: flex;
}

.item-format .release-info-value {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
}

.format-val {
    padding: .1rem 1rem;
    background: #333;
    color: white;
    font-size: .6rem;
    border-radius: .125rem;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.edit-help {
    padding: 0.5rem 1.4rem;
    border: dotted;
    font-size: .7rem;
    margin: .5rem 0;
    position: relative;
}

    .edit-help i {
        position: absolute;
        top: .2rem;
        left: .2rem;
        font-size: 1rem;
        color: #1b6ec2;
    }

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    .chip .close {
        float: right;
        padding-left: 8px;
        font-size: 16px;
        line-height: 32px;
        cursor: pointer;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

.nise-label {
    position: absolute;
    top: -23px;
    left: 0;
    color: #757575;
    font-size: .775rem;
}

.nise-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.track-info {
    font-size: .775rem;
}

.artist-info-label,
.release-info-label {
    font-size: .8rem;
}

.discography-jacket-photo {
    width: 100%;
    height: auto;
}

.release-media iframe {
    width: 100% !important;
}

.fs95 {
    font-size: .95rem;
}

.fs90 {
    font-size: .9rem;
}

.fs85 {
    font-size: .85rem;
}

.fs80 {
    font-size: .8rem;
}

.fs70 {
    font-size: .7rem;
}

.img-wrap {
    position: relative;
}

    .img-wrap::before {
        content: "";
        display: block;
        /*padding-top: 100%;*/
    }

    .img-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: contain;
    }

        .img-wrap img.of-cover {
            object-fit: cover !important;
        }

.fa-facebook-square {
    color: #3B5998;
}

.fa-twitter-square {
    color: #1DA1F2;
}

/*label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.8rem;
}*/

.delete-btn {
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: pointer;
}

.whitespace-prewrap {
    white-space: pre-wrap;
}

.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}

.artist-siborikomi-label {
    padding: 0;
    border-left: 10px solid;
    border-bottom: 1px solid;
    margin-bottom: 0.5rem;
}

.image-gallary-area {
    display: flex;
    flex-wrap: wrap;
}

.image-gallary {
    width: 72.6px;
    height: 72.6px;
    cursor: pointer;
}

    .image-gallary img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-gallary-now {
    border: solid red 2px;
    box-sizing: border-box;
}

.disp-fl {
    display: flex;
    flex-wrap: wrap;
}

.btn-link {
    cursor: pointer;
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.cw-add-btn {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    background: #F0F0F0;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .cw-add-btn:hover {
        background: #F0F0F070;
    }

    .cw-add-btn:active {
        background: #F0F0F040;
    }

.modal-close-btn,
.cw-addlist-btn {
    cursor: pointer;
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .cw-addlist-btn:hover {
        border: solid 0.1px #F0F0F0C0;
        box-sizing: border-box;
        background: #F0F0F070;
    }

    .cw-addlist-btn:active {
        border: solid 0.1px #F0F0F0A0;
        background: #F0F0F040;
    }

.cw-modal-title,
.modal-close-btn {
    font-size: 1.2rem;
}

.cw-list-area {
    padding-top: 15px;
    overflow: auto;
    height: 70vh;
}

.collection-list-collection-name {
    color: #D60024;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wantlist-list-wantlist-name {
    color: #005db9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-wantlist-blue {
    color: #005db9;
}

.public-list {
    font-size: 10px;
    border-radius: 30px;
    background: #F3F3F3;
    color: #535353;
    padding: 4px 10px;
}

.cw-add-msg {
    position: absolute;
    top: -20px;
    padding: 5px;
    width: 95%;
    text-align: center;
}

    .cw-add-msg div {
        background: white;
        width: 50%;
        margin: 0 auto;
        border: solid 0.1px;
        padding: 15px;
        cursor: default;
    }

.objectfit-cover {
    object-fit: cover !important;
}

.search-result {
    position: absolute;
    top: 34px;
    left: 0px;
    background: white;
    z-index: 2;
    width: 500px;
    max-height: 60vh;
    overflow-x: auto;
}

.searching-spinner {
    position: absolute;
    top: 5px;
    right: 22px;
    width: 1.3rem;
    height: 1.3rem;
}

.img-50-cover {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.img-100-cover {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.img-150-cover {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.img-200-cover {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.search-result-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #FFF0;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: default;
}

.gallary-modal-base {
    background: #FFF0;
    border: 0;
}

.gallary-modal-body {
    padding: 0;
}

.modal {
    padding: 0 !important;
}

.gallary-navi {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.gallary-navi-prev {
    width: 35%;
    text-align: left;
    font-size: 5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    padding-left: .5rem;
    cursor: pointer;
    opacity: 0;
}

    .gallary-navi-prev:hover {
        opacity: 1;
    }

.gallary-navi-next {
    width: 65%;
    text-align: right;
    font-size: 5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    padding-right: .5rem;
    cursor: pointer;
    opacity: 0;
}

    .gallary-navi-next:hover {
        opacity: 1;
    }


.w-min-content {
    width: min-content;
    word-break: keep-all;
}

.search-result-cat-label {
    padding: .1rem 1rem;
    background: white;
    color: red;
    border: solid 0.1px red;
    font-size: .6rem;
    border-radius: .125rem;
}

.collection-notes-refer-btn {
    padding: 5px 10px;
    background: white;
    border: solid 0.1px #D60024;
    color: #D60024;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
}

.collection-notes-refered-btn {
    padding: 5px 10px;
    background: #D60024;
    border: solid 0.1px white;
    color: white;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
}

.gallery-img {
    border: solid white .15rem;
    box-sizing: border-box;
}

.card-header {
    padding: 5px !important;
}

.row-even {
    background: #DEDEDE70;
}

.track-label {
    background: grey;
    color: white;
    font-weight: bold;
}

.page-link {
    cursor: pointer;
}

    .page-link:active {
        background-color: #e9ecef70;
    }

img:hover {
    opacity: .7;
}

img:active {
    opacity: .5;
}

.table td, .table th {
    vertical-align: middle !important;
}