body {
  background-color: #fcf3e4;
}

#all-wrap {
  background: URL(../image/20260422/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#main-wrap {
  z-index: 100;
}

.content-wrap {
  position: relative;
  max-width: 1000px;
  width: 52%;
  margin: 50px auto 0;
}

.content-wrap + .content-wrap {
  margin-top: 100px;
}

/**********************************************/
/*背景*/
#bg-wrap {
  position: relative;
  /*max-width: 1920px;*/
  width: 100%;
  margin: 0 auto;
  z-index: 1;

  .bg02 {
    width: 100%;
    left: 0;
    right: 0;
  }
}

.decoration {
  position: absolute;
}

.sakana_01 {
  max-width: 376px;
  width: 19.5vw;
  top: 1%;
  right: -45%;
}

.kazaguruma_01 {
  max-width: 265px;
  width: 13.8vw;
  bottom: 10%;
  left: -40%;
}

.kabuto {
  max-width: 332px;
  width: 17.3vw;
  top: -5%;
  right: -38%;
}

.sakana_02 {
  max-width: 376px;
  width: 19.5vw;
  bottom: -20%;
  left: -42%;
}

.kazaguruma_02 {
  max-width: 265px;
  width: 13.8vw;
  bottom: -20%;
  right: -40%;
}

/**********************************************/
/*見出し*/
h1 {
  max-width: 1405px;
  width: 73%;
  margin: 0 auto;
}

h2 {
  max-width: 699px;
  width: 60%;
  margin: 40px auto 0;
}

/**********************************************/

/**********************************************/
/* アコーディオンメニュー */
.accordion-list {
  width: 100%;
  color: #fff;
  background-color: #006400;
}

.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: orange;
}

.title-platform {
  color: orange;
}

.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;
}*/

.products-list {
  max-width: 700px;

  li {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .products-title {
      display: flex;
      width: 50%;
      justify-content: space-between;
      align-items: center;

      .discount {
        position: relative;
        margin-left: 1em;
        color: #ff0033;
        z-index: 10;
      }

      .discount::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10%;
        width: 120%;
        height: 1em;
        background-color: #fff;
        opacity: 0.8;
        z-index: -1;
      }
    }

    .products-link-btn-wrap {
      display: flex;
      width: 46%;

      a {
        display: block;
        width: 100px;
      }

      .id-hidden {
        pointer-events: none;
        border: none;
      }

      a + a {
        margin-left: 5px;
      }
    }
  }
}

/**********************************************/

/*ご購入はコチラボタン*/
.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: #006400;
  transition: color 0.3s;
}

.shop-link-btn a:hover {
  color: #ff4500;
}

.repost-link {
  display: block;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;

  img {
    width: 100%;
  }
}

.repost-link:hover {
  filter: brightness(1.1);
}

@media screen and (max-width: 1450px) {
  .products-list {
    li {
      width: 340px;
      margin: 0 auto;
      flex-wrap: wrap;

      .products-title {
        width: 100%;
      }

      .products-link-btn-wrap {
        width: 100%;
        margin-top: 0.2em;
        margin-left: 1em;
      }
    }
  }
}

/**************************************/
/*タブレット表示*/
@media screen and (max-width: 768px) {
  .decoration {
    display: none;
  }

  .bg02 {
    display: block;
  }

  #main-wrap {
    padding-bottom: 30px;
  }

  .content-wrap {
    width: 90%;
  }

  .repost-link {
    width: 100%;
  }
}

/**************************************/
/*スマホ表示*/
@media screen and (max-width: 414px) {
  #all-wrap {
    background: URL(../image/20260422/bg_sp.png) 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;

    li {
      width: 100%;

      .products-link-btn-wrap {
        margin-left: 0;

        a {
          width: 33%;

          img {
            width: 100%;
          }
        }
      }
    }
  }
}
