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

.page-setsubun .heading {
    position: relative;
}

.page-setsubun .heading::after {
    content: "";
    background: url("https://kakunosh.in/images/hallow-icon03.png") no-repeat;
    background-size: cover;
    display: block;
    width: 97px;
    height: 66px;
    position: absolute;
    right: -15%;
    top: 45%;
}

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

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

.page-setsubun__check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-inverse);
    background: linear-gradient(to bottom right, #9E914F 30%, #7C6D31 70%);
    padding: var(--p-18) 0;
    font-size: var(--fs-36);
    line-height: 1;
    width: 57%;
    margin: var(--m-123) auto 0;
}

.page-setsubun__description {
    display: block;
    text-align: center;
    font-size: var(--fs-32);
    margin-top: var(--m-50);
    position: relative;
}

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

.page-setsubun__heading {
    padding: var(--p-47) 0 var(--p-57);
    text-align: center;
    margin-bottom: var(--m-103);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9%;
    background: #91070E;
}

.page-setsubun__heading h2 {
    position: relative;
    font-size: var(--fs-36);
    letter-spacing: var(--ls-03);
    font-weight: var(--fw-600);
    white-space: nowrap;
    padding: 0 var(--p-10);
    color: #fff ;
}

.page-setsubun__heading .left,
.page-setsubun__heading .right {
    width: 25%;
}

.page-setsubun__heading .left img,
.page-setsubun__heading .right img {
    width: 100%;
}

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

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

.page-setsubun__flex::after {
    content: "";
    background: url("https://kakunosh.in/images/753-img05.png") no-repeat;
    background-size: cover;
    height: 60px;
    width: 100vw;
    position: absolute;
    bottom: -13%;
    margin: auto;
}

.page-setsubun__flex:nth-child(5)::after {
    content: none;
}

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

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

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

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

.page-setsubun__content {
    width: 51%;
}

.page-setsubun__num {
    font-size: var(--fs-64);
    font-weight: var(--fw-500);
    line-height: 1;
}

.page-setsubun__ttl {
    font-size: var(--fs-40);
    line-height: var(--lh-150);
    margin-bottom: var(--m-47);
}

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

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

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

.page-setsubun__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-setsubun__link .arrow::before,
  .page-setsubun__link .arrow::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }
  
  .page-setsubun__link .arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
  }
  
  .page-setsubun__link .arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
  }

.page-setsubun__set {
    position: relative;
    margin-top: var(--m-76);
    padding-bottom: var(--p-21);
}

.page-setsubun__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-setsubun__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-setsubun__list::before {
    content: "";
    background: var(--color-border);
    height: 0.1em;
    width: 77%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

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

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

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

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

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

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

.page-setsubun__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-setsubun__category img {
    width: 31px;
}

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

.page-setsubun__box {
    display: flex;
}

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

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

.page-setsubun__sale .price {
    font-size: var(--fs-54);
    font-weight: var(--fw-700);
}

.page-setsubun__sale .tax {
    font-size: var(--fs-24);
    font-weight: var(--fw-500);
}

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

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

.page-setsubun__usually .price {
    font-size: var(--fs-36);
    color: #000000;
}

.page-setsubun__usually .tax {
    color: #000000;
}

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

.page-setsubun__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-setsubun__btn form button::before {
    content: "";
    background: url("https://kakunosh.in/images/cart-icon.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

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

.page-setsubun__right {
    width: 30%;
    margin-left: auto;
}

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

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

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

.page-setsubun__normal .price {
    font-size: var(--fs-64);
}

.page-setsubun__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-setsubun__price {
        flex-direction: column;
        gap: 20px;
    }

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

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

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

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

    .page-setsubun .heading {
        margin-bottom: var(--m-30);
    }

    .page-setsubun .heading::after {
        width: 42px;
        height: 30px;
        right: -8%;
        top: -15%;
    }

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

    .page-setsubun__description {
        font-size: var(--fs-18);
        margin-top: var(--m-30);
    }

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

    .page-setsubun__product {
        padding-bottom: var(--p-80);
    }

    .page-setsubun__heading {
        margin-bottom: var(--m-30);
        padding: var(--p-10) var(--p-30);
        gap: 12px;
    }

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

    .page-setsubun__heading .left,
    .page-setsubun__heading .right {
        width: 30%;
    }

    .page-setsubun__wrap {
        gap: 80px;
    }

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

    .page-setsubun__flex::after {
        background: url("https://kakunosh.in/images/753-img05.png") no-repeat;
        background-size: cover;
        background-position: center;
        height: 31px;
        left: 0;
        right: 0;
        bottom: -7%;
    }

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

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

    .page-setsubun__img {
        width: 100%;
        padding-top: 89%;
    }

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

    .page-setsubun__ttl {
        font-size: var(--fs-24);
        margin-bottom: var(--m-19);
    }

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

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

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

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

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

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

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

    .page-setsubun__set .page-setsubun__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: 13px;
    }

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

    .page-setsubun__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-setsubun__item {
        font-size: var(--fs-16);
        line-height: 1.4;
    }

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

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

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

    .page-setsubun__category {
        font-size: var(--fs-16);
        padding: var(--p-8) 0;
        height: 30px;
    }

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

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

    .page-setsubun__sale .price {
        font-size: var(--fs-35);
    }

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

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

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

    .page-setsubun__btn {
        width: 100%;
    }

    .page-setsubun__btn form button {
        width: 100%;
    }

    .page-setsubun__normal .yen {
        font-size: var(--fs-12);
    }
    
    .page-setsubun__normal .price {
        font-size: var(--fs-24);
    }
    
    .page-setsubun__normal .tax {
        font-size: var(--fs-12);
    }

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