@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}
#contents {
  background-color: #923b7c;
  background-image: linear-gradient(350deg, rgba(219, 180, 205, 1) 6%, rgba(195, 125, 170, 1) 21%, rgba(195, 125, 169, 1) 37%, rgba(178, 99, 152, 1) 46%, rgba(164, 78, 139, 1) 52%, rgba(195, 125, 170, 1) 77%, rgba(220, 180, 205, 1) 84%, rgba(219, 180, 205, 1) 94%);
  margin: 0;
  position: relative;
  z-index: 1;
}
/*#contents::before {
  content: "";
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: linear-gradient(320deg, rgba(99, 57, 105, 1) 6%, rgba(128, 63, 114, 1) 21%, rgba(195, 125, 169, 1) 37%, rgba(178, 99, 152, 1) 46%, rgba(164, 78, 139, 1) 62%, rgba(195, 125, 170, 1) 77%, rgba(220, 180, 205, 1) 84%, rgba(219, 180, 205, 1) 94%);
}*/
@media (max-width: 736px) {
  div#contents {
    background-color: #923b7c;
    background-image: linear-gradient(350deg, rgba(219, 180, 205, 1) 6%, rgba(195, 125, 170, 1) 21%, rgba(195, 125, 169, 1) 37%, rgba(178, 99, 152, 1) 46%, rgba(164, 78, 139, 1) 52%, rgba(195, 125, 170, 1) 77%, rgba(220, 180, 205, 1) 84%, rgba(219, 180, 205, 1) 94%);
  }
}
/*===============================================
●共通
===============================================*/
#rum-raisin_cp .ribbon, .title, .new {
  visibility: hidden;
}
#rum-raisin_cp img {
  width: 100%;
  height: auto;
}
#rum-raisin_cp .kv_bg {
  width: calc(100vw - 0.7%);
  max-height: 1040px;
  margin: 0 calc(50% - 50vw);
  background-image: url("bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -54px;
  position: relative;
  z-index: -10 !important;
}
#rum-raisin_cp .tit_area {
  width: calc(100vw - 0.7%);
  margin: 0 calc(50% - 50vw);
  background-color: #2f0d16e;
  background-image: linear-gradient(57deg, rgba(248, 209, 55, 1), rgba(255, 242, 190, 1) 33%, rgba(242, 214, 125, 1) 50%, rgba(245, 221, 141, 1) 68%, rgba(226, 179, 26, 1));
  padding-top: clamp(0.7rem, -0.093rem + 1.72vw, 1.2rem);
  padding-bottom: clamp(1.4rem, 0.448rem + 2.07vw, 2rem);
}
#rum-raisin_cp h1 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.9rem, 0.948rem + 2.07vw, 2.5rem);
  line-height: 1.3;
  color: #920052;
}
#rum-raisin_cp h1 > span {
  font-size: 60%;
}
#rum-raisin_cp .h1_sub {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: clamp(1rem, 0.603rem + 0.86vw, 1.25rem);
  margin-top: .6rem;
  color: #920052;
}
#rum-raisin_cp .tit_h2 {
  display: flex; /* flexboxを使う */
  align-items: center; /* 縦方向の中央揃え */
  color: #6a1172;
  font-size: clamp(1.4rem, 0.924rem + 1.03vw, 1.7rem);
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.tit_h2::before, .tit_h2::after {
  content: ''; /* 擬似要素に内容を生成するために必須 */
  flex-grow: 1; /* 余白を均等に分ける */
  background-color: goldenrod; /* 線の色 */
  background-image: linear-gradient(57deg, rgba(248, 209, 55, 1), rgba(255, 242, 190, 1) 33%, rgba(242, 214, 125, 1) 50%, rgba(245, 221, 141, 1) 68%, rgba(226, 179, 26, 1));
  height: 5px; /* 線の太さ */
}
.tit_h2::before {
  margin-right: 15px; /* 線とテキストの間のスペース */
}
.tit_h2::after {
  margin-left: 15px; /* 線とテキストの間のスペース */
}
.aten {
  font-size: 0.85rem;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
.aten::before {
  content: "※";
}
.kome-list {
  list-style: none;
  padding-left: 0;
}
.kome-list li {
  position: relative;
  padding-left: 1.5em;
  margin-top: .6rem;
  color: #fff;
  font-size: 0.85rem;
  line-height: 0.8;
}
.kome-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
/* --- フィルターボタン --- */
.filter-controls {
  text-align: center;
  margin-top: clamp(1rem, 0.207rem + 1.72vw, 1.5rem);
  margin-bottom: clamp(1.5rem, 0.707rem + 1.72vw, 2rem);
}
.filter-controls button {
  background-color: #f9f3f5;
  border: 2px solid goldenrod;
  color: #6a1172;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}
.filter-controls button:hover {
  background-color: #6a1172;
  border: 2px solid #6a1172;
  color: white;
}
.filter-controls button.active {
  background-color: #6a1172;
  color: white;
  border-color: #6a1172;
}
@media screen and (max-width: 736px) {
  .filter-controls button {
    padding: 5px 10px;
  }
}
/* --- 商品グリッド --- */
.product-grid {
  display: grid;
  /* 2カラムレイアウト */
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  justify-items: center;
}
/* --- 商品アイテム --- */
.product-item {
  background-color: #6a1172;
  outline-style: solid;
  outline-width: 2px;
  outline-color: goldenrod;
  outline-offset: -8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* Flipがscaleをきれいにアニメーションさせるため */
  transform-origin: center center;
  /* (コンテナ1000px - ギャップ25px) / 2 = 487.5px */
  max-width: 487.5px;
  opacity: 0;
  transform: translateY(30px);
}
.product-item img {
  width: 100%;
  height: auto; /* 高さを揃える */
  object-fit: cover;
  display: block;
}
.product-item-content {
  padding: .8rem 1.5rem 1.5rem;
}
.product-item h3 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-size: 1.3rem;
  color: #f9f3f5;
}
.product-item .price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #f9f3f5;
  margin-bottom: .8rem;
}
.product-item .description {
  font-size: clamp(0.95rem, 0.871rem + 0.17vw, 1rem);
  color: #f9f3f5;
  line-height: 1.65;
}
.product-item .description > span {
  font-size: 90%;
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #rum-raisin_cp {
    margin: 0 auto;
    padding: 0 0 1rem;
  }
  #rum-raisin_cp .pc-none {
    display: none;
  }
  #rum-raisin_cp .kv_area {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top: 54px;
  }
  #rum-raisin_cp .kv_img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #rum-raisin_cp .ribbon {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 41%;
  }
  #rum-raisin_cp .title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 55.5%;
  }
  #rum-raisin_cp .new {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4%;
  }
  #rum-raisin_cp .logo {
    position: absolute;
    top: 11.5%;
    left: 23.4%;
    width: 6.3%;
  }
}
/*===============================================
●sp.css 画面の横幅が7364pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #rum-raisin_cp .sp-none {
    display: none;
  }
  #rum-raisin_cp .kv_bg {
    width: 100vw;
  }
  #rum-raisin_cp .tit_area {
    width: 100vw;
  }
  #rum-raisin_cp .mt15 {
    margin-top: 15px;
  }
  #rum-raisin_cp {
    width: 100%;
    margin: 0px auto;
  }
  #rum-raisin_cp .kv_area {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 54px;
  }
  #rum-raisin_cp .kv_img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #rum-raisin_cp .ribbon {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    width: 61%;
  }
  #rum-raisin_cp .title {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
  }
  #rum-raisin_cp .new {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
    width: 32%;
  }
  #rum-raisin_cp .logo {
    position: absolute;
    top: 42.3%;
    left: 10%;
    width: 9.5%;
  }
  /* スマホ用レイアウト (1カラム) */
  .product-grid {
    grid-template-columns: 1fr;
  }
}