.body-id #overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    z-index: 80000;
}
.body-id #loader-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 80001;
}
.body-id #loader {
    display: none;
    position: relative;
    top: 50%;
    align-items: center;
    margin: auto;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #a61918
    --_m: 
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 { to { transform: rotate(1turn) } }
.body-id .wrap {
    display: flex;
    justify-content: center;
    flex-flow: column;
    min-height: 300px;
    text-align: center;
}
    .img {
    display: flex;
    align-items: center;
}
.container {
    display: flex;
flex-wrap: wrap;
}
.column {
    width: calc(50% - 2px);
    margin: 0 1px;
}
@media screen and (max-width: 768px) {
.column {
    width: 100%;
    margin: 0;
}
}
.msg {
    margin-bottom: 10px;
    color:red;
}
.sns__login__links .icon {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
}
/* 画像クリック */                
.profile-image-wrapper {
    position: relative;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
}                
.profile-image-wrapper img {
    border-radius: 50%;
    object-fit: cover;
    transition: border-color 0.3s ease;
}                
.profile-image-wrapper:hover img {
    border-color: #0070d2;
}                
.profile-image-wrapper:hover .edit-icon {
    background: #005fb2;
}                
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}                
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0070d2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}                
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.text-multiline {
    white-space: pre-wrap; 
}
.pos-rel {
    position: relative;
}

/* project */
.pj-list, .pj-list ul {
    padding: 0;
}

.pj-header {
    background: rgb(223, 220, 212);
}

.pj-header li {
    border: none !important;
    padding: .25rem;
    font-weight: 600;
}

.pj-header .pj-item-2 > ul > li, .slds-modal .pj-header .pj-item-2 > ul > li > ul > li {
    justify-content: center;
    padding: .25rem;
}

.pj-list > li > ul {
    display: flex;
}

.pj-list > li > ul > li {
    display: flex;
    border-top: rgb(229, 229, 229) 1px solid;
    border-left: rgb(229, 229, 229) 1px solid;
    border-bottom: rgb(229, 229, 229) 1px solid;
    border-collapse: collapse !important;
}

.pj-list > li:nth-child(n+2) > ul > li {
    display: flex;
    border-top: none;
}

.pj-list > li > ul > li:last-of-type {
    border-right: rgb(229, 229, 229) 1px solid;
}

.pj-list > li > ul > li > ul {
    display: flex;
}

.pj-item-2 {
    flex: 0.64;
    flex-direction: column;
}

.slds-modal .pj-item-2 {
    flex: 0.84;
}

.pj-item-2 > ul > li {
    display: flex;
    flex: 1;
    align-items: center;
    padding: .75rem .25rem;
    text-align: left;
    word-break: break-all;
}

.slds-modal .pj-item-2 > ul > li:nth-of-type(2) {
    padding: 0;
}

.pj-item-2 > ul:nth-of-type(1) > li {
    border-bottom: rgb(229, 229, 229) 1px solid;
}

.slds-modal .pj-item-2 > ul:nth-of-type(1) > li {
    border-bottom: none;
}

.pj-item-2 > ul:nth-of-type(2) > li:first-of-type, .slds-modal .pj-item-2 > ul:nth-of-type(1) > li:first-of-type {
    border-right: rgb(229, 229, 229) 1px solid;
}

.slds-modal .pj-item-2 > ul > li > ul {
    width: 100%;
}

.slds-modal .pj-item-2 > ul > li > ul > li {
    display: flex;
    padding: .75rem .25rem;
}

.slds-modal .pj-item-2 > ul > li > ul > li:first-of-type {
    border-bottom: rgb(229, 229, 229) 1px solid;
}

.pj-item-3 {
    flex: 0.16;
}

.pj-item-3 div {
    display: flex;
    align-items: center;
}

.pj-buttons {
    width: 100%;
    justify-content: center;
    padding: .25rem 0;
}

.pj-buttons > div {
    padding: 2px;
}

.pj-buttons {
    flex-direction: column;
}

.pj-buttons > div {
    justify-content: center;
}

.ui-button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 16px;
    font-family: var(--lwc-fontFamily, Arial);
    font-weight: 700 !important;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}
.ui-button.set-button {
    background: #a61918;
    width: 72px;
    margin: 0;
    font-size:12px;
    padding: .25rem;
    height: fit-content;
}
.ui-button.set-button:disabled {
    background: rgb(126, 127, 116);
    color: rgb(208, 211, 212);
}
.ui-button.cancel-button {
    background-color: #f3f3f3;
    width: 80px;
    margin: 0 0 0 .25rem;
    color: #747474 !important;
    border: 1px solid #747474;
    font-size: 12px;
    padding: .25rem;
}

#identity-confirm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 9101;
}
.confirm-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 2rem;
    padding: 5rem 0;
}
.confirm-dialog {
    display: flex;
    max-height: 168px;
    min-height: 120px;
    max-width: 420px;
    min-width: 300px;
    background: #fff;
    border: solid 2px #ccc;
    border-radius: 1rem;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
}
#identity-confirm-message {
    display: flex;
    text-align: center;
    padding: 1rem .5rem;
}
#identity-confirm-footor {
    display: flex;
    text-align: right;
    margin: 1rem .5rem;
    justify-content: flex-end;
}

.relationship-select {
    width: clamp(1px, 27.379209370424597vw, 374px);
    padding: clamp(1px, 1.171303074670571vw, 16px) clamp(1px, 0.878477306002928vw, 12px);
    margin-top: clamp(1px, 0.732064421669107vw, 10px);
    font-size: clamp(1px, 0.951683748169839vw, 13px);
    background: #efeeee;
    border: solid clamp(1px, 0.073206442166911vw, 1px) #e3e3e3;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    font-family: "TsukuGoPro-M", sans-serif !important;
    line-height: 160%;
    letter-spacing: 0.02em;
    cursor: pointer;
    background-image: url("../images/common/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right clamp(1px, 1.317715959004393vw, 18px) center;
    background-size: clamp(1px, 0.658857979502196vw, 9px) clamp(1px, 0.366032210834553vw, 5px);
}

@media screen and (max-width: 768px) {
    .relationship-select {
        width: 86.66666666666667vw;
        padding: 4.266666666666667vw 3.2vw;
        margin-top: 5.333333333333334vw;
        font-size: 3.466666666666666vw;
        background-position: right 4.266666666666667vw center;
        background-size: 2.4vw 4.8vw;
    }
}

.relationship-select:focus-visible {
    outline: none;
    border: clamp(1px, 0.073206442166911vw, 1px) solid #000 !important;
}

/* ニックネーム注釈用 */
@media screen and (min-width: 769px) {
    .form .input__block .input__block__annotation {
        font-size: clamp(1px, 0.878477306002928vw, 12px);
        line-height: 160%;
        letter-spacing: 0.02em;
        font-weight: 500;
        margin-top: clamp(1px, 0.732064421669107vw, 10px);
    }
}

@media screen and (max-width: 768px) {
    .form .input__block .input__block__annotation {
        font-size: 3.2vw;
        line-height: 160%;
        letter-spacing: 0.02em;
        font-weight: 500;
        margin-top: 2.666666666666667vw;
    }
}

.top__login__item{
    margin-bottom: clamp(1px, 1.756954612005857vw, 24px) !important;
}

@media screen and (max-width: 768px) {
    .top .top__login__item {
        margin-bottom: 6.4vw !important;
    }
}

/* ↓ ユーザー情報更新画面追加入力時のメッセージ ↓ */
.mypage-section-desc {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #a61918;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 769px) {
    .mypage-section-desc {
        padding: clamp(1px, 0.036603221083455vw, 0.5px) clamp(1px, 0.54904831625183vw, 7.5px);
        border-bottom: solid clamp(1px, 0.109809663250366vw, 1.5px) #a61918;
        font-size: clamp(1px, 0.878477306002928vw, 12px);
        line-height: 160%;
        letter-spacing: 0.02em;
        font-weight: 500;
    }
}
@media screen and (max-width: 768px) {
    .mypage-section-desc {
        padding: 0.133333333333333vw 2vw;
        border-bottom: solid 0.4vw #a61918;
        font-size: 3.2vw;
        line-height: 160%;
        letter-spacing: 0.02em;
        font-weight: 500;
    }
}
/* ↑ ユーザー情報更新画面追加入力時のメッセージ ↑ */