.page-hamburg {
    padding-top: var(--p-49);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
}
.page-hamburg__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-hamburg__content {
    width: 50%;
    padding-right: 2%;
}
.page-hamburg__ttl {
    font-size: var(--fs-32);
    font-weight: var(--fw-600);
    line-height: var(--lh-100);
    margin-bottom: var(--m-20);
    font-family: var(--ff-serif);
}
.page-hamburg__txt {
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    line-height: var(--lh-200);
    font-family: var(--ff-serif);
}
.page-hamburg__img {
    width: 50%;
    position: relative;
    padding-top: 26%;
}
.page-hamburg__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-hamburg__menu {
    margin-top: var(--m-129);
    padding: 0 var(--p-112);
    
}
.page-hamburg__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 41px;
}
.page-hamburg__item a {
    background: #C32A2A;
    color: var(--color-text-inverse);
    font-size: var(--fs-19);
    font-weight: var(--fw-600);
    line-height: var(--lh-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    width: 100%;
    position: relative;
}
.page-hamburg__item a .arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--color-text-inverse);
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.page-hamburg__wrap {
    padding-top: var(--p-163);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
}
.page-hamburg__container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    position: relative;
}
.page-hamburg__side {
    display: flex;
    flex-direction: column;
    font-family: var(--ff-serif);
    width: 12%;
    position: sticky;
    top: 39px;
    z-index: 100;
}
.page-hamburg__side-sbttl {
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    line-height: var(--lh-100);
    padding-bottom: var(--p-5);
    margin-bottom: var(--m-33);
    border-bottom: 1px solid var(--color-border);
    text-align: center;
}
.page-hamburg__side-ttl {
    background: #ACA265;
    color: var(--color-text-inverse);
    font-size: var(--fs-20);
    font-weight: var(--fw-600);
    letter-spacing: var(--ls-03);
    padding: var(--p-6) 0;
    text-align: center;
    line-height: 1;
    margin-bottom: var(--m-25);
}
.page-hamburg__side-link {
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    line-height: var(--lh-100);
    border-bottom: 1px solid var(--color-border);
    text-align: center;
    padding-bottom: var(--p-5);
    margin-bottom: var(--m-33);
    letter-spacing: var(--ls-01);
}
.page-hamburg__main {
    width: 82%;
}
.page-hamburg__main .page-product__heading {
    text-align: left;
    padding-left: var(--p-40);
}