@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

#mothersday2026_category .tbOn {
  display: none;
}

#mothersday2026_category {
  margin-bottom: 90px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#mothersday2026_category .ttl {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
}

#mothersday2026_category .ttl .small {
  font-size: 25px;
}

#mothersday2026_category .navWrap>ul li a {
  align-items: center;
  background-color: #ed939b;
  background-image: url(icon-arrow-right01.svg);
  background-position: calc(100% - 7px) 50%;
  background-repeat: no-repeat;
  background-size: 5px auto;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  line-height: 1.4;
  padding: 0 5px;
  width: 100%;
  text-align: center;
}

#mothersday2026_category .navWrap>ul li a .small{
  font-size: 13px;
}

#mothersday2026_category .navWrap>ul li a .baseline {
  align-items: baseline;
  display: flex;
}

/* 共通 */
#mothersday2026_category .navWrap>ul {
  display: grid;
  gap: 10px;
}

/* カテゴリー */
#mothersday2026_category.category .navWrap>ul {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

#mothersday2026_category.category .navWrap>ul li {
  grid-column: span 4 / span 4;
}

/* 予算 */
#mothersday2026_category.budgetBtn .navWrap>ul {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

#mothersday2026_category.budgetBtn .navWrap>ul li a {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
}
#mothersday2026_category.budgetBtn .navWrap>ul li a .small {
  padding: 0 2px;
  font-size: 15px;
  margin-bottom: 1px;
}
#mothersday2026_category.budgetBtn .navWrap>ul li a .priceNumber {
    position: relative;
    top: 1px;
  }
@media screen and (max-width: 767px) {
  #mothersday2026_category.budgetBtn .navWrap>ul li a {
    font-size: 19px;
    letter-spacing: -0.01em;
  }
  #mothersday2026_category.budgetBtn .navWrap>ul li a .small {
    padding: 0 1px;
    font-size: 14px;
  }
}

/* 贈る相手 */
#mothersday2026_category.recipientBtn .navWrap>ul {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

#mothersday2026_category.recipientBtn .navWrap>ul li {
  grid-column: span 3 / span 3;
}

/* pickup */
#mothersday2026_category.pickupBtn .navWrap>ul {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width:768px) and (max-width:1024px) {
  #mothersday2026_category .tbOn {
    display: block;
  }

  /* 共通 */
  #mothersday2026_category .navWrap>ul {
    display: grid;
    gap: 10px;
  }

  /* カテゴリー */
  #mothersday2026_category.category .navWrap>ul {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  #mothersday2026_category.category .navWrap>ul li {
    grid-column: span 6 / span 6;
  }

  /* 予算 */
  #mothersday2026_category.budgetBtn .navWrap>ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  /* 贈る相手 */
  #mothersday2026_category.recipientBtn .navWrap>ul {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  #mothersday2026_category.recipientBtn .navWrap>ul li {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #mothersday2026_category .tbOn {
    display: none;
  }

  #mothersday2026_category {
    margin-bottom: 45px;
  }

  #mothersday2026_category .navWrap>ul {
    display: grid;
    gap: 5px;
  }

  #mothersday2026_category .navWrap>ul li a {
    font-size: 15px;
    background-position: calc(100% - 4px) 50%;
    background-size: 5px auto;
  }

  #mothersday2026_category .ttl {
    font-size: 25px;
  }

  #mothersday2026_category .ttl .small {
    font-size: 18px;
  }

  #mothersday2026_category .navWrap>ul li a .small{
    font-size: 13px;
  }

  /* カテゴリー */
  #mothersday2026_category.category .navWrap>ul {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  
  #mothersday2026_category.category .navWrap>ul li {
    grid-column: span 3 / span 3;
  }
}

