


#scratch_result_layer {
    pointer-events: none;
}


@media screen and (min-width: 981px){


/* ==========================================
   韓国EC（ピンク系）テーブルデザイン
========================================== */
.review_table {
    width: 100%;
    max-width: 900px;
    margin: 5rem auto;
    border-collapse: collapse;
    background: #fff7fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(255, 179, 207, 0.25);
}

.review_table th {
    background: #ffebf3;
    padding: 14px;
    border-bottom: 1px solid #ffd2e4;
    color: #d84b8c;
    font-weight: bold;
}

.review_table td {
    padding: 14px;
    border-bottom: 1px solid #ffe3ef;
}

.review_table tr.done {
    color: #999;
    background: #fff;
}

/* 発送準備中の行のデザイン */
.review_table tr.not_shipped {
    background: #fdfdfd;
}

.review_btn {
    display: inline-block;
    background: #ff8ab3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
}
.review_btn:hover {
    background: #ff6fa3;
}

.review_btn.gray {
    background: #bbb;
    cursor: default;
}

/* ==========================================
   ポップアップ
========================================== */
.popup_bg {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}

.popup_box {
    width: 90%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 5px 20px rgba(255, 150, 180, 0.25);
    border: 2px solid #ffebf3;
    animation: popupShow 0.3s ease-out;
    margin: 5rem 0;
    max-height: 85vh;
    overflow-y: auto;
}

@keyframes popupShow {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.popup_close {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    color: #ff6fa3;
    font-size: 20px;
}

.review_label {
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    color: #d84085;
}
.review_input, textarea {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ffd0e2;
    border-radius: 10px;
    background: #fff7fa;
    box-sizing: border-box;
}
.review_image_block {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #ffd0e2;
}


/* スクラッチエリア（ベース） */
#scratch_area {
    margin-top: 1rem;
}
#scratch_canvas {
    border-radius: 100rem;
    width: 340px;
    max-width:100%;
    height: 200px;
    cursor: crosshair;
    transition: opacity 0.6s ease;
}

/* ==========================================
   韓国EC（ピンク系）テーブルデザイン
========================================== */
.scratch_table {
    width: 100%;
    max-width: 900px;
    margin: 5rem auto;
    border-collapse: collapse;
    background: #fff7fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(255, 179, 207, 0.25);
}

.scratch_table th {
    background: #ffebf3;
    padding: 14px;
    border-bottom: 1px solid #ffd2e4;
    color: #d84b8c;
    font-weight: bold;
    font-size: 1.0rem;
    text-align: center;
}

.scratch_table td {
    padding: 16px;
    border-bottom: 1px solid #ffe3ef;
    font-size: 0.98rem;
    vertical-align: middle;
}

.scratch_table tr.done {
    background: #fff0f6;
    color: #bbb;
}

/* 発送準備中の行を少し薄くする */
.scratch_table tr.not_shipped {
    background: #fdfdfd;
}

/* スクラッチボタン */
.scratch_btn {
    display: inline-block;
    background: #ff8ab3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
    text-decoration: none;
}
.scratch_btn:hover {
    background: #ff6fa3;
}

.scratch_btn.gray {
    background: #bbb;
    cursor: not-allowed;
    opacity: 0.7;
}

/* ==========================================
   ポップアップ（韓国ECピンク系）
========================================== */
#scratch_popup_overlay {
    display:none;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    background:rgba(0,0,0,0.45);
    z-index:9999;
    justify-content:center;
    align-items:center;
    backdrop-filter:blur(3px);
}

#scratch_popup {
    width:90%;
    max-width:90%;
    background:#ffffff;
    border-radius:20px;
    padding:2.5rem 2rem 2rem;
    position:relative;
    box-shadow:0 5px 20px rgba(255,150,180,0.25);
    border:2px solid #ffebf3;
    animation:popupShow 0.25s ease-out;
    max-height:80vh;
    overflow-y:auto;
    text-align:center;
}

@keyframes popupShow {
    from { transform:scale(0.9); opacity:0; }
    to   { transform:scale(1.0); opacity:1; }
}

#scratch_close_btn {
        right: 1.5rem;
        top: -1rem;
        cursor: pointer;
        color: #000000;
        font-size: 4rem;
        z-index: 999;
        font-weight: 100;
        position: absolute;
}




h2.content_title_h2.--center {
    text-align: center;
}
h1.lookbook_title {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
}.lookbook_list {
		display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 3rem 0;
        flex-wrap: wrap;
}article.lookbook_card {
		font-family: "Roboto", sans-serif;
        width: 17.2rem;
        margin: 1rem 0.5rem;
        position: relative;
}.swiper {
    width: 100%;
    height: 20rem;
}
.swiper-slide img {
        width: 100%;
        height: 20rem;
        object-fit: cover;
        border-radius: 1rem;
        margin: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.lookbook_more_box {
    text-align: center;
    margin-top: 10px;
}

.lookbook_more_btn {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0 0px 5px #000;
}.lookbook_more_box {
        text-align: center;
        position: absolute;
        top: 0rem;
        right: 1rem;
        font-size: 1rem;
}.lookbook_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}.like_btn {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
}
.like_btn.liked {
    color: #ff3366;
}p.lookbook_text {
		font-size: 1rem;
        line-height: 1.8;
        color: #666;
        height: 3.6rem;
        overflow: hidden;
}.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 1rem;
    color: #fff;
}.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 2rem!important;
    height: 2rem!important;
    background: rgb(255 255 255 / 50%);
    border-radius: 10rem;
}.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 2rem!important;
    height: 2rem!important;
    background: rgb(255 255 255 / 50%);
    border-radius: 10rem;
}.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
    font-size: 1rem!important;
}.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 1rem!important;
    content: 'next';
}

/* ================================
   モーダル
================================ */
.lookbook_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.lookbook_modal_bg {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,0.4);
}
.lookbook_modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
}
.lookbook_modal_content img {
    width: 100%;
    height: auto;
}
.lookbook_modal_close {
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 4rem;
    color: white;
    cursor: pointer;
}


.heart_anim {
    position: absolute;
    font-size: 4rem;
    color: #ff4f9d;
    top:10rem;
    opacity: 0;
    animation: heartPopAnim 0.8s ease-out forwards;
    pointer-events: none;
    z-index: 9999;
}

@keyframes heartPopAnim {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    20% {
        transform: scale(1.2);
        opacity: 1;
    }
    60% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
        transform: translateY(-20px);
    }
}

.link_share {
		padding: 0.5rem 1.5rem 0.3rem;
        background: #0a0a0a;
        color: #ffffff;
        border-radius: 2px;
        font-size: 1rem;
        cursor: pointer;
        display: inline-block;
        transition: 0.2s;
}
.link_share:hover {
    background: #e1e1e1;
}
.link_share.copied {
    background: #00c853;
    color: #fff;
}div#share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
}.lookbook_share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}.lookbook_share a {
    display: table;
    width: 2rem;
    height: 2rem;
}.lookbook_share img {
    width: 100%;
    margin: 0;
}a.share_btn.line_share img {
    width: 2.4rem;
    margin-top: -0.2rem;
}



/* モーダル全体 */
.lookbook_modal_content {
        max-height: 90vh;
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    padding: 0;
    overflow: hidden;
}

.modal_inner {
        display: flex;
        max-height: 90vh;
        position: relative;
}div#modal_footer {
    position: absolute;
    width: 40rem;
    bottom: 4vh;
}

/* 左：画像 */
.modal_left {
        width: 45rem;
        background: #000;
        height: 90vh;
}.modal_left img {
        width: 100%;
        display: block;
        height: 90vh;
        object-fit: contain;
        border-radius: 0;
}.swiper.modal_swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 90vh;
}

/* 右：情報 */
.modal_right {
        font-family: "Roboto", sans-serif;
		width: 45rem;
        padding: 2rem;
        box-sizing: border-box;
}.modal_user {
		font-weight: 500;
        font-size: 1.2rem;
}

.modal_user_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.modal_text {
		margin: 2rem 0;
        white-space: pre-line;
        height: 42vh;
        overflow-y: scroll;
        padding: 2vh 1rem;
        line-height: 2;
}

.modal_like_btn {
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* シェア */
.modal_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}.modal_copy {
    background: #eee;
	padding: 0.5rem 1.5rem 0.3rem;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
}
span.lookbook_modal_close {
        color: #000;
        font-size: 3rem;
        z-index: 99;
}
.modal_sns img {
    width: 28px;
    margin-right: 10px;
    cursor: pointer;
}.modal_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



a#modal_item_link {
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
}.modal_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}div#modal_item_main_img {
        width: 11.5rem;
        margin-right: 0.4rem;
}ul#modal_item_img_ul {
        justify-content: flex-start;
        align-items: flex-start;
        width: 29rem;
        display: flex;
        flex-wrap: wrap;
}ul#modal_item_img_ul li {
        width: 5.8rem;
        height: 5.8rem;
        overflow: hidden;
}


}






@media screen and (max-width: 980px){

#scratch_canvas {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 200; /* ← 比率維持 */
    border-radius: 100rem;
    touch-action: none;
}

/* ==========================================
   韓国EC（ピンク系）テーブルデザイン
========================================== */
.review_table {
    width: 100%;
    margin: 5rem auto;
    border-collapse: collapse;
    background: #fff7fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(255, 179, 207, 0.25);
}

.review_table th {
    background: #ffebf3;
    padding: 14px;
    border-bottom: 1px solid #ffd2e4;
    color: #d84b8c;
    font-weight: bold;
}

.review_table td {
    padding: 14px;
    border-bottom: 1px solid #ffe3ef;
}

.review_table tr.done {
    color: #999;
    background: #fff;
}

/* 発送準備中の行のデザイン */
.review_table tr.not_shipped {
    background: #fdfdfd;
}

.review_btn {
    display: inline-block;
    background: #ff8ab3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
}
.review_btn:hover {
    background: #ff6fa3;
}

.review_btn.gray {
    background: #bbb;
    cursor: default;
}

/* ==========================================
   ポップアップ
========================================== */
.popup_bg {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}

.popup_box {
    width: 90%;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 5px 20px rgba(255, 150, 180, 0.25);
    border: 2px solid #ffebf3;
    animation: popupShow 0.3s ease-out;
    margin: 5rem 0;
    max-height: 85vh;
    overflow-y: auto;
}

@keyframes popupShow {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.popup_close {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    color: #ff6fa3;
    font-size: 20px;
}

.review_label {
    font-weight: bold;
    margin-top: 1rem;
    display: block;
    color: #d84085;
}
.review_input, textarea {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ffd0e2;
    border-radius: 10px;
    background: #fff7fa;
    box-sizing: border-box;
}
.review_image_block {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #ffd0e2;
}


/* スクラッチエリア（ベース） */
#scratch_area {
    margin-top: 1rem;
}
#scratch_canvas {
    border-radius: 100rem;
    height: 200px;
    cursor: crosshair;
    transition: opacity 0.6s ease;
}

/* ==========================================
   韓国EC（ピンク系）テーブルデザイン
========================================== */
.scratch_table {
    width: 100%;
    margin: 5rem auto;
    border-collapse: collapse;
    background: #fff7fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(255, 179, 207, 0.25);
}

.scratch_table th {
    background: #ffebf3;
    padding: 14px;
    border-bottom: 1px solid #ffd2e4;
    color: #d84b8c;
    font-weight: bold;
    font-size: 1.0rem;
    text-align: center;
}

.scratch_table td {
    padding: 16px;
    border-bottom: 1px solid #ffe3ef;
    font-size: 0.98rem;
    vertical-align: middle;
}

.scratch_table tr.done {
    background: #fff0f6;
    color: #bbb;
}

/* 発送準備中の行を少し薄くする */
.scratch_table tr.not_shipped {
    background: #fdfdfd;
}

/* スクラッチボタン */
.scratch_btn {
    display: inline-block;
    background: #ff8ab3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
    text-decoration: none;
}
.scratch_btn:hover {
    background: #ff6fa3;
}

.scratch_btn.gray {
    background: #bbb;
    cursor: not-allowed;
    opacity: 0.7;
}

/* ==========================================
   ポップアップ（韓国ECピンク系）
========================================== */
#scratch_popup_overlay {
    display:none;
    position:fixed;
    top:0; left:0; right:0; bottom:0;
    background:rgba(0,0,0,0.45);
    z-index:9999;
    justify-content:center;
    align-items:center;
    backdrop-filter:blur(3px);
}

#scratch_popup {
    width:90%;
    max-width:90%;
    background:#ffffff;
    border-radius:20px;
    padding:2.5rem 2rem 2rem;
    position:relative;
    box-shadow:0 5px 20px rgba(255,150,180,0.25);
    border:2px solid #ffebf3;
    animation:popupShow 0.25s ease-out;
    max-height:80vh;
    overflow-y:auto;
    text-align:center;
}

@keyframes popupShow {
    from { transform:scale(0.9); opacity:0; }
    to   { transform:scale(1.0); opacity:1; }
}

#scratch_close_btn {
        right: 1.5rem;
        top: -1rem;
        cursor: pointer;
        color: #000000;
        font-size: 4rem;
        z-index: 999;
        font-weight: 100;
        position: absolute;
}





h2.content_title_h2.--center {
    text-align: center;
}
h1.lookbook_title {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
}.lookbook_list {
		display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 3rem 0;
        flex-wrap: wrap;
}article.lookbook_card {
		font-family: "Roboto", sans-serif;
        width: 13.6rem;
        margin: 1rem 0.25rem;
        position: relative;
}.swiper {
    width: 100%;
}
.swiper-slide img {
        width: 100%;
        height: 20rem;
        object-fit: cover;
        border-radius: 1rem;
        margin: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.lookbook_more_box {
    text-align: center;
    margin-top: 10px;
}

.lookbook_more_btn {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0 0px 5px #000;
}.lookbook_more_box {
        text-align: center;
        position: absolute;
        top: 0rem;
        right: 1rem;
        font-size: 1rem;
}.lookbook_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}.like_btn {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
}
.like_btn.liked {
    color: #ff3366;
}p.lookbook_text {
		font-size: 1rem;
        line-height: 1.8;
        color: #666;
        height: 3.6rem;
        overflow: hidden;
}.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 1rem;
    color: #fff;
}.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 2rem!important;
    height: 2rem!important;
    background: rgb(255 255 255 / 50%);
    border-radius: 10rem;
}.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 2rem!important;
    height: 2rem!important;
    background: rgb(255 255 255 / 50%);
    border-radius: 10rem;
}.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
    font-size: 1rem!important;
}.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 1rem!important;
    content: 'next';
}

/* ================================
   モーダル
================================ */
.lookbook_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.lookbook_modal_bg {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,0.4);
}
.lookbook_modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
}
.lookbook_modal_content img {
    width: 100%;
    height: auto;
}
.lookbook_modal_close {
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 4rem;
    color: white;
    cursor: pointer;
}


.heart_anim {
    position: absolute;
    font-size: 4rem;
    color: #ff4f9d;
    top:10rem;
    opacity: 0;
    animation: heartPopAnim 0.8s ease-out forwards;
    pointer-events: none;
    z-index: 9999;
}

@keyframes heartPopAnim {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    20% {
        transform: scale(1.2);
        opacity: 1;
    }
    60% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
        transform: translateY(-20px);
    }
}

.link_share {
        padding: 0.3rem 0.5rem 0.2rem;
        background: #0a0a0a;
        color: #ffffff;
        border-radius: 2px;
        font-size: 0.8rem;
        cursor: pointer;
        display: inline-block;
        transition: 0.2s;
}
.link_share:hover {
    background: #e1e1e1;
}.sns_share {
    margin-left: 1rem;
}
.link_share.copied {
    background: #00c853;
    color: #fff;
}div#share {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 1rem;
}.lookbook_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}.lookbook_share a {
    display: table;
    width: 1.5rem;
    height: 1.5rem;
}.lookbook_share img {
    width: 100%;
    margin: 0;
}a.share_btn.line_share img {
    width: 2rem;
    margin-top: -0.2rem;
}



/* モーダル全体 */
.lookbook_modal_content {
        max-height: 90vh;
    width: 90%;
    background: #fff;
    border-radius: 1rem;
    padding: 0;
    overflow: hidden;
}

.modal_inner {
        max-height: 90vh;
        position: relative;
        overflow-y: scroll;
}div#modal_footer {
        margin-top: 2rem;
}

/* 左：画像 */
.modal_left {
        width: 100%;
        height: auto;
}.modal_left img {
		height: auto;
        width: 100%;
        display: block;
        object-fit: cover;
        border-radius: 0;
}

/* 右：情報 */
.modal_right {
        font-family: "Roboto", sans-serif;
        padding: 2rem 1rem;
        box-sizing: border-box;
}.modal_user {
		font-weight: 500;
        font-size: 1.2rem;
}


.modal_text {
		margin: 2rem 0;
        white-space: pre-line;
        padding: 2vh 1rem;
        line-height: 2;
}

.modal_like_btn {
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* シェア */
.modal_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}.modal_copy {
        background: #eee;
        padding: 0.3rem 1.5rem 0.2rem;
        border-radius: 6px;
        cursor: pointer;
        text-align: center;
        font-size: 1rem;
}
span.lookbook_modal_close {
        color: #000;
        font-size: 3rem;
        z-index: 99;
}
.modal_sns img {
    width: 28px;
    margin-right: 10px;
    cursor: pointer;
}.modal_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



a#modal_item_link {
		font-weight: 500;
        margin-bottom: 1rem;
        display: block;
        font-size: 1rem;
}.modal_item {
}div#modal_item_main_img {
		width: 25rem;
        margin: 0 auto;
}ul#modal_item_img_ul {
        justify-content: flex-start;
        align-items: flex-start;
        width: 25rem;
        display: flex;
        flex-wrap: wrap;
        margin: 1rem auto;
}ul#modal_item_img_ul li {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
}


}