section.top-instagram ul.row {--bs-gutter-x: 1px;--bs-gutter-y: 1px;}

section.top-instagram .image {
    position: relative;
    padding-top: 100%;
}

section.top-instagram img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

section.top-instagram li:last-child {
    display: none;
}
@media (max-width:767px) {
section.top-instagram li:last-child {
    display: block;
}
}

div.cal_wrapper table.cal tr td div.pointer span {
    display: none!important;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: transparent;
}

.kurand-list .name-box .d-inline-flex > p {
  min-width: 2.6em;
}

/*20221221縦書き固定*/
section.top-shop .left,section.about-main .main-txt .txt-tb {
  white-space: nowrap;
}

.kurand-list li:nth-child(even) .name-box{
    left: 10.666% !important;
    right: unset !important;
}