html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#sp-contents {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.store-title {
    width: 100%;
}

.store-title p {
    font-size: 33.33px;
    color: #8762bb;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 19px;
}

@media (max-width: 1024px) {
    .store-title p {
        font-size: 6.94vw;
        padding-top: 6.67vw;
        margin-bottom: 3.85vw;
    }
}




.store-content-shop {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
}

@media (max-width: 1024px) {
    .store-content-shop {
        padding-top: 25.64vw;
        padding-bottom: 25.64vw;
        padding-left: 8.33vw;
        padding-right: 8.33vw;
    }
}


.store-content-shop-container {
    width: 100%;
    position: relative;
}

.store-content-shop-ex h3 {
    cursor: pointer;
    font-size: 16px;
    color: #595656;
}
@media (max-width: 1024px) {
    .store-content-shop-ex h3 {
        font-size: 3.33vw;
    }
}

.store-content-shop-accordion-title,
.store-content-shop-accordion-title1,
.store-content-shop-accordion-title2,
.store-content-shop-accordion-title3,
.store-content-shop-accordion-title4,
.store-content-shop-accordion-title5 {
    position: relative;
}

.store-content-shop-accordion-title::before,
.store-content-shop-accordion-title1::before,
.store-content-shop-accordion-title2::before,
.store-content-shop-accordion-title3::before,
.store-content-shop-accordion-title4::before,
.store-content-shop-accordion-title5::before {
    background: #595656;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
    width: 10px;
}

.store-content-shop-accordion-title.open::before,
.store-content-shop-accordion-title1.open::before,
.store-content-shop-accordion-title2.open::before,
.store-content-shop-accordion-title3.open::before,
.store-content-shop-accordion-title4.open::before,
.store-content-shop-accordion-title5.open::before {
    transform: rotate(180deg);
}

.store-content-shop-accordion-title::after,
.store-content-shop-accordion-title1::after,
.store-content-shop-accordion-title2::after,
.store-content-shop-accordion-title3::after,
.store-content-shop-accordion-title4::after,
.store-content-shop-accordion-title5::after {
    background: #595656;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: opacity .3s ease-in-out;
    width: 10px;
}
.store-content-shop-accordion-title.open::after,
.store-content-shop-accordion-title1.open::after,
.store-content-shop-accordion-title2.open::after,
.store-content-shop-accordion-title3.open::after,
.store-content-shop-accordion-title4.open::after,
.store-content-shop-accordion-title5.open::after {
    opacity: 0;
}

.store-content-shop-ex hr {
    border-width: 0.2px 0 0 0;
    border-style: solid;
    border-color: #595656;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex hr {
        margin-top: 7.69vw;
        margin-bottom: 7.69vw;
    }
}

.store-content-shop-ex-1 {
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 {
        margin-bottom: 10.26vw;
    }
}

.store-content-shop-ex-1 h3 {
    /* font-size: 20.48px; */
    font-size: 14px;
    color: #595656;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 h3 {
        font-size: 3.08vw;
        margin-bottom: 3.85vw;
    }
}


.store-content-shop-ex-1 p {
    /* font-size: 17.92px; */
    font-size: 12px;
    color: #595656;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .store-content-shop-ex-1 p {
        font-size: 2.82vw;
        margin-bottom: 2.56vw;
    }
}

.chuui {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.chuui p {
    font-size: 12px;
    line-height: 1.5;
    color: #DBB8C1;
}

@media (max-width: 1024px) {
    .chuui {
        padding-top: 25.64vw;
    }
    .chuui p {
        font-size: 2.56vw;
    }
}


.cube-space {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .cube-space {
        padding-top: 12.82vw;
        margin-bottom: 12.82vw;
    }
}

.cube-space-ex {
    text-align: left;
    display: inline-block;
    margin-bottom: 0 !important;
}