@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Yuji+Syuku&display=swap");
/*================================================
  【背景色の設定】
  特集内容に合わせて調整いただけます
  ================================================*/
/* 関連特集：背景色 */
.-bg01 {
  background: #B81D23;
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220921030.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* 関連特集:見出し下線の色 */
.-bg01 .c-heading--deco--stem,
.-bg01 .c-card__ttl {
  border-color: #252525;
}

/* ピックアップコーナー：背景色 */
.-bg02 {
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220921031.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: 60px 0;
}
@media (width < 768px) {
  .-bg02 {
    margin: 30px 0;
  }
}

/* カテゴリから探す：背景色 */
.-bg03 {
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20221019007.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

/* カテゴリから探す:見出し下線の色 */
.-bg03 .c-heading--deco--stem,
.-bg03 .c-card__ttl {
  border-color: #252525;
}

/*================================================
  ベース
================================================*/
.p-lp-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: inherit;
  vertical-align: bottom;
}

.p-lp-wrapper {
  font-family: "Noto Serif JP", serif;
}

/* .p-mainvisual-lower__img {
  border: 1px solid #dadada;
} */
@media (width >= 768px) {
  .p-item-feat-flex {
    display: flex;
  }
}
.p-lp-catchcopy {
  font-size: min(5vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  /* @media (width >= 768px) {
    font-size: 2rem;
  } */
}

.p-lp-cat-swiper {
  overflow-x: clip;
}

/* -------------------------
  商品一覧 調整用css
------------------------- */
@media (width >= 768px) {
  .p-cmn-section .p-item-list-scroll__list {
    justify-content: center;
  }
  .p-index-recommend__item {
    width: calc((100% - 60px) / 4);
  }
  .p-cmn-section .p-item-list-scroll__list:has(> :nth-child(n+3):last-child) {
    justify-content: flex-start;
  }
}
.p-item-list-category__item .c-card__point {
  max-width: 72px;
}

/* -------------------------
  注意事項
------------------------- */
.p-lp-attention {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  border: 2px solid #dadada;
  border-radius: 10px;
}

@media (width >= 768px) {
  .p-lp-attention {
    padding: 50px 50px;
  }
}
/* -------------------------
  背景
------------------------- */
.p-bg-wrap {
  padding: 60px 0 60px;
}
@media (width < 768px) {
  .p-bg-wrap {
    padding: 30px 0 30px;
  }
}
@media (width < 768px) {
  .p-bg-wrap.-bg01 {
    padding-top: 0;
  }
}

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

.p-lp-main-images {
  max-width: 700px;
  margin: 0 auto;
}
@media (width < 768px) {
  .p-lp-main-images {
    padding-top: 20px;
  }
}
.p-lp-main-images.-large {
  max-width: 1000px;
}
@media (width < 768px) {
  .p-lp-main-images.-large {
    padding-top: 0;
    margin-top: -30px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.p-lp-main-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 700px;
  margin: 30px auto 0;
  line-height: 1.3;
}
@media (width >= 768px) {
  .p-lp-main-detail {
    font-size: 1.2rem;
  }
}
.p-lp-main-detail .-name {
  width: 100%;
  font-size: min(5.2vw, 2.2rem);
  font-weight: bold;
}
.p-lp-main-detail .-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  text-align: right;
  font-weight: bold;
}
@media (width < 768px) {
  .p-lp-main-detail .-price {
    flex-wrap: wrap;
  }
}
.p-lp-main-detail .-price .-basic {
  font-size: min(7vw, 2.4rem);
}
.p-lp-main-detail .-price .-basic span {
  font-size: 150%;
}
.p-lp-main-detail .-price .-tax span {
  font-size: 150%;
}

.p-box-coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px;
  /* background: rgba(255, 255, 255, 0.3); */
  background: linear-gradient(90deg, #FAD562, #FFFCF2, #FFFCF2, #DFA015);
}
@media (width < 768px) {
  .p-box-coupon {
    padding: 50px 20px;
  }
}
.p-box-coupon .p-lp-more-btn {
  width: 100%;
}

.p-box-coupon__title {
  font-size: min(8vw, 2.4rem);
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  border-bottom: 5px double #DFA015;
  /* color: #fff; */
}
.p-box-coupon__title strong {
  font-size: 150%;
  color: #E30413;
}

.p-box-coupon__code {
  /* padding: 20px 35px; */
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(63, 20, 17, 0.6666666667);
}
@media (width < 768px) {
  .p-box-coupon__code {
    width: 100%;
  }
}
.p-box-coupon__code span {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #000;
}
.p-box-coupon__code strong {
  display: block;
  padding: 20px 35px 25px;
  font-size: 180%;
  /* border-top: 5px double #DFA015; */
}
@media (width < 768px) {
  .p-box-coupon__code strong {
    font-size: 10vw;
  }
}

.p-box-coupon__arrow {
  /* margin: 0 10px; */
  margin-left: 10px;
  height: 60px;
  width: 100px;
  clip-path: polygon(0 30%, 60% 30%, 60% 0, 100% 50%, 60% 100%, 60% 70%, 0 70%);
  background: #E30413;
}
@media (width < 768px) {
  .p-box-coupon__arrow {
    /* width: 60px;*/
    height: 50px;
    margin: -10px 0 -30px;
    clip-path: polygon(25% 0, 75% 0, 75% 40%, 100% 40%, 50% 100%, 0 40%, 25% 40%);
  }
}

.p-box-coupon__price {
  text-align: right;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-box-coupon__price p {
  background: linear-gradient(#E30413 40%, #970A12);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  filter: drop-shadow(2px 2px 0px #fff) drop-shadow(0px 2px 0px #fff) drop-shadow(2px 0px 0px #fff) drop-shadow(-2px -2px 0px #fff) drop-shadow(0px -2px 0px #fff) drop-shadow(-2px 0px 2px #fff) drop-shadow(2px 2px 3px rgba(151, 10, 18, 0.3));
}
.p-box-coupon__price .-basic {
  font-size: min(10.5vw, 2.8rem);
}
.p-box-coupon__price .-basic span {
  font-size: 180%;
}
.p-box-coupon__price .-tax {
  font-size: min(6vw, 1.5rem);
}
.p-box-coupon__price .-tax span {
  font-size: 150%;
}

.p-osechi-ju-title {
  position: absolute;
  width: min(10vw, 150px);
}
@media (width < 768px) {
  .p-osechi-ju-title {
    top: 15px;
    left: 15px;
    width: min(17vw, 150px);
  }
}

.p-lp-item-detail {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (width < 768px) {
  .p-lp-item-detail {
    margin-top: 20px;
  }
}

.p-lp-item-detail dt {
  position: relative;
  z-index: 1;
  width: 100px;
  padding: 20px 0;
  margin-right: -50px;
}
@media (width < 768px) {
  .p-lp-item-detail dt {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
    width: 50px;
  }
}

.p-lp-item-detail dd {
  position: relative;
  z-index: 0;
  padding: 20px 30px 20px 80px;
  font-size: 1.2rem;
  border: 1px solid #E30413;
}
@media (width < 768px) {
  .p-lp-item-detail dd {
    padding: 15px 20px 15px 80px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.p-lp-separately-detail {
  margin-top: 30px;
  padding: 20px 30px;
  font-size: 1.2rem;
  border: 1px solid #E30413;
}
@media (width < 768px) {
  .p-lp-separately-detail {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.p-osechi-recommend-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
}
.p-osechi-recommend-item + .p-osechi-recommend-item {
  margin-top: 30px;
}
@media (width < 768px) {
  .p-osechi-recommend-item {
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    padding: 10px 0 5px;
  }
  .p-osechi-recommend-item + .p-osechi-recommend-item {
    margin-top: 20px;
  }
}

.p-osechi-recommend-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-osechi-recommend-title {
    margin-bottom: 20px;
  }
}
.p-osechi-recommend-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-osechi-recommend-title::before, .p-osechi-recommend-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-osechi-recommend-title::after {
  top: calc(50% + 5px);
  height: 2px;
}

.p-lp-recommend-item__text {
  font-size: 1.1rem;
}
.p-lp-recommend-item__text .-title {
  margin-bottom: 20px;
  padding: 15px;
  font-family: "Yuji Syuku", serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 1px 2px #fff;
  background: linear-gradient(90deg, #DFA015, #FAD562 8%, #FFFCF2);
}

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

.p-lp-more-btn a {
  display: grid;
  place-content: center;
  max-width: 600px;
  height: 80px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  /* line-height: 1; */
  text-align: center;
  color: #fff;
  background: linear-gradient(#E30413, #a0231a);
  /* background: linear-gradient(90deg, #FAD562, #FFFCF2, #DFA015); */
  box-shadow: 3px 3px 10px #3F1411;
  border-radius: 50px;
  border: 2px ridge #FFFCF2;
}

