.lead-contents {
  color: #282828;
  background-color: #fffae2;
  font-family: serif;
  .inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem;
    align-items: center;
  }
  h2 {
    font-size: 2rem;
  }
  .main-txt {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .attention-list {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 2rem;
    li {
      padding-left: 1em;
      text-indent: -1em;
      margin-bottom: 0.5rem;
    }
    li::before {
      content: "※";
    }
    li:last-child {
      margin-bottom: 0;
    }
  }
}

.price:after {
  content: "（税込）";
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
}

.goods-contents {
  h2 {
    text-align: center;
    color: #fff;
    background-image: url(../img/paper.webp);
    background-color: #cb0f0f;
    padding: 4% 0;
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
  }
  .other-items-wrap {
    padding: 5rem 2rem;
  }
  .other-items-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
  li {
    overflow: hidden;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .breadcrumb-link {
    margin-top: 10px;
  }
  .contents-wrap {
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 40px;
  }

  .goods-contents {
    a {
      display: block;
      padding: 50px 20px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      text-align: center;
      color: #000;
      position: relative;
      .new-items {
        position: absolute;
        font:
          futura-pt,
          Century Gothic,
          Aria,
          sans-serif;
        top: 22px;
        left: 25px;
        font-weight: bold;
        color: #cb0f0f;
        font-size: 13px;
        font-style: italic;
      }
      .photo img {
        width: 100%;
        height: auto;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
      .title {
        position: absolute;
        width: 100%;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background: #000;
        font-weight: bold;
        opacity: 0;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        left: 0;
        bottom: 0;
      }
      .price {
        font-family:
          futura-pt,
          Century Gothic,
          Aria,
          sans-serif;
        font-weight: bold;
        font-style: italic;
        margin-top: 0.5rem;
        font-size: 1.1rem;
      }
    }
    a:hover {
      .photo img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
      }
      .title {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
      }
    }
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .under-page #common-emblem {
    top: 103px;
  }
  .contents {
    section {
      padding-top: 0;
      padding-bottom: 0;
    }
    .mv {
      padding-top: 10px;
    }
    .lead-contents {
      padding: 0;
      .inner {
        padding: 4rem 2rem;
      }
    }
  }
  .goods-contents {
    .other-items-wrap {
      padding: 5rem 1rem;
    }
    .other-items-list {
      grid-template-columns: repeat(2, 1fr);
    }
    a {
      display: block;
      padding: 40px 10px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      text-align: center;
      color: #000;
      position: relative;
    }
    .new-items {
      position: absolute;
      font:
        futura-pt,
        Century Gothic,
        Aria,
        sans-serif;
      top: 11px;
      left: 12px;
      font-weight: bold;
      color: #cb0f0f;
      font-size: 11px;
      font-style: italic;
    }
    .photo img {
      width: 100%;
      height: auto;
      -webkit-transition: all 300ms;
      transition: all 300ms;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .title {
      font-size: 12px;
      padding-top: 10px;
      margin-bottom: 20px;
      height: 40px;
    }
    .price {
      font-family:
        futura-pt,
        Century Gothic,
        Aria,
        sans-serif;
      font-weight: bold;
      font-style: italic;
      margin-bottom: 20px;
    }
    .never-lose-btn {
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-weight: bold;
      font-style: normal;
      background: #d70c19;
      border: solid 1px #d70c19;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-family:
        futura-pt,
        Century Gothic,
        Aria,
        sans-serif;
      -webkit-transition: all 300ms;
      transition: all 300ms;
      width: 100%;
    }
  }
}
