@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
}
#contents {
  background-color: #f1aabd;
  background-image: radial-gradient(circle, #ffffff26 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff26 2.5px, transparent 2.5px);
  background-position: 0 0, 12.5px 15px;
  background-size: 25px 30px;
  margin: 0;
  position: relative;
}
@media (max-width: 736px) {
  div#contents {
    background-color: #f1aabd;
    background-image: radial-gradient(circle, #ffffff26 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff26 1.5px, transparent 1.5px);
    background-position: 0 0, 6.5px 8px;
    background-size: 13px 16px;
  }
}
/*===============================================
●共通
===============================================*/
#ichigofes_cp .tit01, .tit02 {
  visibility: hidden;
}
#ichigofes_cp img {
  width: 100%;
  height: auto;
}
#ichigofes_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;
}
#ichigofes_cp .tit_area {
  width: calc(100vw - 0.7%);
  margin: 0 calc(50% - 50vw);
  background-color: #fcfaf7;
  background-image: repeating-linear-gradient(90deg, #fffaf2, #fffaf2 20px, #ffffff 20px, #ffffff 40px);
  padding-top: clamp(0.7rem, -0.093rem + 1.72vw, 1.2rem);
  padding-bottom: clamp(1.4rem, 0.448rem + 2.07vw, 2rem);
}
#ichigofes_cp h1 {
  /*font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;*/
  text-align: center;
  font-size: clamp(1.8rem, 1.007rem + 1.72vw, 2.3rem);
  line-height: 1.3;
  color: #D43162;
}
#ichigofes_cp h1 > span {
  font-size: 75%;
}
#ichigofes_cp h1 .siro {
  font-size: 110%;
  color: #fff;
  text-shadow: 3px 3px 3px #007AB3, -3px -3px 3px #007AB3, -3px 3px 3px #007AB3, 3px -3px 3px #007AB3, 3px 0px 3px #007AB3, -3px -0px 3px #007AB3, 0px 3px 3px #007AB3, 0px -3px 3px #007AB3;
}
#ichigofes_cp .h1_sub {
  /*font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;*/
  font-weight: 500;
  text-align: center;
  font-size: clamp(1rem, 0.524rem + 1.03vw, 1.3rem);
  margin: .6rem 0 .3rem;
  color: #D43162;
}
#ichigofes_cp .tit_h2 {
  color: #D43162;
  display: flex;
  align-items: center;
  /*font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;*/
  font-size: clamp(1.4rem, 0.924rem + 1.03vw, 1.7rem);
  margin-top: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
.tit_h2::before, .tit_h2::after {
  content: "";
  flex-grow: 1;
  border-top: 6px dotted #fcfaf7;
  display: block;
}
.tit_h2::before {
  margin-right: .4em;
}
.tit_h2::after {
  margin-left: .4em;
}
.aten {
  font-size: 0.8rem;
  color: #666;
  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: #666;
  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: #fcfaf7;
  border: 2px solid #D43162;
  color: #D43162;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}
.filter-controls button:hover {
  background-color: #D43162;
  border: 2px solid #D43162;
  color: white;
}
.filter-controls button.active {
  background-color: #D43162;
  color: white;
  border-color: #D43162;
}
@media screen and (max-width: 736px) {
  .filter-controls button {
    padding: 8px 18px;
  }
}
/* --- 商品グリッド --- */
.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: #fcfaf7;
  border-radius: 14px;
  /*outline-style: dotted;
  outline-width: 4px;
  outline-color: #d83164;
  outline-offset:-11px;*/
  border: solid 2px #fff;
  box-shadow: 0 4px 15px rgba(210, 34, 42, 0.4);
  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 1rem 1rem;
}
.product-item h3 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-size: 1.3rem;
  color: #D43162;
}
.product-item .date {
  font-size: 0.9rem;
  font-weight: 500;
  color: #007AB3;
  /*background-color: #FFE5E7;*/
  border: solid 1px #007AB3;
  border-radius: 50px;
  width: fit-content;
  text-align: center;
  margin: .2rem 0 .5rem 0;
  padding: .15rem .7rem;
}
.product-item .price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #D43162;
  margin-bottom: .8rem;
  border-bottom: dotted 2px #f6a4ba;
  padding-bottom: .6rem;
}
.product-item .description {
  font-size: clamp(0.95rem, 0.871rem + 0.17vw, 1rem);
  color: #666;
  line-height: 1.55;
  margin-top: -.4rem;
}
.product-item h3 > span {
  font-size: 90%;
}
.product-item .description > span {
  font-size: 90%;
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #ichigofes_cp {
    margin: 0 auto;
    padding: 0 0 1rem;
  }
  #ichigofes_cp .pc-none {
    display: none;
  }
  #ichigofes_cp .kv_area {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #ichigofes_cp .kv_img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #ichigofes_cp .tit01 {
    position: absolute;
    top: 17.5%;
    left: 49.5%;
    transform: translateX(-50%);
    width: 40.5%;
  }
  #ichigofes_cp .tit02 {
    position: absolute;
    top: 35.5%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 35%;
  }
  .obi {
    background-color: #fffaf2;
    font-size: clamp(1.4rem, 1.083rem + 0.69vw, 1.6rem);
    color: #e9344a;
    text-align: center;
    line-height: 1.3;
    padding: clamp(0.625rem, 1.616rem + -2.16vw, 0rem);
    margin-bottom: 10px;
  }
}
/*===============================================
●sp.css 画面の横幅が7364pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #ichigofes_cp .sp-none {
    display: none;
  }
  .obi {
    width: 100vw;
    background-color: #fffaf2;
    font-size: clamp(1.4rem, 1.083rem + 0.69vw, 1.6rem);
    color: #e9344a;
    text-align: center;
    line-height: 1.3;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  #ichigofes_cp .kv_bg {
    width: 100vw;
  }
  #ichigofes_cp .tit_area {
    width: 100vw;
  }
  #ichigofes_cp .mt15 {
    margin-top: 15px;
  }
  #ichigofes_cp {
    width: 100%;
    margin: 0px auto;
  }
  #ichigofes_cp .kv_area {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: -10px;
  }
  #ichigofes_cp .kv_img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #ichigofes_cp .tit01 {
    position: absolute;
    top: 26.5%;
    left: 49.5%;
    transform: translateX(-50%);
    width: 56.5%;
  }
  #ichigofes_cp .tit02 {
    position: absolute;
    top: 39.5%;
    left: 51%;
    transform: translateX(-50%);
    width: 50%;
  }
  /* スマホ用レイアウト (1カラム) */
  .product-grid {
    grid-template-columns: 1fr;
  }
}