@charset "UTF-8";
/* ----------------------------------------
  Tokens
---------------------------------------- */
/* 「白い枠の下にボタンと同じような影（ホバーしても変化なし）」 */
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

/* ----------------------------------------
  Generic Components
---------------------------------------- */
.c-section {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .c-section {
    padding-top: 4rem;
    margin-top: 10px;
  }
}

.p-section-head {
  position: relative;
  text-align: center;
  margin-bottom: 1.75rem;
}
#p-entry .p-section-head {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #p-entry .p-section-head {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-bottom: 20px;
  }
}
#p-products .p-section-head, #p-products--limited .p-section-head {
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  #p-products .p-section-head, #p-products--limited .p-section-head {
    margin-bottom: -10px;
  }
}
#p-info1 .p-section-head, #p-info2 .p-section-head {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#p-info1 .p-section-head img, #p-info2 .p-section-head img {
  margin-bottom: -40px;
}
#p-articles .p-section-head {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.p-section-head__ribbon {
  display: block;
}
.p-section-head__title {
  max-width: 990px;
  width: 100%;
  margin: auto;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-section-head__title {
    font-size: 2rem;
  }
}
.p-section-head--green .p-section-head__title {
  color: #006837;
}

/* Button */
.c-btn {
  --pad-y: 1.5rem;
  --pad-x: 1.75rem;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 50vh;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1;
  border: 2px solid transparent;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  /* 右側の丸矢印 */
}
@media (max-width: 768px) {
  .c-btn {
    --pad-y: 1.5rem;
    --pad-x: 1.25rem;
    font-size: 1.8rem;
  }
}
.c-btn--sm {
  --pad-y: 0.7rem;
  --pad-x: 1.25rem;
  font-size: 0.875rem;
}
.c-btn--block {
  display: grid;
  width: 100%;
}
.c-btn--align-right {
  margin-left: auto; /* ▼右寄せ */
  min-width: 280px;
}
@media (max-width: 768px) {
  .c-btn--align-right {
    margin-right: auto;
  }
}
.c-btn--align-center {
  margin-left: auto; /* ▼右寄せ */
  margin-right: auto; /* ▼右寄せ */
  min-width: 280px;
}
@media (max-width: 768px) {
  .c-btn--align-center {
    margin-rigcenterht: auto;
  }
}
.c-btn--cp {
  --pad-y: 2.5rem;
  --pad-x: 2.75rem;
  font-size: 3.4rem;
  max-width: 536px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-btn--cp {
    --pad-y: 2rem;
    --pad-x: 2.25rem;
    font-size: 2.2rem;
  }
}
.c-btn--red {
  background: #c9151e;
  color: #fff;
  box-shadow: 0 4px 0 #950b12;
}
.c-btn--red:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #950b12;
  color: #fff;
}
.c-btn--red:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #950b12;
}
.c-btn--green {
  color: #fff;
  background: #009245;
  box-shadow: 0 4px 0 #006837;
}
.c-btn--green:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #006837;
  color: #fff;
}
.c-btn--green:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #006837;
}
.c-btn--gray {
  background: #5b5b5b;
  color: #fff;
  box-shadow: 0 4px 0 #5b5b5b;
}
.c-btn--gray:hover {
  background: #5b5b5b;
  color: #fff;
  box-shadow: 0 4px 0 #5b5b5b;
}
.c-btn--gray:active {
  background: #5b5b5b;
  color: #fff;
  box-shadow: 0 4px 0 #5b5b5b;
}
.c-btn--arrow {
  padding-right: calc(var(--pad-x) + 2rem);
  /* 丸 */
  /* › 風矢印 */
}
.c-btn--arrow::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
}
.c-btn--arrow::before {
  content: "";
  z-index: 1;
  transform: translateY(-50%);
  position: absolute;
  right: 2.2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000555;
  border-right: 0;
}
.c-btn--arrow--red::before {
  border-left: 6px solid #c9151e;
}
.c-btn--arrow--green::before {
  border-left: 6px solid #009245;
}
.c-btn--arrow--gray::before {
  border-left: 6px solid #5b5b5b;
}

.penguin_fes {
  position: relative;
  z-index: 1;
}
.penguin_fes.topbox {
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .penguin_fes.topbox {
    margin-bottom: 4rem;
  }
}
.penguin_fes.bottombox {
  margin-top: 5rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .penguin_fes.bottombox {
    margin-top: 5rem;
  }
}
.penguin_fes:before {
  position: absolute;
  content: "";
  background-image: url(/html/upload/user_data/feature/suicapenguin_festa/img/2025/border_bg.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 120px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5rem;
}
@media (max-width: 768px) {
  .penguin_fes:before {
    background-size: 30px;
    border-radius: 3rem;
  }
}

/* ----------------------------------------
  mv
---------------------------------------- */
.mv {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background: #8cc63f;
  border-radius: 0 0 5rem 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1200px) {
  .mv {
    border-radius: 0 0 3rem 3rem;
  }
}
.mv img {
  width: 100vw !important;
}
.mv--lead {
  padding: 0 1.5rem;
  max-width: 884px;
  width: 100%;
  margin: auto;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}
/* ----------------------------------------
  Entry
---------------------------------------- */
.p-entry {
  text-align: center;
}
.p-entry__copy {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.p-entry__em {
  color: #006837;
  font-weight: 800;
  white-space: nowrap;
}
.p-entry__cta {
  display: grid;
  justify-items: center;
  gap: 2rem;
}
.p-entry__notes {
  list-style: none;
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}
.p-entry__notes li {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  text-align: center;
  font-weight: 600;
}

/* ----------------------------------------
  Products
---------------------------------------- */
.p-products--limited .p-rowcard {
  border-color: #009245;
}
.p-products--limited .p-rowcard__price-num {
  color: #006837;
}

/* 大きい商品カード */
.p-card {
  position: relative;
  display: inline-block;
  margin-top: 9.5rem;
  margin-bottom: 4rem;
  padding: 4rem 7rem;
  border-radius: 2rem;
  background: #fff;
  /* ▼発売開始日バッジ（テキスト幅） */
  /* ▼タイトル直下のバー（テキスト幅） */
}
@media (max-width: 768px) {
  .p-card {
    padding: 3rem 1.5rem 5rem;
    border-radius: 1.4rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-card:last-child {
  margin-bottom: 0;
}
.p-card--red {
  box-shadow: 0 10px 0 #950b12; /* ▼固定影（ホバー変化なし） */
}
.p-card--green {
  box-shadow: 0 10px 0 #006837; /* ▼固定影（ホバー変化なし） */
  border: 2px solid #006837;
}
.p-card--align-right {
  width: max(54%, 720px); /* 右寄せ幅：適宜調整可 */
  margin-left: auto; /* ▼右寄せ */
}
.p-card__list.list-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.p-card__list.list-reverse .p-card:last-child {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-card__list.list-reverse .p-card:last-child {
    margin-bottom: 3rem;
  }
}
.p-card__list.list-reverse .p-card:first-child {
  margin-bottom: 0 !important;
}
.p-card__list .p-card:nth-child(1) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item01_num.svg");
}
.p-card__list .p-card:nth-child(2) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item02_num.svg");
}
.p-card__list .p-card:nth-child(3) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item03_num.svg");
}
.p-card__list .p-card:nth-child(4) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item04_num.svg");
}
.p-card__list .p-card:nth-child(5) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item05_num.svg");
}
.p-card__list .p-card:nth-child(6) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item06_num.svg");
}
.p-card__list .p-card:nth-child(7) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item07_num.svg");
}
.p-card__list .p-card:nth-child(8) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item08_num.svg");
}
.p-card__list .p-card:nth-child(9) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item09_num.svg");
}
.p-card__list .p-card:nth-child(10) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item10_num.svg");
}
.p-card__list .p-card:nth-child(11) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item11_num.svg");
}
.p-card__list .p-card:nth-child(12) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item12_num.svg");
}
.p-card__list .p-card:nth-child(13) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item13_num.svg");
}
.p-card__list .p-card:nth-child(14) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item14_num.svg");
}
.p-card__list .p-card:nth-child(15) .p-card__itemnum {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/item15_num.svg");
}
.p-card__itemnum {
  width: 220px;
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-card__itemnum {
    width: 120px;
    top: -51px;
  }
}
@media (min-width: 1057px) {
  .p-card:nth-child(odd) .p-card__inner {
    grid-template-columns: 1fr clamp(200px, 30vw, 420px);
  }
  .p-card:nth-child(odd) .p-card__media {
    order: 2;
  }
  .p-card:nth-child(odd) .p-card__body {
    order: 1;
  }
}
.p-card__inner {
  display: grid;
  grid-template-columns: clamp(200px, 30vw, 420px) 1fr;
  gap: 9rem;
}
@media (max-width: 1056px) {
  .p-card__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-card__media {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 1056px) {
  .p-card__media {
    width: 70%;
    max-width: 300px;
    margin: auto;
  }
}
.p-card__media img {
  border: 2px solid #f7f7f7;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
.p-card__media:before {
  z-index: -1;
  border-radius: 1rem;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(167, 255, 1, 0.33) 4px, rgba(167, 255, 1, 0.33) 8px);
}
.p-card__body {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 0.75rem;
}
.p-card__badge {
  background-image: url("/html/upload/user_data/feature/suicapenguin_festa/img/2025/saledays_bg.svg");
  background-repeat: no-repeat;
  width: 112px;
  height: 112px;
  display: inline-block;
  color: #fff;
  border-radius: 50vh;
  padding: 1rem;
  margin: 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .p-card__badge {
    width: 23vw;
    height: 23vw;
    margin-left: auto;
    margin-top: -20vw;
    position: relative;
    z-index: 1;
  }
}
.p-card__badge .salesicon {
  width: 20px;
}
@media (max-width: 768px) {
  .p-card__badge .salesicon {
    width: 3.5vw;
  }
}
.p-card__badge .toptext {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-card__badge .toptext {
    font-size: 2.5vw;
  }
}
.p-card__badge .daystext {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .p-card__badge .daystext {
    font-size: 3.75vw;
  }
}
.p-card__badge .daystext span {
  font-size: 0.75em;
}
.p-card__badgeandtitle {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-card__badgeandtitle {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.p-card__shop {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .p-card__shop {
    gap: 0.5rem;
  }
}
.p-card__shop .shopicon {
  margin: 0;
  display: flex;
  gap: 1rem;
  color: #fff;
  background: #009245;
  border-radius: 50vh;
  padding: 0.75rem 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .p-card__shop .shopicon {
    padding: 0.55rem 1rem;
  }
}
.p-card__shop .shopicon img {
  width: 17px;
}
.p-card__shop .shopicon span {
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
}
.p-card__shop .shoplink {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
  display: flex;
  gap: 0.5rem;
  line-height: 1;
  transition: 0.3s;
}
.p-card__shop .shoplink:hover {
  color: #009245;
}
.p-card__shop .shoplink img {
  width: 11px;
}
.p-card__title {
  font-feature-settings: "palt";
  margin: 0;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .p-card__title {
    font-size: 2rem;
  }
}
.p-card__price {
  margin: 0.35rem 0 0;
  color: #c9151e;
  font-weight: 800;
  line-height: 1;
  margin-left: auto;
}
.p-card__price-tax {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-card__price-tax {
    font-size: 1rem;
  }
}
.p-card__price-num {
  font-size: 4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-card__price-num {
    font-size: 3rem;
  }
}
.p-card__price-yen {
  margin-left: 0.25rem;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-card__price-yen {
    font-size: 2rem;
  }
}
.p-card__text {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  line-height: 2.4;
  padding-top: 2rem;
  border-top: 2px solid #f7f7f7;
}
@media (max-width: 768px) {
  .p-card__text {
    line-height: 1.4;
  }
}

/* 横並びカード */
.p-rowcard {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 0 #006837; /* ▼固定影 */
}
.p-rowcard__thumb {
  aspect-ratio: 4/3;
  background: #f7f7f7;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-rowcard__meta {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}
.p-rowcard__badge {
  display: inline-block;
  background: #1d1d1d;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
  box-shadow: inset 0 0 0 2px #4a4a4a;
}
.p-rowcard__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-rowcard__price {
  margin: 0.25rem 0;
  color: #c9151e;
  font-weight: 800;
}
.p-rowcard__price-num {
  font-size: 1.5rem;
}
.p-rowcard__text {
  font-size: 0.875rem;
  color: #000;
}

/* ----------------------------------------
  Feature banner
---------------------------------------- */
.p-feature {
  text-align: center;
}
.p-feature__banner {
  display: inline-block;
  margin: auto;
  transition: 0.3s;
}
.p-feature__banner:hover {
  opacity: 0.7;
}

/* ----------------------------------------
  Info (イベント/関連)
---------------------------------------- */
.p-info .p-section-head {
  margin-bottom: 1.25rem;
}
.p-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 4rem 7rem;
  border-radius: 2rem;
  background: #fff;
  border: 2px solid #009245;
  box-shadow: 0 10px 0 #006837; /* ▼固定影 */
}
@media (max-width: 768px) {
  .p-info__grid {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    border-radius: 1.4rem;
    gap: 2rem;
  }
}
.p-info__texts {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.p-info__thumb {
  border-radius: 0.5rem;
  overflow: hidden;
  margin: auto;
  transition: 0.3s;
}
.p-info__thumb:hover {
  opacity: 0.7;
}
.p-info__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-dl {
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.p-dl__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding-block: 2rem;
  border-bottom: 2px solid #8cc63f;
}
@media (max-width: 768px) {
  .p-dl__row {
    padding-block: 1rem;
  }
}
.p-dl__row:first-child {
  padding-top: 0;
}
.p-dl__row:last-child {
  border-bottom: none;
}
.p-dl__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #009245;
}
.p-dl__term {
  width: 160px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  background: #000;
  border-radius: 50vh;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .p-dl__term {
    width: 130px;
    font-size: 1.4rem;
    padding: 0.5rem 1.25rem;
  }
}
.p-dl__desc {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
}
.p-dl__desc > .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006837;
}
@media (max-width: 768px) {
  .p-dl__desc > .title {
    font-size: 1.6rem;
  }
}
.p-dl__desc.title {
  font-size: 2.4rem;
  color: #006837;
}
@media (max-width: 768px) {
  .p-dl__desc.title {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------
  Articles
---------------------------------------- */
.p-articles {
  margin-top: 2rem;
}
.p-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.p-articles__card {
  display: grid;
  text-decoration: none;
  color: inherit;
  border-radius: 2rem;
  background: #fff;
  border: 2px solid #009245;
  box-shadow: 0 10px 0 #006837; /* ▼固定影 */
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-articles__card {
    border-radius: 1.4rem;
  }
}
.p-articles__card:hover {
  opacity: 0.7;
}
.p-articles__card:hover .p-articles__text {
  color: #000;
}
.p-articles__thumb {
  width: 100% !important;
  object-fit: cover;
}
.p-articles__text {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2rem;
}

/* ----------------------------------------
  Caution
---------------------------------------- */
.p-caution {
  margin-top: 3rem;
}
.p-caution__box {
  border-radius: 0.75rem;
  background: #fff;
  padding: 4rem 7rem;
  border: 2px solid #009245;
  box-shadow: 0 10px 0 #006837;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-caution__box {
    border-radius: 1.4rem;
    padding: 3rem 1.5rem;
  }
}
.p-caution__text {
  margin: 0;
  font-size: 1.4rem;
  color: #000;
  text-indent: -1.4rem;
}/*# sourceMappingURL=style2025.css.map */