/* 
====================================================*/
.detail-img {
    max-width: 400px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.detail-category {
    margin-right: 10px;
    margin-left: auto;
    display: inline-block;
    padding: 10px 20px;
    background: #ff56ee;
    color: #fff;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* プロフィール */

.detail-namebox {
    margin: 15px;
    position: relative;
    padding: 3%;
    border: solid 5px #ff56ee;
    border-radius: 3px 0 3px 0;
    background-color: #fffbff;
}
.detail-namebox:before,
.detail-namebox:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 5px #ff56ee;
    border-radius: 50%;
}
.detail-namebox:after {
    top: -20px;
    left: -20px;
}
.detail-namebox:before {
    bottom: -20px;
    right: -20px;
}
.detail-name {
    text-align: left;
    color: #333333;
    font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
    font-weight: bold;
    margin: 10px;
}
.detail-x {
    text-align: left;
    font-size: clamp(0.875rem, 0.7386rem + 0.6818vw, 1.25rem);
    margin: 10px;
}
.detail-x a {
    color: #4884fc;
}

.detail-snsbox {
    margin: 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.detail-snsbox a {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.detail-shopbox {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.detail-shop {
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 9999px;
}
.detail-shop a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.detail-shop:nth-child(1) {
    background: #ff7b56;
}
.detail-shop:nth-child(2) {
    background: #56b7ff;
}
.detail-shop:nth-child(3) {
    background: #27f053;
}
.detail-shop:nth-child(4) {
    background: #ff56ee;
}
.detail-shop:nth-child(5) {
    background: #c156ff;
}

/* お知らせ */

.detail-announcement {
    display: block;
    position: relative;
    margin: 40px 10px;
    padding: 20px;
    border: solid 5px #ff56ee;
    border-radius: 8px;
}
.detail-announcement .detail-announcement-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #ff56ee;
    font-weight: bold;
}
.detail-announcement p {
    margin: 20px 0;
    padding: 0;
    text-align: left;
}

/* リスト上部 */
.detail-listhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.checkbox-point {
    font-size: 18px;
}
