.page-osechi {
    font-family: var(--ff-serif);
    font-weight: var(--fw-400);
    color: var(--color-text);
    padding: var(--p-81) 0 var(--p-175);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
    text-align: center;
    overflow: hidden;
}

.page-osechi .heading {
    position: relative;
    margin-bottom: var(--m-89);
}

.page-osechi .heading h2 {
    margin-bottom: 0;
}

.page-osechi .heading span {
    font-size: var(--fs-30);
    display: block;
    font-weight: var(--fw-400);
    text-align: center;
    margin-top: var(--m-30);
    line-height: 1;
}

.page-osechi__banner {
    width: 100%;
    position: relative;
}

.page-osechi__banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.page-osechi__description {
    display: block;
    text-align: center;
    font-size: var(--fs-32);
    margin-top: var(--m-259);
    line-height: var(--lh-150);
    position: relative;
}

.page-osechi__heading {
    text-align: center;
    margin-bottom: var(--m-83);
    background-image: linear-gradient(90deg, #9E914F, #7C6D31);
}

.page-osechi__heading h2 {
    font-size: var(--fs-32);
    font-weight: var(--fw-600);
    letter-spacing: var(--ls-01);
    color: #fff;
    position: relative;
}

.page-osechi__product {
    font-family: 'Noto Serif JP', serif;
    padding-bottom: var(--p-174);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
}

.page-osechi__wrap {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.page-osechi__flex {
    display: flex;
    justify-content: space-between;
    width: 95%;
    position: relative;
}

.page-osechi__flex.left {
    margin-right: auto;
}

.page-osechi__flex.right {
    margin-left: auto;
    flex-direction: row-reverse;
}

.page-osechi__flex.right:nth-child(4)::after {
    content: none;
}

.page-osechi__img {
    width: 44%;
    position: relative;
    padding-top: 53%;
}

.page-osechi__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-osechi__content {
    width: 51%;
    position: relative;
    padding-right: 2%;
}

.page-osechi__num {
    display: block;
    width: 107px;
}

.page-osechi__num img {
    height: 100%;
}

.page-osechi__ttl {
    font-size: var(--fs-40);
    line-height: var(--lh-150);
    margin-bottom: var(--m-47);
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-osechi__ttl span {
    color: #DC2626;
}

.page-osechi__txt {
    font-size: var(--fs-18);
    line-height: var(--lh-200);
    margin-bottom: var(--m-22);
}

.page-osechi__more {
    text-align: right;
}

.page-osechi__link {
    font-size: var(--fs-19);
    border-bottom: 2px dotted var(--color-border);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-osechi__link .arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--color-text);
    line-height: 1;
    position: relative;
    width: 0.6em;
    height: 0.6em;
    transform: translateX(-25%) rotate(45deg);
  }
  
  .page-osechi__link .arrow::before,
  .page-osechi__link .arrow::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }
  
  .page-osechi__link .arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
  }
  
  .page-osechi__link .arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
  }

.page-osechi__set {
    position: relative;
    margin-top: var(--m-76);
}

.page-osechi__sbttl {
    font-size: var(--fs-32);
    letter-spacing: var(--ls-01);
    position: absolute;
    top: -19%;
    z-index: 2;
    padding: 0 var(--p-16);
    background: url("https://kakunoshin.itembox.design/item/item-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-bg);
}

.page-osechi__list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 46px;
    font-family: var(--ff-inter);
    padding: var(--p-48) 0 var(--p-35);
    position: relative;
}

.page-osechi__list::before {
    content: "";
    background: var(--color-border);
    height: 0.1em;
    width: 77%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-osechi__list::after {
    content: "";
    background: var(--color-border);
    height: 0.1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.page-osechi__item {
    font-size: var(--fs-18);
    line-height: 1;
    display: flex;
    align-items: center;
}

.page-osechi__item p {
    font-size: var(--fs-20);
    margin-left: var(--m-10);
    display: inline-block;
}

.page-osechi__item p span {
    font-size: var(--fs-24);
}

.page-osechi__price {
    margin-top: var(--m-47);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: var(--ff-sans);
}

.page-osechi__left {
    display: flex;
    align-items: baseline;
    gap: 18px;
    width: 60%;
}

.page-osechi__category {
    border-radius: 50px;
    background: #FEE2E2;
    color: var(--color-price);
    font-weight: var(--fw-700);
    font-size: var(--fs-27);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 40%;
    height: 63px;
}

.page-osechi__category img {
    width: 31px;
}

.page-osechi__column {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}

.page-osechi__box {
    display: flex;
}

.page-osechi__sale {
    color: var(--color-price);
    line-height: 1;
    margin-bottom: var(--m-8);
    white-space: nowrap;
}

.page-osechi__sale .yen {
    font-size: var(--fs-40);
    font-weight: var(--fw-700);
}

.page-osechi__sale .price {
    font-size: var(--fs-54);
    font-weight: var(--fw-700);
    font-family: var(--ff-sans);
}

.page-osechi__sale .tax {
    font-size: var(--fs-24);
    font-weight: var(--fw-500);
    font-family: var(--ff-sans);
}

.page-osechi__usually {
    font-weight: var(--fw-500);
    line-height: 1;
}

.page-osechi__usually .yen {
    font-size: var(--fs-18);
}

.page-osechi__usually .price {
    font-size: var(--fs-36);
    color: #000;
    font-family: var(--ff-sans);
}

.page-osechi__usually .tax {
    color: #000;
}

.page-osechi__btn form table {
    width: 100%;
}

.page-osechi__btn form button {
    background: var(--color-btn);
    padding: var(--p-12) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    color: var(--color-text-inverse);
    font-weight: var(--fw-700);
    font-size: var(--fs-19);
    border-radius: 4px;
    border: none;
    position: relative;
}

.page-osechi__btn form button::before {
    content: "";
    background: url("https://kakunosh.in/images/cart-icon.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.page-osechi__btn img {
    width: 19px;
}

.page-osechi__right {
    width: 30%;
}

.page-osechi__normal {
    font-weight: var(--fw-500);
}

.page-osechi__left.normal {
    justify-content: right;
}

.page-osechi__normal .yen {
    font-size: var(--fs-21);
}

.page-osechi__normal .price {
    font-weight: var(--fw-500);
}

.page-osechi__normal .price,
.page-osechi__normal .tax {
    font-size: var(--fs-64);
    font-family: var(--ff-sans);
}

.page-osechi__normal .tax {
    font-size: var(--fs-16);
}

/* デフォルトコード非表示 */
.c-pageTitle--store,
.fs-c-productList {
    display: none;
}

a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1245px) {
    .page-osechi__price {
        flex-direction: column;
        gap: 20px;
    }

    .page-osechi__left {
        width: 100%;
        justify-content: end;
        gap: 0;
    }

    .page-osechi__right {
        width: 100%;
        margin-top: 0 !important;
    }

    .page-osechi__btn {
        width: 293px;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .page-osechi {
        padding: var(--p-40) 0 var(--p-50);
    }

    .page-osechi .heading {
        margin-bottom: var(--m-30);
        padding: 0 var(--p-20);
    }

    .page-osechi .heading h2 {
        font-size: var(--fs-22);
    }

    .page-osechi .heading span {
        font-size: var(--fs-18);
        margin-top: var(--m-20);
    }

    .page-osechi__check {
        width: 100%;
        font-size: var(--fs-20);
        margin: var(--m-50) auto 0;
        position: relative;
    }

    .page-osechi__description {
        font-size: var(--fs-18);
        margin-top: var(--m-100);
        text-align: left;
    }

    .page-osechi__description::after {
        width: 80px;
        height: 99px;
        bottom: -100%;
        left: 0;
    }

    .page-osechi__heading {
        margin-bottom: var(--m-30);
        padding: var(--p-10) 0;
        overflow: hidden;
    }

    .page-osechi__heading h2 {
        font-size: var(--fs-24);
    }

    .page-osechi__wrap {
        gap: 50px;
        overflow: hidden;
    }

    .page-osechi__flex {
        flex-direction: column;
        padding: 0 var(--p-20);
        width: 100%;
    }

    .page-osechi__flex.left {
        margin-right: 0;
        gap: 5px;
    }

    .page-osechi__flex.right {
        flex-direction: column;
    }

    .page-osechi__img {
        width: 100%;
        padding-top: 122%;
    }

    .page-osechi__flex .page-osechi__content {
        width: 100%;
        margin-top: var(--m-17) !important;
    }

    .page-osechi__ttl {
        font-size: var(--fs-24);
        margin-bottom: var(--m-19);
        gap: 10px;
    }

    .page-osechi__num {
        width: 50px;
    }

    .page-osechi__content .page-osechi__txt {
        font-size: var(--fs-16);
        margin-bottom: var(--m-22) !important;
    }

    .page-osechi__link {
        font-size: var(--fs-16);
        padding: 0 var(--p-22) 0 var(--p-12);
        position: relative;
    }

    .page-osechi__link .arrow {
        width: 0.1em;
        height: 0.1em;
        right: 0;
        position: absolute;
    }

    .page-osechi__link .arrow::before {
        height: 5px;
    }

    .page-osechi__link .arrow::after {
        width: 5px;
    }

    .page-osechi__set {
        padding-bottom: 0;
    }

    .page-osechi__set .page-osechi__list {
        margin-left: 0;
        margin-top: 0;
        padding: var(--p-12) 2%;
        padding-left: 2% !important;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .page-osechi__list::before {
        width: 100%;
    }

    .page-osechi__sbttl {
        top: auto;
        position: relative;
        padding-bottom: var(--p-12);
        padding-left: 0;
        padding-right: 0;
        z-index: 1;
        font-size: var(--fs-16);
        display: block;
    }

    .page-osechi__item {
        font-size: var(--fs-16);
    }

    .page-osechi__item p {
        font-size: var(--fs-16);
        margin-left: var(--m-6);
    }

    .page-osechi__item p span {
        font-size: var(--fs-10);
    }

    .page-osechi__price {
        flex-direction: column;
        margin-top: var(--m-12) !important;
    }

    .page-osechi__category {
        font-size: var(--fs-14);
        padding: var(--p-8) 0;
        width: 100px;
        height: 30px;
    }

    .page-osechi__category img {
        width: 20px;
    }

    .page-osechi__sale .yen {
        font-size: var(--fs-18);
    }

    .page-osechi__sale .price {
        font-size: var(--fs-30);
    }

    .page-osechi__sale .tax {
        font-size: var(--fs-14);
    }

    .page-osechi__usually .yen {
        font-size: var(--fs-14);
    }

    .page-osechi__usually .price {
        font-size: var(--fs-20);
    }

    .page-osechi__btn {
        width: 100%;
    }

    .page-osechi__btn form button {
        width: 85%;
    }

    .page-osechi__normal .yen {
        font-size: var(--fs-16);
    }
    
    .page-osechi__normal .price {
        font-size: var(--fs-28);
    }
    
    .page-osechi__normal .tax {
        font-size: var(--fs-14);
    }

    .page-osechi::before {
        content: none;
    }

    .page-osechi__banner::after {
        width: 100px;
        height: 100px;
        background-size: contain;
        right: -10%;
        top: -16%;
    }

    .page-osechi__heading h2::before {
        left: -150%;
        width: 150px;
        height: 40px;
        background: url("https://kakunosh.in/images/753-img03.png") no-repeat;
        background-size: contain;
    }

    .page-osechi__product {
        padding-bottom: var(--p-70);
    }

    .fs-l-main {
        padding: 0 !important;
    }
}