.bg-text {
    text-align: right;
    top: auto;
    position: absolute;
    right: 0;
    left: 45%;
    padding-top: 27px;
    z-index: -1;
    
}
.item main {
    width: 70%;
    margin-left: 30%;
    padding-right: 15.625%;
    position: relative;
}
.item-container img{
    text-align: center;
    width: 100%;
    max-width: 450px;
    padding-top: 100px;
    margin: auto;
    padding-bottom: 30px;
    
}

.item-title {
    font-family: var(--jp-fontFamily);
    font-size: 1.5625rem;
    margin-left: 0;
    padding-bottom: 18px;
}
.text {
    font-family: var(--jp-fontFamily);
    font-size: 0.9375rem;
    padding-bottom: 86px;
    line-height: 1.5;
}
.sozai {
    position: relative;
}
/* .sozai-bg {
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
} */
.sozai-img {
    background-image: url(../img/item1-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img2 {
    background-image: url(../img/item2-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img3 {
    background-image: url(../img/item3-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img4 {
    background-image: url(../img/item4-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img5 {
    background-image: url(../img/item5-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img6 {
    background-image: url(../img/item6-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img7 {
    background-image: url(../img/item7-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img8 {
    background-image: url(../img/item8-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.sozai-img9 {
    background-image: url(../img/item9-sozai1.png);
    height: 100px;
    margin-bottom: 27px;
    font-family: var(--jp-fontFamily);
    color: white;
    font-size: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}

.sozai text {
    font-family: var(--jp-fontFamily);
    font-size: 0.9375rem;
    line-height: 3;
    padding-bottom: 63px;

}
.matome {
    display: flex;
}
.sozai2 {
    width: 29%;
    padding-bottom: 13px
}
.sozai3 {
    margin-left: 14%;
    width: 29%;
    padding-bottom: 13px
}
.colorvariation-text {
    font-family: var(--en-fontFamily);
    font-weight: 500;
    font-size: 1.125rem;
    margin-top: 10px;
}
.sozai2 .text2 {
    font-family: var(--jp-fontFamily);
    font-size: 1rem;
    padding-bottom: 47px;
}
.button {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 820px) {
    .item main {
        width: 100%;
        margin-left: 0%;
        padding-right: 0;
    }
    .item-title {
        text-align: center;
        width: 60%;
        margin: auto;
        font-size: 1.5rem;
    }
    .text {
        line-height: 1.8;
        width: 60%;
        margin: auto;
        font-size: 1.125rem;
    }
    .sozai h1 {
        font-size: 1.25rem;
        top: 17%;
    }
    .sozai2 {
        margin: auto;
    }
    .sozai2 .colorvariation-text{
        padding-top: 12px;
        font-size: 1.25rem;
    }
   .sozai2 .text2 {
        margin-top: 10px;
        font-size: 1.25rem;
        padding-bottom: 8px;
   }
   .button {
    margin: 20%;
   }
   .bg-text {
        padding-top: 45px;
        width: 35%;
        left: 60%;
   }
}