body {
  background-color: #fcf3e4;
}

#all-wrap {
  background: URL(../image/20251222/bg.jpg) no-repeat;
  background-position: center top;
  background-size: auto;
}

.content-wrap {
  max-width: 1000px;
  margin: 50px auto 0;
}

.content-wrap + .content-wrap {
  margin-top: 100px;
}

/**********************************************/
/*見出し*/
h1 {
  max-width: 1405px;
  width: 96%;
  margin: 0 auto;
}

h2 {
  max-width: 699px;
  width: 60%;
  margin: 20px auto 0;
}

/**********************************************/

/**********************************************/
/* アコーディオンメニュー */
.accordion-list {
  width: 100%;
  color: #fff;
  background-color: #b29546;
}

.accordion-list .accordion-btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  transition: color 0.3s;
}

.accordion-list .accordion-btn:hover {
  color: #ff4500;
}
/**********************************************/

/**********************************************/
/* 製品リスト */
.title-shop {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
  color: #dc143c;
}

.title-platform {
  color: #dc143c;
}

.products-list + .title-shop {
  margin-top: 60px;
}

.products-list {
  width: 96%;
  margin: 20px auto 0;
  font-size: 24px;
}

.products-list li a {
  transition: color 0.3s;
}

.products-list li + li {
  margin-top: 0.8em;
}

.products-list li a:hover {
  color: #ff4500;
  border-bottom: 2px solid #ff4500;
}
/**********************************************/

/*ご購入はコチラボタン*/
.shop-link-btn {
  width: 100%;
  height: 87px;
  margin: 20px auto 0;
}

.shop-link-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 26px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b29546;
}

.shop-link-btn a:hover {
  background-color: #937a39;
}

@media screen and (max-width: 414px) {
  #all-wrap {
    background: URL(../image/20251222/bg_sp.jpg) no-repeat;
  }

  .content-wrap {
    margin-top: 30px;
  }

  .content-wrap + .content-wrap {
    margin-top: 50px;
  }
  .products-list + .title-shop {
    margin-top: 30px;
  }

  .title-shop {
    font-size: 24px;
  }

  .products-list {
    font-size: 16px;
    line-height: 20px;
  }
}
