#image-block img {
    width: 100%;
    height: auto;
}

div#primary,
h1.item_page_title {
    max-width: 1040px;
    margin: 0px auto 0 auto;
    padding: 30px 20px;
}

p.title-sticker {
    font-weight: bold;
    min-height: 30px;
    margin-bottom: 1.42857em;
    padding: .357143em;
    border-bottom: 5px solid #E8E8E8;
}

.box-div {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

input.text-name {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    height: 40px;
}

p.title-color {
    align-items: center;
    display: flex;
}

select.number-sheet {
    width: 130px !important;
    height: 40px;
    margin-left: 20px;
    border-radius: 5px;
    padding-left: 15px;
}

.title-number {
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    width: 40px;
}

.iopt_textarea {
    display: none;
}

.box-text,
.box-select {
    display: flex;
    align-items: center;
}

.flex-button {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}

button.delete-box {
    margin-left: 15px;
    display: none;
}

.flex-button {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#right_column_common_in01 {
    float: left;
    max-width: 330px;
    margin: 10px 10px 10px 10px;
    display: inline;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

#right_column_common_in01 .master-slider .slick-list {
    overflow: hidden;
}

#right_column_common_in01 .master-slider img {
    border: none;
}

.sticker-name-thumbnail {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.sticker-name-slide {
    outline: none;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 30px;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff,
        -2px -2px 1px #fff;

    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#right_column_common_in01 img {
    max-width: 400px;
    width: 100%;
    height: auto;
    /* border: 1px solid #999999; */
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;

    src: url("../fonts/slick.eot") !important;
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype") !important;
    src: url("../fonts/slick.woff") format("woff") !important;
    src: url("../fonts/slick.ttf") format("truetype") !important;
    src: url("../fonts/slick.svg#slick") format("svg") !important;
}

@media screen and (max-width: 769px) and (min-width: 426px) {

    div#right_column_common_in01,
    .detail-box {
        float: unset;
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 769px) {
    .box-div {
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: center;
    }

    .title-number {
        font-weight: 600;
        font-size: 16px;
        width: 100%;
    }

    p.title-color {
        align-items: center;
        display: flex;
        width: 20%;
    }

    input.text-name {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 5px;
        height: 40px;
        width: 80%;
    }

    input.text-name {
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 5px;
        height: 40px;
        width: 80%;
    }

    .box-text {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
    }

    .box-select {
        width: 100%;
        display: flex;
    }

    select.number-sheet {
        width: 80% !important;
        height: 40px;
        margin-left: 0px;
        border-radius: 5px;
        padding-left: 15px;
    }

}

@media screen and (max-width: 450px) {
    span.text-white.w-20.h-6.flex.justify-center.items-center.text-sm.bg-red-500 {
        font-size: 12px;
    }
}
