.gift-intro {
    margin: 25px 25px 80px;
  }

  /* 目次 */
  ul.nav-lnk {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 25px;
  }

  ul.nav-lnk li {
    text-align: center;
  }

  ul.nav-lnk li a {
    background: #333;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 3;
    padding-right: 20px;
    position: relative;
  }

  ul.nav-lnk li a:before {
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    content: "";
    transform: translateY(-25%) rotate(135deg);
    top: 2rem;
  }


  /* おすすめ一覧   */
  ul.gift-rmd-list {
    list-style: none;
    padding: 0;
  }

  ul.gift-rmd-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.gift-rmd-list li img {
    padding: 0 20px;
  }

  ul.gift-rmd-list li p {
    text-align: center;
    font-size: 1.7rem;
  }

  ul.gift-rmd-list li p:first-of-type {
    margin-bottom: 0;
    position: relative;
  }

  ul.gift-rmd-list li p:nth-last-of-type(2) {
    color: #C30D23;
  }

  ul.gift-rmd-list li p:first-of-type a {
    font-weight: 900;
    color: #4a4137;
    text-decoration: none;
  }

  .gift-rmd-list .wine-btn {
    border: #C0403F 1px solid;
    background: #C0403F;
    color: #ffffff;
    border-radius: 20px;
    /* padding: 3px 0 9px; */
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 3.5rem;
  }

  li.noshi p:first-of-type:before {
    content: "リボン or 熨斗";
    position: absolute;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
    left: 50%;
    transform: translateX(-50%);
    top: -2.4rem;
  }

  /* 注意書き */
  .caution_wrap {
    border: 1px solid #666;
  }

  p.caution_ttl {
    font-weight: 500;
    text-align: center;
    margin: 0;
  }

  ul.caution_list {
    list-style: none;
    padding: 0;
  }

  ul.caution_list li {
    line-height: 1.4;
  }

  ul.caution_list li:before {
    content: '・';
  }

  /* 熨斗説明 */
  .noshi_wrap {
    background-color: #F7F3EF;
    padding: 30px;
    margin: 40px 20px;
}

h3.noshi_ttl {
    color: #A56A23;
    text-align: center;
    font-weight: 500;
    margin: 0;
    font-size: 1.8rem;
}

.noshi_wrap p {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
}
table.noshi_tble{
    font-size:1.4rem;
    border-collapse: collapse;
}
table.noshi_tble td {
    width: 42%;
    padding: 20px;
}

table.noshi_tble th {
    width: 16%;
    color: #C30D23;
}

table.noshi_tble tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.noshi_var td {
    text-align: center;
}

.noshi_var td img {
    max-width: 175px;
    margin: 0 auto;
}

  /* for PC */
  @media screen and (min-width: 768px) {
    .other-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .bag-wrap {
      width: calc(66% - 3px);
    }

    .card-wrap {
      width: calc(33% - 3px);
    }

    /* 目次 */
    ul.nav-lnk li {
      width: 33%;
    }

    ul.nav-lnk {
      margin: 0 25px;
    }

    ul.nav-lnk li a:before {
      right: 30px;
    }

    ul.nav-lnk li a {
      margin: 0 10px;
    }

    ul.nav-lnk li a:hover:before {
      top: 2.4rem;
      transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    }

    /* おすすめ一覧   */
    .gift-rmd-list .wine-btn:hover {
      text-decoration: none;
      background: #f1e9e2;
      color: #1a1402;
      border: #1a1402 1px solid;
      font-weight: bold;
    }

    ul.gift-rmd-list {
      display: grid;
    }

    ul.gift-rmd-list.list-3col {
      grid-template-columns: auto auto auto;
    }

    ul.gift-rmd-list.list-2col {
      grid-template-columns: auto auto;
    }

    ul.gift-rmd-list li {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 5;
      padding: 0 10px;
    }

    ul.gift-rmd-list li p:first-of-type a {
      font-size: 2rem;
    }

    li.noshi p:first-of-type:before {
      font-size: 1.4rem;
      padding: 0 12px;
    }

    /* 注意書き */
    .caution_wrap {
      padding: 30px;
      margin: 40px 20px;
    }

    p.caution_ttl {
      font-size: 1.8rem;
    }

    ul.caution_list {
      margin-top: 30px;
    }

    ul.caution_list li {
      font-size: 1.6rem;
    }

    ul.caution_list li:not(:last-child) {
      padding-bottom: 1.6rem;
    }
  }

  /* for SP */
  @media screen and (max-width: 767px) {

    /* 目次 */
    ul.nav-lnk li {
      width: 48%;
      margin-bottom: 1rem;
    }

    ul.nav-lnk {
      margin: 0;
      font-size: 1.4rem;
    }

    ul.nav-lnk li a:before {
      right: 10px;
    }

    ul.nav-lnk li a {
      margin: 0;
    }

    /* おすすめ一覧   */
    .gift-rmd-list .wine-btn {
      text-decoration: none;
      background: #C0403F;
    }

    ul.gift-rmd-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    ul.gift-rmd-list li {
      width: 100%;
      padding: 0;
    }

    ul.gift-rmd-list li:before {
      margin: 0 62px 10px;
    }

    ul.gift-rmd-list li img {
      padding: 0px;
    }

    ul.gift-rmd-list li p {
      margin: 10px 0;
    }

    ul.gift-rmd-list li p:first-of-type a {
      font-size: 1.6rem;
    }

    .gift-rmd-list .wine-btn {
      margin: 0 10px 40px;
      font-size: 1.4rem;
    }

    li.noshi p:first-of-type:before {
      font-size: 1.2rem;
      padding: 0 6px;
    }

    /* 注意書き */
    .caution_wrap {
      margin: 20px 10px;
      padding: 20px;
    }

    p.caution_ttl {
      font-size: 1.6rem;
    }

    ul.caution_list {
      margin-top: 20px;
    }

    ul.caution_list li {
      font-size: 1.4rem;
    }

    ul.caution_list li:not(:last-child) {
      padding-bottom: 1.4rem;
    }
  }