.displayNone {
    display: none;
}

.fixed-bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    /* ブートストラップのナビゲーションバーなどとの重なり順を考慮 */
}

#panel-login {
    opacity: 0;
}

.nowrap {
    white-space: nowrap;
}

.nav-link {
    padding: 0.2rem;
    /* ナビゲーションリンクのパディングを調整 */
    /* font-size: 90%; */
}

.nav-pills {
    border-radius: 0;
}

.tab-content {
    padding-top: 56px;
    /* 固定ヘッダーの高さに合わせて上部余白を調整 */
}

.cardImage,
.guideImage {
    max-width: 100%;
    box-shadow: 5px 5px 10px #333;
    -webkit-box-shadow: 5px 5px 10px #333;
    -moz-box-shadow: 5px 5px 10px #333;
}

.imgBox {
    margin: 0 auto;
}

.maxWidhth-600px {
    max-width: 600px;
    margin: 0 auto;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-282x3b');
    src: url('../fonts/icomoon.eot?#iefix-282x3b') format('embedded-opentype'),
        url('../fonts/icomoon.woff?-282x3b') format('woff'),
        url('../fonts/icomoon.ttf?-282x3b') format('truetype'),
        url('../fonts/icomoon.svg?-282x3b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"] [class*=" icon-"] {
    font-family: 'icomoon';
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pimlogo1:before {
    content: "\e600";
}

.icon-indexTop {
    /* font-size: 50px; */
    font-size: 2rem;
    font-weight: bold;
    color: #777;
}

.order-nav-title {
    color: #777;
}

.panel-body {
    margin: 0 auto;
    max-width: 600px;
}

.card-artwork {
    /* margin-left: 9px; */
    /* width: 50%; */
    /* margin-left: 10%; */
    /* margin: 1rem auto; */
    /* max-width: 400px; */
    /* background-color: #FFF; */
    /* object-fit: cover; */
}

.add-progress {
    height: 2px;
    background-color: #FFF;
}

/* grid全体 */
.grid {
    background: #eee;
    border: solid 2px #EEE;
}

/* 各アイテム */
.grid-item {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #FFF;
    border: solid 2px #eee;
    cursor: grab;
}

/* 幅大きめのgrid */
.grid-item--width2 {
    width: 100%;
    height: 40px;
}

/* 高さ大きめのgrid */
.grid-item--height2 {
    width: 170px;
    height: 340px;
}

/* hover時 */
.grid-item:hover {
    opacity: 0.6;
}

/* drug時 */
.packery-drop-placeholder {
    outline: 3px dashed hsla(0, 0%, 0%, 0.5);
    cursor: grabbing;
    outline-offset: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.icon-box {
    height: 34px;
    width: 24px;
    margin: 8px 5px;
    border-radius: 3px;
    background: #eee;
    float: left;
    color: #BBB;
}

.icon-innerBox {
    width: 100%;
    padding-top: 2px;
    font-size: 18px;
    text-align: center;
}

.icon-innerBox>i {
    margin: 0 auto;
}

.ext-box {
    width: 100%;
    font-size: 8px;
    padding-top: 1px;
    text-align: center;
}

.songTitle-box {
    width: 95%;
    text-align: left;
    padding-left: 5px;
    float: left;
}

.edit-box {
    width: 5%;
    color: #bbb;
    float: right;
}

.pim-panel-text {
    /* width: 88%;
    margin-left: 6%; */
}

label {
    font-size: small;
}

.h-adr {}

@media (max-width: 775px) {
    .tab-content {
        padding-top: 90px;
    }
}

@media (max-width: 481px) {

    /* .icon-indexTop {
        font-size: 35px;
    }

    .order-nav-title {
        font-size: 90%;
    } */
}