:root {
    --osechi-red: #c30000;
    --osechi-transition: .3s;
}

/* ----------------- 共通 */
.pane-header { position: sticky; }
.p_2025osechi {
    font-family: "Zen Old Mincho", serif;
}

.p_2025osechi h1,
.p_2025osechi h2,
.p_2025osechi h3,
.p_2025osechi h4,
.p_2025osechi h5,
.p_2025osechi h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

.p_2025osechi img {
    vertical-align: bottom;
}

/* ボタン */
.p_2025osechi .btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.p_2025osechi .btn .cart-btn-wrap,
.p_2025osechi .btn .detail-btn-wrap {
    width: calc(50% - 30px);
    max-width: 260px;
    position: relative;
}
.p_2025osechi .btn .cart-btn-wrap .is-text,
.p_2025osechi .btn .detail-btn-wrap .is-text {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.p_2025osechi .btn .cart-btn,
.p_2025osechi .btn .detail-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4em 10px;
    width: 100%;
    font-size: 18px;
    transition: var(--osechi-transition);
    position: relative;
    height: 100%;
}

.p_2025osechi .btn .cart-btn:hover,
.p_2025osechi .btn .detail-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.p_2025osechi .btn .cart-btn .font-s,
.p_2025osechi .btn .detail-btn .font-s {
    font-size: 0.7em;
}

.p_2025osechi .btn .cart-btn {
    background-color: var(--osechi-red);
    color: white;
}
.p_2025osechi .btn .cart-btn.is-hidden { background-color: #999; pointer-events: none; }
.p_2025osechi .btn .cart-btn .inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.p_2025osechi .btn .cart-btn .inner::before {
    content: "";
    display: inline-block;
    width: 1.6em;
    aspect-ratio: 1;
    background: url(/img/pages/osechi/2026/icon-cart.png) center / 100% no-repeat;
    right: 0.5em;
}

.p_2025osechi .btn .detail-btn {
    background-color: white;
    border: 2px solid black;
}

.p_2025osechi .btn .detail-btn::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: var(--osechi-transition);
}

.p_2025osechi .btn .detail-btn:hover::after {
    right: 0.5em;
}
.p_2025osechi .btn .detail-btn.is-hidden {
    pointer-events: none;
}
.p_2025osechi .btn .detail-btn.is-hidden::after {
    display: none;
}


/* 見出し */
.p_2025osechi .heading01 {
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    margin: 0 0 40px;
    padding-top: 80px;
    position: relative;
}

.p_2025osechi .heading01::before {
    content: "";
    display: inline-block;
    background-color: black;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.p_2025osechi .heading01 .font-s {
    font-size: 0.5em;
}

/* ----------------- 金額 */
.item-detail-info {
    margin: 20px 0 0;
    text-align: center;
}
.item-detail-info .rest_num {
    border: 1px solid var(--osechi-red);
    background: rgb(255 255 255 / 50%);
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.item-detail-info .rest_num #js-rest {font-size: 1.4em;display: inline-block;line-height: 1.2;margin: 0 0.2em;font-weight: bold;color: var(--osechi-red);}
.item-detail-info .price-inner {
    font-size: 18px;
    text-decoration: auto;
    position: relative;
}
.item-detail-info .osechi-price-text.is-early {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2em;
    margin-top: 30px;
}
.item-detail-info .price-inner.early-price .label-text {
    background: var(--osechi-red);
    display: inline-flex;
    flex-direction: column;
    gap: 0.6em;
    text-align: center;
    color: white;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 10em;
}
.item-detail-info .price-inner.early-price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--osechi-red);
}
.item-detail-info .price-inner.early-price .label-text .font-w {
    font-size: 1.8em;
    position: relative;
    left: 11px
}
.item-detail-info .price-inner.early-price .price-num {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
}
.item-detail-info .price-inner.early-price .is-tax {
    margin-top: auto;
    line-height: 2;
    font-size: 1.2em;
}
.item-detail-info .price-inner.default-price {
    display: inline-block;
    position: relative;
}
.item-detail-info .price-inner.default-price::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.item-detail-info .price-inner.default-price .price-num {
    font-size: 1.7em;
}

/* ----------------- 紹介 */
.p_2025osechi .mv-slider {
    margin-bottom: 50px;
}
.p_2025osechi .mv-slider .mv {
    text-align: center;
    background-color: var(--osechi-red);
}
.p_2025osechi .mv-slider .mv img {
    max-height: 60vh;
}
.p_2025osechi .mv-slider .swiper-pagination {
    position: static;
}
.p_2025osechi .mv-slider .swiper-pagination {
  position: static;
  margin: 5px 0 0;
}
.p_2025osechi .mv-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.p_2025osechi .mv-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  border: 1px solid var(--color02);
}
.p_2025osechi .mv-slider .swiper-pagination-bullet-active {
  background: var(--color02);
}

.p_2025osechi .about-osechi {
    position: relative;
    background: url(/img/pages/osechi/2026/about-bg.png) center -30px / clamp(1300px,100%,1400px) no-repeat;
    z-index: 0;
}

.p_2025osechi .about-osechi .container {
    padding: 5em 0;
}

.p_2025osechi .about-osechi .osechi-img {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.p_2025osechi .about-osechi .osechi-img .detail-text { max-width: 259px; }
/* ----------------- おしながき */

.p_2025osechi .product_inner {
    background: url(/img/pages/osechi/2026/item-bg_03.jpg) center / 60px repeat;
    padding-bottom: 100px;
}

.p_2025osechi .productItemList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.p_2025osechi .productItemList .productItemList_item {
    width: calc((100% - 80px) / 3);
}

.p_2025osechi .productItemList_name {
    font-size: 20px;
    color: #82460c;
}

/* 見出し */
.p_2025osechi .productItem_header {
    color: white;
    margin: 5em 0 7em;
}

.p_2025osechi .productItem_header .container {
    position: relative;
    padding: 5em 0 5em 130px;
}

.p_2025osechi .productItem_header .productItem_item {
    color: white;
    font-size: 42px;
    border-bottom: 1px solid;
    padding-bottom: 0.4em;
    margin-bottom: 20px;
}

.p_2025osechi .productItem_header .productItem_item .font-s {
    font-size: 0.48em;
    margin-left: 1em;
}

.p_2025osechi .productItem_header .productItem_item .inline-font-w {
    font-size: 1.2em;
}

.p_2025osechi .productItem_header .productItem_text {
    font-size: 18px;
    width: 50%;
}

.p_2025osechi .productItem_header .productItem_image {
    position: absolute;
    right: 0;
    top: -2em;
    bottom: -2em;
    margin: auto;
}

.p_2025osechi .productItem_header .logo-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.p_2025osechi .header01 {
    background: url(/img/pages/osechi/2026/product01-bg.jpg) center / 90px repeat;
}

.p_2025osechi .header02 {
    background: url(/img/pages/osechi/2026/product02-bg.jpg) center / 50px repeat;
}

.p_2025osechi .header03 {
    background: url(/img/pages/osechi/2026/product03-bg.jpg) center / 90px repeat;
}

/* ----------------- お届けについて */
.p_2025osechi .delivery {
    background: #f6e8cf url(/img/pages/osechi/2026/delivery-bg.png) center -20px / clamp(1300px,100%,1400px) no-repeat;
    padding: 80px 0;
}

.p_2025osechi .delivery .delivery_fig {
    text-align: center;
}

.p_2025osechi .delivery .delivery_date {
    text-align: center;
    font-size: 26px;
}

.p_2025osechi .delivery .delivery_date .is-day {
    color: var(--osechi-red);
    font-size: 36px;
}

.p_2025osechi .delivery .delivery_date .is-day .font-w {
    font-size: 1.5em;
}

.p_2025osechi .delivery .delivery_date .is-day .font-s {
    font-size: 0.8em;
}

.p_2025osechi .delivery .delivery_date .is-day .is-line {
    border-bottom: 2px solid;
}

.p_2025osechi .delivery .delivery_date .is-text.font-s {
    margin-top: 20px;
    font-size: 18px;
}

.p_2025osechi .delivery .delivery_inner>*+* {
    margin-top: 60px;
}

.p_2025osechi .delivery .deliveryNote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2;
}

.p_2025osechi .delivery .deliveryNote .deliveryNote_item {
    text-indent: -1em;
    padding-left: 1em;
}

.p_2025osechi .delivery .delilveryFuroshiki_container {
    max-width: 720px;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 34px 45px 45px;
    position: relative;
}

.p_2025osechi .delivery .delilveryFuroshiki_container .catch {
    color: var(--osechi-red);
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 50px;
    white-space: nowrap;
    line-height: 1.3;
}
.p_2025osechi .delivery .delilveryFuroshiki_container .pics_img {
    width: 36%;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_2025osechi .delivery .delilveryFuroshiki_container .inner-detail {
    width: 65%;
    line-height: 1.9;
    font-feature-settings: "palt";
}
.p_2025osechi .delivery .delilveryFuroshiki_container .pics_img .pic {
    height: 80%;
    margin-top: 20px;
}
.p_2025osechi .delivery .delilveryFuroshiki_container .pics_img .pic img {
    height: 100%;
}

/* ----------------- 解凍おせちの取り扱いについて */
.p_2025osechi .frozen {
    padding: 80px 0;
    background: url(/img/pages/osechi/2026/frozen-bg.png) center -50px / clamp(1300px,100%,1400px) no-repeat;
}

.p_2025osechi .frozen .frozen_catch {
    background-color: black;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 50px;
    color: white;
    padding: 10px 10px;
    border-radius: 50em;
    font-size: 30px;
}

.p_2025osechi .frozen .frozenItem_heading {
    display: inline-flex;
    background-color: var(--osechi-red);
    color: white;
    width: 130px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.p_2025osechi .frozen .frozenItem_heading::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    margin: auto;
    border: 1px solid white;
}

.p_2025osechi .frozenItem {
    display: flex;
    align-items: start;
    gap: 45px;
}
.p_2025osechi .frozenItem + .frozenItem {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid black;
}
.p_2025osechi .frozenItem .pics {
    width: calc(100% - 180px);
}
.p_2025osechi .frozenItem .pics em {
    color: var(--osechi-red);
    font-size: 20px;
}
.p_2025osechi .frozenItem .pics .pics-inner {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.p_2025osechi .frozenItem .pics .is-detail {
    width: calc(70% - 30px);
}
.p_2025osechi .frozenItem .pics .is-detail > * + * {
    margin-top: 2em;
}
.p_2025osechi .frozenItem .pics .pics_img {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.p_2025osechi .frozenItem .frozenItemList li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.p_2025osechi .frozenItem .frozenItemList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.7em;
  aspect-ratio: 1;
  background-color: #c99e54;
  border-radius: 10em;
}
.p_2025osechi .frozenItem .notes {
    background-color: #efefef;
    padding: 22px 25px;
}
.p_2025osechi .frozenItem .notes + .frozenItemList {
    margin-top: 30px;
}
.p_2025osechi .frozenItem .howto-list li + li {
    margin-top: 5px;
}

.p_2025osechi .frozenItem .howto-list li {
    text-indent: -1em;
    padding-left: 1em;
}

.p_2025osechi .frozenItem .howto-list + .frozenItem_bold {
    margin-top: 30px;
}
.p_2025osechi .img.senyoubako {
    position: relative;
}

.p_2025osechi .img.senyoubako .senyoubako-text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    font-weight: bold;
}