@charset "UTF-8";

/* =====================
   ハロウィン特集
   ======================= */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins&family=Zen+Old+Mincho&display=swap");

/* -------------------- ページ内共通 -------------------- */

:root {
  --h_font_sansserif: "Noto Sans JP", sans-serif;
  --h_font_serif: "Zen Old Mincho", serif;
  --h_font_num: "Poppins", "Noto Sans JP", sans-serif;
  --h_c_blk: #171717;
  --h_c_wht: #fff;
  /* Halloween palette - light, elegant, Kobe Frantz */
  --h_c_orange: #ff7c1d;
  --h_c_orange_light: #ffe7d1;
  --h_c_cream: #faf0e4;
  --h_c_ivory: #fdf7ec;
  --h_c_mauve: #D8BFC5;
  --h_c_mauve_light: #fbeeed;
  --h_c_greige: #f0ebe5;
  --h_c_brown: #310d04;
  --h_c_red: #c60032;
  --c_cat_egift: #42c6c5;
  --h_filter_red: invert(16%) sepia(67%) saturate(6136%) hue-rotate(335deg) brightness(77%) contrast(116%);
  --h_filter_blk: invert(0%) sepia(7%) saturate(141%) hue-rotate(55deg) brightness(91%) contrast(82%);
  --h_filter_wht: brightness(0) invert(1);
  --h_filter_egift: invert(68%) sepia(42%) saturate(567%) hue-rotate(122deg) brightness(92%) contrast(87%);
  --h_anim: all 0.4s ease;
}

.halloween {
  color: #000;
  font-family: var(--h_font_sansserif);
  overflow-x: hidden;
}

.halloween-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.halloween-ttl-icon {
  width: 27px;
  margin: 0 auto 4px;
}

.halloween-slider-scroll .halloween-slider .swiper-wrapper::after {
  content: "";
  width: 15px;
  margin-left: -16px;
  flex-shrink: 0;
}

.halloween-slider-item-txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.halloween-slider-item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.halloween-slider-item-tag > li {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 100px;
  padding: 0 6px;
}

.halloween-slider-item-tag-ec {
  border: 1px solid var(--h_c_red);
  background: var(--h_c_wht);
  color: var(--h_c_red);
}

.halloween-slider-item-tag-include {
  border: 1px solid #61B2D4;
  background: #61B2D4;
  color: var(--h_c_wht);
}

.halloween-slider-item-tag-free {
  border: 1px solid #678FBA;
  background: #678FBA;
  color: var(--h_c_wht);
}

.halloween-slider-item-tag-limited {
  border: 1px solid var(--h_c_red);
  background: var(--h_c_red);
  color: var(--h_c_wht);
}

.halloween-btn > span {
  flex-grow: 1;
}

.halloween-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  flex-shrink: 0;
  filter: var(--h_filter_wht);
  transition: var(--h_anim);
}

.halloween-btn:visited,
.halloween-btn:active,
.halloween-btn:hover {
  color: var(--h_c_wht);
}

.halloween-btn--egift {
  background: var(--c_cat_egift);
  border-color: var(--c_cat_egift);
}

.halloween-frame {
  position: relative;
  padding: 0;
  background: transparent;
}

.halloween-frame::before {
  display: none;
}

.halloween-frame > * {
  position: relative;
}

.halloween-frame:nth-of-type(odd) {
  background: transparent;
}

/* -------------------- Pagetop -------------------- */

#pagetop {
  display: none !important;
}

.halloween-pagetop {
  position: fixed;
  right: 10px;
  bottom: 82px;
  z-index: 500;
  width: 40px;
  transition: var(--h_anim);
  opacity: 0;
  visibility: hidden;
}

.halloween-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/* -------------------- MV -------------------- */

.halloween-mv-ttl img {
  width: 100%;
}

.halloween-mv-txtbox {
  padding: 50px 0 60px;
  font-family: var(--h_font_serif);
  text-align: center;
  background: var(--h_c_orange);
}

.halloween-mv-lead {
  color: var(--h_c_red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}

.halloween-mv-txt {
  color: #1A1919;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* -------------------- ハロウィン限定 -------------------- */

/* -------------------- チョコレート -------------------- */

/* -------------------- その他のスイーツを探す -------------------- */

.halloween-search-subttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 1em;
  color: var(--h_c_red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 40px 0 20px;
}

.halloween-search-subttl::before,
.halloween-search-subttl::after {
  content: "・・・";
  font-size: 10px;
  font-weight: 700;
}

.halloween-search-category {
  margin: 24px 0 0;
}

.halloween-search-category-item a {
  text-align: center;
  display: block;
  color: var(--h_c_blk);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.halloween-search-category-item a > div {
  background: var(--h_c_orange);
  border-radius: 6px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  margin-bottom: 8px;
}

.halloween-search-category-item a > div img {
  width: 60px;
}

.halloween-search-category-item a > div:after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(../images/valentine/search_arrow01.png) no-repeat center/contain;
}

.halloween-search-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}

.halloween-search-price-item a {
  display: block;
  background: var(--h_c_orange);
  text-align: center;
  border-radius: 100px;
  font-family: var(--h_font_num);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 16px 0;
  border: 1px solid var(--h_c_wht);
  color: var(--h_c_blk);
}

/* -------------------- eギフト -------------------- */

/* -------------------- Ranking / Recommend 共通 -------------------- */

/* -------------------- プリン -------------------- */

/* -------------------- ケーキ -------------------- */

/* -------------------- 焼き菓子・その他 -------------------- */

/* -------------------- ハロウィンのおすすめコンテンツ -------------------- */

.halloween-voice {
  padding: 80px 0;
  background: var(--h_c_wht);
}

.halloween-voice:last-child {
  padding-bottom: 0;
}

.halloween-voice-header {
  text-align: center;
  margin-bottom: 40px;
}

.halloween-voice-ttl {
  color: var(--h_c_brown);
  font-family: "linotype-didot", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.halloween-voice-subttl {
    margin-top: 10px;
    color: var(--h_c_red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.halloween-voice-item {
  margin: 0 0 40px;
}

.halloween-voice-item:last-child {
  margin-bottom: 0;
}

.halloween-voice-item-img {
  margin: 0 0 20px;
}

.halloween-voice-item-img img {
  width: 100%;
}

.halloween-voice-item-ttl {
  color: var(--h_c_red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.halloween-voice-item-txt {
  font-size: 12px;
  line-height: 2;
}

.halloween-voice-item-txt strong {
  color: var(--h_c_red);
  font-weight: 700;
}

.halloween-voice-item-more {
  margin: 10px 0 0;
  text-align: right;
}

.halloween-voice-item-more a {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  padding-bottom: 6px;
  color: var(--h_c_blk);
  border-bottom: 1px solid var(--h_c_blk);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.halloween-voice-item-more a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  filter: var(--h_filter_blk);
  flex-shrink: 0;
}

/* スマホのみ
   ------------------------ */

@media (max-width: 1199px) {
  .u-onlyPC {
    display: none !important;
  }
}

/* PC
   ------------------------ */

@media (min-width: 1200px) {
  .u-onlySP {
    display: none !important;
  }
  /* -------------------- ページ内共通 -------------------- */
  
  .halloween-ttl-icon {
    width: 100px;
    margin-bottom: 8px;
  }
  
  
  /* -------------------- Pagetop -------------------- */
  /* -------------------- MV -------------------- */
  /* -------------------- ハロウィン限定 -------------------- */
  /* -------------------- チョコレート -------------------- */
  /* -------------------- その他のスイーツを探す -------------------- */
  /* -------------------- eギフト -------------------- */
  /* -------------------- Ranking / Recommend 共通 -------------------- */
  /* -------------------- プリン -------------------- */
  /* -------------------- ケーキ -------------------- */
  /* -------------------- 焼き菓子・その他 -------------------- */
  /* -------------------- ハロウィンのおすすめコンテンツ -------------------- */
}

@media (min-width: 1200px) {
  .halloween-slider-scroll .halloween-slider .swiper-wrapper::after {
    display: none;
  }
  .halloween-slider {
    padding: 0 15px;
    margin: 0 -15px;
  }
}

@media (min-width: 1200px) and (min-width: 1280px) {
  .halloween-slider {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  
  
  
  .halloween-slider-item-txt {
    font-size: 13px;
  }
  
  
  .halloween-slider-item-tag > li {
    font-size: 12px;
    padding: 0 14px 1px;
  }
  .halloween-slider-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--h_c_wht);
    position: absolute;
    top: 0;
    margin-top: calc((100% - 60px - 60px) / 3 / 2);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--h_anim);
  }
}

@media (min-width: 1200px) and (min-width: 1280px) {
  .halloween-slider-arrow {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 1200px) and (min-width: 1328px) {
  .halloween-slider-arrow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 1200px) {
  .halloween-slider-arrow::before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../images/common/arrow.png) no-repeat center/contain;
    filter: var(--h_filter_blk);
  }
  .halloween-slider-arrow--prev {
    left: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1328px) {
  .halloween-slider-arrow--prev {
    left: 34px;
  }
}

@media (min-width: 1200px) {
  .halloween-slider-arrow--prev::before {
    transform: scale(-1, 1);
  }
  .halloween-slider-arrow--next {
    right: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1328px) {
  .halloween-slider-arrow--next {
    right: 34px;
  }
}

@media (min-width: 1200px) {
  .halloween-slider-arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .halloween-btn {
    width: 378px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px 17px;
  }
  .halloween-btn::after {
    width: 20px;
    height: 20px;
  }
  .halloween-frame {
    padding: 0;
  }
  .halloween-frame::before {
    display: none;
  }
  
  
  
  
  
  .halloween-pagetop {
    right: 40px;
    bottom: 40px;
    width: 100px;
  }
  .halloween-mv {
    position: relative;
    background: var(--h_c_orange);
  }
  .halloween-mv::before {
    display: none;
  }
  .halloween-mv-header {
    position: relative;
  }
  .halloween-mv-bg img {
    width: 100%;
  }
  .halloween-mv-ttl {
    width: 1152px;
    display: grid;
    grid-template-columns: 712px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: -103px auto 0;
  }
  .halloween-mv-txtbox {
    padding: 50px 0 90px;
    position: relative;
    z-index: 2;
  }
  .halloween-mv-lead {
    color: var(--h_c_brown);
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .halloween-mv-txt {
    color: var(--h_c_brown);
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
  }
  
  
  
  
  
  
  
  
  .halloween-search {
    padding: 60px 0;
  }
  
  
  
  
  
  .halloween-search-subttl {
    font-size: 22px;
    margin: 80px 0 40px;
  }
  .halloween-search-subttl::before,
  .halloween-search-subttl::after {
    content: "・・・・・";
    font-size: 12px;
  }
  .halloween-search-category {
    margin-top: 40px;
  }
  .halloween-search-category-item a {
    font-size: 18px;
  }
  .halloween-search-category-item a > div {
    border-radius: 10px;
    padding: 15px 0 10px;
    row-gap: 5px;
    margin-bottom: 12px;
  }
  .halloween-search-category-item a > div img {
    width: 100px;
  }
  .halloween-search-category-item a > div::after {
    width: 18px;
    height: 10px;
  }
  .halloween-search-price {
    grid-template-columns: repeat(3, 280px);
    gap: 22px 40px;
    justify-content: center;
  }
  .halloween-search-price-item a {
    font-size: 22px;
    padding: 23px 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .halloween-voice {
    padding: 140px 0;
  }
  .halloween-voice-header {
    margin-bottom: 80px;
  }
 .halloween-voice-ttl {
    font-size: 100px;
  }
  
  .halloween-voice-item {
    margin-bottom: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .halloween-voice-item-img {
    flex: 0 1 41.667%;
  }
  .halloween-voice-item-txtbox {
    flex: 0 1 53.333%;
  }
  .halloween-voice-item-ttl {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .halloween-voice-subttl {
    margin-top: 24px;
    font-size: 22px;
  }
  .halloween-voice-item-txt {
    font-size: 15px;
  }
  .halloween-voice-item-more a {
    font-size: 14px;
    padding-bottom: 12px;
    column-gap: 15px;
  }
  .halloween-voice-item-more a::after {
    width: 18px;
    height: 18px;
  }
}

/* ==================================================
   Halloween Limited Collection
   ================================================== */

.halloween-day {
  padding: 60px 0 80px;
  background: #f7982a;
}

/* =====================
   HEAD
   ===================== */

.halloween-limited-head {
  margin: 0 auto 35px;
  text-align: center;
}

.halloween-limited-en {
  margin: 0 0 8px;
  color: var(--h_c_red);
}

.halloween-limited-title,
.halloween-other-title {
  margin: 0;
  color: var(--h_c_brown);
}

.halloween-limited-lead {
  margin: 15px auto 0;
  color: var(--h_c_brown);
}

/* =====================
   共通ラベル
   ===================== */

.halloween-product-label {
  display: inline-block;
  margin: 0 0 9px;
  padding: 4px 10px 5px;
  border-radius: 100px;
  background: var(--h_c_red);
  color: #fff;
}

/* ==================================================
   MAIN PRODUCT
   ================================================== */

/* ---------------------
   メイン写真
   ---------------------- */

/* ---------------------
   商品情報
   ---------------------- */

/* ==================================================
   MAIN GALLERY
   ================================================== */

/* ==================================================
   OTHER
   ================================================== */

.halloween-other-products {
  margin-top: 65px;
}

.halloween-other-head {
  margin: 0 auto 28px;
  text-align: center;
}

/* ==================================================
   OTHER PRODUCT BLOCK
   ================================================== */

/* ---------------------
   商品と箱
   ---------------------- */

.halloween-other-product-photo,
.halloween-other-package {
  min-width: 0;
}

.halloween-other-product-photo img,
.halloween-other-package img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ---------------------
   商品情報
   ---------------------- */

/* ---------------------
   商品を見る
   ---------------------- */

.halloween-other-btn:visited,
.halloween-other-btn:hover,
.halloween-other-btn:active {
  color: #fff;
}

/* ==================================================
   PC
   ================================================== */

@media (min-width: 1200px) {
  .halloween-day {
    padding: 90px 0 120px;
  }
  /* HEAD */
  .halloween-limited-head {
    margin-bottom: 55px;
  }
  .halloween-limited-lead {
    margin-top: 20px;
  }
  /* =====================
     MAIN
     ====================== */
  
  
  
  
  /* ---------------------
     サブ写真
     ---------------------- */
  
  
  
  
  /* =====================
     OTHER
     ====================== */
  .halloween-other-products {
    max-width: 1100px;
    margin: 100px auto 0;
  }
  .halloween-other-head {
    margin-bottom: 45px;
  }
  /* ---------------------
     1商品ずつ横長
     ---------------------- */
  
  
  
}

/* =========================================================
   HALLOWEEN / SP調整
   ========================================================= */

/* =========================================================
   HALLOWEEN / OTHER 商品別セクション
   ========================================================= */

.halloween-item-title {
  margin: 0;
  /*font-size: 26px;*/
  font-weight: 500;
  line-height: 1.5;
  color: #8f1f28;
}

/* -----------------------------------------
   大きなカテゴリービジュアル
   ----------------------------------------- */

/* -----------------------------------------
   商品情報
   ----------------------------------------- */

.halloween-item-info {
  padding: 45px 40px;
}

.halloween-item-copy {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 2;
}

.halloween-item-price {
  margin: 28px 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #8f1f28;
}

.halloween-item-price span {
  margin-left: 8px;
  font-size: 16px;
}

/* =========================================================
   HALLOWEEN / PRODUCT
   PC：左スライダー＋右商品情報
   SP：上スライダー＋下商品情報
   ========================================================= */

/* ---------------------------------------------------------
   商品ブロック共通
   --------------------------------------------------------- */

.halloween-item-section {
  overflow: hidden;
  background: var(--h_c_ivory);
  border-radius: 10px;
}

.halloween-item-section + .halloween-item-section {
  margin-top: 80px;
}

/* ---------------------------------------------------------
   IMAGE SLIDER
   --------------------------------------------------------- */

.halloween-image-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: var(--h_c_wht);
}

/* スライド */
.halloween-image-slider .swiper-wrapper {
  align-items: stretch;
}

.halloween-image-slider .swiper-slide {
  width: 100%;
  overflow: hidden;
  background: var(--h_c_wht);
}

/* 画像共通 */
.halloween-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 商品イメージ */
.halloween-image-slider .halloween-other-product-photo img {
  object-fit: cover;
}

/* パッケージ・詳細画像 */
.halloween-image-slider .halloween-other-package {
  background: var(--h_c_wht);
}

.halloween-image-slider .halloween-other-package img {
  object-fit: contain;
}

/* =========================================================
   IMAGE SLIDER / ARROW
   ========================================================= */

.halloween-image-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.92);

  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);

  transform: translateY(-50%);
  cursor: pointer;

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
}

/* 左右位置 */
.halloween-image-arrow--prev {
  left: 16px;
}

.halloween-image-arrow--next {
  right: 16px;
}

/* 矢印 */
.halloween-image-arrow::before {
  content: "";
  position: absolute;
  top: 50%;

  width: 10px;
  height: 10px;

  border-top: 2px solid var(--h_c_red);
  border-right: 2px solid var(--h_c_red);
}

/* ← */
.halloween-image-arrow--prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

/* → */
.halloween-image-arrow--next::before {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

/* 端まで来たら非表示 */
.halloween-image-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* hover */
@media (hover: hover) {

  .halloween-image-arrow:hover {
    background: var(--h_c_wht);
    opacity: 0.8;
  }

}

/* =========================================================
   商品情報
   ========================================================= */

.halloween-item-info {
  box-sizing: border-box;
}

.halloween-item-info .halloween-product-label {
  align-self: flex-start;
  width: fit-content;
  margin-bottom: 10px;
}

.halloween-item-info .halloween-item-title {
  margin: 0 0 8px;
}

.halloween-item-copy {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 2;
}

.halloween-item-price {
  margin: 28px 0 0;
  color: var(--h_c_red);
  font-family: var(--h_font_num);
  font-size: 22px;
  font-weight: 700;
}

.halloween-item-price span {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

/* =========================================================
   PC
   左：画像スライダー
   右：商品情報
   ========================================================= */

@media screen and (min-width: 768px) {

  .halloween-item-section {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: stretch;
  }

  /* 横長すぎず、画像を大きく見せる */
  .halloween-image-slider {
    aspect-ratio: 1 / 1;
    border-radius: 10px 0 0 10px;
  }

  .halloween-image-slider .swiper-wrapper,
  .halloween-image-slider .swiper-slide {
    height: 100%;
  }

  /* 右側の商品情報 */
  .halloween-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
    padding: 45px 40px;
  }

}

/* =========================================================
   SP
   上：画像
   下：商品情報
   ========================================================= */

@media screen and (max-width: 767px) {

  .halloween-item-section {
    display: block;
  }

  .halloween-item-section + .halloween-item-section {
    margin-top: 56px;
  }

  /* SPは正方形 */
  .halloween-image-slider {
    aspect-ratio: 1 / 1;
    border-radius: 10px 10px 0 0;
  }

  .halloween-image-slider .swiper-wrapper,
  .halloween-image-slider .swiper-slide {
    height: 100%;
  }

  /* 矢印を少し小さく */
  .halloween-image-arrow {
    width: 40px;
    height: 40px;
  }

  .halloween-image-arrow--prev {
    left: 10px;
  }

  .halloween-image-arrow--next {
    right: 10px;
  }

  .halloween-image-arrow::before {
    width: 9px;
    height: 9px;
  }

  .halloween-image-arrow--prev::before {
    left: 17px;
  }

  .halloween-image-arrow--next::before {
    right: 17px;
  }

  /* 商品情報 */
  .halloween-item-info {
    width: 100%;
    padding: 24px 20px 30px;
  }

  .halloween-item-copy {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }

  .halloween-item-price {
    margin-top: 22px;
    font-size: 21px;
  }

  .halloween-item-price span {
    font-size: 15px;
  }

}

/* =========================================================
   CURRENT SECTIONS
   autumn / search / egift / baked / pudding / choco / cake
   ========================================================= */

/* ---------------------------------------------------------
   Section backgrounds
   --------------------------------------------------------- */

#halloween-autumn {
  background: #d47d4a;
}

#halloween-egift {
  background: var(--h_c_ivory);
}

#halloween-baked {
  background: var(--h_c_greige);
}

#halloween-pudding {
  background: var(--h_c_cream);
}

#halloween-choco {
  background: var(--h_c_mauve_light);
}

#halloween-cake {
  background: var(--h_c_ivory);
}

/* ---------------------------------------------------------
   Category common
   --------------------------------------------------------- */

.halloween .halloween-category {
  width: 100%;
  padding: 90px 40px;
  box-sizing: border-box;
}

.halloween .halloween-category-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 38px;
  overflow: hidden;
  background: var(--h_c_wht);
}

.halloween .halloween-category-header-txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px 40px;
  text-align: center;
  box-sizing: border-box;
  color: var(--h_c_brown);
}

.halloween .halloween-category-header-ttl {
  margin-bottom: 20px;
}

.halloween .halloween-category-header-ttl-jp {
  margin: 0;
  /*color: var(--h_c_wht);*/
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.halloween .halloween-category-header-txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.halloween .halloween-category-header-img {
  min-width: 0;
  overflow: hidden;
}

.halloween .halloween-category-header-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
   Category Swiper
   --------------------------------------------------------- */

.halloween .halloween-category > .halloween-slider {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  min-width: 0;
}

.halloween .halloween-category > .halloween-slider .swiper-wrapper {
  align-items: stretch;
  min-width: 0;
}

.halloween .halloween-category > .halloween-slider .swiper-slide {
  height: auto;
  min-width: 0;
  box-sizing: border-box;
}

.halloween .halloween-product-card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.halloween .halloween-product-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--h_c_wht);
}

.halloween .halloween-product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.halloween .halloween-product-card-name {
  margin: 14px 0 0;
/*  color: #333;*/
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.halloween .halloween-product-card-price {
  margin: 8px 0 0;
  color: var(--h_c_red);
  font-family: var(--h_font_num);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.halloween .halloween-product-card-price span {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
}

/* ---------------------------------------------------------
   Category Swiper arrows
   --------------------------------------------------------- */

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transform: translateY(-50%);
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--h_c_red);
  border-right: 2px solid var(--h_c_red);
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow--prev {
  left: 8px;
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow--prev::before {
  left: 17px;
  transform: translateY(-50%) rotate(-135deg);
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow--next {
  right: 8px;
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow--next::before {
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

.halloween .halloween-category > .halloween-slider .halloween-slider-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ---------------------------------------------------------
   More link
   --------------------------------------------------------- */

.halloween .halloween-category-more {
  margin-top: 38px;
  text-align: center;
}

.halloween .halloween-category-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 378px;
  margin: 0 auto;
  padding: 15px 18px 17px;
  border: 1px solid var(--h_c_red);
  border-radius: 999px;
  background: #c60032;
  color: var(--h_c_wht);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

/* eGIFT button: category common colorより優先 */
.halloween .halloween-category-more a.halloween-btn--egift {
  background: var(--c_cat_egift);
  border-color: var(--c_cat_egift);
}

@media (hover: hover) {
  .halloween .halloween-category-more a:hover {
    opacity: 1;
    background: var(--h_c_wht);
    border-color: var(--h_c_red);
    color: var(--h_c_red);
  }

  .halloween .halloween-category-more a:hover::after {
    filter: var(--h_filter_red);
  }

  .halloween .halloween-category-more a.halloween-btn--egift:hover {
    background: var(--h_c_wht);
    border-color: var(--c_cat_egift);
    color: var(--c_cat_egift);
  }

  .halloween .halloween-category-more a.halloween-btn--egift:hover::after {
    filter: var(--h_filter_egift);
  }
}

/* ---------------------------------------------------------
   Search / その他のスイーツを探す
   --------------------------------------------------------- */

.halloween .halloween-search {
  width: 100%;
  margin: 0;
  padding: 90px 40px;
  box-sizing: border-box;
}

.halloween-selection-header-ttl {
  font-size: 50px;
  font-weight: 700;
  font-family: linotype-didot, serif;
  line-height: 1.2;
}

@media (hover: hover) {
  .halloween .halloween-search-item:hover {
    background: var(--h_c_red);
    color: var(--h_c_wht);
  }
  .halloween .halloween-search-item:hover .halloween-search-en {
    color: var(--h_c_wht);
  }
}

/* ---------------------------------------------------------
   SP
   --------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .halloween .halloween-category,
  .halloween .halloween-search {
    padding: 64px 16px;
  }
  .halloween .halloween-category-header {
    display: block;
    margin-bottom: 28px;
  }
  .halloween .halloween-category-header-txtbox {
    padding: 34px 20px;
  }
  .halloween .halloween-category-header-ttl {
    margin-bottom: 16px;
  }
  
  .halloween .halloween-category-header-txt,
  .halloween .halloween-search-head-lead {
    font-size: 14px;
    line-height: 1.85;
  }
  /* SPは2.15枚表示をSwiper JS側で指定 */
  .halloween .halloween-product-card-name {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }
  .halloween .halloween-product-card-price {
    margin-top: 6px;
    font-size: 14px;
  }
  .halloween .halloween-product-card-price span {
    font-size: 11px;
  }
  .halloween .halloween-category > .halloween-slider .halloween-slider-arrow {
    display: none;
  }
  .halloween .halloween-category-more {
    margin-top: 30px;
  }
  .halloween .halloween-category-more a {
    width: min(78%, 280px);
    min-width: 0;
    min-height: 44px;
    padding: 9px 20px;
    font-size: 13px;
  }
  
  
  
  
  .halloween-selection-header-ttl {
    font-size: 30px;
    font-weight: 700;
    font-family: linotype-didot, serif;
    line-height: 1.2;
  }
  .halloween-category-header-ttl-jp {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--h_font_sansserif);
  }
  .halloween-category-lead {
    font-size: 12px;
    line-height: 1.8;
    margin: 20px auto;
    width: fit-content;
  }
}

/* =========================================================
   CATEGORY SWIPER / MOBILE OVERFLOW FIX
   ========================================================= */

@media screen and (max-width: 767px) {
  /* 2.15枚表示はSwiper JSで作る。container自体は画面外へはみ出させない */
  .halloween .halloween-category > .halloween-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

.halloween-item-info .halloween-product-label {
  margin-bottom: 10px;
}

.halloween-item-info .halloween-item-title {
  margin: 0 0 8px;
}

/* 秋スイーツ以降 共通 */

.halloween-category-header {
  border-radius: 10px;
  overflow: hidden;
}

.halloween-product-card-image {
  border-radius: 10px;
  overflow: hidden;
}

.halloween-category-more a {
  border-radius: 999px;
}

/* 秋スイーツ */

#halloween-autumn .halloween-category-header-txtbox {
  background: #f7d7bd;
}

/* eGIFT */

#halloween-egift .halloween-category-header-txtbox {
  background: var(--c_cat_egift);
  color: var(--h_c_wht);
}

/* 焼き菓子・その他 */

#halloween-baked .halloween-category-header-txtbox {
  background: #ddd1c7;
}

/* プリン */

#halloween-pudding .halloween-category-header-txtbox {
  background: #eed9bf;
}

/* チョコレート */

#halloween-choco .halloween-category-header-txtbox {
  background: #ecd4d7;
}

/* ケーキ */

#halloween-cake .halloween-category-header-txtbox {
  background: #eee3d7;
}

.halloween-search {
  padding: 80px 20px;
  background: #f7f2ea;
}

.halloween-search-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.halloween-search-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 32px;
}

.halloween-search-category-item {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .halloween-search {
    padding: 60px 16px;
  }
  
  .halloween-search-category {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
  
  
  
}

/* SP */

.halloween-item-section + .halloween-item-section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .halloween-item-section + .halloween-item-section {
    margin-top: 56px;
  }
}

/* Halloweenメイン */

/* その他Halloween */

/* その後の商品を探す */

@media (min-width: 1200px) {
  .halloween-category-lead {
    margin: 40px auto 60px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
  }
}

/* hover
   ------------------------ */

@media (hover: hover) {
  .halloween-slider-arrow:hover {
    opacity: 0.7;
  }
  .halloween-btn:hover {
    opacity: 1;
    background: var(--h_c_wht);
    color: var(--h_c_red);
  }
  .halloween-btn:hover::after {
    filter: var(--h_filter_red);
  }
}


/* =========================================================
   Coming Soon オーバーレイ（神戸赤煉瓦）
   ========================================================= */

.halloween-product-card-image--comingsoon {
  position: relative;
}

.halloween-comingsoon-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
}

.halloween-comingsoon-text {
  color: #fff;
  font-family: var(--h_font_num);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .halloween-comingsoon-text {
    font-size: 20px;
  }
}