.sp__only {
  display: block;
}
@media (min-width: 769px) {
  .sp__only {
    display: none;
  }
}
.pc__only {
  display: none;
}
@media (min-width: 769px) {
  .pc__only {
    display: block;
  }
}
.container {
  width: 100%;
  max-width: 1160px;
  margin: 30px auto;
  font-size: 1.4rem;
}
.top__image {
  padding-top: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media (min-width: 769px) {
  .top__image {
    padding-top: 40px;
    font-size: 3.5rem;
  }
}
.top__image .event__title {
  position: absolute;
  left: 5%;
  top: 30%;
}
@media (min-width: 769px) {
  .top__image .event__title {
    top: 20%;
  }
}
.lead {
  margin: 20px auto 10px;
  font-size: 1.6rem;
  font-weight: 800;
}
h2.title-1 {
  margin: 10px 0 10px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.8;
}
h2.title-1::after {
  height: 22px;
}
@media (max-width: 769px) {
  .title-1 {
    font-size: 1.4rem;
  }
}
.recommend__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto;
}
.recommend__lists li {
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .recommend__lists li {
    width: 48%;
  }
}
.recommend__lists li .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recommend__lists li .items .photo img {
  border-radius: 10px;
}
.recommend__lists li .items .info {
  padding-left: 20px;
}
.recommend__lists li .items .info .name {
  margin-top: 10px;
  font-size: 1.4rem;
}
.recommend__lists li .items .info .price {
  color: #aaa;
}
.recommend__lists li .items .info .purchase {
  padding-right: 10px;
  text-align: right;
  background-image: linear-gradient(-45deg, #c00 10px, transparent 0);
}
.products {
  position: relative;
  padding-bottom: 30px;
}
.products::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  bottom: 0;
  width: 129px;
  height: 21px;
  /*background-image: url(https://chatrois.itembox.design/item/_assets/img/share/title1_btm.svg);*/
}
@media (min-width: 769px) {
  .products::after {
    width: 153px;
    height: 26px;
  }
}
.products .detail {
  margin-top: 10px;
}
.products .detail .items {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.products .detail ul.items {
  width: 100%;
  max-width: 650px;
}
@media (min-width: 769px) {
  .products .detail .items li {
    width: 48%;
  }
}
.products .detail .items .photo {
  max-width: 220px;
}
.products .detail .items .photo img {
  border-radius: 10px;
  text-align: right;
}
.products .detail .items .info {
  margin-left: 20px;
}
.products .detail .items .name {
  font-size: 1.4rem;
}
.products .detail .items .price {
  margin-top: 20px;
  line-height: 40px;
  color: #000;
}
.products .detail .items .price img {
  margin-left: 10px;
  max-width: 80px;
}
.products .detail .items .purchase {
  padding: 30px 10px 0 0;
  text-align: right;
  background-image: linear-gradient(-45deg, #c00 10px, transparent 0);
}
.article {
  margin-bottom: 30px;
}
.bg__common .title {
  color: white;
  text-align: center;
  padding: 50px 0;
  background: linear-gradient(180deg, #007297 0%, #007297 55%, white 100px, white 100%);
  height: 400px;
}
@media (min-width: 769px) {
  .bg__common .title {
    background: linear-gradient(180deg, #007297 0%, #007297 400px, white 100px, white 100%);
  }
}
.bg__common .title + .article {
  margin-top: -280px;
}
.bg__common .photo__left img, .bg__common .photo__right img {
  width: 66.6%;
  display: block;
}
.bg__common .photo__right img {
  margin-right: 0;
  margin-left: auto;
}
.bg__common .text h3, .bg__common .text .letter {
  margin-top: 30px;
}
.giftcontainer {
  margin: 0px 0px 20px;
}
.service-ttl {
  margin: 20px 10px;
  position: relative;
  color: white;
  background: #ca9513;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
.service-ttl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 0.5em; /*左端からのアイコンまでの距離*/
}
.service-txt {
  line-height: 1.6;
  margin: 0 20px 20px;
}
.catbag-banner {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}
/*  LP CSS   */
/* ボタンのスタイル */
.cart-button-form {
  clear: both; /* 回り込みを解除 */
  display: block; /* フォーム全体をブロック要素に */
}
.cart-button {
  display: block;
  width: 100%;
  margin-top: 10px; /* 余白を追加 */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  background-color: #ff9800;
  color: white;
  cursor: pointer;
}

.cart-button:hover {
  background-color:#ff9800;
}
.section {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section {
    margin: 10px;
  }
}
.product-container {
  margin: 10px auto 30px;
  max-width: 1200px;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PCでは4カラム */
  gap: 10px;
  flex-wrap: nowrap;
}
/* スマホ向けのレイアウト */
@media (max-width: 768px) {
  .product-container {
    grid-template-columns: repeat(2, 1fr); /* スマホでは2カラム */
  }
}


.image-text-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.image-text-container .image {
  width: 45%;
  margin-bottom: 10px;
}
.image-text-container .text {
  width: 45%; /* 両方合わせて90%にすることで、カラムが並ぶはず */
}


@media (max-width: 768px) {
  .image-text-container, .multi-column {
    flex-direction: column;
    width: 100%;
  }
  .image-text-container .image, .image-text-container .text {
    width: 100%; /* Ensures full-width layout for mobile */
  }
  .product {
    width: 100%;
  }
}

.multi-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.multi-column .image-container {
  width: 45%;
  margin-bottom: 10px;
}

.image img, .product img {
  width: 100%;
  max-with: 350px;
  border-radius: 10px;
  height: auto;
  display: block;
}
.text, .customer-name {
  font-size: 1.3rem;
}
h3.name {
  font-weight: bold;
  padding: 15px 0;
  font-size: 1.4rem;
}
.text p {
  margin-bottom: 20px;
}
.text p .price {
  color: #777;
  font-size: 1.4rem;
  margin: 10px;
}
.product2 p.purchase2 a, .text p.purchase2 a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: white;
  color: #ff9800;
  border: 1px solid #ff9800;
  cursor: pointer;
}
 .review {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  margin: 10px;
  font-size: 1.2rem;
}
.review-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffeb;
  border: 1px solid #fff000;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.stars-name-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.stars {
  font-size: 24px;
  color: #FFD700;
  text-align: left;
}
.customer-name {
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  font-style: italic;
}

.product2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  transition: transform 0.2s;
}
.product2:hover {
  transform: scale(1.05);
}
.product2 img {
  border-radius: 8px;
}

.inner__contents {
  margin-bottom: 10px;
}
.introduction-container {
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.introduction-container h3 {
  color: #e94e77;
  border-bottom: 2px solid #e94e77;
  padding-bottom: 5px;
}
.introduction-container h4 {
  color: #333;
  margin-top: 20px;
}
.introduction-container p {
  margin: 10px 0;
}
.introduction-container .highlight {
  background-color: #ffebcc;
  padding: 5px;
  border-radius: 5px;
}
.bb {
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 10px;
  margin-bottom: 30px;
}