#main-inner {
    max-width: 640px;
    padding: 0;
}
.section-top {
    position: relative;
    background: none;
}
.section-top img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
}
.section-top .title {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    text-align: center;
    color: #543122;
}
.section-top .p1,
.section-top .p2 {
    font-size: 14px;
    line-height: 1.8;
}
.section-top .h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
}
.section-steps {
    padding: 8px 0 18px;
}
.section-steps .p2 {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    padding: 0 16px 8px;
}
.step {
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    width: calc(100% - 20px);
    margin: 10px auto 20px;
}
.step-item {
    background-color: #a0936c;
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    margin-right: 30px;
    width: 118px;
    height: 52px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.step-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 29px solid #a0936c;
}
.step-item.active {
    background-color: #543122;
}
.step-item.active:after {
    border-left-color: #543122;
}
.category {
    background-color: #f4f1ea;
    padding: 20px;
}
.category h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #543122;
    padding: 10px 0;
}
.category .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.category .item {
    width: calc(25% - 8px);
    min-height: 42px;
    border: 1px solid #543122;
    border-radius: 16px;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category .item a {
    color: #543122;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 4px 8px;
    line-height: 1.4;
}
.category .item.none {
    height: 1px;
    min-height: 1px;
    background: transparent;
    border: 0;
}
.list {
    padding: 20px;
}
.line {
    background-color: #a0936c;
    height: 3px;
    width: 100px;
    margin: 24px 0;
}
.p3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}
.p3 span {
    width: 18px;
    height: 18px;
    background-color: #a0936c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: -3px;
}
.list .p2 {
    text-align: left;
    padding-top: 8px;
    font-size: 13px;
    line-height: 1.7;
}
.list-items {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 24px;
}
.list-items.slide {
    display: block;
}
.list-item,
.thirdlist-item {
    width: calc(100% / 3 - 10px);
    padding-bottom: 20px;
}
.list-item.edit {
    width: calc(50% - 10px);
}
.item__img {
    background: #f7f7f7;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item__text .name,
.thirdlist-item .name {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    padding-top: 10px;
}
.item__text .price,
.thirdlist-item .price {
    font-size: 13px;
    line-height: 1.5;
    color: #543122;
    font-weight: 600;
    padding-top: 4px;
}
.section-list {
    padding-top: 24px;
}
.list-block {
    margin-bottom: 26px;
}
.thirdlist {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.thirdlist-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.return_list {
    display: block;
    width: 80px;
    text-align: center;
    color: #543122;
    padding: 7px 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #543122;
}
.js-more {
    text-align: right;
    font-size: 15px;
    color: #543122;
    font-weight: 700;
    padding: 12px 0;
    cursor: pointer;
}
.section-secondlist .p4 {
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #543122;
    background-color: #f4f1ea;
    margin: 28px 0 8px;
}
.modal-category .in {
    padding: 24px;
}
.slick-slide {
    padding: 0 7px;
}
.slick-prev,
.slick-next {
    width: 24px;
    height: 44px;
    z-index: 2;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
.slick-prev:before,
.slick-next:before {
    color: #543122;
    font-size: 34px;
    opacity: .65;
}
