@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --lp-main-color: #AD2379;
  --lp-accent-color: #AD2379;
  --lp-nav-color: var(--lp-main-color);
  --lp-main-bg-color: #B81D23;
  --lp-border-color: #ccc;
  --lp-swiper-nav-color: #AD2379;
  --lp-text-shadow: #000;
}

/* ================================================================
  大枠・共通パーツ
================================================================= */
.p-lp-wrapper {
  font-family: "Noto Serif JP", sans-serif;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220921030.png) no-repeat top center/cover;
  background-color: var(--lp-main-bg-color);
  background-attachment: fixed;
}

.p-lp-hero {
  background-color: var(--lp-main-color);
}
.p-lp-hero .l-inner {
  max-width: 100%;
  padding: 0;
}
.p-lp-hero img {
  width: 100%;
  margin-inline: auto;
}

/* セクション背景Wrapper */
.p-lp-bg-wrapper {
  padding-block: 70px 1px;
}
@media (width < 768px) {
  .p-lp-bg-wrapper {
    padding-block: 50px 1px;
  }
}

/* セクション背景色設定 */
.p-lp-bg-wrapper--bg01 {
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/osechi_early_2026_item01_bg.jpg) no-repeat top right/cover;
  background-color: #333;
  background-attachment: fixed;
}

.p-lp-bg-wrapper--bg01-01 {
  padding-block: 100px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/osechi_early_2026_item01_copy_bg.jpg) no-repeat center center/cover;
  margin-bottom: 70px;
}
@media (width < 768px) {
  .p-lp-bg-wrapper--bg01-01 {
    padding-block: 80px;
    margin-bottom: 50px;
  }
}

.p-lp-bg-wrapper--bg02 {
  --lp-text-shadow: #2b5589;
  background: linear-gradient(to bottom, #6391c9, #245188);
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/osechi_early_2026_item02_bg.jpg) no-repeat top center/cover;
  background-color: #6391c9;
  background-attachment: fixed;
}

.p-lp-bg-wrapper--bg03 {
  --lp-text-shadow: #950000;
  background-attachment: fixed;
}

.p-lp-bg-wrapper--bg04 {
  --lp-text-shadow: #39762e;
  background: linear-gradient(to bottom, #d5da59, #6c6c6c);
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/osechi_early_2026_item04_bg.jpg) no-repeat center center/cover;
  background-color: #d5da59;
  background-attachment: fixed;
}

.p-lp-box-white {
  position: relative;
  padding: 50px 50px;
  background-color: #fff;
}
@media (width < 768px) {
  .p-lp-box-white {
    padding: 30px 20px;
  }
}
.p-lp-box-white + .p-lp-box-white {
  margin-top: 30px;
}
@media (width < 768px) {
  .p-lp-box-white + .p-lp-box-white {
    margin-top: 20px;
  }
}

/* ================================================================
  クーポンバナー
================================================================= */
.p-lp-coupon-bnr {
  max-width: max-content;
  margin-inline: auto;
  margin-top: 50px;
}
@media (width < 768px) {
  .p-lp-coupon-bnr {
    margin-top: 20px;
  }
}

/* ================================================================
  アンカーリンク
================================================================= */
.p-lp-anchor {
  --lp-anchor-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--lp-anchor-gap);
}
@media (width < 768px) {
  .p-lp-anchor {
    --lp-anchor-gap: 3px;
  }
}

@media (width >= 768px) {
  .p-lp-anchor.-line2 li {
    width: calc((100% - var(--lp-anchor-gap) * 1) / 2);
  }
  .p-lp-anchor.-line3 li {
    width: calc((100% - var(--lp-anchor-gap) * 2) / 3);
  }
  .p-lp-anchor.-line4 li {
    width: calc((100% - var(--lp-anchor-gap) * 3) / 4);
  }
  .p-lp-anchor.-line5 li {
    width: calc((100% - var(--lp-anchor-gap) * 4) / 5);
  }
  .p-lp-anchor.-line6 li {
    width: calc((100% - var(--lp-anchor-gap) * 5) / 6);
  }
}
@media (width < 768px) {
  .p-lp-anchor.-sp-line1 li {
    width: 100%;
  }
  .p-lp-anchor.-sp-line2 li {
    width: calc((100% - var(--lp-anchor-gap) * 1) / 2);
  }
  .p-lp-anchor.-sp-line3 li {
    width: calc((100% - var(--lp-anchor-gap) * 2) / 3);
  }
  .p-lp-anchor.-sp-line4 li {
    width: calc((100% - var(--lp-anchor-gap) * 3) / 4);
  }
  .p-lp-anchor.-sp-line5 li {
    width: calc((100% - var(--lp-anchor-gap) * 4) / 5);
  }
  .p-lp-anchor.-sp-line6 li {
    width: calc((100% - var(--lp-anchor-gap) * 5) / 6);
  }
}
.p-lp-anchor li a {
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  height: 100%;
  min-height: 80px;
  padding: 12px 5px;
  font-size: min(3vw, 1.4rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  color: #462f2f;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, #FAD562, #FFFCF2, #DFA015);
}
.p-lp-anchor li a small {
  display: block;
  margin-top: 5px;
}
.p-lp-anchor li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fcf2b1, #ffffff, #e7cc79);
  opacity: 0;
  transition: 0.3s opacity ease;
}
.p-lp-anchor li a:hover {
  opacity: 1;
}
.p-lp-anchor li a:hover::before {
  opacity: 1;
}
@media (width < 768px) {
  .p-lp-anchor li a {
    padding: 10px 0;
    min-height: 50px;
    font-size: min(3.8vw, 1.4rem);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  }
}

.p-lp-anchor-text {
  position: relative;
  z-index: 1;
}

/* ================================================================
  追従ナビゲーション
================================================================= */
.p-lp-nav-sticky {
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(from #000 r g b/0.8);
  backdrop-filter: blur(10px);
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.p-lp-nav-sticky.active {
  transform: translateY(0);
}

@media (width < 768px) {
  .l-main--item-category {
    overflow-x: clip !important;
  }
  .p-lp-nav-sticky {
    padding: 2% 0;
  }
}
/* ================================================================
  紹介文
================================================================= */
.p-lp-introduction__text {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: min(3vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(from var(--lp-text-shadow) r g b/0.5), 2px 2px 15px rgb(from var(--lp-text-shadow) r g b/1);
}
@media (width < 768px) {
  .p-lp-introduction__text {
    font-size: min(5.2vw, 2.2rem);
  }
}

.p-lp-introduction__text--small {
  font-size: min(4vw, 1.5rem);
}

/* ================================================================
  カテゴリーセクションタイトル
================================================================= */
.c-lp-section-title {
  padding: 16px 20px;
  margin-bottom: 40px;
  font-size: min(4vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  background-color: var(--lp-main-color);
  color: #fff;
}
@media (width < 768px) {
  .c-lp-section-title {
    margin-bottom: 20px;
    padding: 12px 0;
    font-size: min(6vw, 1.8rem);
  }
}

/* ================================================================
  商品グリッド
================================================================= */
.p-lp-item-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 30px;
}
@media (width < 768px) {
  .p-lp-item-grid {
    justify-items: stretch;
    gap: 20px;
  }
}

.p-lp-item-grid__image {
  width: 100%;
}

.p-lp-item-grid__content {
  min-width: 640px;
  padding-inline: 30px;
}
@media (width < 768px) {
  .p-lp-item-grid__content {
    min-width: auto;
    padding-inline: 5px;
  }
}

.p-lp-item-grid__description {
  margin-bottom: 20px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__description {
    font-size: 0.95rem;
  }
}

.p-lp-item-grid__brand {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__brand {
    font-size: 1rem;
  }
}

.p-lp-item-grid__name {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (width < 768px) {
  .p-lp-item-grid__name {
    font-size: 1.5rem;
  }
}

.p-lp-item-grid__spec {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__spec {
    font-size: 1rem;
  }
}

.p-lp-item-grid__price {
  line-height: 1;
  text-align: right;
}

.p-lp-item-grid__price-base {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-lp-item-grid__price-base span {
  font-size: 200%;
}
@media (width < 768px) {
  .p-lp-item-grid__price-base {
    font-size: 1.2rem;
  }
}

.p-lp-item-grid__price-tax {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}
.p-lp-item-grid__price-tax span {
  font-size: 120%;
}
@media (width < 768px) {
  .p-lp-item-grid__price-tax {
    font-size: 1rem;
  }
}

/* ================================================================
  お重紹介
================================================================= */
.p-lp-detail-title {
  position: absolute;
  width: min(10vw, 150px);
}
@media (width < 768px) {
  .p-lp-detail-title {
    top: 15px;
    left: 15px;
    width: min(17vw, 150px);
  }
}

.p-lp-detail-images {
  max-width: 700px;
  margin-inline: auto;
}

.p-lp-detail-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (width < 768px) {
  .p-lp-detail-list {
    margin-top: 20px;
  }
}
.p-lp-detail-list dt {
  position: relative;
  z-index: 1;
  width: 100px;
  padding: 20px 0;
  margin-right: -50px;
}
@media (width < 768px) {
  .p-lp-detail-list dt {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 50px;
  }
}
.p-lp-detail-list dd, .p-lp-detail-list p {
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 20px 30px 20px 80px;
  font-size: 1.2rem;
  border: 1px solid #E30413;
}
@media (width < 768px) {
  .p-lp-detail-list dd, .p-lp-detail-list p {
    padding: 15px 20px 15px 80px;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.p-lp-detail-list dd.--text-small, .p-lp-detail-list p.--text-small {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (width < 768px) {
  .p-lp-detail-list dd.--text-small, .p-lp-detail-list p.--text-small {
    font-size: 0.8rem;
  }
}
.p-lp-detail-list p {
  padding: 20px 30px;
}
@media (width < 768px) {
  .p-lp-detail-list p {
    padding: 15px 20px;
  }
}

/* ================================================================
  別添リスト
================================================================= */
.p-lp-separately-title {
  position: relative;
  margin-bottom: 40px;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (width < 768px) {
  .p-lp-separately-title {
    margin-bottom: 20px;
  }
}
.p-lp-separately-title span {
  position: relative;
  min-width: 200px;
  display: inline-block;
  padding: 0 50px;
  background: linear-gradient(90deg, transparent, #fff 30px, #fff calc(100% - 30px), transparent);
  z-index: 1;
}
.p-lp-separately-title::before, .p-lp-separately-title::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FAD562, #FFFCF2, #DFA015);
  z-index: 0;
}
.p-lp-separately-title::after {
  top: calc(50% + 5px);
  height: 2px;
}

.p-lp-separately-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (width < 768px) {
  .p-lp-separately-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .p-lp-separately-list li:has(> :nth-child(1):last-child) {
    width: calc(50% - 10px);
  }
  .p-lp-separately-list li:has(> :nth-child(2):last-child) {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ================================================================
  リンクボタン
================================================================= */
.c-lp-link-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (width < 768px) {
  .c-lp-link-button {
    margin-top: 20px;
  }
}

.c-lp-link-button a {
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 600px;
  height: 80px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: linear-gradient(#E30413, #a0231a);
  box-shadow: 3px 3px 10px #3F1411;
  border-radius: 50px;
  border: 2px ridge #FFFCF2;
}
.c-lp-link-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f35d4c;
  opacity: 0;
  transition: 0.3s opacity ease;
}
.c-lp-link-button a:hover {
  opacity: 1;
}
.c-lp-link-button a:hover::before {
  opacity: 1;
}
@media (width < 768px) {
  .c-lp-link-button a {
    font-size: 1.6rem;
    padding: 12px 0;
    height: 70px;
  }
}
.c-lp-link-button a span {
  position: relative;
  z-index: 1;
}